﻿@import "https://fonts.googleapis.com/css?family=Montserrat:400,700";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
	width: 100%
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
	width: 100%
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -24px;
	margin-left: -24px
}

.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: 24px;
	padding-left: 24px
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333333%;
	-ms-flex: 0 0 8.33333333%;
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66666667%;
	-ms-flex: 0 0 16.66666667%;
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333333%;
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66666667%;
	-ms-flex: 0 0 41.66666667%;
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333333%;
	-ms-flex: 0 0 58.33333333%;
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66666667%;
	-ms-flex: 0 0 66.66666667%;
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333333%;
	-ms-flex: 0 0 83.33333333%;
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66666667%;
	-ms-flex: 0 0 91.66666667%;
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333333%;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66666667%;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333333%;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66666667%;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333333%;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66666667%;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333333%;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66666667%;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333333%;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66666667%;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333333%;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66666667%;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333333%;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66666667%;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333333%;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66666667%;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333333%;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66666667%;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333333%;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66666667%;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333333%;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66666667%;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333333%;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66666667%;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333333%;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66666667%;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333333%;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66666667%;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333333%;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66666667%;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333333%;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66666667%;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}

.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:focus,
a.bg-primary:hover {
	background-color: #0062cc !important
}

.bg-secondary {
	background-color: #868e96 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover {
	background-color: #6c747d !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover {
	background-color: #1d2124 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #e9ecef !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: #868e96 !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: 0.25rem !important
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important
}

.rounded-circle {
	border-radius: 50%
}

.rounded-0 {
	border-radius: 0
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important
	}
	.d-sm-inline {
		display: inline !important
	}
	.d-sm-inline-block {
		display: inline-block !important
	}
	.d-sm-block {
		display: block !important
	}
	.d-sm-table {
		display: table !important
	}
	.d-sm-table-cell {
		display: table-cell !important
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}
	.d-md-inline {
		display: inline !important
	}
	.d-md-inline-block {
		display: inline-block !important
	}
	.d-md-block {
		display: block !important
	}
	.d-md-table {
		display: table !important
	}
	.d-md-table-cell {
		display: table-cell !important
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}
	.d-lg-inline {
		display: inline !important
	}
	.d-lg-inline-block {
		display: inline-block !important
	}
	.d-lg-block {
		display: block !important
	}
	.d-lg-table {
		display: table !important
	}
	.d-lg-table-cell {
		display: table-cell !important
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}
	.d-xl-inline {
		display: inline !important
	}
	.d-xl-inline-block {
		display: inline-block !important
	}
	.d-xl-block {
		display: block !important
	}
	.d-xl-table {
		display: table !important
	}
	.d-xl-table-cell {
		display: table-cell !important
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.d-print-block {
	display: none !important
}

@media print {
	.d-print-block {
		display: block !important
	}
}

.d-print-inline {
	display: none !important
}

@media print {
	.d-print-inline {
		display: inline !important
	}
}

.d-print-inline-block {
	display: none !important
}

@media print {
	.d-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive 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.85714286%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-sm-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-sm-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-sm-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-sm-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-sm-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-sm-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-sm-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-sm-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-sm-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-sm-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-sm-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-sm-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-md-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-md-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-md-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-md-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-md-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-md-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-md-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-md-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-md-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-md-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-md-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-md-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-md-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-md-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-lg-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-lg-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-lg-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-lg-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-lg-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-lg-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-lg-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-lg-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-lg-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-lg-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-lg-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-lg-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-xl-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-xl-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-xl-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-xl-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-xl-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-xl-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-xl-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-xl-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-xl-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-xl-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-xl-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-xl-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-xl-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-xl-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important
	}
	.float-sm-right {
		float: right !important
	}
	.float-sm-none {
		float: none !important
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important
	}
	.float-md-right {
		float: right !important
	}
	.float-md-none {
		float: none !important
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important
	}
	.float-lg-right {
		float: right !important
	}
	.float-lg-none {
		float: none !important
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important
	}
	.float-xl-right {
		float: right !important
	}
	.float-xl-none {
		float: none !important
	}
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports (position: -webkit-sticky) or (position: sticky) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.m-0 {
	margin: 0 !important
}

.mt-0 {
	margin-top: 0 !important
}

.mr-0 {
	margin-right: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.ml-0 {
	margin-left: 0 !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.m-1 {
	margin: 0.25rem !important
}

.mt-1 {
	margin-top: 0.25rem !important
}

.mr-1 {
	margin-right: 0.25rem !important
}

.mb-1 {
	margin-bottom: 0.25rem !important
}

.ml-1 {
	margin-left: 0.25rem !important
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important
}

.m-2 {
	margin: 0.5rem !important
}

.mt-2 {
	margin-top: 0.5rem !important
}

.mr-2 {
	margin-right: 0.5rem !important
}

.mb-2 {
	margin-bottom: 0.5rem !important
}

.ml-2 {
	margin-left: 0.5rem !important
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mr-3 {
	margin-right: 1rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.ml-3 {
	margin-left: 1rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mr-4 {
	margin-right: 1.5rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.ml-4 {
	margin-left: 1.5rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mr-5 {
	margin-right: 3rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.ml-5 {
	margin-left: 3rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.p-1 {
	padding: 0.25rem !important
}

.pt-1 {
	padding-top: 0.25rem !important
}

.pr-1 {
	padding-right: 0.25rem !important
}

.pb-1 {
	padding-bottom: 0.25rem !important
}

.pl-1 {
	padding-left: 0.25rem !important
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important
}

.p-2 {
	padding: 0.5rem !important
}

.pt-2 {
	padding-top: 0.5rem !important
}

.pr-2 {
	padding-right: 0.5rem !important
}

.pb-2 {
	padding-bottom: 0.5rem !important
}

.pl-2 {
	padding-left: 0.5rem !important
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pr-3 {
	padding-right: 1rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pl-3 {
	padding-left: 1rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pr-4 {
	padding-right: 1.5rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pl-4 {
	padding-left: 1.5rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pr-5 {
	padding-right: 3rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.pl-5 {
	padding-left: 3rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto {
	margin-top: auto !important
}

.mr-auto {
	margin-right: auto !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ml-auto {
	margin-left: auto !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important
	}
	.mt-sm-0 {
		margin-top: 0 !important
	}
	.mr-sm-0 {
		margin-right: 0 !important
	}
	.mb-sm-0 {
		margin-bottom: 0 !important
	}
	.ml-sm-0 {
		margin-left: 0 !important
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.m-sm-1 {
		margin: 0.25rem !important
	}
	.mt-sm-1 {
		margin-top: 0.25rem !important
	}
	.mr-sm-1 {
		margin-right: 0.25rem !important
	}
	.mb-sm-1 {
		margin-bottom: 0.25rem !important
	}
	.ml-sm-1 {
		margin-left: 0.25rem !important
	}
	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important
	}
	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}
	.m-sm-2 {
		margin: 0.5rem !important
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important
	}
	.mr-sm-2 {
		margin-right: 0.5rem !important
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important
	}
	.ml-sm-2 {
		margin-left: 0.5rem !important
	}
	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important
	}
	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}
	.m-sm-3 {
		margin: 1rem !important
	}
	.mt-sm-3 {
		margin-top: 1rem !important
	}
	.mr-sm-3 {
		margin-right: 1rem !important
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important
	}
	.ml-sm-3 {
		margin-left: 1rem !important
	}
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.m-sm-4 {
		margin: 1.5rem !important
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important
	}
	.mr-sm-4 {
		margin-right: 1.5rem !important
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-sm-4 {
		margin-left: 1.5rem !important
	}
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	.m-sm-5 {
		margin: 3rem !important
	}
	.mt-sm-5 {
		margin-top: 3rem !important
	}
	.mr-sm-5 {
		margin-right: 3rem !important
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important
	}
	.ml-sm-5 {
		margin-left: 3rem !important
	}
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	.p-sm-0 {
		padding: 0 !important
	}
	.pt-sm-0 {
		padding-top: 0 !important
	}
	.pr-sm-0 {
		padding-right: 0 !important
	}
	.pb-sm-0 {
		padding-bottom: 0 !important
	}
	.pl-sm-0 {
		padding-left: 0 !important
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.p-sm-1 {
		padding: 0.25rem !important
	}
	.pt-sm-1 {
		padding-top: 0.25rem !important
	}
	.pr-sm-1 {
		padding-right: 0.25rem !important
	}
	.pb-sm-1 {
		padding-bottom: 0.25rem !important
	}
	.pl-sm-1 {
		padding-left: 0.25rem !important
	}
	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important
	}
	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}
	.p-sm-2 {
		padding: 0.5rem !important
	}
	.pt-sm-2 {
		padding-top: 0.5rem !important
	}
	.pr-sm-2 {
		padding-right: 0.5rem !important
	}
	.pb-sm-2 {
		padding-bottom: 0.5rem !important
	}
	.pl-sm-2 {
		padding-left: 0.5rem !important
	}
	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important
	}
	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}
	.p-sm-3 {
		padding: 1rem !important
	}
	.pt-sm-3 {
		padding-top: 1rem !important
	}
	.pr-sm-3 {
		padding-right: 1rem !important
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important
	}
	.pl-sm-3 {
		padding-left: 1rem !important
	}
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.p-sm-4 {
		padding: 1.5rem !important
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important
	}
	.pr-sm-4 {
		padding-right: 1.5rem !important
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-sm-4 {
		padding-left: 1.5rem !important
	}
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	.p-sm-5 {
		padding: 3rem !important
	}
	.pt-sm-5 {
		padding-top: 3rem !important
	}
	.pr-sm-5 {
		padding-right: 3rem !important
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important
	}
	.pl-sm-5 {
		padding-left: 3rem !important
	}
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	.m-sm-auto {
		margin: auto !important
	}
	.mt-sm-auto {
		margin-top: auto !important
	}
	.mr-sm-auto {
		margin-right: auto !important
	}
	.mb-sm-auto {
		margin-bottom: auto !important
	}
	.ml-sm-auto {
		margin-left: auto !important
	}
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important
	}
	.mt-md-0 {
		margin-top: 0 !important
	}
	.mr-md-0 {
		margin-right: 0 !important
	}
	.mb-md-0 {
		margin-bottom: 0 !important
	}
	.ml-md-0 {
		margin-left: 0 !important
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.m-md-1 {
		margin: 0.25rem !important
	}
	.mt-md-1 {
		margin-top: 0.25rem !important
	}
	.mr-md-1 {
		margin-right: 0.25rem !important
	}
	.mb-md-1 {
		margin-bottom: 0.25rem !important
	}
	.ml-md-1 {
		margin-left: 0.25rem !important
	}
	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important
	}
	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}
	.m-md-2 {
		margin: 0.5rem !important
	}
	.mt-md-2 {
		margin-top: 0.5rem !important
	}
	.mr-md-2 {
		margin-right: 0.5rem !important
	}
	.mb-md-2 {
		margin-bottom: 0.5rem !important
	}
	.ml-md-2 {
		margin-left: 0.5rem !important
	}
	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important
	}
	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}
	.m-md-3 {
		margin: 1rem !important
	}
	.mt-md-3 {
		margin-top: 1rem !important
	}
	.mr-md-3 {
		margin-right: 1rem !important
	}
	.mb-md-3 {
		margin-bottom: 1rem !important
	}
	.ml-md-3 {
		margin-left: 1rem !important
	}
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.m-md-4 {
		margin: 1.5rem !important
	}
	.mt-md-4 {
		margin-top: 1.5rem !important
	}
	.mr-md-4 {
		margin-right: 1.5rem !important
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-md-4 {
		margin-left: 1.5rem !important
	}
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	.m-md-5 {
		margin: 3rem !important
	}
	.mt-md-5 {
		margin-top: 3rem !important
	}
	.mr-md-5 {
		margin-right: 3rem !important
	}
	.mb-md-5 {
		margin-bottom: 3rem !important
	}
	.ml-md-5 {
		margin-left: 3rem !important
	}
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	.p-md-0 {
		padding: 0 !important
	}
	.pt-md-0 {
		padding-top: 0 !important
	}
	.pr-md-0 {
		padding-right: 0 !important
	}
	.pb-md-0 {
		padding-bottom: 0 !important
	}
	.pl-md-0 {
		padding-left: 0 !important
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.p-md-1 {
		padding: 0.25rem !important
	}
	.pt-md-1 {
		padding-top: 0.25rem !important
	}
	.pr-md-1 {
		padding-right: 0.25rem !important
	}
	.pb-md-1 {
		padding-bottom: 0.25rem !important
	}
	.pl-md-1 {
		padding-left: 0.25rem !important
	}
	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important
	}
	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}
	.p-md-2 {
		padding: 0.5rem !important
	}
	.pt-md-2 {
		padding-top: 0.5rem !important
	}
	.pr-md-2 {
		padding-right: 0.5rem !important
	}
	.pb-md-2 {
		padding-bottom: 0.5rem !important
	}
	.pl-md-2 {
		padding-left: 0.5rem !important
	}
	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important
	}
	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}
	.p-md-3 {
		padding: 1rem !important
	}
	.pt-md-3 {
		padding-top: 1rem !important
	}
	.pr-md-3 {
		padding-right: 1rem !important
	}
	.pb-md-3 {
		padding-bottom: 1rem !important
	}
	.pl-md-3 {
		padding-left: 1rem !important
	}
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.p-md-4 {
		padding: 1.5rem !important
	}
	.pt-md-4 {
		padding-top: 1.5rem !important
	}
	.pr-md-4 {
		padding-right: 1.5rem !important
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-md-4 {
		padding-left: 1.5rem !important
	}
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	.p-md-5 {
		padding: 3rem !important
	}
	.pt-md-5 {
		padding-top: 3rem !important
	}
	.pr-md-5 {
		padding-right: 3rem !important
	}
	.pb-md-5 {
		padding-bottom: 3rem !important
	}
	.pl-md-5 {
		padding-left: 3rem !important
	}
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	.m-md-auto {
		margin: auto !important
	}
	.mt-md-auto {
		margin-top: auto !important
	}
	.mr-md-auto {
		margin-right: auto !important
	}
	.mb-md-auto {
		margin-bottom: auto !important
	}
	.ml-md-auto {
		margin-left: auto !important
	}
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important
	}
	.mt-lg-0 {
		margin-top: 0 !important
	}
	.mr-lg-0 {
		margin-right: 0 !important
	}
	.mb-lg-0 {
		margin-bottom: 0 !important
	}
	.ml-lg-0 {
		margin-left: 0 !important
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.m-lg-1 {
		margin: 0.25rem !important
	}
	.mt-lg-1 {
		margin-top: 0.25rem !important
	}
	.mr-lg-1 {
		margin-right: 0.25rem !important
	}
	.mb-lg-1 {
		margin-bottom: 0.25rem !important
	}
	.ml-lg-1 {
		margin-left: 0.25rem !important
	}
	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important
	}
	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}
	.m-lg-2 {
		margin: 0.5rem !important
	}
	.mt-lg-2 {
		margin-top: 0.5rem !important
	}
	.mr-lg-2 {
		margin-right: 0.5rem !important
	}
	.mb-lg-2 {
		margin-bottom: 0.5rem !important
	}
	.ml-lg-2 {
		margin-left: 0.5rem !important
	}
	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important
	}
	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}
	.m-lg-3 {
		margin: 1rem !important
	}
	.mt-lg-3 {
		margin-top: 1rem !important
	}
	.mr-lg-3 {
		margin-right: 1rem !important
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important
	}
	.ml-lg-3 {
		margin-left: 1rem !important
	}
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.m-lg-4 {
		margin: 1.5rem !important
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important
	}
	.mr-lg-4 {
		margin-right: 1.5rem !important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-lg-4 {
		margin-left: 1.5rem !important
	}
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	.m-lg-5 {
		margin: 3rem !important
	}
	.mt-lg-5 {
		margin-top: 3rem !important
	}
	.mr-lg-5 {
		margin-right: 3rem !important
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important
	}
	.ml-lg-5 {
		margin-left: 3rem !important
	}
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	.p-lg-0 {
		padding: 0 !important
	}
	.pt-lg-0 {
		padding-top: 0 !important
	}
	.pr-lg-0 {
		padding-right: 0 !important
	}
	.pb-lg-0 {
		padding-bottom: 0 !important
	}
	.pl-lg-0 {
		padding-left: 0 !important
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.p-lg-1 {
		padding: 0.25rem !important
	}
	.pt-lg-1 {
		padding-top: 0.25rem !important
	}
	.pr-lg-1 {
		padding-right: 0.25rem !important
	}
	.pb-lg-1 {
		padding-bottom: 0.25rem !important
	}
	.pl-lg-1 {
		padding-left: 0.25rem !important
	}
	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important
	}
	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}
	.p-lg-2 {
		padding: 0.5rem !important
	}
	.pt-lg-2 {
		padding-top: 0.5rem !important
	}
	.pr-lg-2 {
		padding-right: 0.5rem !important
	}
	.pb-lg-2 {
		padding-bottom: 0.5rem !important
	}
	.pl-lg-2 {
		padding-left: 0.5rem !important
	}
	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important
	}
	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}
	.p-lg-3 {
		padding: 1rem !important
	}
	.pt-lg-3 {
		padding-top: 1rem !important
	}
	.pr-lg-3 {
		padding-right: 1rem !important
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important
	}
	.pl-lg-3 {
		padding-left: 1rem !important
	}
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.p-lg-4 {
		padding: 1.5rem !important
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important
	}
	.pr-lg-4 {
		padding-right: 1.5rem !important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-lg-4 {
		padding-left: 1.5rem !important
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	.p-lg-5 {
		padding: 3rem !important
	}
	.pt-lg-5 {
		padding-top: 3rem !important
	}
	.pr-lg-5 {
		padding-right: 3rem !important
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important
	}
	.pl-lg-5 {
		padding-left: 3rem !important
	}
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	.m-lg-auto {
		margin: auto !important
	}
	.mt-lg-auto {
		margin-top: auto !important
	}
	.mr-lg-auto {
		margin-right: auto !important
	}
	.mb-lg-auto {
		margin-bottom: auto !important
	}
	.ml-lg-auto {
		margin-left: auto !important
	}
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important
	}
	.mt-xl-0 {
		margin-top: 0 !important
	}
	.mr-xl-0 {
		margin-right: 0 !important
	}
	.mb-xl-0 {
		margin-bottom: 0 !important
	}
	.ml-xl-0 {
		margin-left: 0 !important
	}
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.m-xl-1 {
		margin: 0.25rem !important
	}
	.mt-xl-1 {
		margin-top: 0.25rem !important
	}
	.mr-xl-1 {
		margin-right: 0.25rem !important
	}
	.mb-xl-1 {
		margin-bottom: 0.25rem !important
	}
	.ml-xl-1 {
		margin-left: 0.25rem !important
	}
	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important
	}
	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}
	.m-xl-2 {
		margin: 0.5rem !important
	}
	.mt-xl-2 {
		margin-top: 0.5rem !important
	}
	.mr-xl-2 {
		margin-right: 0.5rem !important
	}
	.mb-xl-2 {
		margin-bottom: 0.5rem !important
	}
	.ml-xl-2 {
		margin-left: 0.5rem !important
	}
	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important
	}
	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}
	.m-xl-3 {
		margin: 1rem !important
	}
	.mt-xl-3 {
		margin-top: 1rem !important
	}
	.mr-xl-3 {
		margin-right: 1rem !important
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important
	}
	.ml-xl-3 {
		margin-left: 1rem !important
	}
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.m-xl-4 {
		margin: 1.5rem !important
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important
	}
	.mr-xl-4 {
		margin-right: 1.5rem !important
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-xl-4 {
		margin-left: 1.5rem !important
	}
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	.m-xl-5 {
		margin: 3rem !important
	}
	.mt-xl-5 {
		margin-top: 3rem !important
	}
	.mr-xl-5 {
		margin-right: 3rem !important
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important
	}
	.ml-xl-5 {
		margin-left: 3rem !important
	}
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	.p-xl-0 {
		padding: 0 !important
	}
	.pt-xl-0 {
		padding-top: 0 !important
	}
	.pr-xl-0 {
		padding-right: 0 !important
	}
	.pb-xl-0 {
		padding-bottom: 0 !important
	}
	.pl-xl-0 {
		padding-left: 0 !important
	}
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.p-xl-1 {
		padding: 0.25rem !important
	}
	.pt-xl-1 {
		padding-top: 0.25rem !important
	}
	.pr-xl-1 {
		padding-right: 0.25rem !important
	}
	.pb-xl-1 {
		padding-bottom: 0.25rem !important
	}
	.pl-xl-1 {
		padding-left: 0.25rem !important
	}
	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important
	}
	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}
	.p-xl-2 {
		padding: 0.5rem !important
	}
	.pt-xl-2 {
		padding-top: 0.5rem !important
	}
	.pr-xl-2 {
		padding-right: 0.5rem !important
	}
	.pb-xl-2 {
		padding-bottom: 0.5rem !important
	}
	.pl-xl-2 {
		padding-left: 0.5rem !important
	}
	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important
	}
	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}
	.p-xl-3 {
		padding: 1rem !important
	}
	.pt-xl-3 {
		padding-top: 1rem !important
	}
	.pr-xl-3 {
		padding-right: 1rem !important
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important
	}
	.pl-xl-3 {
		padding-left: 1rem !important
	}
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.p-xl-4 {
		padding: 1.5rem !important
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important
	}
	.pr-xl-4 {
		padding-right: 1.5rem !important
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-xl-4 {
		padding-left: 1.5rem !important
	}
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	.p-xl-5 {
		padding: 3rem !important
	}
	.pt-xl-5 {
		padding-top: 3rem !important
	}
	.pr-xl-5 {
		padding-right: 3rem !important
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important
	}
	.pl-xl-5 {
		padding-left: 3rem !important
	}
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	.m-xl-auto {
		margin: auto !important
	}
	.mt-xl-auto {
		margin-top: auto !important
	}
	.mr-xl-auto {
		margin-right: auto !important
	}
	.mb-xl-auto {
		margin-bottom: auto !important
	}
	.ml-xl-auto {
		margin-left: auto !important
	}
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

.text-justify {
	text-align: justify !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	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-normal {
	font-weight: normal
}

.font-weight-bold {
	font-weight: bold
}

.font-italic {
	font-style: italic
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0062cc !important
}

.text-secondary {
	color: #868e96 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #6c747d !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
	color: #1e7e34 !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #117a8b !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #d39e00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #bd2130 !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
	color: #dae0e5 !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #1d2124 !important
}

.text-muted {
	color: #868e96 !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
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
	padding: 0px 0px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter, opacity, filter;
	transition-property: opacity, filter;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}

.hamburger:hover {
	opacity: 1
}

.hamburger-box {
	width: 31px;
	height: 25px;
	display: inline-block;
	position: relative
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2.5px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 31px;
	height: 5px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	-webkit-transition-property: -webkit-transform top bottom;
	transition-property: transform top bottom;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block
}

.hamburger-inner::before {
	top: -10px
}

.hamburger-inner::after {
	bottom: -10px
}

.hamburger--spin .hamburger-inner {
	-webkit-transition-duration: 0.22s;
	transition-duration: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in
}

.hamburger--spin .hamburger-inner::after {
	-webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin.is-active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.datatype-wysiwyg:before,
.page-element-content-block-dynamic:before,
.page-element-subpage-content-dynamic:before,
.site-footer:before,
.js-scrollspy__section:before,
.datatype-wysiwyg:after,
.page-element-content-block-dynamic:after,
.page-element-subpage-content-dynamic:after,
.site-footer:after,
.js-scrollspy__section:after {
	content: " ";
	display: table
}

.datatype-wysiwyg:after,
.page-element-content-block-dynamic:after,
.page-element-subpage-content-dynamic:after,
.site-footer:after,
.js-scrollspy__section:after {
	clear: both
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	background-color: #fff;
	background-image: url(backgrounds/canvas-07e6b452459cc63d1facc7061a789772.jpg);
	background-repeat: repeat;
	background-size: 98px 96px;
	color: #5f6062;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 100;
	line-height: 1.1em;
	letter-spacing: 0.025em;
	text-transform: uppercase
}

h1 {
	font-size: 2.2rem
}

h2 {
	font-size: 2.2rem
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 12px
}

p {
	margin-bottom: 20px
}

blockquote {
	background-color: #eee;
	margin-bottom: 20px;
	padding: 10px
}

pre {
	font-family: Menlo, Monaco, "Andale Mono", "Lucida Console", monospace;
	margin-bottom: 20px
}

a {
	color: #2ba5cc;
	text-decoration: none
}

code {
	font-family: Menlo, Monaco, "Andale Mono", "Lucida Console", monospace
}

del,
strike {
	text-decoration: line-through
}

em,
i {
	font-style: italic
}

small {
	font-size: 75%
}

strong,
b {
	font-weight: bold
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

table {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 20px;
	width: 100%
}

th {
	background-color: #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	padding: 10px
}

td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 10px
}

input {
	border-radius: 0;
	margin: 0;
	padding: 0
}

input[type=submit] {
	-webkit-appearance: none
}

@media (min-width: 992px) {
	h1 {
		font-size: 72px
	}
	h2 {
		font-size: 50px
	}
}

.js-animate__up-and-in {
	opacity: 0;
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
	-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}

.js-animate__in {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s
}

.js-animate.animated .js-animate__up-and-in {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.js-animate.animated .js-animate__in {
	opacity: 1
}

.js-expando__trigger:hover:not(.disabled) {
	cursor: pointer
}

.js-expando__content:not(.is-shown) {
	display: none
}

.mdrnzr_js .js-tabbed__panel:not(:first-child) {
	display: none
}

.js-tabbed-mobile-dropdown .js-tabbed__tabs {
	display: none
}

@media (min-width: 576px) {
	.js-tabbed-mobile-dropdown .js-tabbed__dropdown {
		display: none
	}
	.js-tabbed-mobile-dropdown .js-tabbed__tabs {
		display: block
	}
}

.about-feature {
	margin-bottom: 80px;
	position: relative
}

.about-feature__card h2 {
	border-bottom: 1px solid #5f6062;
	margin-bottom: 30px;
	padding-bottom: 20px
}

.about-feature__card .text-link {
	margin-bottom: 30px
}

.about-feature__card .button {
	margin-top: 15px
}

.about-feature__image {
	display: none;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 752px
}

.about-feature--image-left .about-feature__image {
	left: 0;
	right: auto
}

.about-feature__events li {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1em;
	margin-bottom: 40px;
	position: relative
}

.about-feature__events li>div {
	position: relative
}

.about-feature__events li>div:first-child {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-bottom: 5px
}

.about-feature__events li>div:first-child>* {
	color: #04092f;
	font-size: 24px;
	font-weight: bold;
	padding-right: 10px
}

.about-feature__events li>div:last-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.about-feature__events li>div>* {
	background-color: #fff;
	display: inline-block
}

.about-feature__events li a {
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.about-feature__events li a:hover {
	color: #2ba5cc
}

@media (min-width: 576px) {
	.about-feature__events li {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.about-feature__events li:before {
		border-left: 0 dotted #9da2a8;
		border-right: 0 dotted #9da2a8;
		border-top: 15px dotted #9da2a8;
		border-bottom: 0 dotted #9da2a8;
		border-image: url('svg/dot-69017ad02ec3b1aa4df2d7f7c85a8e76.svg') 33% 33% 15px 0 0 0 repeat;
		bottom: 0;
		content: '';
		height: 0;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 10px;
		width: 100%
	}
	.about-feature__events li>div:first-child {
		margin-bottom: 0
	}
	.about-feature__events li>div:last-child>* {
		padding-left: 10px
	}
}

@media (min-width: 992px) {
	.about-feature {
		padding-top: 80px
	}
	.about-feature__card {
		background-color: #fff;
		box-shadow: -2px 0 4px 2px rgba(0, 0, 0, 0.2);
		padding: 30px
	}
	.about-feature__image {
		display: block
	}
}

.aa-input-container {
	position: relative
}

.aa-input-search {
	width: 100%;
	padding: 12px 28px 12px 12px;
	border: 2px solid #e4e4e4;
	border-radius: 4px;
	-webkit-transition: .2s;
	transition: .2s;
	font-family: "Montserrat", sans-serif;
	box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
	font-size: 11px;
	box-sizing: border-box;
	color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.aa-input-search::-webkit-search-decoration,
.aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button,
.aa-input-search::-webkit-search-results-decoration {
	display: none
}

.aa-input-search:focus {
	outline: 0;
	border-color: #3a96cf;
	box-shadow: 4px 4px 0 rgba(58, 150, 207, 0.1)
}

.aa-input-icon {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	fill: #e4e4e4
}

.aa-dropdown-menu {
	background-color: #fff;
	border: 2px solid rgba(228, 228, 228, 0.6);
	border-top-width: 1px;
	font-family: "Montserrat", sans-serif;
	width: 100%;
	margin-top: 10px;
	box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
	font-size: 11px;
	box-sizing: border-box
}

.aa-suggestion {
	padding: 12px;
	border-top: 1px solid rgba(228, 228, 228, 0.6);
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.aa-suggestion:hover,
.aa-suggestion.aa-cursor {
	background-color: rgba(241, 241, 241, 0.35)
}

.aa-suggestion>span:first-child {
	color: #333
}

.aa-suggestion>span:last-child {
	text-transform: uppercase;
	color: #a9a9a9
}

.aa-suggestion>span:first-child em,
.aa-suggestion>span:last-child em {
	font-weight: 700;
	font-style: normal;
	background-color: rgba(58, 150, 207, 0.1);
	padding: 2px 0 2px 2px
}

.ais-pagination {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 70px
}

.ais-pagination--item {
	margin: 0 20px
}

.ais-pagination--item__first,
.ais-pagination--item__previous,
.ais-pagination--item__next,
.ais-pagination--item__last {
	font-size: 34px
}

.ais-pagination--item__page {
	display: none
}

.ais-pagination--item__page.ais-pagination--item__active {
	display: block;
	font-weight: bold
}

.ais-pagination--item__page.ais-pagination--item__active .ais-pagination--link {
	border-bottom: 2px solid #2ba5cc
}

.ais-pagination--item:not(.ais-pagination--item__disabled) .ais-pagination--link {
	-webkit-transition: border-color, color 0.2s ease-in-out;
	transition: border-color, color 0.2s ease-in-out
}

.ais-pagination--item:not(.ais-pagination--item__disabled) .ais-pagination--link:hover {
	border-color: #4197b5;
	color: #4197b5
}

.ais-search-box--powered-by {
	position: absolute;
	top: calc(100% + 20px)
}

.ais-hits {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px
}

.ais-hits--item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}

.algolia-autocomplete {
	display: block !important;
	height: 100%
}

.algolia-autocomplete pre,
.algolia-autocomplete .aa-hint {
	display: none !important
}

.algolia-autocomplete .aa-input {
	border: 0 !important;
	border-bottom: 1px solid #2ba5cc !important;
	color: #5f6062;
	height: 65px;
	margin: 0 !important;
	text-overflow: ellipsis
}

.algolia-autocomplete .aa-input::-webkit-input-placeholder {
	font-style: italic
}

.algolia-autocomplete .aa-input::-moz-placeholder {
	font-style: italic
}

.algolia-autocomplete .aa-input:-ms-input-placeholder {
	font-style: italic
}

.algolia-autocomplete .aa-input::placeholder {
	font-style: italic
}

.primary-nav .algolia-autocomplete .aa-input {
	border-bottom: 0 !important;
	color: #5f6062
}

.algolia-autocomplete .aa-suggestion {
	color: #5f6062;
	font-size: 14px
}

.algolia-autocomplete .aa-suggestion em {
	color: #393839;
	font-style: normal;
	font-weight: bold
}

.algolia-autocomplete .aa-dropdown-menu {
	background-color: #e4edf1;
	margin: 0;
	position: absolute;
	top: 100%
}

.primary-nav .algolia-autocomplete .aa-dropdown-menu {
	position: relative;
	top: 0
}

#hits--videos .ais-hits__empty {
	margin-top: 80px
}

@media (max-width: 991px) {
	.primary-nav .algolia-autocomplete .aa-dropdown-menu {
		left: -65px !important;
		width: 280px
	}
}

@media (min-width: 576px) {
	.ais-pagination--item__page {
		display: block
	}
	.ais-hits--item {
		margin-bottom: 30px;
		width: 100%
	}
	.ais-hits--item .card {
		width: 100%
	}
	.algolia-autocomplete .aa-input {
		border-bottom: 1px solid #fff !important;
		color: #fff
	}
	.primary-nav .algolia-autocomplete .aa-input {
		color: #5f6062
	}
}

@media (min-width: 992px) {
	.algolia-autocomplete {
		position: absolute;
		width: 100%
	}
	.algolia-autocomplete .aa-suggestion {
		font-size: 24px !important;
		padding-left: 70px !important
	}
	.primary-nav .algolia-autocomplete .aa-suggestion {
		padding-left: 130px !important
	}
	.algolia-autocomplete .aa-input {
		font-size: 24px !important;
		padding-left: 70px !important
	}
	.primary-nav .algolia-autocomplete .aa-input {
		background-color: #f7f7f7 !important;
		padding-left: 130px !important
	}
	.ais-hits--item {
		width: 100%
	}
	.ais-hits--item .card {
		width: 100%
	}
}

@media (min-width: 1200px) {
	.ais-hits {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.article-detail {
	background-color: #fff
}

.article-detail__card {
	background-color: #fff;
	position: relative
}

.article-detail__card h2 {
	font-size: 20px
}

.article-detail__card .article-detail__bottom-nav {
	border-top: 1px solid #5f6062;
	margin: 40px 0;
	padding-top: 40px
}

.article-detail__author {
	color: #2ba5cc;
	font-weight: bold
}

.article-detail__date {
	color: #04092f;
	font-weight: bold
}

.article-detail__header {
	border-bottom: 1px solid #5f6062;
	margin-bottom: 50px;
	padding-bottom: 30px
}

.article-detail__header .selectboxit-container {
	margin-top: 10px
}

.article-detail__title {
	color: #04092f;
	font-size: 38px;
	font-weight: bold
}

.article-detail .js-share {
	margin-top: 20px
}

.article-detail__bottom-nav {
	border-top: 1px solid #5f6062;
	margin: 60px 0 150px;
	padding-top: 80px
}

.article-detail__bottom-nav .selectboxit-container {
	margin-bottom: 40px
}

.article-detail__content h2 {
	font-size: 20px;
	font-weight: 100
}

.article-detail__content h2 strong {
	font-weight: 700
}

@media (min-width: 576px) {
	.article-detail__card {
		padding: 40px
	}
	.article-detail__title {
		font-size: 50px
	}
}

@media (min-width: 768px) {
	.article-detail {
		background-color: transparent
	}
}

@media (min-width: 992px) {
	.article-detail__card {
		box-shadow: -4px 0 10px 2px rgba(0, 0, 0, 0.2);
		padding: 80px 0 120px
	}
	.article-detail__card .article-detail__bottom-nav {
		margin: 40px 0 0
	}
	.article-detail__header {
		margin-bottom: 80px;
		padding-bottom: 20px
	}
	.article-detail__header .selectboxit-container {
		margin-top: 0
	}
	.article-detail__content h2 {
		text-align: left
	}
	.article-detail__bottom-nav {
		border-top: 0;
		margin: 80px 0 150px;
		padding-top: 0
	}
	.article-detail__bottom-nav .selectboxit-container {
		margin-bottom: 0
	}
}

.ask-an-expert-cta {
	background: -webkit-linear-gradient(left, #35647e, #4197b5);
	background: linear-gradient(to right, #35647e, #4197b5);
	color: #fff;
	margin-bottom: 120px;
	padding: 40px 0;
	position: relative;
	text-align: center
}

.ask-an-expert-cta__headline {
	margin-bottom: 30px
}

@media (min-width: 992px) {
	.ask-an-expert-cta {
		height: 280px;
		padding: 0
	}
	.ask-an-expert-cta:before,
	.ask-an-expert-cta:after {
		content: '';
		height: 140px;
		left: 20px;
		position: absolute;
		width: 95px
	}
	.ask-an-expert-cta:before {
		background-color: #40c8f4;
		top: 0;
		-webkit-transform: skew(30deg);
		-ms-transform: skew(30deg);
		transform: skew(30deg)
	}
	.ask-an-expert-cta:after {
		background-color: #4098b6;
		bottom: 0;
		-webkit-transform: skew(-30deg);
		-ms-transform: skew(-30deg);
		transform: skew(-30deg)
	}
}

@media (min-width: 1200px) {
	.ask-an-expert-cta {
		height: 240px
	}
	.ask-an-expert-cta:before,
	.ask-an-expert-cta:after {
		height: 120px
	}
}

.buttons>.button {
	margin-bottom: 10px;
	margin-right: 10px
}

.buttons>.button:last-child {
	margin-right: 0
}

.button {
	background-color: transparent;
	border-color: #2ba5cc;
	border-style: solid;
	border-width: 2px;
	color: #2ba5cc;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding: 14px 50px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out
}

.button span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1
}

.button span svg {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 20px;
	width: 20px
}

.button:before,
.button:after {
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out;
	z-index: 0
}

.button:before {
	background-color: rgba(43, 165, 204, 0.2);
	left: 0;
	width: 0
}

.button:after {
	right: 0;
	width: 100%
}

.button:hover,
.button:focus {
	color: #2ba5cc;
	cursor: pointer
}

.button:hover:before,
.button:focus:before {
	width: 100%
}

.button:hover:after,
.button:focus:after {
	width: 0
}

.button:active {
	color: #fff
}

.button:active:before {
	background-color: #2ba5cc;
	width: 100%
}

.button:active span svg.svg-lock .stroke-blue {
	stroke: #fff
}

.button:active span svg.svg-lock .fill-blue {
	fill: #fff
}

.button--compact {
	padding: 14px 30px
}

.button--solid {
	background-color: #2ba5cc;
	color: #fff
}

.button--solid:before {
	background-color: #4197b5
}

.button--solid:hover,
.button--solid:focus {
	color: #fff
}

.button--solid:active {
	border-color: #04092f
}

.button--solid:active:before {
	background-color: #04092f
}

.button--white {
	border-color: #fff;
	color: #fff
}

.button--white:after {
	background-color: rgba(255, 255, 255, 0.2)
}

.button--white:before {
	background-color: rgba(0, 0, 0, 0.2)
}

.button--white:hover,
.button--white:focus {
	color: #fff
}

.button--white:active {
	color: #2ba5cc
}

.button--white:active:before {
	background-color: #fff
}

.button--orange {
	background-color: #e26b2a;
	border-color: #e26b2a;
	color: #fff
}

.button--orange:before {
	background-color: #cf6329
}

.button--orange:hover,
.button--orange:focus {
	border-color: #cf6329;
	color: #fff
}

.button--orange:active {
	border-color: #e26b2a;
	color: #e26b2a
}

.button--orange:active:before {
	background-color: #fff
}

.button--teal {
	background-color: #04092f;
	border-color: #04092f;
	color: #fff
}

.button--teal:before {
	background-color: #132830
}

.button--teal:hover,
.button--teal:focus {
	border-color: #132830;
	color: #fff
}

.button--teal:active {
	border-color: #04092f;
	color: #04092f
}

.button--teal:active:before {
	background-color: #fff
}

@media (max-width: 991px) {
	.buttons--span-mobile>.button {
		width: 100%
	}
}

@media (min-width: 768px) {
	.button {
		letter-spacing: 0.125em
	}
	.button--md-white {
		border-color: #fff;
		color: #fff
	}
	.button--md-white:after {
		background-color: rgba(255, 255, 255, 0.2)
	}
	.button--md-white:before {
		background-color: rgba(0, 0, 0, 0.2)
	}
	.button--md-white:hover,
	.button--md-white:focus {
		color: #fff
	}
	.button--md-white:active {
		color: #2ba5cc
	}
	.button--md-white:active:before {
		background-color: #fff
	}
}

@media (min-width: 992px) {
	.button--lg-login {
		border-color: #fff;
		color: #fff
	}
	.button--lg-login:after {
		background-color: #04092f
	}
	.button--lg-white {
		border-color: #fff;
		color: #fff
	}
	.button--lg-white:after {
		background-color: rgba(255, 255, 255, 0.2)
	}
	.button--lg-white:before {
		background-color: rgba(0, 0, 0, 0.2)
	}
	.button--lg-white:hover,
	.button--lg-white:focus {
		color: #fff
	}
	.button--lg-white:active {
		color: #2ba5cc
	}
	.button--lg-white:active:before {
		background-color: #fff
	}
}

.cards-wrap {
	background-color: #fff
}

.cards {
	border-bottom: 1px solid #9da2a8;
	margin-bottom: 100px
}

.card {
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	background-color: #fff;
	border-top: 1px solid #9da2a8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 0;
	margin: 0 12px;
	overflow: hidden;
	padding: 40px 0;
	position: relative;
	width: 100%
}

.card__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 121px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91px
}

.card__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	min-height: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 0 20px;
	width: 100%
}

.card__content p {
	color: #5f6062;
	font-size: 14px
}

.card__heading {
	color: #04092f;
	font-weight: bold;
	letter-spacing: 0.165em;
	line-height: 1.28em;
	margin-bottom: 10px;
	text-transform: uppercase
}

.card__subheading {
	color: #2ba5cc
}

.card--contain .card__image {
	background-size: contain
}

.ais-hits--item .card {
	margin: 0
}

@media (min-width: 576px) {
	.cards-wrap {
		background-color: transparent
	}
	.cards {
		border-bottom: 0;
		margin-bottom: 0
	}
	.card {
		border: 0;
		box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
		margin-bottom: 70px;
		min-height: 200px;
		padding: 0;
		width: 535px
	}
	.card__image {
		height: 100%;
		min-height: 100%;
		width: 170px
	}
	.browser-safari .card__image {
		height: auto
	}
	.card__content {
		height: 100%;
		padding: 30px 30px 35px 30px
	}
	.card__content p {
		margin-bottom: 0
	}
	.card__content .text-link {
		margin-top: 30px
	}
	.browser-safari .card__content {
		height: auto
	}
	.ais-hits--item .card {
		margin: 0 12px
	}
}

@media (min-width: 992px) {
	.cards-wrap--push-down {
		margin-top: 60px
	}
	.card {
		width: 456px
	}
}

@media (min-width: 1200px) {
	.card {
		width: 535px
	}
}

.careers {
	margin-bottom: 150px
}

.careers__filter-open {
	border-bottom: 1px solid #5f6062;
	border-top: 1px solid #5f6062;
	margin-bottom: 40px;
	margin-top: 40px;
	margin-left: -24px;
	margin-right: -24px
}

.careers__filter-close {
	background-color: #fff;
	border: 2px solid #5f6062;
	border-radius: 50%;
	display: block;
	height: 40px;
	margin: 0 20px 20px auto;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 40px
}

.careers__filter-close:before,
.careers__filter-close:after {
	background-color: #5f6062;
	border-radius: 3px;
	bottom: 0;
	content: '';
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 16px
}

.careers__filter-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.careers__filter-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.careers__filter-close:hover {
	background-color: #5f6062
}

.careers__filter-close:hover:before,
.careers__filter-close:hover:after {
	background-color: #fff
}

.careers__no-results {
	margin-top: 40px
}

.careers__filters {
	background-color: #fff;
	margin-bottom: 80px;
	padding-bottom: 40px;
	padding-top: 20px;
	text-align: center
}

.careers__filters .expando__icon {
	height: 40px;
	width: 40px
}

.careers__filters .expando__trigger {
	border-bottom: 1px solid #5f6062;
	border-top: 1px solid #5f6062;
	font-size: 20px;
	margin-top: -1px;
	padding: 20px 30px
}

.careers__filters .expando:first-child .expando__trigger {
	border-top: 0;
	margin-top: 0
}

.careers__filters .form__checkbox {
	margin-bottom: 0;
	padding: 20px 35px;
	text-align: left
}

.careers__filters .form__checkbox+.form__checkbox {
	border-top: 1px solid #5f6062
}

.careers__filters .button {
	margin-top: 40px;
	margin-bottom: 0
}

.careers .career {
	border-bottom: none
}

.careers .career__type {
	display: none
}

.career {
	padding: 20px 0
}

.career__back {
	margin-top: 40px
}

.career__title,
.career__location {
	font-size: 24px;
	font-weight: bold;
	text-transform: none
}

.career__title {
	color: #04092f
}

.career__location {
	color: #4197b5
}

.career__description {
	margin-top: 20px
}

.career__description ul {
	list-style: disc;
	margin-left: 20px
}

.career .button {
	margin-top: 30px
}

@media (min-width: 576px) {
	.careers__filter-toggle {
		margin-left: 0;
		margin-right: 0
	}
}

@media (min-width: 992px) {
	.careers__filters-wrap {
		background-color: white;
		position: relative
	}
	.careers__filters-wrap:after {
		background-color: white;
		bottom: -150px;
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 50vw;
		z-index: -1
	}
	.careers__filters {
		padding-bottom: 0;
		padding-top: 0;
		text-align: left
	}
}

.company-news {
	margin-bottom: 150px
}

.company-news .cards {
	border-bottom: 0
}

.company-news .cards .card {
	border-top: 0;
	border-bottom: 1px solid #5f6062
}

.company-news .cards .card:first-child {
	border-top: 1px solid #5f6062
}

.company-news .button {
	margin-top: 40px
}

@media (min-width: 576px) {
	.company-news .cards .card {
		border: 0 !important
	}
	.company-news .button {
		margin-top: 0
	}
}

.contact-form {
	margin: 80px 0 150px
}

.contact-form__header {
	margin-bottom: 60px
}

.contact-form--bordered {
	margin-top: 0
}

.contact-form--bordered .contact-form__header {
	border-top: 1px solid #5f6062;
	padding-top: 40px
}

@media (min-width: 992px) {
	.contact-form--bordered {
		margin-top: 80px
	}
	.contact-form--bordered .contact-form__header {
		border-top: 0;
		padding-top: 0
	}
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin-bottom: 20px
}

.content h1:not(:first-child),
.content h2:not(:first-child),
.content h3:not(:first-child),
.content h4:not(:first-child),
.content h5:not(:first-child),
.content h6:not(:first-child) {
	margin-top: 40px
}

.content ol,
.content ul {
	margin-bottom: 20px;
	padding-left: 20px
}

.content ol {
	list-style-type: decimal
}

.content ul {
	list-style-type: disc
}

.content img {
	display: inline-block;
	height: auto;
	margin-bottom: 20px;
	max-width: 100%
}

.content .float-left,
.content .float-right {
	display: block;
	width: 100%
}

.datatype-wysiwyg ul,
.page-element-content-block-dynamic ul,
.page-element-subpage-content-dynamic ul {
	list-style: none;
	margin-left: 20px
}

.datatype-wysiwyg ul li,
.page-element-content-block-dynamic ul li,
.page-element-subpage-content-dynamic ul li {
	position: relative
}

.datatype-wysiwyg ul li:before,
.page-element-content-block-dynamic ul li:before,
.page-element-subpage-content-dynamic ul li:before {
	background-color: #207f9d;
	border-radius: 50%;
	content: '';
	display: block;
	height: 5px;
	left: -15px;
	margin: auto;
	position: absolute;
	top: 12px;
	width: 5px
}

.datatype-wysiwyg ul ul,
.page-element-content-block-dynamic ul ul,
.page-element-subpage-content-dynamic ul ul {
	margin-bottom: 15px;
	margin-top: 15px
}

.datatype-wysiwyg ul ul li:before,
.page-element-content-block-dynamic ul ul li:before,
.page-element-subpage-content-dynamic ul ul li:before {
	border-radius: 0;
	height: 2px;
	top: 14px;
	width: 6px
}

.datatype-wysiwyg ol,
.page-element-content-block-dynamic ol,
.page-element-subpage-content-dynamic ol {
	list-style: decimal;
	margin-left: 20px
}

@media (min-width: 576px) {
	.content .float-left,
	.content .float-right {
		width: auto
	}
	.content .float-left {
		float: left;
		margin-right: 20px
	}
	.content .float-right {
		float: right;
		margin-left: 20px
	}
}

@media (min-width: 992px) {
	.page-element-content-block-dynamic {
		margin-top: 0
	}
}

.cta-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 200px;
	padding: 40px;
	position: relative
}

.cta-banner:before {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.cta-banner__headline {
	font-size: 50px;
	font-weight: 100;
	line-height: 1.1em;
	text-align: center
}

.cta-banner__headline p {
	margin-bottom: 0
}

.cta-banner .button {
	margin-top: 30px
}

.tpl-homepage .cta-banner {
	margin-bottom: 100px
}

@media (min-width: 992px) {
	.cta-banner {
		padding: 50px
	}
	.cta-banner__headline {
		text-align: left
	}
	.cta-banner .button {
		margin-top: 0
	}
}

.division-cards .col {
	margin-bottom: 50px
}

.division-card {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	padding: 20px 15px;
	width: 272px
}

.division-card>div {
	width: 100%
}

.division-card__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 242px;
	width: 242px
}

.division-card__name {
	color: #04092f;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center
}

.division-card .button {
	margin-top: 30px;
	max-width: 100%
}

@media (min-width: 576px) {
	.division-card {
		width: 100%
	}
	.division-card__image {
		padding-bottom: 100%;
		width: 100%
	}
}

@media (min-width: 768px) {
	.division-card {
		box-shadow: none;
		-webkit-transition: box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out
	}
	.division-card:hover {
		box-shadow: -4px 0 5px 2px rgba(0, 0, 0, 0.2);
		-webkit-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1)
	}
}

.events {
	margin-bottom: 100px
}

.event-card {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	margin: 0 auto 20px;
	max-width: 100%;
	padding: 25px 20px;
	width: 280px
}

.event-card>div {
	width: 100%
}

.event-card__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
	padding-bottom: 51.5463917526%;
	width: 100%
}

.event-card__title {
	color: #04092f;
	font-weight: bold
}

.event-card__division {
	font-style: italic;
	font-weight: bold
}

.event-card__description {
	margin-top: 10px
}

.event-card__description p {
	margin-bottom: 0
}

.event-card .button {
	margin-top: 20px
}

@media (min-width: 576px) {
	.event-card {
		padding: 40px;
		width: 320px
	}
}

@media (min-width: 992px) {
	.events {
		margin-bottom: 0
	}
	.event-card {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		box-shadow: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
		padding: 0 0 70px;
		width: 270px
	}
}

@media (min-width: 1200px) {
	.event-card {
		width: 290px
	}
}

.event-cta {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	margin: 0 auto 65px;
	max-width: 1116px;
	overflow: hidden;
	padding: 40px 34px;
	position: relative
}

.event-cta:before {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.event-cta__line {
	box-shadow: 0px -2px 25px 5px rgba(43, 165, 204, 0.5);
	background-color: #2ba5cc;
	bottom: 0;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	right: 0
}

.event-cta__headline {
	font-size: 2.5rem;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: 100
}

.event-cta__subheadline {
	font-weight: bold;
	line-height: 1.1em
}

.event-cta__description {
	margin: 20px 0 40px
}

@media (min-width: 576px) {
	.event-cta__headline {
		font-size: 50px
	}
}

@media (min-width: 768px) {
	.event-cta {
		padding: 50px
	}
}

.expando__trigger {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: #2ba5cc;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-weight: bold;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 24px 30px;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out
}

.expando__trigger>*:first-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.expando__content {
	background-color: #fff
}

.expando__icon {
	background-color: #fff;
	border: 2px solid #2ba5cc;
	border-radius: 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 50px;
	margin-left: 10px;
	position: relative;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	width: 50px
}

.expando__icon:before,
.expando__icon:after {
	background-color: #2ba5cc;
	bottom: 0;
	content: '';
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 20px
}

.expando__icon:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out
}

.expando.is-selected .expando__trigger {
	background-color: #2ba5cc;
	color: #fff
}

.expando.is-selected .expando__icon {
	border-color: transparent
}

.expando.is-selected .expando__icon:before {
	opacity: 0
}

.exploration-slider {
	border-top: 5px solid #32c5f4;
	box-sizing: content-box;
	color: #fff;
	height: 790px;
	margin-bottom: 80px;
	overflow: hidden;
	padding-bottom: 120px;
	position: relative
}

.exploration-slider__slider {
	margin-bottom: 80px
}

.exploration-slider__content {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 320px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.exploration-slider__description {
	font-size: 16px;
	line-height: 1.3em
}

.exploration-slider__headline {
	font-size: 38px;
	margin-bottom: 10px
}

.exploration-slider__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.exploration-slider__image:after {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.exploration-slider__products {
	bottom: -60px;
	position: absolute;
	width: 100%;
	z-index: 1
}

.exploration-slider .product-card {
	margin-bottom: 0
}

.exploration-slider .slick-slider .slick-list {
	overflow: visible
}

.exploration-slider .slick-slider .slick-slide {
	height: 790px;
	padding-top: 70px;
	position: relative
}

.exploration-slider .slick-slider .slick-slide:after {
	box-shadow: 0px -2px 25px 5px rgba(50, 197, 244, 0.3);
	background-color: #32c5f4;
	bottom: 0;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	right: 0
}

.exploration-slider__cta {
	margin-bottom: 100px;
	text-align: center
}

@media (max-width: 575px) {
	.exploration-slider .product-card {
		padding: 40px 25px 20px
	}
}

@media (min-width: 576px) {
	.exploration-slider__description {
		font-size: 18px
	}
}

@media (min-width: 992px) {
	.exploration-slider {
		height: 820px
	}
	.exploration-slider__content {
		height: 345px
	}
	.exploration-slider__headline {
		font-size: 50px
	}
	.exploration-slider .slick-slider .slick-slide {
		height: 820px;
		padding-top: 75px
	}
}

.featured-product {
	background-color: #fff;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
	color: #04092f;
	margin-bottom: 70px;
	margin-left: -24px;
	margin-right: -24px;
	overflow: hidden;
	padding: 50px 24px 60px;
	position: relative;
	z-index: 1
}

.featured-product__content {
	margin: auto;
	position: relative;
	text-align: center;
	z-index: 1
}

.featured-product__pretitle {
	font-weight: bold;
	letter-spacing: 0.165em;
	text-transform: uppercase
}

.featured-product__title {
	font-size: 26px;
	font-weight: 100;
	line-height: 1.1em;
	margin-bottom: 5px;
	text-transform: uppercase
}

.featured-product__image {
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 180px;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}

.featured-product__right,
.featured-product__triangle {
	display: none
}

@media (min-width: 576px) {
	.featured-product {
		margin-left: auto;
		margin-right: auto;
		width: 420px
	}
}

@media (min-width: 992px) {
	.featured-product {
		height: 400px;
		padding: 40px;
		width: auto
	}
	.featured-product__description {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.featured-product__content {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 100%;
		margin: 0;
		text-align: left;
		width: 45%
	}
	.featured-product__content-text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
		overflow: hidden;
		width: 100%
	}
	.featured-product__content .button {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.featured-product__image {
		left: auto;
		max-height: 380px;
		max-width: 280px;
		opacity: 1;
		right: 75px
	}
	.featured-product__triangle {
		bottom: 0;
		display: block;
		position: absolute;
		left: 45%;
		top: 0
	}
	.featured-product__triangle-white {
		border-color: transparent transparent transparent #fff;
		border-style: solid;
		border-width: 200px 0 200px 100px;
		width: 0;
		height: 0
	}
	.featured-product__triangle-blue {
		height: 400px;
		position: absolute;
		top: 0;
		width: 100px
	}
	.featured-product__triangle-blue:before,
	.featured-product__triangle-blue:after {
		content: '';
		display: block;
		height: 200px;
		margin: auto;
		width: 60px
	}
	.featured-product__triangle-blue:before {
		background-color: #4197b5;
		-webkit-transform: skew(30deg);
		-ms-transform: skew(30deg);
		transform: skew(30deg)
	}
	.featured-product__triangle-blue:after {
		background-color: #32c5f4;
		-webkit-transform: skew(-30deg);
		-ms-transform: skew(-30deg);
		transform: skew(-30deg)
	}
	.featured-product__right {
		background-image: url(backgrounds/featured-product-bg-a3dbb60369edfc294a22b7fb0560a7a3.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		bottom: 0;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 55%
	}
}

@media (min-width: 1200px) {
	.featured-product__content {
		width: 470px
	}
	.featured-product__title {
		font-size: 30px
	}
}

.filter-list {
	margin-bottom: 50px
}

.filter-list__title {
	border-bottom: 1px solid #5f6062;
	color: #04092f;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.165em;
	line-height: 1em;
	margin-top: 35px;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	width: 100%
}

.filter-list__title:after {
	border-right: 3px solid #2ba5cc;
	border-bottom: 3px solid #2ba5cc;
	bottom: 15px;
	content: '';
	height: 8px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	width: 8px
}

.filter-list__title.is-selected:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.filter-list__title.disabled:after {
	display: none
}

.filter-list__filters {
	border-bottom: 1px solid #5f6062;
	padding: 20px 0 5px
}

@media (min-width: 992px) {
	.filter-list__title {
		text-align: left;
		margin-top: 0;
		padding-top: 0
	}
	.filter-list__filters {
		padding: 37px 0 35px
	}
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password],
.form textarea {
	border: 1px solid #9da2a8;
	color: #5f6062;
	display: block;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
	padding: 10px 20px;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	width: 100%
}

.form input[type=text]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=tel]::-webkit-input-placeholder,
.form input[type=password]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
	font-weight: 400
}

.form input[type=text]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=tel]::-moz-placeholder,
.form input[type=password]::-moz-placeholder,
.form textarea::-moz-placeholder {
	font-weight: 400
}

.form input[type=text]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	font-weight: 400
}

.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=password]::placeholder,
.form textarea::placeholder {
	font-weight: 400
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=password]:focus,
.form textarea:focus {
	border-color: #2ba5cc;
	outline: 0
}

.form input[type=text].error,
.form input[type=email].error,
.form input[type=tel].error,
.form input[type=password].error,
.form textarea.error {
	border-color: #f63535;
	color: #f63535
}

.form textarea {
	height: 140px;
	resize: none
}

.form input[type=file] {
	color: #5f6062;
	display: block;
	padding-top: 5px;
	width: 100%
}

.form input[type=submit] {
	background-color: #aaa;
	border: none;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 100%
}

.form input[type=submit]:hover {
	background-color: #c3c3c3
}

.form select {
	display: block;
	margin-bottom: 5px;
	width: 100%
}

.form select.error~.selectboxit-container {
	border-color: #f63535
}

.form label.error {
	bottom: 0;
	color: #f63535;
	display: block;
	font-size: 14px;
	left: 0;
	position: absolute;
	width: 100%
}

.form__heading {
	margin-bottom: 10px;
	font-weight: 700
}

.form__group {
	margin-bottom: 20px
}

.form__group-heading {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}

.form__item {
	margin-bottom: 15px;
	padding-bottom: 25px;
	position: relative
}

.form__item--no-margin {
	margin-bottom: 0
}

.form__item__city {
	display: none
}

.form__field {
	margin-bottom: 5px
}

.form__label {
	color: #04092f;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px
}

.form__label--required:after {
	color: #f63535;
	content: "*"
}

.form__required-disclaimer {
	color: #9da2a8;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center
}

.form__required-disclaimer:before {
	color: #f63535;
	content: '*';
	margin-right: 5px
}

.form__checkbox {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #04092f;
	font-weight: bold;
	margin-bottom: 15px
}

.form__checkbox input {
	display: none
}

.form__checkbox input:checked~.form__checkbox-indicator:before {
	background-color: #2ba5cc
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--product::before {
	background-color: #f55050
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--case-study::before {
	background-color: #f8982e
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--office::before {
	background-color: #f8d92e
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--application::before {
	background-color: #32c5f4
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--video::before {
	background-color: #55bc75
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--brochure::before {
	background-color: #2ba5cc
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--page::before {
	background-color: #2558ff
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--software-download::before {
	background-color: #be57ff
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--technical-paper::before {
	background-color: #a59673
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--application-note::before {
	background-color: #333333
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--division::before {
	background-color: #377b4c
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--career::before {
	background-color: #1a718d
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--lab-experiment-article::before {
	background-color: #163496
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--news-article::before {
	background-color: #592679
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--nuclear-measurement-fundamental-principle-article::before {
	background-color: #50452b
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--radiation-safety-article::before {
	background-color: #ff8888
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--service::before {
	background-color: #891b1b
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--blog-post::before {
	background-color: #cb6b00
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--radiation-detector-type-article::before {
	background-color: #ebc700
}

.form__checkbox input:checked~.form__checkbox-indicator.form__checkbox-indicator--product-resource::before {
	background-color: #80e0ff
}

.form__checkbox-indicator {
	border: 1px solid #2ba5cc;
	display: inline-block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 22px;
	margin-right: 15px;
	position: relative;
	vertical-align: middle;
	width: 22px
}

.form__checkbox-indicator:before {
	bottom: 0;
	content: '';
	height: 14px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 14px
}

.form__checkbox:hover .form__checkbox-indicator:before {
	background-color: #bbd2dc
}

.form__checkbox--gray {
	color: #5f6062;
	font-weight: 400
}

.form__radio {
	display: block;
	margin-bottom: 15px;
	position: relative
}

.form__radio input {
	display: none
}

.form__radio input:checked~.form__radio-indicator:before {
	background-color: #2ba5cc
}

.form__radio-indicator {
	border: 1px solid #9da2a8;
	border-radius: 50%;
	display: inline-block;
	height: 22px;
	margin-right: 15px;
	position: relative;
	vertical-align: middle;
	width: 22px
}

.form__radio-indicator:before {
	border-radius: 50%;
	bottom: 0;
	content: '';
	height: 14px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 14px
}

.form__radio-label {
	font-weight: bold;
	vertical-align: middle
}

.form__radio label.error {
	bottom: auto;
	top: 100%
}

.form__radio:hover .form__radio-indicator:before {
	background-color: #bbd2dc
}

.form__textarea-count {
	font-size: 14px;
	opacity: 0;
	text-align: right;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out
}

.form__textarea--tall textarea {
	height: 175px
}

.form__privacy-disclaimer {
	border-bottom: 1px solid #5f6062;
	font-size: 14px;
	margin-bottom: 40px;
	padding-bottom: 50px
}

.form__privacy-disclaimer .form__checkbox {
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 25px;
	position: relative;
	padding-bottom: 25px
}

.form__privacy-disclaimer p {
	margin-bottom: 10px
}

.form--search {
	margin-bottom: 40px;
	position: relative
}

.form--search input[type=text],
.form--search input[type=email],
.form--search input[type=tel],
.form--search input[type=password],
.form--search textarea {
	padding-left: 45px
}

.form--search .clear-search {
	display: none;
	height: 24px;
	margin-top: -12px;
	position: absolute;
	left: 3px;
	top: 50%;
	width: 24px;
	z-index: 1
}

.form--search .clear-search::before,
.form--search .clear-search::after {
	content: "";
	display: block;
	position: absolute;
	width: 27px;
	height: 4px;
	background-color: #2ba5cc;
	left: 0;
	top: 50%;
	margin-top: -2px;
	border-radius: 4px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	margin-left: -3px
}

.form--search .clear-search::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.form--search .clear-search::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.form--search.primary-nav__search .clear-search {
	left: 73px
}

@media screen and (max-width: 767px) {
	.form--search.primary-nav__search .clear-search {
		display: none !important
	}
}

.form--search.primary-nav__search .clear-search::before,
.form--search.primary-nav__search .clear-search::after {
	background-color: #969595
}

.form--search svg {
	bottom: 0;
	display: block;
	top: 0;
	height: 27px;
	margin: auto;
	position: absolute;
	width: 27px;
	z-index: 1
}

.form--search svg .fill-gray {
	fill: #2ba5cc
}

@media screen and (max-width: 767px) {
	.form--search.primary-nav__search svg {
		display: none !important
	}
}

.primary-nav .form--search {
	margin-bottom: 0
}

.primary-nav .form--search svg {
	display: none
}

.primary-nav .form--search svg .fill-gray {
	fill: #969595
}

.form--language-picker {
	position: relative;
	z-index: 1
}

@media (min-width: 576px) {
	.form--search svg .fill-gray {
		fill: #969595
	}
}

@media (min-width: 768px) {
	.form--search {
		margin-bottom: 50px
	}
	.form--search input[type=text],
	.form--search input[type=email],
	.form--search input[type=tel],
	.form--search input[type=password],
	.form--search textarea {
		color: #fff
	}
	.form--search input[type=text]::-webkit-input-placeholder,
	.form--search input[type=email]::-webkit-input-placeholder,
	.form--search input[type=tel]::-webkit-input-placeholder,
	.form--search input[type=password]::-webkit-input-placeholder,
	.form--search textarea::-webkit-input-placeholder {
		color: #fff
	}
	.form--search input[type=text]::-moz-placeholder,
	.form--search input[type=email]::-moz-placeholder,
	.form--search input[type=tel]::-moz-placeholder,
	.form--search input[type=password]::-moz-placeholder,
	.form--search textarea::-moz-placeholder {
		color: #fff
	}
	.form--search input[type=text]:-ms-input-placeholder,
	.form--search input[type=email]:-ms-input-placeholder,
	.form--search input[type=tel]:-ms-input-placeholder,
	.form--search input[type=password]:-ms-input-placeholder,
	.form--search textarea:-ms-input-placeholder {
		color: #fff
	}
	.form--search input[type=text]::placeholder,
	.form--search input[type=email]::placeholder,
	.form--search input[type=tel]::placeholder,
	.form--search input[type=password]::placeholder,
	.form--search textarea::placeholder {
		color: #fff
	}
	.primary-nav .form--search input[type=text],
	.primary-nav .form--search input[type=email],
	.primary-nav .form--search input[type=tel],
	.primary-nav .form--search input[type=password],
	.primary-nav .form--search textarea {
		color: #5f6062
	}
	.primary-nav .form--search input[type=text]::-webkit-input-placeholder,
	.primary-nav .form--search input[type=email]::-webkit-input-placeholder,
	.primary-nav .form--search input[type=tel]::-webkit-input-placeholder,
	.primary-nav .form--search input[type=password]::-webkit-input-placeholder,
	.primary-nav .form--search textarea::-webkit-input-placeholder {
		color: #5f6062
	}
	.primary-nav .form--search input[type=text]::-moz-placeholder,
	.primary-nav .form--search input[type=email]::-moz-placeholder,
	.primary-nav .form--search input[type=tel]::-moz-placeholder,
	.primary-nav .form--search input[type=password]::-moz-placeholder,
	.primary-nav .form--search textarea::-moz-placeholder {
		color: #5f6062
	}
	.primary-nav .form--search input[type=text]:-ms-input-placeholder,
	.primary-nav .form--search input[type=email]:-ms-input-placeholder,
	.primary-nav .form--search input[type=tel]:-ms-input-placeholder,
	.primary-nav .form--search input[type=password]:-ms-input-placeholder,
	.primary-nav .form--search textarea:-ms-input-placeholder {
		color: #5f6062
	}
	.primary-nav .form--search input[type=text]::placeholder,
	.primary-nav .form--search input[type=email]::placeholder,
	.primary-nav .form--search input[type=tel]::placeholder,
	.primary-nav .form--search input[type=password]::placeholder,
	.primary-nav .form--search textarea::placeholder {
		color: #5f6062
	}
	.form--search .clear-search::before,
	.form--search .clear-search::after {
		background-color: #fff
	}
	.form__required-disclaimer {
		text-align: left
	}
}

@media (min-width: 992px) {
	.primary-nav .form--search svg {
		display: block;
		left: 70px
	}
	.primary-nav .form--search {
		height: 65px;
		position: absolute;
		right: 65px;
		top: 0;
		-webkit-transition: width 0.4s ease-in-out;
		transition: width 0.4s ease-in-out;
		width: 0;
		z-index: 50
	}
}

.form-confirmation {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 5
}

.form-confirmation__inner {
	background-color: #fff;
	margin: auto;
	padding: 50px 24px;
	text-align: center;
	width: 100%
}

.form-confirmation__headline {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px
}

.form-confirmation__subheadline {
	margin-bottom: 30px
}

.form-confirmation--success .form-confirmation__headline {
	color: #5ec270
}

.form-confirmation--error .form-confirmation__headline {
	color: #f63535
}

@media (min-width: 768px) {
	.form-confirmation {
		padding-top: 0
	}
	.form-confirmation__inner {
		padding: 50px 100px 40px;
		width: 580px
	}
}

.homepage-feature {
	background-image: url(backgrounds/homepage-feature-e5cd81729581e3c46f3e16a6502ce9f6.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 110px;
	position: relative;
	text-align: center
}

.homepage-feature:before,
.homepage-feature:after {
	border-style: solid;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	width: 0
}

.homepage-feature:before {
	border-color: #32c5f4 transparent transparent transparent;
	border-width: 150px 80px 0 0;
	top: 0
}

.homepage-feature:after {
	border-color: transparent transparent transparent #4197b5;
	border-width: 150px 0 0 80px;
	bottom: 0
}

.homepage-feature img {
	display: none
}

.homepage-feature__headline {
	color: #04092f;
	margin-bottom: 10px;
	text-transform: uppercase
}

.homepage-feature__headline p {
	margin-bottom: 0
}

.homepage-feature__body {
	margin-bottom: 30px
}

.homepage-feature__body p {
	margin-bottom: 0
}

@media (min-width: 992px) {
	.homepage-feature {
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 600px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: left
	}
	.homepage-feature img {
		display: block
	}
}

.homepage-mantle {
	color: #fff;
	position: relative
}

.homepage-mantle__slide {
	padding: 190px 0 80px;
	position: relative
}

.homepage-mantle__slide-image {
	background-size: cover;
	background-position: 75%;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.homepage-mantle__nav {
	display: none
}

.homepage-mantle__headline {
	line-height: 78px;
	margin-bottom: 30px
}

.homepage-mantle__headline p {
	line-height: 1em;
	margin-bottom: 0
}

@media (min-width: 992px) {
	.homepage-mantle__slide {
		height: 690px;
		padding: 80px 0
	}
	.homepage-mantle__slide-image {
		background-position: center
	}
	.homepage-mantle__nav {
		bottom: 100px;
		display: block;
		position: absolute;
		width: 100%
	}
	.homepage-mantle__nav-jump-to {
		border-top: 1px solid #fff;
		font-size: 0;
		margin-top: 40px;
		padding-top: 40px
	}
	.homepage-mantle__nav-jump-to li {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		width: 25%
	}
}

.image-feature {
	margin-bottom: 60px;
	margin-top: 60px
}

.image-feature img {
	display: none;
	max-width: 100%
}

.image-feature__title {
	color: #04092f;
	margin-bottom: 15px
}

.image-feature__content p {
	color: #04092f
}

.image-feature__content ul {
	list-style: none;
	margin-left: 20px;
	color: #5f6062
}

.image-feature__content ul li {
	position: relative
}

.image-feature__content ul li:before {
	background-color: #207f9d;
	border-radius: 50%;
	content: '';
	display: block;
	height: 5px;
	left: -15px;
	margin: auto;
	position: absolute;
	top: 12px;
	width: 5px
}

.image-feature__content ul ul {
	margin-bottom: 15px;
	margin-top: 15px
}

.image-feature__content ul ul li:before {
	border-radius: 0;
	height: 2px;
	top: 14px;
	width: 6px
}

@media (min-width: 992px) {
	.image-feature__content ul {
		border-left: 1px solid #e26b2a;
		margin-left: 40px;
		padding-left: 40px
	}
	.image-feature img {
		display: block
	}
	.image-feature--left img {
		margin-left: -40px
	}
	.image-feature--right img {
		margin-left: 40px
	}
}

@media (min-width: 576px) {
	.container,
	.row>.col,
	.row>[class*="col-"] {
		padding-right: 12px;
		padding-left: 12px
	}
	.row {
		margin-left: -12px;
		margin-right: -12px
	}
}

.learning-center {
	margin-bottom: 150px
}

.learning-center__category {
	margin-bottom: 120px
}

.learning-center__category .button {
	margin-top: 40px
}

.learning-center__resource {
	border-bottom: 1px solid #5f6062;
	margin-top: 40px;
	padding-bottom: 40px
}

@media (min-width: 768px) {
	.learning-center__resource {
		border-bottom: 0;
		padding: 0;
		margin-bottom: 40px
	}
}

.learning-center-blocks .col+.col .learning-center-block {
	border-top: 1px solid #969595;
	padding-top: 50px
}

.learning-center-block {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-bottom: 40px;
	width: 300px
}

.learning-center-block__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 208px;
	margin-bottom: 40px;
	max-width: 100%;
	width: 291px
}

.learning-center-block__description {
	margin-bottom: 40px
}

.learning-center-block__title {
	color: #04092f;
	font-weight: bold;
	line-height: 1.2em
}

.learning-center-block .learning-center-block__image-wrap {
	position: relative
}

.learning-center-block .triangle-banner {
	bottom: 10px;
	left: 0;
	position: absolute;
	width: calc(100% - 40px)
}

.learning-center-block .triangle-banner__left {
	background-color: rgba(255, 255, 255, 0.95);
	width: calc(100% - 20px)
}

.learning-center-block .triangle-banner__right:after {
	background-color: rgba(255, 255, 255, 0.95)
}

.learning-center-block--no-overlay .learning-center-block__image {
	margin-bottom: 40px
}

.learning-center-block--no-overlay .learning-center-block__image-wrap {
	margin-bottom: 0
}

.learning-center-block--no-overlay .triangle-banner {
	bottom: auto;
	left: auto;
	position: relative;
	width: auto
}

.learning-center-block--no-overlay .triangle-banner__left {
	background-color: transparent;
	padding: 0
}

.learning-center-block--no-overlay .triangle-banner__right {
	display: none
}

@media (min-width: 768px) {
	.learning-center-blocks .col+.col .learning-center-block {
		border-top: 0;
		padding-top: 0
	}
	.learning-center-block {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		border-top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 100px;
		padding-top: 0
	}
	.learning-center-block>div {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 100%
	}
}

.login {
	margin-bottom: 100px
}

.login__divider {
	background-color: #969595;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	margin: 0 auto 30px
}

.login__header {
	color: #04092f;
	margin-bottom: 30px
}

.login__request-account p {
	margin-bottom: 0
}

.login__request-account p strong {
	color: #32c5f4
}

.login__request-account .button {
	margin-top: 30px
}

.login__access-accounts {
	margin-top: 60px
}

@media (min-width: 992px) {
	.login__divider {
		height: auto;
		margin: 0 auto;
		width: 1px
	}
}

.mantle {
	color: #04092f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.mantle .buttons {
	margin-top: 30px
}

.mantle__breadcrumbs {
	color: #fff;
	display: none;
	font-size: 0;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 10px;
	position: relative
}

.mantle__breadcrumbs>* {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle
}

.mantle__breadcrumbs a {
	color: #fff;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.mantle__breadcrumbs a:after {
	color: #fff;
	content: '>';
	margin: 0 5px
}

.mantle__breadcrumbs a:hover {
	color: #2ba5cc
}

.mantle__breadcrumbs span {
	color: #35a8ce;
	font-weight: bold
}

.mantle__image {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 100%
}

.mantle__image .text-link {
	bottom: 30px;
	left: 0;
	position: absolute;
	right: 0
}

.mantle__content {
	padding: 30px 0 10px
}

.mantle__content .text-link {
	display: none
}

.mantle__headline {
	font-size: 36px;
	margin-bottom: 20px
}

.mantle__headline p {
	line-height: 1em;
	margin-bottom: 0
}

.mantle__logout {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: calc(100% - 200px);
	padding: 15px 35px;
	position: absolute;
	right: 0;
	text-align: left
}

.mantle__logout .text-link {
	display: inline-block
}

.mantle__false-tabs {
	display: none;
	position: relative
}

.mantle__false-tabs ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.mantle__false-tabs ul li a {
	border-bottom: 5px solid transparent;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 10px;
	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out
}

.mantle__false-tabs ul li a.active {
	border-color: #2ba5cc;
	color: #2ba5cc
}

.mantle__false-tabs ul li+li {
	margin-left: 80px
}

.mantle__false-tabs--dark {
	display: block;
	position: relative;
	left: 50%;
	right: 50%;
	margin-top: 40px;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw
}

.mantle__false-tabs--dark ul {
	border-bottom: 1px solid #9da2a8
}

.mantle__false-tabs--dark ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.3333%
}

.mantle__false-tabs--dark ul li a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e9eaeb;
	color: #5f6062;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 14px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.1em;
	padding: 24px 20px;
	text-align: center;
	width: 100%
}

.mantle__false-tabs--dark ul li a.active {
	background-color: #fff;
	border-left: 1px solid #9da2a8;
	border-right: 1px solid #9da2a8;
	border-top: 1px solid #9da2a8;
	color: #2ba5cc
}

.mantle__false-tabs--dark ul li a:hover {
	border-color: #2ba5cc
}

.mantle__false-tabs--dark ul li+li {
	margin-left: 2px
}

.mantle--article {
	margin-bottom: 30px
}

.mantle--article .mantle__image {
	background-image: url(backgrounds/article-mantle-d7c0a8cf7864f532da3fd8c3d1eebd94.jpg);
	height: 140px
}

.mantle--short .mantle__image {
	height: 200px
}

.mantle--glow .mantle__image-inner {
	height: 100%;
	position: relative;
	width: 100%
}

.mantle--glow .mantle__image-inner:after {
	box-shadow: 0px -2px 25px 5px rgba(43, 165, 204, 0.5);
	background-color: #2ba5cc;
	bottom: 0;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	right: 0
}

@media (min-width: 768px) {
	.mantle {
		color: #fff;
		min-height: 420px;
		padding: 50px 0
	}
	.mantle--search {
		min-height: 240px
	}
	.mantle--search .form--search {
		margin-bottom: 0
	}
	.mantle__breadcrumbs {
		display: block
	}
	.mantle__headline {
		font-size: 50px
	}
	.mantle__content {
		background-color: transparent;
		padding: 0
	}
	.mantle__content .text-link {
		display: inline-block
	}
	.mantle__content--pull-up {
		margin-bottom: 60px
	}
	.mantle__image {
		bottom: 0;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0
	}
	.mantle__image .text-link {
		display: none
	}
	.mantle__logout {
		bottom: auto;
		padding: 15px 60px;
		top: 70px
	}
	.mantle__false-tabs {
		bottom: 0;
		display: block;
		position: absolute
	}
	.mantle__false-tabs--dark {
		left: auto;
		margin: auto;
		right: auto;
		width: auto
	}
	.mantle__false-tabs--dark ul {
		border-bottom: 0
	}
	.mantle__false-tabs--dark ul li {
		width: auto
	}
	.mantle__false-tabs--dark ul li a {
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 24px;
		line-height: 1em;
		-webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out
	}
	.mantle__false-tabs--dark ul li a:not(.active):hover {
		background-color: rgba(0, 0, 0, 0.8)
	}
	.mantle__false-tabs--dark ul li+li {
		margin-left: 20px
	}
	.mantle--article {
		margin-bottom: -330px
	}
	.mantle--article .mantle__image {
		height: 100%
	}
	.mantle--short .mantle__image {
		height: 100%
	}
	.mantle--space-below {
		margin-bottom: 70px
	}
	.mantle--overlap {
		margin-bottom: -30px
	}
}

@media (min-width: 992px) {
	.mantle .buttons {
		margin-top: 50px
	}
	.mantle__headline {
		font-size: 72px
	}
}

.modal:not(.modal--md-down) {
	bottom: 0;
	display: none;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000
}

.modal:not(.modal--md-down) .modal__dialog {
	margin: 1.75rem auto;
	max-width: 800px;
	position: relative;
	width: auto
}

.modal:not(.modal--md-down) .modal__content {
	width: 100%;
	z-index: 1
}

.modal:not(.modal--md-down).modal--backdrop .modal__content,
.modal:not(.modal--md-down).modal--video .modal__content {
	margin-bottom: 0
}

.modal:not(.modal--md-down).modal--backdrop .modal__content .responsive-video,
.modal:not(.modal--md-down).modal--video .modal__content .responsive-video {
	margin: auto;
	width: 100%
}

.modal:not(.modal--md-down).modal--backdrop:before,
.modal:not(.modal--md-down).modal--video:before {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	content: '';
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0
}

.modal .contact-form .form__item {
	margin-bottom: 5px
}

.modal .contact-form .form__radio {
	margin-bottom: 0
}

.modal .contact-form .form__privacy-disclaimer {
	margin-bottom: 30px;
	padding-bottom: 30px
}

.modal .contact-form .form__privacy-disclaimer .form__checkbox {
	margin-top: 20px
}

@media (min-width: 768px) {
	.modal .contact-form .selectboxit-options {
		max-height: 484px
	}
}

@media (max-width: 991px) {
	.modal--md-down {
		bottom: 0;
		display: none;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1000
	}
	.modal--md-down .modal__dialog {
		margin: 1.75rem auto;
		max-width: 800px;
		position: relative;
		width: auto
	}
	.modal--md-down .modal__content {
		width: 100%;
		z-index: 1
	}
	.modal--md-down.modal--backdrop .modal__content,
	.modal--md-down.modal--video .modal__content {
		margin-bottom: 0
	}
	.modal--md-down.modal--backdrop:before,
	.modal--md-down.modal--video:before {
		background-color: rgba(0, 0, 0, 0.8);
		bottom: 0;
		content: '';
		left: 0;
		margin: auto;
		position: fixed;
		right: 0;
		top: 0
	}
}

@media (min-width: 992px) {
	.modal--md-down {
		display: block !important
	}
	.modal--video .modal__content .responsive-video {
		margin: auto;
		width: 100% !important
	}
}

.more-info {
	background-color: #fff;
	border: 1px solid #5f6062;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
	max-width: 100%;
	padding: 24px;
	text-align: left;
	width: 800px
}

.more-info__instructions {
	color: #04092f;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 20px;
	text-align: center
}

.more-info__details {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.more-info__thumbnail {
	margin-right: 20px;
	width: 80px
}

.more-info__model {
	font-size: 40px;
	font-weight: 100;
	line-height: 1.1em;
	text-transform: uppercase
}

.more-info__title {
	font-weight: bold
}

.more-info__header {
	border-bottom: 1px solid #5f6062;
	border-top: 1px solid #5f6062;
	margin: 20px 0 40px;
	padding: 30px 0
}

.more-info__close {
	background-color: #fff;
	border: 2px solid #5f6062;
	border-radius: 50%;
	display: block;
	height: 40px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 40px
}

.more-info__close:before,
.more-info__close:after {
	background-color: #5f6062;
	border-radius: 3px;
	bottom: 0;
	content: '';
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 16px
}

.more-info__close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.more-info__close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.more-info__close:hover {
	background-color: #5f6062
}

.more-info__close:hover:before,
.more-info__close:hover:after {
	background-color: #fff
}

@media (min-width: 992px) {
	.more-info {
		padding: 40px
	}
	.more-info__instructions {
		margin-bottom: 0;
		text-align: left
	}
	.more-info__details {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left
	}
}

.not-found {
	background-position: center right 15%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: calc(100vh - 107px);
	padding: 70px 0;
	position: relative
}

.not-found__headline {
	text-transform: none
}

.not-found:before {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.incms .not-found {
	min-height: 300px
}

@media (min-width: 768px) {
	.not-found {
		color: #04092f;
		min-height: calc(100vh - 48px)
	}
	.not-found:before {
		display: none
	}
	.incms .not-found {
		min-height: 480px
	}
}

@media (min-width: 992px) {
	.not-found {
		min-height: calc(100vh - 113px);
		padding: 0
	}
	.incms .not-found {
		min-height: 690px
	}
}

.presidents .col+.col .president {
	border-top: 1px solid #5f6062;
	padding-top: 50px
}

.president {
	margin-bottom: 60px;
	text-align: center
}

.president__name {
	color: #04092f;
	font-size: 18px;
	font-weight: bold;
	text-transform: none
}

@media (min-width: 992px) {
	.presidents .col+.col .president {
		border-top: 0;
		padding-top: 0
	}
}

.primary-nav {
	background-color: #fff;
	font-size: 14px;
	height: calc(100% - 60px);
	left: -100%;
	overflow-x: hidden;
	position: fixed;
	top: 60px;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	width: 280px
}

.primary-nav a:not(.text-link):not(.button) {
	color: #04092f
}

.primary-nav__wrap {
	left: 0;
	position: relative;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out
}

.primary-nav__dropdown {
	bottom: 0;
	display: none;
	height: 100%;
	left: 100%;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 1
}

.primary-nav__section-header {
	border-bottom: 1px solid #5f6062;
	padding: 30px 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.primary-nav__section-header h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px
}

.primary-nav__section-header .text-link {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.primary-nav img {
	height: auto;
	max-width: 100%
}

.primary-nav__subsection-header {
	background-color: #f7f7f7;
	border-bottom: 1px solid #5f6062;
	color: #04092f;
	padding: 30px 24px
}

.primary-nav__subsection-header h3 {
	color: #04092f;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.165em
}

.primary-nav__section-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.primary-nav__section-links p,
.primary-nav__section-links a.text-link {
	font-size: 14px
}

.primary-nav__section-links p {
	display: none
}

.primary-nav__search-toggle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #5f6062;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 65px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 65px;
	z-index: 51
}

.primary-nav__search-toggle>div {
	height: 27px;
	position: relative;
	width: 27px
}

.primary-nav__search-toggle>div>svg,
.primary-nav__search-toggle>div>div {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	width: 100%
}

.primary-nav__search-toggle>div>svg {
	opacity: 1
}

.primary-nav__search-toggle>div>div {
	opacity: 0
}

.primary-nav__search-toggle>div>div:before,
.primary-nav__search-toggle>div>div:after {
	background-color: #fff;
	border-radius: 3px;
	bottom: 0;
	content: '';
	height: 4px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.primary-nav__search-toggle>div>div:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.primary-nav__search-toggle>div>div:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.primary-nav__search-toggle.active>div>svg {
	opacity: 0
}

.primary-nav__search-toggle.active>div>div {
	opacity: 1
}

.primary-nav__stacked-links h3 {
	padding: 30px 24px 0
}

.primary-nav ul>li {
	border-bottom: 1px solid #5f6062
}

.primary-nav__level-1 {
	background-color: #fff
}

.primary-nav__level-1>li>a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: ;
	display: flex;
	line-height: 100%;
	text-transform: uppercase
}

.primary-nav__level-1>li>a.button {
	border: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.primary-nav__level-1>li>a:not(.button):not(.primary-nav__search-toggle) {
	position: relative;
	-webkit-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out
}

.primary-nav__level-1>li>a:not(.button):not(.primary-nav__search-toggle):after {
	background-color: transparent;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: background-color 0.2s ease-in-out, height 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, height 0.2s ease-in-out;
	width: 6px
}

.primary-nav__level-1>li>a:not(.button):not(.primary-nav__search-toggle).current:after {
	background-color: #e26b2a
}

.primary-nav__level-1>li>.primary-nav__dropdown--single .primary-nav__divisions {
	background-color: #393839;
	color: #fff
}

.primary-nav__level-1>li>.primary-nav__dropdown--single .primary-nav__divisions h2 {
	font-size: 40px;
	padding: 30px 24px 0
}

.primary-nav__level-1>li>.primary-nav__dropdown--single .primary-nav__divisions .primary-nav__section-links li {
	border-color: #fff
}

.primary-nav__arrow {
	display: none
}

.primary-nav.shown {
	border-top: 1px solid #5f6062;
	left: 0
}

@media (max-width: 991px) {
	.primary-nav__level-1>li .primary-nav__dropdown--single .primary-nav__divisions h2 {
		font-size: 30px;
		margin-bottom: 20px
	}
	.primary-nav__level-1>li .primary-nav__dropdown--single .primary-nav__divisions .primary-nav__section-links {
		padding: 0
	}
	.primary-nav__level-1>li .primary-nav__dropdown--single .primary-nav__divisions .primary-nav__section-links li:first-child {
		border-top: 1px solid #fff
	}
	.primary-nav ul {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.primary-nav ul>li {
		width: 100%
	}
	.primary-nav ul>li>a {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		line-height: 100%;
		padding: 30px 24px
	}
	.primary-nav ul>li>a:not(.text-link):not(.button) {
		letter-spacing: 0.125em
	}
	.primary-nav__arrow {
		color: #2ba5cc;
		display: inline;
		font-size: 2.0em;
		padding-left: 10px;
		font-weight: bold;
		vertical-align: bottom
	}
	.primary-nav__dropdown {
		background-color: #fff
	}
}

@media (min-width: 992px) {
	.primary-nav {
		bottom: 0;
		font-size: 18px;
		height: auto;
		left: auto;
		max-height: none;
		overflow-x: visible;
		position: absolute;
		right: 0;
		top: 0;
		width: auto
	}
	.primary-nav ul li {
		border: 0
	}
	.primary-nav ul li:first-child {
		border-top: 0
	}
	.primary-nav__level-1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		height: 100%;
		margin-bottom: 0
	}
	.primary-nav__level-1>li>a {
		font-size: 12px;
		letter-spacing: 0.125em
	}
	.primary-nav__level-1>li>a:not(.primary-nav__search-toggle) {
		padding: 26px 10px 27px
	}
	.primary-nav__level-1>li>a:not(.primary-nav__search-toggle):not(.button):after {
		background-color: #bbd2dc;
		height: 0;
		right: 0;
		top: auto;
		width: auto
	}
	.primary-nav__level-1>li>a:not(.primary-nav__search-toggle):not(.button).current:after,
	.primary-nav__level-1>li>a:not(.primary-nav__search-toggle):not(.button).active:after {
		height: 6px
	}
	.primary-nav__level-1>li>a:not(.primary-nav__search-toggle):not(.button):hover:after {
		background-color: #bbd2dc;
		height: 6px
	}
	.primary-nav__level-1>li>a:not(.primary-nav__search-toggle):not(.button):hover.primary-nav__level-2 {
	}

	.primary-nav__level-1>li>.primary-nav__dropdown {
		border-top: 1px solid #57b1c6;
		height: calc(100% - 65px);
		left: 0;
		margin-left: calc((100% - 960px) / 2);
		position: fixed;
		right: 65px;
		top: 64px;
		width: auto
	}
	
	.primary-nav__level-1>li>.primary-nav__dropdown--single {
		background-color: #fff;
		overflow-y: auto
	}
	.primary-nav__level-1>li>.primary-nav__dropdown .primary-nav__section-header {
		padding: 30px 30px 0
	}
	.primary-nav__level-1>li>.primary-nav__dropdown .primary-nav__section-links {
		padding: 30px
	}
	.primary-nav__level-2 {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		background-color: #55b7d6;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px;
		overflow-y: auto
		
	}
	
	
	
	.primary-nav__level-2>li>a {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		line-height: 100%;
		padding: 15px 20px;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out
	}
	.primary-nav__level-2>li>a.active {
		background-color: #f7f7f7;
		color: #2ba5cc !important;
				border-bottom: 1px solid #ffffff;

		font-weight: bold
		
	}
	.primary-nav__level-2>li>a:hover {
		color: #ffffff !important
		
	}
		
	.primary-nav__level-2 .primary-nav__dropdown {
		background-color: #f7f7f7;
		bottom: 0;
		left: 356px;
		overflow-y: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: auto
	}
	.primary-nav__level-2 .primary-nav__dropdown--default {
		background-color: #393839;
		color: #fff;
		display: block !important
	}
	.primary-nav__section-header {
		border: 0;
		padding: 0
	}
	.primary-nav__section-header h2 {
		font-size: 36px;
		font-weight: 100;
		margin-right: 15px
	}
	.primary-nav__section-header .text-link {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 10px
	}
	.primary-nav__section-header p {
		width: 100%
	}
	.primary-nav__subsection-header {
		background-color: transparent;
		color: #04092f;
		margin: 0 30px;
		padding: 0
	}
	.primary-nav__subsection-header h3 {
		padding: 0 0 15px 0
	}
	.primary-nav__section-links {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.primary-nav__section-links p {
		display: block
	}
	.primary-nav__section-links li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 50px;
		width: 33.333%
	}
	.primary-nav__level-2 .primary-nav__section-links li {
		width: 50%
	}
	.primary-nav__section-links li a.text-link {
		margin-bottom: 10px
	}
	.primary-nav__section-links--about {
		padding: 0 !important
	}
	.primary-nav__section-links--about>li {
		background-color: #f7f7f7;
		padding: 30px
	}
	.primary-nav__section-links--about>li:first-child {
		background-color: #fff
	}
	.primary-nav__stacked-links h3 {
		margin-bottom: 10px;
		padding: 0
	}
	.primary-nav__stacked-links ul {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.primary-nav__stacked-links ul li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	
	
}

@media (min-width: 1200px) {
	.primary-nav__level-1>li>.primary-nav__dropdown {
		  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1
	}
	.primary-nav__level-1>li>a:not(.primary-nav__search-toggle) {
		padding: 26px 18px 27px
	}
	.primary-nav__level-2 {
		width: 380px
	}
	.primary-nav__level-2 .primary-nav__dropdown {
		left: 380px
	}
}

div#hubspot-messages-iframe-container {
	z-index: 50
}

.privacy-notice {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 100
}

.privacy-notice__about {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 14px;
	padding: 20px 0 20px 24px;
	position: relative;
	width: 100%
}

.privacy-notice__about p {
	margin-bottom: 0;
	padding-right: 40px
}

.privacy-notice__about p a {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline
}

.privacy-notice__about-arrow {
	font-size: 0;
	height: 100%;
	position: absolute;
	right: -15px;
	top: 0
}

.privacy-notice__about-arrow:before,
.privacy-notice__about-arrow:after {
	content: '';
	display: block;
	height: 50%;
	width: 40px
}

.privacy-notice__about-arrow:before {
	background-color: #40c8f4;
	-webkit-transform: skew(25deg, 0);
	-ms-transform: skew(25deg, 0);
	transform: skew(25deg, 0)
}

.privacy-notice__about-arrow:after {
	background-color: #4098b6;
	-webkit-transform: skew(-25deg, 0);
	-ms-transform: skew(-25deg, 0);
	transform: skew(-25deg, 0)
}

.privacy-notice__accept {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.9);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 54px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 24px;
	width: 100%
}

@media (min-width: 768px) {
	.privacy-notice {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.privacy-notice__about {
		height: auto;
		padding-left: calc((100% - 696px) / 2);
		width: auto
	}
	.privacy-notice__about p {
		padding-right: 20px
	}
	.privacy-notice__about-arrow {
		right: -10px
	}
	.privacy-notice__about-arrow:before,
	.privacy-notice__about-arrow:after {
		width: 20px
	}
	.privacy-notice__accept {
		height: auto;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 300px
	}
}

@media (min-width: 992px) {
	.privacy-notice__about {
		padding-left: calc((100% - 936px) / 2)
	}
	.privacy-notice__accept {
		width: 350px
	}
}

@media (min-width: 1200px) {
	.privacy-notice__about {
		padding-left: calc((100% - 1116px) / 2)
	}
}

.product-banner {
	background: -webkit-linear-gradient(left, #4197b5, #35647e);
	background: linear-gradient(to right, #4197b5, #35647e);
	height: 330px;
	overflow: hidden;
	position: relative;
	text-align: center
}

.product-banner__headline {
	color: #fff;
	font-size: 2.5rem
}

.product-banner img {
	max-width: 100%;
	position: relative;
	z-index: 1
}

@media (min-width: 992px) {
	.product-banner {
		text-align: left
	}
	.product-banner__headline {
		font-size: 50px
	}
	.product-banner:before,
	.product-banner:after {
		content: '';
		height: 165px;
		right: 48px;
		position: absolute;
		width: 130px
	}
	.product-banner:before {
		background-color: #40c8f4;
		top: 0;
		-webkit-transform: skew(30deg);
		-ms-transform: skew(30deg);
		transform: skew(30deg)
	}
	.product-banner:after {
		background-color: #4098b6;
		bottom: 0;
		-webkit-transform: skew(-30deg);
		-ms-transform: skew(-30deg);
		transform: skew(-30deg)
	}
}

.product-breadcrumbs {
	background-image: url(backgrounds/breadcrumbs-bf7509a4044530b58a3ef74620de8019.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	padding: 20px 0
}

.product-breadcrumbs ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.product-breadcrumbs ul li {
	line-height: 1em
}

.product-breadcrumbs ul li>* {
	vertical-align: middle
}

.product-breadcrumbs ul li a,
.product-breadcrumbs ul li span {
	color: #fff;
	font-size: 12px;
	font-style: italic
}

.product-breadcrumbs ul li a {
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.product-breadcrumbs ul li a:after {
	color: #fff;
	content: '>';
	margin: 0 7px
}

.product-breadcrumbs ul li a:hover {
	color: #2ba5cc
}

.product-breadcrumbs ul li span {
	font-weight: bold
}

@media (min-width: 992px) {
	.product-breadcrumbs {
		display: block
	}
}

.product-cards {
	margin-bottom: 150px
}

.product-card-wrap {
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 0;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out
}

.product-card {
	background-color: #fff;
	color: #5f6062;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	margin: 0 auto 5px;
	max-width: 100%;
	overflow: hidden;
	padding: 40px 30px 35px;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out
}

.product-card__favorite {
	position: absolute;
	right: 10px;
	top: 10px
}

.product-card__header {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 19px;
	margin-bottom: 20px;
	width: calc(100% - 115px);
	z-index: 1
}

.product-card__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 170px;
	margin-right: 15px;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	width: 100px;
	z-index: 0
}

.product-card__number {
	color: #04092f;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase
}

.product-card__name {
	line-height: 1.2em
}

.product-card__description {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	max-height: 135px;
	overflow: hidden;
	line-height: 1.2em;
	max-height: 57px
}

@media screen and (min-width: 992px) {
	.product-card__description {
		max-height: 260px
	}
}

.product-card__description p:last-child {
	margin-bottom: 0
}

.product-card__nav {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 30px;
	margin-top: 10px
}

.product-card__nav>* {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.product-card__nav>.slick-arrow {
	color: #2ba5cc;
	font-size: 50px;
	height: 34px;
	line-height: 34px
}

@media (min-width: 576px) {
	.product-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 375px;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 50px;
		text-align: center;
		width: 265px
	}
	.product-card__header {
		width: 100%
	}
	.product-card__image {
		left: 30px;
		margin-right: 0;
		position: absolute;
		right: 30px;
		top: 45px;
		width: auto;
		opacity: 0.2
	}
	.product-card-wrap:hover {
		box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.2)
	}
	.product-card-wrap:hover .product-card__image {
		opacity: 0.2
	}
	.product-card-wrap:hover .product-card__content {
		bottom: 20px
	}
}

@media (min-width: 768px) {
	.product-card__nav {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.product-card__description.js-clamp .product_card_description {
		max-height: 100%
	}
}

@media (min-width: 992px) {
	.product-card__image {
		opacity: 1
	}
	.product-card__header {
		margin-top: 39px;
		padding: 0 30px;
		position: absolute;
		left: 0;
		top: 210px;
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
		width: 100%
	}
	.product-card__number,
	.product-card__name {
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out
	}
	.product-card__more {
		display: block;
		margin: 0;
		padding: 0 20px;
		position: absolute;
		bottom: 30px;
		left: 0;
		-webkit-transform: translateY(calc(100% + 30px));
		-ms-transform: translateY(calc(100% + 30px));
		transform: translateY(calc(100% + 30px));
		-webkit-transition: -webkit-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
		width: 100%
	}
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active),
(min-width: 992px) and (-ms-high-contrast: none) {
	.product-card__more {
		-webkit-transform: translateY(200%);
		-ms-transform: translateY(200%);
		transform: translateY(200%)
	}
}

@media (min-width: 992px) {
	.product-card-wrap:hover {
		-webkit-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05)
	}
	.product-card-wrap:hover .product-card__image {
		z-index: 0;
		opacity: 0.2
	}
	.product-card-wrap:hover .product-card__header {
		opacity: 0;
		z-index: 0
	}
	.product-card-wrap:hover .product-card__more {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%)
	}
}

.product-detail {
	margin-bottom: 80px
}

.product-detail__details {
	padding: 80px 0 60px
}

.product-detail__favorite {
	color: #5f6062;
	font-weight: bold;
	margin-bottom: 30px
}

.product-detail__favorite svg {
	display: inline-block;
	vertical-align: middle
}

.product-detail__favorite span {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle
}

.product-detail__nav {
	background-color: #fff;
	position: relative;
	z-index: 9
}

.product-detail__divisions {
	color: #5f6062;
	margin-bottom: 30px
}

.product-detail__divisions a {
	font-style: italic;
	font-weight: bold;
	white-space: nowrap
}

.product-detail__gallery {
	margin-bottom: 20px;
	position: relative
}

.product-detail__gallery-image {
	position: relative
}

.product-detail__gallery .triangle-banner {
	bottom: 30px;
	left: 0;
	position: absolute;
	width: 320px
}

.product-detail__gallery .triangle-banner__left {
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2)
}

.product-detail__gallery img {
	margin: auto;
	max-height: 400px;
	max-width: 100%
}

.product-detail__gallery.slick-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.product-detail__gallery.slick-slider .slick-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}

.product-detail__gallery.slick-slider .slick-track {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-detail__gallery.slick-slider .slick-track .slick-slide {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-detail__gallery.slick-slider .slick-track .slick-slide>* {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}

.product-detail__model {
	font-weight: 100
}

.product-detail__title {
	font-weight: bold
}

.product-detail .buttons {
	margin-bottom: 30px
}

@media (min-width: 992px) {
	.product-detail__gallery {
		margin-bottom: 0
	}
	.product-detail__gallery-image {
		padding: 0 100px
	}
}

.read-more__wrap {
	overflow: hidden;
	position: relative
}

.read-more__wrap:after {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
	bottom: 0;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out
}

.read-more__wrap.truncated:after {
	height: 50px
}

.read-more .button {
	margin-top: 50px
}

.resources {
	margin-left: -24px;
	margin-right: -24px
}

.resources__category {
	background-color: #04092f;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	padding: 15px 0 15px 20px;
	text-align: center;
	width: 100%
}

.resources__resource {
	padding: 30px 60px
}

.resources__resource:first-child {
	border-top: 1px solid #5f6062;
	margin-top: -1px
}

.resources__resource:last-child {
	margin-bottom: 10px
}

.resources__resource:nth-child(even) {
	background-color: #ddd
}

.resources__resource-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.resources__resource-top .js-expando__trigger {
	position: relative
}

.resources__resource-top .js-expando__trigger:after {
	border-bottom: 3px solid #2ba5cc;
	border-right: 3px solid #2ba5cc;
	bottom: 0;
	content: '';
	height: 8px;
	left: calc(100% + 10px);
	margin: auto;
	position: absolute;
	top: -3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
	width: 8px
}

.resources__resource-top .js-expando__trigger.is-selected:after {
	top: 6px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.resources__resource-bottom {
	margin-top: 20px
}

.resources__resource-name {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.resources__resource-name svg {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: -40px;
	margin-right: 20px;
	width: 20px
}

.resources__resource-links {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-top: 30px
}

.resources__request-account {
	display: block;
	margin-top: 10px;
	text-align: left;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.resources__request-account:hover {
	color: #04092f
}

@media (min-width: 576px) {
	.resources {
		margin-left: 0;
		margin-right: 0
	}
}

@media (min-width: 992px) {
	.resources__category {
		text-align: left;
		width: 270px
	}
	.resources__resource {
		padding: 30px 10px 30px 60px
	}
	.resources__resource:last-child {
		margin-bottom: 50px
	}
	.resources__resource .text-link {
		margin-right: 100px;
		margin-top: 0
	}
	.resources__resource-top {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.resources__resource-links {
		margin-left: 100px;
		margin-top: 0
	}
	.resources__resource--locked {
		padding: 15px 10px 15px 60px
	}
	.resources__request-account {
		text-align: center
	}
}

.responsive-image {
	max-width: 100%
}

.responsive-table {
	overflow-x: auto
}

.responsive-video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative
}

.responsive-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.responsive-video--4-by-3 {
	padding-bottom: 75%
}

.responsive-video--16-by-9 {
	padding-bottom: 56.25%
}

.responsive-video--21-by-9 {
	padding-bottom: 42.857142857%
}

.section-header {
	border-bottom: 1px solid #5f6062;
	color: #04092f;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.165em;
	line-height: 1em;
	margin-bottom: 50px;
	margin-top: 35px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
	width: 100%
}

.section-header--no-bottom-margin {
	margin-bottom: 0 !important
}

.section-header--no-top-margin {
	margin-top: 0 !important
}

.section-header--half-margin {
	margin-bottom: 25px
}

.select-header .section-header {
	margin-bottom: 40px
}

.select-header .selectboxit-container {
	margin-top: 40px;
	margin-bottom: 40px
}

@media (max-width: 575px) {
	.section-header--xs-no-margin {
		margin-bottom: 0
	}
}

@media (min-width: 992px) {
	.section-header {
		margin-bottom: 80px;
		margin-top: 65px;
		text-align: left
	}
	.section-header--half-margin {
		margin-bottom: 40px
	}
	.select-header {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 80px;
		margin-top: 65px
	}

	.select-header .section-header {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: 0
	}
	.select-header select,
	.select-header .selectboxit-container {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0;
		margin-left: 20px;
		margin-top: 0;
		width: 450px
	}
	.select-header--half-margin {
		margin-bottom: 40px
	}
}

.no_marg_pad,
.selectboxit-container .selectboxit,
.selectboxit-container .selectboxit-options,
.selectboxit-container .selectboxit-option-icon {
	margin: 0;
	padding: 0
}

.selectboxit-container {
	border: 1px solid #9da2a8;
	display: block;
	position: relative;
	vertical-align: top
}

.selectboxit-container * {
	font-size: 18px;
	font-weight: 400;
	outline: none;
	white-space: nowrap
}

.selectboxit-container .selectboxit {
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative
}

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
	display: block;
	height: 47px;
	line-height: 47px
}

.selectboxit-container .selectboxit:focus {
	outline: 0
}

.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
	cursor: default;
	opacity: 0.65
}

.selectboxit-text {
	float: left;
	overflow: hidden;
	text-indent: 15px;
	text-overflow: ellipsis
}

.selectboxit-container .selectboxit-options {
	box-sizing: content-box;
	cursor: pointer;
	display: none;
	left: -1px;
	list-style: none;
	min-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	text-align: left;
	z-index: 9999999999999
}

.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none
}

.selectboxit-option,
.selectboxit-optgroup-header {
	list-style-type: none;
	margin: 0
}

.selectboxit-optgroup-header {
	font-weight: bold
}

.selectboxit-optgroup-header:hover {
	cursor: default
}

.selectboxit-arrow-container {
	position: absolute;
	right: 0;
	width: 30px
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%
}

.selectboxit-option-icon-container {
	float: left
}

.selectboxit-container .selectboxit-option-icon {
	vertical-align: middle
}

.selectboxit-option-icon-url {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	float: left;
	height: 100%;
	width: 18px
}

.selectboxit-rendering {
	display: inline-block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
	visibility: visible !important;
	zoom: 1 !important
}

.jqueryui .ui-icon {
	background-color: inherit
}

.jqueryui .ui-icon-triangle-1-s {
	background-position: -64px -16px
}

.selectboxit-container {
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out
}

.selectboxit-container select {
	max-width: 100%
}

.selectboxit-container .selectboxit-disabled {
	display: none
}

.selectboxit-container .selectboxit-option-icon-container {
	display: none
}

.selectboxit-container .selectboxit-btn {
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 100% !important
}

.selectboxit-container .selectboxit-btn .selectboxit-text {
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.selectboxit-container .selectboxit-btn.selectboxit-open {
	background-color: #2ba5cc
}

.selectboxit-container .selectboxit-btn.selectboxit-open .selectboxit-text {
	color: #fff;
	font-weight: bold
}

.selectboxit-container .selectboxit-btn.selectboxit-open .selectboxit-arrow-container .selectboxit-arrow {
	border-color: #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.selectboxit-container .selectboxit-btn.used .selectboxit-text {
	font-weight: bold
}

.selectboxit-container .selectboxit-btn.used+.selectboxit-options .selectboxit-option.selectboxit-selected .selectboxit-option-anchor {
	font-weight: bold
}

.selectboxit-container .selectboxit-options {
	background-color: #fff;
	border-bottom: 1px solid #9da2a8;
	border-left: 1px solid #9da2a8;
	border-right: 1px solid #9da2a8;
	margin-top: 1px;
	min-width: 100% !important
}

.selectboxit-container .selectboxit-option {
	border-top: 1px solid #9da2a8
}

.selectboxit-container .selectboxit-option:before {
	background-color: #bbd2dc;
	content: '';
	float: left;
	height: 47px;
	margin-right: 20px;
	-webkit-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
	vertical-align: top;
	width: 0
}

.selectboxit-container .selectboxit-option:hover {
	font-weight: bold
}

.selectboxit-container .selectboxit-option:hover:before {
	width: 20px
}

.selectboxit-container .selectboxit-option .selectboxit-option-icon-container {
	margin-right: 15px
}

.selectboxit-container .selectboxit-option .selectboxit-option-anchor {
	color: #5f6062;
	font-size: 14px;
	padding: 0 24px
}

.selectboxit-container .selectboxit-arrow-container {
	width: 50px
}

.selectboxit-container .selectboxit-arrow-container .selectboxit-arrow {
	border-left: 4px solid #2ba5cc;
	border-bottom: 4px solid #2ba5cc;
	bottom: 0;
	height: 13px;
	margin: auto;
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out;
	width: 13px
}

.selectboxit-container:hover {
	border-color: #2ba5cc
}

.selectboxit-container.language-picker {
	border: 0;
	margin: 10px 24px;
	width: 100%
}

.selectboxit-container.language-picker * {
	font-size: 18px
}

.selectboxit-container.language-picker .selectboxit-option-icon-container {
	display: block;
	height: 100%;
	line-height: 100%
}

.selectboxit-container.language-picker .selectboxit-option-icon {
	background-size: 100% auto;
	height: 100%;
	width: 20px
}

.selectboxit-container.language-picker .selectboxit-option-anchor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 18px
}

.selectboxit-container.language-picker .selectboxit-btn .selectboxit-option-icon {
	width: 35px
}

.selectboxit-container.language-picker .selectboxit-text {
	font-weight: bold;
	max-width: none !important
}

.selectboxit-container.language-picker .selectboxit-arrow-container .selectboxit-arrow {
	border-left: 2px solid #2ba5cc;
	border-bottom: 2px solid #2ba5cc;
	height: 9px;
	width: 9px
}

@media (min-width: 992px) {
	.selectboxit-container.language-picker {
		margin: 0;
		width: 90px
	}
	.selectboxit-container.language-picker span {
		height: 65px;
		line-height: 65px
	}
	.selectboxit-container.language-picker .selectboxit-arrow-container {
		width: 30px
	}
	.selectboxit-container.language-picker .selectboxit-btn .selectboxit-option-icon-container {
		display: none
	}
	.selectboxit-container.language-picker * {
		font-size: 12px
	}
	.selectboxit-container.language-picker .selectboxit-option-anchor {
		font-size: 12px;
		padding: 0 50px 0 0
	}
}

@media (min-width: 1200px) {
	.selectboxit-container.language-picker {
		width: 105px
	}
	.selectboxit-container.language-picker .selectboxit-arrow-container {
		width: 50px
	}
}

.service-block {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	margin-bottom: 70px;
	padding-top: 30px;
	text-align: center
}

.service-block__image {
	margin: 0 auto 40px;
	position: relative;
	width: 130px
}

.service-block__title {
	color: #04092f;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px
}

.service-block__description {
	margin-bottom: 40px
}

@media (min-width: 576px) {
	.service-block {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.service-block>div {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 100%
	}
}

.service-detail .scrollmagic-pin-spacer {
	min-width: 0 !important;
	max-width: 100%
}

.service-detail__card {
	border-top: 1px solid #5f6062;
	margin-bottom: 50px;
	padding-top: 50px
}

.service-detail__card h2 {
	color: #04092f;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: none
}

.service-detail__card .button {
	margin-top: 30px
}

.service-detail__nav {
	z-index: 1
}

.service-detail__nav ul {
	border-left: 1px solid #5f6062
}

.service-detail__nav ul li {
	padding: 20px;
	position: relative
}

.service-detail__nav ul li:before {
	background-color: #2ba5cc;
	bottom: 0;
	content: '';
	left: -1px;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	width: 3px;
	z-index: 1
}

.service-detail__nav ul li a {
	color: #5f6062;
	font-weight: bold;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.service-detail__nav ul li.active:before {
	opacity: 1
}

.service-detail__nav ul li.active a {
	color: #2ba5cc
}

@media (min-width: 992px) {
	.service-detail__card {
		background-color: #fff;
		border-top: 0;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
		margin-bottom: 70px;
		padding: 70px 80px
	}
	.service-detail__nav {
		width: 320px
	}
}

@media (min-width: 1200px) {
	.service-detail__nav {
		width: 356px
	}
}

.js-share {
	position: relative;
	width: 285px
}

.js-share .text-link {
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 100%
}

.js-share .text-link span {
	display: inline-block;
	overflow: hidden;
	-webkit-transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, margin 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, margin 0.4s ease-in-out;
	white-space: nowrap;
	width: calc(100% - 90px);
	vertical-align: middle
}

.js-share .text-link svg {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 45px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: margin 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out;
	transition: margin 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s, transform 0.4s ease-in-out;
	width: 45px
}

.js-share .share-menu {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden
}

.js-share .share-menu li {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.js-share .share-menu li:nth-child(2) {
	-webkit-transform: translate(calc(-100% + 15px), 0);
	-ms-transform: translate(calc(-100% + 15px), 0);
	transform: translate(calc(-100% + 15px), 0)
}

.js-share .share-menu li:nth-child(3) {
	-webkit-transform: translate(calc(-200% + 15px), 0);
	-ms-transform: translate(calc(-200% + 15px), 0);
	transform: translate(calc(-200% + 15px), 0)
}

.js-share .share-menu li:nth-child(4) {
	-webkit-transform: translate(calc(-300% + 15px), 0);
	-ms-transform: translate(calc(-300% + 15px), 0);
	transform: translate(calc(-300% + 15px), 0)
}

.js-share .share-menu li:nth-child(5) {
	-webkit-transform: translate(calc(-400% + 15px), 0);
	-ms-transform: translate(calc(-400% + 15px), 0);
	transform: translate(calc(-400% + 15px), 0)
}

.js-share .share-menu li a:hover {
	cursor: pointer
}

.js-share--reversed .text-link {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.js-share--reversed .text-link span {
	margin-right: 25px
}

.js-share--reversed .text-link svg {
	margin: 0 15px 0 0
}

.js-share--reversed .share-menu {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.js-share--reversed .share-menu li:nth-child(2) {
	-webkit-transform: translate(calc(200% - 15px), 0);
	-ms-transform: translate(calc(200% - 15px), 0);
	transform: translate(calc(200% - 15px), 0)
}

.js-share--reversed .share-menu li:nth-child(3) {
	-webkit-transform: translate(calc(300% - 15px), 0);
	-ms-transform: translate(calc(300% - 15px), 0);
	transform: translate(calc(300% - 15px), 0)
}

.js-share--reversed .share-menu li:nth-child(4) {
	-webkit-transform: translate(calc(400% - 15px), 0);
	-ms-transform: translate(calc(400% - 15px), 0);
	transform: translate(calc(400% - 15px), 0)
}

.js-share--reversed .share-menu li:nth-child(5) {
	-webkit-transform: translate(calc(500% - 15px), 0);
	-ms-transform: translate(calc(500% - 15px), 0);
	transform: translate(calc(500% - 15px), 0)
}

.share-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 285px
}

.share-menu li a svg {
	height: 45px;
	width: 45px
}

.simple-cards .col {
	margin-bottom: 50px;
	margin-top: 30px
}

.simple-card {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
	color: #5f6062;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 30px;
	width: 100%
}

.simple-card>div {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 100%
}

.simple-card__header {
	color: #04092f;
	font-weight: bold;
	letter-spacing: 0.165em;
	text-transform: uppercase
}

.simple-card__subheader {
	color: #04092f;
	font-weight: bold;
	margin-bottom: 30px
}

.simple-card a:not(.button) {
	color: #2ba5cc;
	font-weight: bold;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.simple-card a:not(.button):hover {
	color: #04092f
}

.simple-card .button {
	margin-top: 30px
}

.site-footer {
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 100%
}

.site-footer>* {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.site-footer__ask-an-expert {
	background-color: #e26b2a;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 35px 10px 20px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 100%
}

.site-footer__ask-an-expert svg {
	display: inline-block;
	height: 39px;
	margin-right: 16px;
	vertical-align: middle;
	width: 33px
}

.site-footer__ask-an-expert:hover {
	background-color: #cf6329
}

.site-footer__nav {
	display: inline-block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: 30px;
	vertical-align: middle
}

.site-footer__nav ul {
	font-size: 0
}

.site-footer__nav ul li {
	display: inline-block
}

.site-footer__nav ul li a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	vertical-align: middle
}

.site-footer__nav ul li a:hover {
	color: #2ba5cc
}

.site-footer__nav ul li+li:before {
	background-color: #fff;
	content: '';
	display: inline-block;
	height: 14px;
	margin: 0 16px;
	vertical-align: middle;
	width: 1px
}

.site-footer__wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.site-footer__logo {
	display: inline-block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	float: left;
	height: 29px;
	vertical-align: middle;
	width: 27px
}

.site-footer__top {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #5f6062;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px 0
}

.site-footer__bottom {
	background-color: #393839;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 10px 0;
	width: 100%
}

@media (min-width: 768px) {
	.site-footer {
		text-align: left
	}
	.site-footer__ask-an-expert {
		border-radius: 5px 5px 0 0;
		bottom: 0;
		position: fixed;
		right: 10%;
		text-align: left;
		width: auto;
		z-index: 5
	}
	.site-footer__bottom {
		text-align: right
	}
}

.site-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10
}

.site-header__wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	position: relative;
	width: 280px
}

.site-header__banner {
	background-color: #32c5f4;
	color: #04092f;
	display: none;
	font-weight: bold;
	padding: 16px 0
}

.site-header__banner .text-link {
	margin-left: 10px
}

.site-header__banner-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.site-header__banner-more {
	color: #fff;
	display: inline-block;
	font-style: italic;
	text-decoration: underline
}

.site-header__banner-text {
	font-size: 14px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.site-header__banner-text>span {
	margin-right: 10px
}

.site-header__banner-close {
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 24px;
	margin-left: 10px;
	position: relative;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	width: 24px
}

.site-header__banner-close:before,
.site-header__banner-close:after {
	background-color: #fff;
	bottom: 0;
	content: '';
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 14px
}

.site-header__banner-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.site-header__banner-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.site-header__banner-close:hover {
	border-color: #04092f
}

.site-header__banner-close:hover:before,
.site-header__banner-close:hover:after {
	background-color: #04092f
}

.site-header__logo {
	background-image: url(logos/header.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover !important;
	display: block;
	font-size: 0;
	height: 50px;
	width: 162px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.site-header__logo {
		background-image: url('logos/header.png');
		background-size: auto auto
	}
}

.site-header__hamburger-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e26b2a;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	position: absolute;
	right: 0;
	width: 60px
}

.site-header .container {
	max-height: 100%
}

@media (min-width: 576px) {
	.site-header__banner {
		text-align: center
	}
	.site-header__logo {
		margin-left: 12px
	}
}

@media (min-width: 992px) {
	.site-header {
		width: 100%
	}
	.site-header__wrap {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 65px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 100%
	}
	.site-header__logo {
		background-image: url('logos/header-compact.png');
		height: 30px;
		margin-left: 0;
		width: 30px
	}
}

@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 992px) and (min-device-pixel-ratio: 2),
only screen and (min-width: 992px) and (min-resolution: 192dpi),
only screen and (min-width: 992px) and (min-resolution: 2dppx) {
	.site-header__logo {
		background-image: url('logos/header-compact.png');
		background-size: auto auto
	}
}

@media (min-width: 992px) {
	.site-header__hamburger-wrap {
		display: none
	}
}

@media screen and (min-width: 1325px) {
	.site-header__logo {
		background-image: url(logos/header.png);
		height: 50px;
		width: 162px
	}
}

@media only screen and (min-width: 1325px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1325px) and (min-device-pixel-ratio: 2),
only screen and (min-width: 1325px) and (min-resolution: 192dpi),
only screen and (min-width: 1325px) and (min-resolution: 2dppx) {
	.site-header__logo {
		background-image: url('logos/header.png');
		background-size: auto auto
	}
}

.sitemap__container-page {
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase
}

.sitemap__level-1 {
	list-style: none
}

.sitemap__level-1>li {
	border-top: 1px solid #5f6062;
	margin-bottom: 20px;
	padding-top: 20px
}

.sitemap__level-1>li ul {
	list-style: disc;
	margin-left: 30px
}

.sitemap__level-1>li .text-link+ul,
.sitemap__level-1>li .sitemap__container-page+ul {
	margin-top: 10px
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	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
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle
}

.slick-dots li+li {
	margin-left: 12px
}

.slick-dots li button {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 0;
	height: 20px;
	padding: 0;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	width: 20px
}

.slick-dots li button:hover {
	background-color: rgba(43, 165, 204, 0.5);
	border-color: #2ba5cc
}

.slick-dots li button:focus {
	outline: 0
}

.slick-dots li svg {
	height: 20px;
	overflow: visible;
	vertical-align: bottom;
	width: 20px
}

.slick-dots li.slick-active svg .outline {
	stroke: #2ba5cc
}

.slick-dots li.slick-active svg .inner {
	opacity: 1
}

.slick-dots li.slick-active button {
	background-color: #2ba5cc;
	border-color: #2ba5cc
}

.slick-dots--blue li button {
	border-color: #2ba5cc
}

.slick-dots--blue li svg .inner {
	opacity: 0.25
}

.slick-dots--blue li svg .inner:hover {
	opacity: 0.5
}

.slick-dots--centered {
	text-align: center
}

.slick-arrow {
	background: none;
	border: none
}

.svg-favorite__background {
	fill: rgba(157, 162, 168, 0.5);
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out
}

.active .svg-favorite__background {
	fill: #e26b2a
}

.svg-favorite__star {
	fill: #fff
}

.tabs {
	border-bottom: 1px solid #5f6062;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%
}

.tabs li a {
	border-bottom: 3px solid transparent;
	color: #5f6062;
	display: inline-block;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 30px 20px;
	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out
}

.tabs li.active a {
	border-color: #2ba5cc;
	color: #2ba5cc
}

.team-member {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 50px;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out
}

.team-member__header {
	min-height: 120px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
}

.team-member__header.is-selected .team-member__name,
.team-member__header.is-selected .team-member__title {
	color: #fff
}

.team-member__name {
	color: #2ba5cc;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.team-member__title {
	color: #5f6062;
	font-size: 14px;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.team-member__triangle-wrap {
	display: none
}

.team-member__bio {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
	padding: 30px 30px 20px 30px;
	position: relative;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out
}

.team-member__bio:after {
	background-color: #32c5f4;
	box-shadow: 0px -2px 30px 5px rgba(50, 197, 244, 0.4);
	bottom: 0;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	right: 0
}

.team-member.is-selected {
	box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.2)
}

@media (min-width: 992px) {
	.team-members .col:nth-child(even) .team-member .js-expando__content {
		margin-left: -480px
	}
	.team-member {
		box-shadow: none
	}
	.team-member__header {
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
		margin-left: 20px;
		padding: 0 50px 0 40px
	}
	.team-member .js-expando__content {
		padding-left: 20px;
		width: 940px
	}
	.team-member__bio {
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
		margin-top: 31px;
		padding: 40px 40px 20px 40px
	}
	.team-member__triangle-wrap {
		display: block;
		left: 0;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		top: 100%;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		z-index: 1
	}
	.team-member__triangle {
		border-color: #fff transparent transparent transparent;
		border-style: solid;
		border-width: 40px 40px 0 0;
		height: 0;
		-webkit-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		width: 0
	}
	.team-member.is-selected {
		box-shadow: none
	}
	.team-member.is-selected .team-member__triangle-wrap {
		opacity: 1
	}
	.team-member.is-selected .team-member__triangle {
		border-color: #2ba5cc transparent transparent transparent
	}
	.team-member.is-selected .team-member__header,
	.team-member.is-selected .team-member__bio {
		box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.2)
	}
}

@media (min-width: 1200px) {
	.team-members .col:nth-child(even) .team-member .js-expando__content {
		margin-left: -570px
	}
	.team-member .js-expando__content {
		width: 1120px
	}
}

.text-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2ba5cc;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	font-style: italic;
	font-weight: 800;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.text-link svg {
	display: inline-block;
	height: 20px;
	margin: 0 5px 0 auto;
	vertical-align: middle;
	width: 20px
}

.text-link span {
	padding-bottom: 5px;
	position: relative
}

.text-link span:after {
	background-color: #2ba5cc;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	-webkit-transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out;
	width: 15px
}

.text-link span svg {
	margin: 0 0 0 15px
}

.text-link__arrow {
	background-color: #fff;
	border: 2px solid #2ba5cc;
	height: 40px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	width: 50px
}

.text-link__arrow:before {
	border-bottom: 3px solid #2ba5cc;
	border-right: 3px solid #2ba5cc;
	bottom: 0;
	content: '';
	height: 10px;
	left: -2px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	width: 10px
}

.text-link:hover,
.text-link:focus {
	color: #2ba5cc
}

.text-link:hover span:after,
.text-link:focus span:after {
	width: 100%
}

.text-link:hover svg .hover-blue,
.text-link:focus svg .hover-blue {
	fill: #2ba5cc
}

.text-link:hover svg .hover-white,
.text-link:focus svg .hover-white {
	fill: #fff
}

.text-link:hover .text-link__arrow,
.text-link:focus .text-link__arrow {
	background-color: #2ba5cc
}

.text-link:hover .text-link__arrow:before,
.text-link:focus .text-link__arrow:before {
	border-color: #fff
}

.text-link:active {
	color: #04092f
}

.text-link:active span:after {
	background-color: #04092f;
	right: 0px
}

.text-link--stacked {
	text-align: center
}

.text-link--stacked svg {
	display: block;
	height: auto;
	margin-bottom: 5px;
	margin-right: auto;
	width: 50px
}

.text-link--white {
	color: #fff
}

.text-link--white span:after {
	background-color: #fff
}

.text-link--white:hover,
.text-link--white:focus {
	color: #fff
}

.text-link--white:active {
	color: #04092f
}

.text-link--previous span {
	margin-top: 3px
}

.text-link--previous .text-link__arrow {
	margin-right: 10px
}

.text-link--previous .text-link__arrow:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.text-link--next span {
	margin-top: 3px
}

.text-link--next .text-link__arrow {
	margin-left: 10px
}

@media (min-width: 576px) {
	.text-link--previous .text-link__arrow {
		margin-right: 20px
	}
	.text-link--next .text-link__arrow {
		margin-left: 20px
	}
}

.text-section {
	margin-bottom: 150px
}

.text-section__headline {
	margin-bottom: 20px
}

.text-section .button {
	margin-top: 20px
}

.text-section--top-border {
	border-top: 1px solid #5f6062;
	padding-top: 80px
}

.tradeshows {
	margin-bottom: 150px
}

.tradeshows .button {
	margin-top: 40px
}

.tradeshow {
	border-bottom: 1px solid #5f6062;
	padding: 40px 0
}

.tradeshow__division {
	font-style: italic;
	font-weight: bold
}

.tradeshow__title {
	color: #04092f;
	font-weight: bold;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.tradeshow a:hover .tradeshow__title {
	color: #2ba5cc
}

.trending-news {
	background-color: #f1f6f8;
	color: #04092f;
	margin-bottom: 100px;
	padding: 40px 0 10px
}

.trending-news__headline {
	text-transform: none
}

.trending-news__date {
	color: #57b1c6;
	font-weight: bold;
	letter-spacing: 0.165em;
	text-transform: uppercase
}

.trending-news__title {
	line-height: 1.4em;
	margin-bottom: 20px
}

.trending-news__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0
}

.trending-news .col:not(:first-child)+.col .trending-news__item {
	border-top: 1px solid #d4d8da
}

@media (min-width: 992px) {
	.trending-news {
		padding: 30px 0
	}
	.trending-news .col:not(:first-child)+.col .trending-news__item {
		border-top: 0
	}
	.trending-news .col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.trending-news .col+.col {
		border-left: 1px solid #d4d8da
	}
	.trending-news__item {
		padding: 0 10px
	}
}

.triangle-banner__left {
	background-color: #fff;
	padding: 18px 10px 18px 20px;
	width: calc(100% - 20px)
}

.triangle-banner__right {
	bottom: 0;
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.triangle-banner__right:after {
	background-color: #fff;
	bottom: 0;
	content: '';
	height: 150%;
	left: -20px;
	position: absolute;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: rotate(14deg);
	-ms-transform: rotate(14deg);
	transform: rotate(14deg);
	width: 100%
}

html,
body {
	height: 100%
}

html.incms,
body.incms {
	height: auto
}

.page-wrap {
	min-height: 100%;
	position: relative
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: #04092f;
  font-size: 16px;
  border: none;
  cursor: pointer;
  position:absolute;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}