html.lb-disable-scrolling {
	overflow: hidden;
	position: fixed;
	height: 100vh;
	width: 100vw
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: 400
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid #fff
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(//www.fisk.edu/wp-content/themes/JLBTheme/images/loading.gif) no-repeat
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container>.nav {
	left: 0
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(//www.fisk.edu/wp-content/themes/JLBTheme/images/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(//www.fisk.edu/wp-content/themes/JLBTheme/images/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-caption a {
	color: #4ae
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(//www.fisk.edu/wp-content/themes/JLBTheme/images/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[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
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: 0 0
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%)
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url(//www.fisk.edu/wp-content/themes/JLBTheme/images/play-button-light.png) no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 100;
	src: local("Montserrat Thin"), local("Montserrat-Thin"), url(montserrat-v14-latin-100.woff2) format("woff2"), url(montserrat-v14-latin-100.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 100;
	src: local("Montserrat Thin Italic"), local("Montserrat-ThinItalic"), url(montserrat-v14-latin-100italic.woff2) format("woff2"), url(montserrat-v14-latin-100italic.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url(montserrat-v14-latin-200.woff2) format("woff2"), url(montserrat-v14-latin-200.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 200;
	src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url(montserrat-v14-latin-200italic.woff2) format("woff2"), url(montserrat-v14-latin-200italic.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: local("Montserrat Light"), local("Montserrat-Light"), url(montserrat-v14-latin-300.woff2) format("woff2"), url(montserrat-v14-latin-300.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url(montserrat-v14-latin-300italic.woff2) format("woff2"), url(montserrat-v14-latin-300italic.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"), url(montserrat-v14-latin-regular.woff2) format("woff2"), url(montserrat-v14-latin-regular.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: local("Montserrat Italic"), local("Montserrat-Italic"), url(montserrat-v14-latin-italic.woff2) format("woff2"), url(montserrat-v14-latin-italic.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local("Montserrat Medium"), local("Montserrat-Medium"), url(montserrat-v14-latin-500.woff2) format("woff2"), url(montserrat-v14-latin-500.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url(montserrat-v14-latin-500italic.woff2) format("woff2"), url(montserrat-v14-latin-500italic.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(montserrat-v14-latin-600.woff2) format("woff2"), url(montserrat-v14-latin-600.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 600;
	src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url(montserrat-v14-latin-600italic.woff2) format("woff2"), url(montserrat-v14-latin-600italic.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"), url(montserrat-v14-latin-700.woff2) format("woff2"), url(montserrat-v14-latin-700.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url(montserrat-v14-latin-700italic.woff2) format("woff2"), url(montserrat-v14-latin-700italic.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(montserrat-v14-latin-800.woff2) format("woff2"), url(montserrat-v14-latin-800.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 900;
	src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url(montserrat-v14-latin-900italic.woff2) format("woff2"), url(montserrat-v14-latin-900italic.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 800;
	src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url(montserrat-v14-latin-800italic.woff2) format("woff2"), url(montserrat-v14-latin-800italic.woff) format("woff")
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: local("Montserrat Black"), local("Montserrat-Black"), url(montserrat-v14-latin-900.woff2) format("woff2"), url(montserrat-v14-latin-900.woff) format("woff")
}

.yellow-button {
	background: #f4ba1b;
	color: #06192a;
	text-align: center;
	padding: .75rem 2rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem;
	border: 0
}

.yellow-button:hover {
	background: #2a55e0;
	color: #fff
}

.yellow-button:hover span {
	color: #fff
}

.yellow-button:visited,
.yellow-button:active {
	color: #06192a
}

 :root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
	width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

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 {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-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
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

h1,
.h1 {
	font-size: 2.5rem
}

h2,
.h2 {
	font-size: 2rem
}

h3,
.h3 {
	font-size: 1.75rem
}

h4,
.h4 {
	font-size: 1.5rem
}

h5,
.h5 {
	font-size: 1.25rem
}

h6,
.h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
	font-size: 80%;
	font-weight: 400
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014 \00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-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: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-box-flex: 0;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: rgba(0, 0, 0, 0)
}

.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table .table {
	background-color: #fff
}

.table-sm th,
.table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #b8daff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #d6d8db
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #c3e6cb
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #bee5eb
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #ffeeba
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f5c6cb
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fdfdfe
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #c6c8ca
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075)
}

.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 th,
.table-dark td,
.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: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.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: 767.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: 991.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: 1199.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
}

.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;
	-webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-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-sm,
.form-control-plaintext.form-control-lg {
	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[size],
select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -webkit-box;
	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: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	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, 0.9);
	border-radius: .25rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control: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,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	background-color: #71dd8a
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label::after,
.custom-file-input.is-valid~.custom-file-label::after {
	border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.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, 0.9);
	border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control: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,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	background-color: #efa2a9
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label::after,
.custom-file-input.is-invalid~.custom-file-label::after {
	border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width: 576px) {
	.form-inline label {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: flex;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: 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 {
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.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;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}

.btn:hover,
.btn:focus {
	text-decoration: none
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.5)
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	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(0, 0, 0, 0.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: ""
}

.dropleft .dropdown-toggle::after {
	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^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.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: -webkit-inline-box;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	-webkit-box-flex: 0;
	flex: 0 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
	margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	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-prepend,
.input-group-append {
	display: -webkit-box;
	display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
	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-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -webkit-inline-box;
	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: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff
}

.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 {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	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: #007bff
}

.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: #007bff
}

.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, 123, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.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, 123, 255, 0.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: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(128, 189, 255, 0.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);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 125%
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-file-input:focus~.custom-file-label::after {
	border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.25rem;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	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, 123, 255, 0.25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		-webkit-transition: none;
		transition: none
	}
}

.nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d
}

.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:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	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%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none
}

.navbar-toggler: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 center center;
	background-size: 100% 100%
}

@media (max-width: 575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		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: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		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: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		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: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		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: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	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: -webkit-box !important;
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff
}

.card {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width: 576px) {
	.card-deck {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		display: -webkit-box;
		display: flex;
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width: 576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap
	}
	.card-group>.card {
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:first-child .card-img-top,
	.card-group>.card:first-child .card-header {
		border-top-right-radius: 0
	}
	.card-group>.card:first-child .card-img-bottom,
	.card-group>.card:first-child .card-footer {
		border-bottom-right-radius: 0
	}
	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:last-child .card-img-top,
	.card-group>.card:last-child .card-header {
		border-top-left-radius: 0
	}
	.card-group>.card:last-child .card-img-bottom,
	.card-group>.card:last-child .card-footer {
		border-bottom-left-radius: 0
	}
	.card-group>.card:only-child {
		border-radius: .25rem
	}
	.card-group>.card:only-child .card-img-top,
	.card-group>.card:only-child .card-header {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.card-group>.card:only-child .card-img-bottom,
	.card-group>.card:only-child .card-footer {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
		border-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.breadcrumb {
	display: -webkit-box;
	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
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.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: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

.badge-success[href]:hover,
.badge-success[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

.badge-info[href]:hover,
.badge-info[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

.badge-light[href]:hover,
.badge-light[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: -webkit-box;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
	.progress-bar {
		-webkit-transition: none;
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

.media {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start
}

.media-body {
	-webkit-box-flex: 1;
	flex: 1
}

.list-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	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(0, 0, 0, 0.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:hover,
.list-group-item:focus {
	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: #007bff;
	border-color: #007bff
}

.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: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	color: #000;
	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 {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog-centered {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - (.5rem * 2));
	content: ""
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	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;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	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: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2))
	}
	.modal-dialog-centered::before {
		height: calc(100vh - (1.75rem * 2))
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-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-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
	margin-bottom: .5rem
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
	bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	border-width: .5rem .5rem 0
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	bottom: 1px;
	border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: .5rem
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	border-width: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	left: 1px;
	border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: .5rem
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
	top: calc((.5rem + 1px) * -1)
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-width: 0 .5rem .5rem .5rem
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	top: 1px;
	border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: .5rem
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
	border-width: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="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;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
	.carousel-item.active,
	.carousel-item-next,
	.carousel-item-prev {
		-webkit-transition: none;
		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 (transform-style: preserve-3d) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-item-next,
.active.carousel-item-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

@supports (transform-style: preserve-3d) {
	.carousel-item-next,
	.active.carousel-item-right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.carousel-item-prev,
.active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@supports (transform-style: preserve-3d) {
	.carousel-item-prev,
	.active.carousel-item-left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports (transform-style: preserve-3d) {
	.carousel-fade .carousel-item-next,
	.carousel-fade .carousel-item-prev,
	.carousel-fade .carousel-item.active,
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-prev {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='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: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5)
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.bg-primary {
	background-color: #007bff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important
}

.bg-secondary {
	background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #007bff !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #28a745 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-white {
	border-color: #fff !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-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: -webkit-box !important;
	display: flex !important
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: inline-flex !important
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important
	}
	.d-sm-inline {
		display: inline !important
	}
	.d-sm-inline-block {
		display: inline-block !important
	}
	.d-sm-block {
		display: block !important
	}
	.d-sm-table {
		display: table !important
	}
	.d-sm-table-row {
		display: table-row !important
	}
	.d-sm-table-cell {
		display: table-cell !important
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: flex !important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}
	.d-md-inline {
		display: inline !important
	}
	.d-md-inline-block {
		display: inline-block !important
	}
	.d-md-block {
		display: block !important
	}
	.d-md-table {
		display: table !important
	}
	.d-md-table-row {
		display: table-row !important
	}
	.d-md-table-cell {
		display: table-cell !important
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: flex !important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}
	.d-lg-inline {
		display: inline !important
	}
	.d-lg-inline-block {
		display: inline-block !important
	}
	.d-lg-block {
		display: block !important
	}
	.d-lg-table {
		display: table !important
	}
	.d-lg-table-row {
		display: table-row !important
	}
	.d-lg-table-cell {
		display: table-cell !important
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: flex !important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}
	.d-xl-inline {
		display: inline !important
	}
	.d-xl-inline-block {
		display: inline-block !important
	}
	.d-xl-block {
		display: block !important
	}
	.d-xl-table {
		display: table !important
	}
	.d-xl-table-row {
		display: table-row !important
	}
	.d-xl-table-cell {
		display: table-cell !important
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: flex !important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		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: -webkit-box !important;
		display: flex !important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	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 {
	-webkit-box-flex: 1 !important;
	flex: 1 1 auto !important
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	flex-grow: 0 !important
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	-webkit-box-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	-webkit-box-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-webkit-box-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-webkit-box-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		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 {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-sm-around {
		justify-content: space-around !important
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-sm-start {
		align-content: flex-start !important
	}
	.align-content-sm-end {
		align-content: flex-end !important
	}
	.align-content-sm-center {
		align-content: center !important
	}
	.align-content-sm-between {
		align-content: space-between !important
	}
	.align-content-sm-around {
		align-content: space-around !important
	}
	.align-content-sm-stretch {
		align-content: stretch !important
	}
	.align-self-sm-auto {
		align-self: auto !important
	}
	.align-self-sm-start {
		align-self: flex-start !important
	}
	.align-self-sm-end {
		align-self: flex-end !important
	}
	.align-self-sm-center {
		align-self: center !important
	}
	.align-self-sm-baseline {
		align-self: baseline !important
	}
	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		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 {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-md-around {
		justify-content: space-around !important
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-md-start {
		align-content: flex-start !important
	}
	.align-content-md-end {
		align-content: flex-end !important
	}
	.align-content-md-center {
		align-content: center !important
	}
	.align-content-md-between {
		align-content: space-between !important
	}
	.align-content-md-around {
		align-content: space-around !important
	}
	.align-content-md-stretch {
		align-content: stretch !important
	}
	.align-self-md-auto {
		align-self: auto !important
	}
	.align-self-md-start {
		align-self: flex-start !important
	}
	.align-self-md-end {
		align-self: flex-end !important
	}
	.align-self-md-center {
		align-self: center !important
	}
	.align-self-md-baseline {
		align-self: baseline !important
	}
	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		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 {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-lg-around {
		justify-content: space-around !important
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-lg-start {
		align-content: flex-start !important
	}
	.align-content-lg-end {
		align-content: flex-end !important
	}
	.align-content-lg-center {
		align-content: center !important
	}
	.align-content-lg-between {
		align-content: space-between !important
	}
	.align-content-lg-around {
		align-content: space-around !important
	}
	.align-content-lg-stretch {
		align-content: stretch !important
	}
	.align-self-lg-auto {
		align-self: auto !important
	}
	.align-self-lg-start {
		align-self: flex-start !important
	}
	.align-self-lg-end {
		align-self: flex-end !important
	}
	.align-self-lg-center {
		align-self: center !important
	}
	.align-self-lg-baseline {
		align-self: baseline !important
	}
	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		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 {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-xl-around {
		justify-content: space-around !important
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-xl-start {
		align-content: flex-start !important
	}
	.align-content-xl-end {
		align-content: flex-end !important
	}
	.align-content-xl-center {
		align-content: center !important
	}
	.align-content-xl-between {
		align-content: space-between !important
	}
	.align-content-xl-around {
		align-content: space-around !important
	}
	.align-content-xl-stretch {
		align-content: stretch !important
	}
	.align-self-xl-auto {
		align-self: auto !important
	}
	.align-self-xl-start {
		align-self: flex-start !important
	}
	.align-self-xl-end {
		align-self: flex-end !important
	}
	.align-self-xl-center {
		align-self: center !important
	}
	.align-self-xl-baseline {
		align-self: baseline !important
	}
	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important
	}
	.float-sm-right {
		float: right !important
	}
	.float-sm-none {
		float: none !important
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important
	}
	.float-md-right {
		float: right !important
	}
	.float-md-none {
		float: none !important
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important
	}
	.float-lg-right {
		float: right !important
	}
	.float-lg-none {
		float: none !important
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important
	}
	.float-xl-right {
		float: right !important
	}
	.float-xl-none {
		float: none !important
	}
}

.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 {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.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: 576px) {
	.m-sm-0 {
		margin: 0 !important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}
	.m-sm-1 {
		margin: .25rem !important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}
	.m-sm-2 {
		margin: .5rem !important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}
	.m-sm-3 {
		margin: 1rem !important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}
	.m-sm-4 {
		margin: 1.5rem !important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}
	.m-sm-5 {
		margin: 3rem !important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}
	.p-sm-0 {
		padding: 0 !important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}
	.p-sm-1 {
		padding: .25rem !important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}
	.p-sm-2 {
		padding: .5rem !important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}
	.p-sm-3 {
		padding: 1rem !important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}
	.p-sm-4 {
		padding: 1.5rem !important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}
	.p-sm-5 {
		padding: 3rem !important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}
	.m-sm-auto {
		margin: auto !important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}
	.m-md-1 {
		margin: .25rem !important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}
	.m-md-2 {
		margin: .5rem !important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}
	.m-md-3 {
		margin: 1rem !important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}
	.m-md-4 {
		margin: 1.5rem !important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}
	.m-md-5 {
		margin: 3rem !important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}
	.p-md-0 {
		padding: 0 !important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}
	.p-md-1 {
		padding: .25rem !important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}
	.p-md-2 {
		padding: .5rem !important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}
	.p-md-3 {
		padding: 1rem !important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}
	.p-md-4 {
		padding: 1.5rem !important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}
	.p-md-5 {
		padding: 3rem !important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}
	.m-md-auto {
		margin: auto !important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}
	.m-lg-1 {
		margin: .25rem !important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}
	.m-lg-2 {
		margin: .5rem !important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}
	.m-lg-3 {
		margin: 1rem !important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}
	.m-lg-4 {
		margin: 1.5rem !important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}
	.m-lg-5 {
		margin: 3rem !important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}
	.p-lg-0 {
		padding: 0 !important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}
	.p-lg-1 {
		padding: .25rem !important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}
	.p-lg-2 {
		padding: .5rem !important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}
	.p-lg-3 {
		padding: 1rem !important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}
	.p-lg-4 {
		padding: 1.5rem !important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}
	.p-lg-5 {
		padding: 3rem !important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}
	.m-lg-auto {
		margin: auto !important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}
	.m-xl-1 {
		margin: .25rem !important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}
	.m-xl-2 {
		margin: .5rem !important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}
	.m-xl-3 {
		margin: 1rem !important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}
	.m-xl-4 {
		margin: 1.5rem !important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}
	.m-xl-5 {
		margin: 3rem !important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}
	.p-xl-0 {
		padding: 0 !important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}
	.p-xl-1 {
		padding: .25rem !important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}
	.p-xl-2 {
		padding: .5rem !important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}
	.p-xl-3 {
		padding: 1rem !important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}
	.p-xl-4 {
		padding: 1.5rem !important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}
	.p-xl-5 {
		padding: 3rem !important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}
	.m-xl-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: 576px) {
	.text-sm-left {
		text-align: left !important
	}
	.text-sm-right {
		text-align: right !important
	}
	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important
	}
	.text-md-right {
		text-align: right !important
	}
	.text-md-center {
		text-align: center !important
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important
	}
	.text-lg-right {
		text-align: right !important
	}
	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important
	}
	.text-xl-right {
		text-align: right !important
	}
	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-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: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0062cc !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #545b62 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #1e7e34 !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
	color: #117a8b !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #d39e00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #bd2130 !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
	color: #dae0e5 !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #1d2124 !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.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 {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap !important
	}
	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px !important
	}
	.container {
		min-width: 992px !important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td,
	.table th {
		background-color: #fff !important
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important
	}
	.table-dark {
		color: inherit
	}
	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody+tbody {
		border-color: #dee2e6
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

.body-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-height: 100vh
}

html {
	font-size: 0.83vw
}

@media only screen and (max-width: 1440px) {
	html {
		font-size: 12px
	}
}

html body {
	font-family: "Montserrat", sans-serif;
	color: #06192a
}

@media only screen and (max-width: 1440px) {
	html body {
		font-size: 1.167rem
	}
}

html body a {
	color: #2a55e0
}

html body a:hover,
html body a:focus,
html body a:visited {
	text-decoration: none;
	color: #2a55e0
}

html body h1 {
	font-weight: 800;
	font-size: 3.4rem
}

html body h2 {
	font-weight: 800;
	font-size: 3rem
}

@media only screen and (max-width: 576px) {
	html body h2 {
		font-size: 2.85rem
	}
}

html body h3 {
	font-weight: 300;
	font-size: 2rem;
	letter-spacing: -.02rem
}

html body h4 {
	font-weight: 600
}

html body h6 {
	font-size: 1.167rem
}

html body p,
html body li,
html body td {
	font-size: 1.167rem
}

@media only screen and (max-width: 1440px) {
	html body p,
	html body li,
	html body td {
		font-size: 1.167rem
	}
}

html body a,
html body a:active,
html body a:hover,
html body a:visited {
	-webkit-transition: .2s;
	transition: .2s
}

html body hr {
	overflow: hidden
}

img {
	max-width: 100%;
	height: auto
}

@media only screen and (max-width: 576px) {
	img.alignleft,
	img.alignright,
	img.aligncenter,
	img.alignnone {
		width: 100%
	}
}

@media only screen and (max-width: 1199px) {
	.sr-desktop {
		display: none
	}
}

.widget_media_video {
	padding: 5rem 10vw 0;
	max-width: 118rem;
	margin: auto
}

@media only screen and (max-width: 1200px) {
	.widget_media_video {
		padding: 5rem 8vw 0
	}
}

@media only screen and (max-width: 576px) {
	.widget_media_video {
		padding: 5rem 7.5vw 0
	}
}

.so-panel:not(.widget_jlb-student-quote-widget).panel-last-child {
	padding-bottom: 5rem
}

.gform_widget {
	padding: 5rem 10vw 0;
	max-width: 118rem;
	margin: auto
}

@media only screen and (max-width: 1200px) {
	.gform_widget {
		padding: 5rem 8vw 0
	}
}

@media only screen and (max-width: 576px) {
	.gform_widget {
		padding: 5rem 7.5vw 0
	}
}

.gform_widget .widget-title {
	margin-bottom: 2rem;
	font-weight: 800;
	font-size: 2.85rem;
	text-transform: uppercase;
	text-align: center
}

.so-panel {
	margin-bottom: 0 !important
}

.so-panel.widget h2.title {
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-weight: 800;
	font-size: 3.5rem;
	text-transform: uppercase
}

@media only screen and (max-width: 576px) {
	.so-panel.widget h2.title {
		font-size: 2.85rem
	}
}

.so-widget-sow-editor {
	padding: 5rem 10vw 0;
	max-width: 118rem;
	margin: auto
}

@media only screen and (max-width: 1200px) {
	.so-widget-sow-editor {
		padding: 5rem 8vw 0
	}
}

@media only screen and (max-width: 576px) {
	.so-widget-sow-editor {
		padding: 5rem 7.5vw 0
	}
}

.text-bold {
	font-weight: 600
}

.text-uppercase {
	text-transform: uppercase
}

.display-block {
	display: block
}

.text-yellow {
	color: #f4ba1b
}

.text-blue {
	color: #2a55e0
}

.no-wrap {
	white-space: nowrap
}

.half-section {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap
}

.half-section .half-content {
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 47.5%;
	max-width: 47.5%
}

.half-section .half-image {
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 52.5%;
	max-width: 52.5%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

@media only screen and (max-width: 992px) {
	.half-section .half-image {
		min-height: 18rem
	}
}

@media only screen and (max-width: 992px) {
	.half-section .half-content,
	.half-section .half-image {
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 100%;
		max-width: 100%
	}
}

.half-section.right_image .half-content {
	-webkit-box-ordinal-group: 1;
	order: 0
}

.half-section.right_image .half-image {
	-webkit-box-ordinal-group: 2;
	order: 1
}

@media only screen and (max-width: 992px) {
	.half-section .half-content,
	.half-section.right_image .half-content {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.half-section .half-image,
	.half-section.right_image .half-image {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
}

.search-window {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: transparent
}

.search-window.window-active {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	z-index: 1050
}

.search-window.window-active .search-window-screen {
	opacity: 1;
	z-index: inherit;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.search-window .form-container {
	position: relative;
	z-index: 1070;
	width: 60%;
	padding: 1rem;
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.search-window .form-container input {
	width: 100%;
	background-color: transparent;
	border: none;
	padding: 1rem;
	font-size: 1.5rem;
	color: #fff
}

.search-window .form-container input:focus {
	outline: none
}

.search-window .form-container input::-webkit-input-placeholder {
	color: #fff
}

.search-window .form-container input::-moz-placeholder {
	color: #fff
}

.search-window .form-container input:-ms-input-placeholder {
	color: #fff
}

.search-window .form-container input::-ms-input-placeholder {
	color: #fff
}

.search-window .form-container input::placeholder {
	color: #fff
}

.search-window .form-container button {
	background-color: transparent;
	border: none;
	padding: 1.2rem;
	color: #fff;
	font-size: 1.5rem
}

.search-window .form-container button i {
	color: #fff;
	font-size: 1.5rem
}

.search-window .search-window-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(6, 25, 42, 0.8)
}

.cta-container-left {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.cta-container-left a {
	padding: 1rem 3.5rem;
	border-radius: 30rem;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.cta-container-center {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.cta-container-center a {
	padding: 1rem 3.5rem;
	border-radius: 30rem;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.cta-container-right {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.cta-container-right a {
	padding: 1rem 3.5rem;
	border-radius: 30rem;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.red {
	background-color: #f4ba1b;
	border: 1px solid #f4ba1b;
	color: #2a55e0 !important
}

.red:hover {
	background-color: #2a55e0;
	border: 1px solid #2a55e0;
	color: #f4ba1b !important
}

.black {
	background-color: #06192a;
	border: 1px solid #06192a;
	color: #2a55e0 !important
}

.black:hover {
	background-color: #f4ba1b;
	border: 1px solid #f4ba1b;
	color: #2a55e0 !important
}

.white {
	background-color: #2a55e0;
	border: 1px solid #2a55e0;
	color: #06192a !important
}

.white:hover {
	background-color: transparent;
	border: 1px solid #2a55e0;
	color: #2a55e0 !important
}

.transparent {
	background-color: transparent;
	border: 1px solid #2a55e0;
	color: #2a55e0 !important
}

.transparent:hover {
	background-color: #2a55e0;
	border: 1px solid #2a55e0;
	color: #f4ba1b !important
}

#home .hero-slider {
	height: 100%;
	width: 100%
}

#home .slick-list .hero-slide,
#home .slick-track .hero-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.slick-dots {
	position: absolute;
	z-index: 3;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	bottom: 1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	list-style: none
}

.slick-dots li {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.slick-dots button {
	padding: 0.25rem;
	margin: 0 1rem;
	background-color: rgba(255, 255, 255, 0.5);
	color: transparent;
	border: none
}

.slick-dots button:focus {
	outline: none
}

.slick-dots .slick-active button {
	background-color: white
}

.gform_anchor {
	padding-top: 10rem;
	margin-top: -10rem;
	display: block
}

.gform_wrapper {
	max-width: 50rem;
	margin: auto
}

.gform_wrapper form .gform_body .gform_fields {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield {
	margin-bottom: 1rem;
	width: 100%
}

@media only screen and (max-width: 992px) {
	.gform_wrapper form .gform_body .gform_fields .gfield {
		max-width: 100%
	}
}

.gform_wrapper form .gform_body .gform_fields .gfield.full-width {
	max-width: 100%
}

.gform_wrapper form .gform_body .gform_fields .gfield>.gfield_label {
	color: #06192a;
	font-size: 1.2rem;
	font-weight: 800;
	text-transform: uppercase
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #eee;
	border: none;
	padding: 1rem 1.5rem;
	width: 100%;
	font-size: 1rem;
	-webkit-transition: .2s;
	transition: .2s
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus {
	outline: 0;
	opacity: 1
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus::-webkit-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus::-webkit-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus::-webkit-input-placeholder {
	opacity: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus::-moz-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus::-moz-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus::-moz-placeholder {
	opacity: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus:-ms-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus:-ms-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus:-ms-input-placeholder {
	opacity: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus::-ms-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus::-ms-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus::-ms-input-placeholder {
	opacity: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus::placeholder {
	opacity: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-webkit-input-placeholder {
	font-weight: 400;
	color: #06192a;
	font-size: 1rem;
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder {
	font-weight: 400;
	color: #06192a;
	font-size: 1rem;
	opacity: 1;
	-moz-transition: .2s;
	transition: .2s
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:-ms-input-placeholder {
	font-weight: 400;
	color: #06192a;
	font-size: 1rem;
	opacity: 1;
	-ms-transition: .2s;
	transition: .2s
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-ms-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-ms-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-ms-input-placeholder {
	font-weight: 400;
	color: #06192a;
	font-size: 1rem;
	opacity: 1;
	-ms-transition: .2s;
	transition: .2s
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
	font-weight: 400;
	color: #06192a;
	font-size: 1rem;
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox label {
	display: -webkit-box;
	display: flex
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox input[type='checkbox'] {
	display: none
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox input[type='checkbox']+label:before {
	font-family: 'Font Awesome 5 Pro';
	display: inline-block
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox input[type='checkbox']+label:before {
	content: "\f0c8";
	font-weight: 400;
	margin-right: .5rem
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox input[type='checkbox']:checked+label:before {
	content: "\f14a";
	font-weight: 900
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio label {
	display: -webkit-box;
	display: flex
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio input[type='radio'] {
	display: none
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio input[type='radio']+label:before {
	font-family: 'Font Awesome 5 Pro';
	display: inline-block
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio input[type='radio']+label:before {
	content: "\f111";
	font-weight: 400;
	margin-right: .5rem
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio input[type='radio']:checked+label:before {
	content: "\f192";
	font-weight: 400
}

.gform_wrapper form .gform_body .gform_fields .gfield ul {
	list-style: none;
	padding-left: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield .gf_name_has_2 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.gform_wrapper form .gform_body .gform_fields .gfield .gf_name_has_2 span {
	width: 49%
}

.gform_wrapper form .gform_body .gform_fields .gfield .gf_name_has_2 span input+label {
	display: none
}

.gform_wrapper form .gform_footer {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end
}

.gform_wrapper form .gform_footer button.link.button {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #06192a;
	background-color: #f4ba1b;
	position: relative;
	overflow: hidden !important;
	z-index: 1;
	padding: .75rem 1rem;
	border: none;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-box-pack: center;
	justify-content: center;
	font-weight: 500;
	min-width: 10rem;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: none;
	cursor: pointer
}

.gform_wrapper form .gform_footer button.link.button:hover {
	color: #fff;
	background-color: #2a55e0;
	-webkit-transition: .2s;
	transition: .2s
}

.gform_wrapper form.full-width .gform_body .gform_fields .gfield {
	max-width: 100%
}

.gform_wrapper .validation_error {
	color: white;
	background-color: #06192a;
	font-weight: bold;
	padding: 1rem;
	margin-bottom: 1rem
}

.gform_wrapper .validation_message {
	padding: .5rem;
	color: white;
	background-color: #06192a;
	text-align: center;
	font-size: .8rem
}

.gform_wrapper .instruction.validation_message {
	display: none
}

.ginput_container_select {
	position: relative
}

.ginput_container_select .gf-select-icon {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) translateX(-1rem);
	transform: translateY(-50%) translateX(-1rem);
	pointer-events: none
}

.gform_confirmation_wrapper {
	background-color: #2a55e0;
	color: white;
	font-weight: bold;
	padding: 1rem
}

.blog .blog-container,
.blog .search-results-container,
.category .blog-container,
.category .search-results-container,
.archive .blog-container,
.archive .search-results-container,
.search .blog-container,
.search .search-results-container {
	padding: 5rem 10vw;
	width: 100%;
	max-width: 116rem;
	margin: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-direction: column
}

@media only screen and (max-width: 1200px) {
	.blog .blog-container,
	.blog .search-results-container,
	.category .blog-container,
	.category .search-results-container,
	.archive .blog-container,
	.archive .search-results-container,
	.search .blog-container,
	.search .search-results-container {
		padding: 5rem 8vw;
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	.blog .blog-container,
	.blog .search-results-container,
	.category .blog-container,
	.category .search-results-container,
	.archive .blog-container,
	.archive .search-results-container,
	.search .blog-container,
	.search .search-results-container {
		padding: 2rem 5vw
	}
}

@media only screen and (min-width: 992px) {
	.blog .blog-container,
	.blog .search-results-container,
	.category .blog-container,
	.category .search-results-container,
	.archive .blog-container,
	.archive .search-results-container,
	.search .blog-container,
	.search .search-results-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
}

.blog section.blog-posts,
.blog .results,
.category section.blog-posts,
.category .results,
.archive section.blog-posts,
.archive .results,
.search section.blog-posts,
.search .results {
	flex-wrap: wrap;
	display: -webkit-box;
	display: flex;
	width: 100%
}

@media only screen and (min-width: 768px) {
	.blog section.blog-posts,
	.blog .results,
	.category section.blog-posts,
	.category .results,
	.archive section.blog-posts,
	.archive .results,
	.search section.blog-posts,
	.search .results {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap
	}
	.blog section.blog-posts>*,
	.blog .results>*,
	.category section.blog-posts>*,
	.category .results>*,
	.archive section.blog-posts>*,
	.archive .results>*,
	.search section.blog-posts>*,
	.search .results>* {
		padding: 1rem;
		margin: 0rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 2) - (2 * 0rem) + ((2 * 0rem) / 2) - 1px);
		max-width: calc((100% / 2) - (2 * 0rem) + ((2 * 0rem) / 2) - 1px)
	}
	.blog section.blog-posts>*:nth-child(2n+1),
	.blog .results>*:nth-child(2n+1),
	.category section.blog-posts>*:nth-child(2n+1),
	.category .results>*:nth-child(2n+1),
	.archive section.blog-posts>*:nth-child(2n+1),
	.archive .results>*:nth-child(2n+1),
	.search section.blog-posts>*:nth-child(2n+1),
	.search .results>*:nth-child(2n+1) {
		margin-left: 0
	}
	.blog section.blog-posts>*:nth-child(2n),
	.blog .results>*:nth-child(2n),
	.category section.blog-posts>*:nth-child(2n),
	.category .results>*:nth-child(2n),
	.archive section.blog-posts>*:nth-child(2n),
	.archive .results>*:nth-child(2n),
	.search section.blog-posts>*:nth-child(2n),
	.search .results>*:nth-child(2n) {
		margin-right: 0
	}
}

.blog .no-results,
.category .no-results,
.archive .no-results,
.search .no-results {
	width: 100%
}

.blog .blog-posts-wrap,
.blog .results-wrap,
.category .blog-posts-wrap,
.category .results-wrap,
.archive .blog-posts-wrap,
.archive .results-wrap,
.search .blog-posts-wrap,
.search .results-wrap {
	width: 100%
}

@media only screen and (min-width: 768px) {
	.blog .blog-posts-wrap,
	.blog .results-wrap,
	.category .blog-posts-wrap,
	.category .results-wrap,
	.archive .blog-posts-wrap,
	.archive .results-wrap,
	.search .blog-posts-wrap,
	.search .results-wrap {
		margin-right: 2rem
	}
	.blog .blog-posts-wrap .post,
	.blog .results-wrap .post,
	.category .blog-posts-wrap .post,
	.category .results-wrap .post,
	.archive .blog-posts-wrap .post,
	.archive .results-wrap .post,
	.search .blog-posts-wrap .post,
	.search .results-wrap .post {
		width: 100%
	}
}

.blog .blog-posts-wrap .blog-post .post-type,
.blog .results-wrap .blog-post .post-type,
.category .blog-posts-wrap .blog-post .post-type,
.category .results-wrap .blog-post .post-type,
.archive .blog-posts-wrap .blog-post .post-type,
.archive .results-wrap .blog-post .post-type,
.search .blog-posts-wrap .blog-post .post-type,
.search .results-wrap .blog-post .post-type {
	margin-bottom: .5rem
}

.blog .blog-posts-wrap .blog-post .post-type span,
.blog .results-wrap .blog-post .post-type span,
.category .blog-posts-wrap .blog-post .post-type span,
.category .results-wrap .blog-post .post-type span,
.archive .blog-posts-wrap .blog-post .post-type span,
.archive .results-wrap .blog-post .post-type span,
.search .blog-posts-wrap .blog-post .post-type span,
.search .results-wrap .blog-post .post-type span {
	font-weight: 700
}

.blog .blog-posts-wrap .blog-post .post-image,
.blog .results-wrap .blog-post .post-image,
.category .blog-posts-wrap .blog-post .post-image,
.category .results-wrap .blog-post .post-image,
.archive .blog-posts-wrap .blog-post .post-image,
.archive .results-wrap .blog-post .post-image,
.search .blog-posts-wrap .blog-post .post-image,
.search .results-wrap .blog-post .post-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 17rem;
	border-bottom: 3px solid #f4ba1b
}

.blog .blog-posts-wrap .blog-post .post-date,
.blog .results-wrap .blog-post .post-date,
.category .blog-posts-wrap .blog-post .post-date,
.category .results-wrap .blog-post .post-date,
.archive .blog-posts-wrap .blog-post .post-date,
.archive .results-wrap .blog-post .post-date,
.search .blog-posts-wrap .blog-post .post-date,
.search .results-wrap .blog-post .post-date {
	padding-bottom: 0.5rem
}

.blog .blog-posts-wrap .blog-post .post-date span,
.blog .results-wrap .blog-post .post-date span,
.category .blog-posts-wrap .blog-post .post-date span,
.category .results-wrap .blog-post .post-date span,
.archive .blog-posts-wrap .blog-post .post-date span,
.archive .results-wrap .blog-post .post-date span,
.search .blog-posts-wrap .blog-post .post-date span,
.search .results-wrap .blog-post .post-date span {
	padding-left: .5rem
}

.blog .blog-posts-wrap .blog-post .post-content,
.blog .results-wrap .blog-post .post-content,
.category .blog-posts-wrap .blog-post .post-content,
.category .results-wrap .blog-post .post-content,
.archive .blog-posts-wrap .blog-post .post-content,
.archive .results-wrap .blog-post .post-content,
.search .blog-posts-wrap .blog-post .post-content,
.search .results-wrap .blog-post .post-content {
	padding: .5rem 1rem 1rem;
	border: 1px solid #eee
}

.blog .blog-posts-wrap .blog-post .post-content h2.post-title,
.blog .results-wrap .blog-post .post-content h2.post-title,
.category .blog-posts-wrap .blog-post .post-content h2.post-title,
.category .results-wrap .blog-post .post-content h2.post-title,
.archive .blog-posts-wrap .blog-post .post-content h2.post-title,
.archive .results-wrap .blog-post .post-content h2.post-title,
.search .blog-posts-wrap .blog-post .post-content h2.post-title,
.search .results-wrap .blog-post .post-content h2.post-title {
	font-size: 1.5rem;
	padding: 1.25rem 0 .25rem
}

.blog .blog-posts-wrap .blog-post .post-content h2.post-title a,
.blog .results-wrap .blog-post .post-content h2.post-title a,
.category .blog-posts-wrap .blog-post .post-content h2.post-title a,
.category .results-wrap .blog-post .post-content h2.post-title a,
.archive .blog-posts-wrap .blog-post .post-content h2.post-title a,
.archive .results-wrap .blog-post .post-content h2.post-title a,
.search .blog-posts-wrap .blog-post .post-content h2.post-title a,
.search .results-wrap .blog-post .post-content h2.post-title a {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 1.5rem;
	color: #06192a
}

.blog .blog-posts-wrap .blog-post .post-content .categories,
.blog .results-wrap .blog-post .post-content .categories,
.category .blog-posts-wrap .blog-post .post-content .categories,
.category .results-wrap .blog-post .post-content .categories,
.archive .blog-posts-wrap .blog-post .post-content .categories,
.archive .results-wrap .blog-post .post-content .categories,
.search .blog-posts-wrap .blog-post .post-content .categories,
.search .results-wrap .blog-post .post-content .categories {
	padding-bottom: .5rem;
	font-size: 1rem;
	font-weight: 400
}

@media only screen and (max-width: 1440px) {
	.blog .blog-posts-wrap .blog-post .post-content .categories,
	.blog .results-wrap .blog-post .post-content .categories,
	.category .blog-posts-wrap .blog-post .post-content .categories,
	.category .results-wrap .blog-post .post-content .categories,
	.archive .blog-posts-wrap .blog-post .post-content .categories,
	.archive .results-wrap .blog-post .post-content .categories,
	.search .blog-posts-wrap .blog-post .post-content .categories,
	.search .results-wrap .blog-post .post-content .categories {
		font-size: 1.167rem
	}
}

.blog .blog-posts-wrap .blog-post .post-content .categories a,
.blog .results-wrap .blog-post .post-content .categories a,
.category .blog-posts-wrap .blog-post .post-content .categories a,
.category .results-wrap .blog-post .post-content .categories a,
.archive .blog-posts-wrap .blog-post .post-content .categories a,
.archive .results-wrap .blog-post .post-content .categories a,
.search .blog-posts-wrap .blog-post .post-content .categories a,
.search .results-wrap .blog-post .post-content .categories a {
	color: #2a55e0;
	font-weight: 600
}

.blog .blog-posts-wrap .blog-post .post-content .post-excerpt,
.blog .results-wrap .blog-post .post-content .post-excerpt,
.category .blog-posts-wrap .blog-post .post-content .post-excerpt,
.category .results-wrap .blog-post .post-content .post-excerpt,
.archive .blog-posts-wrap .blog-post .post-content .post-excerpt,
.archive .results-wrap .blog-post .post-content .post-excerpt,
.search .blog-posts-wrap .blog-post .post-content .post-excerpt,
.search .results-wrap .blog-post .post-content .post-excerpt {
	margin-bottom: 1.5rem
}

.blog .blog-posts-wrap .blog-post .post-content .post-link,
.blog .results-wrap .blog-post .post-content .post-link,
.category .blog-posts-wrap .blog-post .post-content .post-link,
.category .results-wrap .blog-post .post-content .post-link,
.archive .blog-posts-wrap .blog-post .post-content .post-link,
.archive .results-wrap .blog-post .post-content .post-link,
.search .blog-posts-wrap .blog-post .post-content .post-link,
.search .results-wrap .blog-post .post-content .post-link {
	font-weight: 800;
	text-transform: uppercase;
	text-align: right;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: .35rem 1rem
}

.blog .blog-posts-wrap .blog-post .post-content .post-link span,
.blog .results-wrap .blog-post .post-content .post-link span,
.category .blog-posts-wrap .blog-post .post-content .post-link span,
.category .results-wrap .blog-post .post-content .post-link span,
.archive .blog-posts-wrap .blog-post .post-content .post-link span,
.archive .results-wrap .blog-post .post-content .post-link span,
.search .blog-posts-wrap .blog-post .post-content .post-link span,
.search .results-wrap .blog-post .post-content .post-link span {
	padding-right: 1rem
}

#single-post .single-post-container {
	padding: 5rem 10vw;
	width: 100%;
	max-width: 116rem;
	margin: auto
}

@media only screen and (max-width: 1200px) {
	#single-post .single-post-container {
		padding: 5rem 8vw;
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#single-post .single-post-container {
		padding: 2rem 5vw
	}
}

#single-post .single-post-container .post-image {
	-webkit-box-flex: 0;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 20rem;
	margin-right: 1rem;
	margin-bottom: 1.35rem
}

#single-post .single-post-container .post-info {
	font-weight: 500;
	border-bottom: 2px solid #dedede;
	padding-bottom: .5rem;
	color: #616161;
	margin: 1rem 0
}

#single-post .single-post-container .post-info .categories {
	font-weight: 700
}

#single-post .single-post-container .post-info>span {
	display: none
}

@media only screen and (min-width: 768px) {
	#single-post .single-post-container .post-info {
		display: -webkit-box;
		display: flex
	}
	#single-post .single-post-container .post-info>span {
		display: block
	}
}

#single-post .single-post-container .post-info>* {
	padding-right: .5rem
}

#single-post .single-post-container .post-info span {
	padding-left: .35rem
}

#single-post .single-post-container .post-content h2.post-title {
	font-weight: 600
}

@media only screen and (min-width: 768px) {
	#single-post .single-post-container .post-content {
		padding-top: 2rem
	}
}

#single-post .single-post-container .post-content a,
#single-post .single-post-container .post-content a:visited,
#single-post .single-post-container .post-content a:active {
	border-bottom: 1px solid #2a55e0
}

#single-post .single-post-container .post-content h2 {
	font-weight: 700
}

.page-template-search-page .results-wrap {
	padding: 5rem 10vw;
	width: 100%;
	max-width: 116rem;
	margin: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

@media only screen and (max-width: 1200px) {
	.page-template-search-page .results-wrap {
		padding: 5rem 8vw;
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	.page-template-search-page .results-wrap {
		padding: 2rem 5vw
	}
}

.page-template-search-page .results-wrap h2 {
	font-size: 2rem;
	font-weight: 700
}

.page-template-search-page .results-wrap .search-form {
	width: 30rem;
	margin-bottom: 2rem;
	background: #fff;
	border: 1px solid #06192a;
	color: #212529;
	border-radius: 2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.page-template-search-page .results-wrap .search-form input {
	width: 75%;
	height: auto;
	margin-left: 1rem;
	background-color: transparent;
	border: none;
	color: #212529;
	font-size: 1.333rem
}

@media only screen and (max-width: 992px) {
	.page-template-search-page .results-wrap .search-form input {
		width: 100%
	}
}

@media only screen and (max-width: 576px) {
	.page-template-search-page .results-wrap .search-form input {
		font-size: 1.167rem
	}
}

.page-template-search-page .results-wrap .search-form button {
	font-size: 1.25rem;
	margin-right: .75rem;
	background-color: transparent;
	border: 0
}

.page-template-search-page .results-wrap .search-form button .svg-inline--fa {
	color: #06192a
}

.pagination {
	margin-top: 4rem;
	width: 100%
}

.pagination .content {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.pagination .content .prev-link {
	padding-right: 1rem
}

.pagination a,
.pagination a:active,
.pagination a:visited {
	font-weight: 900;
	text-transform: uppercase;
	color: #06192a
}

.pagination a:hover,
.pagination a:active:hover,
.pagination a:visited:hover {
	color: #2a55e0
}

#child-1 .child-container {
	padding: 0
}

#child-2 .child-container {
	padding: 4rem 0
}

.child-header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	align-items: flex-end;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 10.7rem 3.2vw 3.2rem;
	position: relative;
	z-index: 0;
	position: relative;
	z-index: 0
}

.child-header:before {
	content: "";
	display: block;
	background-color: #2a55e0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.child-header:before {
	mix-blend-mode: hard-light
}

.child-header:after {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.child-header:after {
	mix-blend-mode: hard-light
}

@media only screen and (max-width: 1199px) {
	.child-header {
		padding: 11.7rem 3.2vw 2.2rem
	}
}

.child-header .title {
	text-align: right;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	font-size: 3.75rem;
	letter-spacing: 0.015rem
}

@media only screen and (max-width: 1200px) {
	.child-header .title {
		font-size: 3rem
	}
}

@media only screen and (max-width: 1024px) {
	.child-header .title {
		font-size: 2.75rem
	}
}

@media only screen and (max-width: 576px) {
	.child-header .title {
		font-size: 2.125rem
	}
}

.child-header #breadcrumbs {
	color: #fff
}

.child-header #breadcrumbs a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.is-trident .child-header,
.is-edge .child-header {
	position: relative;
	z-index: 0;
	position: relative;
	z-index: 0
}

.is-trident .child-header:before,
.is-edge .child-header:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.is-trident .child-header:after,
.is-edge .child-header:after {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.is-trident .child-header:before,
.is-trident .child-header:after,
.is-edge .child-header:before,
.is-edge .child-header:after {
	mix-blend-mode: normal
}

.event-loop-container .event-items-container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

.event-loop-container .event-items-container>* {
	padding: 1rem;
	margin: 1.35rem;
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: calc((100% / 3) - (2 * 1.35rem) + ((2 * 1.35rem) / 3) - 1px);
	max-width: calc((100% / 3) - (2 * 1.35rem) + ((2 * 1.35rem) / 3) - 1px)
}

.event-loop-container .event-items-container>*:nth-child(3n+1) {
	margin-left: 0
}

.event-loop-container .event-items-container>*:nth-child(3n) {
	margin-right: 0
}

@media only screen and (max-width: 1023px) {
	.event-loop-container .event-items-container {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap
	}
	.event-loop-container .event-items-container>* {
		padding: 1rem;
		margin: 1.35rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 1) - (2 * 1.35rem) + ((2 * 1.35rem) / 1) - 1px);
		max-width: calc((100% / 1) - (2 * 1.35rem) + ((2 * 1.35rem) / 1) - 1px)
	}
	.event-loop-container .event-items-container>*:nth-child(1n+1) {
		margin-left: 0
	}
	.event-loop-container .event-items-container>*:nth-child(1n) {
		margin-right: 0
	}
}

.event-loop-container .event-items-container .event-item {
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-bottom: 1rem
}

.event-loop-container .event-items-container .event-banner {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 16.5rem;
	margin-bottom: -1px;
	overflow: hidden
}

@media only screen and (max-width: 1023px) {
	.event-loop-container .event-items-container .event-banner {
		width: 100%;
		height: 48.5vw
	}
}

.event-loop-container .event-items-container .event-banner img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 145%
}

.event-loop-container .event-items-container .event-banner .event-date {
	position: relative;
	width: 9.2rem;
	-webkit-box-flex: 1;
	flex: 1;
	overflow: hidden;
	color: #fff
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
	.event-loop-container .event-items-container .event-banner .event-date {
		width: 12rem
	}
}

.event-loop-container .event-items-container .event-banner .event-date .event-date-content {
	position: absolute;
	z-index: 1;
	padding: 1rem
}

.event-loop-container .event-items-container .event-banner .event-date .event-date-content .day {
	font-size: 3.2rem;
	font-weight: 800;
	line-height: .9;
	letter-spacing: 0.25rem
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
	.event-loop-container .event-items-container .event-banner .event-date .event-date-content .day {
		font-size: 5.2rem
	}
}

.event-loop-container .event-items-container .event-banner .event-date .event-date-content .day,
.event-loop-container .event-items-container .event-banner .event-date .event-date-content .month,
.event-loop-container .event-items-container .event-banner .event-date .event-date-content .year {
	display: block
}

.event-loop-container .event-items-container .event-banner .event-date .event-date-content .month,
.event-loop-container .event-items-container .event-banner .event-date .event-date-content .year {
	font-weight: 600;
	line-height: 1.25;
	text-transform: uppercase
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
	.event-loop-container .event-items-container .event-banner .event-date .event-date-content .month,
	.event-loop-container .event-items-container .event-banner .event-date .event-date-content .year {
		font-size: 1.5rem
	}
}

.event-loop-container .event-items-container .event-banner .event-date .event-date-bg {
	position: relative;
	z-index: 0;
	mix-blend-mode: hard-light;
	-webkit-box-flex: 1;
	flex: 1;
	width: 100%;
	height: 100%
}

.event-loop-container .event-items-container .event-banner .event-date .event-date-bg:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.event-loop-container .event-items-container .event-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 1;
	flex: auto;
	border-bottom: 2px solid #06192a
}

.event-loop-container .event-items-container .event-content .event-text {
	position: relative;
	width: 75%;
	padding: 2.6rem 1.8rem 1.9rem;
	font-size: 1.3rem;
	letter-spacing: -0.02rem;
	position: relative
}

.event-loop-container .event-items-container .event-content .event-text.full-width {
	width: 100%;
	border-right: 2px solid #06192a
}

.event-loop-container .event-items-container .event-content .event-text:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -1px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 0;
	height: 0;
	border: 26px solid #06192a;
	border-left: 26px solid transparent;
	border-top: 26px solid transparent
}

@media only screen and (max-width: 767px) {
	.event-loop-container .event-items-container .event-content .event-text:after {
		display: none
	}
}

.event-loop-container .event-items-container .event-content .event-text h4.event-title {
	font-weight: 800;
	font-size: 1.45rem;
	text-transform: uppercase;
	letter-spacing: 0.015rem
}

.event-loop-container .event-items-container .event-content .event-text h4.event-title a {
	color: #06192a
}

.event-loop-container .event-items-container .event-content .event-text .event-time {
	text-transform: uppercase
}

.event-loop-container .event-items-container .event-content .event-tickets {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	width: 25%;
	padding-top: 1.75rem;
	background: #06192a
}

.event-loop-container .event-items-container .event-content .event-tickets .ticket-icon {
	width: 5rem;
	height: 4rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

@media only screen and (max-width: 576px) {
	.event-loop-container .event-items-container .event-content .event-tickets .ticket-icon {
		margin-bottom: .25rem
	}
}

.event-loop-container .event-items-container .event-content .event-tickets .ticket-price {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 2.1rem;
	line-height: 1.6
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.event-loop-container .event-items-container .event-content .event-tickets .ticket-price {
		font-size: 1.6rem
	}
}

@media only screen and (max-width: 576px) {
	.event-loop-container .event-items-container .event-content .event-tickets .ticket-price {
		font-size: 1.5rem
	}
}

.event-categories-container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

.event-categories-container>* {
	padding: 1rem;
	margin: 1.35rem;
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: calc((100% / 3) - (2 * 1.35rem) + ((2 * 1.35rem) / 3) - 1px);
	max-width: calc((100% / 3) - (2 * 1.35rem) + ((2 * 1.35rem) / 3) - 1px)
}

.event-categories-container>*:nth-child(3n+1) {
	margin-left: 0
}

.event-categories-container>*:nth-child(3n) {
	margin-right: 0
}

@media only screen and (max-width: 1023px) {
	.event-categories-container {
		display: none
	}
}

.event-category {
	margin-top: 0;
	padding: 0;
	font-size: 1.77rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2
}

@media only screen and (max-width: 1200px) {
	.event-category {
		font-size: 1.333rem
	}
}

.event-category a {
	color: #2a55e0;
	display: inline
}

.event-category a:hover {
	border-bottom: 3px solid rgba(42, 85, 224, 0.35)
}

.event-category-mobile {
	font-size: 2rem;
	margin-top: 1rem
}

@media only screen and (min-width: 1024px) {
	.event-category-mobile {
		display: none
	}
}

.featured-event-container {
	display: -webkit-box;
	display: flex;
	padding-top: 2.5rem;
	overflow: hidden
}

@media only screen and (max-width: 1439px) {
	.featured-event-container {
		flex-wrap: wrap
	}
}

.featured-event-container .featured-event-info {
	-webkit-box-flex: 1;
	flex: 1 1 32%;
	border-right: 5px solid #06192a
}

@media only screen and (max-width: 1439px) {
	.featured-event-container .featured-event-info {
		flex-basis: 50%;
		max-width: 50%
	}
}

@media only screen and (max-width: 768px) {
	.featured-event-container .featured-event-info {
		flex-basis: 100%;
		max-width: 100%;
		border-right: 0;
		margin-bottom: 2rem
	}
}

.featured-event-container .featured-event-info>div {
	padding-left: 2rem;
	padding-right: 2rem;
	border-bottom: 3px solid #06192a
}

.featured-event-container .featured-event-info>div:last-of-type {
	border-bottom: 0
}

.featured-event-container .featured-event-info .info-general {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	align-items: flex-end;
	padding-bottom: 1.75rem
}

.featured-event-container .featured-event-info .info-general .event-date {
	padding: 1.25rem 0 0
}

.featured-event-container .featured-event-info .info-general .event-date .day {
	font-size: 7.25rem;
	font-weight: 900;
	color: #2a55e0;
	line-height: 0.9
}

.featured-event-container .featured-event-info .info-general .event-date .day,
.featured-event-container .featured-event-info .info-general .event-date .month,
.featured-event-container .featured-event-info .info-general .event-date .year {
	display: block
}

.featured-event-container .featured-event-info .info-general .event-date .month,
.featured-event-container .featured-event-info .info-general .event-date .year {
	font-weight: 700;
	line-height: 1.15;
	font-size: 2.25rem;
	text-transform: uppercase
}

.featured-event-container .featured-event-info .info-general .event-tickets {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-right: 1rem
}

.featured-event-container .featured-event-info .info-general .event-tickets .ticket-icon {
	width: 4.3rem;
	height: 4.8rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 0.15rem
}

.featured-event-container .featured-event-info .info-general .event-tickets .ticket-price {
	color: #2a55e0;
	text-align: center;
	font-weight: 800;
	font-size: 2.25rem;
	text-transform: uppercase;
	line-height: 1.2
}

@media only screen and (max-width: 576px) {
	.featured-event-container .featured-event-info .info-general {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.featured-event-container .featured-event-info .info-general .event-date {
		margin-bottom: 1rem;
		text-align: center
	}
	.featured-event-container .featured-event-info .info-general .event-tickets {
		margin-right: 0
	}
}

.featured-event-container .featured-event-info .info-details {
	padding: 2rem 2.75rem 1.2rem 2rem
}

.featured-event-container .featured-event-info .info-details h5 {
	font-size: 2rem;
	text-transform: uppercase;
	color: #2a55e0;
	font-weight: 800;
	margin-bottom: 2.25rem
}

@media only screen and (max-width: 576px) {
	.featured-event-container .featured-event-info .info-details h5 {
		text-align: center
	}
}

.featured-event-container .featured-event-info .info-details .event-date {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding-bottom: 0.9rem
}

@media only screen and (max-width: 576px) {
	.featured-event-container .featured-event-info .info-details .event-date {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}

.featured-event-container .featured-event-info .info-details .event-date .date-title {
	font-weight: 700;
	font-size: 1.6rem;
	color: #2a55e0
}

.featured-event-container .featured-event-info .info-details .event-date .date-text {
	font-size: 1.65rem
}

.featured-event-container .featured-event-info .info-details .event-date .date-text .date-text-time {
	text-transform: uppercase
}

.featured-event-container .featured-event-info .info-venue {
	padding: 2rem 2.75rem 1.2rem 2rem
}

.featured-event-container .featured-event-info .info-venue h5 {
	font-size: 2rem;
	text-transform: uppercase;
	color: #2a55e0;
	font-weight: 800;
	margin-bottom: 2rem
}

@media only screen and (max-width: 576px) {
	.featured-event-container .featured-event-info .info-venue h5 {
		text-align: center
	}
}

.featured-event-container .featured-event-info .info-venue .venue-container {
	display: -webkit-box;
	display: flex
}

.featured-event-container .featured-event-info .info-venue .venue-container .venue-details {
	font-size: 1.6rem;
	line-height: 1.25;
	padding-left: 1rem
}

.featured-event-container .featured-event-info .info-venue .venue-container .venue-details .tribe-country-name {
	display: none
}

.featured-event-container .featured-event-info .info-venue .venue-container .venue-icon {
	width: 2rem;
	color: #2a55e0
}

.featured-event-container .featured-event-info .info-venue .venue-container .venue-icon .fa-3x {
	font-size: 2.5rem
}

@media only screen and (max-width: 576px) {
	.featured-event-container .featured-event-info .info-venue .venue-container {
		-webkit-box-pack: center;
		justify-content: center
	}
	.featured-event-container .featured-event-info .info-venue .venue-container .venue-details {
		text-align: center
	}
	.featured-event-container .featured-event-info .info-venue .venue-container .venue-icon {
		display: none
	}
}

.featured-event-container .featured-event-image {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	position: relative
}

@media only screen and (max-width: 1439px) {
	.featured-event-container .featured-event-image {
		flex-basis: 50%;
		max-width: 50%
	}
}

@media only screen and (max-width: 768px) {
	.featured-event-container .featured-event-image {
		flex-basis: 100%;
		max-width: 100%
	}
}

.featured-event-container .featured-event-image a {
	overflow: hidden;
	height: 100%
}

@media only screen and (max-width: 1439px) {
	.featured-event-container .featured-event-image a {
		width: 100%
	}
}

.featured-event-container .featured-event-image:after {
	content: '';
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border: 65px solid #fff;
	border-left: 65px solid transparent;
	border-top: 65px solid transparent;
	overflow: visible;
	z-index: 9
}

.featured-event-container .featured-event-image .featured-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width: 35.4rem;
	height: 100%;
	min-height: 44.2rem;
	margin-bottom: -1px;
	overflow: hidden;
	margin-left: -1px
}

@media only screen and (max-width: 1439px) {
	.featured-event-container .featured-event-image .featured-image {
		width: 100%
	}
}

.featured-event-container .featured-event-image .featured-image img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: 150%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.featured-event-container .featured-event-image .featured-title {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 7.9rem
}

.featured-event-container .featured-event-image .featured-title .featured-title-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 1;
	color: #fff;
	font-weight: 800;
	font-size: 2.75rem;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: 0.08rem;
	line-height: 1.1
}

@media only screen and (max-width: 576px) {
	.featured-event-container .featured-event-image .featured-title .featured-title-text {
		font-size: 1.75rem
	}
}

.featured-event-container .featured-event-image .featured-title .featured-title-bg {
	position: relative;
	z-index: 0;
	mix-blend-mode: multiply;
	height: 100%;
	width: 100%
}

.featured-event-container .featured-event-image .featured-title .featured-title-bg:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.featured-event-container .featured-event-image .featured-title .featured-title-bg:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	width: 0;
	height: 0;
	border: 28px solid rgba(42, 85, 224, 0.85);
	border-right: 28px solid transparent;
	border-bottom: 28px solid transparent
}

.featured-event-container .featured-event-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex: 1 1 34.44%;
	padding: 2.25rem 1.5rem 0rem 4rem
}

@media only screen and (max-width: 1439px) {
	.featured-event-container .featured-event-content {
		flex-basis: 100%;
		padding: 4rem 0 4rem 2rem
	}
}

@media only screen and (max-width: 576px) {
	.featured-event-container .featured-event-content {
		padding: 2rem 0
	}
}

.featured-event-container .featured-event-content .featured-event-text h3 {
	font-size: 2.75rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 2.9rem;
	letter-spacing: .08rem;
	margin-bottom: 1rem
}

@media only screen and (max-width: 576px) {
	.featured-event-container .featured-event-content .featured-event-text h3 {
		font-size: 2rem;
		line-height: 1.2
	}
}

.featured-event-container .featured-event-content .featured-event-text p {
	font-size: 1.15rem;
	line-height: 1.25
}

@media only screen and (max-width: 1440px) {
	.featured-event-container .featured-event-content .featured-event-text p {
		font-size: 1.333rem
	}
}

@media only screen and (max-width: 1439px) {
	.featured-event-container .featured-event-content .featured-event-text {
		margin-bottom: 1rem
	}
}

.featured-event-container .featured-event-content .featured-event-button-container {
	z-index: 10;
	position: relative;
	height: 5rem
}

.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button {
	color: #06192a
}

.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button:hover .button-bg {
	background: #06192a
}

.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button:hover .button-text {
	color: #fff;
	fill: #fff
}

.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button .button-text,
.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button .button-bg {
	-webkit-transition: .25s ease-in;
	transition: .25s ease-in
}

.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button .button-text {
	position: absolute;
	z-index: 1;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2rem;
	overflow: hidden;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%
}

.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button .button-text .link-icon {
	display: block;
	width: 2.5rem;
	height: 2.5rem
}

@media only screen and (min-width: 1440px) {
	.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button .button-text .link-icon {
		display: none
	}
}

@media only screen and (max-width: 1439px) {
	.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button .button-text {
		padding: 0 2rem 0 0
	}
}

@media only screen and (max-width: 576px) {
	.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button .button-text {
		background: #f4ba1b;
		padding: 1rem 1.5rem;
		font-size: 1.5rem
	}
	.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button .button-text .link-icon {
		display: block;
		width: 2rem;
		height: 2rem
	}
}

.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button .button-bg {
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(100% + 20rem);
	position: absolute;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	background: #f4ba1b
}

@media only screen and (min-width: 1440px) {
	.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button .button-bg {
		left: -7.4rem;
		-webkit-transform: skew(-45deg, 0deg);
		transform: skew(-45deg, 0deg)
	}
}

@media only screen and (max-width: 576px) {
	.featured-event-container .featured-event-content .featured-event-button-container .featured-event-button .button-bg {
		display: none
	}
}

abbr[title] {
	text-decoration: none
}

.tribe-events-page-title {
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 3rem
}

@media only screen and (max-width: 576px) {
	.tribe-events-page-title {
		font-size: 2.025rem
	}
}

#tribe-events-pg-template,
.tribe-events-pg-template {
	margin: 0;
	max-width: inherit
}

#tribe-events-pg-template .page-content,
.tribe-events-pg-template .page-content {
	padding: 5rem 10vw;
	width: 100%;
	max-width: 116rem;
	margin: auto
}

@media only screen and (max-width: 1200px) {
	#tribe-events-pg-template .page-content,
	.tribe-events-pg-template .page-content {
		padding: 5rem 8vw;
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#tribe-events-pg-template .page-content,
	.tribe-events-pg-template .page-content {
		padding: 2rem 5vw
	}
}

#tribe-events-bar {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2rem
}

#tribe-events-bar #tribe-bar-form {
	background: #fff
}

#tribe-events-bar #tribe-bar-form input[type=text] {
	border-bottom: 2px solid #06192a
}

#tribe-events-bar #tribe-bar-form #tribe-bar-filters .tribe-bar-submit input {
	background: #f4ba1b;
	color: #06192a
}

#tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
	background: #fff
}

#tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-list {
	background: #f1f1f1
}

#tribe-events-bar #tribe-bar-form #tribe-bar-views #tribe-bar-views-toggle {
	background: #f1f1f1
}

.page-tribe-attendee-registration .page-container {
	padding: 5rem 10vw;
	width: 100%;
	max-width: 116rem;
	margin: auto
}

@media only screen and (max-width: 1200px) {
	.page-tribe-attendee-registration .page-container {
		padding: 5rem 8vw;
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	.page-tribe-attendee-registration .page-container {
		padding: 2rem 5vw
	}
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	font-size: 1.167rem
}

#tribe-events .tribe-events-sub-nav a {
	color: #06192a;
	text-transform: uppercase;
	letter-spacing: 0.015em;
	background-color: #fff
}

@media only screen and (max-width: 576px) {
	#tribe-events .tribe-events-sub-nav a {
		font-size: 1.167rem
	}
}

.tribe-events-cal-link .tribe-events-button {
	background-color: #2a55e0
}

.tribe-events-list #tribe-events-photo-events .tribe-events-event-image {
	border-bottom: 4px solid #06192a
}

.tribe-events-list #tribe-events-photo-events .tribe-events-event-image img {
	width: 100%;
	max-height: 100%
}

.tribe-events-list #tribe-events-photo-events .tribe-events-list-event-title {
	font-weight: 800;
	font-size: 2.25rem;
	text-transform: uppercase;
	letter-spacing: 0.015rem;
	margin-bottom: .125rem;
	line-height: 1.1
}

.tribe-events-list #tribe-events-photo-events .tribe-events-list-event-title a {
	color: #06192a
}

.tribe-events-list #tribe-events-photo-events .tribe-event-featured .tribe-events-list-event-title a {
	color: #fff
}

.tribe-events-list #tribe-events-photo-events .tribe-event-featured .tribe-events-event-meta {
	color: #fff
}

.tribe-events-list #tribe-events-photo-events .tribe-events-event-meta .tribe-event-schedule-details {
	font-size: 1.167rem;
	font-weight: 500;
	margin-bottom: 1rem;
	padding: 0
}

.tribe-events-list #tribe-events-photo-events .tribe-event-featured .tribe-events-event-image {
	border-bottom: 4px solid #f4ba1b
}

@media only screen and (max-width: 768px) {
	.tribe-events-list #tribe-events-photo-events .tribe-event-featured .tribe-events-event-image img {
		width: 100%
	}
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
	background: #e9f0fa
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap:hover {
	background: #e9f0fa
}

.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap {
	background: #2a55e0
}

.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover {
	background: #2a55e0
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
	#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
		max-width: 700px
	}
	#tribe-events-photo-events .tribe-events-photo-event {
		width: 100%
	}
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	background-color: #5E5E5E
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
	background-color: #163754
}

.tribe-events-calendar thead th {
	padding: 7px 0
}

.tribe-events-tooltip h3 {
	font-weight: 800;
	text-transform: uppercase;
	color: #06192a;
	font-size: 1.5rem
}

.tribe-events-tooltip .tribe-event-duration {
	font-weight: 500;
	color: #06192a;
	font-size: 1.167rem
}

.tribe-events-tooltip .tribe-event-description {
	padding-top: .5rem
}

.tribe-events-tooltip .tribe-event-description p {
	color: #06192a;
	font-size: 1.167rem
}

.tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb {
	width: 100%
}

.tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb img {
	width: 100%
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
	background: #2a55e0
}

.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
	color: #06192a
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
	font-family: "Montserrat", sans-serif
}

#tribe-bar-collapse-toggle,
#tribe-bar-form label,
#tribe-events-content table.tribe-events-calendar,
#tribe-events-content .tribe-events-calendar td {
	font-size: 1.167rem
}

.tribe-events-month .tribe-events-calendar thead th {
	background-color: #06192a;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
	z-index: 1000 !important
}

#tribe-mobile-container .type-tribe_events~.type-tribe_events {
	border-top: 1px solid #06192a
}

#tribe-mobile-container .type-tribe_events h4.summary {
	text-transform: uppercase;
	padding-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 800
}

#tribe-mobile-container .type-tribe_events h4.summary a {
	color: #06192a
}

#tribe-mobile-container .type-tribe_events .tribe-events-event-schedule-details {
	font-weight: 600
}

#tribe-mobile-container .type-tribe_events .tribe-event-description {
	padding-top: .5rem
}

#tribe-mobile-container .type-tribe_events .tribe-events-read-more {
	font-size: 1.167rem;
	font-weight: 800;
	text-transform: uppercase
}

@media only screen and (max-width: 374px) {
	#tribe-mobile-container .type-tribe_events .tribe-events-event-image {
		display: none
	}
}

@media only screen and (min-width: 1920px) {
	.events-list .tribe-events-loop {
		max-width: 42vw
	}
}

@media only screen and (min-width: 1024px) {
	.events-list .tribe-events-list .tribe-events-loop {
		max-width: 100%;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		align-items: stretch;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.events-list .tribe-events-list .tribe-events-loop>* {
		padding: 1rem;
		margin: 0rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 2) - (2 * 0rem) + ((2 * 0rem) / 2) - 1px);
		max-width: calc((100% / 2) - (2 * 0rem) + ((2 * 0rem) / 2) - 1px)
	}
	.events-list .tribe-events-list .tribe-events-loop>*:nth-child(2n+1) {
		margin-left: 0
	}
	.events-list .tribe-events-list .tribe-events-loop>*:nth-child(2n) {
		margin-right: 0
	}
	.events-list .tribe-events-list .tribe-events-loop>* {
		padding: 2rem
	}
	.events-list .tribe-events-list .tribe-events-loop .tribe-events-list-separator-month {
		width: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.events-list .tribe-events-list .tribe-events-loop .type-tribe_events {
		display: -webkit-box;
		display: flex;
		margin-bottom: 0
	}
	.events-list .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-event-list-container {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.events-list .tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
		padding-top: 2rem;
		margin-top: 0rem
	}
}

.events-list .tribe-events-back.tribe-events-loop {
	margin: 0 !important;
	text-transform: uppercase
}

.tribe-events-list .tribe-event-list-container {
	width: 100%
}

.tribe-events-list .tribe-events-list-separator-month {
	color: #06192a;
	font-size: 2rem
}

.tribe-events-list .tribe-events-list-separator-month:after {
	border-bottom: 1px solid #06192a
}

.tribe-events-list .event-banner {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 27.5rem;
	margin-bottom: -1px;
	overflow: hidden
}

@media only screen and (max-width: 1440px) {
	.tribe-events-list .event-banner {
		height: 20rem
	}
}

@media only screen and (max-width: 1023px) {
	.tribe-events-list .event-banner {
		width: 100%;
		height: 48.5vw
	}
}

.tribe-events-list .event-banner img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150%
}

.tribe-events-list .event-banner .event-date {
	position: relative;
	width: 9.2rem;
	-webkit-box-flex: 1;
	flex: 1;
	overflow: hidden;
	color: #fff
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
	.tribe-events-list .event-banner .event-date {
		width: 12rem
	}
}

.tribe-events-list .event-banner .event-date .event-date-content {
	position: absolute;
	z-index: 1;
	padding: 1rem
}

.tribe-events-list .event-banner .event-date .event-date-content .day {
	font-size: 3.2rem;
	font-weight: 800;
	line-height: .9;
	letter-spacing: 0.25rem
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
	.tribe-events-list .event-banner .event-date .event-date-content .day {
		font-size: 5.2rem
	}
}

.tribe-events-list .event-banner .event-date .event-date-content .day,
.tribe-events-list .event-banner .event-date .event-date-content .month,
.tribe-events-list .event-banner .event-date .event-date-content .year {
	display: block
}

.tribe-events-list .event-banner .event-date .event-date-content .month,
.tribe-events-list .event-banner .event-date .event-date-content .year {
	font-weight: 600;
	line-height: 1.25;
	text-transform: uppercase
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
	.tribe-events-list .event-banner .event-date .event-date-content .month,
	.tribe-events-list .event-banner .event-date .event-date-content .year {
		font-size: 1.5rem
	}
}

.tribe-events-list .event-banner .event-date .event-date-bg {
	position: relative;
	z-index: 0;
	mix-blend-mode: hard-light;
	-webkit-box-flex: 1;
	flex: 1;
	width: 100%;
	height: 100%
}

.tribe-events-list .event-banner .event-date .event-date-bg:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.tribe-events-list .tribe-event-content-container {
	border-bottom: 2px solid #06192a;
	-webkit-box-flex: 1;
	flex-grow: 1
}

.tribe-events-list .tribe-event-list-top-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	height: 100%
}

.tribe-events-list .tribe-event-list-top-content .left {
	position: relative;
	padding: 2.6rem 1.8rem 1.9rem;
	width: 72%
}

.tribe-events-list .tribe-event-list-top-content .left:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -1px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 0;
	height: 0;
	border: 26px solid #06192a;
	border-left: 26px solid transparent;
	border-top: 26px solid transparent
}

@media only screen and (max-width: 767px) {
	.tribe-events-list .tribe-event-list-top-content .left:after {
		display: none
	}
}

.tribe-events-list .tribe-event-list-top-content .left.full-width {
	width: 100%;
	border-right: 2px solid #06192a
}

@media only screen and (max-width: 767px) {
	.tribe-events-list .tribe-event-list-top-content .left {
		width: 100%
	}
}

.tribe-events-list .tribe-event-list-top-content .left .tribe-events-list-event-title {
	font-weight: 800;
	font-size: 2.25rem;
	text-transform: uppercase;
	letter-spacing: 0.015rem;
	margin-bottom: .125rem;
	margin-top: 0;
	line-height: 1.2
}

.tribe-events-list .tribe-event-list-top-content .left .tribe-events-list-event-title a {
	color: #06192a;
	font-family: "Montserrat", sans-serif
}

.tribe-events-list .tribe-event-list-top-content .left .tribe-events-event-meta {
	font-size: 1.3rem;
	font-weight: 400
}

@media only screen and (max-width: 768px) {
	.tribe-events-list .tribe-event-list-top-content .left .tribe-events-event-meta {
		background: #fff;
		border: 0;
		padding: 0
	}
}

.tribe-events-list .tribe-event-list-top-content .left .event-is-recurring {
	color: #06192a;
	font-weight: 400;
	padding-left: .5rem;
	font-size: 1.3rem;
	letter-spacing: -0.02rem;
	text-transform: none
}

.tribe-events-list .tribe-event-list-top-content .left .event-is-recurring a {
	text-transform: uppercase
}

.tribe-events-list .tribe-event-list-top-content .left .event-is-recurring .tribe-events-divider {
	display: none
}

.tribe-events-list .tribe-event-list-top-content .left .tribe-event-schedule-details {
	font-size: 1.3rem;
	letter-spacing: -0.02rem;
	text-transform: uppercase
}

@media only screen and (max-width: 768px) {
	.tribe-events-list .tribe-event-list-top-content .left .tribe-event-schedule-details {
		padding: 0;
		margin-top: .5rem
	}
}

.tribe-events-list .tribe-event-list-top-content .left .tribe-events-venue-details {
	font-style: normal;
	line-height: 1.3;
	padding: 0 !important
}

@media only screen and (max-width: 768px) {
	.tribe-events-list .tribe-event-list-top-content .left .tribe-events-venue-details {
		padding: 0;
		border-top: 0
	}
}

.tribe-events-list .tribe-event-list-top-content .left .tribe-events-list-event-description {
	color: #06192a
}

.tribe-events-list .tribe-event-list-top-content .left .read-more {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding-top: 1rem;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 800;
	padding-right: .6rem;
	letter-spacing: .01rem;
	text-align: left;
	color: #06192a
}

@media only screen and (max-width: 992px) {
	.tribe-events-list .tribe-event-list-top-content .left .read-more {
		text-align: center
	}
}

.tribe-events-list .tribe-event-list-top-content .left .read-more span {
	padding-right: .5rem
}

.tribe-events-list .tribe-event-list-top-content .left .read-more .link-icon {
	fill: #06192a;
	height: 1.25rem;
	width: 1.25rem
}

@media only screen and (max-width: 320px) {
	.tribe-events-list .tribe-event-list-top-content .left .read-more .link-icon {
		display: none
	}
}

.tribe-events-list .tribe-event-list-top-content .right {
	width: 28%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 3rem 1rem;
	text-align: center;
	color: #fff;
	background: #06192a;
	position: relative
}

@media only screen and (max-width: 767px) {
	.tribe-events-list .tribe-event-list-top-content .right {
		width: 100%;
		padding: 2rem
	}
}

.tribe-events-list .tribe-event-list-top-content .right .ticket-icon {
	width: 5rem;
	height: 5rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.tribe-events-list .tribe-event-list-top-content .right .tribe-tickets-left {
	background: transparent;
	color: #fff;
	font-size: 1.167rem;
	text-transform: none
}

@media only screen and (min-width: 768px) {
	.tribe-events-list .tribe-event-list-top-content .right .tribe-tickets-left {
		padding-top: 0
	}
}

.tribe-events-list .tribe-event-list-top-content .right .tribe-events-event-cost {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	float: none;
	margin-bottom: 0
}

@media only screen and (max-width: 767px) {
	.tribe-events-list .tribe-event-list-top-content .right .tribe-events-event-cost {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.tribe-events-list .tribe-event-list-top-content .right .tribe-events-event-cost .ticket-icon {
		display: none
	}
	.tribe-events-list .tribe-event-list-top-content .right .tribe-events-event-cost .tribe-button {
		margin: 1rem inherit
	}
}

.tribe-events-list .tribe-event-list-top-content .right .tribe-events-event-cost .ticket-cost {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 2.1rem;
	line-height: 1.2
}

@media only screen and (min-width: 768px) {
	.tribe-events-list .tribe-event-list-top-content .right .tribe-events-event-cost .ticket-cost {
		padding-bottom: 0
	}
}

@media only screen and (max-width: 767px) {
	.tribe-events-list .tribe-event-list-top-content .right .tribe-events-event-cost .ticket-cost {
		font-size: 2.85rem
	}
}

.tribe-events-list .tribe-event-list-top-content .right .tribe-button {
	background: #06192a;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	padding: .75rem .6rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem
}

@media only screen and (min-width: 768px) {
	.tribe-events-list .tribe-event-list-top-content .right .tribe-button {
		margin: .5rem 0 0 0
	}
}

.tribe-events-list .tribe-event-list-top-content .right .tribe-button:hover {
	background: #fff;
	color: #06192a
}

.tribe-events-list .tribe-event-list-top-content .tribe-events-event-cost {
	color: #06192a;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 2.1rem;
	line-height: 1.6
}

@media only screen and (max-width: 576px) {
	.tribe-events-list .tribe-event-list-top-content .tribe-events-event-cost {
		font-size: 1.5rem
	}
}

.tribe-events-list .tribe-event-list-top-content .tribe-events-event-cost span {
	border: 0;
	padding: .5rem 1.1rem
}

.tribe-events-list .featured-event-image {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative
}

.tribe-events-list .featured-event-image a {
	overflow: hidden;
	height: 100%;
	width: 100%
}

.tribe-events-list .featured-event-image .featured-image {
	position: relative;
	width: 100%;
	height: 20rem;
	overflow: hidden
}

@media only screen and (max-width: 1023px) {
	.tribe-events-list .featured-event-image .featured-image {
		height: 65vw
	}
}

.tribe-events-list .featured-event-image .featured-image img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: 130%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tribe-events-list .featured-event-image .featured-title {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 7.9rem
}

.tribe-events-list .featured-event-image .featured-title .featured-title-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 1;
	color: #fff;
	font-weight: 800;
	font-size: 2.75rem;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: 0.08rem;
	line-height: 1.1
}

@media only screen and (max-width: 576px) {
	.tribe-events-list .featured-event-image .featured-title .featured-title-text {
		font-size: 1.75rem
	}
}

.tribe-events-list .featured-event-image .featured-title .featured-title-bg {
	position: relative;
	z-index: 0;
	mix-blend-mode: multiply;
	height: 100%;
	width: 100%
}

.tribe-events-list .featured-event-image .featured-title .featured-title-bg:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.tribe-events-list .featured-event-image .featured-title .featured-title-bg:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	width: 0;
	height: 0;
	border: 28px solid rgba(42, 85, 224, 0.85);
	border-right: 28px solid transparent;
	border-bottom: 28px solid transparent
}

.tribe-event-categories {
	margin-top: 1rem;
	padding: 0;
	font-size: 1.77rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2
}

@media only screen and (max-width: 1200px) {
	.tribe-event-categories {
		font-size: 1.333rem
	}
}

.tribe-event-categories a {
	color: #2a55e0;
	display: inline-block
}

.tribe-event-categories a:after {
	content: '';
	opacity: 0;
	display: block;
	width: 0;
	height: 3px;
	background: rgba(42, 85, 224, 0.35);
	-webkit-transition: width .3s ease-out, opacity .2s ease-in;
	transition: width .3s ease-out, opacity .2s ease-in
}

.tribe-event-categories a:hover:after {
	width: 100%;
	opacity: 1
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button {
	color: #fff;
	background: #2a55e0;
	font-weight: 400
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:hover {
	background: #fff;
	color: #2a55e0
}

@media only screen and (min-width: 768px) {
	.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button {
		margin-top: 0
	}
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-event-list-container {
	padding: 2rem
}

.tribe-events-list .tribe-event-featured .tribe-event-list-top-content .right {
	background: #2a55e0
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
	padding: 0
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
	background: #fff
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
	color: #06192a
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost {
	padding: .5rem .5rem;
	background: #2a55e0;
	padding: 0
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
	margin: 0
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span {
	background: #2a55e0
}

@media only screen and (min-width: 768px) {
	.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-tickets-left {
		padding-top: 0
	}
}

.tribe-events-list .tribe-event-featured .tribe-event-list-top-content .left:after {
	border: 26px solid #2a55e0;
	border-left: 26px solid transparent;
	border-top: 26px solid transparent
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-event-content-container {
	border-bottom: 2px solid #2a55e0
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-event-content-container .tribe-events-list-event-title a {
	color: #2a55e0
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-event-content-container .read-more {
	color: #2a55e0
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-event-content-container .read-more .link-icon {
	fill: #2a55e0
}

.tribe-events-ical,
.tribe-events-gcal {
	background-color: #06192a !important;
	-webkit-transition: .2s;
	transition: .2s;
	color: #fff;
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 600;
	letter-spacing: .05em;
	padding: .25rem .75rem;
	border-radius: 2px
}

@media only screen and (max-width: 1440px) {
	.tribe-events-ical,
	.tribe-events-gcal {
		font-size: 1.167rem
	}
}

.tribe-events-ical:hover,
.tribe-events-gcal:hover {
	background-color: #1b41bc !important
}

.tribe-events-gcal {
	margin-right: 1.25rem
}

.tribe-single-container {
	padding: 2rem 5vw
}

.tribe-events-tickets td.tickets_submit .tribe-button {
	margin-bottom: 0
}

.tribe-single-container .tribe-events-event-image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 40vw
}

.tribe-single-container .tribe-events-single-event-title-wrap {
	text-align: left
}

.tribe-single-container .tribe-events-single-event-title-wrap h1.tribe-events-single-event-title {
	font-size: 2.85rem;
	font-weight: 800;
	line-height: 1.1
}

@media only screen and (max-width: 576px) {
	.tribe-single-container .tribe-events-single-event-title-wrap h1.tribe-events-single-event-title {
		font-size: 2.25rem
	}
}

.tribe-single-container .tribe-events-single-event-title-wrap .tribe-events-single-event-title {
	line-height: 1.2
}

.tribe-single-container .tribe-events-schedule {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	text-align: left;
	padding: 0 !important;
	background: #fff !important;
	border: 0 !important;
	margin: .75rem 0 1.5em
}

.tribe-single-container .tribe-events-schedule h2,
.tribe-single-container .tribe-events-schedule .recurringinfo .event-is-recurring {
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 400;
	color: #06192a
}

.tribe-single-container .tribe-events-schedule h2 {
	padding-right: 1rem
}

.tribe-single-container .tribe-events-schedule .tribe-events-divider {
	display: none
}

.tribe-single-container .ticket-container .tribe-events-cost {
	font-weight: 800;
	font-size: 1.75rem
}

.tribe-single-container .tribe-events-single-event-description {
	margin-bottom: 1rem
}

.tribe-single-container .tribe-events-cal-links {
	margin: 0
}

.tribe-single-container .tribe-events-event-meta {
	background: #ffffff;
	border: 3px solid #06192a;
	font-size: 1.167rem
}

.tribe-single-container .tribe-events-meta-group {
	text-align: left
}

@media only screen and (max-width: 768px) {
	.tribe-single-container .tribe-events-meta-group {
		margin-bottom: 2rem
	}
	.tribe-single-container .tribe-events-meta-group:last-child {
		margin-bottom: 0
	}
}

.tribe-single-container .tribe-tickets-rsvp {
	border-bottom: 3px solid;
	padding-bottom: 2rem
}

.tribe-single-container .tribe-events-tickets,
.tribe-single-container .tribe-events-tickets-rsvp {
	border-radius: 8px;
	width: 100%
}

.tribe-single-container .tribe-events-tickets input,
.tribe-single-container .tribe-events-tickets-rsvp input {
	border: 1px solid #ddd
}

.tribe-single-container .tribe-events-tickets header,
.tribe-single-container .tribe-events-tickets-rsvp header {
	position: static
}

.tribe-single-container .tribe-events-tickets .tribe-button,
.tribe-single-container .tribe-events-tickets-rsvp .tribe-button {
	background: #f4ba1b;
	color: #06192a;
	text-align: center;
	padding: .75rem 2rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem;
	border: 0
}

.tribe-single-container .tribe-events-tickets .tribe-button:hover,
.tribe-single-container .tribe-events-tickets-rsvp .tribe-button:hover {
	background: #2a55e0;
	color: #fff
}

.tribe-single-container .tribe-events-tickets .tribe-button:hover span,
.tribe-single-container .tribe-events-tickets-rsvp .tribe-button:hover span {
	color: #fff
}

.tribe-single-container .tribe-events-tickets .tribe-button:visited,
.tribe-single-container .tribe-events-tickets .tribe-button:active,
.tribe-single-container .tribe-events-tickets-rsvp .tribe-button:visited,
.tribe-single-container .tribe-events-tickets-rsvp .tribe-button:active {
	color: #06192a
}

.tribe-single-container h2.tribe-common-h4.tribe-common-h--alt.tribe-tickets__title {
	font-weight: 800;
	font-size: 2rem;
	text-align: left;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif
}

.tribe-single-container .tribe-common.tribe-tickets {
	border: 3px solid #06192a;
	border-radius: 0
}

.tribe-single-container .tribe-common .tribe-common-h7,
.tribe-single-container .tribe-common .tribe-common-h8 {
	font-family: "Montserrat", sans-serif
}

.tribe-single-container .tribe-tickets__footer .tribe-common-c-btn {
	background: #f4ba1b;
	color: #06192a;
	text-align: center;
	padding: .75rem 2rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem;
	border: 0;
	line-height: 1
}

.tribe-single-container .tribe-tickets__footer .tribe-common-c-btn:hover {
	background: #2a55e0;
	color: #fff
}

.tribe-single-container .tribe-tickets__footer .tribe-common-c-btn:hover span {
	color: #fff
}

.tribe-single-container .tribe-tickets__footer .tribe-common-c-btn:visited,
.tribe-single-container .tribe-tickets__footer .tribe-common-c-btn:active {
	color: #06192a
}

@media only screen and (min-width: 500px) {
	.tribe-single-container .tribe-tickets__footer .tribe-common-c-btn {
		margin-left: 0
	}
}

.tribe-single-container .tribe-events-related-events-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem
}

.tribe-single-container h2.tribe-events-single-section-title {
	font-weight: 800;
	font-size: 2rem;
	text-align: left;
	margin-bottom: 1.5rem;
	text-transform: uppercase
}

.tribe-single-container .tribe-related-events .tribe-related-events-title {
	text-transform: uppercase
}

.tribe-single-container .tribe-related-events .tribe-related-events-title a {
	color: #06192a
}

.tribe-events-single ul.tribe-related-events li {
	font-size: 1.167rem
}

@media only screen and (max-width: 768px) {
	.tribe-events-single ul.tribe-related-events li {
		border-bottom: 1px solid #ccc
	}
	.tribe-events-single ul.tribe-related-events li:last-child {
		border-bottom: 0
	}
}

.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
	font-size: 1.167rem
}

.tribe-events-style-full.tribe-events-style-theme h2.tribe-events-tickets-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
	padding-bottom: .75rem
}

.single-tribe_events .tribe-events-schedule .recurringinfo {
	margin-right: .5rem
}

.tribe-block__tickets__registration__checkout__submit {
	background: #f4ba1b;
	color: #06192a;
	text-align: center;
	padding: .75rem 2rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem;
	border: 0
}

.tribe-block__tickets__registration__checkout__submit:hover {
	background: #2a55e0;
	color: #fff
}

.tribe-block__tickets__registration__checkout__submit:hover span {
	color: #fff
}

.tribe-block__tickets__registration__checkout__submit:visited,
.tribe-block__tickets__registration__checkout__submit:active {
	color: #06192a
}

.tribe-block__tickets__registration__title h2 a {
	text-transform: uppercase;
	font-weight: 700
}

.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled,
.entry .entry-content .tribe-common .tribe-tickets__submit.tribe-common-c-btn:disabled,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled,
.tribe-common .tribe-tickets__submit.tribe-common-c-btn:disabled {
	background: #f4ba1b;
	color: #06192a;
	text-align: center;
	padding: .75rem 2rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem;
	border: 0
}

.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled:hover,
.entry .entry-content .tribe-common .tribe-tickets__submit.tribe-common-c-btn:disabled:hover,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled:hover,
.tribe-common .tribe-tickets__submit.tribe-common-c-btn:disabled:hover {
	background: #2a55e0;
	color: #fff
}

.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled:hover span,
.entry .entry-content .tribe-common .tribe-tickets__submit.tribe-common-c-btn:disabled:hover span,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled:hover span,
.tribe-common .tribe-tickets__submit.tribe-common-c-btn:disabled:hover span {
	color: #fff
}

.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled:visited,
.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled:active,
.entry .entry-content .tribe-common .tribe-tickets__submit.tribe-common-c-btn:disabled:visited,
.entry .entry-content .tribe-common .tribe-tickets__submit.tribe-common-c-btn:disabled:active,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled:visited,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled:active,
.tribe-common .tribe-tickets__submit.tribe-common-c-btn:disabled:visited,
.tribe-common .tribe-tickets__submit.tribe-common-c-btn:disabled:active {
	color: #06192a
}

.is-trident .tribe-single-container .tribe-events-event-image,
.is-edge .tribe-single-container .tribe-events-event-image {
	position: relative;
	width: 100%;
	height: 30rem;
	overflow: hidden
}

.is-trident .tribe-single-container .tribe-events-event-image img,
.is-edge .tribe-single-container .tribe-events-event-image img {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%
}

.single-tribe_events #tribe-events-header {
	display: none
}

.single-tribe_events .tribe-events-back a {
	color: #06192a;
	text-transform: uppercase !important;
	letter-spacing: 0.015em;
	font-size: 1.167rem
}

.single-tribe_events .tribe-events-event-cost {
	display: block
}

.single-tribe_events .tribe-events-event-cost #tribe-events-footer {
	border-top: 1px solid #e5e5e5;
	padding-top: 2em
}

ul.tribe-events-sub-nav,
.tribe-events-back {
	padding-left: 0;
	font-weight: 700
}

ul.tribe-events-sub-nav a,
.tribe-events-back a {
	padding: .25rem .5rem;
	color: #06192a;
	text-transform: uppercase !important;
	letter-spacing: 0.015em;
	font-size: 1.167rem
}

ul.tribe-events-sub-nav li.tribe-events-nav-previous,
.tribe-events-back li.tribe-events-nav-previous {
	text-align: left
}

ul.tribe-events-sub-nav li.tribe-events-nav-next,
.tribe-events-back li.tribe-events-nav-next {
	float: right;
	text-align: right
}

#department #department_hero .section-inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	min-height: 39.5rem;
	position: relative
}

@media only screen and (max-width: 1024px) {
	#department #department_hero .section-inner {
		min-height: 0;
		flex-wrap: wrap
	}
}

#department #department_hero .section-inner .left-bg {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
	position: absolute;
	z-index: 2;
	-webkit-transform: skew(-27deg, 0deg);
	transform: skew(-27deg, 0deg);
	background: #fff;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	z-index: 1;
	-webkit-box-flex: 2;
	flex: 2 1 52%;
	max-width: 52%;
	width: 52%;
	height: 100%
}

@media only screen and (max-width: 1024px) {
	#department #department_hero .section-inner .left-bg {
		display: none
	}
}

#department #department_hero .section-inner .left {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
	z-index: 2;
	z-index: 1;
	-webkit-box-flex: 2;
	flex: 2 1 52%;
	max-width: 52%
}

@media only screen and (max-width: 1024px) {
	#department #department_hero .section-inner .left {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
}

#department #department_hero .section-inner .left .inner {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 6rem 0rem 6rem 0;
	padding-left: 11vw
}

@media only screen and (max-width: 1200px) {
	#department #department_hero .section-inner .left .inner {
		padding-left: 7vw
	}
}

@media only screen and (max-width: 576px) {
	#department #department_hero .section-inner .left .inner {
		padding: 5rem 7.5vw
	}
}

@media only screen and (max-width: 1024px) {
	#department #department_hero .section-inner .left .inner {
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#department #department_hero .section-inner .left .inner {
		max-width: 118rem;
		margin: auto;
		padding: 5rem 7.5vw
	}
}

#department #department_hero .section-inner .left h2 {
	text-transform: lowercase;
	letter-spacing: -0.05rem;
	font-size: 2rem;
	margin-bottom: 0;
	line-height: 1.1;
	font-weight: 300
}

#department #department_hero .section-inner .left h3 {
	text-transform: uppercase;
	font-size: 3.55rem;
	font-weight: 900;
	letter-spacing: .05rem;
	margin-bottom: 1.4rem;
	line-height: 1.05
}

@media only screen and (max-width: 576px) {
	#department #department_hero .section-inner .left h3 {
		font-size: 2.85rem
	}
}

#department #department_hero .section-inner .left p {
	font-size: 1.1rem;
	width: 100%
}

@media only screen and (max-width: 1440px) {
	#department #department_hero .section-inner .left p {
		font-size: 1.167rem
	}
}

#department #department_hero .section-inner .right {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	max-width: 50%;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 1024px) {
	#department #department_hero .section-inner .right {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		height: 30rem
	}
}

#department #department_hero .section-inner .right img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 300%
}

#department #department_chair {
	background: #06192a
}

#department #department_chair .section-inner {
	padding: 2rem 0;
	padding-left: 10vw;
	padding-right: 10vw;
	max-width: 118rem;
	margin: auto
}

@media only screen and (max-width: 1200px) {
	#department #department_chair .section-inner {
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#department #department_chair .section-inner {
		padding: 5rem 7.5vw
	}
}

#department #department_chair .intro,
#department #department_chair .chair-name {
	line-height: 1.1
}

#department #department_chair .intro {
	text-transform: uppercase;
	color: #f4ba1b;
	font-weight: 600;
	font-size: 1.9rem;
	padding-right: 0.5rem
}

@media only screen and (max-width: 576px) {
	#department #department_chair .intro {
		display: block
	}
}

#department #department_chair .chair-name {
	color: #fff;
	font-weight: 700;
	font-size: 1.75rem;
	padding-right: 2.875rem;
	letter-spacing: 0.07rem
}

@media only screen and (max-width: 1024px) {
	#department #department_chair .chair-name {
		display: block
	}
}

@media only screen and (max-width: 576px) {
	#department #department_chair .chair-name {
		display: block;
		margin-bottom: .5rem
	}
}

#department #department_chair .assistant-name {
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.5
}

@media only screen and (max-width: 768px) {
	#department #department_chair .assistant-name {
		font-size: 1.167rem
	}
}

#department #welcome_statement {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	position: relative;
	z-index: 0
}

#department #welcome_statement:before {
	content: "";
	display: block;
	background-color: #2a55e0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#department #welcome_statement:after {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#department #welcome_statement:before,
#department #welcome_statement:after {
	mix-blend-mode: hard-light
}

@media only screen and (max-width: 992px) {
	#department #welcome_statement {
		margin-bottom: 2rem
	}
}

#department #welcome_statement .section-inner {
	z-index: 2;
	position: relative;
	width: 50%;
	padding: 6rem 0;
	padding-left: 11vw
}

@media only screen and (max-width: 1200px) {
	#department #welcome_statement .section-inner {
		padding-left: 7vw
	}
}

@media only screen and (max-width: 576px) {
	#department #welcome_statement .section-inner {
		padding: 5rem 7.5vw
	}
}

@media only screen and (max-width: 1200px) {
	#department #welcome_statement .section-inner {
		width: 100%;
		padding-right: 11vw
	}
}

@media only screen and (max-width: 1200px) and (max-width: 1200px) {
	#department #welcome_statement .section-inner {
		padding-right: 7vw
	}
}

@media only screen and (max-width: 1200px) and (max-width: 576px) {
	#department #welcome_statement .section-inner {
		padding: 5rem 7.5vw
	}
}

#department #welcome_statement .section-inner h2 {
	font-size: 2.48rem;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 1.4rem;
	color: #fff
}

@media only screen and (min-width: 1440px) {
	#department #welcome_statement .section-inner h2 {
		line-height: 1
	}
}

#department #welcome_statement .section-inner p {
	font-size: 1.1rem;
	letter-spacing: 0.045rem;
	line-height: 1.3;
	margin-bottom: 1.2rem;
	color: #fff
}

@media only screen and (max-width: 1440px) {
	#department #welcome_statement .section-inner p {
		font-size: 1.333rem
	}
}

#department #welcome_statement .section-inner .section-link {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	justify-content: flex-start
}

#department #welcome_statement .section-inner .section-link a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start
}

#department #welcome_statement .section-inner .section-link span {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -0.05rem;
	padding-right: .5rem;
	color: #f4ba1b
}

#department #welcome_statement .section-inner .section-link .link-icon {
	width: 1.3rem;
	height: 1.3rem;
	fill: #fff
}

#department .svg-mask-1 {
	position: relative
}

#department .svg-mask-1:before {
	content: '';
	background: url(https://jlbdev.com/fisk/wp-content/themes/JLBTheme/images/WHITE-MASK-LEFT-CONCAVE.svg);
	display: block;
	position: absolute;
	z-index: 0;
	bottom: -3px;
	height: 11.5vw;
	width: 100%;
	background-size: cover
}

#department #academic_cards {
	position: relative
}

#department #academic_cards .intro {
	text-align: right;
	padding-left: 10vw;
	padding-right: 10vw;
	max-width: 118rem;
	margin: auto
}

@media only screen and (max-width: 1200px) {
	#department #academic_cards .intro {
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#department #academic_cards .intro {
		padding: 5rem 7.5vw
	}
}

@media only screen and (max-width: 1024px) {
	#department #academic_cards .intro {
		padding-bottom: 0
	}
}

#department #academic_cards .intro h2 {
	font-size: 3.6rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.03rem;
	margin-bottom: 1.4rem;
	line-height: 1
}

@media only screen and (max-width: 576px) {
	#department #academic_cards .intro h2 {
		font-size: 2.85rem
	}
}

#department #academic_cards .intro p {
	font-size: 1.1rem;
	letter-spacing: 0.03rem;
	line-height: 1.3
}

@media only screen and (max-width: 1440px) {
	#department #academic_cards .intro p {
		font-size: 1.333rem
	}
}

#department #academic_cards .cards-container {
	max-width: 118rem;
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: 3rem 5vw
}

#department #academic_cards .cards-container>* {
	padding: 1rem;
	margin: 1.5rem;
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: calc((100% / 3) - (2 * 1.5rem) - 1px);
	max-width: calc((100% / 3) - (2 * 1.5rem) - 1px)
}

@media only screen and (max-width: 1200px) {
	#department #academic_cards .cards-container {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap
	}
	#department #academic_cards .cards-container>* {
		padding: 1rem;
		margin: 1.25rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 2) - (2 * 1.25rem) - 1px);
		max-width: calc((100% / 2) - (2 * 1.25rem) - 1px)
	}
}

@media only screen and (max-width: 992px) {
	#department #academic_cards .cards-container {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap
	}
	#department #academic_cards .cards-container>* {
		padding: 1rem;
		margin: 1rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 1) - (2 * 1rem) - 1px);
		max-width: calc((100% / 1) - (2 * 1rem) - 1px)
	}
}

#department #academic_cards .cards-container .card {
	-webkit-transition: top 0.2s, right .2s, background .3s ease-in-out, color .3s, box-shadow .4s;
	transition: top 0.2s, right .2s, background .3s ease-in-out, color .3s, box-shadow .4s;
	position: relative;
	top: 0;
	right: 0;
	display: block;
	padding: 2.4rem;
	border: 0;
	border-radius: 0;
	text-align: center;
	background: #f4f9fe;
	box-shadow: -7px 6px 0px 0px #dce3fa;
	overflow: visible
}

@media only screen and (max-width: 576px) {
	#department #academic_cards .cards-container .card {
		padding: 2.4rem 2rem
	}
}

#department #academic_cards .cards-container .card h5 {
	color: #2a55e0;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.85rem;
	margin-bottom: 1rem
}

#department #academic_cards .cards-container .card p {
	color: #06192a;
	letter-spacing: .01rem;
	font-size: 1rem;
	margin-bottom: 0
}

@media only screen and (max-width: 1440px) {
	#department #academic_cards .cards-container .card p {
		font-size: 1.167rem
	}
}

#department #academic_cards .cards-container a.card:hover {
	background: #2a55e0;
	box-shadow: -15px 12px 0px 0px #dce3fa;
	top: -2px;
	right: -2px
}

#department #academic_cards .cards-container a.card:hover h5,
#department #academic_cards .cards-container a.card:hover p {
	color: #fff
}

#department .svg-mask-2 {
	position: relative;
	z-index: 2
}

#department .svg-mask-2:before {
	content: '';
	background: url(https://jlbdev.com/fisk/wp-content/themes/JLBTheme/images/WHITE-MASK-RIGHT-CONCAVE-FLIP.svg);
	display: block;
	position: absolute;
	z-index: 0;
	top: -0.55vw;
	height: 17.3vw;
	width: 100%;
	margin-bottom: -1px;
	background-size: cover
}

#department #featured_student {
	border-bottom: 10px solid #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	z-index: auto
}

#department #featured_student:before {
	content: "";
	display: block;
	background-color: rgba(244, 186, 27, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#department #featured_student:before {
	z-index: auto
}

#department #featured_student .section-inner {
	padding: 0 6.4vw;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

@media only screen and (max-width: 576px) {
	#department #featured_student .section-inner {
		max-width: 118rem;
		margin: auto;
		padding: 5rem 7.5vw
	}
}

#department #featured_student .section-inner .student-photo {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	align-items: flex-end;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-flex: 2;
	flex: 2 0 40%;
	z-index: 3;
	margin-bottom: -10px
}

#department #featured_student .section-inner .student-photo picture {
	width: 100%
}

@media only screen and (max-width: 1200px) {
	#department #featured_student .section-inner .student-photo {
		-webkit-box-flex: 2;
		flex: 2 0 50%
	}
}

@media only screen and (max-width: 1023px) {
	#department #featured_student .section-inner .student-photo {
		display: none
	}
}

#department #featured_student .section-inner .student-content {
	-webkit-box-flex: 1;
	flex: 1 1 60%;
	z-index: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	justify-content: flex-start;
	padding: 17.3vw 2rem 6rem
}

@media only screen and (max-width: 1200px) {
	#department #featured_student .section-inner .student-content {
		-webkit-box-flex: 1;
		flex: 1 1 50%
	}
}

@media only screen and (max-width: 1023px) {
	#department #featured_student .section-inner .student-content {
		padding-top: 15rem
	}
}

@media only screen and (max-width: 576px) {
	#department #featured_student .section-inner .student-content {
		padding: 0;
		padding-top: 5rem
	}
}

#department #featured_student .section-inner .student-content .inner .name-year {
	margin-bottom: 0
}

#department #featured_student .section-inner .student-content .inner .name-year h4 {
	text-transform: uppercase;
	display: inline;
	font-weight: 800;
	font-size: 3.5rem;
	padding-right: .75rem;
	line-height: 1
}

#department #featured_student .section-inner .student-content .inner .name-year span {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 3.5rem;
	line-height: 1
}

@media only screen and (max-width: 576px) {
	#department #featured_student .section-inner .student-content .inner .name-year span {
		font-size: 2.85rem
	}
}

#department #featured_student .section-inner .student-content .inner h5 {
	font-weight: 300;
	font-size: 2rem;
	margin-bottom: 1.2rem;
	letter-spacing: -.015rem
}

#department #featured_student .section-inner .student-content .inner p {
	font-size: 1.1rem;
	line-height: 1.25
}

@media only screen and (max-width: 1440px) {
	#department #featured_student .section-inner .student-content .inner p {
		font-size: 1.333rem
	}
}

#department #featured_student .section-inner .student-content .inner p:last-of-type {
	margin-bottom: 0
}

.is-trident #department #welcome_statement,
.is-edge #department #welcome_statement {
	position: relative;
	z-index: 0;
	position: relative;
	z-index: 0
}

.is-trident #department #welcome_statement:before,
.is-edge #department #welcome_statement:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.is-trident #department #welcome_statement:after,
.is-edge #department #welcome_statement:after {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#graduate #intro .section-inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

#graduate #intro .section-inner>div {
	width: 50%
}

@media only screen and (max-width: 1023px) {
	#graduate #intro .section-inner>div {
		width: 100%
	}
}

#graduate #intro .section-inner .left {
	padding-top: 8rem;
	padding-left: 11vw
}

@media only screen and (max-width: 1200px) {
	#graduate #intro .section-inner .left {
		padding-left: 7vw
	}
}

@media only screen and (max-width: 576px) {
	#graduate #intro .section-inner .left {
		padding: 5rem 7.5vw
	}
}

@media only screen and (max-width: 1023px) {
	#graduate #intro .section-inner .left {
		padding-top: 5rem;
		padding-bottom: 0;
		padding-right: 7vw
	}
}

#graduate #intro .section-inner .left .intro-heading h2 {
	line-height: 1;
	margin-bottom: 1.2rem
}

#graduate #intro .section-inner .left .intro-heading .small-text {
	letter-spacing: -0.04rem;
	font-weight: 300;
	font-size: 2.05rem
}

@media only screen and (max-width: 576px) {
	#graduate #intro .section-inner .left .intro-heading .small-text {
		font-size: 1.75rem;
		line-height: 1.3
	}
}

#graduate #intro .section-inner .left .intro-heading .large-bold-text,
#graduate #intro .section-inner .left .intro-heading .large-thin-text {
	font-size: 3.85rem;
	text-transform: uppercase;
	line-height: 1
}

@media only screen and (max-width: 576px) {
	#graduate #intro .section-inner .left .intro-heading .large-bold-text,
	#graduate #intro .section-inner .left .intro-heading .large-thin-text {
		font-size: 2.85rem
	}
}

#graduate #intro .section-inner .left .intro-heading .large-bold-text {
	font-weight: 900;
	letter-spacing: -.03rem
}

#graduate #intro .section-inner .left .intro-heading .large-thin-text {
	font-weight: 400
}

#graduate #intro .section-inner .left .intro-text {
	padding-bottom: 3.5rem
}

#graduate #intro .section-inner .left .intro-text p.regular-text {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 2rem
}

#graduate #intro .section-inner .left .intro-text .large-text {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.3
}

#graduate #intro .section-inner .left .intro-button {
	padding-bottom: 3.6rem
}

#graduate #intro .section-inner .right {
	padding-top: 8.4rem
}

@media only screen and (max-width: 1023px) {
	#graduate #intro .section-inner .right {
		padding: 2.4rem 0
	}
}

@media only screen and (max-width: 576px) {
	#graduate #intro .section-inner .right {
		max-width: 118rem;
		margin: auto;
		padding: 5rem 7.5vw;
		padding-top: 2.4rem;
		padding-bottom: 2.4rem
	}
}

#graduate #intro .section-inner .right ul {
	list-style: none;
	margin-bottom: 0
}

#graduate #intro .section-inner .right .areas-links {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: end;
	align-items: flex-end;
	overflow: hidden;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin-bottom: 0
}

#graduate #intro .section-inner .right .areas-links>li {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin-bottom: 1.6rem
}

#graduate #intro .section-inner .right .areas-links>li a,
#graduate #intro .section-inner .right .areas-links>li a:visited,
#graduate #intro .section-inner .right .areas-links>li a:active {
	font-weight: 500;
	padding: 1.15rem 6rem 1.15rem 3.7rem;
	display: block;
	width: calc( 100% - 3.4rem);
	color: #fff;
	letter-spacing: 0.045rem;
	font-size: 1.85rem;
	background: #06192a;
	box-shadow: -14px 12px 0px -1px #e5eafb;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
	-webkit-transform: skew(41deg, 0deg);
	transform: skew(41deg, 0deg);
	-webkit-transform-origin: 100% -1rem;
	transform-origin: 100% -1rem
}

#graduate #intro .section-inner .right .areas-links>li a span,
#graduate #intro .section-inner .right .areas-links>li a:visited span,
#graduate #intro .section-inner .right .areas-links>li a:active span {
	width: calc( 100% - 3.4rem)
}

#graduate #intro .section-inner .right .areas-links>li a span,
#graduate #intro .section-inner .right .areas-links>li a:visited span,
#graduate #intro .section-inner .right .areas-links>li a:active span {
	-webkit-transform: skew(-41deg, 0deg);
	transform: skew(-41deg, 0deg);
	display: block
}

#graduate #intro .section-inner .right .areas-links>li a:hover,
#graduate #intro .section-inner .right .areas-links>li a:visited:hover,
#graduate #intro .section-inner .right .areas-links>li a:active:hover {
	width: calc( 100% + .5rem);
	background: #2a55e0;
	color: #fff
}

#graduate #intro .section-inner .right .areas-links>li a:hover span,
#graduate #intro .section-inner .right .areas-links>li a:visited:hover span,
#graduate #intro .section-inner .right .areas-links>li a:active:hover span {
	width: calc( 100% - 3.4rem)
}

@media only screen and (max-width: 576px) {
	#graduate #intro .section-inner .right .areas-links>li a,
	#graduate #intro .section-inner .right .areas-links>li a:visited,
	#graduate #intro .section-inner .right .areas-links>li a:active {
		font-size: 1.333rem
	}
}

@media only screen and (max-width: 576px) {
	#graduate #intro .section-inner .right .areas-links>li {
		width: 100%;
		padding: 0 1rem
	}
	#graduate #intro .section-inner .right .areas-links>li a,
	#graduate #intro .section-inner .right .areas-links>li a:visited,
	#graduate #intro .section-inner .right .areas-links>li a:active {
		width: 100%;
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
		text-align: center;
		padding: 2rem 1rem;
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%
	}
	#graduate #intro .section-inner .right .areas-links>li a span,
	#graduate #intro .section-inner .right .areas-links>li a:visited span,
	#graduate #intro .section-inner .right .areas-links>li a:active span {
		width: 100%
	}
	#graduate #intro .section-inner .right .areas-links>li a span,
	#graduate #intro .section-inner .right .areas-links>li a:visited span,
	#graduate #intro .section-inner .right .areas-links>li a:active span {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg)
	}
}

#graduate .svg-mask-1 {
	position: relative;
	z-index: 1
}

#graduate .svg-mask-1:before {
	content: '';
	background: url(https://jlbdev.com/fisk/wp-content/themes/JLBTheme/images/WHITE-MASK-RIGHT-CONVEX.svg);
	display: block;
	position: absolute;
	z-index: 0;
	top: -1px;
	height: 10.9vw;
	width: 100%;
	background-size: cover
}

#graduate #staff {
	position: relative;
	z-index: 0;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

#graduate #staff:before {
	content: "";
	display: block;
	background-color: #2a55e0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#graduate #staff:after {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#graduate #staff:before,
#graduate #staff:after {
	mix-blend-mode: hard-light
}

#graduate #staff .section-inner {
	padding: 7vw 0 2.5vw;
	padding-left: 7.25vw;
	padding-right: 7.25vw;
	max-width: 118rem;
	margin: auto;
	padding-right: 3vw
}

@media only screen and (max-width: 1024px) {
	#graduate #staff .section-inner {
		padding-left: 5vw;
		padding-right: 5vw
	}
}

@media only screen and (max-width: 992px) {
	#graduate #staff .section-inner {
		padding-bottom: 5rem
	}
}

@media only screen and (max-width: 768px) {
	#graduate #staff .section-inner {
		padding: 7rem 0 5rem;
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#graduate #staff .section-inner {
		max-width: 118rem;
		margin: auto;
		padding: 5rem 7.5vw
	}
}

#graduate #staff .section-inner .intro-text {
	width: 50%;
	color: #fff
}

@media only screen and (max-width: 992px) {
	#graduate #staff .section-inner .intro-text {
		padding-top: 3rem;
		width: 100%
	}
}

@media only screen and (max-width: 576px) {
	#graduate #staff .section-inner .intro-text {
		text-align: center
	}
}

#graduate #staff .section-inner .intro-text h2 {
	font-size: 3.85rem;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 0
}

@media only screen and (max-width: 576px) {
	#graduate #staff .section-inner .intro-text h2 {
		font-size: 2.85rem
	}
}

#graduate #staff .section-inner .staff-items {
	padding-top: 1.9rem;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

#graduate #staff .section-inner .staff-items>* {
	padding: 1rem;
	margin: 1rem;
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: calc((100% / 5) - (2 * 1rem) + ((2 * 1rem) / 5) - 1px);
	max-width: calc((100% / 5) - (2 * 1rem) + ((2 * 1rem) / 5) - 1px)
}

#graduate #staff .section-inner .staff-items>*:nth-child(5n+1) {
	margin-left: 0
}

#graduate #staff .section-inner .staff-items>*:nth-child(5n) {
	margin-right: 0
}

@media only screen and (max-width: 1440px) {
	#graduate #staff .section-inner .staff-items {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap
	}
	#graduate #staff .section-inner .staff-items>* {
		padding: 1rem;
		margin: 2rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 5) - (2 * 2rem) + ((2 * 2rem) / 5) - 1px);
		max-width: calc((100% / 5) - (2 * 2rem) + ((2 * 2rem) / 5) - 1px)
	}
	#graduate #staff .section-inner .staff-items>*:nth-child(5n+1) {
		margin-left: 0
	}
	#graduate #staff .section-inner .staff-items>*:nth-child(5n) {
		margin-right: 0
	}
}

@media only screen and (max-width: 992px) {
	#graduate #staff .section-inner .staff-items {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap
	}
	#graduate #staff .section-inner .staff-items>* {
		padding: 1rem;
		margin: 1rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 3) - (2 * 1rem) + ((2 * 1rem) / 3) - 1px);
		max-width: calc((100% / 3) - (2 * 1rem) + ((2 * 1rem) / 3) - 1px)
	}
	#graduate #staff .section-inner .staff-items>*:nth-child(3n+1) {
		margin-left: 0
	}
	#graduate #staff .section-inner .staff-items>*:nth-child(3n) {
		margin-right: 0
	}
}

@media only screen and (max-width: 576px) {
	#graduate #staff .section-inner .staff-items {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		text-align: center
	}
	#graduate #staff .section-inner .staff-items>* {
		padding: 1rem;
		margin: 1rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 1) - (2 * 1rem) - 1px);
		max-width: calc((100% / 1) - (2 * 1rem) - 1px)
	}
}

#graduate #staff .section-inner .staff-items .staff-image {
	margin-bottom: 1.5rem
}

#graduate #staff .section-inner .staff-items .staff-item {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0
}

#graduate #staff .section-inner .staff-items .staff-item h4 {
	margin-bottom: 0;
	color: #fff
}

#graduate #staff .section-inner .staff-items .staff-item h4 .name {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.35rem
}

#graduate #staff .section-inner .staff-items .staff-item h4 .suffix {
	font-weight: 300;
	font-style: italic;
	font-size: 1.35rem;
	letter-spacing: -.02rem
}

#graduate #staff .section-inner .staff-items .staff-item h5 {
	font-style: italic;
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 0;
	color: #fff;
	padding-bottom: 0.1rem
}

@media only screen and (max-width: 1440px) {
	#graduate #staff .section-inner .staff-items .staff-item h5 {
		font-size: 1.167rem
	}
}

#graduate #staff .section-inner .staff-items .staff-item .school {
	color: #f4ba1b;
	font-size: 1rem;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 600;
	line-height: 1.2;
	display: block
}

@media only screen and (max-width: 1440px) {
	#graduate #staff .section-inner .staff-items .staff-item .school {
		font-size: 1.167rem
	}
}

#graduate #timeline .section-inner {
	padding: 7.6rem 0 8.5rem;
	padding-left: 10vw;
	padding-right: 10vw;
	max-width: 118rem;
	margin: auto
}

@media only screen and (max-width: 1023px) {
	#graduate #timeline .section-inner {
		padding: 5rem 0
	}
}

@media only screen and (max-width: 1200px) {
	#graduate #timeline .section-inner {
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#graduate #timeline .section-inner {
		padding: 5rem 7.5vw
	}
}

#graduate #timeline .section-inner .timeline-intro {
	margin-bottom: 6rem
}

#graduate #timeline .section-inner .timeline-intro .intro-heading h2 {
	line-height: 1;
	margin-bottom: 1.3rem
}

#graduate #timeline .section-inner .timeline-intro .intro-heading .small-text {
	font-weight: 300;
	font-size: 2rem
}

@media only screen and (max-width: 576px) {
	#graduate #timeline .section-inner .timeline-intro .intro-heading .small-text {
		font-size: 1.75rem;
		line-height: 1.3
	}
}

#graduate #timeline .section-inner .timeline-intro .intro-heading .large-bold-text,
#graduate #timeline .section-inner .timeline-intro .intro-heading .large-thin-text {
	line-height: 1
}

#graduate #timeline .section-inner .timeline-intro .intro-heading .large-thin-text {
	font-weight: 400;
	font-size: 3.85rem
}

@media only screen and (max-width: 576px) {
	#graduate #timeline .section-inner .timeline-intro .intro-heading .large-thin-text {
		font-size: 2.85rem
	}
}

#graduate #timeline .section-inner .timeline-intro .intro-heading .large-bold-text {
	font-weight: 800;
	font-size: 3.85rem
}

@media only screen and (max-width: 576px) {
	#graduate #timeline .section-inner .timeline-intro .intro-heading .large-bold-text {
		font-size: 2.85rem
	}
}

#graduate #timeline .section-inner .timeline-intro .intro-text p {
	font-size: 1.2rem;
	line-height: 1.3
}

#graduate #timeline .section-inner .timeline-intro .intro-text .bold-text {
	font-style: italic;
	font-weight: 700
}

#graduate #timeline .section-inner .timeline-tabs .nav.nav-tabs {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	border-bottom: 0;
	margin-bottom: 1.75rem
}

@media only screen and (max-width: 768px) {
	#graduate #timeline .section-inner .timeline-tabs .nav.nav-tabs {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}

#graduate #timeline .section-inner .timeline-tabs .nav.nav-tabs li {
	padding: .5rem .5rem
}

@media only screen and (max-width: 768px) {
	#graduate #timeline .section-inner .timeline-tabs .nav.nav-tabs li {
		width: 100%;
		text-align: center
	}
}

#graduate #timeline .section-inner .timeline-tabs .nav.nav-tabs li a {
	background: #06192a;
	color: #fff;
	padding: .875rem 3rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.25rem;
	-webkit-transition: .2s;
	transition: .2s;
	letter-spacing: 0.05rem;
	display: inline-block
}

#graduate #timeline .section-inner .timeline-tabs .nav.nav-tabs li a:hover {
	background: #f4ba1b;
	color: #06192a
}

#graduate #timeline .section-inner .timeline-tabs .nav.nav-tabs li a.active {
	background: #f4ba1b;
	color: #06192a
}

@media only screen and (max-width: 768px) {
	#graduate #timeline .section-inner .timeline-tabs .nav.nav-tabs li a {
		width: 100%
	}
}

#graduate #timeline .section-inner .timeline-tabs .tab-pane-title {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-left: -1px;
	padding: 1.85rem 4.4rem 1.85rem 3.3rem
}

@media only screen and (max-width: 768px) {
	#graduate #timeline .section-inner .timeline-tabs .tab-pane-title {
		padding: 1.85rem 4.4rem 1.85rem 2.3rem
	}
}

#graduate #timeline .section-inner .timeline-tabs .tab-pane-title h2 {
	margin-bottom: 0;
	font-size: 2.5rem
}

#graduate #timeline .section-inner .timeline-tabs .tab-pane-title h2 .bold-text {
	font-weight: 800;
	letter-spacing: 0.015rem
}

#graduate #timeline .section-inner .timeline-tabs .tab-pane-title h2 .regular-text {
	font-weight: 300;
	letter-spacing: 0.015rem
}

@media only screen and (max-width: 576px) {
	#graduate #timeline .section-inner .timeline-tabs .tab-pane-title h2 {
		font-size: 2.125rem
	}
}

#graduate #timeline .section-inner .timeline-tabs .tab-pane-title:after {
	content: '';
	position: absolute;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-21deg);
	transform: skew(-21deg);
	background: #f4ba1b;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#graduate #timeline .section-inner .timeline-tabs .tab-pane-text {
	padding: 2.8rem 3.4rem 0;
	line-height: 1.25;
	padding: 2.8rem 3.4rem 0 2.4rem
}

#graduate #timeline .section-inner .timeline-tabs .tab-pane-text p {
	margin-bottom: 1.6rem;
	line-height: 1.3
}

#graduate #timeline .section-inner .timeline-tabs .tab-content>.active {
	border-left: 28px solid #f4ba1b
}

@media only screen and (max-width: 768px) {
	#graduate #timeline .section-inner .timeline-tabs .tab-content>.active {
		border-left: 15px solid #f4ba1b
	}
}

.is-trident #graduate #staff,
.is-edge #graduate #staff {
	position: relative;
	z-index: 0;
	position: relative;
	z-index: 0
}

.is-trident #graduate #staff:before,
.is-edge #graduate #staff:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.is-trident #graduate #staff:after,
.is-edge #graduate #staff:after {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#gallery .gallery-row {
	min-height: 34rem
}

#gallery .gallery-row:nth-child(odd) {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

@media only screen and (max-width: 992px) {
	#gallery .gallery-row:nth-child(odd) {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		align-items: stretch;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse
	}
}

#gallery .gallery-row:nth-child(odd) .gallery-button {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: end;
	justify-content: flex-end
}

#gallery .gallery-row:nth-child(odd) .gallery-button a,
#gallery .gallery-row:nth-child(odd) .gallery-button a:visited,
#gallery .gallery-row:nth-child(odd) .gallery-button a:hover,
#gallery .gallery-row:nth-child(odd) .gallery-button a:active {
	display: block;
	letter-spacing: 0.045rem;
	font-size: 1.85rem;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transform-origin: 100% -1rem;
	transform-origin: 100% -1rem;
	text-align: center;
	text-transform: uppercase
}

#gallery .gallery-row:nth-child(odd) .gallery-button a span,
#gallery .gallery-row:nth-child(odd) .gallery-button a:visited span,
#gallery .gallery-row:nth-child(odd) .gallery-button a:hover span,
#gallery .gallery-row:nth-child(odd) .gallery-button a:active span {
	display: block
}

@media only screen and (max-width: 576px) {
	#gallery .gallery-row:nth-child(odd) .gallery-button a,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:visited,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:hover,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:active {
		font-size: 1.333rem
	}
}

@media only screen and (max-width: 1200px) {
	#gallery .gallery-row:nth-child(odd) .gallery-button a,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:visited,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:hover,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:active {
		width: 100%
	}
}

@media only screen and (max-width: 576px) {
	#gallery .gallery-row:nth-child(odd) .gallery-button {
		width: 100%;
		padding: 0
	}
}

#gallery .gallery-row:nth-child(odd) .gallery-button a,
#gallery .gallery-row:nth-child(odd) .gallery-button a:visited,
#gallery .gallery-row:nth-child(odd) .gallery-button a:hover,
#gallery .gallery-row:nth-child(odd) .gallery-button a:active {
	width: 60%;
	color: #fff;
	background: #06192a;
	padding: 1.15rem 2.8rem 1.15rem 2rem;
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg)
}

#gallery .gallery-row:nth-child(odd) .gallery-button a span,
#gallery .gallery-row:nth-child(odd) .gallery-button a:visited span,
#gallery .gallery-row:nth-child(odd) .gallery-button a:hover span,
#gallery .gallery-row:nth-child(odd) .gallery-button a:active span {
	-webkit-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg)
}

#gallery .gallery-row:nth-child(odd) .gallery-button a:hover,
#gallery .gallery-row:nth-child(odd) .gallery-button a:visited:hover,
#gallery .gallery-row:nth-child(odd) .gallery-button a:hover:hover,
#gallery .gallery-row:nth-child(odd) .gallery-button a:active:hover {
	width: calc( 60% + 1rem);
	background: #2a55e0
}

@media only screen and (max-width: 1200px) {
	#gallery .gallery-row:nth-child(odd) .gallery-button a,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:visited,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:hover,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:active {
		width: 80%
	}
	#gallery .gallery-row:nth-child(odd) .gallery-button a:hover,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:visited:hover,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:hover:hover,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:active:hover {
		width: 82.5%
	}
}

@media only screen and (max-width: 576px) {
	#gallery .gallery-row:nth-child(odd) .gallery-button a:hover,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:visited:hover,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:hover:hover,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:active:hover {
		width: 100%
	}
}

@media only screen and (max-width: 576px) {
	#gallery .gallery-row:nth-child(odd) .gallery-button {
		width: 100%
	}
	#gallery .gallery-row:nth-child(odd) .gallery-button a,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:visited,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:hover,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:active {
		width: 100%;
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
		text-align: center;
		padding: 1rem 1rem;
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%
	}
	#gallery .gallery-row:nth-child(odd) .gallery-button a span,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:visited span,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:hover span,
	#gallery .gallery-row:nth-child(odd) .gallery-button a:active span {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg)
	}
}

#gallery .gallery-row:nth-child(odd) .gallery-text .inner {
	width: 100%;
	padding: 0 4.6rem 0 7.6rem
}

@media only screen and (max-width: 992px) {
	#gallery .gallery-row:nth-child(odd) .gallery-text .inner {
		padding: 0 4rem
	}
}

#gallery .gallery-row:nth-child(even) {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}

@media only screen and (max-width: 992px) {
	#gallery .gallery-row:nth-child(even) {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		align-items: stretch;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse
	}
}

#gallery .gallery-row:nth-child(even) .gallery-button {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start
}

#gallery .gallery-row:nth-child(even) .gallery-button a,
#gallery .gallery-row:nth-child(even) .gallery-button a:visited,
#gallery .gallery-row:nth-child(even) .gallery-button a:hover,
#gallery .gallery-row:nth-child(even) .gallery-button a:active {
	display: block;
	letter-spacing: 0.045rem;
	font-size: 1.85rem;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transform-origin: 100% -1rem;
	transform-origin: 100% -1rem;
	text-align: center;
	text-transform: uppercase
}

#gallery .gallery-row:nth-child(even) .gallery-button a span,
#gallery .gallery-row:nth-child(even) .gallery-button a:visited span,
#gallery .gallery-row:nth-child(even) .gallery-button a:hover span,
#gallery .gallery-row:nth-child(even) .gallery-button a:active span {
	display: block
}

@media only screen and (max-width: 576px) {
	#gallery .gallery-row:nth-child(even) .gallery-button a,
	#gallery .gallery-row:nth-child(even) .gallery-button a:visited,
	#gallery .gallery-row:nth-child(even) .gallery-button a:hover,
	#gallery .gallery-row:nth-child(even) .gallery-button a:active {
		font-size: 1.333rem
	}
}

@media only screen and (max-width: 1200px) {
	#gallery .gallery-row:nth-child(even) .gallery-button a,
	#gallery .gallery-row:nth-child(even) .gallery-button a:visited,
	#gallery .gallery-row:nth-child(even) .gallery-button a:hover,
	#gallery .gallery-row:nth-child(even) .gallery-button a:active {
		width: 100%
	}
}

@media only screen and (max-width: 576px) {
	#gallery .gallery-row:nth-child(even) .gallery-button {
		width: 100%;
		padding: 0
	}
}

#gallery .gallery-row:nth-child(even) .gallery-button a,
#gallery .gallery-row:nth-child(even) .gallery-button a:visited,
#gallery .gallery-row:nth-child(even) .gallery-button a:hover,
#gallery .gallery-row:nth-child(even) .gallery-button a:active {
	width: 60%;
	color: #fff;
	background: #06192a;
	padding: 1.15rem 2rem 1.15rem 2.8rem;
	-webkit-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg)
}

#gallery .gallery-row:nth-child(even) .gallery-button a:hover,
#gallery .gallery-row:nth-child(even) .gallery-button a:visited:hover,
#gallery .gallery-row:nth-child(even) .gallery-button a:hover:hover,
#gallery .gallery-row:nth-child(even) .gallery-button a:active:hover {
	width: 100%
}

#gallery .gallery-row:nth-child(even) .gallery-button a span,
#gallery .gallery-row:nth-child(even) .gallery-button a:visited span,
#gallery .gallery-row:nth-child(even) .gallery-button a:hover span,
#gallery .gallery-row:nth-child(even) .gallery-button a:active span {
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg)
}

#gallery .gallery-row:nth-child(even) .gallery-button a:hover,
#gallery .gallery-row:nth-child(even) .gallery-button a:visited:hover,
#gallery .gallery-row:nth-child(even) .gallery-button a:hover:hover,
#gallery .gallery-row:nth-child(even) .gallery-button a:active:hover {
	width: calc( 60% + 1rem);
	background: #2a55e0
}

@media only screen and (max-width: 1200px) {
	#gallery .gallery-row:nth-child(even) .gallery-button a,
	#gallery .gallery-row:nth-child(even) .gallery-button a:visited,
	#gallery .gallery-row:nth-child(even) .gallery-button a:hover,
	#gallery .gallery-row:nth-child(even) .gallery-button a:active {
		width: 80%
	}
	#gallery .gallery-row:nth-child(even) .gallery-button a:hover,
	#gallery .gallery-row:nth-child(even) .gallery-button a:visited:hover,
	#gallery .gallery-row:nth-child(even) .gallery-button a:hover:hover,
	#gallery .gallery-row:nth-child(even) .gallery-button a:active:hover {
		width: 82.5%
	}
}

@media only screen and (max-width: 576px) {
	#gallery .gallery-row:nth-child(even) .gallery-button {
		width: 100%
	}
	#gallery .gallery-row:nth-child(even) .gallery-button a,
	#gallery .gallery-row:nth-child(even) .gallery-button a:visited,
	#gallery .gallery-row:nth-child(even) .gallery-button a:hover,
	#gallery .gallery-row:nth-child(even) .gallery-button a:active {
		width: 100%;
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
		text-align: center;
		padding: 1rem 1rem;
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%
	}
	#gallery .gallery-row:nth-child(even) .gallery-button a span,
	#gallery .gallery-row:nth-child(even) .gallery-button a:visited span,
	#gallery .gallery-row:nth-child(even) .gallery-button a:hover span,
	#gallery .gallery-row:nth-child(even) .gallery-button a:active span {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg)
	}
}

#gallery .gallery-row:nth-child(even) .gallery-text .inner {
	padding: 0 8.6rem 0 4.6rem
}

@media only screen and (max-width: 992px) {
	#gallery .gallery-row:nth-child(even) .gallery-text .inner {
		padding: 0 4rem
	}
}

#gallery .gallery-row>div {
	width: 50%
}

@media only screen and (max-width: 992px) {
	#gallery .gallery-row>div {
		width: 100%
	}
}

#gallery .gallery-row .gallery-text:nth-child(odd),
#gallery .gallery-row .gallery-text:nth-child(even) {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding-top: 7rem;
	padding-bottom: 7rem
}

@media only screen and (max-width: 992px) {
	#gallery .gallery-row .gallery-text:nth-child(odd),
	#gallery .gallery-row .gallery-text:nth-child(even) {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
}

@media only screen and (max-width: 576px) {
	#gallery .gallery-row .gallery-text:nth-child(odd),
	#gallery .gallery-row .gallery-text:nth-child(even) {
		padding: 2.5rem
	}
}

#gallery .gallery-row .gallery-text:nth-child(odd) .inner,
#gallery .gallery-row .gallery-text:nth-child(even) .inner {
	margin-bottom: 2rem
}

@media only screen and (max-width: 576px) {
	#gallery .gallery-row .gallery-text:nth-child(odd) .inner,
	#gallery .gallery-row .gallery-text:nth-child(even) .inner {
		padding: 0
	}
}

#gallery .gallery-row .gallery-text:nth-child(odd) h2,
#gallery .gallery-row .gallery-text:nth-child(even) h2 {
	text-transform: uppercase;
	font-size: 2.5rem;
	margin-bottom: 1.6rem
}

@media only screen and (max-width: 576px) {
	#gallery .gallery-row .gallery-text:nth-child(odd) h2,
	#gallery .gallery-row .gallery-text:nth-child(even) h2 {
		font-size: 2.25rem;
		line-height: 1.1
	}
}

#gallery .gallery-row .gallery-text:nth-child(odd) h2 .bold-text,
#gallery .gallery-row .gallery-text:nth-child(even) h2 .bold-text {
	font-weight: 800
}

#gallery .gallery-row .gallery-text:nth-child(odd) h2 .regular-text,
#gallery .gallery-row .gallery-text:nth-child(even) h2 .regular-text {
	font-weight: 400
}

#gallery .gallery-row .gallery-text:nth-child(odd) p,
#gallery .gallery-row .gallery-text:nth-child(even) p {
	font-size: 1.25rem;
	line-height: 1.3
}

#gallery .gallery-row .gallery-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.is-trident #gallery .gallery-row .gallery-image,
.is-edge #gallery .gallery-row .gallery-image {
	width: 50%;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 992px) {
	.is-trident #gallery .gallery-row .gallery-image,
	.is-edge #gallery .gallery-row .gallery-image {
		width: 100%;
		height: 27rem
	}
}

.is-trident #gallery .gallery-row .gallery-image img,
.is-edge #gallery .gallery-row .gallery-image img {
	position: absolute;
	height: auto;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 260%
}

#career #hero {
	overflow: hidden
}

#career #hero .section-inner {
	padding-top: 8.6rem;
	padding-bottom: 4.3rem;
	padding-left: 10vw;
	padding-right: 10vw;
	max-width: 118rem;
	margin: auto
}

@media only screen and (max-width: 1200px) {
	#career #hero .section-inner {
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#career #hero .section-inner {
		padding: 5rem 7.5vw
	}
}

#career #hero .section-inner .section-heading h2 {
	font-size: 3.65rem;
	text-transform: uppercase;
	margin-bottom: 1.4rem;
	line-height: 1
}

@media only screen and (max-width: 576px) {
	#career #hero .section-inner .section-heading h2 {
		font-size: 2.85rem
	}
}

#career #hero .section-inner .section-heading h2 .regular-text {
	font-weight: 400
}

#career #hero .section-inner .section-heading h2 .bold-text {
	font-weight: 900
}

#career #hero .section-inner p {
	font-size: 1.125rem;
	letter-spacing: .01rem
}

#career #hero .career-slider .career-slider-photos,
#career #hero .career-slider .career-slider-text {
	padding-left: 11.5vw;
	padding-right: 11.5vw;
	position: relative
}

@media only screen and (max-width: 1440px) {
	#career #hero .career-slider .career-slider-photos,
	#career #hero .career-slider .career-slider-text {
		padding-left: 12.5vw;
		padding-right: 12.5vw
	}
}

#career #hero .career-slider .career-slider-text {
	background: #f4ba1b
}

#career #hero .career-slider .career-slider-text:before {
	content: '';
	position: absolute;
	top: 1px;
	right: -1px;
	-webkit-transform: translate(0, -100%) skew(-57deg, 0);
	transform: translate(0, -100%) skew(-57deg, 0);
	width: 11.5vw;
	height: 9vw;
	background: #f4ba1b;
	overflow: visible;
	z-index: 9;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

#career #hero .career-slider .career-slider-text .slide-text {
	text-align: center;
	line-height: 1.2;
	padding: 1.8rem .5rem
}

#career #hero .career-slider .career-slider-text .slide-text h3 {
	font-size: 1.5rem;
	margin-bottom: .1rem
}

#career #hero .career-slider .career-slider-text .slide-text h3 .bold-text {
	font-weight: 800
}

#career #hero .career-slider .career-slider-text .slide-text h3 .regular-text {
	font-weight: 400
}

#career #hero .career-slider .career-slider-text .slide-text .credentials {
	font-style: italic;
	line-height: 1.2;
	font-size: 1.167rem;
	letter-spacing: .015rem;
	padding: 0 6rem;
	padding: 0 1rem
}

#career #hero .career-slider .career-slider-photos {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease-out;
	-webkit-transition: opacity 1s ease-out
}

#career #hero .career-slider .career-slider-photos.slick-initialized {
	visibility: visible;
	opacity: 1
}

#career #hero .career-slider .career-slider-photos .career-slide .slide-image img {
	margin: 0 auto
}

#career #hero .career-slider .career-slider-text .slide-text {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease-out;
	-webkit-transition: opacity 1s ease-out
}

#career #hero .career-slider .career-slider-text.slick-initialized .slide-text {
	visibility: visible;
	opacity: 1
}

#career #hero .career-slider .slick-arrow {
	position: absolute;
	z-index: 999
}

#career #hero .career-slider .slick-next,
#career #hero .career-slider .slick-prev {
	z-index: 3
}

#career #hero .career-slider .slick-prev {
	left: 0;
	top: 50%;
	-webkit-transform: translate(8.7vw, -50%);
	transform: translate(8.7vw, -50%)
}

@media only screen and (max-width: 576px) {
	#career #hero .career-slider .slick-prev {
		-webkit-transform: translate(6vw, -50%);
		transform: translate(6vw, -50%)
	}
}

#career #hero .career-slider .slick-next {
	right: 0;
	top: 50%;
	-webkit-transform: translate(-8.7vw, -50%);
	transform: translate(-8.7vw, -50%)
}

@media only screen and (max-width: 576px) {
	#career #hero .career-slider .slick-next {
		-webkit-transform: translate(-6vw, -50%);
		transform: translate(-6vw, -50%)
	}
}

#career #hero .career-slider .slick-prev,
#career #hero .career-slider .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	width: 2rem;
	height: 6rem;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

#career #hero .career-slider .slick-prev .svg-inline--fa,
#career #hero .career-slider .slick-next .svg-inline--fa {
	color: #e1e2e3;
	width: 2rem;
	height: 6rem
}

#career #hero .career-slider-before {
	position: relative
}

#career #hero .career-slider-before:before {
	content: '';
	position: absolute;
	top: 1px;
	right: -1px;
	-webkit-transform: translate(0, -100%) skew(-57deg, 0);
	transform: translate(0, -100%) skew(-57deg, 0);
	width: 13.5rem;
	height: 10rem;
	background: #f4ba1b;
	overflow: visible;
	z-index: 9;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

#career .svg-mask-1 {
	position: relative;
	z-index: 1
}

#career .svg-mask-1:after {
	content: '';
	background: url(https://jlbdev.com/fisk/wp-content/themes/JLBTheme/images/WHITE-MASK-RIGHT-CONVEX.svg);
	display: block;
	position: absolute;
	z-index: 0;
	top: -2px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	height: 11.1vw;
	width: 100%;
	background-size: cover
}

#career #programs {
	z-index: auto
}

#career #programs .section-inner {
	position: relative;
	z-index: 9
}

#career #programs .section-intro {
	padding: 0 9vw;
	padding-bottom: 0.5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	z-index: 2;
	position: relative
}

@media only screen and (max-width: 992px) {
	#career #programs .section-intro {
		padding: 0 5vw
	}
}

#career #programs .section-intro:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	-webkit-transform: translate(0, 0%) skew(-57deg, 0);
	transform: translate(0, 0%) skew(-57deg, 0);
	width: 11.5vw;
	height: 9vw;
	background: #f4ba1b;
	overflow: visible;
	z-index: 9;
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%
}

#career #programs .section-intro .inner {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	align-items: flex-end;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	text-align: right;
	position: relative;
	padding: 6.7rem 0 5.6rem
}

@media only screen and (max-width: 992px) {
	#career #programs .section-intro .inner {
		padding: 5.7rem 0 7.6rem
	}
}

@media only screen and (max-width: 576px) {
	#career #programs .section-intro .inner {
		padding: 5.7rem 0 5.6rem
	}
}

#career #programs .section-intro .inner h2 {
	width: 80%;
	font-size: 3.65rem;
	text-transform: uppercase;
	margin-bottom: .5rem;
	letter-spacing: 0.04rem;
	line-height: 1
}

#career #programs .section-intro .inner h2.no-paragraph {
	width: 60%
}

@media only screen and (max-width: 1200px) {
	#career #programs .section-intro .inner h2 {
		width: 80%
	}
	#career #programs .section-intro .inner h2.no-paragraph {
		width: 75%;
		margin-bottom: 2rem
	}
}

@media only screen and (max-width: 992px) {
	#career #programs .section-intro .inner h2 {
		font-size: 3rem
	}
	#career #programs .section-intro .inner h2.no-paragraph {
		width: 100%;
		margin-bottom: 0
	}
}

@media only screen and (max-width: 768px) {
	#career #programs .section-intro .inner h2 {
		width: 100%
	}
	#career #programs .section-intro .inner h2.no-paragraph {
		width: 100%
	}
}

@media only screen and (max-width: 576px) {
	#career #programs .section-intro .inner h2 {
		font-size: 2.85rem
	}
}

#career #programs .section-intro .inner h2 .regular-text {
	font-weight: 400
}

#career #programs .section-intro .inner h2 .bold-text {
	font-weight: 900
}

#career #programs .section-intro .inner p {
	width: 60%;
	color: #06192a;
	font-size: 1.5rem;
	letter-spacing: .01rem
}

@media only screen and (max-width: 1024px) {
	#career #programs .section-intro .inner p {
		font-size: 1.167rem
	}
}

@media only screen and (max-width: 992px) {
	#career #programs .section-intro .inner p {
		width: 80%
	}
}

@media only screen and (max-width: 768px) {
	#career #programs .section-intro .inner p {
		width: 100%
	}
}

#career #programs .program-cards-wrap {
	position: relative;
	z-index: 0;
	position: relative;
	z-index: 0;
	z-index: auto;
	margin-top: -11.1vw
}

#career #programs .program-cards-wrap:before {
	content: "";
	display: block;
	background-color: #2a55e0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#career #programs .program-cards-wrap:after {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#career #programs .program-cards-wrap:before,
#career #programs .program-cards-wrap:after {
	mix-blend-mode: hard-light
}

#career #programs .program-cards-wrap:before {
	z-index: 0
}

#career #programs .program-cards-wrap:before {
	z-index: 0
}

#career #programs .program-cards {
	z-index: 3;
	position: relative;
	padding: 0 9vw;
	padding-top: 8vw;
	padding-bottom: 3.5rem;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

#career #programs .program-cards>* {
	padding: 1rem;
	margin: 1.25rem;
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: calc((100% / 2) - (2 * 1.25rem) + ((2 * 1.25rem) / 2) - 1px);
	max-width: calc((100% / 2) - (2 * 1.25rem) + ((2 * 1.25rem) / 2) - 1px)
}

#career #programs .program-cards>*:nth-child(2n+1) {
	margin-left: 0
}

#career #programs .program-cards>*:nth-child(2n) {
	margin-right: 0
}

@media only screen and (max-width: 992px) {
	#career #programs .program-cards {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		padding: 5vw 5vw 2.5rem
	}
	#career #programs .program-cards>* {
		padding: 1rem;
		margin: 1rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 1) - (2 * 1rem) + ((2 * 1rem) / 1) - 1px);
		max-width: calc((100% / 1) - (2 * 1rem) + ((2 * 1rem) / 1) - 1px)
	}
	#career #programs .program-cards>*:nth-child(1n+1) {
		margin-left: 0
	}
	#career #programs .program-cards>*:nth-child(1n) {
		margin-right: 0
	}
}

@media only screen and (max-width: 576px) {
	#career #programs .program-cards {
		padding-top: 3vw
	}
}

#career #programs .program-cards .program-card {
	position: relative;
	top: 0;
	right: 0;
	-webkit-transition: top 0.2s, right .2s, background .3s, color .3s, box-shadow .4s;
	transition: top 0.2s, right .2s, background .3s, color .3s, box-shadow .4s;
	padding: 2.5rem 2.6rem;
	border: 0;
	border-radius: 0;
	text-align: left;
	background: #f7f8fe;
	box-shadow: -7px 7px 0px 0px #0e11ba;
	overflow: visible
}

#career #programs .program-cards .program-card h3 {
	color: #2a55e0;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 2.1rem;
	margin-bottom: 1rem
}

#career #programs .program-cards .program-card p {
	letter-spacing: .01rem;
	font-size: 1.1rem;
	margin-bottom: 0;
	line-height: 1.35;
	color: #06192a
}

@media only screen and (max-width: 1440px) {
	#career #programs .program-cards .program-card p {
		font-size: 1.333rem
	}
}

#career #programs .program-cards a.program-card:hover {
	background: #06192a;
	box-shadow: -15px 12px 0px 0px #0e11ba;
	top: -2px;
	right: -2px
}

#career #programs .program-cards a.program-card:hover h3,
#career #programs .program-cards a.program-card:hover p {
	color: #fff
}

#career #events .section-inner {
	padding: 7.7rem 5.4vw 8rem;
	max-width: 118rem;
	margin: 0 auto
}

@media only screen and (max-width: 992px) {
	#career #events .section-inner {
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#career #events .section-inner {
		max-width: 118rem;
		margin: auto;
		padding: 5rem 7.5vw
	}
}

#career #events .section-inner h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 3.65rem;
	margin-bottom: 2.9rem;
	letter-spacing: 0.04rem;
	line-height: 1
}

@media only screen and (max-width: 576px) {
	#career #events .section-inner h2 {
		font-size: 2.85rem
	}
}

#career #events .section-inner h2 .regular-text {
	font-weight: 400
}

#career #events .section-inner h2 .bold-text {
	font-weight: 900
}

#career #events .side-link {
	overflow: hidden;
	position: absolute;
	z-index: 99;
	right: 0;
	padding-left: .5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin-top: -2.5rem
}

@media only screen and (max-width: 992px) {
	#career #events .side-link {
		position: relative;
		margin-bottom: 4rem
	}
}

#career #events .side-link a {
	font-weight: 700;
	margin: 0 0 2rem;
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 1.85rem;
	color: #2a55e0
}

#career #events .side-link a .side-link-text {
	height: 5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 32rem;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg);
	-webkit-transform-origin: 100% -1rem;
	transform-origin: 100% -1rem;
	background: #cadaf3;
	box-shadow: -20px 18px 0px 0px #06192a;
	text-align: right;
	padding-right: 9rem;
	-webkit-box-pack: center;
	justify-content: center
}

@media only screen and (max-width: 576px) {
	#career #events .side-link a .side-link-text {
		height: 4rem;
		-webkit-box-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 1rem;
		padding-right: 10rem
	}
}

#career #events .side-link a .side-link-text span {
	-webkit-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg)
}

#career #events .side-link a .side-link-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 5rem;
	background-size: cover;
	width: 8rem
}

@media only screen and (max-width: 576px) {
	#career #events .side-link a .side-link-icon {
		height: 4rem;
		width: 6rem
	}
}

@media only screen and (max-width: 576px) {
	#career #events .side-link a {
		font-size: 1.333rem
	}
}

@media only screen and (max-width: 576px) {
	#career #events .side-link a span {
		padding-left: 1rem
	}
}

#career #events .side-link a:hover .side-link-text {
	background: #dfe9f8;
	width: calc( 32rem + .5rem)
}

#career .svg-mask-2 {
	position: relative;
	z-index: 1
}

#career .svg-mask-2:before {
	content: '';
	background: url(https://jlbdev.com/fisk/wp-content/themes/JLBTheme/images/WHITE-MASK-LEFT-CONCAVE-FLIP.svg);
	display: block;
	position: absolute;
	z-index: 0;
	top: -1px;
	-webkit-transform: translateY(-36%);
	transform: translateY(-36%);
	height: 17.9vw;
	width: 100%;
	background-size: cover
}

#career #opportunities {
	position: relative;
	z-index: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1
}

#career #opportunities:after {
	content: "";
	display: block;
	background-color: #06192a;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#career #opportunities:after {
	mix-blend-mode: hard-light
}

#career #opportunities:before {
	mix-blend-mode: multiply
}

#career #opportunities .section-inner {
	padding-top: 13.7rem;
	padding-bottom: 8.6rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap
}

@media only screen and (max-width: 576px) {
	#career #opportunities .section-inner {
		padding-top: 9.5rem;
		padding-bottom: 10.5rem
	}
}

#career #opportunities .section-inner>div {
	width: 50%
}

@media only screen and (max-width: 992px) {
	#career #opportunities .section-inner>div {
		width: 100%
	}
}

#career #opportunities .section-inner>div h2,
#career #opportunities .section-inner>div p {
	color: #fff
}

#career #opportunities .section-inner>div .heading {
	border-bottom: 7px solid #fff;
	margin-bottom: 2.25rem;
	text-transform: uppercase
}

#career #opportunities .section-inner>div .heading h2 {
	font-size: 3.75rem;
	letter-spacing: -.02rem;
	margin-bottom: 1.45rem;
	line-height: 1
}

@media only screen and (max-width: 576px) {
	#career #opportunities .section-inner>div .heading h2 {
		font-size: 2.85rem
	}
}

#career #opportunities .section-inner>div .heading .regular-text {
	font-weight: 400
}

#career #opportunities .section-inner>div .heading .bold-text {
	color: #f4ba1b;
	font-weight: 800
}

#career #opportunities .section-inner>div p {
	font-size: 1.1rem;
	line-height: 1.35
}

@media only screen and (max-width: 1440px) {
	#career #opportunities .section-inner>div p {
		font-size: 1.333rem
	}
}

#career #opportunities .section-inner>div a {
	margin-top: 2.4rem;
	font-size: 1.3rem;
	padding: .75rem 2.6rem;
	letter-spacing: 0.015rem
}

#career #opportunities .section-inner .left {
	padding-right: 5.1vw
}

@media only screen and (max-width: 1200px) {
	#career #opportunities .section-inner .left {
		padding-right: 2.55vw
	}
}

@media only screen and (max-width: 992px) {
	#career #opportunities .section-inner .left {
		padding-right: 5vw
	}
}

#career #opportunities .section-inner .left .heading,
#career #opportunities .section-inner .left .text {
	padding-left: 7vw
}

@media only screen and (max-width: 992px) {
	#career #opportunities .section-inner .left .heading,
	#career #opportunities .section-inner .left .text {
		padding-left: 5vw
	}
}

#career #opportunities .section-inner .right {
	margin-top: 8.4rem;
	padding-left: 4.8vw
}

@media only screen and (max-width: 1200px) {
	#career #opportunities .section-inner .right {
		padding-left: 2.4vw
	}
}

@media only screen and (max-width: 992px) {
	#career #opportunities .section-inner .right {
		padding-left: 5vw;
		margin-top: 5rem
	}
}

#career #opportunities .section-inner .right .heading {
	text-align: left
}

#career #opportunities .section-inner .right .heading,
#career #opportunities .section-inner .right .text {
	padding-right: 7vw
}

@media only screen and (max-width: 992px) {
	#career #opportunities .section-inner .right .heading,
	#career #opportunities .section-inner .right .text {
		padding-right: 5vw
	}
}

#career #opportunities .banner-cta-button {
	position: absolute;
	padding: 0 6.5vw;
	bottom: 0;
	width: 100%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

#career #opportunities .banner-cta {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 2.5rem 6.5vw;
	text-align: center;
	width: 100%;
	background: #2a55e0;
	-webkit-transition: .2s;
	transition: .2s;
	color: #fff;
	text-transform: uppercase;
	font-size: 2.1rem;
	letter-spacing: .0325rem
}

@media only screen and (max-width: 576px) {
	#career #opportunities .banner-cta {
		padding: 2rem 5vw
	}
}

#career #opportunities .banner-cta .text {
	padding-right: .5rem
}

#career #opportunities .banner-cta .regular-text {
	font-weight: 300
}

#career #opportunities .banner-cta .bold-text {
	color: #fff;
	font-weight: 700
}

#career #opportunities .banner-cta .link-icon {
	fill: #fff;
	height: 1.25rem;
	width: 1.25rem
}

#career #opportunities .banner-cta:hover {
	background: #06192a
}

@media only screen and (max-width: 992px) {
	#career #opportunities .banner-cta {
		font-size: 1.85rem
	}
	#career #opportunities .banner-cta .link-icon {
		display: none
	}
}

@media only screen and (max-width: 576px) {
	#career #opportunities .banner-cta {
		font-size: 1.5rem
	}
}

#career #bottom_section .section-inner .content {
	width: 100%;
	padding-left: 7.5vw;
	padding-top: 23.3rem;
	padding-bottom: 4.7rem;
	background-position: top right;
	background-size: 64%;
	background-position-x: 29.6vw;
	background-position-y: 5.6vw;
	background-repeat: no-repeat
}

@media only screen and (max-width: 1200px) {
	#career #bottom_section .section-inner .content {
		padding-top: 20.3rem
	}
}

@media only screen and (max-width: 1024px) {
	#career #bottom_section .section-inner .content {
		padding-top: 13rem;
		background-position-y: 7.6vw;
		background-size: cover;
		background-position-x: 6.6vw;
		position: relative;
		z-index: 0;
		padding-bottom: 8rem
	}
	#career #bottom_section .section-inner .content:before {
		content: "";
		display: block;
		background-color: rgba(255, 255, 255, 0.85);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1
	}
}

@media only screen and (max-width: 768px) {
	#career #bottom_section .section-inner .content {
		background-position-y: 100%;
		background-size: cover;
		background-position-x: 0;
		padding: 10rem 5vw 5rem
	}
}

@media only screen and (max-width: 576px) {
	#career #bottom_section .section-inner .content {
		background-position: center center
	}
}

#career #bottom_section .section-inner .content .inner {
	width: 40%
}

@media only screen and (max-width: 1024px) {
	#career #bottom_section .section-inner .content .inner {
		width: 60vw;
		padding-right: 5vw
	}
}

@media only screen and (max-width: 768px) {
	#career #bottom_section .section-inner .content .inner {
		width: 100%;
		padding-right: 0
	}
}

#career #bottom_section .section-inner .content .inner .heading h3 {
	color: #06192a;
	margin-bottom: 1.1rem
}

#career #bottom_section .section-inner .content .inner .heading h3>span {
	display: block
}

#career #bottom_section .section-inner .content .inner .heading h3 .small-text {
	font-size: 1.85rem;
	font-weight: 300
}

@media only screen and (max-width: 1200px) {
	#career #bottom_section .section-inner .content .inner .heading h3 .small-text {
		font-size: 1.55rem
	}
}

#career #bottom_section .section-inner .content .inner .heading h3 .regular-text,
#career #bottom_section .section-inner .content .inner .heading h3 .bold-text {
	text-transform: uppercase;
	line-height: 1
}

#career #bottom_section .section-inner .content .inner .heading h3 .regular-text {
	font-size: 3.75rem;
	font-weight: 400;
	letter-spacing: -0.09rem
}

@media only screen and (max-width: 1200px) {
	#career #bottom_section .section-inner .content .inner .heading h3 .regular-text {
		font-size: 3.25rem
	}
}

#career #bottom_section .section-inner .content .inner .heading h3 .bold-text {
	font-size: 3.5rem;
	font-weight: 900;
	letter-spacing: 0.1rem
}

@media only screen and (max-width: 1200px) {
	#career #bottom_section .section-inner .content .inner .heading h3 .bold-text {
		font-size: 3rem
	}
}

#career #bottom_section .section-inner .content .inner .text p {
	font-size: 1.25rem;
	letter-spacing: .1rem
}

@media only screen and (max-width: 1200px) {
	#career #bottom_section .section-inner .content .inner .text p {
		font-size: 1.167rem
	}
}

#career #bottom_section .section-inner .links {
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding-bottom: 3.7rem
}

@media only screen and (max-width: 1023px) {
	#career #bottom_section .section-inner .links {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		align-items: stretch;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}

#career #bottom_section .section-inner .links>div {
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

#career #bottom_section .section-inner .links .left {
	margin-left: -10rem;
	-webkit-transform: skew(-34deg, 0deg);
	transform: skew(-34deg, 0deg)
}

@media only screen and (max-width: 1023px) {
	#career #bottom_section .section-inner .links .left {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
		margin-left: 0
	}
}

@media only screen and (min-width: 1024px) {
	#career #bottom_section .section-inner .links .left a:nth-of-type(1) {
		padding: 2.4rem 2rem 2.4rem 7rem
	}
	#career #bottom_section .section-inner .links .left a:nth-of-type(2) {
		padding: 2.4rem 2rem 2.4rem 14rem
	}
}

#career #bottom_section .section-inner .links .right {
	margin-right: -10rem;
	-webkit-transform: skew(-34deg, 0deg);
	transform: skew(-34deg, 0deg);
	margin-top: 3rem
}

@media only screen and (max-width: 1023px) {
	#career #bottom_section .section-inner .links .right {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
		margin-right: 0;
		margin-top: 0
	}
}

@media only screen and (min-width: 1024px) {
	#career #bottom_section .section-inner .links .right a:nth-of-type(1) {
		padding: 2.4rem 16rem 2.4rem 2rem
	}
	#career #bottom_section .section-inner .links .right a:nth-of-type(2) {
		padding: 2.4rem 9rem 2.4rem 2rem
	}
}

#career #bottom_section .section-inner .links a,
#career #bottom_section .section-inner .links a:active,
#career #bottom_section .section-inner .links a:visited {
	width: 100%;
	letter-spacing: 0.045rem;
	font-size: 2.5rem;
	display: block;
	font-weight: 300;
	text-transform: capitalize;
	padding: 2rem;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
	color: #fff;
	background: #06192a;
	margin-bottom: 15px
}

#career #bottom_section .section-inner .links a span,
#career #bottom_section .section-inner .links a:active span,
#career #bottom_section .section-inner .links a:visited span {
	-webkit-transform: skew(34deg, 0deg);
	transform: skew(34deg, 0deg);
	display: block
}

#career #bottom_section .section-inner .links a:hover,
#career #bottom_section .section-inner .links a:active:hover,
#career #bottom_section .section-inner .links a:visited:hover {
	background: #f4ba1b;
	color: #06192a
}

@media only screen and (max-width: 1200px) {
	#career #bottom_section .section-inner .links a,
	#career #bottom_section .section-inner .links a:active,
	#career #bottom_section .section-inner .links a:visited {
		font-size: 2rem
	}
}

@media only screen and (max-width: 1023px) {
	#career #bottom_section .section-inner .links a span,
	#career #bottom_section .section-inner .links a:active span,
	#career #bottom_section .section-inner .links a:visited span {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg)
	}
}

.is-trident #career #programs .program-cards-wrap,
.is-edge #career #programs .program-cards-wrap {
	position: relative;
	z-index: 0;
	position: relative;
	z-index: 0
}

.is-trident #career #programs .program-cards-wrap:before,
.is-edge #career #programs .program-cards-wrap:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.is-trident #career #programs .program-cards-wrap:after,
.is-edge #career #programs .program-cards-wrap:after {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.is-trident #career #opportunities,
.is-edge #career #opportunities {
	position: relative;
	z-index: 0;
	z-index: 1
}

.is-trident #career #opportunities:after,
.is-edge #career #opportunities:after {
	content: "";
	display: block;
	background-color: rgba(6, 25, 42, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#admissions {
	overflow: hidden
}

#admissions #admissions_hero .section-inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	position: relative
}

@media only screen and (max-width: 1024px) {
	#admissions #admissions_hero .section-inner {
		min-height: 0;
		flex-wrap: wrap
	}
}

#admissions #admissions_hero .section-inner .left-bg {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
	position: absolute;
	z-index: 2;
	-webkit-transform: skew(-9deg, 0deg) translateX(-44.5%);
	transform: skew(-9deg, 0deg) translateX(-44.5%);
	background: rgba(255, 255, 255, 0.85);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	z-index: 1;
	width: 100%;
	top: 0;
	height: 100%
}

@media only screen and (max-width: 1024px) {
	#admissions #admissions_hero .section-inner .left-bg {
		-webkit-transform: skew(0deg, 0deg) translateX(0);
		transform: skew(0deg, 0deg) translateX(0);
		background: rgba(255, 255, 255, 0.9)
	}
}

#admissions #admissions_hero .section-inner .left {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	z-index: 2;
	overflow: hidden;
	z-index: 1;
	width: 60%
}

@media only screen and (min-width: 1025px) {
	#admissions #admissions_hero .section-inner .left {
		padding-left: 11vw
	}
}

@media only screen and (max-width: 1024px) {
	#admissions #admissions_hero .section-inner .left {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		z-index: 3
	}
}

#admissions #admissions_hero .section-inner .left .inner {
	width: 100%;
	padding: 6.5rem 0 20rem
}

@media only screen and (max-width: 1199px) {
	#admissions #admissions_hero .section-inner .left .inner {
		padding: 6.5rem 0
	}
}

@media only screen and (max-width: 1024px) {
	#admissions #admissions_hero .section-inner .left .inner {
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 992px) {
	#admissions #admissions_hero .section-inner .left .inner {
		padding: 4.5rem 8vw
	}
}

@media only screen and (max-width: 576px) {
	#admissions #admissions_hero .section-inner .left .inner {
		max-width: 118rem;
		margin: auto;
		padding: 5rem 7.5vw
	}
}

#admissions #admissions_hero .section-inner .left .inner-top {
	margin-bottom: 3.3rem;
	padding-right: 11vw
}

@media only screen and (max-width: 1024px) {
	#admissions #admissions_hero .section-inner .left .inner-top {
		padding-right: 0
	}
}

#admissions #admissions_hero .section-inner .left .inner-top h2 {
	line-height: 1.1;
	margin-bottom: 1.5rem
}

#admissions #admissions_hero .section-inner .left .inner-top h2 .small-text {
	letter-spacing: -0.01rem;
	font-size: 2rem;
	margin-bottom: 0;
	line-height: 0.9;
	font-weight: 300;
	display: block
}

#admissions #admissions_hero .section-inner .left .inner-top h2 .bold-text,
#admissions #admissions_hero .section-inner .left .inner-top h2 .regular-text {
	text-transform: uppercase;
	font-size: 3.75rem
}

@media only screen and (max-width: 768px) {
	#admissions #admissions_hero .section-inner .left .inner-top h2 .bold-text,
	#admissions #admissions_hero .section-inner .left .inner-top h2 .regular-text {
		line-height: 1
	}
}

@media only screen and (max-width: 576px) {
	#admissions #admissions_hero .section-inner .left .inner-top h2 .bold-text,
	#admissions #admissions_hero .section-inner .left .inner-top h2 .regular-text {
		font-size: 2.85rem
	}
}

#admissions #admissions_hero .section-inner .left .inner-top h2 .bold-text {
	font-weight: 900
}

#admissions #admissions_hero .section-inner .left .inner-top h2 .regular-text {
	font-weight: 400
}

#admissions #admissions_hero .section-inner .left .inner-top p {
	font-size: 1.1rem;
	width: 100%;
	line-height: 1.3
}

@media only screen and (max-width: 1440px) {
	#admissions #admissions_hero .section-inner .left .inner-top p {
		font-size: 1.167rem
	}
}

#admissions #admissions_hero .section-inner .left .inner-bottom {
	padding-right: 4vw
}

#admissions #admissions_hero .section-inner .left .inner-bottom h3 {
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: -0.01rem;
	margin-bottom: 0.5rem;
	line-height: 1.2
}

#admissions #admissions_hero .section-inner .left .inner-bottom .inner-bottom-text {
	padding-right: 11vw
}

#admissions #admissions_hero .section-inner .left .inner-bottom .inner-bottom-text ul {
	-webkit-padding-start: 1.2rem;
	padding-inline-start: 1.2rem;
	padding-left: 1.2rem
}

#admissions #admissions_hero .section-inner .left .inner-bottom .inner-bottom-text ul li {
	font-size: 1.125rem;
	margin-bottom: .5rem
}

@media only screen and (max-width: 1024px) {
	#admissions #admissions_hero .section-inner .left .inner-bottom .inner-bottom-text {
		padding-right: 0
	}
}

#admissions #admissions_hero .section-inner .right {
	overflow: hidden
}

#admissions #admissions_hero .section-inner .right .background-video {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

#admissions #admissions_hero .section-inner .right .background-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#admissions #admissions_cards {
	margin-top: -3.5rem;
	z-index: 4;
	position: relative
}

@media only screen and (max-width: 1199px) {
	#admissions #admissions_cards {
		padding-top: 0
	}
}

#admissions #admissions_cards .section-inner .intro {
	background: #f4ba1b;
	width: 92%;
	padding: 0 5vw 0 12vw
}

@media only screen and (max-width: 1199px) {
	#admissions #admissions_cards .section-inner .intro {
		width: 97%;
		padding: 0 5vw 0 10vw
	}
}

@media only screen and (max-width: 768px) {
	#admissions #admissions_cards .section-inner .intro {
		padding: 0 5vw 0 6rem
	}
}

@media only screen and (min-width: 576px) {
	#admissions #admissions_cards .section-inner .intro {
		-webkit-transform: skew(-45deg, 0deg);
		transform: skew(-45deg, 0deg);
		margin-left: -5rem
	}
}

@media only screen and (max-width: 576px) {
	#admissions #admissions_cards .section-inner .intro {
		width: 100%;
		padding: 0 1rem
	}
}

#admissions #admissions_cards .section-inner .intro h2 {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	letter-spacing: -0.025rem;
	padding: 1.5rem
}

@media only screen and (min-width: 576px) {
	#admissions #admissions_cards .section-inner .intro h2 {
		-webkit-transform: skew(45deg, 0deg);
		transform: skew(45deg, 0deg)
	}
}

#admissions #admissions_cards .section-inner .intro h2 .bold-text,
#admissions #admissions_cards .section-inner .intro h2 .regular-text {
	text-transform: uppercase;
	font-size: 3.25rem
}

@media only screen and (max-width: 768px) {
	#admissions #admissions_cards .section-inner .intro h2 .bold-text,
	#admissions #admissions_cards .section-inner .intro h2 .regular-text {
		line-height: 1
	}
}

@media only screen and (max-width: 576px) {
	#admissions #admissions_cards .section-inner .intro h2 .bold-text,
	#admissions #admissions_cards .section-inner .intro h2 .regular-text {
		font-size: 2.85rem
	}
}

#admissions #admissions_cards .section-inner .intro h2 .bold-text {
	font-weight: 900
}

#admissions #admissions_cards .section-inner .intro h2 .regular-text {
	font-weight: 400
}

#admissions #admissions_cards .cards-container {
	padding: 2.6rem 9vw 1.7rem;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

#admissions #admissions_cards .cards-container>* {
	padding: 1rem;
	margin: 1.5rem;
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: calc((100% / 2) - (2 * 1.5rem) + ((2 * 1.5rem) / 2) - 1px);
	max-width: calc((100% / 2) - (2 * 1.5rem) + ((2 * 1.5rem) / 2) - 1px)
}

#admissions #admissions_cards .cards-container>*:nth-child(2n+1) {
	margin-left: 0
}

#admissions #admissions_cards .cards-container>*:nth-child(2n) {
	margin-right: 0
}

@media only screen and (max-width: 1200px) {
	#admissions #admissions_cards .cards-container {
		padding: 1.8rem 5vw
	}
}

@media only screen and (max-width: 768px) {
	#admissions #admissions_cards .cards-container {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap
	}
	#admissions #admissions_cards .cards-container>* {
		padding: 1rem;
		margin: 1.25rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 1) - (2 * 1.25rem) + ((2 * 1.25rem) / 1) - 1px);
		max-width: calc((100% / 1) - (2 * 1.25rem) + ((2 * 1.25rem) / 1) - 1px)
	}
	#admissions #admissions_cards .cards-container>*:nth-child(1n+1) {
		margin-left: 0
	}
	#admissions #admissions_cards .cards-container>*:nth-child(1n) {
		margin-right: 0
	}
}

#admissions #admissions_cards .cards-container .card {
	top: 0;
	right: 0;
	-webkit-transition: top 0.2s, right .2s, background .3s, color .3s, box-shadow .4s;
	transition: top 0.2s, right .2s, background .3s, color .3s, box-shadow .4s;
	padding: 4.7rem 2.6rem;
	border: 0;
	border-radius: 0;
	background: #f7f8fe;
	box-shadow: -6px 6px 0px 0px #c7d8f1;
	overflow: visible;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

@media only screen and (max-width: 576px) {
	#admissions #admissions_cards .cards-container .card {
		padding: 3.7rem 2.6rem
	}
}

#admissions #admissions_cards .cards-container .card:before {
	content: "";
	display: block;
	background-color: #2a55e0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#admissions #admissions_cards .cards-container .card:before {
	mix-blend-mode: hard-light
}

#admissions #admissions_cards .cards-container .card h5 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: 0.035rem;
	margin-bottom: 0
}

#admissions #admissions_cards .cards-container .card:hover {
	box-shadow: -15px 12px 0px 0px #c7d8f1;
	top: -2px;
	right: -2px
}

#admissions #admissions_cards .side-link {
	overflow: hidden;
	position: absolute;
	z-index: 99;
	right: 0;
	padding-left: .5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin-top: 1.5rem
}

@media only screen and (max-width: 992px) {
	#admissions #admissions_cards .side-link {
		position: relative;
		margin-bottom: 4rem
	}
}

#admissions #admissions_cards .side-link a {
	font-weight: 700;
	margin: 0 0 2rem;
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 1.85rem;
	color: #fff
}

#admissions #admissions_cards .side-link a .side-link-text {
	height: 5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 28.4rem;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg);
	-webkit-transform-origin: 100% -1rem;
	transform-origin: 100% -1rem;
	background: #06192a;
	box-shadow: -20px 18px 0px 0px #c7d8f1;
	text-align: right;
	padding-right: 9rem;
	-webkit-box-pack: center;
	justify-content: center
}

@media only screen and (max-width: 576px) {
	#admissions #admissions_cards .side-link a .side-link-text {
		height: 4rem;
		-webkit-box-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 1rem;
		padding-right: 10rem
	}
}

#admissions #admissions_cards .side-link a .side-link-text span {
	-webkit-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg)
}

#admissions #admissions_cards .side-link a .side-link-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 5rem;
	background-size: cover;
	width: 8rem
}

@media only screen and (max-width: 576px) {
	#admissions #admissions_cards .side-link a .side-link-icon {
		height: 4rem;
		width: 6rem
	}
}

@media only screen and (max-width: 576px) {
	#admissions #admissions_cards .side-link a {
		font-size: 1.333rem
	}
}

@media only screen and (max-width: 576px) {
	#admissions #admissions_cards .side-link a span {
		padding-left: 1rem
	}
}

#admissions #admissions_cards .side-link a:hover .side-link-text {
	background: #092640;
	width: calc( 28.4rem + .5rem)
}

@media only screen and (max-width: 992px) {
	#admissions #admissions_cards .side-link {
		margin-bottom: 0
	}
}

#admissions .svg-mask-2 {
	position: relative;
	z-index: 2
}

#admissions .svg-mask-2:before {
	content: '';
	background: url(https://jlbdev.com/fisk/wp-content/themes/JLBTheme/images/WHITE-MASK-LEFT-CONCAVE-FLIP.svg);
	display: block;
	position: absolute;
	z-index: 0;
	top: -1.15vw;
	height: 17.3vw;
	width: 100%;
	margin-bottom: -1px;
	background-size: cover
}

#admissions #student_section {
	border-bottom: 10px solid #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	z-index: auto
}

#admissions #student_section:before {
	content: "";
	display: block;
	background-color: rgba(244, 186, 27, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#admissions #student_section:before {
	z-index: auto
}

#admissions #student_section .section-inner {
	padding: 0 7.1vw;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

@media only screen and (max-width: 576px) {
	#admissions #student_section .section-inner {
		max-width: 118rem;
		margin: auto;
		padding: 5rem 7.5vw
	}
}

#admissions #student_section .section-inner .student-photo {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	align-items: flex-end;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-flex: 2;
	flex: 2 0 40%;
	width: 40%;
	z-index: 3;
	margin-bottom: -10px
}

#admissions #student_section .section-inner .student-photo picture {
	width: 100%
}

@media only screen and (max-width: 1200px) {
	#admissions #student_section .section-inner .student-photo {
		-webkit-box-flex: 2;
		flex: 2 0 50%
	}
}

@media only screen and (max-width: 1023px) {
	#admissions #student_section .section-inner .student-photo {
		display: none
	}
}

#admissions #student_section .section-inner .student-content {
	-webkit-box-flex: 1;
	flex: 1 1 60%;
	z-index: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	justify-content: flex-start;
	padding: 18.4vw 4rem 5.1rem
}

@media only screen and (max-width: 1200px) {
	#admissions #student_section .section-inner .student-content {
		-webkit-box-flex: 1;
		flex: 1 1 50%
	}
}

@media only screen and (max-width: 1023px) {
	#admissions #student_section .section-inner .student-content {
		padding-top: 15rem
	}
}

@media only screen and (max-width: 576px) {
	#admissions #student_section .section-inner .student-content {
		padding: 0;
		padding-top: 3rem
	}
}

#admissions #student_section .section-inner .student-content .inner h4 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 3.5rem;
	padding-right: .75rem;
	line-height: 1
}

#admissions #student_section .section-inner .student-content .inner h4 .regular-text {
	font-weight: 400
}

#admissions #student_section .section-inner .student-content .inner h4 .bold-text {
	font-weight: 900
}

#admissions #student_section .section-inner .student-content .inner span {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 3.5rem;
	line-height: 1
}

@media only screen and (max-width: 576px) {
	#admissions #student_section .section-inner .student-content .inner span {
		font-size: 2.85rem
	}
}

#admissions #student_section .section-inner .student-content .inner .large-text {
	margin-bottom: 1rem
}

#admissions #student_section .section-inner .student-content .inner .large-text p {
	margin-bottom: 0;
	font-size: 1.75rem;
	line-height: 1.25
}

@media only screen and (max-width: 1440px) {
	#admissions #student_section .section-inner .student-content .inner .large-text p {
		font-size: 1.333rem
	}
}

#admissions #student_section .section-inner .student-content .inner .small-text p {
	margin-bottom: 0;
	font-size: 1.1rem;
	line-height: 1.25
}

@media only screen and (max-width: 1440px) {
	#admissions #student_section .section-inner .student-content .inner .small-text p {
		font-size: 1.167rem
	}
}

.is-trident #admissions #admissions_cards .cards-container .card,
.is-edge #admissions #admissions_cards .cards-container .card {
	position: relative;
	z-index: 0
}

.is-trident #admissions #admissions_cards .cards-container .card:before,
.is-edge #admissions #admissions_cards .cards-container .card:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#about {
	overflow: hidden
}

#about #fisk_university {
	background-position: left bottom;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 34.2vw
}

@media only screen and (max-width: 576px) {
	#about #fisk_university {
		background-size: cover;
		position: relative;
		z-index: 0;
		background-position: left top
	}
	#about #fisk_university:before {
		content: "";
		display: block;
		background-color: rgba(255, 255, 255, 0.85);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1
	}
}

#about #fisk_university .section-inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	align-items: flex-end;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative
}

@media only screen and (max-width: 576px) {
	#about #fisk_university .section-inner {
		border-bottom: 58px solid #f4ba1b
	}
}

#about #fisk_university .section-inner .logo {
	margin-bottom: 1.2rem;
	max-width: 58rem
}

#about #fisk_university .section-inner .content {
	width: 60%;
	padding: 7.5rem 0 5.7vw 2.4vw
}

@media only screen and (max-width: 1024px) {
	#about #fisk_university .section-inner .content {
		width: 100%;
		padding-left: 7vw
	}
}

@media only screen and (max-width: 576px) {
	#about #fisk_university .section-inner .content {
		padding: 0;
		padding-left: 0
	}
}

#about #fisk_university .section-inner .content .top {
	margin-bottom: 1rem;
	padding-right: 7vw
}

@media only screen and (max-width: 1024px) {
	#about #fisk_university .section-inner .content .top {
		margin-bottom: 17vw
	}
}

@media only screen and (max-width: 576px) {
	#about #fisk_university .section-inner .content .top {
		max-width: 118rem;
		margin: auto;
		padding: 5rem 7.5vw;
		padding-bottom: 2.5rem
	}
}

#about #fisk_university .section-inner .content .top .text p {
	line-height: 1.3
}

#about #fisk_university .section-inner .content .bottom {
	padding-bottom: 1rem
}

#about #fisk_university .side-link {
	overflow: hidden;
	position: absolute;
	z-index: 99;
	right: 0;
	padding-left: .5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	bottom: 0;
	position: relative
}

@media only screen and (max-width: 992px) {
	#about #fisk_university .side-link {
		position: relative;
		margin-bottom: 4rem
	}
}

#about #fisk_university .side-link a {
	font-weight: 700;
	margin: 0 0 2rem;
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 1.85rem;
	color: #2a55e0
}

#about #fisk_university .side-link a .side-link-text {
	height: 5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 32rem;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg);
	-webkit-transform-origin: 100% -1rem;
	transform-origin: 100% -1rem;
	background: #cadaf3;
	box-shadow: -20px 18px 0px 0px #06192a;
	text-align: right;
	padding-right: 9rem;
	-webkit-box-pack: center;
	justify-content: center
}

@media only screen and (max-width: 576px) {
	#about #fisk_university .side-link a .side-link-text {
		height: 4rem;
		-webkit-box-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 1rem;
		padding-right: 10rem
	}
}

#about #fisk_university .side-link a .side-link-text span {
	-webkit-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg)
}

#about #fisk_university .side-link a .side-link-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 5rem;
	background-size: cover;
	width: 8rem
}

@media only screen and (max-width: 576px) {
	#about #fisk_university .side-link a .side-link-icon {
		height: 4rem;
		width: 6rem
	}
}

@media only screen and (max-width: 576px) {
	#about #fisk_university .side-link a {
		font-size: 1.333rem
	}
}

@media only screen and (max-width: 576px) {
	#about #fisk_university .side-link a span {
		padding-left: 1rem
	}
}

#about #fisk_university .side-link a:hover .side-link-text {
	background: #dfe9f8;
	width: calc( 32rem + .5rem)
}

@media only screen and (max-width: 992px) {
	#about #fisk_university .side-link {
		margin-bottom: 1rem
	}
}

#about #location_section {
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	height: 40.6vw;
	position: relative;
	z-index: 2
}

@media only screen and (max-width: 1023px) {
	#about #location_section {
		position: relative;
		z-index: 0;
		background-size: 153% auto;
		height: auto
	}
	#about #location_section:before {
		content: "";
		display: block;
		background-color: rgba(255, 255, 255, 0.5);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1
	}
}

@media only screen and (max-width: 768px) {
	#about #location_section {
		background-size: 200% auto;
		position: relative;
		z-index: 0
	}
	#about #location_section:before {
		content: "";
		display: block;
		background-color: rgba(255, 255, 255, 0.75);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1
	}
}

@media only screen and (max-width: 576px) {
	#about #location_section {
		background-size: 400% auto
	}
}

#about #location_section .section-inner .left {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	position: relative;
	width: 62.5%;
	padding-left: 11vw;
	padding-top: 7.2vw;
	padding-left: 10.8vw;
	padding-right: 0
}

@media only screen and (max-width: 1200px) {
	#about #location_section .section-inner .left {
		padding-left: 7vw
	}
}

@media only screen and (max-width: 576px) {
	#about #location_section .section-inner .left {
		padding: 5rem 7.5vw
	}
}

@media only screen and (max-width: 1300px) {
	#about #location_section .section-inner .left {
		padding-top: 6.8vw
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	#about #location_section .section-inner .left {
		padding-top: 5vw;
		padding-left: 5vw
	}
}

@media only screen and (max-width: 992px) {
	#about #location_section .section-inner .left {
		width: 70%
	}
}

@media only screen and (max-width: 768px) {
	#about #location_section .section-inner .left {
		width: 100%
	}
}

@media only screen and (min-width: 577px) {
	#about #location_section .section-inner .left {
		padding-bottom: 7.3vw
	}
}

#about #location_section .section-inner .left .content h2 {
	margin-bottom: 1.2rem
}

#about #location_section .section-inner .left .content .small-text {
	display: block;
	white-space: nowrap;
	font-weight: 300;
	font-size: 2rem;
	padding-bottom: 0.8rem;
	line-height: 1.3;
	letter-spacing: -.02rem
}

@media only screen and (max-width: 1200px) {
	#about #location_section .section-inner .left .content .small-text {
		border-bottom: 0;
		padding-bottom: 0;
		line-height: 0.85
	}
}

#about #location_section .section-inner .left .content .bold-text {
	font-weight: 900;
	font-size: 3.75rem;
	white-space: nowrap;
	line-height: 1.1
}

@media only screen and (max-width: 576px) {
	#about #location_section .section-inner .left .content .bold-text {
		font-size: 2.85rem
	}
}

#about #location_section .section-inner .left .content .text {
	padding-right: 10rem;
	line-height: 1.3;
	letter-spacing: 0.025rem;
	margin-bottom: 2rem
}

@media only screen and (max-width: 1200px) {
	#about #location_section .section-inner .left .content .text {
		padding-right: 7.5vw
	}
}

@media only screen and (max-width: 576px) {
	#about #location_section .section-inner .left .content .text {
		padding-right: 0
	}
}

#about #location_section .section-inner .left .content .buttons a.yellow-button {
	margin-right: .5rem;
	margin-bottom: 1rem
}

@media only screen and (min-width: 1200px) {
	#about #location_section .section-inner .left .content .buttons a.yellow-button {
		padding: .75rem 4rem
	}
}

#about #location_section .section-inner .left .map-icon {
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(9vw, 9.5vw);
	transform: translate(9vw, 9.5vw);
	width: 100%;
	height: 5vw
}

#about #location_section .section-inner .left .map-icon:before {
	content: '';
	top: 1px;
	height: .3vw;
	right: 7.5vw;
	background: #06192a;
	width: 85%;
	display: block;
	position: absolute
}

@media only screen and (max-width: 1200px) {
	#about #location_section .section-inner .left .map-icon {
		display: none
	}
}

#about #location_section .map-icon-mobile {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 9vw;
	right: 28.3vw;
	width: 3.7vw;
	height: 5.6vw;
	display: none
}

@media only screen and (max-width: 1200px) {
	#about #location_section .map-icon-mobile {
		display: block
	}
}

@media only screen and (max-width: 1023px) {
	#about #location_section .map-icon-mobile {
		display: none
	}
}

#about #mission_section {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	position: relative;
	z-index: 0;
	background-position: center top;
	padding-top: 11vw;
	margin-top: -11.3vw
}

#about #mission_section:before {
	content: "";
	display: block;
	background-color: #2a55e0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#about #mission_section:after {
	content: "";
	display: block;
	background-color: #2a55e0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#about #mission_section:before,
#about #mission_section:after {
	mix-blend-mode: hard-light
}

@media only screen and (max-width: 1023px) {
	#about #mission_section {
		margin-top: 0
	}
}

@media only screen and (max-width: 576px) {
	#about #mission_section {
		padding-top: 0
	}
}

#about #mission_section .section-inner {
	padding-left: 10vw;
	padding-right: 10vw;
	max-width: 118rem;
	margin: auto;
	color: #fff
}

@media only screen and (max-width: 1200px) {
	#about #mission_section .section-inner {
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#about #mission_section .section-inner {
		padding: 5rem 7.5vw
	}
}

#about #mission_section .section-inner .content {
	padding: 2rem 0 7.8rem
}

@media only screen and (max-width: 576px) {
	#about #mission_section .section-inner .content {
		padding: 0
	}
}

#about #mission_section .section-inner h2 {
	text-transform: uppercase;
	font-size: 6.85rem
}

@media only screen and (max-width: 1024px) {
	#about #mission_section .section-inner h2 {
		font-size: 4.85rem
	}
}

@media only screen and (max-width: 576px) {
	#about #mission_section .section-inner h2 {
		font-size: 2.85rem
	}
}

#about #mission_section .section-inner h2 .regular-text {
	font-weight: 400
}

#about #mission_section .section-inner h2 .bold-text {
	font-weight: 900
}

#about #mission_section .section-inner .text p {
	font-size: 2rem;
	letter-spacing: -.03rem;
	line-height: 1.2;
	margin-bottom: 2.3rem
}

@media only screen and (max-width: 1024px) {
	#about #mission_section .section-inner .text p {
		font-size: 1.75rem
	}
}

@media only screen and (max-width: 576px) {
	#about #mission_section .section-inner .text p {
		font-size: 1.333rem
	}
}

#about #mission_section .section-inner .text p strong {
	font-weight: 600;
	letter-spacing: -.01rem
}

#about #publication_section {
	background: #06192a;
	position: relative
}

#about #publication_section:before {
	content: '';
	position: absolute;
	top: 1px;
	right: -1px;
	-webkit-transform: translate(0, -100%) skew(-45deg, 0);
	transform: translate(0, -100%) skew(-45deg, 0);
	width: 12.7vw;
	height: 13vw;
	background: #06192a;
	overflow: visible;
	z-index: 9;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

#about #publication_section .section-inner {
	padding-left: 10vw;
	padding-right: 10vw;
	max-width: 118rem;
	margin: auto;
	overflow: hidden;
	padding-top: 5.25rem;
	padding-bottom: 5.25rem;
	padding-right: 9vw;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

@media only screen and (max-width: 1200px) {
	#about #publication_section .section-inner {
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#about #publication_section .section-inner {
		padding: 5rem 7.5vw
	}
}

#about #publication_section .section-inner .left {
	-webkit-box-flex: 1;
	flex: 1 0 17.5%;
	max-width: 17.5%
}

@media only screen and (max-width: 1024px) {
	#about #publication_section .section-inner .left {
		-webkit-box-flex: 1;
		flex: 1 0 27.5%;
		max-width: 27.5%
	}
}

@media only screen and (max-width: 992px) {
	#about #publication_section .section-inner .left {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 2.5rem
	}
	#about #publication_section .section-inner .left img {
		margin: 0 auto
	}
}

#about #publication_section .section-inner .right {
	-webkit-box-flex: 1;
	flex: 1 1 82.5%;
	max-width: 82.5%;
	padding: 0.7rem 0 .7rem 4.3vw;
	color: #fff;
	line-height: 1.3
}

@media only screen and (max-width: 1024px) {
	#about #publication_section .section-inner .right {
		-webkit-box-flex: 1;
		flex: 1 1 72.5%;
		max-width: 72.5%
	}
}

@media only screen and (max-width: 992px) {
	#about #publication_section .section-inner .right {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
}

#about #publication_section .section-inner .right .top p {
	font-size: 1.4rem;
	letter-spacing: 0.015rem;
	line-height: 1.29
}

@media only screen and (max-width: 992px) {
	#about #publication_section .section-inner .right .top p {
		text-align: center
	}
}

#about #publication_section .section-inner .right .top a,
#about #publication_section .section-inner .right .top a:active a:visited {
	color: #f4ba1b;
	-webkit-transition: .2s;
	transition: .2s
}

#about #publication_section .section-inner .right .top a:hover {
	color: #fff
}

#about #publication_section .section-inner .right .bottom {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

@media only screen and (min-width: 992px) {
	#about #publication_section .section-inner .right .bottom {
		margin-top: -.5rem
	}
}

@media only screen and (max-width: 992px) {
	#about #publication_section .section-inner .right .bottom {
		-webkit-box-pack: center;
		justify-content: center
	}
}

#about #publication_section .section-inner .right .bottom a,
#about #publication_section .section-inner .right .bottom a:active,
#about #publication_section .section-inner .right .bottom a:visited {
	color: #f4ba1b;
	-webkit-transition: .2s;
	transition: .2s
}

#about #publication_section .section-inner .right .bottom a:hover {
	color: #fff
}

#about #publication_section .section-inner .right .bottom a.link {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	text-transform: uppercase;
	font-size: 1.75rem;
	font-weight: 700;
	padding-right: .6rem;
	letter-spacing: .07rem;
	text-align: left
}

@media only screen and (max-width: 992px) {
	#about #publication_section .section-inner .right .bottom a.link {
		text-align: center
	}
}

#about #publication_section .section-inner .right .bottom a.link span {
	padding-right: .5rem
}

#about #publication_section .section-inner .right .bottom a.link .link-icon {
	fill: #fff;
	height: 1.25rem;
	width: 1.25rem
}

@media only screen and (max-width: 320px) {
	#about #publication_section .section-inner .right .bottom a.link .link-icon {
		display: none
	}
}

#about #facts_section {
	background-size: 56.6%;
	background-position: left bottom;
	background-repeat: no-repeat
}

@media only screen and (max-width: 1023px) {
	#about #facts_section {
		position: relative;
		z-index: 0;
		background-size: 75%
	}
	#about #facts_section:before {
		content: "";
		display: block;
		background-color: rgba(255, 255, 255, 0.65);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1
	}
}

@media only screen and (max-width: 768px) {
	#about #facts_section {
		background-size: contain
	}
}

#about #facts_section .section-inner {
	min-height: 57.7vw;
	padding-top: 6.2rem;
	padding-bottom: 5rem
}

@media only screen and (max-width: 576px) {
	#about #facts_section .section-inner {
		padding-top: 0;
		padding-bottom: 2rem
	}
}

#about #facts_section .section-inner h2 {
	font-size: 3.75rem;
	text-transform: uppercase;
	line-height: 0.95
}

@media only screen and (max-width: 576px) {
	#about #facts_section .section-inner h2 {
		font-size: 2.85rem
	}
}

#about #facts_section .section-inner h2 .bold-text {
	font-weight: 900
}

#about #facts_section .section-inner h2 .regular-text {
	font-weight: 400
}

#about #facts_section .section-inner p {
	line-height: 1.3;
	font-size: 1.1rem;
	letter-spacing: .02rem
}

@media only screen and (max-width: 1440px) {
	#about #facts_section .section-inner p {
		font-size: 1.333rem
	}
}

#about #facts_section .section-inner .top {
	padding-left: 11vw;
	padding-left: 10.1vw;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

@media only screen and (max-width: 1200px) {
	#about #facts_section .section-inner .top {
		padding-left: 7vw
	}
}

@media only screen and (max-width: 576px) {
	#about #facts_section .section-inner .top {
		padding: 5rem 7.5vw
	}
}

@media only screen and (max-width: 576px) {
	#about #facts_section .section-inner .top {
		padding-bottom: 0
	}
}

#about #facts_section .section-inner .top .left {
	width: 32.5%;
	padding-top: 1.6vw;
	padding-bottom: 4.5vw
}

@media only screen and (max-width: 1023px) {
	#about #facts_section .section-inner .top .left {
		padding-right: 7vw;
		padding-bottom: 4rem
	}
}

@media only screen and (max-width: 576px) {
	#about #facts_section .section-inner .top .left {
		padding-right: 5vw
	}
}

#about #facts_section .section-inner .top .left h2 {
	margin-bottom: 1.3rem
}

#about #facts_section .section-inner .top .left .text p:last-of-type {
	margin-bottom: 0
}

#about #facts_section .section-inner .top .right {
	width: 67.5%
}

#about #facts_section .section-inner .top .right .facts-links {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: end;
	align-items: flex-end;
	overflow: hidden;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin-bottom: 0
}

#about #facts_section .section-inner .top .right .facts-links>li {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin-bottom: 1.6rem
}

#about #facts_section .section-inner .top .right .facts-links>li a,
#about #facts_section .section-inner .top .right .facts-links>li a:visited,
#about #facts_section .section-inner .top .right .facts-links>li a:active {
	font-weight: 500;
	padding: 1.15rem 6rem 1.15rem 3.7rem;
	display: block;
	width: calc( 100% - 3.4rem);
	color: #fff;
	letter-spacing: 0.045rem;
	font-size: 1.85rem;
	background: #2a55e0;
	box-shadow: -14px 12px 0px -1px #b8c7f5;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
	-webkit-transform: skew(41deg, 0deg);
	transform: skew(41deg, 0deg);
	-webkit-transform-origin: 100% -1rem;
	transform-origin: 100% -1rem
}

#about #facts_section .section-inner .top .right .facts-links>li a span,
#about #facts_section .section-inner .top .right .facts-links>li a:visited span,
#about #facts_section .section-inner .top .right .facts-links>li a:active span {
	width: calc( 100% - 3.4rem)
}

#about #facts_section .section-inner .top .right .facts-links>li a span,
#about #facts_section .section-inner .top .right .facts-links>li a:visited span,
#about #facts_section .section-inner .top .right .facts-links>li a:active span {
	-webkit-transform: skew(-41deg, 0deg);
	transform: skew(-41deg, 0deg);
	display: block
}

#about #facts_section .section-inner .top .right .facts-links>li a:hover,
#about #facts_section .section-inner .top .right .facts-links>li a:visited:hover,
#about #facts_section .section-inner .top .right .facts-links>li a:active:hover {
	width: calc( 100% + .5rem);
	background: #06192a;
	color: #f4ba1b
}

#about #facts_section .section-inner .top .right .facts-links>li a:hover span,
#about #facts_section .section-inner .top .right .facts-links>li a:visited:hover span,
#about #facts_section .section-inner .top .right .facts-links>li a:active:hover span {
	width: calc( 100% - 3.4rem)
}

@media only screen and (max-width: 576px) {
	#about #facts_section .section-inner .top .right .facts-links>li a,
	#about #facts_section .section-inner .top .right .facts-links>li a:visited,
	#about #facts_section .section-inner .top .right .facts-links>li a:active {
		font-size: 1.333rem
	}
}

@media only screen and (max-width: 576px) {
	#about #facts_section .section-inner .top .right .facts-links>li {
		width: 100%;
		padding: 0 1rem
	}
	#about #facts_section .section-inner .top .right .facts-links>li a,
	#about #facts_section .section-inner .top .right .facts-links>li a:visited,
	#about #facts_section .section-inner .top .right .facts-links>li a:active {
		width: 100%;
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
		text-align: center;
		padding: 2rem 1rem;
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%
	}
	#about #facts_section .section-inner .top .right .facts-links>li a span,
	#about #facts_section .section-inner .top .right .facts-links>li a:visited span,
	#about #facts_section .section-inner .top .right .facts-links>li a:active span {
		width: 100%
	}
	#about #facts_section .section-inner .top .right .facts-links>li a span,
	#about #facts_section .section-inner .top .right .facts-links>li a:visited span,
	#about #facts_section .section-inner .top .right .facts-links>li a:active span {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg)
	}
}

#about #facts_section .section-inner .top .right .facts-links .facts-item {
	margin-bottom: 2.2rem
}

@media only screen and (max-width: 1023px) {
	#about #facts_section .section-inner .top .left,
	#about #facts_section .section-inner .top .right {
		width: 100%
	}
}

#about #facts_section .section-inner .bottom {
	padding-right: 11vw;
	padding-right: 9vw;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

@media only screen and (max-width: 1200px) {
	#about #facts_section .section-inner .bottom {
		padding-right: 7vw
	}
}

@media only screen and (max-width: 576px) {
	#about #facts_section .section-inner .bottom {
		padding: 5rem 7.5vw
	}
}

#about #facts_section .section-inner .bottom .right {
	padding-top: 8.6rem;
	padding-bottom: 4.5rem;
	width: 40%
}

@media only screen and (max-width: 1200px) {
	#about #facts_section .section-inner .bottom .right {
		padding-top: 6rem;
		padding-bottom: 4rem
	}
}

@media only screen and (max-width: 1023px) {
	#about #facts_section .section-inner .bottom .right {
		width: 100%;
		padding-left: 7vw
	}
}

@media only screen and (max-width: 576px) {
	#about #facts_section .section-inner .bottom .right {
		padding: 0
	}
}

#about #facts_section .section-inner .bottom .right h2 {
	margin-bottom: 2.2rem
}

#about #facts_section .section-inner .bottom .right .regular-text {
	display: block
}

#about #facts_section .section-inner .bottom .right .text {
	margin-bottom: 2rem
}

#about #facts_section .section-inner .bottom .right .text p:last-of-type {
	margin-bottom: 0
}

#about #facts_section .section-inner .bottom .section-link {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end
}

#about #facts_section .section-inner .bottom .section-link a.link {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: 800;
	padding-right: .8rem;
	letter-spacing: .07rem;
	text-align: left;
	color: #2a55e0;
	line-height: 1.3;
	padding-top: .3rem
}

@media only screen and (max-width: 992px) {
	#about #facts_section .section-inner .bottom .section-link a.link {
		text-align: center
	}
}

#about #facts_section .section-inner .bottom .section-link a.link span {
	padding-right: .5rem
}

#about #facts_section .section-inner .bottom .section-link a.link .link-icon {
	fill: #f4ba1b;
	height: 1.25rem;
	width: 1.25rem
}

@media only screen and (max-width: 576px) {
	#about #facts_section .section-inner .bottom .section-link a.link .link-icon {
		display: none
	}
}

#about #facts_section .section-inner .bottom .section-link a.link:hover {
	color: #06192a
}

.is-trident #about #mission_section,
.is-edge #about #mission_section {
	position: relative;
	z-index: 0;
	position: relative;
	z-index: 0
}

.is-trident #about #mission_section:before,
.is-edge #about #mission_section:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.is-trident #about #mission_section:after,
.is-edge #about #mission_section:after {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.sidebar {
	background: #fff;
	list-style: none;
	width: 100%;
	margin-bottom: 2rem
}

@media only screen and (max-width: 768px) {
	.sidebar {
		text-align: center
	}
	.sidebar .widget {
		margin-bottom: 2rem
	}
}

@media only screen and (min-width: 992px) {
	.sidebar {
		padding-left: 2rem;
		border-left: 2px solid #f0f0f0
	}
}

@media only screen and (min-width: 992px) {
	.sidebar {
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: 15rem;
		max-width: 15rem
	}
}

@media only screen and (min-width: 1024px) {
	.sidebar {
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: 18rem;
		max-width: 18rem
	}
}

@media only screen and (max-width: 992px) {
	.sidebar {
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
		padding-top: 2rem
	}
}

.sidebar ul {
	padding-left: 0;
	list-style: none
}

.sidebar ul li {
	padding: 1rem 0;
	border-bottom: 1px solid #F2F2F2
}

.sidebar ul li:last-of-type {
	border-bottom: none
}

.sidebar .search-form {
	margin-bottom: 2rem;
	background: #fff;
	border: 1px solid #06192a;
	color: #212529;
	border-radius: 2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.sidebar .search-form input {
	width: 75%;
	height: auto;
	margin-left: 1rem;
	background-color: transparent;
	border: none;
	color: #212529;
	font-size: 1.333rem
}

@media only screen and (max-width: 992px) {
	.sidebar .search-form input {
		width: 100%
	}
}

@media only screen and (max-width: 576px) {
	.sidebar .search-form input {
		font-size: 1.167rem
	}
}

.sidebar .search-form button {
	font-size: 1.25rem;
	margin-right: .75rem;
	background-color: transparent;
	border: 0
}

.sidebar .search-form button .svg-inline--fa {
	color: #06192a
}

.sidebar h2 {
	font-size: 1.75rem;
	text-transform: capitalize;
	color: #06192a;
	font-weight: 600;
	padding-bottom: 1rem;
	border-bottom: 3px solid #dedede
}

.widget_text {
	text-align: center
}

.widget_nav_menu .menu-item-has-children>a {
	border-bottom: 2px solid #dce2e9;
	display: block;
	padding-bottom: 13px;
	font-weight: 600
}

.widget_nav_menu .menu-item-has-children .sub-menu {
	padding-left: .5rem
}

.widget_nav_menu .menu-item-has-children .sub-menu li {
	font-size: 1.167rem
}

.widget_nav_menu .menu-item-has-children .sub-menu li.menu-item-has-children {
	padding-bottom: 0
}

.widget_recent_entries a {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 500
}

.woocommerce .woocommerce-terms-and-conditions-wrapper {
	width: 100%
}

.woocommerce .col2-set .col-1,
.woocommerce .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce .woocommerce-page .col2-set .col-2 {
	-webkit-box-flex: 1;
	flex: 1;
	padding: 0;
	margin: 0;
	max-width: 100%
}

.woocommerce .woocommerce-billing-fields {
	margin-bottom: 2rem
}

.woocommerce .woocommerce-input-wrapper {
	width: 100%
}

.woocommerce .woocommerce-input-wrapper label {
	line-height: 1.5
}

.woocommerce .woocommerce-input-wrapper input {
	padding: .5rem
}

.yellow-button {
	background: #f4ba1b;
	color: #06192a;
	text-align: center;
	padding: .75rem 2rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem;
	border: 0
}

.yellow-button:hover {
	background: #2a55e0;
	color: #fff
}

.yellow-button:hover span {
	color: #fff
}

.yellow-button:visited,
.yellow-button:active {
	color: #06192a
}

.woocommerce-account .woocommerce header {
	position: static
}

.woocommerce-account .page-container {
	padding: 5rem 5vw
}

.woocommerce-account .page-container .woocommerce .woocommerce-form {
	border: 1px solid #e6e6e6;
	border-radius: 0
}

.woocommerce-account .page-container .woocommerce .woocommerce-form .form-row {
	margin-bottom: 1rem
}

.woocommerce-account .page-container .woocommerce .woocommerce-form .form-row input {
	padding: 0.6rem;
	border: 1px solid #e6e6e6
}

.woocommerce-account .page-container .woocommerce .woocommerce-form .form-row input:focus {
	border: 1px solid #cadaf3
}

.woocommerce-account .page-container .woocommerce .woocommerce-form .form-row label span {
	margin-right: 1rem
}

.woocommerce-account .page-container .woocommerce .woocommerce-form .form-row .button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woocommerce-account .page-container .woocommerce .woocommerce-form .form-row .button:hover {
	background-color: #2a55e0;
	color: #fff
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-navigation ul {
	padding: 0
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
	border-bottom: 1px solid #e6e6e6;
	padding: 1rem
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
	color: #2a55e0
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-navigation ul li a {
	color: #06192a;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-navigation ul li:last-of-type {
	border-bottom: none
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
	border-radius: 0
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead {
	padding: 1rem
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead tr th {
	padding: 0.5rem 1rem
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
	padding: 1.2rem 1rem
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0.5rem 1.5rem
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button:hover {
	background-color: #2a55e0;
	color: #fff
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input {
	padding: 0.6rem;
	border: 1px solid #e6e6e6
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input:focus {
	border: 1px solid #cadaf3
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
	margin-bottom: 1rem
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woocommerce-account .page-container .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button:hover {
	background-color: #2a55e0;
	color: #fff
}

.yellow-button {
	background: #f4ba1b;
	color: #06192a;
	text-align: center;
	padding: .75rem 2rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem;
	border: 0
}

.yellow-button:hover {
	background: #2a55e0;
	color: #fff
}

.yellow-button:hover span {
	color: #fff
}

.yellow-button:visited,
.yellow-button:active {
	color: #06192a
}

.woocommerce-checkout .page-container {
	padding: 5rem 5vw
}

.woocommerce-checkout .page-container .woocommerce h3 {
	font-weight: 700;
	text-transform: uppercase
}

.woocommerce-checkout .page-container .woocommerce .checkout_coupon {
	border: 1px solid #e6e6e6;
	border-radius: 0
}

.woocommerce-checkout .page-container .woocommerce .checkout_coupon p {
	margin-bottom: 1rem
}

.woocommerce-checkout .page-container .woocommerce .checkout_coupon .form-row {
	margin-bottom: 0
}

.woocommerce-checkout .page-container .woocommerce .checkout_coupon .form-row-first input {
	border: 1px solid #e6e6e6;
	padding: 0.5rem
}

.woocommerce-checkout .page-container .woocommerce .checkout_coupon .form-row-first input:focus {
	border: 1px solid #cadaf3
}

.woocommerce-checkout .page-container .woocommerce .checkout_coupon .form-row-last button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0
}

.woocommerce-checkout .page-container .woocommerce .checkout_coupon .form-row-last button:hover {
	background-color: #2a55e0;
	color: #fff
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-billing-fields .form-row {
	width: 100%
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-billing-fields label {
	margin-bottom: 0rem
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-billing-fields .woocommerce-input-wrapper {
	width: 100%
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-billing-fields .woocommerce-input-wrapper input {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #e6e6e6
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-billing-fields .woocommerce-input-wrapper input:focus {
	border: 1px solid #cadaf3
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-billing-fields .select2-selection {
	border: 1px solid #e6e6e6;
	border-radius: 0;
	padding: 1.1rem 0.5rem
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-billing-fields .select2-selection .select2-selection__rendered {
	line-height: 3px;
	overflow: visible
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-billing-fields .select2-selection .select2-selection__arrow {
	top: 0.6rem
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-shipping-fields .form-row {
	width: 100%
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper {
	width: 100%
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #e6e6e6
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input:focus {
	border: 1px solid #cadaf3
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-additional-fields .form-row .woocommerce-input-wrapper {
	width: 100%
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-additional-fields .form-row .woocommerce-input-wrapper textarea {
	height: 15rem;
	border: 1px solid #e6e6e6;
	padding: 1rem
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-additional-fields .form-row .woocommerce-input-wrapper textarea:focus {
	border: 1px solid #cadaf3
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order .shop_table {
	border-radius: 0
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment {
	border-radius: 0
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .payment_box fieldset .form-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

@media only screen and (max-width: 768px) {
	.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .payment_box fieldset .form-row {
		width: 100%;
		flex-wrap: wrap
	}
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .payment_box fieldset .form-row label {
	margin: 0 1rem 0 0
}

@media only screen and (max-width: 768px) {
	.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .payment_box fieldset .form-row label {
		width: 100%
	}
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .payment_box fieldset .form-row span {
	-webkit-box-flex: 2;
	flex: 2
}

@media only screen and (max-width: 768px) {
	.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .payment_box fieldset .form-row span {
		width: 100%
	}
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .payment_box fieldset .form-row span input {
	border: 1px solid #a3cdf2;
	padding: 1rem;
	font-size: 0.9rem
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .payment_box fieldset .form-row:first-of-type {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-direction: column
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .payment_box fieldset .form-row:first-of-type span {
	width: 100%
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .form-row.place-order .button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
	margin-left: 2rem
}

.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .form-row.place-order .button:hover {
	background-color: #2a55e0;
	color: #fff
}

@media only screen and (max-width: 768px) {
	.woocommerce-checkout .page-container .woocommerce .checkout .woocommerce-checkout-review-order #payment .form-row.place-order .button {
		margin-left: 0
	}
}

.woocommerce-checkout .page-container .woocommerce .woocommerce-order .woocommerce-table {
	border-radius: 0
}

@media only screen and (max-width: 992px) {
	.woocommerce-checkout .page-container .woocommerce .woocommerce-customer-details .row .col-lg-6 {
		margin-bottom: 2rem
	}
}

.woocommerce-checkout .page-container .woocommerce .woocommerce-customer-details .row .col-lg-6 address {
	border-radius: 0
}

.woocommerce-cart .page-container {
	padding: 5rem 5vw
}

.woocommerce-cart .page-container .woocommerce .cart_totals h2 {
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase
}

.woocommerce-cart .page-container .woocommerce .cart-empty {
	font-size: 2rem;
	font-weight: 400;
	color: #06192a
}

.woocommerce-cart .page-container .woocommerce .return-to-shop a {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woocommerce-cart .page-container .woocommerce .return-to-shop a:hover {
	background-color: #2a55e0;
	color: #fff
}

.woocommerce-cart .page-container .woocommerce .woocommerce-cart-form .shop_table {
	border-radius: 0
}

.woocommerce-cart .page-container .woocommerce .woocommerce-cart-form .coupon {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.woocommerce-cart .page-container .woocommerce .woocommerce-cart-form .coupon #coupon_code {
	width: 10rem
}

@media only screen and (max-width: 576px) {
	.woocommerce-cart .page-container .woocommerce .woocommerce-cart-form .coupon #coupon_code {
		width: 48%
	}
}

.woocommerce-cart .page-container .woocommerce .woocommerce-cart-form .coupon .button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0
}

.woocommerce-cart .page-container .woocommerce .woocommerce-cart-form .coupon .button:hover {
	background-color: #2a55e0;
	color: #fff
}

.woocommerce-cart .page-container .woocommerce .woocommerce-cart-form .button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0
}

.woocommerce-cart .page-container .woocommerce .woocommerce-cart-form .button:hover {
	background-color: #2a55e0;
	color: #fff
}

.woocommerce-cart .page-container .woocommerce .cart-collaterals .shop_table {
	border-radius: 0
}

.woocommerce-cart .page-container .woocommerce .cart-collaterals .wc-proceed-to-checkout .button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
	padding: 1.5rem 2.5rem
}

.woocommerce-cart .page-container .woocommerce .cart-collaterals .wc-proceed-to-checkout .button:hover {
	background-color: #2a55e0;
	color: #fff
}

.yellow-button {
	background: #f4ba1b;
	color: #06192a;
	text-align: center;
	padding: .75rem 2rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem;
	border: 0
}

.yellow-button:hover {
	background: #2a55e0;
	color: #fff
}

.yellow-button:hover span {
	color: #fff
}

.yellow-button:visited,
.yellow-button:active {
	color: #06192a
}

#woocommerce-template .page-container {
	width: 100%;
	max-width: 95rem;
	padding: 5rem 5vw;
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap
}

#woocommerce-template .page-container .page-title {
	display: none
}

#woocommerce-template .page-container .woo-sidebar {
	width: 20rem
}

@media only screen and (max-width: 1200px) {
	#woocommerce-template .page-container .woo-sidebar {
		width: 15rem
	}
}

@media only screen and (max-width: 1024px) {
	#woocommerce-template .page-container .woo-sidebar {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		order: 2
	}
}

#woocommerce-template .page-container .woo-content {
	width: calc(100% - 20rem);
	padding: 1rem 2rem
}

@media only screen and (max-width: 1200px) {
	#woocommerce-template .page-container .woo-content {
		width: calc(100% - 15rem)
	}
}

@media only screen and (max-width: 1024px) {
	#woocommerce-template .page-container .woo-content {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}

@media only screen and (max-width: 768px) {
	#woocommerce-template .page-container .woo-content {
		padding: 1rem
	}
}

@media only screen and (max-width: 576px) {
	#woocommerce-template .page-container .woo-content {
		padding: 1rem 0
	}
}

#woocommerce-template .page-container .woo-content .woocommerce-ordering {
	padding-right: 1.5rem
}

#woocommerce-template .page-container .woo-content .products {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap
}

#woocommerce-template .page-container .woo-content .products .product {
	margin: 0;
	padding: 0 1.5rem 1.5rem 0;
	-webkit-box-flex: 0;
	flex: 0 0 33.3333%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-direction: column
}

#woocommerce-template .page-container .woo-content .products .product a.woocommerce-LoopProduct-link,
#woocommerce-template .page-container .woo-content .products .product a.button {
	width: 100%
}

@media only screen and (max-width: 768px) {
	#woocommerce-template .page-container .woo-content .products .product {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		padding: 1rem;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-direction: column
	}
}

@media only screen and (max-width: 576px) {
	#woocommerce-template .page-container .woo-content .products .product {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		padding: 1rem 0
	}
}

#woocommerce-template .page-container .woo-content .products .product .woo-image-wrap {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

#woocommerce-template .page-container .woo-content .products .product .woo-image-wrap:hover .img-hover {
	background-color: rgba(6, 25, 42, 0.5)
}

#woocommerce-template .page-container .woo-content .products .product .woo-image-wrap:hover .img-hover p {
	top: 0;
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

#woocommerce-template .page-container .woo-content .products .product .woo-image-wrap .img-hover {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

#woocommerce-template .page-container .woo-content .products .product .woo-image-wrap .img-hover p {
	position: relative;
	top: 0.5rem;
	opacity: 0;
	font-weight: 700;
	font-size: 1.5rem;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

#woocommerce-template .page-container .woo-content .products .product .woo-image-wrap .onsale {
	top: 1rem;
	padding: 0 1rem;
	background-color: #2a55e0;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 0;
	margin: 0
}

#woocommerce-template .page-container .woo-content .products .product .woocommerce-loop-product__title {
	font-weight: 800;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #06192a
}

@media only screen and (max-width: 768px) {
	#woocommerce-template .page-container .woo-content .products .product .woocommerce-loop-product__title {
		text-align: center
	}
}

#woocommerce-template .page-container .woo-content .products .product .star-rating {
	display: block;
	position: relative;
	float: none;
	font-size: .857em;
	overflow: hidden;
	height: 1rem;
	line-height: 1rem;
	width: 5.1rem;
	font-family: 'star';
	color: #f4ba1b
}

#woocommerce-template .page-container .woo-content .products .product .star-rating:before {
	content: "\73\73\73\73\73";
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	color: #a3cdf2
}

#woocommerce-template .page-container .woo-content .products .product .star-rating span {
	width: 80%;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 1.5em
}

#woocommerce-template .page-container .woo-content .products .product .star-rating span:before {
	content: "\53\53\53\53\53";
	position: absolute;
	top: 0;
	left: 0;
	color: #f4ba1b
}

@media only screen and (max-width: 768px) {
	#woocommerce-template .page-container .woo-content .products .product .star-rating {
		margin: 0 auto
	}
}

@media only screen and (max-width: 768px) {
	#woocommerce-template .page-container .woo-content .products .product .price {
		text-align: center
	}
}

#woocommerce-template .page-container .woo-content .products .product .price .woocommerce-Price-amount.amount {
	color: #06192a
}

#woocommerce-template .page-container .woo-content .products .product .price del {
	color: #06192a
}

#woocommerce-template .page-container .woo-content .products .product .price ins {
	color: #f4ba1b
}

#woocommerce-template .page-container .woo-content .products .product .price ins .woocommerce-Price-amount.amount {
	color: #f4ba1b;
	font-weight: 600
}

#woocommerce-template .page-container .woo-content .products .product .button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	align-self: flex-start
}

#woocommerce-template .page-container .woo-content .products .product .button:hover {
	background-color: #2a55e0;
	color: #fff
}

@media only screen and (max-width: 768px) {
	#woocommerce-template .page-container .woo-content .products .product .button {
		align-self: center
	}
}

.is-trident #woocommerce-template .page-container .woo-content .products .product {
	-webkit-box-flex: 0;
	flex: none;
	width: 33.3333%
}

.is-safari #woocommerce-template .page-container .woo-content .products .product {
	-webkit-box-flex: 0;
	flex: 0 0 33.22%
}

.yellow-button {
	background: #f4ba1b;
	color: #06192a;
	text-align: center;
	padding: .75rem 2rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem;
	border: 0
}

.yellow-button:hover {
	background: #2a55e0;
	color: #fff
}

.yellow-button:hover span {
	color: #fff
}

.yellow-button:visited,
.yellow-button:active {
	color: #06192a
}

.woocommerce .single-product-container {
	width: 100%
}

.woocommerce .single-product-container h1.product_title {
	font-size: 3rem
}

.woocommerce .single-product-container .onsale {
	top: 1rem;
	padding: 0 1rem;
	background-color: #2a55e0;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 0;
	margin: 0
}

.woocommerce .single-product-container .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.woocommerce .single-product-container .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
	width: 25%;
	padding: 0.3rem
}

.woocommerce .single-product-container .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li:first-of-type {
	padding-left: 0
}

.woocommerce .single-product-container .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li:last-of-type {
	padding-right: 0
}

.woocommerce .single-product-container .summary .woocommerce-product-rating .star-rating {
	display: block;
	position: relative;
	float: none;
	font-size: .857em;
	overflow: hidden;
	height: 1rem;
	line-height: 1rem;
	width: 5.1rem;
	font-family: 'star';
	color: #f4ba1b
}

.woocommerce .single-product-container .summary .woocommerce-product-rating .star-rating:before {
	content: "\73\73\73\73\73";
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	color: #a3cdf2
}

.woocommerce .single-product-container .summary .woocommerce-product-rating .star-rating span {
	width: 80%;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 1.5em
}

.woocommerce .single-product-container .summary .woocommerce-product-rating .star-rating span:before {
	content: "\53\53\53\53\53";
	position: absolute;
	top: 0;
	left: 0;
	color: #f4ba1b
}

.woocommerce .single-product-container .summary .price {
	color: #06192a
}

.woocommerce .single-product-container .summary .price del {
	color: #06192a
}

.woocommerce .single-product-container .summary .price ins {
	color: #f4ba1b
}

.woocommerce .single-product-container .summary .price ins span {
	color: #f4ba1b
}

.woocommerce .single-product-container .summary .cart {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap
}

.woocommerce .single-product-container .summary .cart .quantity {
	margin-right: 1rem
}

.woocommerce .single-product-container .summary .cart .quantity input {
	height: 100%;
	border-radius: 5px;
	border: 1px solid #cadaf3
}

.woocommerce .single-product-container .summary .cart .button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woocommerce .single-product-container .summary .cart .button:hover {
	background-color: #2a55e0;
	color: #fff
}

.woocommerce .single-product-container .summary .variations_form .variations tbody tr td select {
	padding: 0.5rem;
	border: 1px solid #cadaf3;
	border-radius: 5px
}

.woocommerce .single-product-container .summary .variations_form .woocommerce-variation-add-to-cart {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper {
	margin-bottom: 3rem;
	border-bottom: 1px solid #ccc
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
	padding: 0
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .wc-tabs:before {
	border-bottom: 2px solid #06192a
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li {
	border: none;
	background-color: transparent;
	border-radius: 0;
	font-weight: 400
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li a {
	font-weight: 400
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:before,
.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:after {
	content: '';
	display: none
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li.active {
	border: none;
	background-color: transparent
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li.active a {
	color: #06192a;
	font-weight: 600
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:hover {
	color: #2a55e0
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:hover a {
	color: #2a55e0
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
	font-size: 2.25rem;
	font-weight: 800;
	text-transform: uppercase
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel #reviews.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text {
	border-radius: 0
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel #reviews.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .star-rating {
	float: right !important;
	display: block;
	position: relative;
	float: none;
	font-size: .857em;
	overflow: hidden;
	height: 1rem;
	line-height: 1rem;
	width: 5.1rem;
	font-family: 'star';
	color: #f4ba1b
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel #reviews.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .star-rating:before {
	content: "\73\73\73\73\73";
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	color: #a3cdf2
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel #reviews.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .star-rating span {
	width: 80%;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 1.5em
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel #reviews.woocommerce-Reviews #comments .commentlist .review .comment_container .comment-text .star-rating span:before {
	content: "\53\53\53\53\53";
	position: absolute;
	top: 0;
	left: 0;
	color: #f4ba1b
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel #reviews.woocommerce-Reviews #review_form_wrapper #review_form #commentform .comment-form-rating .stars span a {
	color: #f4ba1b
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel #reviews.woocommerce-Reviews #review_form_wrapper #review_form #commentform .form-submit .submit {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel #reviews.woocommerce-Reviews #review_form_wrapper #review_form #commentform .form-submit .submit:hover {
	background-color: #2a55e0;
	color: #fff
}

.woocommerce .single-product-container .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel #reviews.woocommerce-Reviews h2.woocommerce-Reviews-title {
	font-size: 1.85rem;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 1rem
}

.woocommerce .single-product-container .related h2 {
	font-size: 2.25rem;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2rem
}

.woocommerce .single-product-container .related .products {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap
}

.woocommerce .single-product-container .related .products .product {
	margin: 0;
	padding: 0 1.5rem 1.5rem 0;
	-webkit-box-flex: 0;
	flex: 0 0 33.3333%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-direction: column
}

.woocommerce .single-product-container .related .products .product a img {
	width: auto;
	margin: 0 auto 1em
}

.woocommerce .single-product-container .related .products .product .woo-image-wrap {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woocommerce .single-product-container .related .products .product .woo-image-wrap:hover .img-hover {
	background-color: rgba(6, 25, 42, 0.5)
}

.woocommerce .single-product-container .related .products .product .woo-image-wrap:hover .img-hover p {
	top: 0;
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.woocommerce .single-product-container .related .products .product .woo-image-wrap .img-hover {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woocommerce .single-product-container .related .products .product .woo-image-wrap .img-hover p {
	position: relative;
	top: 0.5rem;
	opacity: 0;
	font-weight: 700;
	font-size: 1.5rem;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woocommerce .single-product-container .related .products .product .woo-image-wrap .onsale {
	top: 1rem;
	padding: 0 1rem;
	background-color: #2a55e0;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 0;
	margin: 0
}

.woocommerce .single-product-container .related .products .product .woocommerce-loop-product__title {
	font-weight: 800;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #06192a
}

@media only screen and (max-width: 768px) {
	.woocommerce .single-product-container .related .products .product .woocommerce-loop-product__title {
		text-align: center
	}
}

.woocommerce .single-product-container .related .products .product .star-rating {
	display: block;
	position: relative;
	float: none;
	font-size: .857em;
	overflow: hidden;
	height: 1rem;
	line-height: 1rem;
	width: 5.1rem;
	font-family: 'star';
	color: #f4ba1b;
	margin: 0 auto .5rem
}

.woocommerce .single-product-container .related .products .product .star-rating:before {
	content: "\73\73\73\73\73";
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	color: #a3cdf2
}

.woocommerce .single-product-container .related .products .product .star-rating span {
	width: 80%;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 1.5em
}

.woocommerce .single-product-container .related .products .product .star-rating span:before {
	content: "\53\53\53\53\53";
	position: absolute;
	top: 0;
	left: 0;
	color: #f4ba1b
}

.woocommerce .single-product-container .related .products .product .price {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.woocommerce .single-product-container .related .products .product .price .woocommerce-Price-amount.amount {
	color: #06192a
}

.woocommerce .single-product-container .related .products .product .price del {
	color: #06192a
}

.woocommerce .single-product-container .related .products .product .price ins {
	color: #f4ba1b
}

.woocommerce .single-product-container .related .products .product .price ins .woocommerce-Price-amount.amount {
	color: #f4ba1b;
	font-weight: 600
}

.woocommerce .single-product-container .related .products .product .button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woocommerce .single-product-container .related .products .product .button:hover {
	background-color: #2a55e0;
	color: #fff
}

.is-safari.woocommerce .single-product-container .related .products .product {
	-webkit-box-flex: 0;
	flex: 0 0 33.22%
}

.yellow-button {
	background: #f4ba1b;
	color: #06192a;
	text-align: center;
	padding: .75rem 2rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem;
	border: 0
}

.yellow-button:hover {
	background: #2a55e0;
	color: #fff
}

.yellow-button:hover span {
	color: #fff
}

.yellow-button:visited,
.yellow-button:active {
	color: #06192a
}

.woo-sidebar .widget {
	list-style: none;
	padding: 1.5rem 0;
	border-bottom: 1px solid #e6f1fb
}

.woo-sidebar .widget .widgettitle {
	font-size: 1.333rem;
	color: #06192a;
	font-weight: 700;
	margin-bottom: 1rem
}

@media only screen and (max-width: 768px) {
	.woo-sidebar .widget .widgettitle {
		font-size: 1.5rem
	}
}

.woo-sidebar .widget:last-of-type {
	border: none
}

.woo-sidebar .widget_product_categories {
	list-style: none;
	padding: 1rem 0
}

.woo-sidebar .widget_product_categories ul {
	list-style: none;
	padding: 0
}

.woo-sidebar .widget_product_categories ul li {
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.woo-sidebar .widget_product_categories ul li a {
	display: inline-block;
	font-size: 1.333rem;
	font-weight: 500;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #06192a;
	position: relative;
	padding: 0.5rem 0;
	margin-left: 2rem;
	position: relative
}

.woo-sidebar .widget_product_categories ul li a:hover {
	color: #2a55e0
}

.woo-sidebar .woocommerce-product-search {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	width: 100%;
	border: 1px solid #06192a;
	border-radius: 2rem;
	overflow: hidden
}

@media only screen and (max-width: 576px) {
	.woo-sidebar .woocommerce-product-search {
		display: none
	}
}

.woo-sidebar .woocommerce-product-search input {
	background-color: transparent;
	border: none;
	padding: 0.6rem 1rem;
	color: #06192a;
	width: calc(100% - 2.5rem);
	font-size: 1.167rem
}

.woo-sidebar .woocommerce-product-search input::-webkit-input-placeholder {
	color: #06192a;
	font-size: 1.167rem
}

.woo-sidebar .woocommerce-product-search input::-moz-placeholder {
	color: #06192a;
	font-size: 1.167rem
}

.woo-sidebar .woocommerce-product-search input:-ms-input-placeholder {
	color: #06192a;
	font-size: 1.167rem
}

.woo-sidebar .woocommerce-product-search input::-ms-input-placeholder {
	color: #06192a;
	font-size: 1.167rem
}

.woo-sidebar .woocommerce-product-search input::placeholder {
	color: #06192a;
	font-size: 1.167rem
}

.woo-sidebar .woocommerce-product-search input:focus {
	outline: none
}

.woo-sidebar .woocommerce-product-search button {
	border: none;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0.5rem 0.7rem;
	width: 3rem
}

.woo-sidebar .woocommerce-product-search button:hover {
	cursor: pointer
}

.woo-sidebar .woocommerce-product-search button:hover svg {
	color: #f4ba1b
}

.woo-sidebar .woocommerce-product-search button svg {
	color: #06192a;
	font-size: 1.1rem;
	position: relative;
	left: 0rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woo-sidebar .widget_price_filter form .price_slider_wrapper .price_slider {
	background-color: #a17808
}

.woo-sidebar .widget_price_filter form .price_slider_wrapper .price_slider .ui-slider-range {
	background-color: #f4ba1b
}

.woo-sidebar .widget_price_filter form .price_slider_wrapper .price_slider .ui-slider-handle {
	background-color: #f4ba1b
}

.woo-sidebar .widget_price_filter form .price_slider_wrapper .price_slider_amount {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.woo-sidebar .widget_price_filter form .price_slider_wrapper .price_slider_amount .button {
	padding: 1rem 2.5rem;
	background-color: #f4ba1b;
	color: #06192a;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.167rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0.8rem 2rem
}

.woo-sidebar .widget_price_filter form .price_slider_wrapper .price_slider_amount .button:hover {
	background-color: #2a55e0;
	color: #fff
}

.woo-sidebar .widget_recently_viewed_products .product_list_widget a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	width: 100%;
	flex-direction: row;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0.5rem
}

.woo-sidebar .widget_recently_viewed_products .product_list_widget a:hover {
	box-shadow: 1px 1px 5px rgba(6, 25, 42, 0.1)
}

.woo-sidebar .widget_recently_viewed_products .product_list_widget a img {
	height: 4rem;
	width: 4rem;
	margin-right: 1rem
}

.woo-sidebar .widget_recently_viewed_products .product_list_widget a .product-meta-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-direction: column;
	color: #06192a
}

.woo-sidebar .widget_recently_viewed_products .product_list_widget a .product-meta-wrapper:hover {
	color: #2a55e0
}

.woo-sidebar .widget_recently_viewed_products .product_list_widget a .product-meta-wrapper .price-wrapper span {
	font-weight: 400
}

.woo-sidebar .widget_recently_viewed_products .product_list_widget a .product-meta-wrapper .price-wrapper ins {
	color: #f4ba1b
}

.woo-sidebar .widget_recently_viewed_products .product_list_widget a .product-meta-wrapper .price-wrapper ins span {
	color: #f4ba1b;
	font-weight: 600
}

.woo-sidebar .widget_rating_filter a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.woo-sidebar .widget_rating_filter a .star-rating {
	display: block;
	position: relative;
	float: none;
	font-size: .857em;
	overflow: hidden;
	height: 1rem;
	line-height: 1rem;
	width: 5.1rem;
	font-family: 'star';
	color: #f4ba1b
}

.woo-sidebar .widget_rating_filter a .star-rating:before {
	content: "\73\73\73\73\73";
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	color: #a3cdf2
}

.woo-sidebar .widget_rating_filter a .star-rating span {
	width: 80%;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 1.5em
}

.woo-sidebar .widget_rating_filter a .star-rating span:before {
	content: "\53\53\53\53\53";
	position: absolute;
	top: 0;
	left: 0;
	color: #f4ba1b
}

.woo-sidebar .widget_product_tag_cloud .tagcloud {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.woo-sidebar .widget_product_tag_cloud .tagcloud .tag-cloud-link {
	padding: 0.5rem 1rem;
	background-color: #f4ba1b;
	border-radius: 5px;
	color: #06192a;
	margin-right: 0.5rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.woo-sidebar .widget_product_tag_cloud .tagcloud .tag-cloud-link:hover {
	background-color: #2a55e0;
	color: #fff
}

.footer {
	margin-bottom: -1px;
	overflow: hidden;
	display: -webkit-box;
	display: flex
}

.footer>section {
	position: relative
}

@media only screen and (max-width: 768px) {
	.footer {
		flex-wrap: wrap
	}
}

.footer .footer-internal {
	width: 100%;
	z-index: 1
}

.footer .footer-left {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background: #06192a;
	-webkit-box-flex: 0;
	flex: 0 0 72%;
	max-width: 72%
}

@media only screen and (max-width: 1440px) {
	.footer .footer-left {
		-webkit-box-flex: 0;
		flex: 0 0 80%;
		max-width: 80%
	}
}

@media only screen and (max-width: 1199px) {
	.footer .footer-left {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
}

@media only screen and (max-width: 1024px) {
	.footer .footer-left {
		-webkit-box-flex: 0;
		flex: 0 0 70%;
		max-width: 70%
	}
}

@media only screen and (max-width: 768px) {
	.footer .footer-left {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		order: 2
	}
}

.footer .footer-left .footer-internal {
	padding: 3.5rem 9.9rem 2.65rem 8.6rem;
	color: #2a55e0
}

@media only screen and (max-width: 1440px) {
	.footer .footer-left .footer-internal {
		padding: 3.5rem 9.9rem 2.65rem 2.6rem
	}
}

@media only screen and (max-width: 1199px) {
	.footer .footer-left .footer-internal {
		padding: 3.5rem 3rem
	}
}

.footer .footer-left .footer-navs {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	width: 100%;
	margin-bottom: 0.9rem
}

@media only screen and (max-width: 576px) {
	.footer .footer-left .footer-navs {
		flex-wrap: wrap
	}
}

.footer .footer-left .footer-navs .footer-nav-heading {
	margin-bottom: .9rem;
	padding-bottom: 0.4rem;
	color: #2a55e0;
	border-bottom: 4px solid #2a55e0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.125rem
}

@media only screen and (max-width: 1440px) {
	.footer .footer-left .footer-navs .footer-nav-heading {
		font-size: 1.167rem
	}
}

.footer .footer-left .footer-navs .footer-nav-1 {
	-webkit-box-flex: 0;
	flex: 0 0 20.3%
}

@media only screen and (max-width: 1024px) {
	.footer .footer-left .footer-navs .footer-nav-1 {
		-webkit-box-flex: 0;
		flex: 0 0 30%
	}
}

@media only screen and (max-width: 576px) {
	.footer .footer-left .footer-navs .footer-nav-1 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		text-align: center;
		margin-bottom: 2rem
	}
}

.footer .footer-left .footer-navs .footer-nav-2 {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 100%;
	padding-left: 5rem
}

.footer .footer-left .footer-navs .footer-nav-2 .menu {
	max-width: 97%;
	-webkit-columns: 3 auto;
	-moz-columns: 3 auto;
	columns: 3 auto;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0
}

@media only screen and (max-width: 1024px) {
	.footer .footer-left .footer-navs .footer-nav-2 {
		-webkit-box-flex: 0;
		flex: 0 0 70%;
		max-width: 70%;
		padding-left: 3rem
	}
	.footer .footer-left .footer-navs .footer-nav-2 .menu {
		-webkit-columns: 2 auto;
		-moz-columns: 2 auto;
		columns: 2 auto
	}
}

@media only screen and (max-width: 576px) {
	.footer .footer-left .footer-navs .footer-nav-2 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		text-align: center;
		padding-left: 0
	}
	.footer .footer-left .footer-navs .footer-nav-2 .menu {
		-webkit-columns: 1 auto;
		-moz-columns: 1 auto;
		columns: 1 auto
	}
}

.footer .footer-left .footer-navs .menu {
	padding: 0;
	margin: 0;
	list-style: none
}

.footer .footer-left .footer-navs .menu .menu-item {
	margin-bottom: 0.6rem;
	line-height: 1.4
}

.footer .footer-left .footer-navs .menu .menu-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700
}

.footer .footer-left .footer-navs .menu .menu-item a:hover {
	border-bottom: 1px solid #fff
}

.footer .footer-left .footer-navs .menu .menu-item-has-children {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.footer .footer-left .footer-navs .menu .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto
}

.footer .footer-left .footer-navs .menu .menu-item-has-children .sub-menu {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	padding: 0
}

.footer .footer-left .footer-navs .menu .menu-item-has-children .sub-menu .menu-item {
	margin: 0;
	list-style: none;
	white-space: nowrap
}

.footer .footer-left .footer-navs .menu .menu-item-has-children .sub-menu .menu-item a {
	padding: 0.25rem
}

.footer .footer-left .footer-text {
	font-size: .875rem;
	line-height: 1.25
}

@media only screen and (max-width: 1440px) {
	.footer .footer-left .footer-text {
		font-size: 1.167rem;
		line-height: 1.5rem
	}
}

@media only screen and (max-width: 576px) {
	.footer .footer-left .footer-text {
		text-align: center
	}
}

.footer .footer-left .footer-text a {
	color: #f4ba1b
}

@media only screen and (max-width: 1440px) {
	.footer .footer-left .footer-text a {
		font-size: 1.167rem;
		line-height: 1.5rem
	}
}

.footer .footer-middle {
	position: relative;
	z-index: 9;
	-webkit-box-flex: 0;
	flex: 0
}

@media only screen and (max-width: 1199px) {
	.footer .footer-middle {
		display: none
	}
}

.footer .footer-middle:before {
	z-index: -1;
	content: " ";
	position: absolute;
	top: 0;
	left: 5rem;
	width: 60rem;
	height: 100%;
	background: #2a55e0;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: skew(32.5deg, 0deg);
	transform: skew(32.5deg, 0deg)
}

.footer .footer-middle:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 5.8rem;
	height: 100%;
	background: #06192a;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: skew(32.5deg, 0deg);
	transform: skew(32.5deg, 0deg);
	z-index: -1;
	border-right: 30px solid #f4ba1b
}

.footer .footer-right {
	z-index: 9;
	-webkit-box-flex: 0;
	flex: 0 0 28%;
	text-align: center;
	position: relative
}

@media only screen and (max-width: 1440px) {
	.footer .footer-right {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media only screen and (max-width: 1199px) {
	.footer .footer-right {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
		background: #2a55e0;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}

@media only screen and (max-width: 1024px) {
	.footer .footer-right {
		-webkit-box-flex: 0;
		flex: 0 0 30%;
		max-width: 30%
	}
}

@media only screen and (max-width: 768px) {
	.footer .footer-right {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}

.footer .footer-right .footer-internal {
	position: absolute;
	top: 1.7rem;
	width: 100%;
	padding-top: 2rem;
	top: 50%;
	left: .3vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width: 1440px) {
	.footer .footer-right .footer-internal {
		left: -1vw;
		top: 0;
		-webkit-transform: none;
		transform: none;
		padding-top: 5.3rem
	}
}

@media only screen and (max-width: 1199px) {
	.footer .footer-right .footer-internal {
		padding-top: 0;
		padding: 2.5rem;
		left: 0;
		position: static
	}
}

@media only screen and (max-width: 768px) {
	.footer .footer-right .footer-internal {
		padding: 3.5rem 2.5rem 2.5rem
	}
}

.footer .footer-logo {
	padding-bottom: 1rem
}

.footer .footer-logo .logo {
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-transition: .2s;
	transition: .2s;
	height: 8.6rem
}

@media only screen and (max-width: 1440px) {
	.footer .footer-logo .logo {
		height: 6.6rem
	}
}

.footer .footer-address {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.2;
	color: #fff
}

.footer .footer-address p {
	margin-bottom: .125rem
}

@media only screen and (max-width: 1440px) {
	.footer .footer-address {
		font-size: 1.167rem
	}
}

.footer .footer-contact-link a {
	font-weight: 700;
	color: #06192a;
	font-size: 1.75rem;
	text-transform: uppercase
}

.footer .jlb {
	color: white;
	background: #06192a;
	font-weight: 300
}

.footer .jlb p {
	font-size: 1.167rem;
	padding-top: .5rem;
	margin-bottom: 0;
	text-align: left
}

@media only screen and (max-width: 1440px) {
	.footer .jlb p {
		font-size: 1.167rem
	}
}

@media only screen and (max-width: 768px) {
	.footer .jlb p {
		text-align: center
	}
}

.footer .jlb a {
	color: white;
	font-size: 1.167rem
}

.is-trident .footer .footer-left .footer-navs .footer-nav-2 {
	-webkit-box-flex: 0;
	flex: 0 0 70%;
	max-width: 70%
}

@media only screen and (max-width: 768px) {
	.is-trident .footer .footer-left .footer-navs .footer-nav-2 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%
	}
}

header.header-main {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	z-index: 999
}

/* @media only screen and (min-width: 1200px) {
	header.header-main {
		position: fixed
	}
} */

header.header-main .header {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding: 0rem 0rem 1rem 4.3rem
}

@media only screen and (max-width: 1439px) {
	header.header-main .header {
		padding: 0rem 0rem 1rem 0
	}
}

header.header-main .header .header-content {
	width: 28%;
	-webkit-transition: .2s;
	transition: .2s
}

@media only screen and (max-width: 1199px) {
	header.header-main .header .header-content {
		width: auto
	}
}

@media only screen and (max-width: 576px) {
	header.header-main .header .header-content {
		width: auto
	}
}

header.header-main .header .header-content .logo-container {
	height: 100%;
	width: 100%
}

header.header-main .header .header-content .logo-container .logo-bg {
	background-color: rgba(6, 25, 42, 0.8);
	-webkit-transition: .2s;
	transition: .2s;
	padding: 0.9rem 4rem 0.7rem 4.3rem
}

@media only screen and (max-width: 1200px) {
	header.header-main .header .header-content .logo-container .logo-bg {
		padding: 0rem 4rem 0rem 4.3rem
	}
}

@media only screen and (max-width: 1199px) {
	header.header-main .header .header-content .logo-container .logo-bg {
		padding: 1rem 4.2vw
	}
}

@media only screen and (max-width: 768px) {
	header.header-main .header .header-content .logo-container .logo-bg {
		padding: 2rem 3rem
	}
}

@media only screen and (max-width: 576px) {
	header.header-main .header .header-content .logo-container .logo-bg {
		padding: 1.7rem 2rem
	}
}

header.header-main .header .header-content .logo-container .logo {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: .2s;
	transition: .2s;
	height: 12.2rem;
	-webkit-transform: scale(1);
	transform: scale(1)
}

@media only screen and (max-width: 1199px) {
	header.header-main .header .header-content .logo-container .logo {
		height: 9.2rem;
		width: 15rem
	}
}

@media only screen and (max-width: 768px) {
	header.header-main .header .header-content .logo-container .logo {
		height: 6rem;
		width: 16rem
	}
}

@media only screen and (max-width: 576px) {
	header.header-main .header .header-content .logo-container .logo {
		height: 5rem;
		width: 13rem
	}
}

header.header-main .header .header-nav-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 80%
}

header.header-main .header .header-nav-container>div {
	width: 100%
}

header.header-main .header .header-nav-container .header-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding-bottom: .45rem;
	z-index: 1
}

@media only screen and (max-width: 1199px) {
	header.header-main .header .header-nav-container .header-top {
		padding-bottom: 0
	}
}

@media only screen and (max-width: 767px) {
	header.header-main .header .header-nav-container .header-top {
		display: none
	}
}

header.header-main .header .header-nav-container .header-top .header-nav.header-nav-search .menu .menu-item {
	border-right: 0
}

header.header-main .header .header-nav-container .header-top .header-nav.header-nav-search .menu .menu-item a {
	padding: 0.65rem 3.25rem 0.7rem 2.25rem
}

@media only screen and (max-width: 1440px) {
	header.header-main .header .header-nav-container .header-top .header-nav.header-nav-search .menu .menu-item a {
		padding: 0.55rem 1.9rem 0.6rem .9rem
	}
}

header.header-main .header .header-nav-container .header-top .header-nav {
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

header.header-main .header .header-nav-container .header-top .header-nav:before {
	content: "";
	display: block;
	background-color: rgba(51, 51, 51, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

@media only screen and (max-width: 1199px) {
	header.header-main .header .header-nav-container .header-top .header-nav {
		display: none
	}
}

header.header-main .header .header-nav-container .header-top .header-nav:before {
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0
}

header.header-main .header .header-nav-container .header-top .header-nav .menu .menu-item {
	border-right: 3px solid;
	border-color: #06192a
}

header.header-main .header .header-nav-container .header-top .header-nav .menu .menu-item a {
	min-width: 10.75rem;
	padding: 0.65rem 2.25rem 0.7rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.025rem;
	font-weight: 700;
	text-align: center
}

header.header-main .header .header-nav-container .header-top .header-nav .menu .menu-item a span {
	padding-right: .5rem
}

@media only screen and (max-width: 1440px) {
	header.header-main .header .header-nav-container .header-top .header-nav .menu .menu-item a {
		font-size: 1.167rem;
		padding: 0.55rem 0.9rem 0.6rem
	}
}

header.header-main .header .header-nav-container .header-top .header-nav .menu .menu-item:hover a {
	background: #06192a;
	border: 0;
	color: #fff
}

header.header-main .header .header-nav-container .header-top .header-nav .menu .menu-item .sub-menu {
	background: #06192a;
	border: 0;
	color: #fff;
	right: -3px;
	position: absolute;
	bottom: 0
}

header.header-main .header .header-nav-container .header-top .header-nav .menu .menu-item .sub-menu li {
	border-right: 0
}

header.header-main .header .header-nav-container .header-top .header-nav .menu .menu-item .sub-menu li a {
	padding: .75rem 1rem;
	width: 100%;
	font-size: 1.167rem
}

header.header-main .header .header-nav-container .header-top .header-nav .menu .menu-item .sub-menu li a:hover {
	background: #0c3457
}

header.header-main .header .header-nav-container .header-top .header-top-cta {
	display: -webkit-box;
	display: flex
}

header.header-main .header .header-nav-container .header-top .header-top-cta>div {
	position: relative
}

header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-left {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding-left: .5rem
}

header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-left:before {
	z-index: 1;
	content: " ";
	position: absolute;
	top: 0;
	right: -1px;
	width: 100%;
	height: 100%;
	background: #f4ba1b;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg)
}

@media only screen and (max-width: 1200px) {
	header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-left {
		padding-left: 0
	}
}

header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-left .header-cta-text {
	padding: 0 3.5rem 0 1rem;
	font-size: 1.2rem;
	z-index: 1
}

header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-left .header-cta-text .text-bold {
	font-weight: 700
}

@media only screen and (max-width: 1440px) {
	header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-left .header-cta-text {
		font-size: 1.167rem
	}
}

header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-right {
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: uppercase
}

@media only screen and (max-width: 1440px) {
	header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-right {
		font-size: 1.167rem
	}
}

header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-right .header-cta-button {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-right .header-cta-button a {
	padding: 0.65rem 2.2rem 0.55rem 1.5rem;
	color: #fff;
	letter-spacing: 0.15rem;
	background: #06192a;
	-webkit-transition: .2s;
	transition: .2s
}

header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-right .header-cta-button a:before {
	z-index: -1;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #06192a;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg)
}

header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-right .header-cta-button a:hover {
	color: #f4ba1b
}

header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-right .header-cta-button a .cta-icon {
	padding-left: .5rem
}

header.header-main .header .header-nav-container .header-top .header-top-cta .header-cta-right .header-cta-button a .svg-inline--fa {
	color: #f4ba1b
}

@media only screen and (max-width: 1199px) {
	header.header-main .header .header-nav-container .header-bottom {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: end;
		justify-content: flex-end;
		padding: 2rem
	}
}

header.header-main .header .header-nav-container .header-bottom .header-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

@media only screen and (max-width: 1199px) {
	header.header-main .header .header-nav-container .header-bottom .header-nav {
		display: none
	}
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu-header-menu-container {
	background: #fff
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu-header-menu-container>.menu>.menu-item>a {
	position: relative;
	padding: 0.85rem 1.8rem;
	border-top: 3px solid transparent;
	-webkit-transition: .2s;
	transition: .2s;
	color: #06192a;
	background: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
	white-space: nowrap
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu-header-menu-container>.menu>.menu-item>a:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 6px solid #06192a;
	border-left: 6px solid transparent;
	border-top: 6px solid transparent
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu-header-menu-container>.menu>.menu-item>a:hover {
	border-color: #06192a
}

@media only screen and (max-width: 1440px) {
	header.header-main .header .header-nav-container .header-bottom .header-nav .menu-header-menu-container>.menu>.menu-item>a {
		font-size: 1.167rem
	}
}

@media only screen and (max-width: 1199px) {
	header.header-main .header .header-nav-container .header-bottom .header-nav .menu-header-menu-container>.menu>.menu-item>a {
		padding: 1.55rem 1.2rem;
		line-height: 0
	}
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu-header-menu-container>.menu>.menu-item.current-menu-item a {
	border-color: #06192a
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu-header-menu-container>.menu>.menu-item:last-of-type a {
	padding-right: 2.5rem
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu .menu-item-has-children {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu .menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	pointer-events: auto
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu .menu-item-has-children .sub-menu {
	right: 0;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	padding: 0
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu .menu-item-has-children .sub-menu .menu-item {
	margin: 0;
	list-style: none;
	display: block;
	width: 18rem;
	white-space: normal;
	border-bottom: 1px solid #eaaf0b
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu .menu-item-has-children .sub-menu .menu-item:last-of-type {
	border-bottom: 0
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu .menu-item-has-children .sub-menu .menu-item a {
	padding: 5px 24px;
	display: block;
	background: #f4ba1b;
	color: #06192a;
	font-size: 1.167rem;
	font-weight: 400;
	line-height: 1.3;
	-webkit-transition: .2s;
	transition: .2s
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu .menu-item-has-children .sub-menu .menu-item a:hover {
	background: #d29c0a
}

@media only screen and (max-width: 1440px) {
	header.header-main .header .header-nav-container .header-bottom .header-nav .menu .menu-item-has-children .sub-menu .menu-item a {
		font-size: 1.167rem
	}
}

header.header-main .header .header-nav-container .header-bottom .header-nav .menu .menu-item-has-children .sub-menu .sub-menu {
	right: 100%;
	top: 0;
	-webkit-transform: none;
	transform: none;
	bottom: auto
}

header.header-main .header .header-nav .menu {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding: 0;
	margin: 0;
	list-style: none
}

header.header-main .header .header-nav .menu .menu-item a {
	display: inline-block
}

header.header-main .header .header-nav .menu .menu-item-has-children {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

header.header-main .header .header-nav .menu .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto
}

header.header-main .header .header-nav .menu .menu-item-has-children .sub-menu {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	padding: 0
}

header.header-main .header .header-nav .menu .menu-item-has-children .sub-menu .menu-item {
	margin: 0;
	list-style: none;
	white-space: nowrap
}

header.header-main .header .header-nav .menu .menu-item-has-children .sub-menu .menu-item a {
	padding: 0.25rem
}

@media only screen and (min-width: 1199px) {
	header.header-main.active .header .header-content {
		opacity: 1;
		width: 15%;
		-webkit-transition: .2s;
		transition: .2s
	}
	header.header-main.active .header .header-content .logo-container .logo-bg {
		padding: 0.9rem 2rem 0.7rem 2rem
	}
	header.header-main.active .header .header-content .logo-container .logo {
		height: 6.2rem;
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}
	header.header-main.active .header .header-nav-container .header-top .header-nav {
		width: auto;
		position: relative;
		z-index: 0
	}
	header.header-main.active .header .header-nav-container .header-top .header-nav:before {
		content: "";
		display: block;
		background-color: rgba(6, 25, 42, 0.45);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1
	}
	header.header-main.active .header .header-nav-container .header-top .header-nav:before {
		opacity: 1
	}
}

@media only screen and (min-width: 1199px) and (max-width: 1440px) {
	header.header-main.active .header .header-nav-container .header-top .header-nav .menu li:first-of-type {
		border-left: 0
	}
}

@media only screen and (min-width: 1199px) {
	header.header-main.active .header .header-nav-container .header-bottom .header-nav .menu {
		border: 1px solid rgba(6, 25, 42, 0.65);
		border-right: 0
	}
	header.header-main.active .header .header-nav-container .header-bottom .header-nav .menu .menu-item-has-children>.sub-menu {
		bottom: -1px
	}
	header.header-main.active .header .header-nav-container .header-bottom .header-nav .menu .menu-item-has-children>.sub-menu:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 100%;
		opacity: 0;
		height: 1px;
		width: 100%
	}
}

.mobile-button {
	display: none;
	z-index: 2
}

@media only screen and (max-width: 1199px) {
	.mobile-button {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		padding: 1.5rem;
		background: #06192a;
		-webkit-transition: .2s;
		transition: .2s
	}
}

@media only screen and (max-width: 576px) {
	.mobile-button {
		padding: 1.4rem
	}
}

.overlay-active .mobile-button {
	background: transparent
}

.overlay-active header.header-main .header .header-nav-container .header-top {
	z-index: 0
}

.mobile-menu {
	display: none;
	opacity: 0;
	position: fixed;
	padding: 2rem 2rem 2rem;
	padding-top: 5rem;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background: rgba(6, 25, 42, 0.85);
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

@media only screen and (min-width: 1200px) {
	.mobile-menu {
		padding-top: 15vw
	}
}

@media only screen and (min-width: 1024px) {
	.mobile-menu {
		padding-top: 7.5vw
	}
}

.mobile-menu .menu-container {
	position: relative;
	padding-bottom: 2rem
}

.mobile-menu .menu-container.mobile-menu-top {
	padding-bottom: 0
}

.mobile-menu .menu {
	display: block;
	padding: 0;
	margin-bottom: 0;
	list-style: none
}

.mobile-menu .menu .menu-item {
	padding: 0.25rem 1rem;
	margin-bottom: 1rem
}

.mobile-menu .menu .menu-item a {
	font-size: 1.75rem;
	text-transform: uppercase;
	font-weight: 300;
	color: #f4ba1b
}

@media only screen and (max-width: 576px) {
	.mobile-menu .menu .menu-item a {
		font-size: 1.5rem
	}
}

.mobile-menu .menu .menu-item .fas {
	display: none
}

.mobile-menu .menu .menu-item .sub-menu {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	-webkit-box-ordinal-group: 4;
	order: 3;
	list-style: none;
	padding-top: 1rem
}

.mobile-menu .menu .menu-item .sub-menu .menu-item {
	padding: 0
}

.mobile-menu .menu .menu-item .sub-menu .menu-item a {
	color: #f4ba1b;
	font-size: 1.167rem;
	text-align: center
}

.mobile-menu .menu .menu-item-has-children {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center
}

.mobile-menu .menu .menu-item-has-children a {
	color: #f4ba1b;
	-webkit-box-ordinal-group: 2;
	order: 1
}

.mobile-menu .menu .menu-item-has-children .jlb-nav-toggle {
	-webkit-box-ordinal-group: 3;
	order: 2
}

.mobile-menu .mobile-menu-bottom {
	overflow: visible;
	padding-bottom: 0
}

.mobile-menu .form-container {
	position: relative;
	padding: 1rem 0 0;
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.mobile-menu .form-container input {
	width: 100%;
	background-color: transparent;
	border: none;
	padding: 1rem 0;
	font-size: 1.5rem;
	font-weight: 300;
	color: #fff
}

.mobile-menu .form-container input:focus {
	outline: none
}

.mobile-menu .form-container input::-webkit-input-placeholder {
	color: #fff
}

.mobile-menu .form-container input::-moz-placeholder {
	color: #fff
}

.mobile-menu .form-container input:-ms-input-placeholder {
	color: #fff
}

.mobile-menu .form-container input::-ms-input-placeholder {
	color: #fff
}

.mobile-menu .form-container input::placeholder {
	color: #fff
}

.mobile-menu .form-container button {
	background-color: transparent;
	border: none;
	padding: 1.2rem;
	color: #fff
}

.mobile-menu .form-container button i {
	color: #fff;
	font-size: 1.5rem
}

.mobile-menu .header-top-cta {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-top: 3rem;
	padding-bottom: 15rem;
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: uppercase
}

.mobile-menu .header-top-cta .header-cta-left {
	color: #fff
}

.mobile-menu .header-top-cta .header-cta-left .header-cta-text {
	padding: 0;
	text-align: center;
	font-size: 1.2rem;
	z-index: 1
}

.mobile-menu .header-top-cta .header-cta-left .header-cta-text .text-bold {
	font-weight: 700
}

@media only screen and (max-width: 1440px) {
	.mobile-menu .header-top-cta .header-cta-left .header-cta-text {
		font-size: 1.167rem
	}
}

@media only screen and (max-width: 1440px) {
	.mobile-menu .header-top-cta {
		font-size: 1.167rem
	}
}

.mobile-menu .header-top-cta .header-cta-button {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.mobile-menu .header-top-cta .header-cta-button a {
	padding: 0.65rem 2.2rem 0.55rem 1.5rem;
	color: #f4ba1b;
	letter-spacing: 0.15rem;
	font-size: 2rem;
	background: transparent;
	-webkit-transition: .2s;
	transition: .2s
}

@media only screen and (max-width: 576px) {
	.mobile-menu .header-top-cta .header-cta-button a {
		font-size: 1.75rem
	}
}

.mobile-menu .header-top-cta .header-cta-button a:hover {
	color: #fff
}

.mobile-menu .header-top-cta .header-cta-button a .cta-icon {
	padding-left: .5rem
}

.mobile-menu .header-top-cta .header-cta-button a .svg-inline--fa {
	color: #f4ba1b
}

.mobile-menu.active {
	opacity: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.mobile-menu .menu-item-has-children {
	position: relative;
	padding: .5rem;
	text-align: center
}

.mobile-menu .menu-item-has-children ul {
	display: none;
	-webkit-padding-start: 0;
	padding-inline-start: 0
}

.mobile-menu .menu-item-has-children span.jlb-nav-toggle {
	color: #f4ba1b;
	width: 2rem;
	height: 2rem;
	top: .25rem;
	right: 0;
	padding-left: .5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.mobile-menu .menu-item-has-children span.jlb-nav-toggle svg {
	-webkit-transition: .5s;
	transition: .5s
}

.mobile-menu .menu-item-has-children.toggled>ul {
	display: block
}

.mobile-menu .menu-item-has-children.toggled>span.jlb-nav-toggle svg {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.mobile-menu .menu-item {
	opacity: 0
}

.mobile-menu.active .menu-item {
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s
}

.mobileScroll {
	overflow: hidden
}

.mobileScroll header {
	position: fixed
}

.mobile-overlay {
	position: fixed;
	z-index: 40;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(17, 17, 17, 0.85);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .2s;
	transition: .2s
}

body.overlay-active {
	overflow-y: hidden
}

body.overlay-active .mobile-overlay {
	opacity: 1;
	pointer-events: auto
}

.bar.active {
	background-color: #f4ba1b !important
}

.bar {
	background-color: #f4ba1b;
	height: 4px;
	width: 2rem;
	margin-bottom: 5px;
	-webkit-transition: 0.25s;
	transition: 0.25s
}

.bar:last-child {
	margin-bottom: 0
}

.bar1.change {
	-webkit-animation: 0.25s changeOne forwards;
	animation: 0.25s changeOne forwards
}

.bar1.back {
	-webkit-animation: 0.25s backOne forwards;
	animation: 0.25s backOne forwards
}

.bar2.change {
	opacity: 0
}

.bar3.change {
	-webkit-animation: 0.25s changeThree forwards;
	animation: 0.25s changeThree forwards
}

.bar3.back {
	-webkit-animation: 0.25s backThree forwards;
	animation: 0.25s backThree forwards
}

@-webkit-keyframes changeOne {
	0% {
		-webkit-transform: none;
		transform: none
	}
	50% {
		-webkit-transform: translateY(9px);
		transform: translateY(9px)
	}
	100% {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg)
	}
}

@keyframes changeOne {
	0% {
		-webkit-transform: none;
		transform: none
	}
	50% {
		-webkit-transform: translateY(9px);
		transform: translateY(9px)
	}
	100% {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg)
	}
}

@-webkit-keyframes backOne {
	0% {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg)
	}
	50% {
		-webkit-transform: translateY(9px) rotate(0);
		transform: translateY(9px) rotate(0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes backOne {
	0% {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg)
	}
	50% {
		-webkit-transform: translateY(9px) rotate(0);
		transform: translateY(9px) rotate(0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes changeThree {
	0% {
		-webkit-transform: none;
		transform: none
	}
	50% {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px)
	}
	100% {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg)
	}
}

@keyframes changeThree {
	0% {
		-webkit-transform: none;
		transform: none
	}
	50% {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px)
	}
	100% {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg)
	}
}

@-webkit-keyframes backThree {
	0% {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg)
	}
	50% {
		-webkit-transform: translateY(-9px) rotate(0);
		transform: translateY(-9px) rotate(0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes backThree {
	0% {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg)
	}
	50% {
		-webkit-transform: translateY(-9px) rotate(0);
		transform: translateY(-9px) rotate(0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.menu-header-menu-container li a:focus+ul.sub-menu {
	opacity: 1 !important
}

.menu-header-menu-container li:focus-within>ul.sub-menu,
.menu-header-menu-container li ul.sub-menu:focus-within,
.menu-header-menu-container li ul.sub-menu>li.menu-item-has-children:focus ul.sub-menu {
	opacity: 1 !important
}

ul.sub-menu:focus {
	opacity: 1 !important
}

.is-edge .menu-header-menu-container li>.sub-menu.js-showElement,
.is-trident .menu-header-menu-container li>.sub-menu.js-showElement {
	opacity: 1 !important
}

.is-edge .menu-header-menu-container .sub-menu.js-showElement li>.sub-menu.js-showElement,
.is-trident .menu-header-menu-container .sub-menu.js-showElement li .sub-menu.js-showElement {
	opacity: 1 !important
}

.home .hero {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: end;
	justify-content: flex-end;
	min-height: 50.8rem;
	height: 20vw;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	position: relative;
	z-index: 0
}

@media only screen and (max-width: 576px) {
	.home .hero {
		min-height: 41.4rem
	}
}

.home .hero:after {
	content: "";
	display: block;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(22%, rgba(42, 85, 224, 0.63)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to top, rgba(42, 85, 224, 0.63) 22%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	mix-blend-mode: hard-light
}

.home .hero:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.25);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.home .hero:before {
	z-index: 1
}

.home .hero.hero-slider-wrapper .hero-slider {
	position: absolute;
	z-index: -2
}

.home .hero.hero-slider-wrapper .hero-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 50.8rem;
	height: 20vw
}

.home .hero.hero-video {
	position: relative
}

.home .hero.hero-video .video-wrap {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.home .hero .hero-content {
	z-index: 3;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	align-items: flex-end;
	padding: 0 4rem 4.7rem 4rem;
	width: 100%
}

@media only screen and (max-width: 576px) {
	.home .hero .hero-content {
		padding: 1rem 2rem
	}
}

.home .hero .hero-content h1 {
	color: #fff;
	font-size: 6rem;
	line-height: 0.35;
	letter-spacing: 0.15rem;
	text-align: right;
	width: 100%;
	margin-bottom: 0
}

@media only screen and (max-width: 576px) {
	.home .hero .hero-content h1 {
		text-align: center
	}
}

.home .hero .hero-content h1 span.display-block {
	line-height: 1
}

.home .hero .hero-content h1 span.text-bold,
.home .hero .hero-content h1 span.bold-text {
	font-weight: 800
}

.home .hero .hero-content h1 span.text-regular {
	line-height: 1.2;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 0.23rem;
	margin-right: -0.85rem;
	display: inline-block
}

@media only screen and (max-width: 768px) {
	.home .hero .hero-content h1 span.text-regular {
		margin-right: 0
	}
}

.home .hero .hero-content h1 span.text-yellow {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.3rem
}

@media only screen and (max-width: 1200px) {
	.home .hero .hero-content h1 {
		font-size: 5rem
	}
	.home .hero .hero-content h1 span.text-regular {
		font-size: 2.5rem
	}
	.home .hero .hero-content h1 span.text-yellow {
		font-size: 2.5rem
	}
}

@media only screen and (max-width: 992px) {
	.home .hero .hero-content h1 {
		font-size: 4rem
	}
	.home .hero .hero-content h1 span.text-regular {
		font-size: 1.925rem
	}
	.home .hero .hero-content h1 span.text-yellow {
		font-size: 1.925rem
	}
}

@media only screen and (max-width: 576px) {
	.home .hero .hero-content h1 {
		font-size: 3.6rem;
		padding-bottom: 2rem
	}
	.home .hero .hero-content h1 span.text-regular {
		font-size: 1.725rem
	}
	.home .hero .hero-content h1 span.text-yellow {
		font-size: 1.725rem
	}
}

.home #home-announcement {
	background: #f4ba1b;
	padding-bottom: 1rem
}

.home #home-announcement .announcement-banner {
	background: #06192a;
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	width: 100%;
	margin: -15px 0 2rem -6.5vw;
	-webkit-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
	box-shadow: 21px 15px 0px #2a55e0
}

@media only screen and (max-width: 1024px) {
	.home #home-announcement .announcement-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}

@media only screen and (max-width: 992px) {
	.home #home-announcement .announcement-banner {
		margin: 0;
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
		box-shadow: none;
		border-bottom: 15px solid #2a55e0
	}
}

.home #home-announcement .announcement-banner>div {
	text-align: left;
	width: calc(95%)
}

@media only screen and (max-width: 992px) {
	.home #home-announcement .announcement-banner>div {
		width: 100%
	}
}

.home #home-announcement .announcement-banner>span,
.home #home-announcement .announcement-banner>div {
	-webkit-transform: skew(45deg, 0deg);
	transform: skew(45deg, 0deg)
}

@media only screen and (max-width: 992px) {
	.home #home-announcement .announcement-banner>span,
	.home #home-announcement .announcement-banner>div {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg)
	}
}

.home #home-announcement .announcement-banner .section-inner {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 0 3.4rem 0 5rem
}

@media only screen and (max-width: 992px) {
	.home #home-announcement .announcement-banner .section-inner {
		width: 100%;
		padding: 2rem 2rem
	}
}

.home #home-announcement .announcement-banner .section-inner .section-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}

@media only screen and (max-width: 992px) {
	.home #home-announcement .announcement-banner .section-inner .section-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
		text-align: center
	}
}

.home #home-announcement .announcement-banner .section-inner .banner-text {
	color: #fff;
	letter-spacing: .05rem;
	padding: 1.7rem 0;
	width: 100%
}

@media only screen and (max-width: 992px) {
	.home #home-announcement .announcement-banner .section-inner .banner-text {
		padding: 0 0 1rem 0
	}
}

@media only screen and (max-width: 576px) {
	.home #home-announcement .announcement-banner .section-inner .banner-text {
		text-align: center
	}
}

.home #home-announcement .announcement-banner .section-inner .banner-text p {
	margin-bottom: 0;
	font-weight: 300;
	font-size: 1.75rem
}

@media only screen and (max-width: 1200px) {
	.home #home-announcement .announcement-banner .section-inner .banner-text p {
		font-size: 1.333rem
	}
}

.home #home-announcement .announcement-banner .section-inner .banner-text span {
	color: #f4ba1b;
	font-weight: 700
}

.home #home-announcement .announcement-banner .section-inner .banner-link {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	width: 40rem;
	white-space: nowrap;
	padding-left: 1rem
}

@media only screen and (max-width: 992px) {
	.home #home-announcement .announcement-banner .section-inner .banner-link {
		width: auto;
		padding-left: 0;
		white-space: normal
	}
}

.home #home-announcement .announcement-banner .section-inner .banner-link a {
	font-size: 1.75rem;
	color: #f4ba1b;
	-webkit-transition: .2s;
	transition: .2s;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start
}

@media only screen and (max-width: 1200px) {
	.home #home-announcement .announcement-banner .section-inner .banner-link a {
		font-size: 1.333rem
	}
}

.home #home-announcement .announcement-banner .section-inner .banner-link a span {
	padding-right: .5rem;
	letter-spacing: 0.07rem;
	font-weight: 700
}

.home #home-announcement .announcement-banner .section-inner .banner-link a .link-icon {
	width: 1.3rem;
	height: 1.3rem;
	fill: #fff
}

.home #home-announcement .announcement-banner .section-inner .banner-link a:hover {
	color: #fff
}

.home #section-1 {
	background: #f4ba1b;
	padding-top: 4rem;
	margin-top: -7.4vw;
	padding-bottom: 6.1vw
}

@media only screen and (max-width: 576px) {
	.home #section-1 {
		padding-top: 0
	}
}

.home #section-1 .section-inner {
	padding: 7rem 4.7vw;
	max-width: 116rem
}

@media only screen and (max-width: 992px) {
	.home #section-1 .section-inner {
		padding: 5rem 2rem 7rem
	}
}

.home #section-1 .section-items {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

.home #section-1 .section-items>* {
	padding: 1rem;
	margin: .5rem;
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: calc((100% / 5) - (2 * .5rem) - 1px);
	max-width: calc((100% / 5) - (2 * .5rem) - 1px)
}

@media only screen and (max-width: 768px) {
	.home #section-1 .section-items {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap
	}
	.home #section-1 .section-items>* {
		padding: 1rem;
		margin: .5rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 2) - (2 * .5rem) - 1px);
		max-width: calc((100% / 2) - (2 * .5rem) - 1px)
	}
	.home #section-1 .section-items .item {
		margin: .5rem auto
	}
}

@media only screen and (max-width: 576px) {
	.home #section-1 .section-items {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap
	}
	.home #section-1 .section-items>* {
		padding: 1rem;
		margin: .5rem;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100% / 1) - (2 * .5rem) - 1px);
		max-width: calc((100% / 1) - (2 * .5rem) - 1px)
	}
	.home #section-1 .section-items .item {
		margin: .5rem
	}
}

.home #section-1 .item {
	text-align: center
}

.home #section-1 .item .item-icon {
	margin-bottom: 0.05rem
}

@media only screen and (max-width: 1200px) {
	.home #section-1 .item .item-icon {
		max-width: 13rem;
		margin: 0 auto
	}
}

.home #section-1 .item .item-title h3 {
	font-size: 5rem;
	font-weight: 800;
	letter-spacing: .5rem;
	margin-bottom: 0
}

@media only screen and (max-width: 1200px) {
	.home #section-1 .item .item-title h3 {
		font-size: 4rem
	}
}

@media only screen and (min-width: 1024px) and (max-width: 768px) {
	.home #section-1 .item .item-title h3 {
		font-size: 3rem
	}
}

@media only screen and (min-width: 768px) {
	.home #section-1 .item .item-text {
		margin: 0 auto
	}
}

.home #section-1 .item .item-text span {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.09
}

@media only screen and (max-width: 1024px) {
	.home #section-1 .item .item-text span {
		font-size: 1.167rem
	}
}

@media only screen and (max-width: 768px) {
	.home #section-1 .item .item-text span br {
		display: none
	}
}

.home #section-1 .description {
	max-width: 84rem;
	margin: 2rem auto 0;
	padding: 2.5rem 0rem;
	text-align: center;
	border-top: 3px solid #06192a
}

.home #section-1 .description h2 {
	margin-bottom: .9rem;
	font-size: 3.2rem;
	font-weight: 400;
	text-transform: uppercase
}

@media only screen and (max-width: 576px) {
	.home #section-1 .description h2 {
		font-size: 2.3rem
	}
}

.home #section-1 .description h2 span.text-bold {
	font-weight: 700
}

@media only screen and (max-width: 576px) {
	.home #section-1 .description h2 span.text-regular {
		display: block
	}
}

.home #section-1 .description p {
	font-size: 1.35rem;
	line-height: 1.2
}

.home #section-1 .side-link {
	overflow: hidden;
	position: absolute;
	z-index: 99;
	right: 0;
	padding-left: .5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin-top: -6.7rem
}

@media only screen and (max-width: 992px) {
	.home #section-1 .side-link {
		position: relative;
		margin-bottom: 4rem
	}
}

.home #section-1 .side-link a {
	font-weight: 700;
	margin: 0 0 2rem;
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 1.85rem;
	color: #2a55e0
}

.home #section-1 .side-link a .side-link-text {
	height: 5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 32rem;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg);
	-webkit-transform-origin: 100% -1rem;
	transform-origin: 100% -1rem;
	background: #fff;
	box-shadow: -20px 18px 0px 0px #06192a;
	text-align: right;
	padding-right: 9rem;
	-webkit-box-pack: center;
	justify-content: center
}

@media only screen and (max-width: 576px) {
	.home #section-1 .side-link a .side-link-text {
		height: 4rem;
		-webkit-box-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 1rem;
		padding-right: 10rem
	}
}

.home #section-1 .side-link a .side-link-text span {
	-webkit-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg)
}

.home #section-1 .side-link a .side-link-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 5rem;
	background-size: cover;
	width: 8rem
}

@media only screen and (max-width: 576px) {
	.home #section-1 .side-link a .side-link-icon {
		height: 4rem;
		width: 6rem
	}
}

@media only screen and (max-width: 576px) {
	.home #section-1 .side-link a {
		font-size: 1.333rem
	}
}

@media only screen and (max-width: 576px) {
	.home #section-1 .side-link a span {
		padding-left: 1rem
	}
}

.home #section-1 .side-link a:hover .side-link-text {
	background: #cadaf3;
	width: calc( 32rem + .5rem)
}

.home .svg-mask-1 {
	position: relative
}

.home .svg-mask-1:before {
	content: '';
	background: url(https://jlbdev.com/fisk/wp-content/themes/JLBTheme/images/WHITE-MASK-LEFT-CONVEX.svg);
	display: block;
	position: absolute;
	z-index: 0;
	bottom: -3px;
	height: 11.3vw;
	width: 100%;
	background-size: cover
}

.home #section-2 {
	padding: 5.8rem 5.4vw 7.3rem;
	max-width: 118rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-top: -8.8vw;
	position: relative
}

@media only screen and (max-width: 992px) {
	.home #section-2 {
		padding: 5.8rem 2rem
	}
}

.home #section-2 .events-intro {
	display: -webkit-box;
	display: flex
}

.home #section-2 .events-intro a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	justify-self: flex-start;
	overflow: hidden;
	margin-left: -.5rem;
	color: #06192a
}

@media only screen and (max-width: 576px) {
	.home #section-2 .events-intro a {
		margin-left: 0
	}
}

.home #section-2 .events-intro h2 {
	line-height: 0.8
}

.home #section-2 .events-intro .small-text {
	display: block;
	font-weight: 300;
	font-size: 2.7rem
}

@media only screen and (max-width: 768px) {
	.home #section-2 .events-intro .small-text {
		font-size: 2.3rem
	}
}

@media only screen and (max-width: 576px) {
	.home #section-2 .events-intro .small-text {
		font-size: 1.8rem
	}
}

.home #section-2 .events-intro .large-text {
	font-weight: 800;
	font-size: 6.9rem
}

@media only screen and (max-width: 768px) {
	.home #section-2 .events-intro .large-text {
		font-size: 6.1rem
	}
}

@media only screen and (max-width: 576px) {
	.home #section-2 .events-intro .large-text {
		font-size: 4rem
	}
}

.home #section-2 .events-intro .event-cta-icon {
	height: 9.5rem;
	width: 12rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: .25rem
}

@media only screen and (max-width: 768px) {
	.home #section-2 .events-intro .event-cta-icon {
		height: 7.9rem;
		width: 9.5rem
	}
}

@media only screen and (max-width: 576px) {
	.home #section-2 .events-intro .event-cta-icon {
		height: 5.9rem;
		width: 5.5rem
	}
}

.home #section-2 .event-loop-container {
	margin-bottom: 2.4rem
}

.home #section-2 a.banner-cta {
	color: #fff;
	display: block;
	background: #06192a;
	text-transform: uppercase;
	text-align: center;
	padding: 2.6rem 1rem;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	-webkit-transition: background 0.25s, color 0s;
	transition: background 0.25s, color 0s
}

@media only screen and (max-width: 576px) {
	.home #section-2 a.banner-cta {
		font-size: 1.5rem;
		padding: 2
	}
}

.home #section-2 a.banner-cta:hover {
	background: #f4ba1b;
	color: #06192a
}

.home #section-2 a.banner-cta:hover span {
	color: #06192a
}

.home #section-3 {
	overflow: hidden;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.home #section-3:before {
	content: "";
	display: block;
	background-color: #2a55e0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.home #section-3:before {
	mix-blend-mode: hard-light
}

.home #section-3 .section-inner .slide-inner {
	width: 100%;
	display: -webkit-box;
	display: flex
}

.home #section-3 .section-inner .slide-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 60%;
	position: relative;
	padding: 8rem 0 10rem 3rem;
	padding-left: 20.1vw;
	padding-top: 4.2rem;
	color: #fff
}

@media only screen and (max-width: 1199px) {
	.home #section-3 .section-inner .slide-content {
		width: 100%
	}
}

@media only screen and (max-width: 1440px) {
	.home #section-3 .section-inner .slide-content {
		padding-left: 16.1vw
	}
}

@media only screen and (max-width: 576px) {
	.home #section-3 .section-inner .slide-content {
		padding: 6rem 2rem
	}
}

.home #section-3 .section-inner .slide-content:before {
	content: '';
	width: 8vw;
	height: 100%;
	background: url(https://jlbdev.com/fisk/wp-content/uploads/2019/12/QUOTE-ICON.png) no-repeat left top;
	position: absolute;
	left: 10vw;
	display: block;
	background-size: contain
}

@media only screen and (max-width: 1440px) {
	.home #section-3 .section-inner .slide-content:before {
		left: 5vw
	}
}

@media only screen and (max-width: 576px) {
	.home #section-3 .section-inner .slide-content:before {
		content: none
	}
}

.home #section-3 .section-inner .slide-content .content-top {
	width: 100%;
	padding-top: 3.75rem
}

.home #section-3 .section-inner .slide-content .content-top .slide-quote {
	padding-bottom: 2.4rem;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.125rem;
	line-height: 1.35;
	margin-right: -5vw
}

@media only screen and (max-width: 1199px) {
	.home #section-3 .section-inner .slide-content .content-top .slide-quote {
		margin-right: 0
	}
}

@media only screen and (max-width: 576px) {
	.home #section-3 .section-inner .slide-content .content-top {
		padding-top: 0
	}
}

.home #section-3 .section-inner .slide-content .content-bottom {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-bottom: 7rem;
	position: relative
}

.home #section-3 .section-inner .slide-content .content-bottom .slide-heading-text h3 {
	font-size: 3.5rem;
	margin-bottom: 0.05rem
}

.home #section-3 .section-inner .slide-content .content-bottom .slide-heading-text h3 .text-bold {
	font-weight: 800
}

.home #section-3 .section-inner .slide-content .content-bottom .slide-heading-text h3 .text-regular {
	font-weight: 400
}

@media only screen and (max-width: 576px) {
	.home #section-3 .section-inner .slide-content .content-bottom .slide-heading-text h3 {
		font-size: 2.25rem
	}
}

.home #section-3 .section-inner .slide-content .content-bottom .slide-body-text {
	line-height: 1.4;
	margin-right: -2vw
}

@media only screen and (max-width: 1199px) {
	.home #section-3 .section-inner .slide-content .content-bottom .slide-body-text {
		margin-right: 0
	}
}

@media only screen and (max-width: 1440px) {
	.home #section-3 .section-inner .slide-content .content-bottom .slide-body-text p {
		font-size: 1.167rem
	}
}

.home #section-3 .section-inner .slide-content .slide-credit-container {
	position: relative
}

.home #section-3 .section-inner .slide-content .slide-credit {
	position: absolute;
	min-width: 30rem;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin-top: auto;
	margin-left: auto;
	align-self: flex-end;
	justify-self: flex-end;
	padding: 1.25rem 2.35rem;
	margin-right: -13.8rem;
	color: #06192a;
	background: #f4ba1b;
	z-index: 1;
	min-width: 30rem
}

@media only screen and (max-width: 1199px) {
	.home #section-3 .section-inner .slide-content .slide-credit {
		margin-right: 0
	}
}

@media only screen and (max-width: 576px) {
	.home #section-3 .section-inner .slide-content .slide-credit {
		position: static;
		margin-left: 0;
		margin-right: auto;
		justify-self: flex-start
	}
}

.home #section-3 .section-inner .slide-content .slide-credit h4 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: -0.05rem
}

.home #section-3 .section-inner .slide-content .slide-credit .year {
	font-size: 2rem;
	padding-left: 0.4rem
}

@media only screen and (max-width: 768px) {
	.home #section-3 .section-inner .slide-content .slide-credit {
		padding: 0.75rem 1.85rem;
		min-width: 0;
		bottom: 3rem
	}
	.home #section-3 .section-inner .slide-content .slide-credit h4 {
		font-size: 1.5rem
	}
	.home #section-3 .section-inner .slide-content .slide-credit .year {
		font-size: 1.5rem
	}
}

@media only screen and (max-width: 1199px) {
	.home #section-3 .section-inner .slide-content .content-top,
	.home #section-3 .section-inner .slide-content .content-bottom {
		padding-right: 14vw
	}
	.home #section-3 .section-inner .slide-content .slide-credit {
		margin-right: 14vw
	}
}

@media only screen and (max-width: 576px) {
	.home #section-3 .section-inner .slide-content .content-top,
	.home #section-3 .section-inner .slide-content .content-bottom {
		padding-right: 0
	}
	.home #section-3 .section-inner .slide-content .slide-credit {
		margin-right: auto
	}
}

.home #section-3 .section-inner .slide-photo {
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	display: inline-block;
	width: 40%;
	margin-right: 4.5rem;
	padding-bottom: 6rem
}

@media only screen and (max-width: 1199px) {
	.home #section-3 .section-inner .slide-photo {
		display: none
	}
}

.home #section-3 .slick-next,
.home #section-3 .slick-prev {
	z-index: 3
}

.home #section-3 .slick-prev {
	left: 4.7vw
}

.home #section-3 .slick-next {
	right: 4.7vw
}

.home #section-3 .slick-prev,
.home #section-3 .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 42%;
	display: block;
	width: 2rem;
	height: 6rem;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.home #section-3 .slick-prev .svg-inline--fa,
.home #section-3 .slick-next .svg-inline--fa {
	color: #fff;
	width: 2rem;
	height: 6rem
}

@media only screen and (max-width: 576px) {
	.home #section-3 .slick-prev,
	.home #section-3 .slick-next {
		display: none !important
	}
}

.home #section-3 .slick-dots {
	position: relative;
	padding-left: 20.1vw;
	top: -15.8rem;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start
}

@media only screen and (max-width: 1440px) {
	.home #section-3 .slick-dots {
		padding-left: 16.1vw
	}
}

@media only screen and (max-width: 576px) {
	.home #section-3 .slick-dots {
		top: -7.8rem;
		padding-left: 6.1vw
	}
}

.home #section-3 .slick-dots button {
	background: #fff;
	border: 1px solid #b7b7b7;
	margin: 0 .25rem;
	border-radius: 100%;
	width: .35rem;
	height: .35rem
}

@media only screen and (max-width: 1440px) {
	.home #section-3 .slick-dots button {
		width: .65rem;
		height: .65rem
	}
}

@media only screen and (max-width: 576px) {
	.home #section-3 .slick-dots button {
		width: 1.5rem;
		height: 1.5rem;
		margin: 0 .5rem
	}
}

.home #section-3 .slick-dots .slick-active button {
	background-color: #b7b7b7
}

.home .svg-mask-2 {
	position: relative
}

.home .svg-mask-2:before {
	content: '';
	background: url(https://jlbdev.com/fisk/wp-content/themes/JLBTheme/images/WHITE-MASK-RIGHT-CONCAVE.svg);
	display: block;
	position: absolute;
	z-index: 0;
	top: -13.15vw;
	height: 22.5vw;
	width: 100%;
	margin-bottom: -1px;
	background-size: contain
}

.home #section-4 .section-inner {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

.home #section-4 .section-bg {
	-webkit-box-flex: 2;
	flex: 2 1 55%;
	max-width: 55%;
	height: 33rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom
}

@media only screen and (max-width: 1200px) {
	.home #section-4 .section-bg {
		-webkit-box-flex: 2;
		flex: 2 1 50%
	}
}

@media only screen and (max-width: 1024px) {
	.home #section-4 .section-bg {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		height: 50vw
	}
}

.home #section-4 .section-content {
	-webkit-box-flex: 1;
	flex: 1 1 45%;
	max-width: 45%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: 0 8rem 0 3.2rem
}

@media only screen and (max-width: 1440px) {
	.home #section-4 .section-content {
		padding: 0 3rem 0 3.2rem
	}
}

@media only screen and (max-width: 1200px) {
	.home #section-4 .section-content {
		-webkit-box-flex: 2;
		flex: 2 1 50%
	}
}

@media only screen and (max-width: 1024px) {
	.home #section-4 .section-content {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media only screen and (max-width: 576px) {
	.home #section-4 .section-content {
		padding: 0 2rem
	}
}

.home #section-4 .section-content .text {
	padding: 3.3rem 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: end;
	justify-content: flex-end
}

.home #section-4 .section-content .text h2 {
	font-size: 2.5rem;
	margin-bottom: 0.8rem;
	font-weight: 300
}

@media only screen and (max-width: 576px) {
	.home #section-4 .section-content .text h2 {
		font-size: 2.125rem
	}
}

.home #section-4 .section-content .text p {
	font-size: 1.125rem;
	line-height: 1.25
}

@media only screen and (max-width: 1440px) {
	.home #section-4 .section-content .text p {
		font-size: 1.167rem
	}
}

@media only screen and (max-width: 576px) {
	.home #section-4 .section-content .text {
		padding: 3rem 0 2rem
	}
}

.home #section-4 .section-content .link-bar {
	height: 7.3vw;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

@media only screen and (max-width: 576px) {
	.home #section-4 .section-content .link-bar {
		height: auto;
		background: #f4ba1b
	}
	.home #section-4 .section-content .link-bar a {
		padding: 1.5rem
	}
}

.home #section-4 .section-content .link-bar a {
	display: -webkit-box;
	display: flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
	align-items: center;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	color: #06192a
}

.home #section-4 .section-content .link-bar a span {
	padding-right: 1rem
}

@media only screen and (min-width: 992px) {
	.home #section-4 .section-content .link-bar a span {
		margin-bottom: -3px
	}
}

.home #section-4 .section-content .link-bar a span:after {
	content: '';
	opacity: 0;
	display: block;
	width: 0;
	height: 3px;
	background: #d29c0a;
	-webkit-transition: width .3s ease-out, opacity .2s ease-in;
	transition: width .3s ease-out, opacity .2s ease-in
}

@media only screen and (max-width: 992px) {
	.home #section-4 .section-content .link-bar a span:after {
		content: none
	}
}

.home #section-4 .section-content .link-bar a:hover span:after {
	width: 100%;
	opacity: 1
}

.home #section-4 .section-content .link-bar a .link-icon {
	fill: #06192a;
	height: 1.75rem;
	width: 1.75rem
}

@media only screen and (max-width: 1440px) {
	.home #section-4 .section-content .link-bar a {
		font-size: 1.7rem
	}
}

@media only screen and (max-width: 1199px) {
	.home #section-4 .section-content .link-bar a {
		font-size: 1.6rem
	}
}

@media only screen and (max-width: 576px) {
	.home #section-4 .section-content .link-bar a {
		font-size: 1.333rem
	}
}

.home #section-4 .section-bar {
	height: 7.3vw;
	background: #f5be0c;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1
}

@media only screen and (max-width: 576px) {
	.home #section-4 .section-bar {
		display: none
	}
}

.home #section-5 .section-inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.home #section-5 .instagram-feed {
	padding: 5rem 2.2vw 4.4rem
}

.home #section-5 .social-media {
	padding-bottom: 3.4rem;
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	margin: 0 auto 0.7rem
}

@media only screen and (max-width: 1200px) {
	.home #section-5 .social-media {
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 1199px) {
	.home #section-5 .social-media>div {
		width: 100%
	}
}

@media only screen and (max-width: 576px) {
	.home #section-5 .social-media {
		padding-left: 5vw;
		padding-right: 5vw
	}
}

.home #section-5 .social-media .social-cta {
	margin-bottom: .65rem;
	text-align: center
}

@media only screen and (max-width: 768px) {
	.home #section-5 .social-media .social-cta {
		text-align: center
	}
}

.home #section-5 .social-media .social-cta h4 {
	font-size: 2.6rem;
	line-height: 1.3;
	font-weight: 300
}

@media only screen and (max-width: 576px) {
	.home #section-5 .social-media .social-cta h4 {
		font-size: 2rem
	}
}

.home #section-5 .social-media .social-cta .social-name {
	padding-left: 0.5rem;
	letter-spacing: 0.015rem
}

.home #section-5 .social-media .social-cta .text-bold {
	font-weight: 800
}

.home #section-5 .social-media .social-icons {
	padding-left: 3.7rem
}

@media only screen and (max-width: 1199px) {
	.home #section-5 .social-media .social-icons {
		text-align: center;
		padding-left: 0
	}
}

.home #section-5 .social-media .social-icons a,
.home #section-5 .social-media .social-icons a:visited,
.home #section-5 .social-media .social-icons a:active {
	-webkit-transition: .2s;
	transition: .2s;
	margin: 0 .5rem;
	color: #2a55e0
}

.home #section-5 .social-media .social-icons a:hover,
.home #section-5 .social-media .social-icons a:visited:hover,
.home #section-5 .social-media .social-icons a:active:hover {
	color: #f4ba1b
}

.home.is-trident #section-3,
.home.is-edge #section-3 {
	position: relative;
	z-index: 0
}

.home.is-trident #section-3:before,
.home.is-edge #section-3:before {
	content: "";
	display: block;
	background-color: rgba(42, 85, 224, 0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.nobp .widget,
.nobp .so-panel,
.nobp .section {
	padding-bottom: 0!important;
}

.notp .widget,
.notp .so-panel,
.notp .section,
.notp .so-widget-jlb-fisk-text-bg {
	padding-top: 0!important;
}

#admissions #admissions_cards .side-link a .side-link-text {
	min-width: 28.4rem;
	width: auto;
}

#admissions #admissions_cards .side-link a:hover .side-link-text {
	min-width: calc( 28.4rem + .5rem);
	width: auto;
}

#admissions #admissions_cards .side-link a .side-link-text span {
	padding: 0 2rem;
}

.dark-button {
	background: #06192a;
	color: #ffffff;
	text-align: center;
	padding: .75rem 2rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -0.01rem;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	margin-bottom: 1rem;
	margin-top: 1rem;
	border: 0;
}

a.dark-button:focus,
a.dark-button:visited {
	background: #06192a;
	color: #ffffff;
}

a.dark-button:hover {
	background: #2a55e0;
	color: #ffffff;
}

.dark .text-vert-tabs-widget .section-inner .left {
	color: #ffffff;
}

.text-vert-tabs-widget .section-inner .right .areas-links {
	padding-bottom: 3.6rem;
}

.timeline-tabs .tab-pane-title h2 {
	position: relative;
	z-index: 1;
}

.timeline-tabs .tab-pane-title:after {
	z-index: 0;
}

.darkBlue25 .panel-grid-cell {
	background-color: rgba(6, 25, 42, 0.25);
}

.darkBlue25 .widget-title,
.darkBlue25 h1,
.darkBlue25 h2,
.darkBlue25 h3,
.darkBlue25 h4 {
	color: #ffffff;
}

.acc-container .accordion .info-container .info-holder {
	width: 100%;
}

.darkbg-form {
	color: #ffffff;
}

.admission-counselor-form {
	text-align: center;
}

.darkbg-form a {
	color: #ffffff;
	transition: 0.2s
}

.darkbg-form a:hover {
	color: #f4ba1b;
}

.darkbg-form a.button {
	color: #06192a;
	transition: 0.2s;
}

.darkbg-form a.button:hover {
	color: #ffffff;
}

.darkbg-form .gf-select-icon {
	color: #06192a;
}

.darkbg-form .gform_footer {
	display: none!important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.result {
	width: auto;
	margin: auto;
	padding: 1rem;
}

#contact .gform_wrapper .gfield_label {
	display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
	border-radius: 0;
}

.gfield_label,
.gfield_description,
.ginput_container_checkbox {
	color: #ffffff;
}

.gfield_description {
	font-weight: 700;
}

.gf_list_inline li {
	width: auto;
	float: left;
	margin-right: 2rem;
}

.gf_list_inline li:last-child {
	margin-right: 0;
}

@media only screen and (min-width: 768px) {
	.gf_left_half,
	.gf_right_half {
		width: 49%!important;
	}
}

@media only screen and (max-width: 768px) {
	.gform_wrapper form .gform_body .gform_fields .gfield .gf_name_has_2 {
		display: block;
	}
	.gform_wrapper form .gform_body .gform_fields .gfield .gf_name_has_2 span {
		width: 100%;
	}
	.gform_wrapper form .gform_body .gform_fields .gfield .gf_name_has_2 span input {
		margin-bottom: 1rem;
	}
	.gform_wrapper form .gform_body .gform_fields .gfield .gf_name_has_2 span:last-child input {
		margin-bottom: 0;
	}
}

#graduate #timeline .section-inner .timeline-tabs .tab-pane-text ul li {
	margin-bottom: 0.75rem;
}

#admissions #admissions_hero .section-inner .left .inner {
	padding: 6.5rem 0 8.5rem;
}

@media only screen and (max-width: 1024px) {
	#admissions #admissions_hero .section-inner .left {
		padding: 0 5vw;
	}
}

#department #academic_cards .cards-container {
	padding: 3rem 9vw;
}

.contact-columns {
	display: -webkit-box;
	display: flex;
}

.contact-columns p {
	padding-right: 3rem;
}

.contact-columns p:last-child {
	padding-right: 0;
}

@media only screen and (max-width: 768px) {
	.contact-columns {
		display: block;
	}
	.contact-columns p {
		padding-right: 0;
	}
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.sidebarf,
.lct-widget-department {
	list-style: none!important;
}

.sidebarf .search-form {
	margin-bottom: 2rem;
	background: #fff;
	border: 1px solid #06192a;
	color: #212529;
	border-radius: 2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.sidebarf .search-form input {
	width: 75%;
	height: auto;
	margin-left: 1rem;
	background-color: transparent;
	border: none;
	color: #212529;
	font-size: 1.333rem;
}

.sidebarf .search-form button {
	font-size: 1.25rem;
	margin-right: .75rem;
	background-color: transparent;
	border: 0;
}

@media only screen and (min-width: 1024px) {
	.sidebarf {
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: 18rem;
		max-width: 18rem;
	}
}

.sidebarf li.cat-item a {
	font-size: 1.167rem;
	font-weight: 600!important;
}

li.cat-item {
	list-style: none;
}

article.post {
	padding: 0.5rem;
}

article.post {
	padding: 0.5rem;
}

.home .post-content {
	max-width: 30rem;
	margin: 0 2rem;
}

.home-post-slider.slick-initialized.slick-slider {
	margin: auto;
	max-width: 80%;
	display: flex;
	align-items: center;
}

.home img.post-img {
	margin: 2rem 0;
}

.home svg.svg-inline--fa.fa-chevron-left.fa-w-8 {
	margin: 1rem;
}

.home svg.svg-inline--fa.fa-chevron-right.fa-w-8 {
	margin: 1rem;
}

.blog-slider-section h1 {
	line-height: 0.8;
	text-transform: uppercase !important;
	font-weight: 800;
	font-size: 3rem;
}

.blog-slider-section h1 .small-text {
	display: block;
	font-weight: 300;
	font-size: 2.7rem;
}

.blog-slider-section h1 .large-text {
	font-weight: 800;
	font-size: 6.9rem;
}

.blog-slider-section {
	padding: 0rem 5.4vw 7.3rem;
	margin: 6rem 0;
}

.home .blog-slider-section .event-cta-icon {
	height: 9.5rem;
	width: 12rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: .25rem;
}

.full-heading {
	width: 100%;
}

.sidebarf .faculty-search-form {
	margin-bottom: 2rem;
	background: #fff;
	border: 1px solid #06192a;
	color: #212529;
	border-radius: 2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.sidebarf .faculty-search-form input {
	width: 75%;
	height: auto;
	margin-left: 1rem;
	background-color: transparent;
	border: none;
	color: #212529;
	font-size: 1.333rem;
}

.sidebarf .faculty-search-form button {
	font-size: 1.25rem;
	margin-right: .75rem;
	background-color: transparent;
	border: 0;
}

.archive .blog-posts-wrap .blog-post .post-date span {
	display: inline-block;
}

#single-faculty .single-post-container {
	padding: 5rem 10vw;
	width: 100%;
	max-width: 116rem;
	margin: auto
}

@media only screen and (max-width: 1200px) {
	#single-faculty .single-post-container {
		padding: 5rem 8vw;
		padding-left: 8vw;
		padding-right: 8vw
	}
}

@media only screen and (max-width: 576px) {
	#single-faculty .single-post-container {
		padding: 2rem 5vw
	}
}

#single-faculty .single-post-container .post-image {
	-webkit-box-flex: 0;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 20rem;
	margin-right: 1rem;
	margin-bottom: 1.35rem
}

#single-faculty .single-post-container .post-info {
	font-weight: 500;
	border-bottom: 2px solid #dedede;
	padding-bottom: .5rem;
	color: #616161;
	margin: 1rem 0
}

#single-faculty .single-post-container .post-info .categories {
	font-weight: 700
}

#single-faculty .single-post-container .post-info>span {
	display: none
}

@media only screen and (min-width: 768px) {
	#single-faculty .single-post-container .post-info {
		display: -webkit-box;
		display: flex
	}
	#single-faculty .single-post-container .post-info>span {
		display: block
	}
}

#single-faculty .single-post-container .post-info>* {
	padding-right: 1.25rem;
}

#single-faculty .single-post-container .post-info span {
	padding-left: .35rem
}

#single-faculty .single-post-container .post-content h2.post-title {
	font-weight: 600
}

@media only screen and (min-width: 768px) {
	#single-faculty .single-post-container .post-content {
		padding-top: 2rem
	}
}

#single-faculty .single-post-container .post-content a,
#single-post .single-post-container .post-content a:visited,
#single-post .single-post-container .post-content a:active {
	border-bottom: 1px solid #2a55e0
}

#single-faculty .single-post-container .post-content h2 {
	font-weight: 700
}