﻿

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@import url("https://fonts.googleapis.com/css?family=Hind+Guntur:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Amiko:700");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

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

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

.foundation-mq {
	font-family: "small=0em&medium=40em&featured=41.25em&filterbar=46.25em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
	box-sizing: border-box;
	font-size: 100%
}

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

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: "Hind Guntur", sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important
}

button {
	padding: 0;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto
}

[data-whatinput='mouse'] button {
	outline: 0
}

pre {
	overflow: auto
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit
}

.is-visible {
	display: block !important
}

.is-hidden {
	display: none !important
}

.grid-container {
	padding-right: .9375rem;
	padding-left: .9375rem;
	max-width: 78.75rem;
	margin-left: auto;
	margin-right: auto
}

@media print,
screen and (min-width: 40em) {
	.grid-container {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

.grid-container.fluid {
	padding-right: .9375rem;
	padding-left: .9375rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media print,
screen and (min-width: 40em) {
	.grid-container.fluid {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

.grid-x {
	display: flex;
	flex-flow: row wrap
}

.cell {
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%
}

.cell.auto {
	flex: 1 1 0px
}

.cell.shrink {
	flex: 0 0 auto
}

.grid-x>.auto {
	width: auto
}

.grid-x>.shrink {
	width: auto
}

.grid-x>.small-shrink,
.grid-x>.small-full,
.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
	flex-basis: auto
}

@media print,
screen and (min-width: 40em) {
	.grid-x>.medium-shrink,
	.grid-x>.medium-full,
	.grid-x>.medium-1,
	.grid-x>.medium-2,
	.grid-x>.medium-3,
	.grid-x>.medium-4,
	.grid-x>.medium-5,
	.grid-x>.medium-6,
	.grid-x>.medium-7,
	.grid-x>.medium-8,
	.grid-x>.medium-9,
	.grid-x>.medium-10,
	.grid-x>.medium-11,
	.grid-x>.medium-12 {
		flex-basis: auto
	}
}

@media print,
screen and (min-width: 41.25em) {
	.grid-x>.featured-shrink,
	.grid-x>.featured-full,
	.grid-x>.featured-1,
	.grid-x>.featured-2,
	.grid-x>.featured-3,
	.grid-x>.featured-4,
	.grid-x>.featured-5,
	.grid-x>.featured-6,
	.grid-x>.featured-7,
	.grid-x>.featured-8,
	.grid-x>.featured-9,
	.grid-x>.featured-10,
	.grid-x>.featured-11,
	.grid-x>.featured-12 {
		flex-basis: auto
	}
}

@media print,
screen and (min-width: 46.25em) {
	.grid-x>.filterbar-shrink,
	.grid-x>.filterbar-full,
	.grid-x>.filterbar-1,
	.grid-x>.filterbar-2,
	.grid-x>.filterbar-3,
	.grid-x>.filterbar-4,
	.grid-x>.filterbar-5,
	.grid-x>.filterbar-6,
	.grid-x>.filterbar-7,
	.grid-x>.filterbar-8,
	.grid-x>.filterbar-9,
	.grid-x>.filterbar-10,
	.grid-x>.filterbar-11,
	.grid-x>.filterbar-12 {
		flex-basis: auto
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-x>.large-shrink,
	.grid-x>.large-full,
	.grid-x>.large-1,
	.grid-x>.large-2,
	.grid-x>.large-3,
	.grid-x>.large-4,
	.grid-x>.large-5,
	.grid-x>.large-6,
	.grid-x>.large-7,
	.grid-x>.large-8,
	.grid-x>.large-9,
	.grid-x>.large-10,
	.grid-x>.large-11,
	.grid-x>.large-12 {
		flex-basis: auto
	}
}

@media screen and (min-width: 75em) {
	.grid-x>.xlarge-shrink,
	.grid-x>.xlarge-full,
	.grid-x>.xlarge-1,
	.grid-x>.xlarge-2,
	.grid-x>.xlarge-3,
	.grid-x>.xlarge-4,
	.grid-x>.xlarge-5,
	.grid-x>.xlarge-6,
	.grid-x>.xlarge-7,
	.grid-x>.xlarge-8,
	.grid-x>.xlarge-9,
	.grid-x>.xlarge-10,
	.grid-x>.xlarge-11,
	.grid-x>.xlarge-12 {
		flex-basis: auto
	}
}

.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
	flex: 0 0 auto
}

.grid-x>.small-1 {
	width: 8.33333%
}

.grid-x>.small-2 {
	width: 16.66667%
}

.grid-x>.small-3 {
	width: 25%
}

.grid-x>.small-4 {
	width: 33.33333%
}

.grid-x>.small-5 {
	width: 41.66667%
}

.grid-x>.small-6 {
	width: 50%
}

.grid-x>.small-7 {
	width: 58.33333%
}

.grid-x>.small-8 {
	width: 66.66667%
}

.grid-x>.small-9 {
	width: 75%
}

.grid-x>.small-10 {
	width: 83.33333%
}

.grid-x>.small-11 {
	width: 91.66667%
}

.grid-x>.small-12 {
	width: 100%
}

@media print,
screen and (min-width: 40em) {
	.grid-x>.medium-auto {
		flex: 1 1 0px;
		width: auto
	}
	.grid-x>.medium-shrink,
	.grid-x>.medium-1,
	.grid-x>.medium-2,
	.grid-x>.medium-3,
	.grid-x>.medium-4,
	.grid-x>.medium-5,
	.grid-x>.medium-6,
	.grid-x>.medium-7,
	.grid-x>.medium-8,
	.grid-x>.medium-9,
	.grid-x>.medium-10,
	.grid-x>.medium-11,
	.grid-x>.medium-12 {
		flex: 0 0 auto
	}
	.grid-x>.medium-shrink {
		width: auto
	}
	.grid-x>.medium-1 {
		width: 8.33333%
	}
	.grid-x>.medium-2 {
		width: 16.66667%
	}
	.grid-x>.medium-3 {
		width: 25%
	}
	.grid-x>.medium-4 {
		width: 33.33333%
	}
	.grid-x>.medium-5 {
		width: 41.66667%
	}
	.grid-x>.medium-6 {
		width: 50%
	}
	.grid-x>.medium-7 {
		width: 58.33333%
	}
	.grid-x>.medium-8 {
		width: 66.66667%
	}
	.grid-x>.medium-9 {
		width: 75%
	}
	.grid-x>.medium-10 {
		width: 83.33333%
	}
	.grid-x>.medium-11 {
		width: 91.66667%
	}
	.grid-x>.medium-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 41.25em) {
	.grid-x>.featured-auto {
		flex: 1 1 0px;
		width: auto
	}
	.grid-x>.featured-shrink,
	.grid-x>.featured-1,
	.grid-x>.featured-2,
	.grid-x>.featured-3,
	.grid-x>.featured-4,
	.grid-x>.featured-5,
	.grid-x>.featured-6,
	.grid-x>.featured-7,
	.grid-x>.featured-8,
	.grid-x>.featured-9,
	.grid-x>.featured-10,
	.grid-x>.featured-11,
	.grid-x>.featured-12 {
		flex: 0 0 auto
	}
	.grid-x>.featured-shrink {
		width: auto
	}
	.grid-x>.featured-1 {
		width: 8.33333%
	}
	.grid-x>.featured-2 {
		width: 16.66667%
	}
	.grid-x>.featured-3 {
		width: 25%
	}
	.grid-x>.featured-4 {
		width: 33.33333%
	}
	.grid-x>.featured-5 {
		width: 41.66667%
	}
	.grid-x>.featured-6 {
		width: 50%
	}
	.grid-x>.featured-7 {
		width: 58.33333%
	}
	.grid-x>.featured-8 {
		width: 66.66667%
	}
	.grid-x>.featured-9 {
		width: 75%
	}
	.grid-x>.featured-10 {
		width: 83.33333%
	}
	.grid-x>.featured-11 {
		width: 91.66667%
	}
	.grid-x>.featured-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 46.25em) {
	.grid-x>.filterbar-auto {
		flex: 1 1 0px;
		width: auto
	}
	.grid-x>.filterbar-shrink,
	.grid-x>.filterbar-1,
	.grid-x>.filterbar-2,
	.grid-x>.filterbar-3,
	.grid-x>.filterbar-4,
	.grid-x>.filterbar-5,
	.grid-x>.filterbar-6,
	.grid-x>.filterbar-7,
	.grid-x>.filterbar-8,
	.grid-x>.filterbar-9,
	.grid-x>.filterbar-10,
	.grid-x>.filterbar-11,
	.grid-x>.filterbar-12 {
		flex: 0 0 auto
	}
	.grid-x>.filterbar-shrink {
		width: auto
	}
	.grid-x>.filterbar-1 {
		width: 8.33333%
	}
	.grid-x>.filterbar-2 {
		width: 16.66667%
	}
	.grid-x>.filterbar-3 {
		width: 25%
	}
	.grid-x>.filterbar-4 {
		width: 33.33333%
	}
	.grid-x>.filterbar-5 {
		width: 41.66667%
	}
	.grid-x>.filterbar-6 {
		width: 50%
	}
	.grid-x>.filterbar-7 {
		width: 58.33333%
	}
	.grid-x>.filterbar-8 {
		width: 66.66667%
	}
	.grid-x>.filterbar-9 {
		width: 75%
	}
	.grid-x>.filterbar-10 {
		width: 83.33333%
	}
	.grid-x>.filterbar-11 {
		width: 91.66667%
	}
	.grid-x>.filterbar-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-x>.large-auto {
		flex: 1 1 0px;
		width: auto
	}
	.grid-x>.large-shrink,
	.grid-x>.large-1,
	.grid-x>.large-2,
	.grid-x>.large-3,
	.grid-x>.large-4,
	.grid-x>.large-5,
	.grid-x>.large-6,
	.grid-x>.large-7,
	.grid-x>.large-8,
	.grid-x>.large-9,
	.grid-x>.large-10,
	.grid-x>.large-11,
	.grid-x>.large-12 {
		flex: 0 0 auto
	}
	.grid-x>.large-shrink {
		width: auto
	}
	.grid-x>.large-1 {
		width: 8.33333%
	}
	.grid-x>.large-2 {
		width: 16.66667%
	}
	.grid-x>.large-3 {
		width: 25%
	}
	.grid-x>.large-4 {
		width: 33.33333%
	}
	.grid-x>.large-5 {
		width: 41.66667%
	}
	.grid-x>.large-6 {
		width: 50%
	}
	.grid-x>.large-7 {
		width: 58.33333%
	}
	.grid-x>.large-8 {
		width: 66.66667%
	}
	.grid-x>.large-9 {
		width: 75%
	}
	.grid-x>.large-10 {
		width: 83.33333%
	}
	.grid-x>.large-11 {
		width: 91.66667%
	}
	.grid-x>.large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.grid-x>.xlarge-auto {
		flex: 1 1 0px;
		width: auto
	}
	.grid-x>.xlarge-shrink,
	.grid-x>.xlarge-1,
	.grid-x>.xlarge-2,
	.grid-x>.xlarge-3,
	.grid-x>.xlarge-4,
	.grid-x>.xlarge-5,
	.grid-x>.xlarge-6,
	.grid-x>.xlarge-7,
	.grid-x>.xlarge-8,
	.grid-x>.xlarge-9,
	.grid-x>.xlarge-10,
	.grid-x>.xlarge-11,
	.grid-x>.xlarge-12 {
		flex: 0 0 auto
	}
	.grid-x>.xlarge-shrink {
		width: auto
	}
	.grid-x>.xlarge-1 {
		width: 8.33333%
	}
	.grid-x>.xlarge-2 {
		width: 16.66667%
	}
	.grid-x>.xlarge-3 {
		width: 25%
	}
	.grid-x>.xlarge-4 {
		width: 33.33333%
	}
	.grid-x>.xlarge-5 {
		width: 41.66667%
	}
	.grid-x>.xlarge-6 {
		width: 50%
	}
	.grid-x>.xlarge-7 {
		width: 58.33333%
	}
	.grid-x>.xlarge-8 {
		width: 66.66667%
	}
	.grid-x>.xlarge-9 {
		width: 75%
	}
	.grid-x>.xlarge-10 {
		width: 83.33333%
	}
	.grid-x>.xlarge-11 {
		width: 91.66667%
	}
	.grid-x>.xlarge-12 {
		width: 100%
	}
}

.grid-margin-x:not(.grid-x)>.cell {
	width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
	height: auto
}

.grid-margin-x {
	margin-left: -.9375rem;
	margin-right: -.9375rem
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x {
		margin-left: -.9375rem;
		margin-right: -.9375rem
	}
}

.grid-margin-x>.cell {
	width: calc(100% - 1.875rem);
	margin-left: .9375rem;
	margin-right: .9375rem
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x>.cell {
		width: calc(100% - 1.875rem);
		margin-left: .9375rem;
		margin-right: .9375rem
	}
}

.grid-margin-x>.auto {
	width: auto
}

.grid-margin-x>.shrink {
	width: auto
}

.grid-margin-x>.small-1 {
	width: calc(8.33333% - 1.875rem)
}

.grid-margin-x>.small-2 {
	width: calc(16.66667% - 1.875rem)
}

.grid-margin-x>.small-3 {
	width: calc(25% - 1.875rem)
}

.grid-margin-x>.small-4 {
	width: calc(33.33333% - 1.875rem)
}

.grid-margin-x>.small-5 {
	width: calc(41.66667% - 1.875rem)
}

.grid-margin-x>.small-6 {
	width: calc(50% - 1.875rem)
}

.grid-margin-x>.small-7 {
	width: calc(58.33333% - 1.875rem)
}

.grid-margin-x>.small-8 {
	width: calc(66.66667% - 1.875rem)
}

.grid-margin-x>.small-9 {
	width: calc(75% - 1.875rem)
}

.grid-margin-x>.small-10 {
	width: calc(83.33333% - 1.875rem)
}

.grid-margin-x>.small-11 {
	width: calc(91.66667% - 1.875rem)
}

.grid-margin-x>.small-12 {
	width: calc(100% - 1.875rem)
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x>.auto {
		width: auto
	}
	.grid-margin-x>.shrink {
		width: auto
	}
	.grid-margin-x>.small-1 {
		width: calc(8.33333% - 1.875rem)
	}
	.grid-margin-x>.small-2 {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x>.small-3 {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x>.small-4 {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x>.small-5 {
		width: calc(41.66667% - 1.875rem)
	}
	.grid-margin-x>.small-6 {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x>.small-7 {
		width: calc(58.33333% - 1.875rem)
	}
	.grid-margin-x>.small-8 {
		width: calc(66.66667% - 1.875rem)
	}
	.grid-margin-x>.small-9 {
		width: calc(75% - 1.875rem)
	}
	.grid-margin-x>.small-10 {
		width: calc(83.33333% - 1.875rem)
	}
	.grid-margin-x>.small-11 {
		width: calc(91.66667% - 1.875rem)
	}
	.grid-margin-x>.small-12 {
		width: calc(100% - 1.875rem)
	}
	.grid-margin-x>.medium-auto {
		width: auto
	}
	.grid-margin-x>.medium-shrink {
		width: auto
	}
	.grid-margin-x>.medium-1 {
		width: calc(8.33333% - 1.875rem)
	}
	.grid-margin-x>.medium-2 {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x>.medium-3 {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x>.medium-4 {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x>.medium-5 {
		width: calc(41.66667% - 1.875rem)
	}
	.grid-margin-x>.medium-6 {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x>.medium-7 {
		width: calc(58.33333% - 1.875rem)
	}
	.grid-margin-x>.medium-8 {
		width: calc(66.66667% - 1.875rem)
	}
	.grid-margin-x>.medium-9 {
		width: calc(75% - 1.875rem)
	}
	.grid-margin-x>.medium-10 {
		width: calc(83.33333% - 1.875rem)
	}
	.grid-margin-x>.medium-11 {
		width: calc(91.66667% - 1.875rem)
	}
	.grid-margin-x>.medium-12 {
		width: calc(100% - 1.875rem)
	}
}

@media print,
screen and (min-width: 41.25em) {
	.grid-margin-x>.featured-auto {
		width: auto
	}
	.grid-margin-x>.featured-shrink {
		width: auto
	}
	.grid-margin-x>.featured-1 {
		width: calc(8.33333% - 1.875rem)
	}
	.grid-margin-x>.featured-2 {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x>.featured-3 {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x>.featured-4 {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x>.featured-5 {
		width: calc(41.66667% - 1.875rem)
	}
	.grid-margin-x>.featured-6 {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x>.featured-7 {
		width: calc(58.33333% - 1.875rem)
	}
	.grid-margin-x>.featured-8 {
		width: calc(66.66667% - 1.875rem)
	}
	.grid-margin-x>.featured-9 {
		width: calc(75% - 1.875rem)
	}
	.grid-margin-x>.featured-10 {
		width: calc(83.33333% - 1.875rem)
	}
	.grid-margin-x>.featured-11 {
		width: calc(91.66667% - 1.875rem)
	}
	.grid-margin-x>.featured-12 {
		width: calc(100% - 1.875rem)
	}
}

@media print,
screen and (min-width: 46.25em) {
	.grid-margin-x>.filterbar-auto {
		width: auto
	}
	.grid-margin-x>.filterbar-shrink {
		width: auto
	}
	.grid-margin-x>.filterbar-1 {
		width: calc(8.33333% - 1.875rem)
	}
	.grid-margin-x>.filterbar-2 {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x>.filterbar-3 {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x>.filterbar-4 {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x>.filterbar-5 {
		width: calc(41.66667% - 1.875rem)
	}
	.grid-margin-x>.filterbar-6 {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x>.filterbar-7 {
		width: calc(58.33333% - 1.875rem)
	}
	.grid-margin-x>.filterbar-8 {
		width: calc(66.66667% - 1.875rem)
	}
	.grid-margin-x>.filterbar-9 {
		width: calc(75% - 1.875rem)
	}
	.grid-margin-x>.filterbar-10 {
		width: calc(83.33333% - 1.875rem)
	}
	.grid-margin-x>.filterbar-11 {
		width: calc(91.66667% - 1.875rem)
	}
	.grid-margin-x>.filterbar-12 {
		width: calc(100% - 1.875rem)
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-x>.large-auto {
		width: auto
	}
	.grid-margin-x>.large-shrink {
		width: auto
	}
	.grid-margin-x>.large-1 {
		width: calc(8.33333% - 1.875rem)
	}
	.grid-margin-x>.large-2 {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x>.large-3 {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x>.large-4 {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x>.large-5 {
		width: calc(41.66667% - 1.875rem)
	}
	.grid-margin-x>.large-6 {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x>.large-7 {
		width: calc(58.33333% - 1.875rem)
	}
	.grid-margin-x>.large-8 {
		width: calc(66.66667% - 1.875rem)
	}
	.grid-margin-x>.large-9 {
		width: calc(75% - 1.875rem)
	}
	.grid-margin-x>.large-10 {
		width: calc(83.33333% - 1.875rem)
	}
	.grid-margin-x>.large-11 {
		width: calc(91.66667% - 1.875rem)
	}
	.grid-margin-x>.large-12 {
		width: calc(100% - 1.875rem)
	}
}

@media screen and (min-width: 75em) {
	.grid-margin-x>.xlarge-auto {
		width: auto
	}
	.grid-margin-x>.xlarge-shrink {
		width: auto
	}
	.grid-margin-x>.xlarge-1 {
		width: calc(8.33333% - 1.875rem)
	}
	.grid-margin-x>.xlarge-2 {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x>.xlarge-3 {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x>.xlarge-4 {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x>.xlarge-5 {
		width: calc(41.66667% - 1.875rem)
	}
	.grid-margin-x>.xlarge-6 {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x>.xlarge-7 {
		width: calc(58.33333% - 1.875rem)
	}
	.grid-margin-x>.xlarge-8 {
		width: calc(66.66667% - 1.875rem)
	}
	.grid-margin-x>.xlarge-9 {
		width: calc(75% - 1.875rem)
	}
	.grid-margin-x>.xlarge-10 {
		width: calc(83.33333% - 1.875rem)
	}
	.grid-margin-x>.xlarge-11 {
		width: calc(91.66667% - 1.875rem)
	}
	.grid-margin-x>.xlarge-12 {
		width: calc(100% - 1.875rem)
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -.9375rem;
	margin-left: -.9375rem
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
}

.grid-container:not(.full)>.grid-padding-x {
	margin-right: -.9375rem;
	margin-left: -.9375rem
}

@media print,
screen and (min-width: 40em) {
	.grid-container:not(.full)>.grid-padding-x {
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
}

.grid-padding-x>.cell {
	padding-right: .9375rem;
	padding-left: .9375rem
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-x>.cell {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

.small-up-1>.cell {
	width: 100%
}

.small-up-2>.cell {
	width: 50%
}

.small-up-3>.cell {
	width: 33.33333%
}

.small-up-4>.cell {
	width: 25%
}

.small-up-5>.cell {
	width: 20%
}

.small-up-6>.cell {
	width: 16.66667%
}

.small-up-7>.cell {
	width: 14.28571%
}

.small-up-8>.cell {
	width: 12.5%
}

@media print,
screen and (min-width: 40em) {
	.medium-up-1>.cell {
		width: 100%
	}
	.medium-up-2>.cell {
		width: 50%
	}
	.medium-up-3>.cell {
		width: 33.33333%
	}
	.medium-up-4>.cell {
		width: 25%
	}
	.medium-up-5>.cell {
		width: 20%
	}
	.medium-up-6>.cell {
		width: 16.66667%
	}
	.medium-up-7>.cell {
		width: 14.28571%
	}
	.medium-up-8>.cell {
		width: 12.5%
	}
}

@media print,
screen and (min-width: 41.25em) {
	.featured-up-1>.cell {
		width: 100%
	}
	.featured-up-2>.cell {
		width: 50%
	}
	.featured-up-3>.cell {
		width: 33.33333%
	}
	.featured-up-4>.cell {
		width: 25%
	}
	.featured-up-5>.cell {
		width: 20%
	}
	.featured-up-6>.cell {
		width: 16.66667%
	}
	.featured-up-7>.cell {
		width: 14.28571%
	}
	.featured-up-8>.cell {
		width: 12.5%
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-up-1>.cell {
		width: 100%
	}
	.filterbar-up-2>.cell {
		width: 50%
	}
	.filterbar-up-3>.cell {
		width: 33.33333%
	}
	.filterbar-up-4>.cell {
		width: 25%
	}
	.filterbar-up-5>.cell {
		width: 20%
	}
	.filterbar-up-6>.cell {
		width: 16.66667%
	}
	.filterbar-up-7>.cell {
		width: 14.28571%
	}
	.filterbar-up-8>.cell {
		width: 12.5%
	}
}

@media print,
screen and (min-width: 64em) {
	.large-up-1>.cell {
		width: 100%
	}
	.large-up-2>.cell {
		width: 50%
	}
	.large-up-3>.cell {
		width: 33.33333%
	}
	.large-up-4>.cell {
		width: 25%
	}
	.large-up-5>.cell {
		width: 20%
	}
	.large-up-6>.cell {
		width: 16.66667%
	}
	.large-up-7>.cell {
		width: 14.28571%
	}
	.large-up-8>.cell {
		width: 12.5%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-up-1>.cell {
		width: 100%
	}
	.xlarge-up-2>.cell {
		width: 50%
	}
	.xlarge-up-3>.cell {
		width: 33.33333%
	}
	.xlarge-up-4>.cell {
		width: 25%
	}
	.xlarge-up-5>.cell {
		width: 20%
	}
	.xlarge-up-6>.cell {
		width: 16.66667%
	}
	.xlarge-up-7>.cell {
		width: 14.28571%
	}
	.xlarge-up-8>.cell {
		width: 12.5%
	}
}

.grid-margin-x.small-up-1>.cell {
	width: calc(100% - 1.875rem)
}

.grid-margin-x.small-up-2>.cell {
	width: calc(50% - 1.875rem)
}

.grid-margin-x.small-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}

.grid-margin-x.small-up-4>.cell {
	width: calc(25% - 1.875rem)
}

.grid-margin-x.small-up-5>.cell {
	width: calc(20% - 1.875rem)
}

.grid-margin-x.small-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}

.grid-margin-x.small-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}

.grid-margin-x.small-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x.small-up-1>.cell {
		width: calc(100% - 1.875rem)
	}
	.grid-margin-x.small-up-2>.cell {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x.small-up-3>.cell {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x.small-up-4>.cell {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x.small-up-5>.cell {
		width: calc(20% - 1.875rem)
	}
	.grid-margin-x.small-up-6>.cell {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x.small-up-7>.cell {
		width: calc(14.28571% - 1.875rem)
	}
	.grid-margin-x.small-up-8>.cell {
		width: calc(12.5% - 1.875rem)
	}
	.grid-margin-x.medium-up-1>.cell {
		width: calc(100% - 1.875rem)
	}
	.grid-margin-x.medium-up-2>.cell {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x.medium-up-3>.cell {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x.medium-up-4>.cell {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x.medium-up-5>.cell {
		width: calc(20% - 1.875rem)
	}
	.grid-margin-x.medium-up-6>.cell {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x.medium-up-7>.cell {
		width: calc(14.28571% - 1.875rem)
	}
	.grid-margin-x.medium-up-8>.cell {
		width: calc(12.5% - 1.875rem)
	}
}

@media print,
screen and (min-width: 41.25em) {
	.grid-margin-x.featured-up-1>.cell {
		width: calc(100% - 1.875rem)
	}
	.grid-margin-x.featured-up-2>.cell {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x.featured-up-3>.cell {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x.featured-up-4>.cell {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x.featured-up-5>.cell {
		width: calc(20% - 1.875rem)
	}
	.grid-margin-x.featured-up-6>.cell {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x.featured-up-7>.cell {
		width: calc(14.28571% - 1.875rem)
	}
	.grid-margin-x.featured-up-8>.cell {
		width: calc(12.5% - 1.875rem)
	}
}

@media print,
screen and (min-width: 46.25em) {
	.grid-margin-x.filterbar-up-1>.cell {
		width: calc(100% - 1.875rem)
	}
	.grid-margin-x.filterbar-up-2>.cell {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x.filterbar-up-3>.cell {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x.filterbar-up-4>.cell {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x.filterbar-up-5>.cell {
		width: calc(20% - 1.875rem)
	}
	.grid-margin-x.filterbar-up-6>.cell {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x.filterbar-up-7>.cell {
		width: calc(14.28571% - 1.875rem)
	}
	.grid-margin-x.filterbar-up-8>.cell {
		width: calc(12.5% - 1.875rem)
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-x.large-up-1>.cell {
		width: calc(100% - 1.875rem)
	}
	.grid-margin-x.large-up-2>.cell {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x.large-up-3>.cell {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x.large-up-4>.cell {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x.large-up-5>.cell {
		width: calc(20% - 1.875rem)
	}
	.grid-margin-x.large-up-6>.cell {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x.large-up-7>.cell {
		width: calc(14.28571% - 1.875rem)
	}
	.grid-margin-x.large-up-8>.cell {
		width: calc(12.5% - 1.875rem)
	}
}

@media screen and (min-width: 75em) {
	.grid-margin-x.xlarge-up-1>.cell {
		width: calc(100% - 1.875rem)
	}
	.grid-margin-x.xlarge-up-2>.cell {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x.xlarge-up-3>.cell {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x.xlarge-up-4>.cell {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x.xlarge-up-5>.cell {
		width: calc(20% - 1.875rem)
	}
	.grid-margin-x.xlarge-up-6>.cell {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x.xlarge-up-7>.cell {
		width: calc(14.28571% - 1.875rem)
	}
	.grid-margin-x.xlarge-up-8>.cell {
		width: calc(12.5% - 1.875rem)
	}
}

.small-margin-collapse {
	margin-right: 0;
	margin-left: 0
}

.small-margin-collapse>.cell {
	margin-right: 0;
	margin-left: 0
}

.small-margin-collapse>.small-1 {
	width: 8.33333%
}

.small-margin-collapse>.small-2 {
	width: 16.66667%
}

.small-margin-collapse>.small-3 {
	width: 25%
}

.small-margin-collapse>.small-4 {
	width: 33.33333%
}

.small-margin-collapse>.small-5 {
	width: 41.66667%
}

.small-margin-collapse>.small-6 {
	width: 50%
}

.small-margin-collapse>.small-7 {
	width: 58.33333%
}

.small-margin-collapse>.small-8 {
	width: 66.66667%
}

.small-margin-collapse>.small-9 {
	width: 75%
}

.small-margin-collapse>.small-10 {
	width: 83.33333%
}

.small-margin-collapse>.small-11 {
	width: 91.66667%
}

.small-margin-collapse>.small-12 {
	width: 100%
}

@media print,
screen and (min-width: 40em) {
	.small-margin-collapse>.medium-1 {
		width: 8.33333%
	}
	.small-margin-collapse>.medium-2 {
		width: 16.66667%
	}
	.small-margin-collapse>.medium-3 {
		width: 25%
	}
	.small-margin-collapse>.medium-4 {
		width: 33.33333%
	}
	.small-margin-collapse>.medium-5 {
		width: 41.66667%
	}
	.small-margin-collapse>.medium-6 {
		width: 50%
	}
	.small-margin-collapse>.medium-7 {
		width: 58.33333%
	}
	.small-margin-collapse>.medium-8 {
		width: 66.66667%
	}
	.small-margin-collapse>.medium-9 {
		width: 75%
	}
	.small-margin-collapse>.medium-10 {
		width: 83.33333%
	}
	.small-margin-collapse>.medium-11 {
		width: 91.66667%
	}
	.small-margin-collapse>.medium-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 41.25em) {
	.small-margin-collapse>.featured-1 {
		width: 8.33333%
	}
	.small-margin-collapse>.featured-2 {
		width: 16.66667%
	}
	.small-margin-collapse>.featured-3 {
		width: 25%
	}
	.small-margin-collapse>.featured-4 {
		width: 33.33333%
	}
	.small-margin-collapse>.featured-5 {
		width: 41.66667%
	}
	.small-margin-collapse>.featured-6 {
		width: 50%
	}
	.small-margin-collapse>.featured-7 {
		width: 58.33333%
	}
	.small-margin-collapse>.featured-8 {
		width: 66.66667%
	}
	.small-margin-collapse>.featured-9 {
		width: 75%
	}
	.small-margin-collapse>.featured-10 {
		width: 83.33333%
	}
	.small-margin-collapse>.featured-11 {
		width: 91.66667%
	}
	.small-margin-collapse>.featured-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 46.25em) {
	.small-margin-collapse>.filterbar-1 {
		width: 8.33333%
	}
	.small-margin-collapse>.filterbar-2 {
		width: 16.66667%
	}
	.small-margin-collapse>.filterbar-3 {
		width: 25%
	}
	.small-margin-collapse>.filterbar-4 {
		width: 33.33333%
	}
	.small-margin-collapse>.filterbar-5 {
		width: 41.66667%
	}
	.small-margin-collapse>.filterbar-6 {
		width: 50%
	}
	.small-margin-collapse>.filterbar-7 {
		width: 58.33333%
	}
	.small-margin-collapse>.filterbar-8 {
		width: 66.66667%
	}
	.small-margin-collapse>.filterbar-9 {
		width: 75%
	}
	.small-margin-collapse>.filterbar-10 {
		width: 83.33333%
	}
	.small-margin-collapse>.filterbar-11 {
		width: 91.66667%
	}
	.small-margin-collapse>.filterbar-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.small-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.small-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.small-margin-collapse>.large-3 {
		width: 25%
	}
	.small-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.small-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.small-margin-collapse>.large-6 {
		width: 50%
	}
	.small-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.small-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.small-margin-collapse>.large-9 {
		width: 75%
	}
	.small-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.small-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.small-margin-collapse>.large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.small-margin-collapse>.xlarge-1 {
		width: 8.33333%
	}
	.small-margin-collapse>.xlarge-2 {
		width: 16.66667%
	}
	.small-margin-collapse>.xlarge-3 {
		width: 25%
	}
	.small-margin-collapse>.xlarge-4 {
		width: 33.33333%
	}
	.small-margin-collapse>.xlarge-5 {
		width: 41.66667%
	}
	.small-margin-collapse>.xlarge-6 {
		width: 50%
	}
	.small-margin-collapse>.xlarge-7 {
		width: 58.33333%
	}
	.small-margin-collapse>.xlarge-8 {
		width: 66.66667%
	}
	.small-margin-collapse>.xlarge-9 {
		width: 75%
	}
	.small-margin-collapse>.xlarge-10 {
		width: 83.33333%
	}
	.small-margin-collapse>.xlarge-11 {
		width: 91.66667%
	}
	.small-margin-collapse>.xlarge-12 {
		width: 100%
	}
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0
}

.small-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.medium-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse>.small-1 {
		width: 8.33333%
	}
	.medium-margin-collapse>.small-2 {
		width: 16.66667%
	}
	.medium-margin-collapse>.small-3 {
		width: 25%
	}
	.medium-margin-collapse>.small-4 {
		width: 33.33333%
	}
	.medium-margin-collapse>.small-5 {
		width: 41.66667%
	}
	.medium-margin-collapse>.small-6 {
		width: 50%
	}
	.medium-margin-collapse>.small-7 {
		width: 58.33333%
	}
	.medium-margin-collapse>.small-8 {
		width: 66.66667%
	}
	.medium-margin-collapse>.small-9 {
		width: 75%
	}
	.medium-margin-collapse>.small-10 {
		width: 83.33333%
	}
	.medium-margin-collapse>.small-11 {
		width: 91.66667%
	}
	.medium-margin-collapse>.small-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse>.medium-1 {
		width: 8.33333%
	}
	.medium-margin-collapse>.medium-2 {
		width: 16.66667%
	}
	.medium-margin-collapse>.medium-3 {
		width: 25%
	}
	.medium-margin-collapse>.medium-4 {
		width: 33.33333%
	}
	.medium-margin-collapse>.medium-5 {
		width: 41.66667%
	}
	.medium-margin-collapse>.medium-6 {
		width: 50%
	}
	.medium-margin-collapse>.medium-7 {
		width: 58.33333%
	}
	.medium-margin-collapse>.medium-8 {
		width: 66.66667%
	}
	.medium-margin-collapse>.medium-9 {
		width: 75%
	}
	.medium-margin-collapse>.medium-10 {
		width: 83.33333%
	}
	.medium-margin-collapse>.medium-11 {
		width: 91.66667%
	}
	.medium-margin-collapse>.medium-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 41.25em) {
	.medium-margin-collapse>.featured-1 {
		width: 8.33333%
	}
	.medium-margin-collapse>.featured-2 {
		width: 16.66667%
	}
	.medium-margin-collapse>.featured-3 {
		width: 25%
	}
	.medium-margin-collapse>.featured-4 {
		width: 33.33333%
	}
	.medium-margin-collapse>.featured-5 {
		width: 41.66667%
	}
	.medium-margin-collapse>.featured-6 {
		width: 50%
	}
	.medium-margin-collapse>.featured-7 {
		width: 58.33333%
	}
	.medium-margin-collapse>.featured-8 {
		width: 66.66667%
	}
	.medium-margin-collapse>.featured-9 {
		width: 75%
	}
	.medium-margin-collapse>.featured-10 {
		width: 83.33333%
	}
	.medium-margin-collapse>.featured-11 {
		width: 91.66667%
	}
	.medium-margin-collapse>.featured-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 46.25em) {
	.medium-margin-collapse>.filterbar-1 {
		width: 8.33333%
	}
	.medium-margin-collapse>.filterbar-2 {
		width: 16.66667%
	}
	.medium-margin-collapse>.filterbar-3 {
		width: 25%
	}
	.medium-margin-collapse>.filterbar-4 {
		width: 33.33333%
	}
	.medium-margin-collapse>.filterbar-5 {
		width: 41.66667%
	}
	.medium-margin-collapse>.filterbar-6 {
		width: 50%
	}
	.medium-margin-collapse>.filterbar-7 {
		width: 58.33333%
	}
	.medium-margin-collapse>.filterbar-8 {
		width: 66.66667%
	}
	.medium-margin-collapse>.filterbar-9 {
		width: 75%
	}
	.medium-margin-collapse>.filterbar-10 {
		width: 83.33333%
	}
	.medium-margin-collapse>.filterbar-11 {
		width: 91.66667%
	}
	.medium-margin-collapse>.filterbar-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.medium-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.medium-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.medium-margin-collapse>.large-3 {
		width: 25%
	}
	.medium-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.medium-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.medium-margin-collapse>.large-6 {
		width: 50%
	}
	.medium-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.medium-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.medium-margin-collapse>.large-9 {
		width: 75%
	}
	.medium-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.medium-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.medium-margin-collapse>.large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.medium-margin-collapse>.xlarge-1 {
		width: 8.33333%
	}
	.medium-margin-collapse>.xlarge-2 {
		width: 16.66667%
	}
	.medium-margin-collapse>.xlarge-3 {
		width: 25%
	}
	.medium-margin-collapse>.xlarge-4 {
		width: 33.33333%
	}
	.medium-margin-collapse>.xlarge-5 {
		width: 41.66667%
	}
	.medium-margin-collapse>.xlarge-6 {
		width: 50%
	}
	.medium-margin-collapse>.xlarge-7 {
		width: 58.33333%
	}
	.medium-margin-collapse>.xlarge-8 {
		width: 66.66667%
	}
	.medium-margin-collapse>.xlarge-9 {
		width: 75%
	}
	.medium-margin-collapse>.xlarge-10 {
		width: 83.33333%
	}
	.medium-margin-collapse>.xlarge-11 {
		width: 91.66667%
	}
	.medium-margin-collapse>.xlarge-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.medium-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0
	}
}

@media print,
screen and (min-width: 41.25em) {
	.featured-margin-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.featured-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0
	}
}

@media print,
screen and (min-width: 41.25em) {
	.featured-margin-collapse>.small-1 {
		width: 8.33333%
	}
	.featured-margin-collapse>.small-2 {
		width: 16.66667%
	}
	.featured-margin-collapse>.small-3 {
		width: 25%
	}
	.featured-margin-collapse>.small-4 {
		width: 33.33333%
	}
	.featured-margin-collapse>.small-5 {
		width: 41.66667%
	}
	.featured-margin-collapse>.small-6 {
		width: 50%
	}
	.featured-margin-collapse>.small-7 {
		width: 58.33333%
	}
	.featured-margin-collapse>.small-8 {
		width: 66.66667%
	}
	.featured-margin-collapse>.small-9 {
		width: 75%
	}
	.featured-margin-collapse>.small-10 {
		width: 83.33333%
	}
	.featured-margin-collapse>.small-11 {
		width: 91.66667%
	}
	.featured-margin-collapse>.small-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 41.25em) {
	.featured-margin-collapse>.medium-1 {
		width: 8.33333%
	}
	.featured-margin-collapse>.medium-2 {
		width: 16.66667%
	}
	.featured-margin-collapse>.medium-3 {
		width: 25%
	}
	.featured-margin-collapse>.medium-4 {
		width: 33.33333%
	}
	.featured-margin-collapse>.medium-5 {
		width: 41.66667%
	}
	.featured-margin-collapse>.medium-6 {
		width: 50%
	}
	.featured-margin-collapse>.medium-7 {
		width: 58.33333%
	}
	.featured-margin-collapse>.medium-8 {
		width: 66.66667%
	}
	.featured-margin-collapse>.medium-9 {
		width: 75%
	}
	.featured-margin-collapse>.medium-10 {
		width: 83.33333%
	}
	.featured-margin-collapse>.medium-11 {
		width: 91.66667%
	}
	.featured-margin-collapse>.medium-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 41.25em) {
	.featured-margin-collapse>.featured-1 {
		width: 8.33333%
	}
	.featured-margin-collapse>.featured-2 {
		width: 16.66667%
	}
	.featured-margin-collapse>.featured-3 {
		width: 25%
	}
	.featured-margin-collapse>.featured-4 {
		width: 33.33333%
	}
	.featured-margin-collapse>.featured-5 {
		width: 41.66667%
	}
	.featured-margin-collapse>.featured-6 {
		width: 50%
	}
	.featured-margin-collapse>.featured-7 {
		width: 58.33333%
	}
	.featured-margin-collapse>.featured-8 {
		width: 66.66667%
	}
	.featured-margin-collapse>.featured-9 {
		width: 75%
	}
	.featured-margin-collapse>.featured-10 {
		width: 83.33333%
	}
	.featured-margin-collapse>.featured-11 {
		width: 91.66667%
	}
	.featured-margin-collapse>.featured-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 46.25em) {
	.featured-margin-collapse>.filterbar-1 {
		width: 8.33333%
	}
	.featured-margin-collapse>.filterbar-2 {
		width: 16.66667%
	}
	.featured-margin-collapse>.filterbar-3 {
		width: 25%
	}
	.featured-margin-collapse>.filterbar-4 {
		width: 33.33333%
	}
	.featured-margin-collapse>.filterbar-5 {
		width: 41.66667%
	}
	.featured-margin-collapse>.filterbar-6 {
		width: 50%
	}
	.featured-margin-collapse>.filterbar-7 {
		width: 58.33333%
	}
	.featured-margin-collapse>.filterbar-8 {
		width: 66.66667%
	}
	.featured-margin-collapse>.filterbar-9 {
		width: 75%
	}
	.featured-margin-collapse>.filterbar-10 {
		width: 83.33333%
	}
	.featured-margin-collapse>.filterbar-11 {
		width: 91.66667%
	}
	.featured-margin-collapse>.filterbar-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.featured-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.featured-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.featured-margin-collapse>.large-3 {
		width: 25%
	}
	.featured-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.featured-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.featured-margin-collapse>.large-6 {
		width: 50%
	}
	.featured-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.featured-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.featured-margin-collapse>.large-9 {
		width: 75%
	}
	.featured-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.featured-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.featured-margin-collapse>.large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.featured-margin-collapse>.xlarge-1 {
		width: 8.33333%
	}
	.featured-margin-collapse>.xlarge-2 {
		width: 16.66667%
	}
	.featured-margin-collapse>.xlarge-3 {
		width: 25%
	}
	.featured-margin-collapse>.xlarge-4 {
		width: 33.33333%
	}
	.featured-margin-collapse>.xlarge-5 {
		width: 41.66667%
	}
	.featured-margin-collapse>.xlarge-6 {
		width: 50%
	}
	.featured-margin-collapse>.xlarge-7 {
		width: 58.33333%
	}
	.featured-margin-collapse>.xlarge-8 {
		width: 66.66667%
	}
	.featured-margin-collapse>.xlarge-9 {
		width: 75%
	}
	.featured-margin-collapse>.xlarge-10 {
		width: 83.33333%
	}
	.featured-margin-collapse>.xlarge-11 {
		width: 91.66667%
	}
	.featured-margin-collapse>.xlarge-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 41.25em) {
	.featured-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.featured-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-margin-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.filterbar-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-margin-collapse>.small-1 {
		width: 8.33333%
	}
	.filterbar-margin-collapse>.small-2 {
		width: 16.66667%
	}
	.filterbar-margin-collapse>.small-3 {
		width: 25%
	}
	.filterbar-margin-collapse>.small-4 {
		width: 33.33333%
	}
	.filterbar-margin-collapse>.small-5 {
		width: 41.66667%
	}
	.filterbar-margin-collapse>.small-6 {
		width: 50%
	}
	.filterbar-margin-collapse>.small-7 {
		width: 58.33333%
	}
	.filterbar-margin-collapse>.small-8 {
		width: 66.66667%
	}
	.filterbar-margin-collapse>.small-9 {
		width: 75%
	}
	.filterbar-margin-collapse>.small-10 {
		width: 83.33333%
	}
	.filterbar-margin-collapse>.small-11 {
		width: 91.66667%
	}
	.filterbar-margin-collapse>.small-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-margin-collapse>.medium-1 {
		width: 8.33333%
	}
	.filterbar-margin-collapse>.medium-2 {
		width: 16.66667%
	}
	.filterbar-margin-collapse>.medium-3 {
		width: 25%
	}
	.filterbar-margin-collapse>.medium-4 {
		width: 33.33333%
	}
	.filterbar-margin-collapse>.medium-5 {
		width: 41.66667%
	}
	.filterbar-margin-collapse>.medium-6 {
		width: 50%
	}
	.filterbar-margin-collapse>.medium-7 {
		width: 58.33333%
	}
	.filterbar-margin-collapse>.medium-8 {
		width: 66.66667%
	}
	.filterbar-margin-collapse>.medium-9 {
		width: 75%
	}
	.filterbar-margin-collapse>.medium-10 {
		width: 83.33333%
	}
	.filterbar-margin-collapse>.medium-11 {
		width: 91.66667%
	}
	.filterbar-margin-collapse>.medium-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-margin-collapse>.featured-1 {
		width: 8.33333%
	}
	.filterbar-margin-collapse>.featured-2 {
		width: 16.66667%
	}
	.filterbar-margin-collapse>.featured-3 {
		width: 25%
	}
	.filterbar-margin-collapse>.featured-4 {
		width: 33.33333%
	}
	.filterbar-margin-collapse>.featured-5 {
		width: 41.66667%
	}
	.filterbar-margin-collapse>.featured-6 {
		width: 50%
	}
	.filterbar-margin-collapse>.featured-7 {
		width: 58.33333%
	}
	.filterbar-margin-collapse>.featured-8 {
		width: 66.66667%
	}
	.filterbar-margin-collapse>.featured-9 {
		width: 75%
	}
	.filterbar-margin-collapse>.featured-10 {
		width: 83.33333%
	}
	.filterbar-margin-collapse>.featured-11 {
		width: 91.66667%
	}
	.filterbar-margin-collapse>.featured-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-margin-collapse>.filterbar-1 {
		width: 8.33333%
	}
	.filterbar-margin-collapse>.filterbar-2 {
		width: 16.66667%
	}
	.filterbar-margin-collapse>.filterbar-3 {
		width: 25%
	}
	.filterbar-margin-collapse>.filterbar-4 {
		width: 33.33333%
	}
	.filterbar-margin-collapse>.filterbar-5 {
		width: 41.66667%
	}
	.filterbar-margin-collapse>.filterbar-6 {
		width: 50%
	}
	.filterbar-margin-collapse>.filterbar-7 {
		width: 58.33333%
	}
	.filterbar-margin-collapse>.filterbar-8 {
		width: 66.66667%
	}
	.filterbar-margin-collapse>.filterbar-9 {
		width: 75%
	}
	.filterbar-margin-collapse>.filterbar-10 {
		width: 83.33333%
	}
	.filterbar-margin-collapse>.filterbar-11 {
		width: 91.66667%
	}
	.filterbar-margin-collapse>.filterbar-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.filterbar-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.filterbar-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.filterbar-margin-collapse>.large-3 {
		width: 25%
	}
	.filterbar-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.filterbar-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.filterbar-margin-collapse>.large-6 {
		width: 50%
	}
	.filterbar-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.filterbar-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.filterbar-margin-collapse>.large-9 {
		width: 75%
	}
	.filterbar-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.filterbar-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.filterbar-margin-collapse>.large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.filterbar-margin-collapse>.xlarge-1 {
		width: 8.33333%
	}
	.filterbar-margin-collapse>.xlarge-2 {
		width: 16.66667%
	}
	.filterbar-margin-collapse>.xlarge-3 {
		width: 25%
	}
	.filterbar-margin-collapse>.xlarge-4 {
		width: 33.33333%
	}
	.filterbar-margin-collapse>.xlarge-5 {
		width: 41.66667%
	}
	.filterbar-margin-collapse>.xlarge-6 {
		width: 50%
	}
	.filterbar-margin-collapse>.xlarge-7 {
		width: 58.33333%
	}
	.filterbar-margin-collapse>.xlarge-8 {
		width: 66.66667%
	}
	.filterbar-margin-collapse>.xlarge-9 {
		width: 75%
	}
	.filterbar-margin-collapse>.xlarge-10 {
		width: 83.33333%
	}
	.filterbar-margin-collapse>.xlarge-11 {
		width: 91.66667%
	}
	.filterbar-margin-collapse>.xlarge-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.filterbar-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.large-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.small-1 {
		width: 8.33333%
	}
	.large-margin-collapse>.small-2 {
		width: 16.66667%
	}
	.large-margin-collapse>.small-3 {
		width: 25%
	}
	.large-margin-collapse>.small-4 {
		width: 33.33333%
	}
	.large-margin-collapse>.small-5 {
		width: 41.66667%
	}
	.large-margin-collapse>.small-6 {
		width: 50%
	}
	.large-margin-collapse>.small-7 {
		width: 58.33333%
	}
	.large-margin-collapse>.small-8 {
		width: 66.66667%
	}
	.large-margin-collapse>.small-9 {
		width: 75%
	}
	.large-margin-collapse>.small-10 {
		width: 83.33333%
	}
	.large-margin-collapse>.small-11 {
		width: 91.66667%
	}
	.large-margin-collapse>.small-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.medium-1 {
		width: 8.33333%
	}
	.large-margin-collapse>.medium-2 {
		width: 16.66667%
	}
	.large-margin-collapse>.medium-3 {
		width: 25%
	}
	.large-margin-collapse>.medium-4 {
		width: 33.33333%
	}
	.large-margin-collapse>.medium-5 {
		width: 41.66667%
	}
	.large-margin-collapse>.medium-6 {
		width: 50%
	}
	.large-margin-collapse>.medium-7 {
		width: 58.33333%
	}
	.large-margin-collapse>.medium-8 {
		width: 66.66667%
	}
	.large-margin-collapse>.medium-9 {
		width: 75%
	}
	.large-margin-collapse>.medium-10 {
		width: 83.33333%
	}
	.large-margin-collapse>.medium-11 {
		width: 91.66667%
	}
	.large-margin-collapse>.medium-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.featured-1 {
		width: 8.33333%
	}
	.large-margin-collapse>.featured-2 {
		width: 16.66667%
	}
	.large-margin-collapse>.featured-3 {
		width: 25%
	}
	.large-margin-collapse>.featured-4 {
		width: 33.33333%
	}
	.large-margin-collapse>.featured-5 {
		width: 41.66667%
	}
	.large-margin-collapse>.featured-6 {
		width: 50%
	}
	.large-margin-collapse>.featured-7 {
		width: 58.33333%
	}
	.large-margin-collapse>.featured-8 {
		width: 66.66667%
	}
	.large-margin-collapse>.featured-9 {
		width: 75%
	}
	.large-margin-collapse>.featured-10 {
		width: 83.33333%
	}
	.large-margin-collapse>.featured-11 {
		width: 91.66667%
	}
	.large-margin-collapse>.featured-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.filterbar-1 {
		width: 8.33333%
	}
	.large-margin-collapse>.filterbar-2 {
		width: 16.66667%
	}
	.large-margin-collapse>.filterbar-3 {
		width: 25%
	}
	.large-margin-collapse>.filterbar-4 {
		width: 33.33333%
	}
	.large-margin-collapse>.filterbar-5 {
		width: 41.66667%
	}
	.large-margin-collapse>.filterbar-6 {
		width: 50%
	}
	.large-margin-collapse>.filterbar-7 {
		width: 58.33333%
	}
	.large-margin-collapse>.filterbar-8 {
		width: 66.66667%
	}
	.large-margin-collapse>.filterbar-9 {
		width: 75%
	}
	.large-margin-collapse>.filterbar-10 {
		width: 83.33333%
	}
	.large-margin-collapse>.filterbar-11 {
		width: 91.66667%
	}
	.large-margin-collapse>.filterbar-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.large-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.large-margin-collapse>.large-3 {
		width: 25%
	}
	.large-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.large-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.large-margin-collapse>.large-6 {
		width: 50%
	}
	.large-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.large-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.large-margin-collapse>.large-9 {
		width: 75%
	}
	.large-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.large-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.large-margin-collapse>.large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.large-margin-collapse>.xlarge-1 {
		width: 8.33333%
	}
	.large-margin-collapse>.xlarge-2 {
		width: 16.66667%
	}
	.large-margin-collapse>.xlarge-3 {
		width: 25%
	}
	.large-margin-collapse>.xlarge-4 {
		width: 33.33333%
	}
	.large-margin-collapse>.xlarge-5 {
		width: 41.66667%
	}
	.large-margin-collapse>.xlarge-6 {
		width: 50%
	}
	.large-margin-collapse>.xlarge-7 {
		width: 58.33333%
	}
	.large-margin-collapse>.xlarge-8 {
		width: 66.66667%
	}
	.large-margin-collapse>.xlarge-9 {
		width: 75%
	}
	.large-margin-collapse>.xlarge-10 {
		width: 83.33333%
	}
	.large-margin-collapse>.xlarge-11 {
		width: 91.66667%
	}
	.large-margin-collapse>.xlarge-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.large-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.xlarge-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse>.small-1 {
		width: 8.33333%
	}
	.xlarge-margin-collapse>.small-2 {
		width: 16.66667%
	}
	.xlarge-margin-collapse>.small-3 {
		width: 25%
	}
	.xlarge-margin-collapse>.small-4 {
		width: 33.33333%
	}
	.xlarge-margin-collapse>.small-5 {
		width: 41.66667%
	}
	.xlarge-margin-collapse>.small-6 {
		width: 50%
	}
	.xlarge-margin-collapse>.small-7 {
		width: 58.33333%
	}
	.xlarge-margin-collapse>.small-8 {
		width: 66.66667%
	}
	.xlarge-margin-collapse>.small-9 {
		width: 75%
	}
	.xlarge-margin-collapse>.small-10 {
		width: 83.33333%
	}
	.xlarge-margin-collapse>.small-11 {
		width: 91.66667%
	}
	.xlarge-margin-collapse>.small-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse>.medium-1 {
		width: 8.33333%
	}
	.xlarge-margin-collapse>.medium-2 {
		width: 16.66667%
	}
	.xlarge-margin-collapse>.medium-3 {
		width: 25%
	}
	.xlarge-margin-collapse>.medium-4 {
		width: 33.33333%
	}
	.xlarge-margin-collapse>.medium-5 {
		width: 41.66667%
	}
	.xlarge-margin-collapse>.medium-6 {
		width: 50%
	}
	.xlarge-margin-collapse>.medium-7 {
		width: 58.33333%
	}
	.xlarge-margin-collapse>.medium-8 {
		width: 66.66667%
	}
	.xlarge-margin-collapse>.medium-9 {
		width: 75%
	}
	.xlarge-margin-collapse>.medium-10 {
		width: 83.33333%
	}
	.xlarge-margin-collapse>.medium-11 {
		width: 91.66667%
	}
	.xlarge-margin-collapse>.medium-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse>.featured-1 {
		width: 8.33333%
	}
	.xlarge-margin-collapse>.featured-2 {
		width: 16.66667%
	}
	.xlarge-margin-collapse>.featured-3 {
		width: 25%
	}
	.xlarge-margin-collapse>.featured-4 {
		width: 33.33333%
	}
	.xlarge-margin-collapse>.featured-5 {
		width: 41.66667%
	}
	.xlarge-margin-collapse>.featured-6 {
		width: 50%
	}
	.xlarge-margin-collapse>.featured-7 {
		width: 58.33333%
	}
	.xlarge-margin-collapse>.featured-8 {
		width: 66.66667%
	}
	.xlarge-margin-collapse>.featured-9 {
		width: 75%
	}
	.xlarge-margin-collapse>.featured-10 {
		width: 83.33333%
	}
	.xlarge-margin-collapse>.featured-11 {
		width: 91.66667%
	}
	.xlarge-margin-collapse>.featured-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse>.filterbar-1 {
		width: 8.33333%
	}
	.xlarge-margin-collapse>.filterbar-2 {
		width: 16.66667%
	}
	.xlarge-margin-collapse>.filterbar-3 {
		width: 25%
	}
	.xlarge-margin-collapse>.filterbar-4 {
		width: 33.33333%
	}
	.xlarge-margin-collapse>.filterbar-5 {
		width: 41.66667%
	}
	.xlarge-margin-collapse>.filterbar-6 {
		width: 50%
	}
	.xlarge-margin-collapse>.filterbar-7 {
		width: 58.33333%
	}
	.xlarge-margin-collapse>.filterbar-8 {
		width: 66.66667%
	}
	.xlarge-margin-collapse>.filterbar-9 {
		width: 75%
	}
	.xlarge-margin-collapse>.filterbar-10 {
		width: 83.33333%
	}
	.xlarge-margin-collapse>.filterbar-11 {
		width: 91.66667%
	}
	.xlarge-margin-collapse>.filterbar-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.xlarge-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.xlarge-margin-collapse>.large-3 {
		width: 25%
	}
	.xlarge-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.xlarge-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.xlarge-margin-collapse>.large-6 {
		width: 50%
	}
	.xlarge-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.xlarge-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.xlarge-margin-collapse>.large-9 {
		width: 75%
	}
	.xlarge-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.xlarge-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.xlarge-margin-collapse>.large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse>.xlarge-1 {
		width: 8.33333%
	}
	.xlarge-margin-collapse>.xlarge-2 {
		width: 16.66667%
	}
	.xlarge-margin-collapse>.xlarge-3 {
		width: 25%
	}
	.xlarge-margin-collapse>.xlarge-4 {
		width: 33.33333%
	}
	.xlarge-margin-collapse>.xlarge-5 {
		width: 41.66667%
	}
	.xlarge-margin-collapse>.xlarge-6 {
		width: 50%
	}
	.xlarge-margin-collapse>.xlarge-7 {
		width: 58.33333%
	}
	.xlarge-margin-collapse>.xlarge-8 {
		width: 66.66667%
	}
	.xlarge-margin-collapse>.xlarge-9 {
		width: 75%
	}
	.xlarge-margin-collapse>.xlarge-10 {
		width: 83.33333%
	}
	.xlarge-margin-collapse>.xlarge-11 {
		width: 91.66667%
	}
	.xlarge-margin-collapse>.xlarge-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.xlarge-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0
	}
}

.small-offset-0 {
	margin-left: 0%
}

.grid-margin-x>.small-offset-0 {
	margin-left: calc(0% + .9375rem)
}

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

.grid-margin-x>.small-offset-1 {
	margin-left: calc(8.33333% + .9375rem)
}

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

.grid-margin-x>.small-offset-2 {
	margin-left: calc(16.66667% + .9375rem)
}

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

.grid-margin-x>.small-offset-3 {
	margin-left: calc(25% + .9375rem)
}

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

.grid-margin-x>.small-offset-4 {
	margin-left: calc(33.33333% + .9375rem)
}

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

.grid-margin-x>.small-offset-5 {
	margin-left: calc(41.66667% + .9375rem)
}

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

.grid-margin-x>.small-offset-6 {
	margin-left: calc(50% + .9375rem)
}

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

.grid-margin-x>.small-offset-7 {
	margin-left: calc(58.33333% + .9375rem)
}

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

.grid-margin-x>.small-offset-8 {
	margin-left: calc(66.66667% + .9375rem)
}

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

.grid-margin-x>.small-offset-9 {
	margin-left: calc(75% + .9375rem)
}

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

.grid-margin-x>.small-offset-10 {
	margin-left: calc(83.33333% + .9375rem)
}

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

.grid-margin-x>.small-offset-11 {
	margin-left: calc(91.66667% + .9375rem)
}

@media print,
screen and (min-width: 40em) {
	.medium-offset-0 {
		margin-left: 0%
	}
	.grid-margin-x>.medium-offset-0 {
		margin-left: calc(0% + .9375rem)
	}
	.medium-offset-1 {
		margin-left: 8.33333%
	}
	.grid-margin-x>.medium-offset-1 {
		margin-left: calc(8.33333% + .9375rem)
	}
	.medium-offset-2 {
		margin-left: 16.66667%
	}
	.grid-margin-x>.medium-offset-2 {
		margin-left: calc(16.66667% + .9375rem)
	}
	.medium-offset-3 {
		margin-left: 25%
	}
	.grid-margin-x>.medium-offset-3 {
		margin-left: calc(25% + .9375rem)
	}
	.medium-offset-4 {
		margin-left: 33.33333%
	}
	.grid-margin-x>.medium-offset-4 {
		margin-left: calc(33.33333% + .9375rem)
	}
	.medium-offset-5 {
		margin-left: 41.66667%
	}
	.grid-margin-x>.medium-offset-5 {
		margin-left: calc(41.66667% + .9375rem)
	}
	.medium-offset-6 {
		margin-left: 50%
	}
	.grid-margin-x>.medium-offset-6 {
		margin-left: calc(50% + .9375rem)
	}
	.medium-offset-7 {
		margin-left: 58.33333%
	}
	.grid-margin-x>.medium-offset-7 {
		margin-left: calc(58.33333% + .9375rem)
	}
	.medium-offset-8 {
		margin-left: 66.66667%
	}
	.grid-margin-x>.medium-offset-8 {
		margin-left: calc(66.66667% + .9375rem)
	}
	.medium-offset-9 {
		margin-left: 75%
	}
	.grid-margin-x>.medium-offset-9 {
		margin-left: calc(75% + .9375rem)
	}
	.medium-offset-10 {
		margin-left: 83.33333%
	}
	.grid-margin-x>.medium-offset-10 {
		margin-left: calc(83.33333% + .9375rem)
	}
	.medium-offset-11 {
		margin-left: 91.66667%
	}
	.grid-margin-x>.medium-offset-11 {
		margin-left: calc(91.66667% + .9375rem)
	}
}

@media print,
screen and (min-width: 41.25em) {
	.featured-offset-0 {
		margin-left: 0%
	}
	.grid-margin-x>.featured-offset-0 {
		margin-left: calc(0% + .9375rem)
	}
	.featured-offset-1 {
		margin-left: 8.33333%
	}
	.grid-margin-x>.featured-offset-1 {
		margin-left: calc(8.33333% + .9375rem)
	}
	.featured-offset-2 {
		margin-left: 16.66667%
	}
	.grid-margin-x>.featured-offset-2 {
		margin-left: calc(16.66667% + .9375rem)
	}
	.featured-offset-3 {
		margin-left: 25%
	}
	.grid-margin-x>.featured-offset-3 {
		margin-left: calc(25% + .9375rem)
	}
	.featured-offset-4 {
		margin-left: 33.33333%
	}
	.grid-margin-x>.featured-offset-4 {
		margin-left: calc(33.33333% + .9375rem)
	}
	.featured-offset-5 {
		margin-left: 41.66667%
	}
	.grid-margin-x>.featured-offset-5 {
		margin-left: calc(41.66667% + .9375rem)
	}
	.featured-offset-6 {
		margin-left: 50%
	}
	.grid-margin-x>.featured-offset-6 {
		margin-left: calc(50% + .9375rem)
	}
	.featured-offset-7 {
		margin-left: 58.33333%
	}
	.grid-margin-x>.featured-offset-7 {
		margin-left: calc(58.33333% + .9375rem)
	}
	.featured-offset-8 {
		margin-left: 66.66667%
	}
	.grid-margin-x>.featured-offset-8 {
		margin-left: calc(66.66667% + .9375rem)
	}
	.featured-offset-9 {
		margin-left: 75%
	}
	.grid-margin-x>.featured-offset-9 {
		margin-left: calc(75% + .9375rem)
	}
	.featured-offset-10 {
		margin-left: 83.33333%
	}
	.grid-margin-x>.featured-offset-10 {
		margin-left: calc(83.33333% + .9375rem)
	}
	.featured-offset-11 {
		margin-left: 91.66667%
	}
	.grid-margin-x>.featured-offset-11 {
		margin-left: calc(91.66667% + .9375rem)
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-offset-0 {
		margin-left: 0%
	}
	.grid-margin-x>.filterbar-offset-0 {
		margin-left: calc(0% + .9375rem)
	}
	.filterbar-offset-1 {
		margin-left: 8.33333%
	}
	.grid-margin-x>.filterbar-offset-1 {
		margin-left: calc(8.33333% + .9375rem)
	}
	.filterbar-offset-2 {
		margin-left: 16.66667%
	}
	.grid-margin-x>.filterbar-offset-2 {
		margin-left: calc(16.66667% + .9375rem)
	}
	.filterbar-offset-3 {
		margin-left: 25%
	}
	.grid-margin-x>.filterbar-offset-3 {
		margin-left: calc(25% + .9375rem)
	}
	.filterbar-offset-4 {
		margin-left: 33.33333%
	}
	.grid-margin-x>.filterbar-offset-4 {
		margin-left: calc(33.33333% + .9375rem)
	}
	.filterbar-offset-5 {
		margin-left: 41.66667%
	}
	.grid-margin-x>.filterbar-offset-5 {
		margin-left: calc(41.66667% + .9375rem)
	}
	.filterbar-offset-6 {
		margin-left: 50%
	}
	.grid-margin-x>.filterbar-offset-6 {
		margin-left: calc(50% + .9375rem)
	}
	.filterbar-offset-7 {
		margin-left: 58.33333%
	}
	.grid-margin-x>.filterbar-offset-7 {
		margin-left: calc(58.33333% + .9375rem)
	}
	.filterbar-offset-8 {
		margin-left: 66.66667%
	}
	.grid-margin-x>.filterbar-offset-8 {
		margin-left: calc(66.66667% + .9375rem)
	}
	.filterbar-offset-9 {
		margin-left: 75%
	}
	.grid-margin-x>.filterbar-offset-9 {
		margin-left: calc(75% + .9375rem)
	}
	.filterbar-offset-10 {
		margin-left: 83.33333%
	}
	.grid-margin-x>.filterbar-offset-10 {
		margin-left: calc(83.33333% + .9375rem)
	}
	.filterbar-offset-11 {
		margin-left: 91.66667%
	}
	.grid-margin-x>.filterbar-offset-11 {
		margin-left: calc(91.66667% + .9375rem)
	}
}

@media print,
screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left: 0%
	}
	.grid-margin-x>.large-offset-0 {
		margin-left: calc(0% + .9375rem)
	}
	.large-offset-1 {
		margin-left: 8.33333%
	}
	.grid-margin-x>.large-offset-1 {
		margin-left: calc(8.33333% + .9375rem)
	}
	.large-offset-2 {
		margin-left: 16.66667%
	}
	.grid-margin-x>.large-offset-2 {
		margin-left: calc(16.66667% + .9375rem)
	}
	.large-offset-3 {
		margin-left: 25%
	}
	.grid-margin-x>.large-offset-3 {
		margin-left: calc(25% + .9375rem)
	}
	.large-offset-4 {
		margin-left: 33.33333%
	}
	.grid-margin-x>.large-offset-4 {
		margin-left: calc(33.33333% + .9375rem)
	}
	.large-offset-5 {
		margin-left: 41.66667%
	}
	.grid-margin-x>.large-offset-5 {
		margin-left: calc(41.66667% + .9375rem)
	}
	.large-offset-6 {
		margin-left: 50%
	}
	.grid-margin-x>.large-offset-6 {
		margin-left: calc(50% + .9375rem)
	}
	.large-offset-7 {
		margin-left: 58.33333%
	}
	.grid-margin-x>.large-offset-7 {
		margin-left: calc(58.33333% + .9375rem)
	}
	.large-offset-8 {
		margin-left: 66.66667%
	}
	.grid-margin-x>.large-offset-8 {
		margin-left: calc(66.66667% + .9375rem)
	}
	.large-offset-9 {
		margin-left: 75%
	}
	.grid-margin-x>.large-offset-9 {
		margin-left: calc(75% + .9375rem)
	}
	.large-offset-10 {
		margin-left: 83.33333%
	}
	.grid-margin-x>.large-offset-10 {
		margin-left: calc(83.33333% + .9375rem)
	}
	.large-offset-11 {
		margin-left: 91.66667%
	}
	.grid-margin-x>.large-offset-11 {
		margin-left: calc(91.66667% + .9375rem)
	}
}

@media screen and (min-width: 75em) {
	.xlarge-offset-0 {
		margin-left: 0%
	}
	.grid-margin-x>.xlarge-offset-0 {
		margin-left: calc(0% + .9375rem)
	}
	.xlarge-offset-1 {
		margin-left: 8.33333%
	}
	.grid-margin-x>.xlarge-offset-1 {
		margin-left: calc(8.33333% + .9375rem)
	}
	.xlarge-offset-2 {
		margin-left: 16.66667%
	}
	.grid-margin-x>.xlarge-offset-2 {
		margin-left: calc(16.66667% + .9375rem)
	}
	.xlarge-offset-3 {
		margin-left: 25%
	}
	.grid-margin-x>.xlarge-offset-3 {
		margin-left: calc(25% + .9375rem)
	}
	.xlarge-offset-4 {
		margin-left: 33.33333%
	}
	.grid-margin-x>.xlarge-offset-4 {
		margin-left: calc(33.33333% + .9375rem)
	}
	.xlarge-offset-5 {
		margin-left: 41.66667%
	}
	.grid-margin-x>.xlarge-offset-5 {
		margin-left: calc(41.66667% + .9375rem)
	}
	.xlarge-offset-6 {
		margin-left: 50%
	}
	.grid-margin-x>.xlarge-offset-6 {
		margin-left: calc(50% + .9375rem)
	}
	.xlarge-offset-7 {
		margin-left: 58.33333%
	}
	.grid-margin-x>.xlarge-offset-7 {
		margin-left: calc(58.33333% + .9375rem)
	}
	.xlarge-offset-8 {
		margin-left: 66.66667%
	}
	.grid-margin-x>.xlarge-offset-8 {
		margin-left: calc(66.66667% + .9375rem)
	}
	.xlarge-offset-9 {
		margin-left: 75%
	}
	.grid-margin-x>.xlarge-offset-9 {
		margin-left: calc(75% + .9375rem)
	}
	.xlarge-offset-10 {
		margin-left: 83.33333%
	}
	.grid-margin-x>.xlarge-offset-10 {
		margin-left: calc(83.33333% + .9375rem)
	}
	.xlarge-offset-11 {
		margin-left: 91.66667%
	}
	.grid-margin-x>.xlarge-offset-11 {
		margin-left: calc(91.66667% + .9375rem)
	}
}

.grid-y {
	display: flex;
	flex-flow: column nowrap
}

.grid-y>.cell {
	width: auto;
	max-width: none
}

.grid-y>.auto {
	height: auto
}

.grid-y>.shrink {
	height: auto
}

.grid-y>.small-shrink,
.grid-y>.small-full,
.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
	flex-basis: auto
}

@media print,
screen and (min-width: 40em) {
	.grid-y>.medium-shrink,
	.grid-y>.medium-full,
	.grid-y>.medium-1,
	.grid-y>.medium-2,
	.grid-y>.medium-3,
	.grid-y>.medium-4,
	.grid-y>.medium-5,
	.grid-y>.medium-6,
	.grid-y>.medium-7,
	.grid-y>.medium-8,
	.grid-y>.medium-9,
	.grid-y>.medium-10,
	.grid-y>.medium-11,
	.grid-y>.medium-12 {
		flex-basis: auto
	}
}

@media print,
screen and (min-width: 41.25em) {
	.grid-y>.featured-shrink,
	.grid-y>.featured-full,
	.grid-y>.featured-1,
	.grid-y>.featured-2,
	.grid-y>.featured-3,
	.grid-y>.featured-4,
	.grid-y>.featured-5,
	.grid-y>.featured-6,
	.grid-y>.featured-7,
	.grid-y>.featured-8,
	.grid-y>.featured-9,
	.grid-y>.featured-10,
	.grid-y>.featured-11,
	.grid-y>.featured-12 {
		flex-basis: auto
	}
}

@media print,
screen and (min-width: 46.25em) {
	.grid-y>.filterbar-shrink,
	.grid-y>.filterbar-full,
	.grid-y>.filterbar-1,
	.grid-y>.filterbar-2,
	.grid-y>.filterbar-3,
	.grid-y>.filterbar-4,
	.grid-y>.filterbar-5,
	.grid-y>.filterbar-6,
	.grid-y>.filterbar-7,
	.grid-y>.filterbar-8,
	.grid-y>.filterbar-9,
	.grid-y>.filterbar-10,
	.grid-y>.filterbar-11,
	.grid-y>.filterbar-12 {
		flex-basis: auto
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-y>.large-shrink,
	.grid-y>.large-full,
	.grid-y>.large-1,
	.grid-y>.large-2,
	.grid-y>.large-3,
	.grid-y>.large-4,
	.grid-y>.large-5,
	.grid-y>.large-6,
	.grid-y>.large-7,
	.grid-y>.large-8,
	.grid-y>.large-9,
	.grid-y>.large-10,
	.grid-y>.large-11,
	.grid-y>.large-12 {
		flex-basis: auto
	}
}

@media screen and (min-width: 75em) {
	.grid-y>.xlarge-shrink,
	.grid-y>.xlarge-full,
	.grid-y>.xlarge-1,
	.grid-y>.xlarge-2,
	.grid-y>.xlarge-3,
	.grid-y>.xlarge-4,
	.grid-y>.xlarge-5,
	.grid-y>.xlarge-6,
	.grid-y>.xlarge-7,
	.grid-y>.xlarge-8,
	.grid-y>.xlarge-9,
	.grid-y>.xlarge-10,
	.grid-y>.xlarge-11,
	.grid-y>.xlarge-12 {
		flex-basis: auto
	}
}

.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
	flex: 0 0 auto
}

.grid-y>.small-1 {
	height: 8.33333%
}

.grid-y>.small-2 {
	height: 16.66667%
}

.grid-y>.small-3 {
	height: 25%
}

.grid-y>.small-4 {
	height: 33.33333%
}

.grid-y>.small-5 {
	height: 41.66667%
}

.grid-y>.small-6 {
	height: 50%
}

.grid-y>.small-7 {
	height: 58.33333%
}

.grid-y>.small-8 {
	height: 66.66667%
}

.grid-y>.small-9 {
	height: 75%
}

.grid-y>.small-10 {
	height: 83.33333%
}

.grid-y>.small-11 {
	height: 91.66667%
}

.grid-y>.small-12 {
	height: 100%
}

@media print,
screen and (min-width: 40em) {
	.grid-y>.medium-auto {
		flex: 1 1 0px;
		height: auto
	}
	.grid-y>.medium-shrink,
	.grid-y>.medium-1,
	.grid-y>.medium-2,
	.grid-y>.medium-3,
	.grid-y>.medium-4,
	.grid-y>.medium-5,
	.grid-y>.medium-6,
	.grid-y>.medium-7,
	.grid-y>.medium-8,
	.grid-y>.medium-9,
	.grid-y>.medium-10,
	.grid-y>.medium-11,
	.grid-y>.medium-12 {
		flex: 0 0 auto
	}
	.grid-y>.medium-shrink {
		height: auto
	}
	.grid-y>.medium-1 {
		height: 8.33333%
	}
	.grid-y>.medium-2 {
		height: 16.66667%
	}
	.grid-y>.medium-3 {
		height: 25%
	}
	.grid-y>.medium-4 {
		height: 33.33333%
	}
	.grid-y>.medium-5 {
		height: 41.66667%
	}
	.grid-y>.medium-6 {
		height: 50%
	}
	.grid-y>.medium-7 {
		height: 58.33333%
	}
	.grid-y>.medium-8 {
		height: 66.66667%
	}
	.grid-y>.medium-9 {
		height: 75%
	}
	.grid-y>.medium-10 {
		height: 83.33333%
	}
	.grid-y>.medium-11 {
		height: 91.66667%
	}
	.grid-y>.medium-12 {
		height: 100%
	}
}

@media print,
screen and (min-width: 41.25em) {
	.grid-y>.featured-auto {
		flex: 1 1 0px;
		height: auto
	}
	.grid-y>.featured-shrink,
	.grid-y>.featured-1,
	.grid-y>.featured-2,
	.grid-y>.featured-3,
	.grid-y>.featured-4,
	.grid-y>.featured-5,
	.grid-y>.featured-6,
	.grid-y>.featured-7,
	.grid-y>.featured-8,
	.grid-y>.featured-9,
	.grid-y>.featured-10,
	.grid-y>.featured-11,
	.grid-y>.featured-12 {
		flex: 0 0 auto
	}
	.grid-y>.featured-shrink {
		height: auto
	}
	.grid-y>.featured-1 {
		height: 8.33333%
	}
	.grid-y>.featured-2 {
		height: 16.66667%
	}
	.grid-y>.featured-3 {
		height: 25%
	}
	.grid-y>.featured-4 {
		height: 33.33333%
	}
	.grid-y>.featured-5 {
		height: 41.66667%
	}
	.grid-y>.featured-6 {
		height: 50%
	}
	.grid-y>.featured-7 {
		height: 58.33333%
	}
	.grid-y>.featured-8 {
		height: 66.66667%
	}
	.grid-y>.featured-9 {
		height: 75%
	}
	.grid-y>.featured-10 {
		height: 83.33333%
	}
	.grid-y>.featured-11 {
		height: 91.66667%
	}
	.grid-y>.featured-12 {
		height: 100%
	}
}

@media print,
screen and (min-width: 46.25em) {
	.grid-y>.filterbar-auto {
		flex: 1 1 0px;
		height: auto
	}
	.grid-y>.filterbar-shrink,
	.grid-y>.filterbar-1,
	.grid-y>.filterbar-2,
	.grid-y>.filterbar-3,
	.grid-y>.filterbar-4,
	.grid-y>.filterbar-5,
	.grid-y>.filterbar-6,
	.grid-y>.filterbar-7,
	.grid-y>.filterbar-8,
	.grid-y>.filterbar-9,
	.grid-y>.filterbar-10,
	.grid-y>.filterbar-11,
	.grid-y>.filterbar-12 {
		flex: 0 0 auto
	}
	.grid-y>.filterbar-shrink {
		height: auto
	}
	.grid-y>.filterbar-1 {
		height: 8.33333%
	}
	.grid-y>.filterbar-2 {
		height: 16.66667%
	}
	.grid-y>.filterbar-3 {
		height: 25%
	}
	.grid-y>.filterbar-4 {
		height: 33.33333%
	}
	.grid-y>.filterbar-5 {
		height: 41.66667%
	}
	.grid-y>.filterbar-6 {
		height: 50%
	}
	.grid-y>.filterbar-7 {
		height: 58.33333%
	}
	.grid-y>.filterbar-8 {
		height: 66.66667%
	}
	.grid-y>.filterbar-9 {
		height: 75%
	}
	.grid-y>.filterbar-10 {
		height: 83.33333%
	}
	.grid-y>.filterbar-11 {
		height: 91.66667%
	}
	.grid-y>.filterbar-12 {
		height: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-y>.large-auto {
		flex: 1 1 0px;
		height: auto
	}
	.grid-y>.large-shrink,
	.grid-y>.large-1,
	.grid-y>.large-2,
	.grid-y>.large-3,
	.grid-y>.large-4,
	.grid-y>.large-5,
	.grid-y>.large-6,
	.grid-y>.large-7,
	.grid-y>.large-8,
	.grid-y>.large-9,
	.grid-y>.large-10,
	.grid-y>.large-11,
	.grid-y>.large-12 {
		flex: 0 0 auto
	}
	.grid-y>.large-shrink {
		height: auto
	}
	.grid-y>.large-1 {
		height: 8.33333%
	}
	.grid-y>.large-2 {
		height: 16.66667%
	}
	.grid-y>.large-3 {
		height: 25%
	}
	.grid-y>.large-4 {
		height: 33.33333%
	}
	.grid-y>.large-5 {
		height: 41.66667%
	}
	.grid-y>.large-6 {
		height: 50%
	}
	.grid-y>.large-7 {
		height: 58.33333%
	}
	.grid-y>.large-8 {
		height: 66.66667%
	}
	.grid-y>.large-9 {
		height: 75%
	}
	.grid-y>.large-10 {
		height: 83.33333%
	}
	.grid-y>.large-11 {
		height: 91.66667%
	}
	.grid-y>.large-12 {
		height: 100%
	}
}

@media screen and (min-width: 75em) {
	.grid-y>.xlarge-auto {
		flex: 1 1 0px;
		height: auto
	}
	.grid-y>.xlarge-shrink,
	.grid-y>.xlarge-1,
	.grid-y>.xlarge-2,
	.grid-y>.xlarge-3,
	.grid-y>.xlarge-4,
	.grid-y>.xlarge-5,
	.grid-y>.xlarge-6,
	.grid-y>.xlarge-7,
	.grid-y>.xlarge-8,
	.grid-y>.xlarge-9,
	.grid-y>.xlarge-10,
	.grid-y>.xlarge-11,
	.grid-y>.xlarge-12 {
		flex: 0 0 auto
	}
	.grid-y>.xlarge-shrink {
		height: auto
	}
	.grid-y>.xlarge-1 {
		height: 8.33333%
	}
	.grid-y>.xlarge-2 {
		height: 16.66667%
	}
	.grid-y>.xlarge-3 {
		height: 25%
	}
	.grid-y>.xlarge-4 {
		height: 33.33333%
	}
	.grid-y>.xlarge-5 {
		height: 41.66667%
	}
	.grid-y>.xlarge-6 {
		height: 50%
	}
	.grid-y>.xlarge-7 {
		height: 58.33333%
	}
	.grid-y>.xlarge-8 {
		height: 66.66667%
	}
	.grid-y>.xlarge-9 {
		height: 75%
	}
	.grid-y>.xlarge-10 {
		height: 83.33333%
	}
	.grid-y>.xlarge-11 {
		height: 91.66667%
	}
	.grid-y>.xlarge-12 {
		height: 100%
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -.9375rem;
	margin-bottom: -.9375rem
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem
	}
}

.grid-padding-y>.cell {
	padding-top: .9375rem;
	padding-bottom: .9375rem
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-y>.cell {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}
}

.grid-margin-y {
	margin-top: -.9375rem;
	margin-bottom: -.9375rem
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem
	}
}

.grid-margin-y>.cell {
	height: calc(100% - 1.875rem);
	margin-top: .9375rem;
	margin-bottom: .9375rem
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.cell {
		height: calc(100% - 1.875rem);
		margin-top: .9375rem;
		margin-bottom: .9375rem
	}
}

.grid-margin-y>.auto {
	height: auto
}

.grid-margin-y>.shrink {
	height: auto
}

.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.875rem)
}

.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.875rem)
}

.grid-margin-y>.small-3 {
	height: calc(25% - 1.875rem)
}

.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.875rem)
}

.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.875rem)
}

.grid-margin-y>.small-6 {
	height: calc(50% - 1.875rem)
}

.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.875rem)
}

.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.875rem)
}

.grid-margin-y>.small-9 {
	height: calc(75% - 1.875rem)
}

.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.875rem)
}

.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.875rem)
}

.grid-margin-y>.small-12 {
	height: calc(100% - 1.875rem)
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.auto {
		height: auto
	}
	.grid-margin-y>.shrink {
		height: auto
	}
	.grid-margin-y>.small-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.small-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.small-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.small-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.small-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.small-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.small-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.small-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.small-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.small-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.small-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.small-12 {
		height: calc(100% - 1.875rem)
	}
	.grid-margin-y>.medium-auto {
		height: auto
	}
	.grid-margin-y>.medium-shrink {
		height: auto
	}
	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.875rem)
	}
}

@media print,
screen and (min-width: 41.25em) {
	.grid-margin-y>.featured-auto {
		height: auto
	}
	.grid-margin-y>.featured-shrink {
		height: auto
	}
	.grid-margin-y>.featured-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.featured-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.featured-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.featured-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.featured-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.featured-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.featured-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.featured-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.featured-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.featured-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.featured-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.featured-12 {
		height: calc(100% - 1.875rem)
	}
}

@media print,
screen and (min-width: 46.25em) {
	.grid-margin-y>.filterbar-auto {
		height: auto
	}
	.grid-margin-y>.filterbar-shrink {
		height: auto
	}
	.grid-margin-y>.filterbar-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.filterbar-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.filterbar-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.filterbar-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.filterbar-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.filterbar-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.filterbar-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.filterbar-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.filterbar-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.filterbar-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.filterbar-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.filterbar-12 {
		height: calc(100% - 1.875rem)
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-y>.large-auto {
		height: auto
	}
	.grid-margin-y>.large-shrink {
		height: auto
	}
	.grid-margin-y>.large-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.large-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.large-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.large-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.large-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.large-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.large-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.large-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.large-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.large-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.large-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.large-12 {
		height: calc(100% - 1.875rem)
	}
}

@media screen and (min-width: 75em) {
	.grid-margin-y>.xlarge-auto {
		height: auto
	}
	.grid-margin-y>.xlarge-shrink {
		height: auto
	}
	.grid-margin-y>.xlarge-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.xlarge-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.xlarge-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.xlarge-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.xlarge-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.xlarge-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.xlarge-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.xlarge-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.xlarge-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.xlarge-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.xlarge-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.xlarge-12 {
		height: calc(100% - 1.875rem)
	}
}

.grid-frame {
	overflow: hidden;
	position: relative;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100vw
}

.cell .grid-frame {
	width: 100%
}

.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
	display: flex;
	flex-direction: column;
	max-height: 100%
}

.cell-block-container>.grid-x {
	max-height: 100%;
	flex-wrap: nowrap
}

@media print,
screen and (min-width: 40em) {
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw
	}
	.cell .medium-grid-frame {
		width: 100%
	}
	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.medium-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%
	}
	.medium-cell-block-container>.grid-x {
		max-height: 100%;
		flex-wrap: nowrap
	}
	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}

@media print,
screen and (min-width: 41.25em) {
	.featured-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw
	}
	.cell .featured-grid-frame {
		width: 100%
	}
	.featured-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.featured-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%
	}
	.featured-cell-block-container>.grid-x {
		max-height: 100%;
		flex-wrap: nowrap
	}
	.featured-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw
	}
	.cell .filterbar-grid-frame {
		width: 100%
	}
	.filterbar-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.filterbar-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%
	}
	.filterbar-cell-block-container>.grid-x {
		max-height: 100%;
		flex-wrap: nowrap
	}
	.filterbar-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}

@media print,
screen and (min-width: 64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw
	}
	.cell .large-grid-frame {
		width: 100%
	}
	.large-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.large-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%
	}
	.large-cell-block-container>.grid-x {
		max-height: 100%;
		flex-wrap: nowrap
	}
	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}

@media screen and (min-width: 75em) {
	.xlarge-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw
	}
	.cell .xlarge-grid-frame {
		width: 100%
	}
	.xlarge-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.xlarge-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%
	}
	.xlarge-cell-block-container>.grid-x {
		max-height: 100%;
		flex-wrap: nowrap
	}
	.xlarge-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}

.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 100vh
}

@media print,
screen and (min-width: 40em) {
	.grid-y.medium-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh
	}
}

@media print,
screen and (min-width: 41.25em) {
	.grid-y.featured-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh
	}
}

@media print,
screen and (min-width: 46.25em) {
	.grid-y.filterbar-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-y.large-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh
	}
}

@media screen and (min-width: 75em) {
	.grid-y.xlarge-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh
	}
}

.cell .grid-y.grid-frame {
	height: 100%
}

@media print,
screen and (min-width: 40em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%
	}
}

@media print,
screen and (min-width: 41.25em) {
	.cell .grid-y.featured-grid-frame {
		height: 100%
	}
}

@media print,
screen and (min-width: 46.25em) {
	.cell .grid-y.filterbar-grid-frame {
		height: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%
	}
}

@media screen and (min-width: 75em) {
	.cell .grid-y.xlarge-grid-frame {
		height: 100%
	}
}

.grid-margin-y {
	margin-top: -.9375rem;
	margin-bottom: -.9375rem
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem
	}
}

.grid-margin-y>.cell {
	height: calc(100% - 1.875rem);
	margin-top: .9375rem;
	margin-bottom: .9375rem
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.cell {
		height: calc(100% - 1.875rem);
		margin-top: .9375rem;
		margin-bottom: .9375rem
	}
}

.grid-margin-y>.auto {
	height: auto
}

.grid-margin-y>.shrink {
	height: auto
}

.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.875rem)
}

.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.875rem)
}

.grid-margin-y>.small-3 {
	height: calc(25% - 1.875rem)
}

.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.875rem)
}

.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.875rem)
}

.grid-margin-y>.small-6 {
	height: calc(50% - 1.875rem)
}

.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.875rem)
}

.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.875rem)
}

.grid-margin-y>.small-9 {
	height: calc(75% - 1.875rem)
}

.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.875rem)
}

.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.875rem)
}

.grid-margin-y>.small-12 {
	height: calc(100% - 1.875rem)
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.auto {
		height: auto
	}
	.grid-margin-y>.shrink {
		height: auto
	}
	.grid-margin-y>.small-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.small-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.small-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.small-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.small-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.small-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.small-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.small-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.small-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.small-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.small-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.small-12 {
		height: calc(100% - 1.875rem)
	}
	.grid-margin-y>.medium-auto {
		height: auto
	}
	.grid-margin-y>.medium-shrink {
		height: auto
	}
	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.875rem)
	}
}

@media print,
screen and (min-width: 41.25em) {
	.grid-margin-y>.featured-auto {
		height: auto
	}
	.grid-margin-y>.featured-shrink {
		height: auto
	}
	.grid-margin-y>.featured-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.featured-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.featured-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.featured-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.featured-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.featured-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.featured-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.featured-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.featured-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.featured-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.featured-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.featured-12 {
		height: calc(100% - 1.875rem)
	}
}

@media print,
screen and (min-width: 46.25em) {
	.grid-margin-y>.filterbar-auto {
		height: auto
	}
	.grid-margin-y>.filterbar-shrink {
		height: auto
	}
	.grid-margin-y>.filterbar-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.filterbar-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.filterbar-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.filterbar-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.filterbar-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.filterbar-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.filterbar-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.filterbar-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.filterbar-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.filterbar-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.filterbar-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.filterbar-12 {
		height: calc(100% - 1.875rem)
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-y>.large-auto {
		height: auto
	}
	.grid-margin-y>.large-shrink {
		height: auto
	}
	.grid-margin-y>.large-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.large-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.large-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.large-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.large-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.large-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.large-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.large-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.large-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.large-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.large-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.large-12 {
		height: calc(100% - 1.875rem)
	}
}

@media screen and (min-width: 75em) {
	.grid-margin-y>.xlarge-auto {
		height: auto
	}
	.grid-margin-y>.xlarge-shrink {
		height: auto
	}
	.grid-margin-y>.xlarge-1 {
		height: calc(8.33333% - 1.875rem)
	}
	.grid-margin-y>.xlarge-2 {
		height: calc(16.66667% - 1.875rem)
	}
	.grid-margin-y>.xlarge-3 {
		height: calc(25% - 1.875rem)
	}
	.grid-margin-y>.xlarge-4 {
		height: calc(33.33333% - 1.875rem)
	}
	.grid-margin-y>.xlarge-5 {
		height: calc(41.66667% - 1.875rem)
	}
	.grid-margin-y>.xlarge-6 {
		height: calc(50% - 1.875rem)
	}
	.grid-margin-y>.xlarge-7 {
		height: calc(58.33333% - 1.875rem)
	}
	.grid-margin-y>.xlarge-8 {
		height: calc(66.66667% - 1.875rem)
	}
	.grid-margin-y>.xlarge-9 {
		height: calc(75% - 1.875rem)
	}
	.grid-margin-y>.xlarge-10 {
		height: calc(83.33333% - 1.875rem)
	}
	.grid-margin-y>.xlarge-11 {
		height: calc(91.66667% - 1.875rem)
	}
	.grid-margin-y>.xlarge-12 {
		height: calc(100% - 1.875rem)
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}

@media print,
screen and (min-width: 40em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem)
	}
}

@media print,
screen and (min-width: 41.25em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem)
	}
}

@media print,
screen and (min-width: 46.25em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem)
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem)
	}
}

@media screen and (min-width: 75em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem)
	}
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.875rem)
	}
}

@media print,
screen and (min-width: 41.25em) {
	.grid-margin-y.featured-grid-frame {
		height: calc(100vh + 1.875rem)
	}
}

@media print,
screen and (min-width: 46.25em) {
	.grid-margin-y.filterbar-grid-frame {
		height: calc(100vh + 1.875rem)
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 1.875rem)
	}
}

@media screen and (min-width: 75em) {
	.grid-margin-y.xlarge-grid-frame {
		height: calc(100vh + 1.875rem)
	}
}

.align-left {
	justify-content: flex-start
}

.align-right {
	justify-content: flex-end
}

.align-center {
	justify-content: center
}

.align-justify {
	justify-content: space-between
}

.align-spaced {
	justify-content: space-around
}

.align-left.vertical.menu>li>a {
	justify-content: flex-start
}

.align-right.vertical.menu>li>a {
	justify-content: flex-end
}

.align-center.vertical.menu>li>a {
	justify-content: center
}

.align-top {
	align-items: flex-start
}

.align-self-top {
	align-self: flex-start
}

.align-bottom {
	align-items: flex-end
}

.align-self-bottom {
	align-self: flex-end
}

.align-middle {
	align-items: center
}

.align-self-middle {
	align-self: center
}

.align-stretch {
	align-items: stretch
}

.align-self-stretch {
	align-self: stretch
}

.align-center-middle {
	justify-content: center;
	align-items: center;
	align-content: center
}

.small-order-1 {
	order: 1
}

.small-order-2 {
	order: 2
}

.small-order-3 {
	order: 3
}

.small-order-4 {
	order: 4
}

.small-order-5 {
	order: 5
}

.small-order-6 {
	order: 6
}

@media print,
screen and (min-width: 40em) {
	.medium-order-1 {
		order: 1
	}
	.medium-order-2 {
		order: 2
	}
	.medium-order-3 {
		order: 3
	}
	.medium-order-4 {
		order: 4
	}
	.medium-order-5 {
		order: 5
	}
	.medium-order-6 {
		order: 6
	}
}

@media print,
screen and (min-width: 41.25em) {
	.featured-order-1 {
		order: 1
	}
	.featured-order-2 {
		order: 2
	}
	.featured-order-3 {
		order: 3
	}
	.featured-order-4 {
		order: 4
	}
	.featured-order-5 {
		order: 5
	}
	.featured-order-6 {
		order: 6
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-order-1 {
		order: 1
	}
	.filterbar-order-2 {
		order: 2
	}
	.filterbar-order-3 {
		order: 3
	}
	.filterbar-order-4 {
		order: 4
	}
	.filterbar-order-5 {
		order: 5
	}
	.filterbar-order-6 {
		order: 6
	}
}

@media print,
screen and (min-width: 64em) {
	.large-order-1 {
		order: 1
	}
	.large-order-2 {
		order: 2
	}
	.large-order-3 {
		order: 3
	}
	.large-order-4 {
		order: 4
	}
	.large-order-5 {
		order: 5
	}
	.large-order-6 {
		order: 6
	}
}

@media screen and (min-width: 75em) {
	.xlarge-order-1 {
		order: 1
	}
	.xlarge-order-2 {
		order: 2
	}
	.xlarge-order-3 {
		order: 3
	}
	.xlarge-order-4 {
		order: 4
	}
	.xlarge-order-5 {
		order: 5
	}
	.xlarge-order-6 {
		order: 6
	}
}

.flex-container {
	display: flex
}

.flex-child-auto {
	flex: 1 1 auto
}

.flex-child-grow {
	flex: 1 0 auto
}

.flex-child-shrink {
	flex: 0 1 auto
}

.flex-dir-row {
	flex-direction: row
}

.flex-dir-row-reverse {
	flex-direction: row-reverse
}

.flex-dir-column {
	flex-direction: column
}

.flex-dir-column-reverse {
	flex-direction: column-reverse
}

@media print,
screen and (min-width: 40em) {
	.medium-flex-container {
		display: flex
	}
	.medium-flex-child-auto {
		flex: 1 1 auto
	}
	.medium-flex-child-grow {
		flex: 1 0 auto
	}
	.medium-flex-child-shrink {
		flex: 0 1 auto
	}
	.medium-flex-dir-row {
		flex-direction: row
	}
	.medium-flex-dir-row-reverse {
		flex-direction: row-reverse
	}
	.medium-flex-dir-column {
		flex-direction: column
	}
	.medium-flex-dir-column-reverse {
		flex-direction: column-reverse
	}
}

@media print,
screen and (min-width: 41.25em) {
	.featured-flex-container {
		display: flex
	}
	.featured-flex-child-auto {
		flex: 1 1 auto
	}
	.featured-flex-child-grow {
		flex: 1 0 auto
	}
	.featured-flex-child-shrink {
		flex: 0 1 auto
	}
	.featured-flex-dir-row {
		flex-direction: row
	}
	.featured-flex-dir-row-reverse {
		flex-direction: row-reverse
	}
	.featured-flex-dir-column {
		flex-direction: column
	}
	.featured-flex-dir-column-reverse {
		flex-direction: column-reverse
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-flex-container {
		display: flex
	}
	.filterbar-flex-child-auto {
		flex: 1 1 auto
	}
	.filterbar-flex-child-grow {
		flex: 1 0 auto
	}
	.filterbar-flex-child-shrink {
		flex: 0 1 auto
	}
	.filterbar-flex-dir-row {
		flex-direction: row
	}
	.filterbar-flex-dir-row-reverse {
		flex-direction: row-reverse
	}
	.filterbar-flex-dir-column {
		flex-direction: column
	}
	.filterbar-flex-dir-column-reverse {
		flex-direction: column-reverse
	}
}

@media print,
screen and (min-width: 64em) {
	.large-flex-container {
		display: flex
	}
	.large-flex-child-auto {
		flex: 1 1 auto
	}
	.large-flex-child-grow {
		flex: 1 0 auto
	}
	.large-flex-child-shrink {
		flex: 0 1 auto
	}
	.large-flex-dir-row {
		flex-direction: row
	}
	.large-flex-dir-row-reverse {
		flex-direction: row-reverse
	}
	.large-flex-dir-column {
		flex-direction: column
	}
	.large-flex-dir-column-reverse {
		flex-direction: column-reverse
	}
}

@media screen and (min-width: 75em) {
	.xlarge-flex-container {
		display: flex
	}
	.xlarge-flex-child-auto {
		flex: 1 1 auto
	}
	.xlarge-flex-child-grow {
		flex: 1 0 auto
	}
	.xlarge-flex-child-shrink {
		flex: 0 1 auto
	}
	.xlarge-flex-dir-row {
		flex-direction: row
	}
	.xlarge-flex-dir-row-reverse {
		flex-direction: row-reverse
	}
	.xlarge-flex-dir-column {
		flex-direction: column
	}
	.xlarge-flex-dir-column-reverse {
		flex-direction: column-reverse
	}
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility
}

em,
i {
	font-style: italic;
	line-height: inherit
}

strong,
b {
	font-weight: bold;
	line-height: inherit
}

small {
	font-size: 80%;
	line-height: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Hind Guntur", sans-serif;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizeLegibility
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	line-height: 0;
	color: #cacaca
}

h1,
.h1 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h2,
.h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h3,
.h3 {
	font-size: 1.1875rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h4,
.h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h5,
.h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h6,
.h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

@media print,
screen and (min-width: 40em) {
	h1,
	.h1 {
		font-size: 2.5rem
	}
	h2,
	.h2 {
		font-size: 2.5rem
	}
	h3,
	.h3 {
		font-size: 1.9375rem
	}
	h4,
	.h4 {
		font-size: 1.5625rem
	}
	h5,
	.h5 {
		font-size: 1.25rem
	}
	h6,
	.h6 {
		font-size: 1rem
	}
}

a {
	line-height: inherit;
	color: #1779ba;
	text-decoration: none;
	cursor: pointer
}

a:hover,
a:focus {
	color: #1468a0
}

a img {
	border: 0
}

hr {
	clear: both;
	max-width: 78.75rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0
}

ul,
ol,
dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6
}

li {
	font-size: inherit
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc
}

ol {
	margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}

dl {
	margin-bottom: 1rem
}

dl dt {
	margin-bottom: .3rem;
	font-weight: bold
}

blockquote {
	margin: 0 0 1rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: #8a8a8a
}

cite {
	display: block;
	font-size: .8125rem;
	color: #8a8a8a
}

cite:before {
	content: "— "
}

abbr,
abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none
}

figure {
	margin: 0
}

code {
	padding: .125rem .3125rem .0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a
}

kbd {
	margin: 0;
	padding: .125rem .25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a
}

.lead {
	font-size: 125%;
	line-height: 1.6
}

.stat {
	font-size: 2.5rem;
	line-height: 1
}

p+.stat {
	margin-top: -1rem
}

ul.no-bullet,
ol.no-bullet {
	margin-left: 0;
	list-style: none
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

@media print,
screen and (min-width: 40em) {
	.medium-text-left {
		text-align: left
	}
	.medium-text-right {
		text-align: right
	}
	.medium-text-center {
		text-align: center
	}
	.medium-text-justify {
		text-align: justify
	}
}

@media print,
screen and (min-width: 41.25em) {
	.featured-text-left {
		text-align: left
	}
	.featured-text-right {
		text-align: right
	}
	.featured-text-center {
		text-align: center
	}
	.featured-text-justify {
		text-align: justify
	}
}

@media print,
screen and (min-width: 46.25em) {
	.filterbar-text-left {
		text-align: left
	}
	.filterbar-text-right {
		text-align: right
	}
	.filterbar-text-center {
		text-align: center
	}
	.filterbar-text-justify {
		text-align: justify
	}
}

@media print,
screen and (min-width: 64em) {
	.large-text-left {
		text-align: left
	}
	.large-text-right {
		text-align: right
	}
	.large-text-center {
		text-align: center
	}
	.large-text-justify {
		text-align: justify
	}
}

@media screen and (min-width: 75em) {
	.xlarge-text-left {
		text-align: left
	}
	.xlarge-text-right {
		text-align: right
	}
	.xlarge-text-center {
		text-align: center
	}
	.xlarge-text-justify {
		text-align: justify
	}
}

.show-for-print {
	display: none !important
}

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: black !important;
		text-shadow: none !important
	}
	.show-for-print {
		display: block !important
	}
	.hide-for-print {
		display: none !important
	}
	table.show-for-print {
		display: table !important
	}
	thead.show-for-print {
		display: table-header-group !important
	}
	tbody.show-for-print {
		display: table-row-group !important
	}
	tr.show-for-print {
		display: table-row !important
	}
	td.show-for-print {
		display: table-cell !important
	}
	th.show-for-print {
		display: table-cell !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: ''
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	@page {
		margin: 0.5cm
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.print-break-inside {
		page-break-inside: auto
	}
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed
}

[type='submit'],
[type='button'] {
	appearance: none;
	border-radius: 0
}

input[type='search'] {
	box-sizing: border-box
}

::placeholder {
	color: #cacaca
}

[type='file'],
[type='checkbox'],
[type='radio'] {
	margin: 0 0 1rem
}

[type='checkbox']+label,
[type='radio']+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
	cursor: pointer
}

label>[type='checkbox'],
label>[type='radio'] {
	margin-right: .5rem
}

[type='file'] {
	width: 100%
}

label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #0a0a0a
}

label.middle {
	margin: 0 0 1rem;
	padding: .5625rem 0
}

.help-text {
	margin-top: -.5rem;
	font-size: .8125rem;
	font-style: italic;
	color: #0a0a0a
}

.input-group {
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	align-items: stretch
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>* {
	border-radius: 0 0 0 0
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
	border-radius: 0 0 0 0
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	margin: 0;
	white-space: nowrap
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	display: flex;
	flex: 0 0 auto;
	align-items: center
}

.input-group-label:first-child {
	border-right: 0
}

.input-group-label:last-child {
	border-left: 0
}

.input-group-field {
	border-radius: 0;
	flex: 1 1 0px;
	min-width: 0
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: flex;
	flex: 0 0 auto
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	align-self: stretch;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	max-width: 100%;
	margin-bottom: .5rem
}

.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca
}

.fieldset legend {
	margin: 0;
	margin-left: -.1875rem;
	padding: 0 .1875rem
}

select {
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
	}
}

select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed
}

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

select[multiple] {
	height: auto;
	background-image: none
}

.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #f9ecea
}

.is-invalid-input:not(:focus)::placeholder {
	color: #cc4b37
}

.is-invalid-label {
	color: #cc4b37
}

.form-error {
	display: none;
	margin-top: -.5rem;
	margin-bottom: 1rem;
	font-size: .75rem;
	font-weight: bold;
	color: #cc4b37
}

.form-error.is-visible {
	display: block
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: 0.85em 1em;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-family: inherit;
	font-size: 0.9rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1779ba;
	color: #fefefe
}

[data-whatinput='mouse'] .button {
	outline: 0
}

.button:hover,
.button:focus {
	background-color: #14679e;
	color: #fefefe
}

.button.tiny {
	font-size: .6rem
}

.button.small {
	font-size: .75rem
}

.button.large {
	font-size: 1.25rem
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.button.primary {
	background-color: #1779ba;
	color: #fefefe
}

.button.primary:hover,
.button.primary:focus {
	background-color: #126195;
	color: #fefefe
}

.button.secondary {
	background-color: #767676;
	color: #fefefe
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #5e5e5e;
	color: #fefefe
}

.button.success {
	background-color: #3adb76;
	color: #0a0a0a
}

.button.success:hover,
.button.success:focus {
	background-color: #22bb5b;
	color: #0a0a0a
}

.button.warning {
	background-color: #ffae00;
	color: #0a0a0a
}

.button.warning:hover,
.button.warning:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}

.button.alert {
	background-color: #cc4b37;
	color: #fefefe
}

.button.alert:hover,
.button.alert:focus {
	background-color: #a53b2a;
	color: #fefefe
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #1779ba;
	color: #fefefe
}

.button.disabled.primary,
.button[disabled].primary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
	background-color: #1779ba;
	color: #fefefe
}

.button.disabled.secondary,
.button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	background-color: #767676;
	color: #fefefe
}

.button.disabled.success,
.button[disabled].success {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
	background-color: #3adb76;
	color: #0a0a0a
}

.button.disabled.warning,
.button[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
	background-color: #ffae00;
	color: #0a0a0a
}

.button.disabled.alert,
.button[disabled].alert {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	background-color: #cc4b37;
	color: #fefefe
}

.button.hollow {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
	background-color: transparent
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
	background-color: transparent
}

.button.hollow:hover,
.button.hollow:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow.primary {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow.secondary {
	border: 1px solid #767676;
	color: #767676
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
	border: 1px solid #767676;
	color: #767676
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.hollow.success:hover,
.button.hollow.success:focus {
	border-color: #157539;
	color: #157539
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
	border-color: #805700;
	color: #805700
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
	border-color: #67251a;
	color: #67251a
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
	background-color: transparent
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
	background-color: transparent
}

.button.clear:hover,
.button.clear:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border-color: transparent
}

.button.clear.primary {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear.primary:hover,
.button.clear.primary:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border-color: transparent
}

.button.clear.secondary {
	border: 1px solid #767676;
	color: #767676
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border: 1px solid #767676;
	color: #767676
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border-color: transparent
}

.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.clear.success:hover,
.button.clear.success:focus {
	border-color: #157539;
	color: #157539
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border-color: transparent
}

.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning:hover,
.button.clear.warning:focus {
	border-color: #805700;
	color: #805700
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border-color: transparent
}

.button.clear.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear.alert:hover,
.button.clear.alert:focus {
	border-color: #67251a;
	color: #67251a
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border-color: transparent
}

.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 1em
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
	border-top-color: #1779ba
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
	border-top-color: #1779ba
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
	border-top-color: #767676
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
	border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
	border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
	border-top-color: #cc4b37
}

.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0
}

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

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap
}

[data-whatinput='mouse'] .menu li {
	outline: 0
}

.menu a,
.menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 0.7rem 1rem
}

.menu input,
.menu select,
.menu a,
.menu button {
	margin-bottom: 0
}

.menu input {
	display: inline-block
}

.menu,
.menu.horizontal {
	flex-wrap: wrap;
	flex-direction: row
}

.menu.vertical {
	flex-wrap: nowrap;
	flex-direction: column
}

.menu.expanded li {
	flex: 1 1 0px
}

.menu.simple {
	align-items: center
}

.menu.simple li+li {
	margin-left: 1rem
}

.menu.simple a {
	padding: 0
}

@media print,
screen and (min-width: 40em) {
	.menu.medium-horizontal {
		flex-wrap: wrap;
		flex-direction: row
	}
	.menu.medium-vertical {
		flex-wrap: nowrap;
		flex-direction: column
	}
	.menu.medium-expanded li {
		flex: 1 1 0px
	}
	.menu.medium-simple li {
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 41.25em) {
	.menu.featured-horizontal {
		flex-wrap: wrap;
		flex-direction: row
	}
	.menu.featured-vertical {
		flex-wrap: nowrap;
		flex-direction: column
	}
	.menu.featured-expanded li {
		flex: 1 1 0px
	}
	.menu.featured-simple li {
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 46.25em) {
	.menu.filterbar-horizontal {
		flex-wrap: wrap;
		flex-direction: row
	}
	.menu.filterbar-vertical {
		flex-wrap: nowrap;
		flex-direction: column
	}
	.menu.filterbar-expanded li {
		flex: 1 1 0px
	}
	.menu.filterbar-simple li {
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 64em) {
	.menu.large-horizontal {
		flex-wrap: wrap;
		flex-direction: row
	}
	.menu.large-vertical {
		flex-wrap: nowrap;
		flex-direction: column
	}
	.menu.large-expanded li {
		flex: 1 1 0px
	}
	.menu.large-simple li {
		flex: 1 1 0px
	}
}

@media screen and (min-width: 75em) {
	.menu.xlarge-horizontal {
		flex-wrap: wrap;
		flex-direction: row
	}
	.menu.xlarge-vertical {
		flex-wrap: nowrap;
		flex-direction: column
	}
	.menu.xlarge-expanded li {
		flex: 1 1 0px
	}
	.menu.xlarge-simple li {
		flex: 1 1 0px
	}
}

.menu.nested {
	margin-right: 0;
	margin-left: 1rem
}

.menu.icons a {
	display: flex
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
	display: flex
}

.menu.icon-left li a {
	flex-flow: row nowrap
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
	margin-right: .25rem
}

.menu.icon-right li a {
	flex-flow: row nowrap
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
	margin-left: .25rem
}

.menu.icon-top li a {
	flex-flow: column nowrap
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}

.menu.icon-bottom li a {
	flex-flow: column nowrap
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}

.menu .is-active>a {
	background: #1779ba;
	color: #fefefe
}

.menu .active>a {
	background: #1779ba;
	color: #fefefe
}

.menu.align-left {
	justify-content: flex-start
}

.menu.align-right li {
	display: flex;
	justify-content: flex-end
}

.menu.align-right li .submenu li {
	justify-content: flex-start
}

.menu.align-right.vertical li {
	display: block;
	text-align: right
}

.menu.align-right.vertical li .submenu li {
	text-align: right
}

.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0
}

.menu.align-center li {
	display: flex;
	justify-content: center
}

.menu.align-center li .submenu li {
	justify-content: flex-start
}

.menu .menu-text {
	padding: 0.7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit
}

.menu-centered>.menu {
	justify-content: center
}

.menu-centered>.menu li {
	display: flex;
	justify-content: center
}

.menu-centered>.menu li .submenu li {
	justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
	display: none
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: ''
}

.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	content: ''
}

.menu-icon.dark:hover::after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.dropdown-pane {
	position: absolute;
	z-index: 10;
	display: none;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-size: 1rem
}

.dropdown-pane.is-opening {
	display: block
}

.dropdown-pane.is-open {
	display: block;
	visibility: visible
}

.dropdown-pane.tiny {
	width: 100px
}

.dropdown-pane.small {
	width: 200px
}

.dropdown-pane.large {
	width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px
}

[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0
}

.dropdown.menu>li>a {
	background: #fefefe;
	padding: 0.7rem 1rem
}

.dropdown.menu>li.is-active>a {
	background: rgba(0, 0, 0, 0);
	color: #1779ba
}

.no-js .dropdown.menu ul {
	display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
	top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
	top: 0;
	right: 100%;
	left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}

.dropdown.menu.vertical>li>a::after {
	right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 5px
}

.dropdown.menu.vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba
}

@media print,
screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem
	}
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px
	}
	.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}
	.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
	.dropdown.menu.medium-vertical>li>a::after {
		right: 14px
	}
	.dropdown.menu.medium-vertical>li.opens-left>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
		right: auto;
		left: 5px
	}
	.dropdown.menu.medium-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba
	}
}

@media print,
screen and (min-width: 41.25em) {
	.dropdown.menu.featured-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.featured-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.featured-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem
	}
	.dropdown.menu.featured-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px
	}
	.dropdown.menu.featured-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.featured-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}
	.dropdown.menu.featured-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
	.dropdown.menu.featured-vertical>li>a::after {
		right: 14px
	}
	.dropdown.menu.featured-vertical>li.opens-left>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
		right: auto;
		left: 5px
	}
	.dropdown.menu.featured-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba
	}
}

@media print,
screen and (min-width: 46.25em) {
	.dropdown.menu.filterbar-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.filterbar-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.filterbar-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem
	}
	.dropdown.menu.filterbar-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px
	}
	.dropdown.menu.filterbar-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.filterbar-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}
	.dropdown.menu.filterbar-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
	.dropdown.menu.filterbar-vertical>li>a::after {
		right: 14px
	}
	.dropdown.menu.filterbar-vertical>li.opens-left>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
		right: auto;
		left: 5px
	}
	.dropdown.menu.filterbar-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba
	}
}

@media print,
screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem
	}
	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px
	}
	.dropdown.menu.large-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}
	.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
	.dropdown.menu.large-vertical>li>a::after {
		right: 14px
	}
	.dropdown.menu.large-vertical>li.opens-left>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
		right: auto;
		left: 5px
	}
	.dropdown.menu.large-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba
	}
}

@media screen and (min-width: 75em) {
	.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem
	}
	.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px
	}
	.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}
	.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
	.dropdown.menu.xlarge-vertical>li>a::after {
		right: 14px
	}
	.dropdown.menu.xlarge-vertical>li.opens-left>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
		right: auto;
		left: 5px
	}
	.dropdown.menu.xlarge-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto
}

.is-dropdown-menu.vertical {
	width: 100px
}

.is-dropdown-menu.vertical.align-right {
	float: right
}

.is-dropdown-submenu-parent {
	position: relative
}

.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
	top: 100%;
	left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}

.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: 1px solid #cacaca;
	background: #fefefe
}

.dropdown .is-dropdown-submenu a {
	padding: 0.7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
	right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px
}

.is-dropdown-submenu>li {
	width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
	display: block
}

.responsive-embed,
.flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.responsive-embed.widescreen,
.flex-video.widescreen {
	padding-bottom: 56.25%
}

.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	border-radius: 0;
	font-size: .8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #1779ba;
	color: #fefefe
}

.label.primary {
	background: #1779ba;
	color: #fefefe
}

.label.secondary {
	background: #767676;
	color: #fefefe
}

.label.success {
	background: #3adb76;
	color: #0a0a0a
}

.label.warning {
	background: #ffae00;
	color: #0a0a0a
}

.label.alert {
	background: #cc4b37;
	color: #fefefe
}

.media-object {
	display: flex;
	margin-bottom: 1rem;
	flex-wrap: nowrap
}

.media-object img {
	max-width: none
}

@media screen and (max-width: 39.99875em) {
	.media-object.stack-for-small {
		flex-wrap: wrap
	}
}

.media-object-section {
	flex: 0 1 auto
}

.media-object-section:first-child {
	padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem
}

.media-object-section>:last-child {
	margin-bottom: 0
}

@media screen and (max-width: 39.99875em) {
	.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		flex-basis: 100%;
		max-width: 100%
	}
	.stack-for-small .media-object-section img {
		width: 100%
	}
}

.media-object-section.main-section {
	flex: 1 1 0px
}

.sticky-container {
	position: relative
}

.sticky {
	position: relative;
	z-index: 0;
	transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
	position: fixed;
	z-index: 5;
	width: 100%
}

.sticky.is-stuck.is-at-top {
	top: 0
}

.sticky.is-stuck.is-at-bottom {
	bottom: 0
}

.sticky.is-anchored {
	position: relative;
	right: auto;
	left: auto
}

.sticky.is-anchored.is-at-bottom {
	bottom: 0
}

.title-bar {
	padding: .5rem;
	background: #0a0a0a;
	color: #fefefe;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
	flex: 1 1 0px
}

.title-bar-right {
	text-align: right
}

.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold
}

.top-bar {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: .5rem;
	flex-wrap: wrap
}

.top-bar,
.top-bar ul {
	background-color: #e6e6e6
}

.top-bar input {
	max-width: 200px;
	margin-right: 1rem
}

.top-bar .input-group-field {
	width: 100%;
	margin-right: 0
}

.top-bar input.button {
	width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
	flex: 0 0 100%;
	max-width: 100%
}

@media print,
screen and (min-width: 40em) {
	.top-bar {
		flex-wrap: nowrap
	}
	.top-bar .top-bar-left {
		flex: 1 1 auto;
		margin-right: auto
	}
	.top-bar .top-bar-right {
		flex: 0 1 auto;
		margin-left: auto
	}
}

@media screen and (max-width: 41.24875em) {
	.top-bar.stacked-for-medium {
		flex-wrap: wrap
	}
	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width: 46.24875em) {
	.top-bar.stacked-for-featured {
		flex-wrap: wrap
	}
	.top-bar.stacked-for-featured .top-bar-left,
	.top-bar.stacked-for-featured .top-bar-right {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width: 63.99875em) {
	.top-bar.stacked-for-filterbar {
		flex-wrap: wrap
	}
	.top-bar.stacked-for-filterbar .top-bar-left,
	.top-bar.stacked-for-filterbar .top-bar-right {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width: 74.99875em) {
	.top-bar.stacked-for-large {
		flex-wrap: wrap
	}
	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width: 89.99875em) {
	.top-bar.stacked-for-xlarge {
		flex-wrap: wrap
	}
	.top-bar.stacked-for-xlarge .top-bar-left,
	.top-bar.stacked-for-xlarge .top-bar-right {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.top-bar-title {
	flex: 0 0 auto;
	margin: 0.5rem 1rem 0.5rem 0
}

.top-bar-left,
.top-bar-right {
	flex: 0 0 auto
}

.hide {
	display: none !important
}

.invisible {
	visibility: hidden
}

@media screen and (max-width: 39.99875em) {
	.hide-for-small-only {
		display: none !important
	}
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important
	}
}

@media print,
screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important
	}
}

@media screen and (max-width: 39.99875em) {
	.show-for-medium {
		display: none !important
	}
}

@media screen and (min-width: 40em) and (max-width: 41.24875em) {
	.hide-for-medium-only {
		display: none !important
	}
}

@media screen and (max-width: 39.99875em),
screen and (min-width: 41.25em) {
	.show-for-medium-only {
		display: none !important
	}
}

@media print,
screen and (min-width: 41.25em) {
	.hide-for-featured {
		display: none !important
	}
}

@media screen and (max-width: 41.24875em) {
	.show-for-featured {
		display: none !important
	}
}

@media screen and (min-width: 41.25em) and (max-width: 46.24875em) {
	.hide-for-featured-only {
		display: none !important
	}
}

@media screen and (max-width: 41.24875em),
screen and (min-width: 46.25em) {
	.show-for-featured-only {
		display: none !important
	}
}

@media print,
screen and (min-width: 46.25em) {
	.hide-for-filterbar {
		display: none !important
	}
}

@media screen and (max-width: 46.24875em) {
	.show-for-filterbar {
		display: none !important
	}
}

@media screen and (min-width: 46.25em) and (max-width: 63.99875em) {
	.hide-for-filterbar-only {
		display: none !important
	}
}

@media screen and (max-width: 46.24875em),
screen and (min-width: 64em) {
	.show-for-filterbar-only {
		display: none !important
	}
}

@media print,
screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important
	}
}

@media screen and (max-width: 63.99875em) {
	.show-for-large {
		display: none !important
	}
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
	.hide-for-large-only {
		display: none !important
	}
}

@media screen and (max-width: 63.99875em),
screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important
	}
}

@media screen and (min-width: 75em) {
	.hide-for-xlarge {
		display: none !important
	}
}

@media screen and (max-width: 74.99875em) {
	.show-for-xlarge {
		display: none !important
	}
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
	.hide-for-xlarge-only {
		display: none !important
	}
}

@media screen and (max-width: 74.99875em),
screen and (min-width: 90em) {
	.show-for-xlarge-only {
		display: none !important
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important
}

@media screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block !important
	}
}

@media screen and (orientation: portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none !important
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important
}

@media screen and (orientation: landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important
	}
}

@media screen and (orientation: portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.clearfix::before,
.clearfix::after {
	display: table;
	content: ' ';
	flex-basis: 0;
	order: 1
}

.clearfix::after {
	clear: both
}

@media print,
screen and (min-width: 46.25em) {
	display: none !important
}

@media screen and (max-width: 46.24875em) {
	display: none !important
}

.slide-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(-100%);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
	transform: translateY(0)
}

.slide-in-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(-100%);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
	transform: translateX(0)
}

.slide-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(100%);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
	transform: translateY(0)
}

.slide-in-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(100%);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
	transform: translateX(0)
}

.slide-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(0);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
	transform: translateY(100%)
}

.slide-out-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(0);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
	transform: translateX(100%)
}

.slide-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(0);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
	transform: translateY(-100%)
}

.slide-out-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(0);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
	transform: translateX(-100%)
}

.fade-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1
}

.fade-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0
}

.hinge-in-from-top.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-bottom.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(90deg);
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(90deg);
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-out-from-top.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0
}

.hinge-out-from-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0
}

.hinge-out-from-bottom.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0
}

.hinge-out-from-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0
}

.scale-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(.5);
	transition-property: transform, opacity;
	opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
	transform: scale(1);
	opacity: 1
}

.scale-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(1.5);
	transition-property: transform, opacity;
	opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
	transform: scale(1);
	opacity: 1
}

.scale-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
	transform: scale(1.5);
	opacity: 0
}

.scale-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
	transform: scale(.5);
	opacity: 0
}

.spin-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(-.75turn);
	transition-property: transform, opacity;
	opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
	transform: rotate(0);
	opacity: 1
}

.spin-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
	transform: rotate(.75turn);
	opacity: 0
}

.spin-in-ccw.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(.75turn);
	transition-property: transform, opacity;
	opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
	transform: rotate(0);
	opacity: 1
}

.spin-out-ccw.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
	transform: rotate(-.75turn);
	opacity: 0
}

.slow {
	transition-duration: 750ms !important
}

.fast {
	transition-duration: 250ms !important
}

.linear {
	transition-timing-function: linear !important
}

.ease {
	transition-timing-function: ease !important
}

.ease-in {
	transition-timing-function: ease-in !important
}

.ease-out {
	transition-timing-function: ease-out !important
}

.ease-in-out {
	transition-timing-function: ease-in-out !important
}

.bounce-in {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
	transition-delay: 300ms !important
}

.long-delay {
	transition-delay: 700ms !important
}

.grid-container {
	display: -ms-flexbox
}

.nopadding {
	padding: 0 !important
}

.protirus_title {
	font-family: "Hind Guntur", sans-serif;
	color: #434959;
	font-weight: 300;
	max-width: 100%
}

@media screen and (min-width: 1024px) {
	.protirus_title--large {
		font-size: 42px;
		line-height: 48px
	}

	.protirus_title--med {
		font-size: 36px;
		line-height: 42px
	}
}

@media screen and (max-width: 1023px) {
	.protirus_title--large {
		font-size: 32px;
		line-height: 40px
	}

	.protirus_title--med {
		font-size: 26px;
		line-height: 32px
	}
}

.protirus_title--light {
	color: #fff
}

.section {
	background-color: #fff
}

.section--primary {
	background-color: #4466c7
}

.section--secondary {
	background-color: #ecf0f9
}

.section--dark {
	background-color: #424858
}

.section--light_grey {
	background-color: #f3f3f4
}

body {
	margin: 0;
	-ms-overflow-x: hidden
}

.inner--rounded {
	border-radius: 4px
}

header .header_underline {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0
}

header .header_underline__inner:after {
	content: "";
	background-color: #ecf0f9;
	height: 8px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 9;
	max-width: 443px;
	right: 15px
}

header .fixed_header {
	z-index: 999;
	width: 100%;
	background: #fff;
	border-bottom: 2px solid
}

@media screen and (min-width: 1200px) {
	header .fixed_header {
		position: fixed
	}
}

@media screen and (max-width: 1199px) {
	header .fixed_header {
		position: relative
	}
}

@media screen and (max-width: 1199px) {
	header .fixed_header>.grid-container {
		padding: 0px
	}
}

header .fixed_header:not(.menu_open) {
	border-color: #ecf0f9
}

header .fixed_header.menu_open {
	border-color: #4466c7
}

header .fixed_header.menu_open .title-bar {
	background: #4466c7
}

header .fixed_header.menu_open .title-bar svg>path {
	fill: #fff
}

header .fixed_header.menu_open .title-bar .toggle_button .title-bar-title {
	color: #fff !important
}

header .fixed_header.menu_open .title-bar .title-bar-hamburger span {
	background: #fff !important
}

header .fixed_header.menu_open .top-bar {
	display: flex !important
}

header .fixed_header .title-bar {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: baseline
}

@media screen and (min-width: 1200px) {
	header .fixed_header .title-bar {
		padding: 11px 15px
	}
}

@media screen and (max-width: 1199px) {
	header .fixed_header .title-bar {
		padding: 14px 15px 8px 15px
	}
	header .fixed_header .title-bar svg {
		vertical-align: middle
	}
}

header .fixed_header .title-bar-title {
	color: #727272
}

header .fixed_header .title-bar .toggle_button {
	display: flex;
	outline: none;
	cursor: pointer
}

header .fixed_header .title-bar .toggle_button_text {
	font-weight: 500;
	font-size: 16px;
	margin-right: 17px
}

header .fixed_header .title-bar .toggle_button_text.open {
	color: #fff
}

header .fixed_header .title-bar .toggle_button .title-bar-hamburger {
	width: 16px;
	height: 10px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	margin-top: 1px
}

header .fixed_header .title-bar .toggle_button .title-bar-hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #4466c7;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

header .fixed_header .title-bar .toggle_button .title-bar-hamburger span:nth-child(1) {
	top: 0px
}

header .fixed_header .title-bar .toggle_button .title-bar-hamburger span:nth-child(2),
header .fixed_header .title-bar .toggle_button .title-bar-hamburger span:nth-child(3) {
	top: 4px;
	background: #fff
}

header .fixed_header .title-bar .toggle_button .title-bar-hamburger span:nth-child(4) {
	top: 8px
}

header .fixed_header .title-bar .toggle_button .title-bar-hamburger.open span:nth-child(1) {
	top: 4px;
	width: 0%;
	left: 50%
}

header .fixed_header .title-bar .toggle_button .title-bar-hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #4466c7
}

header .fixed_header .title-bar .toggle_button .title-bar-hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #4466c7
}

header .fixed_header .title-bar .toggle_button .title-bar-hamburger.open span:nth-child(4) {
	top: 4px;
	width: 0%;
	left: 50%
}

header .fixed_header .title-bar .toggle_button .title-bar-title {
	font-size: 16px;
	font-weight: 500;
	color: #434959;
	margin-right: 16px
}

header .fixed_header .top-bar {
	padding: 0;
	width: 100%;
	background: #fff;
	flex-wrap: wrap
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar {
		position: absolute;
		top: 47px;
		z-index: 999
	}
	header .fixed_header .top-bar-left,
	header .fixed_header .top-bar-right {
		flex: 100%
	}
}

header .fixed_header .top-bar-left .logo {
	margin-bottom: 21px;
	display: inline-flex
}

header .fixed_header .top-bar-left ul {
	background: transparent
}

header .fixed_header .top-bar-left .menu {
	display: inline-flex;
	position: inherit;
	vertical-align: bottom;
	margin-bottom: -6px;
	margin: 0;
	list-style: none
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu {
		flex-direction: column;
		width: 100%
	}
}

header .fixed_header .top-bar-left .menu li {
	vertical-align: middle
}

@media screen and (min-width: 1200px) {
	header .fixed_header .top-bar-left .menu li {
		margin-left: 30px
	}
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu li:not(:last-of-type) {
		margin-bottom: 18px
	}
	header .fixed_header .top-bar-left .menu li:first-of-type {
		margin-top: 29px
	}
	header .fixed_header .top-bar-left .menu li:last-of-type {
		margin-bottom: 20px
	}
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu li:not(.has-sub) a {
		padding-left: 30px !important
	}
}

header .fixed_header .top-bar-left .menu li a {
	color: #727272
}

@media screen and (min-width: 1200px) {
	header .fixed_header .top-bar-left .menu li a {
		padding: 48px 0 18px 0;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 700
	}
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu li a {
		padding: 0 0 10px 0;
		font-size: 16px;
		font-weight: 500;
		display: inline-block
	}
}

header .fixed_header .top-bar-left .menu li:hover a {
	color: #4466c7
}

header .fixed_header .top-bar-left .menu li.current>a:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 4px;
	background-color: #4466c7;
	border-radius: 50px;
	margin: 0 auto;
	bottom: 9px
}

@media screen and (min-width: 1200px) {
	header .fixed_header .top-bar-left .menu li.current>a:after {
		left: 0;
		right: 0
	}
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu li.current>a:after {
		right: -22px;
		top: 5px
	}
}

header .fixed_header .top-bar-left .menu li.current a {
	position: relative;
	color: #434959
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu li.current a {
		font-weight: 600
	}
}

header .fixed_header .top-bar-left .menu li.current a:hover {
	color: #4466c7
}

header .fixed_header .top-bar-left .menu li.has-sub:not(.sub-expanded) .sub-menu-container {
	display: none
}

@media screen and (min-width: 1200px) {
	header .fixed_header .top-bar-left .menu li.has-sub .sub-expand {
		display: none
	}
	header .fixed_header .top-bar-left .menu li.has-sub:hover .sub-menu-container {
		display: flex
	}
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu li.has-sub .sub-expand {
		display: inline-flex;
		font-size: 12px;
		color: #4466c7;
		cursor: pointer;
		padding: 3px 11px;
		margin-left: 20px;
		margin-right: 14px
	}
}

header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container {
	z-index: 10;
	width: 100%
}

@media screen and (min-width: 1200px) {
	header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container {
		left: 0;
		right: 0;
		position: absolute
	}
}

header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container--services {
	background-color: #4466c7
}

header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container--products {
	background-color: #434959
}

header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu {
	margin: 0 auto;
	list-style: none;
	width: 100%
}

@media screen and (min-width: 1200px) {
	header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu {
		flex-direction: column;
		padding: 0
	}
}

header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu li {
	margin-left: 0;
	margin-right: 30px
}

@media screen and (min-width: 1200px) {
	header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu li {
		display: inline-flex
	}
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu li {
		display: flex
	}
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu li:not(:last-of-type) {
		margin-bottom: 7px
	}
	header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu li:first-of-type {
		margin-top: 8px
	}
	header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu li:last-of-type {
		margin-bottom: -1px
	}
}

header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu li a {
	padding: 14px 0;
	color: #fff;
	font-weight: 600
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu li a {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 12px;
		letter-spacing: 1px
	}
}

header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu li.current a:after {
	background-color: #fff
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-left .menu li.has-sub .sub-menu-container .sub-menu li.current a:after {
		top: 16px
	}
}

@media screen and (min-width: 1200px) {
	header .fixed_header .top-bar-left .menu li.has-sub.current .sub-menu-container {
		display: flex
	}
}

header .fixed_header .top-bar-left .menu li.has-sub.current .sub-menu li:not(.current) a {
	opacity: 0.5
}

header .fixed_header .top-bar-left .menu li.has-sub.current .sub-menu li:not(.current) a:hover {
	opacity: 1
}

header .fixed_header .top-bar-right {
	position: relative
}

header .fixed_header .top-bar-right .top_icons {
	display: flex;
	align-items: center
}

header .fixed_header .top-bar-right .top_icons__container {
	height: 78px;
	display: flex;
	align-items: center
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-right .top_icons__container {
		width: 100%
	}
}

header .fixed_header .top-bar-right .top_icons .icon {
	width: 100% !important;
	display: flex;
	align-content: center;
	height: 100%;
	padding: 0 26px
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-right .top_icons .icon {
		width: 100%;
		justify-content: center
	}
}

header .fixed_header .top-bar-right .top_icons .icon img {
	align-self: center
}

header .fixed_header .top-bar-right .top_icons .icon--gold {
	border-right: 1px solid #ecf0f9
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-right .top_icons .icon--gold {
		border-top: 1px solid #ecf0f9
	}
}

@media screen and (min-width: 1200px) {
	header .fixed_header .top-bar-right .top_icons .icon--gold {
		border-left: 1px solid #ecf0f9
	}
}

header .fixed_header .top-bar-right .top_icons .icon--gold img {
	max-width: 103px
}

header .fixed_header .top-bar-right .top_icons .icon--knights {
	border-right: 1px solid #ecf0f9
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-right .top_icons .icon--knights {
		border-top: 1px solid #ecf0f9
	}
}

@media screen and (min-width: 1200px) {
	header .fixed_header .top-bar-right .top_icons .icon--knights {
		border-left: 1px solid #ecf0f9
	}
}

header .fixed_header .top-bar-right .top_icons .icon--knights img {
	max-width: 103px
}

header .fixed_header .top-bar-right .top_icons .icon--advisor {
	border-right: 1px solid #ecf0f9
}

@media screen and (max-width: 1199px) {
	header .fixed_header .top-bar-right .top_icons .icon--advisor {
		border-top: 1px solid #ecf0f9
	}
}

header .fixed_header .top-bar-right .top_icons .icon--advisor img {
	max-width: 77px
}

@media screen and (max-width: 1199px) {
	header .clear_menu {
		display: none
	}
}

.discover {
	overflow: hidden
}

.discover a {
	display: block;
	padding: 45px 0 39px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500
}

.discover a:hover .fa-angle-right {
	margin-left: 21px !important;
	transition: margin 0.3s
}

.discover a .fa-angle-right {
	font-size: 24px;
	vertical-align: middle;
	margin-left: 11px;
	transition: margin 0.3s
}

.discover .inner {
	width: 100%
}

.discover--1_col_dark {
	background-color: #434959
}

.discover--1_col_primary {
	background-color: #4466c7
}

.discover--1_col .wide {
	text-align: center;
	position: relative
}

@media screen and (max-width: 1023px) {
	.discover--2_col .grid-container {
		padding: 0
	}
}

.discover--2_col .left {
	text-align: left;
	background-color: #434959;
	position: relative
}

.discover--2_col .left:before {
	content: "";
	background-color: #434959;
	width: 50vw;
	height: 100%;
	display: block;
	position: absolute;
	left: -50vw
}

.discover--2_col .right {
	text-align: right;
	background-color: #4466c7;
	position: relative
}

.discover--2_col .right:before {
	content: "";
	background-color: #4466c7;
	width: 50vw;
	height: 100%;
	display: block;
	position: absolute;
	right: -50vw
}

@media screen and (max-width: 1023px) {
	.discover--2_col .left,
	.discover--2_col .right {
		text-align: center
	}
}

.orbit .orbit-container .orbit-slide .orbit-image {
	object-fit: cover
}

@media screen and (min-width: 640px) {
	.orbit .orbit-container .orbit-slide .orbit-image {
		height: 480px
	}
}

@media screen and (max-width: 639px) {
	.orbit .orbit-container .orbit-slide .orbit-image {
		height: 191px
	}
}

.orbit .orbit-container .orbit-slide .orbit-overlay {
	margin: auto;
	background-color: #4466c7;
	color: #fff;
	max-width: 76.875rem;
	width: 100%
}

@media screen and (max-width: 1023px) {
	.orbit .orbit-container .orbit-slide .orbit-overlay {
		position: relative
	}
}

@media screen and (min-width: 1024px) {
	.orbit .orbit-container .orbit-slide .orbit-overlay {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0
	}
}

@media screen and (max-width: 1276px) {
	.orbit .orbit-container .orbit-slide .orbit-overlay {
		padding: 33px 15px 36px 15px
	}
}

@media screen and (min-width: 1277px) {
	.orbit .orbit-container .orbit-slide .orbit-overlay {
		padding: 33px 32px 36px 32px
	}
}

@media screen and (min-width: 1248px) {
	.orbit .orbit-container .orbit-slide .orbit-overlay {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px
	}
}

.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls {
	font-size: 0;
	position: absolute
}

@media screen and (max-width: 1276px) {
	.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls {
		left: 15px
	}
}

@media screen and (min-width: 1277px) {
	.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls {
		left: 0
	}
}

@media screen and (max-width: 1023px) {
	.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls {
		top: -42px
	}
}

@media screen and (min-width: 1024px) {
	.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls {
		top: -42px
	}
}

.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls .orbit-previous,
.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls .orbit-next {
	position: relative;
	top: 0;
	transform: none;
	z-index: 10;
	padding: 0;
	color: #fefefe;
	cursor: pointer;
	font-size: 20px
}

.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls .orbit-previous:hover,
.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls .orbit-previous:active,
.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls .orbit-previous:focus,
.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls .orbit-next:hover,
.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls .orbit-next:active,
.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls .orbit-next:focus {
	background-color: transparent
}

.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-controls .orbit-previous {
	margin-right: 30px
}

.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-overlay__title {
	width: 100%;
	line-height: 48px;
	font-weight: 300;
	margin-bottom: 6px;
	margin-top: -2px
}

@media screen and (min-width: 1277px) {
	.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-overlay__title {
		font-size: 42px
	}
}

@media screen and (max-width: 1276px) {
	.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-overlay__title {
		font-size: 32px
	}
}

.orbit .orbit-container .orbit-slide .orbit-overlay .orbit-overlay__content {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: -9px
}

.service_cards .grid-container {
	position: relative
}

@media screen and (min-width: 1023px) {
	.service_cards .grid-container {
		padding: 86px .9375rem 91px .9375rem
	}
}

@media screen and (max-width: 1024px) {
	.service_cards .grid-container {
		padding: 33px .9375rem 33px .9375rem
	}
}

@media screen and (max-width: 1023px) {
	.service_cards .grid-container .grid-x>.cell {
		margin-bottom: 15px
	}
}

.service_cards .service_card__icon {
	margin-bottom: 13px
}

.service_cards .service_card__symantec {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fdbb30;
	letter-spacing: 1px;
	margin-bottom: 12px
}

.service_cards .service_card__title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	color: #434959;
	margin-bottom: 7px
}

.service_cards .service_card__excerpt {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #727272;
	margin-bottom: 13px
}

.service_cards .service_card__more {
	color: #434959;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display: block
}

.service_cards .service_card__more:hover .fa-angle-right {
	margin-left: 18px !important;
	transition: margin 0.3s
}

.service_cards .service_card__more .fa-angle-right {
	font-size: 20px;
	color: #4466c7;
	vertical-align: middle;
	margin-left: 8px;
	transition: margin 0.3s
}

.service_cards__cta_button {
	background: #4466c7;
	color: #fff;
	margin: 0;
	line-height: 22px;
	padding: 11px 19px 5px 19px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	cursor: pointer;
	position: absolute;
	bottom: -16px;
	left: 0;
	left: 15px
}

.service_cards__cta_button:hover {
	color: #fff
}

.service_cards__cta_button:hover .fa-circle {
	margin-left: 27px !important;
	transition: margin 0.3s
}

.service_cards__cta_button .fa-circle {
	font-size: 8px;
	margin-left: 17px;
	vertical-align: middle;
	transition: margin 0.3s
}

@media screen and (min-width: 1024px) {
	.product_grid {
		padding: 95px 0 80px 0
	}
}

@media screen and (max-width: 1023px) {
	.product_grid {
		padding: 46px 0 89px 0
	}
}

.product_grid .grid-container {
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}

.product_grid .grid-container .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-left: 15px;
	margin-right: 15px
}

@media screen and (min-width: 1024px) {
	.product_grid .grid-container .left {
		flex: 1
	}
}

.product_grid .grid-container .left h2 {
	margin-top: 0;
	margin-bottom: 16px
}

.product_grid .grid-container .left p {
	color: #686d7a;
	line-height: 24px;
	margin-bottom: 33px;
	max-width: 100%
}

@media screen and (min-width: 1200px) {
	.product_grid .grid-container .left p {
		padding-right: 4.69vw
	}
}

.product_grid .grid-container .left .cta_button {
	background: #4466c7;
	color: #fff;
	margin: 0;
	line-height: 22px;
	padding: 11px 19px 5px 19px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	cursor: pointer;
	left: 0
}

.product_grid .grid-container .left .cta_button:hover {
	color: #fff
}

.product_grid .grid-container .left .cta_button:hover .fa-circle {
	margin-left: 27px !important;
	transition: margin 0.3s
}

.product_grid .grid-container .left .cta_button .fa-circle {
	font-size: 8px;
	margin-left: 17px;
	vertical-align: middle;
	transition: margin 0.3s
}

@media screen and (max-width: 1023px) {
	.product_grid .grid-container .left .cta_button {
		left: 15px;
		position: absolute;
		bottom: -55px
	}
}

.product_grid .grid-container .left .cta_button:hover .fa-circle {
	margin-left: 27px !important;
	transition: margin 0.3s
}

.product_grid .grid-container .left .cta_button .fa-circle {
	font-size: 8px;
	margin-left: 17px;
	vertical-align: middle;
	transition: margin 0.3s
}

.product_grid .grid-container .right {
	max-width: 100%
}

@media screen and (min-width: 1024px) {
	.product_grid .grid-container .right {
		width: 609px
	}
}

.product_grid .grid-container .right .product_cards {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between
}

.product_grid .grid-container .right .product_cards .card {
	background: #424858;
	border: none;
	border-radius: 4px;
	margin-bottom: 15px;
	min-height: 188px;
	width: 100%
}

@media screen and (min-width: 1024px) {
	.product_grid .grid-container .right .product_cards .card {
		max-width: 297px
	}
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
	.product_grid .grid-container .right .product_cards .card {
		max-width: calc(50% - 8px)
	}
}

@media screen and (max-width: 639px) {
	.product_grid .grid-container .right .product_cards .card {
		max-width: 100%
	}
}

.product_grid .grid-container .right .product_cards .card>a {
	padding: 33px;
	display: flex;
	flex-direction: column;
	height: 100%
}

.product_grid .grid-container .right .product_cards .card__symantec {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fdbb30;
	letter-spacing: 1px
}

.product_grid .grid-container .right .product_cards .card__title {
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	flex: 1
}

.product_grid .grid-container .right .product_cards .card__more {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display: block
}

.product_grid .grid-container .right .product_cards .card__more:hover .fa-angle-right {
	margin-left: 18px !important;
	transition: margin 0.3s
}

.product_grid .grid-container .right .product_cards .card__more .fa-angle-right {
	font-size: 20px;
	color: #4466c7;
	vertical-align: middle;
	margin-left: 8px;
	transition: margin 0.3s
}

.client_grid .cell {
	display: flex;
	justify-content: space-evenly
}

@media screen and (max-width: 1023px) {
	.client_grid .cell {
		padding: 30px 25px 0px 25px
	}
}

@media screen and (min-width: 1024px) {
	.client_grid .cell {
		padding: 32px 75px
	}
}

.client_grid .cell>a {
	max-width: calc(100% / 5)
}

.client_grid .client {
	position: relative;
	margin: 0 auto;
	height: 56px
}

@media screen and (min-width: 341px) {
	.client_grid .client {
		width: 128px
	}
}

@media screen and (max-width: 340px) {
	.client_grid .client {
		width: auto
	}
}

.client_grid .client img {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}

@media screen and (min-width: 341px) {
	.client_grid .client img {
		width: 128px;
		height: 56px
	}
}

@media screen and (max-width: 340px) {
	.client_grid .client img {
		width: 100%;
		height: auto
	}
}

.client_grid .client__front-image {
	z-index: 9999;
	transition: opacity .5s linear;
	cursor: pointer
}

.client_grid .client:hover>.client__front-image {
	opacity: 0
}

@media screen and (min-width: 1024px) {
	footer .footer_form {
		padding: 96px 0
	}
}

@media screen and (max-width: 1023px) {
	footer .footer_form {
		padding: 33px 0
	}
	footer .footer_form>.grid-container>.grid-x {
		flex-direction: column
	}
}

footer .footer_form>.grid-container>.grid-x>.cell {
	padding-right: 15px;
	padding-left: 15px
}

footer .footer_form .protirus_title {
	margin-bottom: 20px
}

footer .footer_form label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #434959
}

@media screen and (max-width: 1023px) {
	footer .footer_form label {
		margin-bottom: 28px
	}
}

@media screen and (min-width: 1024px) {
	footer .footer_form label:not(:last-of-type) {
		margin-bottom: 28px
	}
}

footer .footer_form label.textarea {
	box-sizing: content-box;
	display: flex;
	flex-direction: column;
	height: 100%
}

footer .footer_form label .required {
	color: #4466c7
}

footer .footer_form label input,
footer .footer_form label textarea {
	border: 1px solid #b4c2e8;
	border-radius: 4px;
	color: #434959;
	margin: 0;
	margin-top: 7px
}

footer .footer_form label input {
	line-height: initial;
	padding: 5px 19px 0px 19px;
	height: 40px;
	box-shadow: none
}

footer .footer_form label textarea {
	line-height: 22px;
	padding: 10px 19px 0px 19px;
	min-width: 100%;
	box-shadow: none
}

@media screen and (max-width: 1023px) {
	footer .footer_form label textarea {
		height: 175px
	}
}

@media screen and (min-width: 1024px) {
	footer .footer_form label textarea {
		height: 100%
	}
}

footer .footer_form label input:focus,
footer .footer_form label textarea:focus {
	border: 1px solid #4466c7;
	box-shadow: none
}

footer .footer_form .grid-x {
	position: relative
}

footer .footer_form .submit {
	margin: 0;
	line-height: 22px;
	padding: 11px 19px 5px 19px;
	font-size: 16px;
	font-weight: 500;
	background: #4466c7;
	color: #fff;
	border-radius: 50px;
	cursor: pointer
}

@media screen and (min-width: 1024px) {
	footer .footer_form .submit {
		position: absolute;
		right: 32px;
		bottom: -16px
	}
}

@media screen and (max-width: 1023px) {
	footer .footer_form .submit {
		margin-top: 3px;
		margin-right: 15px;
		align-self: flex-end
	}
}

footer .footer_form .submit:hover .fa-angle-right {
	margin-left: 22px !important;
	transition: margin 0.3s
}

footer .footer_form .submit .fa-angle-right {
	font-size: 12px;
	margin-left: 12px;
	transition: margin 0.3s
}

@media screen and (min-width: 640px) {
	footer .footer_bottom {
		padding: 58px 0 41px 0
	}
}

@media screen and (max-width: 639px) {
	footer .footer_bottom {
		padding: 31px 0 41px 0
	}
	footer .footer_bottom .grid-container {
		padding-left: 15px;
		padding-right: 15px
	}
}

footer .footer_bottom__right {
	display: flex
}

@media screen and (min-width: 640px) {
	footer .footer_bottom__right {
		justify-content: flex-end
	}
}

footer .footer_bottom .footer_logo {
	margin-bottom: 22px
}

footer .footer_bottom .copyright {
	font-size: 12px;
	font-weight: 600;
	color: #727272
}

footer .footer_bottom .footer_menu {
	margin: 0;
	list-style: none
}

@media screen and (min-width: 640px) {
	footer .footer_bottom .footer_menu {
		margin: 2px 0 27px 0
	}
}

@media screen and (max-width: 639px) {
	footer .footer_bottom .footer_menu {
		margin: 2px 0 21px 0
	}
}

@media screen and (max-width: 1204px) {
	footer .footer_bottom .footer_menu {
		max-width: 459px
	}
}

@media screen and (min-width: 640px) {
	footer .footer_bottom .footer_menu li {
		display: inline-block
	}
}

footer .footer_bottom .footer_menu li:not(.social) {
	vertical-align: middle
}

@media screen and (min-width: 640px) {
	footer .footer_bottom .footer_menu li:not(.social) {
		margin-left: 29px
	}
}

footer .footer_bottom .footer_menu li:not(.social) a {
	font-size: 12px;
	font-weight: 700;
	color: #727272;
	text-transform: uppercase
}

footer .footer_bottom .footer_menu li:not(.social) a.dark {
	color: #434959
}

@media screen and (min-width: 640px) {
	footer .footer_bottom .footer_menu li.social {
		margin-left: 27px
	}
}

@media screen and (max-width: 639px) {
	footer .footer_bottom .footer_menu li.social {
		display: inline-block;
		margin-top: 12px
	}
}

footer .footer_bottom .footer_menu li.social~.social {
	margin-left: 8px
}

footer .footer_bottom .footer_menu li.social a {
	font-size: 16px
}

footer .footer_bottom .footer_menu li.social a .fa-twitter {
	color: #1da1f2
}

footer .footer_bottom .footer_menu li.social a .fa-linkedin {
	color: #0077b5
}

footer .footer_bottom .footer_menu li:hover a {
	color: #4466c7 !important
}

footer .footer_bottom .footer_reg {
	font-size: 12px;
	font-weight: 300;
	color: #727272
}

@media screen and (max-width: 639px) {
	footer .footer_bottom .footer_reg {
		margin-top: 6px
	}
}

.home_consulting_section {
	position: relative;
	background: transparent
}

.intro_2_col {
	position: relative;
	background: transparent
}

.intro_2_col__symantec {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fdbb30;
	letter-spacing: 1px;
	margin-bottom: 9px
}

.intro_2_col__case_study {
	display: flex
}

.intro_2_col__video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%
}

.intro_2_col__video iframe,
.intro_2_col__video object,
.intro_2_col__video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 1276px) {
	.intro_2_col .left {
		padding: 0 15px
	}
}

@media screen and (max-width: 1024px) {
	.intro_2_col .left {
		margin-top: 28px;
		margin-bottom: 12px
	}
}

.intro_2_col .left__inside {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
	margin-left: auto
}

@media screen and (min-width: 1024px) {
	.intro_2_col .left__inside {
		max-width: 615px
	}
}

.intro_2_col .left__inside .intro_2_col__case_study {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 32px;
	margin-bottom: 24px
}

.intro_2_col .left__inside .intro_2_col__case_study a {
	color: #434959;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600
}

.intro_2_col .left__inside .intro_2_col__case_study a .fa-angle-left {
	color: #4466c7;
	margin-top: 2px;
	margin-right: 5px
}

.intro_2_col .left__inside h1 {
	margin-bottom: 19px
}

@media screen and (min-width: 1277px) {
	.intro_2_col .left__inside h1 {
		padding-right: 101px
	}
}

.intro_2_col .left__inside p {
	color: #727272;
	line-height: 24px
}

@media screen and (min-width: 1277px) {
	.intro_2_col .left__inside p {
		padding-right: 101px
	}
}

.intro_2_col .right img {
	object-fit: cover;
	width: 100%
}

@media screen and (min-width: 640px) {
	.intro_2_col .right img {
		height: 471px
	}
}

@media screen and (max-width: 639px) {
	.intro_2_col .right img {
		height: 192px
	}
}

.intro_2_col .fluid {
	padding: 0
}

.intro_2_col .fluid .grid-container {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: -1
}

.intro_2_col .fluid .grid-container .grid-x {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column
}

.intro_2_col .fluid .grid-container .grid-x .left {
	padding-right: 110px
}

.intro_2_col .fluid .grid-container .grid-x .left p {
	color: #727272;
	line-height: 24px
}

@media screen and (max-width: 1276px) {
	.about_content_block .grid-container {
		padding: 0
	}
}

.about_content_block .grid-container .inner {
	width: 100%;
	z-index: 99
}

@media screen and (min-width: 1277px) {
	.about_content_block .grid-container .inner {
		margin-top: -47px;
		border-radius: 4px
	}
}

@media screen and (min-width: 640px) {
	.about_content_block .grid-container .inner {
		padding: 34px 32px 41px 32px
	}
}

@media screen and (max-width: 639px) {
	.about_content_block .grid-container .inner {
		padding: 30px 15px 33px 15px
	}
}

.about_content_block .grid-container .inner .top {
	flex-direction: column;
	display: flex;
	position: relative
}

@media screen and (min-width: 640px) {
	.about_content_block .grid-container .inner .top h2 {
		order: 2
	}
	.about_content_block .grid-container .inner .top p {
		order: 3
	}
	.about_content_block .grid-container .inner .top svg {
		order: 1;
		position: absolute;
		right: 0;
		top: -5px
	}
}

@media screen and (max-width: 639px) {
	.about_content_block .grid-container .inner .top svg {
		margin: 25px 0 11px 0
	}
}

.about_content_block .grid-container .inner .top p,
.about_content_block .grid-container .inner .bottom p {
	color: #fff;
	margin-bottom: 0;
	font-weight: 300
}

.about_content_block .grid-container .inner .top ul,
.about_content_block .grid-container .inner .bottom ul {
	margin: 19px 0 0 0;
	color: #fff;
	list-style: none;
	padding-right: 15px
}

.about_content_block .grid-container .inner .top ul li.title,
.about_content_block .grid-container .inner .bottom ul li.title {
	font-weight: 500
}

.about_content_block .grid-container .inner .top ul li:not(.title),
.about_content_block .grid-container .inner .bottom ul li:not(.title) {
	font-weight: 300
}

.about_content_block .grid-container .inner .bottom {
	justify-content: space-between;
	display: flex
}

@media screen and (min-width: 1024px) {
	.about_content_block .grid-container .inner .bottom {
		align-items: flex-end;
		flex-direction: row
	}
}

@media screen and (max-width: 1023px) {
	.about_content_block .grid-container .inner .bottom {
		align-items: flex-start;
		flex-direction: column
	}
}

.about_content_block .grid-container .inner .bottom svg {
	flex: 1
}

.about_content_block__cta_button {
	background: #fdbb30;
	color: #fff;
	margin: 0;
	line-height: 22px;
	padding: 11px 19px 5px 19px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	cursor: pointer;
	left: 0;
	align-self: flex-end
}

.about_content_block__cta_button:hover {
	color: #fff
}

.about_content_block__cta_button:hover .fa-circle {
	margin-left: 27px !important;
	transition: margin 0.3s
}

.about_content_block__cta_button .fa-circle {
	font-size: 8px;
	margin-left: 17px;
	vertical-align: middle;
	transition: margin 0.3s
}

@media screen and (max-width: 1023px) {
	.about_content_block__cta_button {
		margin-top: 25px
	}
}

.about_content_block__cta_button:hover .fa-circle {
	margin-left: 27px !important;
	transition: margin 0.3s
}

.about_content_block__cta_button .fa-circle {
	font-size: 8px;
	margin-left: 17px;
	vertical-align: middle;
	transition: margin 0.3s
}

.protirus_team {
	overflow: hidden
}

@media screen and (min-width: 1024px) {
	.protirus_team {
		padding-top: 107px
	}
}

@media screen and (max-width: 1023px) {
	.protirus_team {
		padding-top: 32px
	}
}

.protirus_team .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1
}

.protirus_team .left h3 {
	margin-bottom: 18px
}

.protirus_team .left p {
	color: #727272;
	line-height: 24px;
	font-weight: 300
}

@media screen and (min-width: 1204px) {
	.protirus_team .left p {
		max-width: 510px
	}
}

.protirus_team .right {
	position: relative
}

.protirus_team .right .circle {
	background: #dae1f4;
	display: inline-block;
	height: calc((100vw - 50px) / 2);
	width: calc(100vw - 50px);
	border-top-left-radius: 510px;
	border-top-right-radius: 510px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 0;
	box-sizing: border-box;
	max-width: 510px;
	max-height: 255px
}

@media screen and (min-width: 640px) {
	.protirus_team .right .circle {
		margin-right: 89px
	}
}

.protirus_team .right .team {
	list-style: none;
	margin: 0;
	z-index: 1;
	display: flex;
	position: relative;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-bottom: 8px
}

@media screen and (min-width: 640px) {
	.protirus_team .right .team_member {
		cursor: pointer;
		width: 25%;
		text-align: center;
		margin-bottom: 10px
	}
	.protirus_team .right .team_member:nth-child(even) {
		margin-top: 31px
	}
}

@media screen and (max-width: 639px) {
	.protirus_team .right .team_member {
		width: 50%;
		margin-bottom: 24px;
		padding-right: 15px
	}
	.protirus_team .right .team_member:last-of-type {
		flex: 1
	}
}

.protirus_team .right .team_member__img {
	max-width: 66px;
	border: 3px solid #fff;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px
}

.protirus_team .right .team_member:hover .team_member__info {
	transition: all 0.6s ease;
	opacity: 1
}

.protirus_team .right .team_member__info {
	transition: all 0.6s ease;
	margin-top: 8px
}

@media screen and (min-width: 1024px) {
	.protirus_team .right .team_member__info {
		opacity: 0
	}
}

.protirus_team .right .team_member__info .name {
	color: #434959;
	font-weight: 500
}

@media screen and (max-width: 639px) {
	.protirus_team .right .team_member__info .name {
		line-height: 20px
	}
}

.protirus_team .right .team_member__info .role {
	color: #4466c7;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600
}

@media screen and (min-width: 640px) {
	.protirus_team .right .team_member__info .role {
		margin-top: -3px
	}
}

@media screen and (max-width: 639px) {
	.protirus_team .right .team_member__info .role {
		max-width: 170px;
		line-height: 16px
	}
}

@media screen and (max-width: 659px) {
	.featured_content .grid-container {
		padding-right: 15px;
		padding-left: 15px
	}
}

.featured_content--home,
.featured_content--products,
.featured_content--about {
	padding: 6.66vw 0 111px 0
}

.featured_content--single_service {
	padding: 0 0 111px 0
}

.featured_content--products {
	padding: 48px 0 34px 0
}

@media screen and (max-width: 739px) {
	.featured_content--case_studies {
		padding: 33px 0 32px 0
	}
}

@media screen and (min-width: 740px) {
	.featured_content--case_studies {
		padding: 95px 0 96px 0
	}
}

.featured_content__container {
	display: flex;
	flex-wrap: wrap
}

.featured_content__container .featured_card {
	display: flex;
	background: #f3f3f4;
	position: relative;
	border-radius: 4px
}

@media screen and (max-width: 1299px) {
	.featured_content__container .featured_card {
		width: 100%
	}
	.featured_content__container .featured_card:not(:last-of-type) {
		margin-bottom: 30px
	}
}

@media screen and (min-width: 1300px) {
	.featured_content__container .featured_card {
		width: calc((100% / 2) - 9px);
		margin-bottom: 16px
	}
	.featured_content__container .featured_card:nth-child(odd) {
		margin-right: 18px
	}
}

@media screen and (max-width: 659px) {
	.featured_content__container .featured_card {
		flex-direction: column-reverse
	}
	.featured_content__container .featured_card.featured_card--button:not(:last-of-type) {
		margin-bottom: 101px
	}
}

@media screen and (max-width: 659px) {
	.featured_content__container .featured_card__cta_button {
		background: #4466c7;
		color: #fff;
		margin: 0;
		line-height: 22px;
		padding: 11px 19px 5px 19px;
		font-size: 16px;
		font-weight: 500;
		border-radius: 50px;
		cursor: pointer;
		position: absolute;
		bottom: -16px;
		left: 0;
		bottom: -70px !important
	}
	.featured_content__container .featured_card__cta_button:hover {
		color: #fff
	}
	.featured_content__container .featured_card__cta_button:hover .fa-circle {
		margin-left: 27px !important;
		transition: margin 0.3s
	}
	.featured_content__container .featured_card__cta_button .fa-circle {
		font-size: 8px;
		margin-left: 17px;
		vertical-align: middle;
		transition: margin 0.3s
	}
}

@media screen and (min-width: 660px) {
	.featured_content__container .featured_card__cta_button {
		background: #4466c7;
		color: #fff;
		margin: 0;
		line-height: 22px;
		padding: 11px 19px 5px 19px;
		font-size: 16px;
		font-weight: 500;
		border-radius: 50px;
		cursor: pointer;
		position: absolute;
		bottom: -16px;
		right: 16px
	}
	.featured_content__container .featured_card__cta_button:hover {
		color: #fff
	}
	.featured_content__container .featured_card__cta_button:hover .fa-circle {
		margin-left: 27px !important;
		transition: margin 0.3s
	}
	.featured_content__container .featured_card__cta_button .fa-circle {
		font-size: 8px;
		margin-left: 17px;
		vertical-align: middle;
		transition: margin 0.3s
	}
}

.featured_content__container .featured_card__cta_button:hover .fa-circle {
	margin-left: 27px !important;
	transition: margin 0.3s
}

.featured_content__container .featured_card__cta_button .fa-circle {
	font-size: 8px;
	margin-left: 17px;
	vertical-align: middle;
	transition: margin 0.3s
}

.featured_content__container .featured_card__content {
	flex: 1;
	padding: 23px 32px;
	display: flex;
	flex-direction: column
}

.featured_content__container .featured_card__content .card_top {
	display: flex;
	justify-content: space-between
}

.featured_content__container .featured_card__content .card_top>div {
	width: 100%
}

.featured_content__container .featured_card__content .card_top .card_post_meta {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #727272;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end
}

.featured_content__container .featured_card__content .card_top .card_post_meta svg {
	margin-right: 13px
}

.featured_content__container .featured_card__content .card_top .card_type {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #b3b6bc;
	letter-spacing: 1px
}

.featured_content__container .featured_card__content .card_top .card_type span {
	text-transform: lowercase;
}

@media screen and (min-width: 660px) {
	.featured_content__container .featured_card__content .card_top .card_type {
		display: inline-block
	}
}

.featured_content__container .featured_card__content .card_top .card_type--yellow {
	color: #fdbb30
}

.card_type--blue {
	color: #4466C7 !important;
}

.featured_content__container .featured_card__content .card_top .card_title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	color: #434959;
	margin-top: 10px;
	margin-bottom: 11px;
	padding-right: 9px
}

.featured_content__container .featured_card__content .card_top .card_logo {
	min-width: 126px
}

@media screen and (min-width: 660px) {
	.featured_content__container .featured_card__content .card_top .card_logo {
		float: right
	}
}

@media screen and (max-width: 659px) {
	.featured_content__container .featured_card__content .card_top .card_logo {
		margin-top: 19px;
		margin-bottom: 10px
	}
}

.featured_content__container .featured_card__content .card_excerpt {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #727272;
}

@media screen and (min-width: 1024px) {
	.featured_content__container .featured_card__content .card_excerpt {
		flex: 1
	}
}

.featured_content__container .featured_card__content .card_tags {
	list-style: none;
	margin: 0;
	margin-top: 9px
}

.featured_content__container .featured_card__content .card_tags li {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4466c7;
	margin-right: 13px;
	letter-spacing: 1px
}

.featured_content__container .featured_card__content .card_more {
	color: #434959;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-top: 13px;
	display: block;
	align-self: flex-start
}

.featured_content__container .featured_card__content .card_more:hover .fa-angle-right {
	margin-left: 18px !important;
	transition: margin 0.3s
}

.featured_content__container .featured_card__content .card_more .fa-angle-right {
	font-size: 20px;
	color: #4466c7;
	vertical-align: middle;
	margin-left: 8px;
	transition: margin 0.3s
}

.featured_content__container .featured_card__content .card_more:hover .fa-clipboard-list {
	margin-left: 18px !important;
	transition: margin 0.3s
}

.featured_content__container .featured_card__content .card_more .fa-clipboard-list {
	font-size: 20px;
	color: #4466c7;
	vertical-align: top;
	margin-left: 8px;
	height:0.9em;
	transition: margin 0.3s;
}

.featured_content__container .featured_card__image img {
	min-height: 272px;
	object-fit: cover
}

@media screen and (max-width: 659px) {
	.featured_content__container .featured_card__image img {
		height: 100%;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px
	}
}

@media screen and (min-width: 660px) {
	.featured_content__container .featured_card__image img {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px
	}
}

.standard_page_banner .grid-x {
	position: relative
}

.standard_page_banner .grid-x .inner {
	margin: auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	max-width: 76.875rem;
	width: 100%;
	z-index: 1
}

@media screen and (min-width: 1247px) {
	.standard_page_banner .grid-x .inner--narrow {
		margin-top: 151px
	}
	.standard_page_banner .grid-x .inner--wide {
		margin-top: 186px
	}
}

.standard_page_banner .grid-x .inner--primary {
	background-color: #4466c7
}

.standard_page_banner .grid-x .inner--dark {
	background-color: #434959
}

@media screen and (min-width: 1247px) {
	.standard_page_banner .grid-x .inner {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px
	}
}

@media screen and (max-width: 1246px) {
	.standard_page_banner .grid-x .inner {
		border-radius: 0px !important
	}
}

@media screen and (min-width: 640px) {
	.standard_page_banner .grid-x .inner {
		padding: 33px 32px 40px 32px
	}
}

@media screen and (max-width: 639px) {
	.standard_page_banner .grid-x .inner {
		padding: 30px 15px 33px 15px
	}
}

.standard_page_banner .grid-x .inner p {
	color: #fff;
	font-weight: 300;
	line-height: 24px
}

.standard_page_banner .grid-x .inner p:last-of-type {
	margin-bottom: -9px
}

.standard_page_banner .grid-x .inner p b,
.standard_page_banner .grid-x .inner p strong {
	font-weight: 700;
	line-height: 24px
}

.standard_page_banner .grid-x .inner b,
.standard_page_banner .grid-x .inner strong {
	font-weight: 700;
	line-height: 24px
}

.standard_page_banner .grid-x img {
	z-index: 0;
	display: block;
	object-fit: cover;
	width: 100%
}

@media screen and (min-width: 1247px) {
	.standard_page_banner .grid-x img {
		position: absolute;
		top: 0
	}
}

@media screen and (min-width: 640px) {
	.standard_page_banner .grid-x img {
		height: 278px
	}
}

@media screen and (max-width: 639px) {
	.standard_page_banner .grid-x img {
		height: 191px
	}
}

.standard_page__content {
	width: 100%;
	margin: 0
}

@media screen and (min-width: 1247px) {
	.standard_page__content {
		padding: 91px 30px 71px 30px
	}
}

@media screen and (min-width: 1024px) {
	.standard_page__content {
		max-width: 79%
	}
}

@media screen and (min-width: 640px) and (max-width: 1246px) {
	.standard_page__content {
		padding: 32px 17px 45px 17px
	}
}

@media screen and (max-width: 639px) {
	.standard_page__content {
		padding: 32px 0 45px 0
	}
}

.standard_page__content iframe {
	width: 100%
}

.standard_page__content p,
.standard_page__content ul,
.standard_page__content ol,
.standard_page__content li {
	color: #727272;
	line-height: 24px;
	font-weight: 300
}

.standard_page__content>ul,
.standard_page__content>ol {
	margin-bottom: 24px !important
}

.standard_page__content p {
	margin-bottom: 24px
}

.standard_page__content a {
	color: #4466c7;
	font-weight: 700
}

.standard_page__content b {
	color: #434959;
	font-weight: 500
}

.standard_page__content h1 {
	font-family: "Hind Guntur", sans-serif;
	color: #434959;
	font-weight: 300;
	font-size: 42px;
	line-height: 48px
}

.standard_page__content h2,
.standard_page__content h3,
.standard_page__content h4,
.standard_page__content h5,
.standard_page__content h6 {
	margin-bottom: 9px;
	color: #434959;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300
}

.standard_page__content .cell>ul,
.standard_page__content .cell>ol {
	margin-bottom: 36px
}

.standard_page__content ul {
	margin: 0;
	list-style: none;
	counter-reset: firstLevel
}

.standard_page__content ul>li {
	counter-increment: firstLevel;
	text-indent: -27px;
	margin-left: 28px
}

.standard_page__content ul>li::before {
	color: #4466c7;
	margin-right: 18px;
	content: counter(firstLevel, disc);
	font-family: "Hind Guntur", sans-serif;
	font-weight: 700;
	font-size: 16px
}

.standard_page__content ul>li>ul {
	list-style: none;
	counter-reset: secondLevel
}

.standard_page__content ul>li>ul>li {
	counter-increment: secondLevel;
	text-indent: -30px;
	margin-left: 29px
}

.standard_page__content ul>li>ul>li::before {
	color: #4466c7;
	margin-right: 17px;
	content: counter(secondLevel, circle);
	font-family: "Hind Guntur", sans-serif;
	font-weight: 700;
	font-size: 26px;
	vertical-align: -webkit-baseline-middle
}

.standard_page__content ol {
	margin: 0;
	list-style: none;
	counter-reset: firstLevel
}

.standard_page__content ol>li {
	counter-increment: firstLevel;
	text-indent: -22px;
	margin-left: 24px
}

.standard_page__content ol>li::before {
	color: #4466c7;
	margin-right: 19px;
	content: counter(firstLevel, decimal);
	font-family: "Hind Guntur", sans-serif;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle
}

.standard_page__content ol>li>ol {
	list-style: none;
	counter-reset: secondLevel
}

.standard_page__content ol>li>ol>li {
	counter-increment: secondLevel;
	text-indent: -24px;
	margin-left: 29px
}

.standard_page__content ol>li>ol>li::before {
	color: #4466c7;
	margin-right: 16px;
	content: counter(secondLevel, upper-alpha);
	font-family: "Hind Guntur", sans-serif;
	font-weight: bold;
	font-size: 12px
}

.standard_page__content blockquote {
	color: #434959;
	font-size: 16px;
	font-style: italic;
	padding: 15px 0px 13px 22px;
	border-left: 3px solid #4466c7;
	text-align: justify;
	margin-top: 26px;
	margin-bottom: 26px
}

@media screen and (max-width: 1023px) {
	.standard_page__content blockquote {
		padding-right: 18px
	}
}

.standard_page__content blockquote p {
	color: #434959;
	font-style: italic;
	margin: 0;
	text-align: justify
}

.standard_page__content hr {
	border-bottom: 1px solid #dddde0;
	margin: 95px 0 18px 0
}

.standard_page__content pre {
	background: #eee;
	color: #747980;
	font-family: monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em
}

.standard_page__content .video_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

@media screen and (min-width: 1247px) {
	.standard_page__content .video_wrapper {
		margin-left: -30px
	}
}

@media screen and (min-width: 1024px) and (max-width: 1246px) {
	.standard_page__content .video_wrapper {
		margin-left: 0px;
		margin-right: 0px
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.standard_page__content .video_wrapper {
		margin-left: -32px;
		margin-right: -32px
	}
}

@media screen and (max-width: 639px) {
	.standard_page__content .video_wrapper {
		margin-left: -15px;
		margin-right: -15px
	}
}

.standard_page__content .video_wrapper iframe,
.standard_page__content .video_wrapper object,
.standard_page__content .video_wrapper embed {
	position: absolute;
	top: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media screen and (min-width: 640px) {
	.service {
		padding: 97px 0
	}

	.service--lesspad {
		padding: 0px 0 !important;
	}

	.service--medpad {
		padding:25px 0 !important;
	}

	.service--sectionstart {
		padding: 50px 0 0 0 !important;
	}

	.service--sectionend {
		padding: 0 0 50px 0 !important;
	}
}

@media screen and (max-width: 639px) {
	.service {
		padding: 30px 0
	}
}

@media screen and (max-width: 639px) {
	.service .grid-x {
		flex-direction: column-reverse
	}
}

.service .cell {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.service .cell.left {
	align-items: flex-start
}

@media screen and (min-width: 1024px) {
	.service .cell.left {
		padding-right: 110px
	}
}

@media screen and (max-width: 1023px) {
	.service .cell.left {
		padding-right: 15px
	}
}

@media screen and (min-width: 1024px) {
	.service .cell.right {
		align-items: flex-end
	}
}

@media screen and (max-width: 1023px) {
	.service .cell.right {
		align-items: center
	}
}

@media screen and (max-width: 639px) {
	.service .cell.right img {
		max-width: 205px;
		margin-bottom: 30px
	}
}

.service .cell.right svg {
	height: auto
}

@media screen and (max-width: 639px) {
	.service .cell.right svg {
		max-width: 205px;
		margin-bottom: 30px
	}
}

.service .cell h2 {
	margin-bottom: 8px
}

.service .cell p {
	color: #727272;
	font-weight: 300;
	line-height: 24px
}

.service__cta_button {
	background: #4466c7;
	color: #fff;
	margin: 0;
	line-height: 22px;
	padding: 11px 19px 5px 19px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	cursor: pointer;
	left: 0;
	margin: 7px 0 0 0
}

.service__cta_button:hover {
	color: #fff
}

.service__cta_button:hover .fa-circle {
	margin-left: 27px !important;
	transition: margin 0.3s
}

.service__cta_button .fa-circle {
	font-size: 8px;
	margin-left: 17px;
	vertical-align: middle;
	transition: margin 0.3s
}

.service__cta_button:hover .fa-circle {
	margin-left: 27px !important;
	transition: margin 0.3s
}

.service__cta_button .fa-circle {
	font-size: 8px;
	margin-left: 17px;
	vertical-align: middle;
	margin-bottom: 1px;
	transition: margin 0.3s
}

.service__symantec {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fdbb30;
	letter-spacing: 1px;
	margin-bottom: 19px
}

.service__yellow__large {
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #fdbb30;
	letter-spacing: 1px;
	margin-bottom: 19px
}

.service__yellow__large span {
	text-transform: lowercase;
}

.card__symantec span {
	text-transform: lowercase;
}

@media screen and (min-width: 1277px) {
	.key_features--image>.grid-container {
		position: absolute;
		left: 0;
		right: 0
	}
}

.key_features__corner_icon {
	position: absolute;
	right: 35px;
	max-width: 72px
}

@media screen and (min-width: 1277px) {
	.key_features__corner_icon {
		top: 27px
	}
}

@media screen and (max-width: 1276px) {
	.key_features__corner_icon {
		top: 17px
	}
}

.key_features__image {
	min-height: 215px;
	object-fit: cover
}

@media screen and (max-width: 1276px) {
	.key_features .grid-container {
		padding: 0
	}
}

.key_features .grid-container .inner {
	width: 100%;
	z-index: 9;
	position: relative
}

@media screen and (min-width: 1277px) {
	.key_features .grid-container .inner {
		margin-top: -47px;
		border-radius: 4px
	}
}

@media screen and (min-width: 640px) {
	.key_features .grid-container .inner {
		padding: 34px 32px 41px 32px
	}
}

@media screen and (max-width: 639px) {
	.key_features .grid-container .inner {
		padding: 30px 15px 33px 15px
	}
}

.key_features .grid-container .inner h2 {
	margin-bottom: 17px
}

.key_features .grid-container .inner h2.clear_icon {
	padding-right: 105px
}

.key_features .grid-container .inner strong,
.key_features .grid-container .inner b {
	color: #fff;
	margin-bottom: 0;
	font-weight: 700
}

.key_features .grid-container .inner p {
	color: #fff;
	margin-bottom: -9px;
	font-weight: 300;
	line-height: 24px
}

@media screen and (max-width: 639px) {
	.key_features .grid-container .inner .cell .grid-x {
		flex-direction: column
	}
	.key_features .grid-container .inner .cell .grid-x .cell {
		margin: 0 0 26px 0
	}
}

@media screen and (min-width: 640px) {
	.key_features .grid-container .inner .cell .grid-x .cell {
		flex: 1
	}
	.key_features .grid-container .inner .cell .grid-x .cell:nth-of-type(3n+2) {
		margin: 0 40px
	}
}

.key_features .grid-container .filters__top .checkboxes input.chk-btn+label span {
	color: #696d7a !important
}

.key_features .grid-container .filters__top .checkboxes input.chk-btn+label.active span {
	color: #ffffff !important
}

.key_features .grid-container .filters__top .checkboxes input.chk-btn:checked+label span,
.key_features .grid-container .filters__top .checkboxes input.chk-btn+label:active span {
	color: #ffffff !important
}

.key_features .grid-container .filters__top .checkboxes input.chk-btn+label:active svg path.fill,
.key_features .grid-container .filters__top .checkboxes input.chk-btn:checked+label svg path.fill {
	fill: #fff !important
}

.key_features .grid-container .filters__top .checkboxes input.chk-btn+label:active svg path.stroke,
.key_features .grid-container .filters__top .checkboxes input.chk-btn:checked+label svg path.stroke {
	stroke: #fff !important
}

.service_2_col {
	overflow: hidden
}

@media screen and (min-width: 1024px) {
	.service_2_col {
		padding-top: 95px
	}
}

@media screen and (max-width: 1023px) {
	.service_2_col {
		padding-top: 32px
	}
}

.service_2_col .left {
	display: flex;
	flex-direction: column;
	z-index: 1;
	padding-right: 15px
}

.service_2_col .left--center {
	justify-content: center
}

.service_2_col .left h3 {
	margin-bottom: 18px
}

.service_2_col .left p {
	color: #727272;
	line-height: 24px;
	font-weight: 300
}

.service_2_col .left p.wide {
	max-width: 613px
}

.service_2_col .left p:not(.wide) {
	max-width: 510px
}

.service_2_col .left .check_list {
	list-style: none;
	margin: 0
}

.service_2_col .left .check_list li {
	color: #727272;
	font-weight: 300;
	line-height: 24px;
	display: flex
}

.service_2_col .left .check_list li:not(:last-of-type) {
	margin-bottom: 24px
}

.service_2_col .left .check_list li .fa-check {
	font-size: 14px;
	color: #4466c7;
	margin-top: 3px;
	margin-right: 18px
}

.service_2_col .right {
	position: relative;
	display: flex
}

@media screen and (min-width: 1024px) {
	.service_2_col .right {
		justify-content: flex-end
	}
}

@media screen and (max-width: 1023px) {
	.service_2_col .right {
		justify-content: center;
		margin-top: 25px
	}
}

.service_2_col .right .circle {
	background: #dae1f4;
	display: inline-block;
	height: calc((100vw - 50px) / 2);
	width: calc(100vw - 50px);
	border-top-left-radius: 510px;
	border-top-right-radius: 510px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 0;
	box-sizing: border-box;
	max-width: 510px;
	max-height: 255px
}

@media screen and (min-width: 640px) {
	.service_2_col .right .circle {
		margin-right: 89px
	}
}

.service_2_col .right img {
	max-width: 100%;
	z-index: 1;
	position: relative
}

@media screen and (min-width: 1024px) {
	.service_2_col .right img {
		margin-bottom: 96px
	}
}

@media screen and (max-width: 1023px) {
	.service_2_col .right img {
		margin-bottom: 32px
	}
}

@media screen and (min-width: 550px) {
	.service_2_col .right img {
		border-top-left-radius: 100px;
		border-bottom-right-radius: 100px
	}
}

@media screen and (max-width: 549px) {
	.service_2_col .right img {
		border-top-left-radius: 60px;
		border-bottom-right-radius: 60px
	}
}

.testimonial {
	padding: calc(35px + 3.2vw) 0
}

.testimonial .fa-quote-left {
	color: #4466c7;
	font-size: 24px;
	margin-bottom: 12px
}

.testimonial__quote {
	font-size: 24px;
	line-height: 36px;
	color: #434959;
	font-weight: 300;
	margin-bottom: 4px
}

.testimonial__name_role {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	color: #727272;
	font-weight: 600;
	margin-bottom: 15px
}

.testimonial__thumb {
	max-width: 30px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px
}

.case_study_filters {
	width: 100%
}

@media screen and (min-width: 740px) {
	.case_study_filters--padding {
		padding: 33px 0
	}
}

.case_study_filters .no_padding {
	padding: 0
}

@media screen and (max-width: 739px) {
	.case_study_filters .filters {
		padding-bottom: 30px;
		padding-top: 16px
	}
}

.case_study_filters .filters__top {
	display: flex
}

@media screen and (min-width: 740px) {
	.case_study_filters .filters__top {
		flex-direction: row-reverse
	}
}

@media screen and (max-width: 739px) {
	.case_study_filters .filters__top {
		flex-direction: column
	}
}

.case_study_filters .filters__top .clear_filters {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	position: relative;
	cursor: pointer;
	align-self: flex-start;
	padding-bottom: 6px;
	margin-top: 10px
}

@media screen and (max-width: 739px) {
	.case_study_filters .filters__top .clear_filters {
		margin-bottom: 16px
	}
}

.case_study_filters .filters__top .clear_filters:after {
	content: "";
	position: absolute;
	bottom: 2px;
	width: 100%;
	border-bottom: 1px solid #434959
}

.case_study_filters .filters__top .clear_filters span {
	padding-top: 6px;
	font-weight: 500;
	text-transform: uppercase;
	color: #434959
}

.case_study_filters .filters__top .clear_filters .fa-times {
	color: #4466c7;
	margin-top: 2px;
	margin-left: 5px
}

.case_study_filters .filters__top .checkboxes {
	display: flex;
	flex: 1;
	flex-wrap: wrap
}

.case_study_filters .filters__top .checkboxes--wide_margin {
	margin-bottom: 17px
}

.case_study_filters .filters__top .checkboxes input.chk-btn {
	display: none
}

.case_study_filters .filters__top .checkboxes input.chk-btn+label {
	cursor: pointer;
	display: flex;
	align-items: center;
	margin: 5px 1rem 5px 0
}

@media screen and (max-width: 739px) {
	.case_study_filters .filters__top .checkboxes input.chk-btn+label {
		width: 100%
	}
}

.case_study_filters .filters__top .checkboxes input.chk-btn+label span {
	padding-top: 6px;
	font-weight: 600;
	text-transform: uppercase;
	color: #434959;
	font-size: 12px;
	margin-left: 11px
}

.case_study_filters .filters__top .checkboxes input.chk-btn+label:active svg path.stroke,
.case_study_filters .filters__top .checkboxes input.chk-btn:checked+label svg path.stroke {
	stroke: #fdbb30
}

.case_study_filters .filters__top .checkboxes input.chk-btn+label:active svg path.fill,
.case_study_filters .filters__top .checkboxes input.chk-btn:checked+label svg path.fill {
	fill: #fdbb30
}

.case_study_filters .filters__top .checkboxes input.chk-btn+label:active span,
.case_study_filters .filters__top .checkboxes input.chk-btn:checked+label span {
	color: #4466c7
}

.case_study_filters .filters__bottom {
	display: flex;
	margin-top: 15px
}

@media screen and (max-width: 739px) {
	.case_study_filters .filters__bottom {
		flex-direction: column
	}
}

.case_study_filters .filters__bottom .input-group {
	margin-bottom: 0;
	position: relative
}

@media screen and (min-width: 740px) {
	.case_study_filters .filters__bottom .input-group {
		margin-left: 15px;
		max-width: 352px
	}
}

.case_study_filters .filters__bottom .input-group-button {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0
}

.case_study_filters .filters__bottom .input-group-button button {
	background-color: transparent;
	color: #4466c7;
	font-size: 12px
}

.case_study_filters .filters__bottom .input-group-button button svg {
	margin-top: 4px
}

.case_study_filters .filters__bottom select,
.case_study_filters .filters__bottom input[type="text"] {
	margin-bottom: 0px;
	line-height: 22px;
	border: 1px solid #b4c2e8;
	border-radius: 4px;
	color: #727272;
	margin: 0;
	margin-top: 7px;
	padding: 5px 16px 0px 16px;
	height: 40px;
	box-shadow: none;
	margin-top: 0px;
	font-weight: 300
}

@media screen and (max-width: 739px) {
	.case_study_filters .filters__bottom select,
	.case_study_filters .filters__bottom input[type="text"] {
		width: 100%
	}
}

.case_study_filters .filters__bottom select:focus,
.case_study_filters .filters__bottom input[type="text"]:focus {
	border: 1px solid #4466c7;
	box-shadow: none
}

.case_study_filters .filters__bottom ::-webkit-input-placeholder {
	color: #727272;
	font-weight: 300
}

.case_study_filters .filters__bottom ::-moz-placeholder {
	color: #727272;
	font-weight: 300
}

.case_study_filters .filters__bottom :-ms-input-placeholder {
	color: #727272;
	font-weight: 300
}

.case_study_filters .filters__bottom :-moz-placeholder {
	color: #727272;
	font-weight: 300
}

.case_study_filters .filters__bottom input[type="text"] {
	padding-right: 38px
}

.case_study_filters .filters__bottom select {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-position: right 11px
}

.case_study_filters .filters__bottom select:not(:focus) {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='9px' height='6px' viewBox='0 0 9 6'><path d='M4.025,5.795l-3.826-3.95c-0.264-0.273-0.264-0.714,0-0.985l0.636-0.656c0.264-0273,0.692-0.273,0.954,0l2.712,2.8 l2.712-2.8c0.264-0.273,0.692-0.273,0.954,0l0.636,0.656c0.264,0.273,0.264,0.714,0,0.985l-3.826,3.95 C4.717,6.068,4.289,6.068,4.025,5.795L4.025,5.795z' style='fill: rgb%2869, 103, 200%29' /></svg>")
}

.case_study_filters .filters__bottom select:focus {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='9px' height='6px' viewBox='0 0 9 6'><path d='M4.025,5.795l-3.826-3.95c-0.264-0.273-0.264-0.714,0-0.985l0.636-0.656c0.264-0273,0.692-0.273,0.954,0l2.712,2.8 l2.712-2.8c0.264-0.273,0.692-0.273,0.954,0l0.636,0.656c0.264,0.273,0.264,0.714,0,0.985l-3.826,3.95 C4.717,6.068,4.289,6.068,4.025,5.795L4.025,5.795z' style='fill: rgb%2869, 103, 200%29' transform='scale(1,-1) translate(0,-6)' /></svg>")
}

@media screen and (min-width: 740px) {
	.case_study_filters .filters__bottom select {
		max-width: 352px
	}
	.case_study_filters .filters__bottom select:first-of-type {
		margin-right: 15px !important
	}
}

@media screen and (max-width: 739px) {
	.case_study_filters .filters__bottom select {
		margin-bottom: 23px;
		width: 100%
	}
}

.case_studies__cta_button_wrapper {
	display: flex;
	justify-content: flex-end;
	margin-top: 25px
}

.case_studies__cta_button_wrapper .case_studies__cta_button {
	background: #4466c7;
	color: #fff;
	margin: 0;
	line-height: 22px;
	padding: 11px 19px 5px 19px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	cursor: pointer;
	left: 0
}

.case_studies__cta_button_wrapper .case_studies__cta_button:hover {
	color: #fff
}

.case_studies__cta_button_wrapper .case_studies__cta_button:hover .fa-circle {
	margin-left: 27px !important;
	transition: margin 0.3s
}

.case_studies__cta_button_wrapper .case_studies__cta_button .fa-circle {
	font-size: 8px;
	margin-left: 17px;
	vertical-align: middle;
	transition: margin 0.3s
}

.news_filters {
	width: 100%
}

@media screen and (min-width: 739px) {
	.news_filters--padding {
		padding: 33px 0
	}
}

.news_filters .no_padding {
	padding: 0
}

@media screen and (max-width: 739px) {
	.news_filters .filters {
		padding-bottom: 30px;
		padding-top: 16px
	}
}

.news_filters .filters__top {
	display: flex
}

@media screen and (min-width: 740px) {
	.news_filters .filters__top {
		flex-direction: row-reverse
	}
}

@media screen and (max-width: 739px) {
	.news_filters .filters__top {
		flex-direction: column
	}
}

.news_filters .filters__top .clear_filters {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	position: relative;
	cursor: pointer;
	align-self: flex-start;
	padding-bottom: 6px;
	margin-top: 10px
}

@media screen and (max-width: 739px) {
	.news_filters .filters__top .clear_filters {
		margin-bottom: 16px
	}
}

.news_filters .filters__top .clear_filters:after {
	content: "";
	position: absolute;
	bottom: 2px;
	width: 100%;
	border-bottom: 1px solid #434959
}

.news_filters .filters__top .clear_filters span {
	padding-top: 6px;
	font-weight: 500;
	text-transform: uppercase;
	color: #434959
}

.news_filters .filters__top .clear_filters .fa-times {
	color: #4466c7;
	margin-top: 2px;
	margin-left: 5px
}

.news_filters .filters__top .checkbox_pre_title {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #727272;
	margin-right: 5px
}

@media screen and (min-width: 740px) {
	.news_filters .filters__top .checkbox_pre_title {
		padding-top: 12px;
		order: 1
	}
}

@media screen and (max-width: 739px) {
	.news_filters .filters__top .checkbox_pre_title {
		padding-top: 7px
	}
}

.news_filters .filters__top .checkboxes {
	display: flex;
	flex: 1;
	flex-wrap: wrap
}

.news_filters .filters__top .checkboxes--wide_margin {
	margin-bottom: 17px
}

.news_filters .filters__top .checkboxes input.chk-btn {
	display: none
}

.news_filters .filters__top .checkboxes input.chk-btn+label {
	cursor: pointer;
	display: flex;
	align-items: center;
	margin: 5px 1rem 5px 0
}

@media screen and (max-width: 739px) {
	.news_filters .filters__top .checkboxes input.chk-btn+label {
		width: 100%
	}
}

.news_filters .filters__top .checkboxes input.chk-btn+label span {
	padding-top: 6px;
	font-weight: 600;
	text-transform: uppercase;
	color: #434959;
	font-size: 12px;
	margin-left: 11px
}

.news_filters .filters__top .checkboxes input.chk-btn+label:active svg path.stroke,
.news_filters .filters__top .checkboxes input.chk-btn:checked+label svg path.stroke {
	stroke: #fdbb30
}

.news_filters .filters__top .checkboxes input.chk-btn+label:active svg path.fill,
.news_filters .filters__top .checkboxes input.chk-btn:checked+label svg path.fill {
	fill: #fdbb30
}

.news_filters .filters__top .checkboxes input.chk-btn+label:active span,
.news_filters .filters__top .checkboxes input.chk-btn:checked+label span {
	color: #4466c7
}

.news_filters .filters__bottom {
	display: flex;
	margin-top: 15px
}

@media screen and (max-width: 739px) {
	.news_filters .filters__bottom {
		flex-direction: column
	}
}

.news_filters .filters__bottom .input-group {
	margin-bottom: 0;
	position: relative
}

@media screen and (min-width: 740px) {
	.news_filters .filters__bottom .input-group {
		margin-left: 15px;
		max-width: 352px
	}
}

.news_filters .filters__bottom .input-group-button {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0
}

.news_filters .filters__bottom .input-group-button button {
	background-color: transparent;
	color: #4466c7;
	font-size: 12px
}

.news_filters .filters__bottom .input-group-button button svg {
	margin-top: 4px
}

.news_filters .filters__bottom select,
.news_filters .filters__bottom input[type="text"] {
	margin-bottom: 0px;
	line-height: 22px;
	border: 1px solid #b4c2e8;
	border-radius: 4px;
	color: #727272;
	margin: 0;
	margin-top: 7px;
	padding: 5px 16px 0px 16px;
	height: 40px;
	box-shadow: none;
	margin-top: 0px;
	font-weight: 300
}

@media screen and (max-width: 739px) {
	.news_filters .filters__bottom select,
	.news_filters .filters__bottom input[type="text"] {
		width: 100%;
		margin-bottom: 23px
	}
}

.news_filters .filters__bottom select:focus,
.news_filters .filters__bottom input[type="text"]:focus {
	border: 1px solid #4466c7;
	box-shadow: none
}

.news_filters .filters__bottom ::-webkit-input-placeholder {
	color: #727272;
	font-weight: 300
}

.news_filters .filters__bottom ::-moz-placeholder {
	color: #727272;
	font-weight: 300
}

.news_filters .filters__bottom :-ms-input-placeholder {
	color: #727272;
	font-weight: 300
}

.news_filters .filters__bottom :-moz-placeholder {
	color: #727272;
	font-weight: 300
}

.news_filters .filters__bottom input[type="text"] {
	padding-right: 38px
}

.news_filters .filters__bottom select {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='9px' height='6px' viewBox='0 0 9 6'><path d='M4.025,5.795l-3.826-3.95c-0.264-0.273-0.264-0.714,0-0.985l0.636-0.656c0.264-0.273,0.692-0.273,0.954,0l2.712,2.8 l2.712-2.8c0.264-0.273,0.692-0.273,0.954,0l0.636,0.656c0.264,0.273,0.264,0.714,0,0.985l-3.826,3.95 C4.717,6.068,4.289,6.068,4.025,5.795L4.025,5.795z' style='fill: rgb%2869, 103, 200%29'/></svg>");
	background-position: right 11px
}

@media screen and (min-width: 740px) {
	.news_filters .filters__bottom select {
		max-width: 352px
	}
	.news_filters .filters__bottom select:first-of-type {
		margin-right: 15px !important
	}
}

@media screen and (max-width: 739px) {
	.news_filters .filters__bottom select {
		margin-bottom: 23px;
		width: 100%
	}
}

.news_post_page_banner__back {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 28px;
	display: block
}

.news_post_page_banner__back:hover {
	color: #fff
}

.news_post_page_banner__back .fa-chevron-left {
	font-size: 10px;
	font-weight: 700;
	margin-right: 5px
}

.news_post_page_banner .grid-x {
	position: relative
}

.news_post_page_banner .grid-x .grid-container {
	width: 100%;
	z-index: 1
}

.news_post_page_banner .grid-x .inner {
	margin: auto;
	padding: 33px 32px 19px 32px;
	max-width: 76.875rem;
	width: 100%;
	z-index: 1
}

@media screen and (min-width: 1247px) {
	.news_post_page_banner .grid-x .inner {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px
	}
}

@media screen and (max-width: 1246px) {
	.news_post_page_banner .grid-x .inner {
		border-radius: 0px !important
	}
}

@media screen and (min-width: 640px) {
	.news_post_page_banner .grid-x .inner {
		padding: 33px 32px 19px 32px
	}
}

@media screen and (max-width: 639px) {
	.news_post_page_banner .grid-x .inner {
		padding: 21px 15px 19px 15px
	}
}

.news_post_page_banner .grid-x .inner--wide {
	margin-top: 130px
}

.news_post_page_banner .grid-x .inner--primary {
	background-color: #4466c7
}

.news_post_page_banner .grid-x .inner--dark {
	background-color: #434959
}

.news_post_page_banner .grid-x .inner .post_social {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: -37px
}

.news_post_page_banner .grid-x .inner .post_social__icon {
	padding: 11px 13px;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-top-left-radius: 18px;
	border-bottom-right-radius: 18px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #434959
}

.news_post_page_banner .grid-x .inner .post_social__icon--twitter {
	margin-right: 12px
}

.news_post_page_banner .grid-x .inner .post_banner_meta {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 11px
}

.news_post_page_banner .grid-x .inner .post_banner_meta .post_date {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600
}

.news_post_page_banner .grid-x .inner .post_banner_meta .post_type {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	align-items: center
}

.news_post_page_banner .grid-x .inner .post_banner_meta .post_type svg {
	margin-bottom: 4px;
	margin-left: 7px
}

@media screen and (min-width: 1023px) {
	.news_post_page_banner .grid-x .inner h1 {
		margin-bottom: 0px
	}
}

@media screen and (max-width: 1024px) {
	.news_post_page_banner .grid-x .inner h1 {
		margin-bottom: 6px
	}
}

.news_post_page_banner .grid-x .inner p {
	color: #fff;
	font-weight: 300;
	line-height: 24px
}

.news_post_page_banner .grid-x .inner p:last-of-type {
	margin-bottom: -9px
}

.news_post_page_banner .grid-x .inner p b,
.news_post_page_banner .grid-x .inner p strong {
	font-weight: 700;
	line-height: 24px
}

.news_post_page_banner .grid-x .inner b,
.news_post_page_banner .grid-x .inner strong {
	font-weight: 700;
	line-height: 24px
}

.news_post_page_banner .grid-x img {
	position: absolute;
	z-index: 0;
	top: 0;
	display: block
}

@media screen and (min-width: 1024px) {
	.post_footer {
		margin-bottom: 96px
	}
}

@media screen and (max-width: 1023px) {
	.post_footer {
		margin-bottom: 54px
	}
}

.post_footer .cell {
	position: relative
}

.post_footer .post_author {
	color: #727272;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px
}

.post_footer .post_author span {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 16px
}

.post_footer .post_author img {
	margin: -8px 17px 8px 0;
	max-width: 36px;
	box-sizing: content-box;
	border: 3px solid #fff;
	border-top-left-radius: 18px;
	border-bottom-right-radius: 18px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.post_footer .post_social {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: -20px
}

.post_footer .post_social__icon {
	padding: 11px 13px;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.post_footer .post_social__icon--twitter {
	background-color: #1da1f2;
	margin-right: 12px
}

.post_footer .post_social__icon--linkedin {
	background-color: #0077b5
}

.contact_page_banner .grid-x {
	position: relative
}

.contact_page_banner .grid-x .grid-container {
	width: 100%;
	z-index: 1
}

.contact_page_banner .grid-x .inner {
	margin: auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 33px 32px 19px 32px;
	max-width: 76.875rem;
	width: 100%;
	z-index: 1
}

@media screen and (min-width: 1024px) {
	.contact_page_banner .grid-x .inner {
		padding: 33px 32px 19px 32px
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.contact_page_banner .grid-x .inner {
		padding: 33px 32px
	}
}

@media screen and (max-width: 639px) {
	.contact_page_banner .grid-x .inner {
		padding: 33px 15px
	}
}

@media screen and (min-width: 1247px) {
	.contact_page_banner .grid-x .inner--wide {
		margin-top: 130px
	}
}

.contact_page_banner .grid-x .inner--primary {
	background-color: #4466c7
}

.contact_page_banner .grid-x .inner--dark {
	background-color: #434959
}

.contact_page_banner .grid-x .inner .contact_social {
	text-align: right;
	position: absolute;
	right: 0
}

@media screen and (min-width: 1024px) {
	.contact_page_banner .grid-x .inner .contact_social {
		bottom: -37px
	}
}

@media screen and (max-width: 1023px) {
	.contact_page_banner .grid-x .inner .contact_social {
		bottom: -49px
	}
}

.contact_page_banner .grid-x .inner .contact_social__icon {
	padding: 11px 13px;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-top-left-radius: 18px;
	border-bottom-right-radius: 18px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #434959
}

.contact_page_banner .grid-x .inner .contact_social__icon--twitter {
	background-color: #1da1f2;
	margin-right: 12px
}

.contact_page_banner .grid-x .inner .contact_social__icon--linkedin {
	background-color: #0077b5
}

.contact_page_banner .grid-x .inner h1 {
	margin-bottom: 10px
}

.contact_page_banner .grid-x .inner p {
	color: #fff;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 18px
}

.contact_page_banner .grid-x .inner p:last-of-type {
	margin-bottom: -9px
}

.contact_page_banner .grid-x .inner p b,
.contact_page_banner .grid-x .inner p strong {
	font-weight: 700;
	line-height: 24px
}

.contact_page_banner .grid-x .inner b,
.contact_page_banner .grid-x .inner strong {
	font-weight: 700;
	line-height: 24px
}

.contact_page_banner .grid-x img {
	z-index: 0;
	display: block;
	object-fit: cover;
	width: 100%
}

@media screen and (min-width: 1247px) {
	.contact_page_banner .grid-x img {
		position: absolute;
		top: 0
	}
}

@media screen and (min-width: 640px) {
	.contact_page_banner .grid-x img {
		height: 278px
	}
}

@media screen and (max-width: 639px) {
	.contact_page_banner .grid-x img {
		height: 191px
	}
}

.contact_page_banner .grid-x .contact_details {
	list-style: none
}

@media screen and (min-width: 1024px) {
	.contact_page_banner .grid-x .contact_details {
		padding-left: 107px;
		margin: 14px 0 0 0
	}
}

@media screen and (max-width: 1023px) {
	.contact_page_banner .grid-x .contact_details {
		margin: 38px 0 0 0
	}
}

.contact_page_banner .grid-x .contact_details li {
	color: #fff;
	font-weight: 300
}

.contact_page_banner .grid-x .contact_details li:not(:last-of-type) {
	margin-bottom: 20px
}

.contact_page_banner .grid-x .contact_details li svg {
	vertical-align: middle;
	margin-right: 13px
}

.contact_page_banner .grid-x .contact_details li span {
	max-width: 260px;
	display: inline-block;
	vertical-align: top;
	font-weight: 300
}

.contact_page_banner .grid-x .contact_details li a {
	color: #fff;
	text-decoration: none
}

.owl-theme.owl-dark .owl-dots .owl-dot span {
	background: #696d7a
}

.owl-theme:not(.owl-dark) .owl-dots .owl-dot span {
	background: #b5c2e9
}

.owl-theme .owl-dots .owl-dot {
	outline: 0
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 4px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #4466c7
}

.home_icons_mobile .top_icons {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	border-top: 1px solid #e8eef6;
	border-bottom: 1px solid #e8eef6
}

.home_icons_mobile .top_icons .top_icons__container {
	width: 50%;
	justify-content: center;
	display: flex;
	padding: 17px
}

.home_icons_mobile .top_icons .top_icons__container:first-of-type {
	border-right: 1px solid #e8eef6
}

.filter_toggle {
	display: none
}

@media screen and (max-width: 739px) {
	.filter_toggle {
		display: flex
	}
}

.filter_toggle button {
	outline: none;
	background: #4466c7;
	width: 100%;
	color: #fff;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	padding: 14px 15px 10px 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px
}

.filter_toggle button.filters_open .fa-angle-down {
	transform: rotate(180deg)
}

.filter_toggle .fa-angle-down {
	font-size: 20px
}

@media screen and (max-width: 739px) {
	#filter_wrapper {
		display: none
	}
}

#filter_wrapper.open {
	display: flex
}

#filter_wrapper.open:not(.no_border) {
	border: 1px solid #b5c2e9
}

@media screen and (max-width: 739px) {
	#filter_wrapper .grid-x {
		width: 100% !important
	}
	#filter_wrapper .grid-x .inner {
		padding: 0 15px
	}
}

body:not(.is_ie) .home_slider .slide img {
	object-fit: cover
}

@media screen and (min-width: 1024px) {
	body:not(.is_ie) .home_slider .slide img {
		height: 480px
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	body:not(.is_ie) .home_slider .slide img {
		height: 280px
	}
}

@media screen and (max-width: 639px) {
	body:not(.is_ie) .home_slider .slide img {
		height: 191px
	}
}

body.is_ie .service .cell.right {
	display: block
}

@media screen and (min-width: 640px) {
	body.is_ie .service .cell.right {
		text-align: right
	}
}

@media screen and (max-width: 639px) {
	body.is_ie .service .cell.right {
		text-align: center
	}
}

body.is_ie .fit_container--featured {
	height: 272px
}

@media screen and (min-width: 660px) {
	body.is_ie .fit_container--featured {
		width: 239px
	}
}

@media screen and (max-width: 659px) {
	body.is_ie .fit_container--featured {
		width: 100%
	}
}

body.is_ie .fit_media {
	width: 100%;
	height: 100%;
	object-fit: cover
}

body.is_ie .service .cell p {
	max-width: 100%
}

body.is_ie .featured_content__container .featured_card {
	min-height: 272px
}

body.is_ie .standard_page_banner>.grid-container {
	padding: 0
}

body.is_ie .standard_page_banner>.grid-container>.grid-x {
	margin: 0
}

body.is_ie .top_icons__container .icon {
	width: 100%;
	text-align: center
}

body.is_ie .about_content_block .grid-container .grid-x,
body.is_ie .case_study_filters .grid-container .grid-x,
body.is_ie .post_footer .grid-container .grid-x,
body.is_ie .news_filters .grid-x,
body.is_ie .key_features>.grid-container,
body.is_ie .service_2_col .right>div,
body.is_ie .featured_content>.grid-container>.grid-x,
body.is_ie .intro_2_col>.grid-container>.grid-x,
body.is_ie .standard_page_banner .grid-x,
body.is_ie .discover--1_col .grid-x,
body.is_ie .discover--2_col .grid-x,
body.is_ie .key_features>.grid-container>.grid-x,
body.is_ie .fixed_header>.grid-container>.grid-x {
	width: 100%
}

body.is_ie .service_2_col .left .check_list li .fa-check {
	width: 30px
}

body.is_ie .service_2_col .right>div>img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

body.is_ie .news_post_page_banner .grid-x img {
	left: 0;
	right: 0
}

body.is_ie .clear_filters:after {
	left: 0;
	right: 0
}

body.is_ie .case_study_filters .filters__top .checkboxes,
body.is_ie .news_filters .filters__top .checkboxes {
	flex: auto
}

body.is_ie .featured_content .grid-container>.grid-x {
	width: 100%
}

body.is_ie .featured_content .grid-container>.grid-x>.cell {
	margin: 0;
	width: 100%
}

body.is_ie .case_studies__cta_button_wrapper {
	margin-top: 25px !important
}

@media screen and (max-width: 659px) {
	body.is_ie .featured_content__container .featured_card__content {
		flex: auto
	}
	body.is_ie .fit_container--featured {
		border-top-right-radius: 4px;
		border-top-left-radius: 4px
	}
}

@media screen and (max-width: 1023px) {
	body.is_ie footer .footer_form .submit {
		margin-left: 15px
	}
}

@media screen and (max-width: 1023px) {
	.home_slider .owl-stage-outer {
		display: flex !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column
	}
	.home_slider .owl-stage-outer .owl-item {
		height: 100%
	}
	.home_slider .owl-stage-outer .owl-item .slide {
		height: 100%
	}
	.home_slider .owl-stage-outer .owl-item .slide .orbit-overlay {
		height: 100%
	}
}

.home_slider .slide .orbit-overlay {
	margin: auto;
	background-color: #5b78b0;

	color: #fff;
	max-width: 76.875rem;
	width: 100%
}

@media screen and (max-width: 1023px) {
	.home_slider .slide .orbit-overlay {
		position: relative
	}
}

@media screen and (min-width: 1024px) {
	.home_slider .slide .orbit-overlay {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0
	}
}

@media screen and (max-width: 1276px) {
	.home_slider .slide .orbit-overlay {
		padding: 33px 15px 36px 15px
	}
}

@media screen and (min-width: 1277px) {
	.home_slider .slide .orbit-overlay {
		padding: 33px 32px 36px 32px
	}
}

@media screen and (min-width: 1248px) {
	.home_slider .slide .orbit-overlay {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px
	}
}

.home_slider .slide .orbit-overlay .orbit-controls {
	font-size: 0;
	position: absolute
}

@media screen and (max-width: 1276px) {
	.home_slider .slide .orbit-overlay .orbit-controls {
		left: 15px
	}
}

@media screen and (min-width: 1277px) {
	.home_slider .slide .orbit-overlay .orbit-controls {
		left: 0
	}
}

@media screen and (max-width: 1023px) {
	.home_slider .slide .orbit-overlay .orbit-controls {
		top: -42px
	}
}

@media screen and (min-width: 1024px) {
	.home_slider .slide .orbit-overlay .orbit-controls {
		top: -42px
	}
}

.home_slider .slide .orbit-overlay .orbit-controls .orbit-previous,
.home_slider .slide .orbit-overlay .orbit-controls .orbit-next {
	position: relative;
	top: 0;
	transform: none;
	z-index: 10;
	padding: 0;
	color: #fefefe;
	cursor: pointer;
	font-size: 20px
}

.home_slider .slide .orbit-overlay .orbit-controls .orbit-previous:hover,
.home_slider .slide .orbit-overlay .orbit-controls .orbit-previous:active,
.home_slider .slide .orbit-overlay .orbit-controls .orbit-previous:focus,
.home_slider .slide .orbit-overlay .orbit-controls .orbit-next:hover,
.home_slider .slide .orbit-overlay .orbit-controls .orbit-next:active,
.home_slider .slide .orbit-overlay .orbit-controls .orbit-next:focus {
	background-color: transparent
}

.home_slider .slide .orbit-overlay .orbit-controls .orbit-previous {
	margin-right: 30px
}

.home_slider .slide .orbit-overlay .orbit-overlay__title {
	width: 100%;
	line-height: 48px;
	font-weight: 300;
	margin-bottom: 6px;
	margin-top: -2px
}

@media screen and (min-width: 1277px) {
	.home_slider .slide .orbit-overlay .orbit-overlay__title {
		font-size: 42px
	}
}

@media screen and (max-width: 1276px) {
	.home_slider .slide .orbit-overlay .orbit-overlay__title {
		font-size: 32px
	}
}

.home_slider .slide .orbit-overlay .orbit-overlay__content {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300
}

@media screen and (min-width: 350px) {
	.home_slider .slide .orbit-overlay .orbit-overlay__content {
		margin-bottom: -9px
	}
}

.pb-tile {
    max-height: 100%;
    background-color: white;
    height: 100%;
    position: relative;
}

.pb-tile svg {
    padding: 10px 20px;
    display: block;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: auto;
    object-fit: contain;
    -ms-interpolation-mode: bicubic;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%, -50%);
}

.pb-tile-glow {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
}

.pb-tile-glow:hover, .pb-tile-glow:active {
    box-shadow: 0 0 10px #fdbb30;
    -webkit-box-shadow: 0 0 10px  #fdbb30;
    -moz-box-shadow: 0 0 10px  #fdbb30;
    transition: box-shadow 0.3s ease-in-out;
    z-index: 999;
}


.helper {
    display: flex;
	height: 100%;
	align-items: center;
	position: relative;
}

.right-aligned-cell {
	text-align: right !important;
};

.left-fix {
	text-align: right !important;
}

@media screen and (min-width: 1024px) {
	.left-mq-fix {
		padding-right: unset !important;
	}
}

.feature_icon_small {
	/* width: 50px; */
	overflow: hidden;
	max-height:75px;
	float:right;
}