@charset "UTF-8";

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

#content {
	font-family: "karbonregular",sans-serif;
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

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

figcaption,
figure {
	display: block
}

figure {
	margin: 1em 40px
}

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

main {
	display: block
}

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

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

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

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

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

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
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

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

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

[type=button],
[type=reset],
[type=submit],
button {}

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

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

input {
	overflow: visible
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	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-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

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

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

details {
	display: block
}

summary {
	display: list-item
}

menu {
	display: block
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

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

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

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
@font-face {
    font-family: 'karbonmedium';
    src: url('fonts/karbon/karbon-medium-webfont.eot');
    src: url('fonts/karbon/karbon-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/karbon/karbon-medium-webfont.woff') format('woff'),
         url('fonts/karbon/karbon-medium-webfont.ttf') format('truetype'),
         url('fonts/karbon/karbon-medium-webfont.svg#karbonmedium') format('svg');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

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

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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}

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

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	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: 0.625rem;
	padding-left: 0.625rem;
	max-width: 82.5rem;
	margin: 0 auto
}

.grecaptcha-badge {
	display: none !important;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
	background-color: #242862 !important;
}

.thin_me {
	font-family: "Open Sans" !important;
	font-size: 13px !important;

}

.e_button {
	    display: block;
    width: 180px;
    line-height: 1;
    font-weight: inherit;
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
    background-color: #242862;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    font-family: "ChronicaPro", sans-serif;
    color: #FFFFFF;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    cursor: pointer;
    margin: 10px 0 0;
    border-radius: 50px;
}
.e_button:hover {
	color: #fff;
	transform: translateY(-2px);
}

.scroll_down {
  display: block;
  width: 24px;
  height: 36px;
  -webkit-box-shadow: inset 0 0 0 1px #999;
  box-shadow: inset 0 0 0 1px #999;
  position: absolute;
  left: calc(50% - 12px);
  left: 0;
  bottom: 45px;
  border-radius: 8px; }
  .scroll_down::before {
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    background: #242862;
    position: absolute;
    left: calc(50% - 1px);
    top: 10px;
    -webkit-animation: up_down 0.8s infinite alternate;
    animation: up_down 0.8s infinite alternate; }



@keyframes up_down {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); } }

.gform_fields {
	margin-left: 0;
}
.gform_fields li {
	display: block;
}

.relative_me .cell {
	position: relative;
}
.full_link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.success_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 400px);
  padding: 32px 0 64px;
  text-align: center;
}
.success_block .icon {
  padding: 0 0 20px;
}
.success_block .icon::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/success_icon.svg);
  background-size: contain;
}
.success_block h3 {
  padding: 0 0 8px;
  font-size: 40px;
  line-height: 1.33;
  font-weight: 600;
  color: #4BB543;
}
.success_block p {
  padding: 0 0 10px;
  font-size: 24px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}
.success_block .link {
  text-align: center;
}
.success_block .link a {
  display: inline-block;
  height: auto;
  padding: 16px 32px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #242862;
  border-radius: 8px;
  cursor: pointer;
}

.gray_bg {
	background-color: rgba(0, 0, 0, 0.05);
}

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

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

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

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

.grid-x {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

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

.cell.auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.cell.shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

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

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

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.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-full,
.grid-x>.small-shrink {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

@media print,
screen and (min-width:40em) {

	.grid-x>.medium-1,
	.grid-x>.medium-10,
	.grid-x>.medium-11,
	.grid-x>.medium-12,
	.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-full,
	.grid-x>.medium-shrink {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media print,
screen and (min-width:64em) {

	.grid-x>.large-1,
	.grid-x>.large-10,
	.grid-x>.large-11,
	.grid-x>.large-12,
	.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-full,
	.grid-x>.large-shrink {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {
	.grid-x>.medium-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto
	}

	.grid-x>.medium-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.grid-x>.medium-1 {
		width: 8.3333333333%
	}

	.grid-x>.medium-2 {
		width: 16.6666666667%
	}

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

	.grid-x>.medium-4 {
		width: 33.3333333333%
	}

	.grid-x>.medium-5 {
		width: 41.6666666667%
	}

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

	.grid-x>.medium-7 {
		width: 58.3333333333%
	}

	.grid-x>.medium-8 {
		width: 66.6666666667%
	}

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

	.grid-x>.medium-10 {
		width: 83.3333333333%
	}

	.grid-x>.medium-11 {
		width: 91.6666666667%
	}

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

@media print,
screen and (min-width:64em) {
	.grid-x>.large-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto
	}

	.grid-x>.large-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.grid-x>.large-1 {
		width: 8.3333333333%
	}

	.grid-x>.large-2 {
		width: 16.6666666667%
	}

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

	.grid-x>.large-4 {
		width: 33.3333333333%
	}

	.grid-x>.large-5 {
		width: 41.6666666667%
	}

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

	.grid-x>.large-7 {
		width: 58.3333333333%
	}

	.grid-x>.large-8 {
		width: 66.6666666667%
	}

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

	.grid-x>.large-10 {
		width: 83.3333333333%
	}

	.grid-x>.large-11 {
		width: 91.6666666667%
	}

	.grid-x>.large-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: - 0.625rem;
	margin-right: - 0.625rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333% - 1.875rem)
	}

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

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

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

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

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

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

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

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

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

	.grid-margin-x>.small-11 {
		width: calc(91.6666666667% - 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.3333333333% - 1.875rem)
	}

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

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

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

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

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

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

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

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

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

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

	.grid-margin-x>.medium-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.3333333333% - 1.875rem)
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%
	}

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

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

	.medium-up-6>.cell {
		width: 16.6666666667%
	}

	.medium-up-7>.cell {
		width: 14.2857142857%
	}

	.medium-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.3333333333%
	}

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

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

	.large-up-6>.cell {
		width: 16.6666666667%
	}

	.large-up-7>.cell {
		width: 14.2857142857%
	}

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {
	.grid-margin-x.small-up-1>.cell {
		width: calc(100% - 1.25rem)
	}

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

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

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

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

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

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

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

	.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.3333333333% - 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.6666666667% - 1.875rem)
	}

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

	.grid-margin-x.medium-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.3333333333% - 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.6666666667% - 1.875rem)
	}

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

	.grid-margin-x.large-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.3333333333%
}

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {
	.small-margin-collapse>.medium-1 {
		width: 8.3333333333%
	}

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:64em) {
	.small-margin-collapse>.large-1 {
		width: 8.3333333333%
	}

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

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

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

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

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

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

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

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

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

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

	.small-margin-collapse>.large-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.3333333333%
	}

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {
	.medium-margin-collapse>.medium-1 {
		width: 8.3333333333%
	}

	.medium-margin-collapse>.medium-2 {
		width: 16.6666666667%
	}

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

	.medium-margin-collapse>.medium-4 {
		width: 33.3333333333%
	}

	.medium-margin-collapse>.medium-5 {
		width: 41.6666666667%
	}

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

	.medium-margin-collapse>.medium-7 {
		width: 58.3333333333%
	}

	.medium-margin-collapse>.medium-8 {
		width: 66.6666666667%
	}

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

	.medium-margin-collapse>.medium-10 {
		width: 83.3333333333%
	}

	.medium-margin-collapse>.medium-11 {
		width: 91.6666666667%
	}

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

@media print,
screen and (min-width:64em) {
	.medium-margin-collapse>.large-1 {
		width: 8.3333333333%
	}

	.medium-margin-collapse>.large-2 {
		width: 16.6666666667%
	}

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

	.medium-margin-collapse>.large-4 {
		width: 33.3333333333%
	}

	.medium-margin-collapse>.large-5 {
		width: 41.6666666667%
	}

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

	.medium-margin-collapse>.large-7 {
		width: 58.3333333333%
	}

	.medium-margin-collapse>.large-8 {
		width: 66.6666666667%
	}

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

	.medium-margin-collapse>.large-10 {
		width: 83.3333333333%
	}

	.medium-margin-collapse>.large-11 {
		width: 91.6666666667%
	}

	.medium-margin-collapse>.large-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: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.3333333333%
	}

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:64em) {
	.large-margin-collapse>.medium-1 {
		width: 8.3333333333%
	}

	.large-margin-collapse>.medium-2 {
		width: 16.6666666667%
	}

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

	.large-margin-collapse>.medium-4 {
		width: 33.3333333333%
	}

	.large-margin-collapse>.medium-5 {
		width: 41.6666666667%
	}

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

	.large-margin-collapse>.medium-7 {
		width: 58.3333333333%
	}

	.large-margin-collapse>.medium-8 {
		width: 66.6666666667%
	}

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

	.large-margin-collapse>.medium-10 {
		width: 83.3333333333%
	}

	.large-margin-collapse>.medium-11 {
		width: 91.6666666667%
	}

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

@media print,
screen and (min-width:64em) {
	.large-margin-collapse>.large-1 {
		width: 8.3333333333%
	}

	.large-margin-collapse>.large-2 {
		width: 16.6666666667%
	}

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

	.large-margin-collapse>.large-4 {
		width: 33.3333333333%
	}

	.large-margin-collapse>.large-5 {
		width: 41.6666666667%
	}

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

	.large-margin-collapse>.large-7 {
		width: 58.3333333333%
	}

	.large-margin-collapse>.large-8 {
		width: 66.6666666667%
	}

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

	.large-margin-collapse>.large-10 {
		width: 83.3333333333%
	}

	.large-margin-collapse>.large-11 {
		width: 91.6666666667%
	}

	.large-margin-collapse>.large-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
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



@media print,
screen and (min-width:40em) {
	.medium-offset-0 {
		margin-left: 0%
	}

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

	.medium-offset-1 {
		margin-left: 8.3333333333%
	}

	.grid-margin-x>.medium-offset-1 {
		margin-left: calc(8.3333333333% + 0.9375rem)
	}

	.medium-offset-2 {
		margin-left: 16.6666666667%
	}

	.grid-margin-x>.medium-offset-2 {
		margin-left: calc(16.6666666667% + 0.9375rem)
	}

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

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

	.medium-offset-4 {
		margin-left: 33.3333333333%
	}

	.grid-margin-x>.medium-offset-4 {
		margin-left: calc(33.3333333333% + 0.9375rem)
	}

	.medium-offset-5 {
		margin-left: 41.6666666667%
	}

	.grid-margin-x>.medium-offset-5 {
		margin-left: calc(41.6666666667% + 0.9375rem)
	}

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

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

	.medium-offset-7 {
		margin-left: 58.3333333333%
	}

	.grid-margin-x>.medium-offset-7 {
		margin-left: calc(58.3333333333% + 0.9375rem)
	}

	.medium-offset-8 {
		margin-left: 66.6666666667%
	}

	.grid-margin-x>.medium-offset-8 {
		margin-left: calc(66.6666666667% + 0.9375rem)
	}

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

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

	.medium-offset-10 {
		margin-left: 83.3333333333%
	}

	.grid-margin-x>.medium-offset-10 {
		margin-left: calc(83.3333333333% + 0.9375rem)
	}

	.medium-offset-11 {
		margin-left: 91.6666666667%
	}

	.grid-margin-x>.medium-offset-11 {
		margin-left: calc(91.6666666667% + 0.9375rem)
	}
}

@media print,
screen and (min-width:64em) {
	.large-offset-0 {
		margin-left: 0%
	}

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

	.large-offset-1 {
		margin-left: 8.3333333333%
	}

	.grid-margin-x>.large-offset-1 {
		margin-left: calc(8.3333333333% + 0.9375rem)
	}

	.large-offset-2 {
		margin-left: 16.6666666667%
	}

	.grid-margin-x>.large-offset-2 {
		margin-left: calc(16.6666666667% + 0.9375rem)
	}

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

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

	.large-offset-4 {
		margin-left: 33.3333333333%
	}

	.grid-margin-x>.large-offset-4 {
		margin-left: calc(33.3333333333% + 0.9375rem)
	}

	.large-offset-5 {
		margin-left: 41.6666666667%
	}

	.grid-margin-x>.large-offset-5 {
		margin-left: calc(41.6666666667% + 0.9375rem)
	}

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

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

	.large-offset-7 {
		margin-left: 58.3333333333%
	}

	.grid-margin-x>.large-offset-7 {
		margin-left: calc(58.3333333333% + 0.9375rem)
	}

	.large-offset-8 {
		margin-left: 66.6666666667%
	}

	.grid-margin-x>.large-offset-8 {
		margin-left: calc(66.6666666667% + 0.9375rem)
	}

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

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

	.large-offset-10 {
		margin-left: 83.3333333333%
	}

	.grid-margin-x>.large-offset-10 {
		margin-left: calc(83.3333333333% + 0.9375rem)
	}

	.large-offset-11 {
		margin-left: 91.6666666667%
	}

	.grid-margin-x>.large-offset-11 {
		margin-left: calc(91.6666666667% + 0.9375rem)
	}
}

.grid-y {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.grid-y>.cell {
	width: auto
}

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

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

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.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-full,
.grid-y>.small-shrink {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

@media print,
screen and (min-width:40em) {

	.grid-y>.medium-1,
	.grid-y>.medium-10,
	.grid-y>.medium-11,
	.grid-y>.medium-12,
	.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-full,
	.grid-y>.medium-shrink {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media print,
screen and (min-width:64em) {

	.grid-y>.large-1,
	.grid-y>.large-10,
	.grid-y>.large-11,
	.grid-y>.large-12,
	.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-full,
	.grid-y>.large-shrink {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {
	.grid-y>.medium-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto
	}

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

	.grid-y>.medium-1 {
		height: 8.3333333333%
	}

	.grid-y>.medium-2 {
		height: 16.6666666667%
	}

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

	.grid-y>.medium-4 {
		height: 33.3333333333%
	}

	.grid-y>.medium-5 {
		height: 41.6666666667%
	}

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

	.grid-y>.medium-7 {
		height: 58.3333333333%
	}

	.grid-y>.medium-8 {
		height: 66.6666666667%
	}

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

	.grid-y>.medium-10 {
		height: 83.3333333333%
	}

	.grid-y>.medium-11 {
		height: 91.6666666667%
	}

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

@media print,
screen and (min-width:64em) {
	.grid-y>.large-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto
	}

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

	.grid-y>.large-1 {
		height: 8.3333333333%
	}

	.grid-y>.large-2 {
		height: 16.6666666667%
	}

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

	.grid-y>.large-4 {
		height: 33.3333333333%
	}

	.grid-y>.large-5 {
		height: 41.6666666667%
	}

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

	.grid-y>.large-7 {
		height: 58.3333333333%
	}

	.grid-y>.large-8 {
		height: 66.6666666667%
	}

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

	.grid-y>.large-10 {
		height: 83.3333333333%
	}

	.grid-y>.large-11 {
		height: 91.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333% - 1.875rem)
	}

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

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

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

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

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

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

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

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

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

	.grid-margin-y>.small-11 {
		height: calc(91.6666666667% - 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.3333333333% - 1.875rem)
	}

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

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

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

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

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

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

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

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

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

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

	.grid-margin-y>.medium-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.3333333333% - 1.875rem)
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cell-block-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}

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

@media print,
screen and (min-width:40em) {
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		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-stype: -ms-autohiding-scrollbar
	}

	.medium-cell-block-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%
	}

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

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

@media print,
screen and (min-width:64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		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-stype: -ms-autohiding-scrollbar
	}

	.large-cell-block-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%
	}

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

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

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

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

@media print,
screen and (min-width:64em) {
	.grid-y.large-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		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:64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333% - 1.875rem)
	}

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

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

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

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

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

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

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

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

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

	.grid-margin-y>.small-11 {
		height: calc(91.6666666667% - 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.3333333333% - 1.875rem)
	}

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

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

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

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

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

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

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

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

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

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

	.grid-margin-y>.medium-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.3333333333% - 1.875rem)
	}

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {
	.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 print,
screen and (min-width:40em) {
	.grid-margin-y.medium-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)
	}
}

.align-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.align-right.vertical.menu>li>a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center.vertical.menu>li>a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.align-self-middle {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.align-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.align-center-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.small-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.small-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.small-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.small-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.small-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.small-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

@media print,
screen and (min-width:40em) {
	.medium-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.medium-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.medium-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.medium-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.medium-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.medium-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
}

@media print,
screen and (min-width:64em) {
	.large-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.large-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.large-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.large-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.large-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.large-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
	.medium-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.medium-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.medium-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.medium-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}

	.medium-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.medium-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.medium-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.medium-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media print,
screen and (min-width:64em) {
	.large-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.large-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.large-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.large-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}

	.large-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.large-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.large-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.large-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
	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
}

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

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

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

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

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

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

.text-left-sm h2 {
    font-size: 1.5rem;
}

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

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

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

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

@media print,
screen and (min-width:40em) {

	.h1,
	h1 {
		font-size: 3rem
	}

	.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:focus,
a:hover {
	color: #1468a0
}

a img {
	border: 0
}

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

dl,
ol,
ul {
	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
}

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

dl {
	margin-bottom: 1rem
}

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

blockquote {
	margin: 0 0 1rem;
	padding: 0.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: 0.8125rem;
	color: #8a8a8a
}

cite:before {
	content: "— "
}

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

figure {
	margin: 0
}

code {
	padding: 0.125rem 0.3125rem 0.0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: #0a0a0a
}

kbd {
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e6e6e6;
	font-family: "Open Sans", sans-serif;
	color: #0a0a0a
}

.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.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
}

ol.no-bullet,
ul.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: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
	}
}

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

@media print {
	* {
		background: transparent !important;
		-webkit-box-shadow: none !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^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	blockquote,
	pre {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	@page {
		margin: 0.5cm
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.print-break-inside {
		page-break-inside: auto
	}
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	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;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

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

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cacaca
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #cacaca
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cacaca
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #cacaca
}

input::placeholder,
textarea::placeholder {
	color: #cacaca
}

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

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

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

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

[type=checkbox]+label,
[type=radio]+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.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: 0.5rem
}

[type=file] {
	width: 100%
}

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

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

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

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

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

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

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto;
	min-width: 0
}

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

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

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

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

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

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

select {
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	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: calc(100% - 1rem) center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

@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;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

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)::-webkit-input-placeholder {
	color: #cc4b37
}

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

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

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

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

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

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

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

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

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

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

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

.button.small {
	font-size: 0.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:focus,
.button.primary:hover {
	background-color: #126195;
	color: #fefefe
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button.dropdown:after {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.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 {
	border-top-color: #1779ba
}

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

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

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

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

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

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

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

.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none
}

.accordion[disabled] .accordion-title {
	cursor: not-allowed
}

.accordion-item:first-child>:first-child {
	border-radius: 0 0 0 0
}

.accordion-item:last-child>:last-child {
	border-radius: 0 0 0 0
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: 0.75rem;
	line-height: 1;
	color: #1779ba
}

:last-child:not(.is-active)>.accordion-title {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0 0 0 0
}

.accordion-title:focus,
.accordion-title:hover {
	background-color: #e6e6e6
}

.accordion-title:before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: "+"
}

.is-active>.accordion-title:before {
	content: "–"
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fefefe;
	color: #0a0a0a
}

:last-child>.accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6
}

.accordion-menu li {
	width: 100%
}

.accordion-menu a {
	padding: 0.7rem 1rem
}

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

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

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

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
	position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>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;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a:after {
	left: auto;
	right: 1rem
}

.accordion-menu.align-right .is-accordion-submenu-parent>a:after {
	right: auto;
	left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

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

.has-submenu-toggle>a {
	margin-right: 40px
}

.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 40px;
	height: 40px
}

.submenu-toggle:after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto
}

.submenu-toggle[aria-expanded=true]:after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.submenu-toggle-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.button-group {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.button-group:after,
.button-group:before {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.button-group:after {
	clear: both
}

.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 0.9rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.button-group .button:last-child {
	margin-right: 0
}

.button-group.tiny .button {
	font-size: 0.6rem
}

.button-group.small .button {
	font-size: 0.75rem
}

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

.button-group.expanded .button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

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

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

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

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

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

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

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

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

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

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

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
	.button-group.stacked-for-small .button {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		margin-bottom: 0
	}
}

@media print,
screen and (min-width:64em) {
	.button-group.stacked-for-medium .button {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		margin-bottom: 0
	}
}

@media screen and (max-width:39.9375em) {
	.button-group.stacked-for-small.expanded {
		display: block
	}

	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0
	}
}

.close-button {
	position: absolute;
	color: #8a8a8a;
	cursor: pointer
}

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

.close-button:focus,
.close-button:hover {
	color: #0a0a0a
}

.close-button.small {
	right: 0.66rem;
	top: 0.33em;
	font-size: 1.5em;
	line-height: 1
}

.close-button,
.close-button.medium {
	right: 1rem;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1
}

.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	border-radius: 0;
	font-size: 0.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
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}

tbody,
tfoot,
thead {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}

caption {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold
}

thead {
	background: #f8f8f8;
	color: #0a0a0a
}

tfoot {
	background: #f1f1f1;
	color: #0a0a0a
}

tfoot tr,
thead tr {
	background: transparent
}

tfoot td,
tfoot th,
thead td,
thead th {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left
}

tbody td,
tbody th {
	padding: 0.5rem 0.625rem 0.625rem
}

tbody tr:nth-child(2n) {
	border-bottom: 0;
	background-color: #f1f1f1
}

table.unstriped tbody {
	background-color: #fefefe
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe
}

@media screen and (max-width:63.9375em) {
	table.stack thead {
		display: none
	}

	table.stack tfoot {
		display: none
	}

	table.stack td,
	table.stack th,
	table.stack tr {
		display: block
	}

	table.stack td {
		border-top: 0
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}

table.hover thead tr:hover {
	background-color: #f3f3f3
}

table.hover tfoot tr:hover {
	background-color: #ececec
}

table.hover tbody tr:hover {
	background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
	background-color: #ececec
}

.table-scroll {
	overflow-x: auto
}

.table-scroll table {
	width: auto
}

.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fefefe;
	list-style-type: none
}

.tabs:after,
.tabs:before {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.tabs:after {
	clear: both
}

.tabs.vertical>li {
	display: block;
	float: none;
	width: auto
}

.tabs.simple>li>a {
	padding: 0
}

.tabs.simple>li>a:hover {
	background: transparent
}

.tabs.primary {
	background: #1779ba
}

.tabs.primary>li>a {
	color: #fefefe
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
	background: #1673b1
}

.tabs-title {
	float: left
}

.tabs-title>a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: 0.75rem;
	line-height: 1;
	color: #1779ba
}

.tabs-title>a:hover {
	background: #fefefe;
	color: #1468a0
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
	background: #e6e6e6;
	color: #1779ba
}

.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
	color: #0a0a0a;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0
}

.tabs-panel {
	display: none;
	padding: 1rem
}

.tabs-panel.is-active {
	display: block
}

.hide {
	display: none !important
}

.invisible {
	visibility: hidden
}

@media screen and (max-width:39.9375em) {
	.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.9375em) {
	.show-for-medium {
		display: none !important
	}
}

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

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

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

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

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

@media screen and (max-width:63.9375em),
screen and (min-width:75em) {
	.show-for-large-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;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

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

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

@media screen and (orientation:landscape) {

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

@media screen and (orientation:portrait) {

	.hide-for-portrait,
	.show-for-landscape {
		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:after,
.clearfix:before {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.clearfix:after {
	clear: both
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes flipInX {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg)
	}
}

@keyframes flipInX {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg)
	}
}

@-webkit-keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg)
	}
}

@keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg)
	}
}

.plastof p:last-of-type {
	margin-bottom: 0px
}

.paddingtopsml {
	padding-top: 40px
}

.paddingbottomsml {
	padding-bottom: 40px
}

.paddingtopmed {
	padding-top: 40px
}

.paddingbottommed {
	padding-bottom: 40px
}

.paddingtoplrg {
	padding-top: 40px
}

.paddingbottomlrg {
	padding-bottom: 40px
}

.paddingtopxlrg {
	padding-top: 40px
}

.paddingbottomxlrg {
	padding-bottom: 40px
}

.nomarginbottom {
	margin-bottom: 0px
}

.paddingbtmsmlscrn {
	padding-bottom: 50px
}

.marginbottommed {
	margin-bottom: 40px
}

.marginbottomlrg {
	margin-bottom: 40px
}

@media screen and (min-width:640px) {
	.paddingbtmsmlonly {
		padding-bottom: 0px
	}
}

@media screen and (min-width:1024px) {
	.paddingbtmsmlscrn {
		padding-bottom: 50px
	}

	.paddingtopmed {
		padding-top: 55px;
		padding-top: 25px
	}

	.paddingbottommed {
		padding-bottom: 55px
	}

	.paddingtoplrg {
		padding-top: 80px
	}

	.paddingbottomlrg {
		padding-bottom: 80px
	}

	.paddingtopxlrg {
		padding-top: 100px
	}

	.paddingbottomxlrg {
		padding-bottom: 100px
	}

	.marginbottommed {
		margin-bottom: 55px
	}

	.marginbottomlrg {
		margin-bottom: 80px
	}
}

.fontcolourwhite {
	color: #FFFFFF
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "ChronicaPro", sans-serif;
	font-family: "karbonbold", sans-serif
}

h1.nomarginbottom,
h2.nomarginbottom,
h3.nomarginbottom,
h4.nomarginbottom,
h5.nomarginbottom {
	margin-bottom: 0px
}

strong {
	font-family: "ChronicaPro", sans-serif
}

#skip-navigation-link a {
	width: 1px;
	height: 1px;
	top: auto;
	left: -10000px;
	position: absolute;
	overflow: hidden
}

#skip-navigation-link a:focus {
	width: auto;
	height: auto;
	position: static
}

.bgcenter {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.bgright {
	background-repeat: no-repeat;
	background-position: right
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.jmlayout-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.jmlayout-flex-alt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.jmlayout-flex-hs-sm {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.jmlayout-flex-hc-sm {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.jmlayout-flex-sb-sm {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.jmlayout-flex-he-sm {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.jmlayout-flex-vt-sm {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.jmlayout-flex-vc-sm {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.jmlayout-flex-vb-sm {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.text-left-sm {
	text-align: left
}
.text-left-sm h2 {
	font-size: 3rem;
	line-height: 1.2;
}

.text-center-sm {
	text-align: center
}

.text-right-sm {
	text-align: right
}

.hide-for-xl {
	display: inline-block
}

.hide-for-xxl {
	display: inline-block
}

.show-for-xl {
	display: none
}

.show-for-xxl {
	display: none
}

@media screen and (min-width:640px) {
	.jmlayout-flex-he-md {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.jmlayout-flex-vc-md {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media screen and (min-width:1024px) {
	.text-left-lg {
		text-align: left
	}

	.text-center-lg {
		text-align: center
	}

	.text-right-lg {
		text-align: right
	}
}

@media screen and (min-width:1200px) {
	.hide-for-xl {
		display: none
	}

	.show-for-xl {
		display: inline-block
	}
}

@media screen and (min-width:1440px) {
	.hide-for-xxl {
		display: none
	}

	.show-for-xxl {
		display: inline-block
	}
}

.wow {
	visibility: hidden
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0.3, 0.3, 0.3, 0.9);
	animation-timing-function: cubic-bezier(0.3, 0.3, 0.3, 0.9);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0.3, 0.3, 0.3, 0.9);
	animation-timing-function: cubic-bezier(0.3, 0.3, 0.3, 0.9);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0.3, 0.3, 0.3, 0.9);
	animation-timing-function: cubic-bezier(0.3, 0.3, 0.3, 0.9);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
	animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.flipInX {
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
	animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.wrapper {
	position: relative;
	overflow: hidden
}

.wrapper .wrapper-inner {
	position: relative;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s cubic-bezier(0.51, 0.18, 0, 0.88), -webkit-transform 0.8s cubic-bezier(0.51, 0.18, 0, 0.88);
	transition: opacity 0.5s cubic-bezier(0.51, 0.18, 0, 0.88), -webkit-transform 0.8s cubic-bezier(0.51, 0.18, 0, 0.88);
	transition: transform 0.8s cubic-bezier(0.51, 0.18, 0, 0.88), opacity 0.5s cubic-bezier(0.51, 0.18, 0, 0.88);
	transition: transform 0.8s cubic-bezier(0.51, 0.18, 0, 0.88), opacity 0.5s cubic-bezier(0.51, 0.18, 0, 0.88), -webkit-transform 0.8s cubic-bezier(0.51, 0.18, 0, 0.88)
}

.wrapper.hamburger-is-active .navigation-overlay {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-box-shadow: 2.5px 0px 25px #282828;
	box-shadow: 2.5px 0px 25px #282828;
	opacity: 1;
	visibility: visible
}

.wrapper.hamburger-is-active .wrapper-inner {
	-webkit-transform: translate3d(calc(100% - 25px - 1.25rem), 0px, 0px) scale3d(1, 1, 1);
	transform: translate3d(calc(100% - 25px - 1.25rem), 0px, 0px) scale3d(1, 1, 1)
}

.wrapper.search-is-active .wrapper-inner {
	-webkit-transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.98, 1);
	transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.98, 1)
}

.wrapper.fade-out .wrapper-inner {
	opacity: 0;
	visibility: hidden
}

.gform_confirmation_message {
	background: #89b8db;
	border: 1.5px solid #242862;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 16px 16px 16px 48px;
	position: relative;
	width: 100%;
	color: #444;
	font-family: "ChronicaPro", sans-serif;
	font-size: 18px
}

.search-icon {
	background-color: #242862;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.search-icon:active,
.search-icon:focus,
.search-icon:hover {
	background-color: #93b8e2;
	color: #242862;
	-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3)
}

.searchform {
	display: none;
	position: absolute;
	top: 120px;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 10
}

.searchform.search-active {
	display: block
}

.searchform .search-form {
	background-color: #242862;
	padding: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 300px;
	margin: 0 10px 0 auto
}

.searchform .search-form input[type=search] {
	font-size: 14px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: 0px;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #282828;
	height: 45px;
	border-radius: 0
}

.searchform .search-form [type=submit] {
	width: 45px;
	height: 45px;
	background-color: #242862;
	cursor: pointer
}

.searchresults {
	padding-top: 98px
}

.contactlist .contactmethod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-top: 1px solid #e5e5e5;
	padding: 17px 0;
	max-width: calc(100% - 40px)
}

.contactlist .contactmethod.address {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.contactlist .contactmethod img {
	width: 40px;
	height: 40px;
	margin-right: 25px;
	display: inline-block
}

.contactlist .contactmethod span {
	display: inline-block;
	width: calc(100% - 65px)
}

.contactlist .contactmethod span p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0px
}

.contactlist .contactmethod span p a {
	color: #282828;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.contactlist .contactmethod span p a:hover {
	color: #242862
}

@media screen and (min-width:640px) {
	.contactlist {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-bottom: 30px;
		margin-top: -15px
	}

	.contactlist .contactmethod {
		border: 0;
		width: 100%
	}

	.contactlist .contactmethod span p {
		font-size: 14px
	}

	.contactlist .contactmethod img {
		margin-right: 10px
	}

	.openinghourdetailparent {
		max-width: 585px
	}
}

@media screen and (min-width:1024px) {
	.contactlist {
		display: block;
		padding-bottom: 0;
		margin-top: 0
	}

	.contactlist .contactmethod {
		border-bottom: 1px solid #e5e5e5
	}

	.contactlist .contactmethod:first-of-type {
		border-top: 1px solid #e5e5e5
	}

	.contactlist .contactmethod span p {
		font-size: 18px
	}

	.contactlist .contactmethod img {
		margin-right: 25px
	}
}

.breadcrumbs {
	border-bottom: 1px solid #d7d7d7;
	color: #231f20;
	padding: 20px 0
}

.breadcrumbs:empty {
	padding: 0;
}
.breadcrumbs a {
	text-decoration: none
}

.breadcrumbs a:hover {
	color: #242862
}

.breadcrumbs a,
.breadcrumbs span {
	color: #231f20;
	font-size: 16px;
	font-family: "karbonregular", sans-serif;
	line-height: 1
}

.breadcrumbs p {
	margin-bottom: 0
}

.breadcrumbs .fa {
	font-size: 8px;
	margin: 0 5px;
	color: #231f20
}

.prefooter {
	background-color: #f7f7f7;
	padding: 35px 0 30px
}

.prefooter.whiteback {
	background-color: #fff
}

.prefooter .newslettertitle {
	font-family: "karbonmedium", sans-serif;
	font-size: 1.2rem;
	margin: 0 0 20px;
	color: #231f20;
	display: block;
	line-height: 1.25
}

footer {
	background-color: #231f20;
	background-color: #272861;
	color: #fff
}

footer .footer-cell {
	padding: 0.9375rem 0rem 0.9385rem 0rem;
	border-bottom: 1px solid #737172
}

footer a {
	color: #fff
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer h6 {
	margin: 0;
	color: #fff;
	font-family: "karbonmedium", sans-serif;
	font-size: 1rem
}

footer h6:after {
	margin-right: 0.9375rem;
	display: inline-block;
	float: right;
	content: "\f067";
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	cursor: pointer
}

footer h6.h6-is-active:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

footer .footer-cell-content {
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out
}

footer .footer-cell-content.footer-cell-content-is-active {
	height: auto;
	opacity: 1;
	padding-top: 40px
}

.postfooter {
	background-color: #231f20;
	background-color: #272861;
	color: #fff;
	font-family: "ChronicaPro", sans-serif;
	line-height: 1
}

.postfooter .grid-container {
	border-top: 1px solid #3d3b3b
}

.postfooter a {
	color: #fff
}

.postfooter a:hover {
	color: #242862
}

.postfooter .designby {
	display: inline-block;
	line-height: 1;
	margin: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff
}

.footer-logos {
	list-style-type: none;
  padding: 0;
  margin-left: 0;
  display: flex;
}

.postfooter ul:not(.footer-logos) {
	display: block;
	margin-left: 0px;
	list-style: none
}

.postfooter ul:not(.footer-logos) li {
	display: inline-block;
	padding-left: 10px;
	border-left: 1px solid #fff;
	margin-right: 10px;
	line-height: 1
}

.postfooter ul.footer-logos li {
	display: inline-block;
	margin-right: 10px
}

@media screen and (min-width:640px) {
	footer .footer-cell {
		border-bottom: none;
		border-left: 1px solid #3d3b3b;
		padding: 0px 25px !important
	}

	footer h6 {
		margin-bottom: 10px
	}

	footer h6:after {
		display: none;
		content: ""
	}

	footer .footer-cell-content {
		height: auto;
		opacity: 1;
		padding-top: 20px
	}

	.postfooter .show-for-medium {
		display: none !important
	}
}

@media screen and (min-width:768px) {
	.postfooter .show-for-medium {
		display: block !important
	}
}

@media screen and (min-width:1024px) {
	.prefooter .newslettertitle {
		font-size: 1.25rem;
		padding-top: 10px;
		font-family: "ChronicaPro", sans-serif
	}



	.postfooter ul:not(.footer-logos) {
		display: inline-block;
		margin-left: 40px
	}

	.postfooter ul:not(.footer-logos) li:first-of-type {
		border-left: 0px
	}
}

@media screen and (min-width:1200px) {
	.prefooter .newslettertitle {
		font-size: 1.11rem;
		padding-top: 5px
	}
}

@media screen and (min-width:1440px) {
	.prefooter .newslettertitle {
		background-image: url(../img/mail.svg);
		background-repeat: no-repeat;
		background-position: 0 100%;
		padding-left: 50px
	}
}

.navigation {
	padding: 20px 10px;
	position: relative;
	z-index: 10
}

.navigation .hamburger {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	outline: 0;
	z-index: 2
}

.navigation .hamburger .hamburger-box {
	width: 25px;
	height: 18px
}

.navigation .hamburger .hamburger-box .hamburger-inner {
	width: 25px;
	height: 2px;
	background-color: #282828;
	border-radius: 0
}

.navigation .hamburger .hamburger-box .hamburger-inner:after,
.navigation .hamburger .hamburger-box .hamburger-inner:before {
	width: 25px;
	height: 2px;
	background-color: #282828;
	border-radius: 0
}

.navigation .hamburger .hamburger-box .hamburger-inner:before {
	width: 20px;
	top: 8px
}

.navigation .hamburger .hamburger-box .hamburger-inner:after {
	top: 16px
}

.navigation .hamburger.is-active {
	top: -2px;
	left: 3px;
	position: relative
}

.navigation .hamburger.is-active .hamburger-box .hamburger-inner:after {
	-webkit-transform: translate3d(0px, -16px, 0px) rotate(-90deg);
	transform: translate3d(0px, -16px, 0px) rotate(-90deg)
}

.navigation-overlay {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	position: fixed;
	background-color: #242862;
	-webkit-box-shadow: 3px 0px 30px transparent !important;
	box-shadow: 3px 0px 30px transparent !important;
	overflow-x: hidden;
	overflow-y: scroll;
	opacity: 0;
	visibility: hidden;
	z-index: 999999999;
	-webkit-transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
	transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88)
}

.navigation-overlay .cell {
	padding: 0
}

.navigation-overlay nav {
	padding: 0
}

.navigation-overlay nav ul {
	margin: 0;
	list-style: none
}

.navigation-overlay nav ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.navigation-overlay nav ul li.menutel {
	background-color: #93b8e2
}

.navigation-overlay nav ul li.menutel a {
	padding-left: 58px
}

.navigation-overlay nav ul li.menutel a:before {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
	background-image: url("../images/header/phone.svg");
	background-size: contain;
	content: "";
	background-repeat: no-repeat;
	background-position: center
}

.navigation-overlay nav ul li a {
	position: relative;
	font-family: "ChronicaPro", sans-serif;
	display: block;
	color: #FFFFFF;
	padding: 18px 15px;
	font-size: 15px;
	font-style: normal;
	line-height: 1;
	letter-spacing: 1px
}

.navigation-overlay nav ul li ul {
	width: 100%;
	height: 100%;
	padding: 0;
	top: 0;
	left: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	position: absolute;
	background-color: #242862;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.51, 0.18, 0, 0.88);
	transition: 0.2s cubic-bezier(0.51, 0.18, 0, 0.88)
}

.navigation-overlay nav ul li ul.show {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.navigation-overlay nav ul li ul li ul {
	background-color: #242862
}

.navigation-overlay nav ul li ul li.back {
	background-color: #151759
}

.navigation-overlay nav ul li ul li.back a {
	padding-left: 45px
}

.navigation-overlay nav ul li ul li.back a:before {
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	left: 15px;
	top: 19px;
	background-image: url("../img/arrow.svg");
	background-size: contain;
	content: "";
	background-repeat: no-repeat;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-position: center
}

.navigation-overlay nav ul li.close {
	background-color: #151759
}

.navigation-overlay nav ul li.close a {
	padding-left: 45px
}

.navigation-overlay nav ul li.close a:before {
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	left: 15px;
	top: 19px;
	background-image: url("../img/close.svg");
	background-size: contain;
	content: "";
	background-repeat: no-repeat;
	background-position: center
}

.navigation-overlay nav ul li.menu-item-has-children>a:after {
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	right: 15px;
	top: 21px;
	background-image: url("../img/arrow.svg");
	background-size: contain;
	content: "";
	background-repeat: no-repeat;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-position: center
}

.company-logo {
	max-width: 210px;
	display: block
}

.company-logo img {
	height: 44px;
}

.search-icon.search-open {
	display: none
}

.ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack>.ubermenu-target {
	border-bottom: 0px !important;
	font-family: "ChronicaPro", sans-serif !important;
	font-size: 30px;
	color: #fff
}

.ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack>.ubermenu-target:after {
	content: "";
	width: 28px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 4px 0;
	visibility: hidden;
}

ul.ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-submenu-content-align-left {
	margin-top: 70px !important;
	padding: 30px
}

.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu .ubermenu-target,
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle {
	padding: 8px 0px
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
	margin-top: 70px !important;
	padding: 30px
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item {
	font-size: 20px;
	padding: 5px 0px
}

.ubermenu-skin-minimal .ubermenu-item-level-0.navbtn>.ubermenu-target {
	color: #fff
}

.ubermenu .ubermenu-item.ubermenu-item-level-0.navbtn {
	padding: 0px 5px
}

@media screen and (min-width:640px) {
	.wrapper.hamburger-is-active .wrapper-inner {
		-webkit-transform: translate3d(400px, 0, 0) scaleX(1);
		transform: translate3d(400px, 0, 0) scaleX(1)
	}

	.navigation-overlay {
		width: 400px
	}
}

@media screen and (min-width:1024px) {

	nav,
	ul.secondary-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}

	.navigation nav ul li {
		display: inline-block;
		position: relative;
		margin: 0;
		padding: 0 9px
	}

	.navigation nav ul li:not(.navbtn) ul.sub-menu {
		position: absolute;
		left: 0;
		top: 32px;
		margin: 0;
		background-color: #1779ba;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.5s cubic-bezier(0.51, 0.18, 0, 0.88);
		transition: 0.5s cubic-bezier(0.51, 0.18, 0, 0.88);
		height: auto;
		width: 250px
	}

	.navigation nav ul li:not(.navbtn) ul.sub-menu li {
		height: auto;
		width: 100%;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out
	}

	.navigation nav ul li:not(.navbtn) ul.sub-menu li:hover {
		background-color: #767676
	}

	.navigation nav ul li:not(.navbtn) ul.sub-menu li a {
		padding: 15px 10px;
		opacity: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		height: auto;
		display: block
	}

	.navigation nav ul li:not(.navbtn) ul.sub-menu li a:after,
	.navigation nav ul li:not(.navbtn) ul.sub-menu li a:before {
		content: none
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul {
		top: 40px;
		opacity: 1;
		visibility: visible
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:first-child a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.125s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.125s forwards
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:nth-child(2) a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.25s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.25s forwards
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:nth-child(3) a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.375s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.375s forwards
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:nth-child(4) a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.5s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.5s forwards
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:nth-child(5) a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.625s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.625s forwards
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:nth-child(6) a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.75s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.75s forwards
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:nth-child(7) a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.875s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.875s forwards
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:nth-child(8) a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 1s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 1s forwards
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:nth-child(9) a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 1.125s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 1.125s forwards
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:nth-child(10) a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 1.25s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 1.25s forwards
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:nth-child(11) a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 1.375s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 1.375s forwards
	}

	.navigation nav ul li:not(.navbtn).menu-item-has-children:hover ul li:nth-child(12) a {
		-webkit-animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 1.5s forwards;
		animation: fadeIn 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 1.5s forwards
	}

	.navigation nav ul li:not(.navbtn) a {
		padding: 2px 0px 2px 0px;
		position: relative;
		display: block;
		color: #282828;
		font-size: 14px;
		line-height: 1
	}

	.navigation nav ul li:not(.navbtn) a:hover {
		color: #93b8e2
	}

	.ubermenu .ubermenu-item.ubermenu-item-level-0 {
		padding: 0px 5px
	}
}

@media screen and (min-width:1200px) {
	.navigation nav ul li {
		padding: 0 15px
	}

	.ubermenu .ubermenu-item.ubermenu-item-level-0 {
		padding: 0px 10px
	}
}

@media screen and (min-width:1300px) {
	.search-icon.search-open {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

body,
html {
	max-width: 100%;
	overflow-x: hidden
}

.slick-carousel-home {
	max-width: 2000px;
	margin: 0 auto
}

.posrel {
	position: relative
}

.button,
.navigation nav ul li.navbtn a {
	display: table;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	line-height: 1;
	max-height: 50px;
	background-color: #242862;
	border-radius: 50px;
	text-align: center;
	font-size: 14px;
	padding: 15px;
	color: #FFFFFF;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-family: "ChronicaPro", sans-serif
}

.button:active,
.button:focus,
.button:hover,
.navigation nav ul li.navbtn a:active,
.navigation nav ul li.navbtn a:focus,
.navigation nav ul li.navbtn a:hover {
	background-color: #FFFFFF;
	color: #242862;
	-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3)
}

.button.nomargin,
.navigation nav ul li.navbtn a.nomargin {
	margin-top: 0px
}

.button.white,
.navigation nav ul li.navbtn a.white {
	background-color: #FFFFFF;
	color: #242862;
	border-color: #FFFFFF;
	border-color: #93b8e2
}

.button.center,
.navigation nav ul li.navbtn a.center {
	margin: 40px auto 0
}

.navigation nav ul li.navbtn.blue a,
.navigation nav ul li.navbtn.grey a {
	color: #FFFFFF;
	background-color: #93b8e2;
	border-color: #93b8e2
}

.navigation nav ul li.navbtn.blue a:active,
.navigation nav ul li.navbtn.blue a:focus,
.navigation nav ul li.navbtn.blue a:hover,
.navigation nav ul li.navbtn.grey a:active,
.navigation nav ul li.navbtn.grey a:focus,
.navigation nav ul li.navbtn.grey a:hover {
	background-color: #FFFFFF;
	color: #242862;
	-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3)
}

.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-item.navbtn>.ubermenu-target {
	-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3) !important
}

.navigation nav ul li.navbtn.grey a {
	background-color: #9da5af
}

.navigation nav ul li.navbtn {
	padding: 0 5px
}

.navigation nav ul li.navbtn a {
	padding: 15px 10px
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.51, 0.18, 0, 0.88);
	transition: 0.5s cubic-bezier(0.51, 0.18, 0, 0.88)
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.75
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.51, 0.18, 0, 0.88);
	transition: 0.5s cubic-bezier(0.51, 0.18, 0, 0.88)
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.mfp-iframe-holder .mfp-close {
	padding: 0;
	top: -50px;
	right: 0
}

.slick-carousel-home {
	position: relative
}

.slick-carousel-home .slick-slide.homebanner {
	outline: none;
	background-position: 9%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 450px;
	padding-top: 40px
}

.slick-carousel-home .slick-slide.homebanner .grid-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%
}

.slick-carousel-home .slick-slide.homebanner .grid-container .grid-x {
	width: 100%
}

.slick-carousel-home .slick-slide.homebanner span {
	font-size: 1rem;
	font-family: "ChronicaPro", sans-serif;
	color: #fff;
	line-height: 1
}

.slick-carousel-home .slick-slide.homebanner h1 {
	font-size: 2.5rem;
	font-family: "ChronicaPro", sans-serif;
	color: #fff;
	line-height: 1
}

.slick-carousel-home .slick-slide.homebanner .button {
	margin-top: 40px
}

.slick-carousel-home .slick-dots {
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slick-carousel-home .slick-dots li {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 100%;
	margin: 3px;
	cursor: pointer
}

.slick-carousel-home .slick-dots li button {
	width: 100%;
	height: 100%;
	font-size: 0px
}

.slick-carousel-home .slick-dots li.slick-active {
	background-color: #FFFFFF
}

.slick-arrows {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	width: 100%
}

.slick-arrows div {
	width: 24px;
	height: 24px;
	cursor: pointer
}

.slick-arrows div#prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.featured_pdt {
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	max-height: 450px;
	overflow: hidden
}

.featured_pdt .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(10, 112, 186, 0.25);
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.featured_pdt img {
	position: relative;
	z-index: -2;
	width: 100%
}

.featured_pdt:hover .overlay {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 1;
	z-index: 3
}

.featured_pdt .grid-container {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

.featured_pdt .grid-container .cell {
	padding-left: 20px
}

.featured_pdt .grid-container .cell p {
	max-width: 240px
}

.featured_pdt .grid-container .cell.paddingfbtop {
	padding-top: 20px
}

@font-face {
    font-family: 'karbonbold';
    src: url('fonts/karbon/karbon-bold-webfont.eot');
    src: url('fonts/karbon/karbon-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/karbon/karbon-bold-webfont.woff') format('woff'),
         url('fonts/karbon/karbon-bold-webfont.ttf') format('truetype'),
         url('fonts/karbon/karbon-bold-webfont.svg#karbonbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.featured_pdt h2 {
	font-family: "karbonbold",sans-serif;
	font-size: 1.5rem;
	line-height: 0.75;
	margin: 0 0 20px
}



.featured_pdt p {
	font-size: 14px;
	line-height: 1.25
}

.featured_pdt:active .button,
.featured_pdt:focus .button,
.featured_pdt:hover .button {
	background-color: #FFFFFF;
	color: #242862;
	-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3)
}

.featured_pdt .button {
	display: none
}

.catcols .featured_pdt img {
	z-index: 0;
	position: absolute;
	bottom: 20px;
	max-width: 200px;
	right: 7%
}

.supergroup.featured_pdt {
	background-size: 0
}

.botfeatbox.featured_pdt .overlay {
	background-color: rgba(0, 0, 0, 0.25);
	opacity: 1
}

.white {
	color: #fff
}

.black {
	color: #282828
}

.blue {
	color: #242862
}

.greyback {
	background-color: #f4f4f2
}

.supergroup.featured_pdt:after {
	content: "";
	background-image: url("../img/next.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 2
}

.supergroup.featured_pdt:before {
	content: "Read More";
	height: 40px;
	position: absolute;
	bottom: 40px;
	left: 6rem;
	font-family: "karbonmedium", sans-serif;
	font-size: 1.25rem;
	line-height: 40px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0;
	z-index: 2
}

.productcolor.supergroup.featured_pdt .featured_pdt_arrow {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	bottom: 20px;
	left: 20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 2;
	background-image: url(../img/next-arrow.svg);
	background-size: 10px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat
}

.productcolor.supergroup.featured_pdt:after,
.productcolor.supergroup.featured_pdt:before {
	display: none
}

.catcols .featured_pdt {
	background-image: url("../img/feat-product-col.png");
	background-image: url("../img/b_gray.png");
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 320px;
	background-position: bottom
}

.catcols .featured_pdt {
	background-color: #eeeeec;
	color: #fff
}

form ::-webkit-input-placeholder {
	color: #282828
}

form :-ms-input-placeholder {
	color: #282828
}

form ::-moz-placeholder {
	color: #282828
}

form ::-ms-input-placeholder {
	color: #282828
}

form ::placeholder {
	color: #282828
}

form .frm_dropzone.frm_single_upload {
	max-width: 100%;
	width: 100%
}

form .frm_dropzone .dz-message {
	border: 0px;
	border-radius: 0px
}

form .frm_form_field.form-field {
	margin-bottom: 15px
}

form .frm_form_field.form-field#frm_field_7_container {
	margin-bottom: 0
}

form .frm_form_field.frm_section_heading {
	margin-bottom: 0px
}

form [type=color],
form [type=date],
form [type=datetime-local],
form [type=datetime],
form [type=email],
form [type=month],
form [type=number],
form [type=password],
form [type=search],
form [type=tel],
form [type=text],
form [type=time],
form [type=url],
form [type=week],
form select,
form textarea {
	border: 0px !important;
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 50px;
	border-radius: 5px;
	margin-bottom: 0;
	font-family: "ChronicaPro", sans-serif;
	color: #231f20;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 20px;
	margin-bottom: 4px;
	background-color: #e9e8e8;
	border: 1px solid rgba(0, 0, 0, .1) !important;
}

form select:focus {
	background-color: #cfcfcf
}

form [type=email]:focus,
form [type=number]:focus,
form [type=search]:focus,
form [type=tel]:focus,
form [type=text]:focus,
form textarea:focus {
	background-color: #f2f2f2
}

form textarea,
form textarea[rows] {
	border: 1px solid #ccc;
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin-bottom: 0;
	height: 222px
}

form label>[type=checkbox],
form label>[type=radio] {
	margin: 2px 5px 0 0;
	cursor: pointer;
	position: relative;
	top: 1px
}

form .frm_checkbox label {
	line-height: 1.2;
	font-family: "ChronicaPro", sans-serif;
	font-size: 14px
}

form .frm_submit button {
	display: block;
	width: 180px;
	line-height: 1;
	font-weight: inherit;
	padding: 0 5px;
	height: 50px;
	background-color: #242862;
	border-radius: 0;
	text-align: center;
	font-size: 14px;
	font-family: "ChronicaPro", sans-serif;
	color: #FFFFFF;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	cursor: pointer;
	margin: 10px 0 0;
	border-radius: 50px
}

form .frm_submit button:active,
form .frm_submit button:focus,
form .frm_submit button:hover {
	background-color: #242862
}

.prefooter [type=color],
.prefooter [type=date],
.prefooter [type=datetime-local],
.prefooter [type=datetime],
.prefooter [type=email],
.prefooter [type=month],
.prefooter [type=number],
.prefooter [type=password],
.prefooter [type=search],
.prefooter [type=tel],
.prefooter [type=text],
.prefooter [type=time],
.prefooter [type=url],
.prefooter [type=week],
.prefooter textarea {
	border-radius: 50px
}

.frm_error_style,
.frm_message {
	padding: 20px;
	border: 2px solid #242862;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 30px;
	background-color: #93b8e2;
	color: #FFFFFF
}

.frm_error_style p,
.frm_message p {
	margin-bottom: 0px
}

.frm_error {
	font-size: 12px;
	margin-bottom: 0;
	position: relative;
	top: 3px;
	color: #242862
}

.newslettersignup #frm_form_2_container {
	max-width: 710px
}

.newslettersignup .frm_fields_container {
	position: relative
}

.newslettersignup .frm_fields_container #frm_field_6_container {
	width: calc(100% - 140px);
	margin-bottom: 10px
}

.newslettersignup .frm_submit {
	position: absolute;
	top: 0;
	right: 0
}

.newslettersignup .frm_submit button {
	margin: 0;
	width: 130px
}

.newslettersignup .frm_checkbox label {
	color: #282828
}

.internalbanner {
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative
}

.internalbanner .grid-container {
	width: 100%;
	position: relative;
	z-index: 3
}

.internalbanner .grid-container h1 {
	font-size: 2em;
	font-family: "karbonbold", sans-serif;
	line-height: 1
}

.internalbanner:before {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	content: "";
	background: rgba(16, 25, 80, 0.32);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1
}

#myVideo {
	position: absolute;
	z-index: 0;
	right: 0;
	max-width: 75%;
	min-height: 100%
}

.internalbanner #myVideo.grid-container {
	width: auto
}

.introtext p {
	font-family: "karbonbold", sans-serif;
	color: #282828;
	font-size: 1.5em;
	line-height: 1
}

.grid-minus-y100 {
	margin-top: -100px
}

.feattitlebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px
}

.feattitlebox h3 {
	font-size: 2em;
	font-family: "ChronicaPro", sans-serif;
	font-family: "karbonbold", sans-serif;

	padding-left: 20px;
	margin: 0px
}

.featcontentbox:not(.course_details) {
	font-size: 18px
}

.featcontentbox:not(.course_details) ul {
	list-style: none;
	margin: 20px
}

.featcontentbox:not(.course_details) ul li {
	background-image: url(../img/checked.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	line-height: 1.25;
	padding: 25px 0 25px 50px
}

.featcontentbox:not(.course_details) ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.featcontentbox.course_details {
	font-size: 24px
}

.featcontentbox.course_details ul {
	list-style: none;
	margin: 20px
}

.featcontentbox.course_details ul li {
	background-image: none;
	line-height: 1.25;
	padding: 25px 0 25px 0px
}

.featcontentbox.course_details ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.benbox,
.greenback {
	background: #4783B5;
	color: #fff;
}

.benbox .feattitlebox,
.greenback .feattitlebox {
	background: #242862
}

.conbox {
	background: #f0f1ee;
	color: #231f20
}

.conbox .feattitlebox {
	background: #e4e5e2
}

.conbox .featcontentbox ul li {
	background-image: url(../img/checked-black.svg)
}

.conbox .featcontentbox ul li:not(:last-child) {
	border-bottom: 1px solid rgba(35, 31, 32, 0.3)
}

.mobmarg .benbox,
.mobmarg .conbox {
	margin-bottom: 30px
}

.fivedots .dot {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #242862;
	display: inline-block
}

.fivedots.one .dot:nth-child(n+2) {
	background-color: #c7c7c7
}

.fivedots.two .dot:nth-child(n+3) {
	background-color: #c7c7c7
}

.fivedots.three .dot:nth-child(n+4) {
	background-color: #c7c7c7
}

.fivedots.four .dot:nth-child(n+5) {
	background-color: #c7c7c7
}

.lavaproducttabs a.showSingle {
	border: 1px solid #ccc;
	border-bottom: 0px;
	padding: 10px 15px;
	margin-bottom: -1px;
	font-size: 18px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	display: inline-block
}

.lavaproducttabs a.showSingle.selected {
	background-color: #f2f2f2
}

.producttable {
	position: relative
}

.producttable:after {
	content: "";
	height: 1px;
	width: 100%;
	max-width: 80.625rem;
	background: #cbcccb;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.producttable .cell {
	border: 1px solid #cbcccb;
	border-bottom: 0px
}

.producttable .cell.rowdetails {
	border-left: 0px
}

.producttable .cell.rowtitle {
	border-right: 0px;
	font-family: "ChronicaPro", sans-serif;
	text-transform: uppercase
}

.sectiontitle {
	border-bottom: 1px solid #cbcccb;
	padding-bottom: 20px;
	margin-bottom: 50px
}

.intimage {
	width: 100%;
	min-height: 300px;
	height: 100%;
	max-height: 350px
}

.singlerow.largebottom:last-child {
	padding-bottom: 110px
}

.singlerow:last-child {
	padding-bottom: 50px
}

.singlerow .cell.contentonleft,
.singlerow .cell.contentonright {
	padding-top: 45px
}

.singlerow .intimage {
	position: relative
}

.singlerow .intimage .navybox {
	position: absolute;
	bottom: -60px;
	left: 50px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
	background-color: #0c1a2a
}

.singlerow .intimage .navybox:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.intimage {
	min-height: 350px;
	max-height: 450px
}

.intimage.bgcontain {
	background-size: contain;
	background-position: center
}

img.aligncenter {
	margin: 20px auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.largebodytxt li,
.largebodytxt p {
	font-size: 18px
}

.singlerow .cell.contentonleft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contentbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px
}

.single-products .contentbox {
	min-height: 450px
}

.contentboximg {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.contentboximg img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	max-height: 450px
}

.videobanner {
	position: relative;
	overflow: hidden
}

.videobanner .videooverlay {
	position: relative;
	z-index: 10
}

.imgtxtbox img {
	margin-bottom: 20px
}

.categoryboxlist {
	border-top: 2px solid #242862
}

.arrowtitle {
	position: relative;
	padding-left: 30px;
	font-family: "ChronicaPro", sans-serif;
	color: #101950;
	font-size: 20px;
	font-size: 1.2em;
	margin: 30px 0 15px;
	line-height: 1;
	display: block
}

.arrowtitle:before {
	content: "";
	background-image: url(../img/next.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 1px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.productcolor .arrowtitle:before {
	content: "";
	background-image: url(../img/next-arrow.svg);
	background-size: 10px;
	border-radius: 100%;
	background-position: center;
	background-color: #242862;
}

.singleblogthumb,
.singleblogthumb_img {
	border: 1px solid #f7f7f7;
	padding: 20px;
	width: 100%;
	height: 320px;
	display: block;
	margin-bottom: 20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	background-color: #f7f7f7
}

.singleblogthumb:hover,
.singleblogthumb_img:hover {
	padding: 10px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.singleblogthumb:hover .singleblogimg,
.singleblogthumb_img:hover .singleblogimg {
	height: 300px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 1
}

.singleblogimg {
	width: 100%;
	height: 280px;
	background-size: cover;
	background-position: center;
	display: block;
	opacity: 0.6
}

.page-id-13 .singleblogimg {
	height: 200px
}

.singleblogthumb_img {
	padding: 0px;
	height: 200px;
	overflow: hidden
}

.singleblogthumb_img:hover {
	padding: 0px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.singleblogthumb_img:hover .singleblogimg {
	height: 200px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.speakerPhoto {
	padding: 0px;
	display: block;
	margin: 20px auto 20px;
	text-align: center
}

.singleblog {
	border-top: 2px solid #242862
}

.singleblog h4 a {
	font-size: 1.33rem;
	color: #101950;
	line-height: 1.25;
	display: block;
	min-height: 75px;
	margin-top: 20px
}

.singleblog span {
	color: #242862;
	margin-bottom: 10px;
	display: block
}

.collectionflow {
	text-align: center
}

.collectionflow .numcirc {
	color: #fff;
	font-family: "ChronicaPro", sans-serif;
	font-size: 20px;
	background-color: #93b8e2;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	margin: 0 auto 20px;
	display: block;
	text-align: center
}

.collectionflow img {
	text-align: center;
	width: 125px
}

.collectionflow p {
	max-width: 80%;
	margin: 20px auto;
	font-family: "ChronicaPro", sans-serif;
	color: #101950
}

.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label,
.gform_wrapper.gravity-theme .gfield_label {
	font-family: "ChronicaPro", sans-serif;
	color: #555
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 14px !important;
	padding-top: 0px !important
}

.gform_legacy_markup_wrapper select {
	padding-left: 10px !important
}

.infobox ul,
ul.featuredbullet {
	list-style: none;
	padding: 0px
}

.infobox ul li,
ul.featuredbullet li {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 20px;
	font-size: 20px
}

.infobox {
	padding: 20px
}

.infobox.speaker {
	text-align: center
}

.infobox ul {
	margin-left: 0px
}

.infobox ul li {
	border-bottom: 1px solid #d3d3d3;
	font-size: 14px
}

b {
	font-family: "ChronicaPro", sans-serif
}

.largebodytxt p.wp-caption-text,
p.wp-caption-text {
	font-size: 15px
}

@media screen and (min-width:640px) and (max-width:1025px) {
	.supergroup.featured_pdt {
		height: 300px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: 100% 90%;
		background-size: cover
	}

	.supergroup.featured_pdt img {
		display: none
	}
}

@media screen and (min-width:1000px) and (max-width:1070px) {
	.featured_pdt p {
		font-size: 14px !important
	}

	.featured_pdt h2 {
		font-size: 1.75rem !important
	}
}

@media screen and (min-width:640px) {
	.mobonly {
		display: none !important
	}

	.slick-carousel-home .slick-slide.homebanner {
		height: 600px
	}

	.slick-carousel-home .slick-slide.homebanner .grid-container span {
		font-size: 1.5rem
	}

	.slick-carousel-home .slick-slide.homebanner .grid-container h1 {
		font-size: 3rem
	}

	.featured_pdt p {
		font-size: 1rem
	}

	.newslettersignup .frm_fields_container #frm_field_6_container {
		width: calc(100% - 190px)
	}

	.newslettersignup .frm_submit button {
		margin: 0;
		width: 180px
	}

	.introtext p {
		font-size: 2.25em
	}

	.feattitlebox {
		min-height: 120px;
		height: auto;
	}

	.feattitlebox h3 {
		padding-left: 60px;
		font-size: 3.125em;
		line-height: 1;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.featcontentbox {
		padding: 30px
	}

	.featcontentbox {
		font-family: "karbonregular",sans-serif;
	}

	.featcontentbox ul {
		margin: 20px 0px
	}

	.lavaproducttabs a.showSingle {
		padding: 10px 20px;
		font-size: 20px
	}

	.producttable .cell.rowdetails {
		padding-left: 50px;
		font-size: 18px;
		font-size: 1.125rem
	}

	.producttable .cell.rowtitle {
		padding-left: 30px;
		font-size: 20px;
		font-size: 1.25rem
	}

	.grid-container.featproductboxes {
		padding-left: 0px;
		padding-right: 0px
	}

	.singlerow .cell.contentonleft,
	.singlerow .cell.contentonright {
		padding-top: 0
	}

	.singlerow .cell.contentonleft {
		padding-right: 20px
	}

	.single .infobox:not(.speaker) {
		margin-top: 80px
	}

	.single .course_form {
		margin-top: -80px
	}
}

@media screen and (min-width:1024px) {
	.slick-carousel-home .slick-slide.homebanner {
		height: 700px
	}

	.slick-carousel-home .slick-slide.homebanner .grid-container span {
		font-size: 2rem
	}

	.featured_pdt .grid-container .cell {
		padding-left: 40px
	}

	.featured_pdt .grid-container .cell.paddingfbtop {
		padding-top: 40px
	}

	.featured_pdt h2 {
		font-size: 2rem;
		max-width: 400px
	}

	.featured_pdt .button {
		display: block
	}

	.botfeatbox.featured_pdt .overlay {
		background-color: rgba(255, 255, 255, 0.25);
		opacity: 0
	}

	.supergroup.featured_pdt:after {
		left: 40px
	}

	.supergroup.featured_pdt:hover:before {
		opacity: 1;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out
	}

	.internalbanner {
		height: 500px
	}

	.internalbanner .grid-container h1 {
		font-size: 5em
	}

	.internalbanner:after {
		content: url(../img/logo-circles-banner.png);
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		height: 100%;
		width: auto;
		z-index: 2
	}

	.internalbanner:before {
		background: linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgb(36, 40, 98) 60%)
	}

	.slide-video {
		display: block;
		max-width: 96% !important;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.main-slider {
		position: relative;
		height: 440px;
		overflow: hidden;
		min-height: 50vw;
	}

	.home .slide-video {
		-webkit-transform: translate(-50%, -16%);
		transform: translate(-50%, -16%)
	}

	.home .slick-list {
		overflow: initial
	}
}

@media screen and (min-width:1200px) {
	.slick-carousel-home .slick-slide.homebanner {
		height: 800px
	}

	.slick-carousel-home .slick-slide.homebanner .grid-container h1 {
		font-size: 4rem
	}

	.featured_pdt h2 {
		font-size: 2.5rem
	}

	.navigation nav ul li.navbtn a {
		padding: 15px
	}
}

@media screen and (min-width:1440px) {
	.slick-carousel-home .slick-slide.homebanner .grid-container h1 {
		font-size: 5rem
	}

	.supergroup.featured_pdt h2 {
		font-size: 2.5rem
	}

	.supergroup.featured_pdt:after {
		width: 40px;
		height: 40px;
		bottom: 40px
	}

	.catcols .supergroup.featured_pdt h2 {
		font-size: 2rem
	}

	.main-slider {
		height: 620px;
		min-height: 50vw;
	}
}

@media screen and (min-width:1560px) {
	.supergroup.featured_pdt h2 {
		font-size: 3.125rem
	}

	.main-slider {
		height: 790px;
		min-height: 50vw;
	}
}




@media print,
screen and (max-width:40em) {
	.grid-container.posrel {
		padding: 0 !important;
	}
	.text-left-sm h2 {
		font-size: 2rem;
	}
	.cell.small-12.medium-6.large-6 br {
		display: none;
	}
	.text-left-sm + p {
		max-width: 100% !important;
	}
	.e_button {
		height: 48px;
		line-height: 48px;
		font-size: 13px;
	}
	footer.grid-container.full.paddingtopmed.paddingbottommed {
		padding-bottom: 0;
	}
	.singlerow .cell.contentonright {
		padding-top: 0;
	}
	.paddingtopmed {
		padding-top: 0;

	}
	.paddingbottomsml {
		padding-bottom: 0;
	}
	.paddingtopsml {
	    padding-top: 20px;
	}
	.scroll_down {
		display: none;
	}
}

.mobile .featured_pdt .overlay {
	display: none !important;
}


.alert {
	border-color: #f00 !important;
}
form [type=color].alert, form [type=date].alert, form [type=datetime-local].alert, form [type=datetime].alert, form [type=email].alert, form [type=month].alert, form [type=number].alert, form [type=password].alert, form [type=search].alert, form [type=tel].alert, form [type=text].alert, form [type=time].alert, form [type=url].alert, form [type=week].alert, form select.alert, form textarea.alert {
	border-color: #f00 !important;

}