/*
foundation.css
foundation-motion-ui.css
light.css
*/F
/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
	font-family: sans-serif; /* 1 */
	line-height: 1.15; /* 2 */

	    -ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
	margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

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

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

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

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
	display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
	margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
	overflow: visible; /* 2 */
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
}

/**
     * Add the correct display in IE.
     */

main {
	display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

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

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
	background-color: transparent; /* 1 */

	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

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

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
	font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
	font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

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

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
	font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

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

/**
     * Add the correct font size in all browsers.
     */

small {
	font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
	display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

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

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
	border-style: none;
}

/**
     * Hide the overflow in IE.
     */

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

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

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

/**
     * Show the overflow in IE.
     */

button {
	overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
	/**
       * Remove the inner border and padding in Firefox.
       */ /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

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

/**
     * Show the overflow in Edge.
     */

input {
	overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

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

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
	outline-offset: -2px; /* 2 */ /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */

	-webkit-appearance: textfield; /* 1 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
	font: inherit; /* 2 */

	-webkit-appearance: button; /* 1 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
	overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
	display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
	display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
	display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
	display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
	display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
	display: none;
}

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

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

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

body {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #0a0a0a;
	background: #fefefe;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-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 {
	line-height: 1;
	padding: 0;
	cursor: auto;
	border: 0;
	border-radius: 0;
	background: transparent;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

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

pre {
	overflow: auto;
}

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

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.row {
	display: -ms-flexbox;
	display: flex;
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;

	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
}

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

.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 {
	min-width: 0;
	padding-right: .625rem;
	padding-left: .625rem;

	-ms-flex: 1 1 0;
	    flex: 1 1 0;
}

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

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

.small-1 {
	max-width: 8.33333%;

	-ms-flex: 0 0 8.33333%;
	    flex: 0 0 8.33333%;
}

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

.small-2 {
	max-width: 16.66667%;

	-ms-flex: 0 0 16.66667%;
	    flex: 0 0 16.66667%;
}

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

.small-3 {
	max-width: 25%;

	-ms-flex: 0 0 25%;
	    flex: 0 0 25%;
}

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

.small-4 {
	max-width: 33.33333%;

	-ms-flex: 0 0 33.33333%;
	    flex: 0 0 33.33333%;
}

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

.small-5 {
	max-width: 41.66667%;

	-ms-flex: 0 0 41.66667%;
	    flex: 0 0 41.66667%;
}

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

.small-6 {
	max-width: 50%;

	-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
}

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

.small-7 {
	max-width: 58.33333%;

	-ms-flex: 0 0 58.33333%;
	    flex: 0 0 58.33333%;
}

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

.small-8 {
	max-width: 66.66667%;

	-ms-flex: 0 0 66.66667%;
	    flex: 0 0 66.66667%;
}

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

.small-9 {
	max-width: 75%;

	-ms-flex: 0 0 75%;
	    flex: 0 0 75%;
}

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

.small-10 {
	max-width: 83.33333%;

	-ms-flex: 0 0 83.33333%;
	    flex: 0 0 83.33333%;
}

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

.small-11 {
	max-width: 91.66667%;

	-ms-flex: 0 0 91.66667%;
	    flex: 0 0 91.66667%;
}

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

.small-12 {
	max-width: 100%;

	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
}

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

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

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

	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
}

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

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

	-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
}

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

.small-up-3 > .column,
.small-up-3 > .columns {
	max-width: 33.33333%;

	-ms-flex: 0 0 33.33333%;
	    flex: 0 0 33.33333%;
}

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

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

	-ms-flex: 0 0 25%;
	    flex: 0 0 25%;
}

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

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

	-ms-flex: 0 0 20%;
	    flex: 0 0 20%;
}

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

.small-up-6 > .column,
.small-up-6 > .columns {
	max-width: 16.66667%;

	-ms-flex: 0 0 16.66667%;
	    flex: 0 0 16.66667%;
}

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

.small-up-7 > .column,
.small-up-7 > .columns {
	max-width: 14.28571%;

	-ms-flex: 0 0 14.28571%;
	    flex: 0 0 14.28571%;
}

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

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

	-ms-flex: 0 0 12.5%;
	    flex: 0 0 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;
}

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

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

.shrink {
	max-width: 100%;

	-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
}

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

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

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

p {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;

	text-rendering: optimizeLegibility;
}

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: inherit;

	text-rendering: optimizeLegibility;
}

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

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

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

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

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

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

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

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

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

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 {
	line-height: 1.6;
	margin-bottom: 1rem;
	list-style-position: outside;
}

li {
	font-size: inherit;
}

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

ol {
	margin-left: 1.25rem;
}

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

dl {
	margin-bottom: 1rem;
}

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

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

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

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

cite:before {
	content: "— ";
}

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

figure {
	margin: 0;
}

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

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

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

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

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

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

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

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

[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 {
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	color: #0a0a0a;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);

	-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 {
	transition: box-shadow .5s, border-color .25s ease-in-out;
	border: 1px solid #8a8a8a;
	outline: none;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
}

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::placeholder,
textarea::placeholder {
	color: #cacaca;
}

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

[type="submit"],
[type="button"] {
	border-radius: 0;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

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;
	margin-right: 1rem;
	margin-bottom: 0;
	margin-left: .5rem;
	vertical-align: baseline;
}

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

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

[type="file"] {
	width: 100%;
}

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

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

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

.input-group {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;

	-ms-flex-align: stretch;
	align-items: stretch;
}

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

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

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

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

	-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	-ms-flex-align: center;
	align-items: center;
}

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

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

.input-group-field {
	min-width: 0;
	height: auto;
	border-radius: 0;

	-ms-flex: 1 1 0;
	    flex: 1 1 0;
}

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

	-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
}

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

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

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

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

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

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

select {
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	padding-right: 1.5rem;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	color: #0a0a0a;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	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-repeat: no-repeat;
	background-position: right -1rem center;
	background-origin: content-box;
	background-size: 9px 6px;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

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

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

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

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

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

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

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

	-webkit-appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

: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: -.5rem;
	content: "+";
}

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

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

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

.accordion-menu li {
	width: 100%;
}

.accordion-menu a {
	padding: .7rem 1rem;
}

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

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

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

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

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
	position: absolute;
	top: 50%;
	right: 1rem;
	display: block;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: "";
	border: inset 6px;
	border-color: #1779ba transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
}

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

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

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

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

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

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

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

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

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

	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
}

.badge {
	font-size: .6rem;
	display: inline-block;
	min-width: 2.1em;
	padding: .3em;
	text-align: center;
	color: #fefefe;
	border-radius: 50%;
	background: #1779ba;
}

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

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

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

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

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

.breadcrumbs {
	margin: 0 0 1rem 0;
	list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
	display: table;
	content: " ";

	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

.breadcrumbs::after {
	clear: both;
}

.breadcrumbs li {
	font-size: .6875rem;
	float: left;
	cursor: default;
	text-transform: uppercase;
	color: #0a0a0a;
}

.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 .75rem;
	content: "/";
	opacity: 1;
	color: #cacaca;
}

.breadcrumbs a {
	color: #1779ba;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs .disabled {
	cursor: not-allowed;
	color: #cacaca;
}

.button-group {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;

	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.button-group::before,
.button-group::after {
	display: table;
	content: " ";

	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

.button-group::after {
	clear: both;
}

.button-group .button {
	font-size: .9rem;
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;

	-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	-ms-flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

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

.card-divider {
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
	background: #e6e6e6;

	-ms-flex: 0 1 auto;
	    flex: 0 1 auto;
}

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

.card-section {
	padding: 1rem;

	-ms-flex: 1 0 auto;
	    flex: 1 0 auto;
}

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

.card-image {
	min-height: 1px;
}

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

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

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

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

.close-button,
.close-button.medium {
	font-size: 2em;
	line-height: 1;
	top: .5rem;
	right: 1rem;
}

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

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

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

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

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

.menu input {
	display: inline-block;
}

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

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-direction: row;
}

.menu.vertical {
	    flex-direction: column;

	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-direction: column;
}

.menu.expanded li {
	-ms-flex: 1 1 0;
	    flex: 1 1 0;
}

.menu.simple {
	-ms-flex-align: center;
	align-items: center;
}

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

.menu.simple a {
	padding: 0;
}

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

.menu.icons a {
	display: -ms-flexbox;
	display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu.align-right li {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: end;
	justify-content: flex-end;
}

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

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

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

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

.menu.align-center li {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;
}

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

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

.menu-centered > .menu {
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-centered > .menu li {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;
}

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

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

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

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

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

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

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

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

.is-drilldown {
	position: relative;
	overflow: hidden;
}

.is-drilldown li {
	display: block;
}

.is-drilldown.animate-height {
	transition: height .5s;
}

.drilldown a {
	padding: .7rem 1rem;
	background: #fefefe;
}

.drilldown .is-drilldown-submenu {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 100%;
	width: 100%;
	transition: transform .15s linear;
	background: #fefefe;
}

.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
	transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
	padding: .7rem 1rem;
}

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

.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
	position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
	position: absolute;
	top: 50%;
	right: 1rem;
	display: block;
	width: 0;
	height: 0;
	margin-top: -6px;
	content: "";
	border: inset 6px;
	border-color: transparent transparent transparent #1779ba;
	border-right-width: 0;
	border-left-style: solid;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
	right: 1rem;
	left: auto;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: inset 6px;
	border-color: transparent transparent transparent #1779ba;
	border-right-width: 0;
	border-left-style: solid;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
	right: auto;
	left: 1rem;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: inset 6px;
	border-color: transparent #1779ba transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
}

.drilldown .js-drilldown-back > a::before {
	display: block;
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .75rem;
	content: "";
	vertical-align: middle;
	border: inset 6px;
	border-color: transparent #1779ba transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	border-left-width: 0;
	border-left-width: 0;
}

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

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

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

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

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

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

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

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

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

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

.dropdown.menu a {
	padding: .7rem 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-object {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;

	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

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

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

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

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

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

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

.is-off-canvas-open {
	overflow: hidden;
}

.js-off-canvas-overlay {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity .5s ease, visibility .5s ease;
	opacity: 0;
	background: rgba(254, 254, 254, .25);
}

.js-off-canvas-overlay.is-visible {
	visibility: visible;
	opacity: 1;
}

.js-off-canvas-overlay.is-closable {
	cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed;
}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}

.off-canvas {
	position: fixed;
	z-index: 12;
	transition: transform .5s ease;
	background: #e6e6e6;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

[data-whatinput="mouse"] .off-canvas {
	outline: 0;
}

.off-canvas.is-transition-push {
	z-index: 12;
}

.off-canvas.is-closed {
	visibility: hidden;
}

.off-canvas.is-transition-overlap {
	z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, .7);
}

.off-canvas.is-open {
	transform: translate(0, 0);
}

.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	transition: transform .5s ease;
	background: #e6e6e6;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

[data-whatinput="mouse"] .off-canvas-absolute {
	outline: 0;
}

.off-canvas-absolute.is-transition-push {
	z-index: 12;
}

.off-canvas-absolute.is-closed {
	visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
	z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, .7);
}

.off-canvas-absolute.is-open {
	transform: translate(0, 0);
}

.position-left {
	top: 0;
	left: 0;
	overflow-y: auto;
	width: 250px;
	height: 100%;
	transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
	transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
	transform: translateX(250px);
}

.position-left.is-transition-push {
	box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, .25);
}

.position-right {
	top: 0;
	right: 0;
	overflow-y: auto;
	width: 250px;
	height: 100%;
	transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
	transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
	transform: translateX(-250px);
}

.position-right.is-transition-push {
	box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25);
}

.position-top {
	top: 0;
	left: 0;
	overflow-x: auto;
	width: 100%;
	height: 250px;
	transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
	transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
	transform: translateY(250px);
}

.position-top.is-transition-push {
	box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, .25);
}

.position-bottom {
	bottom: 0;
	left: 0;
	overflow-x: auto;
	width: 100%;
	height: 250px;
	transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
	transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
	transform: translateY(-250px);
}

.position-bottom.is-transition-push {
	box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, .25);
}

.off-canvas-content {
	transition: transform .5s ease;
	transform: none;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
	transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
	transform: translate(0, 0);
}

.orbit {
	position: relative;
}

.orbit-container {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0;
	list-style: none;
}

.orbit-slide {
	width: 100%;
}

.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0;
}

.orbit-figure {
	margin: 0;
}

.orbit-image {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 1rem;
	color: #fefefe;
	background-color: rgba(10, 10, 10, .5);
}

.orbit-previous,
.orbit-next {
	position: absolute;
	z-index: 10;
	top: 50%;
	padding: 1rem;
	transform: translateY(-50%);
	color: #fefefe;
}

[data-whatinput="mouse"] .orbit-previous,
[data-whatinput="mouse"] .orbit-next {
	outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
	background-color: rgba(10, 10, 10, .5);
}

.orbit-previous {
	left: 0;
}

.orbit-next {
	right: 0;
	left: auto;
}

.orbit-bullets {
	position: relative;
	margin-top: .8rem;
	margin-bottom: .8rem;
	text-align: center;
}

[data-whatinput="mouse"] .orbit-bullets {
	outline: 0;
}

.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: .1rem;
	border-radius: 50%;
	background-color: #cacaca;
}

.orbit-bullets button:hover {
	background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
	background-color: #8a8a8a;
}

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

.pagination::before,
.pagination::after {
	display: table;
	content: " ";

	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

.pagination::after {
	clear: both;
}

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

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

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

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

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

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

.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: .5rem;
	content: "\00ab";
}

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

.progress {
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
	background-color: #cacaca;
}

.progress.primary .progress-meter {
	background-color: #1779ba;
}

.progress.secondary .progress-meter {
	background-color: #767676;
}

.progress.success .progress-meter {
	background-color: #3adb76;
}

.progress.warning .progress-meter {
	background-color: #ffae00;
}

.progress.alert .progress-meter {
	background-color: #cc4b37;
}

.progress-meter {
	position: relative;
	display: block;
	width: 0;
	height: 100%;
	background-color: #1779ba;
}

.progress-meter-text {
	font-size: .75rem;
	font-weight: bold;
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	color: #fefefe;
}

.slider {
	position: relative;
	height: .5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background-color: #e6e6e6;

	-ms-touch-action: none;
	    touch-action: none;
}

.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: .5rem;
	transition: all .2s ease-in-out;
	background-color: #cacaca;
}

.slider-fill.is-dragging {
	transition: all 0s linear;
}

.slider-handle {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	transition: all .2s ease-in-out;
	transform: translateY(-50%);
	border-radius: 0;
	background-color: #1779ba;

	-ms-touch-action: manipulation;
	    touch-action: manipulation;
}

[data-whatinput="mouse"] .slider-handle {
	outline: 0;
}

.slider-handle:hover {
	background-color: #14679e;
}

.slider-handle.is-dragging {
	transition: all 0s linear;
}

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

.slider.vertical {
	display: inline-block;
	width: .5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	transform: scale(1, -1);
}

.slider.vertical .slider-fill {
	top: 0;
	width: .5rem;
	max-height: 100%;
}

.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	transform: translateX(-50%);
}

.sticky-container {
	position: relative;
}

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

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

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

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

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

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

body.is-reveal-open {
	overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
	position: fixed;
	overflow: hidden;
	min-height: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.reveal-overlay {
	position: fixed;
	z-index: 1005;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow-y: scroll;
	background-color: rgba(10, 10, 10, .45);
}

.reveal {
	position: relative;
	z-index: 1006;
	top: 100px;
	display: none;
	overflow-y: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

[data-whatinput="mouse"] .reveal {
	outline: 0;
}

.reveal .column,
.reveal .columns {
	min-width: 0;
}

.reveal > :last-child {
	margin-bottom: 0;
}

.reveal.collapse {
	padding: 0;
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

.reveal.without-overlay {
	position: fixed;
}

.switch {
	font-size: .875rem;
	font-weight: bold;
	position: relative;
	height: 2rem;
	margin-bottom: 1rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	color: #fefefe;
	outline: 0;
}

.switch-input {
	position: absolute;
	margin-bottom: 0;
	opacity: 0;
}

.switch-paddle {
	font-weight: inherit;
	position: relative;
	display: block;
	width: 4rem;
	height: 2rem;
	cursor: pointer;
	transition: all .25s ease-out;
	color: inherit;
	border-radius: 0;
	background: #cacaca;
}

input + .switch-paddle {
	margin: 0;
}

.switch-paddle::after {
	position: absolute;
	top: .25rem;
	left: .25rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	content: "";
	transition: all .25s ease-out;
	transform: translate3d(0, 0, 0);
	border-radius: 0;
	background: #fefefe;
}

input:checked ~ .switch-paddle {
	background: #1779ba;
}

input:checked ~ .switch-paddle::after {
	left: 2.25rem;
}

[data-whatinput="mouse"] input:focus ~ .switch-paddle {
	outline: 0;
}

.switch-active,
.switch-inactive {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.switch-active {
	left: 8%;
	display: none;
}

input:checked + label > .switch-active {
	display: block;
}

.switch-inactive {
	right: 15%;
}

input:checked + label > .switch-inactive {
	display: none;
}

.switch.tiny {
	height: 1.5rem;
}

.switch.tiny .switch-paddle {
	font-size: .625rem;
	width: 3rem;
	height: 1.5rem;
}

.switch.tiny .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 1rem;
	height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
	left: 1.75rem;
}

.switch.small {
	height: 1.75rem;
}

.switch.small .switch-paddle {
	font-size: .75rem;
	width: 3.5rem;
	height: 1.75rem;
}

.switch.small .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 1.25rem;
	height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
	left: 2rem;
}

.switch.large {
	height: 2.5rem;
}

.switch.large .switch-paddle {
	font-size: 1rem;
	width: 5rem;
	height: 2.5rem;
}

.switch.large .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 2rem;
	height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
	left: 2.75rem;
}

table {
	width: 100%;
	margin-bottom: 1rem;
	border-collapse: collapse;
	border-radius: 0;
}

table thead,
table tbody,
table tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}

table caption {
	font-weight: bold;
	padding: .5rem .625rem .625rem;
}

table thead {
	color: #0a0a0a;
	background: #f8f8f8;
}

table tfoot {
	color: #0a0a0a;
	background: #f1f1f1;
}

table thead tr,
table tfoot tr {
	background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
	font-weight: bold;
	padding: .5rem .625rem .625rem;
	text-align: left;
}

table tbody th,
table tbody td {
	padding: .5rem .625rem .625rem;
}

table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1;
}

table.unstriped tbody {
	background-color: #fefefe;
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe;
}

table.scroll {
	display: block;
	overflow-x: auto;
	width: 100%;
}

table.hover thead tr:hover {
	background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
	background-color: #ececec;
}

table.hover tbody tr:hover {
	background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec;
}

.table-scroll {
	overflow-x: auto;
}

.table-scroll table {
	width: auto;
}

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

.tabs::before,
.tabs::after {
	display: table;
	content: " ";

	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

.tabs::after {
	clear: both;
}

.tabs.vertical > li {
	display: block;
	float: none;
	width: auto;
}

.tabs.simple > li > a {
	padding: 0;
}

.tabs.simple > li > a:hover {
	background: transparent;
}

.tabs.primary {
	background: #1779ba;
}

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

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
	background: #1673b1;
}

.tabs-title {
	float: left;
}

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

.tabs-title > a:hover {
	color: #1468a0;
	background: #fefefe;
}

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

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

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

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

.tabs-panel.is-active {
	display: block;
}

.thumbnail {
	line-height: 0;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
}

a.thumbnail {
	transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(23, 121, 186, .5);
}

a.thumbnail image {
	box-shadow: none;
}

.title-bar {
	display: -ms-flexbox;
	display: flex;
	padding: .5rem;
	color: #fefefe;
	background: #0a0a0a;

	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

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

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

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

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

.has-tip {
	font-weight: bold;
	position: relative;
	display: inline-block;
	cursor: help;
	border-bottom: dotted 1px #8a8a8a;
}

.tooltip {
	font-size: 80%;
	position: absolute;
	z-index: 1200;
	top: calc(100% + .6495rem);
	max-width: 10rem;
	padding: .75rem;
	color: #fefefe;
	border-radius: 0;
	background-color: #0a0a0a;
}

.tooltip::before {
	position: absolute;
}

.tooltip.bottom::before {
	bottom: 100%;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: inset .75rem;
	border-color: transparent transparent #0a0a0a;
	border-top-width: 0;
	border-bottom-style: solid;
}

.tooltip.bottom.align-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.tooltip.top::before {
	top: 100%;
	bottom: auto;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: inset .75rem;
	border-color: #0a0a0a transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
}

.tooltip.top.align-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.tooltip.left::before {
	left: 100%;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: inset .75rem;
	border-color: transparent transparent transparent #0a0a0a;
	border-right-width: 0;
	border-left-style: solid;
}

.tooltip.left.align-center::before {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.tooltip.right::before {
	right: 100%;
	left: auto;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: inset .75rem;
	border-color: transparent #0a0a0a transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
}

.tooltip.right.align-center::before {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.tooltip.align-top::before {
	top: 10%;
	bottom: auto;
}

.tooltip.align-bottom::before {
	top: auto;
	bottom: 10%;
}

.tooltip.align-left::before {
	right: auto;
	left: 10%;
}

.tooltip.align-right::before {
	right: 10%;
	left: auto;
}

.top-bar {
	display: -ms-flexbox;
	display: flex;
	padding: .5rem;

	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

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

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

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

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

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

	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
}

.top-bar-title {
	margin: .5rem 1rem .5rem 0;

	-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
}

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

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

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

	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
}

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

	-webkit-clip-path: none;
	        clip-path: none;
}

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

.hide-for-landscape,
.show-for-portrait {
	display: none !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: " ";

	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

.clearfix::after {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.small-order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.small-order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.small-order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.small-order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.small-order-6 {
	-ms-flex-order: 6;
	order: 6;
}

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

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

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

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

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

	-ms-flex-direction: row;
}

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

	-ms-flex-direction: row-reverse;
}

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

	-ms-flex-direction: column;
}

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

	-ms-flex-direction: column-reverse;
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
	.reveal,
	.reveal.tiny,
	.reveal.small,
	.reveal.large {
		right: auto;
		left: auto;
		margin: 0 auto;
	}

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

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

	.medium-1 {
		max-width: 8.33333%;

		-ms-flex: 0 0 8.33333%;
		    flex: 0 0 8.33333%;
	}

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

	.medium-2 {
		max-width: 16.66667%;

		-ms-flex: 0 0 16.66667%;
		    flex: 0 0 16.66667%;
	}

	.medium-offset-1 {
		margin-left: 8.33333%;
	}

	.medium-3 {
		max-width: 25%;

		-ms-flex: 0 0 25%;
		    flex: 0 0 25%;
	}

	.medium-offset-2 {
		margin-left: 16.66667%;
	}

	.medium-4 {
		max-width: 33.33333%;

		-ms-flex: 0 0 33.33333%;
		    flex: 0 0 33.33333%;
	}

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

	.medium-5 {
		max-width: 41.66667%;

		-ms-flex: 0 0 41.66667%;
		    flex: 0 0 41.66667%;
	}

	.medium-offset-4 {
		margin-left: 33.33333%;
	}

	.medium-6 {
		max-width: 50%;

		-ms-flex: 0 0 50%;
		    flex: 0 0 50%;
	}

	.medium-offset-5 {
		margin-left: 41.66667%;
	}

	.medium-7 {
		max-width: 58.33333%;

		-ms-flex: 0 0 58.33333%;
		    flex: 0 0 58.33333%;
	}

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

	.medium-8 {
		max-width: 66.66667%;

		-ms-flex: 0 0 66.66667%;
		    flex: 0 0 66.66667%;
	}

	.medium-offset-7 {
		margin-left: 58.33333%;
	}

	.medium-9 {
		max-width: 75%;

		-ms-flex: 0 0 75%;
		    flex: 0 0 75%;
	}

	.medium-offset-8 {
		margin-left: 66.66667%;
	}

	.medium-10 {
		max-width: 83.33333%;

		-ms-flex: 0 0 83.33333%;
		    flex: 0 0 83.33333%;
	}

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

	.medium-11 {
		max-width: 91.66667%;

		-ms-flex: 0 0 91.66667%;
		    flex: 0 0 91.66667%;
	}

	.medium-offset-10 {
		margin-left: 83.33333%;
	}

	.medium-12 {
		max-width: 100%;

		-ms-flex: 0 0 100%;
		    flex: 0 0 100%;
	}
	


	.medium-offset-11 {
		margin-left: 91.66667%;
	}

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

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

		-ms-flex: 0 0 100%;
		    flex: 0 0 100%;
	}

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

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

		-ms-flex: 0 0 50%;
		    flex: 0 0 50%;
	}

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

	.medium-up-3 > .column,
	.medium-up-3 > .columns {
		max-width: 33.33333%;

		-ms-flex: 0 0 33.33333%;
		    flex: 0 0 33.33333%;
	}

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

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

		-ms-flex: 0 0 25%;
		    flex: 0 0 25%;
	}

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

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

		-ms-flex: 0 0 20%;
		    flex: 0 0 20%;
	}

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

	.medium-up-6 > .column,
	.medium-up-6 > .columns {
		max-width: 16.66667%;

		-ms-flex: 0 0 16.66667%;
		    flex: 0 0 16.66667%;
	}

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

	.medium-up-7 > .column,
	.medium-up-7 > .columns {
		max-width: 14.28571%;

		-ms-flex: 0 0 14.28571%;
		    flex: 0 0 14.28571%;
	}

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

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

		-ms-flex: 0 0 12.5%;
		    flex: 0 0 12.5%;
	}

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

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

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

	.column-block {
		margin-bottom: 1.875rem;
	}

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

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

	h2,
	.h2 {
		font-size: 2.5rem;
	}

	h3,
	.h3 {
		font-size: 1.9375rem;
	}

	h4,
	.h4 {
		font-size: 1.5625rem;
	}

	h5,
	.h5 {
		font-size: 1.25rem;
	}

	h6,
	.h6 {
		font-size: 1rem;
	}

	.medium-text-left {
		text-align: left;
	}

	.medium-text-right {
		text-align: right;
	}

	.medium-text-center {
		text-align: center;
	}

	.medium-text-justify {
		text-align: justify;
	}

	.button-group.stacked-for-small .button {
		margin-bottom: 0;

		-ms-flex: 1 1 0;
		    flex: 1 1 0;
	}

	.menu.medium-horizontal {
		    flex-direction: row;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-direction: row;
	}

	.menu.medium-vertical {
		    flex-direction: column;

		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-ms-flex-direction: column;
	}

	.menu.medium-expanded li {
		-ms-flex: 1 1 0;
		    flex: 1 1 0;
	}

	.menu.medium-simple li {
		-ms-flex: 1 1 0;
		    flex: 1 1 0;
	}

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

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

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

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

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

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

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

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

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

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

	.position-left.reveal-for-medium {
		z-index: 12;
		visibility: visible;
		transition: none;
		transform: none;
	}

	.position-left.reveal-for-medium .close-button {
		display: none;
	}

	.off-canvas-content .position-left.reveal-for-medium {
		transform: none;
	}

	.off-canvas-content.has-reveal-left {
		margin-left: 250px;
	}

	.position-left.reveal-for-medium ~ .off-canvas-content {
		margin-left: 250px;
	}

	.position-right.reveal-for-medium {
		z-index: 12;
		visibility: visible;
		transition: none;
		transform: none;
	}

	.position-right.reveal-for-medium .close-button {
		display: none;
	}

	.off-canvas-content .position-right.reveal-for-medium {
		transform: none;
	}

	.off-canvas-content.has-reveal-right {
		margin-right: 250px;
	}

	.position-right.reveal-for-medium ~ .off-canvas-content {
		margin-right: 250px;
	}

	.position-top.reveal-for-medium {
		z-index: 12;
		visibility: visible;
		transition: none;
		transform: none;
	}

	.position-top.reveal-for-medium .close-button {
		display: none;
	}

	.off-canvas-content .position-top.reveal-for-medium {
		transform: none;
	}

	.off-canvas-content.has-reveal-top {
		margin-top: 250px;
	}

	.position-top.reveal-for-medium ~ .off-canvas-content {
		margin-top: 250px;
	}

	.position-bottom.reveal-for-medium {
		z-index: 12;
		visibility: visible;
		transition: none;
		transform: none;
	}

	.position-bottom.reveal-for-medium .close-button {
		display: none;
	}

	.off-canvas-content .position-bottom.reveal-for-medium {
		transform: none;
	}

	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}

	.position-bottom.reveal-for-medium ~ .off-canvas-content {
		margin-bottom: 250px;
	}

	.off-canvas.in-canvas-for-medium {
		position: static;
		visibility: visible;
		overflow: inherit;
		width: inherit;
		height: auto;
		transition: inherit;
		background: inherit;
	}

	.off-canvas.in-canvas-for-medium.position-left,
	.off-canvas.in-canvas-for-medium.position-right,
	.off-canvas.in-canvas-for-medium.position-top,
	.off-canvas.in-canvas-for-medium.position-bottom {
		transform: none;
		box-shadow: none;
	}

	.off-canvas.in-canvas-for-medium .close-button {
		display: none;
	}

	.pagination li {
		display: inline-block;
	}

	.reveal {
		min-height: 0;
	}

	.reveal {
		width: 600px;
		max-width: 75rem;
	}

	.reveal.tiny {
		width: 30%;
		max-width: 75rem;
	}

	.reveal.small {
		width: 50%;
		max-width: 75rem;
	}

	.reveal.large {
		width: 90%;
		max-width: 75rem;
	}

	.top-bar {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}

	.top-bar .top-bar-left {
		margin-right: auto;

		-ms-flex: 1 1 auto;
		    flex: 1 1 auto;
	}

	.top-bar .top-bar-right {
		margin-left: auto;

		-ms-flex: 0 1 auto;
		    flex: 0 1 auto;
	}

	.hide-for-medium {
		display: none !important;
	}

	.medium-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.medium-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.medium-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.medium-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.medium-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.medium-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.medium-flex-container {
		display: -ms-flexbox;
		display: flex;
	}

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

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

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

	.medium-flex-dir-row {
		    flex-direction: row;

		-ms-flex-direction: row;
	}

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

		-ms-flex-direction: row-reverse;
	}

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

		-ms-flex-direction: column;
	}

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

		-ms-flex-direction: column-reverse;
	}
}

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

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

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

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

	.large-1 {
		max-width: 8.33333%;

		-ms-flex: 0 0 8.33333%;
		    flex: 0 0 8.33333%;
	}

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

	.large-2 {
		max-width: 16.66667%;

		-ms-flex: 0 0 16.66667%;
		    flex: 0 0 16.66667%;
	}

	.large-offset-1 {
		margin-left: 8.33333%;
	}

	.large-3 {
		max-width: 25%;

		-ms-flex: 0 0 25%;
		    flex: 0 0 25%;
	}

	.large-offset-2 {
		margin-left: 16.66667%;
	}

	.large-4 {
		max-width: 33.33333%;

		-ms-flex: 0 0 33.33333%;
		    flex: 0 0 33.33333%;
	}

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

	.large-5 {
		max-width: 41.66667%;

		-ms-flex: 0 0 41.66667%;
		    flex: 0 0 41.66667%;
	}

	.large-offset-4 {
		margin-left: 33.33333%;
	}

	.large-6 {
		max-width: 50%;

		-ms-flex: 0 0 50%;
		    flex: 0 0 50%;
	}

	.large-offset-5 {
		margin-left: 41.66667%;
	}

	.large-7 {
		max-width: 58.33333%;

		-ms-flex: 0 0 58.33333%;
		    flex: 0 0 58.33333%;
	}

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

	.large-8 {
		max-width: 66.66667%;

		-ms-flex: 0 0 66.66667%;
		    flex: 0 0 66.66667%;
	}

	.large-offset-7 {
		margin-left: 58.33333%;
	}

	.large-9 {
		max-width: 75%;

		-ms-flex: 0 0 75%;
		    flex: 0 0 75%;
	}

	.large-offset-8 {
		margin-left: 66.66667%;
	}

	.large-10 {
		max-width: 83.33333%;

		-ms-flex: 0 0 83.33333%;
		    flex: 0 0 83.33333%;
	}

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

	.large-11 {
		max-width: 91.66667%;

		-ms-flex: 0 0 91.66667%;
		    flex: 0 0 91.66667%;
	}

	.large-offset-10 {
		margin-left: 83.33333%;
	}

	.large-12 {
		max-width: 100%;

		-ms-flex: 0 0 100%;
		    flex: 0 0 100%;
	}

	.large-offset-11 {
		margin-left: 91.66667%;
	}

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

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

		-ms-flex: 0 0 100%;
		    flex: 0 0 100%;
	}

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

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

		-ms-flex: 0 0 50%;
		    flex: 0 0 50%;
	}

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

	.large-up-3 > .column,
	.large-up-3 > .columns {
		max-width: 33.33333%;

		-ms-flex: 0 0 33.33333%;
		    flex: 0 0 33.33333%;
	}

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

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

		-ms-flex: 0 0 25%;
		    flex: 0 0 25%;
	}

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

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

		-ms-flex: 0 0 20%;
		    flex: 0 0 20%;
	}

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

	.large-up-6 > .column,
	.large-up-6 > .columns {
		max-width: 16.66667%;

		-ms-flex: 0 0 16.66667%;
		    flex: 0 0 16.66667%;
	}

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

	.large-up-7 > .column,
	.large-up-7 > .columns {
		max-width: 14.28571%;

		-ms-flex: 0 0 14.28571%;
		    flex: 0 0 14.28571%;
	}

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

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

		-ms-flex: 0 0 12.5%;
		    flex: 0 0 12.5%;
	}

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

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

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

	.large-text-left {
		text-align: left;
	}

	.large-text-right {
		text-align: right;
	}

	.large-text-center {
		text-align: center;
	}

	.large-text-justify {
		text-align: justify;
	}

	.button-group.stacked-for-medium .button {
		margin-bottom: 0;

		-ms-flex: 1 1 0;
		    flex: 1 1 0;
	}

	.menu.large-horizontal {
		    flex-direction: row;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-direction: row;
	}

	.menu.large-vertical {
		    flex-direction: column;

		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-ms-flex-direction: column;
	}

	.menu.large-expanded li {
		-ms-flex: 1 1 0;
		    flex: 1 1 0;
	}

	.menu.large-simple li {
		-ms-flex: 1 1 0;
		    flex: 1 1 0;
	}

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

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

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

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

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

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

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

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

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

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

	.position-left.reveal-for-large {
		z-index: 12;
		visibility: visible;
		transition: none;
		transform: none;
	}

	.position-left.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-left.reveal-for-large {
		transform: none;
	}

	.off-canvas-content.has-reveal-left {
		margin-left: 250px;
	}

	.position-left.reveal-for-large ~ .off-canvas-content {
		margin-left: 250px;
	}

	.position-right.reveal-for-large {
		z-index: 12;
		visibility: visible;
		transition: none;
		transform: none;
	}

	.position-right.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-right.reveal-for-large {
		transform: none;
	}

	.off-canvas-content.has-reveal-right {
		margin-right: 250px;
	}

	.position-right.reveal-for-large ~ .off-canvas-content {
		margin-right: 250px;
	}

	.position-top.reveal-for-large {
		z-index: 12;
		visibility: visible;
		transition: none;
		transform: none;
	}

	.position-top.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-top.reveal-for-large {
		transform: none;
	}

	.off-canvas-content.has-reveal-top {
		margin-top: 250px;
	}

	.position-top.reveal-for-large ~ .off-canvas-content {
		margin-top: 250px;
	}

	.position-bottom.reveal-for-large {
		z-index: 12;
		visibility: visible;
		transition: none;
		transform: none;
	}

	.position-bottom.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-bottom.reveal-for-large {
		transform: none;
	}

	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}

	.position-bottom.reveal-for-large ~ .off-canvas-content {
		margin-bottom: 250px;
	}

	.off-canvas.in-canvas-for-large {
		position: static;
		visibility: visible;
		overflow: inherit;
		width: inherit;
		height: auto;
		transition: inherit;
		background: inherit;
	}

	.off-canvas.in-canvas-for-large.position-left,
	.off-canvas.in-canvas-for-large.position-right,
	.off-canvas.in-canvas-for-large.position-top,
	.off-canvas.in-canvas-for-large.position-bottom {
		transform: none;
		box-shadow: none;
	}

	.off-canvas.in-canvas-for-large .close-button {
		display: none;
	}

	.hide-for-large {
		display: none !important;
	}

	.large-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.large-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.large-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.large-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.large-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.large-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.large-flex-container {
		display: -ms-flexbox;
		display: flex;
	}

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

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

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

	.large-flex-dir-row {
		    flex-direction: row;

		-ms-flex-direction: row;
	}

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

		-ms-flex-direction: row-reverse;
	}

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

		-ms-flex-direction: column;
	}

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

		-ms-flex-direction: column-reverse;
	}
}

@media screen and (max-width: 74.9375em) {
	.top-bar.stacked-for-large {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		max-width: 100%;

		-ms-flex: 0 0 100%;
		    flex: 0 0 100%;
	}
}

@media screen and (max-width: 63.9375em) {
	table.stack thead {
		display: none;
	}

	table.stack tfoot {
		display: none;
	}

	table.stack tr,
	table.stack th,
	table.stack td {
		display: block;
	}

	table.stack td {
		border-top: 0;
	}

	.top-bar.stacked-for-medium {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		max-width: 100%;

		-ms-flex: 0 0 100%;
		    flex: 0 0 100%;
	}

	.show-for-large {
		display: none !important;
	}
}

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

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

	.media-object.stack-for-small {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.media-object.stack-for-small .media-object-section {
		max-width: 100%;
		padding: 0;
		padding-bottom: 1rem;

		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.media-object.stack-for-small .media-object-section img {
		width: 100%;
	}

	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}

	.hide-for-small-only {
		display: none !important;
	}

	.show-for-medium {
		display: none !important;
	}
}

@media print {
	* {
		color: black !important;
		background: transparent !important;
		box-shadow: none !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;
	}

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

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

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

/*fondation-motion-ui.css*/

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

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

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

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

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

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

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

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

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

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

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

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

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

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

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

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

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

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

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

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

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

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

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounce-in {
	transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

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

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



/*------------------------------------------------------------------------------
	TABLE OF CONTENT

	+ TYPOGRAPHY
	+ LISTS
	+ FEATURED LISTS
	+ SVG DEFAULT STYLES
	+ DIVIDERS
	- SOME SUMMARY STYLES
		+ POSITIONING
		+ TEXT COLORS
		+ BACKGROUND COLORS
	+ HELPERS

	- FORMS ELEMENTS
		+ PLACEHOLDER COLORS
		+ FORM PRIMARY
		+ FORM SECONDARY
		+ FORM GRAY
		+ SINGLE FORM
		+ RANGE SLIDER
		+ SWITCHES
		+ CHECKBOXES & RADIOS
		+ FORM ERROR STYLES
	- BUTTONS (DEFAULT FOUNDATION BUTTONS)
		+ BUTTON COLORS
		+ BUTTON SHADOW
		+ HOLLOW BUTTON
		+ DISABLED BUTTON
		+ BUTTON SIZES
		+ BUTTON GROUP
	- THEMEPLATE BUTTONS (CUSTOM STYLES)
		+ BASE STYLE (ICON ON RIGHT SIDE)
		+ THEMEPLATE BUTTON, ICON ON LEFT SIDE
		+ THEMEPLATE BUTTON, FLIPED BY VERTICAL
		+ THEMEPLATE BUTTON WITH ONE VERTICAL BORDER
		+ THEMEPLATE BUTTON COLORS
		+ THEMEPLATE BUTTON DISABLED
		+ THEMEPLATE BUTTON SHADOW
	+ SIMPLE BUTTON
	+ TRANSPARENT BUTTON
	+ CLOSE BUTTON
	- HEADLINERS
		+ SECTION HEADLINE
	+ ICONS
	+ ICON-BOX ELEMENT
	+ MEDIA-OBJECT
	- POSTS
		+ SINGLE POST
		+ POST COMMENTS
		+ FEATURED POSTS
	- CARDS
		+ CARD-POST
		+ CARD-POST-SIMPLE
		+ CARD-SLIDE
		+ CARD-TEAM
		+ CARD-POST-ICON
		+ CARD-PRODUCT
		+ CARD-PRODUCT EXTENDED (e.g. FLEET PAGE)
		+ CARD-PRODUCT SIMPLE
	+ MEDIA-BUTTON
	+ IMAGES
	+ IMAGE-GALLERIES
	+ VIDEO CONTAINERS
	- CAROUSELS
		+ CAROUSELS DOT-BULLETS
		+ CAROUSELS ARROW-LABLE-BUTTONS
		+ ORBIT CAROUSEL
		+ CONTENT CAROUSEL
		+ THUMBNAIL CONTENT CAROUSEL
		+ OWL CAROUSEL
		+ HERO OWL CAROUSEL DOTS
		+ LOGO CAROUSEL
	+ ACCORDIONS
	+ TABS
	+ BREADCRUMBS
	+ PAGINATION
	+ BADGES
	+ LABELS
	+ PROGRESS BAR
	+ TABLES
	+ CALLOUT
	+ MODAL WINDOWS
	+ PRICE BLOCK
	+ PRICE TABLES
	+ TIMELINES
	+ COUNTERS
	+ COUNTDOWN
	+ RATING STARS
	+ TWITTER-FEED
	+ SOCIALS
	+ MAPS
	+ LANGUAGE BAR
	+ TESTIMONIALS

	- LAYOUTS
		+ FULL WIDTH SECTION
		+ FULL WIDTH BOXED SECTION
		+ HALF SECTION
		+ SECTION LINE
		+ SECTION CONTENT BOX
	+ SCROLL UP ELEMENTS
	- MENU
		+ MAIN MENU: MOBILE
		+ MAIN MENU: DESKTOP
	+ TOPBAR
	- HEADERS
		+ SITE-HEADER
		+ SITE-HEADER LOGO
		+ PAGE HEADER
		+ BLOCK HEADER
	+ FOOTERS
	+ MAIN PAGE HERO
	+ ASYMMETRICAL CUSTOM SECTION
	+ SYMMETRICAL DECORATIVE CUSTOM SECTION #1
	+ SYMMETRICAL DECORATIVE CUSTOM SECTION #2
	+ FULL WIDTH SECTION WITH TRAPEZE
	+ FULL WIDTH BANER WITH BACKGROUND IMAGE
	+ SIDEBAR
	- HOMEPAGE
		+ SECTION-WELCOME
		+ SECTION "SERVICES"
		+ SECTION "OUR FLEET"
	- FLEET PAGES
		+ FLEET-GRID
		+ VEHICLE DETAILS
		+ FLEET-FORM
	+ SERVICES PAGES STYLES
	+ CONTACTS PAGES
	+ SPECIAL PAGES
	+ ELEMENTS PAGES
	+ PLUGINS CUSTOM STYLES
	+ MEDIA QUERIES

------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
	TYPOGRAPHY
------------------------------------------------------------------------------*/

body {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	font-weight: normal;
	line-height: 0;
	text-transform: lowercase;
	color: #cacaca;
	text-shadow: none;
}

h1 small:before,
.h1 small:before,
h2 small:before,
.h2 small:before,
h3 small:before,
.h3 small:before,
h4 small:before,
.h4 small:before,
h5 small:before,
.h5 small:before,
h6 small:before,
.h6 small:before,
h1 small:after,
.h1 small:after,
h2 small:after,
.h2 small:after,
h3 small:after,
.h3 small:after,
h4 small:after,
.h4 small:after,
h5 small:after,
.h5 small:after,
h6 small:after,
.h6 small:after {
	content: " ";
}

h1.subheader,
.subheader.h1,
h2.subheader,
.subheader.h2,
h3.subheader,
.subheader.h3,
h4.subheader,
.subheader.h4,
h5.subheader,
.subheader.h5,
h6.subheader,
.subheader.h6 {
	font-weight: 400;
}

h1,
.h1 {
	font-size: 1.8rem;
}

h2,
.h2 {
	font-size: 1.4625rem;
}

h3,
.h3 {
	font-size: 1.1375rem;
}

h4,
.h4 {
	font-size: .90625rem;
}

h5,
.h5 {
	font-size: .8rem;
}

h6,
.h6 {
	font-size: .74375rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	line-height: 1.333;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	line-height: 1.5;
}

p > a,
.text-link {
	padding: 0 3px 1px;
	transition: all .2s linear;
	text-decoration: none;
	color: inherit;
	box-shadow: inset 0 -1px 0 0 #ff6501;
}

p > a:hover,
.text-link:hover,
p > a:focus,
.text-link:focus {
	color: #333;
	box-shadow: inset 0 -25px 0 0 #ff6501;
}

a {
	transition: color linear .2s;
	color: inherit;
	background-color: transparent;

	-webkit-text-decoration-skip: objects;
}

a:focus,
a:hover {
	color: #ff6501;
	outline-width: 0;
}

p {
	font-size: inherit;
	line-height: 1.5;
	margin-bottom: 1.3125rem;

	-ms-font-feature-settings: "liga", "dlig";
	 -o-font-feature-settings: "liga", "dlig";
	    font-feature-settings: "liga", "dlig";
}

p:last-child {
	margin-bottom: 0;
}

.lead {
	font-weight: 300;
	margin-bottom: 1.3125rem;
}

.stat {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

blockquote,
.blockquote {
	font-family: inherit;
	font-size: 1.25rem;
	font-weight: 300;
	font-style: italic;
	line-height: 1.8;
	max-width: 90%;
	margin: 1.3125rem 0 1.3125rem 5%;
	padding-top: 1em;
	padding-bottom: 1em;
	border-left-width: 2px;
}

blockquote,
blockquote p,
.blockquote,
.blockquote p {
	color: #8a8a8a;
}

blockquote.primary,
.blockquote.primary {
	border-left-color: #ff6501;
}

blockquote cite,
blockquote.callout > cite:first-child,
.blockquote cite,
.blockquote.callout > cite:first-child {
	margin-top: 1em;
}

/*------------------------------------------------------------------------------
	LISTS
------------------------------------------------------------------------------*/

nav ol,
nav ul {
	list-style: none;
	list-style-image: none;
}

ul.marked {
	list-style: none;
}

ul.marked > li:before {
	margin-left: -1.25em;
	padding-right: .7em;
	content: "•";
	color: currentColor;
}

ul.colored {
	list-style: none;
}

ul.colored > li > .zmdi-hc-li {
	color: #ff6501;
}

ol,
ul {
	padding: 0;
}

ol.colored > li:before,
ul.colored > li:before {
	color: #ff6501;
}

.ordered,
.ordered_nested {
	margin-left: 2.14286em; /* 30px */
	padding-left: 0;
	list-style: none;
	counter-reset: section;
}

.ordered > li,
.ordered_nested > li {
	position: relative;
}

.ordered > li:before,
.ordered_nested > li:before {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	counter-increment: section;
	text-align: center;
}

.ordered > li:before {
	content: counter(section) ". ";
}

.ordered_nested > li:before {
	content: counters(section, ". ") ". ";
}

.ordered_nested .ordered_nested .ordered_nested {
	margin-left: 3.21429em;
}

.ordered_nested .ordered_nested .ordered_nested li:before {
	left: calc(-2.14286em * 1.5);
	width: calc(2.14286em * 1.5);
}

/*------------------------------------------------------------------------------
	FEATURES LISTS
------------------------------------------------------------------------------*/

.featured-list-bordered {
	list-style: none;
}

.featured-list-bordered:last-child {
	margin-bottom: 0;
}

.featured-list-bordered > li:not(:last-child) {
	margin-bottom: .65625rem;
	padding-bottom: .65625rem;
	border-bottom: 1px dashed #cacaca;
}

[class*="secondary"] .featured-list-bordered > li:not(:last-child) {
	border-color: rgba(138, 138, 138, .5);
}

.featured-list-bordered > li a,
.featured-list-bordered > li button {
	line-height: inherit;
}

.featured-list-bordered > li button {
	text-align: left;
}

.featured-list-bordered > li button:not(.block-link) {
	transition: color linear .3s;
}

.featured-list-bordered > li button:not(.block-link):focus,
.featured-list-bordered > li button:not(.block-link):hover {
	color: #ff6501;
}

.featured-list-bordered > li i {
	margin-right: 1rem;
}

.featured-list {
	margin-left: 2.875rem;
}

.featured-list > li,
.featured-list .fa-li,
.featured-list .zmdi-hc-li {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;
}

.featured-list .fa-li,
.featured-list .zmdi-hc-li {
	top: 0;
	bottom: 0;
	left: -2.875rem;
	height: 2.14285714em;
	margin: auto;

	-ms-flex-align: center;
	align-items: center;
}

.featured-list > li {
	    flex-direction: column;

	-ms-flex-direction: column;
}

.featured-list > li:not(:last-child) {
	margin-bottom: 1.3125rem;
}

.featured-list a,
.featured-list button {
	line-height: 1.5;
}

.featured-list.flip-x {
	margin-right: 5.8125rem;
	margin-left: 0;
	text-align: right;
}

.featured-list.flip-x .fa-li,
.featured-list.flip-x .zmdi-hc-li {
	right: -5.75rem;
	left: auto;
}

.featured-list.icon-to-top li > i {
	bottom: auto;
}

.featured-list.zmdi-hc-ul-2x,
.featured-list.fa-ul-2x {
	margin-left: 4.75rem;
}

.featured-list.zmdi-hc-ul-2x .fa-li,
.featured-list.zmdi-hc-ul-2x .zmdi-hc-li,
.featured-list.fa-ul-2x .fa-li,
.featured-list.fa-ul-2x .zmdi-hc-li {
	left: -4.75rem;
}

.featured-list.zmdi-hc-ul-2x > li:not(:last-child),
.featured-list.fa-ul-2x > li:not(:last-child) {
	margin-bottom: 2.625rem;
}

.featured-list-bordered.zmdi-hc-ul-2x,
.featured-list-bordered.fa-ul-2x {
	margin-left: 3.75rem;
}

.featured-list-bordered.zmdi-hc-ul-2x .fa-li,
.featured-list-bordered.zmdi-hc-ul-2x .zmdi-hc-li,
.featured-list-bordered.fa-ul-2x .fa-li,
.featured-list-bordered.fa-ul-2x .zmdi-hc-li {
	left: -3.75rem;
	margin-right: 0;
}

/*----------------------------------------------------------------------------*/

.row .row {
	min-width: inherit;
}

.js-off-canvas-overlay {
	z-index: 2;
	background: rgba(0, 0, 0, .75);
}

.off-canvas {
	z-index: 3;
	background-color: #f8f8f8;
}

.mui-enter {
	opacity: 0;
}

.mui-enter.mui-enter-active {
	opacity: 1;
}

.massonry-cards > * {
	padding: .5rem 1rem;
}

.zmdi-google::after {
	margin-left: .15em;
	content: "+";
}

/*------------------------------------------------------------------------------
	SVG DEFAULT STYLES
------------------------------------------------------------------------------*/

svg {
	display: block;
	width: 100%;
	height: 100%;
}

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

svg.secondary {
	color: #333;

	fill: #333;
}

svg.secondary-shade {
	color: #242424;

	fill: #242424;
}

svg.secondary-gray {
	color: #8a8a8a;

	fill: #8a8a8a;
}

svg.primary {
	color: #ff6501;

	fill: #ff6501;
}

svg.white {
	color: #fff;

	fill: #fff;
}
/*
.s-headline-decor,
.price-val,
.countdown.rh-countdown > div:after,
.s-content-box-link:after {
	
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 64.782 66.25'%3E%3Cpath fill='none' stroke='%23ff6501' stroke-width='2' stroke-miterlimit='22.9256' d='M4.232,8.063L2.607,2H62.17l-1.64,6.063 M46.734,59.064l-1.403,5.186H19.287l-1.39-5.186'/%3E%3C/svg%3E");
}

[class*="bg-primary"] .s-headline-decor,
.bg-primary .price .price-val {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 61.52 63.75'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-miterlimit='22.9256' d='M2.602,6.813L0.977,0.75h59.563 L58.9,6.813 M45.104,57.814L43.701,63H17.657l-1.39-5.186'/%3E%3C/svg%3E");
}
*/
/*------------------------------------------------------------------------------
	DIVIDERS
------------------------------------------------------------------------------*/

hr {
	margin: 1.3125rem auto;
	border-bottom-color: #d6d6d6;
}

hr.expanded {
	max-width: 100%;
}

hr.large {
	border-bottom-width: 2px;
}

hr.xlarge {
	border-bottom-width: 3px;
}

hr.dashed {
	border-bottom-style: dashed;
}

hr.dotted {
	border-bottom-style: dotted;
}

hr.primary {
	border-bottom-color: #ff6501;
}

hr.white {
	border-bottom-color: #fff;
}

/*------------------------------------------------------------------------------
	SOME SUMMARY STYLES
------------------------------------------------------------------------------*/

/*----------------------------------------
	POSITIONING
*/

.has-overlay:before,
.block-link span:after,
.button.hollow:before,
.rh-button-simple:before,
.rh-button-simple:after,
.s-headline:before,
.s-headline:after,
.media-button .media-object-section:before,
.image-hover:before,
.button-zoom:before,
.button-zoom:after,
.gallery-image:before,
.content-slider .orbit-container:before,
#hero-carousel-dots .owl-dots:first-child:before,
#hero-carousel-dots .owl-dots:last-child:after,
.timeline-vertical:before,
.timeline-item:before,
.counter .num:before,
.counter .num:after,
.countdown.rh-countdown > div:after,
.countdown.circle > div:after,
.countdown.square > div:after,
[class*="testimonials-divider"]:before,
[class*="testimonials-divider"]:after,
.s-testimonials.s-half .s-half-image:nth-child(1):before,
.s-testimonials.s-half .s-half-image:nth-child(2):before,
[class*="s-line"]:before,
[class*="s-rowline"] > .row:before,
.s-content-box-image:before,
.s-content-box-link:after,
.logo-container:before,
.logo-container:after,
.page-header[data-interchange]:before,
.page-header[data-interchange]:after,
hr.border-3:before,
.block-header.border-3 hr:before,
hr.border-3:after,
.block-header.border-3 hr:after,
.site-footer.is-fixed > .row:first-child:before,
.hero-content:before,
.hero-content:after,
.s-equal-paddings.covered:before,
.sidebar[class*="fill-to-"]::after {
	position: absolute;
	display: block;
	content: "";
}

/*----------------------------------------
	TEXT COLORS
*/

.site-footer h3,
.site-footer .h3,
.site-footer h4,
.site-footer .h4,
.site-footer h5,
.site-footer .h5,
.site-footer h6,
.site-footer .h6 {
	color: #fff;
}

/*----------------------------------------
	BACKGROUND COLORS
*/

.site-header {
	background-color: #242424;
}

.has-overlay:before,
.s-content-box-image:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pat_dot.png) repeat 0 0;
}

/*------------------------------------------------------------------------------
	HELPERS
------------------------------------------------------------------------------*/

/*---------------------------------------
	BROWSERUPGRADE
*/

.browserupgrade {
	font-size: 16px;
	position: absolute;
	top: 200px;
	right: 0;
	left: 0;
	width: 50%;
	margin: auto;
	padding: 22px 12px;
	text-align: center;
	color: #ecf0f1;
	background: #d91e18;
}

.browserupgrade-overlay {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #242424;
}

.browserupgrade strong {
	text-decoration: underline;
}

.browserupgrade a {
	color: #ffea84;
}

/*----------------------------------------
	SELECTION COLOR
*/

::-moz-selection {
	color: #d6d6d6;
	background: #242424;
	text-shadow: none;
}

::selection {
	color: #d6d6d6;
	background: #242424;
	text-shadow: none;
}

/*----------------------------------------
	Disable hover events on scroll
*/

.disable-hover {
	pointer-events: none;
}

/*----------------------------------------
	FIXED BACKGROUND IMAGE
*/

.is-fixed {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}

/*----------------------------------------
	Positioning
*/

.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}

/*----------------------------------------
	IMAGE DOT OVERLAY
*/

.has-overlay {
	position: relative;
}

.has-overlay > * {
	position: relative;
	z-index: 1;
}

/*----------------------------------------
	GRAYSCALE FILTER
*/

.grayscale {
	transition: filter linear .3s;

	filter: grayscale(100%);
}

.featured-list-bordered > li:focus .grayscale,
.featured-list-bordered > li:hover .grayscale,
.grayscale:focus,
.grayscale:hover,
.post-media:focus .grayscale,
.post-media:hover .grayscale,
.pinned-post:focus .grayscale,
.pinned-post:hover .grayscale,
.card:focus .grayscale,
.card:hover .grayscale,
.card-post-simple:focus .grayscale,
.card-post-simple:hover .grayscale,
.image-hover:focus .grayscale,
.image-hover:hover .grayscale,
.responsive-embed:focus .grayscale,
.responsive-embed:hover .grayscale,
.content-slider:focus .grayscale,
.content-slider:hover .grayscale,
.content-slider-thumbs .slick-current .grayscale,
.timeline-item:focus .grayscale,
.timeline-item:hover .grayscale,
.testimonials-item:focus .grayscale,
.testimonials-item:hover .grayscale,
.s-half:focus .s-half-image.grayscale,
.s-half:hover .s-half-image.grayscale,
[class*="s-content-box"]:focus .grayscale,
[class*="s-content-box"]:hover .grayscale,
.short-posts-link:focus .grayscale,
.short-posts-link:hover .grayscale {
	filter: grayscale(0);
}

/*----------------------------------------
	BLOCK-SHADOW
	Box-shadow for block elements (cards, callout etc.)
*/

.block-shadow {
	transition: box-shadow .3s;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.block-shadow:focus,
.block-shadow:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, .25);
}

.block-shadow.bg-secondary {
	box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.block-shadow.bg-secondary:focus,
.block-shadow.bg-secondary:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, .35);
}

/*---------------------------------------
	TEXT HELPERS
*/

.break:after {
	content: "\A";
	white-space: pre;
}

.text-hide {
	font: 0/0 a;
	position: absolute;
	color: transparent;
	border: 0;
	background-color: transparent;
	text-shadow: none;
}

.mark {
	color: #ff6501;
}

.mark:before,
.mark:after {
	content: " ";
}

/*----------------------------------------
	RENDERING FIXES
	Fix for chrome bugs with rendering
*/

.chrome-transform-fix,
.rh-button,
.rh-button-simple,
.button.transparent,
.gallery,
.topbar-icon,
.logo-container a,
.site-footer-section,
.trapeze form,
.section-trapeze .row > .column,
.card-service .icon-box i {
	-webkit-transform: translateZ(0);
}

.chrome-transform-fix {
	position: relative;
}

.chrome-transform-fix:focus,
.chrome-transform-fix:hover {
	z-index: 1;
}

/*----------------------------------------
	BLOCK-SCALE
	Helper class for scaling block elements on hover
*/

.block-scale,
.card-post-icon,
.card-feature {
	position: relative;
	z-index: 0;
	transition: box-shadow cubic-bezier(.68, -.55, .27, 1.55) .5s, transform cubic-bezier(.68, -.55, .27, 1.55) .5s;
}

.block-scale h3,
.card-post-icon h3,
.card-feature h3,
.block-scale .h3,
.card-post-icon .h3,
.card-feature .h3,
.block-scale p,
.card-post-icon p,
.card-feature p {
	-webkit-transform: translateZ(0);
}

/*----------------------------------------
	BLOCK-TRANSLATE
	Helper class for moving block elements on hover
*/

.block-translate {
	position: relative;
	z-index: 0;
	transition: box-shadow cubic-bezier(.68, -.55, .27, 1.55) .5s, transform cubic-bezier(.68, -.55, .27, 1.55) .5s;
}

/*----------------------------------------
	LINKS HELPERS
*/

.phone,
.mail {
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
}

.phone span,
.phone i,
.mail span,
.mail i {
	display: inline-block;
	margin-right: .3125rem;
}

.block-link {
	line-height: 1.5;
	display: inline-block;
	overflow: hidden;
}

.block-link span {
	position: relative;
	margin: 0;
}

.block-link span:after {
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	transition: width linear .3s;
	background-color: currentColor;
}

li.is-active > .block-link,
.block-link:hover,
.block-link:focus {
	color: currentColor;
}

li.is-active > .block-link span:after,
.block-link:hover span:after,
.block-link:focus span:after {
	width: 100%;
}

/*---------------------------------------
	MARGIN & PADDING HELPER CLASSES
*/

.m0 {
	margin: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.p0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

/*----------------------------------------
	BACKGROUND COLORS HELPER CLASSES
*/

.bg-primary {
	background-color: #ff6501 !important;
}

.bg-primary-tint {
	background-color: #ffea84 !important;
}

.bg-primary-shade {
	background-color: #f2ce1e !important;
}

.bg-secondary {
	background-color: #333 !important;
}

.bg-secondary-tint {
	background-color: #404040 !important;
}

.bg-secondary-shade {
	background-color: #242424 !important;
}

.bg-gray {
	background-color: #f8f8f8 !important;
}

.bg-gray-shade {
	background-color: #e6e6e6 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

/*----------------------------------------
	TEXT COLORS HELPER CLASSES
*/

.primary-color {
	color: #ff6501 !important;
}

.primary-tint-color {
	color: #ffea84 !important;
}

.primary-shade-color {
	color: #f2ce1e !important;
}

.secondary-color {
	color: #333 !important;
}

.secondary-tint-color {
	color: #404040 !important;
}

.secondary-shade-color {
	color: #242424 !important;
}

.gray-color {
	color: #d6d6d6 !important;
}

.gray-shade-color {
	color: #8a8a8a !important;
}

.white-color {
	color: #fff !important;
}

/*------------------------------------------------------------------------------
	FORMS ELEMENTS
------------------------------------------------------------------------------*/

[type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="text"],
textarea,
select {
	font-size: .875rem;
	height: 3.125rem;
	padding: .67rem;
	transition: all .3s;
	color: #333;
	border-width: 0 0 1px 0;
	border-color: #e6e6e6;
	background-color: rgba(230, 230, 230, .45);
	box-shadow: none;
}

[type="email"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="text"]:focus,
textarea:focus,
select:focus {
	border-width: 0 0 1px 0;
	border-color: #ff6501;
	outline: none;
	background-color: rgba(248, 248, 248, .85);
	box-shadow: none;
}

form.small [type="email"],
form.small
  [type="number"],
form.small
  [type="password"],
form.small
  [type="search"],
form.small
  [type="text"],
form.small
  textarea,
form.small
  select {
	height: 2.5rem;
}

/*----------------------------------------
	Hide Safari contacts-auto-fill-button.
	Make sure you have 'absolute:position'
	to avoid extra padding from your fields.
*/

/*
input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}
*/

[type="submit"] {
	margin-bottom: 0;
}

form:not(.simple-form) [type="submit"] {
	margin-top: 1.3125rem;
}

input {
	overflow: visible;
	box-shadow: none;
}

textarea {
	padding-top: .9375rem;
}

select {
	padding-right: 1rem;
	cursor: pointer;
	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: %23242424'></polygon></svg>");
	background-position: right center;
}

select.input-group-field {
	height: 3.125rem;
}

select option {
	color: #333;
}

/*----------------------------------------
	PLACEHOLDER COLORS
*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #8a8a8a;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #8a8a8a;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #8a8a8a;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #8a8a8a;
}

select.placeholder {
	color: #8a8a8a;
}

.is-invalid-label select.placeholder {
	color: #cc4b37;
}

/*----------------------------------------*/

.input-group {
	position: relative;
}

.input-group-label {
	position: absolute;
	z-index: 1;
	top: 1.125rem;
	left: 0;
	border: 0;
	background: transparent;
}

.input-group-label + .input-group-field,
.input-group-label + textarea {
	padding-left: 2.4rem;
}

form.small .input-group-label {
	top: .8125rem;
}

.input-group textarea {
	margin-bottom: 0;
}

form .button-group {
	margin-bottom: 0;
	padding-top: 1.3125rem;
}

form .button-group [type="submit"] {
	margin-top: 0;
}

.textarea-column,
.textarea-column > label {
	display: -ms-flexbox;
	display: flex;
}

.textarea-column > label {
	width: 100%;
}

fieldset:not(:last-of-type) {
	padding-bottom: 1.3125rem;
}

fieldset.border {
	border-top: 1px solid #e6e6e6;
}

fieldset:not(:first-of-type).border {
	padding-top: 2.625rem;
}

fieldset[class*="bg-"] {
	margin: 0 -1rem -1rem;
	padding: 1rem;
}

fieldset[class*="bg-"] [type="submit"] {
	margin-bottom: 1rem;
}

fieldset.bg-secondary {
	color: #fff;
}

/*----------------------------------------
	FORM PRIMARY
	Form colors on primary backgrounds
*/

.form-primary [type="email"]:not(.is-invalid-input),
.form-primary [type="number"]:not(.is-invalid-input),
.form-primary [type="password"]:not(.is-invalid-input),
.form-primary [type="search"]:not(.is-invalid-input),
.form-primary [type="text"]:not(.is-invalid-input),
.form-primary textarea,
.form-primary select {
	/*
	border-color: rgba(51, 51, 51, .25);
	*/
	border-bottom-color: rgba(36, 36, 36, 1);
	border-bottom: 3px solid;
	/*
	background-color: rgba(255, 255, 255, .35);
	*/
	background-color: rgba(255, 255, 255, 0.4);
}

.form-primary [type="email"]:not(.is-invalid-input):focus,
.form-primary [type="number"]:not(.is-invalid-input):focus,
.form-primary [type="password"]:not(.is-invalid-input):focus,
.form-primary [type="search"]:not(.is-invalid-input):focus,
.form-primary [type="text"]:not(.is-invalid-input):focus,
.form-primary textarea:focus,
.form-primary select:focus {
	border-color: white;
	background-color: rgba(255, 255, 255, .5);
}

.form-primary input::-webkit-input-placeholder,
.form-primary textarea::-webkit-input-placeholder {
	color: #333;
}

.form-primary input:-moz-placeholder,
.form-primary textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #333;
}

.form-primary input::-moz-placeholder,
.form-primary textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #333;
}

.form-primary input:-ms-input-placeholder,
.form-primary textarea:-ms-input-placeholder {
	color: #333;
}

.form-primary label,
.form-primary .input-group-label,
.form-primary select {
	color: #333;
}

/*----------------------------------------
	FORM SECONDARY
	Form colors on secondary (dark) backgrounds
*/

.form-secondary [type="email"]:not(.is-invalid-input),
.form-secondary [type="number"]:not(.is-invalid-input),
.form-secondary [type="password"]:not(.is-invalid-input),
.form-secondary [type="search"]:not(.is-invalid-input),
.form-secondary [type="text"]:not(.is-invalid-input),
.form-secondary textarea,
.form-secondary select {
	color: #cacaca;
	border-color: #8a8a8a;
	background-color: rgba(255, 255, 255, .2);
}

.form-secondary [type="email"]:not(.is-invalid-input):focus,
.form-secondary [type="number"]:not(.is-invalid-input):focus,
.form-secondary [type="password"]:not(.is-invalid-input):focus,
.form-secondary [type="search"]:not(.is-invalid-input):focus,
.form-secondary [type="text"]:not(.is-invalid-input):focus,
.form-secondary textarea:focus,
.form-secondary select:focus {
	border-color: #ff6501;
	background-color: rgba(255, 255, 255, .3);
}

.form-secondary label,
.form-secondary .input-group-label {
	color: #d6d6d6;
}

.form-secondary input::-webkit-input-placeholder,
.form-secondary textarea::-webkit-input-placeholder {
	color: #cacaca;
}

.form-secondary input:-moz-placeholder,
.form-secondary textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #cacaca;
}

.form-secondary input::-moz-placeholder,
.form-secondary textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #cacaca;
}

.form-secondary input:-ms-input-placeholder,
.form-secondary textarea:-ms-input-placeholder {
	color: #cacaca;
}

.form-secondary select {
	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: %23cacaca'></polygon></svg>");
}

/*----------------------------------------
	FORM GRAY
	Form colors on gray backgrounds
*/

.form-gray [type="email"]:not(.is-invalid-input),
.form-gray [type="number"]:not(.is-invalid-input),
.form-gray [type="password"]:not(.is-invalid-input),
.form-gray [type="search"]:not(.is-invalid-input),
.form-gray [type="text"]:not(.is-invalid-input),
.form-gray textarea,
.form-gray select {
	border-color: #cacaca;
	background-color: rgba(255, 255, 255, .75);
}

.form-gray [type="email"]:not(.is-invalid-input):focus,
.form-gray [type="number"]:not(.is-invalid-input):focus,
.form-gray [type="password"]:not(.is-invalid-input):focus,
.form-gray [type="search"]:not(.is-invalid-input):focus,
.form-gray [type="text"]:not(.is-invalid-input):focus,
.form-gray textarea:focus,
.form-gray select:focus {
	border-color: #ff6501;
	background-color: #fff;
}

/*----------------------------------------
	SINGLE FORM
	( input and button in single row )
*/

.simple-form .input-group {
	margin-bottom: 0;
}

.simple-form .input-group-field {
	padding-right: 2.4rem;
}

.simple-form .input-group-field + .button.transparent {
	font-size: 1rem;
	line-height: 1.8em;
	position: absolute;
	right: 0;
}

.simple-form.small .input-group-field + .button.transparent {
	line-height: 1;
}

.simple-form .right-vb {
	margin-left: -1.25em;
}

.simple-form:not(.bordered) input {
	border-bottom: none;
}

.simple-form button,
.simple-form .button {
	margin-bottom: 0;
}

.simple-form .form-error {
	margin-top: .63rem;
}

/* Hide input[type=number] spin button */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	margin: 0;

	-webkit-appearance: none;
}

input[type=number] {
	-moz-appearance: textfield;
}

/*----------------------------------------
	RANGE SLIDER
*/

.slider,
.slider-fill {
	height: .125rem;
}

.slider.vertical,
.slider-fill.vertical {
	width: .125rem;
}

.slider {
	margin-top: 2.625rem;
	margin-bottom: 2.625rem;
	transform: translateZ(0);
}

.slider,
.slider.vertical {
	background-color: #e6e6e6;
}

[class*="bg-primary"] .slider,
[class*="bg-primary"] .slider.vertical {
	background-color: #fff;
}

.slider.vertical {
	margin-right: 1.875rem;
	margin-left: 1.875rem;
}

.slider-fill,
.slider-fill.vertical {
	background-color: #ff6501;
}

[class*="bg-primary"] .slider-fill,
[class*="bg-primary"] .slider-fill.vertical {
	background-color: #333;
}

.slider-handle {
	transform: translateY(-50%) scale(1, 1);
	border-radius: 50%;
	background-color: transparent;
	background-image: radial-gradient(circle, #f8f8f8 0%, #f8f8f8 9px, #e6e6e6 11px, #e6e6e6 100%);
	box-shadow: 0 0 2px rgba(0, 0, 0, .35);
}

.slider .slider-handle,
.slider.vertical .slider-handle {
	width: 1.125rem;
	height: 1.125rem;
}

.slider.vertical .slider-handle {
	transform: translateX(-50%) scale(1);
}

.slider-handle:hover,
.slider-handle:active {
	transform: translateY(-50%) scale(1.25);
	background-color: #8a8a8a;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.slider.vertical .slider-handle:hover,
.slider.vertical .slider-handle:active {
	transform: translateX(-50%) scale(1.25);
}

.slider.disabled {
	opacity: .5;
}

.slider.disabled .slider-handle {
	box-shadow: 0 0 2px rgba(0, 0, 0, .85);
}

.slider.disabled .slider-handle:hover,
.slider.disabled .slider-handle:active {
	transform: translateY(-50%) scale(1, 1);
	box-shadow: 0 0 2px rgba(0, 0, 0, .85);
}

.slider.disabled.vertical .slider-handle:hover,
.slider.disabled.vertical .slider-handle:active {
	transform: translateX(-50%) scale(1, 1);
}

/*----------------------------------------
	SWITCHES
*/

.switch {
	height: 1.5rem;
}

.switch-paddle {
	width: 7rem;
	height: 1.5rem;
	background-color: #e6e6e6;
}

.switch-paddle:after {
	width: 3.25rem;
	height: 1rem;
	background-color: #333;
}

input:checked ~ .switch-paddle {
	background: #ff6501;
}

input:checked ~ .switch-paddle::after {
	left: 3.5rem;
}

.switch.tiny {
	height: .75rem;
}

.switch.tiny .switch-paddle {
	width: 3.25rem;
	height: .75rem;
}

.switch.tiny .switch-paddle:after {
	width: 1.25rem;
	height: .25rem;
}

.switch.small {
	height: 1rem;
}

.switch.small .switch-paddle {
	width: 4.5rem;
	height: 1rem;
}

.switch.small .switch-paddle:after {
	width: 2rem;
	height: .5rem;
}

.switch.small input:checked ~ .switch-paddle::after {
	left: 2.25rem;
}

.switch.large {
	height: 2rem;
}

.switch.large .switch-paddle {
	width: 9rem;
	height: 2rem;
}

.switch.large .switch-paddle:after {
	width: 4.25rem;
	height: 1.5rem;
}

.switch.large input:checked ~ .switch-paddle::after {
	left: 4.5rem;
}

/*----------------------------------------
	CHECKBOXES & RADIOS
*/

.checkbox,
.radio {
	margin-top: 2px;
	margin-bottom: 1rem;
}

.checkbox label,
.radio label {
	font-size: .875rem;
	line-height: 1;
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.checkbox.inline label,
.radio.inline label {
	display: inline-block;
}

.checkbox.inline:not(:last-child),
.radio.inline:not(:last-child) {
	margin-right: 1rem;
}

.custom-checkbox,
.custom-radio {
	position: relative;
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
	margin: 0 6px 0 0;
	vertical-align: top;
	border: 1px solid #d6d6d6;
}

.custom-checkbox {
	top: -2px;
	transition: box-shadow .3s ease;
	background: #ff6501;
	box-shadow: inset 0 0 0 12px #fff;
}

.form-primary .checkbox [type="checkbox"]:not(:checked) + .custom-checkbox {
	border-color: #333;
	background: #333;
	box-shadow: inset 0 0 0 12px #333;
}

.form-secondary .checkbox [type="checkbox"]:not(:checked) + .custom-checkbox {
	box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .2);
}

.form-gray .checkbox [type="checkbox"]:not(:checked) + .custom-checkbox {
	background: #fff;
	box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .75);
}

.icon-check {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	transition: transform .4s ease;
	transform: scale(0);
	background-size: cover;
}

.icon-check:before {
	font-size: .75rem;
	font-weight: bold;
	line-height: 1.5;
	position: absolute;
	left: 0;
	width: .75rem;
	height: inherit;
	content: "\2713";
	text-align: center;
	color: #fff;
}

.checkbox [type="checkbox"],
.radio [type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.checkbox [type="checkbox"]:checked + .custom-checkbox {
	border-color: #ff6501;
	box-shadow: none;
}

.checkbox [type="checkbox"]:checked + .custom-checkbox .icon-check {
	transform: scale(1);
}

.custom-radio {
	top: -2px;
	transition: background-color .3s ease, border-color .3s ease;
	border-radius: 50%;
	background: #fff;
}

.icon-radio-check {
	width: 100%;
	height: 100%;
}

.icon-radio-check,
.icon-radio-check:before,
.icon-radio-check:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.icon-radio-check:before,
.icon-radio-check:after {
	display: block;
	content: "";
	transition: background-color .3s ease, transform .3s ease;
	transform: scale(0);
	border-radius: 50%;
}

.icon-radio-check:before {
	width: .875rem;
	height: .875rem;
	background-color: #fff;
}

.icon-radio-check:after {
	width: .5rem;
	height: .5rem;
	background-color: #ff6501;
}

.radio [type="radio"]:checked + .custom-radio {
	border-color: #ff6501;
	background: #ff6501;
}

.radio [type="radio"]:checked + .custom-radio .icon-radio-check:before,
.radio [type="radio"]:checked + .custom-radio .icon-radio-check:after {
	transform: scale(1);
}

/*----------------------------------------
	CHECKBOX & RADIO COLORS
*/

/* Secondary color */

.checkbox [type="checkbox"]:checked + .secondary,
.radio [type="radio"]:checked + .secondary {
	border: 1px solid #333;
	background: #333;
}

.radio [type="radio"]:checked + .secondary .icon-radio-check:after {
	background-color: #333;
}

/* Success color */

.checkbox [type="checkbox"]:checked + .success,
.radio [type="radio"]:checked + .success {
	border: 1px solid #3adb76;
	background: #3adb76;
}

.radio [type="radio"]:checked + .success .icon-radio-check:after {
	background-color: #3adb76;
}

/* Alert color */

.checkbox [type="checkbox"]:checked + .alert,
.radio [type="radio"]:checked + .alert {
	border: 1px solid #cc4b37;
	background: #cc4b37;
}

.radio [type="radio"]:checked + .alert .icon-radio-check:after {
	background-color: #cc4b37;
}

/* Warning color */

.checkbox [type="checkbox"]:checked + .warning,
.radio [type="radio"]:checked + .warning {
	border: 1px solid #ffae00;
	background: #ffae00;
}

.radio [type="radio"]:checked + .warning .icon-radio-check:after {
	background-color: #ffae00;
}

/* Disabled status */

.checkbox .disabled,
.radio .disabled {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .35;
}

/*----------------------------------------
	FORM ERROR STYLES
*/

.form-error {
	margin-left: .63rem;
}

.is-invalid-label .form-error {
	animation: rh-fade-in .5s;
}

.is-invalid-input:not(:focus) {
	background-color: rgba(230, 230, 230, .45);
}

.is-invalid-input:not(:focus) .form-primary {
	background-color: rgba(255, 255, 255, .35);
}

.is-invalid-input:not(:focus) .form-secondary {
	background-color: rgba(255, 255, 255, .2);
}

.is-invalid-input:not(:focus) .form-gray {
	background-color: inherit;
}

.is-invalid-label .input-group-label {
	color: #d91e18;
}

/*------------------------------------------------------------------------------
	BUTTONS (DEFAULT FOUNDATION BUTTONS)
------------------------------------------------------------------------------*/

button {
	cursor: pointer;
}

.button {
	font-family: "Poppins", sans-serif;
	font-size: .75rem;
	font-weight: 600;
	position: relative;
	padding: 1.5em 2em;
	vertical-align: bottom;
	text-transform: uppercase;
	border-width: 0;
}

.button:active:not(.disabled) {
	top: 2px;
}

.button i {
	animation-name: rh-scale-out;
}

.button i,
.button:focus i,
.button:hover i {
	animation-duration: .5s;
}

.button:focus i,
.button:hover i {
	animation-name: rh-scale-in;
}

/*----------------------------------------
	BUTTON COLORS
*/

.button,
.button.primary {
	color: #333;
	background-color: #ff6501;
}

.button:focus,
.button:hover,
.button.primary:focus,
.button.primary:hover {
	color: #fff;
	background-color: #333;
}

.button.secondary {
	color: #fff;
	background-color: #242424;
}

.button.secondary:focus,
.button.secondary:hover {
	color: #333;
	background-color: #d6d6d6;
}

.button.secondary-white {
	color: #333;
	background-color: #fff;
}

.button.secondary-white:focus,
.button.secondary-white:hover {
	color: #fff;
	background-color: #333;
}

.button.alert {
	background-color: #d91e18;
}

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

.button.alert,
.button.alert:focus,
.button.alert:hover,
.button.success,
.button.success:focus,
.button.success:hover,
.button.warning,
.button.warning:focus,
.button.warning:hover {
	color: #fff;
}

/*----------------------------------------
	BUTTON SHADOW
*/

.button.shadow {
	transition: background-color .3s linear,
	color .3s linear,
	box-shadow .1s linear;
	box-shadow: 0 7px 8px -5px rgba(0, 0, 0, .25);
}

.button.shadow:focus,
.button.shadow:hover {
	box-shadow: 0 7px 8px -5px rgba(0, 0, 0, .25);
}

.button.shadow:active {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25);
}

.button.shadow.secondary-white {
	box-shadow: 0 7px 8px -5px rgba(0, 0, 0, .25);
}

.button.shadow.secondary-white:focus,
.button.shadow.secondary-white:hover {
	box-shadow: 0 7px 8px -5px rgba(0, 0, 0, .25);
}

.button.shadow.secondary-white:active {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25);
}

/*----------------------------------------
	HOLLOW BUTTON
*/

.button.hollow {
	z-index: 1;
	transition: color .3s linear, border-color .3s linear;
	border-width: 1px;
	background-color: transparent;
}

.button.hollow:before {
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	transition: height linear .3s;
}

.button.hollow,
.button.hollow.primary {
	color: #ff6501;
	border-color: rgba(255, 221, 57, .5);
}

.button.hollow:before,
.button.hollow.primary:before {
	background-color: #ff6501;
}

.button.hollow.secondary {
	color: #8a8a8a;
	border-color: rgba(138, 138, 138, .5);
}

.button.hollow.secondary:before {
	background-color: #333;
}

.button.hollow.secondary-white {
	color: #fff;
	border-color: rgba(255, 255, 255, .5);
	background-color: inherit;
}

.button.hollow.secondary-white:before {
	background-color: #fff;
}

.button.hollow.success:before {
	background-color: #3adb76;
}

.button.hollow.alert {
	color: #d91e18;
	border-color: #d91e18;
}

.button.hollow.alert:before {
	background-color: #d91e18;
}

.button.hollow.warning:before {
	background-color: #ffae00;
}

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

.button.hollow:focus:before,
.button.hollow:hover:before {
	top: 0;
	height: 100%;
}

.button.hollow:focus,
.button.hollow:focus.primary,
.button.hollow:hover,
.button.hollow:hover.primary {
	color: #333;
	border-color: #ff6501;
}

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

.button.hollow:focus.secondary,
.button.hollow:focus.success,
.button.hollow:focus.alert,
.button.hollow:focus.warning,
.button.hollow:hover.secondary,
.button.hollow:hover.success,
.button.hollow:hover.alert,
.button.hollow:hover.warning {
	color: #fff;
}

.button.hollow:focus.secondary-white,
.button.hollow:hover.secondary-white {
	color: #333;
	border-color: #fff;
	background-color: inherit;
}

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

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

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

.button.hollow.simple {
	font-size: .9375rem;
	width: 3.334em;
	height: 3.334em;
	padding: 1em 1em;

	-ms-flex-pack: center;
	justify-content: center;
}

.button.hollow.simple.small {
	font-size: .75rem;
}

/*----------------------------------------
	DISABLED BUTTON
*/

.button.disabled:not([class*="rh-button"]),
.button.disabled:not([class*="rh-button"]):focus,
.button.disabled:not([class*="rh-button"]):hover,
.button[disabled]:not([class*="rh-button"]),
.button[disabled]:not([class*="rh-button"]):focus,
.button[disabled]:not([class*="rh-button"]):hover {
	top: 0;
	color: #333;
	border-color: #d6d6d6;
	background-color: #d6d6d6;
}

.button.disabled:not([class*="rh-button"]):before,
.button.disabled:not([class*="rh-button"]):focus:before,
.button.disabled:not([class*="rh-button"]):hover:before,
.button[disabled]:not([class*="rh-button"]):before,
.button[disabled]:not([class*="rh-button"]):focus:before,
.button[disabled]:not([class*="rh-button"]):hover:before {
	height: 0;
}

.button.disabled:not([class*="rh-button"]) i,
.button.disabled:not([class*="rh-button"]):focus i,
.button.disabled:not([class*="rh-button"]):hover i,
.button[disabled]:not([class*="rh-button"]) i,
.button[disabled]:not([class*="rh-button"]):focus i,
.button[disabled]:not([class*="rh-button"]):hover i {
	animation: none;
}

/*----------------------------------------
	BUTTON SIZES
*/

.button.tiny {
	font-size: .5rem;
}

.button.small {
	font-size: .625rem;
}

.button.large {
	font-size: 1rem;
}

.label .button,
.rh-label .button {
	margin-bottom: 0;
}

/*----------------------------------------
	BUTTON GROUP
*/

.button-group .button {
	font-size: .75rem;
	margin-bottom: 0;
}

.button-group .button.is-active,
.button-group .button.active {
	cursor: default;
	color: #fff;
	background-color: #242424;
}

.button-group .button.is-active i,
.button-group .button.active i {
	animation: none;
}

.button-group.tiny .button {
	font-size: .5rem;
}

.button-group.small .button {
	font-size: .625rem;
}

.button-group.large .button {
	font-size: 1rem;
}

.button-group.filter-options {
	margin-bottom: 2.625rem;
}

.button-group.filter-options .button.active {
	color: #fff;
	background-color: #333;
}

/*------------------------------------------------------------------------------
	THEMEPLATE BUTTONS (CUSTOM STYLES)
------------------------------------------------------------------------------*/

/*----------------------------------------
	BASE STYLE, ICON ON LEFT SIDE
*/

[class*="rh-button"]:not(.shadow),
[class*="rh-button"]:not(.shadow):focus,
[class*="rh-button"]:not(.shadow):hover {
	box-shadow: none;
}

.rh-button {
	padding: 0 2em;
	text-decoration: none;
}

.rh-button,
.rh-button:after,
.rh-button:before {
	box-sizing: content-box;
	height: 0;
	border: 1.25em solid transparent;
	border-top-width: 4.1666666666666666666666666666667em;
	border-bottom-width: 0;
}

.rh-button:after,
.rh-button:before {
	position: absolute;
	right: -1.25em;
	bottom: 0;
	left: auto;
	display: block;
	content: "";
	transition: all .3s;
}

.rh-button:before {
	width: 2.5em;
}

.rh-button:after {
	width: 0;
}

.rh-button span {
	position: relative;
	top: -2.58333em;
	display: block;
	padding-right: 3.25em;
	padding-left: 0;
	animation-name: rh-slide-left;
	animation-duration: .5s;
	white-space: nowrap;
}

.rh-button i {
	font-size: 1.2em;
	position: absolute;
	z-index: 1;
	top: -2.28333em;
	right: .6em;
	left: auto;
}

.rh-button,
.rh-button:focus,
.rh-button:hover {
	background-color: transparent !important;
}

.rh-button:focus:before,
.rh-button:hover:before {
	width: 100%;
}

.rh-button:focus:after,
.rh-button:hover:after {
	width: 2.5em;
	border-right-width: 1.25em;
	border-left-width: 1.25em;
}

.rh-button:focus span,
.rh-button:hover span {
	animation-name: rh-slide-right;
	animation-duration: .5s;
}

.rh-button.expanded {
	width: calc(100% - 6.5em);
}

/*----------------------------------------
	THEMEPLATE BUTTON, ICON ON LEFT SIDE
*/

.rh-button.icon-left:after,
.rh-button.left-vb:after,
.rh-button.icon-left:before,
.rh-button.left-vb:before {
	right: auto;
	left: -1.25em;
}

.rh-button.icon-left span,
.rh-button.left-vb span {
	padding-right: 0;
	padding-left: 3.25em;
	animation-direction: reverse;
}

.rh-button.icon-left i,
.rh-button.left-vb i {
	right: auto;
	left: .6em;
}

/*----------------------------------------
	THEMEPLATE BUTTON, FLIPED BY VERTICAL
*/

.rh-button.flip-y,
.rh-button.flip-y:after,
.rh-button.flip-y:before {
	border-top-width: 0;
	border-bottom-width: 4.1666666666666666666666666666667em;
}

.rh-button.flip-y:after,
.rh-button.flip-y:before {
	top: 0;
}

.rh-button.flip-y span {
	top: auto;
	bottom: -1.58333em;
}

.rh-button.flip-y i {
	top: auto;
	bottom: -2.18333em;
}

/*----------------------------------------
	THEMEPLATE BUTTON WITH ONE VERTICAL BORDER
*/

.rh-button.left-vb:after,
.rh-button.left-vb:before,
.rh-button.left-vb:focus:after,
.rh-button.left-vb:hover:after {
	width: 3.3929em;
	border-left-width: 0;
}

.rh-button.left-vb i {
	left: .25em;
}

.rh-button.right-vb:after,
.rh-button.right-vb:before,
.rh-button.right-vb:focus:after,
.rh-button.right-vb:hover:after {
	width: 3.3929em;
	border-right-width: 0;
}

.rh-button.right-vb i {
	right: .25em;
}

.rh-button.left-vb:focus:before,
.rh-button.left-vb:hover:before,
.rh-button.right-vb:focus:before,
.rh-button.right-vb:hover:before {
	width: calc(100% + 1.25em);
}

/*----------------------------------------
	THEMEPLATE BUTTON COLORS
*/

/* Primary color */

.rh-button,
.rh-button:focus,
.rh-button:hover,
.rh-button.primary,
.rh-button.primary:focus,
.rh-button.primary:hover {
	color: #333;
}

.rh-button:after,
.rh-button:before,
.rh-button.primary:after,
.rh-button.primary:before {
	border-top-color: #ffea84;
	border-bottom-color: transparent;
}

.rh-button,
.rh-button:focus:after,
.rh-button:hover:after,
.rh-button.primary,
.rh-button.primary:focus:after,
.rh-button.primary:hover:after {
	border-top-color: #ff6501;
	border-bottom-color: transparent;
}

.rh-button.flip-y:after,
.rh-button.flip-y:before,
.rh-button.primary.flip-y:after,
.rh-button.primary.flip-y:before {
	border-top-color: transparent;
	border-bottom-color: #ffea84;
}

.rh-button.flip-y,
.rh-button.flip-y:focus:after,
.rh-button.flip-y:hover:after,
.rh-button.primary.flip-y,
.rh-button.primary.flip-y:focus:after,
.rh-button.primary.flip-y:hover:after {
	border-top-color: transparent;
	border-bottom-color: #ff6501;
}

/* Secondary color */

.rh-button.secondary,
.rh-button.secondary:focus,
.rh-button.secondary:hover {
	color: #fff;
}

.rh-button.secondary:after,
.rh-button.secondary:before {
	border-top-color: #404040;
	border-bottom-color: transparent;
}

.rh-button.secondary,
.rh-button.secondary:focus:after,
.rh-button.secondary:hover:after {
	border-top-color: #242424;
	border-bottom-color: transparent;
}

.rh-button.secondary.flip-y:after,
.rh-button.secondary.flip-y:before {
	border-top-color: transparent;
	border-bottom-color: #404040;
}

.rh-button.secondary.flip-y,
.rh-button.secondary.flip-y:focus:after,
.rh-button.secondary.flip-y:hover:after {
	border-top-color: transparent;
	border-bottom-color: #242424;
}

.rh-button.secondary.disabled,
.rh-button.secondary[disabled] {
	color: #fff;
}

/* Light color */

.rh-button.secondary-white,
.rh-button.secondary-white:focus,
.rh-button.secondary-white:hover {
	color: #333;
}

.rh-button.secondary-white:after,
.rh-button.secondary-white:before {
	border-top-color: #fff;
	border-bottom-color: transparent;
}

.rh-button.secondary-white,
.rh-button.secondary-white:focus:after,
.rh-button.secondary-white:hover:after {
	border-top-color: #e6e6e6;
	border-bottom-color: transparent;
}

.rh-button.secondary-white.flip-y:after,
.rh-button.secondary-white.flip-y:before {
	border-top-color: transparent;
	border-bottom-color: #fff;
}

.rh-button.secondary-white.flip-y,
.rh-button.secondary-white.flip-y:focus:after,
.rh-button.secondary-white.flip-y:hover:after {
	border-top-color: transparent;
	border-bottom-color: #e6e6e6;
}

/* Alert */

.rh-button.alert,
.rh-button.alert:focus,
.rh-button.alert:hover {
	color: #fff;
}

.rh-button.alert:after,
.rh-button.alert:before {
	border-top-color: #d91e18;
	border-bottom-color: transparent;
}

.rh-button.alert,
.rh-button.alert:focus:after,
.rh-button.alert:hover:after {
	border-top-color: #ec5652;
	border-bottom-color: transparent;
}

.rh-button.alert.flip-y:after,
.rh-button.alert.flip-y:before {
	border-top-color: transparent;
	border-bottom-color: #d91e18;
}

.rh-button.alert.flip-y,
.rh-button.alert.flip-y:focus:after,
.rh-button.alert.flip-y:hover:after {
	border-top-color: transparent;
	border-bottom-color: #ec5652;
}

/* Success */

.rh-button.success,
.rh-button.success:focus,
.rh-button.success:hover {
	color: #fff;
}

.rh-button.success:after,
.rh-button.success:before {
	border-top-color: #3adb76;
	border-bottom-color: transparent;
}

.rh-button.success,
.rh-button.success:focus:after,
.rh-button.success:hover:after {
	border-top-color: #65e394;
	border-bottom-color: transparent;
}

.rh-button.success.flip-y:after,
.rh-button.success.flip-y:before {
	border-top-color: transparent;
	border-bottom-color: #3adb76;
}

.rh-button.success.flip-y,
.rh-button.success.flip-y:focus:after,
.rh-button.success.flip-y:hover:after {
	border-top-color: transparent;
	border-bottom-color: #65e394;
}

/* Warning */

.rh-button.warning,
.rh-button.warning:focus,
.rh-button.warning:hover {
	color: #fff;
}

.rh-button.warning:after,
.rh-button.warning:before {
	border-top-color: #ffae00;
	border-bottom-color: transparent;
}

.rh-button.warning,
.rh-button.warning:focus:after,
.rh-button.warning:hover:after {
	border-top-color: #ffbe33;
	border-bottom-color: transparent;
}

.rh-button.warning.flip-y:after,
.rh-button.warning.flip-y:before {
	border-top-color: transparent;
	border-bottom-color: #ffae00;
}

.rh-button.warning.flip-y,
.rh-button.warning.flip-y:focus:after,
.rh-button.warning.flip-y:hover:after {
	border-top-color: transparent;
	border-bottom-color: #ffbe33;
}

/*----------------------------------------
	THEMEPLATE BUTTON DISABLED
*/

.button[class*="rh-button"].disabled,
.button[class*="rh-button"].disabled:focus,
.button[class*="rh-button"].disabled:hover,
.button[class*="rh-button"][disabled],
.button[class*="rh-button"][disabled]:focus,
.button[class*="rh-button"][disabled]:hover {
	color: #333;
}

.button[class*="rh-button"].disabled:not(.flip-y),
.button[class*="rh-button"][disabled]:not(.flip-y) {
	border-top-color: #d6d6d6;
}

.button[class*="rh-button"].disabled.flip-y,
.button[class*="rh-button"][disabled].flip-y {
	border-bottom-color: #d6d6d6;
}

.button[class*="rh-button"].disabled span,
.button[class*="rh-button"].disabled i,
.button[class*="rh-button"][disabled] span,
.button[class*="rh-button"][disabled] i {
	animation: none;
}

.button[class*="rh-button"].disabled:not([class*="-vb"]):not([class*="-simple"]):before,
.button[class*="rh-button"].disabled:not([class*="-vb"]):not([class*="-simple"]):after,
.button[class*="rh-button"][disabled]:not([class*="-vb"]):not([class*="-simple"]):before,
.button[class*="rh-button"][disabled]:not([class*="-vb"]):not([class*="-simple"]):after {
	content: none;
}

.button[class*="rh-button"][class*="-vb"].disabled:not(.flip-y):before,
.button[class*="rh-button"][class*="-vb"].disabled:not(.flip-y):after,
.button[class*="rh-button"][class*="-vb"][disabled]:not(.flip-y):before,
.button[class*="rh-button"][class*="-vb"][disabled]:not(.flip-y):after {
	border-top-color: #d6d6d6;
}

.button[class*="rh-button"][class*="-vb"].disabled.flip-y:before,
.button[class*="rh-button"][class*="-vb"].disabled.flip-y:after,
.button[class*="rh-button"][class*="-vb"][disabled].flip-y:before,
.button[class*="rh-button"][class*="-vb"][disabled].flip-y:after {
	border-bottom-color: #d6d6d6;
}

/*----------------------------------------
	THEMEPLATE BUTTON SHADOW
*/

.rh-button.shadow:not(.flip-y),
.rh-button.shadow:not(.flip-y):focus,
.rh-button.shadow:not(.flip-y):hover {
	box-shadow: 0 23px 10px -21px rgba(0, 0, 0, .25);
}

.rh-button.shadow:not(.flip-y):active {
	box-shadow: 0 20px 3px -20px rgba(0, 0, 0, .5);
}

.rh-button.shadow.flip-y,
.rh-button.shadow.flip-y:focus,
.rh-button.shadow.flip-y:hover {
	box-shadow: 0 10px 10px -8px rgba(0, 0, 0, .25);
}

.rh-button.shadow.flip-y:active {
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .35);
}

/*----------------------------------------
	SIMPLE BUTTON
	Custom themeplate button without icon background
*/

.rh-button-simple {
	font-size: 1rem;
	margin: 0 1.2em;
	padding: 1.03125em 1.292em;
	transition: all linear .3s;
	border: 0;
}

.rh-button-simple:before,
.rh-button-simple:after {
	z-index: -1;
	top: 0;
	width: 50%;
	height: 100%;
	transition: all linear .3s;
}

.rh-button-simple:before {
	left: 0;
	transform: skewX(16.5deg);
	transform-origin: left bottom;
}

.rh-button-simple:after {
	right: 0;
	transform: skewX(-16.5deg);
	transform-origin: right bottom;
}

.rh-button-simple i {
	margin: 0;
}

.rh-button-simple span {
	display: none;
}

.rh-button-simple:not(.disabled) i {
	animation-name: rh-scale-out;
	animation-duration: .5s;
}

.rh-button-simple:not(.disabled):focus i,
.rh-button-simple:not(.disabled):hover i {
	animation-name: rh-scale-in;
	animation-duration: .5s;
}

.rh-button-simple:before,
.rh-button-simple:after,
.rh-button-simple.primary:before,
.rh-button-simple.primary:after {
	background-color: #ff6501;
}

.rh-button-simple:focus,
.rh-button-simple:focus:before,
.rh-button-simple:focus:after,
.rh-button-simple:hover,
.rh-button-simple:hover:before,
.rh-button-simple:hover:after,
.rh-button-simple.primary:focus,
.rh-button-simple.primary:focus:before,
.rh-button-simple.primary:focus:after,
.rh-button-simple.primary:hover,
.rh-button-simple.primary:hover:before,
.rh-button-simple.primary:hover:after {
	color: inherit;
	background-color: #ffea84;
}

.rh-button-simple.secondary,
.rh-button-simple.secondary:before,
.rh-button-simple.secondary:after {
	background-color: #242424;
}

.rh-button-simple.secondary:focus,
.rh-button-simple.secondary:focus:before,
.rh-button-simple.secondary:focus:after,
.rh-button-simple.secondary:hover,
.rh-button-simple.secondary:hover:before,
.rh-button-simple.secondary:hover:after {
	color: #fff;
	background-color: #404040;
}

.rh-button-simple.secondary-white:before,
.rh-button-simple.secondary-white:after {
	background-color: #fff;
}

.rh-button-simple.secondary-white:focus,
.rh-button-simple.secondary-white:focus:before,
.rh-button-simple.secondary-white:focus:after,
.rh-button-simple.secondary-white:hover,
.rh-button-simple.secondary-white:hover:before,
.rh-button-simple.secondary-white:hover:after {
	color: inherit;
	background-color: #f8f8f8;
}

.rh-button-simple.secondary-gray,
.rh-button-simple.secondary-gray:before,
.rh-button-simple.secondary-gray:after {
	background-color: #e6e6e6;
}

.rh-button-simple.secondary-gray:focus,
.rh-button-simple.secondary-gray:focus:before,
.rh-button-simple.secondary-gray:focus:after,
.rh-button-simple.secondary-gray:hover,
.rh-button-simple.secondary-gray:hover:before,
.rh-button-simple.secondary-gray:hover:after {
	color: inherit;
	background-color: #d6d6d6;
}

.rh-button-simple.flip-y:before {
	transform: skewX(-15deg);
	transform-origin: left top;
}

.rh-button-simple.flip-y:after {
	transform: skewX(15deg);
	transform-origin: right top;
}

.rh-button-simple.left-vb {
	margin-left: 0;
}

.rh-button-simple.left-vb:before {
	content: none;
}

.rh-button-simple.right-vb {
	margin-right: 0;
}

.rh-button-simple.right-vb:after {
	content: none;
}

.rh-button-simple.tiny {
	font-size: .875rem;
	padding: .64286em .92857em;
}

.rh-button-simple.small {
	font-size: 1.125rem;
	padding: .58389em .88889em;
}

.rh-button-simple.large {
	font-size: 1.3125rem;
}

.rh-button-simple.button.disabled,
.rh-button-simple.button.disabled:after,
.rh-button-simple.button.disabled:before,
.rh-button-simple.button.disabled:focus,
.rh-button-simple.button.disabled:focus:after,
.rh-button-simple.button.disabled:focus:before,
.rh-button-simple.button.disabled:hover,
.rh-button-simple.button.disabled:hover:after,
.rh-button-simple.button.disabled:hover:before,
.rh-button-simple.button[disabled],
.rh-button-simple.button[disabled]:after,
.rh-button-simple.button[disabled]:before,
.rh-button-simple.button[disabled]:focus,
.rh-button-simple.button[disabled]:focus:after,
.rh-button-simple.button[disabled]:focus:before,
.rh-button-simple.button[disabled]:hover,
.rh-button-simple.button[disabled]:hover:after,
.rh-button-simple.button[disabled]:hover:before {
	background-color: #d6d6d6;
}

/*----------------------------------------
	TRANSPARENT BUTTON
*/

.button.transparent {
	padding: .75em;
	transition: opacity linear .3s;
	opacity: .5;
	box-shadow: none;
}

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

.button.transparent.disabled,
.button.transparent.disabled:focus,
.button.transparent.disabled:hover,
.button.transparent[disabled],
.button.transparent[disabled]:focus,
.button.transparent[disabled]:hover {
	opacity: .35;
}

.button.transparent:focus,
.button.transparent:hover {
	opacity: 1;
	color: #333;
}

.button.transparent.primary,
.button.transparent.primary:focus,
.button.transparent.primary:hover {
	color: #ff6501;
}

.button.transparent.secondary-gray,
.button.transparent.secondary-gray:focus,
.button.transparent.secondary-gray:hover {
	color: #8a8a8a;
}

.button.transparent.secondary-white,
.button.transparent.secondary-white:focus,
.button.transparent.secondary-white:hover {
	color: #fff;
}

/*----------------------------------------
	CLOSE BUTTON
*/

.close-button,
a[class*="lightcase-icon-"].lightcase-icon-close {
	font-size: 1rem;
	display: -ms-flexbox;
	display: flex;
	padding: 0;

	-ms-flex-align: center;
	align-items: center;
}

.close-button span,
a[class*="lightcase-icon-"].lightcase-icon-close span {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	transition: transform .5s;
	color: currentColor;
}

.close-button span:before,
a[class*="lightcase-icon-"].lightcase-icon-close span:before,
.close-button span:after,
a[class*="lightcase-icon-"].lightcase-icon-close span:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	margin: auto;
	content: "";
	transform-origin: center center;
	background-color: currentColor;
}

.close-button span:before,
a[class*="lightcase-icon-"].lightcase-icon-close span:before {
	transform: rotate(45deg);
	animation: cross-turn-right .7s;

	animation-fill-mode: forwards;
}

.close-button span:after,
a[class*="lightcase-icon-"].lightcase-icon-close span:after {
	transform: rotate(-45deg);
	animation: cross-turn-left .7s;

	animation-fill-mode: forwards;
}

.close-button:focus span,
a[class*="lightcase-icon-"].lightcase-icon-close:focus span,
.close-button:hover span,
a[class*="lightcase-icon-"].lightcase-icon-close:hover span {
	transform: scale(1.2, 1.2);
}

.close-button,
.close-button:focus,
.close-button:hover {
	color: #cacaca;
}

.reveal .close-button {
	z-index: 1;
}

.reveal:not(.full) .close-button,
.reveal.full.reveal-map .close-button {
	position: fixed;
	top: 10px;
	right: 10px;
	bottom: auto;
	visibility: hidden;
	margin: 0;
	transition: all .3s;
	-webkit-transform: translateZ(0); /* fix */
	opacity: 0;
	outline: none;
}

.reveal:not(.full) .close-button span:before,
.reveal:not(.full) .close-button span:after,
.reveal.full.reveal-map .close-button span:before,
.reveal.full.reveal-map .close-button span:after {
	animation-delay: 1s;
}

.reveal.is-active:not(.full) .close-button,
.reveal.full.reveal-map.is-active .close-button {
	visibility: visible;
	transition: none;
	opacity: 1;
}

.close-button .reveal.full.reveal-map {
	transition: background-color .5s;
	background-color: rgba(36, 36, 36, 0);
}

.reveal.full.reveal-map.is-active .close-button {
	background-color: rgba(36, 36, 36, .5);
}

.reveal.full:not(.reveal-map) .close-button {
	position: static;
	float: right;
	padding-bottom: 1rem;
	padding-left: 1rem;
}

.callout.bg-primary .close-button,
.callout.bg-primary .close-button:focus,
.callout.bg-primary .close-button:hover {
	color: #333;
}

.callout.success .close-button {
	color: #3adb76;
}

.callout.alert .close-button {
	color: #cc4b37;
}

.callout.warning .close-button {
	color: #ffae00;
}

.close-button.small {
	font-size: .625rem;
	top: 1rem;
	right: 1rem;
}

/*------------------------------------------------------------------------------
	HEADLINERS
------------------------------------------------------------------------------*/

/*----------------------------------------
	SECTION HEADLINE
*/

.s-headline-decor {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 1.5em;
	height: 1.5em;
	min-height: 1.9375rem;
	margin: -.1667em auto 0 .5em;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

[class*="bg-secondary"] .headline,
[class*="bg-secondary"] .s-headline,
.card-divider .headline,
.card-divider .s-headline {
	color: #fff;
}

[class*="bg-primary"] .headline,
[class*="bg-primary"] .s-headline {
	color: inherit;
}

.headline.light {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

.s-headline {
	position: relative;
	z-index: 0;
	display: inline-block;
	margin: 0;
}

.s-headline:before,
.s-headline:after {
	z-index: -2;
	top: 1.21429em;
	width: auto;
	height: 0;
	margin: auto;
	border-bottom: 1px solid #ff6501;
}

.s-headline:before {
	left: .3125em;
	width: .375em;
}

.s-headline:after {
	right: .3125em;
	left: 1.8125em;
}

[class*="bg-primary"] .s-headline:before,
[class*="bg-primary"] .s-headline:after {
	border-bottom-color: #fff;
}

.s-headline + .subheader {
	font-size: 80%;
	line-height: inherit;
	display: block;
	max-width: 28.125rem;
	margin: .65625rem 0 0;
	text-transform: uppercase;
}

[class*="bg-primary"] .s-headline + .subheader {
	color: #404040;
}

.s-header.align-center .s-headline:before,
.s-header.align-center .s-headline:after {
	width: calc(50% - .875em); /* 50% - 14px */
}

.s-header.align-center .s-headline:after {
	left: auto;
}

.s-header.align-center .s-headline .s-headline-decor {
	right: 0;
	bottom: 0;
	margin: -.1667em auto;
}

.s-header.align-center .s-headline + .subheader {
	margin-right: auto;
	margin-left: auto;
}

.s-header.align-right .s-headline:before {
	right: 1.75em;
	left: .3125em;
	width: auto;
}

.s-header.align-right .s-headline:after {
	right: .3125em;
	left: auto;
	width: .375em;
}

.s-header.align-right .s-headline .s-headline-decor {
	right: 0;
	left: auto;
	margin: -.1667em .5em 0 auto;
}

.s-header.align-right .s-headline + .subheader {
	margin-left: auto;
}

/*------------------------------------------------------------------------------
	ICONS
------------------------------------------------------------------------------*/

.zmdi-hc-li {
	top: .35714em;
}

.zmdi-hc-fw,
.fa-fw {
	width: 1.5em;
}

/*.fa-fw {
	width: 2em;
}*/

.zmdi-hc-2x,
.fa-2x {
	font-size: 1.8em;
	top: 0;
}

.zmdi-hc-ul-2x,
.fa-ul-2x {
	margin-left: 4.28571em;
}

.zmdi-hc-ul-3x,
.fa-ul-3x {
	margin-left: 6.42857em;
}

.zmdi-hc-ul-4x,
.fa-ul-4x {
	margin-left: 8.57143em;
}

.zmdi-hc-ul-5x,
.fa-ul-5x {
	margin-left: 10.71429em;
}

[class*="zmdi-hc-border"],
[class*="fa-border"] {
	color: #d6d6d6;
	border-width: 2px;
	border-color: currentColor;
}

[class*="zmdi-hc-border"].filled,
[class*="fa-border"].filled {
	color: #fff;
	background-color: #333;
}

ul.colored [class*="zmdi-hc-border"].filled,
ul.colored
    [class*="fa-border"].filled {
	color: #333;
	background-color: #ff6501;
}

/*------------------------------------------------------------------------------
	ICON-BOX ELEMENT
------------------------------------------------------------------------------*/

.icon-box {
	font-size: 1.875rem;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 2.5em;
	height: 2.5em;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.icon-box.circle {
	border-radius: 50%;
}

.icon-box.border {
	border: 3px solid #e6e6e6;
}

.icon-box.border.thin {
	border-width: 1px;
}

.icon-box {
	color: #8a8a8a;
	background-color: #fff;
}

.icon-box.secondary {
	color: #fff;
	background-color: #333;
}

.icon-box.secondary-gray {
	background-color: #e6e6e6;
}

.icon-box.primary {
	color: #333;
	background-color: #ff6501;
}

.icon-box.primary.border,
.icon-box.secondary.border,
.icon-box.secondary-gray.border {
	border-color: currentColor;
}

.icon-box.transparent {
	height: auto;
	margin-top: 5px;
	border-color: transparent;
	background-color: transparent;
}

.icon-box.transparent.primary {
	color: #ff6501;
}

.icon-box.transparent.secondary {
	color: #333;
}

.icon-box.alert,
.icon-box.success,
.icon-box.warning {
	color: #fff;
	border-color: #fff;
}

.icon-box.alert {
	background-color: #cc4b37;
}

.icon-box.success {
	background-color: #3adb76;
}

.icon-box.warning {
	background-color: #ffae00;
}

/*------------------------------------------------------------------------------
	MEDIA-OBJECT
------------------------------------------------------------------------------*/

.media-object {
	margin-bottom: 1.3125rem;
}

/*------------------------------------------------------------------------------
	POSTS
------------------------------------------------------------------------------*/

.post header .subheader {
	display: inline-block;
	margin-bottom: .65625rem;
	color: #8a8a8a;
}

.post header a:focus,
.post header a:hover {
	color: #8a8a8a;
}

.post .post-media {
	padding-bottom: 14px;
	border-bottom: 1px solid #d6d6d6;
}

.post .meta {
	padding-top: 14px;
}

/* In post media components (e.g. carousel, video images ) */

.post-media {
	width: 100%;
	margin-bottom: 1.3125rem;
}

.post-media > * {
	margin-bottom: 0;
}

.post-media.float-right {
	margin-left: 1rem;
}

.post-media.float-left {
	margin-right: 1rem;
}

.post-media.float-left,
.post-media.float-right {
	float: none;
}

/*----------------------------------------
	SINGLE POST
*/

.single-post header,
.post-media-main {
	margin-bottom: 2.625rem;
}

.single-post {
	margin-bottom: 3.9375rem;
}

.single-post header .subheader {
	font-weight: inherit;
	text-transform: initial;
}

.single-post img {
	width: 100%;
}

.single-post .meta {
	margin-top: .5rem;
}

.single-post .share .tooltip.top {
	right: -.3125rem;
}

.single-post .share .tooltip.top:before {
	left: 6rem;
}

.single-post .meta-text {
	margin-right: 10px;
	padding-right: 1rem;
	border-right: 1px solid #d6d6d6;
}

.single-post blockquote {
	margin: 2.625rem auto;
}

.single-post footer {
	margin-top: 3.9375rem;
}

.post-media-main {
	padding-top: 8px;
	padding-bottom: 8px;
	border-width: 1px 0 1px;
	border-style: solid;
	border-color: #d6d6d6;
}

.post-media-main .flex-container {
	padding-top: .5rem;
}

.post-publisher .rh-thumbnail img {
	width: 4.6875rem;
}

.publisher {
	display: inline-block;
	margin-bottom: 12px;
}

.post-tags > * {
	display: inline-block;
}

.post-navigation .card-post-simple {
	margin-bottom: 0;
	color: #fff;
	background-color: #333;
}

/*----------------------------------------
	POST COMMENTS
*/

.replay-form .button-group.stacked .button,
.replay-form .button-group.stacked-for-small .button,
.replay-form .button-group.stacked-for-medium .button {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.comments .replay-form .h3,
.comments .replay-form h3,
.comments-post-list > li:not(:last-child),
.comments-post-list > li .comments-post-list {
	margin-bottom: 2.625rem;
}

.comments .replay-form,
.comments-post-list + .replay-form {
	margin-bottom: 3.9375rem;
}

.comments .replay-form textarea {
	height: 7.25rem;
}

.comments-post-list {
	margin-left: 0;
	list-style-type: none;
}

.comments-post-list > li > .media-object {
	margin-bottom: 0;
}

.comments-post-list > li .comments-post-list {
	margin-top: 2.625rem;
}

.comments-post-list .avatar {
	width: 3.75rem;
}

.comments-post-list .avatar img {
	max-width: 100%;
}

.comments-post-footer,
.comments-post-header {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comments-post-footer .media-object-section,
.comments-post-header .media-object-section {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.comments-post-header {
	margin-bottom: 1.3125rem;
}

.comments-post-header .media-object-section:first-child {
	font-weight: 700;
}

.comments-post-footer {
	padding: .5rem;
}

.comments-post-body {
	width: 100%;

	-ms-flex: 1 1 0;
	    flex: 1 1 0;
}

/*----------------------------------------
	FEATURED POSTS (e.g. homepage)
*/

.pinned-post {
	margin-bottom: 2.625rem;
}

.pinned-post .subheader {
	display: inline-block;
	margin-bottom: 1.3125rem;
	color: #8a8a8a;
}

.pinned-post footer .button,
.featured-posts-list .card-post-simple {
	margin-bottom: 0;
}

.featured-posts-list .card-media {
	max-width: 7.5rem;
}

/*------------------------------------------------------------------------------
	CARDS
------------------------------------------------------------------------------*/

.card {
	overflow: visible;
	color: #333;
	border: none;
}

.card[class*="bg-secondary"] {
	color: #fff;
}

.card h2,
.card .h2,
.card h3,
.card .h3 {
	margin-bottom: 0;
}

.card.scaled {
	margin-top: -2rem;
	margin-right: -.5rem;
	margin-left: -.5rem;
}

.card.scaled .card-divider,
.card.scaled .card-section {
	padding-right: 1.1rem;
	padding-left: 1.1rem;
}

.card.scaled .card-divider:first-child,
.card.scaled .card-section:first-child {
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}

.card.scaled .card-divider:last-child,
.card.scaled .card-section:last-child {
	padding-bottom: 1.5rem;
	padding-bottom: 2rem;
}

.card:focus .grayscale,
.card:hover .grayscale,
.card-post-simple:focus .grayscale,
.card-post-simple:hover .grayscale {
	filter: grayscale(0%);
}

.card img {
	min-height: 1px; /* ie fix */
}

.card-divider {
	    flex-direction: column;
	color: #fff;
	background-color: #333;

	-ms-flex-direction: column;
}

.card-divider[class*="bg-"]:not([class*="bg-secondary"]) h2,
.card-divider[class*="bg-"]:not([class*="bg-secondary"]) .h2,
.card-divider[class*="bg-"]:not([class*="bg-secondary"]) h3,
.card-divider[class*="bg-"]:not([class*="bg-secondary"]) .h3 {
	color: #333;
}

.card-section {
	min-height: 1px; /* ie fix */
}

.card-divider a:not(.button):focus,
.card-divider a:not(.button):hover,
.card-section:first-child a:focus,
.card-section:first-child a:hover {
	color: currentColor;
}

.owl-item .card-post,
.owl-item .card-product {
	max-width: 30rem;
	margin-right: auto;
	margin-left: auto;
}

.owl-item .card-product.simple {
	max-width: 20rem;
}

/*
	CARD-MEDIA ELEMENT
	Can contain an image, carousel or video
*/

.card-media {
	min-height: 1px; /* ie fix */
}

.card-media .responsive-embed,
.card-media .flex-video {
	margin-bottom: 0;
}

.card-media img {
	max-width: 100%;
}

.meta {
	font-size: .75rem;
	color: #8a8a8a;
}

.card .meta {
	margin-bottom: 1.3125rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #d6d6d6;
}

.meta-text {
	display: inline-block;
	margin-right: 5px;
	padding-right: 10px;
	white-space: nowrap;
}

.meta-text:not(:last-child) {
	border-right: 1px solid #d6d6d6;
}

.meta-text:focus,
.meta-text:hover {
	color: #333;
}

/* SHARE BUTTON */

.share {
	position: relative;
}

.share .tooltip.top {
	z-index: 4;
	top: calc(0% - 4.375rem);
	display: none;
	min-width: 7.4375rem; /* ie fix */
	animation: rh-fade-out .5s;
	background-color: #ff6501;

	animation-fill-mode: forwards;
}

.share .tooltip.top:before {
	left: 2.5rem;
	border-top-color: #ff6501;
}

.share .tooltip.is-active {
	display: -ms-flexbox;
	display: flex;
	animation: rh-fade-in .5s;

	animation-fill-mode: forwards;
}

.share .socials .button.hollow.secondary {
	border-color: #333;
}

.share .socials .button.hollow.secondary:not(:hover):not(:focus) {
	color: #333;
}

/*----------------------------------------
	CARD-POST
*/

.card-post {
	margin-bottom: 1.3125rem;
	transition: box-shadow .3s, filter .3s;
}

.card-post .card-section:last-child {
	display: -ms-flexbox;
	display: flex;
}

.card-post .card-divider * {
	margin: 0;
}

.card-post .card-section:last-child,
.card-post .card-divider:last-child {
	position: relative;
	    flex-direction: row;

	-ms-flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
}

.card-post .card-section:last-child .button,
.card-post .card-divider:last-child .button {
	margin-bottom: 0;
}

.card-post .subheader {
	display: inline-block;
	margin-bottom: 1.3125rem;
	color: #8a8a8a;
}

.card-post .button.transparent.light,
.card-post .button.transparent.primary {
	opacity: 1;
}

.card-post .button.transparent.light:focus,
.card-post .button.transparent.light:hover {
	color: #ff6501;
}

.card-post .button.transparent.primary:focus,
.card-post .button.transparent.primary:hover {
	color: #fff;
}

/*----------------------------------------
	CARD-POST-SIMPLE
*/

.card-post-simple {
	margin-bottom: 1.3125rem;
	padding: 1rem;
	transition: background-color .3s,
	color .3s,
	box-shadow .3s;
	background-color: #fff;
}

.card-post-simple .subheader {
	display: block;
	margin-bottom: 1.3125rem;
}

.card-post-simple img {
	margin-bottom: 0;
	transition: all .3s;
}

.card-post-simple .card-media {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.card-media-hover {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	position: absolute;
	right: 0;
	bottom: -1.375rem;
	left: 0;
	width: 100%;
	transition: all .3s;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	background-color: #ff6501;
}

.card-media-hover .rating i {
	color: inherit;
}

.card-post-simple:focus,
.card-post-simple:hover {
	color: #fff;
	background-color: #333;
}

.card-post-simple:focus img,
.card-post-simple:hover img {
	transform: translateY(-5px);
}

.card-post-simple:focus .card-media-hover,
.card-post-simple:hover .card-media-hover {
	bottom: -2px;
}

/*----------------------------------------
	CARD-SLIDE
*/

.card-slide {
	overflow: hidden;
	max-width: 19.375rem;
	margin: auto;
	background-color: #242424;
}

.card-slide img {
	width: 22.9375rem;
	min-height: 1px; /* ie fix */
	transition: filter .3s,
	transform .5s;
}

.card-slide .card-divider {
	z-index: 1;
	transition: margin-top .5s;
	border-top: 2px solid #ff6501;
	background-color: #242424;
}

.card-slide .card-team-contacts {
	margin-top: 24px;
	margin-bottom: -114px;
	transition: margin-bottom .5s;
}

.card-slide:focus .card-divider,
.card-slide:hover .card-divider {
	margin-top: -116px;
}

.card-slide:focus .card-team-contacts,
.card-slide:hover .card-team-contacts {
	margin-bottom: 0;
}

.card-slide:focus img,
.card-slide:hover img {
	transform: translateY(-50px);
}

/*----------------------------------------
	CARD-TEAM
*/

.card-team {
	text-align: center;
}

.card-team .phone {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 1.3125rem;
}

.card-team .phone:focus,
.card-team .phone:hover {
	color: #fff;
}

.card-team hr {
	width: 80%;
}

/*----------------------------------------
	CARD-POST-ICON
	CARD-FEATURE
	Card with icon-box in .card-divider
*/

.card-post-icon .icon-box,
.card-feature .icon-box {
	margin: -1.78333em auto 1.3125rem;
	transition: box-shadow cubic-bezier(.68, -.55, .27, 1.55) .5s, transform cubic-bezier(.68, -.55, .27, 1.55) .5s;
	box-shadow: 0 0 0 10px rgba(230, 230, 230, .25);
}

.card-post-icon .icon-box.secondary,
.card-feature .icon-box.secondary {
	box-shadow: 0 0 0 10px rgba(255, 255, 255, .35);
}

.card-post-icon .icon-box.primary,
.card-feature .icon-box.primary {
	box-shadow: 0 0 0 10px rgba(51, 51, 51, .1);
}

.card-post-icon .card-divider,
.card-feature .card-divider {
	text-align: center;
}

.card-post-icon h3[data-equalizer-watch],
.card-feature h3[data-equalizer-watch],
.card-post-icon .h3[data-equalizer-watch],
.card-feature .h3[data-equalizer-watch] {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card-post-icon:focus .icon-box,
.card-feature:focus .icon-box,
.card-post-icon:hover .icon-box,
.card-feature:hover .icon-box {
	box-shadow: 0 0 0 15px rgba(230, 230, 230, .075);
}

.card-post-icon:focus .icon-box i,
.card-feature:focus .icon-box i,
.card-post-icon:hover .icon-box i,
.card-feature:hover .icon-box i {
	animation: rh-scale-in linear .5s;
}

.card-post-icon:focus .icon-box.secondary,
.card-feature:focus .icon-box.secondary,
.card-post-icon:hover .icon-box.secondary,
.card-feature:hover .icon-box.secondary {
	box-shadow: 0 0 0 15px rgba(255, 255, 255, .15);
}

.card-post-icon:focus .icon-box.primary,
.card-feature:focus .icon-box.primary,
.card-post-icon:hover .icon-box.primary,
.card-feature:hover .icon-box.primary {
	box-shadow: 0 0 0 15px rgba(51, 51, 51, .05);
}

.card-post-icon:focus .icon-box,
.card-feature:focus .icon-box,
.card-post-icon:hover .icon-box,
.card-feature:hover .icon-box {
	transform: scale(1.085);
}

.card-post-icon .card-media {
	z-index: 0;
	overflow: hidden;
	max-height: 12.5rem;
	margin-bottom: 0;
}

.card-post-icon ul li:not(:last-child) {
	margin-bottom: .65625rem;
}

.card-post-icon .card-section .rh-button.flip-y {
	margin-bottom: -1rem;
}

/*----------------------------------------
	CARD-PRODUCT
*/

.card-product:not(.block-translate) {
	transition: box-shadow .3s linear, filter .3s linear;
}

.card-product.block-translate {
	transition: box-shadow cubic-bezier(.68, -.55, .27, 1.55) .5s, transform cubic-bezier(.68, -.55, .27, 1.55) .5s, filter .3s linear;
}

.card-product.bg-secondary p {
	color: #fff;
}

.card-product.bg-secondary .card-product-features li {
	color: #cacaca;
	background: linear-gradient(to right, rgba(64, 64, 64, 0) 0%, #404040 75%);
}

.card-product-features {
	min-width: 50%;
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
	text-align: right;
	/*
	text-transform: lowercase;
	*/
}

.card-product-features li {
	margin-right: -1rem;
	padding: .3125rem 1.625rem .3125rem .625rem;
	background: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 75%);
}

.card-product-features li:not(:last-child) {
	margin-bottom: .3125rem;
}

.card-features-boxes {
	margin-bottom: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	/*
	border-bottom: 1px solid #d6d6d6;
	*/
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.card-features-boxes:not(:first-child) {
	border-top: 1px solid #d6d6d6;
}

.card-features-boxes p {
	font-size: .8125rem;
}

.card-features-boxes > .media-object {
	margin-bottom: 1rem;
}

.card-features-boxes i {
	font-size: 1.3125rem;
}

.card-product:not(.extended) .card-section:last-child,
.card-product:not(.extended) .card-divider:last-child {
	padding-bottom: 0;
}

.card-product:not(.extended) *:last-child.card-divider .button {
	margin-bottom: -1.3125rem;
}

.card-product:not(.extended) *:last-child.text-center .button {
	margin-bottom: 0;
}

/*----------------------------------------
	CARD-PRODUCT EXTENDED (e.g. FLEET PAGE)
*/

.card-product.extended img {
	max-width: 100%;
	margin-bottom: 1.3125rem;
}

/*----------------------------------------
	CARD-PRODUCT SIMPLE
*/

.card-product.simple {
	overflow: hidden;
}

.card-product.simple .rh-button {
	margin-right: -1rem;
	margin-bottom: 1.3125rem;
}

.card-product.simple .price {
	margin-bottom: 1.3125rem;
}

.card-product.simple .price-val {
	
	font-size: 2.25rem;
	
}

.card-product.simple sup {
	font-size: .875rem;
}

.card-product.simple .features {
	font-size: 18px;
	margin-top: -1.3125rem;
	margin-bottom: 1.3125rem;
	color: #8a8a8a;

	-ms-flex-pack: start;
	justify-content: flex-start;
}

.card-product.simple[class*="bg-secondary"] .features {
	color: #cacaca;
}

/*------------------------------------------------------------------------------
	MEDIA-BUTTON

	Block with icon & heading (e.g. section "Services")
------------------------------------------------------------------------------*/

.media-button {
	height: 5.25rem;
	color: #cacaca;

	-ms-flex-align: stretch;
	align-items: stretch;
}

.media-button,
.media-button .media-object-section,
.media-button .media-object-section:last-child > * {
	position: relative;
}

.media-button .h3 {
	margin: 0;
	transition: color .2s ease-in;
	transition-delay: .3s;
}

.media-button .media-object-section {
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	background-color: #333;

	-ms-flex-align: center;
	align-items: center;
}

.media-button .media-object-section:before {
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	transform: skewX(-15deg);
	transform-origin: top left;
	background-color: inherit;
}

.media-button .media-object-section:first-child {
	overflow: hidden;
	padding: 0 .9375rem 0 0;
	text-align: center;

	-ms-flex: 1 1 40%;
	    flex: 1 1 40%;
}

.media-button .media-object-section:first-child:before {
	right: -101%;
	transition: right cubic-bezier(.46, .03, .52, .96) .4s;
	transition-delay: .2s;
	background-color: #ff6501;
}

.media-button .media-object-section:first-child .icon {
	font-size: 2rem;
	line-height: 5.25rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: 1rem;
	margin-left: auto;
	transition: color ease-in .2s;
	transition-delay: .2s;
}

.media-button .media-object-section:last-child {
	padding: .625rem .625rem .625rem .9375rem;

	-ms-flex: 1 1 75%;
	    flex: 1 1 75%;
}

.media-button .media-object-section:last-child:before {
	left: 0;
	border-left: 5px solid #fff;
}

.bg-secondary .media-button .media-object-section:last-child:before {
	border-color: #333;
}

.bg-secondary-shade .media-button .media-object-section:last-child:before {
	border-color: #242424;
}

.bg-gray .media-button .media-object-section:last-child:before {
	border-color: #f8f8f8;
}

.media-button:hover .media-object-section:first-child:before,
.media-button:active .media-object-section:first-child:before,
.media-button.is-active .media-object-section:first-child:before {
	right: 0;
}

.media-button:hover .icon,
.media-button:active .icon,
.media-button.is-active .icon {
	animation: rh-slide-right .3s ease-in;
	animation-delay: .2s;
	color: #333;
}

.media-button:hover .h3,
.media-button:active .h3,
.media-button.is-active .h3 {
	transition-delay: 0s;
	color: #fff;
}

.media-button:active {
	animation: rh-shiver .2s linear;
}

/*------------------------------------------------------------------------------
	IMAGES
------------------------------------------------------------------------------*/

/* Default foundation thumbnail */

.thumbnail {
	margin-bottom: 1.3125rem;
	border: 3px solid #e6e6e6;
}

.thumbnail,
.thumbnail:focus,
.thumbnail:hover {
	box-shadow: none;
}

/* Themplate thumbnail */

.post-media.content-slider,
.card-media,
.rh-thumbnail {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #ff6501;
}

.rh-thumbnail img {
	max-width: 100%;
}

/* Image light box */

.image-hover {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	border-bottom: 2px solid #ff6501;
}

.image-hover:before {
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: inherit;
	height: inherit;
	margin: auto;
	transition: all .3s;
	opacity: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .25) 75%);
}

/* Gallery item zoom button */

.button-zoom {
	position: relative;
	display: block;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	transition: transform cubic-bezier(.46, .03, .52, .96) .5s;
	transform: scale(0);
	border-radius: 50%;
	background-image: radial-gradient(circle, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 15px, rgba(255, 255, 255, 0) 16px, rgba(255, 255, 255, 0) 19px, rgba(255, 255, 255, .5) 20px, rgba(255, 255, 255, .5) 100%);
}

.button-zoom:before,
.button-zoom:after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	transition: border-color .3s;
	border: 0;
	border-style: solid;
	border-color: #fff;
}

.button-zoom:before {
	width: 0;
	margin: auto 2.71429em;
	border-left-width: 1px;
}

.button-zoom:after {
	height: 0;
	margin: 2.71429em auto;
	border-top-width: 1px;
}

.button-zoom.small {
	width: 36px;
	height: 36px;
	transition: transform cubic-bezier(.46, .03, .52, .96) .3s;
	background-image: radial-gradient(circle, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 13px, rgba(255, 255, 255, 0) 14px, rgba(255, 255, 255, 0) 16px, rgba(255, 255, 255, .5) 17px, rgba(255, 255, 255, .5) 100%);
}

.button-zoom.small:before {
	margin: auto 1.28571em;
}

.button-zoom.small:after {
	margin: 1.28571em auto;
}

.button-zoom:focus,
.button-zoom:hover {
	background-image: radial-gradient(circle, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, .85) 15px, rgba(255, 255, 255, 0) 16px, rgba(255, 255, 255, 0) 19px, rgba(255, 255, 255, .25) 20px, rgba(255, 255, 255, .25) 100%);
}

.button-zoom:focus:before,
.button-zoom:focus:after,
.button-zoom:hover:before,
.button-zoom:hover:after {
	border-color: #333;
}

.image-hover:focus:before,
.image-hover:hover:before {
	opacity: 1;
}

.image-hover:focus .button-zoom,
.image-hover:hover .button-zoom {
	transform: scale(1);
}

.image-hover:focus .button-zoom:focus,
.image-hover:focus .button-zoom:hover,
.image-hover:hover .button-zoom:focus,
.image-hover:hover .button-zoom:hover {
	transform: scale(1.1);
}

/*------------------------------------------------------------------------------
	IMAGE GALLERIES
------------------------------------------------------------------------------*/

.gallery {
	padding: 1rem;
	background-color: #242424;
}

.s-trapeze-edges .gallery {
	box-shadow: 0 0 21px rgba(36, 36, 36, .85);
}

.gallery.bg-white .title {
	color: currentColor;
	background-color: #fff;
}

.gallery-item {
	margin: 0;
	padding: 2px;
	transition: opacity .3s;
}

.gallery-item.image-hover {
	border-bottom: 0;
}

.gallery-item.image-hover:before {
	background-image: none;
}

.gallery-image {
	position: relative;
	z-index: 2;
	bottom: -2px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.gallery-image:before {
	z-index: 3;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(transparent 0%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .6) 100%), url("../img/pat_dot.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.gallery-image > * {
	display: block;
	width: inherit;
	height: inherit;
	transition: transform linear .4s, filter linear .5s;
	transition-delay: .1s;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.gallery .button-zoom {
	margin: -54px auto 0;
}

.gallery-image-caption,
.gallery-image-caption .title {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
}

.gallery-image-caption .title {
	display: block;
	margin-bottom: 0;
	padding: 1rem 1rem .5rem;
	color: #fff;
	background-color: #242424;
}

.image-hover-buttons {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.image-hover-buttons .button {
	opacity: .85;
}

.image-hover-buttons .button:first-child {
	margin-right: 6px;
}

.image-hover-buttons .button:last-child {
	margin-left: 6px;
}

/* Gallery item */

.gallery-item:focus.image-hover:before,
.gallery-item:hover.image-hover:before {
	background-image: none;
}

/*----------------------------------------
	CUSTOM RESPONSIVE IMAGE GALLERY
	Most styles are in mediaquery sections:

		640px to 853px 	(min-width: 40em) and (max-width: 53.3125em)
	   854px to 1023px 	(min-width: 53.375em) and (max-width: 63.9375em)
	  1024px to 1043px 	(min-width: 64em) and (max-width: 90.1875em)
				1044px 	(min-width: 90.25em)
*/

.rh-gallery .gallery-item {
	height: 17.917em;
}

.rh-gallery .gallery-image {
	display: inline-block;
}

.rh-gallery .gallery-image-caption .title {
	right: 2px;
	left: 2px;
	width: auto;
}

.s-fleet .rh-gallery .image-hover-buttons {
	top: 1rem;
	padding-right: 1rem;
	transform: none;
	text-align: right;
}

/* Simple image gallery (in footer) */

.simple-gallery {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.simple-gallery > * {
	display: block;
	width: auto;
	margin-right: 3px;
	margin-bottom: 3px;
}

/*------------------------------------------------------------------------------
	VIDEO CONTAINERS
------------------------------------------------------------------------------*/

.video-play-button {
	font-size: 3em;
	right: 0;
	bottom: 0;
	display: block;
	width: 1.7em;
	height: 1.7em;
	margin: auto;
	transition: transform linear .3s;
	text-align: center;
	border-radius: 50%;
	background-color: #ff6501;
}

.video-play-button:before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	animation: waterpulse 2.5s ease-out infinite;
	border-radius: 50%;
	background-color: #ff6501;
}

.video-play-button i {
	margin-top: .33333em;
	margin-left: .14286em;
	color: #fff;
}

.video-play-button:focus,
.video-play-button:hover {
	transform: scale(1.1, 1.1);
}

.video-play-button:focus:before,
.video-play-button:hover:before {
	display: none;
	animation: none;
}

.video-play-button.large {
	font-size: 6em;
}

.video-play-button.small {
	font-size: 2em;
}

.flex-video.panorama,
.responsive-embed.panorama {
	padding-bottom: 31.64063%;
}

.flex-video.square,
.responsive-embed.square {
	padding-bottom: 100%;
}

.responsive-embed {
	margin-bottom: 1.3125rem;
}

.responsive-embed iframe {
	border: 0;
}

.responsive-embed[class*="secondary-"] {
	border-width: 5px;
	border-style: solid;
}

.responsive-embed.bg-secondary {
	border-color: #333;
}

.responsive-embed.bg-white {
	border-color: #fff;
}

.responsive-embed.bg-gray {
	border-color: #f8f8f8;
}

.responsive-embed + .callout {
	margin-top: -1.3125rem;
}

.video-play-button,
.video-cover-bg {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}

.video-cover {
	position: relative;
	overflow: hidden;
}

.video-cover-bg {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: inherit;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video-cover.is-active .video-cover-bg,
.video-cover.is-active .video-play-button {
	display: none;
}

/*----------------------------------------
	BACKGROUND VIDEO
*/

.video-background {
	position: fixed;
	z-index: -99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #242424;
}

.video-background iframe,
.video-background video,
.video-foreground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border: 0;
}

.s-video {
	z-index: 0;
	overflow: hidden;
}

.s-video .video-background {
	position: absolute;
}

/*------------------------------------------------------------------------------
	CAROUSELS
------------------------------------------------------------------------------*/

/* Indents between cards */

.s-cards-carousel .owl-item {
	padding: 1rem;
	padding-bottom: 1.3125rem;
}

.s-cards-carousel .rh-owl-dots:not(.disabled) {
	padding-top: 0;
}

/*----------------------------------------
	CAROUSELS DOT-BULLETS
*/

.orbit-bullets button,
.owl-dot {
	padding: 5px 10px;
}

.orbit-bullets button span:not(.show-for-sr),
.owl-dot span {
	display: inline-block;
	width: 12px;
	height: 12px;
	transition: opacity linear .3s, transform cubic-bezier(.68, -.55, .27, 1.55) .35s, box-shadow cubic-bezier(.68, -.55, .27, 1.55) .35s;
	opacity: .35;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);

	-webkit-backface-visibility: visible;
}

.orbit-bullets button:hover span:not(.show-for-sr),
.orbit-bullets button.is-active span:not(.show-for-sr),
.owl-dot.active span,
.owl-dot:hover span {
	transform: scale(1.25);
	opacity: 1;
}

.orbit-bullets button:hover span:not(.show-for-sr),
.owl-dot:hover span {
	box-shadow: 0 0 0 .15rem rgba(255, 255, 255, .15);
}

.orbit-bullets button.is-active span:not(.show-for-sr),
.owl-dot.active span {
	background-color: #ff6501;
	box-shadow: 0 0 0 .25rem rgba(255, 221, 57, .15);
}

.orbit-bullets.dots-dark:not(.line) button:not(.is-active) span:not(.show-for-sr),
.dots-dark .owl-dot:not(.active) span {
	background: #8a8a8a;
	box-shadow: 0 0 0 .25rem rgba(138, 138, 138, .25);
}

.orbit-bullets.dots-dark:not(.line) button:not(.is-active):hover span:not(.show-for-sr),
.dots-dark .owl-dot:not(.active):hover span {
	box-shadow: 0 0 0 .15rem rgba(138, 138, 138, .25);
}

.orbit-bullets.dots-dark:not(.line) button.is-active span:not(.show-for-sr),
.dots-dark .owl-dot.active span {
	box-shadow: 0 0 0 .25rem rgba(255, 221, 57, .25);
}

/*----------------------------------------
	CAROUSELS ARROW-LABLE-BUTTONS
*/

[class*="carousel-button-"],
#lightcase-nav a.lightcase-icon-next,
#lightcase-nav a.lightcase-icon-prev {
	display: -ms-flexbox;
	display: flex;
	width: 60px;
	height: 32px;
	transition: opacity .3s, transform .3s;
	opacity: .5;
	color: #cacaca;
	background-color: transparent;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

[class*="carousel-button-"]:before,
#lightcase-nav a.lightcase-icon-next:before,
#lightcase-nav a.lightcase-icon-prev:before,
[class*="carousel-button-"]:after,
#lightcase-nav a.lightcase-icon-next:after,
#lightcase-nav a.lightcase-icon-prev:after {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: "";
	transition: all .3s;
	background-color: #cacaca;
}

[class*="carousel-button-"]:before,
#lightcase-nav a.lightcase-icon-next:before,
#lightcase-nav a.lightcase-icon-prev:before {
	top: 50%;
	transform: rotate(55deg);
}

[class*="carousel-button-"]:after,
#lightcase-nav a.lightcase-icon-next:after,
#lightcase-nav a.lightcase-icon-prev:after {
	bottom: 50%;
	transform: rotate(-55deg);
}

[class*="carousel-button-"] span,
#lightcase-nav a.lightcase-icon-next span,
#lightcase-nav a.lightcase-icon-prev span {
	font-size: 14px;
	display: block;
	visibility: hidden;
	transition: all .3s;
	text-indent: 0;
	text-transform: uppercase;
	opacity: 0;
}

.carousel-button-next,
#lightcase-nav a.lightcase-icon-next {
	right: 2rem;
}

.carousel-button-next:before,
#lightcase-nav a.lightcase-icon-next:before,
.carousel-button-next:after,
#lightcase-nav a.lightcase-icon-next:after {
	right: 0;
}

.carousel-button-next:before,
#lightcase-nav a.lightcase-icon-next:before {
	margin-top: -1px;
	transform-origin: right bottom;
}

.carousel-button-next:after,
#lightcase-nav a.lightcase-icon-next:after {
	margin-bottom: -1px;
	transform-origin: right top;
}

.carousel-button-next span,
#lightcase-nav a.lightcase-icon-next span {
	margin-right: 16px;
	transform: translateX(-32px);
}

.carousel-button-prev,
#lightcase-nav a.lightcase-icon-prev {
	left: 2rem;
}

.carousel-button-prev:before,
#lightcase-nav a.lightcase-icon-prev:before,
.carousel-button-prev:after,
#lightcase-nav a.lightcase-icon-prev:after {
	left: 0;
}

.carousel-button-prev:before,
#lightcase-nav a.lightcase-icon-prev:before {
	margin-top: -2px;
	transform-origin: left bottom;
}

.carousel-button-prev:after,
#lightcase-nav a.lightcase-icon-prev:after {
	margin-bottom: -2px;
	transform-origin: left top;
}

.carousel-button-prev span,
#lightcase-nav a.lightcase-icon-prev span {
	margin-left: 1rem;
	transform: translateX(32px);
}

.owl-prev:hover [class*="carousel-button-"],
.owl-prev [class*="carousel-button-"]:hover,
.owl-next:hover [class*="carousel-button-"],
.owl-next [class*="carousel-button-"]:hover,
#lightcase-nav a.lightcase-icon-next:hover,
#lightcase-nav a.lightcase-icon-prev:hover {
	opacity: 1;
	color: #fff;
	text-shadow: none;
}

.owl-prev:hover [class*="carousel-button-"]:before,
.owl-prev [class*="carousel-button-"]:hover:before,
.owl-next:hover [class*="carousel-button-"]:before,
.owl-next [class*="carousel-button-"]:hover:before,
#lightcase-nav a.lightcase-icon-next:hover:before,
#lightcase-nav a.lightcase-icon-prev:hover:before {
	transform: rotate(45deg);
}

.owl-prev:hover [class*="carousel-button-"]:after,
.owl-prev [class*="carousel-button-"]:hover:after,
.owl-next:hover [class*="carousel-button-"]:after,
.owl-next [class*="carousel-button-"]:hover:after,
#lightcase-nav a.lightcase-icon-next:hover:after,
#lightcase-nav a.lightcase-icon-prev:hover:after {
	transform: rotate(-45deg);
}

.owl-prev:hover [class*="carousel-button-"] span,
.owl-prev [class*="carousel-button-"]:hover span,
.owl-next:hover [class*="carousel-button-"] span,
.owl-next [class*="carousel-button-"]:hover span,
#lightcase-nav a.lightcase-icon-next:hover span,
#lightcase-nav a.lightcase-icon-prev:hover span {
	visibility: visible;
	transform: none;
	opacity: 1;
	color: currentColor;
}

[class*="carousel-button-"] {
	position: relative;
}

.image-carousel:not([class*="bg-secondary"]) [class*="carousel-button-"],
.image-carousel:not([class*="bg-secondary"])
#lightcase-nav a.lightcase-icon-next,
.image-carousel:not([class*="bg-secondary"])
#lightcase-nav a.lightcase-icon-prev {
	color: #333;
}

.image-carousel:not([class*="bg-secondary"]) [class*="carousel-button-"]:before,
.image-carousel:not([class*="bg-secondary"]) [class*="carousel-button-"]:after,
.image-carousel:not([class*="bg-secondary"])
  #lightcase-nav a.lightcase-icon-next:before,
.image-carousel:not([class*="bg-secondary"])
  #lightcase-nav a.lightcase-icon-next:after,
.image-carousel:not([class*="bg-secondary"])
  #lightcase-nav a.lightcase-icon-prev:before,
.image-carousel:not([class*="bg-secondary"])
  #lightcase-nav a.lightcase-icon-prev:after {
	background-color: #333;
}

/*----------------------------------------
	ORBIT CAROUSEL
*/

.slide-out-left.mui-leave,
.slide-in-right.mui-enter {
	transition: transform ease 900ms;
}

/* Orbit dot-bullets */

.orbit-bullets {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;
}

.orbit-bullets button {
	min-width: 32px;
	min-height: 22px;
	margin: 0;
}

.card .orbit-bullets button span:not(.show-for-sr) {
	width: 10px;
	height: 10px;
}

.orbit-bullets button,
.orbit-bullets button:hover,
.orbit-bullets button.is-active {
	background-color: transparent;
}

/*----------------------------------------
	CONTENT CAROUSEL
	(Foundation orbit carousel for images, post carousels)
*/

.content-slider .orbit-bullets {
	z-index: 1; /* ie fix */
	margin-top: -38px;
	margin-bottom: 16px;
}

.content-slider .orbit-bullets.line {
	z-index: 1;
	margin: 0 auto -19px;

	-ms-flex-align: start;
	align-items: flex-start;
}

.content-slider .orbit-bullets.line button {
	position: relative;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 0;
	background-color: transparent;

	-ms-flex-positive: 1;
	flex-grow: 1;
}

.content-slider .orbit-bullets.line button:before,
.content-slider .orbit-bullets.line.on-top button:before,
.content-slider .orbit-bullets.line.on-bottom button:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	content: "";
}

.content-slider .orbit-bullets.line.on-top {
	margin-top: 0;
	margin-bottom: -22px;
}

.content-slider .orbit-bullets.line.on-top button:before {
	transition: border-top-width .3s linear;
	border-top: 2px solid #ff6501;
	border-bottom-width: 0;
}

.content-slider .orbit-bullets.line.on-top button.is-active:before {
	border-top-width: 6px;
	border-bottom-width: 0;
}

.content-slider .orbit-bullets.line,
.content-slider .orbit-bullets.line.on-bottom {
	margin-top: -20px;
	margin-bottom: -2px;
}

.content-slider .orbit-bullets.line button:before,
.content-slider .orbit-bullets.line.on-bottom button:before {
	top: auto;
	bottom: 0;
	transition: border-bottom-width .3s linear;
	border-top: 0;
	border-top-width: 0;
	border-bottom: 2px solid #ff6501;
}

.content-slider .orbit-bullets.line button.is-active:before,
.content-slider .orbit-bullets.line.on-bottom button.is-active:before {
	border-top-width: 0;
	border-bottom-width: 6px;
}

.content-slider .orbit-bullets.on-top {
	z-index: 1;
	margin-top: 16px;
	margin-bottom: -30px;
}

.content-slider {
	overflow: hidden;
}

/* Sets the height of the orbit-container to a non-zero value */

.content-slider .orbit-container {
	height: auto !important;
}

.content-slider.orbit .image-hover {
	border-bottom-width: 0;
}

.content-slider img {
	width: 100%;
}

.content-slider .orbit-previous,
.content-slider .orbit-next {
	position: absolute;
	z-index: 2;
	top: 100%;
	margin-top: -50px;
}

.content-slider .orbit-previous.small,
.content-slider .orbit-next.small {
	margin-top: -41px;
}

.content-slider .orbit-previous:active,
.content-slider .orbit-next:active {
	top: 100%;
}

.content-slider .orbit-previous {
	margin-left: -4.28571em;
}

.content-slider .orbit-next {
	margin-right: -4.28571em;
}

.content-slider .orbit-container:before {
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	transition: all .3s;
	opacity: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 25%, transparent 50%);
}

.content-slider .rh-slick-prev,
.content-slider .rh-slick-next {
	position: absolute;
	z-index: 1;
	bottom: 0;
}

.content-slider .rh-slick-prev:active,
.content-slider .rh-slick-next:active {
	top: auto;
	bottom: -2px;
}

.content-slider .rh-slick-prev {
	left: 0;
}

.content-slider .rh-slick-next {
	right: 0;
}

.content-slider:focus .orbit-container:before,
.content-slider:hover .orbit-container:before {
	opacity: 1;
}

.content-slider:focus .orbit-previous,
.content-slider:hover .orbit-previous {
	margin-left: 0;
}

.content-slider:focus .orbit-next,
.content-slider:hover .orbit-next {
	margin-right: 0;
}

/*----------------------------------------
	THUMBNAIL CONTENT CAROUSEL

	Slick.js
*/

.content-slider-thumbs .content-slider-item {
	margin-right: -1px;
	margin-left: -1px;
	padding: 3px 3px;
	cursor: pointer;
	background-color: transparent;
}

.content-slider-thumbs .content-slider-item img {
	transition: opacity .3s;
	opacity: .5;
}

.content-slider-thumbs .content-slider-item:focus img,
.content-slider-thumbs .content-slider-item:hover img {
	opacity: 1;
}

.content-slider-thumbs .content-slider-item:focus {
	outline: none;
}

.content-slider-thumbs .slick-current {
	background-color: #ff6501;
}

.content-slider-thumbs .slick-current img {
	opacity: 1;
}

/*----------------------------------------
	OWL CAROUSEL
*/

.owl-item > .column-block {
	margin-bottom: 0;
}

.owl-dots {
	line-height: 1;
	margin-top: 2.625rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-align: center;
}

.owl-dot {
	display: inline-block;
	cursor: pointer;
	vertical-align: bottom; /* Use this with carousels on light background */
}

.owl-carousel.animation-fastout-slowin .owl-stage {
	transition-timing-function: cubic-bezier(.5, 0, .15, 1.25) !important;
}

.owl-arrow-buttons .owl-next,
.owl-arrow-buttons .owl-prev {
	position: absolute;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	width: 8rem;
	height: 100%;
	transition: all .3s;

	-ms-flex-align: center;
	align-items: center;
}

.owl-arrow-buttons .owl-next:focus,
.owl-arrow-buttons .owl-next:hover,
.owl-arrow-buttons .owl-prev:focus,
.owl-arrow-buttons .owl-prev:hover {
	width: 16rem;
}

.owl-arrow-buttons .owl-next {
	right: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 95%);

	-ms-flex-pack: end;
	justify-content: flex-end;
}

.image-carousel.bg-secondary .owl-arrow-buttons .owl-next {
	background-image: linear-gradient(to right, rgba(51, 51, 51, 0) 0%, #333 95%);
}

.owl-arrow-buttons .owl-prev {
	left: 0;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 95%);
}

.image-carousel.bg-secondary .owl-arrow-buttons .owl-prev {
	background-image: linear-gradient(to left, rgba(51, 51, 51, 0) 0%, #333 95%);
}

.owl-rh-buttons {
	display: -ms-flexbox;
	display: flex;
	padding-top: 1.3125rem;

	-ms-flex-pack: center;
	justify-content: center;
}

.owl-rh-buttons .owl-prev {
	margin-right: -10px;
}

.owl-rh-buttons .owl-next {
	margin-left: -10px;
}

.rh-owl-dots:not(.disabled) {
	padding-top: 1.3125rem;
	text-align: center;
}

/*----------------------------------------
	HERO OWL CAROUSEL DOTS PROPERTIES
*/

.hero-carousel .owl-arrow-buttons .owl-prev {
	padding-left: 2rem;
	background-image: none;
}

.hero-carousel .owl-arrow-buttons .owl-next {
	padding-right: 2rem;
	background-image: none;
}

#hero-carousel-dots {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 30px;
	left: 0;
	min-width: 20rem;
	max-width: 80vw;
	margin: auto;
	text-align: center;
}

#hero-carousel-dots .owl-dots {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

#hero-carousel-dots .owl-dots:first-child:before,
#hero-carousel-dots .owl-dots:last-child:after {
	bottom: 7px;
	width: 15vw;
	height: 1px;
	cursor: default;
	opacity: .25;
}

#hero-carousel-dots .owl-dots:first-child {
	padding-left: 10px;
}

#hero-carousel-dots .owl-dots:first-child:before {
	right: 100%;
	background-image: linear-gradient(to left, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
}

#hero-carousel-dots .owl-dots:last-child {
	padding-right: 10px;
}

#hero-carousel-dots .owl-dots:last-child:after {
	left: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
}

#hero-carousel-dots .owl-dots span {
	height: 1px;
	border-radius: 0;
	box-shadow: none;
}

#hero-carousel-dots .owl-dots:hover span {
	background: #fff;
	box-shadow: none;
}

#hero-carousel-dots .owl-dots .owl-dot.active span {
	background: #ff6501;
}

#hero-carousel-dots .owl-dot span {
	width: 2rem;
}

/*----------------------------------------
	LOGO CAROUSEL (e.g. section "Partners")
*/

.logo-carousel {
	margin-bottom: 0;
}

.logo-carousel-item {
	width: 9.1875rem;
	height: 9.1875rem;
	margin: auto;
	padding: 1rem;
	transition: opacity linear .3s, transform cubic-bezier(.68, -.55, .27, 1.55) .5s;
}

.logo-carousel svg {
	width: 100%;
	height: 100%;
}

.logo-carousel-item:focus,
.logo-carousel-item:hover {
	transform: scale(1.2, 1.2);
}

/*----------------------------------------
	Image carousel
*/

.image-carousel .owl-item > div {
	margin-bottom: 0;
	padding: .5rem .25rem;
}

/*------------------------------------------------------------------------------
	ACCORDIONS
------------------------------------------------------------------------------*/

.accordion-title:not(.media-button) {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	transition: color ease .3s, background-color ease .3s;
	text-transform: uppercase;
	color: #333;
	border: 1px solid #e6e6e6;
}

.accordion-title:not(.media-button):focus,
.accordion-title:not(.media-button):hover {
	color: #333;
	background-color: #f8f8f8;
}

.accordion-title:not(.media-button):before,
.is-active > .accordion-title:not(.media-button):before {
	content: none;
}

.accordion-content {
	transition: border .3s;
	border-color: #e6e6e6;
	background-color: #fff;
}

.secondary-fill .accordion-content {
	transition: border .3s;
	color: #d6d6d6;
	border-color: #404040;
	background-color: #404040;
}

.primary-fill .accordion-content {
	transition: border .3s;
	border-color: #ffea84;
	background-color: #ffea84;
}

.accordion-button {
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	left: auto;
	width: 12px;
	height: 12px; /* Vertical line */ /* horizontal line */
	margin: auto;
}

.accordion-button:before,
.accordion-button:after {
	position: absolute;
	content: "";
	transition: transform .25s ease-out;
	background-color: #d6d6d6;
}

.accordion-button:before {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
}

.accordion-button:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
}

.is-active .accordion-button {
	cursor: pointer;
}

.is-active .accordion-button:before {
	transform: rotate(-90deg);
}

.is-active .accordion-button:after {
	transform: rotate(-180deg);
}

.is-active > .accordion-title {
	border-bottom-width: 2px;
	border-bottom-color: #ff6501;
	background-color: inherit;
}

[class*="secondary"] > .is-active > .accordion-title {
	color: #fff;
	border-color: #333 #333 #ff6501 #333;
	background-color: #333;
}

[class*="primary"] > .is-active > .accordion-title {
	border-color: #ff6501 #ff6501 #fff #ff6501;
	background-color: #ff6501;
}

.primary > .is-active > .accordion-title {
	border-bottom-width: 0;
}

[class*="primary"] > .is-active .accordion-button:before,
[class*="primary"] > .is-active .accordion-button:after {
	background-color: #333;
}

/*------------------------------------------------------------------------------
	TABS
------------------------------------------------------------------------------*/

.tabs {
	z-index: 1;
	border: none;
	background: transparent;
}

.tabs-panel {
	height: inherit;
}

.tabs-title > a {
	padding-right: 1rem;
	padding-left: 1rem;
	transition: all .3s;
	color: #333;
	background: #f8f8f8;
}

.tabs-title > a:focus,
.tabs-title > a:hover {
	color: currentColor;
	background: #fff;
}

.tabs-title.is-active > a {
	color: currentColor;
	background-color: #fff;
}

.tabs:not(.vertical) .tabs-title > a:focus,
.tabs:not(.vertical) .tabs-title > a:hover {
	box-shadow: inset 0 -3px 0 0 #d6d6d6, inset 0 0 0 1px #e6e6e6;
}

.tabs:not(.vertical) .tabs-title.is-active > a {
	box-shadow: inset 0 -3px 0 0 #ff6501, inset 0 0 0 1px #e6e6e6, 0 1px 0 0 #ff6501;
}

.tabs.vertical .tabs-title > a:focus,
.tabs.vertical .tabs-title > a:hover {
	box-shadow: inset -3px 0 0 0 #d6d6d6, inset 0 0 0 1px #e6e6e6;
}

.tabs.vertical .tabs-title.is-active > a {
	box-shadow: inset -3px 0 0 0 #ff6501, inset 0 0 0 1px #e6e6e6, 1px 0 0 0 #ff6501;
}

.tabs[class*="secondary"] .tabs-title.is-active > a {
	color: #fff;
	background-color: #333;
}

.tabs-content {
	color: inherit;
	border-color: #e6e6e6;
	border-top-width: 1px;
	border-top-style: solid;
	background: #fff;
}

.tabs-content.vertical {
	height: inherit;
	min-height: 100%;
	border-color: #e6e6e6;
	border-left-width: 1px;
	border-left-style: solid;
}

.tabs-content.vertical .tabs-panel {
	height: 100%;
}

.tabs-content.secondary-fill .tabs-panel.is-active {
	color: #d6d6d6;
	background-color: #333;
}

.tabs-content.secondary-gray-filled .tabs-panel.is-active {
	background-color: #d6d6d6;
}

.tabs.expanded:not(.accordion) {
	display: -ms-flexbox;
	display: flex;
}

.tabs.expanded:not(.accordion) .tabs-title {
	text-align: center;
	text-transform: uppercase;

	-ms-flex: 1 0 auto;
	    flex: 1 0 auto;
}

/*------------------------------------------------------------------------------
	BREADCRUMBS
------------------------------------------------------------------------------*/

.breadcrumbs {
	display: inline-block;
}

.breadcrumbs li,
.breadcrumbs a {
	color: #333;
}

[class*="bg-secondary"] .breadcrumbs li,
[class*="bg-secondary"] .breadcrumbs a {
	color: #fff;
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
	text-decoration: none;
	color: #ff6501;
}

.breadcrumbs li:not(:last-child)::after {
	color: currentColor;
}

/*------------------------------------------------------------------------------
	PAGINATION
------------------------------------------------------------------------------*/

.pagination .current {
	padding: .75rem 1.25rem;
	color: currentColor;
	background: #ff6501;
}

.pagination a,
.pagination button {
	padding: .75rem 1.25rem;
	transition: background-color .3s;
	color: currentColor;
}

[class*="bg-secondary"] .pagination a,
[class*="bg-secondary"]
  .pagination button {
	color: #d6d6d6;
}

.pagination a:hover,
.pagination button:hover {
	color: currentColor;
}

[class*="bg-secondary"] .pagination a:hover,
[class*="bg-secondary"]
    .pagination button:hover {
	color: #d6d6d6;
	background-color: #404040;
}

[class*="bg-secondary"] .pagination .disabled {
	color: #8a8a8a;
}

/*------------------------------------------------------------------------------
	BADGES
------------------------------------------------------------------------------*/

.badge:not(:last-child) {
	margin: 0 .3125rem;
}

.badge:last-child {
	margin: 0 0 0 .3125rem;
}

.badge,
.badge.primary {
	color: #333;
	background-color: #ff6501;
}

.badge.secondary {
	color: #fff;
	background-color: #333;
}

.badge.light {
	background-color: #fff;
}

/*------------------------------------------------------------------------------
	LABELS
------------------------------------------------------------------------------*/

.label {
	line-height: inherit;
	margin: 0 .23077em .4375rem 0;
	padding: .5rem .9375rem;
}

.label,
.label.primary {
	color: #333;
	background-color: #ff6501;
}

.label.secondary {
	color: #fff;
	background-color: #242424;
}

a.label {
	cursor: pointer;
}

.label.rh-label {
	padding: .4375rem .875rem;
	transition: color ease-in .2s, border-color ease-in .2s, transform ease-in .2s;
	text-transform: lowercase;
	color: rgba(138, 138, 138, .75);
	border: 1px solid rgba(138, 138, 138, .25);
	background-color: transparent;
}

.label.rh-label:focus,
.label.rh-label:hover {
	transform: scale(1.11, 1.11);
	color: #8a8a8a;
	border-color: #ff6501;
}

[class*="bg-secondary"] .label.rh-label {
	color: #8a8a8a;
	border-color: rgba(138, 138, 138, .5);
}

[class*="bg-secondary"] .label.rh-label:focus,
[class*="bg-secondary"] .label.rh-label:hover {
	color: #fff;
	border-color: #ff6501;
}

/*------------------------------------------------------------------------------
	PROGRESS BAR
------------------------------------------------------------------------------*/

.progress {
	background-color: #f8f8f8;
}

.progress-meter {
	transition: width ease 3s;
}

.progress-meter-text {
	text-align: center;
}

.progress-title {
	display: -ms-flexbox;
	display: flex;
	    flex-direction: row;

	-ms-flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
}

.progress-title h6,
.progress-title .h6 {
	margin-bottom: .5rem;
}

.progress-title p {
	font-weight: bold;
	margin-bottom: .5rem;

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

.progress .progress-meter,
.progress.primary .progress-meter {
	background-color: #ffea84;
}

.progress.primary .progress-meter-text {
	color: #333;
}

.progress.secondary .progress-meter {
	background-color: #404040;
}

.progress.secondary-gray .progress-meter {
	background-color: #8a8a8a;
}

.rh-progress {
	overflow: hidden;
	height: 6px;
	margin-bottom: 1.3125rem;
	border-radius: 2px;
}

.rh-progress .progress-meter {
	position: static;
}

/*------------------------------------------------------------------------------
	TABLES
------------------------------------------------------------------------------*/

table thead th,
table thead td,
table tfoot th,
table tfoot td,
table tbody th,
table tbody td {
	padding: 1rem;
}

table.small thead th,
table.small thead td,
table.small tfoot th,
table.small tfoot td,
table.small tbody th,
table.small tbody td {
	padding: .5rem 1rem;
}

/*------------------------------------------------------------------------------
	CALLOUT
------------------------------------------------------------------------------*/

.callout {
	border-width: 0;
}

.callout:not([class*="bg-secondary"]) {
	color: #333;
}

.callout[class*="bg-secondary"] {
	color: #fff;
}

.callout.primary,
.callout.secondary,
.callout.success,
.callout.alert,
.callout.warning {
	border-width: 0 0 2px 0;
}

.callout.primary {
	border-bottom-color: #ff6501;
	background-color: #fffae1;
}

.callout.secondary {
	border-bottom-color: #333;
	background-color: #dbdbdb;
}

.callout.success {
	border-bottom-color: #3adb76;
}

.callout.alert {
	border-bottom-color: #cc4b37;
}

.callout.warning {
	border-bottom-color: #ffae00;
}

.callout.row {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

[class*="callout-overlap-"] {
	text-align: center;
}

/*------------------------------------------------------------------------------
	MODAL WINDOWS
------------------------------------------------------------------------------*/

.reveal-overlay {
	overflow-y: hidden;
	background-color: #242424;
}

.reveal {
	padding-top: 3.9375rem;
}

.reveal .tabs.expanded:not(.accordion) .tabs-title {
	-ms-flex: 1 0 50%;
	    flex: 1 0 50%;
}

.reveal .tabs-content {
	border: none;
}

.reveal .tabs-panel {
	padding: 1.3125rem 0 1rem;
	border: none;
}

.reveal .rh-button {
	min-width: 9.375rem;
}

.reveal .rh-button:last-child {
	margin-bottom: 0;
}

/*
	CSS HACK for Safari (Not Chrome!)
	Author: Jeff Clayton
	Source: https://jeffclayton.wordpress.com/2015/04/28/css-hacks-for-safari-6-1-7-and-8-not-chrome/

	Please be aware that these are hacks, and some of them are truly NON-STANDARD CSS CODE
	(which is why only some browsers are affected by them) AND WILL NOT FILTER THROUGH SASS
	OR OTHER COMPILERS OR FILTERS because they try to remove the non-standard data or convert to cross-browser
	form which completely destroys what we are trying to do here.
	To use them anyway, in many cases you must USE YOUR FILTER FIRST, THEN APPLY THE HACK AFTERWARD.
	Such is the nature of a hack and does require the extra work of either including an external unfiltered CSS file
	or code block afterward.

	The hacks below fixes a bug with the display of a close-button when the reveal window is open
*/

/* Safari 10.1+ */

/*
@media not all and (min-resolution:.001dpcm) {
	 @media{
		.reveal-overlay > .reveal {
			z-index: initial;
		}
	}
}
*/

/* Safari 6.1-10.0 (10.1 is the latest version of Safari at this time) */

/*
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	 @media{
		.reveal-overlay > .reveal {
			z-index: initial;
		}
	}
}
*/

#form-alert-popup.tiny .button {
	display: none;
}

.ajax-message .icon-box,
.ajax-message h3,
.ajax-message .h3 {
	margin-bottom: 2.625rem;
}

.ajax-message .icon-box {
	margin-right: auto;
	margin-left: auto;
}

.reveal-search {
	padding: 0;
	border: 0;
	background-color: transparent;
}

.reveal-search input {
	text-transform: uppercase;
}

.reveal-search .form-error {
	margin-top: .67rem;
	padding-left: .67rem;
}

/*------------------------------------------------------------------------------
	PRICE BLOCK
------------------------------------------------------------------------------*/

.price sup {
	font-size: .875rem;
	top: -.8em;
}

.price sup:last-child {
	margin-left: 5px;
}

.card[class*="bg-secondary"] .price sup,
[class*="bg-secondary"] > .price sup {
	color: #cacaca;
}

.card[class*="bg-secondary"] .price .price-val,
[class*="bg-secondary"] > .price .price-val {
	color: #fff;
}

.price-val {
	/*
	font-size: 2.5rem;
	*/
	font-size: 1.5rem;
	font-weight: 900;
	background-repeat: no-repeat;
}

.price.small .price-val {
	font-size: 1.8125rem;
}

.price.small sup {
	font-size: .6875rem;
}

.price.large .price-val {
	font-size: 3rem;
}

.price.large sup {
	font-size: 1.0625rem;
}

/*------------------------------------------------------------------------------
	PRICING-TABLES
------------------------------------------------------------------------------*/

.pricing-tables-row .column {
	padding-top: 1.3125rem;
}

.pricing-tables-row.collapse .pricing-table {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.pricing-tables-row.collapse .pricing-table.featured {
	position: relative;
	box-shadow: 0 0 25px rgba(0, 0, 0, .25);
}

.pricing-table {
	width: 100%;
	margin-left: 0;
	list-style-type: none;
	text-align: center;
	background-color: #fff;
}

.pricing-table li {
	padding: 1rem;
	border-bottom: dotted 1px #d6d6d6;
}

.pricing-table li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.pricing-table li.pricing-title,
.pricing-table li[class*="bg-"] {
	border-bottom: 0;
}

.pricing-table li[class*="bg-gray"] .pricing-table li {
	color: currentColor;
}

.pricing-table .description {
	color: #8a8a8a;
}

.pricing-table :last-child {
	margin-bottom: 0;
}

.pricing-table:focus,
.pricing-table:hover {
	z-index: 2;
}

/*------------------------------------------------------------------------------
	TIMELINES
------------------------------------------------------------------------------*/

.timeline-vertical {
	position: relative;
}

/* vertical scale line */

.timeline-vertical:before {
	top: 0;
	bottom: 0;
	left: 20px;
	width: 2px;
	height: 100%;
	margin-left: -2px;
	background-color: #ff6501;
}

[class^="section"].bg-primary .timeline-vertical:before {
	background-color: #333;
}

.timeline-item {
	position: inherit;
	margin-bottom: 3.9375rem;
}

.timeline-item:before {
	top: 10px;
	left: 31px;
	width: .625rem;
	height: 2px;
	margin: auto;
	background-color: #ff6501;
}

[class^="section"].bg-primary .timeline-item:before {
	background-color: #333;
}

.timeline-item:after {
	/* timeline item bullet */
	position: absolute;
	top: 12px;
	left: 10px;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	margin-left: 2px;
	padding: .25rem 0 .25rem .0625rem;
	content: "";
	transition: all .3s;
	text-align: center;
	border: 2px solid #ff6501;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 0 5px #fff;
}

[class^="section"].bg-gray .timeline-item:after {
	background-color: #f8f8f8;
	box-shadow: 0 0 0 5px #f8f8f8;
}

[class^="section"].bg-secondary .timeline-item:after {
	background-color: #333;
	box-shadow: 0 0 0 5px #333;
}

[class^="section"].bg-primary .timeline-item:after {
	border-color: #333;
	background-color: #ff6501;
	box-shadow: 0 0 0 5px #ff6501;
}

.timeline-item .media-object-section:first-child {
	margin: -1rem -1rem 1rem;
}

.timeline-item .callout {
	min-height: 9.375rem;
	margin-bottom: 0;
}

.timeline-item .callout .rh-thumbnail {
	overflow: hidden;
	width: calc(100% + 2rem);
	height: 100%;
}

.timeline-item .callout .rh-thumbnail > * {
	height: inherit;
	min-height: 9.375rem;
	background-size: cover;
}

.timeline-image {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	max-width: 250px;
	max-height: 9.375rem;
}

.timeline-item:focus:after,
[class^="section"]:not(.bg-primary) .timeline-item:focus:after,
.timeline-item:hover:after,
[class^="section"]:not(.bg-primary) .timeline-item:hover:after {
	background-color: #ff6501;
}

[class^="section"].bg-primary .timeline-item:focus:after,
[class^="section"].bg-primary .timeline-item:hover:after {
	background-color: #333;
}

/*------------------------------------------------------------------------------
	COUNTERS
------------------------------------------------------------------------------*/

.counter-icon {
	display: inline-block;
	vertical-align: middle;
	color: #8a8a8a;
}

.counter-icon + .counter-title {
	margin-left: 1rem;
}

.counter-digits {
	margin-bottom: 1.3125rem;
}

.counter-title {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .875rem;
	line-height: 1;
	text-transform: lowercase;
	color: #8a8a8a;
}

.counter .num {
	font-family: "Poppins", sans-serif;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	width: .875em;
	height: 1.125em;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #333;
}

.counter .num:not(:last-child) {
	margin-right: .375rem;
}

.counter .num:before,
.counter .num:after {
	top: 50%;
	right: 0;
	left: 0;
}

.counter .num:before {
	bottom: 50%;
	max-width: 100%;
	height: 8px;
	margin: -4px auto -4px;
	border-width: 2px;
	border-style: solid;
	border-color: transparent #fff;
}

.counter .num:after {
	width: 100%;
	height: 2px;
	margin: -1px auto 0;
	background: #fff;
}

[class*="bg-secondary"] .counter.secondary .counter-icon {
	color: #ff6501;
}

.s-counters {
	padding: 3.4375rem 0;
	text-align: center;
}

.s-counters .counter.row {
	padding: 1.3125rem 0;
}

.s-counters .counter.row.expanded {
	margin: -1.3125rem 0;
	background-color: rgba(255, 255, 255, .15);
}

.s-counters .counter .media-object {
	margin-top: 1.5625rem;
	margin-bottom: 1.5625rem;
}

.s-counters .counter-icon {
	font-size: 3.21429em;
}

.s-counters .counter-digits {
	width: 75%;
	min-width: 10.5rem;
}

.s-counters .counter-title {
	font-size: 1.125rem;
}

.counter.secondary .num {
	color: #333;
	background-color: #fff;
}

.counter.secondary .num:before {
	border-color: transparent #242424;
}

.counter.secondary .num:after {
	background: #242424;
}

.counter.secondary .counter-title,
.counter.secondary .counter-icon {
	color: #d6d6d6;
}

/*------------------------------------------------------------------------------
	COUNTDOWN
------------------------------------------------------------------------------*/

.countdown > div {
	font-size: 1.75rem;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	    flex-direction: column;
	padding: 1.14286em;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
}

.countdown span {
	font-size: 50%;
	display: block;
}

.countdown.rh-countdown > div {
	position: relative;
}

.countdown.rh-countdown > div:after {
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform linear .3s;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.countdown.circle > div:after,
.countdown.square > div:after {
	z-index: 2;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 4em;
	height: 4em;
	transition: transform linear .3s;
	transform: translate(-50%, -50%);
	border-color: #ff6501;
}

.countdown.square > div:after {
	border-width: 1px;
	border-style: solid;
}

.countdown.circle > div:after {
	border-width: 3px;
	border-style: dashed;
	border-radius: 50%;
}

/*------------------------------------------------------------------------------
	RATING STARS
------------------------------------------------------------------------------*/

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

.rating li {
	display: inline-block;
}

.rating i {
	color: #8a8a8a;
}

.rating-title {
	padding-right: 1rem;
	color: #8a8a8a;
}

.is-invalid-label .rating-title {
	color: #cc4b37;
}

.rating-title,
.rating-title + .rating {
	display: inline-block;
}

form .rating-group {
	margin-top: 1.3125rem;
	padding-left: .625rem;
}

.price .rating {
	margin-bottom: 0;
}

/*------------------------------------------------------------------------------
	TWITTER-FEED
------------------------------------------------------------------------------*/

.twitter-feed-time {
	font-size: 80%;
	display: block;
	color: #cacaca;
}

.twitter-feed p {
	margin-bottom: .65625rem;
}

.twitter-feed i {
	color: #d6d6d6;
}

/*------------------------------------------------------------------------------
	SOCIALS
------------------------------------------------------------------------------*/

/*----------------------------------------
	SOCIALS BUTTON GROUP
*/

.socials {
	margin: 0;
}

.socials .button {
	font-size: .875rem;
	display: -ms-flexbox;
	display: flex;
	width: 2.85714em;
	height: 2.85714em;
	margin-bottom: 0;
	padding: 0;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.socials .button:not(:last-child) {
	margin-right: .3125rem;
}

.socials.large a {
	font-size: 1rem;
}

.socials.small a {
	font-size: .75rem;
}

.socials.menu i {
	margin-right: 0;
}

/*----------------------------------------
	FLOATING SOCIALS
*/

.floating-socials {
	height: 100%;
}

.floating-socials,
.floating-socials a {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.floating-socials small {
	font-size: 35%;
	transition: transform linear .2s, opacity linear .2s;
	transform: scale(1.2, 1.2) translateY(15px);
	opacity: 0;
}

.floating-socials a {
	font-size: 1.625rem;
	line-height: 1.625rem;
	    flex-direction: column;
	padding: 0 .30769em;
	text-align: center;

	-ms-flex-direction: column;
}

.floating-socials i {
	margin-right: 0;
	transition: transform linear .2s, opacity linear .2s;
	transform: translateY(10px);
}

.floating-socials a:focus,
.floating-socials a:hover {
	color: inherit;
}

.floating-socials a:focus i,
.floating-socials a:hover i {
	transform: translateY(5px);
	opacity: 1;
}

.floating-socials a:focus small,
.floating-socials a:hover small {
	transform: translateY(5px);
	opacity: 1;
}

.floating-socials.small a {
	font-size: 1.25rem;
	line-height: 1.25rem;
}

.floating-socials.large a {
	font-size: 2.25rem;
	line-height: 2.25rem;
}

/*------------------------------------------------------------------------------
	MAPS
------------------------------------------------------------------------------*/

.map {
	height: 100%;
	min-height: 20rem;
	border-bottom: 2px solid #ff6501;
}

.reveal.reveal-map {
	padding: 0;
	border-bottom: 2px solid #ff6501;
}

.reveal.reveal-map.large {
	height: 90vh;
}

.reveal.reveal-map .map {
	min-height: 27.5rem;
}

.reveal.reveal-map .close-button {
	z-index: 1;
}

.inline-map {
	min-height: 1px;
}

.inline-map .map {
	border-top: 2px solid #ff6501;
}

/*------------------------------------------------------------------------------
	LANGUAGE BAR
------------------------------------------------------------------------------*/

.langbar {
	position: relative;
}

.langbar > .button {
	font-weight: 400;
	min-width: 3.75rem;
	padding: .875rem 1.25rem .875rem;
}

.langbar > .button.hover {
	color: #fff;
	background-color: #242424;
}

.langbar > .button span {
	top: -2px;
	margin-right: 2px;
}

.langbar .menu a {
	font-size: .75rem;
	text-transform: uppercase;
}

.langbar .menu .flag-icon {
	top: -1px;
	margin-right: 5px;
}

/* 'Important' is needed to align the .dropdown-pane to the right */

.langbar .dropdown-pane {
	right: 0 !important;
	left: auto !important;
	width: 12.5rem;
	padding: 0;
}

/*------------------------------------------------------------------------------
	TESTIMONIALS
------------------------------------------------------------------------------*/

[class*="testimonials-divider"] {
	position: relative;
}

[class*="testimonials-divider"]:before,
[class*="testimonials-divider"]:after {
	top: 0;
	width: 30%;
	height: 0;
	border-top: 1px solid #d6d6d6;
}

[class*="testimonials-divider"]:before {
	left: 50%;
	margin-left: 8px;
}

[class*="testimonials-divider"]:after {
	right: 50%;
	margin-right: 8px;
}

.testimonials-divider-video {
	margin-top: 2.625rem;
	margin-bottom: 2.625rem;
}

.testimonials-divider-video:before,
.testimonials-divider-video:after {
	border-color: #ff6501;
}

.testimonials-divider-video::before {
	margin-left: 2.29em;
}

.testimonials-divider-video::after {
	margin-right: 2.29em;
}

.testimonials-corner {
	width: 20px;
	height: 10px;
	margin: 10px;
	margin: auto;

	fill: none;
	stroke: #d6d6d6;
	stroke-width: 1.25;
}

.testimonials-item {
	width: 90%;
	margin: auto;
}

.testimonials-item.callout {
	padding-top: 2.625rem;
	padding-bottom: 2.625rem;
}

.testimonials-item > .video-play-button {
	position: relative;
	margin-bottom: 1.3125rem;
}

.owl-item > .testimonials-item {
	margin-bottom: 1.3125rem;
}

.testimonials-meta {
	position: relative;
	max-width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2.625rem;
}

[class*="bg-secondary"] .testimonials-meta:before {
	border-top-color: #ff6501;
}

.testimonials-meta img {
	max-width: 3.125rem;
}

.testimonials .media-object {
	margin-bottom: 0;
}

.testimonials .icon-box {
	margin: 0 auto 21px;
	border-width: 2px;
}

.testimonials .icon-box.border {
	background-color: transparent;
}

.testimonials .icon-box.border.secondary-gray {
	color: #d6d6d6;
}

.testimonials .icon {
	font-size: 5rem;
	margin-top: -1.4375rem;
	color: #d6d6d6;
}

.testimonials p {
	font-size: 1.125rem;
	font-style: italic;
	position: relative;
	margin-bottom: 1.96875rem;
}

.testimonials .author,
.testimonials .company {
	display: block;
}

.testimonials .author {
	margin: 0;
}

.testimonials .company {
	font-size: .875rem;
	color: #8a8a8a;
}

.testimonials .company:before {
	content: "«";
}

.testimonials .company:after {
	content: "»";
}

.testimonials .rating i {
	color: #ff6501;
}

[class*="bg-secondary"] .testimonials p {
	font-weight: 300;
	color: #fff;
}

[class*="bg-secondary"] .testimonials .author {
	color: #fff;
}

.sidebar .testimonials .icon-box {
	margin-right: auto;
	margin-bottom: 1.3125rem;
	margin-left: auto;
}

.sidebar .testimonials p {
	font-size: 1rem;
}

.sidebar .testimonials .owl-dots {
	margin-top: 1.3125rem;
}

.sidebar .testimonials-meta {
	max-width: 90%;
	padding-top: 1.3125rem;
}

.testimonials .orbit-buttons {
	position: absolute;
	bottom: -10px;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: -1.25rem;

	-ms-flex-pack: center;
	justify-content: center;
}

.testimonials .orbit-previous,
.testimonials .orbit-next {
	margin-bottom: 0;
	transition: color .3s,
	border-color .3s,
	opacity .3s,
	left .3s,
	right .3s;
	transition-delay: .5s;
	transform: none;
}

.testimonials .orbit-bullets {
	margin-top: 2.625rem;
}

.s-testimonials.s-half .s-half-image:nth-child(1):before,
.s-testimonials.s-half .s-half-image:nth-child(2):before {
	top: 0;
	width: 100%;
	height: 100%;
}

.s-testimonials.s-half .s-half-image:nth-child(1):before {
	left: 0;
	background-image: linear-gradient(to left, #fff, #fff 20%, rgba(255, 255, 255, .85) 40%, rgba(255, 255, 255, 0) 100%);
}

.s-testimonials.s-half .s-half-image:nth-child(2):before {
	right: 0;
	background-image: linear-gradient(to right, #fff, #fff 20%, rgba(255, 255, 255, .85) 40%, rgba(255, 255, 255, 0) 100%);
}

/*------------------------------------------------------------------------------
	LAYOUTS
------------------------------------------------------------------------------*/

main {
	margin-bottom: 2.625rem;
	padding: 3.9375rem 0 0;
}

main > [class*="section"]:first-child {
	margin-top: -3.9375rem;
}

main + .section {
	margin-top: -2.625rem;
}

/*----------------------------------------
	FULL WIDTH SECTION
*/

.section {
	margin-bottom: 2.625rem;
	padding-top: 3.9375rem;
}

.s-header {
	margin-bottom: 3.9375rem;
}

.s-header.align-center {
	text-align: center;
}

.s-header.align-right {
	text-align: right;
}

.s-footer {
	padding-top: 3.9375rem;
}

.s-footer .button {
	z-index: 1;
	margin-bottom: 0;
}

/*----------------------------------------
	FULL WIDTH BOXED SECTION
*/

.section-boxed {
	margin-bottom: 0;
	padding-top: 0;
}

.section-boxed.s-half > .row > .column,
.section-boxed.s-separate-columns > .row > .column,
.section-boxed:not(.s-equal-paddings):not(.s-half):not(.s-separate-columns) > .row {
	padding-top: 3.9375rem;
}

.section-boxed:not(.s-equal-paddings) > .row ~ .row {
	padding-top: 0;
}

.section-boxed > .row:not(.expanded):last-child,
.section-boxed > .row.expanded:last-child > .column {
	padding-bottom: 2.625rem;
}

.section-boxed.s-equal-paddings > .row:not(.expanded),
.section-boxed.s-equal-paddings > .row.expanded > .column {
	padding-top: 2.625rem;
}

.section-boxed > .row > .column {
	background-size: cover;
}

.section-boxed.has-overlay:after {
	z-index: 0;
}

/* Properties for containers with the inline background image... */

.section-boxed[data-interchange] {
	background-position: 50% 50%;
	background-size: cover;
}

.section-in-post {
	background-repeat: no-repeat;
	background-size: contain;
}

.section-in-post:not(:first-child) {
	margin-top: 3.9375rem;
}

.section-in-post:not(:last-child) {
	margin-bottom: 3.9375rem;
}

/*----------------------------------------
	SECTION WITH TOP AND BOTTOM BORDERS
*/

.s-border {
	border-width: 10px 0;
	border-style: solid;
	border-color: #404040;
	box-shadow: inset 0 7px 14px -7px rgba(36, 36, 36, .75), inset 0 -7px 14px -7px rgba(36, 36, 36, .75);
}

/*----------------------------------------
	HALF SECTION
*/

.s-half {
	position: relative;
}

.s-half-image {
	background-size: cover;
}

/*----------------------------------------
	SECTION LINE

	Line at the bottom of some sections
*/

[class*="s-line"],
[class*="s-rowline"] > .row {
	position: relative;
}

[class*="s-line"]:before,
[class*="s-rowline"] > .row:before {
	z-index: 1;
	right: 0;
	bottom: 1.3125rem;
	left: 0;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to left, rgba(214, 214, 214, 0) 0%, rgba(214, 214, 214, .5) 15%, rgba(214, 214, 214, .75) 50%, rgba(214, 214, 214, .5) 85%, rgba(214, 214, 214, 0) 100%);
}

[class*="s-line"] .button,
[class*="s-rowline"] > .row .button {
	z-index: 1; /* just a fix */
}

[class*="s-line"]:before {
	width: 100vw;
}

[class*="s-rowline"]:before {
	width: 100%;
}

[class*="s-line"].section-boxed:before,
[class*="s-rowline"].section-boxed > .row:before {
	bottom: 3.9375rem;
}

.s-line-secondary:before {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .15) 15%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .15) 85%, rgba(255, 255, 255, 0) 100%);
}

/*----------------------------------------
	SECTION CONTENT BOX
*/

[class*="s-content-box"] {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

[class*="bg-secondary"] [class*="s-content-box"] {
	color: #fff;
}

[class*="s-content-box"] .media-object > .media-object-section {
	z-index: 1;
}

[class*="s-content-box"] p,
[class*="s-content-box"] li {
	font-size: 1rem;
}

[class*="s-content-box"] li:not(:last-child) {
	margin-bottom: .4375rem;
}

.s-content-box-image {
	position: absolute;
	z-index: 0;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	overflow: hidden;
	width: 100%;
}

.s-content-box-image:before {
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: background-color linear .3s;
	background-color: rgba(36, 36, 36, .75);
}

.s-content-box-image > * {
	width: 100%;
	height: 100%;
	transition: transform linear .3s, filter .3s;
	transform: scale(1);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.s-content-box-link:after {
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 7.5rem;
	height: 7.5rem;
	margin: auto;
	transition: transform linear .3s;
	background-repeat: no-repeat;
}

.s-content-box-link > [class*="headline"] {
	position: inherit;
	z-index: 2;
	transition: transform linear .3s;
}

[class*="s-content-box"]:focus:before,
[class*="s-content-box"]:hover:before {
	background-color: rgba(36, 36, 36, .85);
}

[class*="s-content-box"]:focus:after,
[class*="s-content-box"]:hover:after {
	transform: scale(.8, .8);
}

[class*="s-content-box"]:focus > [class*="headline"],
[class*="s-content-box"]:hover > [class*="headline"] {
	transform: translateY(8px);
}

[class*="s-content-box"]:focus .s-content-box-image > *,
[class*="s-content-box"]:hover .s-content-box-image > * {
	transform: scale(1.1);
}

/*------------------------------------------------------------------------------
	SCROLL UP ELEMENTS
------------------------------------------------------------------------------*/

.mobile-bottom-bar {
	position: fixed;
	z-index: 5;
	bottom: -65px;
	width: 100%;
	padding: .5rem 1rem;
	transition: bottom .5s;
	transition-delay: .3s;
	border-top: 2px solid #404040;
	box-shadow: 0 -5px 7px rgba(0, 0, 0, .1);
}

.mobile-bottom-bar.is-stuck {
	bottom: 0;
}

.mobile-bottom-bar .button {
	font-size: 1rem;
	height: 2.5rem;
	margin-right: 0;
	margin-bottom: 0;
	padding: .7rem 1rem;
	text-align: center;
}

/*------------------------------------------------------------------------------
	MENU

	Including menus, drop-down menus, drill-down details
------------------------------------------------------------------------------*/

.menu a {
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.menu li.is-active > a {
	background-color: #e6e6e6;
}

.menu li.active > a {
	cursor: default;
}

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

.menu:not(.vertical) li.active > a {
	color: #ff6501;
	background-color: inherit;
}

.menu.sticky > li > a.is-active {
	background-color: #ff6501;
}

.menu.vertical li > a {
	padding: 1rem;
	transition: background-color .3s;
}

.menu.vertical li > a:focus,
.menu.vertical li > a:hover {
	background-color: #e6e6e6;
}

.menu.vertical li:not(:first-child) > a {
	border-top: 1px dotted #d6d6d6;
}

.menu.vertical li.active > a {
	border-top-style: solid;
	border-top-color: #ff6501;
	background-color: #ff6501;
}

.menu.vertical li.active + li > a {
	border-top-style: solid;
	border-top-color: #ff6501;
}

.menu.dropdown .is-active > a {
	background-color: #e6e6e6;
}

.menu li.is-active > a,
.menu li.active > a,
.menu.vertical li > a:focus,
.menu.vertical li > a:hover,
.menu.dropdown .is-active > a {
	color: currentColor;
}

.rh-menu .vertical > li:not(:first-child) > a {
	border-top-style: solid;
}

.rh-menu .vertical > li > a {
	white-space: nowrap;
	background-color: #f8f8f8;
}

.rh-menu .vertical > li > a i {
	margin-left: -.5rem;
}

.dropdown-pane.is-open,
.is-dropdown-submenu.js-dropdown-active {
	animation-name: rh-dropdown;
	animation-duration: .3s;
	animation-timing-function: ease-in-out;
}

.dropdown-pane {
	z-index: 4;
}

.dropdown-pane.is-open.top {
	animation-name: rh-dropdown-top;
}

.dropdown-pane.is-open.right {
	animation-name: rh-dropdown-right;
}

.dropdown-pane.is-open.left {
	animation-name: rh-dropdown-left;
}

/* Menu item animation */

.vertical.menu .is-dropdown-submenu.js-dropdown-active.first-sub {
	animation-name: rh-dropdown-right;
}

.is-dropdown-submenu.js-dropdown-active:not(.first-sub) {
	animation-name: rh-dropdown-right;
}

.opens-left > .is-dropdown-submenu.js-dropdown-active:not(.first-sub) {
	animation-name: rh-dropdown-left;
}

/* Cnange dropdown triangle color in menu items */

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after,
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-top-color: currentColor;
}

.drilldown .is-drilldown-submenu-parent > a::after,
.dropdown.menu.vertical > li.opens-right > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	border-left-color: currentColor;
}

.drilldown .js-drilldown-back > a::before,
.dropdown.menu.vertical > li.opens-left > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
	border-right-color: currentColor;
}

.is-dropdown-submenu {
	z-index: 2;
	border-width: 0;
	box-shadow: 0 0 25px rgba(51, 51, 51, .25);
}

.main-menu > .is-dropdown-submenu-parent.is-active {
	background-color: transparent;
}

.is-accordion-submenu {
	background-color: #f8f8f8;
}

.drilldown .is-drilldown-submenu {
	background: #f8f8f8;
}

.menu.vertical .is-accordion-submenu-parent[aria-expanded="true"] > a,
.menu.vertical .js-drilldown-back > a {
	color: white;
	border-top-width: 0;
	border-top-style: solid;
	border-bottom: 2px solid #ff6501;
	background-color: #242424;
}

.menu.vertical .is-accordion-submenu-parent[aria-expanded="true"] > a:hover,
.menu.vertical .js-drilldown-back > a:hover {
	color: #ff6501;
	background-color: #404040;
}

.menu.vertical .is-accordion-submenu-parent[aria-expanded="true"] + li > a,
.menu.vertical .js-drilldown-back + li > a {
	border-top-color: #ff6501;
}

/*----------------------------------------
	MAIN MENU: MOBILE
*/

.menu-trigger {
	font-family: "Poppins", sans-serif;
	font-size: .9375rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin-top: .40625rem;
	margin-bottom: 0;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid rgba(138, 138, 138, .5);
	background-color: transparent;
}

.site-header .menu-trigger {
	display: block;
	max-width: 5.625rem;
	margin-left: auto;
}

.burger-icon {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.burger-icon,
.burger-icon:before,
.burger-icon:after {
	width: 15px;
	height: 1px;
	transition-duration: .3s;
	transition-property: background-color, transform;
	background-color: currentColor;
}

.burger-icon:before,
.burger-icon:after {
	position: absolute;
	display: block;
	content: "";
}

.burger-icon:before {
	top: -5px;
}

.burger-icon:after {
	top: 5px;
}

.is-active .burger-icon {
	background-color: transparent;
}

.is-active .burger-icon:before {
	transform: translateY(5px) rotate(45deg);
}

.is-active .burger-icon:after {
	transform: translateY(-5px) rotate(-45deg);
}

.mobile-navigation-header {
	height: 4rem;
	background-color: #333;
}

.mobile-navigation-header .close-button {
	top: 1rem;
	right: auto;
	left: 1rem;
}

/*----------------------------------------
	MAIN MENU: DESKTOP
*/

/*------------------------------------------------------------------------------
	TOPBAR
------------------------------------------------------------------------------*/

.topbar {
	border-top: 10px solid #333;
}

.topbar-info > *:first-child {
	font-size: .625rem;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #cacaca;
}

.topbar-info > *:last-child {
	font-size: .9375rem;
	text-transform: uppercase;
	color: #8a8a8a;
}

.topbar .icon-box {
	font-size: .875rem;
	line-height: 2.85714em;
	min-width: 2.85714em;
	height: 2.85714em;
	transition: border-color linear .3s;
}

.topbar-icon:focus .icon-box,
.topbar-icon:hover .icon-box {
	border-color: #ff6501;
}

.topbar-icon:focus i,
.topbar-icon:hover i {
	animation: rh-scale-in linear .5s;
	color: #242424;
}

.topbar-icon:focus .block-link,
.topbar-icon:hover .block-link {
	color: #242424;
}

.topbar > .row {
	position: relative;
}

.topbar > .row > .column {
	display: -ms-flexbox;
	display: flex;
}

.topbar:not(.small) > .row {
	height: 50px; /* IE fix */
	min-height: 3.125rem;
}

.topbar.small {
	padding-top: 7px;
	padding-bottom: 7px;
}

.topbar.small .topbar-column > a.media-object:not(last-child) {
	margin-right: 5px;
}

.topbar.small .media-object-section:first-child {
	padding-right: 0;
}

.topbar-column .button-group {
	margin-bottom: 0;
	margin-left: auto;
}

.topbar-column .button-group > *:not(:last-child) {
	margin-right: 5px;
	margin-left: 0;
}

.topbar-column .button {
	line-height: 1.1rem;
	height: 2.5rem;
	padding: .7rem .91438rem;
	transition: all .3s;
	text-align: center;
	border: 1px solid #e6e6e6;
	box-shadow: none;
}

.topbar-column .button i {
	margin: 0;
}

.topbar-column .media-object {
	-ms-flex-align: center;
	align-items: center;
}

.topbar-column .media-object,
.topbar-column .media-object p:last-child {
	margin-bottom: 0;
}

/*------------------------------------------------------------------------------
	HEADERS
------------------------------------------------------------------------------*/

/*----------------------------------------
	SITE-HEADER
*/

.site-header {
	position: relative;
	z-index: 2;
	width: 100%;
	border-top: 2px solid #ff6501;
	border-bottom: 2px solid #404040;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
}

.site-header.sticky {
	top: 0 !important; /* for sticky */
}

.site-header > .row {
	position: relative; /* for megamenu */
}

.site-header > .row.expanded .main-menu {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.site-header > .row.expanded .main-menu > li {
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.site-header > .row,
.site-header > .row > .column {
	height: 100%;
}

/*----------------------------------------
	SITE-HEADER LOGO
*/

.logo-container {
	position: relative;
	z-index: 3;
	margin-right: 1rem;
	margin-left: 1rem;
	transition: all .3s;
	background-color: #ff6501;
	box-shadow: 0 7px 10px -3px rgba(36, 36, 36, .25);
}

.logo-container a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}

.logo-container svg,
.logo-container img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.logo-container svg,
.logo-container img,
.site-header-logo svg,
.site-header-logo img {
	max-height: 2.875rem;
}

.logo-container.large svg,
.logo-container.large img {
	max-height: 55%;
}

.logo-container:before,
.logo-container:after {
	z-index: -1;
	top: 0;
	bottom: 0;
	width: 50%;
	height: calc(100%);
	background-color: inherit;
}

.logo-container:before {
	left: 0;
	transform: skewX(15deg);
	transform-origin: bottom left;
}

.logo-container:after {
	right: 0;
	transform: skewX(-15deg);
	transform-origin: bottom right;
}

.site-header-logo {
	min-width: 9.375rem;
	height: inherit;
}

.site-header-logo:not(.logo-container) > a {
	width: 100%;
	height: inherit;
	max-height: 3rem;
}

.site-header-logo:not(.logo-container) svg {
	width: 60%;
}

[class*="-logo"] a,
.logo-container a {
	transition: transform cubic-bezier(.68, -.55, .27, 1.55) .3s;
}

[class*="-logo"]:focus a,
[class*="-logo"]:hover a,
.logo-container:focus a,
.logo-container:hover a {
	transform: scale(1.065);
}

/*----------------------------------------
	PAGE HEADER

	Used on secondary pages (hero section)
*/

.page-header {
	margin-bottom: 0;
	border-bottom: 2px solid #d6d6d6;
}

.page-header[data-interchange] {
	position: relative;
	z-index: 0;
	border-bottom-color: #ff6501;
}

.page-header[data-interchange]:before,
.page-header[data-interchange]:after {
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-header[data-interchange]:before {
	background-image: url(../img/pat_dot.png), linear-gradient(to top, #242424, rgba(36, 36, 36, 0) 80%);
}

.page-header > .row {
	-ms-flex-align: end;
	align-items: flex-end;
}

.page-header:not([data-interchange]) .s-header,
.page-header + .callout {
	margin-bottom: 0;
}

.page-header .s-header,
.page-header .s-header > * {
	margin-bottom: 0;
}

.page-header .s-header + nav {
	margin-top: 2.625rem;
}

.page-header h1 + .subheader,
.page-header .h1 + .subheader {
	font-size: 1rem;
	text-transform: uppercase;
}

.page-header[class*="bg-secondary"] h1 + .subheader,
.page-header[class*="bg-secondary"] .h1 + .subheader {
	color: #fff;
}

/*----------------------------------------
	BLOCK HEADER
*/

.block-header {
	margin-bottom: 1.3125rem;
}

.block-header:not(:first-child) {
	margin-top: 2.625rem;
}

.block-header h2,
.block-header .h2,
.block-header h3,
.block-header .h3,
.block-header h4,
.block-header .h4,
.block-header h5,
.block-header .h5,
.block-header h6,
.block-header .h6 {
	margin: 0;
}

.block-header[class*="border"] {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: center;
	align-items: center;
}

.block-header[class*="border"] .headline {
	margin-bottom: 0;
}

.block-header[class*="border"] hr {
	margin: -2px 0 0;

	-ms-flex-positive: 1;
	flex-grow: 1;
}

.block-header[class*="border"] hr:first-child {
	margin-right: 1rem;
}

.block-header[class*="border"] hr:last-child {
	margin-left: 1rem;
}

.block-header[class*="border"].align-right {
	    flex-direction: row-reverse;

	-ms-flex-direction: row-reverse;
}

.block-header[class*="border"].align-right hr:first-child {
	margin-right: 0;
	margin-left: 1rem;
}

.block-header[class*="border"].align-right hr:last-child {
	margin-right: 1rem;
	margin-left: 0;
}

hr.border-3,
.block-header.border-3 hr {
	position: relative;
}

hr.border-3:before,
.block-header.border-3 hr:before,
hr.border-3:after,
.block-header.border-3 hr:after {
	width: 100%;
	height: 0;
	border-bottom-width: inherit;
	border-bottom-style: inherit;
	border-bottom-color: inherit;
}

hr.border-3:before,
.block-header.border-3 hr:before {
	top: -.57143em;
}

hr.border-3:after,
.block-header.border-3 hr:after {
	bottom: -.64286em;
}

/*------------------------------------------------------------------------------
	FOOTERS
------------------------------------------------------------------------------*/

.site-footer {
	padding: 2.75rem 0 0;
	color: #8a8a8a;
	background-position-y: 50%;
}

.site-footer > .row:not(:last-child) {
	margin-bottom: 1.3125rem;
}

.site-footer.is-fixed {
	overflow: hidden;
}

.site-footer.is-fixed > .row:first-child {
	position: relative;
	z-index: 1;
}

.site-footer.is-fixed > .row:first-child:before {
	z-index: -1;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	margin: auto;
	background-color: rgba(36, 36, 36, .85);
}

.site-footer hr {
	border-bottom-color: currentColor;
}

.site-footer .twitter-feed i {
	color: #8a8a8a;
}

.site-footer .socials .button.hollow:not(:hover) {
	color: inherit;
	border-color: currentColor;
}

.site-footer-logo svg,
.site-footer-logo img {
	width: 50px;
	max-height: 50px;
}

.site-footer-logo a {
	display: inline-block;
	margin-bottom: 1.3125rem;
}

.site-footer-logo + .subheader + hr {
	opacity: .5;
}

.site-footer .logo-container {
	max-width: 12.5rem;
	margin-top: -3.375rem;
	margin-right: auto;
	margin-bottom: 1.3125rem;
	margin-left: auto;
}

.site-footer .logo-container ~ ul > li {
	margin-bottom: .4375rem;
}

.site-footer a:not(.color-link),
.site-footer .menu a.block-link,
.site-footer button:not([type="submit"]) {
	line-height: inherit;
	color: inherit;
}

.site-footer a:not(.color-link):focus,
.site-footer a:not(.color-link):hover,
.site-footer .menu a.block-link:focus,
.site-footer .menu a.block-link:hover,
.site-footer button:not([type="submit"]):focus,
.site-footer button:not([type="submit"]):hover {
	color: #fff;
}

.site-footer h3,
.site-footer .h3,
.site-footer h4,
.site-footer .h4,
.site-footer h5,
.site-footer .h5,
.site-footer h6,
.site-footer .h6 {
	margin-top: 0;
	margin-bottom: 1.3125rem;
}

.site-footer-section {
	padding: 1.3125rem 0;
}

.site-footer-section:not(:last-child):not(.no-border) {
	border-bottom: 1px solid rgba(138, 138, 138, .5);
}

.site-footer-section > ul {
	margin-bottom: 0;
}

.site-footer-bottom {
	font-size: .75rem;
}

.site-footer-bottom .menu {
	font-size: 80%;
}

.site-footer-bottom .menu li > a {
	text-align: center;
	text-transform: initial;

	-ms-flex-pack: center;
	justify-content: center;
}

.site-footer-bottom .menu li > a:focus,
.site-footer-bottom .menu li > a:hover {
	background-color: transparent;
}

.site-footer-bottom .menu.vertical li > a {
	border-top-width: 0;
}

.site-footer-bottom.bg-secondary-shade {
	border-top: 2px solid #404040;
}

.site-footer .featured-list-bordered > li > i {
	top: 0;
	transition: all .3s;
}

.site-footer .featured-list-bordered > li:focus > i,
.site-footer .featured-list-bordered > li:hover > i {
	color: #ff6501;
}

.footer-simple {
	position: relative;
	padding-top: 1.3125rem;
	padding-bottom: 1.3125rem;
	color: #8a8a8a;
	background-color: #333;
}

.footer-simple[class*="bg-secondary"] {
	color: #8a8a8a;
}

.footer-simple.bg-white {
	color: #cacaca;
}

.footer-simple.bg-transparent {
	color: #f8f8f8;
}

.copyright {
	padding-top: 1.3125rem;
	padding-bottom: 1.3125rem;
}

/*------------------------------------------------------------------------------
	MAIN PAGE HERO
------------------------------------------------------------------------------*/

.section-hero {
	position: relative;
	background-color: #333;
}

.section-hero + * {
	border-top: 3px solid #ff6501;
}

.section-hero + *[class*="bg-secondary"] {
	border-top-color: #404040;
}

.section-hero:not(.hero-carousel),
.section-hero .h-carousel-item {
	/*
	min-height: 28rem;
	*/
	min-height: 45rem;
}
#myslajder .h-carousel-item {
	min-height: 28rem;
}

.section-hero:not(.hero-carousel) > .row,
.section-hero .h-carousel-item > .row {
	height: 100%;
}

.section-hero.full-height:not(.hero-carousel),
.section-hero.full-height .h-carousel-item {
	height: calc(100vh - 120px); /* 120px = topbar + header height */
}

.section-hero h1 + h2,
.section-hero h1 + .h2,
.section-hero h1 + h3,
.section-hero h1 + .h3,
.section-hero h1 + h4,
.section-hero h1 + .h4,
.section-hero h1 + h5,
.section-hero h1 + .h5,
.section-hero h1 + h6,
.section-hero h1 + .h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.section-hero .button-group {
	margin-top: 3.9375rem;
}

.section-hero .card-booking-form > :first-child {
	padding-top: 2rem;
}

.section-hero .card-booking-form > :last-child {
	padding-bottom: 0;
}

.h-carousel-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hero-content {
	position: relative;
	color: #fff;
	background-color: rgba(36, 36, 36, .75);
}

.hero-content:before,
.hero-content:after {
	z-index: -1;
	top: 0;
	width: 50%;
	height: 100%;
}

.hero-content:before {
	left: -50%;
	background-image: linear-gradient(to left, rgba(36, 36, 36, .75) 0%, rgba(36, 36, 36, 0) 100%);
}

.hero-content:after {
	right: -50%;
	background-image: linear-gradient(to right, rgba(36, 36, 36, .75) 0%, rgba(36, 36, 36, 0) 100%);
}

/*------------------------------------------------------------------------------
	ASYMMETRICAL CUSTOM SECTION

	( e.g. section "Services" on the home page. Has one color scheme only )

	.s-trapeze - wrap
	.s-trapeze.flip-x - reflect the section horizontally
	.s-trapeze-img - large section image
	.s-trapeze-img::before - dot-image overlay
	.s-trapeze-img::after - убрать
	.s-trapeze-cover - white cover over the .s-trapeze-img
	.s-trapeze-cover::before - large trapeze on the left side of section (on the right side, when the section was reflected)
	.s-trapeze-cover::after - box-shadow for .s-trapeze-img

	Custom view of the section works only on large screens ( >= 1024px )

------------------------------------------------------------------------------*/

.s-trapeze-img {
	display: none;
}

.s-trapeze .section .s-footer {
	padding-top: 2.375rem;
}

/*------------------------------------------------------------------------------
	SYMMETRICAL DECORATIVE CUSTOM SECTION #1

	( e.g. "Welcome" and "Fleet gallery" sections )

	Back trapezes: .s-trapeze-edges: before, trap-sym:after
	Front trapezes: .s-trapeze-edges-inner before, trap-sym-inner:after

	Custom view of the section works only on large screens ( >= 1024px )

------------------------------------------------------------------------------*/

.s-trapeze-edges {
	position: relative;
	background-color: #fff;
}

.s-trapeze-edges.bg-primary {
	background-color: #ff6501;
}

.s-trapeze-edges.bg-secondary {
	background-image: radial-gradient(ellipse, #333, #1f1f1f 80%);
}

/*------------------------------------------------------------------------------
	SYMMETRICAL DECORATIVE CUSTOM SECTION #2

	( e.g. section "Company History" on the page "About us". Has one color scheme only )

	.s-trapeze-2x - wrap
	.s-trapeze-2x-image - image containers
	.s-trapeze-2x-image::before - dot-image overlay
	.s-trapeze-2x-image::after - white color overlay

	Custom view of the section works on the screens >= 639px

------------------------------------------------------------------------------*/

.s-trapeze-2x {
	position: relative;
}

.s-trapeze-2x-image {
	display: none;
}

.s-trapeze-2x > *:not(.s-trapeze-2x-image) {
	position: inherit;
}

/*------------------------------------------------------------------------------
	FULL WIDTH SECTION WITH TRAPEZE
------------------------------------------------------------------------------*/

/* Main trapezoid block */

.trapeze {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	padding: 1em 0;
	background-color: #fff;
}

.trapeze.bg-secondary,
.trapeze.bg-secondary .headline,
.trapeze.bg-secondary-shade,
.trapeze.bg-secondary-shade .headline {
	color: #fff;
}

/* Trapezoid section wrap */

.section-trapeze.primary .trapeze {
	background-color: #ff6501;
}
/*
.section-trapeze.primary:before {
	background-image: linear-gradient(to left, #f2ce1e 0%, #ff6501 25%, #ffea84 50%);
}

.section-trapeze.primary:after {
	background-image: linear-gradient(to right, #f2ce1e 0%, #ff6501 25%, #ffea84 50%);
}
*/

.section-trapeze.primary .headline {
	color: #333;
}
/*
.section-trapeze.secondary .trapeze {
	background-color: #333;
}

.section-trapeze.secondary:before {
	background-image: linear-gradient(to left, #242424 0%, #333 25%, #404040 50%);
}

.section-trapeze.secondary:after {
	background-image: linear-gradient(to right, #242424 0%, #333 25%, #404040 50%);
}
*/
/*------------------------------------------------------------------------------
	FULL WIDTH BANER WITH BACKGROUND IMAGE
------------------------------------------------------------------------------*/

.s-equal-paddings .media-object-section > i {
	font-size: 3.125rem;
}

.s-equal-paddings .simple-form {
	max-width: 90%;
	margin: auto;
}

.s-equal-paddings.covered {
	position: relative;
}

.s-equal-paddings.covered:before {
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/banner-cover.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.s-equal-paddings.covered > .row {
	position: relative;
	z-index: 1;
}

.s-equal-paddings.covered.bg-primary:before {
	background-image: url(../img/banner-cover-primary.svg);
}

.s-equal-paddings.covered.bg-secondary:before {
	background-image: url(../img/banner-cover-secondary.svg);
}

.overlap-large {
	position: relative;
	margin-top: 0;
}

.overlap-large.owl-carousel .owl-stage-outer {
	margin-top: -1rem;
	padding-top: 1rem;
}

/*------------------------------------------------------------------------------
	SIDEBAR
------------------------------------------------------------------------------*/

.sidebar {
	margin-bottom: 2.625rem;
	background-size: cover;
}

.sidebar[class*="bg-secondary"] .h3,
.sidebar[class*="bg-secondary"] p {
	color: #fff;
}

.sidebar.sticky {
	z-index: 0;
}

.sidebar.card .card-divider {
	margin-bottom: 0;
	border-bottom: 2px solid #ff6501;
}

.sidebar[class*="fill-to-"] {
	position: relative;
}

.sidebar[class*="fill-to-"]::after {
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar[class*="fill-to-"] > * {
	position: relative;
	z-index: 1;
}

.sidebar.fill-to-bottom::after {
	top: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .85) 0%, transparent 60%);
}

.sidebar.fill-to-top::after {
	bottom: 0;
	background-image: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .85) 100%);
}

.sidebar-icon-list {
	font-size: 1.125rem;
	text-transform: uppercase;
}

.sidebar-icon-list li:not(:last-child) {
	margin-bottom: .4375rem;
}

.sidebar-icon-list i {
	color: #ff6501;
}

.sidebar .flip-y.expanded:last-child {
	margin-top: 1.3125rem;
	margin-bottom: -1rem;
}

.short-posts-list .media-object,
.short-posts-list .featured-list-bordered {
	margin-bottom: 0;
}

.short-posts-list time {
	font-size: 80%;
	display: block;
	margin-top: .65625rem;
	color: #cacaca;
}

.short-posts-list .tabs-content {
	border-width: 1px 0 0;
}

.short-posts-list .rh-thumbnail {
	width: 4.375rem;
}

.short-posts-link {
	font-size: .875rem;
	transition: border-bottom-color linear .2s;
	border-bottom: 1px dotted transparent;
}

.short-posts-link:focus,
.short-posts-link:hover {
	color: currentColor;
	border-bottom-color: currentColor;
}

.sidebar-phone-large {
	font-size: 2.25rem;
}

.sidebar-phone-large.block-link {
	line-height: initial;
}

/*------------------------------------------------------------------------------
	HOME PAGE
------------------------------------------------------------------------------*/

/*----------------------------------------
	SECTION-WELCOME
*/

.s-welcome.s-trapeze-edges:before,
.s-welcome.s-trapeze-edges:after {
	bottom: -3.57143em;
}

.s-welcome .s-trapeze-edges-inner:before,
.s-welcome .s-trapeze-edges-inner:after {
	bottom: 0;
}

.s-welcome .trapeze {
	z-index: 1;
	margin-bottom: 3.125rem;
	text-align: center;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .15);
}

.s-welcome .trapeze .row {
	height: 100%;
}

.s-welcome .s-footer {
	position: relative;
	margin-bottom: 5rem;
	text-align: center;
}

.s-welcome .left-vb {
	margin-right: 2px;
}

.s-welcome-content[class*="s-line"] {
	position: static;
}

.s-welcome-content[class*="s-line"]:before {
	z-index: 0;
	bottom: 6.25rem;
	left: 50%;
	margin-left: -50vw;
}

.s-welcome-image figure {
	margin: 0;
}

.s-welcome .counter-icon {
	font-size: 1.125rem;
}

.s-welcome[data-interchange] {
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: contain;
}

.s-welcome.s-half > .row > .column {
	min-height: 350px;
}

.signature {
	text-align: right;
}

.signature img {
	display: inline-block;
}

.signature .author {
	margin: 1.3125rem 0 0;
	color: #ff6501;
}

.signature .position {
	color: #8a8a8a;
}

/*----------------------------------------
	SECTION "SERVICES"
*/

.services-item {
	display: none;
	transition: none;
	border: none;
}

.services-item.is-active {
	display: block;
}

.services-buttons-column > .tabs-content,
.services-buttons-column > .tabs,
.services-buttons-column > .accordion,
.services-buttons-column .is-active > .accordion-title,
.services-buttons-column .accordion-title,
.services-buttons-column .services-list-column > .tabs-content,
.services-buttons-column .services-buttons-column > .tabs-content {
	border-width: 0;
	background-color: transparent;
}

.services-buttons-column > .tabs-content,
.services-buttons-column > .tabs,
.services-buttons-column > .accordion,
.services-buttons-column .services-list-column > .tabs-content,
.services-buttons-column .services-buttons-column > .tabs-content {
	color: inherit;
}

.services-buttons-column .is-active > .accordion-title,
.services-buttons-column .accordion-title {
	padding: 0;
}

.services-buttons-column > *:last-child:not(.is-active) > .accordion-title {
	border: none;
}

.services-list-column {
	position: relative;
}

/*----------------------------------------
	SECTION "OUR FLEET"
*/

html:not([data-lc-type=error]) .lightcase-fleetcards #lightcase-content {
	background-color: transparent;
}

html:not([data-lc-type=error]) .lightcase-fleetcards #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
	padding: 0;
}

.lightcase-fleetcards #lightcase-content .lightcase-contentInner {
	width: auto !important; /* '!important' need to redefine plugin inline styles */
}

/*------------------------------------------------------------------------------
	FLEET PAGES
------------------------------------------------------------------------------*/

/*----------------------------------------
	FLEET-GRID
*/

.fleet-grid > .column {
	transition: all .3s linear;
}

.fleet-grid fieldset {
	margin-bottom: 1.96875rem;
}

.fleet-grid fieldset .input-group,
.fleet-grid fieldset [type="number"] {
	margin-bottom: 0;
}

.fleet-grid legend + .slider {
	margin-top: .75rem;
}

[id*="fleet-box-"] {
	display: none;
}

.lightcase-inlineWrap [id*="fleet-box-"] {
	display: block;
}

[id*="fleet-box-"] .card.card-product.extended {
	margin-bottom: 0;
}

.fleet-button-row {
	margin-bottom: 1.3125rem;
}

.fleet-button-row > .column:last-child {
	max-width: 100%;

	-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
}

.fleet-button-row .button {
	height: 3.125rem;
	margin-left: .3125rem;
}

.fleet-button-row .button i {
	font-size: 1rem;
}

.fleet-button-row form {
	display: inline-block;
	min-width: 14.375rem;
}

/*----------------------------------------
	VEHICLE DETAILS
*/

.download-widget span i {
	font-size: 3.125rem;
	margin-right: 1rem;
	margin-left: 1rem;
	animation-name: rh-scale-out;
	animation-duration: .5s;
}

.download-widget:focus,
.download-widget:hover {
	color: inherit;
}

.download-widget:focus span i,
.download-widget:hover span i {
	animation-name: rh-scale-in;
}

.product-info > .tabs-content figure,
.card-product-large {
	margin-bottom: 1.3125rem;
}

.callout-widget {
	margin-bottom: 2.625rem;
}

.callout-widget .block-link {
	line-height: 1;
}

.callout-widget h4 {
	color: #fff;
	text-shadow: 0 0 5px rgba(51, 51, 51, .15);
}

.callout-widget i {
	font-size: 1.5rem;
	transition: all .3s ease-in-out;
}

.callout-widget .media-object-section:first-child {
	padding-right: 2rem;
	padding-left: .5rem;
}

.callout-widget .flex-child-grow + * {
	min-width: 50%;
}

.callout-widget .icon-box {
	box-shadow: 0 0 0 10px rgba(255, 255, 255, .35);
}

.callout-widget .additional-link {
	font-size: .75rem;
	margin-top: 8px;
	padding-top: 13px;
	text-transform: uppercase;
	border-top: 1px dotted #333;
}

.product-info {
	margin-bottom: 5.25rem;
}

.product-info > .tabs-content {
	border: 0;
}

.product-info > .tabs-content .tabs-panel {
	padding-top: 2.625rem;
	padding-right: 0;
	padding-left: 0;
}

.product-info > .tabs-content figure {
	max-width: 40%;
}

.product-info > .tabs-content figure.float-right {
	margin-left: 1rem;
}

.product-info .tabs-panel .s-header:not(:first-child) {
	margin-top: 3.9375rem;
}

.product-info .tabs-panel .featured-list-bordered li:last-child {
	margin-bottom: .65625rem;
	padding-bottom: .65625rem;
	border-bottom: 1px dotted #cacaca;
}

.product-specs table td:nth-child(2) {
	width: 50%;
}

.card-product-large {
	height: calc(100% - 2.625rem);
}

.card-product-large .card-divider {
	padding: 0 3px 1rem;

	-ms-flex-positive: 1;
	flex-grow: 1;
}

.card-product-large .card-divider .content-slider-thumbs {
	margin-bottom: 2.625rem;
}

.card-product-large:focus .rh-slick-prev,
.card-product-large:hover .rh-slick-prev {
	left: 0;
}

.card-product-large:focus .rh-slick-next,
.card-product-large:hover .rh-slick-next {
	right: 0;
}

.product-meta {
	margin: 0 -3px;
	padding: 0 1rem;
}

.product-meta-item .rating {
	margin-bottom: 5px;
	text-align: left;
}

.product-meta-item .rating i {
	color: #d6d6d6;
}

.product-meta-item .rating + span {
	display: block;
	color: #d6d6d6;
}

.product-meta-item .rating:focus,
.product-meta-item .rating:hover {
	color: #fff;
}

.product-meta-item .download-widget {
	font-family: "Poppins", sans-serif;
	margin-bottom: 1.3125rem;
	color: #d6d6d6;
}

.product-meta-item .download-widget i {
	font-size: 38px;
	display: inline-block;
	margin: 4px 0 0;
}

.product-meta-item .download-widget-text span:first-child {
	font-size: .75rem;
	line-height: 1.9;
	text-transform: lowercase;
}

.product-meta-item .download-widget-text span:last-child {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.card-booking-form {
	height: calc(100% - 2.625rem);
}

.card-booking-form .card-divider:first-child {
	padding: 2rem 1rem;
	text-align: center;
	border-bottom-color: #404040;
}

.card-booking-form .price {
	margin-bottom: 7px;
}

.card-booking-form .rating {
	font-size: 1.125rem;
	margin-bottom: 0;
}

/*----------------------------------------
	FLEET-FORM
*/

.input-group-title {
	margin-right: 1rem;
}

.selections-group .radio.inline,
.selections-group .checkbox.inline {
	margin-bottom: 0;
}

.selections-group .input-group-title {
	min-width: 6.25rem;
	text-align: right;
}

.slider-group:not(:last-child) {
	margin-bottom: 2.625rem;
}

.slider-group .input-group {
	margin-bottom: 1rem;
}

.slider-group .input-group-title {
	min-width: 40%;
}

.slider-group [type="number"] {
	margin-bottom: 0;
}

.slider-group [type="number"]:not(:last-child) {
	margin-right: 1rem;
}

.product-filter.is-open {
	transform: translate(0, 0);
}

.product-filter .card-divider {
	margin: -1px -1px 0;
}

.product-filter > .row > .column {
	margin-top: 1.3125rem;
}

.product-filter > .row > .column:last-child {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: end;
	align-items: flex-end;
}

.product-filter [type="number"] {
	width: 25%;
	text-align: center;
}

/*------------------------------------------------------------------------------
	SERVICES PAGES STYLES
------------------------------------------------------------------------------*/

.card-service .icon-box {
	font-size: 2.25rem;
	width: 3.19444em;
	height: 3.19444em;
	margin-top: -2.05556em;
}

.services-menu .vertical .rh,
.services-menu .vertical li:not(.active):focus .rh,
.services-menu .vertical li:not(.active):hover .rh {
	animation-duration: .5s;
	animation-timing-function: ease-in;
	animation-delay: .2s;
}

.services-menu {
	overflow: hidden;
}

.services-menu .vertical .rh {
	font-size: 1.75rem;
	position: relative;
	width: 4.375rem;
	margin-right: 1rem;
	margin-left: 0;
	animation-delay: .5s;
}

.services-menu .vertical li > a {
	line-height: 1.5;
	display: -ms-flexbox;
	display: flex;
	white-space: normal;

	-ms-flex-align: center;
	align-items: center;
}

.services-menu .vertical li:not(.active):focus .rh,
.services-menu .vertical li:not(.active):hover .rh {
	animation-name: rh-slide-right;
}

.features .media-object:not(:last-child) {
	margin-bottom: 2.625rem;
}

.features .media-object .icon-box {
	transition: transform cubic-bezier(.68, -.55, .27, 1.55) .5s;
}

.features .media-object:focus .icon-box,
.features .media-object:hover .icon-box {
	transform: scale(1.15, 1.15);
}

.features .media-object:focus .icon-box i,
.features .media-object:hover .icon-box i {
	animation: rh-scale-in linear .5s;
}

/*------------------------------------------------------------------------------
	CONTACTS PAGES
------------------------------------------------------------------------------*/

.s-contact-cards.has-overlay:before {
	background-color: rgba(36, 36, 36, .5);
}

.contacts-list:not(.vertical) {
	margin-bottom: 2.625rem;
}

.contacts-list:not(.vertical) .block-header {
	margin-bottom: 2.625rem;
}

.contacts-list:not(.vertical) .media-object {
	margin-bottom: 2.625rem;
}

.contacts-list:not(.vertical) .inline-map {
	height: 21.875rem;
	margin: 0;
}

.contacts-list.vertical .media-object:not(:last-child) {
	margin-bottom: 2.625rem;
}

/*------------------------------------------------------------------------------
	SPECIAL PAGES
------------------------------------------------------------------------------*/

/*----------------------------------------
	Error page
*/

.s-error .block-header + .lead {
	margin-bottom: 2.625rem;
	color: #fff;
}

/*----------------------------------------
	Comon-soon page
*/

.coming-soon {
	overflow-x: hidden;
}

.coming-soon .site-header-logo {
	margin: auto;
}

.coming-soon .section-hero {
	background-color: transparent;
}

.coming-soon .section-hero .subheader {
	margin: 0;
	color: #cacaca;
}

.coming-soon .section-hero + * {
	border-top-width: 0;
}

.coming-soon-callout {
	background-color: rgba(36, 36, 36, .95);
}

.coming-soon-callout form {
	margin-bottom: 2.625rem;
}

/*------------------------------------------------------------------------------
	ELEMENTS

	Styles for element-pages
------------------------------------------------------------------------------*/

.el-wrap {
	margin-bottom: 3.9375rem;
}

.el-section-form .row.expanded .row {
	margin-right: -.5rem;
	margin-left: -.5rem;
}

.el-icons .column {
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
	transition: background-color .15s linear;

	-ms-flex-align: center;
	align-items: center;
}

.el-icons .column:focus,
.el-icons .column:hover {
	background-color: #e6e6e6;
}

.el-icons i {
	font-size: 1.3125rem;
}

.el-icons-rh i {
	font-size: 2rem;
}

.el-tables th:nth-child(1),
.el-tables th:nth-child(3),
.el-tables th:nth-child(4) {
	width: 20%;
}

/*------------------------------------------------------------------------------
	PLUGINS CUSTOM STYLES
------------------------------------------------------------------------------*/

/*----------------------------------------
	ANIMSITION
*/

.overlay-slide-out-right {
	right: 0;
	width: 100%;
	animation-name: overlay-slide-out-right;
}

body:not(.no-loader) .wrapper {
	opacity: 0;

	animation-fill-mode: both;
}

.animsition-loading {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	animation: none;
	border-radius: 0;
	background-color: #fff;
}

.animsition-loading > img {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
}

/*----------------------------------------
	LIGHTCASE
*/

[class*="lightcase-icon-"]:before {
	font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
	font-size: inherit;
	display: inline-block;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.lightcase-icon-spin:before {
	width: 100px;
	height: 100px;
	margin-top: -25px;
	margin-left: -25px;
	content: "";
	background-image: url("../img/loader-dark.svg");
	background-size: cover;
}

#lightcase-loading {
	animation: none;
}

#lightcase-case {
	font-family: inherit;
	text-shadow: none;
}

#lightcase-overlay {
	background-color: #242424;
}

a.lightcase-icon-close,
#lightcase-nav a.lightcase-icon-next,
#lightcase-nav a.lightcase-icon-prev {
	color: #cacaca;
}

a.lightcase-icon-close:before,
#lightcase-nav a.lightcase-icon-next:before,
#lightcase-nav a.lightcase-icon-prev:before {
	content: "";
}

a[class*=lightcase-icon-].lightcase-icon-close {
	top: 10px;
	right: 10px;
	width: auto;
}

#lightcase-info #lightcase-title {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .875rem;
	font-weight: 300;
	text-transform: none;
	color: #cacaca;
}

#lightcase-content .card-divider h1,
#lightcase-content .card-divider .h1,
#lightcase-content .card-divider h2,
#lightcase-content .card-divider .h2,
#lightcase-content .card-divider h3,
#lightcase-content .card-divider .h3,
#lightcase-content .card-divider h4,
#lightcase-content .card-divider .h4,
#lightcase-content .card-divider h5,
#lightcase-content .card-divider .h5,
#lightcase-content .card-divider h6,
#lightcase-content .card-divider .h6 {
	color: #fff;
}

.lightcase-contentInner img {
	border-bottom: 2px solid #ff6501;
}

/* This property is needed to correctly display the page in local mode only. Before uploading files to your server, you can delete it. */

.slick-loading .slick-list {
	background: #fff;
}

/*------------------------------------------------------------------------------
	MEDIA QUERIES
------------------------------------------------------------------------------*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	html {
		overflow: hidden; /* Fixed image background fixed bugs in Ie 10/11 */
		height: 100%;
	}

	body {
		overflow: auto;
		height: 100%;
	}
}

@media (min-aspect-ratio: 16 / 9) {
	.video-foreground {
		top: -100%;
		height: 300%;
	}
}

@media (max-aspect-ratio: 16 / 9) {
	.video-foreground {
		left: -100%;
		width: 300%;
	}
}

@media screen and (min-width: 40em) {
	h1,
	.h1 {
		font-size: 2.4rem;
	}

	h2,
	.h2 {
		font-size: 1.9125rem;
	}

	h3,
	.h3 {
		font-size: 1.4625rem;
	}

	h4,
	.h4 {
		font-size: 1.125rem;
	}

	h5,
	.h5 {
		font-size: 1rem;
	}

	h6,
	.h6 {
		font-size: .875rem;
	}

	.featured-list.flip-x-for-medium {
		margin-right: 5.8125rem;
		margin-left: 0;
		text-align: right;
	}

	.featured-list.flip-x-for-medium .zmdi-hc-li {
		right: -5.75rem;
		left: auto;
	}

	.block-scale:focus,
	.card-post-icon:focus,
	.card-feature:focus,
	.block-scale:hover,
	.card-post-icon:hover,
	.card-feature:hover {
		z-index: 1;
		transform: scale(1.065);
	}

	.block-translate:focus,
	.block-translate:hover {
		z-index: 1;
		transform: translateY(-2rem);
	}

	.medium-float-left {
		float: left;
	}

	.medium-float-right {
		float: right;
	}

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

	.mb0-for-medium {
		margin-bottom: 0 !important;
	}

	.textarea-column > label textarea {
		height: inherit;
	}

	.reveal:not(.full) .close-button,
	.reveal.full.reveal-map .close-button {
		top: 25px;
		right: 25px;
	}

	.media-object.flip-x {
		    flex-direction: row-reverse;

		-ms-flex-direction: row-reverse;
	}

	.media-object.flip-x .media-object-section:first-child {
		padding-right: 0;
		padding-left: 1rem;
	}

	.single-post .post-media {
		width: 40%;
	}

	.replay-form .button-group {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.replay-form .button-group.stacked-for-small .button,
	.replay-form .button-group.stacked-for-medium .button {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.card-post-simple img {
		max-width: 7.5rem;
	}

	.card-post-simple.flip-x {
		text-align: right;
	}

	.card-post-simple.flip-x .card-media {
		margin-left: 0;
	}

	.card-feature {
		margin-top: 3.60714em;
		text-align: center;
	}

	.card-feature .icon-box {
		margin-right: auto;
		margin-left: auto;
	}

	.card-product.extended .card-section.media-object > .media-object-section:last-child {
		padding-right: 0;
	}

	.card-product.extended .card-footer {
		-ms-flex-align: center;
		align-items: center;
	}

	.card-product.extended:not(.stacked) .card-section > .media-object-section {
		min-width: 50%;
	}

	.card-product.extended:not(.stacked) .card-section > .media-object-section:last-child {
		padding-left: 1rem;
	}

	.card-product.extended:not(.stacked) .card-product-features li {
		margin-right: 0;
	}

	.card-product.extended.stacked .card-section.media-object {
		    flex-direction: column;
		padding: 0;

		-ms-flex-direction: column;
	}

	.card-product.extended.stacked .card-section > .media-object-section:first-child {
		padding-right: 0;
	}

	.card-product.extended.stacked .card-section > .media-object-section:last-child {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.card-product.extended.stacked .card-product-data {
		margin-bottom: 1.3125rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.card-product.extended.stacked .card-footer {
		padding: 1rem 0 0;
	}

	.card-product.extended.stacked .card-footer .button:first-child {
		margin-right: -15px;
	}

	.media-button .h3 {
		font-size: 1rem;
	}

	.gallery {
		padding: 2px;
	}

	.gallery:after,
	.gallery:before {
		display: table;
		content: "";
	}

	.gallery:after {
		clear: both;
	}

	.gallery:focus .gallery-item,
	.gallery:hover .gallery-item {
		opacity: .55 !important; /* '!important' need for blocking the shuffle.js opacity meaning */
	}

	.gallery:focus .gallery-item:focus,
	.gallery:focus .gallery-item:hover,
	.gallery:hover .gallery-item:focus,
	.gallery:hover .gallery-item:hover {
		opacity: 1 !important; /* '!important' need for blocking the shuffle.js opacity meaning */
	}

	.image-hover-buttons .button {
		visibility: hidden;
		transition: all .3s;
		opacity: 0;
	}

	.image-hover-buttons .button:first-child {
		top: -.5rem;
	}

	.image-hover-buttons .button:last-child {
		top: .5rem;
	}

	.gallery-item:focus:before,
	.gallery-item:hover:before {
		background-image: radial-gradient(transparent 50%, rgba(0, 0, 0, .65) 100%), url(../img/pat_dot.png);
	}

	.gallery-item:focus .button,
	.gallery-item:hover .button {
		top: 0;
		visibility: visible;
		transition: all .3s;
		opacity: 1;
	}

	.rh-gallery .gallery-item {
		float: left;
	}

	.rh-gallery .gallery-item:nth-child(8n+1) {
		height: 35.834em;
	}

	.content-slider .rh-slick-prev {
		left: -60px;
	}

	.content-slider .rh-slick-next {
		right: -60px;
	}

	.content-slider:focus .rh-slick-prev,
	.content-slider:hover .rh-slick-prev {
		left: 0;
	}

	.content-slider:focus .rh-slick-next,
	.content-slider:hover .rh-slick-next {
		right: 0;
	}

	#hero-carousel-dots {
		bottom: calc(10vh + 15px);
	}

	#hero-carousel-dots .owl-dot span {
		width: 3.5rem;
	}

	.s-half [class*="callout-overlap-"] {
		width: 50vw;
	}

	.callout-overlap-right {
		margin-right: -2rem;
		text-align: right;
	}

	.callout-overlap-left {
		margin-left: -2rem;
		text-align: left;
	}

	.reveal-overlay {
		background-color: rgba(36, 36, 36, .9);
	}

	.reveal {
		padding-top: 1.3125rem;
	}

	.price.small .price-val {
		font-size: 2.25rem;
	}

	.price.large .price-val {
		font-size: 3.75rem;
	}

	.pricing-table.featured {
		margin-top: -1.3125rem;
	}

	.pricing-table.featured .pricing-title {
		padding-top: 2.625rem;
		padding-bottom: 2.625rem;
	}

	.timeline-item:before {
		top: 1rem;
	}

	.timeline-item:after {
		top: 18px;
	}

	.timeline-item:nth-of-type(odd) .media-object-section:first-child {
		margin-right: 0;
		margin-bottom: -1rem;
		margin-left: -1rem;
	}

	.timeline-item:nth-of-type(even) .media-object-section:first-child {
		margin-right: 0;
		margin-bottom: -1rem;
		margin-left: -1rem;
	}

	.timeline-item .callout .rh-thumbnail {
		width: 9.375rem;
	}

	.counter .num {
		font-size: 1.875rem;
	}

	.s-counters .counter.row > .column:not(:last-child) .media-object {
		border-right: 1px solid rgba(51, 51, 51, .35);
	}

	.row.counter.secondary > .column:not(:last-child) .media-object {
		border-right-color: rgba(255, 255, 255, .35);
	}

	.countdown {
		padding-top: 2.625rem;
		padding-bottom: 2.625rem;
	}

	.countdown > div {
		font-size: 2.25rem;
	}

	.inline-map.expanded .map {
		min-height: 31.25rem;
	}

	main {
		margin-bottom: 3.9375rem;
		padding: 5.25rem 0 0;
	}

	main > [class*="section"]:first-child {
		margin-top: -5.25rem;
	}

	main + .section {
		margin-top: -3.9375rem;
	}

	.section {
		margin-bottom: 3.9375rem;
		padding-top: 5.25rem;
	}

	.section-boxed.s-half > .row > .column,
	.section-boxed.s-separate-columns > .row > .column,
	.section-boxed:not(.s-equal-paddings):not(.s-half):not(.s-separate-columns) > .row {
		padding-top: 5.25rem;
	}

	.section-boxed > .row:not(.expanded):last-child,
	.section-boxed > .row.expanded:last-child > .column {
		padding-bottom: 3.9375rem;
	}

	.section-boxed.s-equal-paddings > .row:not(.expanded),
	.section-boxed.s-equal-paddings > .row.expanded > .column {
		padding-top: 3.9375rem;
	}

	.s-half-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background-size: cover;
	}

	.s-half-image:nth-child(1) {
		left: 0;
		background-position: 0 50%;
	}

	.s-half-image:nth-child(1).align-right,
	.s-half-image:nth-child(2) {
		right: 0;
		left: auto;
		background-position: 100% 50%;
	}

	[class*="s-line"].section-boxed:before,
	[class*="s-rowline"].section-boxed > .row:before {
		bottom: 5.25rem;
	}

	.section-boxed > .row.expanded > [class*="s-content-box"] {
		padding-bottom: 3.9375rem;
	}

	.s-content-box-link:after {
		width: 10rem;
		height: 10rem;
	}

	.menu.vertical.medium-horizontal li > a {
		border-top-width: 0;
	}

	.site-header .menu-trigger {
		margin-top: 1.1875rem;
	}

	.topbar-info > *:first-child {
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
	}

	.topbar-info > *:last-child {
		font-size: .75rem;
	}

	.topbar:not(.small) > .row {
		min-height: 5.625rem;
	}

	.site-header {
		height: 5rem;
		transition: height linear .2s;
	}

	.logo-container {
		min-width: 13.75rem;
		height: 5.5rem;
	}

	.logo-container.large {
		max-width: 20em;
		height: 8em;
	}

	.site-footer {
		padding-top: 5.5rem;
	}

	.site-footer .logo-container {
		margin-top: -6.125rem;
	}

	.site-footer-bottom .column:last-child .menu {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.section-hero.full-height:not(.hero-carousel),
	.section-hero.full-height .h-carousel-item {
		height: calc(100vh - 180px); /* 180px = topbar + header height */
	}

	.section-hero .button-group .button {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.hero-content {
		padding: 2rem;
	}

	.s-trapeze-2x {
		padding: 1.3125rem 0;
	}

	.s-trapeze-2x-image {
		position: absolute;
		top: 0;
		display: block;
		overflow: hidden;
		width: 50%;
		height: 100%;
		background-size: cover;
	}

	.s-trapeze-2x-image:before,
	.s-trapeze-2x-image:after {
		position: absolute;
		top: 0;
		display: block;
		height: calc(100% + 1px);
		content: "";
	}

	.s-trapeze-2x-image:before {
		left: 0;
		width: 100%;
		background: rgba(36, 36, 36, .75) url(../img/pat_dot.png) repeat 0 0;
	}

	.s-trapeze-2x-image:after {
		width: 100vw;
		background-color: #fff;
		box-shadow: 0 -1px 0 0 #fff, 0 -1px 0 0 #fff; /* ie, edge fix */
	}

	.s-trapeze-2x-image:nth-child(1) {
		left: 0;
		background-position: left;
	}

	.s-trapeze-2x-image:nth-child(1):after {
		right: -85vw;
		transform: skewX(15deg);
		transform-origin: left bottom;
	}

	.s-trapeze-2x-image:nth-child(2) {
		right: 0;
		background-position: right;
	}

	.s-trapeze-2x-image:nth-child(2):after {
		left: -85vw;
		transform: skewX(-15deg);
		transform-origin: right bottom;
	}

	.s-equal-paddings .media-object {
		max-width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

	.s-equal-paddings .media-object-section {
		display: inline-block;
		vertical-align: middle;
	}

	.s-equal-paddings .simple-form {
		max-width: 70%;
	}

	.overlap-large {
		margin-top: -8.375rem;
	}

	.services-item {
		max-width: 21.875rem;
		margin: 0 auto 1.3125rem;
	}

	.services-item.is-active {
		animation: rh-card-flip-in-x .5s ease-in;
	}

	.product-specs table td:nth-child(2) {
		width: 200px;
	}

	.card-product-large {
		margin-bottom: 2.625rem;
	}

	.product-meta {
		-ms-flex-align: center;
		align-items: center;
	}

	.product-meta-item:not(:last-child) {
		margin-right: 3rem;
	}

	.product-meta-item:last-child {
		margin-left: auto;
	}

	.product-meta-item .download-widget {
		margin-bottom: 0;
	}

	.s-error .block-header + .lead {
		margin-bottom: 5.25rem;
	}

	.el-section-form .row.expanded .row {
		margin-right: -1rem;
		margin-left: -1rem;
	}

	a[class*=lightcase-icon-].lightcase-icon-close {
		top: 25px;
		right: 25px;
	}
}

@media screen and (min-width: 40em) and (orientation: portrait) {
	.section-hero:not(.hero-carousel),
	.section-hero .h-carousel-item {
		min-height: 40rem;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.pricing-tables-row.collapse {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.s-counters .counter.row {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

	.s-counters .counter.row > .column:nth-child(2n+2) .media-object {
		border-right-width: 0;
	}

	.s-trapeze .section {
		margin-bottom: 0;
		padding-bottom: 3.9375rem;
	}

	.s-trapeze [class*="s-line"]:before {
		bottom: 5.25rem;
	}

	.s-welcome-image {
		overflow: hidden;
	}

	.lightcase-fleetcards #lightcase-content .lightcase-contentInner {
		min-width: 40rem;
	}

	.lightcase-fleetcards [id*="fleet-box-"] .card.card-product.extended {
		margin-right: 0;
		margin-left: 0;
	}

	.lightcase-fleetcards [id*="fleet-box-"] .card-footer {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.lightcase-fleetcards [id*="fleet-box-"] .card-footer .button:first-child {
		-ms-flex-order: 2;
		order: 2;
	}

	[id*="fleet-box-"] .card.card-product.extended {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	.fleet-button-row form {
		margin-left: .3125rem;
	}

	.off-canvas-content .product-filter.position-left {
		width: 50vw;
		transform: translateX(-50vw);
	}

	.contacts-list.vertical {
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 3.9375rem;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.contacts-list.vertical .media-object {
		-ms-flex: 1 0 50%;
		    flex: 1 0 50%;
	}

	.contacts-list.vertical .media-object:nth-child(2n-1) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 40em) and (max-width: 53.3125em) {
	.rh-gallery .gallery-item {
		width: 50%;
	}

	.rh-gallery .gallery-item:nth-child(8n),
	.rh-gallery .gallery-item:nth-child(8n+4) {
		width: 100%;
	}

	.rh-gallery .gallery-item:nth-child(8n+5) {
		height: 35.834em;
	}
}

@media print, screen and (min-width: 40em) {
	.button-group.stacked-for-small .button {
		width: auto;
		margin-bottom: 0;

		-ms-flex: 1 1 auto;
		    flex: 1 1 auto;
	}
}

@media screen and (min-width: 48em) {
	.pinned-post {
		max-width: 60%;
		margin-bottom: 0;
		padding-right: 3rem;

		-ms-flex: 0 0 60%;
		    flex: 0 0 60%;
	}

	.featured-posts-list {
		max-width: 40%;

		-ms-flex: 0 0 40%;
		    flex: 0 0 40%;
	}

	.card-features-boxes > .media-object {
		width: 50%;
	}

	.price sup {
		/*
		font-size: 1.125rem;
		*/
		font-size: 0.8rem;
		margin-top:20px;
	}

	.price-val {
		font-size: 3.125rem;
		font-size: 1.5rem;
	}

	.price.small sup {
		font-size: .875rem;
	}

	.price.large sup {
		font-size: 1.375rem;
	}

	.counter-title {
		font-size: 1.125rem;
	}

	.counter .num {
		font-size: 2.5rem;
	}

	.topbar:not(.small) > .row {
		min-height: 6.25rem;
	}

	.topbar:not(.small) .icon-box {
		font-size: 1.125rem;
	}

	.section-hero.full-height:not(.hero-carousel),
	.section-hero.full-height .h-carousel-item {
		height: calc(100vh - 190px); /* 190px = topbar + header height */
	}
}

@media screen and (min-width: 53.375em) and (max-width: 63.9375em) {
	.rh-gallery .gallery-item {
		width: 33.33333%;
	}

	.rh-gallery .gallery-item:nth-child(8n),
	.rh-gallery .gallery-item:nth-child(8n+4) {
		width: 66.66667%;
	}

	.rh-gallery .gallery-item:nth-child(8n+5) {
		clear: left;
	}

	.rh-gallery .gallery-item:nth-child(8n+7) {
		float: right;
		height: 35.834em;
	}
}

@media screen and (min-width: 64em) {
	h1,
	.h1 {
		font-size: 3rem;
	}

	h2,
	.h2 {
		font-size: 2.25rem;
	}

	h3,
	.h3 {
		font-size: 1.625rem;
	}

	h4,
	.h4 {
		font-size: 1.25rem;
	}

	.featured-list.flip-x-for-large {
		margin-right: 5.8125rem;
		margin-left: 0;
		text-align: right;
	}

	.featured-list.flip-x-for-large .zmdi-hc-li {
		right: -5.75rem;
		left: auto;
	}

	.large-float-left {
		float: left;
	}

	.large-float-right {
		float: right;
	}

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

	fieldset[class*="bg-"] [type="submit"] {
		margin-bottom: 0;
	}

	.icon-box {
		font-size: 2.25rem;
	}

	.icon-box.small {
		font-size: 1.5625rem;
	}

	.icon-box.large {
		font-size: 2.8125rem;
	}

	.media-object.flip-x-for-large {
		    flex-direction: row-reverse;
		text-align: right;

		-ms-flex-direction: row-reverse;
	}

	.media-object.flip-x-for-large .media-object-section:first-child {
		padding-right: 0;
		padding-left: 1rem;
	}

	[data-carousel="medium-down"] .card {
		margin-bottom: 0;
	}

	.card-feature {
		margin-top: 4.14286em;
		margin-right: 1rem;
		margin-left: 1rem;
	}

	.media-button .h3 {
		font-size: 1.125rem;
	}

	.gallery-image-caption .title {
		bottom: -56px;
		transition: bottom linear .4s;
		transition-delay: .1s;
	}

	.gallery-item:focus .title,
	.gallery-item:hover .title {
		bottom: 0;
	}

	.gallery-item:focus.image-hover-moving .gallery-image > *,
	.gallery-item:hover.image-hover-moving .gallery-image > * {
		transform: translateY(-55px);
	}

	#hero-carousel-dots .owl-dot span {
		width: 4.5rem;
	}

	.pagination {
		padding-top: 2.625rem;
	}

	.s-half [class*="callout-overlap-"] {
		width: 45vw;
	}

	.callout-overlap-right {
		margin-right: -6rem;
	}

	.callout-overlap-left {
		margin-left: -6rem;
	}

	.timeline-vertical:before {
		left: 50%;
	}

	.timeline-item {
		-ms-flex-align: center;
		align-items: center;
	}

	.timeline-item:before {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 5.625rem;
	}

	.timeline-item:after {
		top: 50%;
		right: 50%;
		bottom: 50%;
		left: 50%;
		margin-left: -8px;
	}

	.timeline-item:nth-of-type(odd) > .column:first-child {
		padding-right: 3.75rem;
	}

	.timeline-item:nth-of-type(odd) > .column:last-child {
		padding-left: 3.75rem;
	}

	.timeline-item:nth-of-type(even) > .column:last-child {
		padding-right: 3.75rem;
	}

	.timeline-item:nth-of-type(even) > .column:first-child {
		padding-left: 3.75rem;
	}

	.timeline-item:nth-of-type(even) .callout {
		text-align: right;
	}

	.timeline-item:nth-of-type(even) .media-object {
		    flex-direction: row-reverse;

		-ms-flex-direction: row-reverse;
	}

	.timeline-item:nth-of-type(even) .media-object-section:first-child {
		margin-right: -1rem;
		margin-left: 0;
		padding-right: 0;
		padding-left: 1rem;
	}

	.testimonials .button.orbit-previous,
	.testimonials .button.orbit-next {
		opacity: 0;
	}

	.testimonials .orbit-previous {
		left: -9.375rem;
	}

	.testimonials .orbit-next {
		right: -9.375rem;
	}

	.testimonials:focus .button.transparent,
	.testimonials:hover .button.transparent {
		opacity: .5;
	}

	.testimonials:focus .button.transparent.orbit-previous,
	.testimonials:hover .button.transparent.orbit-previous {
		left: -6.25rem;
	}

	.testimonials:focus .button.transparent.orbit-next,
	.testimonials:hover .button.transparent.orbit-next {
		right: -6.25rem;
	}

	.testimonials:focus .button.transparent:focus,
	.testimonials:focus .button.transparent:hover,
	.testimonials:hover .button.transparent:focus,
	.testimonials:hover .button.transparent:hover {
		opacity: 1;
	}

	.testimonials:focus .button,
	.testimonials:hover .button {
		transition-delay: 0;
	}

	.testimonials:focus .button:not(.transparent),
	.testimonials:hover .button:not(.transparent) {
		opacity: 1;
	}

	.testimonials:focus .button:not(.transparent).orbit-previous,
	.testimonials:hover .button:not(.transparent).orbit-previous {
		left: -3.4375rem;
	}

	.testimonials:focus .button:not(.transparent).orbit-next,
	.testimonials:hover .button:not(.transparent).orbit-next {
		right: -3.4375rem;
	}

	main {
		margin-bottom: 6.5625rem;
		padding: 7.875rem 0 0;
	}

	main > [class*="section"]:first-child {
		margin-top: -7.875rem;
	}

	main + .section {
		margin-top: -6.5625rem;
	}

	.section {
		margin-bottom: 6.5625rem;
		padding-top: 7.875rem;
	}

	.section-boxed.s-half > .row > .column,
	.section-boxed.s-separate-columns > .row > .column,
	.section-boxed:not(.s-equal-paddings):not(.s-half):not(.s-separate-columns) > .row {
		padding-top: 7.875rem;
	}

	.section-boxed > .row:not(.expanded):last-child,
	.section-boxed > .row.expanded:last-child > .column {
		padding-bottom: 6.5625rem;
	}

	.section-boxed.s-equal-paddings > .row:not(.expanded),
	.section-boxed.s-equal-paddings > .row.expanded > .column {
		padding-top: 6.5625rem;
	}

	.section-boxed > .expanded > .column {
		padding-right: 3.375rem;
		padding-left: 3.375rem;
	}

	[class*="s-line"].section-boxed:before,
	[class*="s-rowline"].section-boxed > .row:before {
		bottom: 7.875rem;
	}

	.section-boxed > .row.expanded > [class*="s-content-box"] {
		padding-bottom: 5.25rem;
	}

	.s-content-box-link:after {
		width: 11.875rem;
		height: 11.875rem;
	}

	.scroll-up {
		position: fixed;
		z-index: 3;
		right: -6rem;
		bottom: 2rem;
		transition: right .5s;
		transition-delay: .3s;
	}

	.scroll-up.is-stuck {
		right: 2rem;
	}

	.scroll-up a {
		font-size: 1.75rem;
		position: relative;
		width: 80px;
		height: 80px;
		padding-bottom: 10px;
		transition: background-color .3s, color .3s;
		color: rgba(255, 255, 255, .75);
		border-radius: 50%;
		background-color: rgba(36, 36, 36, .5);
	}

	.scroll-up a:before {
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		display: block;
		width: 0;
		height: 0;
		margin: auto;
		content: "";
		transition: border-color .3s;
		border-width: 0 28px 20px 28px;
		border-style: solid;
		border-color: transparent transparent currentColor transparent;
	}

	.scroll-up a:hover {
		color: #fff;
		background-color: #242424;
	}

	.menu.vertical.large-horizontal li > a {
		border-top-width: 0;
	}

	.megamenu {
		position: static;
	}

	.megamenu-container {
		width: 100%;
		padding: 2rem 1rem 1rem;
		background-color: #f8f8f8;
	}

	.site-navigation,
	.main-menu,
	.main-menu > li,
	.main-menu > li > a {
		height: inherit;
	}

	.main-menu {
		position: static;
	}

	.main-menu > li > a {
		display: -ms-flexbox;
		display: flex;
	}

	.site-navigation .main-menu .nested {
		margin-left: 0;
	}

	.site-navigation .main-menu > li {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.site-navigation .main-menu.menu.dropdown > li > a {
		font-weight: 400;
		position: relative;
		padding-right: 1rem;
		color: #cacaca;
		background-color: inherit;

		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.site-navigation .main-menu.menu.dropdown > li > a::after {
		content: none;
	}

	.site-navigation .main-menu.menu.dropdown > li > a::before {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 0;
		content: "";
		transition: border-width .3s, height .3s;
		transition-delay: .2s;
		border-top: 0 solid #ff6501;
		background-color: #333;
	}

	.site-navigation .main-menu.menu.dropdown > li.active > a {
		color: #ff6501;
	}

	.site-navigation .main-menu.menu.dropdown > li:focus:not(.active) > a,
	.site-navigation .main-menu.menu.dropdown > li:hover:not(.active) > a {
		color: #fff;
	}

	.site-navigation .main-menu.menu.dropdown > li:focus:not(.active) > a:before,
	.site-navigation .main-menu.menu.dropdown > li:hover:not(.active) > a:before {
		height: 100%;
		border-top-width: 2px;
	}

	.site-navigation .main-menu.menu.dropdown > li > .js-dropdown-active {
		animation-name: rh-dropdown;
	}

	.site-navigation .main-menu .is-dropdown-submenu .active > a {
		color: currentColor;
	}

	.topbar:not(.small) > .row {
		min-height: 7.5rem;
	}

	.topbar.small .topbar-column > a.media-object:not(last-child) {
		margin-right: 1rem;
	}

	.topbar.small .icon-box.border {
		border-width: 0;
	}

	.logo-container.large {
		max-width: 25em;
		height: 10em;
	}

	.logo-container.large svg,
	.logo-container.large img {
		max-height: 45%;
	}

	.site-footer {
		padding-top: 6.5625rem;
	}

	.site-footer .logo-container {
		margin-top: -7.1875rem;
	}

	.site-footer-middle-column {
		margin: 0 1rem 0 -1rem;
	}

	.section-hero.full-height:not(.hero-carousel),
	.section-hero.full-height .h-carousel-item {
		height: calc(100vh - 210px); /* 210px = topbar + header height */
	}

	.s-trapeze {
		padding: 3.125rem 0;
	}

	.s-trapeze,
	.s-trapeze > .section > .row {
		position: relative;
	}

	.s-trapeze-img {
		left: 50%;
		display: block;
		width: 50%;
		height: 100%;
		background-color: #d6d6d6;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		background-size: cover;
	}

	.s-trapeze-img:before {
		left: 0;
		background: rgba(36, 36, 36, .75) url(../img/pat_dot.png) repeat 0 0;
	}

	.bg-secondary-shade .s-trapeze-img {
		background-color: #333;
	}

	.bg-primary .s-trapeze-img {
		background-color: #ffea84;
	}

	.s-trapeze-img,
	.s-trapeze-img::before,
	.s-trapeze-cover,
	.s-trapeze-cover::before,
	.s-trapeze-cover::after {
		position: absolute;
		top: 0;
	}

	.s-trapeze-img::before,
	.s-trapeze-cover::before,
	.s-trapeze-cover::after {
		display: block;
		width: 100%;
		height: 100%;
		content: "";
	}

	.s-trapeze-cover {
		right: 100%;
		width: 100vw;
		margin-right: -3.125rem;
		padding: 3.125rem 0;
		transform: skewX(-15deg);
		transform-origin: right bottom;
	}

	.s-trapeze-cover:before {
		right: 0;
		margin-right: 37.5rem;
		transform: skewX(30deg);
		transform-origin: right bottom;
		box-shadow: 20px -5px 15px -15px rgba(0, 0, 0, .15), 20px 5px 15px -15px rgba(0, 0, 0, .15);
	}

	.s-trapeze-cover::after {
		right: -50%;
		width: 50%;
		transform: skewX(0);
		transform-origin: left bottom;
		box-shadow: -20px -5px 15px -15px rgba(0, 0, 0, .15), -20px 5px 15px -15px rgba(0, 0, 0, .15);
	}

	.s-trapeze-cover-inner {
		width: 100%;
		height: 100%;
	}

	.s-trapeze.flip-x .s-trapeze-img {
		right: 50%;
		left: auto;
	}

	.s-trapeze.flip-x .s-trapeze-img:before {
		right: 0;
		left: auto;
	}

	.s-trapeze.flip-x .s-trapeze-cover {
		right: auto;
		left: 50%;
		margin-right: auto;
		margin-left: -3.125rem;
		transform: skewX(15deg);
		transform-origin: right bottom;
	}

	.s-trapeze.flip-x .s-trapeze-cover:before {
		right: auto;
		left: 0;
		margin-right: auto;
		margin-left: 37.5rem;
		transform: skewX(-30deg);
		transform-origin: left bottom;
		box-shadow: -15px 5px 15px -5px rgba(0, 0, 0, .15), -25px 5px 25px -5px rgba(0, 0, 0, .05);
	}

	.s-trapeze.flip-x .s-trapeze-cover:after {
		right: auto;
		left: -50%;
		transform: skewX(0);
		transform-origin: left bottom;
		box-shadow: 15px 5px 15px -10px rgba(0, 0, 0, .15), 25px 5px 25px -10px rgba(0, 0, 0, .05);
	}

	.bg-secondary-shade .s-trapeze.flip-x .s-trapeze-cover {
		right: auto;
		left: 50%;
	}

	.s-trapeze-edges:before,
	.s-trapeze-edges:after,
	.s-trapeze-edges-inner:before,
	.s-trapeze-edges-inner:after {
		position: absolute;
		display: block;
		width: 50%;
		height: calc(100% - 14.2857em);
		content: "";
	}

	.s-trapeze-edges:before,
	.s-trapeze-edges:after {
		z-index: 0;
		bottom: 3.57143em;
		background-color: #f8f8f8;
	}

	.s-trapeze-edges:before,
	.s-trapeze-edges-inner:before {
		right: 50%;
		transform: skewX(15deg);
		transform-origin: right bottom;
	}

	.s-trapeze-edges:after,
	.s-trapeze-edges-inner:after {
		left: 50%;
		transform: skewX(-15deg);
		transform-origin: left bottom;
	}

	.s-trapeze-edges:before {
		margin-right: 20%;
	}

	.s-trapeze-edges:after {
		margin-left: 20%;
	}

	.s-trapeze-edges-inner:before,
	.s-trapeze-edges-inner:after {
		z-index: 1;
		bottom: 7.14286em;
		background-color: #d6d6d6;
	}

	.s-trapeze-edges-inner:before {
		margin-right: 30%;
	}

	.s-trapeze-edges-inner:after {
		margin-left: 30%;
	}

	.s-trapeze-edges-inner > * {
		position: relative;
		z-index: 2;
	}

	.s-trapeze-edges:not([class*="bg-"]):before,
	.s-trapeze-edges:not([class*="bg-"]):after {
		border: 0;
	}

	.s-trapeze-edges:not([class*="bg-"]):before {
		box-shadow: 2px 0 7px -2px rgba(0, 0, 0, .25);
	}

	.s-trapeze-edges:not([class*="bg-"]):after {
		box-shadow: -2px 0 7px -2px rgba(0, 0, 0, .25);
	}

	.s-trapeze-edges:not([class*="bg-"]) .s-trapeze-edges-inner:before,
	.s-trapeze-edges:not([class*="bg-"]) .s-trapeze-edges-inner:after {
		border: 0;
	}

	.s-trapeze-edges:not([class*="bg-"]) .s-trapeze-edges-inner:before {
		box-shadow: 15px 5px 15px -5px rgba(0, 0, 0, .15), 25px 5px 25px -10px rgba(0, 0, 0, .05);
	}

	.s-trapeze-edges:not([class*="bg-"]) .s-trapeze-edges-inner:after {
		box-shadow: -15px 5px 15px -5px rgba(0, 0, 0, .15), -25px 5px 25px -10px rgba(0, 0, 0, .05);
	}

	.s-trapeze-edges.bg-primary:before,
	.s-trapeze-edges.bg-primary:after {
		background-color: #f2ce1e;
	}

	.s-trapeze-edges.bg-primary .s-trapeze-edges-inner:before,
	.s-trapeze-edges.bg-primary .s-trapeze-edges-inner:after {
		background-color: #ffea84;
	}

	.s-trapeze-edges.bg-secondary {
		background-image: radial-gradient(ellipse, #333, #1f1f1f 50%);
	}

	.s-trapeze-edges.bg-secondary:before,
	.s-trapeze-edges.bg-secondary:after {
		border: 0;
		background-color: #333;
	}

	.s-trapeze-edges.bg-secondary:before {
		box-shadow: 2px 0 7px -2px rgba(0, 0, 0, .25);
	}

	.s-trapeze-edges.bg-secondary:after {
		box-shadow: -2px 0 7px -2px rgba(0, 0, 0, .25);
	}

	.s-trapeze-edges.bg-secondary .s-trapeze-edges-inner:before,
	.s-trapeze-edges.bg-secondary .s-trapeze-edges-inner:after {
		border: 0;
		background-color: #404040;
	}

	.s-trapeze-edges.bg-secondary .s-trapeze-edges-inner:before {
		box-shadow: 15px 5px 15px -5px rgba(0, 0, 0, .15), 25px 5px 25px -10px rgba(0, 0, 0, .05);
	}

	.s-trapeze-edges.bg-secondary .s-trapeze-edges-inner:after {
		box-shadow: -15px 5px 15px -5px rgba(0, 0, 0, .15), -25px 5px 25px -10px rgba(0, 0, 0, .05);
	}

	.trapeze {
		width: 80%;
		max-width: 60.625rem;
		box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .25);
	}

	.trapeze:before,
	.trapeze:after {
		position: absolute;
		z-index: -1;
		top: 0;
		display: block;
		width: 25%;
		height: 100%;
		content: "";
		background-color: inherit;
	}

	.trapeze:before {
		left: 0;
		transform: skew(15deg);
		transform-origin: bottom left;
	}

	.trapeze:after {
		right: 0;
		transform: skew(-15deg);
		transform-origin: bottom right;
	}

	.section-trapeze {
		position: relative;
		margin-top: 4.4375rem;
		margin-bottom: 3.125rem;
	}

	.section-trapeze:before,
	.section-trapeze:after {
		position: absolute;
		z-index: 0;
		top: 3.125rem;
		display: block;
		width: 50%;
		height: 100%;
		content: "";
		box-shadow: 0 7px 7px -5px rgba(0, 0, 0, .25);
	}

	.section-trapeze:before {
		right: 50%;
		margin-right: 25rem;
		transform: skew(15deg);
		background-image: linear-gradient(to left, #e5e5e5 0%, #fff 25%);
	}

	.section-trapeze:after {
		left: 50%;
		margin-left: 25rem;
		transform: skew(-15deg);
		background-image: linear-gradient(to right, #e5e5e5 0%, #fff 25%);
	}

	.section-trapeze .trapeze {
		z-index: 1;
	}

	.s-equal-paddings .media-object {
		max-width: 100%;
		margin-bottom: 0;
	}

	.s-equal-paddings .simple-form {
		min-width: 22.5rem;
		max-width: 100%;
	}

	.overlap-small {
		margin-top: -3.125rem;
	}

	.overlap-large {
		margin-top: -11rem;
	}

	.s-welcome .trapeze {
		margin-bottom: 5rem;
	}

	.s-welcome-image {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.services-item {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 25px;
	}

	.s-trapeze.flip-x .services-item {
		right: auto;
		left: 25px;
	}

	.s-fleet.s-trapeze-edges:before,
	.s-fleet.s-trapeze-edges:after {
		bottom: 0;
	}

	.s-fleet.s-trapeze-edges:before {
		margin-right: 23%;
	}

	.s-fleet.s-trapeze-edges:after {
		margin-left: 23%;
	}

	.s-fleet .s-trapeze-edges-inner:before,
	.s-fleet .s-trapeze-edges-inner:after {
		bottom: 3.57143em;
	}

	.lightcase-fleetcards #lightcase-content .lightcase-contentInner {
		min-width: 47.5rem;
	}

	.lightcase-fleetcards .card-product.extended .table-wrap {
		height: 14.375rem;
	}

	.fleet-button-row > .column.large-order-2 {
		max-width: 100%;

		-ms-flex: 0 0 auto;
		    flex: 0 0 auto;
	}

	.fleet-button-row > .column.large-order-2 + .column {
		-ms-flex: 1 0 auto;
		    flex: 1 0 auto;
	}

	.product-filter-wrap {
		overflow: visible;
	}

	.off-canvas-content .product-filter.position-left {
		margin-bottom: 3.9375rem;
	}

	.product-filter [type="submit"]:not(.rh-button) {
		margin-bottom: 1rem;
	}

	.contacts-list:not(.vertical) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 64em) and (max-width: 90.1875em) {
	.rh-gallery .gallery-item,
	.rh-gallery .gallery-item:nth-child(8n+0),
	.rh-gallery .gallery-item:nth-child(8n+4) {
		width: 25%;
	}

	.rh-gallery .gallery-item:nth-child(8n+3),
	.rh-gallery .gallery-item:nth-child(8n+7) {
		width: 50%;
	}

	.rh-gallery .gallery-item:nth-child(8n+5) {
		float: right;
		height: 35.834em;
	}

	.rh-gallery .gallery-item:nth-child(8n+7) {
		clear: left;
		height: 17.917em;
	}
}

@media screen and (min-width: 64em) and (min-width: 64em) {
	.s-trapeze-cover {
		top: -1px;
		right: 50%;
		height: calc(100% + 2px);
		background-color: #fff;
	}

	.s-trapeze-cover::before {
		background-color: #333;
	}

	.s-trapeze-cover::after {
		background-color: transparent;
	}

	.bg-secondary-shade .s-trapeze-cover-inner {
		background-color: #242424;
	}

	.bg-primary .s-trapeze-cover-inner {
		background-color: #ff6501;
	}
}

@media screen and (min-width: 64em) and (min-width: 75em) {
	.section-trapeze:before {
		margin-right: 30rem;
	}

	.section-trapeze:after {
		margin-left: 30rem;
	}
}

@media print, screen and (min-width: 64em) {
	.button-group.stacked-for-medium .button {
		width: auto;
		margin-bottom: 0;

		-ms-flex: 1 1 auto;
		    flex: 1 1 auto;
	}
}

@media screen and (min-width: 75em) {
	.xlarge-1 {
		max-width: 8.33333%;

		-ms-flex: 0 0 8.33333%;
		    flex: 0 0 8.33333%;
	}

	.xlarge-offset-0 {
		margin-left: 0;
	}

	.xlarge-2 {
		max-width: 16.66667%;

		-ms-flex: 0 0 16.66667%;
		    flex: 0 0 16.66667%;
	}

	.xlarge-offset-1 {
		margin-left: 8.33333%;
	}

	.xlarge-3 {
		max-width: 25%;

		-ms-flex: 0 0 25%;
		    flex: 0 0 25%;
	}

	.xlarge-offset-2 {
		margin-left: 16.66667%;
	}

	.xlarge-4 {
		max-width: 33.33333%;

		-ms-flex: 0 0 33.33333%;
		    flex: 0 0 33.33333%;
	}

	.xlarge-offset-3 {
		margin-left: 25%;
	}

	.xlarge-5 {
		max-width: 41.66667%;

		-ms-flex: 0 0 41.66667%;
		    flex: 0 0 41.66667%;
	}

	.xlarge-offset-4 {
		margin-left: 33.33333%;
	}

	.xlarge-6 {
		max-width: 50%;

		-ms-flex: 0 0 50%;
		    flex: 0 0 50%;
	}

	.xlarge-offset-5 {
		margin-left: 41.66667%;
	}

	.xlarge-7 {
		max-width: 58.33333%;

		-ms-flex: 0 0 58.33333%;
		    flex: 0 0 58.33333%;
	}

	.xlarge-offset-6 {
		margin-left: 50%;
	}

	.xlarge-8 {
		max-width: 66.66667%;

		-ms-flex: 0 0 66.66667%;
		    flex: 0 0 66.66667%;
	}

	.xlarge-offset-7 {
		margin-left: 58.33333%;
	}

	.xlarge-9 {
		max-width: 75%;

		-ms-flex: 0 0 75%;
		    flex: 0 0 75%;
	}

	.xlarge-offset-8 {
		margin-left: 66.66667%;
	}

	.xlarge-10 {
		max-width: 83.33333%;

		-ms-flex: 0 0 83.33333%;
		    flex: 0 0 83.33333%;
	}

	.xlarge-offset-9 {
		margin-left: 75%;
	}

	.xlarge-11 {
		max-width: 91.66667%;

		-ms-flex: 0 0 91.66667%;
		    flex: 0 0 91.66667%;
	}

	.xlarge-offset-10 {
		margin-left: 83.33333%;
	}

	.xlarge-12 {
		max-width: 100%;

		-ms-flex: 0 0 100%;
		    flex: 0 0 100%;
	}

	.xlarge-offset-11 {
		margin-left: 91.66667%;
	}

	.xlarge-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.xlarge-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.xlarge-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.xlarge-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.xlarge-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.xlarge-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.xlarge-up-1 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.xlarge-up-1 > .column,
	.xlarge-up-1 > .columns {
		max-width: 100%;

		-ms-flex: 0 0 100%;
		    flex: 0 0 100%;
	}

	.xlarge-up-2 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.xlarge-up-2 > .column,
	.xlarge-up-2 > .columns {
		max-width: 50%;

		-ms-flex: 0 0 50%;
		    flex: 0 0 50%;
	}

	.xlarge-up-3 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.xlarge-up-3 > .column,
	.xlarge-up-3 > .columns {
		max-width: 33.33333%;

		-ms-flex: 0 0 33.33333%;
		    flex: 0 0 33.33333%;
	}

	.xlarge-up-4 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.xlarge-up-4 > .column,
	.xlarge-up-4 > .columns {
		max-width: 25%;

		-ms-flex: 0 0 25%;
		    flex: 0 0 25%;
	}

	.xlarge-up-5 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.xlarge-up-5 > .column,
	.xlarge-up-5 > .columns {
		max-width: 20%;

		-ms-flex: 0 0 20%;
		    flex: 0 0 20%;
	}

	.xlarge-up-6 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.xlarge-up-6 > .column,
	.xlarge-up-6 > .columns {
		max-width: 16.66667%;

		-ms-flex: 0 0 16.66667%;
		    flex: 0 0 16.66667%;
	}

	.xlarge-up-7 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.xlarge-up-7 > .column,
	.xlarge-up-7 > .columns {
		max-width: 14.28571%;

		-ms-flex: 0 0 14.28571%;
		    flex: 0 0 14.28571%;
	}

	.xlarge-up-8 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.xlarge-up-8 > .column,
	.xlarge-up-8 > .columns {
		max-width: 12.5%;

		-ms-flex: 0 0 12.5%;
		    flex: 0 0 12.5%;
	}

	.xlarge-flex-dir-row {
		        flex-direction: row;

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

	.xlarge-flex-dir-row-reverse {
		        flex-direction: row-reverse;

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

	.xlarge-flex-dir-column {
		        flex-direction: column;

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

	.xlarge-flex-dir-column-reverse {
		        flex-direction: column-reverse;

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

	.xlarge-flex-child-auto {
		-ms-flex: 1 1 auto;
		    flex: 1 1 auto;
	}

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

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

	.row.xlarge-unstack > .column,
	.row.xlarge-unstack > .columns {
		-ms-flex: 1 1 0;
		    flex: 1 1 0;
	}

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

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

	.xlarge-float-left {
		float: left;
	}

	.xlarge-float-right {
		float: right;
	}

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

	[class*="carousel-button-"]:before,
	[class*="carousel-button-"]:after,
	#lightcase-nav a.lightcase-icon-next:before,
	#lightcase-nav a.lightcase-icon-next:after,
	#lightcase-nav a.lightcase-icon-prev:before,
	#lightcase-nav a.lightcase-icon-prev:after {
		width: 40px;
	}

	.carousel-button-next span,
	#lightcase-nav a.lightcase-icon-next span {
		margin-right: 40px;
	}

	.carousel-button-prev span,
	#lightcase-nav a.lightcase-icon-prev span {
		margin-left: 40px;
	}

	.s-half [class*="callout-overlap-"] {
		width: 30vw;
	}

	.topbar-info > *:first-child {
		margin-bottom: 8px;
		padding-bottom: 8px;
	}

	.topbar-info > *:last-child {
		font-size: .875rem;
	}

	.topbar:not(.small) .icon-box {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 90.25em) {
	.rh-gallery .gallery-item {
		width: 16.66667%;
	}

	.rh-gallery .gallery-item:nth-child(8n+1) {
		clear: both;
	}

	.rh-gallery .gallery-item:nth-child(8n+2),
	.rh-gallery .gallery-item:nth-child(8n+8) {
		width: 33.33333%;
	}

	.rh-gallery .gallery-item:nth-child(8n+5) {
		float: right;
		height: 35.834em;
	}
}

@media screen and (max-width: 63.9375em) {
	.main-column {
		margin-bottom: 2.625rem;
	}

	.hide-for-medium-down {
		display: none !important;
	}

	.button-group.stacked-for-medium .button {
		margin-bottom: 1px;
	}

	.icon-box.small {
		font-size: 1.25rem;
	}

	.icon-box.large {
		font-size: 2.5rem;
	}

	.media-object.stack-for-medium {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.media-object.stack-for-medium .media-object-section {
		max-width: 100%;
		padding: 0;
		padding-bottom: 1rem;

		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.media-object.stack-for-medium .media-object-section img {
		width: 100%;
	}

	[data-carousel="medium-down"] {
		margin-top: -1.3125rem;
	}

	[data-carousel="medium-down"] .card {
		/* owl-carousel item margin fix for correct rendering top-shadow #2*/
		margin-top: 1.3125rem;
	}

	[data-carousel="medium-down"] .card.block-scale:focus,
	[data-carousel="medium-down"] .card.card-post-icon:focus,
	[data-carousel="medium-down"] .card.card-feature:focus,
	[data-carousel="medium-down"] .card.block-scale:hover,
	[data-carousel="medium-down"] .card.card-post-icon:hover,
	[data-carousel="medium-down"] .card.card-feature:hover {
		transform: none;
	}

	.pagination {
		margin-bottom: 2.625rem;
		padding-top: 1.3125rem;
	}

	.reveal-map [data-close]:after {
		position: absolute;
		z-index: -1;
		top: 0;
		top: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 100%;
		content: "";
		background-color: rgba(51, 51, 51, .5);
	}

	.reveal.large .close-button {
		top: 2%;
		right: 5%;
	}

	.s-timeline .s-trapeze-2x-image:nth-child(1) {
		display: none;
	}

	.timeline-item > .column:first-child {
		margin-bottom: 1.3125rem;
	}

	.timeline-item {
		padding-left: 50px;
	}

	.testimonials .button.transparent.orbit-previous {
		left: -6.25rem;
	}

	.testimonials .button.transparent.orbit-next {
		right: -6.25rem;
	}

	.testimonials .button:not(.transparent).orbit-previous {
		left: -3.4375rem;
	}

	.testimonials .button:not(.transparent).orbit-next {
		right: -3.4375rem;
	}

	.site-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding-top: 1rem;
		background-color: #242424;
		box-shadow: 0 5px 10px rgba(51, 51, 51, .25);
	}

	.main-menu.accordion-menu,
	.main-menu.accordion-menu ul {
		background-color: #d6d6d6;
	}

	.main-menu.accordion-menu .nested {
		width: auto;
	}

	.site-header {
		transform: none;
	}

	.s-welcome .trapeze {
		margin-top: 0;
	}

	.s-welcome-image figure img {
		margin-bottom: 1.3125rem;
	}

	.lightcase-fleetcards #lightcase-content .lightcase-inlineWrap {
		max-width: 100% !important; /* '!important' need to redefine plugin inline styles */
	}

	.off-canvas-content .product-filter.position-left {
		padding: 0;
	}

	.product-filter .card-divider {
		display: -ms-flexbox;
		display: flex;
		    flex-direction: column;

		-ms-flex-direction: column;
	}
}

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
	.section-hero:not(.hero-carousel),
	.section-hero .h-carousel-item {
		min-height: 28.75rem;
	}
}

@media screen and (max-width: 47.9375em) {
	.featured-posts {
		    flex-direction: column;

		-ms-flex-direction: column;
	}

	.card-features-boxes > .media-object {
		width: 100%;
		min-width: 8.75rem;
	}

	.s-cards-carousel.s-line:before,
	.s-cards-carousel.s-rowline > .row:before {
		content: none;
	}
}

@media screen and (max-width: 39.9375em) {
	.small-text-left {
		text-align: left;
	}

	.small-text-right {
		text-align: right;
	}

	.small-text-center {
		text-align: center;
	}

	.small-text-justify {
		text-align: justify;
	}

	.simple-form input {
		min-width: 40%;
	}

	.button-group.stacked-for-small .button {
		margin-bottom: 1px;
	}

	.stack-for-small .icon-box {
		margin-right: auto;
		margin-left: auto;
	}

	.media-object.stack-for-small > .media-object-section {
		padding-bottom: 1rem;
	}

	.media-object.stack-for-small .media-object-section img {
		height: auto;
	}

	.single-post .share {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.single-post .meta-text {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.single-post blockquote.callout.large {
		padding: 1rem;
	}

	.post-publisher .column:first-child {
		margin-bottom: 1.3125rem;
	}

	.post-navigation > .column .card-post-simple.stack-for-small.flip-x {
		text-align: right;
	}

	.comments .replay-form {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.card-feature {
		    flex-direction: row;

		-ms-flex-direction: row;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.card-feature > * {
		max-width: 100%;

		-ms-flex: 0 1 auto;
		    flex: 0 1 auto;
	}

	.card-feature .card-divider {
		display: -ms-flexbox;
		display: flex;

		-ms-flex-align: center;
		align-items: center;
	}

	.card-feature .icon-box {
		margin-top: 0;
		margin-bottom: 0;
	}

	.card-features-boxes > .media-object {
		width: 100%;
		min-width: 8.75rem;
	}

	.card-features-boxes .media-object-section {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.card-features-boxes .media-object-section:first-child {
		padding-right: 1rem;

		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.card-product.extended .card-section.media-object {
		padding: 0;
	}

	.card-product.extended .card-section.media-object > .media-object-section:first-child {
		padding-right: 0;
	}

	.card-product.extended .card-section.media-object > .media-object-section:last-child {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.card-product.extended .card-product-data {
		padding-left: 1rem;
	}

	.card-product.extended .card-product-features li {
		margin-right: 0;
	}

	.card-product.extended .card-footer .button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.card-product.extended .card-footer .button:first-child {
		-ms-flex-order: 2;
		order: 2;
	}

	.card-product.extended .card-footer .button:last-child {
		margin-bottom: 1rem;

		-ms-flex-order: 1;
		order: 1;
	}

	.card-product.simple img {
		width: 100%;
	}

	.media-button {
		margin-bottom: 1rem;
	}

	.gallery-item:not(:last-child) {
		margin-bottom: .9375rem;
	}

	[class*="callout-overlap-"] {
		margin-top: -4.9375rem;
		margin-bottom: -3.625rem;
	}

	[data-interchange] > [class*="callout-overlap-"] {
		margin-top: 3.625rem;
		margin-bottom: -3.625rem;
	}

	.reveal-search form {
		margin-top: 25vh;
		padding: 1rem;
	}

	.pricing-tables-row.collapse {
		padding-right: .625rem;
		padding-left: .625rem;
	}

	.timeline-item .callout .rh-thumbnail {
		min-height: 12.5rem;
	}

	.s-counters .counter.row {
		padding-right: .625rem;
		padding-left: .625rem;
	}

	.map {
		padding-bottom: 50px;
	}

	.s-content-column:not(:last-child) {
		margin-bottom: 2.625rem;
	}

	.s-half > .row > .column[data-interchange],
	.s-half-image {
		min-height: 50vh;
		background-position: 50% 50%;
	}

	.s-half-image {
		position: static;
		width: 100%;
	}

	[class*="s-content-box"]:not(:first-child) {
		margin-top: -4px;
	}

	.section-boxed > .row.expanded > [class*="s-content-box"] {
		padding-bottom: 2.625rem;
	}

	.section-boxed > .row.expanded > [class*="s-content-box"]:not(:last-child) {
		margin-bottom: 0;
	}

	.topbar-column:not(:last-child) {
		-ms-flex: 0 1 auto;
		    flex: 0 1 auto;
	}

	.topbar-column:last-child {
		max-width: none;

		-ms-flex: 1 1 auto;
		    flex: 1 1 auto;
	}

	.topbar-column:first-child {
		margin-right: 5px;
		padding-right: 0;
	}

	.topbar-column:nth-child(2) {
		padding-left: 0;
	}

	.topbar-column .media-object {
		min-height: 3.125rem;

		-ms-flex-pack: center;
		justify-content: center;
	}

	.topbar-column .media-object-section:first-child {
		padding: 0;
	}

	.site-header {
		height: 3.75rem;
	}

	.logo-container {
		width: calc(100% - 34px);
		max-width: 12.5rem;
		height: 4.25rem;
	}

	.logo-container svg,
	.logo-container img,
	.site-header-logo svg,
	.site-header-logo img {
		max-height: 2.125rem;
	}

	.logo-container.large {
		max-width: 20em;
		height: 6em;
	}

	.site-header-logo:not(.logo-container) {
		width: 11.875rem;
	}

	.site-footer-bottom {
		padding-top: 1.3125rem;
	}

	.site-footer-bottom .column {
		text-align: center;
	}

	.footer-simple svg {
		margin: auto;
	}

	.section-hero .button-group.stacked-for-small {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.section-hero .button-group.stacked-for-small .button {
		-ms-flex-preferred-size: 150px;
		flex-basis: 150px;
	}

	.section-hero .button-group.stacked-for-small .button:nth-child(1) {
		-ms-flex-order: 2;
		order: 2;
	}

	.section-hero .button-group.stacked-for-small .button:nth-child(2) {
		margin-bottom: .4375rem;

		-ms-flex-order: 1;
		order: 1;
	}

	.hero-content {
		padding: 2.625rem 1rem;
	}

	.s-trapeze .section {
		margin-bottom: 0;
		padding-bottom: 2.625rem;
	}

	.s-trapeze [class*="s-line"]:before {
		bottom: 3.9375rem;
	}

	.section-trapeze .row > .column:first-child img {
		margin-bottom: 1.3125rem;
	}

	.s-equal-paddings .floating-socials {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.s-welcome-image {
		margin-bottom: 1.5em;
	}

	.fleet-button-row form {
		float: right;
	}

	.product-meta {
		    flex-direction: column;

		-ms-flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
	}

	.off-canvas-content .product-filter.position-left {
		width: 100vw;
		transform: translateX(-100vw);
	}

	.features .media-object.stack-for-small {
		text-align: center;
	}

	.s-contact-cards > .column:not(:first-child) > .card {
		margin-top: -1.3125rem;
	}

	.contacts-list.vertical {
		margin-bottom: 2.625rem;
	}

	.s-error > .row > .column {
		padding-top: 2.625rem;
		padding-bottom: 2.625rem;
		background-color: rgba(36, 36, 36, .85);
	}
}

@media screen and (max-width: 39.9375em) and (orientation: landscape) {
	.section-hero:not(.hero-carousel),
	.section-hero .h-carousel-item {
		min-height: 22.3125rem;
	}
}

@keyframes rh-slide-left {
	0% {
		left: 0;
		opacity: 1;
	}

	45% {
		left: 15%;
		opacity: 0;
	}

	55% {
		left: -15%;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

@keyframes rh-slide-right {
	0% {
		right: 0;
		opacity: 1;
	}

	45% {
		right: 15%;
		opacity: 0;
	}

	55% {
		right: -15%;
		opacity: 0;
	}

	100% {
		right: 0;
		opacity: 1;
	}
}

@keyframes rh-scale-in {
	0% {
		transform: none;
		opacity: 1;
	}

	45% {
		transform: scale(1.3, 1.3);
		opacity: 0;
	}

	55% {
		transform: scale(0, 0);
		opacity: 0;
	}

	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}

@keyframes rh-scale-out {
	0% {
		transform: none;
		opacity: 1;
	}

	45% {
		transform: scale(0, 0);
		opacity: 0;
	}

	55% {
		transform: scale(1.3, 1.3);
		opacity: 0;
	}

	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}

@keyframes rh-dropdown {
	0% {
		display: none;
		visibility: hidden;
		opacity: 0;
	}

	1% {
		display: block;
		visibility: hidden;
		transform: perspective(500px) rotate3d(1, 0, 0, -35deg);
		transform-origin: top center;
		opacity: 0;
	}

	100% {
		visibility: visible;
		transform: perspective(0px) rotate3d(0, 0, 0, 0deg);
		transform-origin: top center;
		opacity: 1;
	}
}

@keyframes rh-dropdown-top {
	0% {
		display: none;
		visibility: hidden;
		opacity: 0;
	}

	1% {
		display: block;
		visibility: hidden;
		transform: perspective(500px) rotate3d(1, 0, 0, -35deg);
		transform-origin: bottom center;
		opacity: 0;
	}

	100% {
		visibility: visible;
		transform: perspective(0px) rotate3d(0, 0, 0, 0deg);
		transform-origin: bottom center;
		opacity: 1;
	}
}

@keyframes rh-dropdown-right {
	0% {
		display: none;
		visibility: hidden;
		opacity: 0;
	}

	1% {
		display: block;
		visibility: hidden;
		transform: perspective(500px) rotate3d(0, 1, 0, 35deg);
		transform-origin: left center;
		opacity: 0;
	}

	100% {
		visibility: visible;
		transform: perspective(0px) rotate3d(0, 0, 0, 0deg);
		transform-origin: top center;
		opacity: 1;
	}
}

@keyframes rh-dropdown-left {
	0% {
		display: none;
		visibility: hidden;
		opacity: 0;
	}

	1% {
		display: block;
		visibility: hidden;
		transform: perspective(500px) rotate3d(0, 1, 0, -35deg);
		transform-origin: right center;
		opacity: 0;
	}

	100% {
		visibility: visible;
		transform: perspective(0px) rotate3d(0, 0, 0, 0deg);
		transform-origin: top center;
		opacity: 1;
	}
}

@keyframes rh-card-flip-in-x {
	0% {
		display: none;
		visibility: hidden;
		opacity: 0;
	}

	1% {
		display: block;
		visibility: hidden;
		transform: perspective(2000px) rotateY(-90deg);
		transform-origin: center;
		opacity: 0;
	}

	100% {
		visibility: visible;
		transform: perspective(2000px) rotateY(0deg);
		transform-origin: center;
		opacity: 1;
	}
}

@keyframes rh-card-flip-in-y {
	0% {
		display: none;
		visibility: hidden;
		opacity: 0;
	}

	1% {
		display: block;
		visibility: hidden;
		transform: perspective(2000px) rotateX(-90deg);
		transform-origin: center;
		opacity: 0;
	}

	100% {
		visibility: visible;
		transform: perspective(2000px) rotateX(0deg);
		transform-origin: center;
		opacity: 1;
	}
}

@keyframes rh-pulse {
	25% {
		transform: scale(1.1);
	}

	75% {
		transform: scale(.9);
	}
}

@keyframes rh-shiver {
	0% {
		top: 0;
	}

	50% {
		top: 2px;
	}

	100% {
		top: 0;
	}
}

@keyframes waterpulse {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 0;
	}

	50% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes rh-fade-in {
	0% {
		display: none;
		visibility: hidden;
		opacity: 0;
	}

	1% {
		display: block;
		visibility: hidden;
		opacity: 0;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

@keyframes rh-fade-out {
	100% {
		visibility: visible;
		opacity: 1;
	}

	1% {
		display: block;
		visibility: hidden;
		opacity: 0;
	}

	0% {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
}

@keyframes cross-turn-right {
	0% {
		width: 0;
		transform: none;
	}

	50% {
		width: 100%;
		transform: none;
	}

	100% {
		width: 100%;
		transform: rotate(45deg);
	}
}

@keyframes cross-turn-left {
	0% {
		width: 0;
		transform: none;
	}

	50% {
		width: 100%;
		transform: none;
	}

	100% {
		width: 100%;
		transform: rotate(-45deg);
	}
}

/* aneks */
.testb1{border:1px dashed red;}
.m0p0{margin:0px 0px 0px 0px !important;padding:0px 0px 0px 0px !important;}
.m0{margin:0px 0px 0px 0px;}
.searchmtop{margin-top:0px !important;}

.fdruga{font-size:14px;line-height:80%;font-family:Lato;margin:0;padding:0;color:#000000;}
.stzel{border-left:3px solid #80f780;}


#kontaktmapa iframe{width:100%;height:540px;}
#returnbre{max-width:30%;margin:0px auto;}
#returnbre input{width:120px;margin:0px auto;background:white;}
#viberwhat img{height:24px !important;}



.imgpovelja{max-width:140px;}
.osencibox{background:#b6edfd;}
.dugmesi{background:#ff5f00 !important;color:white !important;font-weight:bold;}
.mt10{margin-top:10px;}
.ptprivacy{padding-top:80px !important;}
.mt30{margin-top:30px !important;}
.mb30{margin-bottom:30px !important;}
.mb50{margin-bottom:50px !important;}
.mb10{margin-bottom:10px;}

.bgskrivena{background:#f79646;}
.bgskrivena input,.bgskrivena select,.bgskrivena textarea{background:#f9f9f9;}
.mytextarea{min-height:100px;}

.bb{font-weight:bold;}
.mt0{margin-top:0px !important;}
.mb0{margin-bottom:0px !important;}
.pt0{padding-top:0px !important;}
.pb0{padding-bottom:0px !important;}
.m0p0{margin:0px 0px 0px 0px !important;padding:0px 0px 0px 0px !important;}
.tajsamli{background:#f79646;color:black;font-weight:bold;}
.myukupnacena{background:#f79646;padding:5px 15px 5px 15px;}
.mysecondary-gray{background-color: #e6e6e6;}
.bojatusam{color:#f79646;}
.cen{text-align:center !important;}
.bgbela{background:#ffffff !important;}
.bgsiva {background:#fafafa !important;}
#bghvala,#bghvala .row,#bghvala .row .column  {background:#ffffff !important;}
#bghvala h1,#bghvala p{color:#000000 !important;}
.crna{color:black !important;}

.btest1{border:3px solid blue;}
.btest2{border:3px dashed green;}
.bort1{border-top:1px solid silver;}
.bgcrvena{background-color:red !important;}
.bela{color:white !important;}
.levo{text-align:left !important;}
.f18{font-size:18px !important;}
.fvece{font-size:24px !important;}
.des{text-align:right !important;}
.crvena{color:red !important;}
.zel{color: #27e02b !important;}
#viberwhat img {height:24px;margin-right:5px;margin-left:5px;}
.podvuci{text-decoration:underline;}
.bgkaologo{background:#ff5f00;}
.mypad{padding:10px 10px 10px 10px;}

.gformular input,.gformular select{font-weight:bold;} 
.mychla{ display: block;margin-left:10px;
    padding-left: 20px;
    text-indent: -20px;}
.mychla input{ width: 30px;
    height: 30px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;}
#uklonidlv{padding-top:5px;font-weight:bold;font-size:20px;}
.bg-ostale{background:#f8f8f8 !important;}
.a-boja{color:#ff5f00 !important;}	
.bgmoj100{background:#f79646 !important; padding:20px 20px 20px 20px;}
.bb{font-weight:bold !important;}
.w100{width:100%;}
.w100px{width:100px;}
.nemabord a, .nemabord img{border:0 !important;}

#toplogo p > a {
	padding: 0;
	transition: none;
	text-decoration: none;
	color: inherit;
	box-shadow: none;
	outline-width: 0;
}
#glmeni {display: flex;
  justify-content: center;}
.cendiv {display: flex;
  justify-content: center;}  
.bgzp{background:#ff6501 !important;}
.m0pxauto{margin:25px auto;}
.mybojapr{color:#333333 !important;}
	
.myalert{background:white;color:red;font-weight:bold;}

.cookie-policy{position:fixed;left:20;bottom:20;width:85%;padding:10px 10px 10px 10px;background:#eed377;color:#000;z-index:9000}
.cookie-policy .cookie-policy-message{padding:0 20px}
.cookie-policy .cookie-policy-message .cookie-policy-header{font-size:14px;font-weight:700;margin-bottom:3px}
.cookie-policy .cookie-policy-message .cookie-policy-text{font-size:12px;margin-bottom:10px}
.cookie-policy .cookie-policy-message .cookie-policy-text .cookie-policy-text-link{color:#000;font-weight:700;text-decoration:underline}
.cookie-policy .cookie-policy-btn-wrapper{position:relative}
.cookie-policy .cookie-policy-btn-wrapper .cookie-policy-btn{max-width:100x;height:40px;text-align:center;margin:0 auto;padding:6px 6px 6px 6px;background:#eb112d;color:#fff;border:1px solid #fff;border-radius:4px!important;font-size:18px;font-weight:600;position:relative;top:30%}
.cookie-policy .cookie-policy-btn-wrapper .cookie-policy-btn:hover{cursor:pointer}
@media(min-width:992px){.cookie-policy-content{display:flex}}
.crvena{color:red;}
.mobda{display:none;}
.inmob{padding-left:0px;}
/*
#toplogo p > a:hover,
#toplogo p > a:focus {
	color: #ffffff;
	box-shadow:none;
}

#toplogo a {
	transition: none;
	color: inherit;
	background-color: transparent;
}

#toplogo a:focus,
#toplogo a:hover {
	color: #ffffff;
	outline-width: 0;
}
*/
/*
.printable { display: none; }
*/
@media print
{
    .non-printable { display: none; }
    .printable { display: block; }
}

.mobwh{width:24px;height:21px;}

@media (max-width: 767px) {
	.searchmtop{margin-top:0px;}
	.fdruga{font-size:14px;margin-left:10px;}
	.gformular{padding:10px 10px 10px 10px;}
	.mcheck{margin:0px 0px 20px 20px;padding-left:10px;}
	
	
	#viberwhat{margin-right:10px !important;margin-left:10px !important;padding-right:10px !important;padding-left:10px !important;}
	
	#viberwhat img {height:50px !important;width:90px !important;padding:5px 5px 5px 5px;}
	.mobpl10pr10 {padding-left:10px !important;padding-right:10px !important;}
	
	.mobwh{height:50px !important;width:56px !important;}
	
	.viberwhat img {height:50px !important;padding:5px 5px 5px 5px;}
	
	.mobpl10pr10 {padding-left:10px !important;padding-right:10px !important;}
	
	.site-header-logo img{margin-top:5px !important;}
	.fvece{font-size:16px !important;}
	.fdruga{font-size:12px;line-height:80%;color:#000000;
	}
	#kontaktmapa iframe{width:100%;height:280px;}
	#returnbre{max-width:60%;text-align:right;}
	#returnbre input{width:60px;margin:0px auto;background:white;}
	.mobmt20{margin-top:20px;}
	.mobtest1{border:1px solid green;}
	.mobtest2{border:1px solid yellow;}
	
	.mobmedium-12 {
		width: 100%;

		-ms-flex: 0 0 100%;
		    flex: 0 0 100%;
	}
	#toplogo{margin-bottom:20px;}
	.imgvw{width:90px !important;height:50px !important;}
	.ptprivacy{padding-top:40px !important;}
	.mobda{display:block;}
	
	.inmob{padding-left:25px;}
	.marginetxt{padding:5px 5px 5px 5px}
	#povelja ul li{text-align:left;}
	
}	

.parow{padding:30px 30px 30px 30px; border:1px solid #e2e2e2;border-radius:5px;
margin:30px 30px 30px 30px;}
.olbre li{margin-bottom:20px;}
.bgzelena{background:#62e265;}
.myoverline{background:#ffffff;text-decoration:line-through;}
.izdvojena{background:#ffdd39;}
.borrad20{border-radius:10px;}

/*
#d1{font-size:10px;font-weight:normal}

#mying input placeholder{color:black;height:20px;display:block;visibility:visible; }
*/
/* light.css*/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.flatpickr-monthSelect-months {
  margin: 10px 1px 3px 1px;
  flex-wrap: wrap;
}

.flatpickr-monthSelect-month {
  background: none;
  border: 0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0.5px;
  justify-content: center;
  padding: 10px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  width: 33%;
}

.flatpickr-monthSelect-month.disabled {
	color: #eee;
}

.flatpickr-monthSelect-month.disabled:hover,
.flatpickr-monthSelect-month.disabled:focus {
	cursor: not-allowed;
	background: none !important;
}

.flatpickr-monthSelect-theme-dark {
  background: #3f4458;
}

.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year {
  color: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month,
.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month {
  color: rgba(255, 255, 255, 0.95);
}

.flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-month:focus {
  background: #e6e6e6;
  cursor: pointer;
  outline: 0;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus {
  background: #646c8c;
  border-color: #646c8c;
}

.flatpickr-monthSelect-month.selected {
  background-color: #569ff7;
  color: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected {
  background: #80cbc4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}

.marginetxt{padding:30px 30px 30px 30px}
.padl5{padding-left:5px;}
.litusam{color:#ff6501 !important;font-weight:bold;}
.labpanel{font-weight:bold;font-size:12px;}
#tabelaartikli th,#tabelaartikli td{font-size:12px;}