 */@-ms-viewport {
width:device-width
}
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}
*, *::before, *::after {
	box-sizing: inherit
}
:root {
--blue: #4954A7;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #4954A7;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #222d37;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*, *::before, *::after {
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	color: #212529;
	text-align: left;
	background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #337F87;
	text-decoration: underline;
	background-color: transparent
}
a:hover {
	color: #002f50;
	text-decoration: underline
}
a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}
pre, code, kbd, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle;
	border-style: none
}
svg {
	overflow: hidden;
	vertical-align: middle
}
table {
	border-collapse: collapse
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
button {
	border-radius: 0
}
button:focus:not(:focus-visible) {
	outline: 0
}
input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[role="button"] {
	cursor: pointer
}
select {
	word-wrap: normal
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
padding:0;
border-style:none
}
input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none !important
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

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

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

@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
	max-width: 960px
}
}

@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: 1140px
}
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	order: -1
}
.order-last {
	order: 13
}
.order-0 {
	order: 0
}
.order-1 {
	order: 1
}
.order-2 {
	order: 2
}
.order-3 {
	order: 3
}
.order-4 {
	order: 4
}
.order-5 {
	order: 5
}
.order-6 {
	order: 6
}
.order-7 {
	order: 7
}
.order-8 {
	order: 8
}
.order-9 {
	order: 9
}
.order-10 {
	order: 10
}
.order-11 {
	order: 11
}
.order-12 {
	order: 12
}
.offset-1 {
	margin-left: 8.33333%
}
.offset-2 {
	margin-left: 16.66667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.33333%
}
.offset-5 {
	margin-left: 41.66667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.33333%
}
.offset-8 {
	margin-left: 66.66667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.33333%
}
.offset-11 {
	margin-left: 91.66667%
}

@media (min-width: 576px) {
.col-sm {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-sm-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-sm-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-sm-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.row-cols-sm-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-sm-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-sm-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-sm-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-sm-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-sm-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-sm-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-sm-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-sm-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-sm-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-sm-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-sm-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-sm-first {
	order: -1
}
.order-sm-last {
	order: 13
}
.order-sm-0 {
	order: 0
}
.order-sm-1 {
	order: 1
}
.order-sm-2 {
	order: 2
}
.order-sm-3 {
	order: 3
}
.order-sm-4 {
	order: 4
}
.order-sm-5 {
	order: 5
}
.order-sm-6 {
	order: 6
}
.order-sm-7 {
	order: 7
}
.order-sm-8 {
	order: 8
}
.order-sm-9 {
	order: 9
}
.order-sm-10 {
	order: 10
}
.order-sm-11 {
	order: 11
}
.order-sm-12 {
	order: 12
}
.offset-sm-0 {
	margin-left: 0
}
.offset-sm-1 {
	margin-left: 8.33333%
}
.offset-sm-2 {
	margin-left: 16.66667%
}
.offset-sm-3 {
	margin-left: 25%
}
.offset-sm-4 {
	margin-left: 33.33333%
}
.offset-sm-5 {
	margin-left: 41.66667%
}
.offset-sm-6 {
	margin-left: 50%
}
.offset-sm-7 {
	margin-left: 58.33333%
}
.offset-sm-8 {
	margin-left: 66.66667%
}
.offset-sm-9 {
	margin-left: 75%
}
.offset-sm-10 {
	margin-left: 83.33333%
}
.offset-sm-11 {
	margin-left: 91.66667%
}
}

@media (min-width: 768px) {
.col-md {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-md-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-md-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-md-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.row-cols-md-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-md-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-md-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-md-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-md-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-md-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-md-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-md-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-md-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-md-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-md-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-md-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-md-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-md-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-md-first {
	order: -1
}
.order-md-last {
	order: 13
}
.order-md-0 {
	order: 0
}
.order-md-1 {
	order: 1
}
.order-md-2 {
	order: 2
}
.order-md-3 {
	order: 3
}
.order-md-4 {
	order: 4
}
.order-md-5 {
	order: 5
}
.order-md-6 {
	order: 6
}
.order-md-7 {
	order: 7
}
.order-md-8 {
	order: 8
}
.order-md-9 {
	order: 9
}
.order-md-10 {
	order: 10
}
.order-md-11 {
	order: 11
}
.order-md-12 {
	order: 12
}
.offset-md-0 {
	margin-left: 0
}
.offset-md-1 {
	margin-left: 8.33333%
}
.offset-md-2 {
	margin-left: 16.66667%
}
.offset-md-3 {
	margin-left: 25%
}
.offset-md-4 {
	margin-left: 33.33333%
}
.offset-md-5 {
	margin-left: 41.66667%
}
.offset-md-6 {
	margin-left: 50%
}
.offset-md-7 {
	margin-left: 58.33333%
}
.offset-md-8 {
	margin-left: 66.66667%
}
.offset-md-9 {
	margin-left: 75%
}
.offset-md-10 {
	margin-left: 83.33333%
}
.offset-md-11 {
	margin-left: 91.66667%
}
}

@media (min-width: 992px) {
.col-lg {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-lg-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-lg-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-lg-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.row-cols-lg-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-lg-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-lg-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-lg-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-lg-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-lg-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-lg-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-lg-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-lg-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-lg-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-lg-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-lg-first {
	order: -1
}
.order-lg-last {
	order: 13
}
.order-lg-0 {
	order: 0
}
.order-lg-1 {
	order: 1
}
.order-lg-2 {
	order: 2
}
.order-lg-3 {
	order: 3
}
.order-lg-4 {
	order: 4
}
.order-lg-5 {
	order: 5
}
.order-lg-6 {
	order: 6
}
.order-lg-7 {
	order: 7
}
.order-lg-8 {
	order: 8
}
.order-lg-9 {
	order: 9
}
.order-lg-10 {
	order: 10
}
.order-lg-11 {
	order: 11
}
.order-lg-12 {
	order: 12
}
.offset-lg-0 {
	margin-left: 0
}
.offset-lg-1 {
	margin-left: 8.33333%
}
.offset-lg-2 {
	margin-left: 16.66667%
}
.offset-lg-3 {
	margin-left: 25%
}
.offset-lg-4 {
	margin-left: 33.33333%
}
.offset-lg-5 {
	margin-left: 41.66667%
}
.offset-lg-6 {
	margin-left: 50%
}
.offset-lg-7 {
	margin-left: 58.33333%
}
.offset-lg-8 {
	margin-left: 66.66667%
}
.offset-lg-9 {
	margin-left: 75%
}
.offset-lg-10 {
	margin-left: 83.33333%
}
.offset-lg-11 {
	margin-left: 91.66667%
}
}

@media (min-width: 1200px) {
.col-xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-xl-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-xl-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-xl-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.row-cols-xl-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-xl-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-xl-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-xl-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-xl-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-xl-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-xl-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-xl-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-xl-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-xl-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-xl-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-xl-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-xl-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-xl-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-xl-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-xl-first {
	order: -1
}
.order-xl-last {
	order: 13
}
.order-xl-0 {
	order: 0
}
.order-xl-1 {
	order: 1
}
.order-xl-2 {
	order: 2
}
.order-xl-3 {
	order: 3
}
.order-xl-4 {
	order: 4
}
.order-xl-5 {
	order: 5
}
.order-xl-6 {
	order: 6
}
.order-xl-7 {
	order: 7
}
.order-xl-8 {
	order: 8
}
.order-xl-9 {
	order: 9
}
.order-xl-10 {
	order: 10
}
.order-xl-11 {
	order: 11
}
.order-xl-12 {
	order: 12
}
.offset-xl-0 {
	margin-left: 0
}
.offset-xl-1 {
	margin-left: 8.33333%
}
.offset-xl-2 {
	margin-left: 16.66667%
}
.offset-xl-3 {
	margin-left: 25%
}
.offset-xl-4 {
	margin-left: 33.33333%
}
.offset-xl-5 {
	margin-left: 41.66667%
}
.offset-xl-6 {
	margin-left: 50%
}
.offset-xl-7 {
	margin-left: 58.33333%
}
.offset-xl-8 {
	margin-left: 66.66667%
}
.offset-xl-9 {
	margin-left: 75%
}
.offset-xl-10 {
	margin-left: 83.33333%
}
.offset-xl-11 {
	margin-left: 91.66667%
}
}
.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: #4954A7 !important
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #394284 !important
}
.bg-secondary {
	background-color: #6c757d !important
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
	background-color: #545b62 !important
}
.bg-success {
	background-color: #28a745 !important
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
	background-color: #1e7e34 !important
}
.bg-info {
	background-color: #17a2b8 !important
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
	background-color: #117a8b !important
}
.bg-warning {
	background-color: #ffc107 !important
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
	background-color: #d39e00 !important
}
.bg-danger {
	background-color: #dc3545 !important
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
	background-color: #bd2130 !important
}
.bg-light {
	background-color: #f8f9fa !important
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
	background-color: #dae0e5 !important
}
.bg-dark {
	background-color: #222d37 !important
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
	background-color: #0f1317 !important
}
.bg-white {
	background-color: #fff !important
}
.bg-transparent {
	background-color: transparent !important
}
.border {
	border: 1px solid #dee2e6 !important
}
.border-top {
	border-top: 1px solid #dee2e6 !important
}
.border-right {
	border-right: 1px solid #dee2e6 !important
}
.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}
.border-left {
	border-left: 1px solid #dee2e6 !important
}
.border-0 {
	border: 0 !important
}
.border-top-0 {
	border-top: 0 !important
}
.border-right-0 {
	border-right: 0 !important
}
.border-bottom-0 {
	border-bottom: 0 !important
}
.border-left-0 {
	border-left: 0 !important
}
.border-primary {
	border-color: #4954A7 !important
}
.border-secondary {
	border-color: #6c757d !important
}
.border-success {
	border-color: #28a745 !important
}
.border-info {
	border-color: #17a2b8 !important
}
.border-warning {
	border-color: #ffc107 !important
}
.border-danger {
	border-color: #dc3545 !important
}
.border-light {
	border-color: #f8f9fa !important
}
.border-dark {
	border-color: #222d37 !important
}
.border-white {
	border-color: #fff !important
}
.rounded-sm {
	border-radius: .2rem !important
}
.rounded {
	border-radius: .25rem !important
}
.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}
.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}
.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}
.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}
.rounded-lg {
	border-radius: .3rem !important
}
.rounded-circle {
	border-radius: 50% !important
}
.rounded-pill {
	border-radius: 50rem !important
}
.rounded-0 {
	border-radius: 0 !important
}
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.d-none {
	display: none !important
}
.d-inline {
	display: inline !important
}
.d-inline-block {
	display: inline-block !important
}
.d-block {
	display: block !important
}
.d-table {
	display: table !important
}
.d-table-row {
	display: table-row !important
}
.d-table-cell {
	display: table-cell !important
}
.d-flex {
	display: flex !important
}
.d-inline-flex {
	display: inline-flex !important
}

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

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

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

@media (min-width: 1200px) {
.d-xl-none {
	display: none !important
}
.d-xl-inline {
	display: inline !important
}
.d-xl-inline-block {
	display: inline-block !important
}
.d-xl-block {
	display: block !important
}
.d-xl-table {
	display: table !important
}
.d-xl-table-row {
	display: table-row !important
}
.d-xl-table-cell {
	display: table-cell !important
}
.d-xl-flex {
	display: flex !important
}
.d-xl-inline-flex {
	display: inline-flex !important
}
}

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

@media (min-width: 576px) {
.flex-sm-row {
	flex-direction: row !important
}
.flex-sm-column {
	flex-direction: column !important
}
.flex-sm-row-reverse {
	flex-direction: row-reverse !important
}
.flex-sm-column-reverse {
	flex-direction: column-reverse !important
}
.flex-sm-wrap {
	flex-wrap: wrap !important
}
.flex-sm-nowrap {
	flex-wrap: nowrap !important
}
.flex-sm-wrap-reverse {
	flex-wrap: wrap-reverse !important
}
.flex-sm-fill {
	flex: 1 1 auto !important
}
.flex-sm-grow-0 {
	flex-grow: 0 !important
}
.flex-sm-grow-1 {
	flex-grow: 1 !important
}
.flex-sm-shrink-0 {
	flex-shrink: 0 !important
}
.flex-sm-shrink-1 {
	flex-shrink: 1 !important
}
.justify-content-sm-start {
	justify-content: flex-start !important
}
.justify-content-sm-end {
	justify-content: flex-end !important
}
.justify-content-sm-center {
	justify-content: center !important
}
.justify-content-sm-between {
	justify-content: space-between !important
}
.justify-content-sm-around {
	justify-content: space-around !important
}
.align-items-sm-start {
	align-items: flex-start !important
}
.align-items-sm-end {
	align-items: flex-end !important
}
.align-items-sm-center {
	align-items: center !important
}
.align-items-sm-baseline {
	align-items: baseline !important
}
.align-items-sm-stretch {
	align-items: stretch !important
}
.align-content-sm-start {
	align-content: flex-start !important
}
.align-content-sm-end {
	align-content: flex-end !important
}
.align-content-sm-center {
	align-content: center !important
}
.align-content-sm-between {
	align-content: space-between !important
}
.align-content-sm-around {
	align-content: space-around !important
}
.align-content-sm-stretch {
	align-content: stretch !important
}
.align-self-sm-auto {
	align-self: auto !important
}
.align-self-sm-start {
	align-self: flex-start !important
}
.align-self-sm-end {
	align-self: flex-end !important
}
.align-self-sm-center {
	align-self: center !important
}
.align-self-sm-baseline {
	align-self: baseline !important
}
.align-self-sm-stretch {
	align-self: stretch !important
}
}

@media (min-width: 768px) {
.flex-md-row {
	flex-direction: row !important
}
.flex-md-column {
	flex-direction: column !important
}
.flex-md-row-reverse {
	flex-direction: row-reverse !important
}
.flex-md-column-reverse {
	flex-direction: column-reverse !important
}
.flex-md-wrap {
	flex-wrap: wrap !important
}
.flex-md-nowrap {
	flex-wrap: nowrap !important
}
.flex-md-wrap-reverse {
	flex-wrap: wrap-reverse !important
}
.flex-md-fill {
	flex: 1 1 auto !important
}
.flex-md-grow-0 {
	flex-grow: 0 !important
}
.flex-md-grow-1 {
	flex-grow: 1 !important
}
.flex-md-shrink-0 {
	flex-shrink: 0 !important
}
.flex-md-shrink-1 {
	flex-shrink: 1 !important
}
.justify-content-md-start {
	justify-content: flex-start !important
}
.justify-content-md-end {
	justify-content: flex-end !important
}
.justify-content-md-center {
	justify-content: center !important
}
.justify-content-md-between {
	justify-content: space-between !important
}
.justify-content-md-around {
	justify-content: space-around !important
}
.align-items-md-start {
	align-items: flex-start !important
}
.align-items-md-end {
	align-items: flex-end !important
}
.align-items-md-center {
	align-items: center !important
}
.align-items-md-baseline {
	align-items: baseline !important
}
.align-items-md-stretch {
	align-items: stretch !important
}
.align-content-md-start {
	align-content: flex-start !important
}
.align-content-md-end {
	align-content: flex-end !important
}
.align-content-md-center {
	align-content: center !important
}
.align-content-md-between {
	align-content: space-between !important
}
.align-content-md-around {
	align-content: space-around !important
}
.align-content-md-stretch {
	align-content: stretch !important
}
.align-self-md-auto {
	align-self: auto !important
}
.align-self-md-start {
	align-self: flex-start !important
}
.align-self-md-end {
	align-self: flex-end !important
}
.align-self-md-center {
	align-self: center !important
}
.align-self-md-baseline {
	align-self: baseline !important
}
.align-self-md-stretch {
	align-self: stretch !important
}
}

@media (min-width: 992px) {
.flex-lg-row {
	flex-direction: row !important
}
.flex-lg-column {
	flex-direction: column !important
}
.flex-lg-row-reverse {
	flex-direction: row-reverse !important
}
.flex-lg-column-reverse {
	flex-direction: column-reverse !important
}
.flex-lg-wrap {
	flex-wrap: wrap !important
}
.flex-lg-nowrap {
	flex-wrap: nowrap !important
}
.flex-lg-wrap-reverse {
	flex-wrap: wrap-reverse !important
}
.flex-lg-fill {
	flex: 1 1 auto !important
}
.flex-lg-grow-0 {
	flex-grow: 0 !important
}
.flex-lg-grow-1 {
	flex-grow: 1 !important
}
.flex-lg-shrink-0 {
	flex-shrink: 0 !important
}
.flex-lg-shrink-1 {
	flex-shrink: 1 !important
}
.justify-content-lg-start {
	justify-content: flex-start !important
}
.justify-content-lg-end {
	justify-content: flex-end !important
}
.justify-content-lg-center {
	justify-content: center !important
}
.justify-content-lg-between {
	justify-content: space-between !important
}
.justify-content-lg-around {
	justify-content: space-around !important
}
.align-items-lg-start {
	align-items: flex-start !important
}
.align-items-lg-end {
	align-items: flex-end !important
}
.align-items-lg-center {
	align-items: center !important
}
.align-items-lg-baseline {
	align-items: baseline !important
}
.align-items-lg-stretch {
	align-items: stretch !important
}
.align-content-lg-start {
	align-content: flex-start !important
}
.align-content-lg-end {
	align-content: flex-end !important
}
.align-content-lg-center {
	align-content: center !important
}
.align-content-lg-between {
	align-content: space-between !important
}
.align-content-lg-around {
	align-content: space-around !important
}
.align-content-lg-stretch {
	align-content: stretch !important
}
.align-self-lg-auto {
	align-self: auto !important
}
.align-self-lg-start {
	align-self: flex-start !important
}
.align-self-lg-end {
	align-self: flex-end !important
}
.align-self-lg-center {
	align-self: center !important
}
.align-self-lg-baseline {
	align-self: baseline !important
}
.align-self-lg-stretch {
	align-self: stretch !important
}
}

@media (min-width: 1200px) {
.flex-xl-row {
	flex-direction: row !important
}
.flex-xl-column {
	flex-direction: column !important
}
.flex-xl-row-reverse {
	flex-direction: row-reverse !important
}
.flex-xl-column-reverse {
	flex-direction: column-reverse !important
}
.flex-xl-wrap {
	flex-wrap: wrap !important
}
.flex-xl-nowrap {
	flex-wrap: nowrap !important
}
.flex-xl-wrap-reverse {
	flex-wrap: wrap-reverse !important
}
.flex-xl-fill {
	flex: 1 1 auto !important
}
.flex-xl-grow-0 {
	flex-grow: 0 !important
}
.flex-xl-grow-1 {
	flex-grow: 1 !important
}
.flex-xl-shrink-0 {
	flex-shrink: 0 !important
}
.flex-xl-shrink-1 {
	flex-shrink: 1 !important
}
.justify-content-xl-start {
	justify-content: flex-start !important
}
.justify-content-xl-end {
	justify-content: flex-end !important
}
.justify-content-xl-center {
	justify-content: center !important
}
.justify-content-xl-between {
	justify-content: space-between !important
}
.justify-content-xl-around {
	justify-content: space-around !important
}
.align-items-xl-start {
	align-items: flex-start !important
}
.align-items-xl-end {
	align-items: flex-end !important
}
.align-items-xl-center {
	align-items: center !important
}
.align-items-xl-baseline {
	align-items: baseline !important
}
.align-items-xl-stretch {
	align-items: stretch !important
}
.align-content-xl-start {
	align-content: flex-start !important
}
.align-content-xl-end {
	align-content: flex-end !important
}
.align-content-xl-center {
	align-content: center !important
}
.align-content-xl-between {
	align-content: space-between !important
}
.align-content-xl-around {
	align-content: space-around !important
}
.align-content-xl-stretch {
	align-content: stretch !important
}
.align-self-xl-auto {
	align-self: auto !important
}
.align-self-xl-start {
	align-self: flex-start !important
}
.align-self-xl-end {
	align-self: flex-end !important
}
.align-self-xl-center {
	align-self: center !important
}
.align-self-xl-baseline {
	align-self: baseline !important
}
.align-self-xl-stretch {
	align-self: stretch !important
}
}
.float-left {
	float: left !important
}
.float-right {
	float: right !important
}
.float-none {
	float: none !important
}

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

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

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

@media (min-width: 1200px) {
.float-xl-left {
	float: left !important
}
.float-xl-right {
	float: right !important
}
.float-xl-none {
	float: none !important
}
}
.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important
}
.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important
}
.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}
.overflow-auto {
	overflow: auto !important
}
.overflow-hidden {
	overflow: hidden !important
}
.position-static {
	position: static !important
}
.position-relative {
	position: relative !important
}
.position-absolute {
	position: absolute !important
}
.position-fixed {
	position: fixed !important
}
.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}
.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}
.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important
}
.shadow-none {
	box-shadow: none !important
}
.w-25 {
	width: 25% !important
}
.w-50 {
	width: 50% !important
}
.w-75 {
	width: 75% !important
}
.w-100 {
	width: 100% !important
}
.w-auto {
	width: auto !important
}
.h-25 {
	height: 25% !important
}
.h-50 {
	height: 50% !important
}
.h-75 {
	height: 75% !important
}
.h-100 {
	height: 100% !important
}
.h-auto {
	height: auto !important
}
.mw-100 {
	max-width: 100% !important
}
.mh-100 {
	max-height: 100% !important
}
.min-vw-100 {
	min-width: 100vw !important
}
.min-vh-100 {
	min-height: 100vh !important
}
.vw-100 {
	width: 100vw !important
}
.vh-100 {
	height: 100vh !important
}
.m-0 {
	margin: 0 !important
}
.mt-0, .my-0 {
	margin-top: 0 !important
}
.mr-0, .mx-0 {
	margin-right: 0 !important
}
.mb-0, .my-0 {
	margin-bottom: 0 !important
}
.ml-0, .mx-0 {
	margin-left: 0 !important
}
.m-1 {
	margin: .25rem !important
}
.mt-1, .my-1 {
	margin-top: .25rem !important
}
.mr-1, .mx-1 {
	margin-right: .25rem !important
}
.mb-1, .my-1 {
	margin-bottom: .25rem !important
}
.ml-1, .mx-1 {
	margin-left: .25rem !important
}
.m-2 {
	margin: .5rem !important
}
.mt-2, .my-2 {
	margin-top: .5rem !important
}
.mr-2, .mx-2 {
	margin-right: .5rem !important
}
.mb-2, .my-2 {
	margin-bottom: .5rem !important
}
.ml-2, .mx-2 {
	margin-left: .5rem !important
}
.m-3 {
	margin: 1rem !important
}
.mt-3, .my-3 {
	margin-top: 1rem !important
}
.mr-3, .mx-3 {
	margin-right: 1rem !important
}
.mb-3, .my-3 {
	margin-bottom: 1rem !important
}
.ml-3, .mx-3 {
	margin-left: 1rem !important
}
.m-4 {
	margin: 1.5rem !important
}
.mt-4, .my-4 {
	margin-top: 1.5rem !important
}
.mr-4, .mx-4 {
	margin-right: 1.5rem !important
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem !important
}
.ml-4, .mx-4 {
	margin-left: 1.5rem !important
}
.m-5 {
	margin: 3rem !important
}
.mt-5, .my-5 {
	margin-top: 3rem !important
}
.mr-5, .mx-5 {
	margin-right: 3rem !important
}
.mb-5, .my-5 {
	margin-bottom: 3rem !important
}
.ml-5, .mx-5 {
	margin-left: 3rem !important
}
.p-0 {
	padding: 0 !important
}
.pt-0, .py-0 {
	padding-top: 0 !important
}
.pr-0, .px-0 {
	padding-right: 0 !important
}
.pb-0, .py-0 {
	padding-bottom: 0 !important
}
.pl-0, .px-0 {
	padding-left: 0 !important
}
.p-1 {
	padding: .25rem !important
}
.pt-1, .py-1 {
	padding-top: .25rem !important
}
.pr-1, .px-1 {
	padding-right: .25rem !important
}
.pb-1, .py-1 {
	padding-bottom: .25rem !important
}
.pl-1, .px-1 {
	padding-left: .25rem !important
}
.p-2 {
	padding: .5rem !important
}
.pt-2, .py-2 {
	padding-top: .5rem !important
}
.pr-2, .px-2 {
	padding-right: .5rem !important
}
.pb-2, .py-2 {
	padding-bottom: .5rem !important
}
.pl-2, .px-2 {
	padding-left: .5rem !important
}
.p-3 {
	padding: 1rem !important
}
.pt-3, .py-3 {
	padding-top: 1rem !important
}
.pr-3, .px-3 {
	padding-right: 1rem !important
}
.pb-3, .py-3 {
	padding-bottom: 1rem !important
}
.pl-3, .px-3 {
	padding-left: 1rem !important
}
.p-4 {
	padding: 1.5rem !important
}
.pt-4, .py-4 {
	padding-top: 1.5rem !important
}
.pr-4, .px-4 {
	padding-right: 1.5rem !important
}
.pb-4, .py-4 {
	padding-bottom: 1.5rem !important
}
.pl-4, .px-4 {
	padding-left: 1.5rem !important
}
.p-5 {
	padding: 3rem !important
}
.pt-5, .py-5 {
	padding-top: 3rem !important
}
.pr-5, .px-5 {
	padding-right: 3rem !important
}
.pb-5, .py-5 {
	padding-bottom: 3rem !important
}
.pl-5, .px-5 {
	padding-left: 3rem !important
}
.m-n1 {
	margin: -.25rem !important
}
.mt-n1, .my-n1 {
	margin-top: -.25rem !important
}
.mr-n1, .mx-n1 {
	margin-right: -.25rem !important
}
.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important
}
.ml-n1, .mx-n1 {
	margin-left: -.25rem !important
}
.m-n2 {
	margin: -.5rem !important
}
.mt-n2, .my-n2 {
	margin-top: -.5rem !important
}
.mr-n2, .mx-n2 {
	margin-right: -.5rem !important
}
.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important
}
.ml-n2, .mx-n2 {
	margin-left: -.5rem !important
}
.m-n3 {
	margin: -1rem !important
}
.mt-n3, .my-n3 {
	margin-top: -1rem !important
}
.mr-n3, .mx-n3 {
	margin-right: -1rem !important
}
.mb-n3, .my-n3 {
	margin-bottom: -1rem !important
}
.ml-n3, .mx-n3 {
	margin-left: -1rem !important
}
.m-n4 {
	margin: -1.5rem !important
}
.mt-n4, .my-n4 {
	margin-top: -1.5rem !important
}
.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important
}
.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important
}
.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important
}
.m-n5 {
	margin: -3rem !important
}
.mt-n5, .my-n5 {
	margin-top: -3rem !important
}
.mr-n5, .mx-n5 {
	margin-right: -3rem !important
}
.mb-n5, .my-n5 {
	margin-bottom: -3rem !important
}
.ml-n5, .mx-n5 {
	margin-left: -3rem !important
}
.m-auto {
	margin: auto !important
}
.mt-auto, .my-auto {
	margin-top: auto !important
}
.mr-auto, .mx-auto {
	margin-right: auto !important
}
.mb-auto, .my-auto {
	margin-bottom: auto !important
}
.ml-auto, .mx-auto {
	margin-left: auto !important
}

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

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

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

@media (min-width: 1200px) {
.m-xl-0 {
	margin: 0 !important
}
.mt-xl-0, .my-xl-0 {
	margin-top: 0 !important
}
.mr-xl-0, .mx-xl-0 {
	margin-right: 0 !important
}
.mb-xl-0, .my-xl-0 {
	margin-bottom: 0 !important
}
.ml-xl-0, .mx-xl-0 {
	margin-left: 0 !important
}
.m-xl-1 {
	margin: .25rem !important
}
.mt-xl-1, .my-xl-1 {
	margin-top: .25rem !important
}
.mr-xl-1, .mx-xl-1 {
	margin-right: .25rem !important
}
.mb-xl-1, .my-xl-1 {
	margin-bottom: .25rem !important
}
.ml-xl-1, .mx-xl-1 {
	margin-left: .25rem !important
}
.m-xl-2 {
	margin: .5rem !important
}
.mt-xl-2, .my-xl-2 {
	margin-top: .5rem !important
}
.mr-xl-2, .mx-xl-2 {
	margin-right: .5rem !important
}
.mb-xl-2, .my-xl-2 {
	margin-bottom: .5rem !important
}
.ml-xl-2, .mx-xl-2 {
	margin-left: .5rem !important
}
.m-xl-3 {
	margin: 1rem !important
}
.mt-xl-3, .my-xl-3 {
	margin-top: 1rem !important
}
.mr-xl-3, .mx-xl-3 {
	margin-right: 1rem !important
}
.mb-xl-3, .my-xl-3 {
	margin-bottom: 1rem !important
}
.ml-xl-3, .mx-xl-3 {
	margin-left: 1rem !important
}
.m-xl-4 {
	margin: 1.5rem !important
}
.mt-xl-4, .my-xl-4 {
	margin-top: 1.5rem !important
}
.mr-xl-4, .mx-xl-4 {
	margin-right: 1.5rem !important
}
.mb-xl-4, .my-xl-4 {
	margin-bottom: 1.5rem !important
}
.ml-xl-4, .mx-xl-4 {
	margin-left: 1.5rem !important
}
.m-xl-5 {
	margin: 3rem !important
}
.mt-xl-5, .my-xl-5 {
	margin-top: 3rem !important
}
.mr-xl-5, .mx-xl-5 {
	margin-right: 3rem !important
}
.mb-xl-5, .my-xl-5 {
	margin-bottom: 3rem !important
}
.ml-xl-5, .mx-xl-5 {
	margin-left: 3rem !important
}
.p-xl-0 {
	padding: 0 !important
}
.pt-xl-0, .py-xl-0 {
	padding-top: 0 !important
}
.pr-xl-0, .px-xl-0 {
	padding-right: 0 !important
}
.pb-xl-0, .py-xl-0 {
	padding-bottom: 0 !important
}
.pl-xl-0, .px-xl-0 {
	padding-left: 0 !important
}
.p-xl-1 {
	padding: .25rem !important
}
.pt-xl-1, .py-xl-1 {
	padding-top: .25rem !important
}
.pr-xl-1, .px-xl-1 {
	padding-right: .25rem !important
}
.pb-xl-1, .py-xl-1 {
	padding-bottom: .25rem !important
}
.pl-xl-1, .px-xl-1 {
	padding-left: .25rem !important
}
.p-xl-2 {
	padding: .5rem !important
}
.pt-xl-2, .py-xl-2 {
	padding-top: .5rem !important
}
.pr-xl-2, .px-xl-2 {
	padding-right: .5rem !important
}
.pb-xl-2, .py-xl-2 {
	padding-bottom: .5rem !important
}
.pl-xl-2, .px-xl-2 {
	padding-left: .5rem !important
}
.p-xl-3 {
	padding: 1rem !important
}
.pt-xl-3, .py-xl-3 {
	padding-top: 1rem !important
}
.pr-xl-3, .px-xl-3 {
	padding-right: 1rem !important
}
.pb-xl-3, .py-xl-3 {
	padding-bottom: 1rem !important
}
.pl-xl-3, .px-xl-3 {
	padding-left: 1rem !important
}
.p-xl-4 {
	padding: 1.5rem !important
}
.pt-xl-4, .py-xl-4 {
	padding-top: 1.5rem !important
}
.pr-xl-4, .px-xl-4 {
	padding-right: 1.5rem !important
}
.pb-xl-4, .py-xl-4 {
	padding-bottom: 1.5rem !important
}
.pl-xl-4, .px-xl-4 {
	padding-left: 1.5rem !important
}
.p-xl-5 {
	padding: 3rem !important
}
.pt-xl-5, .py-xl-5 {
	padding-top: 3rem !important
}
.pr-xl-5, .px-xl-5 {
	padding-right: 3rem !important
}
.pb-xl-5, .py-xl-5 {
	padding-bottom: 3rem !important
}
.pl-xl-5, .px-xl-5 {
	padding-left: 3rem !important
}
.m-xl-n1 {
	margin: -.25rem !important
}
.mt-xl-n1, .my-xl-n1 {
	margin-top: -.25rem !important
}
.mr-xl-n1, .mx-xl-n1 {
	margin-right: -.25rem !important
}
.mb-xl-n1, .my-xl-n1 {
	margin-bottom: -.25rem !important
}
.ml-xl-n1, .mx-xl-n1 {
	margin-left: -.25rem !important
}
.m-xl-n2 {
	margin: -.5rem !important
}
.mt-xl-n2, .my-xl-n2 {
	margin-top: -.5rem !important
}
.mr-xl-n2, .mx-xl-n2 {
	margin-right: -.5rem !important
}
.mb-xl-n2, .my-xl-n2 {
	margin-bottom: -.5rem !important
}
.ml-xl-n2, .mx-xl-n2 {
	margin-left: -.5rem !important
}
.m-xl-n3 {
	margin: -1rem !important
}
.mt-xl-n3, .my-xl-n3 {
	margin-top: -1rem !important
}
.mr-xl-n3, .mx-xl-n3 {
	margin-right: -1rem !important
}
.mb-xl-n3, .my-xl-n3 {
	margin-bottom: -1rem !important
}
.ml-xl-n3, .mx-xl-n3 {
	margin-left: -1rem !important
}
.m-xl-n4 {
	margin: -1.5rem !important
}
.mt-xl-n4, .my-xl-n4 {
	margin-top: -1.5rem !important
}
.mr-xl-n4, .mx-xl-n4 {
	margin-right: -1.5rem !important
}
.mb-xl-n4, .my-xl-n4 {
	margin-bottom: -1.5rem !important
}
.ml-xl-n4, .mx-xl-n4 {
	margin-left: -1.5rem !important
}
.m-xl-n5 {
	margin: -3rem !important
}
.mt-xl-n5, .my-xl-n5 {
	margin-top: -3rem !important
}
.mr-xl-n5, .mx-xl-n5 {
	margin-right: -3rem !important
}
.mb-xl-n5, .my-xl-n5 {
	margin-bottom: -3rem !important
}
.ml-xl-n5, .mx-xl-n5 {
	margin-left: -3rem !important
}
.m-xl-auto {
	margin: auto !important
}
.mt-xl-auto, .my-xl-auto {
	margin-top: auto !important
}
.mr-xl-auto, .mx-xl-auto {
	margin-right: auto !important
}
.mb-xl-auto, .my-xl-auto {
	margin-bottom: auto !important
}
.ml-xl-auto, .mx-xl-auto {
	margin-left: auto !important
}
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0)
}
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}
.text-justify {
	text-align: justify !important
}
.text-wrap {
	white-space: normal !important
}
.text-nowrap {
	white-space: nowrap !important
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left !important
}
.text-right {
	text-align: right !important
}
.text-center {
	text-align: center !important
}

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

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

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

@media (min-width: 1200px) {
.text-xl-left {
	text-align: left !important
}
.text-xl-right {
	text-align: right !important
}
.text-xl-center {
	text-align: center !important
}
}
.text-lowercase {
	text-transform: lowercase !important
}
.text-uppercase {
	text-transform: uppercase !important
}
.text-capitalize {
	text-transform: capitalize !important
}
.font-weight-light {
	font-weight: 300 !important
}
.font-weight-lighter {
	font-weight: lighter !important
}
.font-weight-normal {
	font-weight: 400 !important
}
.font-weight-bold {
	font-weight: 700 !important
}
.font-weight-bolder {
	font-weight: bolder !important
}
.font-italic {
	font-style: italic !important
}
.text-white {
	color: #fff !important
}
.text-primary {
	color: #4954A7 !important
}
a.text-primary:hover, a.text-primary:focus {
	color: #323972 !important
}
.text-secondary {
	color: #6c757d !important
}
a.text-secondary:hover, a.text-secondary:focus {
	color: #494f54 !important
}
.text-success {
	color: #28a745 !important
}
a.text-success:hover, a.text-success:focus {
	color: #19692c !important
}
.text-info {
	color: #17a2b8 !important
}
a.text-info:hover, a.text-info:focus {
	color: #0f6674 !important
}
.text-warning {
	color: #ffc107 !important
}
a.text-warning:hover, a.text-warning:focus {
	color: #ba8b00 !important
}
.text-danger {
	color: #dc3545 !important
}
a.text-danger:hover, a.text-danger:focus {
	color: #a71d2a !important
}
.text-light {
	color: #f8f9fa !important
}
a.text-light:hover, a.text-light:focus {
	color: #cbd3da !important
}
.text-dark {
	color: #222d37 !important
}
a.text-dark:hover, a.text-dark:focus {
	color: #050608 !important
}
.text-body {
	color: #212529 !important
}
.text-muted {
	color: #6c757d !important
}
.text-black-50 {
	color: rgba(0,0,0,0.5) !important
}
.text-white-50 {
	color: rgba(255,255,255,0.5) !important
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.text-decoration-none {
	text-decoration: none !important
}
.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important
}
.text-reset {
	color: inherit !important
}
.visible {
	visibility: visible !important
}
.invisible {
	visibility: hidden !important
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}
.swiper-invisible-blank-slide {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}
.swiper-container-3d {
	perspective: 1200px
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	touch-action: pan-x
}
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,0.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar, .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,0.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,0.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}
.hamburger:hover {
	opacity: .7
}
.hamburger.is-active:hover {
	opacity: .7
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
	background-color: #000
}
.hamburger-box {
	width: 20px;
	height: 14px;
	display: inline-block;
	position: relative
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 20px;
	height: 2px;
	background-color: #000;
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block
}
.hamburger-inner::before {
	top: -6px
}
.hamburger-inner::after {
	bottom: -6px
}
.hamburger--3dx .hamburger-box {
	perspective: 40px
}
.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(180deg)
}
.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger--3dx-r .hamburger-box {
	perspective: 40px
}
.hamburger--3dx-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(-180deg)
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger--3dy .hamburger-box {
	perspective: 40px
}
.hamburger--3dy .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dy.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(-180deg)
}
.hamburger--3dy.is-active .hamburger-inner::before {
	transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger--3dy.is-active .hamburger-inner::after {
	transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger--3dy-r .hamburger-box {
	perspective: 40px
}
.hamburger--3dy-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dy-r.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg)
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger--3dxy .hamburger-box {
	perspective: 40px
}
.hamburger--3dxy .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dxy.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg) rotateY(180deg)
}
.hamburger--3dxy.is-active .hamburger-inner::before {
	transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger--3dxy.is-active .hamburger-inner::after {
	transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger--3dxy-r .hamburger-box {
	perspective: 40px
}
.hamburger--3dxy-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dxy-r.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger--arrow.is-active .hamburger-inner::before {
	transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1)
}
.hamburger--arrow.is-active .hamburger-inner::after {
	transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1)
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
	transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1)
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
	transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1)
}
.hamburger--arrowalt .hamburger-inner::before {
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.hamburger--arrowalt .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}
.hamburger--arrowalt-r .hamburger-inner::before {
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.hamburger--arrowalt-r .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}
.hamburger--arrowturn.is-active .hamburger-inner {
	transform: rotate(-180deg)
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
	transform: rotate(-180deg)
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)
}
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
	transition-property: none
}
.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg)
}
.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}
.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg)
}
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--collapse .hamburger-inner::after {
	top: -12px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear
}
.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -6px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear
}
.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--collapse-r .hamburger-inner::after {
	top: -12px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear
}
.hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--collapse-r.is-active .hamburger-inner {
	transform: translate3d(0, -6px, 0) rotate(45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--elastic .hamburger-inner {
	top: 1px;
	transition-duration: 0.275s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}
.hamburger--elastic .hamburger-inner::before {
	top: 6px;
	transition: opacity 0.125s 0.275s ease
}
.hamburger--elastic .hamburger-inner::after {
	top: 12px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}
.hamburger--elastic.is-active .hamburger-inner {
	transform: translate3d(0, 6px, 0) rotate(135deg);
	transition-delay: 0.075s
}
.hamburger--elastic.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0
}
.hamburger--elastic.is-active .hamburger-inner::after {
	transform: translate3d(0, -12px, 0) rotate(-270deg);
	transition-delay: 0.075s
}
.hamburger--elastic-r .hamburger-inner {
	top: 1px;
	transition-duration: 0.275s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}
.hamburger--elastic-r .hamburger-inner::before {
	top: 6px;
	transition: opacity 0.125s 0.275s ease
}
.hamburger--elastic-r .hamburger-inner::after {
	top: 12px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}
.hamburger--elastic-r.is-active .hamburger-inner {
	transform: translate3d(0, 6px, 0) rotate(-135deg);
	transition-delay: 0.075s
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -12px, 0) rotate(270deg);
	transition-delay: 0.075s
}
.hamburger--emphatic {
	overflow: hidden
}
.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in
}
.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in
}
.hamburger--emphatic .hamburger-inner::after {
	top: 6px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in
}
.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important
}
.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -40px;
	top: -40px;
	transform: translate3d(40px, 40px, 0) rotate(45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
}
.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -40px;
	top: -40px;
	transform: translate3d(-40px, 40px, 0) rotate(-45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
}
.hamburger--emphatic-r {
	overflow: hidden
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 6px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in
}
.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -40px;
	top: 40px;
	transform: translate3d(40px, -40px, 0) rotate(-45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -40px;
	top: 40px;
	transform: translate3d(-40px, -40px, 0) rotate(45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
}
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
	transition: bottom 0.08s 0s ease-out,  top 0.08s 0s ease-out,  opacity 0s linear
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
	opacity: 0;
	transition: bottom 0.08s ease-out,  top 0.08s ease-out,  opacity 0s 0.08s linear
}
.hamburger--minus.is-active .hamburger-inner::before {
	top: 0
}
.hamburger--minus.is-active .hamburger-inner::after {
	bottom: 0
}
.hamburger--slider .hamburger-inner {
	top: 1px
}
.hamburger--slider .hamburger-inner::before {
	top: 6px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s
}
.hamburger--slider .hamburger-inner::after {
	top: 12px
}
.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger--slider.is-active .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0);
	opacity: 0
}
.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -12px, 0) rotate(-90deg)
}
.hamburger--slider-r .hamburger-inner {
	top: 1px
}
.hamburger--slider-r .hamburger-inner::before {
	top: 6px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s
}
.hamburger--slider-r .hamburger-inner::after {
	top: 12px
}
.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 6px, 0) rotate(-45deg)
}
.hamburger--slider-r.is-active .hamburger-inner::before {
	transform: rotate(45deg) translate3d(2.85714px, -4px, 0);
	opacity: 0
}
.hamburger--slider-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -12px, 0) rotate(90deg)
}
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in,  opacity 0.1s ease-in
}
.hamburger--spin .hamburger-inner::after {
	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 {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out,  opacity 0.1s 0.12s ease-out
}
.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--spin-r .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--spin-r .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in,  opacity 0.1s ease-in
}
.hamburger--spin-r .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--spin-r.is-active .hamburger-inner {
	transform: rotate(-225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out,  opacity 0.1s 0.12s ease-out
}
.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--spring .hamburger-inner {
	top: 1px;
	transition: background-color 0s 0.13s linear
}
.hamburger--spring .hamburger-inner::before {
	top: 6px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--spring .hamburger-inner::after {
	top: 12px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important
}
.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 6px, 0) rotate(-45deg)
}
.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--spring-r .hamburger-inner::after {
	top: -12px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear
}
.hamburger--spring-r .hamburger-inner::before {
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--spring-r.is-active .hamburger-inner {
	transform: translate3d(0, -6px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear
}
.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--stand .hamburger-inner {
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear
}
.hamburger--stand .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--stand.is-active .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent !important;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear
}
.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--stand-r .hamburger-inner {
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear
}
.hamburger--stand-r .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--stand-r .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--stand-r.is-active .hamburger-inner {
	transform: rotate(-90deg);
	background-color: transparent !important;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear
}
.hamburger--stand-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--stand-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease,  opacity 0.075s ease
}
.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease,  opacity 0.075s 0.12s ease
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.hamburger--vortex .hamburger-inner {
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear
}
.hamburger--vortex .hamburger-inner::before {
	transition-property: top, opacity
}
.hamburger--vortex .hamburger-inner::after {
	transition-property: bottom, transform
}
.hamburger--vortex.is-active .hamburger-inner {
	transform: rotate(765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
	transition-delay: 0s
}
.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}
.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg)
}
.hamburger--vortex-r .hamburger-inner {
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear
}
.hamburger--vortex-r .hamburger-inner::before {
	transition-property: top, opacity
}
.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, transform
}
.hamburger--vortex-r.is-active .hamburger-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
	transition-delay: 0s
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg)
}
@-webkit-keyframes plyr-progress {
to {
background-position:25px 0
}
}
@keyframes plyr-progress {
to {
background-position:25px 0
}
}
@-webkit-keyframes plyr-popup {
0% {
opacity:.5;
transform:translateY(10px)
}
to {
opacity:1;
transform:translateY(0)
}
}
@keyframes plyr-popup {
0% {
opacity:.5;
transform:translateY(10px)
}
to {
opacity:1;
transform:translateY(0)
}
}
@-webkit-keyframes plyr-fade-in {
from {
opacity:0
}
to {
opacity:1
}
}
@keyframes plyr-fade-in {
from {
opacity:0
}
to {
opacity:1
}
}
.plyr {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	align-items: center;
	direction: ltr;
	display: flex;
	flex-direction: column;
	font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
	font-variant-numeric: tabular-nums;
	font-weight: 500;
	height: 100%;
	line-height: 1.7;
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	transition: box-shadow .3s ease;
	z-index: 0
}
.plyr audio, .plyr iframe, .plyr video {
	display: block;
	height: 100%;
	width: 100%
}
.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto
}
.plyr:focus {
	outline: 0
}
.plyr--full-ui {
	box-sizing: border-box
}
.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
	box-sizing: inherit
}
.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
	touch-action: manipulation
}
.plyr__badge {
	background: #4a5764;
	border-radius: 2px;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	padding: 3px 4px
}
.plyr--full-ui ::-webkit-media-text-track-container {
display:none
}
.plyr__captions {
	-webkit-animation: plyr-fade-in .3s ease;
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	color: #fff;
	display: none;
	font-size: 14px;
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	transition: transform .4s ease-in-out;
	width: 100%
}
.plyr__captions .plyr__caption {
	background: rgba(0,0,0,0.8);
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap
}
.plyr__captions .plyr__caption div {
	display: inline
}
.plyr__captions span:empty {
	display: none
}

@media (min-width: 480px) {
.plyr__captions {
	font-size: 16px;
	padding: 20px
}
}

@media (min-width: 768px) {
.plyr__captions {
	font-size: 18px
}
}
.plyr--captions-active .plyr__captions {
	display: block
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
	transform: translateY(-40px)
}
.plyr__control {
	background: 0 0;
	border: 0;
	border-radius: 3px;
	color: inherit;
	cursor: pointer;
	flex-shrink: 0;
	overflow: visible;
	padding: 7px;
	position: relative;
	transition: all .3s ease
}
.plyr__control svg {
	display: block;
	fill: currentColor;
	height: 18px;
	pointer-events: none;
	width: 18px
}
.plyr__control:focus {
	outline: 0
}
.plyr__control.plyr__tab-focus {
	box-shadow: 0 0 0 5px rgba(0,179,255,0.5);
	outline: 0
}
a.plyr__control {
	text-decoration: none
}
a.plyr__control::after, a.plyr__control::before {
	display: none
}
.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
	display: none
}
.plyr--full-ui ::-webkit-media-controls {
display:none
}
.plyr__controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: center
}
.plyr__controls .plyr__progress__container {
	flex: 1;
	min-width: 0
}
.plyr__controls .plyr__controls__item {
	margin-left: 2.5px
}
.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: 2.5px
}
.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 5px
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time+.plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
	padding-left: 0
}
.plyr__controls:empty {
	display: none
}
.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
	display: none
}
.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
	display: inline-block
}
.plyr__menu {
	display: flex;
	position: relative
}
.plyr__menu .plyr__control svg {
	transition: transform .3s ease
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
	transform: rotate(90deg)
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none
}
.plyr__menu__container {
	-webkit-animation: plyr-popup .2s ease;
	animation: plyr-popup .2s ease;
	background: rgba(255,255,255,0.9);
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	color: #4a5764;
	font-size: 16px;
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3
}
.plyr__menu__container>div {
	overflow: hidden;
	transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1)
}
.plyr__menu__container::after {
	border: 4px solid transparent;
	border-top-color: rgba(255,255,255,0.9);
	content: '';
	height: 0;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 0
}
.plyr__menu__container [role=menu] {
	padding: 7px
}
.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
	margin-top: 2px
}
.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0
}
.plyr__menu__container .plyr__control {
	align-items: center;
	color: #4a5764;
	display: flex;
	font-size: 14px;
	padding: 4px 11px;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%
}
.plyr__menu__container .plyr__control>span {
	align-items: inherit;
	display: flex;
	width: 100%
}
.plyr__menu__container .plyr__control::after {
	border: 4px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.plyr__menu__container .plyr__control--forward {
	padding-right: 28px
}
.plyr__menu__container .plyr__control--forward::after {
	border-left-color: rgba(74,87,100,0.8);
	right: 5px
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
	border-left-color: currentColor
}
.plyr__menu__container .plyr__control--back {
	font-weight: 500;
	margin: 7px;
	margin-bottom: 3px;
	padding-left: 28px;
	position: relative;
	width: calc(100% - 14px)
}
.plyr__menu__container .plyr__control--back::after {
	border-right-color: rgba(74,87,100,0.8);
	left: 7px
}
.plyr__menu__container .plyr__control--back::before {
	background: rgba(114,133,151,0.2);
	box-shadow: 0 1px 0 #fff;
	content: '';
	height: 1px;
	left: 0;
	margin-top: 4px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
	border-right-color: currentColor
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: 7px
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
	border-radius: 100%
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
	background: rgba(0,0,0,0.1);
	content: '';
	display: block;
	flex-shrink: 0;
	height: 16px;
	margin-right: 10px;
	transition: all .3s ease;
	width: 16px
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform .3s ease, opacity .3s ease;
	width: 6px
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
	background: #00b3ff
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
	opacity: 1;
	transform: translateY(-50%) scale(1)
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
	background: rgba(0,0,0,0.1)
}
.plyr__menu__container .plyr__menu__value {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: -5px;
	overflow: hidden;
	padding-left: 25px;
	pointer-events: none
}
.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 26px;
	color: #00b3ff;
	display: block;
	height: 19px;
	margin: 0;
	padding: 0;
	transition: box-shadow .3s ease;
	width: 100%
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
background:0 0;
border:0;
border-radius:2.5px;
height:5px;
-webkit-transition:box-shadow .3s ease;
transition:box-shadow .3s ease;
-webkit-user-select:none;
user-select:none;
background-image:linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
background:#fff;
border:0;
border-radius:100%;
box-shadow:0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(35,41,47,0.2);
height:13px;
position:relative;
-webkit-transition:all .2s ease;
transition:all .2s ease;
width:13px;
-webkit-appearance:none;
margin-top:-4px
}
.plyr--full-ui input[type=range]::-moz-range-track {
background:0 0;
border:0;
border-radius:2.5px;
height:5px;
-moz-transition:box-shadow .3s ease;
transition:box-shadow .3s ease;
-moz-user-select:none;
user-select:none
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
background:#fff;
border:0;
border-radius:100%;
box-shadow:0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(35,41,47,0.2);
height:13px;
position:relative;
-moz-transition:all .2s ease;
transition:all .2s ease;
width:13px
}
.plyr--full-ui input[type=range]::-moz-range-progress {
background:currentColor;
border-radius:2.5px;
height:5px
}
.plyr--full-ui input[type=range]::-ms-track {
background:0 0;
border:0;
border-radius:2.5px;
height:5px;
-ms-transition:box-shadow .3s ease;
transition:box-shadow .3s ease;
-ms-user-select:none;
user-select:none;
color:transparent
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
background:0 0;
border:0;
border-radius:2.5px;
height:5px;
-ms-transition:box-shadow .3s ease;
transition:box-shadow .3s ease;
-ms-user-select:none;
user-select:none
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
background:0 0;
border:0;
border-radius:2.5px;
height:5px;
-ms-transition:box-shadow .3s ease;
transition:box-shadow .3s ease;
-ms-user-select:none;
user-select:none;
background:currentColor
}
.plyr--full-ui input[type=range]::-ms-thumb {
background:#fff;
border:0;
border-radius:100%;
box-shadow:0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(35,41,47,0.2);
height:13px;
position:relative;
-ms-transition:all .2s ease;
transition:all .2s ease;
width:13px;
margin-top:0
}
.plyr--full-ui input[type=range]::-ms-tooltip {
display:none
}
.plyr--full-ui input[type=range]:focus {
	outline: 0
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
border:0
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
box-shadow:0 0 0 5px rgba(0,179,255,0.5);
outline:0
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
box-shadow:0 0 0 5px rgba(0,179,255,0.5);
outline:0
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
box-shadow:0 0 0 5px rgba(0,179,255,0.5);
outline:0
}
.plyr__poster {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1
}
.plyr__time {
	font-size: 14px
}
.plyr__time+.plyr__time::before {
	content: '\2044';
	margin-right: 10px
}

@media (max-width: 767px) {
.plyr__time+.plyr__time {
	display: none
}
}
.plyr__tooltip {
	background: rgba(255,255,255,0.9);
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	color: #4a5764;
	font-size: 14px;
	font-weight: 500;
	left: 50%;
	line-height: 1.3;
	margin-bottom: 10px;
	opacity: 0;
	padding: 5px 7.5px;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 10px) scale(0.8);
	transform-origin: 50% 100%;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	white-space: nowrap;
	z-index: 2
}
.plyr__tooltip::before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(255,255,255,0.9);
	bottom: -4px;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%, 0) scale(1)
}
.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3
}
.plyr__controls>.plyr__control:first-child .plyr__tooltip, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
	left: 0;
	transform: translate(0, 10px) scale(0.8);
	transform-origin: 0 100%
}
.plyr__controls>.plyr__control:first-child .plyr__tooltip::before, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
	left: 16px
}
.plyr__controls>.plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	transform: translate(0, 10px) scale(0.8);
	transform-origin: 100% 100%
}
.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
	left: auto;
	right: 16px;
	transform: translateX(50%)
}
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip, .plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child:hover .plyr__tooltip, .plyr__controls>.plyr__control:last-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
	transform: translate(0, 0) scale(1)
}
.plyr__progress {
	left: 6.5px;
	margin-right: 13px;
	position: relative
}
.plyr__progress input[type=range], .plyr__progress__buffer {
	margin-left: -6.5px;
	margin-right: -6.5px;
	width: calc(100% + 13px)
}
.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}
.plyr__progress .plyr__tooltip {
	font-size: 14px;
	left: 0
}
.plyr__progress__buffer {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 100px;
	height: 5px;
	left: 0;
	margin-top: -2.5px;
	padding: 0;
	position: absolute;
	top: 50%
}
.plyr__progress__buffer::-webkit-progress-bar {
background:0 0
}
.plyr__progress__buffer::-webkit-progress-value {
background:currentColor;
border-radius:100px;
min-width:5px;
-webkit-transition:width .2s ease;
transition:width .2s ease
}
.plyr__progress__buffer::-moz-progress-bar {
background:currentColor;
border-radius:100px;
min-width:5px;
-moz-transition:width .2s ease;
transition:width .2s ease
}
.plyr__progress__buffer::-ms-fill {
border-radius:100px;
-ms-transition:width .2s ease;
transition:width .2s ease
}
.plyr--video .plyr__progress__buffer {
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	color: rgba(255,255,255,0.25)
}
.plyr--audio .plyr__progress__buffer {
	color: rgba(193,201,209,0.66)
}
.plyr--loading .plyr__progress__buffer {
	-webkit-animation: plyr-progress 1s linear infinite;
	animation: plyr-progress 1s linear infinite;
	background-image: linear-gradient(-45deg, rgba(35,41,47,0.6) 25%, transparent 25%, transparent 50%, rgba(35,41,47,0.6) 50%, rgba(35,41,47,0.6) 75%, transparent 75%, transparent);
	background-repeat: repeat-x;
	background-size: 25px 25px;
	color: transparent
}
.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: rgba(255,255,255,0.25)
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: rgba(193,201,209,0.66)
}
.plyr__volume {
	align-items: center;
	display: flex;
	position: relative
}
.plyr__volume input[type=range] {
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	z-index: 2
}

@media (min-width: 480px) {
.plyr__volume {
	max-width: 90px
}
}

@media (min-width: 768px) {
.plyr__volume {
	max-width: 110px
}
}
.plyr--audio {
	display: block
}
.plyr--audio .plyr__controls {
	background: #fff;
	border-radius: inherit;
	color: #4a5764;
	padding: 10px
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	color: #fff
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
background-color:rgba(193,201,209,0.66)
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
background-color:rgba(193,201,209,0.66)
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
background-color:rgba(193,201,209,0.66)
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
box-shadow:0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(35,41,47,0.2), 0 0 0 3px rgba(0,0,0,0.1)
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
box-shadow:0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(35,41,47,0.2), 0 0 0 3px rgba(0,0,0,0.1)
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
box-shadow:0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(35,41,47,0.2), 0 0 0 3px rgba(0,0,0,0.1)
}
.plyr--video {
	background: #000;
	overflow: hidden
}
.plyr--video.plyr--menu-open {
	overflow: visible
}
.plyr__video-wrapper {
	background: #000;
	height: 100%;
	margin: auto;
	overflow: hidden;
	width: 100%
}
.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
	height: 0;
	padding-bottom: 56.25%
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
	border: 0;
	left: 0;
	position: absolute;
	top: 0
}
.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	transform: translateY(-38.28125%)
}
.plyr--video .plyr__controls {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 20px 5px 5px;
	position: absolute;
	right: 0;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	z-index: 3
}

@media (min-width: 480px) {
.plyr--video .plyr__controls {
	padding: 35px 10px 10px
}
}
.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%)
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	color: #fff
}
.plyr__control--overlaid {
	background: rgba(0,179,255,0.8);
	border: 0;
	border-radius: 100%;
	color: #fff;
	display: none;
	left: 50%;
	padding: 15px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}
.plyr__control--overlaid svg {
	left: 2px;
	position: relative
}
.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
	background: #00b3ff
}
.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
background-color:rgba(255,255,255,0.25)
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
background-color:rgba(255,255,255,0.25)
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
background-color:rgba(255,255,255,0.25)
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
box-shadow:0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(35,41,47,0.2), 0 0 0 3px rgba(255,255,255,0.5)
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
box-shadow:0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(35,41,47,0.2), 0 0 0 3px rgba(255,255,255,0.5)
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
box-shadow:0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(35,41,47,0.2), 0 0 0 3px rgba(255,255,255,0.5)
}
.plyr--video .plyr__time {
	text-shadow: 0 1px 1px rgba(0,0,0,0.15)
}
.plyr:-webkit-full-screen {
background:#000;
border-radius:0 !important;
height:100%;
margin:0;
width:100%
}
.plyr:-ms-fullscreen {
background:#000;
border-radius:0 !important;
height:100%;
margin:0;
width:100%
}
.plyr:fullscreen {
background:#000;
border-radius:0 !important;
height:100%;
margin:0;
width:100%
}
.plyr:-webkit-full-screen video {
height:100%
}
.plyr:-ms-fullscreen video {
height:100%
}
.plyr:fullscreen video {
height:100%
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
height:100%;
position:static
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
height:100%;
position:static
}
.plyr:fullscreen .plyr__video-wrapper {
height:100%;
position:static
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
height:0;
position:relative;
top:50%;
transform:translateY(-50%)
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
height:0;
position:relative;
top:50%;
transform:translateY(-50%)
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
height:0;
position:relative;
top:50%;
transform:translateY(-50%)
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
display:block
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
display:block
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
display:block
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
display:none
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
display:none
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
display:none
}
.plyr:-webkit-full-screen.plyr--hide-controls {
cursor:none
}
.plyr:-ms-fullscreen.plyr--hide-controls {
cursor:none
}
.plyr:fullscreen.plyr--hide-controls {
cursor:none
}

@media (min-width: 1024px) {
.plyr:-webkit-full-screen .plyr__captions {
font-size:21px
}
.plyr:-ms-fullscreen .plyr__captions {
font-size:21px
}
.plyr:fullscreen .plyr__captions {
font-size:21px
}
}
.plyr:-webkit-full-screen {
background:#000;
border-radius:0 !important;
height:100%;
margin:0;
width:100%
}
.plyr:-webkit-full-screen video {
height:100%
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
height:100%;
position:static
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
height:0;
position:relative;
top:50%;
transform:translateY(-50%)
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
display:block
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
display:none
}
.plyr:-webkit-full-screen.plyr--hide-controls {
cursor:none
}

@media (min-width: 1024px) {
.plyr:-webkit-full-screen .plyr__captions {
font-size:21px
}
}
.plyr:-moz-full-screen {
background:#000;
border-radius:0 !important;
height:100%;
margin:0;
width:100%
}
.plyr:-moz-full-screen video {
height:100%
}
.plyr:-moz-full-screen .plyr__video-wrapper {
height:100%;
position:static
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
height:0;
position:relative;
top:50%;
transform:translateY(-50%)
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
display:block
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
display:none
}
.plyr:-moz-full-screen.plyr--hide-controls {
cursor:none
}

@media (min-width: 1024px) {
.plyr:-moz-full-screen .plyr__captions {
font-size:21px
}
}
.plyr:-ms-fullscreen {
background:#000;
border-radius:0 !important;
height:100%;
margin:0;
width:100%
}
.plyr:-ms-fullscreen video {
height:100%
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
height:100%;
position:static
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
height:0;
position:relative;
top:50%;
transform:translateY(-50%)
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
display:block
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
display:none
}
.plyr:-ms-fullscreen.plyr--hide-controls {
cursor:none
}

@media (min-width: 1024px) {
.plyr:-ms-fullscreen .plyr__captions {
font-size:21px
}
}
.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000
}
.plyr--fullscreen-fallback video {
	height: 100%
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
	height: 100%;
	position: static
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
	display: none
}
.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none
}

@media (min-width: 1024px) {
.plyr--fullscreen-fallback .plyr__captions {
	font-size: 21px
}
}
.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}
.plyr__ads>div, .plyr__ads>div iframe {
	height: 100%;
	position: absolute;
	width: 100%
}
.plyr__ads::after {
	background: rgba(35,41,47,0.8);
	border-radius: 2px;
	bottom: 10px;
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	z-index: 3
}
.plyr__ads::after:empty {
display:none
}
.plyr__cues {
	background: currentColor;
	display: block;
	height: 5px;
	left: 0;
	margin: -2.5px 0 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3
}
.plyr__preview-thumb {
	background-color: rgba(255,255,255,0.9);
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	margin-bottom: 10px;
	opacity: 0;
	padding: 3px;
	pointer-events: none;
	position: absolute;
	transform: translate(0, 10px) scale(0.8);
	transform-origin: 50% 100%;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	z-index: 2
}
.plyr__preview-thumb--is-shown {
	opacity: 1;
	transform: translate(0, 0) scale(1)
}
.plyr__preview-thumb::before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(255,255,255,0.9);
	bottom: -4px;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}
.plyr__preview-thumb__image-container {
	background: #c1c9d1;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	z-index: 0
}
.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%
}
.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3
}
.plyr__preview-thumb__time-container span {
	background-color: rgba(0,0,0,0.55);
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	padding: 3px 6px
}
.plyr__preview-scrubbing {
	bottom: 0;
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 1
}
.plyr__preview-scrubbing--is-shown {
	opacity: 1
}
.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%
}
.plyr--no-transition {
	transition: none !important
}
.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	border: 0 !important;
	height: 1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}
.plyr [hidden] {
	display: none !important
}
svg.icon.default {
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none
}
img {
	width: 100%;
	height: auto
}
picture {
	display: block
}
ul.reset, .sector-tabs ul, .utility-links ul, ol.reset {
	margin: 0;
	padding: 0;
	list-style-type: none
}
ul.reset--left, .social-links-list, ol.reset--left {
	margin: 0;
	padding: 0;
	list-style-type: none
}
ul.reset--left li, .social-links-list li, ol.reset--left li {
	display: inline-block
}
.CMS--image-upload-editor {
	position: relative;
	min-width: 250px;
	min-height: 250px;
	border: solid 2px #408cc4;
	padding: 8px
}
.CMS--edit-mode h2 {
	margin-bottom: 10px
}
.CMS--edit-mode h3 {
	margin-bottom: 10px
}
.CMS--edit-mode p {
	font-size: 16px;
	margin-bottom: 0
}
html.viewport-locked {
	width: 100vw;
	height: 100vh;
	overflow: hidden
}
html.viewport-locked body {
	width: 100vw;
	height: 100vh;
	overflow: hidden
}
html.viewport-locked #main-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background: white
}
html.viewport-locked .content-wrapper {
	padding-top: 87px
}
@supports (-webkit-touch-callout: none) {
html.viewport-locked .nav-wrapper {
padding-bottom:116px
}
@media only screen and (max-height: 667px) {
html.viewport-locked .nav-wrapper {
padding-bottom:75px
}
}
}
.home-hero+.visual-pathway {
	position: relative;
	top: -64px;
	margin-bottom: -64px;
	z-index: 50
}

@media (min-width: 992px) {
.home-hero+.visual-pathway {
	position: relative;
	top: -90px;
	margin-bottom: -90px;
	z-index: 50
}
}
.region--hero {
	position: relative;
	min-height: 70px
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: 1280px
}
a.btn-primary {
	font-size: 1rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	display: inline-block;
	padding: 16px 23px 17px 23px;
	color: white;
	background-color: #408cc4;
	border-radius: 6px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none
}
a.btn-primary:hover {
	background-color: #337F87
}
a.btn-primary:active {
	transform: translateY(1px)
}
button.btn-primary {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	display: inline-block;
	padding: 16px 23px 17px 23px;
	color: white;
	background-color: #408cc4;
	border-radius: 6px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none
}
button.btn-primary:focus, button.btn-primary:active {
	outline: none
}
button.btn-primary:hover {
	background-color: #337F87
}
button.btn-primary:active {
	transform: translateY(1px)
}
a.btn-primary-alt {
	font-size: 1.125rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	display: inline-block;
	padding: 17px 34px 16px 24px;
	color: #337F87;
	background-color: white;
	border-radius: 6px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none
}
a.btn-primary-alt .icon {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	top: -1px
}
a.btn-primary-alt:hover {
	background-color: #f2f2f2
}
a.btn-primary-alt:active {
	transform: translateY(1px)
}
button.btn-primary-alt {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	display: inline-block;
	padding: 17px 34px 16px 24px;
	color: #337F87;
	background-color: white;
	border-radius: 6px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none
}
button.btn-primary-alt:focus, button.btn-primary-alt:active {
	outline: none
}
button.btn-primary-alt .icon {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	top: -1px
}
button.btn-primary-alt:hover {
	background-color: #f2f2f2
}
button.btn-primary-alt:active {
	transform: translateY(1px)
}
a.btn-secondary {
	font-size: 1.125rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	display: inline-block;
	padding: 12px 26px 12px 15px;
	color: #337F87;
	background-color: transparent;
	border-radius: 6px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none
}
a.btn-secondary .icon {
	display: inline-block;
	width: 8px;
	height: 13px;
	background: red
}
a.btn-secondary .txt {
	display: inline-block
}
a.btn-secondary:hover {
	background-color: #eaeaeb
}
a.btn-secondary:hover .txt {
	text-decoration: underline
}
a.btn-secondary:active {
	transform: translateY(1px)
}
button.btn-secondary {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	display: inline-block;
	padding: 12px 26px 12px 15px;
	color: #337F87;
	background-color: transparent;
	border-radius: 6px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none
}
button.btn-secondary:focus, button.btn-secondary:active {
	outline: none
}
button.btn-secondary .icon {
	display: inline-block;
	width: 8px;
	height: 13px;
	background: red
}
button.btn-secondary .txt {
	display: inline-block
}
button.btn-secondary:hover {
	background-color: #eaeaeb
}
button.btn-secondary:hover .txt {
	text-decoration: underline
}
button.btn-secondary:active {
	transform: translateY(1px)
}
a.btn-icon-text {
	font-size: .75rem;
	line-height: .9375rem;
	transition-property: color;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: inline-block;
	margin-right: 18px;
	font-weight: 600;
	color: #337F87;
	text-decoration: none
}
a.btn-icon-text .icon {
	transition-property: transform;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	top: -1px
}
a.btn-icon-text .txt {
	text-decoration: underline
}
a.btn-icon-text:hover {
	color: #337F87
}
a.btn-icon-text:hover .icon {
	transform: translateX(2px)
}

@media (min-width: 992px) {
a.btn-icon-text {
	font-size: 1rem;
	line-height: 1.25rem
}
a.btn-icon-text .icon {
	width: 18px;
	height: 18px
}
}
a.btn-icon-text-lg {
	font-size: 1.125rem;
	line-height: 1.375rem;
	transition-property: color;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: inline-block;
	margin-right: 18px;
	font-weight: 600;
	color: #337F87
}
a.btn-icon-text-lg .icon {
	transition-property: transform;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: -1px
}
a.btn-icon-text-lg .txt {
	text-decoration: underline
}
a.btn-icon-text-lg:hover {
	color: #337F87
}
a.btn-icon-text-lg:hover .icon {
	transform: translateX(2px)
}
button.btn-icon-text {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: .75rem;
	line-height: .9375rem;
	transition-property: color;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: inline-block;
	margin-right: 18px;
	font-weight: 600;
	color: #337F87;
	text-decoration: none
}
button.btn-icon-text:focus, button.btn-icon-text:active {
	outline: none
}
button.btn-icon-text .icon {
	transition-property: transform;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	top: -1px
}
button.btn-icon-text .txt {
	text-decoration: underline
}
button.btn-icon-text:hover {
	color: #337F87
}
button.btn-icon-text:hover .icon {
	transform: translateX(2px)
}

@media (min-width: 992px) {
button.btn-icon-text {
	font-size: 1rem;
	line-height: 1.25rem
}
button.btn-icon-text .icon {
	width: 18px;
	height: 18px
}
}
a.btn-icon-text-lg {
	font-size: 1.125rem;
	line-height: 1.375rem;
	transition-property: color;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: inline-block;
	margin-right: 18px;
	font-weight: 600;
	color: #337F87
}
a.btn-icon-text-lg .icon {
	transition-property: transform;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: -1px
}
a.btn-icon-text-lg .txt {
	text-decoration: underline
}
a.btn-icon-text-lg:hover {
	color: #337F87
}
a.btn-icon-text-lg:hover .icon {
	transform: translateX(2px)
}
button.btn-icon-text-lg {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	line-height: 1.375rem;
	transition-property: color;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: inline-block;
	margin-right: 18px;
	font-weight: 600;
	color: #337F87
}
button.btn-icon-text-lg:focus, button.btn-icon-text-lg:active {
	outline: none
}
button.btn-icon-text-lg .icon {
	transition-property: transform;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: -1px
}
button.btn-icon-text-lg .txt {
	text-decoration: underline
}
button.btn-icon-text-lg:hover {
	color: #337F87
}
button.btn-icon-text-lg:hover .icon {
	transform: translateX(2px)
}
.btn-social-alt {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	color: #80b3d8
}
.btn-social-alt .icon.default {
	width: 100%;
	height: 100%;
	stroke: none;
	fill: currentColor
}
.btn-social-alt:hover {
	color: #80b3d8
}
.btn-social-alt.linkedin {
	width: 27px;
	height: 27px
}
.btn-social-alt.facebook {
	width: 14px;
	height: 27px
}
.btn-social-alt.twitter {
	width: 24px;
	height: 19px
}
.btn-back-to-top {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 7px 13px 0 #c9c9c9
}
.btn-back-to-top .icon.default {
	position: relative;
	color: #408cc4;
	width: 15px;
	height: 15px;
	left: 17px;
	top: 10px
}
.btn-play-video {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	width: 51px;
	height: 50px;
	background-image: url("/static/imgs/svg/backgrounds/play.svg")
}
.btn-play-video:focus, .btn-play-video:active {
	outline: none
}
.btn-close-search {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: .875rem;
	line-height: 1rem;
	font-family: "Roboto", sans-serif;
	color: black;
	padding: 10px;
	text-transform: uppercase
}
.btn-close-search:focus, .btn-close-search:active {
	outline: none
}
.btn-close-search .txt {
	display: none
}
.btn-close-search .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: -1px
}

@media (min-width: 768px) {
.btn-close-search .txt {
	display: inline-block
}
}
.icon.default {
	width: 24px;
	height: 24px
}
.icon.product {
	width: 48px;
	height: 48px
}

body {
	font-size: 1rem;
	line-height: 1.625rem;
	font-family: "NeutrafaceTextBook";
	color: #222d37
}
h1 {
	font-size: 1.875rem;
	line-height: 2.75rem;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	color: black;
	margin-bottom: 26px
}
h2 {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBold";
	font-weight: normal;
	color: #337F87;
	margin-bottom: 26px
}
h3 {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	font-family: "NeutrafaceTextBold";
	font-weight: normal;
	color: #222d37;
	margin-bottom: 26px
}
h4 {
	font-size: 1.125rem;
	line-height: 1.4375rem;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	color: #222d37;
	margin-bottom: 26px
}
h5 {
	font-size: 1rem;
	line-height: 1.4375rem;
	font-family: "Roboto", sans-serif;
	color: #222d37;
	margin-bottom: 26px
}
h6 {
	font-size: 1rem;
	line-height: 1.5625rem;
	font-family: "Roboto", sans-serif;
	color: #222d37;
	margin-bottom: 26px
}

@media (min-width: 992px) {
body {
	font-size: 1.125rem;
	line-height: 1.625rem
}
h1 {
	font-size: 3.75rem;
	line-height: 4rem;
	margin-bottom: 23px
}
h2 {
	margin-bottom: 22px
}
h3 {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	margin-bottom: 33px
}
h4 {
	font-size: 1.25rem;
	line-height: 1.4375rem;
	margin-bottom: 29px
}
h5 {
	font-size: 1rem;
	line-height: 1.4375rem;
	margin-bottom: 26px
}
h6 {
	font-size: 1rem;
	line-height: 1.4375rem;
	margin-bottom: 26px
}
}
.swiper-button-next {
	background-image: url("../resources/arrow-right.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto
}
.swiper-button-next:active {
	transform: translateX(2px)
}
.swiper-button-next:focus {
	outline: none
}
.swiper-button-prev {
	background-image: url("../resources/arrow-left.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto
}
.swiper-button-prev:active {
	transform: translateX(-2px)
}
.swiper-button-prev:focus {
	outline: none
}
.social-links-list li {
	margin-left: 15px;
	margin-right: 15px
}
.social-links-list a {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	color: white
}
.social-links-list a .icon.default {
	width: 100%;
	height: 100%;
	stroke: none;
	fill: currentColor
}
.social-links-list a:hover {
	color: #80b3d8
}
.social-links-list a.linkedin {
	width: 27px;
	height: 27px
}
.social-links-list a.facebook {
	width: 14px;
	height: 27px
}
.social-links-list a.twitter {
	width: 24px;
	height: 19px
}
#site-dimmer {
	transition-property: opacity;
	transition-duration: 350ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 800;
	opacity: 0;
	pointer-events: none
}
body.search-open #site-dimmer, body.dimmer-active #site-dimmer {
	opacity: 1
}
.form-field {
	margin-bottom: 22px
}
.explanation-text {
	font-size: .75rem;
	line-height: .875rem;
	padding: 10px 0;
	color: #747679
}
.field-validation-error {
	font-size: .75rem;
	line-height: .875rem;
	padding: 10px 0;
	color: #dc0650
}
.ktc-radio {
	display: block
}
.formwidget label {
	font-size: 1rem;
	line-height: 1.25rem;
	font-family: "NeutrafaceTextBook";
	color: #3f3356;
	display: block;
	margin-bottom: 6px
}
.formwidget input[type="text"], .formwidget input[type="email"] {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.25rem;
	width: 100%;
	padding: 14px 16px;
	border-radius: 6px;
	background-color: #f4f4f5;
	color: black
}
.formwidget input[type="text"]:focus, .formwidget input[type="text"]:active, .formwidget input[type="email"]:focus, .formwidget input[type="email"]:active {
	outline: none
}
.formwidget input[type="text"] ::-moz-placeholder, .formwidget input[type="email"] ::-moz-placeholder {
color:#747679;
opacity:1
}
.formwidget input[type="text"] :-ms-input-placeholder, .formwidget input[type="email"] :-ms-input-placeholder {
color:#747679;
opacity:1
}
.formwidget input[type="text"] ::placeholder, .formwidget input[type="email"] ::placeholder {
color:#747679;
opacity:1
}
.formwidget input[type="text"].input-validation-error, .formwidget input[type="email"].input-validation-error {
	border: solid 1px #dc0650
}
.formwidget textarea {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.25rem;
	width: 100%;
	padding: 14px 16px;
	border-radius: 6px;
	background-color: #f4f4f5;
	color: black;
	min-height: 150px
}
.formwidget textarea:focus, .formwidget textarea:active {
	outline: none
}
.formwidget textarea ::-moz-placeholder {
color:#747679;
opacity:1
}
.formwidget textarea :-ms-input-placeholder {
color:#747679;
opacity:1
}
.formwidget textarea ::placeholder {
color:#747679;
opacity:1
}
.formwidget textarea.input-validation-error {
	border: solid 1px #dc0650
}
.formwidget select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.25rem;
	width: 100%;
	padding: 14px 16px;
	border-radius: 6px;
	background-color: #f4f4f5;
	color: black;
	width: 100%
}
.formwidget select:focus, .formwidget select:active {
	outline: none
}
.formwidget select ::-moz-placeholder {
color:#747679;
opacity:1
}
.formwidget select :-ms-input-placeholder {
color:#747679;
opacity:1
}
.formwidget select ::placeholder {
color:#747679;
opacity:1
}
.formwidget select.input-validation-error {
	border: solid 1px #dc0650
}
.formwidget form {
	max-width: 1280px;
	padding-bottom: 60px;
	margin: auto
}
.formwidget input[type="submit"] {
	font-size: 1rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	display: inline-block;
	padding: 16px 23px 17px 23px;
	color: white;
	background-color: #408cc4;
	border-radius: 6px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-left: 46px;
	padding-right: 36px;
	position: relative;
	left: 15px;
	border: none;
	background-image: url("../resources/chevron-right-white.svg");
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 20px 20px;
	text-decoration: underline
}
.formwidget input[type="submit"]:hover {
	background-color: #337F87
}
.formwidget input[type="submit"]:active {
	transform: translateY(1px)
}
.formwidget input[type="submit"]:focus, .formwidget input[type="submit"]:active {
	outline: none
}

@media (min-width: 992px) {
.formwidget input[type="submit"] {
	margin-left: 16.66667%
}
}
.formwidget input[type='checkbox'] {
	position: absolute;
	opacity: 0
}
.formwidget input[type='checkbox'] ~ label {
	position: relative;
	cursor: pointer;
	padding: 0
}
.formwidget input[type='checkbox'] ~ label:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	vertical-align: middle;
	border: solid 0 #747679;
	background: #f4f4f5;
	border-radius: 6px
}
.formwidget input[type='checkbox']:hover ~ label:before, .formwidget input[type='checkbox']:focus ~ label:before {
	background: #f4f4f5;
	border-color: #337F87
}
.formwidget input[type='checkbox']:checked ~ label:before {
	background: #337F87;
	border-color: #337F87
}
.formwidget input[type='checkbox']:disabled ~ label {
	color: #b8b8b8;
	cursor: auto
}
.formwidget input[type='checkbox']:disabled ~ label:before {
	box-shadow: none;
	background: #f4f4f5
}
.formwidget input[type='checkbox']:checked ~ label:after {
	content: '';
	position: absolute;
	left: 8px;
	top: 10px;
	background: #fff;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
	transform: rotate(35deg)
}
.formwidget input[type='radio'] {
	position: absolute;
	opacity: 0
}
.formwidget input[type='radio'] ~ label {
	position: relative;
	cursor: pointer;
	padding: 0;
	display: inline-block
}
.formwidget input[type='radio'] ~ label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: -2px;
	margin-right: 10px;
	vertical-align: middle;
	border: solid 0 #747679;
	border-radius: 50%;
	background: #d9d9dd
}
.formwidget input[type='radio']:hover ~ label:before, .formwidget input[type='radio']:focus ~ label:before {
	background: #d9d9dd;
	border-color: #337F87
}
.formwidget input[type='radio']:checked ~ label:before {
	background: #337F87;
	border-color: #337F87
}
.formwidget input[type='radio']:disabled ~ label {
	color: #b8b8b8;
	cursor: auto
}
.formwidget input[type='radio']:disabled ~ label:before {
	box-shadow: none;
	background: #ddd
}
.formwidget input[type='radio']:checked ~ label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	background: #fff;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
	transform: rotate(35deg)
}
.formwidget-submit-text, .formwidget-error {
	display: block;
	max-width: 1280px;
	margin: auto;
	margin-bottom: 80px
}
.formwidget-submit-text .formwidget-submit-text, .formwidget-submit-text .formwidget-error, .formwidget-error .formwidget-submit-text, .formwidget-error .formwidget-error {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width: 992px) {
.formwidget-submit-text .formwidget-submit-text, .formwidget-submit-text .formwidget-error, .formwidget-error .formwidget-submit-text, .formwidget-error .formwidget-error {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
	margin-left: 16.66667%
}
}
.notification-banner .notification-content {
	display: flex;
	flex-direction: column;
	padding: 20px 0
}
.notification-banner .text {
	display: flex;
	justify-content: center;
	color: #fff;
	width: 100%
}
.notification-banner .text svg {
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 12px
}
.notification-banner .link {
	width: 100%;
	text-align: center;
	margin-top: 20px
}
.notification-banner .link a {
	color: #fff;
	font-size: .875rem;
	white-space: nowrap
}
.notification-banner .link a svg {
	width: 20px;
	height: 20px;
	margin-left: 12px
}

@media (min-width: 768px) {
.notification-banner .notification-content {
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}
.notification-banner .text {
	justify-content: flex-start;
	width: auto
}
.notification-banner .link {
	margin-top: initial;
	width: auto;
	padding-left: 20px
}
}
#main-header {
	border-bottom: solid 1px #eaeaeb
}
#main-header .utility-row {
	display: none
}
#main-header .navigation-row--inner {
	height: 86px
}
#main-header .site-logo {
	display: flex;
	width: 125px;
	height: 76px;
	margin: 5px 0;
	padding: 0
}
#main-header .mobile-controls {
	display: flex;
	margin-left: auto;
	margin-right: -15px
}
#main-header .btn-search-trigger, #main-header .btn-nav-trigger {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	transition: opacity 250ms ease;
	display: flex;
	height: 100%;
	width: 64px;
	border-left: solid 1px #eaeaeb;
	align-items: center;
	justify-content: center
}
#main-header .btn-search-trigger:focus, #main-header .btn-search-trigger:active, #main-header .btn-nav-trigger:focus, #main-header .btn-nav-trigger:active {
	outline: none
}
#main-header .nav-wrapper {
	transition: opacity 250ms ease;
	opacity: 0;
	pointer-events: none
}
body.nav-open #main-header .nav-wrapper {
	opacity: 1;
	pointer-events: all
}
body.nav-open #main-header .btn-search-trigger {
	opacity: 0;
	pointer-events: none
}

@media (max-width: 991.98px) {
#main-header .nav-wrapper {
	position: fixed;
	left: 0;
	top: 87px;
	background-color: white;
	width: 100vw;
	height: calc(100vh - 86px);
	z-index: 900;
	overflow-y: scroll
}
}

@media (min-width: 992px) {
#main-header {
	border-bottom: none
}
#main-header .nav-wrapper {
	opacity: 1;
	pointer-events: all
}
#main-header .utility-row {
	display: flex;
	height: 50px;
	background-color: #eaeaeb
}
#main-header .navigation-row--inner {
	height: 110px;
}
#main-header .navigation-row>.col-12 {
	padding: 0
}
#main-header .site-logo {
	width: 210px;
	height: 95px;
	margin: 5px 0;
}
#main-header .site-logo a {
	padding-right: 40px;
	display: flex;
	align-items: center
}
#main-header .mobile-controls, #main-header .secondary-links {
	display: none
}
#main-header .nav-wrapper {
	display: flex;
	margin-left: auto
}
}
.sector-tabs li>div, .sector-tabs a {
	font-size: .875rem;
	line-height: 1rem;
	display: block;
	width: 100%;
	padding: 21px 18px 19px 18px;
	background-color: #eaeaeb;
	border-bottom: solid 1px #cecece;
	color: #747679;
	text-decoration: none;
	font-weight: bold
}
.sector-tabs .private {
	padding-left: 14px;
	background-color: white;
	color: #222d37;
	border-bottom: none;
	border-left: 4px solid #dc0650
}
.sector-tabs li:last-child a {
	border-bottom: 0
}

@media (min-width: 992px) {
.sector-tabs ul li {
	display: block;
	float: left
}
.sector-tabs a {
	padding: 17px 28px 17px 28px;
	border-bottom: none;
	border-right: solid 1px #cecece
}
.sector-tabs .private {
	padding: 17px 30px 17px 30px;
	border-right: none;
	border-radius: 6px 6px 0 0
}
}
.utility-links .btn-search {
	background: none;
	border: none;
	margin: 0;
	padding: 0
}
.utility-links .btn-search:focus, .utility-links .btn-search:active {
	outline: none
}
.utility-links .btn-search, .utility-links a:not(.btn-admissions) {
	font-size: 1rem;
	line-height: 1rem;
	display: block;
	width: 100%;
	padding: 26px 18px 22px 18px;
	background-color: #eaeaeb;
	border-bottom: solid 1px #cecece;
	color: #222d37;
	text-decoration: none
}
.utility-links .btn-search .icon, .utility-links a:not(.btn-admissions) .icon {
	position: relative;
	top: -1px;
	width: 17px;
	height: 17px;
	margin-right: 12px
}
.utility-links .btn-search .icon, .utility-links .btn-search .txt, .utility-links a:not(.btn-admissions) .icon, .utility-links a:not(.btn-admissions) .txt {
	display: inline-block
}

@media (min-width: 992px) {
.utility-links .btn-search, .utility-links a:not(.btn-admissions) {
	font-size: .75rem;
	line-height: 1rem;
	transition: background 250ms ease;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 17px 22px;
	border-bottom: none;
	border-left: solid 1px #cecece
}
.utility-links .btn-search:after, .utility-links a:not(.btn-admissions):after {
	transition-property: transform;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #408cc4;
	transform: translateY(2px)
}
.utility-links .btn-search .icon, .utility-links a:not(.btn-admissions) .icon {
	width: 14px;
	height: 14px;
	margin-right: 4px
}
.utility-links .btn-search:hover, .utility-links a:not(.btn-admissions):hover {
	background-color: #dddddf
}
.utility-links .btn-search:hover:after, .utility-links a:not(.btn-admissions):hover:after {
	transform: translateY(0)
}
}
.utility-links .btn-admissions {
	font-size: 1rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	display: block;
	width: 100%;
	padding: 26px 13px 22px 13px;
	background-color: #408cc4;
	color: white;
	text-decoration: none;
	text-align: center
}

@media (max-width: 1199.98px) {
.utility-links li:first-child a {
	border-left: none
}
}

@media (min-width: 992px) {
.utility-links ul li {
	display: block;
	float: left
}
.utility-links .btn-admissions {
	font-size: 1.125rem;
	line-height: 1.375rem;
	display: block;
	width: 100%;
	padding: 14px 25px;
	border-radius: 5px
}
.utility-links .btn-admissions:hover {
	background-color: #3171a0
}
}

@media (min-width: 1200px) {
.utility-links .btn-admissions {
	padding: 14px 35px
}
}
#primary-nav .main-nav {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0
}
#primary-nav .main-nav>li {
	border-bottom: solid 1px #eaeaeb
}
#primary-nav .main-nav>li>a, #primary-nav .main-nav>li>.main-trigger {
	font-size: 1.125rem;
	line-height: 4.4375rem;
	transition-property: color;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	height: 71px;
	width: 100%;
	padding: 0 18px;
	font-family: "NeutrafaceTextBook";
	color: #222d37;
	text-align: left;
	text-decoration: none
}
#primary-nav .main-nav>li>a:focus, #primary-nav .main-nav>li>a:active, #primary-nav .main-nav>li>.main-trigger:focus, #primary-nav .main-nav>li>.main-trigger:active {
	outline: none
}
#primary-nav .main-nav>li>a:before, #primary-nav .main-nav>li>.main-trigger:before {
	transition-property: width;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	content: '';
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #337F87
}
#primary-nav .main-nav>li>a .icon, #primary-nav .main-nav>li>.main-trigger .icon {
	transition-property: transform;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	transform-style: preserve-3d;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 15px;
	top: 24px;
	color: #408cc4
}

@media (min-width: 992px) {
#primary-nav .main-nav>li>a, #primary-nav .main-nav>li>.main-trigger {
	font-size: 1.2rem;
	line-height: 1.5rem;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0;
	border-bottom: 0;
}
#primary-nav .main-nav>li>a:after, #primary-nav .main-nav>li>.main-trigger:after {
	transition-property: height;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	content: '';
	display: block;
	width: 100%;
	height: 0;
	background: #0063ab;
	position: absolute;
	left: 0;
	bottom: 0
}
#primary-nav .main-nav>li>a .icon, #primary-nav .main-nav>li>.main-trigger .icon {
	width: 17px;
	height: 17px;
	position: relative;
	display: inline-block;
	right: 0;
	top: 2px;
	bottom: 0;
	margin-left: 7px
}
#primary-nav .main-nav>li>a:hover, #primary-nav .main-nav>li>.main-trigger:hover {
	color: #337F87
}
}
#primary-nav .main-nav>li .subnav {
	transition-property: max-height;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	overflow: hidden
}
#primary-nav .main-nav>li .subnav ul {
	padding-left: 0;
	list-style: none;
	padding: 0 15px
}
#primary-nav .main-nav>li .subnav .col-header {
	border: none;
	font-family: "Roboto", sans-serif;
	color: #202020;
	padding-top: 10px
}
#primary-nav .main-nav>li .subnav .col-header h5 {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	font-family: "NeutrafaceTextBook";
	margin: 0;
	padding: 10px 0;
	font-weight: 500
}
#primary-nav .main-nav>li .subnav a {
	font-size: 1rem;
	line-height: 1.4375rem;
	display: block;
	padding: 10px 10px;
	font-family: "NeutrafaceTextBook";
	color: #202020;
	overflow: hidden;
	text-decoration: none
}
#primary-nav .main-nav>li .subnav a:hover, #primary-nav .main-nav>li .subnav a:active {
	text-decoration: none;
	color: #337F87
}

@media (min-width: 992px) {
#primary-nav .main-nav>li .subnav {
	transition: opacity 250ms ease;
	box-shadow: 0 5px 27px 0 rgba(0,0,0,0.2);
	display: block;
	background: white;
	position: absolute;
	top: 127px;
	z-index: 200;
	left: 50%;
	min-width: 100%;
	padding: 40px 0;
	transform: translateX(-50%);
	border-radius: 0 0 6px 6px;
	opacity: 0;
	pointer-events: none
}
#primary-nav .main-nav>li .subnav ul {
	margin: 0 50px 0 33px;
	padding: 0 0 0 0
}
#primary-nav .main-nav>li .subnav li {
	padding: 0;
	border-left: solid 1px #dcddde
}
#primary-nav .main-nav>li .subnav li:last-child a {
	padding-bottom: 0
}
#primary-nav .main-nav>li .subnav li:last-child a:before {
	height: 100%
}
#primary-nav .main-nav>li .subnav .col-header {
	margin-bottom: 29px;
	padding-left: 23px;
	padding-top: 0
}
#primary-nav .main-nav>li .subnav .col-header h5 {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	margin: 0;
	padding: 0
}
#primary-nav .main-nav>li .subnav a {
	padding: 0 0 24px 22px;
	position: relative;
	white-space: nowrap
}
#primary-nav .main-nav>li .subnav a:before {
	transition-property: transform;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	content: '';
	display: block;
	width: 2px;
	height: calc( 100% - 24px);
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-2px);
	background: #337F87
}
#primary-nav .main-nav>li .subnav a:hover:before {
	transform: translateX(0)
}
}
#primary-nav .main-nav>li .mega .view-all-row {
	padding-left: 10px
}
#primary-nav .main-nav>li .mega .view-all-row a {
	color: #337F87;
	display: inline-block
}

@media (min-width: 992px) {
#primary-nav .main-nav>li .mega {
	padding: 44px 110px 0 110px;
	transform: none;
	left: 0
}
#primary-nav .main-nav>li .mega ul {
	float: left;
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	padding: 0;
	margin: 0;
	margin-bottom: 45px
}
#primary-nav .main-nav>li .mega a {
	white-space: normal;
	text-decoration: none
}
#primary-nav .main-nav>li .mega .view-all-row {
	clear: both;
	display: flex;
	height: 77px;
	margin: 0 -110px;
	padding: 0 110px;
	align-items: center;
	border-top: solid 1px #eaeaeb;
	text-decoration: underline
}
#primary-nav .main-nav>li .mega .view-all-row a {
	color: #337F87;
	padding: 0;
	margin: 0
}
}
#primary-nav .main-nav>li.active>a, #primary-nav .main-nav>li.active>.main-trigger {
	border-bottom: none;
	text-decoration: none;
	color: #337F87
}
#primary-nav .main-nav>li.active>a:before, #primary-nav .main-nav>li.active>.main-trigger:before {
	width: 4px
}
#primary-nav .main-nav>li.active>a .icon, #primary-nav .main-nav>li.active>.main-trigger .icon {
	transform: rotateX(-180deg)
}
#primary-nav .main-nav>li.active .subnav {
	display: block
}

@media (min-width: 992px) {
#primary-nav {
	display: flex;
	margin-left: auto
}
#primary-nav .main-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center
}
#primary-nav .main-nav>li {
	display: flex;
	position: relative;
	margin-right: 20px;
	height: 100%;
	align-items: center;
	border-bottom: none
}
#primary-nav .main-nav>li:last-child {
	margin-right: 0
}
#primary-nav .main-nav>li:last-child>.subnav {
	transform: none;
	left: auto;
	right: 0
}
#primary-nav .main-nav>li.mega-parent {
	position: static
}
#primary-nav .main-nav>li.active>a:before, #primary-nav .main-nav>li.active .main-trigger:before {
	display: none
}
#primary-nav .main-nav>li.active>a:after, #primary-nav .main-nav>li.active .main-trigger:after {
	height: 6px
}
#primary-nav .main-nav>li.active .subnav {
	opacity: 1;
	pointer-events: all
}
}
.site-search {
	transition-property: transform;
	transition-duration: 350ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	transform: translateY(-100%);
	padding-top: 10px;
	background-color: #eaeaeb;
	z-index: 900
}
.site-search>.container-fluid, .site-search>.container-sm, .site-search>.container-md, .site-search>.container-lg, .site-search>.container-xl {
	position: relative
}
.site-search .crest {
	width: 100%
}
.site-search .crest img {
	display: block;
	max-width: 35px;
	margin: auto
}
.site-search .input-wrap {
	display: flex;
	width: 100%;
	height: 45px;
	padding: 5px;
	margin-top: 13px;
	background-color: white;
	border-radius: 6px
}
.site-search .icon-wrap {
	display: none
}
.site-search input {
	font-size: 1.125rem;
	line-height: 1.75rem;
	border: none;
	background: white;
	height: 35px;
	padding-left: 10px;
	flex: 1;
	width: auto;
	max-width: 180px;
	font-family: "NeutrafaceTextBook";
	color: #222d37;
	display: block
}
.site-search input ::-moz-placeholder {
color:#747679;
opacity:1
}
.site-search input :-ms-input-placeholder {
color:#747679;
opacity:1
}
.site-search input ::placeholder {
color:#747679;
opacity:1
}
.site-search input:active, .site-search input:focus {
	outline: none;
	border: none
}
.site-search .btn-submit-search {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: .75rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	display: block;
	height: 100%;
	padding: 5px 8px;
	margin-left: auto;
	border-radius: 6px;
	text-align: center;
	color: white;
	background: #408cc4
}
.site-search .btn-submit-search:focus, .site-search .btn-submit-search:active {
	outline: none
}
.site-search .btn-submit-search .txt {
	display: none
}
.site-search .btn-submit-search:hover {
	background: #337F87
}
.site-search .btn-close-search {
	position: absolute;
	right: 0;
	top: 15px
}
body.search-open .site-search {
	transform: translateY(0)
}

@media (min-width: 768px) {
.site-search {
	height: 200px;
	padding-top: 40px
}
.site-search .crest img {
	max-width: 60px
}
.site-search .input-wrap {
	height: 65px;
	margin-top: 26px
}
.site-search .icon-wrap {
	display: block;
	width: 70px;
	height: 100%;
	padding: 13px 23px;
	float: left
}
.site-search input {
	font-size: 1.5625rem;
	line-height: 1.875rem;
	height: 55px;
	padding-left: 0;
	max-width: 100%
}
.site-search .btn-submit-search {
	font-size: 1rem;
	line-height: 1.375rem;
	height: 100%;
	padding: 16px 35px 24px 35px
}
.site-search .btn-submit-search .icon {
	display: none
}
.site-search .btn-submit-search .txt {
	display: inline-block
}
.site-search .btn-close-search {
	top: 40px;
	right: 20px
}
}
#main-footer {
	padding-top: 42px;
	position: relative;
	background-color: #efefef;
}
#main-footer .btn-back-to-top {
	position: absolute;
	top: -25px;
	margin-left: -25px;
	left: 50%
}
#main-footer .logo-block {
	padding-bottom: 20px
}
#main-footer .site-logo {
	max-width: 230px;
	margin: auto
}
#main-footer .social-block {
	padding: 20px;
	width: calc(100% + 30px);
	margin-left: -15px;
	border-bottom: solid 1px #eaeaeb
}
#main-footer .social-block p {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	display: block;
	flex: none;
	font-family: "NeutrafaceTextBook";
	font-weight: bold;
	color: #ccc;
	margin: 0
}
#main-footer .social-block .link-wrapper {
	display: flex;
	margin-left: auto
}
#main-footer .social-block a {
	margin-left: 30px
}
#main-footer .social-block .icon {
	width: 25px;
	height: 25px
}
#main-footer .btn-accordion-trigger {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	position: relative;
	width: calc(100% + 30px);
	margin-left: -15px;
	border-bottom: solid 1px #eaeaeb;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	padding: 20px;
	text-align: left
}
#main-footer .btn-accordion-trigger:focus, #main-footer .btn-accordion-trigger:active {
	outline: none
}
#main-footer .btn-accordion-trigger .icon {
	position: absolute;
	right: 15px;
	top: 23px
}
#main-footer .accordion-list {
	width: 100%;
	margin: 0;
	padding: 15px 7px;
	list-style-type: none
}
#main-footer .accordion-list li {
	margin-bottom: 10px
}
#main-footer .accordion-list .list-title {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	font-family: "NeutrafaceTextDemi";
	color: #337F87;
	margin-bottom: 40px;
	display: none
}
#main-footer .accordion-list a {
	font-size: 1rem;
	line-height: 1.625rem;
	color: #222d37;
	text-decoration: none;
}
#main-footer .accordion-list a:hover {
	color: #337F87
}
#main-footer .accordion-content {
	transition-property: max-height;
	transition-duration: 350ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: none;
	overflow-y: hidden;
	overflow-x: visible
}
#main-footer .accordion-item.active .btn-accordion-trigger {
	border-bottom: none
}
#main-footer .accordion-item.active .btn-accordion-trigger .icon {
	transform: rotate(180deg)
}
#main-footer .accordion-item.active:after {
	content: '';
	display: block;
	position: relative;
	top: -1px;
	width: calc(100% + 30px);
	margin-left: -15px;
	border-bottom: solid 1px #eaeaeb
}
#main-footer .quick-links .btn-accordion-trigger {
	border-top: solid 1px #eaeaeb
}
#main-footer .quick-links .quick-links-content {
	display: none
}
#main-footer .contact-links .contact-links-content {
	display: none
}
#main-footer .supporting-copy {
	padding-top: 32px;
	text-align: center
}
#main-footer .mission-statement {
	font-size: 1.25rem;
	line-height: 1.5625rem;
	font-family: "NeutrafaceTextBook";
	color: #408cc4
}
#main-footer .copyright {
	font-size: .875rem;
	line-height: 1rem;
	color: #525252
}
#main-footer .legal-links {
	text-align: center;
	padding: 0 20px
}
#main-footer .legal-links::after {
	display: block;
	clear: both;
	content: ""
}
#main-footer .legal-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	list-style-type: none
}
#main-footer .legal-links li {
	font-size: .875rem;
	line-height: 1.125rem;
	padding: 0 10px;
	border-right: solid 1px #525252
}
#main-footer .legal-links li:last-child {
	border-right: none
}
#main-footer .legal-links a {
	font-size: inherit;
	line-height: inherit;
	color: #525252;
	text-decoration: none
}

@media (min-width: 992px) {
#main-footer .btn-back-to-top {
	display: none
}
#main-footer .row:first-child:before {
	content: '';
	display: block;
	width: 100%;
	padding: 0 15px;
	border-top: solid 1px #eaeaeb
}
#main-footer .row:nth-child(2):before {
	content: '';
	display: block;
	width: 100%;
	padding: 40px 15px 0 15px;
	border-top: solid 1px #eaeaeb
}
#main-footer .logo-block {
	padding-top: 23px;
	padding-bottom: 50px
}
#main-footer .site-logo {
	max-width: 200px;
	margin: 0;
	padding-bottom: 0
}
#main-footer .social-block {
	padding: 0;
	padding-bottom: 34px;
	width: 100%;
	margin-left: 0;
	border-bottom: none
}
#main-footer .social-block .link-wrapper {
	display: flex;
	margin-left: 20px;
}
#main-footer .social-block p {
	flex: none
}
#main-footer .social-block a {
	margin-left: 0;
	margin-right: 20px;
}
#main-footer .btn-accordion-trigger {
	display: none
}
#main-footer .accordion-list {
	padding: 0
}
#main-footer .accordion-list .list-title {
	display: flex;
	flex: 0 0 100%
}
#main-footer .accordion-content {
	display: block;
	height: auto;
	max-height: 100%
}
#main-footer .quick-links {
	min-height: 100%;
	padding-top: 23px;
	border-right: solid 1px #eaeaeb
}
#main-footer .quick-links .quick-links-content {
	display: block
}
#main-footer .quick-links ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}
#main-footer .quick-links li {
	display: flex;
	flex: 0 0 30%
}
#main-footer .contact-links {
	padding-top: 23px
}
#main-footer .contact-links .contact-links-content {
	display: block
}
#main-footer .contact-links li {
	display: flex
}
#main-footer .supporting-copy {
	padding-top: 0;
	text-align: left
}
#main-footer .mission-statement {
	font-size: 1.3125rem;
	margin-bottom: 20px
}
#main-footer .copyright {
	font-size: 1rem;
	line-height: 1.25rem
}
#main-footer .legal-links {
	text-align: right
}
#main-footer .legal-links ul {
	justify-content: flex-end;
	padding-top: 5px;
	margin-bottom: 22px
}
#main-footer .legal-links li {
	font-size: 1rem;
	line-height: 1.1875rem
}
#main-footer .legal-links li:last-child {
	padding-right: 0
}
}
.widget {
	margin: 30px 0
}

@media (min-width: 992px) {
.widget {
	margin: 60px 0
}
}
.generic-hero {
	margin: 0;
	background-image: linear-gradient(45deg, #4954A7 25%, #408cc4 100%);
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 30px 0 25px 0;
	color: white
}
.generic-hero .inner {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center
}
.generic-hero h1 {
	font-size: 1.875rem;
	line-height: 2.5rem;
	margin: 0;
	font-family: "NeutrafaceTextBook";
	color: inherit
}
.generic-hero p {
	font-family: "NeutrafaceTextBook";
	color: inherit;
	margin-bottom: 0
}

@media (min-width: 992px) {
.generic-hero {
	padding: 0
}
.generic-hero:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: url("/static/imgs/svg/backgrounds/generic-hero.svg");
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.6
}
.generic-hero .inner {
	height: 385px;
	padding-bottom: 67px;
	position: relative;
	z-index: 10
}
.generic-hero h1 {
	font-size: 3.75rem;
	line-height: 3.125rem;
	color: inherit
}
.generic-hero p {
	font-size: 1.25rem;
	line-height: 1.5625rem;
	margin-bottom: 15px
}
}
.image-hero {
	position: relative;
	overflow: hidden;
	margin: 0
}
.image-hero .title-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%;
	background-image: linear-gradient(45deg, #4954A7 25%, #408cc4 100%);
	padding-top: 18px
}
.image-hero .widget-title {
	font-size: 1.875rem;
	line-height: 2.5rem;
	color: white;
	text-align: center
}

@media (max-width: 991.98px) {
.image-hero .img-block {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%
}
}

@media (min-width: 992px) {
.image-hero {
	background-image: linear-gradient(45deg, #4954A7 25%, #408cc4 100%);
	height: 385px;
	margin-bottom: 0
}
.image-hero:before {
	background-image: linear-gradient(45deg, #4954A7 25%, #408cc4 100%);
	content: '';
	display: block;
	transform: skew(-48.4deg);
	position: absolute;
	height: calc(100% + 1px);
	width: 70%;
	left: -215px;
	top: -1px;
	z-index: 10;
	pointer-events: none
}
.image-hero:after {
	content: '';
	display: block;
	position: absolute;
	height: calc(100% + 1px);
	width: 70%;
	left: 3px;
	top: -1px;
	z-index: 11;
	background-image: url("/static/imgs/svg/backgrounds/facet-bg--image-hero.svg");
	background-size: auto 100%;
	background-position: top right;
	background-repeat: no-repeat;
	pointer-events: none
}
.image-hero .container-fluid, .image-hero .container-sm, .image-hero .container-md, .image-hero .container-lg, .image-hero .container-xl, .image-hero .row {
	height: 100%
}
.image-hero .title-block {
	flex: 0 0 50%;
	max-width: 50%;
	margin-left: 8.33333%;
	display: flex;
	position: relative;
	z-index: 15;
	align-items: center
}
.image-hero .img-block {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 5
}
.image-hero .img-block img {
	width: auto;
	height: 100%
}
.image-hero .title-block {
	padding: 0 15px 67px 0;
	background: none
}
.image-hero .widget-title {
	font-size: 3.75rem;
	line-height: 4rem;
	color: white;
	text-align: left;
	margin: 0;
	padding: 0
}
.image-hero .widget-title span {
	font-size: 2.125rem;
	line-height: 2.5rem;
	margin-bottom: 2px;
	display: block
}
}

@media (min-width: 992px) and (min-width: 1200px) {
.image-hero .title-block {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
}
.home-hero {
	width: 100%;
	max-height: 467px;
	margin: 0;
	overflow: hidden
}
.home-hero.CMS--edit-mode {
	min-height: 467px
}
.home-hero.CMS--edit-mode .dz-message.center {
	transform: translate(-50%, 50%)
}
.home-hero .row {
	position: relative
}
.home-hero .home-hero-inner {
	position: relative;
	width: 100%
}
.home-hero .title-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 14px
}
.home-hero .widget-title {
	font-size: 1.5625rem;
	line-height: 2.3125rem;
	margin: 0;
	padding: 0;
	color: #337F87
}
.home-hero .img-block {
	position: relative;
	z-index: 5
}

@media (min-width: 992px) {
.home-hero {
	position: relative
}
.home-hero:after {
	content: '';
	display: block;
	width: 45%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	opacity: 0.47;
	mix-blend-mode: multiply;
	background-image: linear-gradient(74deg, #4e5b4a 31%, rgba(82,99,80,0) 84%)
}
.home-hero .title-block {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
	position: absolute;
	left: 0;
	top: 85px;
	z-index: 10;
	margin-bottom: 0
}
.home-hero .widget-title {
	font-size: 2.5rem;
	line-height: 2.875rem;
	color: white
}
.home-hero .img-block:after {
	content: '';
	display: block;
	width: 100%;
	height: 208px;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.34;
	background-image: linear-gradient(0deg, #fff 22%, rgba(255,255,255,0) 100%)
}
}

@media (min-width: 1200px) {
.home-hero .title-block {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
	top: 107px
}
.home-hero .title-block .widget-title {
	max-width: 459px
}
}
.event-details {
	margin-top: 50px
}
.event-details .event-description {
	background: #f1f7ff;
	border-radius: 10px;
	padding: 30px
}
.event-details .event-description .buttons {
	margin-top: 40px
}
.event-details .event-description svg.icon {
	width: 50px;
	height: 50px;
	margin-bottom: 20px
}
.event-details .detailed-info {
	background: #7763ad;
	border-radius: 10px;
	padding: 30px;
	margin-top: 20px;
	color: #fff
}
.event-details .info-row {
	display: flex;
	padding-top: 10px
}
.event-details .info-row .info-column {
	width: 30px
}
.event-details .info-row .info-column svg {
	width: 18px;
	height: 18px
}
.event-details .info-row .info-column .label {
	font-size: .875rem
}
.event-details .info-row .info-column .value {
	padding-bottom: 10px
}
.event-details .info-row .info-column.text {
	width: 100%;
	border-bottom: 1px solid #337F87
}
.event-details .info-row:last-child .info-column.text {
	border-bottom: none
}

@media (min-width: 768px) {
.event-details {
	display: flex;
	width: 100%
}
.event-details .event-description, .event-details .detailed-info {
	width: 60%
}
.event-details .detailed-info {
	margin-top: initial;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center
}
}
.breadcrumb {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}
.breadcrumb .breadcrumb--inner {
	background: white;
	padding: 8px 37px;
	border-radius: 6px 6px 0 0
}
.breadcrumb li {
	font-size: .875rem;
	line-height: 3.125rem;
	font-family: "NeutrafaceTextBook";
	color: #747679;
	margin-right: 13px
}
.breadcrumb li:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url("../resources/chevron-right.svg");
	background-repeat: no-repeat;
	background-size: 8px 8px;
	margin-left: 9px
}
.breadcrumb li:first-child {
	margin-left: 0
}
.breadcrumb li:last-child:after {
	display: none
}
.breadcrumb a {
	color: #747679;
	text-decoration: none
}
.breadcrumb a:hover {
	color: #337F87;
	text-decoration: underline
}
.breadcrumb .current {
	color: #337F87
}

@media (min-width: 992px) {
.breadcrumb {
	display: block;
	z-index: 50
}
}
.breadcrumb.CMS--edit-mode {
	position: relative
}
.image-slider {
	width: 100%
}
.image-slider .image-gallery--inner, .image-slider .swiper-container {
	width: 100%;
	position: relative;
	overflow: hidden
}
.image-slider .slide-detail-row {
	display: block;
	position: relative;
	width: 100%;
	height: 63px;
	background: white
}
.image-slider .controls-wrapper {
	position: relative;
	width: 40%;
	height: 100%;
	float: left
}
.image-slider .pagination-block {
	font-size: .75rem;
	line-height: 3.9375rem;
	width: 100%;
	text-align: center;
	padding: 0 20px;
	margin: 0;
	color: #222d37;
	font-weight: 800
}
.image-slider .swiper-button-prev {
	left: 12px
}
.image-slider .swiper-button-next {
	right: 12px
}
.image-slider .img-desc {
	display: flex;
	align-items: center;
	width: 60%;
	height: 100%;
	padding-left: 28px;
	padding-right: 28px;
	float: left
}
.image-slider .img-desc p {
	font-size: .75rem;
	line-height: 1rem;
	padding: 0;
	margin: 0;
	color: #222d37
}
.image-slider .img-desc a {
	font-size: .75rem;
	line-height: 1rem;
	padding: 0;
	margin: 0;
	color: #337F87
}

@media (min-width: 768px) {
.image-slider .swiper-container {
	border-radius: 6px
}
.image-slider .image-gallery--inner {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
	margin-left: 16.66667%
}
.image-slider .slide-detail-row {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 55%;
	border-radius: 6px 6px 0 0
}
.image-slider .controls-wrapper {
	width: 45%;
	border-right: solid 1px #eaeaeb
}
.image-slider .img-desc {
	width: 55%
}
.image-slider .swiper-button-prev {
	left: 27px
}
.image-slider .swiper-button-next {
	right: 27px
}
}
.social-links {
	background-image: linear-gradient(45deg, #4954A7 25%, #408cc4 100%);
	margin: 0;
	position: relative;
	width: 100%;
	text-align: center;
	color: white;
	padding: 57px 0 80px 0;
	overflow: hidden
}
.social-links:before, .social-links:after {
	content: '';
	display: block;
	position: absolute
}
.social-links:before {
	background-image: url("/static/imgs/svg/backgrounds/social-links-mobile.svg");
	width: 110%;
	height: 110%;
	top: -25px;
	left: -110px;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.8
}
.social-links:after {
	width: 100%;
	height: 100%
}
.social-links .social-links--inner {
	position: relative;
	z-index: 5
}
.social-links .title {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	color: white;
	margin-bottom: 45px
}

@media (min-width: 768px) {
.social-links {
	padding: 0;
	text-align: left
}
.social-links:before {
	background-image: url("/static/imgs/svg/backgrounds/social-links.svg");
	width: 377px;
	height: 112px;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 0.8
}
.social-links:after {
	display: none
}
.social-links .social-links--inner {
	height: 112px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.social-links .title {
	margin-bottom: 0
}
}
.accordion-content .widget-title {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	margin-bottom: 28px
}
.accordion-content .accordion-item {
	width: 100%;
	margin-bottom: 16px;
	border-radius: 6px;
	border: solid 1px #dcddde
}
.accordion-content .title-bar {
	width: 100%;
	height: 57px
}
.accordion-content .btn-toggle {
	background: #e3f8f5;
	border: none;
	margin: 0;
	padding: 0;
	transition-property: background;
	transition-duration: 350ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center
}
.accordion-content .btn-toggle:focus, .accordion-content .btn-toggle:active {
	outline: none
}
.accordion-content .btn-toggle:hover {
	background-color: #efefef
}
.accordion-content .icon-block {
	width: 57px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center
}
.accordion-content .icon-block .icon {
	width: 24px;
	height: 24px
}
.accordion-content .icon-block:before {
	content: '';
	display: none
}
.accordion-content .icon-content .icon {
	color: #0099cc;
	stroke-width: 0
}
.accordion-content .title {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
width:calc(100% - (114px));
	color: #222d37;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	text-align: left
}
.accordion-content .icon-open-state .icon.default {
	display: block
}
.accordion-content .icon-open-state .icon.open {
	display: none
}
.accordion-content .content-block {
	transition: all 250ms ease;
	transition-delay: 0ms;
	display: none;
	overflow: hidden
}
.accordion-content .content-block .content-block--inner {
	padding: 25px 25px 10px 25px
}
.accordion-content .accordion-item.active .icon-open-state .icon.default {
	display: none
}
.accordion-content .accordion-item.active .icon-open-state .icon.open {
	display: block
}

@media (min-width: 992px) {
.accordion-content .icon-block {
	width: 70px
}
.accordion-content .title {
width:calc(100% - (70px * 2))
}
.accordion-content .content-block .content-block--inner {
	padding: 25px 70px
}
.accordion-content div.accor div, .accordion-content div.accor span, .accordion-content div.accor a {
	font-size: 1.125rem !important;
	line-height: 1.625rem !important
}
}
.accordion2-item {
	width: 100%;
	margin-bottom: 16px;
	border-radius: 0px !important;
	border: none !important;
	border-bottom: solid 1px #F8F8F8 !important
}
.accordion2-item .btn-toggle:hover {
	background-color: #F8F8F8 !important
}
.accordion2-item.active {
	background-color: #F8F8F8
}
.feature-tile {
	box-shadow: 0 5px 27px 0 rgba(0,0,0,0.2);
	width: 100%;
	height: 288px;
	background: white;
	border-radius: 5px;
	padding: 33px 18px 0 18px;
	text-align: center
}
.feature-tile .product-icon {
	width: 47px;
	height: 47px;
	margin: auto;
	margin-bottom: 17px
}
.feature-tile .product-icon svg {
	width: 47px;
	height: 47px
}
.feature-tile .title {
	font-size: 1.75rem;
	line-height: 2.0625rem;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	margin-bottom: 19px
}
.feature-tile .content {
	font-size: 1rem;
	line-height: 1.4375rem;
	color: #222d37
}

@media (min-width: 992px) {
.feature-tile {
	height: 372px;
	padding: 50px 29px 0 29px
}
.feature-tile .product-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 25px
}
.feature-tile .product-icon svg {
	width: 70px;
	height: 70px
}
.feature-tile .title {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	margin-bottom: 21px
}
.feature-tile .content {
	font-size: 1.125rem;
	line-height: 1.625rem
}
}
.CMS--edit-mode .feature-tile {
	height: 450px
}
.CMS--edit-mode .feature-tile [data-property-name="title1"], .CMS--edit-mode .feature-tile [data-property-name="title2"], .CMS--edit-mode .feature-tile [data-property-name="title3"], .CMS--edit-mode .feature-tile [data-property-name="title4"] {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	margin-bottom: 21px
}
.CMS--edit-mode .feature-tile [data-property-name="body"], .CMS--edit-mode .feature-tile [data-property-name="body2"], .CMS--edit-mode .feature-tile [data-property-name="body3"], .CMS--edit-mode .feature-tile [data-property-name="body4"] {
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #222d37;
	margin-bottom: 21px
}
.feature-tile .CMS--control {
	width: 100%;
	padding: 20px 0;
	text-align: left;
	display: flex
}
.feature-tile .CMS--control .field-input {
	border: 1px solid #EEEEEE;
	text-align: left;
	padding: 3px;
	font-size: .875rem;
	line-height: 1rem
}
.feature-tile .CMS--control .col-full {
	width: 100%
}
.feature-tile .CMS--control .col-left, .feature-tile .CMS--control .col-right {
	width: 50%
}
.feature-tile .CMS--control .link-picker {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1
}
.feature-tile .CMS--control .link-picker .field-input {
	width: 40%
}
.feature-tile .CMS--control .link-picker .label {
	width: 20%;
	text-align: center
}
.feature-tile .CMS--control .link-picker .internal {
	width: 40%
}
.feature-tile .CMS--control .label {
	font-size: .875rem;
	line-height: 1rem;
	color: #337F87
}
.feature-tile .CMS--control .center {
	text-align: center
}
.feature-tile .CMS--control .btn-path-selector {
	border: 1px solid #D9D9D9;
	background: #F5F5F5;
	padding: 5px
}
.two-column-feature-tiles {
	padding: 36px 0 53px 0;
	position: relative
}
.two-column-feature-tiles .feature-tile {
	margin-bottom: 22px
}
.two-column-feature-tiles .row:last-child .col-12:last-child .feature-tile {
	margin-bottom: 0
}
.two-column-feature-tiles.tiles-2:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	margin: auto;
	background-image: url("/static/imgs/svg/backgrounds/bigfacet.svg");
	background-repeat: no-repeat;
	background-size: 800%;
	background-position: 50% 32%
}

@media (min-width: 768px) {
.two-column-feature-tiles.tiles-2:before {
	display: none
}
}

@media (min-width: 992px) {
.two-column-feature-tiles.tiles-4:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	max-width: 1900px;
	margin: auto;
	background-image: url("/static/imgs/svg/backgrounds/bigfacet.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center
}
}
.related-content-tile {
	display: flex;
	height: 185px;
	margin-bottom: 23px;
	border-radius: 6px;
	overflow: hidden
}
.related-content-tile .img-col {
	width: 157px;
	min-width: 157px;
	height: 100%;
	overflow: hidden
}
.related-content-tile .img-col img {
	height: 100%;
	width: auto
}
.related-content-tile .content-col {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-color: white;
	padding: 16px 13px 15px 15px;
	width: 100%
}
.related-content-tile .title {
	margin-bottom: 10px
}
.related-content-tile p {
	font-size: .875rem;
	line-height: 1.1875rem;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.related-content-tile .btn-icon-text {
	position: relative;
	left: -4px;
	margin-top: auto
}

@media (min-width: 992px) {
.related-content-tile {
	height: 220px
}
.related-content-tile .content-col {
	padding: 15px 16px 15px 18px
}
.related-content-tile .content-col p {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden
}
}

@media (min-width: 1200px) {
.related-content-tile .img-col {
	width: 180px;
	min-width: 180px
}
.related-content-tile .title {
	font-size: 1.3125rem;
	line-height: 1.5625rem
}
.related-content-tile p {
	font-size: 1rem;
	line-height: 1.5rem
}
}
.related-content-tile-row {
	background-color: #e3f8f5;
	padding: 5px 0 5px 0;
}
.related-content-tile-row .widget-title {
	font-size: 1.5625rem;
	line-height: 2.3125rem;
	color: #337F87;
	margin-bottom: 13px
}

@media (min-width: 992px) {
.related-content-tile-row .widget-title {
	font-size: 1.875rem;
	color: #337F87;
	margin-bottom: 30px
}
}
.widget-image .image {
	width: 100%;
	position: relative;
	overflow: hidden
}
.widget-image .image .caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: white;
	padding: 20px;
	border-radius: 6px 6px 0 0
}
.widget-image .image .caption span, .widget-image .image .caption a {
	font-size: .75rem;
	line-height: 1rem;
	padding: 0;
	margin: 0;
	color: #222d37
}
.widget-image .image .caption a {
	color: #337F87
}
.widget-image.edit-mode .image {
	min-height: 200px
}

@media (min-width: 768px) {
.widget-image .image {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
	margin-left: 16.66667%
}
.widget-image .image img {
	border-radius: 6px
}
}
.image-hero-large.image-hero {
	min-height: 485px !important
}
.image-hero-large.image-hero .sub-heading {
	font-size: 1.225rem !important
}
.image-hero-large.image-hero .widget-title {
	font-size: 2.75rem !important
}
.pad-top-sm {
	padding-top: 20px
}
.pad-top-md {
	padding-top: 30px
}
.pad-top-lg {
	padding-top: 60px
}
.pad-bot-md {
	padding-bottom: 30px
}
.pad-bot-sm-x {
	padding-bottom: 10px
}
.mar-top-md {
	margin-top: 30px
}
.mar-bot-md {
	margin-bottom: 30px
}
.pad-side-sm {
	padding-left: 20px;
	padding-right: 20px
}
.hero-button {
	color: #337F87 !important;
	background-color: #fff
}
.hero-button span {
	font-size: 1.5rem !important
}
.white-text {
	color: #fff
}
.image-text img {
	border-radius: 6px;
	margin-bottom: 30px
}
.image-text ul, .image-text ol {
	margin: 0;
	padding: 0;
	list-style-position: inside
}
.image-text ul li, .image-text ol li {
	margin-bottom: 10px
}
.image-text .text-wrap {
	margin-bottom: 30px
}
.image-text .title-block p {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	margin-bottom: 30px
}
.image-text .content-block p {
	font-size: 1.125rem;
	line-height: 1.625rem
}
.image-text .content-block p:last-child {
	margin-bottom: 0
}
.image-text.left-align .text-wrap {
	margin-bottom: 0
}
.image-text.right-align img {
	margin-bottom: 0
}

@media (min-width: 992px) {
.image-text .text-wrap {
	margin-bottom: 0
}
.image-text img {
	margin-bottom: 0
}
.image-text .text-wrap.pad-left {
	padding-left: 73px
}
.image-text .content-block p:last-child {
	margin-bottom: 0
}
}
.image-box-listing .list-group-item {
	padding: 16px 20px;
	border-radius: 4px
}
.image-box-listing .list-group-item {
	border-radius: 0px !important;
	border: 0px
}
.image-box-listing .list-group-item>div {
	padding-right: 2rem
}
.image-box-listing .icon-color {
	color: #2DB091;
	font-size: 20px
}
.image-box-listing .a-btn-primary {
	background-color: #2DB091;
	color: #ffffff
}
.widget.image-text .a-btn-primary .px-2 {
	padding-left: 0px !important
}
.image-box-listing .about-inner-text {
	font-weight: normal;
	font-size: 18px;
	line-height: 26px
}
.highlight-strap {
	overflow: hidden
}
.highlight-strap .swiper-container {
	max-width: 90%;
	overflow: visible;
	margin: 0
}
.highlight-strap .swiper-wrapper {
	overflow: visible
}
.highlight-strap .swiper-slide {
	min-height: 100%;
	align-self: center
}
.highlight-strap .title-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%
}
.highlight-strap .swiper-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%
}
.highlight-strap p:last-child {
	margin-bottom: 0
}
.highlight-strap .title {
	font-size: 1.5625rem;
	line-height: 2.3125rem;
	margin-bottom: 17px;
	color: #337F87;
	font-family: "NeutrafaceTextBook";
	font-weight: normal
}
.highlight-strap a {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	display: flex;
	width: 100%;
	height: 100%;
	color: #337F87;
	font-family: "NeutrafaceTextBook";
	text-decoration: none
}
.highlight-strap .img {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	overflow: hidden;
	align-self: center
}
.highlight-strap .content {
	width: calc(100% - 82px);
	padding: 0 16px 0 22px;
	align-self: center
}

@media (min-width: 992px) {
.highlight-strap .title-block {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
	display: flex;
	align-items: center
}
.highlight-strap .swiper-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.highlight-strap .swiper-container {
	width: 100%;
	max-width: 100%
}
.highlight-strap .swiper-slide {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
}
.body-copy .widget-title {
	font-size: 1.5625rem;
	line-height: 2.3125rem;
	color: #337F87;
	margin-bottom: 28px
}
.body-copy a {
	text-decoration: underline
}
.body-copy ul li, .body-copy ol li {
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 26px
}
.body-copy.heading-only .widget-title {
	margin-bottom: 0
}

@media (min-width: 992px) {
.body-copy .widget-title {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	color: #337F87
}
}

@media (max-width: 991px) {
.body-copy .widget.body-copy .col-12.col-lg-5 h2 {
	padding-top: 40px
}
}

@media (max-width: 450px) {
.body-copy .img-icon {
	display: block;
	margin-left: auto;
	margin-right: auto
}
}
.visual-pathway .vp-inner {
	background-image: linear-gradient(90deg, #337F87 11%, #1E494F 85%);
	box-shadow: 0 5px 27px 0 rgba(0,0,0,0.2);
	border-radius: 6px
}
.visual-pathway .vp-grey {
	background-color: #EAEAEB
}
.visual-pathway .title-block {
	text-align: center;
	padding: 25px 0 0 0
}
.visual-pathway .title-block h2 {
	font-size: 1.5625rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	color: white;
	margin: 0
}
.visual-pathway .title-block p {
	margin: 0;
	padding: 0
}
.visual-pathway .link-block {
	padding: 10px
}
.visual-pathway a.pathway-link {
	transition: background 250ms ease;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	color: white;
	border-radius: 6px;
	background-image: none;
	background-color: transparent;
	text-decoration: none
}
.visual-pathway a.pathway-link:active {
	background-image: linear-gradient(90deg, #408cc4 11%, rgba(64,140,196,0) 85%)
}
.visual-pathway a.pathway-link:after {
	content: '';
	display: block;
	width: calc(100% - 12px);
	height: 1px;
	position: absolute;
	left: 6px;
	bottom: 0;
	background: #85b2d7
}
.visual-pathway a.pathway-link:last-child:after {
	display: none
}
.visual-pathway a.pathway-link .icon-wrap {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 15px
}
.visual-pathway a.pathway-link .icon-wrap .icon {
	width: 36px;
	height: 36px
}
.visual-pathway a.pathway-link p {
	margin: 0;
	padding: 0
}
.visual-pathway a.pathway-link .link-title, .visual-pathway a.pathway-link p:first-child {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	display: block;
	margin-bottom: 4px;
	font-family: "NeutrafaceTextBook"
}
.visual-pathway a.pathway-link .link-subtitle, .visual-pathway a.pathway-link p:last-child {
	font-size: 1rem;
	line-height: 1.3125rem;
	display: block
}
.visual-pathway a.pathway-link:hover {
	background-color: rgba(255,255,255,0.3);
	text-decoration: none
}
.visual-pathway a.pathway-link .txt-wrap {
	max-width: 100%
}

@media (min-width: 992px) {
.visual-pathway .title-block {
	display: flex;
	height: 100%;
	padding: 0;
	align-items: center;
	justify-content: center
}
.visual-pathway .title-block h2 {
	font-size: 1.875rem
}
.visual-pathway .link-block {
	padding: 10px;
	display: flex
}
.visual-pathway a.pathway-link {
	display: flex;
	flex: 0 0 3;
	flex-direction: column;
	justify-self: center;
	text-align: center;
	padding: 15px 20px
}
.visual-pathway a.pathway-link:after {
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 12px);
	position: absolute;
	left: auto;
	right: 0;
	top: 6px;
	background: #85b2d7
}
.visual-pathway a.pathway-link:last-child:after {
	display: none
}
.visual-pathway a.pathway-link .icon-wrap {
	width: 60px;
	height: 60px;
	margin-bottom: 15px
}
.visual-pathway a.pathway-link .icon-wrap .icon {
	width: 60px;
	height: 60px
}
.visual-pathway a.pathway-link .link-title, .visual-pathway a.pathway-link p:first-child {
	margin-bottom: 8px
}
.visual-pathway a.pathway-link .link-subtitle, .visual-pathway a.pathway-link p:last-child {
	font-size: .875rem;
	line-height: 1.3125rem
}
}
.visual-pathway.CMS--edit-mode .title-block {
	display: block;
	height: auto;
	padding-top: 20%
}
.visual-pathway.CMS--edit-mode a {
	display: block
}
.visual-pathway.CMS--edit-mode .content-block-wrapper {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.visual-pathway.CMS--edit-mode .content-block-wrapper svg {
	display: block;
	margin: auto
}
.visual-pathway.CMS--edit-mode .txt-wrap {
	text-align: center
}
.visual-pathway.CMS--edit-mode [data-property-name="heading1"] p, .visual-pathway.CMS--edit-mode [data-property-name="heading2"] p, .visual-pathway.CMS--edit-mode [data-property-name="heading3"] p {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	display: block;
	margin-bottom: 4px;
	font-family: "NeutrafaceTextBook";
	color: white
}
.visual-pathway.CMS--edit-mode [data-property-name="subHeading1"] p, .visual-pathway.CMS--edit-mode [data-property-name="subHeading2"] p, .visual-pathway.CMS--edit-mode [data-property-name="subHeading3"] p {
	font-size: .875rem;
	line-height: 1.3125rem;
	display: block;
	color: white
}
.video-player {
	margin: 60px 0
}
.video-player .video-player--inner {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative
}
.video-player .plyr {
	width: 100%;
	border-radius: 6px;
	overflow: hidden
}
.video-player .thumb-mask {
	transition: opacity 250ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden
}
.video-player .thumb-mask img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}
.video-player .btn-play-video {
	position: relative;
	z-index: 5
}
.video-player.video-playing .thumb-mask {
	pointer-events: none;
	opacity: 0
}

@media (min-width: 992px) {
.video-player .video-player--inner {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
	margin-left: 16.66667%
}
}
.specialist-feature-panel {
	margin: 0;
	background-color: #f1f7ff;
	padding-bottom: 25px
}
.specialist-feature-panel>.container-fluid, .specialist-feature-panel>.container-sm, .specialist-feature-panel>.container-md, .specialist-feature-panel>.container-lg, .specialist-feature-panel>.container-xl {
	position: relative
}
.specialist-feature-panel .main-content-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.specialist-feature-panel .img-block {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0
}
.specialist-feature-panel .main-content-block, .specialist-feature-panel .img-block {
	flex: 0 0 100%;
	max-width: 100%
}
.specialist-feature-panel .featured-specialist-tile {
	width: 100%;
	padding: 27px 20px;
	background: white;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 25px 30px -18px rgba(164,164,164,0.4)
}
.specialist-feature-panel .featured-specialist-tile .tile-img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 17px
}
.specialist-feature-panel .featured-specialist-tile .name-link {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	display: inline-block;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	text-decoration: underline;
	margin-bottom: 33px
}
.specialist-feature-panel .featured-specialist-tile .areas-txt {
	font-size: 1rem;
	line-height: 1.1875rem;
	margin-bottom: 10px;
	color: #408cc4;
	font-weight: 500
}
.specialist-feature-panel .featured-specialist-tile .location {
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 18px;
	color: #222d37
}

@media (max-width: 1199.98px) {
.specialist-feature-panel .tile-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%
}
}
.specialist-feature-panel .main-content-block {
	padding-top: 50px;
	padding-bottom: 68px
}
.specialist-feature-panel .primary-icon {
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 9px
}
.specialist-feature-panel .widget-title {
	font-size: 1.5625rem;
	line-height: 2.3125rem;
	margin-bottom: 23px;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	color: #337F87
}
.specialist-feature-panel .widget-copy {
	margin-bottom: 44px
}
.specialist-feature-panel .img-wrapper {
	position: relative;
	padding-bottom: 15px
}
.specialist-feature-panel .img-wrapper img {
	position: relative;
	z-index: 1
}
.specialist-feature-panel .img-caption {
	padding: 23px 15px;
	color: black
}
.specialist-feature-panel .img-caption a {
	transition-property: color;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	display: block;
	margin-bottom: 0;
	font-family: "NeutrafaceTextBook";
	color: black;
	text-decoration: none
}
.specialist-feature-panel .img-caption a:hover {
	text-decoration: underline
}
.specialist-feature-panel .tile-wrapper {
	position: relative;
	width: 100%;
	padding: 0 25px;
	z-index: 15
}

@media (min-width: 992px) {
.specialist-feature-panel {
	padding-top: 100px;
	padding-bottom: 100px
}
.specialist-feature-panel .main-content-block {
	flex: 0 0 25%;
	max-width: 25%;
	padding-bottom: 0
}
.specialist-feature-panel .img-block {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.specialist-feature-panel .img-wrapper {
	min-height: 459px;
	padding-bottom: 0
}
.specialist-feature-panel .img-wrapper img {
	position: absolute;
	height: 100%;
	width: auto
}
.specialist-feature-panel .tile-block {
	width: 297px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30
}
.specialist-feature-panel .tile-wrapper {
	padding: 0
}
.specialist-feature-panel .primary-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 35px
}
.specialist-feature-panel .widget-title {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	margin-bottom: 18px
}
.specialist-feature-panel .widget-copy {
	margin-bottom: 40px
}
.specialist-feature-panel .img-wrapper {
	border-radius: 6px;
	overflow: hidden
}
.specialist-feature-panel .img-wrapper:after {
	content: '';
	display: block;
	width: 100%;
	height: 112px;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 98%)
}
.specialist-feature-panel .img-caption {
	position: absolute;
	max-width: 60%;
	left: 30px;
	bottom: 20px;
	z-index: 5;
	padding: 0;
	color: white
}
.specialist-feature-panel .img-caption a {
	color: white
}
}
.feature-panel {
	margin: 0;
	background-color: #f1f7ff
}
.feature-panel>.container-fluid, .feature-panel>.container-sm, .feature-panel>.container-md, .feature-panel>.container-lg, .feature-panel>.container-xl {
	position: relative
}
.feature-panel .main-content-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.feature-panel .img-block {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0
}
.feature-panel .main-content-block, .feature-panel .img-block {
	flex: 0 0 100%;
	max-width: 100%
}
.feature-panel .main-content-block {
	padding-top: 50px;
	padding-bottom: 68px
}
.feature-panel .main-content-block p:last-child {
	margin-bottom: 0
}
.feature-panel .primary-icon {
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 9px
}
.feature-panel .widget-title {
	font-size: 1.5625rem;
	line-height: 2.3125rem;
	margin-bottom: 23px;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	color: #337F87
}
.feature-panel .widget-copy {
	margin-bottom: 44px
}
.feature-panel .img-wrapper {
	position: relative
}
.feature-panel .img-wrapper img {
	position: relative;
	z-index: 1
}
.feature-panel .img-caption {
	padding: 23px 15px;
	color: black
}
.feature-panel .img-caption a {
	transition-property: color;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	display: block;
	margin-bottom: 0;
	font-family: "NeutrafaceTextBook";
	color: black;
	text-decoration: none
}
.feature-panel .img-caption a:hover {
	text-decoration: underline
}

@media (min-width: 992px) {
.feature-panel {
	padding-top: 100px;
	padding-bottom: 100px
}
.feature-panel .main-content-block {
	flex: 0 0 25%;
	max-width: 25%;
	padding-bottom: 0
}
.feature-panel .img-block {
	flex: 0 0 75%;
	max-width: 75%
}
.feature-panel .img-wrapper {
	min-height: 459px;
	padding-bottom: 0
}
.feature-panel .img-wrapper img {
	position: absolute;
	height: 100%;
	width: auto
}
.feature-panel .primary-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 35px
}
.feature-panel .widget-title {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	margin-bottom: 18px
}
.feature-panel .widget-copy {
	margin-bottom: 40px
}
.feature-panel .img-wrapper {
	border-radius: 6px;
	overflow: hidden
}
.feature-panel .img-wrapper:after {
	content: '';
	display: block;
	width: 100%;
	height: 112px;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 98%)
}
.feature-panel .img-caption {
	position: absolute;
	max-width: 60%;
	left: 30px;
	bottom: 20px;
	z-index: 5;
	padding: 0;
	color: white
}
.feature-panel .img-caption a {
	color: white
}
}
.specialist-tile {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.specialist-tile .primary-block {
	text-align: center;
	padding: 33px 15px 22px 15px;
	border-bottom: solid 1px #dcddde;
	background: white;
	border-radius: 6px 6px 0 0
}
.specialist-tile .photo {
	display: block;
	width: 83px;
	height: 83px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 25px
}
.specialist-tile .name {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	color: #337F87;
	font-family: "NeutrafaceTextBook";
	text-decoration: underline;
	display: block;
	margin-bottom: 20px
}
.specialist-tile .name:hover {
	color: #007acf
}
.specialist-tile .specialities {
	font-size: .875rem;
	line-height: 1.1875rem;
	margin: 0;
	padding: 0;
	color: #408cc4;
	font-weight: bold
}
.specialist-tile .location-block {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	padding: 32px 20px 0 20px;
	border-bottom: solid 1px #dcddde;
	background: white
}
.specialist-tile .location-row {
	display: flex;
	padding-bottom: 21px
}
.specialist-tile .location-row p {
	margin: 0
}
.specialist-tile .location-row .icon {
	display: block;
	width: 18px;
	height: 18px;
	margin-left: 12px;
	margin-right: 15px
}
.specialist-tile .location-row .copy {
	width: 100%
}
.specialist-tile .location-row .title {
	font-size: .875rem;
	line-height: 1.1875rem;
	color: #408cc4;
	font-weight: bold;
	margin-bottom: 3px
}
.specialist-tile .location-row .all-hospitals {
	font-size: .875rem;
	line-height: 1.6875rem;
	color: #525252;
	font-weight: bold
}
.specialist-tile .location-row .all-rooms {
	font-size: .875rem;
	line-height: 1.375rem;
	color: #525252
}
.specialist-tile .cta-block {
	display: flex;
	max-height: 72px;
	background: white;
	border-radius: 0 0 6px 6px
}
.specialist-tile .cta-block .col {
	padding: 23px 0;
	text-align: center
}
.specialist-tile .cta-block .book-now {
	border-left: solid 1px #dcddde
}
.specialist-tile .cta-block .more-info a {
	color: #7763ad
}
.specialist-tile .cta-block .more-info a:hover {
	color: #337F87
}

@media (min-width: 992px) {
.specialist-tile .primary-block {
	padding: 33px 20px 22px 20px
}
.specialist-tile .photo {
	width: 111px;
	height: 111px
}
.specialist-tile .specialities {
	font-size: 1rem;
	line-height: 1.1875rem
}
.specialist-tile .location-row .title {
	font-size: 1rem;
	line-height: 1.1875rem
}
.specialist-tile .location-row .all-hospitals {
	font-size: 1rem;
	line-height: 1.6875rem
}
.specialist-tile .location-row .all-rooms {
	font-size: 1rem;
	line-height: 1.375rem
}
}
.services-panel {
	position: relative;
	max-width: 1440px;
	margin: 0 auto
}
.services-panel.CMS--edit-mode {
	min-height: 580px
}
.services-panel.CMS--edit-mode .img-block-lg {
	min-height: 580px;
	width: 30%;
	background: #f2f2f2;
	float: left
}
.services-panel.CMS--edit-mode .main-wrapper {
	min-height: 580px;
	width: 70%;
	position: relative;
	float: right
}
.services-panel.CMS--edit-mode .primary-icon {
	width: auto
}
.services-panel.CMS--edit-mode .image-uploader-editor .uploader .dz-message.bottom {
	top: 50% !important
}
.services-panel .main-content-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%
}
.services-panel .img-block-default {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%
}
.services-panel .link-block {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	width: calc(100% - 15px);
	background-color: #337F87;
	top: -50px;
	margin-bottom: -50px;
	margin-left: 15px;
	border-radius: 6px 0 0 6px;
	position: relative
}
.services-panel .main-content-block {
	padding-top: 40px;
	padding-bottom: 53px;
	background: white
}
.services-panel .primary-icon {
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 22px
}
.services-panel .primary-icon svg.icon {
	stroke: none;
	width: 48px;
	height: 48px
}
.services-panel .widget-title {
	font-size: 1.5625rem;
	line-height: 2.3125rem;
	margin-bottom: 29px;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	color: #337F87
}
.services-panel .widget-copy {
	margin-bottom: 29px
}
.services-panel .services-links {
	list-style-type: none;
	margin: 0;
	padding: 8px 30px
}
.services-panel .services-links li {
	border-bottom: solid 1px #206075;
}
.services-panel .services-links li:last-child {
	border-bottom: none
}
.services-panel .services-links a {
	font-size: 1.125rem;
	line-height: 1.4375rem;
	display: block;
	padding: 25px 0 23px 0;
	color: white;
	font-weight: 400;
	text-decoration: none
}
.services-panel .services-links a .icon {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 24px;
	height: 24px;
	margin-right: 7px;
	color: white
}

@media (min-width: 992px) {
.services-panel {
	overflow-y: hidden;
	overflow-x: visible
}
.services-panel .main-wrapper {
	box-shadow: 0 5px 27px 0 rgba(0,0,0,0.2);
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 5;
	width: 800px;
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	background: white
}
.services-panel .img-block-lg {
	max-width: 754px;
	position: relative;
	z-index: 1
}
.services-panel .main-content-block {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 50%;
	max-width: 50%
}
.services-panel .link-block {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 70px 45px 70px 45px
}
.services-panel .main-content-block {
	display: flex;
	padding: 20px 100px 20px 74px
}
.services-panel .inner-wrap {
	align-self: center
}
.services-panel .primary-icon {
	width: 62px;
	height: 62px;
	margin-bottom: 35px
}
.services-panel .primary-icon .icon {
	width: 62px;
	height: 62px
}
.services-panel .widget-title {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	margin-bottom: 18px
}
.services-panel .widget-copy {
	margin-bottom: 40px
}
.services-panel .services-links {
	padding: 0;
	align-self: center
}
.services-panel .services-links li {
	border-bottom: 1px solid #2D6D75;
}
.services-panel .services-links a {
	font-size: 1.25rem;
	line-height: 1.4375rem;
	display: block;
	padding: 25px 20px 24px 20px;
	position: relative
}
.services-panel .services-links a .icon {
	transition-property: transform;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: inline-block;
	position: relative;
	top: -1px;
	width: 24px;
	height: 24px;
	margin-right: 7px;
	color: white;
	z-index: 5
}
.services-panel .services-links a .txt {
	position: relative;
	z-index: 5
}
.services-panel .services-links a:before {
	content: '';
	display: block;
	width: calc(100% - 50px);
	height: 1px;
	position: absolute;
	left: 25px;
	top: 0;
	z-index: 1;
	background: #337F87
}
.services-panel .services-links a:after {
	transition: opacity 250ms ease;
	content: '';
	display: block;
	width: 100%;
	height: calc(100% + 2px);
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 4;
	border-radius: 6px;
	background-color: #2D6D75;
	opacity: 0;
	border-bottom: 1px solid #fff;
}
.services-panel .services-links a:hover .icon {
	transform: translateX(3px)
}
.services-panel .services-links a:hover:after {
	opacity: 1
}
.services-panel .services-links li:first-child a:before {
	display: none
}
}

@media (min-width: 1200px) {
.services-panel .main-wrapper {
	width: 996px
}
.services-panel .link-block {
	padding: 70px 85px 70px 45px
}
}
.hospital-tile {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%
}
.hospital-tile a {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: black;
	border-radius: 5px;
	overflow: hidden
}
.hospital-tile .tile-img {
	width: 100%
}
.hospital-tile .tile-body {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	padding: 15px 15px 12px 15px;
	background-color: white;
	min-height: 150px
}
.hospital-tile .hospital-name {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	transition: color 250ms ease;
	font-family: "NeutrafaceTextDemi";
	font-weight: normal
}
.hospital-tile .hospital-info {
	font-size: .8125rem;
	line-height: 1rem;
	color: #525252;
	margin-top: auto
}
.hospital-tile .hospital-info p {
	margin-bottom: 8px;
	color: inherit
}
.hospital-tile .hospital-info p:last-of-type {
	margin-bottom: 0
}

@media (min-width: 992px) {
.hospital-tile {
	min-height: 350px
}
.hospital-tile .tile-body {
	padding: 12px 25px 20px 25px;
	min-height: 170px
}
.hospital-tile a {
	transition-property: box-shadow;
	transition-duration: 500ms;
	transition-timing-function: ease;
	transition-delay: 0ms
}
.hospital-tile a:hover {
	box-shadow: 0 30px 40px -18px rgba(164,164,164,0.3)
}
.hospital-tile a:hover .hospital-name {
	color: #337F87
}
.hospital-tile .hospital-info {
	font-size: 1rem;
	line-height: 1.25rem
}
.hospital-tile .hospital-info p {
	margin-bottom: 11px
}
.hospital-tile .hospital-info p:last-of-type {
	margin-bottom: 0
}
}
.hospital-slider {
	margin: 0;
	overflow: hidden;
	background-color: #f4f4f5;
	padding-bottom: 18px
}
.hospital-slider .container-fluid, .hospital-slider .container-sm, .hospital-slider .container-md, .hospital-slider .container-lg, .hospital-slider .container-xl {
	position: relative
}
.hospital-slider .main-copy-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 39px;
	padding-bottom: 50px
}
.hospital-slider .tile-swiper-block {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%
}
.hospital-slider .tile-swiper-block, .hospital-slider .swiper-slide {
	max-width: 268px;
	overflow: visible
}
.hospital-slider .swiper-slide {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 270px
}
.hospital-slider .swiper-container {
	overflow: visible
}
.hospital-slider .swiper-wrapper {
	padding-bottom: 44px
}
.hospital-slider .icon-block {
	width: 42px;
	height: 42px;
	margin-bottom: 13px
}
.hospital-slider .icon-block .icon {
	width: 100%;
	height: 100%
}
.hospital-slider .widget-title {
	font-size: 1.5625rem;
	line-height: 2.3125rem;
	color: #337F87;
	margin-bottom: 15px
}
.hospital-slider .intro {
	font-size: 1rem;
	line-height: 1.625rem;
	margin-bottom: 33px
}
.hospital-slider .hospital-tile {
	min-height: 270px
}
.hospital-slider .btn-swiper {
	left: auto;
	top: auto;
	bottom: 0;
	margin: 0
}
.hospital-slider .swiper-button-prev {
	right: 35px
}
.hospital-slider .swiper-button-next {
	right: 2px
}

@media (min-width: 992px) {
.hospital-slider {
	padding-top: 0;
	padding-bottom: 0
}
.hospital-slider .main-copy-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 25%;
	max-width: 25%;
	align-self: stretch;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f4f4f5;
	position: relative;
	z-index: 10
}
.hospital-slider .tile-swiper-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 75%;
	max-width: 75%;
	padding-top: 93px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1
}
.hospital-slider .container-fluid:before, .hospital-slider .container-sm:before, .hospital-slider .container-md:before, .hospital-slider .container-lg:before, .hospital-slider .container-xl:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f4f4f5;
	position: absolute;
	left: -100%;
	top: 0;
	z-index: 5
}
.hospital-slider .swiper-container {
	overflow: visible
}
.hospital-slider .swiper-wrapper {
	padding-bottom: 0
}
.hospital-slider .swiper-slide {
	width: 297px;
	min-width: 297px;
	min-height: 350px
}
.hospital-slider .icon-block {
	width: 52px;
	height: 52px;
	margin-bottom: 25px
}
.hospital-slider .widget-title {
	font-size: 1.875rem;
	line-height: 1.9rem;
	color: #337F87;
	margin-bottom: 30px
}
.hospital-slider .intro {
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 33px
}
.hospital-slider .swiper-button-prev {
	right: 40px
}
.hospital-slider .swiper-button-next {
	right: 17px
}
}

@media (min-width: 1200px) {
.hospital-slider .main-copy-block {
	padding-top: 60px;
	padding-bottom: 60px
}
.hospital-slider .tile-swiper-block {
	padding-top: 60px
}
}
div.btn-swiper.swiper-button-prev:after {
	content: none
}
div.btn-swiper.swiper-button-next:after {
	content: none
}
.cta-strap {
	margin: 0;
	position: relative;
	background-color: #337F87
}
.cta-strap .content-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	background-image: linear-gradient(90deg, #4954a7 0%, #408cc4 85%)
}
.cta-strap .heading {
	font-size: 1.875rem;
	line-height: 2.5rem;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	padding: 0 30px;
	color: white
}
.cta-strap .img-block {
	width: 100%
}

@media (max-width: 1199.98px) {
.cta-strap {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%
}
}

@media (min-width: 992px) {
.cta-strap {
	height: 255px;
	overflow: hidden
}
.cta-strap .container-fluid, .cta-strap .container-sm, .cta-strap .container-md, .cta-strap .container-lg, .cta-strap .container-xl, .cta-strap .row {
	height: 100%
}
.cta-strap .content-block {
	position: relative;
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	text-align: left;
	background-image: none;
	position: relative;
	z-index: 10;
	align-items: center
}
.cta-strap .heading {
	font-size: 2.5rem;
	line-height: 4rem;
	padding: 0;
	align-self: center
}
.cta-strap .img-block {
	position: absolute;
	right: 0;
	width: 62%;
	height: auto;
	z-index: 1
}
.cta-strap:before {
	content: '';
	display: block;
	transform: skew(-35deg);
	height: 100%;
	width: 66%;
	position: absolute;
	left: -90px;
	top: 0;
	z-index: 5;
	background-image: linear-gradient(90deg, #337F87 0%, #408cc4 85%);
}
}

@media (min-width: 1200px) {
.cta-strap:before {
	width: 50%;
}
}
.cta-strap-green {
	background-color: #2FB091 !important
}
.cta-strap-green:before {
	background-color: #2FB091 !important;
	background-image: none !important
}
.cta-strap-purple {
	background-color: #3A2C78 !important
}
.cta-strap-purple:before {
	background-color: #3A2C78 !important;
	background-image: none !important
}
.cta-strap-light-blue {
	background-color: #f1f7ff !important
}
.cta-strap-light-blue:before {
	background-color: #f1f7ff !important;
	background-image: none !important
}
.cta-strap-light-blue:before {
	background-color: #f1f7ff !important;
	background-image: none !important
}
.cta-strap-light-blue .heading {
	color: #337F87
}
.cta-strap-light-blue .color-white {
	color: inherit !important
}
.cta-strap-light-blue a.btn-primary-alt {
	color: #FFF !important;
	background-color: #408CC4
}
.hospital-info-panel {
	position: relative;
	max-width: 1440px;
	margin: 30px auto
}
.hospital-info-panel>.container-fluid, .hospital-info-panel>.container-sm, .hospital-info-panel>.container-md, .hospital-info-panel>.container-lg, .hospital-info-panel>.container-xl {
	position: relative
}
.hospital-info-panel .txt-column {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%
}
.hospital-info-panel .map-column {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%;
	display: none
}

@media (max-width: 1199.98px) {
.hospital-info-panel .detail-column {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%
}
}
.hospital-info-panel .link-list {
	padding-top: 34px;
	padding-bottom: 32px;
	margin-left: -6px
}
.hospital-info-panel .link-list li {
	margin-bottom: 35px
}
.hospital-info-panel .link-list a {
	font-size: 1rem;
	line-height: 1.1875rem
}
.hospital-info-panel .link-list a .icon {
	width: 24px;
	height: 24px
}
.hospital-info-panel .detail-column {
	background: #7763ad;
	border-radius: 6px
}
.hospital-info-panel .detail-inner {
	padding: 54px 34px 24px 20px
}
.hospital-info-panel .detail-block {
	display: flex;
	color: white;
	margin-top: 26px
}
.hospital-info-panel .detail-block:first-of-type {
	margin-top: 0
}
.hospital-info-panel .detail-block .icon {
	width: 17px;
	height: 17px
}
.hospital-info-panel .detail-block .txt-wrap {
	flex: 1;
	padding-bottom: 26px;
	margin-left: 18px;
	border-bottom: solid 1px #337F87
}
.hospital-info-panel .detail-block a {
	font-size: 1.125rem;
	line-height: .75rem;
	color: inherit;
	text-decoration: underline
}
.hospital-info-panel .detail-block:last-child .txt-wrap {
	border-bottom: none
}
.hospital-info-panel .opening-hours-item .title {
	font-size: 1.125rem;
	line-height: 1.1875rem;
	margin-bottom: 2px
}
.hospital-info-panel .opening-hours-item .hours {
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: 17px
}
.hospital-info-panel .opening-hours-item:last-child .hours {
	margin-bottom: 0
}
.hospital-info-panel .directions-link {
	display: block;
	width: 100%;
	position: relative
}
.hospital-info-panel .directions-link .icon {
	position: absolute;
	right: 0;
	top: -5px;
	width: 24px;
	height: 24px
}

@media (min-width: 768px) {
.hospital-info-panel .txt-column {
	padding-top: 0
}
.hospital-info-panel .map-column {
	display: block
}
}

@media (min-width: 992px) {
.hospital-info-panel {
	height: 556px;
	margin: 60px auto
}
.hospital-info-panel .txt-column {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.hospital-info-panel .txt-column p {
	padding-right: 20px
}
.hospital-info-panel .detail-column {
	margin-left: 33.33333%;
	width: 350px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}
.hospital-info-panel .map-column {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 50%;
	max-width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5
}
.hospital-info-panel .txt-column p {
	font-size: 1.125rem;
	line-height: 1.625rem
}
.hospital-info-panel .widget-title {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	margin-bottom: 40px
}
.hospital-info-panel .link-list {
	padding-top: 24px
}
.hospital-info-panel .link-list a {
	font-size: 1.125rem;
	line-height: 1.4375rem
}
.hospital-info-panel .detail-inner {
	padding: 54px 59px 24px 52px
}
}

@media (min-width: 1200px) {
.hospital-info-panel {
	padding-top: 50px;
	height: 698px
}
.hospital-info-panel .detail-column {
	width: 450px
}
.hospital-info-panel .map-column {
	max-width: 722px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5
}
}
.hospital-listing {
	margin: 0;
	padding: 30px 0 30px 0;
	background: #f4f4f5
}
.hospital-listing .hospital-tile a {
	margin-bottom: 17px
}

@media (min-width: 992px) {
.hospital-listing {
	padding: 67px 0 56px 0
}
.hospital-listing .hospital-tile a {
	margin-bottom: 30px
}
}
.in-page-search {
	background: #7763ad;
	padding: 25px 0 35px 0
}
.in-page-search .messaging {
	display: block;
	width: 100%
}
.in-page-search .messaging p {
	font-size: 1.25rem;
	line-height: 1.375rem;
	font-family: "NeutrafaceTextBook";
	margin: 0;
	color: white
}
.in-page-search form {
	display: flex;
	width: 100%
}
.in-page-search .input-wrap {
	display: flex;
	width: 100%;
	height: 45px;
	padding: 5px;
	margin-top: 13px;
	background-color: white;
	border-radius: 6px
}
.in-page-search .icon-wrap {
	display: none
}
.in-page-search input {
	font-size: 1.125rem;
	line-height: 1.75rem;
	border: none;
	background: white;
	height: 35px;
	padding-left: 10px;
	flex: 1;
	width: auto;
	max-width: 180px;
	font-family: "NeutrafaceTextBook";
	color: #222d37;
	display: block
}
.in-page-search input ::-moz-placeholder {
color:#747679;
opacity:1
}
.in-page-search input :-ms-input-placeholder {
color:#747679;
opacity:1
}
.in-page-search input ::placeholder {
color:#747679;
opacity:1
}
.in-page-search input:active, .in-page-search input:focus {
	outline: none;
	border: none
}
.in-page-search .btn-submit-search {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: .75rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	display: block;
	height: 100%;
	padding: 7px 16px;
	margin-left: auto;
	border-radius: 6px;
	text-align: center;
	color: white;
	background: #408cc4
}
.in-page-search .btn-submit-search:focus, .in-page-search .btn-submit-search:active {
	outline: none
}
.in-page-search .btn-submit-search:hover {
	background: #337F87
}

@media (min-width: 768px) {
.in-page-search {
	padding: 40px 0
}
.in-page-search .messaging p {
	font-size: 1.875rem;
	line-height: 2.3125rem
}
.in-page-search .input-wrap {
	height: 65px
}
.in-page-search .icon-wrap {
	display: block;
	width: 70px;
	height: 100%;
	padding: 13px 23px;
	float: left
}
.in-page-search input {
	font-size: 1.5625rem;
	line-height: 1.875rem;
	height: 55px;
	padding-left: 0;
	max-width: 100%
}
.in-page-search .btn-submit-search {
	font-size: 1rem;
	line-height: 1.375rem;
	height: 100%;
	padding: 16px 35px 24px 35px
}
}

@media (min-width: 992px) {
.in-page-search .flex-wrapper {
	display: flex
}
.in-page-search .messaging {
	display: flex;
	width: 260px;
	flex-shrink: 0;
	align-items: center
}
.in-page-search .input-wrap {
	max-width: 624px;
	margin-top: 0
}
}
.search-results .num-results {
	padding-top: 30px;
	padding-bottom: 30px
}
.search-results .num-results h4 {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	color: black;
	margin: 0
}
.search-results .result-item {
	margin-bottom: 30px;
	padding-bottom: 34px;
	border-bottom: solid 1px #eaeaeb
}
.search-results .result-item .title {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	font-family: "NeutrafaceTextBook";
	color: black;
	margin-bottom: 19px
}
.search-results .result-item a {
	font-size: 1rem;
	line-height: 1.625rem;
	display: block;
	margin-bottom: 13px;
	color: #408cc4;
	text-decoration: underline;
	word-break: break-all
}
.search-results .result-item a:hover {
	color: #337F87
}
.search-results .result-item .desc {
	font-size: 1rem;
	line-height: 1.625rem;
	color: #222d37;
	margin: 0
}
.search-results .pagination {
	padding: 0 0 35px 0
}
.search-results .pagination .inner {
	display: flex;
	justify-content: center;
	height: 34px
}
.search-results .pagination a {
	display: flex;
	width: 34px;
	height: 34px;
	color: #222d37
}
.search-results .pagination a .icon {
	position: relative;
	top: 5px;
	left: 5px
}
.search-results .pagination a:hover {
	color: #337F87
}
.search-results .pagination .page-numbers {
	max-width: 150px;
	padding: 0 37px
}
.search-results .pagination .page-numbers p {
	font-size: .75rem;
	line-height: 2.125rem;
	color: #222d37;
	font-weight: bold;
	margin-bottom: 0
}
.search-results .no-results {
	padding: 40px 0
}

@media (min-width: 992px) {
.search-results .num-results {
	padding-top: 30px;
	padding-bottom: 100px
}
.search-results .pagination {
	padding: 50px 0
}
}
html {
	scroll-behavior: smooth
}
.container-max-md {
	max-width: 1060px
}
.accordion-content .accordion-item.active .content-block {
	height: auto !important
}
#master-container .nav-wrapper #primary-nav ul.main-nav li.orthopaedics-home {
	font-family: "NeutrafaceTextBook";
	font-size: 1.375rem
}
#master-container .nav-wrapper #primary-nav ul.main-nav li.orthopaedics-home svg {
	margin-right: 12px;
	margin-top: -5px
}
#master-container .content-wrapper .region--hero.ortho-content-hub .orthopaedics-nav {
	box-shadow: 0px 5px 10px #00000026
}
#master-container .content-wrapper .region--hero.ortho-content-hub .orthopaedics-nav .orthopaedics-nav-wrapper .orthopaedics-home svg {
	margin-right: 13px;
	margin-top: -5px
}
#master-container .content-wrapper .region--hero.ortho-content-hub .orthopaedics-nav .orthopaedics-nav-wrapper #primary-nav .main-nav li {
	font-weight: 100
}
#master-container .content-wrapper .region--hero.ortho-content-hub .orthopaedics-nav .orthopaedics-nav-wrapper #primary-nav .main-nav li a {
	font-weight: 100
}
#master-container .content-wrapper .region--hero.ortho-content-hub .orthopaedics-nav .orthopaedics-nav-wrapper #primary-nav .main-nav li button {
	font-weight: 100
}
#master-container .content-wrapper .region--hero.ortho-content-hub .breadcrumb .breadcrumb--inner {
	padding: 8px 0
}
#master-container .content-wrapper .region--hero.ortho-content-hub .breadcrumb.breadcrumb-gray {
	background-color: #f4f4f5
}
#master-container .content-wrapper .region--hero.ortho-content-hub .breadcrumb.breadcrumb-gray .breadcrumb--inner {
	background-color: #f4f4f5
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget.generic-hero .inner {
	padding-bottom: unset
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget.generic-hero .inner .sub-heading {
	max-width: 600px;
	text-align: center;
	padding-top: 2.5rem !important
}

@media (min-width: 992px) {
.justify-content-right {
	justify-content: right
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget.image-hero:before {
	top: 0px
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget.image-hero .title-block {
	padding: 0 15px 0 0
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget.image-hero .title-block .widget-title {
	font-family: "NeutrafaceTextBook";
	font-size: 3.75rem;
	line-height: 4.125rem
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget.image-hero .title-block .widget-title span.sub-heading {
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	line-height: 1.6rem;
	margin-top: 21px
}
.service-info-text {
	padding-left: 100px;
	padding-right: 100px
}
.menu-overlay-d {
	padding: 1rem 0.4rem 1rem 0.4rem;
	background-color: #564A8B;
	border-radius: 6px
}
.menu-overlay {
	padding: 1rem 0.4rem 1rem 0.4rem
}
.menu-overlay:hover {
	padding: 1rem 0.4rem 1rem 0.4rem;
	background-color: #564A8B;
	border-radius: 6px
}
.maternity-hospital-nav #primary-nav .main-nav>li {
	margin-right: 20px
}
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget .title-block.orthopaedics.text-center .btn-inline-wrap {
	padding-top: 18px
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget .title-block.orthopaedics.text-center .btn-inline-wrap .btn-treatment {
	margin-right: 12px
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget .title-block.orthopaedics.text-center .btn-inline-wrap .btn-specialist {
	margin-left: 12px
}

@media (max-width: 992px) {
#master-container .content-wrapper .region--hero.ortho-content-hub .widget .title-block.orthopaedics.text-center {
	padding: 45px 30px
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget .title-block.orthopaedics.text-center .widget-title {
	margin-bottom: 15px
}
.service-info-text {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px
}
}

@media (max-width: 512px) {
#master-container .content-wrapper .region--hero.ortho-content-hub .widget .title-block.orthopaedics.text-center .btn-inline-wrap {
	flex-direction: column;
	padding-top: 14px
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget .title-block.orthopaedics.text-center .btn-inline-wrap .btn-treatment {
	margin: 0 auto;
	padding: 13px 25px;
	max-width: 202px
}
#master-container .content-wrapper .region--hero.ortho-content-hub .widget .title-block.orthopaedics.text-center .btn-inline-wrap .btn-specialist {
	margin: 25px auto 0 auto;
	padding: 13px 25px;
	max-width: 184px
}
}
#master-container .content-wrapper .region--body.ortho-content-hub #rthree #our-treatments-panel {
	max-width: 1080px
}

@media (min-width: 1200px) {
#master-container .content-wrapper .region--body.ortho-content-hub #rthree #our-treatments-panel {
	padding-top: 30px;
	padding-bottom: 50px
}
}
#master-container .content-wrapper .region--body.ortho-content-hub #rthree #our-treatments-panel .white-box {
	padding: 60px 45px 45px 45px
}
#master-container .content-wrapper .region--body.ortho-content-hub #rthree #our-treatments-panel .white-box .image, #master-container .content-wrapper .region--body.ortho-content-hub #rthree #our-treatments-panel .white-box img {
	width: auto;
	height: 65px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.visual-pathway.visual-pathway-icon-list .link-block {
	max-width: 1080px;
	margin: 0 auto
}

@media (min-width: 992px) {
#master-container .content-wrapper .region--body.ortho-content-hub .widget.visual-pathway.visual-pathway-icon-list .link-block {
	padding-top: 55px;
	padding-bottom: 50px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.visual-pathway.visual-pathway-icon-list .link-block .pathway-link {
	padding: 0
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.visual-pathway.visual-pathway-icon-list .link-block .pathway-link .product-icon {
	width: auto;
	height: 60px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.visual-pathway.visual-pathway-icon-list .link-block .pathway-link .txt-wrap.pt-2 {
	padding-top: 1.25rem !important
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.visual-pathway.visual-pathway-icon-list .link-block .pathway-link .txt-wrap.pt-2 p {
	margin-bottom: 0
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.visual-pathway.visual-pathway-icon-list .link-block .pathway-link:after {
	height: 112px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.visual-pathway.visual-pathway-icon-list .link-block .pathway-link-last {
	padding: 0
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.visual-pathway.visual-pathway-icon-list .link-block .pathway-link-last .product-icon {
	width: auto;
	height: 60px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.visual-pathway.visual-pathway-icon-list .link-block .pathway-link-last .txt-wrap.pt-2 {
	padding-top: 1.25rem !important
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.visual-pathway.visual-pathway-icon-list .link-block .pathway-link-last .txt-wrap.pt-2 p {
	margin-bottom: 0
}
.generic-hero-maternity {
	height: 385px !important
}
.generic-hero-maternity .inner {
	height: 385px !important
}
}

@media (min-width: 768px) {
#master-container .content-wrapper .region--body.ortho-content-hub .widget .col-12.col-md-12 {
	padding-bottom: 25px
}
.image-text-offset .text-offset-md-1 {
	margin-left: 8.33333%
}
.p-l-r-35 {
	padding-right: 35px;
	padding-left: 35px
}
}

@media (max-width: 1500px) and (min-width: 992px) {
.maternity-content-hub .cta-strap .content-block {
	max-width: 50.333%;
	padding-top: 0.5rem !important
}
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .mw-1080 {
	max-width: 1080px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .col-12.col-md-8.pt-4.image-text {
	padding-left: 55px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .formwidget h2.widget-title {
	text-align: left !important;
	padding-top: 2.5rem !important;
	margin-bottom: 2.375rem !important
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .formwidget label {
	font-size: 0.9375rem;
	color: #0A5C9C
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .formwidget select {
	font-size: 0.938rem;
	padding: 14px 10px;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: url("/static/imgs/icons/arrow_right_black.svg") !important;
	background-size: 15px;
	background-position: 95% 50%;
	background-repeat: no-repeat
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .breadcrumb.mt-4.jump-block {
	border-radius: 6px;
	padding: 0 8px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .breadcrumb.mt-4.jump-block .breadcrumb--inner {
	padding: 8px 0
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .breadcrumb.mt-4.jump-block .breadcrumb--inner .reset--left li {
	margin-bottom: 5px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .breadcrumb.mt-4.jump-block .breadcrumb--inner .reset--left li:last-child {
	margin-right: 0
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .breadcrumb.mt-4.jump-block .breadcrumb--inner .reset--left li a {
	font-family: "Roboto", sans-serif;
	position: relative;
	text-decoration: underline;
	padding-left: 18px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .breadcrumb.mt-4.jump-block .breadcrumb--inner .reset--left li a:before {
	content: url("/static/imgs/icons/arrow_right_blue.svg");
	position: absolute;
	left: 0px;
	top: -13px;
	width: 7px;
	height: 14px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .breadcrumb.mt-4.jump-block .breadcrumb--inner .reset--left li:after {
	display: none
}

@media (min-width: 992px) {
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box-grey, #master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem
}
}

@media (min-width: 992px) {
#master-container .content-wrapper .region--body.ortho-content-hub .widget.right-align {
	margin-top: 6.25rem;
	margin-bottom: 6.25rem
}
}

@media (min-width: 992px) {
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box.image-box-mb {
	margin-bottom: 0
}
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box.image-box-mb .product-icon.pb-3 {
	padding-bottom: 1.563rem !important
}
.image-box-pb {
	background-color: #F1F7FF;
	margin-bottom: 0px;
	padding-bottom: 8rem;
	padding-top: 4rem
}
.image-box-pb-10 {
	background-color: #F1F7FF;
	margin-bottom: 0px;
	padding-bottom: 8rem;
	padding-top: 4rem
}
.image-box-pb-10 .text-wrap .content-block {
	padding-bottom: 2rem
}

@media (min-width: 992px) {
.image-box-pb {
	padding-bottom: 4rem;
	padding-top: 6.25rem
}
.image-box-pb-10 {
	padding-bottom: 10rem;
	padding-top: 6.25rem
}
.mt-5-desktop {
	margin-top: 3rem !important
}
.pt-3-desktop {
	padding-top: 1rem !important
}
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.video-box {
	background: transparent linear-gradient(269deg, #408CC4 0%, #4954A7 100%) 0% 0% no-repeat padding-box
}

@media (min-width: 992px) {
#master-container .content-wrapper .region--body.ortho-content-hub .widget.video-box {
	padding-bottom: 6.25rem;
	padding-top: 6.813rem
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.video-box .video-player .plyr__video-wrapper.plyr__video-embed iframe {
	height: 101%;
	width: 101%;
	left: -2px !important;
	top: -2px !important
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.video-box .video-player .btn-play-video {
	width: 80px;
	height: 80px;
	box-shadow: 0px 7px 10px #0000001A;
	background-repeat: no-repeat;
	background-size: 100%
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.video-box .text-wrap.pad-left {
	padding-left: 30px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.video-box .text-wrap.pad-left .icon.product {
	width: 65px;
	height: 55px;
	margin-bottom: 1rem !important
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.video-box .text-wrap.pad-left .title-block p {
	margin-bottom: 1.5rem
}
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box-blue {
	background: transparent linear-gradient(270deg, #408CC4 0%, #4954A7 100%) 0% 0% no-repeat padding-box
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box-blue .pad-left .title-block p {
	font-size: 1.25rem;
	line-height: 2rem;
	font-family: "NeutrafaceTextBook";
	margin-bottom: 0.313rem
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box-blue .pad-left .content-block p span {
	font-size: 1.875rem;
	font-family: "NeutrafaceTextBook";
	line-height: 2.25rem
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box-blue #bizform-form-section #form-Ebook-92c6 button.icon-download-cloud {
	margin: 0px;
	width: 100%;
	background-color: #2DB091 !important;
	left: 0px;
	text-decoration: none;
	background-image: none;
	font-size: 1rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	padding: 16px 36px 17px 36px;
	color: white;
	border-radius: 6px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	border: none
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box-blue #bizform-form-section #form-Ebook-92c6 button.icon-download-cloud span {
	position: relative;
	width: 26px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box-blue #bizform-form-section #form-Ebook-92c6 button.icon-download-cloud span:before {
	content: "";
	background: url("/static/imgs/icons/download-cloud.svg");
	position: absolute;
	left: -11px;
	top: -1px;
	width: 26px;
	height: 21px;
	background-size: 100%
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box-blue #bizform-form-section #form-Ebook-92c6 .field-validation-error {
	padding: 5px 15px;
	color: #fff;
	background: #dc0650;
	border-radius: 5px
}

@media (min-width: 992px) {
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box-blue #bizform-form-section #form-Ebook-92c6 .col-12.col-lg-6:nth-of-type(1) {
	padding-right: 7px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.image-box-blue #bizform-form-section #form-Ebook-92c6 .col-12.col-lg-6:nth-of-type(2) {
	padding-left: 7px
}
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.body-copy .col-12.col-lg-8.offset-lg-2.pad-bot-md {
	padding-bottom: 20px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.body-copy .col-12.col-lg-8.offset-lg-2.pad-bot-md p {
	margin-bottom: 0
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.body-copy .col-12.col-lg-8.offset-lg-2.pad-bot-md p span {
	font-size: 1.375rem !important;
	font-family: "NeutrafaceTextBook";
	font-weight: 300
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.body-copy .col-lg-4.fl.mb-4 div:first-child {
	border-radius: 6px 6px 0 0
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.body-copy .white-box-step {
	box-shadow: 0px 0px 15px #0000001A;
	padding: 30px 25px 45px 25px;
	min-height: 248px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: unset !important
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.body-copy .white-box-step .title {
	font-size: 1.875rem;
	font-family: "NeutrafaceTextBook";
	font-weight: 300;
	line-height: 2.25rem;
	border-radius: unset !important
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.body-copy .white-box-step .link-circle {
	height: 50px !important;
	width: 50px !important;
	background: #408CC4 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .text-wrap .title-block p {
	margin-bottom: 1.75rem
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .text-wrap .content-block .hospital-info-panel {
	padding-top: 1.5rem
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .text-wrap .content-block .link-list.reset {
	margin-top: 3.125rem
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget p strong.mt-35 {
	margin-top: 35px;
	display: block
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .col-12.col-md-5 .link-list.reset a.btn-icon-text-lg .txt {
	position: relative;
	padding-left: 16px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget .col-12.col-md-5 .link-list.reset a.btn-icon-text-lg .txt:before {
	content: url("/static/imgs/icons/arrow_right_blue.svg");
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 16px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.patient-journey .row .sub-b-heading {
	padding-top: 1.5rem
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.patient-journey .row .sub-b-heading img {
	width: 78px !important;
	margin-left: -7px;
	margin-right: 8px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.patient-journey .hospital-info-panel {
	display: block
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget.patient-journey .hospital-info-panel .detail-column {
	display: block
}

@media (min-width: 992px) {
#master-container .content-wrapper .region--body.ortho-content-hub .widget.patient-journey .hospital-info-panel .detail-column .detail-inner {
	padding: 30px 35px 10px 35px
}
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block.widget-steps-set, #master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block {
	max-width: 1080px;
	margin: 0 auto
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block.widget-steps-set li, #master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block li {
	padding: 0 10px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block.widget-steps-set li .intro_label, #master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block li .intro_label {
	font-family: "NeutrafaceTextBook";
	font-weight: 100;
	text-transform: none;
	font-size: 1.313rem;
	padding: 10px 16px 12px 13px;
	transform: translateX(50%);
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	top: -30px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block.widget-steps-set li .svg--icon, #master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block li .svg--icon {
	width: 167px !important;
	height: 167px !important;
	border-radius: 100px;
	box-shadow: 0px 8px 15px #00000015
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block.widget-steps-set li .svg--icon .icon.product, #master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block li .svg--icon .icon.product {
	top: 52px;
	width: 70px;
	height: 65px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block.widget-steps-set li:nth-of-type(1) .svg--icon .icon.product, #master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block li:nth-of-type(1) .svg--icon .icon.product {
	left: 12px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block.widget-steps-set li:nth-of-type(2) .svg--icon .icon.product, #master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block li:nth-of-type(2) .svg--icon .icon.product {
	left: 3px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block.widget-steps-set li .pad-top-sm.title-block.col-12.text-center.pad-bot-sm-x, #master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block li .pad-top-sm.title-block.col-12.text-center.pad-bot-sm-x {
	font-size: 1.625rem;
	line-height: 2rem;
	font-family: "NeutrafaceTextBook";
	font-weight: 100;
	padding-top: 40px;
	padding-bottom: 0
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block.widget-steps-set li a.name.pt-2, #master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block li a.name.pt-2 {
	position: relative;
	padding-left: 18px;
	font-weight: 500
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block.widget-steps-set li a.name.pt-2:before, #master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block li a.name.pt-2:before {
	content: url("/static/imgs/icons/arrow_right_blue.svg");
	position: absolute;
	left: 0px;
	top: 7px;
	width: 8px;
	height: 15px
}

@media (min-width: 992px) {
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block.widget-steps-set .treatment.h3 {
	margin-top: -296px
}
#master-container .content-wrapper .region--body.ortho-content-hub .widget-st.intro-w-block.campaign-block ul {
	margin-top: 0
}
}

@media (min-width: 1200px) {
#master-container .content-wrapper .region--body.ortho-content-hub .hospital-slider .col-md-3 .main-copy-block {
	padding-top: 6.125rem
}
}
#master-container .content-wrapper .region--body.ortho-content-hub .hospital-slider .col-md-9 #filter-button-container .link-filter {
	font-size: 1.375rem;
	font-family: "NeutrafaceTextBook"
}
#master-container .content-wrapper .region--body.ortho-content-hub .hospital-slider .col-md-9 .row.pb-5 .hospital-tile {
	min-height: 265px;
	height: auto
}
#master-container .content-wrapper .region--body.ortho-content-hub .hospital-slider .col-md-9 .row.pb-5 .hospital-tile a {
	border-radius: 6px
}
#master-container .content-wrapper .region--body.ortho-content-hub .hospital-slider .col-md-9 .row.pb-5 .hospital-tile a .tile-body {
	padding: 12px 25px 20px 25px;
	text-align: center;
	justify-content: center;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #0000001A;
	border-radius: 0 0 6px 6px
}
#master-container .content-wrapper .region--body.ortho-content-hub .hospital-slider .col-md-9 .row.pb-5 .hospital-tile a .tile-body .hospital-cat {
	font-size: 1.125rem;
	line-height: 1.313rem;
	font-family: "NeutrafaceTextBook";
	color: #0A5C9C;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 12px
}
#master-container .content-wrapper .region--body.ortho-content-hub .hospital-slider .col-md-9 .row.pb-5 .hospital-tile a .tile-body .hospital-name {
	font-size: 1.563rem;
	line-height: 2.313rem;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	color: #0A5C9C;
	margin-bottom: 1.875rem
}
#master-container .content-wrapper .region--body.ortho-content-hub .hospital-slider .col-md-9 .row.pb-5 .hospital-tile a .tile-body .icon.default.link-circle {
	height: 50px !important;
	width: 50px !important;
	background: #408CC4 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	text-align: center;
	margin: 0 auto
}
.inforline .inforline-inner {
	padding: 9px 20px
}
.inforline .inforline-inner.notification-banner {
	color: white;
	border-radius: 0Px;
	box-shadow: none;
	text-align: center;
	font-size: 1rem;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: thin
}
.inforline .inforline-inner.notification-banner .notification-banner-inner {
	width: 100%
}
.inforline .inforline-inner .inforline-l span, .inforline .inforline-inner .inforline-r span {
	font-family: "NeutrafaceTextBook";
	color: #E3F8F5;
	font-weight: 400
}
.inforline .inforline-inner .inforline-l p, .inforline .inforline-inner .inforline-r p {
	font-weight: 500
}
.inforline-form .formwidget form {
	padding: 85px 10px 30px 10px
}

@media (min-width: 992px) {
.inforline-form .formwidget form .container-fluid .row .col-12.col-lg-6:first-child, .inforline-form .formwidget form .container-sm .row .col-12.col-lg-6:first-child, .inforline-form .formwidget form .container-md .row .col-12.col-lg-6:first-child, .inforline-form .formwidget form .container-lg .row .col-12.col-lg-6:first-child, .inforline-form .formwidget form .container-xl .row .col-12.col-lg-6:first-child {
	padding-right: 7px
}
.inforline-form .formwidget form .container-fluid .row .col-12.col-lg-6:last-child, .inforline-form .formwidget form .container-sm .row .col-12.col-lg-6:last-child, .inforline-form .formwidget form .container-md .row .col-12.col-lg-6:last-child, .inforline-form .formwidget form .container-lg .row .col-12.col-lg-6:last-child, .inforline-form .formwidget form .container-xl .row .col-12.col-lg-6:last-child {
	padding-left: 7px
}
}
.inforline-form .formwidget form .ktc-default-top {
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	padding: 0 0 5px 10px
}
.inforline-form .formwidget form .ktc-default-section .ktc-radio.ktc-radio-list .ktc-radio {
	padding-left: 3px
}
.inforline-form .formwidget form .ktc-default-section .ktc-radio.ktc-radio-list .ktc-radio:first-child {
	padding-right: 10px
}
.inforline-form .formwidget form {
	width: 100%
}
.inforline-form .formwidget form input {
	padding: 14px 15px
}
.inforline-form .formwidget form input[type=submit] {
	padding: 13px 25px 13px 25px;
	text-transform: uppercase
}
.inforline-form .formwidget label {
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem
}
.inforline-form .formwidget input[type=radio]:checked ~ label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 3px;
	background: #2DB091;
	width: 14px;
	height: 14px;
	box-shadow: none;
	transform: none;
	border-radius: 50px
}
.inforline-form .formwidget input[type=radio]:checked ~ label::before {
	background: transparent !important
}
.inforline-form .formwidget input[type=radio] ~ label::before {
	width: 24px;
	height: 24px
}
.inforline-form .formwidget .field-validation-error {
	margin-top: -15px
}
.treatment.h3 {
	color: #337F87;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 1em;
	letter-spacing: normal
}
.treatment-head.h2 {
	color: #0067B1;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.5
}
.contact-us-button {
	background-color: #fff !important;
	border-color: #fff !important;
	color: #337F87 !important
}
.contact-us-button span {
	font-size: 1.5rem !important
}
.color-w {
	color: #fff !important
}
.image-hero-firm {
	background-image: linear-gradient(45deg, #4954A7 25%, #408cc4 100%) !important;
	height: 385px !important;
	margin-bottom: 0 !important
}
.orthopaedics-hero {
	background-size: cover;
	margin: 0
}

@media (min-width: 992px) {
.orthopaedics-hero {
	height: 620px;
	-o-object-fit: cover;
	object-fit: cover
}
.orthopaedics-hero .container-fluid-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.orthopaedics-hero .row {
	position: relative
}
}
.orthopaedics-hero .img-block img {
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width: 992px) {
.orthopaedics-hero .img-block img {
	height: 620px
}
}
.inforline {
	position: absolute;
	top: 0;
	width: 100%
}

@media (min-width: 992px) {
.inforline {
	width: auto;
	top: auto;
	right: 15px
}
}

@media (max-width: 991px) {
.orthopaedics-nav {
	display: none
}
.maternity-nav {
	margin-left: 10px;
	margin-right: 10px
}
.maternity-nav .maternity-nav-wrapper .col-12 {
	padding-bottom: 20px
}
#primary-nav .main-nav.main-nav-mater li:nth-child(n+3) {
	background-color: #E4E0EF
}
#primary-nav .main-nav.main-nav-ortho li:nth-child(n+3) {
	background-color: #F1F7FF
}
}
.inforline-inner {
	position: relative;
	display: flex;
	background: #2DB091;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 0px 5px 12px #00000024;
	padding: 10px 20px;
	z-index: 120
}
.inforline-l {
	position: relative;
	flex: 1;
	z-index: 2
}
.inforline-l::after {
	content: "";
	width: 2px;
	height: 100%;
	background: #FFFFFF;
	display: block;
	position: absolute;
	right: 0;
	top: 0
}
.inforline-inner * {
	color: #FFFFFF
}
.inforline-inner #icon-mail, .inforline-inner #icon-form-close {
	cursor: pointer
}
.inforline span {
	font-size: 14px;
	display: block;
	font-weight: bold
}
.inforline p {
	margin: 0;
	font-size: 24px;
	font-weight: bold
}
.inforline .icon-form-close {
	width: 18px;
	height: 18px;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	border: 3px solid #FFFFFF;
	display: block
}
.inforline form {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0px 0px 6px 6px;
	background: #FFFFFF;
	z-index: 110;
	padding: 100px 10px 10px 10px;
	box-shadow: 0px 3px 6px #00000029
}
.inforline form .row {
	margin: 0 -5px
}
.inforline form .col {
	padding: 0 5px
}
.inforline form * {
	color: #232D37
}
.inforline form .form-control {
	width: 100%;
	margin-bottom: 10px;
	background: #F2F2F2;
	border: none;
	border-radius: 4px;
	padding: 8px 15px;
	font-size: 15px
}
.inforline form .custom-radio {
	margin-bottom: 20px;
	margin-right: 10px
}
.inforline form .custom-control-label {
	font-size: 14px;
	margin-left: 5px
}
.inforline form .btn-inline-wrap {
	display: flex
}
.inforline form .btn-inline-wrap>* {
	flex: 1 0 0%;
	margin: 0 5px;
	text-decoration: none;
	color: #FFFFFF
}
.inforline form .btn-enquire {
	font-size: 1.125rem;
	line-height: 1.375rem;
	display: block;
	padding: 14px 25px;
	border-radius: 6px;
	float: right;
	color: #FFFFFF;
	border: none
}
.inforline form .btn-enquire {
	background: #2DB091 0% 0% no-repeat padding-box
}
.title-block.orthopaedics {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 20px #00000033;
	border-radius: 6px;
	opacity: 1;
	top: 107px;
	padding: 20px;
	margin: -100px 15px 0 15px
}
.title-block.orthopaedics h2 {
	font-size: 30px;
	color: #337F87;
	font-weight: bold;
	line-height: initial
}
.title-block.orthopaedics h2 small {
	font-size: 16px;
	display: block
}
.title-block.maternity {
	background: transparent;
	box-shadow: 0px 0px 0px #ffffff33;
	border-radius: 6px;
	opacity: 1;
	top: 107px;
	padding: 20px;
	margin: -100px 15px 0 15px
}
.title-block.maternity h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-shadow: 1px 1px #000;
}
.title-block.maternity h2 small {
	font-size: 16px;
	display: block
}

@media (min-width: 992px) {
.title-block.orthopaedics {
	position: absolute;
	left: 15px;
	right: 15px;
	width: 612px;
	padding: 80px 90px;
	margin: 0
}
.title-block.orthopaedics h2 {
	font-size: 60px
}
.title-block.orthopaedics h2 small {
	font-size: 20px
}
.title-block.maternity {
	position: absolute;
	left: 15px;
	right: 15px;
	width: 612px;
	padding: 40px 60px 40px 60px;
	margin: 0
}
.title-block.maternity h2 {
	font-size: 50px
}
.title-block.maternity h2 small {
	font-size: 20px
}
}
.title-block.orthopaedics .btn-inline-wrap {
	display: flex
}
.title-block.orthopaedics .btn-inline-wrap>* {
	flex: 1 0 0%;
	margin: 0 5px;
	text-decoration: none;
	color: #FFFFFF
}
.title-block.orthopaedics .btn-treatment, .title-block.orthopaedics .btn-specialist {
	font-size: 1.125rem;
	line-height: 1.375rem;
	display: block;
	width: 100%;
	padding: 14px 25px;
	border-radius: 6px
}
.title-block.orthopaedics .btn-treatment {
	background: #2DB091 0% 0% no-repeat padding-box
}
.title-block.orthopaedics .btn-specialist {
	background: #408CC4 0% 0% no-repeat padding-box
}
.title-block.maternity .btn-inline-wrap {
	display: flex
}
.title-block.maternity .btn-inline-wrap>* {
	flex: 1 0 0%;
	margin: 0 5px;
	text-decoration: none;
	color: #FFFFFF
}
.title-block.maternity .btn-treatment, .title-block.maternity .btn-specialist {
	font-size: 1.125rem;
	line-height: 1.375rem;
	display: block;
	width: 100%;
	padding: 14px 25px;
	border-radius: 6px
}
.title-block.maternity .btn-treatment {
	background: #2DB091 0% 0% no-repeat padding-box
}
.title-block.maternity .btn-specialist {
	background: #408CC4 0% 0% no-repeat padding-box
}
.orthopaedics-home {
	font-size: 1.25rem;
	color: #fff;
	background: #337F87
}
.orthopaedics-home svg {
	margin-right: 15px
}
.nav-wrapper #primary-nav.ortho-nav {
	display: block !important
}

@media (min-width: 992px) {
.nav-wrapper #primary-nav {
	display: flex !important
}
.nav-wrapper #primary-nav.ortho-nav {
	display: none !important
}
}
.nav-wrapper #primary-nav ul.main-nav li.orthopaedics-home {
	padding: 0 18px;
	line-height: 4.4375rem
}
.orthopaedics-nav {
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	position: relative;
	z-index: 100;
	align-items: center
}
.orthopaedics-nav-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
	opacity: 0;
	visibility: hidden;
	justify-content: center
}
.maternity-nav-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
	margin-top: 20px
}
.orthopaedics-nav-wrapper #primary-nav {
	margin-left: 100px
}

@media (min-width: 992px) {
.maternity-nav-wrapper {
	margin-top: 0px
}
.pb-60p {
	padding-bottom: 60px !important
}
.orthopaedics-nav-wrapper {
	opacity: 1;
	visibility: visible;
	pointer-events: all
}
.maternity-nav-wrapper .j1 {
	justify-content: left
}
.maternity-nav-wrapper .j2 {
	justify-content: center
}
.maternity-nav-wrapper .j3 {
	justify-content: right
}
}

@media (min-width: 992px) {
.orthopaedics-nav {
	background: #337F87
}
}
.orthopaedics-nav .main-nav {
	height: 86px
}
.orthopaedics-nav .main-nav>li.mega-parent {
	position: relative !important
}
.orthopaedics-nav .main-nav>li>a, .orthopaedics-nav .main-nav>li>.main-trigger {
	color: #FFFFFF !important
}
.orthopaedics-nav.cardiac-nav .main-nav>li>a, .orthopaedics-nav.cardiac-nav .main-nav>li>.main-trigger {
	font-size: 1.190rem !important
}
.orthopaedics-nav .main-nav>li>a .icon, .orthopaedics-nav .main-nav>li>.main-trigger .icon {
	color: #FFFFFF !important
}
.orthopaedics-nav .main-nav>li>a::after, .orthopaedics-nav .main-nav>li>.main-trigger::after {
	background: #7763AD !important
}

@media (min-width: 992px) {
.orthopaedics-nav .main-nav>li .subnav {
	top: 86px !important;
	transform: none !important;
	left: -15px !important;
	right: -15px !important
}
.cta-strap.custom-header .heading {
	font-size: 1.8rem !important;
	line-height: 2rem !important
}
}
.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}
.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}
.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff
}
.custom-control-input:active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff
}
.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d
}
.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef
}
.custom-control-label {
	margin-bottom: 0
}
.custom-control-label::before {
	position: absolute;
	top: 0.15rem;
	left: 0;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 3px solid #2DB091
}
.custom-control-label::after {
	position: absolute;
	top: 0.15rem;
	left: 0;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% 80%
}
.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0,123,255,0.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0,123,255,0.5)
}
.custom-radio .custom-control-label::before {
	border-radius: 50%
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%232DB091'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0,123,255,0.5)
}

@media screen and (min-width: 680px) {
.intro-w-block li {
	width: 25%
}
}

@media screen and (min-width: 768px) {
.widget-st.intro {
	padding-right: 100px;
	padding-left: 100px
}
.tile-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px
}
}
.p-text-color {
	color: #222d37
}

@media screen and (max-width: 768px) {
.image-hero-large .widget-title .sub-heading {
	margin-bottom: 2px;
	display: block;
	padding-top: 20px;
	line-height: 1.625rem
}
}
.login-widget-form-title {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	font-weight: bold;
	color: #337F87;
	text-align: center
}
.login-submit {
	margin-left: 0px !important;
	left: 0px !important;
	text-decoration: none !important;
	background-image: none !important;
	padding-left: 36px !important;
	background-color: #408cc4 !important;
	color: #fff !important
}
.login-password input[type="password"] {
	background: none;
	background-color: rgba(0,0,0,0);
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.25rem;
	width: 100%;
	padding: 14px 16px;
	border-radius: 6px;
	background-color: #f4f4f5;
	color: black;
	outline: none
}
.btn-text-font {
	font-size: 1rem !important
}
.light-header {
	background-color: #CADCED;
	padding-top: 10px;
	padding-bottom: 10px
}
.blank-main-nav-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	height: 110px;
	width: 100vw;
	padding: 0 3rem;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 40;
	background-color: #fff;
	padding-bottom: 20px
}
.blank-main-nav-header .logo {
	width: 200px;
	height: 10vh
}
.blank-main-nav-header .nav-links {
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 1em;
	margin: 0
}
.blank-header-title-block {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	margin-bottom: 30px
}

@media screen and (max-width: 646px) {
.blank-main-nav-header {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 0 1rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: start;
	margin-bottom: 0;
	position: unset
}
}

@media screen and (max-width: 646px) {
.blank-main-nav-header {
	position: relative;
	min-height: 110px
}
}

@media screen and (min-width: 647px) {
.blank-main-nav-header .logo {
	padding-top: 15px
}
}
.a-btn-primary {
	font-size: 1rem;
	line-height: 1.375rem;
	transition: background 250ms ease;
	display: inline-block;
	border-radius: 6px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none
}
.btn-sm {
	padding: 5px 15px 5px 15px !important
}
.jump-block {
	position: relative;
	background-color: #F1F7FF
}
.jump-block .breadcrumb--inner {
	padding: 8px 20px;
	background-color: #F1F7FF
}
.jump-block ul li {
	color: #337F87;
	font-weight: 700;
	font-size: 1.125rem
}
.jump-block ul li a {
	color: #337F87
}
.btn-md {
	padding: 15px
}
.text-block-button {
	color: #FFF !important;
	background-color: #408CC4;
	text-decoration: none !important
}
.intro-w-block * {
	position: relative
}
.campaign-block .treatment.h3 {
	color: #337F87;
	font-family: "NeutrafaceTextBook";
	font-size: 1.875rem !important;
	font-weight: 400;
	margin-top: 0.4em;
	margin-bottom: 1em;
	letter-spacing: normal
}
.campaign-block .treatment-head.h2 {
	color: #0067B1;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.5
}
.campaign-block .no-hov.btn-toggle:hover {
	background-color: #fff
}
.campaign-block .auto-height {
	height: auto !important
}
.intro-w-block {
	text-align: center;
	padding-bottom: 120px
}
.intro-w-block h2 {
	padding-bottom: 30px
}
.intro-w-block h4 {
	font-weight: 100;
	color: #0067B1
}
.intro-w-block a.scrollto {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	top: 50px
}
.intro-w-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%
}
.intro-w-block li {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	color: #0067B1
}
.intro-w-block h3 {
	margin-bottom: 0.5em
}
.intro-w-block ul .svg--icon {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 3px 6px rgba(33,49,100,0.1)
}
.intro-w-block .svg--icon svg {
	top: 22%;
	width: 56%;
	height: 56%
}
.intro_label {
	display: block;
	position: absolute;
	color: #fff;
	border-radius: 10px;
	right: 50%;
	top: -17px;
	z-index: 1;
	background: #4954a7;
	background: linear-gradient(90deg, #4954a7 0%, #408cc4 100%);
	padding: 0.8em 1.5em;
	min-width: 80px;
	text-transform: uppercase;
	font-size: 73%;
	font-weight: bold
}
.introText #intro1 {
	width: calc(50% - 30px);
	text-align: left;
	float: left
}
.introText #intro2 {
	width: calc(50% - 30px);
	float: left;
	padding-left: 30px
}
.p-color {
	color: #222d37
}
.white-box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 20px #00000033;
	border-radius: 6px;
	padding: 70px;
	font-family: NeutrafaceTextBook;
	font-size: 30px
}
.white-box-step {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 20px #00000033;
	border-radius: 6px;
	padding: 70px 20px 70px 20px
}
.white-box-step .title {
	margin-top: 20px;
	text-align: center;
	letter-spacing: 0px;
	color: #337F87;
	font-size: 1.3rem
}
.link-circle {
	height: 40px !important;
	width: 40px !important;
	background-color: #408CC4;
	border-radius: 50%;
	display: inline-block;
	margin-top: 25px;
	color: #fff;
	padding: 8px
}
#rthree .white-box {
	margin-bottom: 50px;
	border: 1px solid #EDEDED;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 20px #0000000D;
	margin-left: 15px;
	margin-right: 15px
}
#rthree .white-box .image {
	width: 95px;
	height: 95px
}
#rthree .white-box .title {
	margin-top: 20px;
	text-align: center;
	letter-spacing: 0px;
	color: #337F87
}
.color-white {
	color: #fff !important;
	padding-left: 0px !important
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}
.contact_us_box {
	width: 220px;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0px;
	color: #337F87
}
.contact_us_box_bottom {
	width: 320px;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0px;
	color: #337F87
}
.btn-vph-green {
	background-color: #2DB091
}
.video-box-light-green {
	background-color: #e3f8f5;
	color: #222d37;
	margin: 0px;
	padding-bottom: 3rem;
	padding-top: 3rem
}
.video-box-light-grey {
	background-color: #F2F2F3;
	color: #222d37;
	margin: 0px;
	padding-bottom: 3rem;
	padding-top: 3rem
}
.video-box {
	background-color: #408CC4;
	color: #FFF;
	margin: 0px;
	padding-bottom: 3rem;
	padding-top: 3rem
}
.video-box .title-block p {
	color: #FFF
}
.image-box {
	background-color: #F1F7FF;
	margin-bottom: 0px;
	padding-bottom: 4rem;
	padding-top: 4rem
}
.image-box-blue {
	background-color: #408CC4;
	margin-bottom: 0px;
	padding-bottom: 8rem;
	padding-top: 8rem;
	color: #fff
}
.widget-steps-set ul {
	margin-top: -175px;
	padding-bottom: 40px
}
.image-box-grey {
	background-color: #F4F4F5;
	margin-bottom: 0px;
	padding-bottom: 4rem;
	padding-top: 4rem
}
.visual-pathway-icon-list a.pathway-link .link-subtitle, .visual-pathway a.pathway-link p:last-child {
	font-size: 1.275rem
}
.visual-pathway-icon-list div.pathway-link {
	display: flex;
	flex: 0 0 3;
	flex-direction: column;
	justify-self: center;
	text-align: center;
	padding: 15px 20px;
	font-family: NeutrafaceTextBook;
	font-weight: bold;
	font-size: 21px
}
.visual-pathway-icon-list div.pathway-link-last {
	display: flex;
	flex: 0 0 3;
	flex-direction: column;
	justify-self: center;
	text-align: center;
	padding: 15px 20px;
	font-family: NeutrafaceTextBook;
	font-weight: bold;
	font-size: 21px
}
.visual-pathway-icon-list div.pathway-link {
	transition: background 250ms ease;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	color: white;
	border-radius: 6px;
	background-image: none;
	background-color: transparent;
	text-decoration: none
}
.visual-pathway-icon-list .vp-grey div.pathway-link {
	color: #747679;
	font-weight: normal
}
.visual-pathway-icon-list div.pathway-link-last {
	transition: background 250ms ease;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	color: white;
	border-radius: 6px;
	background-image: none;
	background-color: transparent;
	text-decoration: none
}
.visual-pathway-icon-list .vp-grey div.pathway-link-last {
	color: #747679;
	font-weight: normal
}
.visual-pathway-icon-list div.pathway-link::after {
	content: '';
	display: block;
	width: calc(100% - 12px);
	height: 1px;
	position: absolute;
	left: 6px;
	bottom: 0;
	background: #85b2d7
}
.visual-pathway-icon-list .vp-grey div.pathway-link::after {
	background: #898B8E
}
.header-drop .svg {
	left: 30px;
	position: absolute;
	height: 40px;
	padding-top: 5px;
	padding-left: 10px
}
.bizform-form-section .col-lg-6:nth-of-type(1) {
	padding-right: 5px
}

@media only screen and (min-width: 992px) {
.header-drop .svg {
	left: 55px
}
.visual-pathway-icon-list div.pathway-link::after {
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 12px);
	position: absolute;
	left: auto;
	right: 0;
	top: 6px;
	background: #85b2d7
}
.visual-pathway-icon-list .vp-grey div.pathway-link::after {
	background: #898B8E
}
.bizform-form-section .col-lg-4:nth-of-type(1) {
	padding-right: 5px
}
.visual-pathway-icon-list .link-block {
	padding-top: 40px;
	padding-bottom: 40px
}
.maternity-nav .maternity-nav-wrapper .related-content-header-tile.t-1 {
	justify-content: left
}
.maternity-nav .maternity-nav-wrapper .related-content-header-tile.t-2 {
	justify-content: center
}
.maternity-nav .maternity-nav-wrapper .related-content-header-tile.t-3 {
	justify-content: right
}
.information-panel-home-hero.home-hero::after {
	content: none
}
}
.sub-heading-text {
	color: #0A5C9C
}
.link-filter {
	padding: 10px;
	text-decoration: none
}
.link-filter:hover {
	text-decoration: none;
	font-weight: bold
}
.link-filter-selected {
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 4px
}
.no-show {
	display: none
}
.show {
	display: block !important
}
.bizform-form-section .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px
}
.bizform-form-section .col-lg-6 {
	padding-left: 0px;
	padding-right: 0px
}
.bizform-form-section input[type=submit] {
	margin: 0px;
	width: 100%;
	background-color: #2DB091 !important;
	left: 0px;
	text-decoration: none;
	background-image: none;
	padding-left: 36px
}
.bizform-form-section .formwidget-submit-text {
	margin: 0px;
	padding: 0px;
	font-weight: bold
}
.bizform-form-section .formwidget-submit-text a {
	color: #fff
}
.bizform-form-section .col-lg-4 {
	flex: 0 0 50% !important;
	max-width: 50% !important;
	padding-left: 0px;
	padding-right: 0px
}
.bizform-form-section .offset-lg-2 {
	margin-left: 0px !important
}
.bizform-form-section .col-lg-8 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	padding-left: 0px;
	padding-right: 0px
}
.bizform-form-section form {
	padding-bottom: 0px;
	padding-top: 20px
}
.image-box-blue .title-block p {
	color: #fff !important
}
.patient-journey .detail-inner {
	padding: 40px 59px 24px 52px
}
.patient-journey {
	background-color: #F4F4F5;
	padding-top: 4rem;
	padding-bottom: 4rem
}
.sub-b-heading {
	font-size: 1.3rem;
	color: #337F87
}
.sub-b-heading-sm {
	font-size: 1.125rem;
	color: #337F87
}
.patient-journey .title-block-w p {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	color: #fff;
	margin-bottom: 30px
}
.inforline-form .container-fluid, .inforline-form .container-sm, .inforline-form .container-md, .inforline-form .container-lg, .inforline-form .container-xl {
	padding-right: 0px;
	padding-left: 0px
}
.mater-form-section input[type=submit] {
	background-color: #408CC4 !important;
	color: #fff !important
}

@media only screen and (max-width: 680px) {
.intro-w-block ul {
	display: block
}
.intro-w-block li {
	display: block;
	width: 100%;
	margin-bottom: 4em
}
}
.maternity-content-hub #our-treatments-panel .white-box img {
	width: 61px
}
.maternity-content-hub #our-treatments-panel .white-box {
	min-height: 289px
}
.maternity-content-hub #rthree #our-treatments-panel .white-box .title {
	font-size: 1.2rem
}
.maternity-content-hub .intro-w-block .intro_label {
	display: none
}
.maternity-content-hub .intro-w-block ul .svg--icon {
	box-shadow: 0 0 8px rgba(33,49,100,0.1)
}
.link-boxes-bg.hospital-slider, .link-boxes-bg.hospital-slider .container-fluid .main-copy-block, .link-boxes-bg.hospital-slider .container-sm .main-copy-block, .link-boxes-bg.hospital-slider .container-md .main-copy-block, .link-boxes-bg.hospital-slider .container-lg .main-copy-block, .link-boxes-bg.hospital-slider .container-xl .main-copy-block {
	background-color: #e3f8f5
}
.link-boxes-bg.hospital-slider .container-fluid::before, .link-boxes-bg.hospital-slider .container-sm::before, .link-boxes-bg.hospital-slider .container-md::before, .link-boxes-bg.hospital-slider .container-lg::before, .link-boxes-bg.hospital-slider .container-xl::before {
	background-color: #e3f8f5
}
.push-up .treatment {
	margin-top: 0px;
	margin-bottom: 0px !important
}
.related-content-header-tile {
	display: flex;
	overflow: hidden;
	font-size: 1rem
}
.related-content-header-tile .img-col {
	height: 100%
}
.related-content-header-tile .img-col img {
	width: 40px
}
.related-content-header-tile .img-col svg {
	width: 40px;
	height: 39px
}
.maternity-hospital .title-block.orthopaedics {
	padding: 40px 50px
}
.maternity-hospital .title-block.orthopaedics p {
	text-align: left
}
.maternity-hospital .title-block.orthopaedics span {
	font-size: 36px;
	font-weight: 400
}
.maternity-hospital .title-block.orthopaedics h2 {
	font-size: 50px;
	text-align: left
}
.vp-white {
	background-color: #fff;
	box-shadow: 0 25px 30px -18px rgba(164,164,164,0.4);
	border-radius: 6px
}
.vp-purple {
	background-color: #337F87;
	box-shadow: 0 25px 30px -18px rgba(164,164,164,0.4);
	color: #fff;
	padding: 20px
}
.vp-gradient {
	background-image: linear-gradient(90deg, #4954a7 11%, #408cc4 85%);
	box-shadow: 0 25px 30px -18px rgba(164,164,164,0.4);
	border-radius: 6px;
	color: #fff;
	padding: 20px
}
.generic-title {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	padding-top: 20px
}
.generic-title-wh {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	color: #fff;
	padding-top: 20px
}
.service-info-block {
	top: -150px !important
}
.service-info-upper-block {
	background-color: #e3f8f5;
	height: 250px
}
.service-info-home-hero {
	width: 100%;
	max-height: 467px;
	margin: 0;
	overflow: hidden;
	position: relative
}
.service-info-home-hero::after {
	background-color: #e3f8f5;
	background-image: none;
	mix-blend-mode: normal
}
.information-panel-button {
	text-decoration: none;
	background-color: #fff
}
.information-panel-button:hover {
	color: black;
	text-decoration: none;
	color: #337F87
}
.bg-white .vp-purple {
	background-color: #fff;
	color: #222d37
}
.bg-white .generic-title-wh {
	color: #337F87
}
.bg-white .information-panel-button {
	background-color: #408CC4;
	color: #fff
}
.mb-100 {
	margin-bottom: 100px
}
.mw-900 {
	max-width: 900px
}
.image-text .title-large-block p {
	font-size: 2.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	margin-bottom: 30px;
	font-weight: bold;
	color: #fff
}

@media only screen and (max-width: 702px) {
.accordion-content .title-bar {
	height: unset !important;
	padding: 10px 0px 10px 0px
}
}
.image-hero.pur:before {
	background-image: linear-gradient(45deg, #9689c0 25%, #B7AED6 100%) !important
}
.image-hero.pur-nf {
	background-image: linear-gradient(45deg, #9689c0 25%, #B7AED6 100%) !important
}
.image-hero.pur-nf:before {
	background-image: none !important
}
.image-hero-firm.pur {
	background-image: linear-gradient(45deg, #9689c0 25%, #B7AED6 100%) !important
}
.image-hero.pur {
	background-image: linear-gradient(45deg, #9689c0 25%, #B7AED6 100%) !important
}
.image-hero.pur:after {
	background-image: url("/static/imgs/svg/backgrounds/facet-bg-mt--image-hero.svg")
}
.image-hero.pur-nf:after {
	background-image: none !important
}
.inforline.contact-box span {
	font-size: inherit !important
}
.widget.video-player {
	margin: 0px 0
}
.widget.body-copy p {
	margin-bottom: 0px
}
.equal-shadow {
	box-shadow: 0px 1px 15px #00000015 !important
}
.no-top-padding.bizform-form-section form {
	padding-top: 0px !important
}
.widget-st.intro-w-block.campaign-block.font-diff ul li:nth-child(2) .p-color {
	font-size: 14pt
}
.widget-st.intro-w-block.campaign-block.font-diff ul li:nth-child(3) .p-color {
	font-size: 14pt
}
.widget-st.intro-w-block.campaign-block.font-diff ul li:nth-child(4) .p-color {
	font-size: 12pt
}
.widget-st.intro-w-block.campaign-block.font-diff ul li:nth-child(5) .p-color {
	font-size: 10pt
}
.font-pt-12 {
	font-size: 12pt
}
.explorer-block {
	padding: 20px
}
.explorer-block .title {
	color: #0067B1;
	font-weight: bold;
	padding-bottom: 10px
}
.explorer-block .wrap p a {
	padding-left: 10px
}
.explorer-block .wrap p a:before {
	content: url("/static/imgs/icons/arrow_right_blue.svg");
	position: absolute;
	left: 16px;
	width: 7px;
	height: 14px
}
.explorer-container {
	background-color: #F1F7FF
}
.widget-st.intro-w-block.campaign-block.short-block li a.name.pt-2.redirect-link {
	position: relative;
	padding-left: 18px;
	font-weight: 500
}
.widget-st.intro-w-block.campaign-block.short-block li a.name.pt-2.redirect-link::before {
	content: url("/static/imgs/icons/arrow_right_blue.svg");
	position: absolute;
	left: 0px;
	top: 7px;
	width: 8px;
	height: 15px
}
.widget-st.intro-w-block.campaign-block.short-block {
	max-width: 1080px;
	margin: 0 auto
}
.widget-st.intro-w-block.campaign-block.short-block ul li {
	padding: 0 20px
}
.btn-icon-text .txt.spn-text {
	font-size: 1rem;
	line-height: 1.25rem
}
.custom-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden
}
.custom-modal-content {
	position: absolute;
	background-image: url("/static/imgs/corporate/popup/modalBg.webp");
	background-size: cover;
	background-position: center;
	margin: auto;
	padding: 20px 40px 20px 40px;
	width: 800px;
	height: 694px;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.custom-modal-close-btn {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background-color: white;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	padding: 0
}
.custom-modal-close-btn img {
	width: 19px;
	height: 19px
}
.custom-modal-close-btn:hover, .custom-modal-close-btn:focus {
	background-color: #f2f2f2
}
.custom-modal-body {
	text-align: center
}
.custom-logo {
	margin-top: 20px;
	max-width: 280px
}
.custom-title {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 45px;
	margin-top: 1em;
	margin-bottom: 1em
}
.custom-paragraph {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px
}
.custom-button {
	display: block;
	margin: 30px auto;
	padding: 10px 20px;
	background-color: #BD71D9;
	color: white;
	border: none;
	border-radius: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	text-decoration: none
}
.custom-button:hover {
	background-color: #BD71D9
}
.custom-close-footer {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	background-color: transparent;
	text-decoration: underline;
	color: white;
	font-size: 20px;
	border: none;
	margin-top: 10px;
	padding: 10px 20px
}
.custom-close-footer:hover {
	background-color: transparent;
	color: white
}

@media (max-width: 768px) {
.custom-modal-content {
	width: auto;
	margin: 0;
	padding: 20px;
	height: 560px;
	width: 75vw
}
.custom-logo {
	margin-top: 20px;
	max-width: 220px
}
.custom-title {
	font-size: 28px
}
.custom-paragraph {
	font-size: 16px
}
.custom-button {
	padding: 8px 16px;
	font-size: 16px
}
.custom-modal-close-btn {
	width: 25px;
	height: 25px
}
.custom-modal-close-btn img {
	width: 14px;
	height: 14px
}
.custom-modal-close-btn:hover, .custom-modal-close-btn:focus {
	background-color: #CCCCCC
}
.custom-close-footer {
	font-size: 16px
}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 786px) and (orientation: landscape) {
.custom-modal-content {
	height: 80vh;
	width: 75vw;
	overflow-y: scroll
}
}
.counter-element-wrapper .counter-wrapper {
	color: #2db091;
	font-size: 60px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.counter-element-wrapper .counter {
	display: inline-block;
	line-height: 1
}
.counter-element-wrapper .icon {
	display: inline-block;
	vertical-align: middle
}
.counter-element-wrapper .ahfeather {
	display: inline-block
}
.counter-element-wrapper .counter::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out
}
.counter-element-wrapper .counter-wrapper::after {
	content: " days";
	display: inline-block;
	line-height: 1
}
.counter-element-wrapper .counter.animate::before {
	opacity: 1
}
.article-search-box {
	max-width: 697px;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important
}
.block-loader {
	display: flex;
	justify-content: center;
	align-items: center
}
.aware-strap {
	margin: 0;
	position: relative;
	background-image: linear-gradient(76deg, #4954A7 25%, #408cc4 100%)
}
.aware-strap .product-icon {
	margin-top: 20px
}
.aware-strap a.btn-primary-alt {
	padding: 17px 44px 16px 34px
}
.aware-strap .content-block {
	padding-bottom: 25px;
	text-align: center;
	display: inline;
	align-items: center
}
.aware-strap .heading {
	font-size: 1.875rem;
	line-height: 2.5rem;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	padding: 0 30px;
	color: white
}
.aware-strap .text-block {
	position: unset;
	margin-top: 0
}

@media (max-width: 1199.98px) {
.aware-strap {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%
}
}

@media (min-width: 768px) {
.aware-strap {
	height: auto;
	overflow: hidden
}
.aware-strap .container-fluid, .aware-strap .container-sm, .aware-strap .container-md, .aware-strap .container-lg, .aware-strap .container-xl, .aware-strap .row {
	height: 100%
}
.aware-strap .content-block {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 25px;
	display: flex;
	align-items: center
}
.aware-strap .content-block a {
	margin-left: 35px
}
.aware-strap .product-icon {
	margin-right: 50px;
	margin-left: 95px
}
.aware-strap .icon.product {
	width: 89px;
	height: 89px
}
.aware-strap .text-block {
	margin-left: 6px;
	text-align: start
}
.aware-strap .product-icon {
	margin-left: -15px;
	margin-right: -5px;
	margin-top: 0
}
.aware-strap .heading {
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding: 0px;
	align-self: start;
	margin-left: 5px
}
}

@media (min-width: 992px) {
.aware-strap {
	height: auto;
	overflow: hidden
}
.aware-strap .container-fluid, .aware-strap .container-sm, .aware-strap .container-md, .aware-strap .container-lg, .aware-strap .container-xl, .aware-strap .row {
	height: 100%
}
.aware-strap .content-block {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 25px;
	display: flex;
	align-items: center
}
.aware-strap .content-block a {
	margin: auto;
	margin-right: 1px
}
.aware-strap .product-icon {
	margin-right: 25px;
	margin-left: 10px;
	position: unset
}
.aware-strap .icon.product {
	width: 89px;
	height: 89px
}
.aware-strap .text-block {
	margin-left: 6px;
	text-align: start
}
.aware-strap .heading {
	font-size: 2.0rem;
	line-height: 2.5rem;
	padding: 0;
	align-self: start
}
}

@media (min-width: 1200px) {
.aware-strap:before {
	width: calc(100% - 495px)
}
}

@media (min-width: 768px) {
.starp-text-desktop-text-left {
	text-align: left !important
}
}
.enquire_panel:before {
	background-image: none !important
}
.enquire_panel:after {
	background-image: none !important
}
.eq-light-blue {
	background-color: #F1F7FF;
	background-image: none !important
}
.eq-white {
	background-color: #FFFFFF;
	background-image: none !important
}
.eq-light-grey {
	background-color: #F4F4F5;
	background-image: none !important
}
.eq-lilac {
	background-color: #C8A2C8;
	background-image: none !important
}
.eq-radiant-blue {
	background-image: linear-gradient(90deg, #4954a7 0%, #408cc4 85%) !important;
	color: #ffffff
}
.enquire_panel {
	overflow: hidden
}
.enquire_panel .title {
	font-size: 1.875rem;
	line-height: 2.5rem;
	color: #337F87;
	text-align: center;
	font-weight: bold
}
.enquire_panel a, .enquire_panel a:hover, .enquire_panel a:active, .enquire_panel a:focus {
	text-decoration: underline
}
.enquire_panel h2 {
	line-height: 1.3;
	font-weight: 400;
	font-size: 30px;
	margin: 0 0 15px 0;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 0.8em auto
}
.enquire_panel h4 {
	margin: 0;
	color: #73A3D2;
	margin-bottom: 0.8em;
	font-size: 78%;
	letter-spacing: normal;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 50px
}
.enquire_panel .table {
	width: 100%;
	margin: 0 auto
}
.enquire_panel .table-cell {
	width: 100%;
	padding-bottom: 3rem
}
.enquire_panel .table-cell:last-child {
	text-align: center
}
.enquire_panel .footer__contact-us {
	border: 1px solid #0067B1;
	background-color: transparent;
	color: #0067B1;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 15px
}
.enquire_panel .footer__contact-us:hover, .enquire_panel .footer__contact-us:active, .enquire_panel .footer__contact-us:focus {
	background-color: #fff;
	color: #0067B1 !important;
	text-decoration: underline
}
.enquire_panel .footer__phone {
	font-size: 26px;
	text-decoration: none !important;
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 400;
	top: 0.2em;
	color: #337F87;
	font-family: 'Roboto', sans-serif;
	font-weight: bold
}
.enquire_panel .footer__phone .svg--icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 4px;
	top: 2px
}
.enquire_panel .footer__phone .svg--icon svg * {
	fill: #0067B1
}
.eq-radiant-blue .title, .eq-radiant-blue .footer__phone {
	color: #ffffff
}
.eq-radiant-blue .text-block-button {
	background-color: #ffffff;
	color: #337F87 !important
}
.slider-panel .visual-pathway .vp-purple {
	padding: 44px
}
.slider-panel .visual-pathway span.generic-subtitle {
	font-size: 14px;
	line-height: 28px;
	color: #408CC4;
	text-transform: uppercase
}
.slider-panel .visual-pathway .generic-title-h4 {
	font-family: "Neutra Text";
	font-size: 25px;
	line-height: 28px;
	color: #00508F;
	margin: 10px 0 14px
}
.slider-panel .visual-pathway p {
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #232D37
}
.slider-panel .visual-pathway .swiper {
	position: relative
}
.slider-panel .visual-pathway .swiper-pagination {
	position: static;
	flex: 80%
}
.slider-panel .visual-pathway .swiper-pagination-bullet {
	background: #337F87;
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 0 4px
}
.slider-panel .visual-pathway .swiper-pagination-bullet-active {
	background: transparent;
	border: 2px solid #337F87
}
.slider-panel .visual-pathway .swiper-pagination-wrap {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 10px
}
.slider-panel .visual-pathway .swiper-nav-next {
	background-image: url("../resources/swiper-arrow-left.svg")
}
.slider-panel .visual-pathway .swiper-nav-prev {
	background-image: url("../resources/swiper-arrow-right.svg")
}
.slider-panel .visual-pathway .swiper-nav-next, .slider-panel .visual-pathway .swiper-nav-prev {
	width: 24px;
	height: 12px;
	background-repeat: no-repeat;
	flex: 10%
}
.slider-panel .visual-pathway .swiper-nav-next.swiper-button-disabled, .slider-panel .visual-pathway .swiper-nav-prev.swiper-button-disabled {
	opacity: 0.2
}

@media only screen and (min-width: 768px) {
.feature-col-details {
	display: flex;
	width: 100%
}
.feature-col-details .feature-col-description, .feature-col-details .detailed-info {
	width: 60%
}
.feature-col-details .detailed-info {
	margin-top: initial;
	width: 40%;
	display: flex;
	flex-direction: column
}
}

@media (max-width: 767px) {
.feature-col-details {
	display: table
}
.feature-column-widget .feature-col-description {
	display: table-footer-group
}
.feature-column-widget .feature-col-description h2 {
	padding-top: 40px
}
.feature-column-widget .detailed-info {
	display: block
}
}
.feature-col-details {
	display: flex;
	width: 100%
}
.feature-col-details .detailed-info {
	border-radius: 10px;
	margin-top: 20px
}
.feature-col-details .detailed-info .info-row {
	background: #f1f7ff;
	padding: 20px
}
.feature-column-title-area {
	padding: 15px;
	color: #337F87;
	font-weight: bold;
	font-size: 1rem;
	background-color: #fff;
	text-align: center
}
.feature-column-title-area-no-wbg {
	color: #337F87;
	font-weight: bold;
	font-size: 1rem;
	text-align: center
}
.feature-column-detail-area {
	padding-top: 15px
}
.doctor-list #hospital-list {
	font-weight: bold
}
.doctor-list #hospital-list option {
	font-weight: normal
}
.our-specialist {
	padding-top: 30px
}

@media only screen and (max-width: 960px) {
.our-specialist .row.offset-lg-2 {
	margin-left: 0px !important;
	margin-right: 0px !important
}
}

@media only screen and (min-width: 961px) {
.our-specialist .row.offset-lg-2 {
	margin-right: 0px !important
}
}
.feature-tile-list {
	box-shadow: 0 5px 27px 0 rgba(0,0,0,0.2);
	width: 100%;
	height: 288px;
	background: white;
	border-radius: 5px;
	padding: 33px 18px 0 18px
}
.collapse:not(.show) {
	display: none
}
.static-block-height-sl {
	height: 384px
}
.color-blue {
	color: #337F87
}

@media only screen and (min-width: 992px) {
.our-specialist-shd {
	padding-left: 25%
}
}

@media only screen and (min-width: 961px) and (max-width: 991px) {
.our-specialist-shd .table-block {
	padding-left: 30px
}
}
.doctor-list .photo.default img {
	border-radius: 50%
}
.doctor-list .hide {
	display: none
}
.doctor-list .accordion-button {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #232D37;
	padding: 15px 17px
}
.doctor-list .card {
	padding: 30px;
	box-shadow: 0px 0px 15px #00508F1A;
	border: 1px solid #EDEDED;
	border-radius: 6px;
	width: 100%
}
.doctor-list .fa-circle-plus, .doctor-list .fa-circle-minus {
	color: #337F87;
	box-shadow: 3px 3px 10px #00000029;
	border-radius: 100px;
	cursor: pointer
}
.doctor-list .card-title {
	padding-bottom: 10px;
	color: #00508F;
	font-size: 21px;
	font-weight: bold
}
.doctor-list .card-text {
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	padding-bottom: 15px
}
.doctor-list .card-link {
	color: #0A5C9C;
	font-size: 18px;
	line-height: 37px;
	font-weight: bold
}
.doctor-list .separator {
	padding-left: 5px;
	padding-right: 5px
}
.doctor-list select {
	font-size: 1.1rem;
	padding: 14px 10px;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: url("/static/imgs/icons/arrow_right_black.svg") !important;
	background-size: 15px;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	height: auto;
	background-position: 96% 50%
}
.doctor-list #hospital-list {
	font-weight: bolder
}
.doctor-list #hospital-list option {
	font-weight: normal
}

@media only screen and (max-width: 767px) {
.doctor-list .photo.default img {
	width: 110px !important
}
.doctor-list .photo.default {
	padding-bottom: 20px
}
.doctor-list .card-content {
	text-align: center
}
.doctor-list .text-button {
	display: block !important;
	padding-top: 20px
}
}
.widget-boxed-hero {
	background-image: linear-gradient(45deg, #4954A7 25%, #408cc4 100%)
}

@media screen and (min-width: 992px) {
.widget-boxed-hero .title-block.orthopaedics span {
	font-size: 26px
}
.widget-boxed-hero.orthopaedics-hero {
	height: 750px
}
.widget-boxed-hero.orthopaedics-hero .img-block img {
	height: 720px;
	padding: 60px 0px 60px 200px
}
}

@media screen and (max-width: 991px) {
.widget-boxed-hero {
	padding-top: 60px;
	padding-bottom: 60px
}
}
.testimonial-slider-panel .testimonial {
	padding: 75px 0 120px
}
.testimonial-slider-panel .testimonial.testimonial--blue {
	background: #F1F7FF
}
.testimonial-slider-panel .testimonial.testimonial--white {
	background: #ffffff
}
.testimonial-slider-panel .testimonial__inner {
	position: relative
}
.testimonial-slider-panel .testimonial .icon {
	color: #337F87;
	width: 22px;
	height: 22px
}
.testimonial-slider-panel .testimonial .chevron {
	width: 35px;
	height: 35px;
	color: #0067B1
}
.testimonial-slider-panel .testimonial .text {
	color: #337F87;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
	margin-top: 40px
}
.testimonial-slider-panel .testimonial .author {
	font-size: 1.25rem;
	line-height: 1.625rem;
	color: #003E6B;
	letter-spacing: 0;
	text-align: center;
	margin-top: 35px
}
.testimonial-slider-panel .testimonial .swiper-button-next::after, .testimonial-slider-panel .testimonial .swiper-button-prev::after {
	font-size: 21px
}
.testimonial-slider-panel .testimonial .swiper-button-prev, .testimonial-slider-panel .testimonial .swiper-button-next {
	display: none;
	background-image: none
}
.testimonial-slider-panel .testimonial .swiper-pagination {
	bottom: -47px !important
}
.testimonial-slider-panel .testimonial .swiper-pagination-bullet {
	height: 16px;
	width: 16px;
	margin: 0 5px;
	opacity: 1;
	background-color: white;
	border: 2px solid #0067B1
}
.testimonial-slider-panel .testimonial .swiper-pagination-bullet-active {
	background-color: #0067B1
}

@media (min-width: 992px) {
.testimonial-slider-panel .testimonial .swiper-button-prev {
	left: -170px
}
.testimonial-slider-panel .testimonial .testimonial .swiper-button-next {
	right: -164px
}
}

@media (min-width: 768px) {
.testimonial-slider-panel .testimonial .swiper-button-prev, .testimonial-slider-panel .testimonial .swiper-button-next {
	display: block
}
.testimonial-slider-panel .testimonial .swiper-button-prev {
	left: -130px
}
.testimonial-slider-panel .testimonial .swiper-button-next {
	right: -130px
}
}
.testimonial-slider-panel .swiper-pagination {
	width: 100%
}
.title-block.orthopaedics {
	padding: 60px 80px
}
.widget.hero-banner .title-block.orthopaedics.text-center .btn-inline-wrap {
	padding-top: 18px
}
.widget.hero-banner .title-block.orthopaedics.text-center .btn-inline-wrap .btn-treatment {
	margin-right: 12px
}
.widget.hero-banner .title-block.orthopaedics.text-center .btn-inline-wrap .btn-specialist {
	margin-left: 12px
}

@media (max-width: 992px) {
.widget.hero-banner .title-block.orthopaedics.text-center {
	padding: 45px 30px;
	width: 100%
}
.widget.hero-banner .title-block.orthopaedics.text-center .widget-title {
	margin-bottom: 15px
}
.service-info-text {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px
}
}

@media (max-width: 512px) {
.widget.hero-banner .title-block.orthopaedics.text-center .btn-inline-wrap {
	flex-direction: column;
	padding-top: 14px
}
.widget.hero-banner .title-block.orthopaedics.text-center .btn-inline-wrap .btn-treatment {
	margin: 0 auto;
	padding: 13px 25px;
	max-width: 202px
}
.widget.hero-banner .title-block.orthopaedics.text-center .btn-inline-wrap .btn-specialist {
	margin: 25px auto 0 auto;
	padding: 13px 25px;
	max-width: 184px
}
}

@media (min-width: 513px) {
.banner-text-desktop-text-left {
	text-align: left !important
}
}
.article-block .link-wrap span {
	color: #0067B1
}
.article-block .link-wrap .sub-txt {
	margin-top: 10px
}
.article-block .link-wrap a {
	text-decoration: underline;
	color: #0067B1
}

@media (min-width: 992px) {
.article-block .link-wrap a {
	padding-left: 16px
}
.article-block .link-wrap a:before {
	content: url("/static/imgs/icons/arrow_right_blue.svg");
	position: absolute;
	left: 16px;
	width: 7px;
	height: 14px
}
}
.search-wrapper input, .search-wrapper a {
	float: left
}
.search-wrapper {
	margin-top: 20px
}
.search-wrapper a {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	padding: 12px 15px 12px 15px
}
.finder-search-box {
	max-width: 220px;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important
}
.widget.service-finder .content-block, .widget.service-finder #next-steps-block {
	color: #747679
}
.fee-estimate .self-fund-para {
	font-size: 18px;
	line-height: 26px
}
.fee-estimate .self-fund-sub-title {
	color: #00508F;
	font-size: 22px;
	font-weight: 600
}
.fee-estimate .self-fund-main {
	background-image: linear-gradient(270deg, #408CC4 0%, #4954A7 100%);
	padding: 35px 43px
}
.fee-estimate .self-fund-main-sub-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	line-height: 37px
}
.fee-estimate .self-fund-main-title {
	color: #ffffff;
	font-size: 34px;
	line-height: 37px;
	font-weight: bold
}
.fee-estimate .self-fund-btn {
	background-color: #408CC4;
	color: #ffffff;
	padding: 13px 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px
}
.fee-estimate .self-fund-text {
	font-weight: medium;
	font-size: 18px;
	line-height: 26px
}
.fee-estimate .list-group-item {
	border-radius: 0px !important;
	border: 0px;
	padding-left: 0px
}
.fee-estimate .list-group-item>div {
	padding-right: 2rem
}
.fee-estimate .icon-color {
	color: #2DB091;
	font-size: 20px
}
.fee-estimate .icon.product {
	width: 80px;
	height: 80px
}

@media only screen and (max-width: 991px) {
.fee-estimate .icon.product {
	margin-bottom: 1rem
}
}
.dynamic-text img {
	border-radius: 6px;
	margin-bottom: 30px
}
.dynamic-text ul, .dynamic-text ol {
	margin: 0;
	padding: 0;
	list-style-position: inside
}
.dynamic-text ul li, .dynamic-text ol li {
	margin-bottom: 10px
}
.dynamic-text .text-wrap {
	margin-bottom: 30px
}
.dynamic-text .title-block p {
	font-size: 1.875rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	margin-bottom: 30px
}
.dynamic-text .content-block p {
	font-size: 1.125rem;
	line-height: 1.625rem
}
.dynamic-text .content-block p:last-child {
	margin-bottom: 0
}
.dynamic-text.left-align .text-wrap {
	margin-bottom: 0
}
.dynamic-text.right-align img {
	margin-bottom: 0
}

@media (min-width: 992px) {
.dynamic-text .text-wrap {
	margin-bottom: 0
}
.dynamic-text img {
	margin-bottom: 0
}
.dynamic-text .text-wrap.pad-left {
	padding-left: 73px
}
.dynamic-text .content-block p:last-child {
	margin-bottom: 0
}
}
.widget.dynamic-text .a-btn-primary .px-2 {
	padding-left: 0px !important
}
.specialist-hero {
	width: 100%;
	padding: 22px 0 0 0;
	background: linear-gradient(90deg, #4954a7 0%, #408cc4 85%);
	position: relative
}
.specialist-hero .photo-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%
}
.specialist-hero .photo-block .img-wrap {
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 7px
}
.specialist-hero .info-block {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%;
	color: white;
	text-align: center
}
.specialist-hero .info-block .dr-name {
	font-size: 1.875rem;
	line-height: 2.5rem;
	font-family: "NeutrafaceTextBook";
	margin: 0;
	padding: 0;
	color: inherit
}
.specialist-hero .info-block .dr-titles {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	font-family: "NeutrafaceTextBook";
	color: inherit;
	margin-bottom: 15px
}
.specialist-hero .info-block .dr-website, .specialist-hero .info-block .dr-languages {
	font-size: 1rem;
	line-height: 1.625rem;
	display: inline-block;
	position: relative;
	color: white;
	margin-bottom: 10px;
	text-decoration: none
}
.specialist-hero .info-block .dr-website .txt-bold, .specialist-hero .info-block .dr-languages .txt-bold {
	font-weight: 800
}
.specialist-hero .info-block .dr-website .icon, .specialist-hero .info-block .dr-languages .icon {
	width: 14px;
	height: 14px;
	position: relative;
	left: -6px
}
.specialist-hero .info-block .dr-website .txt-bold {
	text-decoration: underline
}
.specialist-hero .info-block .dr-website:hover {
	color: #0398ff
}
.specialist-hero .info-block .dr-languages .icon {
	width: 18px;
	height: 18px;
	top: -1px
}
.specialist-hero .info-block .btn-primary-alt {
	margin-bottom: 27px
}
.specialist-hero .specialities {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%;
	background-color: #7763ad;
	color: white
}
.specialist-hero .specialities .specialities--inner {
	display: flex;
	width: 100%;
	padding: 15px 0
}
.specialist-hero .specialities .col {
	padding: 0 30px 0 15px
}
.specialist-hero .specialities .col:last-child {
	position: relative;
	padding: 0 15px 0 30px
}
.specialist-hero .specialities .col:last-child:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -2px;
	top: 0;
	background: #337F87
}
.specialist-hero .specialities .list-title {
	font-size: 1rem;
	line-height: 1.625rem;
	font-weight: bold;
	margin-bottom: 9px
}
.specialist-hero .specialities ul {
	list-style-type: none
}
.specialist-hero .specialities li, .specialist-hero .specialities a {
	font-size: .875rem;
	line-height: 1.625rem
}
.specialist-hero .specialities a {
	display: block;
	margin-bottom: 6px;
	text-decoration: underline;
	color: inherit
}

@media (min-width: 992px) {
.specialist-hero {
	padding: 53px 0 90px 0
}
.specialist-hero .photo-block {
	flex: 0 0 25%;
	max-width: 25%
}
.specialist-hero .photo-block .img-wrap {
	width: 100%;
	height: auto
}
.specialist-hero .info-block {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	text-align: left;
	padding: 0 20px
}
.specialist-hero .info-block .dr-name {
	font-size: 2.5rem;
	line-height: 2.4375rem;
	padding-bottom: 15px
}
.specialist-hero .info-block .dr-website, .specialist-hero .info-block .dr-languages {
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 25px;
	padding-left: 6px
}
.specialist-hero .info-block .btn-primary-alt {
	margin-bottom: 45px
}
.specialist-hero .specialities {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
	align-self: flex-start;
	box-shadow: 0 53px 30px -54px rgba(0,0,0,0.5);
	background-color: transparent
}
.specialist-hero .specialities .specialities--inner {
	padding: 25px 15px;
	background-color: #7763ad;
	border-radius: 6px
}
.specialist-hero .specialities .list-title {
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 16px
}
.specialist-hero .specialities li, .specialist-hero .specialities a {
	font-size: 1rem;
	line-height: 1.625rem
}
.specialist-hero .specialities a {
	margin-bottom: 17px
}
}

@media (min-width: 1200px) {
.specialist-hero .specialities .specialities--inner {
	padding: 25px 30px
}
}
.specialist-locations {
	width: 100%;
	max-width: 1250px;
	margin: auto;
	background: #f1f7ff
}
.specialist-locations .btn-accordion-trigger {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	width: 100%;
	position: relative;
	display: flex;
	padding: 26px 20px;
	background: #f1f7ff;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	border-bottom: solid 1px #dcddde
}
.specialist-locations .btn-accordion-trigger:focus, .specialist-locations .btn-accordion-trigger:active {
	outline: none
}
.specialist-locations .btn-accordion-trigger .icon {
	display: block;
	width: 17px;
	height: 17px
}
.specialist-locations .btn-accordion-trigger .icon.category {
	margin-right: 18px;
	position: relative;
	top: 4px
}
.specialist-locations .btn-accordion-trigger .icon.chevron {
	transition-property: transform;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	width: 24px;
	height: 24px;
	margin-left: auto;
	transform-origin: center center
}
.specialist-locations .btn-accordion-trigger.active {
	background: red
}
.specialist-locations .accordion-content {
	transition-property: max-height;
	transition-duration: 350ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	display: none;
	overflow: hidden
}
.specialist-locations .accordion-content .inner {
	padding: 30px 15px
}
.specialist-locations .accordion-item.active .btn-accordion-trigger {
	border-color: transparent
}
.specialist-locations .accordion-item.active .btn-accordion-trigger .icon.chevron {
	transform: scaleY(-1)
}
.specialist-locations .accordion-item.active .accordion-content {
	border-bottom: solid 1px #dcddde
}
.specialist-locations .hospitals {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%
}
.specialist-locations .hospitals p {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: bold;
	color: #222d37;
	margin-bottom: 14px
}
.specialist-locations .consult-rooms {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%;
	color: #222d37
}
.specialist-locations .consult-rooms .room-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #979797
}
.specialist-locations .consult-rooms .room-item:last-child {
	border-bottom: none
}
.specialist-locations .consult-rooms .address, .specialist-locations .consult-rooms .contact {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%
}
.specialist-locations .consult-rooms .address {
	padding-bottom: 20px
}
.specialist-locations .consult-rooms p, .specialist-locations .consult-rooms a {
	font-size: 1rem;
	line-height: 1.375rem;
	margin: 0;
	padding: 0;
	color: inherit
}
.specialist-locations .consult-rooms a {
	text-decoration: underline;
	word-break: break-word
}
.specialist-locations .consult-rooms a:hover {
	color: #337F87
}
.specialist-locations .consult-rooms .contact p {
	margin-bottom: 2px
}

@media (min-width: 992px) {
.specialist-locations {
	padding-bottom: 50px;
	border-radius: 6px
}
.specialist-locations .btn-accordion-trigger {
	border: none;
	pointer-events: none;
	cursor: default;
	padding: 26px 0
}
.specialist-locations .btn-accordion-trigger .icon.chevron {
	display: none
}
.specialist-locations .accordion-content {
	display: block;
	border-bottom: 0 !important
}
.specialist-locations .accordion-content .inner {
	padding: 12px 0 0 0
}
.specialist-locations .hospitals {
	flex: 0 0 25%;
	max-width: 25%;
	margin-left: 8.33333%;
	padding-right: 15px
}
.specialist-locations .hospitals p {
	margin-bottom: 38px
}
.specialist-locations .consult-rooms {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
	padding-left: 77px;
	padding-right: 30px;
	position: relative
}
.specialist-locations .consult-rooms:before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 30px;
	width: 1px;
	height: calc(100% - 60px);
	background: #979797
}
.specialist-locations .consult-rooms .room-item {
	margin-bottom: 27px;
	padding-bottom: 0;
	border-bottom: 0
}
.specialist-locations .consult-rooms .room-item:last-child {
	margin-bottom: 0
}
.specialist-locations .consult-rooms .address {
	flex: 0 0 100%;
	max-width: 100%
}
.specialist-locations .consult-rooms .contact {
	flex: 0 0 100%;
	max-width: 100%
}
}

@media (min-width: 1200px) {
.specialist-locations .consult-rooms .address {
	flex: 0 0 50%;
	max-width: 50%;
	padding-bottom: 0
}
.specialist-locations .consult-rooms .contact {
	flex: 0 0 50%;
	max-width: 50%
}
}
.specialist-bio {
	margin: 20px 0
}
.specialist-bio .affiliations {
	padding-top: 50px
}
.specialist-bio ul, .specialist-bio li {
	color: #337F87
}

@media (min-width: 992px) {
.specialist-bio {
	margin: 40px 0
}
}
.specialist-listing {
	background-color: #f4f4f5
}
.specialist-listing .listing-wrapper {
	padding-top: 27px
}
.specialist-listing .specialist-tile {
	padding-bottom: 23px
}

@media (min-width: 992px) {
.specialist-listing .listing-wrapper {
	padding-top: 70px
}
.specialist-listing .specialist-tile {
	padding-bottom: 32px
}
}
.specialist-tile {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.specialist-tile .primary-block {
	text-align: center;
	padding: 33px 15px 22px 15px;
	border-bottom: solid 1px #dcddde;
	background: white;
	border-radius: 6px 6px 0 0
}
.specialist-tile .photo {
	display: block;
	width: 83px;
	height: 83px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 25px
}
.specialist-tile .name {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	color: #337F87;
	font-family: "NeutrafaceTextBook";
	text-decoration: underline;
	display: block;
	margin-bottom: 20px
}
.specialist-tile .name:hover {
	color: #007acf
}
.specialist-tile .specialities {
	font-size: .875rem;
	line-height: 1.1875rem;
	margin: 0;
	padding: 0;
	color: #408cc4;
	font-weight: bold
}
.specialist-tile .location-block {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	padding: 32px 20px 0 20px;
	border-bottom: solid 1px #dcddde;
	background: white
}
.specialist-tile .location-row {
	display: flex;
	padding-bottom: 21px
}
.specialist-tile .location-row p {
	margin: 0
}
.specialist-tile .location-row .icon {
	display: block;
	width: 18px;
	height: 18px;
	margin-left: 12px;
	margin-right: 15px
}
.specialist-tile .location-row .copy {
	width: 100%
}
.specialist-tile .location-row .title {
	font-size: .875rem;
	line-height: 1.1875rem;
	color: #408cc4;
	font-weight: bold;
	margin-bottom: 3px
}
.specialist-tile .location-row .all-hospitals {
	font-size: .875rem;
	line-height: 1.6875rem;
	color: #525252;
	font-weight: bold
}
.specialist-tile .location-row .all-rooms {
	font-size: .875rem;
	line-height: 1.375rem;
	color: #525252
}
.specialist-tile .cta-block {
	display: flex;
	max-height: 72px;
	background: white;
	border-radius: 0 0 6px 6px
}
.specialist-tile .cta-block .col {
	padding: 23px 0;
	text-align: center
}
.specialist-tile .cta-block .book-now {
	border-left: solid 1px #dcddde
}
.specialist-tile .cta-block .more-info a {
	color: #7763ad
}
.specialist-tile .cta-block .more-info a:hover {
	color: #337F87
}

@media (min-width: 992px) {
.specialist-tile .primary-block {
	padding: 33px 20px 22px 20px
}
.specialist-tile .photo {
	width: 111px;
	height: 111px
}
.specialist-tile .specialities {
	font-size: 1rem;
	line-height: 1.1875rem
}
.specialist-tile .location-row .title {
	font-size: 1rem;
	line-height: 1.1875rem
}
.specialist-tile .location-row .all-hospitals {
	font-size: 1rem;
	line-height: 1.6875rem
}
.specialist-tile .location-row .all-rooms {
	font-size: 1rem;
	line-height: 1.375rem
}
}
.iframe-widget {
	width: 100%;
	margin: 3px 0
}
.iframe-widget iframe {
	width: 100%;
	border: none;
	overflow: hidden
}

@media (min-width: 992px) {
.iframe-widget {
	margin: 60px 0
}
}
.news-listing .title-block {
	padding-bottom: 30px
}
.news-listing .news-tile {
	padding-bottom: 0
}

@media (min-width: 992px) {
.news-listing .title-block {
	padding-bottom: 50px
}
}
.news-tile {
	padding-bottom: 20px
}
.news-tile .img-block {
	width: 100%;
	position: relative;
	border-radius: 6px;
	overflow: hidden
}
.news-tile .label {
	background-image: linear-gradient(45deg, #4954A7 25%, #408cc4 100%);
	position: absolute;
	left: 5px;
	bottom: 0;
	padding: 11px 28px 9px 28px;
	border-radius: 6px 6px 0 0;
	font-family: "NeutrafaceTextBook";
	color: white;
	text-align: center
}
.news-tile .label span {
	font-size: 1rem;
	line-height: 1.25rem
}
.news-tile .label-green {
	background-image: none !important;
	background-color: #2DB091 !important
}
.news-tile .label-purple {
	background-image: none !important;
	background-color: #7763AD !important
}
.news-tile .label-dark-blue {
	background-image: none !important;
	background-color: #012660 !important
}
.news-tile .txt-block {
	padding-top: 19px
}
.news-tile .sub-txt {
	font-size: .8125rem;
	line-height: 1rem;
	color: #747679;
	margin-bottom: 16px
}
.news-tile a {
	font-size: 1.3125rem;
	line-height: .5rem;
	transition-property: color;
	transition-duration: 250ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	font-family: "NeutrafaceTextBook";
	color: black;
	text-decoration: none
}
.news-tile a:hover {
	color: #337F87
}

@media (max-width: 991.98px) {
.news-tile .link-wrap {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden
}
}

@media (min-width: 992px) {
.news-tile {
	padding-bottom: 30px
}
.news-tile .label {
	min-width: 116px;
	left: 16px;
	text-align: center
}
.news-tile .txt-block {
	padding-top: 23px
}
.news-tile .sub-txt {
	font-size: .875rem;
	line-height: 1rem;
	margin-bottom: 21px
}
.news-tile a {
	font-size: 1.3125rem;
	line-height: 1.5625rem
}
}
.child-grid-listing {
	background: #f4f4f5
}
.child-grid-listing .child-grid-tile a {
	margin-bottom: 17px
}

@media (min-width: 992px) {
.child-grid-listing .child-grid-tile a {
	margin-bottom: 30px
}
}
.child-grid-tile {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 350px
}
.child-grid-tile a {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: black;
	border-radius: 5px;
	overflow: hidden
}
.child-grid-tile .tile-img {
	width: 100%
}
.child-grid-tile .tile-body {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	padding: 15px 15px 12px 15px;
	background-color: white;
	min-height: 150px
}
.child-grid-tile .child-grid-name {
	font-size: 1.3125rem;
	line-height: 1.5625rem;
	transition: color 250ms ease;
	font-family: "NeutrafaceTextBook";
	font-weight: normal
}
.child-grid-tile .child-grid-info {
	font-size: .8125rem;
	line-height: 1rem;
	color: #525252
}
.child-grid-tile .child-grid-info p {
	margin-bottom: 8px;
	color: inherit
}
.child-grid-tile .child-grid-info p:last-of-type {
	margin-bottom: 0
}

@media (min-width: 992px) {
.child-grid-tile {
	min-height: 350px
}
.child-grid-tile .tile-body {
	padding: 12px 25px 20px 25px;
	min-height: 170px
}
.child-grid-tile a {
	transition-property: box-shadow;
	transition-duration: 500ms;
	transition-timing-function: ease;
	transition-delay: 0ms
}
.child-grid-tile a:hover {
	box-shadow: 0 30px 40px -18px rgba(164,164,164,0.3)
}
.child-grid-tile a:hover .hospital-name {
	color: #337F87
}
.child-grid-tile .child-grid-info {
	font-size: 1rem;
	line-height: 1.25rem
}
.child-grid-tile .child-grid-info p {
	margin-bottom: 11px
}
.child-grid-tile .child-grid-info p:last-of-type {
	margin-bottom: 0
}
}
.document-list .widget-title {
	font-size: 1.5625rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	font-weight: normal;
	color: #337F87;
	margin-bottom: 28px
}
.document-list .document-group {
	margin: 60px 0
}
.document-list .document-item {
	font-size: 1.5625rem;
	line-height: 2.3125rem;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	margin-bottom: 15px;
	width: 100%;
	border-radius: 6px;
	border: solid 1px #dcddde
}
.document-list .document-link {
	transition-property: background;
	transition-duration: 350ms;
	transition-timing-function: ease;
	transition-delay: 0ms;
	font-size: 1.125rem;
	line-height: 3.4375rem;
	padding-left: 20px;
	color: #222d37;
	font-family: "NeutrafaceTextBook";
	text-align: left;
	width: 100%;
	height: 100%;
	display: flex;
	text-decoration: none
}
.document-list .document-link .title {
	margin: 0
}
.document-list .document-link:hover {
	background-color: #e3f8f5
}
.document-list .icon-block {
	width: 57px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto
}
.document-list .icon-block .icon {
	width: 24px;
	height: 24px;
	color: #0099cc
}
.mission-statement-widget {
	text-align: center;
	position: relative
}
.mission-statement-widget:before {
	position: relative;
	content: '';
	display: block;
	width: 2px;
	height: 54px;
	margin: auto;
	margin-bottom: 15px;
	background: #babbbc
}
.mission-statement-widget .primary {
	font-size: 1.875rem;
	line-height: 2.5rem;
	font-family: "NeutrafaceTextBook";
	color: #337F87;
	margin-bottom: 25px
}
.mission-statement-widget .secondary {
	font-size: 1rem;
	line-height: 1.625rem;
	color: #222d37;
	margin-bottom: 40px
}
.mission-statement-widget img {
	display: block;
	width: 34px;
	margin: auto
}

@media (min-width: 992px) {
.mission-statement-widget .secondary {
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 20px
}
}


    .breadcrumb {
        position: relative;
    }

    .inforline-form .ktc-radio.ktc-radio-list {
        display: flex;
        padding-bottom: 10px;
    }

    .inforline-form .ktc-radio-list .ktc-radio {
        padding-left: 10px;
        white-space: nowrap;
    }

    .inforline-form label {
        font-weight: normal;
    }

    .inforline-form .formwidget input[type="radio"] ~ label::before {
        border: solid #2DB091;
        background: #fff;
    }

    .inforline-form .formwidget input[type="radio"]:checked ~ label::before {
        background: #2DB091;
    }

    .inforline-form .form-field {
        margin-bottom: 5px;
    }

    .inforline-form .formwidget input[type="submit"] {
        float: right;
        margin-right: 20px;
        background-color: #2DB091;
        background-image: none;
        padding-left: 36px;
        text-decoration: none;
    }


    .inforline-form .formwidget .col-lg-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .inforline-form .formwidget .offset-lg-2 {
        margin-left: 0px !important;
    }

    .inforline-form .formwidget .col-lg-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .inforline-form .field-validation-error {
        color: red;
    }


    .inforline-form .ktc-radio .form-control ~ .ktc-radio label::before {
        color: #fff;
    }

    .inforline-form .ktc-radio .form-control:active ~ .ktc-radio label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .inforline-form .ktc-radio .form-control:disabled ~ .ktc-radio label {
        color: #6c757d;
    }

        .inforline-form .ktc-radio .form-control:disabled ~ .ktc-radio label::before {
            background-color: #e9ecef;
        }

    .ortho-top.image-hero .widget-title {
        font-size: 1.5rem;
        line-height: 2.5rem;
        color: white;
        font-weight: bold;
        padding: 10px;
    }

        .ortho-top.image-hero .widget-title span {
            font-weight: normal;
            font-size: 1.2rem;
        }

    @media (min-width: 992px) {
        .ortho-top.image-hero .widget-title {
            font-size: 2.8rem;
            line-height: 4rem;
            color: white;
            text-align: left;
            margin: 0;
            padding: 0;
            font-weight: bold;
        }

            .ortho-top.image-hero .widget-title span {
                font-size: 1.5rem;
                line-height: 2.5rem;
                margin-bottom: 2px;
                display: block;
                font-weight: normal;
            }

        .generic-hero .inner {
            height: 620px;
        }

        .has-generic-hero.orthopaedics-hero, .has-generic-hero .generic-hero .inner {
            height: 385px;
        }

        .orthopaedics-hero.image-hero::before {
            height: 386px;
        }

        .orthopaedics-hero.image-hero::after {
            height: 385px;
        }

        .image-hero.orthopaedics-hero {
            height: 384px;
            position: static;
        }
    }

    @media (max-width: 991px) {
        .image-hero {
            position: static;
        }

        .has-generic-hero .inforline {
            position: relative;
        }

        .inforline-inner {
            border-radius: 0px 0px 0px 0px;
        }

        .has-generic-hero {
            display: flex;
            flex-direction: column;
        }

        .generic-hero {
            order: 2;
        }
    }

    .campaign-hero .widget-title {
        font-weight: normal !important;
        text-align: left;
        font-size: 40px !important;
    }

    .campaign-hero .title-block p {
        text-align: left;
    }

    .campaign-hero .btn-specialist {
        margin-left: 0px !important;
        max-width: 200px;
    }

    @media (min-width: 992px) {

        .subnav.campaign-nav {
            min-width: 275px !important;
        }

        .title-padding {
            padding: 50px 80px !important;
        }

        .inforline.contact-box {
            width: auto;
            top: 0px;
            right: 15px;
            margin-left: auto;
            position: relative;
        }


        .inforline.contact-box.stickOnScroll-on {
           right: calc(50% - 625px);
        }
    }

    .inforline-form .formwidget-submit-text {
        background-color: #fff;
        text-align: center;
        padding: 30px 0px 10px 0px;
        color: #005C9C;
        margin-top: -5px;
    }

    .inforline.contact-box .inforline-form {
        box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 12px 0px;
    }

    .inforline.contact-box {
        z-index: 150;
    }

 #our-treatments-panel .white-box img {
        width: 50px;
    }

    #our-treatments-panel .white-box .image {
        width: 55px;
        height: 75px;
    }

.content-block-wrapper {
        flex: inherit !important;
    }
