/*
Theme Name: The Rowland Company
Theme URI: http://www.rowlandcompany.com
Author: Brand Llama
Author URI: http://www.brandllama.com/
Description: Theme for The Rowland Company Website
Version: 1.2.0
License: Private
Text Domain: rowland

*/

/* HTML/CSS RESET IN FOUNDATION.CSS */



/* MEDIA QUERIES */

/* DESKTOP */ 
@media screen and (min-width: 1281px) {

}

/* LAPTOP */ 
@media screen and (min-width: 1025px) and (max-width: 1280px) {

}

/* TABLET HORIZONTAL */ 
@media screen and (min-width: 769px) and (max-width: 1024px) {

}

/* TABLET VERTICAL */ 
@media screen and (min-width: 681px) and (max-width: 768px) {

}


/* MOBILE HORIZONTAL */
@media screen and (min-width: 441px) and (max-width: 680px) {

}


/*MOBILE VERTICAL*/
@media screen and (max-width: 440px) {

}


/* WORDPRESS CORE CSS */ 
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.product-description .nav-box .link-list > li > a,
#footer .nav-box .nav-list > li > a,
.copyright-box .copyright-list > li > a {
    position: relative;
}

.active .product-description .nav-box .link-list > li > a:before,
.product-description .nav-box .active .link-list > li > a:before,
.active #footer .nav-box .nav-list > li > a:before,
#footer .nav-box .active .nav-list > li > a:before,
.active .copyright-box .copyright-list > li > a:before,
.copyright-box .active .copyright-list > li > a:before,
.product-description .nav-box .link-list > li > a:hover:before,
#footer .nav-box .nav-list > li > a:hover:before,
.copyright-box .copyright-list > li > a:hover:before {
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
}

.product-description .nav-box .link-list > li > a:before,
#footer .nav-box .nav-list > li > a:before,
.copyright-box .copyright-list > li > a:before {
    -webkit-transition: visibility .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    transition: visibility .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background-color: currentColor;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}

.main-nav,
.navbar-nav,
.navbar-nav > li > .slide > ul,
.date-box,
.social-btn-list,
.sidebar .box-contact .contact-list,
.sidebar .brand-list,
.sidebar-nav .list-nav,
.sidebar-nav .list-post,
.sidebar-nav .list-tag,
.product-description .navigate-list,
.product-description .nav-box .link-list,
.list-specification,
.form-box .list-link,
.tab-holder .tabset,
#footer .nav-box .pay-list,
#footer .nav-box .nav-list,
.contact-holder .contact-list,
.social-list,
.footer-nav ul,
.copyright-box .copyright-list,
.copyright-box .brand-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.main-nav:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

/*! 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 {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
     * 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] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
     * 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 {
    background-color: #ff0;
    color: #000;
}

/**
     * 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 {
    border-style: none;
    padding: 0;
}

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"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */ /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[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 {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

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

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

/**
     * 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 {
    box-sizing: border-box; /* 1 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    color: inherit; /* 2 */
    white-space: normal; /* 1 */
}

/**
     * 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=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    box-sizing: border-box;
    font-size: 17px;
}

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

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.38;
    color: #151210;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

pre {
    overflow: auto;
}

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

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

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

.grid-container {
    padding-right: .5882352941rem;
    padding-left: .5882352941rem;
    max-width: 1260px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
}

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

.row::after {
    clear: both;
}

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

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

.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.gutter-small > .column,
.row.gutter-small > .columns {
    padding-right: .8823529412rem;
    padding-left: .8823529412rem;
}

.row.gutter-medium > .column,
.row.gutter-medium > .columns {
    padding-right: .8823529412rem;
    padding-left: .8823529412rem;
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-right: .8823529412rem;
    padding-left: .8823529412rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}

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

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

.small-1 {
    width: 8.3333333333%;
}

.small-push-1 {
    position: relative;
    left: 8.3333333333%;
}

.small-pull-1 {
    position: relative;
    left: -8.3333333333%;
}

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

.small-2 {
    width: 16.6666666667%;
}

.small-push-2 {
    position: relative;
    left: 16.6666666667%;
}

.small-pull-2 {
    position: relative;
    left: -16.6666666667%;
}

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

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

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

.small-4 {
    width: 33.3333333333%;
}

.small-push-4 {
    position: relative;
    left: 33.3333333333%;
}

.small-pull-4 {
    position: relative;
    left: -33.3333333333%;
}

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

.small-5 {
    width: 41.6666666667%;
}

.small-push-5 {
    position: relative;
    left: 41.6666666667%;
}

.small-pull-5 {
    position: relative;
    left: -41.6666666667%;
}

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

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

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

.small-7 {
    width: 58.3333333333%;
}

.small-push-7 {
    position: relative;
    left: 58.3333333333%;
}

.small-pull-7 {
    position: relative;
    left: -58.3333333333%;
}

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

.small-8 {
    width: 66.6666666667%;
}

.small-push-8 {
    position: relative;
    left: 66.6666666667%;
}

.small-pull-8 {
    position: relative;
    left: -66.6666666667%;
}

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

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

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

.small-10 {
    width: 83.3333333333%;
}

.small-push-10 {
    position: relative;
    left: 83.3333333333%;
}

.small-pull-10 {
    position: relative;
    left: -83.3333333333%;
}

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

.small-11 {
    width: 91.6666666667%;
}

.small-push-11 {
    position: relative;
    left: 91.6666666667%;
}

.small-pull-11 {
    position: relative;
    left: -91.6666666667%;
}

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

.small-12 {
    width: 100%;
}

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

.small-up-1 > .column,
.small-up-1 > .columns {
    float: left;
    width: 100%;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
    float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
    float: left;
    width: 50%;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
    float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
    float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
    float: left;
    width: 25%;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
    float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
    float: left;
    width: 20%;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
    float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
    float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
    float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
    float: left;
    width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
    float: left;
}

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

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

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

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

.small-centered {
    margin-right: auto;
    margin-left: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}

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

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

.row {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

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

.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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-right: .8823529412rem;
    padding-left: .8823529412rem;
    min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    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: #b7b7b7;
}

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

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

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

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

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

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

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

a:hover,
a:focus {
    color: #166058;
}

a img {
    border: 0;
}

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

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

li {
    font-size: inherit;
}

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

ol {
    margin-left: 1.25rem;
}

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

dl {
    margin-bottom: 1rem;
}

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

blockquote {
    margin: 0 0 1rem;
    padding: .5294117647rem 1.1764705882rem 0 1.1176470588rem;
    border-left: 1px solid #b7b7b7;
}

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

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

figure {
    margin: 0;
}

code {
    padding: .1176470588rem .2941176471rem .0588235294rem;
    border: 1px solid #b7b7b7;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #151210;
}

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

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

.lead {
    font-size: 21.25px;
    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;
}

.cite-block,
cite {
    display: block;
    color: #666;
    font-size: .7647058824rem;
}

.cite-block:before,
cite:before {
    content: "— ";
}

.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 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 1.9376470588rem;
    margin: 0 0 .9411764706rem;
    padding: .4705882353rem;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(21, 18, 16, .1);
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: .7647058824rem;
    font-weight: normal;
    line-height: 1.38;
    color: #151210;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #666;
    background-color: #fff;
    box-shadow: 0 0 5px #b7b7b7;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

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

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

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

::-webkit-input-placeholder {
    color: #151210;
}

:-ms-input-placeholder {
    color: #151210;
}

::placeholder {
    color: #151210;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
    margin: 0;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px !important;
}

.hidelabel label {
    display: none !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}

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

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

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

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

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

label.middle {
    margin: 0 0 .9411764706rem;
    padding: .5294117647rem 0;
}

.help-text {
    margin-top: -.4705882353rem;
    font-size: .7647058824rem;
    font-style: italic;
    color: #151210;
}

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

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

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

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

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #b7b7b7;
    background: #e6e6e6;
    color: #151210;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

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

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

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

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

.fieldset {
    margin: 1.0588235294rem 0;
    padding: 1.1764705882rem;
    border: 1px solid #b7b7b7;
}

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

select {
    height: 1.9376470588rem;
    margin: 0 0 .9411764706rem;
    padding: .4705882353rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    background-color: #fff;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: .7647058824rem;
    font-weight: normal;
    line-height: 1.38;
    color: #151210;
    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%2821, 18, 16%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -.9411764706rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.4117647059rem;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
}

select:focus {
    outline: none;
    border: 1px solid #666;
    background-color: #fff;
    box-shadow: 0 0 5px #b7b7b7;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
}

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

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

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

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

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ef4023;
}

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

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

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

.form-error {
    display: none;
    margin-top: -.4705882353rem;
    margin-bottom: .9411764706rem;
    font-size: .7058823529rem;
    font-weight: bold;
    color: #ef4023;
}

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

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

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

.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,
.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
    background-color: #197066;
    color: #fff;
}

.button:hover,
.button:focus {
    background-color: #155f57;
    color: #fff;
}

.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
    background-color: #197066;
    color: #fff;
}

.button.primary:hover,
.button.primary:focus {
    background-color: #145a52;
    color: #fff;
}

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
    background-color: #22bb5b;
    color: #151210;
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #1b9649;
    color: #151210;
}

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

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

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

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

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

.button.alert:hover,
.button.alert:focus {
    background-color: #cc2a0f;
    color: #fff;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus,
.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,
.button.hollow.disabled,
.button.hollow[disabled],
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
    border: 1px solid #197066;
    color: #197066;
}

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

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

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

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

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
    border-color: #115e2e;
    color: #115e2e;
}

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

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

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

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

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

.button.hollow.alert:hover,
.button.hollow.alert:focus {
    border-color: #801a09;
    color: #801a09;
}

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

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
    color: #197066;
}

.button.clear:hover,
.button.clear:focus {
    color: #0d3833;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
    color: #197066;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
    color: #0d3833;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
    color: #22bb5b;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
    color: #115e2e;
}

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

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

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

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

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
    color: #ef4023;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
    color: #801a09;
}

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

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

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

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

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

.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: #ef4023;
}

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

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

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

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

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

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

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

: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;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fff;
    color: #151210;
}

: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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #197066 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.badge.primary {
    background: #197066;
    color: #fff;
}

.badge.secondary {
    background: #22bb5b;
    color: #151210;
}

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

.badge.warning {
    background: #ffae00;
    color: #151210;
}

.badge.alert {
    background: #ef4023;
    color: #fff;
}

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

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

.breadcrumbs::after {
    clear: both;
}

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

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

.breadcrumbs a {
    color: #197066;
}

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

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

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

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

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

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

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

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

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

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

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

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button[disabled],
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled]:hover,
.button-group.primary .button.disabled:focus,
.button-group.primary .button[disabled]:focus {
    background-color: #197066;
    color: #fff;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
    background-color: #145a52;
    color: #fff;
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button[disabled],
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled]:hover,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button[disabled]:focus {
    background-color: #22bb5b;
    color: #151210;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
    background-color: #1b9649;
    color: #151210;
}

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

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

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

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

.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button[disabled],
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled]:hover,
.button-group.alert .button.disabled:focus,
.button-group.alert .button[disabled]:focus {
    background-color: #ef4023;
    color: #fff;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
    background-color: #cc2a0f;
    color: #fff;
}

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

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button[disabled],
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled]:focus {
    border: 1px solid #197066;
    color: #197066;
}

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

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

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

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

.button-group.hollow.secondary .button:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow .button.secondary:focus {
    border-color: #115e2e;
    color: #115e2e;
}

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

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

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

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

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

.button-group.hollow.alert .button:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow .button.alert:focus {
    border-color: #801a09;
    color: #801a09;
}

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

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button[disabled],
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled]:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled]:focus {
    color: #197066;
}

.button-group.clear .button:hover,
.button-group.clear .button:focus {
    color: #0d3833;
}

.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled]:hover,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary[disabled]:focus {
    color: #197066;
}

.button-group.clear.primary .button:hover,
.button-group.clear.primary .button:focus,
.button-group.clear .button.primary:hover,
.button-group.clear .button.primary:focus {
    color: #0d3833;
}

.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled]:hover,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary[disabled]:focus {
    color: #22bb5b;
}

.button-group.clear.secondary .button:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear .button.secondary:focus {
    color: #115e2e;
}

.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled]:hover,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button[disabled]:focus,
.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success[disabled]:focus {
    color: #3adb76;
}

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

.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled]:hover,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning[disabled]:focus {
    color: #ffae00;
}

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

.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled]:hover,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert[disabled]:focus {
    color: #ef4023;
}

.button-group.clear.alert .button:hover,
.button-group.clear.alert .button:focus,
.button-group.clear .button.alert:hover,
.button-group.clear .button.alert:focus {
    color: #801a09;
}

.button-group.no-gaps .button {
    margin-right: -.0588235294rem;
}

.button-group.no-gaps .button + .button {
    border-left-color: transparent;
}

.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 {
    -webkit-box-flex: 0;
    -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;
}

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

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

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

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

.callout.primary {
    background-color: #d1f5f1;
    color: #151210;
}

.callout.secondary {
    background-color: #daf8e6;
    color: #151210;
}

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

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

.callout.alert {
    background-color: #fde2de;
    color: #151210;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #151210;
}

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

.card-divider {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background: #e6e6e6;
}

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

.card-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.menu input {
    display: inline-block;
}

.menu,
.menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.menu.simple {
    -webkit-box-align: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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 {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center;
}

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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 {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center;
}

.menu .is-active > a {
    background: #197066;
    color: #fff;
}

.menu .active > a {
    background: #197066;
    color: #fff;
}

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

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

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

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

.menu-centered > .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

.is-drilldown li {
    display: block;
}

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

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

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

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

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    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%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #197066;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    right: 100%;
    left: auto;
    top: 0;
}

.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;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #197066 transparent transparent;
}

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

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

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

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

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

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

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

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

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

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

.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;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #197066 transparent transparent;
}

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

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

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

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

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

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

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

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

.label.primary {
    background: #197066;
    color: #fff;
}

.label.secondary {
    background: #22bb5b;
    color: #151210;
}

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

.label.warning {
    background: #ffae00;
    color: #151210;
}

.label.alert {
    background: #ef4023;
    color: #fff;
}

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

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

.media-object-section {
    -webkit-box-flex: 0;
    -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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

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

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

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

.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;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

[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(21, 18, 16, .7);
}

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

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

[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(21, 18, 16, .7);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

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

.orbit {
    position: relative;
}

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

.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;
    background-color: rgba(21, 18, 16, .5);
    color: #fff;
}

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

[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(21, 18, 16, .5);
}

.orbit-previous {
    left: 0;
}

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

.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: #b7b7b7;
}

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

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

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

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

.pagination::after {
    clear: both;
}

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

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

.pagination a,
.pagination button {
    display: block;
    padding: .1764705882rem .5882352941rem;
    border-radius: 0;
    color: #151210;
}

.pagination a:hover,
.pagination button:hover {
    background: transparent;
}

.pagination .current {
    padding: .1764705882rem .5882352941rem;
    background: #197066;
    color: #fff;
    cursor: default;
}

.pagination .disabled {
    padding: .1764705882rem .5882352941rem;
    color: #b7b7b7;
    cursor: not-allowed;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis::after {
    padding: .1764705882rem .5882352941rem;
    content: "\2026";
    color: #151210;
}

.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: #b7b7b7;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slider-handle:hover {
    background-color: #155f57;
}

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

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

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    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;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sticky-container {
    position: relative;
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 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;
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

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

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

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

[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 {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .8235294118rem;
    font-weight: bold;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

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

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

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

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

input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: .5;
}

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

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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 {
    width: 3rem;
    height: 1.5rem;
    font-size: .5882352941rem;
}

.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 {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .7058823529rem;
}

.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 {
    width: 5rem;
    height: 2.5rem;
    font-size: .9411764706rem;
}

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

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

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

thead,
tbody,
tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

caption {
    padding: .4705882353rem .5882352941rem .5882352941rem;
    font-weight: bold;
}

thead {
    background: #f9f9f9;
    color: #151210;
}

tfoot {
    background: #f2f2f2;
    color: #151210;
}

thead tr,
tfoot tr {
    background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: .4705882353rem .5882352941rem .5882352941rem;
    font-weight: bold;
    text-align: left;
}

tbody th,
tbody td {
    padding: .4705882353rem .5882352941rem .5882352941rem;
}

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

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

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

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

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

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

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

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

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

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

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

.tabs::after {
    clear: both;
}

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

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

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

.tabs.primary {
    background: #197066;
}

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

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
    background: #1c7f74;
}

.tabs-title {
    float: left;
}

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

[data-whatinput="mouse"] .tabs-title > a {
    outline: 0;
}

.tabs-title > a:hover {
    background: #fff;
    color: #166058;
}

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

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

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

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

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

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

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

a.thumbnail:hover,
a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(25, 112, 102, .5);
}

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

.title-bar {
    padding: .5rem;
    background: #151210;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

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

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

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

.tooltip::before {
    position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0;
}

.top-bar-left,
.top-bar-right {
    -webkit-box-flex: 0;
    -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;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

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

.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;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.clearfix::after {
    clear: both;
}

#header {
    position: relative;
    z-index: 2;
}

.nav-active #header {
    background-color: #fff;
}

.nav-active .main-nav {
    visibility: visible;
    opacity: 1;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
    right: 0;
}

.nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-nav {
    -webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 2px 2px rgba(128, 128, 128, .2);
}

.nav-opener {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
    text-indent: -9999px;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #ef4023;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-opener:before {
    top: 0;
}

.nav-opener span {
    top: 50%;
}

.nav-opener:after {
    top: 100%;
}

.resize-active .navbar-nav,
.resize-active .main-nav {
    -webkit-transition: none;
    transition: none;
}

.top-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0 4px;
}

.top-nav .phone-box {
    max-width: 400px;
    padding-right: 15px;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: .8235294118rem;
    font-weight: 500;
    color: #3b3f42;
}

.top-nav .phone-box .text {
    display: none;
}

.top-nav .phone-box > a {
    color: #3b3f42;
}

.top-nav .phone-box > a:hover {
    color: #197066;
}

.top-nav .holder-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-nav .holder-box .button {
    border-radius: 23px;
    font-size: .8235294118rem;
    margin-bottom: 0;
    margin-right: 15px;
    padding: 11px;
}

.top-nav .holder-form.active .drop {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    background-color: rgba(255, 255, 255, .9);
}

.top-nav .holder-form .opener {
    display: block;
    text-align: right;
    color: #ef4023;
}

.top-nav .holder-form .drop {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: -15px;
    left: -15px;
    padding: 10px 15px;
}

.top-nav .holder-form .search-form {
    position: relative;
}

.top-nav .holder-form .search-form .icon-btn {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ef4023;
    font-size: 15px;
}

.top-nav .holder-form .search-form .input-group {
    margin: 0;
}

.top-nav .holder-form .search-form .input-group-field {
    color: #151210;
    font-size: .8235294118rem;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border-color: #b7b7b7;
    padding: 5px 44px 5px 20px;
}

.top-nav .holder-form .search-form .input-group-field::-webkit-input-placeholder {
    color: rgba(100, 100, 100, .5);
}

.top-nav .holder-form .search-form .input-group-field::-moz-placeholder {
    opacity: 1;
    color: rgba(100, 100, 100, .5);
}

.top-nav .holder-form .search-form .input-group-field:-moz-placeholder {
    color: rgba(100, 100, 100, .5);
}

.top-nav .holder-form .search-form .input-group-field:-ms-input-placeholder {
    color: rgba(100, 100, 100, .5);
}

.top-nav .holder-form .search-form .input-group-field.placeholder {
    color: rgba(100, 100, 100, .5);
}

.holder-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -13px;
}

.holder-nav:before,
.holder-nav:after {
    content: "";
    height: 1px;
    background-color: #b7b7b7;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.holder-nav:before {
    top: 15px;
}

.holder-nav:after {
    bottom: 13px;
}

.holder-nav .logo {
    position: relative;
    display: block;
    width: 100%;
    max-width: 150px;
    z-index: 10000;
}
.holder-nav #crane-logo{
    z-index: 9998;
}
.holder-nav .button {
    display: none;
    border-radius: 23px;
    margin-bottom: 0;
    font-size: 1.0588235294rem;
    padding: 13px 25px;
}

.main-nav {
    padding: 20px 15px;
}

.navbar-nav li a:hover {
    color: #197066 !important;
}

.navbar-nav > li {
    padding: 5px 6px;
}

.navbar-nav > li:last-child > a:after {
    display: none;
}

.navbar-nav > li.active > a {
    color: #197066 !important;
}

.navbar-nav > li.open > a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.navbar-nav > li.open .slide {
    position: static;
    visibility: visible;
    opacity: 1;
    z-index: auto;
}

.navbar-nav > li > a {
    position: relative;
    color: #3b3f42;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding-right: 14px;
    padding-bottom: 43px;
    background-color: transparent;
}

.navbar-nav > li > a:hover {
    background-color: transparent;
}

.navbar-nav > li.menu-item-has-children > a:before {
    transition: opacity .2s ease-in-out;
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ef4023 transparent transparent;
    position: absolute;
    bottom: -14px;
    right: 50%;
    transform: translateY(-50%);
    transform: rotate(180deg);
    opacity: 0;
}

.navbar-nav > li.menu-item-has-children:hover > a:before {
    opacity: 1;
}

.navbar-nav > li.menu-item-has-children > a:after {
    transition: transform .3s ease-in-out;
    display: inline-block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ef4023 transparent transparent;
    position: absolute;
    top: 10px;
    right: 0;
    transform: translateY(-50%);
    transform: rotate(0);
}

.navbar-nav > li > .slide {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.navbar-nav > li > .slide > ul {
    line-height: 1;
    text-align: center;
}

.navbar-nav > li > .slide > ul > li {
    margin-bottom: 10px;
}

.navbar-nav > li > .slide > ul > li.active > a {
    color: #197066 !important;
}

.navbar-nav > li > .slide > ul > li > a {
    color: rgba(59, 63, 66, .7);
}

body {
    font-size: 17px;
}

p {
    line-height: inherit;
}

a {
    -webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
    transition: opacity .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
}

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea,
.form-control {
    -webkit-appearance: none;
    box-shadow: none;
}

textarea {
    resize: vertical;
}

button {
    cursor: pointer;
}

button:focus {
    outline: none;
}

.custom-form [type="radio"],
.custom-form [type="checkbox"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.custom-form .fake-input,
.custom-form label {
    display: inline-block;
    vertical-align: middle;
}

.custom-form label {
    padding-right: 5px;
}

.custom-form .fake-input {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #b7b7b7;
    background: #fff;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
}

.custom-form [type=radio] + .fake-input {
    border-radius: 100%;
}

.custom-form [type="checkbox"] + .fake-input:before {
    content: "";
    width: 8px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    opacity: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -4px 0 0 -5px;
}

.custom-form [type="radio"] + .fake-input:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;
}

.custom-form [type="radio"]:checked + .fake-input:before,
.custom-form [type="checkbox"]:checked + .fake-input:before {
    opacity: 1;
}

.custom-form [type="radio"]:checked + .fake-input {
    background: #399af7;
}

.custom-form input:disabled + .fake-input,
.custom-form input:disabled ~ .fake-label {
    opacity: .5;
}

/* select */

.custom-form .fake-select {
    position: relative;
    display: inline-block;
}

.custom-form select::-ms-expand {
    display: none;
}

.custom-form select {
    display: inline-block;
    border: 2px solid #bbb;
    padding: 4px 3px 4px 5px;
    margin: 0;
    font: inherit;
    outline: none;
    line-height: 1.2;
    background: #f8f8f8;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    width: 250px;
    position: relative;
}

.custom-form .fake-select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    background: #bbb;
    pointer-events: none;
    border-radius: 0 6px 6px 0;
    z-index: 1;
}

.custom-form .fake-select:after {
    position: absolute;
    right: 12px;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    border: 3px solid #666;
    border-width: 0 0 3px 3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -6px;
    line-height: 0;
    z-index: 1;
    pointer-events: none;
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.row:before,
.row:after {
    display: none;
}

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

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

.border-green {
    border-top: 5px solid #197066;
}

.bg-gray {
    background-color: #ebebeb;
}

.input-group.icon-field {
    position: relative;
}

.input-group.icon-field .input-group-field {
    border-radius: 20px !important;
    padding-right: 40px;
}

.input-group.icon-field .input-group-label {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: .8823529412rem;
}

.input-group.icon-field .input-group-label.color-red {
    color: #ef4023;
}

.input-group-field {
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border: 1px solid #646464;
    border-radius: 20px !important;
    color: #333;
    font-size: .8235294118rem;
    height: 39px;
    padding-left: 14px;
}

.input-group-field.custom-icon {
    background-position: right -12px center;
    background-size: 10px 13px;
    background-image: url(../svg/sort-up-and-down-arrows-couple.svg);
}

.form-control {
    border-radius: 3px;
    border-color: transparent;
    text-transform: uppercase;
    padding-left: 20px;
}

.form-control-select {
    border-color: transparent;
    text-transform: uppercase;
    padding-left: 11px;
}

.form-control-select.middle {
    height: 41px;
}

.form-control-select.large {
    font-size: 1.0588235294rem;
    font-weight: 500;
    height: 41px;
    background-position: right -15px center;
    padding-right: 30px;
}

.button {
    -webkit-transition: opacity .3s ease-in-out, background .3s ease-in-out;
    transition: opacity .3s ease-in-out, background .3s ease-in-out;
    width: 100%;
    font-size: .9411764706rem;
    font-weight: 500;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 11px 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.button.large {
    font-size: 1.0588235294rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.button.expanded {
    max-width: 100%;
}

.button.alert {
    background-color: #ef4023;
    border-radius: 23px;
    font-size: 1.0588235294rem;
    padding: 13px;
}

.button.alert:hover {
    background-color: #d02b0f;
}

.btn-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff !important;
    background-color: #ef4023;
    font-size: 1.1764705882rem;
    border-radius: 50%;
    transition: background-color 0.3s ease-in-out;
}

.btn-top:hover {
    background-color: #333;
}

.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
}

.container.small {
    max-width: 1200px;
}

.container.medium {
    max-width: 1245px;
}

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

.intro {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    z-index: 0;
    padding: 30px 0;
}

.intro:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    z-index: -1;
}

.intro .container {
    max-width: 1140px;
}

.intro .content-box {
    overflow: hidden;
}

.intro .content-box .subtitle {
    display: inline-block;
    font-size: .8235294118rem;
    text-transform: uppercase;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 6px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.intro .content-box h1 {
    line-height: 1;
    color: #197066;
    text-transform: uppercase;
    font-weight: 700;
}

.intro .content-box p {
    color: #000;
}

.intro .content-box .button {
    text-transform: uppercase;
    padding: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 330px;
    font-size: .8235294118rem;
}

.head-block .container {
    background-position: center right;
    background-repeat: no-repeat;
    padding-top: 46px;
    padding-bottom: 40px;
    color: #2f3440;
}

.gradient-block {
    position: relative;
    min-height: 300px;
}

.gradient-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 244px;
    z-index: -1;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .2) 0%, rgba(12, 78, 70, .2) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, .2) 0%, rgba(12, 78, 70, .2) 100%);
}

.alignright {
    float: right;
    margin: 0 0 4px 1.5em;
}

.alignright.large-width {
    width: 100% !important;
    margin-bottom: 10px;
}

.breadcrumbs {
    padding: 8px 0;
    margin: 0 -15px;
    text-transform: capitalize;
}

.breadcrumbs li {
    position: relative !important;
    font-size: .9411764706rem;
    text-transform: capitalize;
    padding: 0 15px;
}

.breadcrumbs li:not(:last-child):after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #197066;
    content: "" !important;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 1px 0 0 0;
}

.date-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    font-size: .5882352941rem;
    color: #ef4023;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border-bottom: 1px solid #b7b7b7;
    padding: 15px 0;
    margin-bottom: 19px;
}

.date-box li {
    
}

.date-box li:last-child {
    color: #666;
}

.product-post {
    padding: 15px 0;
}

.product-post .box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.product-post h1 {
    line-height: 1.07;
}

.article-box {
    padding: 10px 0;
    color: #197066;
}

.article-box:first-child {
    padding: 0 0 10px 0;
}

.article-box sup {
    font-size: 55%;
    top: -.7em;
}

.article-box h2 {
    margin-bottom: 14px;
}

.article-box p {
    color: #333;
}

.article-box .source {
    display: inline-block;
    font-size: .8235294118rem;
    line-height: 1.64;
    padding: 10px 0 0;
}

.article-box .alignright {
    width: 50%;
}

.article-box .btn-box {
    margin-bottom: 12px;
}

.article-box .btn-box .button {
    margin-right: 10px;
    margin: 5px 0;
}

.article-box .button {
    margin-bottom: 7px;
}

.social-btn-list {
    margin: 0 -3px;
}

.social-btn-list > li {
    padding: 0 3px;
}

.social-btn {
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 7px;
    color: #fff !important;
    font-weight: 600;
    font-size: .8823529412rem;
    letter-spacing: -1px;
    margin: 3px 0;
}

.social-btn.dark-blue-bg {
    background: -webkit-linear-gradient(top, #3b5994 0%, #2b416f 100%);
    background: linear-gradient(to bottom, #3b5994 0%, #2b416f 100%);
}

.social-btn.dark-blue-bg:hover {
    background: -webkit-linear-gradient(top, #2b416f 0%, #3b5994 100%);
    background: linear-gradient(to bottom, #2b416f 0%, #3b5994 100%);
}

.social-btn.blue-bg {
    background: -webkit-linear-gradient(top, #0cabea 0%, #0582cc 100%);
    background: linear-gradient(to bottom, #0cabea 0%, #0582cc 100%);
}

.social-btn.blue-bg:hover {
    background: -webkit-linear-gradient(top, #0582cc 0%, #0cabea 100%);
    background: linear-gradient(to bottom, #0582cc 0%, #0cabea 100%);
}

.social-btn.red-bg {
    background: -webkit-linear-gradient(top, #e4462b 0%, #c23422 100%);
    background: linear-gradient(to bottom, #e4462b 0%, #c23422 100%);
}

.social-btn.red-bg:hover {
    background: -webkit-linear-gradient(top, #c23422 0%, #e4462b 100%);
    background: linear-gradient(to bottom, #c23422 0%, #e4462b 100%);
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #b7b7b7;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    padding: 28px 0 10px;
}

.pagination > li {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #197066;
    width: 52px;
    height: 40px;
    margin-right: 10px;
}

.pagination > li:first-child {
    border: none;
}

.pagination > li:first-child:hover {
    background-color: #197066;
}

.pagination > li:hover {
    background-color: #e6e6e6;
}

.pagination > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    height: 40px;
    color: #197066;
}

.info-block .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-item {
    width: 100%;
    position: relative;
    background-color: #ef4023;
    color: #fff;
    padding: 25px 15px;
    line-height: 1.26;
    margin-bottom: 15px;
}

.info-item:before {
    display: block;
    width: 0;
    height: 0;
    border: inset 18px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: white transparent transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    border-width: 18px 20px;
}

.info-item h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.info-item .item-btn {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: .9411764706rem;
}

.info-item .item-btn:hover {
    opacity: .8;
}


.info-item .form-control-select {
    margin-bottom: 0;
}

.info-item input[type="email"] {
    line-height: 20px;
    padding: 6px 15px 4px;
}

.info-item input[type="email"]::-webkit-input-placeholder {
    color: #151210 !important;
}

.info-item input[type="email"]::-moz-placeholder {
    opacity: 1;
    color: #151210 !important;
}

.info-item input[type="email"]:-moz-placeholder {
    color: #151210 !important;
}

.info-item input[type="email"]:-ms-input-placeholder {
    color: #151210 !important;
}

.info-item input[type="email"].placeholder {
    color: #151210 !important;
}

.info-item .form-control-select {
    padding-top: 6px;
    padding-bottom: 4px;
    line-height: 16px;
}

.feedback-form input[type="email"] {
    margin-bottom: 0;
}

.feedback-form .item-btn {
    display: table;
    margin: 15px auto 0;
}

.logo-block {
    padding: 5px 0 10px;
}

.logo-block .box-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 66px;
}

.logo-block .box-logo img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.title-underline {
    color: #ef4023;
    text-transform: uppercase;
    border-bottom: 1px solid #959595;
    padding: 10px 0 5px;
    margin-bottom: 10px;
}

.title-underline * {
    font-weight: 600;
    margin-bottom: 0;
}

.decoration {
    position: relative;
    border-top: 5px solid #197066;
    background-color: #ebebeb;
}

.sidebar .box-map {
    margin: 20px 0 0;
    border-top: 5px solid #197066;
    background-image: url(../jpg/img-map.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
}

.sidebar .box-contact {
    position: relative;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: .8823529412rem;
    font-weight: 500;
    border-top: 5px solid #197066;
    background-color: #ebebeb;
    padding: 15px;
    margin-bottom: 25px;
}

.sidebar .box-contact * {
    color: #197066;
}

.sidebar .box-contact .contact-list {
    padding: 16px 0;
    line-height: 1.15;
}

.sidebar .box-contact .contact-list > li {
    margin-bottom: 9px;
}

.sidebar .box-contact .contact-list > li a:hover {
    opacity: .7;
}

.sidebar .box-contact .contact-list > li [href*="mailto"] span {
    position: relative;
    display: inline-block;
}

.sidebar .box-contact .contact-list > li [href*="mailto"] span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #197066;
}

.sidebar .box-contact .contact-list > li address {
    font-style: normal;
}

.sidebar .holder-block {
    padding: 14px 0;
}

.sidebar .holder-block h4 {
    font-size: 1.4117647059rem;
    line-height: 1.35;
    margin-bottom: 22px;
}

.sidebar .box-content {
    color: #197066;
    padding: 15px 10px;
    margin-bottom: 10px;
}

.sidebar .box-content p {
    color: #333;
    margin-bottom: 24px;
}

.sidebar .manufacturers {
    text-align: center;
    padding: 5px 0 0;
}

.sidebar .manufacturers h4 {
    margin-bottom: 5px;
}

.sidebar .brand-list {
    padding: 15px 0;
}

.sidebar .brand-list > li {
    margin-bottom: 13px;
}

.sidebar .brand-list > li:last-child {
    /* margin-bottom: 0px; */
}

.sidebar-nav {
    text-align: center;
    margin-bottom: 10px;
}

.sidebar-nav a {
    color: #151210;
}

.sidebar-nav a:hover {
    color: #197066;
}

.sidebar-nav .list-nav {
    font-size: 1.0588235294rem;
    line-height: 20px;
}

.sidebar-nav .list-nav > li {
    margin-bottom: 11px;
}

.sidebar-nav .list-post {
    font-size: 1.0588235294rem;
}

.sidebar-nav .list-post > li {
    margin-bottom: 10px;
}

.sidebar-nav .list-tag {
    line-height: 1.2;
}

.sidebar-nav .list-tag .text {
    font-size: 1.2352941176rem;
}

.sidebar-nav .list-tag > li {
    font-size: 1.3529411765rem;
    text-align: left;
}

.sidebar-nav .list-tag > li + li {
    font-size: 1.4117647059rem;
}

.sidebar-nav .list-tag > li + li + li {
    font-size: 1.0588235294rem;
}

.sidebar-nav .list-tag > li + li + li + li {
    font-size: 1.8823529412rem;
    text-align: left;
}

.product-description {
    padding-bottom: 20px;
}

.product-description h4 {
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
    color: #197066;
}

.product-description .navigate-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #197066;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 5px;
    line-height: 1.33;
    font-weight: 600;
    margin-bottom: 19px;
}

.product-description .navigate-list > li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
}

.product-description .navigate-list > li > a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    text-decoration: none;
}

.product-description .navigate-list > li > a:hover:after {
    opacity: 0;
}

.product-description .navigate-list > li > a:after {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: currentColor;
}

.product-description .product-article {
    padding-top: 6px;
}

.product-description .product-article p {
    margin-bottom: 23px;
}

.product-description .nav-box {
    padding: 12px 0 17px;
}

.product-description .nav-box.indent {
    margin-top: -10px;
}

.product-description .nav-box .link-list {
    line-height: 1;
    padding: 4px 0 0 0;
}

.product-description .nav-box .link-list > li {
    margin-bottom: 6px;
}

.product-description .nav-box .link-list > li > a {
    color: #333;
}

.specifications {
    padding: 10px 0 29px;
}

.specifications .footnote {
    font-size: .7647058824rem;
    line-height: 23px;
}

.list-specification {
    padding: 3px 0;
    font-size: .8235294118rem;
    color: #000;
}

.list-specification > li {
    border-top: 1px solid #b7b7b7;
    padding: 12px 5px;
}

.list-specification > li sub {
    bottom: -.6em;
    font-size: 65%;
}

.list-specification > li > .row > .columns:first-child {
    font-weight: bold;
}

.form-box {
    position: relative;
    color: #197066;
    padding: 23px 7px 2px;
    margin: 30px 0 65px;
}

.form-box .list-link {
    font-size: .6470588235rem;
    font-weight: 600;
    padding: 10px 5px 4px;
    line-height: 1.1;
}

.form-box .list-link > li {
    margin-bottom: 10px;
}

.form-box .list-link > li a {
    position: relative;
    display: inline-block;
    color: #197066;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-box .list-link > li a:hover:before {
    opacity: 0;
}

.form-box .list-link > li a:before {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: currentColor;
}

.form-box .search-form h4 {
    font-size: 1.3529411765rem;
    margin-bottom: 20px;
}

.form-box .search-form .radio-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0 0 20px;
}

.form-box .search-form .radio-box label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    margin-bottom: 5px;
}

.form-box .search-form .radio-box label .fake-input {
    min-width: 15px;
    margin-right: 3px;
}

.form-box .search-form .radio-box label .fake-label {
    font-size: .6470588235rem;
    line-height: 1;
    color: #000;
    font-weight: 500;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.form-box .search-form .button {
    position: absolute;
    bottom: -77px;
    left: 0;
    right: 0;
    z-index: 1;
}

.media-object {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #333 !important;
    border-bottom: 1px solid #b7b7b7;
    padding: 7px 0 25px;
}

.media-object:last-child {
    border-bottom: none;
}

.media-object .media-object-section {
    width: 100%;
}

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

.media-object .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 128px;
    box-shadow: none;
    border: 2px solid #b7b7b7;
    background-color: #fff;
    margin: 0 0 15px;
}

.media-object .thumbnail img {
    width: auto;
    max-width: 130px;
    max-height: 150px;
}

.media-object .media-object-section h3 {
    display: inline-block;
    color: #333;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.media-object .media-object-section h3 a {
    color: #197066;
    text-decoration: none;
}

.media-object .media-object-section h3 a:hover {
    text-decoration: underline;
}

.media-object .media-object-section p {
    font-size: 0.85rem;
}

.tab-holder {
    max-width: 1200px;
    padding: 20px 0 0;
    margin: 0 auto;
}

.tab-holder .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-align: center;
}

.tab-holder .tabset > li {
    width: 100%;
}

.tab-holder .tabset > li > a {
    position: relative;
    display: block;
    color: #242424;
    padding: 6px;
    margin-bottom: 4px;
}

.tab-holder .tabset > li > a:hover {
    background-color: #ef4023;
    color: #fff;
}

.tab-holder .tabset > li > a.active {
    background-color: #ef4023;
    color: #fff;
}

.tab-holder .tabset > li > a.active:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 18px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ef4023 transparent transparent;
    display: none;
}

.tab-holder .tabset > li > a span {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}

.tab-holder .tab-content {
    max-width: 1130px;
    margin: 0 auto;
}

.tab-holder .tab-content .entry-title {
    display: block;
    color: #6a6a6a;
    font-weight: 400;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.0588235294rem;
    margin-bottom: 11px;
}

.tab-holder .holder-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0 20px;
}

.tab-holder .holder-btn:before,
.tab-holder .holder-btn:after {
    content: "";
}

.tab-holder .button {
    width: 100%;
    max-width: 231px;
    border-radius: 3px;
    padding: 17px;
    margin: 0;
}

.tab-holder .button.alert {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
}

.product-item {
    margin: 0 auto;
    padding: 5px 0;
}

.page-line-cards .product-item {
	margin-bottom: 20px !important;
}

.product-item h4 {
    font-weight: 700;
}

.product-item .box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid  #b7b7b7;
    background-color: #fff;
    padding: 15px;
    height: 200px;
    margin-bottom: 13px;
    outline: 3px solid transparent;
    outline-offset: -14px;
    transition: 1s;
}

.product-item .box-img:hover {
    border-color: #f03d15;
    outline-color: #f03d15;
}
.product-item .box-img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.block-post {
    padding: 17px 0 0;
    font-size: .8823529412rem;
    line-height: 1.47;
    color: #333;
}

.block-post .title-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #197066;
    color: #fff;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 15px;
}

.block-post .title-box:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 18px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #197066 transparent transparent;
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 18px;
    border-width: 18px 20px;
}

.block-post .title-box h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.block-post .title-box .subtitle {
    max-width: 765px;
    padding: 0 15px;
}

.block-post .articles {
    padding: 18px 0;
}

.block-post .articles .article {
    padding: 1px 0;
}

.block-post .articles .article h5 {
    margin-bottom: 4px;
    font-weight: 700;
}

.visual-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.visual-post .bg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 191px;
    background-size: cover;
    background-position: bottom;
    margin: 0 11px;
}

.visual-post .content {
    width: 100%;
    padding: 21px 0 0;
    margin: 0 12px;
}

.visual-post .content h3 {
    font-size: 1.4705882353rem;
    font-weight: 700;
    line-height: 1.25;
}

.visual-post .content .button {
    text-transform: uppercase;
    margin-bottom: 0;
}

#footer {
    padding-bottom: 30px;
}

#footer a:hover {
    color: #197066;
}

#footer .nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .nav-box .pay-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    margin: 0 -4px 15px;
}

#footer .nav-box .pay-list > li {
    padding: 0 4px;
}

#footer .nav-box .nav-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 0 -12px 15px;
}

#footer .nav-box .nav-list > li {
    padding: 0 12px;
}

.footer-top {
    position: relative;
    background-color: #d9e3e2;
    border-top: 6px solid #ef4023;
    padding: 45px 15px 18px;
    margin-top: 20px;
}

.footer-top .btn-top {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-top .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8823529412rem;
    line-height: 22px;
    color: #333;
}

.footer-top .content-box .text {
    display: none;
    width: 100%;
    padding: 13px 0;
}

.contact-holder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

.contact-holder .logo-box {
    min-width: 186px;
    margin-bottom: 10px;
}

.contact-holder .contact-list {
    width: 100%;
    padding: 9px 12px;
}

.contact-holder .contact-list address {
    font-style: normal;
}

.contact-holder .contact-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -2px;
}

.contact-holder .contact-list > li address {
    width: 100%;
    padding: 0;
}

.contact-holder .contact-list > li > a {
    width: 100%;
    color: #000;
    padding: 0 5px;
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    margin: 0 -18px;
    font-size: 16px;
}

.social-list > li {
    padding: 0 18px;
}

.social-list > li > a {
    color: #3b3f42;
}

.social-list .fa-facebook-f,
.social-list .fa-twitter {
    font-size: 14px;
}

.footer-nav {
    display: table;
    text-align: center;
    color: #197066;
    padding: 10px 0;
    margin: 0 auto;
}

.footer-nav h5 {
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-nav ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    line-height: 18px;
}

.footer-nav ul > li {
    position: relative;
    /*margin-bottom: 12px;*/
	width: 100%;
}

.footer-nav ul > li > a {
    color: #333;
}

.footer-bottom {
    font-size: .7058823529rem;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 20px 0;
}

.footer-bottom * {
    color: #6a6a6a;
}

.copyright-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.copyright-box .copyright-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    margin: 0 -2px 15px;
}

.copyright-box .copyright-list > li {
    padding: 0 2px;
}

.copyright-box .brand-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    margin: 0 -6px 15px;
}

.copyright-box .brand-list > li {
    padding: 0 6px;
}

.main-nav ul#menu-header-menu li {
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    text-align: left;
    line-height: 1;
}
.main-nav ul#menu-header-menu {
    transition: visibility .3s ease-in-out, background-color .3s ease-in-out;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}
.main-nav .sub-menu {
    position: absolute;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-top: 6px solid #ef4023;
    left: 0;
    margin-top: 44px;
    display: none;
    z-index: 9999;
    column-count: 3;
	column-gap: 0;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
}
.main-nav .sub-menu {
    margin-top: 57px;
}
.main-nav ul#menu-crane-menu .sub-menu {
    margin-top: 44px;
}
.main-nav ul#menu-header-menu.navbar-nav > li > a {
    padding-bottom: 37px;
}
.main-nav ul#menu-crane-menu.navbar-nav > li > a {
    padding-bottom: 41px;
}
.main-nav ul#menu-header-menu li.manufacturers .sub-menu {
    column-count: 3;
}
.menu-item:hover .sub-menu{
    display: inline-block;
}
.main-nav ul#menu-header-menu > li > a:hover,
.main-nav ul#menu-header-menu > li > a:active {
    color: #fff;
    background-color: #fff;
}
.main-nav .sub-menu .menu-item:hover{
    background-color: #ef4023;
    color: #fff;
}
.main-nav .sub-menu .menu-item:hover a{
    color: #fff;
}
.main-nav .sub-menu li.active a {
    color: #fff !important;
    background-color: #fff;
}
.main-nav ul#menu-header-menu > li > .sub-menu > li > a:hover {
    color: #fff !important;
}
.main-nav .sub-menu a{
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
}
.main-nav .sub-menu  {
    list-style-type: none;
}
.sub-menu{
    text-decoration: none;
    
}
.sub-menu .menu-item{
    background-color: #fff;
    box-shadow: none;
    padding: 10px;
    margin: 0;
    display: inline-block;
	width: 100%;
}

.main-nav li.active {

}
.main-nav ul#menu-crane-menu li {
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    text-align: left;
    line-height: 1;
}
.main-nav ul#menu-crane-menu {
    -webkit-transition: visibility .3s ease-in-out, background-color .3s ease-in-out;
    transition: visibility .3s ease-in-out, background-color .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 800px;
    margin: 0 auto;
}
.main-nav ul#menu-crane-menu li.manufacturers .sub-menu {
    column-count: 3;
}
.main-nav ul#menu-crane-menu > li > a:hover,
.main-nav ul#menu-crane-menu > li > a:active {
    color: #fff;
    background-color: #fff;
}
.main-nav ul#menu-crane-menu > li > .sub-menu > li > a:hover {
    color: #fff !important;
}

#gform_submit_button_1{
    background-color: #197066;
    border-radius: 23px;
}
.gform_fields input {
    width: 100%;
    background-color: #f0f0f0;
    height: auto;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 0px;
}
.gform_fields input[type="file"] {
    background-color: #fff;
}
.gfield_checkbox li{
    color: #f0f0f0;
}
#gform_fields_2 #input_2_13_3_container label{
    display: none;
}
#gform_fields_2 #input_2_13_6_container label{
    display: none;
}
#gform_submit_button_2{
    background-color: #197066;
    border-radius: 23px;
    margin: 0;
}
.gform_wrapper #gform_2 .gform_footer {
    padding: 16px 0 10px;
    margin: 16px 0 0;
    clear: both;
    width: 100%;
    text-align: center;
}

#input_2_12 label{
    overflow: visible;
}
#input_3_1{
    border-radius: 3px;
    border-color: transparent;
    text-transform: uppercase;
    font-size: .7647058824rem;
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
}
.gform_wrapper select{
    background-color: #f0f0f0;
    height: auto;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.gform_wrapper {
    margin: 16px 0;
    max-width: 100%;
    width: 100%;
}
#gform_submit_button_3{
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: .9411764706rem;
    background-color: #ef4023;
    padding: 0;
    margin: 0
}
body .feedback-form .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
}
.feedback-form .gform_wrapper .top_label .gfield_label {
    display: none;
}
body .feedback-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.feedback-form .gform_wrapper .gform_body {
    position: relative;
    float: left;
    width: 75%;
}
.feedback-form .gform_wrapper .gform_footer {
    position: relative;
    float: right;
    width: 25%;
    text-align: left;
    padding: 5px 0 0 0;
    margin: 0;
    clear: none;
}
.feedback-form .gform_wrapper {
    margin: 0;
    max-width: 100%;
}
.feedback-form .gform_wrapper .top_label .gfield_label {
    display: none !important;
}
/*
#rev_slider_1_1{
    height: 59% !important;
    margin-top: -50px !important;
}
.page-template-page-home #wrapper #main .gradient-block{
    margin-top: -23%;
}
*/
#featinsightbutton{
    margin-top: 10px;
    margin-left: 0px;
}
#footerfeatmanufacturers{
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}
#staff-list{
    display: flex;
    margin-left: -15px;
}
#staff-list-admin{
    display: flex;
    margin-left: -15px;
}
#staff-list li{
    list-style-type: none;
}
#staff-list-admin li{
    list-style-type: none;
    margin-bottom: 20px;
}

.brand-list{
    padding: 0 !important;
     -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}
.wp-pagenavi .current{
    color: #fff;
    background-color: #197066;
}
.wp-pagenavi span{
    padding: 3px 10px !important;
}
.xoxo li{
    list-style-type: none;
}
.head-block #manufacturer-container{
    padding: 20px;
    min-height: 150px;
    position: relative;
}
.tab-content{
    display: none;
}
#products{
    display: block;
}
#manufacturer-container .manu-logo {
    width: 260px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#manufacturer-container img {
    max-height: 110px;
}
#manufacturing .box-img{
    border: none;
    background: none;
    height: 246px;
}
#manufacturing .medium-4{
    max-width: 25%;
}
/*
#menu-item-1042 a:after{
    display: none;
}
*/
#menu-item-1040 a:after{
    display: none;
}
.main-nav ul#menu-header-menu li.insights {
    position: relative;
}
.main-nav ul#menu-header-menu li.insights > .sub-menu {
    width: 180px;
    column-count: 1;
}
.main-nav .sub-menu {
    list-style-type: none;
}
.gradient-block nav{
    padding-top: 20px;
    padding-bottom: 30px;
}
.post-categories{
    list-style-type: none;
    margin-left: 0px;
}
.wp-pagenavi {
    margin: 10px 0 30px 0;
    display: inline-block;
}
.wp-pagenavi a, .wp-pagenavi span{
    padding: 10px 15px !important;
    display: inline-block;
}
.widget-title{
    color: #ef4023;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.widget-container{
    margin-bottom: 20px;
}
.widget-container ul{
    margin-left: 0px;
}
#archives-dropdown-2{
    background-color: #ebebeb;
}
#archives-dropdown-2 option{
    text-transform: uppercase;
    color: #000;
}
.widget-container a{
    color: #000;
}
.social-btn-list{
    float: right;
}
.gform_wrapper .underline .gfield_label {
    color: #ef4023;
    width: 100%;
    border-bottom: 2px solid #cacaca;
    text-transform: uppercase;
    margin-top: 20px;
}
.gform_wrapper .underline:first-child .gfield_label {
    margin-top: 0;
}
.search-result-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.search-result {
    border-bottom: 1px solid #b7b7b7;
    padding: 0 0 5px;
    margin: 0 0 15px 0;
}

.button.small {
    display: none;
}

#wrapper.blue .navbar-nav li a:hover {
    color: #0072bc !important;
}

#wrapper.blue .main-nav .sub-menu a {
    color: #0072bc
}

.main-nav .sub-menu .menu-item:hover a {
    color: #fff !important;
}

#wrapper.blue .button.small {
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    margin-right: 0;
    margin-bottom: 0;
}

#wrapper.blue .head-block .container .column.medium-4 {
    padding-right: 0;
}

#wrapper.blue .button, 
#wrapper.blue .button.disabled, 
#wrapper.blue .button[disabled], 
#wrapper.blue .button.disabled:hover, 
#wrapper.blue .button[disabled]:hover, 
#wrapper.blue .button.disabled:focus, 
#wrapper.blue .button[disabled]:focus {
    background-color: #0072bc;
    color: #fff;
}

/* #wrapper.blue #main a, */
#wrapper.blue .sidebar .holder-block h4,
#wrapper.blue .footer-nav h5 {
    color: #0072bc;
}

#wrapper.blue .media-object .media-object-section h3 a {
    color: #0072bc;
}

#wrapper.blue .decoration {
    border-top: 5px solid #0072bc;
}

#wrapper.blue .gradient-block:after {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .2) 0%, rgba(50, 50, 50, .2) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, .2) 0%, rgba(50, 50, 50, .2) 100%);
}

#wrapper.blue .tab-holder .tabset > li {
    width: 50%;
}

#wrapper.blue .tab-holder .tabset > li > a.active {
    background-color: #0072bc;
    color: #fff !important;
}

#wrapper.blue .tab-holder .tabset > li > a {
    box-shadow: inset 0 -5px 0 #0072bc;
    color: #333;
}

#wrapper.blue .tab-holder .tabset > li > a:hover {
    background-color: #0072bc;
    color: #fff !important;
}

#wrapper.blue .tab-holder .tabset > li > a.active:after {
    border-color: #0072bc transparent transparent;
}

#wrapper.blue .info-item {
    background-color: #0072bc;
}

#wrapper.blue #gform_submit_button_3 {
    background-color: #0072bc;
}

#wrapper.blue .footer-top {
    background-color: #efefef;
    border-top: 6px solid #0072bc;
}

#wrapper.blue .btn-top {
    background-color: #0072bc;
}

#wrapper.blue .footer-nav {
    color: #0072bc;
}

#wrapper.blue #footer a:hover {
    color: #0072bc;
}

#wrapper.blue .footer-nav ul > li:after {
    border-color: transparent transparent transparent #0072bc;
}

#wrapper.blue .product-item .box-img:hover {
    border-color: #0072bc;
    outline-color: #0072bc;
}

#wrapper.blue #products {
    padding-bottom: 2rem;
}

.gform_wrapper textarea {
    border-radius: 5px;
}

@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 (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .media-object .thumbnail img {
        width: 100%;
    }

    .product-item .box-img:hover {
        outline: none;
        outline-offset: none;
    }
}

@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: 48em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media screen and (min-width: 30em) {
    .button {
        /* max-width: 280px; */
        width: auto;
    }

    .social-btn-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .social-btn {
        max-width: 140px;
    }
}

@media screen and (min-width: 31.25em) {
    .alignright.large-width {
        width: 50% !important;
    }

    .form-box .list-link {
        font-size: .8235294118rem;
    }

    .media-object {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .media-object .media-object-section {
        width: auto;
    }

    .media-object .media-object-section:first-child {
        padding-right: 15px;
    }

    .media-object .thumbnail {
        width: 130px;
        height: 130px;
        border: 3px solid #b7b7b7;
    }
}

@media screen and (min-width: 33.75em) {
    .contact-holder {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: left;
    }

    .contact-holder .logo-box {
        padding-right: 10px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 34.375em) and (-ms-high-contrast: active), screen and (min-width: 34.375em) and (-ms-high-contrast: none) {
    .visual-post .bg-box {
        max-width: 300px;
    }
}

@media screen and (min-width: 34.375em) {
    .visual-post {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .visual-post .bg-box {
        max-width: 210px;
        height: 305px;
    }
}

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

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

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

    .grid-container {
        padding-right: .8823529412rem;
        padding-left: .8823529412rem;
    }

    .grid-container.fluid {
        padding-right: .8823529412rem;
        padding-left: .8823529412rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x > .medium-1 {
        width: calc(8.3333333333% - 1.7647058824rem);
    }

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.7647058824rem);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.7647058824rem);
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.7647058824rem);
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.3333333333% - 1.7647058824rem);
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.7647058824rem);
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.7647058824rem);
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.6666666667% - 1.7647058824rem);
    }

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

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.7647058824rem);
    }

    .small-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .medium-margin-collapse > .small-1 {
        width: 8.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .medium-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        height: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-y > .medium-1 {
        height: calc(8.3333333333% - 1.7647058824rem);
    }

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

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

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

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

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

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

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

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

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

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

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.7647058824rem);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-y > .medium-1 {
        height: calc(8.3333333333% - 1.7647058824rem);
    }

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

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

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

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

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

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

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

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

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

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

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.7647058824rem);
    }

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

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

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

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

    .medium-1 {
        width: 8.3333333333%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
    }

    .medium-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }

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

    .medium-2 {
        width: 16.6666666667%;
    }

    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
    }

    .medium-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }

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

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
    }

    .medium-pull-3 {
        position: relative;
        left: -25%;
    }

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

    .medium-4 {
        width: 33.3333333333%;
    }

    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
    }

    .medium-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        width: 41.6666666667%;
    }

    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
    }

    .medium-pull-6 {
        position: relative;
        left: -50%;
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }

    .medium-7 {
        width: 58.3333333333%;
    }

    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
    }

    .medium-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        width: 66.6666666667%;
    }

    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
    }

    .medium-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
    }

    .medium-pull-9 {
        position: relative;
        left: -75%;
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }

    .medium-10 {
        width: 83.3333333333%;
    }

    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
    }

    .medium-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        width: 91.6666666667%;
    }

    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
    }

    .medium-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }

    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        float: left;
        width: 100%;
    }

    .medium-up-1 > .column:nth-of-type(1n),
    .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-1 > .column:nth-of-type(1n+1),
    .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .medium-up-1 > .column:last-child,
    .medium-up-1 > .columns:last-child {
        float: left;
    }

    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        float: left;
        width: 50%;
    }

    .medium-up-2 > .column:nth-of-type(1n),
    .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-2 > .column:nth-of-type(2n+1),
    .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .medium-up-2 > .column:last-child,
    .medium-up-2 > .columns:last-child {
        float: left;
    }

    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        float: left;
        width: 33.3333333333%;
    }

    .medium-up-3 > .column:nth-of-type(1n),
    .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-3 > .column:nth-of-type(3n+1),
    .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .medium-up-3 > .column:last-child,
    .medium-up-3 > .columns:last-child {
        float: left;
    }

    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        float: left;
        width: 25%;
    }

    .medium-up-4 > .column:nth-of-type(1n),
    .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-4 > .column:nth-of-type(4n+1),
    .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .medium-up-4 > .column:last-child,
    .medium-up-4 > .columns:last-child {
        float: left;
    }

    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        float: left;
        width: 20%;
    }

    .medium-up-5 > .column:nth-of-type(1n),
    .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-5 > .column:nth-of-type(5n+1),
    .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .medium-up-5 > .column:last-child,
    .medium-up-5 > .columns:last-child {
        float: left;
    }

    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        float: left;
        width: 16.6666666667%;
    }

    .medium-up-6 > .column:nth-of-type(1n),
    .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-6 > .column:nth-of-type(6n+1),
    .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .medium-up-6 > .column:last-child,
    .medium-up-6 > .columns:last-child {
        float: left;
    }

    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        float: left;
        width: 14.2857142857%;
    }

    .medium-up-7 > .column:nth-of-type(1n),
    .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-7 > .column:nth-of-type(7n+1),
    .medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .medium-up-7 > .column:last-child,
    .medium-up-7 > .columns:last-child {
        float: left;
    }

    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        float: left;
        width: 12.5%;
    }

    .medium-up-8 > .column:nth-of-type(1n),
    .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-8 > .column:nth-of-type(8n+1),
    .medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .medium-up-8 > .column:last-child,
    .medium-up-8 > .columns:last-child {
        float: left;
    }

    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }

    .expanded.row .medium-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }

    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-right: .8823529412rem;
        padding-left: .8823529412rem;
    }

    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }

    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }

    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }

    .column-block {
        margin-bottom: 1.7647058824rem;
    }

    .column-block > :last-child {
        margin-bottom: 0;
    }

    .row .row {
        margin-right: -.8823529412rem;
        margin-left: -.8823529412rem;
    }

    .column,
    .columns {
        padding-right: .8823529412rem;
        padding-left: .8823529412rem;
    }

    .medium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .medium-offset-0 {
        margin-left: 0;
    }

    .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }

    .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }

    .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }

    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }

    .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }

    .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }

    .medium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }

    .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }

    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .row.medium-unstack > .column,
    .row.medium-unstack > .columns {
        -webkit-box-flex: 1;
        -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: .8823529412rem;
        padding-left: .8823529412rem;
    }

    .column-block {
        margin-bottom: 1.7647058824rem;
    }

    .column-block > :last-child {
        margin-bottom: 0;
    }

    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    h1,
    .h1 {
        font-size: 2.2352941176rem;
    }

    h2,
    .h2 {
        font-size: 1.6470588235rem;
    }

    h3,
    .h3 {
        font-size: 1.4117647059rem;
    }

    h4,
    .h4 {
        font-size: 1.2941176471rem;
    }

    h5,
    .h5 {
        font-size: 1.2352941176rem;
    }

    h6,
    .h6 {
        font-size: .9411764706rem;
    }

    .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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
    }

    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }

    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -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 {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #197066 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0;
    }

    .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;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #197066 transparent transparent;
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #197066;
    }

    .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-left.reveal-for-medium .close-button {
        display: none;
    }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        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 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-right.reveal-for-medium .close-button {
        display: none;
    }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        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 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-top.reveal-for-medium .close-button {
        display: none;
    }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        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 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none;
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        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 {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        -webkit-transition: inherit;
        transition: 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 {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: 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: 1260px;
    }

    .reveal.tiny {
        width: 30%;
        max-width: 1260px;
    }

    .reveal.small {
        width: 50%;
        max-width: 1260px;
    }

    .reveal.large {
        width: 90%;
        max-width: 1260px;
    }

    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto;
    }

    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto;
    }

    .hide-for-medium {
        display: none !important;
    }

    #header {
        background-color: transparent;
    }

    .main-nav {
        position: static;
        max-height: 100%;
        background: transparent;
        visibility: visible;
        overflow: visible;
        opacity: 1;
        text-align: left;
        box-shadow: none;
    }

    .nav-opener {
        display: none;
    }

    .top-nav .phone-box .text {
        display: inline-block;
    }

    .holder-nav {
        margin-bottom: -20px;
    }

    .holder-nav.borderbot-none:after {
        /*display: none;*/
    }
    .page-template-page-home #wrapper #header .container .holder-nav.borderbot-none:after{
        display: none;
    }
    .holder-nav:before {
        top: 13px;
    }

    .holder-nav:after {
        bottom: 19px;
    }

    .main-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0;
        margin-bottom: 13px;
    }

    .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .navbar-nav > li.open .slide {
        position: absolute;
    }

    .navbar-nav > li:hover > a:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .navbar-nav > li:hover .slide {
        visibility: visible;
        opacity: 1;
        z-index: auto;
    }

    .navbar-nav > li > a {
        text-transform: none;
        font-size: .8235294118rem;
    }

    .navbar-nav > li > .slide {
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 200px;
        background-color: #fff;
        border: 1px solid rgba(183, 183, 183, .3);
        padding: 10px 10px 0;
    }

    .navbar-nav > li > .slide > ul {
        font-size: .8235294118rem;
    }

    .order-medium-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-medium-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .intro {
        display: block;
        text-align: left;
        padding: 55px 0 46px;
    }

    .intro:before {
        top: 50%;
        left: -57%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        width: 1584px;
        height: 1584px;
    }

    .intro .content-box {
        width: 50%;
    }

    .intro .content-box .button {
        font-size: .8823529412rem;
    }

    .head-block .container {
        background-position: center right 60px;
    }

    .date-box {
        font-size: .7647058824rem;
    }

    .product-post {
        padding: 43px 0 21px;
    }

    .product-post .box-img {
        height: 100%;
    }

    .decoration:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -21px;
        height: 21px;
        background-image: url(../png/img-triangle.png);
        background-size: cover;
        background-position: bottom;
    }

    .sidebar .box-contact:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -21px;
        height: 21px;
        background-image: url(../png/img-triangle.png);
        background-size: cover;
        background-position: bottom;
    }

    .sidebar .box-content {
        margin-bottom: 30px;
    }

    .sidebar-nav {
        text-align: left;
    }

    .product-description .navigate-list {
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: .8235294118rem;
        padding: 16px 9px 17px;
    }

    .product-description .navigate-list > li {
        width: auto;
        padding: 0 5px;
        margin-bottom: 0;
    }

    .form-box {
        margin: 30px 0 100px;
    }

    .form-box .list-link {
        font-size: .6470588235rem;
    }

    .form-box .search-form .button {
        bottom: -100px;
    }

    .tab-holder .tabset {
        font-size: 1.2941176471rem;
    }

    .tab-holder .tabset > li {
        width: 33.3%;
    }

    .tab-holder .tabset > li > a {
        padding: 12px;
        margin-bottom: 30px;
        box-shadow: inset 0 -5px 0 #ef4023;
    }

    .tab-holder .tabset > li > a.active:after {
        display: block;
        content: "";
        position: absolute;
        top: 100%;
        left: 18px;
        border-width: 18px 20px;
    }

    .tab-holder .holder-btn:before,
    .tab-holder .holder-btn:after {
        width: 100%;
        height: 6px;
        background-color: #ef4023;
    }
    .term-13 .tab-holder .holder-btn:before,
    .term-13 .tab-holder .holder-btn:after {
        width: 100%;
        height: 6px;
        background-color: #0072bc;
    }

    .tab-holder .button {
        margin: 0 20px 0;
    }

    .product-item {
        max-width: 329px;
    }

    .product-item.box-right {
        margin: 0 0 0 auto;
    }

    .product-item.box-left {
        margin: 0 auto 0 0;
    }

    .block-post .title-box {
        padding: 20px 20px 19px 30px;
    }

    .block-post .articles {
        padding: 18px 15px 0;
    }

    .footer-top .content-box .text {
        display: inline-block;
    }

    .footer-nav {
        text-align: left;
    }

   .footer-nav a{
    line-height: .8;
   }

    .footer-nav ul > li:after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #197066;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

@media screen and (min-width: 50em) {
    .intro .content-box {
        width: 45%;
    }
}

@media screen and (min-width: 54.25em) {
    .intro:before {
        width: 1754px;
        height: 1754px;
    }
}

@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 screen and (min-width: 64em) {
    .footer-nav {
        margin: 0 0 0 auto;
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-shrink,
    .grid-x > .large-full,
    .grid-x > .large-1,
    .grid-x > .large-2,
    .grid-x > .large-3,
    .grid-x > .large-4,
    .grid-x > .large-5,
    .grid-x > .large-6,
    .grid-x > .large-7,
    .grid-x > .large-8,
    .grid-x > .large-9,
    .grid-x > .large-10,
    .grid-x > .large-11,
    .grid-x > .large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        width: auto;
    }

    .grid-x > .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .grid-x > .large-1 {
        width: 8.3333333333%;
    }

    .grid-x > .large-2 {
        width: 16.6666666667%;
    }

    .grid-x > .large-3 {
        width: 25%;
    }

    .grid-x > .large-4 {
        width: 33.3333333333%;
    }

    .grid-x > .large-5 {
        width: 41.6666666667%;
    }

    .grid-x > .large-6 {
        width: 50%;
    }

    .grid-x > .large-7 {
        width: 58.3333333333%;
    }

    .grid-x > .large-8 {
        width: 66.6666666667%;
    }

    .grid-x > .large-9 {
        width: 75%;
    }

    .grid-x > .large-10 {
        width: 83.3333333333%;
    }

    .grid-x > .large-11 {
        width: 91.6666666667%;
    }

    .grid-x > .large-12 {
        width: 100%;
    }

    .grid-margin-x > .large-auto {
        width: auto;
    }

    .grid-margin-x > .large-shrink {
        width: auto;
    }

    .grid-margin-x > .large-1 {
        width: calc(8.3333333333% - 1.7647058824rem);
    }

    .grid-margin-x > .large-2 {
        width: calc(16.6666666667% - 1.7647058824rem);
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.7647058824rem);
    }

    .grid-margin-x > .large-4 {
        width: calc(33.3333333333% - 1.7647058824rem);
    }

    .grid-margin-x > .large-5 {
        width: calc(41.6666666667% - 1.7647058824rem);
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.7647058824rem);
    }

    .grid-margin-x > .large-7 {
        width: calc(58.3333333333% - 1.7647058824rem);
    }

    .grid-margin-x > .large-8 {
        width: calc(66.6666666667% - 1.7647058824rem);
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.7647058824rem);
    }

    .grid-margin-x > .large-10 {
        width: calc(83.3333333333% - 1.7647058824rem);
    }

    .grid-margin-x > .large-11 {
        width: calc(91.6666666667% - 1.7647058824rem);
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.7647058824rem);
    }

    .large-up-1 > .cell {
        width: 100%;
    }

    .large-up-2 > .cell {
        width: 50%;
    }

    .large-up-3 > .cell {
        width: 33.3333333333%;
    }

    .large-up-4 > .cell {
        width: 25%;
    }

    .large-up-5 > .cell {
        width: 20%;
    }

    .large-up-6 > .cell {
        width: 16.6666666667%;
    }

    .large-up-7 > .cell {
        width: 14.2857142857%;
    }

    .large-up-8 > .cell {
        width: 12.5%;
    }

    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.7647058824rem);
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.7647058824rem);
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.3333333333% - 1.7647058824rem);
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.7647058824rem);
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.7647058824rem);
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.6666666667% - 1.7647058824rem);
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.2857142857% - 1.7647058824rem);
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.7647058824rem);
    }

    .small-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }

    .small-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }

    .small-margin-collapse > .large-3 {
        width: 25%;
    }

    .small-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }

    .small-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }

    .small-margin-collapse > .large-6 {
        width: 50%;
    }

    .small-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }

    .small-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }

    .small-margin-collapse > .large-9 {
        width: 75%;
    }

    .small-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }

    .small-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }

    .small-margin-collapse > .large-12 {
        width: 100%;
    }

    .medium-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }

    .medium-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }

    .medium-margin-collapse > .large-3 {
        width: 25%;
    }

    .medium-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }

    .medium-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }

    .medium-margin-collapse > .large-6 {
        width: 50%;
    }

    .medium-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }

    .medium-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }

    .medium-margin-collapse > .large-9 {
        width: 75%;
    }

    .medium-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }

    .medium-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }

    .medium-margin-collapse > .large-12 {
        width: 100%;
    }

    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }

    .large-margin-collapse > .small-1 {
        width: 8.3333333333%;
    }

    .large-margin-collapse > .small-2 {
        width: 16.6666666667%;
    }

    .large-margin-collapse > .small-3 {
        width: 25%;
    }

    .large-margin-collapse > .small-4 {
        width: 33.3333333333%;
    }

    .large-margin-collapse > .small-5 {
        width: 41.6666666667%;
    }

    .large-margin-collapse > .small-6 {
        width: 50%;
    }

    .large-margin-collapse > .small-7 {
        width: 58.3333333333%;
    }

    .large-margin-collapse > .small-8 {
        width: 66.6666666667%;
    }

    .large-margin-collapse > .small-9 {
        width: 75%;
    }

    .large-margin-collapse > .small-10 {
        width: 83.3333333333%;
    }

    .large-margin-collapse > .small-11 {
        width: 91.6666666667%;
    }

    .large-margin-collapse > .small-12 {
        width: 100%;
    }

    .large-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }

    .large-margin-collapse > .medium-2 {
        width: 16.6666666667%;
    }

    .large-margin-collapse > .medium-3 {
        width: 25%;
    }

    .large-margin-collapse > .medium-4 {
        width: 33.3333333333%;
    }

    .large-margin-collapse > .medium-5 {
        width: 41.6666666667%;
    }

    .large-margin-collapse > .medium-6 {
        width: 50%;
    }

    .large-margin-collapse > .medium-7 {
        width: 58.3333333333%;
    }

    .large-margin-collapse > .medium-8 {
        width: 66.6666666667%;
    }

    .large-margin-collapse > .medium-9 {
        width: 75%;
    }

    .large-margin-collapse > .medium-10 {
        width: 83.3333333333%;
    }

    .large-margin-collapse > .medium-11 {
        width: 91.6666666667%;
    }

    .large-margin-collapse > .medium-12 {
        width: 100%;
    }

    .large-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }

    .large-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }

    .large-margin-collapse > .large-3 {
        width: 25%;
    }

    .large-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }

    .large-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }

    .large-margin-collapse > .large-6 {
        width: 50%;
    }

    .large-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }

    .large-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }

    .large-margin-collapse > .large-9 {
        width: 75%;
    }

    .large-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }

    .large-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }

    .large-margin-collapse > .large-12 {
        width: 100%;
    }

    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0;
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + .8823529412rem);
    }

    .large-offset-1 {
        margin-left: 8.3333333333%;
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.3333333333% + .8823529412rem);
    }

    .large-offset-2 {
        margin-left: 16.6666666667%;
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.6666666667% + .8823529412rem);
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + .8823529412rem);
    }

    .large-offset-4 {
        margin-left: 33.3333333333%;
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.3333333333% + .8823529412rem);
    }

    .large-offset-5 {
        margin-left: 41.6666666667%;
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.6666666667% + .8823529412rem);
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + .8823529412rem);
    }

    .large-offset-7 {
        margin-left: 58.3333333333%;
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.3333333333% + .8823529412rem);
    }

    .large-offset-8 {
        margin-left: 66.6666666667%;
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.6666666667% + .8823529412rem);
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + .8823529412rem);
    }

    .large-offset-10 {
        margin-left: 83.3333333333%;
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.3333333333% + .8823529412rem);
    }

    .large-offset-11 {
        margin-left: 91.6666666667%;
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.6666666667% + .8823529412rem);
    }

    .grid-y > .large-shrink,
    .grid-y > .large-full,
    .grid-y > .large-1,
    .grid-y > .large-2,
    .grid-y > .large-3,
    .grid-y > .large-4,
    .grid-y > .large-5,
    .grid-y > .large-6,
    .grid-y > .large-7,
    .grid-y > .large-8,
    .grid-y > .large-9,
    .grid-y > .large-10,
    .grid-y > .large-11,
    .grid-y > .large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        height: auto;
    }

    .grid-y > .large-shrink {
        height: auto;
    }

    .grid-y > .large-1 {
        height: 8.3333333333%;
    }

    .grid-y > .large-2 {
        height: 16.6666666667%;
    }

    .grid-y > .large-3 {
        height: 25%;
    }

    .grid-y > .large-4 {
        height: 33.3333333333%;
    }

    .grid-y > .large-5 {
        height: 41.6666666667%;
    }

    .grid-y > .large-6 {
        height: 50%;
    }

    .grid-y > .large-7 {
        height: 58.3333333333%;
    }

    .grid-y > .large-8 {
        height: 66.6666666667%;
    }

    .grid-y > .large-9 {
        height: 75%;
    }

    .grid-y > .large-10 {
        height: 83.3333333333%;
    }

    .grid-y > .large-11 {
        height: 91.6666666667%;
    }

    .grid-y > .large-12 {
        height: 100%;
    }

    .grid-margin-y > .large-auto {
        height: auto;
    }

    .grid-margin-y > .large-shrink {
        height: auto;
    }

    .grid-margin-y > .large-1 {
        height: calc(8.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .large-2 {
        height: calc(16.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.7647058824rem);
    }

    .grid-margin-y > .large-4 {
        height: calc(33.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .large-5 {
        height: calc(41.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.7647058824rem);
    }

    .grid-margin-y > .large-7 {
        height: calc(58.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .large-8 {
        height: calc(66.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.7647058824rem);
    }

    .grid-margin-y > .large-10 {
        height: calc(83.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .large-11 {
        height: calc(91.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.7647058824rem);
    }

    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw;
    }

    .cell .large-grid-frame {
        width: 100%;
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar;
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }

    .large-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar;
    }

    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
    }

    .cell .grid-y.large-grid-frame {
        height: 100%;
    }

    .grid-margin-y > .large-auto {
        height: auto;
    }

    .grid-margin-y > .large-shrink {
        height: auto;
    }

    .grid-margin-y > .large-1 {
        height: calc(8.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .large-2 {
        height: calc(16.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.7647058824rem);
    }

    .grid-margin-y > .large-4 {
        height: calc(33.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .large-5 {
        height: calc(41.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.7647058824rem);
    }

    .grid-margin-y > .large-7 {
        height: calc(58.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .large-8 {
        height: calc(66.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.7647058824rem);
    }

    .grid-margin-y > .large-10 {
        height: calc(83.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .large-11 {
        height: calc(91.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.7647058824rem);
    }

    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.7647058824rem);
    }

    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.7647058824rem);
    }

    .row .row {
        margin-right: -.8823529412rem;
        margin-left: -.8823529412rem;
    }

    .large-1 {
        width: 8.3333333333%;
    }

    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
    }

    .large-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .large-2 {
        width: 16.6666666667%;
    }

    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
    }

    .large-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }

    .large-offset-1 {
        margin-left: 8.3333333333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
    }

    .large-pull-3 {
        position: relative;
        left: -25%;
    }

    .large-offset-2 {
        margin-left: 16.6666666667%;
    }

    .large-4 {
        width: 33.3333333333%;
    }

    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        width: 41.6666666667%;
    }

    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
    }

    .large-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }

    .large-offset-4 {
        margin-left: 33.3333333333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
    }

    .large-pull-6 {
        position: relative;
        left: -50%;
    }

    .large-offset-5 {
        margin-left: 41.6666666667%;
    }

    .large-7 {
        width: 58.3333333333%;
    }

    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
    }

    .large-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        width: 66.6666666667%;
    }

    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
    }

    .large-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }

    .large-offset-7 {
        margin-left: 58.3333333333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
    }

    .large-pull-9 {
        position: relative;
        left: -75%;
    }

    .large-offset-8 {
        margin-left: 66.6666666667%;
    }

    .large-10 {
        width: 83.3333333333%;
    }

    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
    }

    .large-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        width: 91.6666666667%;
    }

    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
    }

    .large-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }

    .large-offset-10 {
        margin-left: 83.3333333333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.6666666667%;
    }

    .large-up-1 > .column,
    .large-up-1 > .columns {
        float: left;
        width: 100%;
    }

    .large-up-1 > .column:nth-of-type(1n),
    .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-1 > .column:nth-of-type(1n+1),
    .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .large-up-1 > .column:last-child,
    .large-up-1 > .columns:last-child {
        float: left;
    }

    .large-up-2 > .column,
    .large-up-2 > .columns {
        float: left;
        width: 50%;
    }

    .large-up-2 > .column:nth-of-type(1n),
    .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-2 > .column:nth-of-type(2n+1),
    .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .large-up-2 > .column:last-child,
    .large-up-2 > .columns:last-child {
        float: left;
    }

    .large-up-3 > .column,
    .large-up-3 > .columns {
        float: left;
        width: 33.3333333333%;
    }

    .large-up-3 > .column:nth-of-type(1n),
    .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-3 > .column:nth-of-type(3n+1),
    .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .large-up-3 > .column:last-child,
    .large-up-3 > .columns:last-child {
        float: left;
    }

    .large-up-4 > .column,
    .large-up-4 > .columns {
        float: left;
        width: 25%;
    }

    .large-up-4 > .column:nth-of-type(1n),
    .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-4 > .column:nth-of-type(4n+1),
    .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .large-up-4 > .column:last-child,
    .large-up-4 > .columns:last-child {
        float: left;
    }

    .large-up-5 > .column,
    .large-up-5 > .columns {
        float: left;
        width: 20%;
    }

    .large-up-5 > .column:nth-of-type(1n),
    .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-5 > .column:nth-of-type(5n+1),
    .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .large-up-5 > .column:last-child,
    .large-up-5 > .columns:last-child {
        float: left;
    }

    .large-up-6 > .column,
    .large-up-6 > .columns {
        float: left;
        width: 16.6666666667%;
    }

    .large-up-6 > .column:nth-of-type(1n),
    .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-6 > .column:nth-of-type(6n+1),
    .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .large-up-6 > .column:last-child,
    .large-up-6 > .columns:last-child {
        float: left;
    }

    .large-up-7 > .column,
    .large-up-7 > .columns {
        float: left;
        width: 14.2857142857%;
    }

    .large-up-7 > .column:nth-of-type(1n),
    .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-7 > .column:nth-of-type(7n+1),
    .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .large-up-7 > .column:last-child,
    .large-up-7 > .columns:last-child {
        float: left;
    }

    .large-up-8 > .column,
    .large-up-8 > .columns {
        float: left;
        width: 12.5%;
    }

    .large-up-8 > .column:nth-of-type(1n),
    .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-8 > .column:nth-of-type(8n+1),
    .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .large-up-8 > .column:last-child,
    .large-up-8 > .columns:last-child {
        float: left;
    }

    .large-collapse > .column,
    .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .large-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }

    .expanded.row .large-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }

    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-right: .8823529412rem;
        padding-left: .8823529412rem;
    }

    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }

    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }

    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }

    .row .row {
        margin-right: -.8823529412rem;
        margin-left: -.8823529412rem;
    }

    .large-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .large-offset-1 {
        margin-left: 8.3333333333%;
    }

    .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-offset-2 {
        margin-left: 16.6666666667%;
    }

    .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .large-offset-4 {
        margin-left: 33.3333333333%;
    }

    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-offset-5 {
        margin-left: 41.6666666667%;
    }

    .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .large-offset-7 {
        margin-left: 58.3333333333%;
    }

    .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .large-offset-8 {
        margin-left: 66.6666666667%;
    }

    .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .large-offset-10 {
        margin-left: 83.3333333333%;
    }

    .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.6666666667%;
    }

    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-1 > .column,
    .large-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-2 > .column,
    .large-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-3 > .column,
    .large-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-4 > .column,
    .large-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-5 > .column,
    .large-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-6 > .column,
    .large-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-7 > .column,
    .large-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-8 > .column,
    .large-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .row.large-unstack > .column,
    .row.large-unstack > .columns {
        -webkit-box-flex: 1;
        -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: .8823529412rem;
        padding-left: .8823529412rem;
    }

    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    h1,
    .h1 {
        font-size: 2.8235294118rem;
    }

    h2,
    .h2 {
        font-size: 1.8823529412rem;
    }

    h3,
    .h3 {
        font-size: 1.5882352941rem;
    }

    h4,
    .h4 {
        font-size: 1.4117647059rem;
    }

    h5,
    .h5 {
        font-size: 1.2352941176rem;
    }

    h6,
    .h6 {
        font-size: .9411764706rem;
    }

    .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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
    }

    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }

    .menu.large-simple li {
        -webkit-box-flex: 1;
        -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 {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #197066 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0;
    }

    .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;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #197066 transparent transparent;
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #197066;
    }

    .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-left.reveal-for-large .close-button {
        display: none;
    }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        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 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-right.reveal-for-large .close-button {
        display: none;
    }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        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 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-top.reveal-for-large .close-button {
        display: none;
    }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        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 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-bottom.reveal-for-large .close-button {
        display: none;
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        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 {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        -webkit-transition: inherit;
        transition: 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 {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none;
    }

    .hide-for-large {
        display: none !important;
    }

    .top-nav .holder-box {
        width: 400px;
    }

    .top-nav .holder-form {
        max-width: 375px;
        width: 100%;
    }

    .top-nav .holder-form.active .drop {
        position: static;
    }

    .top-nav .holder-form .opener {
        display: none;
    }

    .top-nav .holder-form .drop {
        position: static;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        padding: 0;
    }

    .holder-nav .logo {
        max-width: 220px;
    }

    .navbar-nav > li {
        padding: 0 10px;
    }

    .navbar-nav > li > a {
        text-transform: none;
        font-size: 1rem;
    }

    .navbar-nav > li > .slide > ul {
        font-size: .9411764706rem;
    }

    .order-large-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-large-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .intro:before {
        width: 1981px;
        height: 1981px;
    }

    .intro .content-box {
        line-height: 1.8;
    }

    .intro .content-box h1 {
        font-size: 3.5294117647rem;
        margin-bottom: 14px;
    }

    .alignright.large-width {
        width: auto !important;
    }

    .breadcrumbs {
        padding: 10px 0;
        margin-bottom: 2px;
    }

    .breadcrumbs li {
        font-size: 1rem;
    }

    .product-post h1 {
        margin-bottom: 30px;
    }

    .product-post p {
        margin-bottom: 23px;
    }

    .article-box {
        padding: 17px 0;
    }

    .article-box p {
        margin-bottom: 24px;
    }

    .article-box .source {
        padding: 32px 0 6px;
    }

    .article-box .alignright {
        width: auto;
    }

    .article-box .alignright.indent {
        margin-top: -35px;
    }

    .article-box .btn-box .social-btn-list {
        max-width: 450px;
    }

    .article-box .button {
        margin-bottom: 17px;
    }

    .info-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 1.1176470588rem;
        padding: 28px 29px 21px;
        margin-bottom: 10px;
    }

    .logo-block {
        padding: 20px 0 5px;
    }

    .logo-block .columns:last-child {
        text-align: center;
    }

    .logo-block .columns:last-child .box-logo a{
        max-width: 90%;
    }

    .logo-block .columns:last-child .box-logo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .logo-block .box-logo {
        height: 96px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .title-underline {
        padding: 12px 0 14px;
        margin-bottom: 20px;
    }

    .sidebar .box-map {
        height: 335px;
    }

    .sidebar .box-contact {
        font-size: 1.1764705882rem;
        padding: 9px 22px 0;
    }

    .sidebar .box-content {
        padding: 21px 21px 6px;
    }

    .sidebar .manufacturers {
        padding: 17px 0 0;
    }

    .sidebar .manufacturers h4 {
        margin-bottom: 40px;
    }

    .sidebar .brand-list {
        padding: 67px 0 20px;
    }

    .sidebar .brand-list > li {
        margin-bottom: 40px;
    }

    .sidebar-nav {
        max-width: 333px;
        margin-bottom: 24px;
    }

    .sidebar-nav .list-post {
        font-size: 1.1764705882rem;
        line-height: 24px;
    }

    .sidebar-nav .list-post > li {
        margin-bottom: 22px;
    }

    .sidebar-nav .list-tag {
        line-height: 1.04;
        margin-top: -6px;
        margin-bottom: -8px;
    }

    .sidebar-nav .list-tag > li {
        font-size: 1.8235294118rem;
    }

    .sidebar-nav .list-tag > li + li {
        font-size: 2.1176470588rem;
    }

    .sidebar-nav .list-tag > li + li {
        text-align: center;
    }

    .sidebar-nav .list-tag > li + li + li {
        font-size: 1.2352941176rem;
    }

    .sidebar-nav .list-tag > li + li + li {
        text-align: center;
    }

    .sidebar-nav .list-tag > li + li + li + li {
        font-size: 3.0588235294rem;
    }

    .product-description .inner {
        padding-left: 22px;
    }

    .product-description .navigate-list {
        font-size: 1.0588235294rem;
    }

    .form-box {
        padding: 23px 21px 2px;
    }

    .form-box .list-link {
        line-height: inherit;
        font-size: .8235294118rem;
    }

    .media-object {
        padding: 7px 0 10px;
    }

    .media-object .media-object-section:first-child {
        padding-right: 31px;
    }

    .media-object .thumbnail {
        width: 168px;
        height: 168px;
    }

    .media-object .media-object-section h3 {
        font-size: 1.6470588235rem;
    }

    .media-object .media-object-section h3:hover {
        border-color: transparent;
    }

    .tab-holder {
        padding: 32px 0 0;
    }

    .tab-holder .tabset > li > a {
        padding: 17px;
    }

    .tab-holder .button {
        letter-spacing: 1.3px;
        margin: 0 30px 0;
    }

    .product-item {
        padding: 15px 0;
    }

    .product-item .box-img {
        height: 329px;
    }

    .block-post {
        padding: 17px 0 44px;
    }

    .block-post .columns:nth-child(odd) {
        border-right: 3px solid rgba(25, 112, 102, .2);
    }

    .block-post .title-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: left;
    }

    .block-post .title-box h2 {
        font-size: 2.1176470588rem;
    }

    .block-post .title-box .subtitle {
        font-size: 1.1764705882rem;
    }

    .footer-top {
        padding: 37px 31px 14px;
    }

    .footer-top .content-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-bottom {
        padding: 14px 0;
    }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important;
    }
}

@media screen and (min-width: 75em) and (min-width: 75em) {
    .xlarge-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

@media screen and (min-width: 75em) {
    .grid-x > .xlarge-shrink,
    .grid-x > .xlarge-full,
    .grid-x > .xlarge-1,
    .grid-x > .xlarge-2,
    .grid-x > .xlarge-3,
    .grid-x > .xlarge-4,
    .grid-x > .xlarge-5,
    .grid-x > .xlarge-6,
    .grid-x > .xlarge-7,
    .grid-x > .xlarge-8,
    .grid-x > .xlarge-9,
    .grid-x > .xlarge-10,
    .grid-x > .xlarge-11,
    .grid-x > .xlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .grid-x > .xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        width: auto;
    }

    .grid-x > .xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .grid-x > .xlarge-1 {
        width: 8.3333333333%;
    }

    .grid-x > .xlarge-2 {
        width: 16.6666666667%;
    }

    .grid-x > .xlarge-3 {
        width: 25%;
    }

    .grid-x > .xlarge-4 {
        width: 33.3333333333%;
    }

    .grid-x > .xlarge-5 {
        width: 41.6666666667%;
    }

    .grid-x > .xlarge-6 {
        width: 50%;
    }

    .grid-x > .xlarge-7 {
        width: 58.3333333333%;
    }

    .grid-x > .xlarge-8 {
        width: 66.6666666667%;
    }

    .grid-x > .xlarge-9 {
        width: 75%;
    }

    .grid-x > .xlarge-10 {
        width: 83.3333333333%;
    }

    .grid-x > .xlarge-11 {
        width: 91.6666666667%;
    }

    .grid-x > .xlarge-12 {
        width: 100%;
    }

    .grid-margin-x > .xlarge-auto {
        width: auto;
    }

    .grid-margin-x > .xlarge-shrink {
        width: auto;
    }

    .grid-margin-x > .xlarge-1 {
        width: calc(8.3333333333% - 1.7647058824rem);
    }

    .grid-margin-x > .xlarge-2 {
        width: calc(16.6666666667% - 1.7647058824rem);
    }

    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 1.7647058824rem);
    }

    .grid-margin-x > .xlarge-4 {
        width: calc(33.3333333333% - 1.7647058824rem);
    }

    .grid-margin-x > .xlarge-5 {
        width: calc(41.6666666667% - 1.7647058824rem);
    }

    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 1.7647058824rem);
    }

    .grid-margin-x > .xlarge-7 {
        width: calc(58.3333333333% - 1.7647058824rem);
    }

    .grid-margin-x > .xlarge-8 {
        width: calc(66.6666666667% - 1.7647058824rem);
    }

    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 1.7647058824rem);
    }

    .grid-margin-x > .xlarge-10 {
        width: calc(83.3333333333% - 1.7647058824rem);
    }

    .grid-margin-x > .xlarge-11 {
        width: calc(91.6666666667% - 1.7647058824rem);
    }

    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 1.7647058824rem);
    }

    .xlarge-up-1 > .cell {
        width: 100%;
    }

    .xlarge-up-2 > .cell {
        width: 50%;
    }

    .xlarge-up-3 > .cell {
        width: 33.3333333333%;
    }

    .xlarge-up-4 > .cell {
        width: 25%;
    }

    .xlarge-up-5 > .cell {
        width: 20%;
    }

    .xlarge-up-6 > .cell {
        width: 16.6666666667%;
    }

    .xlarge-up-7 > .cell {
        width: 14.2857142857%;
    }

    .xlarge-up-8 > .cell {
        width: 12.5%;
    }

    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.7647058824rem);
    }

    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.7647058824rem);
    }

    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.3333333333% - 1.7647058824rem);
    }

    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.7647058824rem);
    }

    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.7647058824rem);
    }

    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.6666666667% - 1.7647058824rem);
    }

    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.2857142857% - 1.7647058824rem);
    }

    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.7647058824rem);
    }

    .small-margin-collapse > .xlarge-1 {
        width: 8.3333333333%;
    }

    .small-margin-collapse > .xlarge-2 {
        width: 16.6666666667%;
    }

    .small-margin-collapse > .xlarge-3 {
        width: 25%;
    }

    .small-margin-collapse > .xlarge-4 {
        width: 33.3333333333%;
    }

    .small-margin-collapse > .xlarge-5 {
        width: 41.6666666667%;
    }

    .small-margin-collapse > .xlarge-6 {
        width: 50%;
    }

    .small-margin-collapse > .xlarge-7 {
        width: 58.3333333333%;
    }

    .small-margin-collapse > .xlarge-8 {
        width: 66.6666666667%;
    }

    .small-margin-collapse > .xlarge-9 {
        width: 75%;
    }

    .small-margin-collapse > .xlarge-10 {
        width: 83.3333333333%;
    }

    .small-margin-collapse > .xlarge-11 {
        width: 91.6666666667%;
    }

    .small-margin-collapse > .xlarge-12 {
        width: 100%;
    }

    .medium-margin-collapse > .xlarge-1 {
        width: 8.3333333333%;
    }

    .medium-margin-collapse > .xlarge-2 {
        width: 16.6666666667%;
    }

    .medium-margin-collapse > .xlarge-3 {
        width: 25%;
    }

    .medium-margin-collapse > .xlarge-4 {
        width: 33.3333333333%;
    }

    .medium-margin-collapse > .xlarge-5 {
        width: 41.6666666667%;
    }

    .medium-margin-collapse > .xlarge-6 {
        width: 50%;
    }

    .medium-margin-collapse > .xlarge-7 {
        width: 58.3333333333%;
    }

    .medium-margin-collapse > .xlarge-8 {
        width: 66.6666666667%;
    }

    .medium-margin-collapse > .xlarge-9 {
        width: 75%;
    }

    .medium-margin-collapse > .xlarge-10 {
        width: 83.3333333333%;
    }

    .medium-margin-collapse > .xlarge-11 {
        width: 91.6666666667%;
    }

    .medium-margin-collapse > .xlarge-12 {
        width: 100%;
    }

    .large-margin-collapse > .xlarge-1 {
        width: 8.3333333333%;
    }

    .large-margin-collapse > .xlarge-2 {
        width: 16.6666666667%;
    }

    .large-margin-collapse > .xlarge-3 {
        width: 25%;
    }

    .large-margin-collapse > .xlarge-4 {
        width: 33.3333333333%;
    }

    .large-margin-collapse > .xlarge-5 {
        width: 41.6666666667%;
    }

    .large-margin-collapse > .xlarge-6 {
        width: 50%;
    }

    .large-margin-collapse > .xlarge-7 {
        width: 58.3333333333%;
    }

    .large-margin-collapse > .xlarge-8 {
        width: 66.6666666667%;
    }

    .large-margin-collapse > .xlarge-9 {
        width: 75%;
    }

    .large-margin-collapse > .xlarge-10 {
        width: 83.3333333333%;
    }

    .large-margin-collapse > .xlarge-11 {
        width: 91.6666666667%;
    }

    .large-margin-collapse > .xlarge-12 {
        width: 100%;
    }

    .xlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .xlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }

    .xlarge-margin-collapse > .small-1 {
        width: 8.3333333333%;
    }

    .xlarge-margin-collapse > .small-2 {
        width: 16.6666666667%;
    }

    .xlarge-margin-collapse > .small-3 {
        width: 25%;
    }

    .xlarge-margin-collapse > .small-4 {
        width: 33.3333333333%;
    }

    .xlarge-margin-collapse > .small-5 {
        width: 41.6666666667%;
    }

    .xlarge-margin-collapse > .small-6 {
        width: 50%;
    }

    .xlarge-margin-collapse > .small-7 {
        width: 58.3333333333%;
    }

    .xlarge-margin-collapse > .small-8 {
        width: 66.6666666667%;
    }

    .xlarge-margin-collapse > .small-9 {
        width: 75%;
    }

    .xlarge-margin-collapse > .small-10 {
        width: 83.3333333333%;
    }

    .xlarge-margin-collapse > .small-11 {
        width: 91.6666666667%;
    }

    .xlarge-margin-collapse > .small-12 {
        width: 100%;
    }

    .xlarge-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }

    .xlarge-margin-collapse > .medium-2 {
        width: 16.6666666667%;
    }

    .xlarge-margin-collapse > .medium-3 {
        width: 25%;
    }

    .xlarge-margin-collapse > .medium-4 {
        width: 33.3333333333%;
    }

    .xlarge-margin-collapse > .medium-5 {
        width: 41.6666666667%;
    }

    .xlarge-margin-collapse > .medium-6 {
        width: 50%;
    }

    .xlarge-margin-collapse > .medium-7 {
        width: 58.3333333333%;
    }

    .xlarge-margin-collapse > .medium-8 {
        width: 66.6666666667%;
    }

    .xlarge-margin-collapse > .medium-9 {
        width: 75%;
    }

    .xlarge-margin-collapse > .medium-10 {
        width: 83.3333333333%;
    }

    .xlarge-margin-collapse > .medium-11 {
        width: 91.6666666667%;
    }

    .xlarge-margin-collapse > .medium-12 {
        width: 100%;
    }

    .xlarge-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }

    .xlarge-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }

    .xlarge-margin-collapse > .large-3 {
        width: 25%;
    }

    .xlarge-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }

    .xlarge-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }

    .xlarge-margin-collapse > .large-6 {
        width: 50%;
    }

    .xlarge-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }

    .xlarge-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }

    .xlarge-margin-collapse > .large-9 {
        width: 75%;
    }

    .xlarge-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }

    .xlarge-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }

    .xlarge-margin-collapse > .large-12 {
        width: 100%;
    }

    .xlarge-margin-collapse > .xlarge-1 {
        width: 8.3333333333%;
    }

    .xlarge-margin-collapse > .xlarge-2 {
        width: 16.6666666667%;
    }

    .xlarge-margin-collapse > .xlarge-3 {
        width: 25%;
    }

    .xlarge-margin-collapse > .xlarge-4 {
        width: 33.3333333333%;
    }

    .xlarge-margin-collapse > .xlarge-5 {
        width: 41.6666666667%;
    }

    .xlarge-margin-collapse > .xlarge-6 {
        width: 50%;
    }

    .xlarge-margin-collapse > .xlarge-7 {
        width: 58.3333333333%;
    }

    .xlarge-margin-collapse > .xlarge-8 {
        width: 66.6666666667%;
    }

    .xlarge-margin-collapse > .xlarge-9 {
        width: 75%;
    }

    .xlarge-margin-collapse > .xlarge-10 {
        width: 83.3333333333%;
    }

    .xlarge-margin-collapse > .xlarge-11 {
        width: 91.6666666667%;
    }

    .xlarge-margin-collapse > .xlarge-12 {
        width: 100%;
    }

    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .xlarge-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0;
    }

    .xlarge-offset-0 {
        margin-left: 0;
    }

    .grid-margin-x > .xlarge-offset-0 {
        margin-left: calc(0% + .8823529412rem);
    }

    .xlarge-offset-1 {
        margin-left: 8.3333333333%;
    }

    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(8.3333333333% + .8823529412rem);
    }

    .xlarge-offset-2 {
        margin-left: 16.6666666667%;
    }

    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(16.6666666667% + .8823529412rem);
    }

    .xlarge-offset-3 {
        margin-left: 25%;
    }

    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(25% + .8823529412rem);
    }

    .xlarge-offset-4 {
        margin-left: 33.3333333333%;
    }

    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(33.3333333333% + .8823529412rem);
    }

    .xlarge-offset-5 {
        margin-left: 41.6666666667%;
    }

    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(41.6666666667% + .8823529412rem);
    }

    .xlarge-offset-6 {
        margin-left: 50%;
    }

    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(50% + .8823529412rem);
    }

    .xlarge-offset-7 {
        margin-left: 58.3333333333%;
    }

    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(58.3333333333% + .8823529412rem);
    }

    .xlarge-offset-8 {
        margin-left: 66.6666666667%;
    }

    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(66.6666666667% + .8823529412rem);
    }

    .xlarge-offset-9 {
        margin-left: 75%;
    }

    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(75% + .8823529412rem);
    }

    .xlarge-offset-10 {
        margin-left: 83.3333333333%;
    }

    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(83.3333333333% + .8823529412rem);
    }

    .xlarge-offset-11 {
        margin-left: 91.6666666667%;
    }

    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(91.6666666667% + .8823529412rem);
    }

    .grid-y > .xlarge-shrink,
    .grid-y > .xlarge-full,
    .grid-y > .xlarge-1,
    .grid-y > .xlarge-2,
    .grid-y > .xlarge-3,
    .grid-y > .xlarge-4,
    .grid-y > .xlarge-5,
    .grid-y > .xlarge-6,
    .grid-y > .xlarge-7,
    .grid-y > .xlarge-8,
    .grid-y > .xlarge-9,
    .grid-y > .xlarge-10,
    .grid-y > .xlarge-11,
    .grid-y > .xlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .grid-y > .xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        height: auto;
    }

    .grid-y > .xlarge-shrink {
        height: auto;
    }

    .grid-y > .xlarge-1 {
        height: 8.3333333333%;
    }

    .grid-y > .xlarge-2 {
        height: 16.6666666667%;
    }

    .grid-y > .xlarge-3 {
        height: 25%;
    }

    .grid-y > .xlarge-4 {
        height: 33.3333333333%;
    }

    .grid-y > .xlarge-5 {
        height: 41.6666666667%;
    }

    .grid-y > .xlarge-6 {
        height: 50%;
    }

    .grid-y > .xlarge-7 {
        height: 58.3333333333%;
    }

    .grid-y > .xlarge-8 {
        height: 66.6666666667%;
    }

    .grid-y > .xlarge-9 {
        height: 75%;
    }

    .grid-y > .xlarge-10 {
        height: 83.3333333333%;
    }

    .grid-y > .xlarge-11 {
        height: 91.6666666667%;
    }

    .grid-y > .xlarge-12 {
        height: 100%;
    }

    .grid-margin-y > .xlarge-auto {
        height: auto;
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto;
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(8.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.7647058824rem);
    }

    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw;
    }

    .cell .xlarge-grid-frame {
        width: 100%;
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar;
    }

    .xlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }

    .xlarge-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar;
    }

    .grid-y.xlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
    }

    .cell .grid-y.xlarge-grid-frame {
        height: 100%;
    }

    .grid-margin-y > .xlarge-auto {
        height: auto;
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto;
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(8.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.3333333333% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.6666666667% - 1.7647058824rem);
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.7647058824rem);
    }

    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.7647058824rem);
    }

    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.7647058824rem);
    }

    .row .row {
        margin-right: -.8823529412rem;
        margin-left: -.8823529412rem;
    }

    .xlarge-1 {
        width: 8.3333333333%;
    }

    .xlarge-push-1 {
        position: relative;
        left: 8.3333333333%;
    }

    .xlarge-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }

    .xlarge-offset-0 {
        margin-left: 0;
    }

    .xlarge-2 {
        width: 16.6666666667%;
    }

    .xlarge-push-2 {
        position: relative;
        left: 16.6666666667%;
    }

    .xlarge-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }

    .xlarge-offset-1 {
        margin-left: 8.3333333333%;
    }

    .xlarge-3 {
        width: 25%;
    }

    .xlarge-push-3 {
        position: relative;
        left: 25%;
    }

    .xlarge-pull-3 {
        position: relative;
        left: -25%;
    }

    .xlarge-offset-2 {
        margin-left: 16.6666666667%;
    }

    .xlarge-4 {
        width: 33.3333333333%;
    }

    .xlarge-push-4 {
        position: relative;
        left: 33.3333333333%;
    }

    .xlarge-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }

    .xlarge-offset-3 {
        margin-left: 25%;
    }

    .xlarge-5 {
        width: 41.6666666667%;
    }

    .xlarge-push-5 {
        position: relative;
        left: 41.6666666667%;
    }

    .xlarge-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }

    .xlarge-offset-4 {
        margin-left: 33.3333333333%;
    }

    .xlarge-6 {
        width: 50%;
    }

    .xlarge-push-6 {
        position: relative;
        left: 50%;
    }

    .xlarge-pull-6 {
        position: relative;
        left: -50%;
    }

    .xlarge-offset-5 {
        margin-left: 41.6666666667%;
    }

    .xlarge-7 {
        width: 58.3333333333%;
    }

    .xlarge-push-7 {
        position: relative;
        left: 58.3333333333%;
    }

    .xlarge-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }

    .xlarge-offset-6 {
        margin-left: 50%;
    }

    .xlarge-8 {
        width: 66.6666666667%;
    }

    .xlarge-push-8 {
        position: relative;
        left: 66.6666666667%;
    }

    .xlarge-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }

    .xlarge-offset-7 {
        margin-left: 58.3333333333%;
    }

    .xlarge-9 {
        width: 75%;
    }

    .xlarge-push-9 {
        position: relative;
        left: 75%;
    }

    .xlarge-pull-9 {
        position: relative;
        left: -75%;
    }

    .xlarge-offset-8 {
        margin-left: 66.6666666667%;
    }

    .xlarge-10 {
        width: 83.3333333333%;
    }

    .xlarge-push-10 {
        position: relative;
        left: 83.3333333333%;
    }

    .xlarge-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }

    .xlarge-offset-9 {
        margin-left: 75%;
    }

    .xlarge-11 {
        width: 91.6666666667%;
    }

    .xlarge-push-11 {
        position: relative;
        left: 91.6666666667%;
    }

    .xlarge-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }

    .xlarge-offset-10 {
        margin-left: 83.3333333333%;
    }

    .xlarge-12 {
        width: 100%;
    }

    .xlarge-offset-11 {
        margin-left: 91.6666666667%;
    }

    .xlarge-up-1 > .column,
    .xlarge-up-1 > .columns {
        float: left;
        width: 100%;
    }

    .xlarge-up-1 > .column:nth-of-type(1n),
    .xlarge-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-1 > .column:nth-of-type(1n+1),
    .xlarge-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .xlarge-up-1 > .column:last-child,
    .xlarge-up-1 > .columns:last-child {
        float: left;
    }

    .xlarge-up-2 > .column,
    .xlarge-up-2 > .columns {
        float: left;
        width: 50%;
    }

    .xlarge-up-2 > .column:nth-of-type(1n),
    .xlarge-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-2 > .column:nth-of-type(2n+1),
    .xlarge-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .xlarge-up-2 > .column:last-child,
    .xlarge-up-2 > .columns:last-child {
        float: left;
    }

    .xlarge-up-3 > .column,
    .xlarge-up-3 > .columns {
        float: left;
        width: 33.3333333333%;
    }

    .xlarge-up-3 > .column:nth-of-type(1n),
    .xlarge-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-3 > .column:nth-of-type(3n+1),
    .xlarge-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .xlarge-up-3 > .column:last-child,
    .xlarge-up-3 > .columns:last-child {
        float: left;
    }

    .xlarge-up-4 > .column,
    .xlarge-up-4 > .columns {
        float: left;
        width: 25%;
    }

    .xlarge-up-4 > .column:nth-of-type(1n),
    .xlarge-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-4 > .column:nth-of-type(4n+1),
    .xlarge-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .xlarge-up-4 > .column:last-child,
    .xlarge-up-4 > .columns:last-child {
        float: left;
    }

    .xlarge-up-5 > .column,
    .xlarge-up-5 > .columns {
        float: left;
        width: 20%;
    }

    .xlarge-up-5 > .column:nth-of-type(1n),
    .xlarge-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-5 > .column:nth-of-type(5n+1),
    .xlarge-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .xlarge-up-5 > .column:last-child,
    .xlarge-up-5 > .columns:last-child {
        float: left;
    }

    .xlarge-up-6 > .column,
    .xlarge-up-6 > .columns {
        float: left;
        width: 16.6666666667%;
    }

    .xlarge-up-6 > .column:nth-of-type(1n),
    .xlarge-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-6 > .column:nth-of-type(6n+1),
    .xlarge-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .xlarge-up-6 > .column:last-child,
    .xlarge-up-6 > .columns:last-child {
        float: left;
    }

    .xlarge-up-7 > .column,
    .xlarge-up-7 > .columns {
        float: left;
        width: 14.2857142857%;
    }

    .xlarge-up-7 > .column:nth-of-type(1n),
    .xlarge-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-7 > .column:nth-of-type(7n+1),
    .xlarge-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .xlarge-up-7 > .column:last-child,
    .xlarge-up-7 > .columns:last-child {
        float: left;
    }

    .xlarge-up-8 > .column,
    .xlarge-up-8 > .columns {
        float: left;
        width: 12.5%;
    }

    .xlarge-up-8 > .column:nth-of-type(1n),
    .xlarge-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-8 > .column:nth-of-type(8n+1),
    .xlarge-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .xlarge-up-8 > .column:last-child,
    .xlarge-up-8 > .columns:last-child {
        float: left;
    }

    .xlarge-collapse > .column,
    .xlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .xlarge-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }

    .expanded.row .xlarge-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }

    .xlarge-uncollapse > .column,
    .xlarge-uncollapse > .columns {
        padding-right: .8823529412rem;
        padding-left: .8823529412rem;
    }

    .xlarge-centered {
        margin-right: auto;
        margin-left: auto;
    }

    .xlarge-centered,
    .xlarge-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }

    .xlarge-uncentered,
    .xlarge-push-0,
    .xlarge-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }

    .row .row {
        margin-right: -.8823529412rem;
        margin-left: -.8823529412rem;
    }

    .xlarge-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .xlarge-offset-0 {
        margin-left: 0;
    }

    .xlarge-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .xlarge-offset-1 {
        margin-left: 8.3333333333%;
    }

    .xlarge-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .xlarge-offset-2 {
        margin-left: 16.6666666667%;
    }

    .xlarge-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .xlarge-offset-3 {
        margin-left: 25%;
    }

    .xlarge-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .xlarge-offset-4 {
        margin-left: 33.3333333333%;
    }

    .xlarge-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .xlarge-offset-5 {
        margin-left: 41.6666666667%;
    }

    .xlarge-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .xlarge-offset-6 {
        margin-left: 50%;
    }

    .xlarge-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .xlarge-offset-7 {
        margin-left: 58.3333333333%;
    }

    .xlarge-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .xlarge-offset-8 {
        margin-left: 66.6666666667%;
    }

    .xlarge-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .xlarge-offset-9 {
        margin-left: 75%;
    }

    .xlarge-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .xlarge-offset-10 {
        margin-left: 83.3333333333%;
    }

    .xlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .xlarge-offset-11 {
        margin-left: 91.6666666667%;
    }

    .xlarge-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .xlarge-up-1 > .column,
    .xlarge-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .xlarge-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .xlarge-up-2 > .column,
    .xlarge-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .xlarge-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .xlarge-up-3 > .column,
    .xlarge-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .xlarge-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .xlarge-up-4 > .column,
    .xlarge-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .xlarge-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .xlarge-up-5 > .column,
    .xlarge-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .xlarge-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .xlarge-up-6 > .column,
    .xlarge-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .xlarge-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .xlarge-up-7 > .column,
    .xlarge-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }

    .xlarge-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .xlarge-up-8 > .column,
    .xlarge-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .row.xlarge-unstack > .column,
    .row.xlarge-unstack > .columns {
        -webkit-box-flex: 1;
        -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: .8823529412rem;
        padding-left: .8823529412rem;
    }

    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .xlarge-text-left {
        text-align: left;
    }

    .xlarge-text-right {
        text-align: right;
    }

    .xlarge-text-center {
        text-align: center;
    }

    .xlarge-text-justify {
        text-align: justify;
    }

    .menu.xlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .menu.xlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu.xlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }

    .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }

    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #197066 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }

    .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0;
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.xlarge-vertical > li > a::after {
        right: 14px;
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #197066 transparent transparent;
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #197066;
    }

    .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-left.reveal-for-xlarge .close-button {
        display: none;
    }

    .off-canvas-content .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px;
    }

    .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 250px;
    }

    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-right.reveal-for-xlarge .close-button {
        display: none;
    }

    .off-canvas-content .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px;
    }

    .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 250px;
    }

    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-top.reveal-for-xlarge .close-button {
        display: none;
    }

    .off-canvas-content .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px;
    }

    .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 250px;
    }

    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
    }

    .position-bottom.reveal-for-xlarge .close-button {
        display: none;
    }

    .off-canvas-content .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px;
    }

    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 250px;
    }

    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        -webkit-transition: inherit;
        transition: inherit;
    }

    .off-canvas.in-canvas-for-xlarge.position-left,
    .off-canvas.in-canvas-for-xlarge.position-right,
    .off-canvas.in-canvas-for-xlarge.position-top,
    .off-canvas.in-canvas-for-xlarge.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .off-canvas.in-canvas-for-xlarge .close-button {
        display: none;
    }

    .hide-for-xlarge {
        display: none !important;
    }

    .top-nav .holder-box .button {
    }

    .holder-nav .button {
        display: block;
    }

    .navbar-nav > li {
        padding: 0 12px;
    }

    .intro:before {
        width: 2226px;
        height: 2226px;
    }

    .article-box .btn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 17px;
    }

    .info-item input[type="email"] {
        max-width: 226px;
    }

    .feedback-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: wrap;
        -ms-flex: wrap;
        flex: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .feedback-form .item-btn {
        margin: 0 10px;
    }

    .tab-holder .tabset {
        font-size: 1.5294117647rem;
    }

    .product-block {
        margin: 0 -20px;
    }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .hide-for-xlarge-only {
        display: none !important;
    }
}

@media screen and (min-width: 87.5em) {
    .product-description .navigate-list {
        font-size: 1.2941176471rem;
    }

    .product-description .navigate-list > li {
        padding: 0 17px;
    }

    #footer .nav-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #footer .nav-box .pay-list {
        width: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #footer .nav-box .pay-list {
        max-width: 250px;
    }

    #footer .nav-box .nav-list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
    }

    #footer .nav-box .nav-list {
        max-width: 430px;
    }

    .contact-holder .contact-list > li > a {
        width: 55%;
    }

    .contact-holder .contact-list > li > a:first-child {
        width: 45%;
    }

    .copyright-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .copyright-box .copyright-list {
        width: auto;
        max-width: 415px;
    }

    .copyright-box .brand-list {
        width: auto;
        max-width: 230px;
    }
}

@media screen and (min-width: 90em) {
    .holder-nav .logo {
        max-width: 286px;
        margin-left: 15px;
    }

    .intro:before {
        width: 3248px;
        height: 3248px;
    }

    .intro .content-box {
        width: 55%;
    }
}

@media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .show-for-xlarge {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .button-group.stacked-for-medium.expanded {
        display: block;
    }

    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0;
    }

    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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .show-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 47.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;
    }

    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .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 {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #666;
        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;
    }
}
@media only screen and (max-width: 1024px){
    .main-nav {
        display: none;
    }
    button#responsive-menu-button {
        top: 80px !important;
        right: 10px !important;
    }
    .tab-holder .button {
        margin: 0 0px 0;
    }
    .visual-post .bg-box {
        height: 415px;
    }
    .footer-nav a {
        line-height: 1.1;
    }
    .media-object .media-object-section:first-child {
        padding-right: 15px;
    }
    .page-template-top-level-category-page-manufacturers .media-object .media-object-section h3 {
        font-size: 1.1rem;
    }
    #manufacturer-container .manu-logo {
        width: 210px;
    }
    .contact-holder {
        flex-wrap: wrap;
        text-align: center;
    }
    .contact-holder .contact-list > li {
        display: inline-block;
        text-align: center;
    }
    .responsive-menu-open #responsive-menu-container {
        box-shadow: 0 0 60px 0 rgba(0,0,0,0.5);
    }
    #responsive-menu-container .responsive-menu-search-box {
        color: #151210 !important;
        font-size: .8235294118rem;
        font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        padding: 5px 20px 5px 20px !important;
        border-radius: 40px !important;
        border: 1px solid #b7b7b7 !important;
    }
}
@media only screen and (max-width: 768px){
    .top-nav .holder-box {
        display: none;
    }
    button#responsive-menu-button {
        top: -2px !important;
    }
    .feedback-form .gform_wrapper .gform_body {
        width: 100%;
    }
    .feedback-form .gform_wrapper .gform_footer {
        width: 100%;
    }
    .footer-nav ul > li {
        width: 100%;
    }
    #footer {
        padding-bottom: 0px;
    }
    .media-object .thumbnail img {
        max-width: 110px;
        max-height: 110px;
    }
    #gform_submit_button_3{
        margin-right: 0px;
        margin-top: 1px;
    }
    #input_3_1{
        width: 100%;
    }
    #footerfeatmanufacturers{
        margin-top: 45px;
    }
    .logo-block .box-logo{
        margin-bottom: 70px;
    }
    #manufacturing .medium-4{
        max-width: 100%;
    }
    #map{
        width: 100%;
    }
}
@media only screen and (max-width: 420px) {
    .holder-nav {
        justify-content: center;
    }
    #manufacturer-container .manu-logo {
        width: 100%;
    }
    .forcefullwidth_wrapper_tp_banner {
        display: none;
    }
    #sidebar ul {
        margin-left: 0rem;
    }
    .footer-nav ul > li {
        width: 50%;
        text-align: left;
    }
    .social-btn-list {
        display: flex;
        justify-content: space-between;
        float: unset;
    }
    .social-btn {
        font-size: 0.83rem;
    }
    h1, .h1 {
        font-size: 1.5rem;
        line-height: 1.15;
        margin-top: 0;
        margin-bottom: 0;
    }
    #gform_submit_button_2 {
        border-radius: 53px;
        margin-left: 0;
    }
}
@media screen and (max-width: 320px) {
    button#responsive-menu-button {
        right: 0 !important;
    }
    .footer-nav ul > li {
        width: 100%;
        text-align: center;
    }
    .media-object .media-object-section:first-child {
        padding-right: 0px;
    }
    .social-btn {
        font-size: 0.62rem;
    }
}
.page-id-739 .main-content-block .admin-block{
    display: none;
}
.page-id-739 #specifications{
    display: none;
}
.page-id-2393 #specifications{
    display: none;
}

.blue a {
    color: #0072bc;
}

.blue .sidebar .box-map, .blue .sidebar .box-contact {
    border-top: 5px solid #0072bc;
}

.blue .sidebar .box-contact *, .blue .article-box h3 {
    color: #0072bc;
}

.blue .border-green {
    border-top: 5px solid #0072bc;
}

.contentarea {
    margin-bottom: 40px;
}

/*
.main-nav #menu-crane-menu .sub-menu {
    top: 150px;
}

#menu-crane-menu.navbar-nav > li > a {
    padding-bottom: 60px;
}
*/
.term-crane-control-and-electrification #get-quote-footer-btn:hover{
	color: #fff !important;
}
#get-quote-footer-btn:hover{
	color: #fff !important;
}
#searchresults{
    margin-top: 15px;
}
#search-page-button{
	margin-left: 25px;
}
@media screen and (max-width: 720px){
	#search-page-button{
		margin-left: 0px;
	}
}
@media screen and (max-width: 1023px) {
	.payment-button {
		display: none;
	}
}

/* ADDED 2020-04-03 */
.alert {
    text-align: center;
    box-shadow: 0 -3px 3px 0 inset rgba(0,0,0,0.15);
    padding: 20px;
    background-color: #efefef;
}

.alert.rowland {
	background-color: #ef4023;
}

.alert.crane {
	background-color: #0072bc;
}

.alert p {
    margin: 0;
    font-size: 15px;
    color: #fff;
	font-weight: bold;
	font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}