/*!
 Theme Name:   JB48
 Description:  WordPress Theme for John Binns & Sons
 Author:       Vizulate
 Text Domain:  johnbinnsandsons
 Version: 1.0
!*/
/*! 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
}

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

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

figcaption,
figure {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	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
}

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

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

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

input {
	overflow: visible
}

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

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

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

[type="search"]::-webkit-search-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 {
	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=64.0625em"
}

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

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

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: "Ubuntu", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

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

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

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

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

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

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

pre {
	overflow: auto
}

.is-visible {
	display: block !important
}

.is-hidden {
	display: none !important
}

.row {
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-flow: row wrap
}

.row .row {
	margin-right: -.625rem;
	margin-left: -.625rem
}

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

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

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

.row.expanded {
	max-width: none
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}

.row:not(.expanded) .row {
	max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
	margin-right: 0;
	margin-left: 0
}

.column,
.columns {
	flex: 1 1 0px;
	padding-right: .625rem;
	padding-left: .625rem;
	min-width: initial
}

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

	.column,
	.columns {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

.column.row.row,
.row.row.columns {
	float: none;
	display: block
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.flex-container {
	display: flex
}

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

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

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

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

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

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

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

.small-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

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

.small-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

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

.small-3 {
	flex: 0 0 25%;
	max-width: 25%
}

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

.small-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

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

.small-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

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

.small-6 {
	flex: 0 0 50%;
	max-width: 50%
}

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

.small-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

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

.small-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

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

.small-9 {
	flex: 0 0 75%;
	max-width: 75%
}

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

.small-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

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

.small-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

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

.small-12 {
	flex: 0 0 100%;
	max-width: 100%
}

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

.small-order-1 {
	order: 1
}

.small-order-2 {
	order: 2
}

.small-order-3 {
	order: 3
}

.small-order-4 {
	order: 4
}

.small-order-5 {
	order: 5
}

.small-order-6 {
	order: 6
}

.small-up-1 {
	flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
	flex: 0 0 100%;
	max-width: 100%
}

.small-up-2 {
	flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
	flex: 0 0 50%;
	max-width: 50%
}

.small-up-3 {
	flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.small-up-4 {
	flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
	flex: 0 0 25%;
	max-width: 25%
}

.small-up-5 {
	flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
	flex: 0 0 20%;
	max-width: 20%
}

.small-up-6 {
	flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.small-up-7 {
	flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
	flex: 0 0 14.2857142857%;
	max-width: 14.2857142857%
}

.small-up-8 {
	flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
	flex: 0 0 12.5%;
	max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-right: .625rem;
	padding-left: .625rem
}

@media print,
screen and (min-width: 40em) {
	.medium-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

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

	.medium-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

	.medium-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

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

	.medium-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

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

	.medium-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

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

	.medium-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

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

	.medium-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

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

	.medium-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

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

	.medium-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

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

	.medium-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

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

	.medium-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

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

	.medium-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

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

	.medium-order-1 {
		order: 1
	}

	.medium-order-2 {
		order: 2
	}

	.medium-order-3 {
		order: 3
	}

	.medium-order-4 {
		order: 4
	}

	.medium-order-5 {
		order: 5
	}

	.medium-order-6 {
		order: 6
	}

	.medium-up-1 {
		flex-wrap: wrap
	}

	.medium-up-1>.column,
	.medium-up-1>.columns {
		flex: 0 0 100%;
		max-width: 100%
	}

	.medium-up-2 {
		flex-wrap: wrap
	}

	.medium-up-2>.column,
	.medium-up-2>.columns {
		flex: 0 0 50%;
		max-width: 50%
	}

	.medium-up-3 {
		flex-wrap: wrap
	}

	.medium-up-3>.column,
	.medium-up-3>.columns {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.medium-up-4 {
		flex-wrap: wrap
	}

	.medium-up-4>.column,
	.medium-up-4>.columns {
		flex: 0 0 25%;
		max-width: 25%
	}

	.medium-up-5 {
		flex-wrap: wrap
	}

	.medium-up-5>.column,
	.medium-up-5>.columns {
		flex: 0 0 20%;
		max-width: 20%
	}

	.medium-up-6 {
		flex-wrap: wrap
	}

	.medium-up-6>.column,
	.medium-up-6>.columns {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.medium-up-7 {
		flex-wrap: wrap
	}

	.medium-up-7>.column,
	.medium-up-7>.columns {
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%
	}

	.medium-up-8 {
		flex-wrap: wrap
	}

	.medium-up-8>.column,
	.medium-up-8>.columns {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
	.medium-expand {
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-flex-dir-row {
		flex-direction: row
	}

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

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

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

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

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

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

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
	flex: 0 0 100%
}

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

	.row.medium-unstack>.column,
	.row.medium-unstack>.columns {
		flex: 1 1 0px
	}
}

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

	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media print,
screen and (min-width: 64.0625em) {
	.large-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

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

	.large-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

	.large-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

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

	.large-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

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

	.large-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

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

	.large-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

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

	.large-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

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

	.large-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

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

	.large-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

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

	.large-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

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

	.large-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

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

	.large-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

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

	.large-order-1 {
		order: 1
	}

	.large-order-2 {
		order: 2
	}

	.large-order-3 {
		order: 3
	}

	.large-order-4 {
		order: 4
	}

	.large-order-5 {
		order: 5
	}

	.large-order-6 {
		order: 6
	}

	.large-up-1 {
		flex-wrap: wrap
	}

	.large-up-1>.column,
	.large-up-1>.columns {
		flex: 0 0 100%;
		max-width: 100%
	}

	.large-up-2 {
		flex-wrap: wrap
	}

	.large-up-2>.column,
	.large-up-2>.columns {
		flex: 0 0 50%;
		max-width: 50%
	}

	.large-up-3 {
		flex-wrap: wrap
	}

	.large-up-3>.column,
	.large-up-3>.columns {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.large-up-4 {
		flex-wrap: wrap
	}

	.large-up-4>.column,
	.large-up-4>.columns {
		flex: 0 0 25%;
		max-width: 25%
	}

	.large-up-5 {
		flex-wrap: wrap
	}

	.large-up-5>.column,
	.large-up-5>.columns {
		flex: 0 0 20%;
		max-width: 20%
	}

	.large-up-6 {
		flex-wrap: wrap
	}

	.large-up-6>.column,
	.large-up-6>.columns {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.large-up-7 {
		flex-wrap: wrap
	}

	.large-up-7>.column,
	.large-up-7>.columns {
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%
	}

	.large-up-8 {
		flex-wrap: wrap
	}

	.large-up-8>.column,
	.large-up-8>.columns {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media print,
screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
	.large-expand {
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 64.0625em) {
	.large-flex-dir-row {
		flex-direction: row
	}

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

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

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

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

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

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

.row.large-unstack>.column,
.row.large-unstack>.columns {
	flex: 0 0 100%
}

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

	.row.large-unstack>.column,
	.row.large-unstack>.columns {
		flex: 1 1 0px
	}
}

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

	.large-collapse>.column,
	.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

.shrink {
	flex: 0 0 auto;
	max-width: 100%
}

.column-block {
	margin-bottom: 1.25rem
}

.column-block>:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
	.column-block {
		margin-bottom: 1.875rem
	}

	.column-block>:last-child {
		margin-bottom: 0
	}
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.heading,
.h1,
h2,
.woocommerce-thankyou-order-received,
.sub-heading,
.h2,
h3,
.h3,
h4,
.jr-layout.layout-grid .item .coming-soon-hover p,
.jr-layout.icons.layout-grid .item .coming-soon-hover .item-title,
.h4,
h5,
.h5,
h6,
.h6,
pre,
form,
p,
.jr-layout.icons.layout-grid .item-title,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

p,
.jr-layout.icons.layout-grid .item-title {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.3;
	text-rendering: optimizeLegibility
}

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

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

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

h1,
.heading,
.h1,
h2,
.woocommerce-thankyou-order-received,
.sub-heading,
.h2,
h3,
.h3,
h4,
.jr-layout.layout-grid .item .coming-soon-hover p,
.jr-layout.icons.layout-grid .item .coming-soon-hover .item-title,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Ubuntu", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizeLegibility
}

h1 small,
.heading small,
.h1 small,
h2 small,
.woocommerce-thankyou-order-received small,
.sub-heading small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.jr-layout.layout-grid .item .coming-soon-hover p small,
.jr-layout.icons.layout-grid .item .coming-soon-hover .item-title small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	line-height: 0;
	color: #cacaca
}

h1,
.heading,
.h1 {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .5rem
}

h2,
.woocommerce-thankyou-order-received,
.sub-heading,
.h2 {
	font-size: 1.25rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .5rem
}

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

h4,
.jr-layout.layout-grid .item .coming-soon-hover p,
.jr-layout.icons.layout-grid .item .coming-soon-hover .item-title,
.h4 {
	font-size: 1.125rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .5rem
}

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

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

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

	h1,
	.heading,
	.h1 {
		font-size: 2.1875rem;
		line-height: 1.3;
		margin-top: 0;
		margin-bottom: .5rem
	}

	h2,
	.woocommerce-thankyou-order-received,
	.sub-heading,
	.h2 {
		font-size: 1.875rem;
		line-height: 1.3;
		margin-top: 0;
		margin-bottom: .5rem
	}

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

	h4,
	.jr-layout.layout-grid .item .coming-soon-hover p,
	.jr-layout.icons.layout-grid .item .coming-soon-hover .item-title,
	.h4 {
		font-size: 1.25rem;
		line-height: 1.3;
		margin-top: 0;
		margin-bottom: .5rem
	}

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

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

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

a:hover,
a:focus {
	color: #2481af
}

a img {
	border: 0
}

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

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

li {
	font-size: inherit
}

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

ol {
	margin-left: 1.25rem
}

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

dl {
	margin-bottom: 1rem
}

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

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

blockquote,
blockquote p,
blockquote .jr-layout.icons.layout-grid .item-title,
.jr-layout.icons.layout-grid blockquote .item-title {
	line-height: 1.3;
	color: #8a8a8a
}

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

cite:before {
	content: "— "
}

abbr {
	border-bottom: 1px dotted #0a0a0a;
	color: #0a0a0a;
	cursor: help
}

figure {
	margin: 0
}

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

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

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

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

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

p+.stat,
.jr-layout.icons.layout-grid .item-title+.stat {
	margin-top: -1rem
}

.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: 64.0625em) {
	.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;
		box-shadow: none !important;
		color: black !important;
		text-shadow: none !important
	}

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

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

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

	thead.show-for-print {
		display: table-header-group !important
	}

	tbody.show-for-print {
		display: table-row-group !important
	}

	tr.show-for-print {
		display: table-row !important
	}

	td.show-for-print {
		display: table-cell !important
	}

	th.show-for-print {
		display: table-cell !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: ''
	}

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

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

	thead {
		display: table-header-group
	}

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

	img {
		max-width: 100% !important
	}

	@page {
		margin: 0.5cm
	}

	p,
	.jr-layout.icons.layout-grid .item-title,
	h2,
	.woocommerce-thankyou-order-received,
	.sub-heading,
	.h2,
	h3,
	.h3 {
		orphans: 3;
		widows: 3
	}

	h2,
	.woocommerce-thankyou-order-received,
	.sub-heading,
	.h2,
	h3,
	.h3 {
		page-break-after: avoid
	}

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

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

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

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input::-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='submit'],
[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button,
.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: flex;
	flex: 0 0 auto;
	align-items: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-invalid-input:not(:focus)::-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: -.5rem;
	margin-bottom: 1rem;
	font-size: .75rem;
	font-weight: bold;
	color: #cc4b37
}

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

.button,
body input[type=submit] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	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: #313457;
	color: #fefefe
}

[data-whatinput='mouse'] .button,
[data-whatinput='mouse'] body input[type=submit],
body [data-whatinput='mouse'] input[type=submit] {
	outline: 0
}

.button:hover,
body input[type=submit]:hover,
.button:focus,
body input[type=submit]:focus {
	background-color: #2a2c4a;
	color: #fefefe
}

.button.tiny,
body input.tiny[type=submit] {
	font-size: .6rem
}

.button.small,
body input.small[type=submit] {
	font-size: .75rem
}

.button.large,
body input.large[type=submit] {
	font-size: 1.25rem
}

.button.expanded,
body input.expanded[type=submit] {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.button.primary,
body input.primary[type=submit] {
	background-color: #313457;
	color: #fefefe
}

.button.primary:hover,
body input.primary[type=submit]:hover,
.button.primary:focus,
body input.primary[type=submit]:focus {
	background-color: #272a46;
	color: #fefefe
}

.button.secondary,
body input.secondary[type=submit] {
	background-color: #42a6d8;
	color: #0a0a0a
}

.button.secondary:hover,
body input.secondary[type=submit]:hover,
.button.secondary:focus,
body input.secondary[type=submit]:focus {
	background-color: #278abb;
	color: #0a0a0a
}

.button.success,
body input.success[type=submit] {
	background-color: #308433;
	color: #fefefe
}

.button.success:hover,
body input.success[type=submit]:hover,
.button.success:focus,
body input.success[type=submit]:focus {
	background-color: #266a29;
	color: #fefefe
}

.button.warning,
body input.warning[type=submit] {
	background-color: #ffae00;
	color: #0a0a0a
}

.button.warning:hover,
body input.warning[type=submit]:hover,
.button.warning:focus,
body input.warning[type=submit]:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}

.button.alert,
body input.alert[type=submit] {
	background-color: #cc4b37;
	color: #fefefe
}

.button.alert:hover,
body input.alert[type=submit]:hover,
.button.alert:focus,
body input.alert[type=submit]:focus {
	background-color: #a53b2a;
	color: #fefefe
}

.button.primary_text,
body input.primary_text[type=submit] {
	background-color: #fefefe;
	color: #0a0a0a
}

.button.primary_text:hover,
body input.primary_text[type=submit]:hover,
.button.primary_text:focus,
body input.primary_text[type=submit]:focus {
	background-color: #cbcbcb;
	color: #0a0a0a
}

.button.secondary_text,
body input.secondary_text[type=submit] {
	background-color: #fefefe;
	color: #0a0a0a
}

.button.secondary_text:hover,
body input.secondary_text[type=submit]:hover,
.button.secondary_text:focus,
body input.secondary_text[type=submit]:focus {
	background-color: #cbcbcb;
	color: #0a0a0a
}

.button.hollow,
body input.hollow[type=submit] {
	border: 1px solid #313457;
	color: #313457
}

.button.hollow,
body input.hollow[type=submit],
.button.hollow:hover,
.button.hollow:focus {
	background-color: transparent
}

.button.hollow:hover,
body input.hollow[type=submit]:hover,
.button.hollow:focus,
body input.hollow[type=submit]:focus {
	border-color: #191a2c;
	color: #191a2c
}

.button.hollow.primary,
body input.hollow.primary[type=submit] {
	border: 1px solid #313457;
	color: #313457
}

.button.hollow.primary:hover,
body input.hollow.primary[type=submit]:hover,
.button.hollow.primary:focus,
body input.hollow.primary[type=submit]:focus {
	border-color: #191a2c;
	color: #191a2c
}

.button.hollow.secondary,
body input.hollow.secondary[type=submit] {
	border: 1px solid #42a6d8;
	color: #42a6d8
}

.button.hollow.secondary:hover,
body input.hollow.secondary[type=submit]:hover,
.button.hollow.secondary:focus,
body input.hollow.secondary[type=submit]:focus {
	border-color: #185675;
	color: #185675
}

.button.hollow.success,
body input.hollow.success[type=submit] {
	border: 1px solid #308433;
	color: #308433
}

.button.hollow.success:hover,
body input.hollow.success[type=submit]:hover,
.button.hollow.success:focus,
body input.hollow.success[type=submit]:focus {
	border-color: #18421a;
	color: #18421a
}

.button.hollow.warning,
body input.hollow.warning[type=submit] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.warning:hover,
body input.hollow.warning[type=submit]:hover,
.button.hollow.warning:focus,
body input.hollow.warning[type=submit]:focus {
	border-color: #805700;
	color: #805700
}

.button.hollow.alert,
body input.hollow.alert[type=submit] {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.hollow.alert:hover,
body input.hollow.alert[type=submit]:hover,
.button.hollow.alert:focus,
body input.hollow.alert[type=submit]:focus {
	border-color: #67251a;
	color: #67251a
}

.button.hollow.primary_text,
body input.hollow.primary_text[type=submit] {
	border: 1px solid #fefefe;
	color: #fefefe
}

.button.hollow.primary_text:hover,
body input.hollow.primary_text[type=submit]:hover,
.button.hollow.primary_text:focus,
body input.hollow.primary_text[type=submit]:focus {
	border-color: #7f7f7f;
	color: #7f7f7f
}

.button.hollow.secondary_text,
body input.hollow.secondary_text[type=submit] {
	border: 1px solid #fefefe;
	color: #fefefe
}

.button.hollow.secondary_text:hover,
body input.hollow.secondary_text[type=submit]:hover,
.button.hollow.secondary_text:focus,
body input.hollow.secondary_text[type=submit]:focus {
	border-color: #7f7f7f;
	color: #7f7f7f
}

.button.disabled,
body input.disabled[type=submit],
.button[disabled],
body input[disabled][type=submit] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled,
body input.disabled[type=submit],
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
body input[disabled][type=submit],
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #313457;
	color: #fefefe
}

.button.disabled.primary,
body input.disabled.primary[type=submit],
.button[disabled].primary,
body input[disabled].primary[type=submit] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.primary,
body input.disabled.primary[type=submit],
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
body input[disabled].primary[type=submit],
.button[disabled].primary:hover,
.button[disabled].primary:focus {
	background-color: #313457;
	color: #fefefe
}

.button.disabled.secondary,
body input.disabled.secondary[type=submit],
.button[disabled].secondary,
body input[disabled].secondary[type=submit] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.secondary,
body input.disabled.secondary[type=submit],
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
body input[disabled].secondary[type=submit],
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	background-color: #42a6d8;
	color: #0a0a0a
}

.button.disabled.success,
body input.disabled.success[type=submit],
.button[disabled].success,
body input[disabled].success[type=submit] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.success,
body input.disabled.success[type=submit],
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
body input[disabled].success[type=submit],
.button[disabled].success:hover,
.button[disabled].success:focus {
	background-color: #308433;
	color: #fefefe
}

.button.disabled.warning,
body input.disabled.warning[type=submit],
.button[disabled].warning,
body input[disabled].warning[type=submit] {
	opacity: .25;
	cursor: not-allowed
}

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

.button.disabled.alert,
body input.disabled.alert[type=submit],
.button[disabled].alert,
body input[disabled].alert[type=submit] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.alert,
body input.disabled.alert[type=submit],
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
body input[disabled].alert[type=submit],
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	background-color: #cc4b37;
	color: #fefefe
}

.button.disabled.primary_text,
body input.disabled.primary_text[type=submit],
.button[disabled].primary_text,
body input[disabled].primary_text[type=submit] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.primary_text,
body input.disabled.primary_text[type=submit],
.button.disabled.primary_text:hover,
.button.disabled.primary_text:focus,
.button[disabled].primary_text,
body input[disabled].primary_text[type=submit],
.button[disabled].primary_text:hover,
.button[disabled].primary_text:focus {
	background-color: #fefefe;
	color: #0a0a0a
}

.button.disabled.secondary_text,
body input.disabled.secondary_text[type=submit],
.button[disabled].secondary_text,
body input[disabled].secondary_text[type=submit] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.secondary_text,
body input.disabled.secondary_text[type=submit],
.button.disabled.secondary_text:hover,
.button.disabled.secondary_text:focus,
.button[disabled].secondary_text,
body input[disabled].secondary_text[type=submit],
.button[disabled].secondary_text:hover,
.button[disabled].secondary_text:focus {
	background-color: #fefefe;
	color: #0a0a0a
}

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

.button.dropdown.hollow::after,
body input.dropdown.hollow[type=submit]::after {
	border-top-color: #313457
}

.button.dropdown.hollow.primary::after,
body input.dropdown.hollow.primary[type=submit]::after {
	border-top-color: #313457
}

.button.dropdown.hollow.secondary::after,
body input.dropdown.hollow.secondary[type=submit]::after {
	border-top-color: #42a6d8
}

.button.dropdown.hollow.success::after,
body input.dropdown.hollow.success[type=submit]::after {
	border-top-color: #308433
}

.button.dropdown.hollow.warning::after,
body input.dropdown.hollow.warning[type=submit]::after {
	border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after,
body input.dropdown.hollow.alert[type=submit]::after {
	border-top-color: #cc4b37
}

.button.dropdown.hollow.primary_text::after,
body input.dropdown.hollow.primary_text[type=submit]::after {
	border-top-color: #fefefe
}

.button.dropdown.hollow.secondary_text::after,
body input.dropdown.hollow.secondary_text[type=submit]::after {
	border-top-color: #fefefe
}

.button.arrow-only::after,
body input.arrow-only[type=submit]::after {
	top: -0.1em;
	float: none;
	margin-left: 0
}

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

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

.close-button:hover,
.close-button:focus {
	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
}

.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: 64em) {
	.hide-for-medium-only {
		display: none !important
	}
}

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

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

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

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

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

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

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

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

@media screen and (orientation: landscape) {

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

@media screen and (orientation: portrait) {

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

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

@media screen and (orientation: landscape) {

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

@media screen and (orientation: portrait) {

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

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

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

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

.clearfix::after {
	clear: both
}

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

.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: .75rem;
	line-height: 1;
	color: #313457
}

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

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

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

.is-active>.accordion-title::before {
	content: '\2013'
}

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

.pagination {
	margin-left: 0;
	margin-bottom: 1rem
}

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

.pagination::after {
	clear: both
}

.pagination li {
	margin-right: .0625rem;
	border-radius: 0;
	font-size: .875rem;
	display: none
}

.pagination li:last-child,
.pagination li:first-child {
	display: inline-block
}

@media print,
screen and (min-width: 40em) {
	.pagination li {
		display: inline-block
	}
}

.pagination a,
.pagination button {
	display: block;
	padding: .1875rem .625rem;
	border-radius: 0;
	color: #0a0a0a
}

.pagination a:hover,
.pagination button:hover {
	background: #e6e6e6
}

.pagination .current {
	padding: .1875rem .625rem;
	background: #313457;
	color: #fefefe;
	cursor: default
}

.pagination .disabled {
	padding: .1875rem .625rem;
	color: #cacaca;
	cursor: not-allowed
}

.pagination .disabled:hover {
	background: transparent
}

.pagination .ellipsis::after {
	padding: .1875rem .625rem;
	content: '\2026';
	color: #0a0a0a
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
	display: inline-block;
	margin-right: 0.5rem;
	content: '\00ab'
}

.pagination-next a::after,
.pagination-next.disabled::after {
	display: inline-block;
	margin-left: 0.5rem;
	content: '\00bb'
}

.card {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	background: #fefefe;
	box-shadow: none;
	overflow: hidden;
	color: #0a0a0a
}

.card>:last-child {
	margin-bottom: 0
}

.card-divider {
	flex: 0 1 auto;
	padding: 1.5rem;
	background: #e6e6e6
}

.card-divider>:last-child {
	margin-bottom: 0
}

.card-section {
	flex: 1 0 auto;
	padding: 1.5rem
}

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

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

.align-center {
	justify-content: center
}

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

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

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

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

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

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

.align-middle {
	align-items: center
}

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

.align-stretch {
	align-items: stretch
}

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

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

.small-order-1 {
	order: 1
}

.small-order-2 {
	order: 2
}

.small-order-3 {
	order: 3
}

.small-order-4 {
	order: 4
}

.small-order-5 {
	order: 5
}

.small-order-6 {
	order: 6
}

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

	.medium-order-2 {
		order: 2
	}

	.medium-order-3 {
		order: 3
	}

	.medium-order-4 {
		order: 4
	}

	.medium-order-5 {
		order: 5
	}

	.medium-order-6 {
		order: 6
	}
}

@media print,
screen and (min-width: 64.0625em) {
	.large-order-1 {
		order: 1
	}

	.large-order-2 {
		order: 2
	}

	.large-order-3 {
		order: 3
	}

	.large-order-4 {
		order: 4
	}

	.large-order-5 {
		order: 5
	}

	.large-order-6 {
		order: 6
	}
}

.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	background-color: #fff;
	color: #0a0a0a
}

.callout>:first-child {
	margin-top: 0
}

.callout>:last-child {
	margin-bottom: 0
}

.callout.primary {
	background-color: #dbdceb;
	color: #0a0a0a
}

.callout.secondary {
	background-color: #e3f2f9;
	color: #0a0a0a
}

.callout.success {
	background-color: #dbf2dc;
	color: #0a0a0a
}

.callout.warning {
	background-color: #fff3d9;
	color: #0a0a0a
}

.callout.alert {
	background-color: #f7e4e1;
	color: #0a0a0a
}

.callout.primary_text {
	background-color: #fff;
	color: #0a0a0a
}

.callout.secondary_text {
	background-color: #fff;
	color: #0a0a0a
}

.callout.small {
	padding-top: .5rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem
}

.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem
}

.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fefefe;
	list-style-type: none
}

.tabs::before,
.tabs::after {
	display: table;
	content: ' ';
	flex-basis: 0;
	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: #313457
}

.tabs.primary>li>a {
	color: #fefefe
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
	background: #383b63
}

.tabs-title {
	float: left
}

.tabs-title>a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: .75rem;
	line-height: 1;
	color: #313457
}

.tabs-title>a:hover {
	background: #fefefe;
	color: #2a2d4b
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
	background: #e6e6e6;
	color: #313457
}

.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
	color: #0a0a0a;
	transition: all 0.5s ease
}

.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0
}

.tabs-panel {
	display: none;
	padding: 1rem
}

.tabs-panel[aria-hidden="false"] {
	display: block
}

@-ms-viewport {
	width: device-width
}

@-o-viewport {
	width: device-width
}

@viewport {
	width: device-width
}

a {
	transition: .2s all ease
}

@-webkit-keyframes keyframes-rotate {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@keyframes keyframes-rotate {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

.dzsparallaxer:not(.mode-oneelement) {
	height: 300px;
	overflow: hidden;
	background-color: #1c1a17;
	position: relative;
	transition-property: height;
	transition-duration: .3s;
	-moz-transition-property: height;
	-moz-transition-duration: .3s;
	-webkit-transition-property: height;
	-webkit-transition-duration: .3s;
	-o-transition-property: height;
	-o-transition-duration: .3s;
	-ms-transition-property: height;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target {
	position: relative
}

.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target.position-absolute {
	position: absolute;
	top: 0;
	left: 0
}

.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--blackoverlay {
	position: absolute;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.dzsparallaxer:not(.mode-oneelement) .big-text {
	position: absolute;
	text-align: center;
	width: 80%;
	left: 10%;
	font-size: 40px;
	font-weight: 300;
	top: 70px;
	color: #eee;
	line-height: 1.5;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	opacity: 0.7
}

.dzsparallaxer:not(.mode-oneelement) .big-text .smaller {
	font-size: 60%
}

.dzsparallaxer:not(.mode-oneelement)>.container,
.dzsparallaxer:not(.mode-oneelement)>.row,
.dzsparallaxer:not(.mode-oneelement)>p,
.jr-layout.icons.layout-grid .dzsparallaxer:not(.mode-oneelement)>.item-title,
.dzsparallaxer:not(.mode-oneelement)>div {
	position: relative
}

.dzsparallaxer:not(.mode-oneelement) .center-it {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.dzsparallaxer:not(.mode-oneelement) .center-it-vertically {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 10px
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"] {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"] .display-block {
	display: block
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].top {
	bottom: auto;
	top: 0
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedY {
	transform: scaleY(-1)
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedX {
	transform: scaleX(-1)
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedXY {
	transform: scale(-1, -1)
}

.dzsparallaxer.wait-readyall .dzsparallaxer--target {
	opacity: 0;
	transition-property: height, opacity;
	transition-duration: .5s;
	-moz-transition-property: height, opacity;
	-moz-transition-duration: .5s;
	-webkit-transition-property: height, opacity;
	-webkit-transition-duration: .5s;
	-o-transition-property: height, opacity;
	-o-transition-duration: .5s;
	-ms-transition-property: height, opacity;
	-ms-transition-duration: .5s;
	transition-timing-function: ease-in
}

.dzsparallaxer.mode-oneelement {
	position: relative
}

.dzsparallaxer.wait-readyall.dzsprx-readyall .dzsparallaxer--target {
	opacity: 1;
	visibility: visible
}

.dzsparallaxer.use-loading .dzsparallaxer--target {
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .7s;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: .7s;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: .7s;
	-o-transition-property: opacity, visibility;
	-o-transition-duration: .7s;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: .7s;
	transition-timing-function: ease-in
}

.dzsparallaxer.use-loading .preloader-semicircles {
	transition-property: all;
	transition-duration: .3s;
	-moz-transition-property: all;
	-moz-transition-duration: .3s;
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s;
	-o-transition-property: all;
	-o-transition-duration: .3s;
	-ms-transition-property: all;
	-ms-transition-duration: .3s;
	transition-timing-function: ease-in
}

.dzsparallaxer.simple-parallax.use-loading .dzsparallaxer--target {
	opacity: 0;
	visibility: hidden
}

.dzsparallaxer.height-is-based-on-content {
	height: auto;
	padding: 0 !important
}

.dzsparallaxer.height-is-based-on-content .dzs-container {
	padding: 45px 0
}

.dzsparallaxer.height-is-based-on-content .dzsparallaxer--target {
	position: absolute
}

.dzsparallaxer.height-is-based-on-content>div {
	position: relative
}

.dzsparallaxer.use-loading.loaded .dzsparallaxer--target {
	opacity: 1;
	visibility: visible
}

.dzsparallaxer.use-loading.loaded .preloader-semicircles {
	transform: translate3d(0, -50px, 0);
	opacity: 0;
	visibility: hidden
}

.dzsparallaxer.allbody {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1
}

.divimage {
	background-size: cover;
	background-position: center center
}

.dzsparallaxer.is-ie-11 .simple-parallax-inner {
	clip: auto
}

.dzsparallaxer.is-ie-11 .simple-parallax-inner .divimage.dzsparallaxer--target {
	background-attachment: fixed;
	position: relative
}

.dzsparallaxer.simple-parallax {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.dzsparallaxer.simple-parallax .simple-parallax-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip: rect(0, auto, auto, 0)
}

.dzsparallaxer.simple-parallax .dzsparallaxer--target {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.dzsparallaxer.simple-parallax .simple-parallax-inner.is-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip: auto
}

.dzsparallaxer.simple-parallax .simple-parallax-inner.is-image>.divimage {
	position: absolute;
	background-attachment: fixed;
	background-repeat: no-repeat
}

.dzsparallaxer.simple-parallax.simple-parallax--is-only-image .simple-parallax-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip: auto
}

.dzsparallaxer.simple-parallax.simple-parallax--is-only-image .simple-parallax-inner>.divimage {
	position: absolute;
	background-attachment: fixed
}

.dzsparallaxer.simple-parallax.simple-parallax--is-only-image.under-500 .simple-parallax-inner>.divimage {
	background-attachment: local
}

.blur-it {
	filter: blur(20px);
	-webkit-filter: blur(20px)
}

.dzsparallaxer div.semi-black-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#99000000', GradientType=0)
}

.radial-bg {
	position: absolute
}

.color-white {
	color: #fff
}

.row-inline {
	font-size: 0
}

.row-inline .col-md-6 {
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	float: none
}

.dzs-row-inline {
	font-size: 0
}

.dzs-row-inline .dzs-col-md-6 {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	float: none
}

@media (max-width: 992px) {
	.row-inline .col-md-6 {
		width: 100%;
		margin-bottom: 15px;
		padding: 0 30px 15px
	}
}

.separator-black-grey polygon,
.separator-black-grey polyline,
.separator-black-grey path {
	fill: #222
}

.separator-white-grey polygon,
.separator-white-grey polyline,
.separator-white-grey path {
	fill: #ddd
}

.dzs-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	margin: 0 auto
}

.dzs-row {
	margin-right: -15px;
	margin-left: -15px
}

.dzs-col-md-6 {
	width: 50%;
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@-webkit-keyframes preloader-semicircles-tween {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@keyframes preloader-semicircles-tween {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

.preloader-semicircles {
	width: 15px;
	height: 15px;
	background: rgba(230, 50, 50, 0.9);
	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.7;
	visibility: visible;
	pointer-events: none;
	margin-left: -15px;
	margin-right: -15px;
	animation: preloader-semicircles-tween 1.4s infinite linear;
	-webkit-animation: preloader-semicircles-tween 1.4s infinite linear
}

body .dzsparallaxer .preloader-semicircles {
	position: absolute
}

.preloader-semicircles:after {
	position: absolute;
	width: 25px;
	height: 25px;
	border-top: 5px solid #c83232;
	border-bottom: 5px solid #c83232;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-radius: 25px;
	content: '';
	top: -10px;
	left: -10px;
	box-sizing: content-box
}

.center-it {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.dzs-colcontainer {
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box
}

.dzs-colcontainer-w {
	width: 1230px;
	padding: 0 30px;
	max-width: 100%;
	min-height: 1px
}

.dzs-colcontainer.row-inline {
	font-size: 0
}

.dzs-colcontainer.row-inline *[class*="dzs-col-"] {
	float: none;
	display: inline-block;
	font-size: 13px;
	vertical-align: middle
}

.dzs-colcontainer:after {
	display: block;
	content: "";
	clear: both
}

*[class*="dzs-col-"] {
	float: left;
	padding-left: 15px;
	padding-right: 15px
}

.dzs-col-3 {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px
}

.dzs-col-4 {
	width: 33.3%;
	padding-left: 15px;
	padding-right: 15px
}

.dzs-col-8 {
	width: 66.6%;
	padding-left: 15px;
	padding-right: 15px
}

.dzs-col-6 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px
}

.dzs-col-12 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px
}

.dzsparallaxer--team-members-con {
	width: 70%;
	max-width: 1100px;
	margin: 0 auto
}

.dzsparallaxer.under-760 .dzsparallaxer--team-members-con {
	width: 100%
}

.dzsparallaxer--team-member-con {
	text-align: center
}

.dzsparallaxer--team-member-con img {
	max-width: 100%
}

.dzsparallaxer--team-member-con .team-member--title {
	color: #fff;
	text-transform: uppercase;
	margin-top: 15px;
	line-height: 1;
	font-size: 15px
}

.dzsparallaxer--team-member-con .team-member--subtitle {
	opacity: 0.5;
	margin-top: 10px;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #111;
	padding: 5px
}

.center-it {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}

.black-leg-bar {
	height: 2px;
	left: -20px;
	background-color: #222222;
	width: 40px
}

.white-leg-bar {
	height: 2px;
	left: -20px;
	background-color: #ffffff;
	width: 40px
}

.light-grey-box,
.lighter-grey-box,
.dark-grey-box,
.darker-grey-box,
.white-white-box {
	background-color: #ccc;
	color: #222;
	padding: 20px;
	font-size: 17px;
	line-height: 1.8
}

.dark-grey-box {
	background-color: #444444;
	color: #ffffff
}

.darker-grey-box {
	background-color: #333;
	color: #ffffff
}

.lighter-grey-box {
	background-color: #dddddd
}

.offset-left-10px {
	margin-left: -10px
}

.offset-right-10px {
	margin-right: -10px
}

.white-white-box {
	background-color: #ffffff
}

.dzsparallaxer.blockquote-box {
	padding: 25px 30px 20px;
	font-size: 23px;
	font-weight: 300;
	font-style: italic
}

.dzsparallaxer.blockquote-box p:last-child,
.dzsparallaxer.blockquote-box .jr-layout.icons.layout-grid .item-title:last-child,
.jr-layout.icons.layout-grid .dzsparallaxer.blockquote-box .item-title:last-child {
	margin-bottom: 0
}

.dzsparallaxer.blockquote-box:before,
.dzsparallaxer.blockquote-box:after {
	content: "";
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22px" height="22px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> <g> <path d="M13.645,8.35c-2.256,2.016-3.384,4.068-3.384,6.156c0,2.088,0.864,3.733,2.592,4.932c-0.048,1.152-0.444,2.124-1.188,2.916 c-0.745,0.792-1.645,1.188-2.7,1.188c-2.64,0-3.96-1.439-3.96-4.319c0-1.968,0.731-4.115,2.196-6.444 c1.464-2.328,3.348-4.14,5.651-5.436L13.645,8.35z M24.085,8.35c-2.257,2.016-3.384,4.068-3.384,6.156 c0,2.088,0.864,3.733,2.592,4.932c-0.049,1.152-0.444,2.124-1.188,2.916c-0.745,0.792-1.646,1.188-2.7,1.188 c-2.641,0-3.96-1.439-3.96-4.319c0-1.968,0.73-4.115,2.195-6.444c1.464-2.328,3.349-4.14,5.652-5.436L24.085,8.35z"/> </g> </svg>');
	position: absolute;
	top: 5px;
	left: 5px;
	width: 22px;
	height: 22px;
	opacity: 0.5
}

.dzsparallaxer.blockquote-box:after {
	content: "";
	top: auto;
	left: auto;
	right: 5px;
	bottom: 5px;
	transform: scaleX(-1)
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-list {
	height: 100%
}

.slick-loading .slick-list {
	background: #fff url("./jr-starter/images/ajax-loader.gif") center center no-repeat
}

.slick-track {
	height: 100%
}

@font-face {
	font-family: "slick";
	src: url("./jr-starter/fonts/slick.eot");
	src: url("./jr-starter/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./jr-starter/fonts/slick.woff") format("woff"), url("./jr-starter/fonts/slick.ttf") format("truetype"), url("./jr-starter/fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 100%;
	width: 8%;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 0;
	padding: 0;
	border: none;
	outline: none;
	transition: .2s all ease
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0;
	pointer-events: none;
	cursor: default
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: .2s all ease;
	text-shadow: 0px 0px 8px #969696
}

.slick-prev {
	left: 0;
	transform: translate(calc(-100% + .625rem), 0)
}

@media print,
screen and (min-width: 40em) {
	.slick-prev {
		transform: translate(calc(-100% + .9375rem), 0)
	}
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 0px;
	transform: translate(100%, 0)
}

.slick-prev:before {
	content: "←"
}

[dir="rtl"] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: 0px;
	transform: translate(calc(100% - .625rem), 0)
}

@media print,
screen and (min-width: 40em) {
	.slick-next {
		transform: translate(calc(100% - .9375rem), 0)
	}
}

[dir="rtl"] .slick-next {
	left: 0px;
	right: auto;
	transform: translate(-100%, 0)
}

.slick-next:before {
	content: "→"
}

[dir="rtl"] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

@media screen and (max-width: 39.9375em) {
	.slick-dots {
		display: none !important
	}
}

.jr-layout .slick-slider .column-block {
	margin-bottom: 0
}

.jr-layout.full-width .slick-prev,
.jr-layout.full-width .slick-next {
	transform: translate(0, 0);
	width: 10%
}

.jr-layout {
	position: relative;
	z-index: 0;
	overflow: hidden
}

.jr-layout.full-height .jr-layout-inner {
	height: 100%
}

.jr-layout.full-width .main-section {
	width: 100%;
	max-width: 100%
}

.jr-layout.full-width .main-section>.column,
.jr-layout.full-width .main-section>.columns {
	padding-left: 0;
	padding-right: 0
}

.jr-layout.collapse-padding>.jr-layout-inner {
	padding-top: 0;
	padding-bottom: 0
}

.jr-layout.collapse-top-padding>.jr-layout-inner {
	padding-top: 0
}

.jr-layout.collapse-bottom-padding>.jr-layout-inner {
	padding-bottom: 0
}

.jr-layout .before-content {
	padding-bottom: 0
}

.jr-layout .after-content {
	padding-top: 0
}

.jr-layout-inner {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.merged-layout .jr-layout-inner {
	padding-top: 0
}

.jr-layout.layout-grid a.full_item_link {
	display: block;
	height: 100%
}

.jr-layout.layout-grid .item.pagination .item-content {
	display: flex;
	justify-content: center;
	align-items: center
}

.jr-layout.layout-grid .item-inner {
	position: relative;
	height: 100%
}

.jr-layout.layout-grid .item-inner.card {
	margin-bottom: 0
}

.jr-layout.layout-grid.item-layout-logos .item-inner {
	display: flex;
	align-items: center;
	position: relative;
	height: 10rem;
	max-width: 15rem;
	margin: auto
}

@media screen and (max-width: 39.9375em) {
	.jr-layout.layout-grid.item-layout-logos .item-inner {
		height: auto;
		max-height: 10rem
	}
}

.jr-layout.layout-grid.item-layout-logos img {
	max-height: 10rem;
	display: block;
	margin: auto
}

.jr-layout.layout-grid.item-layout-logos .column-block {
	margin-bottom: 2rem
}

.jr-layout.layout-grid.no-gutter .column,
.jr-layout.layout-grid.no-gutter .columns {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0
}

.jr-layout.layout-slider .jr-layout-inner {
	padding: 0
}

.jr-layout.layout-slider .slider {
	min-height: 25rem;
	overflow: hidden
}

.jr-layout.layout-slider .slick-list {
	position: absolute;
	width: 100%
}

.jr-layout.layout-slider .slide {
	position: relative
}

.jr-layout.layout-slider .slick-prev,
.jr-layout.layout-slider .slick-next {
	transform: none
}

.jr-layout.layout-slider .slick-prev:before,
.jr-layout.layout-slider .slick-next:before {
	font-size: 3rem
}

@media screen and (max-width: 39.9375em) {

	.jr-layout.layout-slider .slick-prev:before,
	.jr-layout.layout-slider .slick-next:before {
		font-size: 2rem
	}
}

.jr-layout.layout-slider .slick-dots {
	bottom: 1rem
}

.jr-layout.layout-slider .slick-dots button:before {
	font-size: 1rem;
	color: #fefefe;
	text-shadow: 0px 0px 8px #969696;
	transition: .2s all ease
}

.jr-layout.layout-media .jr-layout-inner {
	padding: 0
}

.jr-layout.layout-media .jr-content-areas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.jr-layout.layout-spacer .jr-layout-inner {
	padding-top: 0;
	padding-bottom: 0;
	height: 1rem
}

.jr-layout.layout-spacer .row {
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #e6e6e6;
	background-image: none
}

.jr-layout.layout-content .column-inner {
	height: 100%
}

.jr-layout.layout-content .column-inner>*:first-child {
	margin-top: 0
}

.jr-layout.layout-content .column-inner>*:last-child {
	margin-bottom: 0
}

.jr-layout.layout-content .expand-column-bg>.column,
.jr-layout.layout-content .expand-column-bg>.columns {
	position: relative
}

.jr-layout.layout-content .expand-column-bg>.column::before,
.jr-layout.layout-content .expand-column-bg>.columns::before {
	content: '';
	position: absolute;
	height: calc(100% + 2 * 2rem);
	width: 100%;
	z-index: 0;
	top: -2rem;
	background: #e6e6e6;
	left: 0
}

.jr-layout.layout-content .expand-column-bg>.column:first-child::before,
.jr-layout.layout-content .expand-column-bg>.columns:first-child::before {
	right: 0;
	width: 100vw;
	left: auto
}

.jr-layout.layout-content .expand-column-bg>.column:last-child::before,
.jr-layout.layout-content .expand-column-bg>.columns:last-child::before {
	left: 0;
	width: 100vw
}

.jr-layout.layout-content .expand-column-bg .column-inner {
	position: relative;
	z-index: 1
}

.jr-layout.layout-content .column.box .column-inner,
.jr-layout.layout-content .box.columns .column-inner {
	background: #313457;
	color: #fefefe;
	padding: 1.5rem
}

.jr-layout.layout-content .column.box .column-inner a,
.jr-layout.layout-content .box.columns .column-inner a {
	color: #fefefe
}

.jr-layout.layout-content .column.box .column-inner a:hover,
.jr-layout.layout-content .box.columns .column-inner a:hover {
	color: #fefefe
}

.jr-layout.layout-content .column.box .column-inner ::before,
.jr-layout.layout-content .box.columns .column-inner ::before,
.jr-layout.layout-content .column.box .column-inner ::after,
.jr-layout.layout-content .box.columns .column-inner ::after {
	color: #fefefe
}

.jr-layout.layout-content .column.box .column-inner .button,
.jr-layout.layout-content .column.box .column-inner body input[type=submit],
body .jr-layout.layout-content .column.box .column-inner input[type=submit],
.jr-layout.layout-content .box.columns .column-inner .button,
.jr-layout.layout-content .box.columns .column-inner body input[type=submit],
body .jr-layout.layout-content .box.columns .column-inner input[type=submit] {
	background: #42a6d8;
	color: #fefefe
}

.jr-layout.layout-content .column.box .column-inner .button:hover,
.jr-layout.layout-content .column.box .column-inner body input[type=submit]:hover,
body .jr-layout.layout-content .column.box .column-inner input[type=submit]:hover,
.jr-layout.layout-content .box.columns .column-inner .button:hover,
.jr-layout.layout-content .box.columns .column-inner body input[type=submit]:hover,
body .jr-layout.layout-content .box.columns .column-inner input[type=submit]:hover,
.jr-layout.layout-content .column.box .column-inner .button:focus,
.jr-layout.layout-content .column.box .column-inner body input[type=submit]:focus,
body .jr-layout.layout-content .column.box .column-inner input[type=submit]:focus,
.jr-layout.layout-content .box.columns .column-inner .button:focus,
.jr-layout.layout-content .box.columns .column-inner body input[type=submit]:focus,
body .jr-layout.layout-content .box.columns .column-inner input[type=submit]:focus {
	background-color: #278abb;
	color: #fefefe
}

.jr-layout.layout-content .column.box .column-inner .box.column .column-inner,
.jr-layout.layout-content .box.columns .column-inner .box.column .column-inner,
.jr-layout.layout-content .column.box .column-inner .box.columns .column-inner,
.jr-layout.layout-content .box.columns .column-inner .box.columns .column-inner {
	background: #272a46 !important
}

.jr-background {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	z-index: -1;
	overflow: hidden
}

.jr-background.type-image .background-image,
.jr-background.type-custom .background-image,
.jr-background.type-video .background-image,
.jr-background.type-map .background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 0
}

.jr-background.type-image .background-image:before,
.jr-background.type-custom .background-image:before,
.jr-background.type-video .background-image:before,
.jr-background.type-map .background-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: 1s all ease 0.1s
}

.jr-background.type-image .background-image.image-loaded:before,
.jr-background.type-custom .background-image.image-loaded:before,
.jr-background.type-video .background-image.image-loaded:before,
.jr-background.type-map .background-image.image-loaded:before {
	opacity: 0
}

.jr-background.type-image img,
.jr-background.type-custom img,
.jr-background.type-video img,
.jr-background.type-map img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	top: 0;
	transform: none;
	width: 100%;
	position: absolute
}

.jr-background .background-video {
	height: 100%
}

.jr-background .background-video .jr-video {
	position: relative;
	height: 100%
}

.jr-background .background-video .jr-video video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.jr-background .background-custom {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%
}

.jr-background.attachment-fixed .background-image {
	background-attachment: fixed
}

.csspointerevents .has-background-map .jr-layout-inner {
	pointer-events: none
}

.csspointerevents .has-background-map .jr-layout-inner a,
.csspointerevents .has-background-map .jr-layout-inner .allow-pointer-event {
	pointer-events: auto
}

.jr-banner {
	background: #e6e6e6;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	position: fixed;
	width: 100%;
	display: none;
	z-index: 1
}

.jr-banner.banner-position-top {
	top: 0;
	border-bottom: 1px solid #cdcdcd
}

.admin-bar .jr-banner.banner-position-top {
	top: 46px
}

@media screen and (min-width: 783px) {
	.admin-bar .jr-banner.banner-position-top {
		top: 32px
	}
}

.jr-banner.banner-position-bottom {
	bottom: 0;
	border-top: 1px solid #cdcdcd
}

.contact-item .fa {
	margin-right: 0.5rem
}

.jr-cookie-policy p,
.jr-cookie-policy .jr-layout.icons.layout-grid .item-title,
.jr-layout.icons.layout-grid .jr-cookie-policy .item-title,
.jr-cookie-policy a,
.jr-cookie-policy button {
	margin-bottom: 0
}

.jr-content-areas {
	margin: auto;
	width: 90%;
	padding: 2rem 1.5rem;
	max-width: 75rem;
	position: relative;
	height: 100%
}

.jr-content-areas .wrapper {
	position: relative;
	height: 100%
}

.jr-content-areas .content-area {
	position: absolute
}

.jr-content-areas .content-area *:first-child {
	margin-top: 0
}

.jr-content-areas .content-area *:last-child {
	margin-bottom: 0
}

.jr-content-areas .content-area.box {
	background: #313457;
	color: #fefefe;
	padding: 1.5rem
}

.jr-content-areas .content-area.box a {
	color: #fefefe
}

.jr-content-areas .content-area.box a:hover {
	color: #fefefe
}

.jr-content-areas .content-area.box ::before,
.jr-content-areas .content-area.box ::after {
	color: #fefefe
}

.jr-content-areas .content-area.box .button,
.jr-content-areas .content-area.box body input[type=submit],
body .jr-content-areas .content-area.box input[type=submit] {
	background: #42a6d8;
	color: #fefefe
}

.jr-content-areas .content-area.box .button:hover,
.jr-content-areas .content-area.box body input[type=submit]:hover,
body .jr-content-areas .content-area.box input[type=submit]:hover,
.jr-content-areas .content-area.box .button:focus,
.jr-content-areas .content-area.box body input[type=submit]:focus,
body .jr-content-areas .content-area.box input[type=submit]:focus {
	background-color: #278abb;
	color: #fefefe
}

.jr-content-areas .content-area.box .box.column .column-inner,
.jr-content-areas .content-area.box .box.columns .column-inner {
	background: #272a46 !important
}

.jr-content-areas .content-area.full-height {
	height: 100%
}

.jr-content-areas .content-area.centre-items {
	display: flex;
	align-items: center
}

.jr-content-areas .content-area.centre-items .content-inner {
	width: 100%
}

.small {
	font-size: 80%
}

.heading {
	font-weight: 700
}

.feature-text {
	font-size: 1.4rem
}

.intro-text {
	font-size: 1.2rem
}

.primary-background,
.bg-primary_colour {
	background: #313457;
	color: #fefefe
}

.primary-background a,
.bg-primary_colour a {
	color: #fefefe
}

.primary-background a:hover,
.bg-primary_colour a:hover {
	color: #fefefe
}

.primary-background ::before,
.primary-background ::after,
.bg-primary_colour ::before,
.bg-primary_colour ::after {
	color: #fefefe
}

.primary-background .button,
.primary-background body input[type=submit],
body .primary-background input[type=submit],
.bg-primary_colour .button,
.bg-primary_colour body input[type=submit],
body .bg-primary_colour input[type=submit] {
	background: #42a6d8;
	color: #fefefe
}

.primary-background .button:hover,
.primary-background body input[type=submit]:hover,
body .primary-background input[type=submit]:hover,
.primary-background .button:focus,
.primary-background body input[type=submit]:focus,
body .primary-background input[type=submit]:focus,
.bg-primary_colour .button:hover,
.bg-primary_colour body input[type=submit]:hover,
body .bg-primary_colour input[type=submit]:hover,
.bg-primary_colour .button:focus,
.bg-primary_colour body input[type=submit]:focus,
body .bg-primary_colour input[type=submit]:focus {
	background-color: #278abb;
	color: #fefefe
}

.primary-background .box.column .column-inner,
.primary-background .box.columns .column-inner,
.bg-primary_colour .box.column .column-inner,
.bg-primary_colour .box.columns .column-inner {
	background: #272a46 !important
}

.secondary-background,
.bg-secondary_colour {
	background: #42a6d8;
	color: #fefefe
}

.secondary-background a,
.bg-secondary_colour a {
	color: #fefefe
}

.secondary-background a:hover,
.bg-secondary_colour a:hover {
	color: #fefefe
}

.secondary-background ::before,
.secondary-background ::after,
.bg-secondary_colour ::before,
.bg-secondary_colour ::after {
	color: #fefefe
}

.secondary-background .button,
.secondary-background body input[type=submit],
body .secondary-background input[type=submit],
.bg-secondary_colour .button,
.bg-secondary_colour body input[type=submit],
body .bg-secondary_colour input[type=submit] {
	background: #313457;
	color: #fefefe
}

.secondary-background .button:hover,
.secondary-background body input[type=submit]:hover,
body .secondary-background input[type=submit]:hover,
.secondary-background .button:focus,
.secondary-background body input[type=submit]:focus,
body .secondary-background input[type=submit]:focus,
.bg-secondary_colour .button:hover,
.bg-secondary_colour body input[type=submit]:hover,
body .bg-secondary_colour input[type=submit]:hover,
.bg-secondary_colour .button:focus,
.bg-secondary_colour body input[type=submit]:focus,
body .bg-secondary_colour input[type=submit]:focus {
	background-color: #272a46;
	color: #fefefe
}

a.image,
a .image {
	display: inline-block;
	position: relative;
	max-width: 100%
}

a.image:before,
a .image:before {
	content: "";
	position: absolute;
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fefefe;
	transition: .2s all ease
}

a.image:hover:before,
a .image:hover:before {
	opacity: 0.2
}

a.image img,
a .image img {
	display: block;
	margin: auto
}

a.button i {
	margin-right: 0.5rem
}

.fix-this.fixed {
	position: fixed;
	z-index: 10
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0)
}

.hr-top {
	margin-top: 1rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e6e6e6
}

.aligncenter {
	margin: auto;
	display: block
}

.jr-menu .menu {
	list-style: none;
	margin-left: 0
}

.jr-menu a {
	display: block
}

.jr-menu a.button {
	display: inline-block;
	margin: 0
}

.jr-menu .title {
	list-style: none
}

.jr-menu .description {
	margin-bottom: 0
}

.jr-menu .jr-carousel {
	overflow: visible
}

.jr-sa_animate_layout .jr-layout,
.jr-sa_animate_content .jr-layout .jr-layout-inner {
	opacity: 0;
	transition: 1s all ease
}

.no-js .jr-sa_animate_layout .jr-layout,
.no-js .jr-sa_animate_content .jr-layout .jr-layout-inner {
	opacity: 1
}

.jr-sa_animate_layout .jr-layout.scroll-animate-in,
.jr-sa_animate_content .jr-layout .jr-layout-inner.scroll-animate-in {
	opacity: 1
}

.jr-content-header {
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
	min-height: 8rem;
	display: flex
}

.jr-content-header>.jr-content-header-template {
	width: 100%;
	align-self: center;
	padding-top: 0
}

.jr-content-header-template {
	padding-top: 2rem
}

.jr-content-header-template+.main-content {
	padding-top: 0
}

.main-content {
	padding-top: 2rem;
	padding-bottom: 2rem
}

/*.entry-content img {
	padding-bottom: 1.5rem
}*/

.entry-content img.half-size {
	width: auto;
	max-height: 60vh;
	max-width: 50%;
	float: right;
	margin-left: .625rem
}

@media print,
screen and (min-width: 40em) {
	.entry-content img.half-size {
		margin-left: .9375rem
	}
}

@media screen and (max-width: 39.9375em) {
	.entry-content img.half-size {
		max-width: 33%
	}
}

.jr-footer .smallprint {
	font-size: 80%;
	padding-top: .625rem;
	padding-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
	.jr-footer .smallprint {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}
}

@media screen and (max-width: 39.9375em) {

	.jr-footer .smallprint .smallprint-left,
	.jr-footer .smallprint .smallprint-right {
		text-align: center
	}
}

.jr-footer .smallprint-right {
	text-align: right
}

.jr-header.attachment-fixed_header_and_nav {
	width: 100% !important;
	z-index: 10;
	background: #fefefe
}

@media screen and (max-width: 39.9375em) {

	.jr-header.small-menu-on-small .scrollmagic-pin-spacer,
	.jr-header.small-menu-on-small .jr-nav {
		display: none
	}
}

@media screen and (min-width: 40em) and (max-width: 64em) {

	.jr-header.small-menu-on-medium .scrollmagic-pin-spacer,
	.jr-header.small-menu-on-medium .jr-nav {
		display: none
	}
}

@media screen and (min-width: 64.0625em) {

	.jr-header.small-menu-on-large .scrollmagic-pin-spacer,
	.jr-header.small-menu-on-large .jr-nav {
		display: none
	}
}

.jr-nav {
	background: #313457;
	color: #fefefe;
	padding-top: .625rem;
	padding-bottom: .625rem;
	z-index: 10
}

.jr-nav a {
	color: #fefefe
}

.jr-nav a:hover {
	color: #fefefe
}

.jr-nav ::before,
.jr-nav ::after {
	color: #fefefe
}

.jr-nav .button,
.jr-nav body input[type=submit],
body .jr-nav input[type=submit] {
	background: #42a6d8;
	color: #fefefe
}

.jr-nav .button:hover,
.jr-nav body input[type=submit]:hover,
body .jr-nav input[type=submit]:hover,
.jr-nav .button:focus,
.jr-nav body input[type=submit]:focus,
body .jr-nav input[type=submit]:focus {
	background-color: #278abb;
	color: #fefefe
}

.jr-nav .box.column .column-inner,
.jr-nav .box.columns .column-inner {
	background: #272a46 !important
}

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

.jr-nav p,
.jr-nav .jr-layout.icons.layout-grid .item-title,
.jr-layout.icons.layout-grid .jr-nav .item-title {
	line-height: 1.3
}

.jr-nav>.row>.column,
.jr-nav>.row>.columns {
	max-width: 100%
}

.jr-nav .button,
.jr-nav body input[type=submit],
body .jr-nav input[type=submit] {
	border: 1px solid #e6e6e6
}

.jr-nav .collapse-menu-container {
	text-align: right;
	padding-top: .625rem;
	padding-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
	.jr-nav .collapse-menu-container {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}
}

.jr-nav.template-normal .menu {
	margin-bottom: 0;
	display: flex;
	justify-content: flex-start
}

.jr-nav.template-normal .menu>li {
	margin-left: .625rem;
	margin-right: .625rem
}

@media print,
screen and (min-width: 40em) {
	.jr-nav.template-normal .menu>li {
		margin-left: .9375rem;
		margin-right: .9375rem
	}
}

.jr-nav.template-normal .menu>li:first-child {
	margin-left: 0
}

.jr-nav.template-normal .title {
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
	margin-top: .625rem;
	margin-left: .625rem;
	margin-right: .625rem
}

@media print,
screen and (min-width: 40em) {
	.jr-nav.template-normal .title {
		margin-top: .9375rem;
		margin-left: .9375rem;
		margin-right: .9375rem
	}
}

.jr-nav.template-normal .sub-menu-wrapper {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	min-width: 200px;
	background: #313457;
	color: #fefefe;
	transition-delay: 0.3s
}

.jr-nav.template-normal .sub-menu-wrapper a {
	color: #fefefe
}

.jr-nav.template-normal .sub-menu-wrapper a:hover {
	color: #fefefe
}

.jr-nav.template-normal .sub-menu-wrapper ::before,
.jr-nav.template-normal .sub-menu-wrapper ::after {
	color: #fefefe
}

.jr-nav.template-normal .sub-menu-wrapper .button,
.jr-nav.template-normal .sub-menu-wrapper body input[type=submit],
body .jr-nav.template-normal .sub-menu-wrapper input[type=submit] {
	background: #42a6d8;
	color: #fefefe
}

.jr-nav.template-normal .sub-menu-wrapper .button:hover,
.jr-nav.template-normal .sub-menu-wrapper body input[type=submit]:hover,
body .jr-nav.template-normal .sub-menu-wrapper input[type=submit]:hover,
.jr-nav.template-normal .sub-menu-wrapper .button:focus,
.jr-nav.template-normal .sub-menu-wrapper body input[type=submit]:focus,
body .jr-nav.template-normal .sub-menu-wrapper input[type=submit]:focus {
	background-color: #278abb;
	color: #fefefe
}

.jr-nav.template-normal .sub-menu-wrapper .box.column .column-inner,
.jr-nav.template-normal .sub-menu-wrapper .box.columns .column-inner {
	background: #272a46 !important
}

.jr-nav.template-normal .sub-menu-wrapper a {
	position: relative;
	display: block
}

.jr-nav.template-normal .sub-menu-wrapper.depth-1 {
	border-top: 2px solid white
}

.jr-nav.template-normal .sub-menu-wrapper .sub-menu>ul {
	margin-left: 0;
	list-style: none
}

.jr-nav.template-normal .sub-menu-wrapper .sub-menu>ul li {
	margin-bottom: 0.5rem
}

.jr-nav.template-normal .sub-menu-wrapper .sub-menu>ul li:first-child {
	margin-top: .625rem
}

@media print,
screen and (min-width: 40em) {
	.jr-nav.template-normal .sub-menu-wrapper .sub-menu>ul li:first-child {
		margin-top: .9375rem
	}
}

.jr-nav.template-normal .sub-menu-wrapper .sub-menu>ul li:last-child {
	margin-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
	.jr-nav.template-normal .sub-menu-wrapper .sub-menu>ul li:last-child {
		margin-bottom: .9375rem
	}
}

.jr-nav.template-normal .sub-menu-wrapper .menu-item-has-children {
	position: relative
}

.jr-nav.template-normal .sub-menu-wrapper .menu-item-has-children>a::after {
	content: "\f0da";
	right: 0;
	position: absolute
}

.jr-nav.template-normal .menu-item-has-children:hover>.sub-menu-wrapper {
	opacity: 1;
	visibility: visible
}

.jr-nav.template-normal .menu-type-normal .sub-menu-wrapper .sub-menu-wrapper {
	top: -.625rem;
	right: 0;
	transform: translate(100%, 0);
	border-left: 2px solid white
}

@media print,
screen and (min-width: 40em) {
	.jr-nav.template-normal .menu-type-normal .sub-menu-wrapper .sub-menu-wrapper {
		top: -.9375rem
	}
}

.jr-nav.template-normal .menu-type-normal .menu-item {
	padding-left: .625rem;
	padding-right: .625rem
}

@media print,
screen and (min-width: 40em) {
	.jr-nav.template-normal .menu-type-normal .menu-item {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
}

.jr-nav.template-normal .menu-type-full_width>.sub-menu-wrapper {
	width: 100%;
	left: 0
}

.jr-nav.template-normal .menu-type-full_width>.sub-menu-wrapper>.sub-menu {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	width: 90%
}

.jr-nav.template-normal .menu-type-full_width .title {
	margin: 0
}

.jr-nav.template-normal .menu-type-custom_menu>.sub-menu-wrapper {
	width: 100%;
	left: 0
}

.jr-nav.template-normal .menu-type-custom_menu>.sub-menu-wrapper>.sub-menu {
	max-width: none;
	margin-left: auto;
	margin-right: auto
}

.jr-nav.template-normal .menu-type-custom_menu .jr-layout-inner {
	padding-top: .625rem;
	padding-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
	.jr-nav.template-normal .menu-type-custom_menu .jr-layout-inner {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}
}

.jr-nav.block-buttons {
	padding-top: 0;
	padding-bottom: 0
}

.jr-nav.block-buttons .menu>li {
	margin: 0;
	border-right: 2px solid #e6e6e6
}

.jr-nav.block-buttons .menu>li:first-child {
	border-left: 2px solid #e6e6e6
}

.jr-nav.block-buttons .menu>li>a {
	display: block;
	padding: .625rem
}

@media print,
screen and (min-width: 40em) {
	.jr-nav.block-buttons .menu>li>a {
		padding: .9375rem
	}
}

.jr-nav.block-buttons .menu>li>a:hover {
	background: #42a6d8;
	color: #fefefe
}

.jr-nav.block-buttons .menu>li>a:hover a {
	color: #fefefe
}

.jr-nav.block-buttons .menu>li>a:hover a:hover {
	color: #fefefe
}

.jr-nav.block-buttons .menu>li>a:hover ::before,
.jr-nav.block-buttons .menu>li>a:hover ::after {
	color: #fefefe
}

.jr-nav .menu-item-has-children>a::after {
	font-family: FontAwesome;
	content: "\f0d7";
	margin-left: 10px
}

.jr-nav .row-expanded:not(.expanded).row,
.jr-nav .row-expanded:not(.expanded) .row {
	width: 90%
}

.jr-nav .collapse-on-small .collapse-menu-container {
	display: none
}

@media screen and (max-width: 39.9375em) {
	.jr-nav .collapse-on-small .collapse-menu-container {
		display: block
	}

	.jr-nav .collapse-on-small .menu {
		display: none
	}
}

.jr-nav .collapse-on-medium .collapse-menu-container {
	display: none
}

@media screen and (min-width: 40em) and (max-width: 64em) {
	.jr-nav .collapse-on-medium .collapse-menu-container {
		display: block
	}

	.jr-nav .collapse-on-medium .menu {
		display: none
	}
}

.jr-nav .collapse-on-large .collapse-menu-container {
	display: none
}

@media screen and (min-width: 64.0625em) {
	.jr-nav .collapse-on-large .collapse-menu-container {
		display: block
	}

	.jr-nav .collapse-on-large .menu {
		display: none
	}
}

.jr-nav .collapse-menu-active ul.menu {
	padding-top: 0;
	display: block;
	margin-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
	.jr-nav .collapse-menu-active ul.menu {
		margin-bottom: .9375rem
	}
}

.jr-nav .collapse-menu-active ul.menu>li.menu-item {
	border: none;
	border-bottom: 1px solid white;
	background: #2a2c4a
}

.jr-nav .collapse-menu-active ul.menu>li.menu-item.active {
	background: #42a6d8
}

.jr-nav .collapse-menu-active ul.menu>li.menu-item:last-child {
	border-bottom: 0
}

.jr-nav .collapse-menu-active ul.menu .sub-menu-wrapper {
	display: none;
	visibility: visible;
	opacity: 1;
	position: static;
	transition-delay: 0s;
	background: #fefefe;
	color: #0a0a0a;
	overflow: hidden
}

.jr-nav .collapse-menu-active ul.menu .sub-menu-wrapper .sub-menu {
	width: 100%
}

.jr-nav .collapse-menu-active ul.menu .sub-menu-wrapper .sub-menu-wrapper {
	transform: none;
	border: none
}

.jr-nav .collapse-menu-active ul.menu .sub-menu-wrapper .sub-menu-wrapper li {
	border-left: 3px solid #313457
}

.jr-nav .collapse-menu-active ul.menu .sub-menu-wrapper .menu-item-has-children>a::after {
	content: "\f0d7";
	position: relative;
	right: auto
}

.jr-nav .collapse-menu-active ul.menu .sub-menu-wrapper li,
.jr-nav .collapse-menu-active ul.menu .sub-menu-wrapper a {
	color: #0a0a0a
}

.jr-nav .collapse-menu-active ul.menu .sub-menu-wrapper a {
	color: #42a6d8
}

.jr-nav .collapse-menu-active ul.menu .sub-menu-wrapper a:hover {
	color: #2481af
}

.jr-nav .collapse-menu-active ul.menu .sub-menu-wrapper a::after {
	color: #42a6d8
}

.jr-nav .collapse-menu-active ul.menu .custom_item .jr-background {
	display: none
}

.jr-nav .collapse-menu-active ul.menu .custom_item .row {
	width: 100%
}

#jr-small-top-menu {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background: #313457;
	color: #fefefe;
	position: fixed;
	z-index: 1;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center
}

#jr-small-top-menu a {
	color: #fefefe
}

#jr-small-top-menu a:hover {
	color: #fefefe
}

#jr-small-top-menu ::before,
#jr-small-top-menu ::after {
	color: #fefefe
}

#jr-small-top-menu .button,
#jr-small-top-menu body input[type=submit],
body #jr-small-top-menu input[type=submit] {
	background: #42a6d8;
	color: #fefefe
}

#jr-small-top-menu .button:hover,
#jr-small-top-menu body input[type=submit]:hover,
body #jr-small-top-menu input[type=submit]:hover,
#jr-small-top-menu .button:focus,
#jr-small-top-menu body input[type=submit]:focus,
body #jr-small-top-menu input[type=submit]:focus {
	background-color: #278abb;
	color: #fefefe
}

#jr-small-top-menu .box.column .column-inner,
#jr-small-top-menu .box.columns .column-inner {
	background: #272a46 !important
}

#jr-small-top-menu .row {
	justify-content: space-between
}

#jr-small-top-menu .column,
#jr-small-top-menu .columns {
	flex: none;
	margin: auto
}

.type-post .post-meta {
	display: flex;
	margin-bottom: .625rem;
	border-bottom: 1px solid #e6e6e6
}

@media print,
screen and (min-width: 40em) {
	.type-post .post-meta {
		margin-bottom: .9375rem
	}
}

.type-post .post-meta>p,
.type-post .jr-layout.icons.layout-grid .post-meta>.item-title,
.jr-layout.icons.layout-grid .type-post .post-meta>.item-title {
	margin-right: .625rem;
	padding-right: .625rem;
	border-right: 1px solid #e6e6e6
}

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

	.type-post .post-meta>p,
	.type-post .jr-layout.icons.layout-grid .post-meta>.item-title,
	.jr-layout.icons.layout-grid .type-post .post-meta>.item-title {
		margin-right: .9375rem;
		padding-right: .9375rem
	}
}

.type-post .post-meta>p:last-child,
.type-post .jr-layout.icons.layout-grid .post-meta>.item-title:last-child,
.jr-layout.icons.layout-grid .type-post .post-meta>.item-title:last-child {
	border-right: none;
	paddinng-right: 0;
	margin-right: 0
}

.jr-post-navigation {
	clear: both
}

.jr-post-navigation .nav-buttons {
	float: left;
	width: 50%;
	display: flex;
	align-items: center
}

@media screen and (max-width: 39.9375em) {
	.jr-post-navigation .nav-buttons {
		float: none;
		width: 100%;
		margin-bottom: 1rem
	}
}

.jr-post-navigation .prev-post .text {
	order: 2
}

.jr-post-navigation .prev-post .image {
	order: 1;
	margin-right: 1rem
}

.jr-post-navigation .next-post {
	justify-content: flex-end;
	text-align: right;
	float: right
}

.jr-post-navigation .next-post .image {
	margin-left: 1rem
}

.jr-post-navigation .nav-button {
	display: block;
	font-weight: bold;
	text-transform: uppercase
}

.jr-post-navigation .text {
	margin-bottom: 0
}

.jr-post-navigation .image {
	display: block;
	max-width: 6rem
}

.row {
	width: 90%
}

.row .row {
	width: auto
}

.row-expanded:not(.expanded).row,
.row-expanded:not(.expanded) .row {
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	width: 100%
}

.row-expanded:not(.expanded).row::before,
.row-expanded:not(.expanded).row::after,
.row-expanded:not(.expanded) .row::before,
.row-expanded:not(.expanded) .row::after {
	display: table;
	content: ' ';
	flex-basis: 0;
	order: 1
}

.row-expanded:not(.expanded).row::after,
.row-expanded:not(.expanded) .row::after {
	clear: both
}

button {
	font-family: inherit
}

label {
	display: inline-block
}

select {
	margin-bottom: 0
}

.pagination span.current {
	padding: 0
}

.pagination-previous a::before,
.pagination-previous.disabled::before,
.pagination-next a::after,
.pagination-next.disabled::after {
	content: none
}

.dzsparallaxer:not(.mode-oneelement) {
	background-color: #fefefe
}

.jr-map {
	position: relative;
	height: 100%;
	width: 100%
}

.jr-map .map {
	height: 100%;
	position: relative;
	width: 100%;
	min-height: 300px;
	z-index: 1
}

.jr-map .map iframe {
	position: absolute;
	border: 0
}

.jr-map .marker {
	display: none
}

#masthead .header-top ul {
	list-style: none;
	margin: 0;
	list-style: none;
	margin: 0;
	padding: 0.5rem 0
}

#masthead .header-top li {
	display: inline-block;
	padding-right: 1rem;
	margin-right: 1rem;
	position: relative
}

#masthead .header-top li:after {
	content: '|';
	position: absolute;
	right: 0;
	transform: translate(50%, 0)
}

#masthead .header-top li:last-child:after {
	content: none
}

#masthead .header-top a {
	color: #313457
}

#masthead .header-top a:hover {
	color: #42a6d8
}

@media screen and (max-width: 39.9375em) {
	#masthead .header-top {
		display: none
	}
}

#masthead .jr-nav {
	padding: 0.25rem;
	font-size: 1rem
}

#masthead .jr-nav .company-logo {
	max-height: 65px;
	padding-top: 5px;
	padding-bottom: 5px
}

@media screen and (max-width: 64em) {
	#masthead .jr-nav .company-logo {
		max-height: 45px
	}
}

#masthead .jr-nav .menu {
	justify-content: center
}

#masthead .jr-nav .menu li {
	border-right: 1px solid white;
	margin-right: 1.5rem;
	padding-right: 1.5rem;
	margin-left: 0
}

#masthead .jr-nav .menu li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0
}

#masthead .jr-nav .menu li a:hover {
	color: #42a6d8
}

@media screen and (max-width: 64em) {
	#masthead .jr-nav .menu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%
	}

	#masthead .jr-nav .menu li {
		border: none;
		margin-right: 0;
		padding: 0rem;
		text-align: center
	}

	#masthead .jr-nav .menu li:first-child {
		padding-top: 0.5rem
	}

	#masthead .jr-nav .menu li:last-child {
		padding-bottom: 0.5rem
	}

	#masthead .jr-nav .menu li a {
		padding: 0.5rem;
		display: block
	}
}

#masthead .jr-nav>.row {
	align-items: center;
	justify-content: space-between
}

#masthead .jr-nav>.row>.column,
#masthead .jr-nav>.row>.columns {
	flex-basis: auto
}

#masthead .jr-nav .nav-right ul {
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0
}

#masthead .jr-nav .nav-right li {
	margin-right: 2rem;
	display: flex
}

#masthead .jr-nav .nav-right li:last-child {
	margin-right: 0
}

#masthead .jr-nav .nav-right .my-account {
	margin-bottom: 0;
	text-align: center
}

#masthead .jr-nav .nav-right .my-account .text {
	text-transform: uppercase
}

#masthead .jr-nav .nav-right .my-account a {
	font-size: 1rem
}

#masthead .jr-nav .nav-right .my-account a:hover {
	color: #42a6d8
}

#masthead .jr-nav .nav-right .cart-icon {
	position: relative
}

#masthead .jr-nav .nav-right .cart-icon .cart-quantity {
	background: #42a6d8;
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	position: absolute;
	border-radius: 1rem;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2rem;
	top: 0rem;
	left: 2rem;
	font-weight: bold;
	color: white;
	opacity: 0;
	transition: 0.4s all ease
}

#masthead .jr-nav .nav-right .cart-icon.active {
	opacity: 1;
	visibility: visible
}

#masthead .jr-nav .nav-right .cart-icon.active .cart-quantity {
	opacity: 1
}

.woocommerce-cart #masthead .jr-nav .nav-right .cart-icon.active {
	opacity: 0;
	visibility: hidden
}

#masthead .jr-nav .nav-right .cart-icon a:hover {
	color: #42a6d8
}

.woocommerce-cart #masthead .jr-nav .nav-right .cart-icon {
	opacity: 0;
	visibility: hidden
}

@media screen and (max-width: 64em) {
	#masthead .jr-nav .nav-right {
		display: none
	}
}

#masthead .jr-nav i {
	font-size: 3rem;
	vertical-align: middle;
	margin-right: 0.5rem
}

@media screen and (max-width: 64em) {
	#masthead .jr-nav i {
		font-size: 1rem
	}
}

@media screen and (max-width: 64em) {
	#masthead .jr-nav .collapse-menu-container {
		padding: 0
	}
}

@media screen and (max-width: 64em) {
	#masthead .jr-nav {
		position: relative
	}
}

#masthead #benefits-bar {
	background: #f7f5f6;
	border-bottom: 1px solid #ededed
}

#masthead #benefits-bar .card {
	background: none
}

#masthead #benefits-bar img {
	padding: 4px
}

#jr-small-top-menu {
	height: 4rem
}

#jr-small-top-menu .company-logo {
	max-height: 45px
}

#jr-small-top-menu>.row {
	height: 100%
}

#colophon hr {
	border-bottom-width: 3px;
	max-width: 30px;
	margin-left: 0;
	margin-top: -0.5rem
}

#colophon ul.menu {
	margin: 0;
	list-style: none
}

#colophon ul.menu li {
	margin-bottom: 1rem
}

@media screen and (max-width: 39.9375em) {

	#colophon .main-section .column,
	#colophon .main-section .columns {
		margin-bottom: 1rem
	}
}

.jr-layout.icons.layout-grid .jr-layout-inner {
	padding-top: 5px;
	padding-bottom: 5px
}

.jr-layout.icons.layout-grid .card {
	display: block;
	border: none
}

.jr-layout.icons.layout-grid .item-image {
	text-align: center
}

.jr-layout.icons.layout-grid .item-image img {
	height: 2rem;
	margin: auto
}

@media screen and (min-width: 64.0625em) {
	.jr-layout.icons.layout-grid .item-image {
		display: inline-block
	}
}

.jr-layout.icons.layout-grid .item-content {
	padding: 0;
	background: none;
	color: #0a0a0a
}

@media screen and (min-width: 64.0625em) {
	.jr-layout.icons.layout-grid .item-content {
		display: inline-block
	}
}

.jr-layout.icons.layout-grid .text-content {
	text-align: center
}

.jr-layout.icons.layout-grid .item-title {
	margin-bottom: 0
}

@media screen and (max-width: 64em) {
	.jr-layout.icons.layout-grid .item-title {
		font-size: 0.8rem
	}
}

.jr-layout.icons.layout-grid .row {
	justify-content: space-between
}

.jr-layout.icons.layout-grid .column,
.jr-layout.icons.layout-grid .columns {
	margin-bottom: 0
}

@media screen and (min-width: 64.0625em) {

	.jr-layout.icons.layout-grid .column,
	.jr-layout.icons.layout-grid .columns {
		flex-basis: auto;
		max-width: none
	}
}

.jr-layout.layout-grid .card-section {
	transition: 0.2s all ease;
	background: #42a6d8;
	color: #fefefe
}

.jr-layout.layout-grid .card-section a {
	color: #fefefe
}

.jr-layout.layout-grid .card-section a:hover {
	color: #fefefe
}

.jr-layout.layout-grid .card-section ::before,
.jr-layout.layout-grid .card-section ::after {
	color: #fefefe
}

.jr-layout.layout-grid .card-section .item-title {
	margin-bottom: 0
}

.jr-layout.layout-grid a:hover .card-section {
	background: #6cbae1
}

.jr-layout.layout-grid .item .coming-soon-hover {
	opacity: 0;
	visibility: hidden;
	transition: 0.2s all ease;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	color: white
}

.jr-layout.layout-grid .item .coming-soon-hover p,
.jr-layout.icons.layout-grid .item .coming-soon-hover .item-title {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: 700;
	width: 100%;
	padding: 1rem;
	text-align: center
}

.jr-layout.layout-grid .item.coming-soon:hover .coming-soon-hover {
	opacity: 1;
	visibility: visible
}

.jr-layout.fade-black .jr-background:before {
	content: '';
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.jr-layout .section-title h2,
.jr-layout .section-title .woocommerce-thankyou-order-received,
.jr-layout .section-title .h2,
.jr-layout .section-title .sub-heading,
h2.section-title,
.section-title.woocommerce-thankyou-order-received,
.section-title.h2,
.section-title.sub-heading {
	position: relative;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem !important;
	color: #313457
}

.jr-layout .section-title h2:before,
.jr-layout .section-title .woocommerce-thankyou-order-received:before,
.jr-layout .section-title .h2:before,
.jr-layout .section-title .sub-heading:before,
h2.section-title:before,
.section-title.woocommerce-thankyou-order-received:before,
.section-title.h2:before,
.section-title.sub-heading:before {
	content: '';
	height: 3px;
	width: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #42a6d8
}

.shortcode-feedback-form {
	border-radius: 20px;
	padding: 1.5rem
}

.primary-background .shortcode-feedback-form {
	background: #272a46
}

.shortcode-feedback-form p:last-child,
.shortcode-feedback-form .jr-layout.icons.layout-grid .item-title:last-child,
.jr-layout.icons.layout-grid .shortcode-feedback-form .item-title:last-child {
	margin-bottom: 0
}

.shortcode-feedback-form button {
	margin-bottom: 0
}

.shortcode-feedback-form .title {
	text-transform: uppercase;
	font-weight: 700
}

@media screen and (max-width: 39.9375em) {
	body {
		padding-top: 4rem
	}
}

body input.error {
	background: #cc4b37;
	color: white
}

body.page-id-95 .main-section .jr-button-shortcode,
body.page-id-95 .main-section .contact-item {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 1.3rem
}

body.page-id-95 .main-section .jr-button-shortcode .fa,
body.page-id-95 .main-section .contact-item .fa {
	background: #313457;
	width: 1.7em;
	height: 1.7em;
	border-radius: 1em;
	vertical-align: middle;
	color: white;
	position: relative;
	text-align: center;
	line-height: 1.7em;
	margin-right: 1em
}

@media screen and (max-width: 39.9375em) {

	body.page-id-95 .main-section .jr-button-shortcode,
	body.page-id-95 .main-section .contact-item {
		font-size: 1rem
	}
}

body.page-id-95 .main-section .wpcf7-form label {
	width: 100%
}

body .address.format-list {
	list-style: none;
	margin-left: 0
}

@media screen and (max-width: 30em) {
	#jr-small-top-menu .address-item-phone span {
		display: none
	}
}

.youtube-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.youtube-video iframe,
.youtube-videoobject,
.youtube-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.mfp-iframe-scaler {
	padding-top: 49.55% !important
}

#vdcs-spring-calculator {
	padding-bottom: 2rem
}

/*#vdcs-spring-calculator .frame {
	padding: 1rem;
	border: 2px solid #313457
}*/

#vdcs-spring-calculator .action-frame h3,
#vdcs-spring-calculator .action-frame .h3 {
	background: #313457;
	color: #fefefe;
	display: inline-block;
	padding: 0.25rem 0.5rem;
	border-radius: 0
}

#vdcs-spring-calculator .action-frame h3 a,
#vdcs-spring-calculator .action-frame .h3 a {
	color: #fefefe
}

#vdcs-spring-calculator .action-frame h3 a:hover,
#vdcs-spring-calculator .action-frame .h3 a:hover {
	color: #fefefe
}

#vdcs-spring-calculator .action-frame h3 ::before,
#vdcs-spring-calculator .action-frame .h3 ::before,
#vdcs-spring-calculator .action-frame h3 ::after,
#vdcs-spring-calculator .action-frame .h3 ::after {
	color: #fefefe
}

#vdcs-spring-calculator .action-frame h3 .button,
#vdcs-spring-calculator .action-frame .h3 .button,
#vdcs-spring-calculator .action-frame h3 body input[type=submit],
body #vdcs-spring-calculator .action-frame h3 input[type=submit],
#vdcs-spring-calculator .action-frame .h3 body input[type=submit],
body #vdcs-spring-calculator .action-frame .h3 input[type=submit] {
	background: #42a6d8;
	color: #fefefe
}

#vdcs-spring-calculator .action-frame h3 .button:hover,
#vdcs-spring-calculator .action-frame .h3 .button:hover,
#vdcs-spring-calculator .action-frame h3 body input[type=submit]:hover,
body #vdcs-spring-calculator .action-frame h3 input[type=submit]:hover,
#vdcs-spring-calculator .action-frame .h3 body input[type=submit]:hover,
body #vdcs-spring-calculator .action-frame .h3 input[type=submit]:hover,
#vdcs-spring-calculator .action-frame h3 .button:focus,
#vdcs-spring-calculator .action-frame .h3 .button:focus,
#vdcs-spring-calculator .action-frame h3 body input[type=submit]:focus,
body #vdcs-spring-calculator .action-frame h3 input[type=submit]:focus,
#vdcs-spring-calculator .action-frame .h3 body input[type=submit]:focus,
body #vdcs-spring-calculator .action-frame .h3 input[type=submit]:focus {
	background-color: #278abb;
	color: #fefefe
}

#vdcs-spring-calculator .action-frame h3 .box.column .column-inner,
#vdcs-spring-calculator .action-frame .h3 .box.column .column-inner,
#vdcs-spring-calculator .action-frame h3 .box.columns .column-inner,
#vdcs-spring-calculator .action-frame .h3 .box.columns .column-inner {
	background: #272a46 !important
}

#vdcs-spring-calculator .action-frame ul {
	list-style: none;
	margin-left: 0
}

#vdcs-spring-calculator .action-frame label {
	font-size: 1rem
}

#vdcs-spring-calculator .action-frame input[type='radio'] {
	margin-bottom: 0
}

#vdcs-spring-calculator .action-frame .step {
	display: none;
	opacity: 0.3;
	transition: 3s all ease;
	transform: translate3d(0, 0, 0)
}

#vdcs-spring-calculator .action-frame .step.active {
	display: block;
	opacity: 1
}

#vdcs-spring-calculator .action-frame .step label {
	background: #e6e6e6;
	font-weight: bold;
	padding: 0rem 0.5rem;
	border: 1px solid #cacaca;
	border-bottom: 0
}

#vdcs-spring-calculator .action-frame .step label small {
	font-weight: normal
}

#vdcs-spring-calculator .action-frame .step legend {
	margin-bottom: 1rem
}

#vdcs-spring-calculator .action-frame .step .field-type-slider {
	flex-wrap: wrap
}

#vdcs-spring-calculator .action-frame .step .field-type-slider .input-group-field {
	order: 1
}

#vdcs-spring-calculator .action-frame .step .field-type-slider .input-group-label {
	order: 2
}

#vdcs-spring-calculator .action-frame .step .field-type-slider .slider-wrapper {
	order: 3;
	width: 100%;
	display: block;
	margin-top: 1rem;
	display: flex;
	align-items: center
}

#vdcs-spring-calculator .action-frame .step .field-type-slider .slider-wrapper .slider-value {
	display: block;
	flex: 0 0 auto;
	padding: 2px 5px;
	background: #313457;
	border-radius: 5px;
	color: white;
	font-size: 0.8rem
}

#vdcs-spring-calculator .action-frame .step .field-type-slider .slider-wrapper .slider-value.min-val {
	margin-right: 1rem
}

#vdcs-spring-calculator .action-frame .step .field-type-slider .slider-wrapper .slider-value.max-val {
	margin-left: 1rem
}

#vdcs-spring-calculator .action-frame .step .field-type-slider .slider-wrapper .slider-input {
	background: #e6e6e6;
	border-radius: 2rem;
	display: block;
	flex: 1 1 0
}

#vdcs-spring-calculator .action-frame .step .field-type-slider .slider-wrapper .slider-input .ui-slider-handle {
	background: #42a6d8;
	border: none;
	border-radius: 50%;
	top: 50%;
	transform: translate(0, -50%);
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer
}

#vdcs-spring-calculator .action-frame .step .field-type-slider .slider-wrapper .slider-input .ui-slider-handle:hover {
	background: #6cbae1
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons {
	flex-wrap: wrap;
	width: 100%;
	display: flex;
	margin: 0;
	border: 1px solid #cacaca;
	justify-content: space-evenly;
	padding: 1rem;
	padding-bottom: 0.5rem
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons input[type=radio]:checked+label {
	color: #fefefe;
	background: #42a6d8;
	border: 1px solid #42a6d8
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons input[type=radio]:checked+label:hover {
	border: 1px solid #288dbf !important;
	background: #57b0dc
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons li {
	margin-bottom: 0.5rem;
	flex: 0 0 50%;
	padding: 0 5px
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons li p,
#vdcs-spring-calculator .action-frame .step ul.radio-buttons li .jr-layout.icons.layout-grid .item-title,
.jr-layout.icons.layout-grid #vdcs-spring-calculator .action-frame .step ul.radio-buttons li .item-title {
	margin-bottom: 0
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons li.disabled label {
	color: #e6e6e6;
	background: white;
	border: 1px solid #e6e6e6 !important;
	cursor: default
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons input[type=radio] {
	position: absolute;
	visibility: hidden;
	display: none
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons a {
	background: #e6e6e6;
	font-weight: bold;
	padding: 0.5rem 1rem;
	color: #0a0a0a
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons a small {
	font-weight: normal
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons label,
#vdcs-spring-calculator .action-frame .step ul.radio-buttons a {
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 20px;
	margin: 0;
	border: 1px solid #cacaca;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.3rem;
	padding: 0.5rem 1rem;
	transition: 0.2s all ease;
	width: 100%;
	position: relative
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons label:hover,
#vdcs-spring-calculator .action-frame .step ul.radio-buttons a:hover {
	border: 1px solid #8a8a8a !important;
	background: #f3f3f3
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons .tooltip {
	display: block;
	position: absolute;
	background: #313457;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate(0, calc(-100% - 1rem));
	color: white;
	border-radius: 5px;
	padding: 0.5rem;
	opacity: 0;
	visibility: hidden;
	transition: 0.25s all ease;
	pointer-events: none
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons .tooltip p:last-child,
#vdcs-spring-calculator .action-frame .step ul.radio-buttons .tooltip .jr-layout.icons.layout-grid .item-title:last-child,
.jr-layout.icons.layout-grid #vdcs-spring-calculator .action-frame .step ul.radio-buttons .tooltip .item-title:last-child {
	margin-bottom: 0
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons .tooltip:before {
	content: '';
	position: absolute;
	bottom: -1rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 1rem;
	border-right-width: 1rem;
	border-top: 1rem solid #313457
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons a:hover .tooltip,
#vdcs-spring-calculator .action-frame .step ul.radio-buttons label:hover .tooltip {
	opacity: 1;
	visibility: visible
}

#vdcs-spring-calculator .action-frame .step .update-button {
	margin-bottom: 0
}

#vdcs-spring-calculator .action-frame .step .update-button input {
	margin-bottom: 0;
	background-color: #42a6d8;
	color: #fefefe
}

#vdcs-spring-calculator .action-frame .step .update-button input:hover,
#vdcs-spring-calculator .action-frame .step .update-button input:focus {
	background-color: #278abb;
	color: #fefefe
}

#vdcs-spring-calculator .action-frame .step .step-info-wrapper {
	display: flex;
	margin-bottom: 1rem
}

#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-description {
	width: 100%
}

#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-description p:last-child,
#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-description .jr-layout.icons.layout-grid .item-title:last-child,
.jr-layout.icons.layout-grid #vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-description .item-title:last-child {
	margin-bottom: 0
}

#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-description h4,
#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-description .h4,
#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-description .jr-layout.layout-grid .item .coming-soon-hover p,
.jr-layout.layout-grid .item .coming-soon-hover #vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-description p,
#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-description .jr-layout.icons.layout-grid .item .coming-soon-hover .item-title,
.jr-layout.icons.layout-grid .item .coming-soon-hover #vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-description .item-title {
	line-height: 1
}

#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-info-buttons {
	display: flex;
	padding-left: 1rem;
	align-items: flex-end
}

#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-info-buttons .popup-youtube {
	display: block;
	width: 3rem;
	margin-right: 0.5rem;
	margin-bottom: 0.3rem;
	margin-top: 0.3rem
}

#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-info-buttons .popup-youtube:hover {
	opacity: 0.8
}

#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-info-buttons .popup-inline {
	display: block;
	font-size: 3rem;
	line-height: 1
}

#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-info-buttons .popup-inline:hover {
	color: #42a6d8;
	opacity: 0.8
}

#vdcs-spring-calculator .action-frame .steps-wrapper {
	margin-bottom: 1rem
}

#vdcs-spring-calculator .action-frame .steps-wrapper .steps-track {
	position: relative;
	width: 100%;
	display: flex;
	transition: 0.5s ease transform
}

#vdcs-spring-calculator .action-frame .steps-wrapper .steps {
	position: relative;
	width: 100%
}

#vdcs-spring-calculator .action-frame .steps-wrapper .update-price-button {
	margin-bottom: 0;
	margin-left: 1rem
}

#vdcs-spring-calculator .action-frame .steps-wrapper .update-price-button input {
	margin-bottom: 0
}

#vdcs-spring-calculator .action-frame .field-label {
	font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
	display: inline-block;
	margin-bottom: 0.25rem
}

#vdcs-spring-calculator .action-frame .field-output {
	font-size: 2rem;
	background: #e6e6e6;
	padding: 0.25rem 0.5rem
}

#vdcs-spring-calculator .action-frame .field-output.unit-price {
	font-size: 1rem
}

#vdcs-spring-calculator .action-frame .field-output.batch-price {
	font-size: 1.4rem;
	margin-bottom: 0
}

#vdcs-spring-calculator .action-frame .unit-price-label small,
#vdcs-spring-calculator .action-frame .batch-price-label small {
	font-weight: 900;
	text-decoration: underline
}

#vdcs-spring-calculator .navigation-control .steps-nav {
	flex: 1 1 100%;
	display: flex;
	justify-content: space-between;
	margin-left: 0;
	position: relative
}

#vdcs-spring-calculator .navigation-control .steps-nav li {
	width: 1.5rem;
	height: 2rem;
	z-index: 2;
	position: relative
}

#vdcs-spring-calculator .navigation-control .steps-nav li .dot {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	transition: 0.2s all ease;
	font-size: 2rem;
	line-height: 2rem;
	color: #e6e6e6;
	background: white
}

#vdcs-spring-calculator .navigation-control .steps-nav li .dot.previous {
	color: #313457
}

#vdcs-spring-calculator .navigation-control .steps-nav li .dot.previous:hover {
	color: #42a6d8
}

#vdcs-spring-calculator .navigation-control .steps-nav li .dot.active {
	color: #42a6d8
}

#vdcs-spring-calculator .navigation-control .steps-nav li .popup {
	position: absolute;
	margin: 0 auto;
	padding: 0.5rem;
	border-radius: 0.5rem;
	color: white;
	background: #313457;
	top: -10px;
	left: 50%;
	font-size: 0.8rem;
	transform: translate(-50%, -120%);
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s all ease
}

#vdcs-spring-calculator .navigation-control .steps-nav li .popup:before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 10px;
	border-right-width: 10px;
	border-top: 10px solid #313457
}

#vdcs-spring-calculator .navigation-control .steps-nav li:hover .popup {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -100%)
}

#vdcs-spring-calculator .navigation-control .steps-nav:before {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	content: '';
	background: #e6e6e6;
	height: 3px;
	width: 100%;
	z-index: 0
}

#vdcs-spring-calculator .navigation-control .steps-nav.calculation-path-0 {
	display: none
}

#vdcs-spring-calculator .navigation-control nav {
	margin-bottom: 1rem
}

#vdcs-spring-calculator .navigation-control nav .navigation-buttons {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	position: relative;
	width: calc(100% + 1em);
	left: -0.5em
}

#vdcs-spring-calculator .navigation-control nav .navigation-buttons .next {
	order: 2
}

#vdcs-spring-calculator .navigation-control nav .navigation-buttons .back {
	order: 1
}

#vdcs-spring-calculator .navigation-control nav .navigation-buttons .add-to-cart {
	order: 3;
	flex: 1 1 100%;
	margin-top: 1rem
}

#vdcs-spring-calculator .navigation-control nav .navigation-buttons .vdsc-email-pdf {
	order: 2
}

#vdcs-spring-calculator .navigation-control input,
#vdcs-spring-calculator .navigation-control button {
	display: inline-block;
	flex: 1 1 0;
	margin: 0 0.5rem;
	font-weight: bold;
	font-size: 1.1rem
}

#vdcs-spring-calculator .navigation-control input.add-to-cart {
	background-color: #42a6d8;
	color: "white"
}

#vdcs-spring-calculator .navigation-control input.add-to-cart:hover,
#vdcs-spring-calculator .navigation-control input.add-to-cart:focus {
	background-color: #278abb;
	color: "white"
}

#vdcs-spring-calculator .steps-wrapper,
#vdcs-spring-calculator .specification-frame,
#vdcs-spring-calculator .information-frame {
	position: relative
}

#vdcs-spring-calculator .steps-wrapper:before,
#vdcs-spring-calculator .specification-frame:before,
#vdcs-spring-calculator .information-frame:before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s all ease;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}

#vdcs-spring-calculator .steps-wrapper:after,
#vdcs-spring-calculator .specification-frame:after,
#vdcs-spring-calculator .information-frame:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("images/spinner.svg");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 20;
	content: '';
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	transition: 0.5s all ease
}

#vdcs-spring-calculator .steps-wrapper h3 small,
#vdcs-spring-calculator .steps-wrapper .h3 small,
#vdcs-spring-calculator .specification-frame h3 small,
#vdcs-spring-calculator .specification-frame .h3 small,
#vdcs-spring-calculator .information-frame h3 small,
#vdcs-spring-calculator .information-frame .h3 small {
	font-size: 1rem;
	/*color: #0a0a0a*/
}

#vdcs-spring-calculator #spring-diagram-wrapper {
	position: relative;
	max-width: 800px;
	margin: auto;
	z-index: 0
}

#vdcs-spring-calculator #spring-diagram-wrapper #spring-diagram {
	width: 100%
}

#vdcs-spring-calculator .steps-wrapper:before {
	width: calc(100% + 2rem);
	height: calc(100% + 1rem);
	left: -1rem
}

#vdcs-spring-calculator .specification-wrapper {
	padding: 0 1rem
}

#vdcs-spring-calculator.loading .steps-wrapper,
#vdcs-spring-calculator.loading .specification-frame,
#vdcs-spring-calculator.loading .information-frame {
	position: relative
}

#vdcs-spring-calculator.loading .steps-wrapper:before,
#vdcs-spring-calculator.loading .specification-frame:before,
#vdcs-spring-calculator.loading .information-frame:before {
	opacity: 1;
	visibility: visible
}

#vdcs-spring-calculator.loading .steps-wrapper:after,
#vdcs-spring-calculator.loading .specification-frame:after,
#vdcs-spring-calculator.loading .information-frame:after {
	opacity: 1;
	visibility: visible
}

#vdcs-spring-calculator .specification-frame {
	font-size: 0.8rem;
	overflow: hidden
}

#vdcs-spring-calculator .specification-frame .render {
	z-index: 1;
	position: relative
}

#vdcs-spring-calculator .specification-frame .vdsc-download-pdf {
	margin-left: 1rem
}

#vdcs-spring-calculator .specification-frame .row {
	/*background: #e6e6e6;*/
	align-items: center
}

@media screen and (min-width: 64.0625em) {
	#vdcs-spring-calculator .specification-frame .row {
		/*padding-top: 10px;*/
		padding-bottom: 10px
	}
}

@media screen and (max-width: 64em) {
	#vdcs-spring-calculator .specification-frame .row:first-child {
		padding-top: 0.5rem
	}

	#vdcs-spring-calculator .specification-frame .row:last-child {
		padding-bottom: 0.5rem
	}

	#vdcs-spring-calculator .specification-frame .row .column,
	#vdcs-spring-calculator .specification-frame .row .columns {
		margin-top: 0.3rem;
		margin-bottom: 0.3rem
	}
}

/*@media screen and (min-width: 64.0625em) {
	#vdcs-spring-calculator .specification-frame .row:nth-child(odd) {
		background: #f3f3f3
	}
}*/

#vdcs-spring-calculator .specification-frame .row p,
#vdcs-spring-calculator .specification-frame .row .jr-layout.icons.layout-grid .item-title,
.jr-layout.icons.layout-grid #vdcs-spring-calculator .specification-frame .row .item-title {
	margin-bottom: 0
}

@media screen and (min-width: 64.0625em) {

	/*#vdcs-spring-calculator .specification-frame .column.output,
	#vdcs-spring-calculator .specification-frame .output.columns {
		border-right: 1px solid #cdcdcd
	}*/

	#vdcs-spring-calculator .specification-frame .column.output:last-child,
	#vdcs-spring-calculator .specification-frame .output.columns:last-child {
		border-right: none
	}
}

#vdcs-spring-calculator .specification-frame .column.output a,
#vdcs-spring-calculator .specification-frame .output.columns a {
	color: #0a0a0a
}

#vdcs-spring-calculator .specification-frame .column.output a:hover,
#vdcs-spring-calculator .specification-frame .output.columns a:hover {
	color: #42a6d8
}

#vdcs-spring-calculator .specification-frame .column.output a i,
#vdcs-spring-calculator .specification-frame .output.columns a i {
	margin-left: 0.25rem;
	font-size: 0.9rem
}

#vdcs-spring-calculator .specification-frame .column.output .has-errors i.fa-exclamation-triangle,
#vdcs-spring-calculator .specification-frame .output.columns .has-errors i.fa-exclamation-triangle {
	margin-right: 0.25rem;
	color: #cc4b37
}

#vdcs-spring-calculator .specification-frame .column.output span.current,
#vdcs-spring-calculator .specification-frame .output.columns span.current {
	color: #42a6d8
}

#vdcs-spring-calculator .specification-frame .label {
	font-weight: 700
}

@media screen and (min-width: 64.0625em) {
	#vdcs-spring-calculator .specification-frame .label.part-number {
		flex: 0 0 25%
	}
}

#vdcs-spring-calculator .specification-frame .not-set {
	font-size: 0.8rem;
	color: #8a8a8a;
	font-style: italic
}

#vdcs-spring-calculator .specification-frame .detailed-specification-panel {
	margin-top: 2rem
}

#vdcs-spring-calculator .validation-panel .validation-frame {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 0
}

/*#vdcs-spring-calculator .specification-panel .specification-frame {
	border-top: 0
}*/

.validation-messages {
	margin: auto;
	background: rgba(255, 255, 255, 0.95);
	overflow: auto
}

.validation-messages p.dismiss-errors,
.validation-messages .jr-layout.icons.layout-grid .dismiss-errors.item-title,
.jr-layout.icons.layout-grid .validation-messages .dismiss-errors.item-title {
	margin: 2rem 0 0 0;
	text-align: center
}

.validation-messages p.dismiss-errors i,
.validation-messages .jr-layout.icons.layout-grid .dismiss-errors.item-title i,
.jr-layout.icons.layout-grid .validation-messages .dismiss-errors.item-title i {
	margin-right: 0.5rem
}

.validation-messages h4,
.validation-messages .h4,
.validation-messages .jr-layout.layout-grid .item .coming-soon-hover p,
.jr-layout.layout-grid .item .coming-soon-hover .validation-messages p,
.validation-messages .jr-layout.icons.layout-grid .item .coming-soon-hover .item-title,
.jr-layout.icons.layout-grid .item .coming-soon-hover .validation-messages .item-title {
	border-bottom: 1px solid #8a8a8a;
	padding-bottom: 0.5rem
}

.validation-messages ul {
	list-style: none;
	margin-left: 0;
	width: 100%
}

.validation-messages>ul {
	margin-bottom: 0
}

.validation-messages>ul>li {
	margin: 0.5rem 0;
	padding: 0.5rem 0
}

.validation-messages>ul>li:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}

.validation-messages>ul>li>ul li {
	margin-bottom: 0.5rem;
	position: relative;
	padding: 0.5rem 0.5rem 0.5rem 4rem;
	border-radius: 5px
}

.validation-messages>ul>li>ul li:before {
	font-family: FontAwesome;
	content: '\f071';
	display: block;
	position: absolute;
	left: 2rem;
	top: 50%;
	transform: translate(-50%, -50%)
}

.validation-messages>ul>li>ul li.type-invalid {
	background: #cc4b37;
	color: white
}

.validation-messages>ul>li>ul li.type-warning {
	background: #ffae00;
	color: white
}

.validation-messages>ul>li>ul li:last-child {
	margin-bottom: 0
}

#debug-form .validation-messages {
	position: relative
}

.validation-messages a {
	color: #313457;
	text-decoration: underline
}

.validation-messages p:last-child,
.validation-messages .jr-layout.icons.layout-grid .item-title:last-child,
.jr-layout.icons.layout-grid .validation-messages .item-title:last-child {
	margin-bottom: 0
}

table.debug-form {
	border-collapse: collapse
}

table.debug-form td,
table.debug-form th {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding: 5px
}

table.debug-form td:last-child,
table.debug-form th:last-child {
	border-right: 0
}

table.debug-form td ul,
table.debug-form th ul {
	margin-bottom: 0
}

table.debug-form th {
	background: #ddd
}

.sc-debug-form ul {
	list-style: none
}

.sc-debug-form input[name="update"] {
	display: none
}

.sc-debug-form .slider-wrapper {
	display: none
}

.spring-calculator-page .entry-content p:last-child,
.spring-calculator-page .entry-content .jr-layout.icons.layout-grid .item-title:last-child,
.jr-layout.icons.layout-grid .spring-calculator-page .entry-content .item-title:last-child {
	margin-bottom: 0
}

#jb48-dashboard table {
	border-collapse: collapse;
	border: 2px solid gray;
	text-align: left
}

#jb48-dashboard table td,
#jb48-dashboard table th {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding: 5px
}

#jb48-dashboard table td:last-child,
#jb48-dashboard table th:last-child {
	border-right: 0
}

#jb48-dashboard table td ul,
#jb48-dashboard table th ul {
	margin-bottom: 0
}

#jb48-dashboard table th {
	background: #ddd
}

#vdsc-unit-calculator {
	position: fixed;
	top: 10rem;
	right: 0;
	z-index: 10;
	background: #313457;
	color: white;
	padding: 1rem;
	max-width: 20rem;
	transform: translate(100%, 0);
	transition: 0.2s all ease;
	transform-origin: bottom
}

.vdsc-show-conversion-calculator #vdsc-unit-calculator {
	transform: translate(0, 0)
}

#vdsc-unit-calculator button {
	position: absolute;
	left: 0%;
	top: 0;
	transform: translate(-100%, 0);
	background: #313457;
	color: white;
	padding: 0.5rem;
	border-radius: 5px 0 0 5px;
	font-size: 1.5rem;
	cursor: pointer;
	outline: none !important
}

#vdsc-unit-calculator input {
	margin-bottom: 0;
	height: 2rem;
	padding: 0.3rem;
	font-size: 0.9rem
}

#vdsc-unit-calculator label {
	color: white;
	font-size: 0.7rem
}

#vdsc-unit-calculator .row {
	width: 100%
}

#vdsc-unit-calculator .row .column:first-child,
#vdsc-unit-calculator .row .columns:first-child {
	padding-left: 0
}

#vdsc-unit-calculator .row .column:last-child,
#vdsc-unit-calculator .row .columns:last-child {
	padding-right: 0
}

#vdsc-unit-calculator .input-group-label {
	font-size: 0.8rem;
	padding: 0 0.5rem
}

#vdsc-unit-calculator.highlight {
	-webkit-animation: bouncey 1.5s cubic-bezier(0.28, 0.84, 0.42, 1) both;
	animation: bouncey 1.5s cubic-bezier(0.28, 0.84, 0.42, 1) both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	perspective: 1000px;
	transform: translate(100%, 0);
	transform-origin: right
}

@-webkit-keyframes bouncey {
	0% {
		transform: translateX(100%)
	}

	25% {
		transform: translateX(70%)
	}

	30% {
		transform: translateX(70%) translateY(0px)
	}

	35% {
		transform: translateX(70%) translateY(2px)
	}

	40% {
		transform: translateX(70%) translateY(-7px)
	}

	45% {
		transform: translateX(70%) translateY(7px)
	}

	50% {
		transform: translateX(70%) translateY(-7px)
	}

	55% {
		transform: translateX(70%) translateY(2px)
	}

	60% {
		transform: translateX(70%) translateY(0px)
	}

	75% {
		transform: translateX(70%)
	}

	100% {
		transform: translateX(100%)
	}
}

@keyframes bouncey {
	0% {
		transform: translateX(100%)
	}

	25% {
		transform: translateX(70%)
	}

	30% {
		transform: translateX(70%) translateY(0px)
	}

	35% {
		transform: translateX(70%) translateY(2px)
	}

	40% {
		transform: translateX(70%) translateY(-7px)
	}

	45% {
		transform: translateX(70%) translateY(7px)
	}

	50% {
		transform: translateX(70%) translateY(-7px)
	}

	55% {
		transform: translateX(70%) translateY(2px)
	}

	60% {
		transform: translateX(70%) translateY(0px)
	}

	75% {
		transform: translateX(70%)
	}

	100% {
		transform: translateX(100%)
	}
}

body:before {
	content: '';
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	width: 100vw;
	height: 100vh;
	z-index: 19;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s all ease
}

body #vdsc-leaving-prompt {
	position: fixed;
	padding: 1rem;
	max-width: 30rem;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%, -50%);
	background: white;
	border: 3px solid #313457;
	z-index: 20;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s all ease
}

body #vdsc-leaving-prompt h2,
body #vdsc-leaving-prompt .woocommerce-thankyou-order-received,
body #vdsc-leaving-prompt .h2,
body #vdsc-leaving-prompt .sub-heading {
	margin-bottom: 1rem
}

body.vdsc-leaving-prompt-active #vdsc-leaving-prompt {
	display: block;
	visibility: visible;
	opacity: 1
}

body.vdsc-leaving-prompt-active:before {
	visibility: visible;
	opacity: 1
}

.mfp-content {
	background: white;
	padding: 2rem;
	max-width: 500px;
	border: 3px solid #313457
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #313457 !important
}

div.mfp-bg {
	background: #fff
}

.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.woocommerce .woocommerce-cart-form__contents .product-price {
	display: none
}

.woocommerce .woocommerce-cart-form__contents .actions {
	display: none
}

.woocommerce .woocommerce-cart-form__contents .product-name a:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-left: 0.5rem
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce table.cart img {
	width: 150px;
	padding-bottom: 0
}

.woocommerce .add-another-spring {
	text-align: right;
	margin-bottom: 4px
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
	text-transform: uppercase;
	color: #0a0a0a;
	padding: 0.5rem;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background: #42a6d8;
	color: white
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	font-weight: bold;
	background: #313457;
	color: white
}

.woocommerce-account .woocommerce {
	margin-bottom: 1rem
}

.woocommerce .woocommerce-EditAccountForm fieldset {
	margin-top: 1rem
}

.woocommerce .woocommerce-EditAccountForm legend {
	font-weight: bold
}

.woocommerce #order_review_heading {
	margin-top: 1rem
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce body input.alt[type=submit],
body .woocommerce input.alt[type=submit] {
	background-color: #313457
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce body input.alt[type=submit]:hover,
body .woocommerce input.alt[type=submit]:hover {
	background-color: #2a2c4a
}

.wc-terms-and-conditions span,
.woocommerce-terms-and-conditions-checkbox-text {
	font-weight: bold
}

.woocommerce-thankyou-order-received {
	background: #313457;
	color: white;
	margin-bottom: 0;
	padding: 1rem;
	padding-bottom: 0
}

.woocommerce-thankyou-order-details {
	background: #313457;
	color: white;
	padding: 1rem
}

.woocommerce label.checkbox.formatted,
.woocommerce-page label.checkbox.formatted {
	position: relative
}

.woocommerce label.checkbox.formatted input[type=checkbox],
.woocommerce-page label.checkbox.formatted input[type=checkbox] {
	visibility: hidden;
	display: none
}

.woocommerce label.checkbox.formatted .box,
.woocommerce-page label.checkbox.formatted .box {
	cursor: pointer;
	position: relative;
	width: 25px;
	height: 25px;
	display: inline-block;
	background: #eee;
	border: 1px solid #bbb;
	vertical-align: middle;
	margin-right: 0.5rem
}

.woocommerce label.checkbox.formatted .box .fa-check,
.woocommerce-page label.checkbox.formatted .box .fa-check {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #313457
}

.woocommerce label.checkbox.formatted input[type=checkbox]:checked+.box .fa-check,
.woocommerce-page label.checkbox.formatted input[type=checkbox]:checked+.box .fa-check {
	opacity: 1
}

.woocommerce table.shop_table th {
	padding: 4px 12px
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #CCC
}

.mfp-preloader a:hover {
	color: #FFF
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 49.55%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		transform: scale(0.75)
	}

	.mfp-arrow-left {
		transform-origin: 0
	}

	.mfp-arrow-right {
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

/*# sourceMappingURL=style.css.map */




/****** overwriting ******/
.action-frame.frame.column {
	border-right: 1px solid #b31671;
    padding-right: 3%;
}

#vdcs-spring-calculator .specification-panel .specification-frame {
	border-top: 1px solid #b31671;
	padding-top: 2%;
	margin-top: -3.3%;
}

.render h3 {
	color: #b31671;
}

#vdcs-spring-calculator .specification-frame h3 small {
	color: #b31671;
	font-weight: normal;
}

.standard-specification .column {
	margin: 0;
}

.action-frame h4 {
	color: #b31671;
}

#vdcs-spring-calculator .navigation-control nav .navigation-buttons {
	margin-top: 4%;
	float: left;
	width: calc(50% + 1em);
	margin-bottom: 4%;
}

.column_attr.clearfix.animate.fadeIn h2{
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0px;
}

.specification-frame h3 {
	color: #b31671;
}

#vdcs-spring-calculator .action-frame .step label {
	background: none;
    border: none;
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons {
	border: none;
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons label, #vdcs-spring-calculator .action-frame .step ul.radio-buttons a {
	border: none;
	background-color: #f3f4f4;
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons label {
	padding: 5%;
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons li.disabled label {
	border: none !important;
	background-color: #f3f4f4;
	color: initial;
}


#vdcs-spring-calculator .action-frame .step ul.radio-buttons label:hover {
	border: none !important;
	background-color: #b31671;
	color: #FFFFFF;
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons {
	padding: 0;
}

#vdcs-spring-calculator .navigation-control .steps-nav li .popup {
	background: none;
	color: #1b3d79;
	top: 0;
	line-height: 1;
}
#vdcs-spring-calculator .navigation-control .steps-nav li .popup:before {
	display: none;
}

#vdcs-spring-calculator .navigation-control .steps-nav li {
	width: 30px;
	height: 30px;
}

#vdcs-spring-calculator .navigation-control .steps-nav li .dot {
	color: #FFFFFF;
	border-radius: 50%;
	background-color: #f3f4f4;
	font-size: 20px;
	padding-left: 8px;
}

#vdcs-spring-calculator .navigation-control .steps-nav li .dot.active {
	background-color: #b31671;
	color: #FFFFFF;
}

#vdcs-spring-calculator .navigation-control .steps-nav li .dot.active:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#vdcs-spring-calculator .navigation-control .steps-nav li .dot.previous {
	background-color: #1b3d79;
	color: #FFFFFF;
}

#vdcs-spring-calculator .navigation-control .steps-nav li .dot.previous:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#vdcs-spring-calculator .navigation-control .steps-nav li .dot.active.previous {
	background-color: #b31671;
	color: #FFFFFF;
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons input[type=radio]:checked+label {
	background: #b31671;
	border: none;
}

#vdcs-spring-calculator .action-frame .step ul.radio-buttons input[type=radio]:checked+label:hover {
	background: #b31671;
	border: none !important;
}

div.navigation-control > p {
	display: none;
}

.button, body input[type=submit] {
	padding: 8px 20px;
}

#vdcs-spring-calculator .action-frame .step .step-info-wrapper .step-info-buttons {
	display: block;
}

/*#vdcs-spring-calculator .action-frame .step .field-type-slider .slider-wrapper {
	display: none;
}*/

.input-group-label {
	background: none;
	border: none;
}

.validation-messages {
	/*width: max-content;*/
}

.validation-messages {
	float: left;
	margin-bottom: 5%;
} 

.validation-messages>ul>li>ul li.type-invalid {
	background: red;
}

.testAPI {
	display: none;
}