/*
Theme Name: Enabling Devices
Author: RainStorm
Author URI: http://www.rainstorminc.com
Version: 1.0
Text Domain: enablingdevices
*/

@font-face {
    font-family: "FontAwesome";
    src: url(fonts/fontawesome-webfont.eot?v=4.6.1);
    src: url(fonts/fontlawesome-webfont.eot?#iefix&v=4.6.1) format("embedded-opentype"),
        url(fonts/fontawesome-webfont.woff2?v=4.6.1) format("woff2"),
        url(fonts/fontawesome-webfont.woff?v=4.6.1) format("woff"),
        url(fonts/fontawesome-webfont.ttf?v=4.6.1) format("truetype"),
        url(fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regulareot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoitalic';
    src: url('fonts/Roboto-Italic.eot');
    src: url('fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Italic.woff') format('woff'),
        url('fonts/Roboto-Italic.ttf') format('truetype'),
        url('fonts/Roboto-Italic.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroregular';
    src: url('fonts/hero.eot');
    src: url('fonts/hero.eot?#iefix') format('embedded-opentype'),
        url('fonts/hero.woff2') format('woff2'),
        url('fonts/hero.woff') format('woff'),
        url('fonts/hero.ttf') format('truetype'),
        url('fonts/hero.svg#heroregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'herobold';
    src: url('fonts/hero-bold-webfont.woff2') format('woff2'),
         url('fonts/hero-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Zen Design Firm
20.0 Media Queries
21.0 Print
22.0 Webfx ReDesign
    22.1 Webfx ReDesign Header
    22.2 Webfx ReDesign Footer
    22.3 Webfx ReDesign Homepage
    22.4 Webfx ReDesign NewsLetter
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/*
#wpadminbar{
    display: none;
}
html.js { margin-top: 0 !important; }
* html.js body { margin-top: 0 !important; }
@media screen and ( max-width: 782px ) {
    html.js { margin-top: 0 !important; }
    * html.js body { margin-top: 0 !important; }
}*/


html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

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

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

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

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

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

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

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

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

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

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

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

textarea {
    overflow: auto;
}

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

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

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

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

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

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after,
.single_variation_wrap:before,
.single_variation_wrap:after,
.woocommerce div.product #wl-wrapper.wl-button-wrap:before,
.woocommerce div.product #wl-wrapper.wl-button-wrap:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after,
.single_variation_wrap:after,
.woocommerce div.product #wl-wrapper.wl-button-wrap:after {
    clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #000;
    font-family: "robotoregular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    /*line-height: 1.4;*/
    /*margin: 0 0 0.75em;*/
    /*padding: 1.5em 0 0;*/
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0;
}

h1 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
}

h2 {
    color: #666;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
}

h3 {
    color: #333;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}

h4 {
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
}

h5 {
    color: #767676;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h6 {
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 800;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}

address {
    font-style: normal;
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #eee;
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: "" "";
}

q {
    quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
    content: "";
}

:focus {
    outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
    font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
    font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
    font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
    font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
    font-weight: 700;
    line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
    font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
    font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
    font-weight: 700;
    line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
    font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
    font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
    font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
    font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
    font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
    font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
    line-height: 1.65;
    font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
    line-height: 1.8;
    font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
    letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

fieldset {
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.gravity_form_popin .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 2px solid #0097a9;
    border-radius: 3px;
    display: inline-block;
    padding: 0.7em;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #222;
}

select {
    border: 1px solid #bbb;
    border-radius: 3px;
    height: 3em;
    max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    font-weight: 400;
}

.btn,
button,
input[type="button"],
input[type="submit"],
.woocommerce .site-content-contain #respond input#submit,
.woocommerce .site-content-contain a.button,
.woocommerce .site-content-contain button.button,
.woocommerce .site-content-contain input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
#tab-questions input#ywqa-submit-question,
.woocommerce #respond input#submit,
.woocommerce a.button,
#masthead-site-header-navigation-section-primary-filters a.button,
.woocommerce button.button,
.woocommerce input.button,
#sign-up-for-our-newsletter-form,
.sign-up-for-our-newsletter-form,
#blog-page-newsletter-form {
    background-color: #0097a9;
    border: 0;
    border-radius: 35px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: normal;
    padding: 1em 2em;
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.btn-orange {
    background-color: #DC4412;
}

#blog-page-newsletter-form {
    background-color: #fff;
    color: #0097a9;
    margin-top: 10px;
}

#blog-page-newsletter-form:hover {
    background-color: #eee;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #0097a9;
}

input+button,
input+input[type="button"],
input+input[type="submit"] {
    padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
    background-color: #ddd;
    color: #222;
}

.btn:hover,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.woocommerce .site-content-contain #respond input#submit:hover,
.woocommerce .site-content-contain #respond input#submit:focus,
.woocommerce .site-content-contain a.button:hover,
.woocommerce .site-content-contain a.button:focus,
.woocommerce .site-content-contain button.button:hover,
.woocommerce .site-content-contain button.button:focus,
.woocommerce .site-content-contain input.button:hover,
.woocommerce .site-content-contain input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
#tab-questions input#ywqa-submit-question:hover,
#tab-questions input#ywqa-submit-question:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce .site-content-contain div.product form.cart .button_add_to_quote button.button:focus,
.woocommerce .site-content-contain div.product form.cart .button_add_to_quote button.button.alt:focus,
.woocommerce .site-content-contain div.product form.cart .button_add_to_quote button.button:focus,
.woocommerce .site-content-contain div.product form.cart .button_add_to_quote button.button:hover,
.woocommerce .site-content-contain div.product form.cart .button_add_to_quote button.button.alt:hover,
.woocommerce .site-content-contain div.product form.cart .button_add_to_quote button.button:hover,
#blog-page-newsletter .newsletter-signup button:hover,
#masthead-site-header-navigation-section-primary-filters a.button:hover,
#sign-up-for-our-newsletter-form:hover {
    background: #dc4405;
    color: #fff;
}

.btn-orange:hover {
    background-color: #A7288D;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    line-height: normal;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.contact-us-form ::-webkit-input-placeholder {
    color: inherit;
}

.contact-us-form :-moz-placeholder {
    color: inherit;
}

.contact-us-form ::-moz-placeholder {
    color: inherit;
}

.contact-us-form :-ms-input-placeholder {
    color: inherit;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 1.5em;
    padding: 0;
}

ul {
    list-style: disc inside;
}

ol {
    list-style: decimal inside;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    /*border-bottom: 2px solid #bbb;*/
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
    color: #00A5B8;
    text-decoration: underline;
}

a:focus {
    /*outline: thin dotted;*/
}

a:hover,
a:active {
    color: #0097A9;
    outline: 0;
    text-decoration: none;
}

/* Hover effects */

.single-post .entry-content a,
.category .entry-content a,
.author .entry-content a {
    color: #0097A9;
    text-decoration: underline;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
a.facetwp-page,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
    text-decoration: none;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover,
.woocommerce ul.products li.product a:hover h3 {
    color: #0097a9;
    text-decoration: none;
}

/* Fixes linked images */
.entry-content a img,
.widget a img {}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
    color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
    margin-bottom: 1em;
}

.post-thumbnail a img {
    -webkit-backface-visibility: hidden;
    /*    -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;*/
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
    /*opacity: 0.7;*/
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
}

.navigation-top .wrap {
    max-width: 1000px;
    padding: 0;
}

.navigation-top a {
    color: #222;
    font-weight: 600;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.navigation-top .current-menu-item>a,
.navigation-top .current_page_item>a {
    color: #767676;
}

.main-navigation {
    clear: both;
    display: block;
}

.main-navigation ul {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0 1.5em;
    text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children>a>.icon,
.main-navigation .page_item_has_children>a>.icon,
.main-navigation ul a>.icon {
    display: none;
}

.main-navigation>div>ul {
    border-top: 1px solid #eee;
    padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on>div>ul {
    display: block;
}

.main-navigation ul ul {
    padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
    display: block;
}

.main-navigation ul ul a {
    letter-spacing: 0;
    padding: 0.4em 0;
    position: relative;
    text-transform: none;
}

.main-navigation li {
    border-bottom: 1px solid #eee;
    position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
    border: 0;
}

.main-navigation a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
}

.main-navigation a:hover {
    color: #767676;
}

/* Menu toggle */

.menu-toggle {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #222;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 1px auto 2px;
    padding: 1em;
    text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
    display: block;
}

.main-navigation.toggled-on ul.nav-menu {
    display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    box-shadow: none;
}

.menu-toggle:focus {
    outline: thin solid;
}

.menu-toggle .icon {
    margin-right: 0.5em;
    top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
    display: none;
}

.toggled-on .menu-toggle .icon-close {
    display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #222;
    display: block;
    font-size: 16px;
    right: -0.5em;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0.5em;
    position: absolute;
    text-shadow: none;
    top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background: transparent;
}

.dropdown-toggle:focus {
    outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
    display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #f0f0f0;
    /* Fallback for when there is no custom background color defined. */
}

#page {
    position: relative;
    word-wrap: break-word;
}

.wrap {
    /*  margin-left: auto;
            margin-right: auto;
            max-width: 700px;
            padding-left: 2em;
            padding-right: 2em;*/
}

.wrap:after {
    clear: both;
    content: "";
    display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

.wrap {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
}

.site-header {
    background-color: #fff;
    position: relative;
}

/* Site branding */

.site-branding {
    padding: 1em 0;
    position: relative;
    -webkit-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s;
    z-index: 3;
}

.site-branding a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
    opacity: 0.7;
}

.site-title {
    clear: none;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.site-title,
.site-title a {
    color: #222;
    opacity: 1;
    /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
    color: #fff;
}

.site-description {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
    color: #fff;
    opacity: 0.8;
}

.custom-logo-link {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    width: auto;
}

.custom-logo-link img {
    display: inline-block;
    max-height: 80px;
    width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-height: 200px;
    max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
    opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
    display: inline-block;
    vertical-align: middle;
}

.custom-header {
    position: relative;
}

.has-header-image.enablingdevices-front-page .custom-header,
.has-header-video.enablingdevices-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
    display: table;
    height: 300px;
    height: 75vh;
    width: 100%;
}

.custom-header-media {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.custom-header-media:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    /* IE6-9 */
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
    position: fixed;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    min-width: 100vw;
    /* vw prevents 1px gap on left that 100% has */
    width: auto;
    top: 50%;
    padding-bottom: 1px;
    /* Prevent header from extending beyond the footer */
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button {
    /* Specificity prevents .color-dark button overrides */
    background-color: rgba(34, 34, 34, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    height: 45px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 30px;
    top: 30px;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
    /* Specificity prevents .color-dark button overrides */
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(34, 34, 34, 0.8);
    color: #fff;
}

.admin-bar .wp-custom-header-video-button {
    top: 62px;
}

.has-header-image:not(.enablingdevices-front-page):not(.page-template-template-news):not(.home) .custom-header-media img {
    bottom: 0;
    position: absolute;
    top: auto;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ((-o-object-fit: cover) or (object-fit: cover)) {

    .has-header-image .custom-header-media img,
    .has-header-video .custom-header-media video,
    .has-header-video .custom-header-media iframe,
    .has-header-image:not(.enablingdevices-front-page):not(.page-template-template-news):not(.home) .custom-header-media img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
    display: none;
}

.has-header-image.enablingdevices-front-page .site-branding,
.has-header-video.enablingdevices-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.enablingdevices-front-page .site-content {
    /*padding: 0 0 3em 0;*/
}

.enablingdevices-panel {
    overflow: hidden;
    position: relative;
}

.panel-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.panel-image:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    /* IE6-9 */
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 100px;
}

.enablingdevices-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: 1px solid #ddd;
}

.panel-content {
    position: relative;
}

.panel-content .wrap {
    /*  padding-bottom: 0.5em;
            padding-top: 1.75em;*/
}

/* Panel edit link */

.enablingdevices-panel .edit-link {
    display: block;
    margin: 0.3em 0 0;
}

.enablingdevices-panel .entry-header .edit-link {
    font-size: 14px;
    font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.enablingdevices-front-page .panel-content .recent-posts article {
    border: 0;
    color: #333;
    margin-bottom: 3em;
}

.recent-posts .entry-header {
    margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
}

.enablingdevices-panel .recent-posts .entry-header .edit-link {
    color: #222;
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
    position: relative;
    padding-top: 172.41px;
}

@media (max-width: 1024px) {
    .site-content-contain {
        padding-top: 166.8px;
    }
}

@media (max-width: 767px) {
    .site-content-contain {
        padding-top: 0;
    }
}

.site-content {
    background-color: #fff;
    padding: 1em 0 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
    position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
    display: none;
}

.sticky .icon-thumb-tack {
    display: block;
    height: 18px;
    left: -1.5em;
    position: absolute;
    top: 1.65em;
    width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.enablingdevices-front-page):not(.page-template-template-news) .entry-title {
    color: #dc4405;
    font-size: 46px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.entry-header .entry-title {
    margin-bottom: 0.25em;
}

.entry-title a {
    color: #333;
    text-decoration: none;
    margin-left: -2px;
}

.entry-title:not(:first-child) {
    padding-top: 0;
}

.entry-meta {
    color: #767676;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}

.entry-meta a {
    color: #767676;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.facetwp-pager,
.pagination,
.comments-pagination {
    /*border-top: 1px solid #eee;*/
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    padding: 0 0 3em;
    text-align: center;
}

#category-product-container .pagination {
    padding: 0 3em;
}

.pagination .icon,
.comments-pagination .icon {
    width: 0.666666666em;
    height: 0.666666666em;
}

.comments-pagination {
    border: 0;
}

a.facetwp-page,
.page-numbers {
    display: none;
    padding: 0.5em 0.75em;
}

.page-numbers.current {
    color: #767676;
    display: inline-block;
}

.page-numbers.current .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative !important;
    width: auto;
}

.prev.page-numbers,
.next.page-numbers {
    /*    background-color: #ddd;
        -webkit-border-radius: 2px;
        border-radius: 2px;*/
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.25em 0.5em 0.4em;
}

a.prev.page-numbers,
a.next.page-numbers {
    color: #0097a9;
}

a.facetwp-page {
    margin: 3px;
}

a.facetwp-page,
.page-numbers.current,
a.page-numbers {
    color: #0097a9;
    border: 1px solid #0097a9;
    background: #fff;
    border-radius: 50%;
    min-width: 45px;
    height: 45px;

    display: inline-block;
    display: -webkit-box;
    display: -moz-inline-flex;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;

    -webkit-box-pack: center;

    justify-content: center;
}

.facetwp-page.active,
.page-numbers.current,
.pagination a:not(.prev):not(.next):hover,
a.page-numbers:hover {
    color: #fff;
    background: #0097a9;
}

.facetwp-page.prev.page-numbers,
.facetwp-page.next.page-numbers {
    font-size: 1.2em;
}

.prev.page-numbers,
.next.page-numbers,
.prev.page-numbers:hover,
.next.page-numbers:hover {
    border: none;
    background: none;
}

.prev.page-numbers:hover,
.next.page-numbers:hover {
    color: #0097a9;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main>article,
.archive .site-main>article,
.search .site-main>article {
    padding-bottom: 2em;
}

body:not(.enablingdevices-front-page):not(.page-template-template-news) .entry-header {
    padding: 1em 0;
}

body:not(.enablingdevices-front-page):not(.page-template-template-news) .entry-header,
body:not(.enablingdevices-front-page):not(.page-template-template-news) .entry-content,
body:not(.enablingdevices-front-page):not(.page-template-template-news) #comments {
    margin-left: auto;
    margin-right: auto;
}

body:not(.enablingdevices-front-page):not(.page-template-template-news) .entry-header {
    padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link .page-template-template-news .entry-meta a.post-edit-link {
    color: #222;
    display: inline-block;
    margin-left: 1em;
    white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
    margin-left: 0;
    white-space: nowrap;
}

.taxonomy-description {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
    content: "";
    display: block;
    margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.enablingdevices-front-page):not(.page-template-template-news) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
    /*    margin-left: auto;
        margin-right: auto;
        max-width: 740px;*/
}

.single-featured-image-header {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
    display: block;
    margin: auto;
}

.page-links {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    padding: 2em 0 3em;
}

.page-links .page-number {
    color: #767676;
    display: inline-block;
    padding: 0.5em 1em;
}

.page-links a {
    display: inline-block;
}

.page-links a .page-number {
    color: #222;
}

/* Entry footer */

.entry-footer {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 2em;
    padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    padding-left: 2.5em;
    position: relative;
    text-transform: uppercase;
}

.entry-footer .cat-links+.tags-links {
    margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
    color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
    color: #767676;
    left: 0;
    margin-right: 0.5em;
    position: absolute;
    top: 2px;
}

.entry-footer .edit-link {
    display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
    background-color: #222;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    margin-top: 2em;
    padding: 0.7em 2em;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
    background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

.format-quote blockquote {
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    overflow: visible;
    position: relative;
}

.format-quote blockquote .icon {
    display: block;
    height: 20px;
    left: -1.25em;
    position: absolute;
    top: 0.4em;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 20px;
}

/* Post Navigation */

.post-navigation {
    font-weight: 800;
    margin: 3em 0;
}

.post-navigation .nav-links {
    padding: 1em 2em;
}

.nav-subtitle {
    background: transparent;
    color: #767676;
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.1818em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.nav-title {
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
}

.post-navigation .nav-next {
    margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
    padding-bottom: 2em;
}

.page:not(.page-template-template-news) .entry-header .edit-link {
    font-size: 14px;
    font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
    font-size: 11px;
    font-size: 0.6875rem;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page:not(.home) #content {
    padding-bottom: 1.5em;
}

/* 404 page */

.error404 .page-content {
    padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
    margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
    /*border-top: 1px solid #eee;*/
}

.site-footer .wrap {
    padding-bottom: 45px;
    padding-top: 45px;
}

/* Footer widgets */

.site-footer .widget-area {
    padding-bottom: 2em;
    padding-top: 2em;
}

/* Social nav */

.social-navigation {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em;
}

.social-navigation ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}

.social-navigation li {
    display: inline;
}

.social-navigation a {
    background-color: #767676;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin: 0 1em 0.5em 0;
    text-align: center;
    width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
    background-color: #333;
}

.social-navigation .icon {
    height: 16px;
    top: 12px;
    width: 16px;
    vertical-align: top;
}

/* Site info */

.site-info {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 1em;
}

.site-info a {
    color: #666;
}

.site-info .sep {
    margin: 0;
    display: block;
    visibility: hidden;
    height: 0;
    width: 100%;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
    clear: both;
    padding: 0 0 0.5em;
}

.comments-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li:before {
    display: none;
}

.comment-body {
    margin-left: 65px;
}

.comment-author {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comment-author .says {
    display: none;
}

.comment-meta {
    margin-bottom: 1.5em;
}

.comment-metadata {
    color: #767676;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.comment-metadata a {
    color: #767676;
}

.comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em;
}

.comment-body {
    color: #333;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 4em;
}

.comment-reply-link {
    font-weight: 800;
    position: relative;
}

.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em;
}

.children .comment-author .avatar {
    height: 30px;
    left: -45px;
    width: 30px;
}

.bypostauthor>.comment-body>.comment-meta>.comment-author .avatar {
    border: 1px solid #333;
    padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.comments-pagination {
    margin: 2em 0 3em;
}

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

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
    padding: 1em 0 2em;
}

.widget {
    padding-bottom: 3em;
}

h2.widget-title {
    color: #222;
    /*    font-size: 13px;
        font-size: 0.8125rem;*/
    font-weight: 800;
    letter-spacing: 0.1818em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.widget-title a {
    color: inherit;
}

/* widget forms */

.widget select {
    width: 100%;
}


/* widget lists */

.widget ul {
    list-style: none;
    margin: 0;
}

.widget ul li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.5em 0;
}

.widget ul li+li {
    margin-top: -1px;
}

.widget ul li ul {
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
}

.widget ul li li {
    border: 0;
    padding-left: 24px;
    padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
    bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
    padding-bottom: 0.25em;
    padding-top: 0.25em;
}

.widget_rss ul li {
    padding-bottom: 1em;
    padding-top: 1em;
}

/* widget markup */

.widget .post-date,
.widget .rss-date {
    font-size: 0.81em;
}

/* Text widget */

.widget_text {
    word-wrap: break-word;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
    float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
    display: block;
}

.widget_rss ul li {
    padding: 2.125em 0;
}

.widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.widget_rss li .rsswidget {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
    color: #767676;
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.widget_rss .rss-date {
    margin: 0.5em 0 1.5em;
    padding: 0;
}

.widget_rss .rssSummary {
    margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
    margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
    border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
    display: block;
}

/* Search */

.search-form {
    position: relative;
}

.search-form .search-submit {
    bottom: 3px;
    padding: 0.5em 1em;
    position: absolute;
    right: 3px;
    top: 3px;
}

.search-form .search-submit .icon {
    height: 24px;
    top: -2px;
    width: 24px;
}

/* Tag cloud widget */

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
    line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
    border: 1px solid #ddd;
    box-shadow: none;
    display: inline-block;
    float: left;
    font-size: 14px !important;
    /* !important to overwrite inline styles */
    font-size: 0.875rem !important;
    margin: 4px 4px 0 0 !important;
    padding: 4px 10px 5px !important;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: auto;
    word-wrap: break-word;
    z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
    border-color: #bbb;
    box-shadow: none;
    text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
    text-align: center;
}

.widget_calendar tfoot td {
    border: 0;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

video {
    width: 100%;
    /* Adhere to container width. */
}

img.alignleft,
img.alignright {
    float: none;
    margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
    margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
    border-color: #eee;
    color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #eee;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #767676;
    color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
    color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
    background: #222;
    border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #555;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #aaa;
    color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
    color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
    padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.site-content .wp-playlist-item {
    padding: 0 0.3125em;
    cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
    border-bottom: none;
}

.site-content .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
    box-shadow: none;
    background: transparent;
}

.site-content .wp-playlist-item-length {
    top: 5px;
}

/* SVG Icons base styles */

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    /* Align more nicely with capital letters */
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.enablingdevices-customizer.enablingdevices-front-page .enablingdevices-panel:after {
    border: 2px dashed #0085ba;
    /* Matches visible edit shortcuts. */
    bottom: 1em;
    content: "";
    display: block;
    left: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 1;
}

.highlight-front-sections.enablingdevices-customizer.enablingdevices-front-page .enablingdevices-panel .panel-content {
    z-index: 2;
    /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.enablingdevices-customizer.enablingdevices-front-page .enablingdevices-panel .enablingdevices-panel-title {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3em;
    text-transform: uppercase;
    text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.enablingdevices-customizer.enablingdevices-front-page .enablingdevices-panel:nth-of-type(1):after {
    border: none;
}

.enablingdevices-front-page.enablingdevices-customizer #primary article.panel-placeholder {
    border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.enablingdevices-panel .customize-partial-edit-shortcut button {
    top: 30px;
    left: 30px;
}

/* Ensure that placeholder icons are visible. */
.enablingdevices-panel .customize-partial-edit-shortcut-hidden:before {
    visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
    display: none;
}

.no-svg .svg-fallback {
    display: inline-block;
}

.no-svg .dropdown-toggle {
    padding: 0.5em 0 0;
    right: 0;
    text-align: center;
    width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
    -webkit-transform: rotate(0);
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
    content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
    background: transparent;
    color: #222;
    height: auto;
    width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
    clip: auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    position: relative !important;
    /* overrides previous !important styles */
    width: auto;
}


/*--------------------------------------------------------------
19.0 Zen Design Firm
--------------------------------------------------------------*/
#masthead-site-header-top-bar {
    background: #0097a9;
    padding: .5em 10px;
    font-size: 14px;
}

#masthead-site-header-top-bar-links {
    float: right;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

#masthead-site-header-top-bar-links a,
#masthead-site-header-top-bar-links span {
    vertical-align: middle;
    color: #fff;
    margin-left: 10px;
}

#masthead-site-header-top-bar-links a:hover {
    text-decoration: underline;
}

#masthead-site-header-top-bar-phone-mobile {
    display: none;
}

#masthead-site-header-table {
    display: table;
    width: 100%;
}

#masthead-site-header-tr {
    display: table-row;
}

.masthead-site-header-td {
    display: table-cell;
    vertical-align: middle;
}

.masthead-site-header-td-left {
    /*width: 20%;*/
}

.masthead-site-header-td-right {
    /*width: 80%;*/
}

#masthead-site-header-logo {
    display: inline-block;
    margin: 20px 0;
    padding-left: 10px;
}

#masthead-site-header-logo span {
    visibility: hidden;
}

#masthead-site-header-logo a.no-logo {
    display: block;
    width: 300px;
    height: 116px;
    background: url(assets/images/Logo.svg) no-repeat;
    background-size: contain;
    overflow: hidden;
}

#masthead-site-header-navigation-right {}

#masthead-site-header-navigation {
    text-align: right;
}

#masthead-site-header-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#masthead-site-header-navigation ul li {
    display: inline-block;
    margin-right: 20px;
    padding-left: 20px;
}

#masthead-site-header-navigation ul li:first-child {
    padding-left: 0;
}

#masthead-site-header-navigation ul a {
    font-family: "robotobold", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    position: relative;
    display: block;
}

#masthead-site-header-navigation ul li:last-child a {
    color: #dc4405;
}

#masthead-site-header-navigation ul .primary-menu a.has_sub_nav.has_sub_nav_active:after {
    content: '';
    top: 26px;
    height: 20px;
    width: 100%;
    position: absolute;
    display: block;
    background: url(assets/images/top-sub-nav-arrow.png) center center no-repeat;
}

#masthead-site-header-navigation ul .primary-menu .masthead-site-header-navigation-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #f0f0f0;
    padding: 25px 35px 25px 25px;
    width: 100%;
}

#masthead-site-header-navigation ul .secondary-menu .masthead-site-header-navigation-submenu {
    position: relative;
    display: none;
}

#masthead-site-header-navigation ul .masthead-site-header-navigation-submenu a.masthead-site-header-navigation-submenu-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1em;
    display: inline-block;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background: #0097a9;
    color: #fff;
    border-radius: 50%;
}

#masthead-site-header-navigation ul .primary-menu .masthead-site-header-navigation-subcategories {
    text-align: left;
    /*width: 300px;*/
    width: 22%;
    padding-right: 15px;
}

#masthead-site-header-navigation-section-primary-filters-hidden {
    display: none;
}

#masthead-site-header-navigation-section-primary-filters {
    width: 78%;
    text-align: left;
    display: none;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

#masthead-site-header-navigation ul .secondary-menu .masthead-site-header-navigation-subcategories {
    position: absolute;
    top: 20px;
    left: 0;
    background: #f0f0f0;
    z-index: 1000;
    text-align: left;
    width: 300px;
    padding: 10px 20px;
}

#masthead-site-header-navigation ul .masthead-site-header-navigation-submenu a.masthead-site-header-navigation-subcategories-header,
#masthead-site-header-navigation ul .masthead-site-header-navigation-submenu a.masthead-site-header-navigation-subcategories-link,
#masthead-site-header-navigation-section-primary-filters h2.widget-title {
    color: #0097a9;
    margin: 10px 0;
    text-transform: lowercase;
    font-size: 20px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

#masthead-site-header-navigation-section-primary-filters h2.widget-title {
    font-weight: normal;
    letter-spacing: normal;
    margin-left: 10px;
}

#masthead-site-header-navigation ul .masthead-site-header-navigation-submenu a.masthead-site-header-navigation-subcategories-header:hover {
    color: #0097a9 !important;
}

#masthead-site-header-navigation ul .masthead-site-header-navigation-submenu ul li {
    margin: 0;
    padding: 0 10px;
}

#masthead-site-header-navigation ul .masthead-site-header-navigation-submenu ul ul li:first-child,
#masthead-site-header-navigation ul .masthead-site-header-navigation-submenu ul ul li {
    padding: 5px 0;
}

#masthead-site-header-navigation ul li.secondary-menu:hover .masthead-site-header-navigation-submenu,
#masthead-site-header-navigation ul li.secondary-menu:hover a.has_sub_nav:after,
#masthead-site-header-navigation ul .masthead-site-header-navigation-submenu li {
    display: block;
}

#masthead-site-header-navigation ul li.primary-menu:hover .masthead-site-header-navigation-submenu-display,
#masthead-site-header-navigation ul li.primary-menu .masthead-site-header-navigation-submenu-display,
#masthead-site-header-navigation ul li.primary-menu .masthead-site-header-navigation-submenu-display .masthead-site-header-navigation-section-primary-filters-display,
#masthead-site-header-navigation-section-primary-filters ul {
    display: block;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-box-pack: justify;
    box-pack: justify;
}

#masthead-site-header-navigation-section-primary-filters ul li {
    flex-wrap: wrap;
    width: 20%;
}

#masthead-site-header-navigation-section-primary-filters ul li h3 {
    margin: 0 0 5px 0;
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
}

#masthead-site-header-navigation-section-primary-filters ul li div.header {
    margin-bottom: 5px;
}

#masthead-site-header-navigation-section-primary-filters ul #masthead-site-header-navigation ul li.primary-menu .masthead-site-header-navigation-submenu-display .masthead-site-header-navigation-subcategories,
#masthead-site-header-navigation ul li.primary-menu .masthead-site-header-navigation-submenu-display .masthead-site-header-navigation-section-primary-filters-display {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
}

#masthead-site-header-navigation ul .masthead-site-header-navigation-submenu a {
    font-size: .8em;
    display: block;
}

.masthead-site-header-navigation-arrow-container {
    height: 20px;
    width: 100%;
    position: absolute;
}

#masthead-site-header-navigation ul .masthead-site-header-navigation-arrow {
    height: 20px;
    background: url(assets/images/top-sub-nav-arrow.png) center center no-repeat;
}

.masthead-site-header-navigation-section {
    /*display: inline-block;*/
    margin-top: 20px;
}

.masthead-site-header-navigation-section:first-child {
    margin-top: 0;
}

.masthead-site-header-navigation-section * {
    vertical-align: middle;
}

.masthead-site-header-navigation-section-account-cart a {
    margin-right: 20px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    color: #000;
}

.masthead-site-header-navigation-section-account-cart .quote-icon,
.masthead-site-header-navigation-section-account-cart .cart-icon,
.masthead-site-header-navigation-section-account-cart .account-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.masthead-site-header-navigation-section-account-cart .account-label {
    /*margin-left: 5px;*/
}

.masthead-site-header-navigation-section-account-cart .account-icon {
    background: url(assets/images/Account_Icon.svg) no-repeat;
}

.masthead-site-header-navigation-section-account-cart .cart-icon {
    background: url(assets/images/Cart_Icon.svg) no-repeat;
}

.masthead-site-header-navigation-section-account-cart .quote-icon {
    background: url(assets/images/add-to-quote-3.png) no-repeat;
    background-size: contain;
}

#masthead-site-header-navigation ul a:hover,
#masthead-site-header-navigation ul .masthead-site-header-navigation-submenu a.masthead-site-header-navigation-subcategories-link:hover {
    color: #b0008e !important;
}

.masthead-site-header-navigation-section-account-cart a:hover {
    color: #0097A9 !important;
}

#masthead-site-header-navigation ul .masthead-site-header-navigation-submenu a.masthead-site-header-navigation-submenu-close:hover {
    background-color: #b0008e;
    color: #fff !important;
}

#masthead-site-header-bottom {
    padding: 0 10px;
}

#masthead-site-header-bottom-borders {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
}

#masthead-site-header-bottom-table {
    display: table;
    width: 100%;
}

#masthead-site-header-bottom-tr {
    display: table-row;
}

.masthead-site-header-bottom-td {
    display: table-cell;
    vertical-align: middle;
}

.masthead-site-header-bottom-td-middle {
    width: 100%;
}

.masthead-site-header-bottom-td-middle label {
    margin: 0;
}

.masthead-site-header-bottom-td-left {
    white-space: nowrap;
    padding-right: 2em;
}

.masthead-site-header-bottom-td-left a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 0 -6px .5em;
}

.masthead-site-header-bottom-td-left a:first-child {
    margin-left: 0;
}

.masthead-site-header-bottom-td-left span {
    visibility: hidden;
}

.masthead-site-header-bottom-td-right {
    white-space: nowrap;
    padding-left: 2em;
}

.masthead-site-header-bottom-td-right a {
    text-decoration: none;
    margin-left: 10px;
}

.masthead-site-header-bottom-td-right a:first-child {
    margin-left: 0;
}

.masthead-site-header-bottom-td-right a:hover {
    color: #000;
    text-decoration: underline;
}

.social-media-instagram-link {
    background: url(assets/images/Instagram.svg) no-repeat;
}

.social-media-facebook-link {
    background: url(assets/images/Facebook.svg) no-repeat;
}

.social-media-twitter-link {
    background: url(assets/images/Twitter.svg) no-repeat;
}

.social-media-pinterest-link {
    background: url(assets/images/Pinterest.svg) no-repeat;
}

.social-media-youtube-link {
    background: url(assets/images/Youtube.svg) no-repeat;
}

.social-media-linkedin-link {
    background: url(assets/images/LinkedIn.svg) no-repeat;
}

#masthead-site-header-bottom input[type="search"] {
    background: #f0f0f0;
    font-size: 1.1em;
    font-family: "robotoregular", "Helvetica Neue", helvetica, arial, sans-serif;
    border: 1px solid #f0f0f0;
    color: #aaa;
    border-radius: 25px;
    padding: 0.5em 3em 0.5em 1em;
}

#masthead-site-header-bottom button {
    background: none;
    color: #aaa;
}

#masthead-site-header-bottom input[type="search"]::-webkit-input-placeholder {
    color: #aaa;
    font-size: 1.1em;
    line-height: 1em;
    font-family: "robotoregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

#masthead-site-header-bottom input[type="search"]:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
    font-size: 1.1em;
    line-height: 1em;
    font-family: "robotoregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

#masthead-site-header-bottom input[type="search"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
    font-size: 1.1em;
    line-height: 1em;
    font-family: "robotoregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

#masthead-site-header-bottom input[type="search"]:-ms-input-placeholder {
    color: #aaa;
    font-size: 1.1em;
    line-height: 1em;
    font-family: "robotoregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

#homepage-top-banner {
    max-width: 1164px;
    margin: 30px auto 0;
}

#homepage-top-banner .bxslider>li {
    display: block;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-box-pack: justify;
    box-pack: justify;
}

#homepage-top-banner .bxslider>li>a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    width: 100%;
}

.homepage-top-banner-content-container {
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    position: relative;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    width: 40%;
}

@media (max-width: 1024px) {
    .homepage-top-banner-image {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .homepage-top-banner-image {
        width: 100%;
    }
}

.homepage-top-banner-image {
    width: 50%;
}

@media (max-width: 1024px) {
    .homepage-top-banner-image {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .homepage-top-banner-image {
        display: none;
    }
}

.homepage-top-banner-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.homepage-top-banner-title {
    color: #0097a9;
    font-size: 20px;
    padding: 0 0 10px 0;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.homepage-top-banner-text-top p:first-child,
.homepage-top-banner-text-bottom p:first-child {
    margin: 0;
}

.homepage-top-banner-text-top p {
    background: #fff;
    display: inline;
    padding: 0 25px 0 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.homepage-top-banner-text-top {
    font-size: 40px;
    font-weight: bold;
}

.homepage-top-banner-text-bottom {
    padding: 10px 10px 10px 0;
    background: #fff;
    font-size: 20px;
}

.homepage-top-banner-link {
    padding: 10px 0 0 0;
}

.homepage-top-banner-link a {
    padding-right: 25px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    background: url(assets/images/Link_Arrow.svg) right 2px no-repeat;
    background-size: 20px 20px;
}

.product-slider {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px dashed #ffb500;
}

.cart-collaterals .cross-sells .product-slider {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.cart-collaterals .cross-sells .product-slider h5 {
    margin-top: .83em;
}

.product-slider .owl-carousel {
    padding: 25px 0;
}

.product-slider h5 {
    margin: 0 100px 0 0;
    text-transform: none;
    color: #000;
    font-size: 2em;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
}

#homepage_social_media_slider.slick-initialized .slick-track,
#homepage_social_media_slider.slick-initialized .slick-slide,
#homepage_social_media_slider.slick-initialized .slider-content,
#homepage_social_media_header,
#homepage_social_media_header_icon_text,
#homepage_social_media_header_icon_text_inner,
.product-slider .slick-initialized .slick-track,
.product-slider .owl-carousel .slider-item,
.product-slider .slider-content,
.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.blog-post-content,
#blog-posts,
#blog-posts>article,
#blog-page-newsletter form,
#blog-page-resources,
.blog-page-resource,
.blog-page-resource-inner,
#blog-filters,
#blog-filters .widget,
#blog-filters .textwidget {
    display: block;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-box-pack: justify;
    box-pack: justify;
    justify-content: top;
}

#blog-posts,
.woocommerce .products ul,
.woocommerce ul.products {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
    content: none !important;
}

.woocommerce ul.products {
    margin: 0;
    flex-wrap: wrap;
}

/*.product-slider .slick-initialized .slick-slide,*/
#homepage_social_media_slider.slick-initialized .slick-slide {
    float: none;
    height: auto;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    height: auto;
    border: 1px solid #ccc;
}

.product-slider .owl-carousel .slider-item {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.product-slider {
    overflow: hidden !important;
}

.product-slider .owl-carousel .slider-item .slider-content {
    padding: 20px !important;
}

.product-slider .owl-carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.product-slider .owl-carousel .owl-stage,
.product-slider .owl-carousel .owl-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
}


/*.product-slider .slick-initialized .slick-slide:last-of-type {
    margin: 0;
}*/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 0 2em 0;
    width: 23.5%;
}

.woocommerce #category-product-container.filtersOpened li.product,
.woocommerce-page #category-product-container.filtersOpened li.product {
    width: 30%
}

.woocommerce ul.products li.product .product-content,
.woocommerce-page ul.products li.product .product-content,
#homepage_social_media_slider.slick-initialized .slider-content,
.product-slider .owl-carousel,
.product-slider .owl-carousel .slider-content,
.blog-page-resource-inner,
#category-product-container {
    position: relative;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    width: 100%;
    padding: 35px 20px 20px 20px;
}

#homepage_social_media_slider.slick-initialized .slider-content {
    padding: 0;
    width: auto;
}

.product-slider .slider-content-image {
    text-align: center;
    margin-bottom: 25px;
}

.product-slider .slider-content-image>a {
    text-decoration: none;
}

.product-slider .owl-carousel img {
    display: inline-block !important;
}

.product-slider .slider-content-name {
    margin-bottom: 10px;
    font-size: 18px;
}

.product-slider .slider-content-excerpt {
    margin-bottom: 20px;
}

.product-slider .slider-content-name a {
    font-weight: bold;
    color: #000;
}

.product-slider .woocommerce-Price-amount {
    color: #808285;
}

.product-slider ins .woocommerce-Price-amount {
    color: #000;
}

.product-slider .slider-content-price del {
    color: #808285;
    margin-right: 10px;
}

.product-slider .slider-content-price del .woocommerce-Price-amount {
    font-weight: normal;
}

.product-slider .slider-content-price ins {
    font-weight: bold;
    background: none;
}

.product-slider .slider-content-savings {
    margin-bottom: 10px;
}

.product-slider .slider-content-savings span {
    display: inline-block;
    color: #fff;
    background: #da291c;
    padding: 5px 15px;
    border-radius: 15px;
    -webkit-border-radius: 25px;
    font-size: 14px;
}

.product-slider .slider-content-view-all {
    text-align: center;
}

.product-slider .slider-content-view-all a {
    padding-right: 25px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    background: url(assets/images/Link_Arrow.svg) right 2px no-repeat;
    background-size: 20px 20px;
}

.blog-post-category,
.product-slider .slider-content-category,
ul.products .product-content-category {
    max-height: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 14px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.blog-post-image-right-full-width .blog-post-category {
    right: auto;
    left: 0;
}

.blog-post-category a,
.product-slider .slider-content-category a,
ul.products .product-content-category a {
    color: #fff;
}

.blog-post-category a:hover,
.product-slider .slider-content-category a:hover,
ul.products .product-content-category a:hover {
    text-decoration: underline;
}

.woocommerce #tab-reviews #reviews #comments ol.commentlist li .meta {
    color: #000;
    font-size: 1em;
}

.enabling-devices-slick-prev,
.enabling-devices-slick-next,
.owl-prev,
.owl-next {
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    top: -45px;
    text-indent: -9999px;
}

.enabling-devices-slick-prev:focus,
.enabling-devices-slick-next:focus,
.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.enabling-devices-slick-prev,
.owl-prev {
    background: url(assets/images/Arrow_Circle.svg) no-repeat;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
    right: 50px;
}

.enabling-devices-slick-next,
.owl-next {
    background: url(assets/images/Arrow_Circle.svg) no-repeat;
    right: 0;
}

.enabling-devices-slick-prev:hover,
.enabling-devices-slick-next:hover,
.owl-prev:hover,
.owl-next:hover {
    background: url(assets/images/Arrow_Circle_Hover.svg) no-repeat;
}

#homepage-featured-area,
#blog-featured-area {
    display: block;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;

    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-box-pack: justify;
    flex-wrap: wrap;
    box-pack: justify;
    color: #fff;
    margin-top: 50px;
}

.homepage-featured-area-content,
.blog-featured-area-content {
    display: block;
    position: relative;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    width: 33.33%;
    padding: 20px 40px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.homepage-featured-area-title,
.blog-featured-area-title {
    display: block;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: normal;
    font-size: 20px;
    display: block;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.homepage-featured-area-title-border,
.blog-featured-area-title-border {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 2px;
    background-repeat: repeat-x;
    display: block;
}

.homepage-featured-area-text,
.blog-featured-area-text {
    font-size: 24px;
    display: block;
    font-family: "robotolight", "Helvetica Neue", helvetica, arial, sans-serif;
    margin-top: 20px;
}

.homepage-featured-area-text p,
.blog-featured-area-text p {
    margin-top: 12px;
}

.homepage-featured-area-text p:first-child,
.blog-featured-area-text p:first-child {
    margin-bottom: 0;
}

#homepage-featured-area a,
#blog-featured-area a {
    color: #fff;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    text-decoration: none;
}

#homepage-featured-area a:hover,
#blog-featured-area a:hover {
    opacity: 0.7;
}

.homepage-featured-area-link,
.blog-featured-area-link {
    margin-top: 20px;
    display: inline-block;
    background: url(assets/images/Link_Arrow_White.svg) right 2px no-repeat;
    padding-right: 30px;
    background-size: 20px 20px;
}

#homepage-featured-banner,
#blog-featured-banner {
    background: #b0008e;
    padding: 4% 7%;
}

#homepage-featured-banner {
    margin-top: 50px;
}

#homepage-featured-banner-table,
#blog-featured-banner-table {
    display: table;
    width: 100%;
}

#homepage-featured-banner-tr,
#blog-featured-banner-tr {
    display: table-row;
}

.homepage-featured-banner-td,
.blog-featured-banner-td {
    display: table-cell;
    vertical-align: middle;
}

.homepage-featured-banner-image,
.blog-featured-banner-image {
    width: 33%;
    padding-right: 25px;
}

.homepage-featured-banner-image img,
.blog-featured-banner-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.homepage-featured-banner-content,
.blog-featured-banner-content {
    width: 66%;
    padding-left: 25px;
}

.homepage-featured-banner-title,
.blog-featured-banner-title {
    color: #ffb500;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.homepage-featured-banner-text,
.blog-featured-banner-text {
    color: #fff;
    font-size: 30px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.homepage-featured-banner-text p,
.blog-featured-banner-text p {
    margin-top: 15px;
    margin-bottom: 0;
}

.homepage-featured-banner-link,
.blog-featured-banner-link {
    margin-top: 15px;
}

.homepage-featured-banner-link a,
.blog-featured-banner-link a {
    color: #fff;
    font-size: 1.2em;
    font-family: "robotobold", "Helvetica Neue", helvetica, arial, sans-serif;
    display: inline-block;
    background: url(assets/images/Link_Arrow_White.svg) right 2px no-repeat;
    padding-right: 35px;
    background-size: 25px 25px;
}

.homepage-featured-banner-link a:hover,
.blog-featured-banner-link a:hover {
    text-decoration: underline;
}

#homepage_social_media_slider {
    margin-top: 50px;
    padding-top: 20px;
}

#homepage_social_media_slider.slick-initialized .slick-slide {
    text-align: center;
    padding: 0 10px;
}

#homepage_social_media_slider.slick-initialized .slick-slide img {
    display: inline-block;
}

.woocommerce .product-breadcrumbs .woocommerce-breadcrumb {
    margin: 0 0 3em;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #0097A9;
}

.product-images {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    padding-bottom: 2em;
}

#product-image {
    float: right;
    width: 80%;
}

.product-no-image {
    text-align: center;
}

.woocommerce div.product div.images .product-images div.thumbnails {
    padding: 0;
    float: left;
    max-width: 15%;
}

.woocommerce #content div.product div.images .product-images div.thumbnails a,
.woocommerce div.product div.images .product-images div.thumbnails a,
.woocommerce-page #content div.images .product-images div.product div.thumbnails a,
.woocommerce-page div.product div.images .product-images div.thumbnails a,
.MagicToolboxSelectorsContainer>div:not(.MagicScroll) a,
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: .5em;
    text-align: center;
    max-width: 100px;
}

.no-cssfilters-magic .mz-thumb:hover,
.no-cssfilters-magic .mz-thumb-selected.mz-thumb,
.no-cssfilters-magic [data-magic-slide-id].m360-selector,
.no-cssfilters-magic [data-magic-slide-id].video-selector {
    background: #fff !important;
}

.woocommerce #content div.product div.images .product-images div.thumbnails a,
.woocommerce div.product div.images .product-images div.thumbnails a,
.woocommerce-page #content div.images .product-images div.product div.thumbnails a,
.woocommerce-page div.product div.images .product-images div.thumbnails a {
    display: inline-block;
    width: 100%;
    float: none;
}

.MagicToolboxSelectorsContainer>div:not(.MagicScroll) a,
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a {
    display: block !important;
}

.MagicToolboxSelectorsContainer>div:not(.MagicScroll) a img,
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a img {
    /*width: 100% !important;*/
    display: inline-block !important;
}

[data-magic-slide-id].active-selector img {
    -webkit-filter: initial;
    filter: initial;
}

[data-magic-slide-id].mz-thumb-selected img {
    -webkit-filter: brightness(60%) !important;
    filter: brightness(60%) !important;
    -webkit-transition: none;
    transition: none;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    min-width: 15% !important;
    padding-right: 0 !important;
}

div.MagicToolboxSelectorsContainer a {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

div.MagicToolboxContainer {
    /*text-align: left !important;*/
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
    padding-left: 5% !important;
    width: 75%;
}

.woocommerce p.stars a {
    font-family: sans-serif;
}

.woocommerce div.product .woocommerce-product-rating * {
    vertical-align: middle;
}

.woocommerce p.stars a:before,
.woocommerce p.stars.selected a.active~a:before,
.woocommerce p.stars a:hover~a:before,
.woocommerce .entry-content p.stars a {
    color: #ccc;
}

.woocommerce p.stars.selected a:not(.active):before,
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before,
.woocommerce .entry-content p.stars a:hover,
.woocommerce .star-rating span,
.woocommerce .woocommerce-product-rating .star-rating {
    color: #ffb500;
}

.woocommerce #review_form #respond p {
    line-height: normal;
}

.woocommerce #review_form #respond p.comment-form-rating {
    display: inline-block;
}

.woocommerce .woocommerce-product-rating .star-rating {
    font-size: 1.2em;
    float: none;
    display: inline-block;
    margin: 0 5px 0 0;
}

.woocommerce .star-rating:before {
    color: #ccc;
}

.woocommerce-review-separator,
.woocommerce-review-count {
    color: #808285;
}

.woocommerce-review-count,
a.woocommerce-review-link {
    font-size: 1em;
}

.woocommerce-Reviews-title {
    margin-top: 0;
}

.woocommerce div.product .product_title {
    color: #dc4405;
    margin: 0;
    font-size: 46px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.woocommerce div.product .product_sku {
    margin-bottom: 1em;
    text-transform: uppercase;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #dc4405;
    font-size: 1.5em;
    margin-bottom: .5em;
}

.woocommerce div.product form.cart {
    margin-top: 2em;
}

.woocommerce div.product form.cart .clear {
    display: none;
}

.woocommerce div.product form.cart .button_add_to_quote {
    float: left;
    clear: none;
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce .site-content-contain div.product form.cart .button_add_to_quote button.button,
.woocommerce .site-content-contain div.product form.cart .button_add_to_quote button.button.alt,
.woocommerce .site-content-contain div.product form.cart .button_add_to_quote button.button {
    background-color: #f0f0f0;
    color: #000;
}

.woocommerce div.product .section-wishlist form.cart {
    margin: 0;
}

.woocommerce div.product form.cart p {
    margin-bottom: .5em;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1em;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product .bundle_data div.quantity,
.woocommerce-page div.product .bundle_data div.quantity,
.woocommerce #content div.product .bundle_data div.quantity,
.woocommerce-page #content div.product .bundle_data div.quantity,
.woocommerce div.product .bundle_data .bundle_wrap div.quantity,
.woocommerce-page div.product .bundle_data .bundle_wrap div.quantity,
.woocommerce #content div.product .bundle_data .bundle_wrap div.quantity,
.woocommerce-page #content div.product .bundle_data .bundle_wrap div.quantity {
    float: none;
    white-space: nowrap;
    margin-right: 0;
    margin-top: 5px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.woocommerce .quantity .qty {
    width: 75px;
    border-radius: 25px;
    height: 40px;
    line-height: 1;
    margin-left: 5px;
    padding: 0 10px 0 0;
}

.woocommerce div.product form.cart .button {
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    margin-top: 15px;
    padding: 0 2em;
}

.woocommerce .site-content-contain div.product form.cart .button_add_to_quote button.button.alt,
.woocommerce .site-content-contain div.product form.cart .button_add_to_quote button.button,
.woocommerce div.product form.cart button.button,
.woocommerce div.product form.cart button.button.alt {
    line-height: normal;
}

.woocommerce div.product #wl-wrapper.wl-button-wrap {
    float: left;
    width: auto;
    clear: none;
    padding: 0;
    margin: 0;
}

.woocommerce div.product #wl-wrapper.wl-button-wrap .button {
    background: url(assets/images/Wish-List.svg) 0 0 no-repeat;
    background-size: 40px 40px;
    color: #000;
    padding-left: 45px;
    margin: 6px 0 0 10px;
}

.product-social-media {
    float: left;
}

.product-social-media .nc_socialPanel {
    margin: 0 !important;
    display: inline-block;
}

.woocommerce div.product div.images .product-icons {
    float: right;
}

.woocommerce div.product div.images .product-icons img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    max-width: 25px;
    width: 25px;
    height: 25px;
}

.product-short-description p {
    margin-bottom: 5px;
}

.product-tags {
    border: 2px dotted #ffb500;
    padding: 1.5em;
    margin-top: 3.5em;
    color: #000;
}

.product-tags h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    color: #000;
}

.product-tags ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.product-tags ul:before,
.product-tags ul:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.product-tags ul:after {
    clear: both;
}

.product-tags li {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
    font-size: 22px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.product-tags li.single-product-tag {
    width: 100%;
}

.product-tags li:nth-child(odd) {
    padding-right: 20px;
}

.product-tags li a {
    color: #000;
}

.product-tags li a:hover {
    color: #000;
    text-decoration: underline;
}

.secure-checkout-icons {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.product-additional-info p {
    margin-bottom: 5px;
}

.woocommerce #content div.product .woocommerce-tabs {
    margin-top: 2em;
}

.product-video {
    margin-top: 2em;
}

.product-video video,
.product-video iframe {
    max-width: 100%;
}

.product-video iframe {
    margin-bottom: 0;
}

.product-live-chat {
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    margin-top: 1.5em;
    background: url(assets/images/Chat.svg) no-repeat;
    background-size: 40px 40px;
}

.product-live-chat a {
    color: #000;
    margin-left: 5px;
    text-decoration: underline;
}

.product-live-chat a:hover {
    color: #000;
}

.product-additional-info a {
    margin-left: 20px;
}

.product-additional-info a:first-child {
    margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: -webkit-box;
    display: -moz-flex;
    display: flex;

    padding: 0;
    -ms-box-orient: horizontal;
    /*    -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: stretch;
        align-items: stretch;*/
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #fff;
    padding: 0;
    text-transform: lowercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.questions_tab {
    text-transform: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #0097a9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 1px solid #0097a9;
    margin: 0 0 0 .5em;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -webkit-box-flex: 1;
    flex: 1;
    max-width: 265px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:first-child {
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
    outline: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    padding: .5em;
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border: 2px solid #0097a9;
    padding: 2em;
    display: none;
}

.woocommerce-Tabs-panel--description ul {
    padding-left: 1em;
}

#tab-questions h3 {
    margin-top: 0;
    padding: 0;
}

#tab-questions #ywqa_question_list,
#tab-questions #ask_question {
    padding: 0;
}

#tab-questions #ywqa_question_list p {
    margin: 0 0 1.5em;
}

#tab-questions input#ywqa_ask_question_text {
    margin-right: 10px;
}

#tab-questions input#ywqa_ask_question_text,
#tab-questions input#ywqa-submit-question {
    margin-bottom: 10px;
}

.woocommerce div.product #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    padding: 0;
    border: none;
}

.woocommerce div.product #reviews .star-rating {
    /*float: none;*/
}

.woocommerce div.product #reviews .description {
    /*float: right;*/
}

.woocommerce div.product .woocommerce-tabs #tab-accessories.panel {
    padding: 0;
}

.woocommerce .products ul.cross-sells,
.woocommerce ul.products.cross-sells,
.woocommerce ul.products.cross-sells li.product,
.woocommerce-page ul.products.cross-sells li.product {
    display: block;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-box-pack: justify;
    box-pack: justify;
    justify-content: center;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.woocommerce ul.products.cross-sells li.product .cross-sell-content,
.woocommerce-page ul.products.cross-sells li.product .cross-sell-content {
    display: -webkit-box;
    display: -moz-flex;
    display: flex;

    position: relative;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    width: 100%;
    padding: 35px 20px 20px 20px;
    -webkit-box-pack: center;
    justify-content: center;
}

.woocommerce ul.products.cross-sells li.product,
.woocommerce-page ul.products.cross-sells li.product {
    margin: 2em 1.5em;
    padding: 10px;
    width: 21%;
    border: 1px solid #ccc;
}

.woocommerce ul.products.cross-sells li.product a,
.woocommerce-page ul.products.cross-sells li.product a {
    font-weight: bold;
}

.woocommerce ul.products.cross-sells li.product .woocommerce-Price-amount,
.woocommerce-page ul.products.cross-sells li.product .woocommerce-Price-amount {
    color: #808285;
}

.woocommerce ul.products.cross-sells li.product .cross-sell-image {
    text-align: center;
    margin-bottom: 25px;
    -ms-flex: none;
}

.woocommerce ul.products.cross-sells li.product .cross-sell-name {
    margin-bottom: 10px;
}

.woocommerce ul.products.cross-sells li.product .cross-sell-excerpt {
    margin-bottom: 20px;
}

.woocommerce ul.products.cross-sells li.product .cross-sell-price del {
    text-decoration: none;
    color: #808285;
    margin-right: 10px;
}

.woocommerce ul.products.cross-sells li.product .cross-sell-price del .woocommerce-Price-amount {
    font-weight: normal;
}

.woocommerce ul.products.cross-sells li.product .cross-sell-price ins {
    font-weight: bold;
    background: none;
}

.woocommerce ul.products.cross-sells li.product .cross-sell-price ins .woocommerce-Price-amount {
    color: #000;
}

.woocommerce ul.products.cross-sells li.product .cross-sell-savings {
    margin-bottom: 10px;
}

.woocommerce ul.products.cross-sells li.product .cross-sell-savings span {
    display: inline-block;
    color: #fff;
    background: #da291c;
    padding: 5px 15px;
    border-radius: 15px;
    -webkit-border-radius: 25px;
    font-size: 14px;
}

.site-footer-inner {
    padding: 0 40px;
}

.site-content-body {
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .site-content-body {
        padding: 0 52px;
    }
}

@media (max-width: 767px) {
    .site-content-body {
        padding: 0 22px;
    }
}

#site-footer-table {
    display: table;
    width: 100%;
}

#site-footer-tr {
    display: table-row;
}

.site-footer-td {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px;
    border-left: 1px solid #d3d3d3;
}

.site-footer-td-wrapper {
    display: flex;
}

.site-footer-td:first-child {
    border-left: none;
    padding-left: 0;
}

.site-footer-td-left {
    width: 30%;
}

.site-footer-td-middle {
    width: 40%;
}

.site-footer-td-right {
    width: 30%;
}

.site-footer-td .gform_wrapper .gfield_label

/*, .site-footer-td .gform_wrapper .gform_heading*/
    {
    display: none !important;
}

.site-footer-td .gform_wrapper span.gform_description {
    color: #808285;
}

body .site-footer-td .gform_wrapper .top_label div.ginput_container,
body .site-footer-td .gform_wrapper ul li.gfield,
body .site-footer-td .gform_wrapper .gform_footer {
    margin: 0;
}

.gf_browser_ie.gform_wrapper .gform_footer input.button {
    padding: 1em 2em !important;
}

.site-footer-td input[type="text"] {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 1px solid #fff;
    padding-left: 1em !important;
    color: #aaa;
    font-family: "robotoregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.site-footer-td input[type="text"]::-webkit-input-placeholder {
    color: #aaa;
    font-family: "robotoregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.site-footer-td input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
    font-family: "robotoregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.site-footer-td input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
    font-family: "robotoregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.site-footer-td input[type="text"]:-ms-input-placeholder {
    color: #aaa;
    font-family: "robotoregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.site-footer-h6 {
    margin: 0 0 .5em 0;
    color: #000;
    font-size: 20px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

#copyright {
    color: #808285;
}

#menu-footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gform_wrapper .gform_body {
    width: 100% !important;
}

#site-footer-social-media {
    margin: 0 0 1em -.5em;
}

#site-footer-social-media a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 0 0 .5em;
}

#site-footer-social-media a:first-child {
    /*margin-left: 0;*/
}

#site-footer-social-media span {
    visibility: hidden;
}

#site-footer-address {
    color: #808285;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

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

    display: block;
}

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

    content: '';
}

.slick-track:after {
    clear: both;
}

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

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

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

.slick-slide img {
    display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
    background: #fff url('assets/images/ajax-loader.gif') center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

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

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

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

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

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

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

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

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

/* Dots */
.slick-dotted.slick-slider {
    /*margin-bottom: 30px;*/
}

.slick-dots {
    /*position: absolute;*/
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

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

/*.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

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

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('assets/images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('assets/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

@media (max-width: 1024px) {

    .fancybox-wrap {
        width: calc(100% - 40px) !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('assets/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.fancybox-inline {
    display: none;
}

.page-title {
    margin: 0 0 0.67em 0;
    text-transform: none;
    color: #dc4405;
    font-size: 46px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    margin-left: 1em;
}

.woocommerce ul.products li.product .product-content .product-content-savings,
.woocommerce-page ul.products li.product .product-content .product-content-savings {
    margin-bottom: 10px;
}

.woocommerce ul.products li.product .product-content .product-content-savings span,
.woocommerce-page ul.products li.product .product-content .product-content-savings span {
    display: inline-block;
    color: #fff;
    background: #da291c;
    padding: 5px 15px;
    border-radius: 15px;
    -webkit-border-radius: 25px;
    font-size: 14px;
}

.woocommerce ul.products li.product .product-content .price .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .product-content .price .woocommerce-Price-amount {
    color: #808285;
}

.woocommerce ul.products li.product .product-content .price,
.woocommerce ul.products li.product .product-content .price ins .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .product-content .price ins .woocommerce-Price-amount {
    color: #000;
    font-size: 1rem;
}

.woocommerce ul.products li.product .product-content .price del,
.woocommerce-page ul.products li.product .product-content .price del {
    color: #808285;
    margin-right: 10px;
    display: inline;
}

.woocommerce ul.products li.product .product-content .price del .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .product-content .price del .woocommerce-Price-amount {
    font-weight: normal;
}

.woocommerce ul.products li.product .product-content .price ins,
.woocommerce-page ul.products li.product .product-content .price ins {
    font-weight: bold;
    background: none;
}

.woocommerce ul.products li.product .product-content .product-content-name,
.woocommerce-page ul.products li.product .product-content .product-content-name {
    margin-bottom: 10px;
    font-size: 18px;
}

.woocommerce ul.products li.product .product-content .product-content-name .product-sku,
.woocommerce-page ul.products li.product .product-content .product-content-name .product-sku {
    display: block;
    font-size: 12px;
    margin: 8px 0 1.5em;
}

.woocommerce ul.products li.product .product-content .product-content-name a,
.woocommerce-page ul.products li.product .product-content .product-content-name a {
    color: #000;
}


.woocommerce ul.products li.product .product-content .product-content-excerpt,
.woocommerce-page ul.products li.product .product-content .product-content-excerpt {
    margin-bottom: 20px;
}

.woocommerce ul.products li.product .product-content .product-content-name a,
.woocommerce-page ul.products li.product .product-content .product-content-name a {
    font-weight: bold;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product li.product a img {
    margin-bottom: 25px;
}

body:not(.enablingdevices-front-page):not(.page-template-template-news) .entry-content p {
    margin: 1.5em 0 0;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab p:first-child {
    margin: 0;
}

.woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 1em;
}

.product-download-container {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

.product-download-container:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.product-download-description {
    padding-top: 10px;
}

body:not(.enablingdevices-front-page):not(.page-template-template-news) .entry-content .product-download-description p {
    margin-top: .5em;
}

body:not(.enablingdevices-front-page):not(.page-template-template-news) .entry-content .product-download-description p:first-child {
    margin-top: 0;
}

.product-downloads .product-download {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    min-height: 25px;
    margin-top: 3px;
    display: inline-block;
}

.product-download a {
    color: #000;
}

#category-filters-sort,
#category-page-container {
    display: block;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-box-pack: justify;
    box-pack: justify;
    justify-content: center;
}

#category-filters-sort {
    height: 75px;
}

.woocommerce #category-sort,
.woocommerce-page #category-sort,
.woocommerce #category-filters-link,
.woocommerce-page #category-filters-link,
#category-filters-container,
.woocommerce #category-page-container,
#category-product-container {
    display: block;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-box-pack: justify;
    box-pack: justify;
}

.woocommerce #category-sort,
.woocommerce-page #category-sort,
.woocommerce #category-filters-link,
.woocommerce-page #category-filters-link {
    -webkit-box-align: center;
    align-items: center;
}

.woocommerce #category-sort,
.woocommerce-page #category-sort,
#category-product-container {
    -webkit-box-flex: 2;
    flex-grow: 2;
    width: 75%;

}

#category-product-container {
    padding: 25px 0;
}

.woocommerce #category-product-container .blockUI.blockOverlay:before,
.woocommerce #category-product-container .loader:before {
    top: 5%;
}

#blog-posts-container .blockMsg {
    top: 5% !important;
    padding: 10px !important;
    border: 3px solid #0097a9 !important;
    color: #0097a9 !important;
    font-weight: bold;
    font-size: 1.5em;
}

.woocommerce #category-sort,
.woocommerce-page #category-sort {
    background: #ccc;
    ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    padding: 0 30px;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.woocommerce #category-filters-link,
.woocommerce-page #category-filters-link,
#category-filters-container {
    width: 25%;
}

#category-filters-container {
    background: #f0f0f0;
    display: none;
    border-right: 3px solid #fff;
    padding: 30px;
}

.woocommerce #category-filters-link,
.woocommerce-page #category-filters-link {
    padding: 0 30px;
}

.woocommerce #category-filters-link,
.woocommerce-page #category-filters-link {
    border-right: 3px solid #fff;
    background: #ffb500;
    ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
    /*    -webkit-border-radius: 25px;
        border-radius: 25px;*/
    float: right;
    padding: 0 20px;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin: 0;
}

.woocommerce ul.products li.product .star-rating {
    margin: 20px 0 0 0;
}

.section-wishlist {
    float: right;
}

.section-wishlist .quantity {
    display: none;
}

.w1-section-add-to-wishlist span {
    display: none;
}

.w1-section-add-to-wishlist {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(assets/images/Wish-List-Section.svg) no-repeat;
    background-size: contain;
}

.w1-section-add-to-wishlist:hover {
    background: url(assets/images/Wish-List-Section-Hover.svg);
}

.woocommerce ul.products li.product .section-wishlist-rating .star-rating {
    float: left;
    margin: 6px 0 0 0;
}

.woocommerce ul.products li.product .section-wishlist-rating .star-rating-count {
    float: left;
    color: #999;
    margin: 1px 0 0 5px;
}

.section-wishlist-rating {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 15px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
.cart .mnm_table_item .product-thumbnail img,
.shop_table .mnm_table_item .product-thumbnail img,
.shop_table .product-thumbnail img {
    max-width: 100px !important;
    width: auto;
}

.woocommerce table.cart td.actions .input-text#coupon_code,
.woocommerce-page #content table.cart td.actions .input-text#coupon_code,
.woocommerce-page table.cart td.actions .input-text#coupon_code {
    border-radius: 25px 0 0 25px;
    padding-left: 20px;
    margin-right: 0;
}

.woocommerce .cart button.coupon-button {
    border-radius: 0 25px 25px 0;
    padding: 15px 30px;
}

.woocommerce .cart button.update-cart-btn,
.woocommerce .cart button.update-cart-btn:disabled,
.woocommerce .cart button.update-cart-btn:disabled[disabled] {
    padding: 15px 30px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
    line-height: 45px !important;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="range"],
.woocommerce input[type="date"],
.woocommerce input[type="month"],
.woocommerce input[type="week"],
.woocommerce input[type="time"],
.woocommerce input[type="datetime"],
.woocommerce input[type="datetime-local"],
.woocommerce input[type="color"],
.woocommerce .gravity_form_popin .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce textarea {
    border: 1px solid #aaa;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1em;
}

@media (max-width: 768px) {

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
        text-align: center !important;
    }

    .woocommerce table.shop_table_responsive tr td.product-thumbnail::before {
        display: none !important;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 75% !important;
        float: left !important;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        float: left !important;
    }

    .woocommerce .cart button.coupon-button {
        width: 25% !important;
        float: right;
        margin-top: 0 !important;
        margin-bottom: 10px;
    }

    .checkout.woocommerce-checkout h3 {
        background-color: #1e85be;
        color: #fff !important;
        padding: 10px;
        text-align: center;
    }

    .checkout.woocommerce-checkout h3 span {
        color: #fff;
    }

    .checkout.woocommerce-checkout h3 label {
        margin-bottom: 0;
    }

    .woocommerce-additional-fields table {
        display: none !important;
    }

    .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td,
    .woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tr td {
        display: table-cell !important;
    }

    .ts-product-image {
        float: left;
    }
}

@media (max-width: 450px) {

    .woocommerce table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .input-text#coupon_code,
    .woocommerce-page #content table.cart td.actions .input-text#coupon_code,
    .woocommerce-page table.cart td.actions .input-text#coupon_code {
        width: 55% !important;
        margin: 0 !important;
    }

    .woocommerce table.cart td.actions .coupon .input-text+.button {
        width: 45% !important;
        float: right !important;
    }
}

#wl-wrapper .wl-already-in {
    display: none;
}

#review_form_wrapper,
.woocommerce #reviews #comments ol.commentlist li {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.woocommerce #reviews #comments ol.commentlist li:first-child {
    border-top: none;
    padding-top: 0;
}

#category-page-container {
    position: relative;
    padding: 0;
}

#category-filters-link span {
    display: block;
    background: url(assets/images/filters-arrow-down.svg) right center no-repeat;
    background-size: 25px 25px;
    padding-right: 30px;
    color: #000;
    width: 100%;
}

#category-filters {
    /*padding: 20px;*/
}

#category-filters .widget {
    padding-bottom: 0;
}

#category-filters .no-toggle .facetwp-facet {
    margin-bottom: 0;
}

#category-filters .no-toggle h3 {
    margin-bottom: 10px;
}

#category-filters .widget {
    padding-top: 1em;
}

#category-filters .toggle .facetwp-facet {
    display: none;
    margin-bottom: 0;
    color: #808285;
    padding-top: 0;
    display: none;
}

#category-filters .widget:first-child {
    padding-top: 0;
}

#category-filters h2.widget-title,
#category-filters .toggle h2,
#category-filters .no-toggle h2 {
    color: #0097a9;
    font-size: 22px;
    margin: .8em 0 0 0;
    font-weight: normal;
    text-transform: lowercase;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
    letter-spacing: normal;
    border-top: 2px solid #ccc;
    padding-top: 10px;
}

#category-filters h2.widget-title:first-child {
    margin: 0;
}

#category-filters h3 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 10px 0 0 0;
}

#category-filters .toggle h3 {
    cursor: pointer;
    background: url(assets/images/facet-arrow-down.png) left 22px no-repeat;
    background-size: 10px 5px;
    padding: 10px 10px 0 20px;
}

#category-filters h3.open {
    background-image: url(assets/images/facet-arrow-up.png);
}

#category-filters .facetwp-radio {
    background: url(assets/images/facet-radio-off.png) 0 17px no-repeat !important;
    background-size: 10px 10px !important;
    margin-bottom: 0 !important;
    padding: 10px 0 0 20px;
}

#category-filters .facetwp-radio.checked {
    background-image: url(assets/images/facet-radio-on.png) !important;
}

#category-filters .facetwp-checkbox.checked {
    background-image: url(assets/images/facet-checkbox-on.png);
}

#category-filters .facetwp-checkbox {
    background: url(assets/images/facet-checkbox.png) 0 50% no-repeat;
    background-size: 14px 14px;
}

#category-filters .facetwp-loading {
    margin-top: 10px !important;
}

#category-filters .expand-all {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
}

#category-filters .product-categories {
    margin: 0;
    padding: 0;
    font-size: 1em;
    list-style-type: none;
}

#category-filters .product-categories li {
    padding: 10px 10px 0 0;
}

#category-filters .product-categories a {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

#category-filters .product-categories a:hover {
    text-decoration: underline;
}

#category-filters .product-categories-select {
    display: none;
}

#homepage_social_media_header {
    margin-top: 50px;
}

#homepage_social_media_header_hashtag {
    font-size: 36px;
    padding-right: 20px;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: lowercase;
}

#homepage_social_media_header_icon_text {
    -webkit-box-flex: 2;
    flex-grow: 2;
}

#homepage_social_media_header_icon_text img {
    margin-right: 10px;
    margin-left: -45px;
}

#homepage_social_media_header_icon_text img,
#homepage_social_media_header_icon_text span {
    vertical-align: middle;
}

#homepage_social_media_header_icon_text_inner {
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    width: 100%;
}

#homepage_social_media_header_icon_text_column {
    margin-left: 45px;
}


/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: inline-block;
}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
    /*    -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;*/
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    /*position: absolute;*/
    bottom: -30px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('assets/images/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .bx-wrapper .bx-pager {
        text-align: left;
    }
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 8px;
    outline: 0;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #DC4412;
    transform: scale(1.2);
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url('assets/images/bx_controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url('assets/images/bx_controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/bx_controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/bx_controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.woocommerce table.cart td.actions .input-text#coupon_code,
.woocommerce-page #content table.cart td.actions .input-text#coupon_code,
.woocommerce-page table.cart td.actions .input-text#coupon_code,
.woocommerce #content table.cart td.actions .input-text#adq_coupon_code,
.woocommerce table.cart td.actions .input-text#adq_coupon_code,
.woocommerce-page #content table.cart td.actions .input-text#adq_coupon_code,
.woocommerce-page table.cart td.actions .input-text#adq_coupon_code {
    width: 150px;
    line-height: normal;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 0.875rem;
}

#quote_place_order {
    margin-top: 10px;
}

.woocommerce div.product div.images img {
    width: auto;
    display: inline-block;
}

#product-switch-required {
    text-align: right;
    margin-top: 20px;
}

#product-switch-required.hidden {
    display: none;
}

.tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
    if greater that the natural height of the tooltip, will be enforced
    in browsers that support display:flex */
    display: -webkit-box;
    display: flex;
    pointer-events: none;
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
}

.tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
    and flex-basis auto for IE11- (at least) */
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

/* grow */

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-show {}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

/* slide */

.tooltipster-slide {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-show {}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading 400ms;
    animation: tooltipster-fading 400ms;
}

/* rotate */

@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

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

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

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

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating 600ms;
    animation: tooltipster-rotating 600ms;
}

/* scale */

@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling 600ms;
    animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid black;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    /* half the width, for centering */
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
    been positioned yet */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    /* same as .tooltipster-left .tooltipster-arrow */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0px;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0px;
    top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.cart_totals h2,
.checkout.woocommerce-checkout h3 {
    color: #000;
    font-size: 2em;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.woocommerce form.checkout.woocommerce-checkout p.form-row {
    margin: 0 0 6px;
}

.checkout.woocommerce-checkout h3#ship-to-different-address label {
    font-weight: normal;
    display: inline-block;
}

.woocommerce div.product form.cart p.warranty_info {
    display: none !important;
}

.woocommerce div.product form.cart .variations tr {
    border: none;
}

.slick-dots li button:before {
    font-size: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #000;
    opacity: .25;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.slick-dots li.slick-active button:before {
    opacity: 1;
}

.woocommerce-variation-price {
    margin-bottom: 1em;
}

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    box-sizing: border-box
}

.mm-btn,
.mm-menu {
    box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-listview .mm-next:before,
.mm-listview>li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
    content: '';
    bottom: 0
}

.mm-hidden {
    display: none !important
}

.mm-menu,
.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    padding: 0;
    position: absolute;
    bottom: 0
}

.mm-panels,
.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
    bottom: 0
}

.mm-btn,
.mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    height: 40px;
    width: 40px;
    position: absolute;
}

.mm-clear:after,
.mm-close:after {
    content: 'X';
    display: block;
    margin: auto;
    position: absolute;
    top: 10px;
    right: 0;
    padding-right: 20px;
}

.mm-next:after,
.mm-prev:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li:not(.mm-divider):after {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset>li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking,
html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

.mm-menu.mm-offcanvas.mm-current {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
    z-index: 10
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top {
    max-height: 80%
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
    display: block !important
}

.mm-menu.mm-offcanvas.mm-measureheight>.mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-menu.mm-columns {
    -webkit-transition-property: width, max-width, -webkit-transform;
    transition-property: width, max-width, -webkit-transform;
    transition-property: transform, width, max-width;
    transition-property: transform, width, max-width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
    width: 100%;
    right: auto;
    display: none;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
    border-right: 1px solid;
    border-color: inherit;
    display: block;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
    display: block;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:0px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:0px) {
    html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
    width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(880px, 0);
        transform: translate(880px, 0);
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(-880px, 0);
        transform: translate(-880px, 0);
        -webkit-transform: translate3d(-880px, 0, 0);
        transform: translate3d(-880px, 0, 0)
    }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
    width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
    -webkit-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(1320px, 0);
        transform: translate(1320px, 0);
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(-1320px, 0);
        transform: translate(-1320px, 0);
        -webkit-transform: translate3d(-1320px, 0, 0);
        transform: translate3d(-1320px, 0, 0)
    }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
    width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
    -webkit-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(1760px, 0);
        transform: translate(1760px, 0);
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(-1760px, 0);
        transform: translate(-1760px, 0);
        -webkit-transform: translate3d(-1760px, 0, 0);
        transform: translate3d(-1760px, 0, 0)
    }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
    width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
    -webkit-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate(600%, 0);
    transform: translate(600%, 0);
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(2200px, 0);
        transform: translate(2200px, 0);
        -webkit-transform: translate3d(2200px, 0, 0);
        transform: translate3d(2200px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:2750px) {
    html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(-2200px, 0);
        transform: translate(-2200px, 0);
        -webkit-transform: translate3d(-2200px, 0, 0);
        transform: translate3d(-2200px, 0, 0)
    }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
    width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
    -webkit-transform: translate(600%, 0);
    transform: translate(600%, 0);
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate(700%, 0);
    transform: translate(700%, 0);
    -webkit-transform: translate3d(700%, 0, 0);
    transform: translate3d(700%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(2640px, 0);
        transform: translate(2640px, 0);
        -webkit-transform: translate3d(2640px, 0, 0);
        transform: translate3d(2640px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:3300px) {
    html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(-2640px, 0);
        transform: translate(-2640px, 0);
        -webkit-transform: translate3d(-2640px, 0, 0);
        transform: translate3d(-2640px, 0, 0)
    }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
    width: 16.67%
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span,
em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
    padding-right: 90px
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-divider>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, .05)
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-dropdown .mm-menu {
    z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none
}

.mm-menu.mm-tip:before {
    content: '';
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
    left: 22px
}

.mm-menu.mm-tipright:before {
    right: 22px
}

.mm-menu.mm-tiptop:before {
    top: -8px
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px
}

.mm-iconpanel .mm-panel {
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform
}

.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3
}

.mm-keyboardfocus a:focus {
    outline: 0
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(255, 255, 255, .5)
}

.mm-navbar-bottom,
.mm-navbar-top~.mm-navbar-top {
    border-bottom: none
}

.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
    border-top: none
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-navbar-top-1 {
    top: 0
}

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}

.mm-navbar-bottom-1 {
    bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2>* {
    width: 50%
}

.mm-navbar-content-3>* {
    width: 33.33%
}

.mm-navbar-content-4>* {
    width: 25%
}

.mm-navbar-content-5>* {
    width: 20%
}

.mm-navbar-content-6>* {
    width: 16.67%
}

.mm-menu.mm-rtl {
    direction: rtl
}

.mm-menu.mm-rtl.mm-offcanvas {
    right: auto
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
    left: auto;
    right: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
    right: auto;
    left: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-menu.mm-rtl .mm-listview>li:not(.mm-divider)::after {
    left: 0;
    right: 20px
}

.mm-menu.mm-rtl .mm-listview>li>a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview>li>span:not(.mm-next) {
    padding-left: 10px;
    padding-right: 20px !important;
    margin-right: 0 !important
}

.mm-menu.mm-rtl .mm-listview .mm-next {
    right: auto;
    left: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
    left: auto;
    right: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-menu.mm-rtl .mm-listview .mm-next+a,
.mm-menu.mm-rtl .mm-listview .mm-next+span {
    margin-left: 50px
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+span {
    padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter {
    left: 45px;
    right: auto
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+span {
    margin-left: 90px
}

.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+span {
    padding-left: 90px
}

.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
    left: 20px;
    right: auto !important
}

.mm-menu.mm-rtl label.mm-toggle+a,
.mm-menu.mm-rtl label.mm-toggle+span {
    padding-left: 80px
}

.mm-menu.mm-rtl label.mm-check+a,
.mm-menu.mm-rtl label.mm-check+span {
    padding-left: 60px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle {
    left: 60px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
    margin-left: 50px
}

.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
    padding-left: 70px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span {
    padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle {
    left: 100px
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-left: 90px
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
    left: 0
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
    -webkit-transition-property: right, -webkit-transform;
    transition-property: right, -webkit-transform;
    transition-property: transform, right;
    transition-property: transform, right, -webkit-transform
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    right: 0
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    right: 40px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    right: 80px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    right: 120px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    right: 160px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    right: 200px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    right: 240px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit
}

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

.mm-search,
.mm-search input {
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative
}

.mm-search input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-search .mm-clear,
.mm-search .mm-next {
    right: 0
}

.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults>a.mm-next {
    display: none
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .5)
}

input.mm-check,
input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check,
label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px
}

label.mm-check:before,
label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px
}

label.mm-toggle+a,
label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check+a,
label.mm-check+span {
    padding-right: 60px
}

a.mm-next+label.mm-check,
a.mm-next+label.mm-toggle {
    right: 60px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span,
a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    margin-right: 50px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
    padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check,
em.mm-counter+a.mm-next+label.mm-toggle {
    right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span,
em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, .75)
}

.mm-listview.mm-border-none>li:after,
.mm-menu.mm-border-none .mm-listview>li:after {
    content: none
}

.mm-listview.mm-border-full>li:after,
.mm-menu.mm-border-full .mm-listview>li:after {
    left: 0 !important
}

.mm-listview.mm-border-offset>li:after,
.mm-menu.mm-border-offset .mm-listview>li:after {
    right: 20px
}

.mm-menu.mm-effect-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
    opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
    opacity: 1;
    top: 0
}

.mm-menu.mm-offcanvas.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
    content: none;
    display: none
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
    -webkit-box-flex: 1;
    flex: 1 1 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
    box-sizing: border-box;
    height: 100%
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 0
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
    opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
    background: inherit
}

html.mm-pagedim-white #mm-blocker {
    background: #fff
}

html.mm-pagedim-black #mm-blocker {
    background: #000
}

.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1
}

html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-popup #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-popup .mm-menu {
    z-index: 2
}

.mm-menu.mm-offcanvas.mm-right {
    left: auto
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-front #mm-blocker {
    z-index: 1
}

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-top {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-offcanvas.mm-bottom {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-shadow-page:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99
}

.mm-menu.mm-shadow-page.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
    content: none;
    display: none
}

.mm-menu.mm-shadow-page:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-shadow-page.mm-theme-dark:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
    tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-shadow-page.mm-theme-white:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    tap-highlight-color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: false
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu .mm-tileview.mm-listview>li,
.mm-menu.mm-tileview .mm-listview>li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after,
.mm-menu.mm-tileview .mm-listview>li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a,
.mm-menu .mm-tileview.mm-listview>li>span,
.mm-menu.mm-tileview .mm-listview>li>a,
.mm-menu.mm-tileview .mm-listview>li>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next,
.mm-menu.mm-tileview .mm-listview>li>.mm-next {
    width: auto
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #000
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ''
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: transparent
}

.hamburger--3dx.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background-color: transparent
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    background-color: transparent
}

.hamburger--3dy.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    background-color: transparent
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    -webkit-transition: top .1s ease .15s, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .15s, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1), -webkit-transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
    -webkit-transition: bottom .1s ease .15s, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .15s, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1), -webkit-transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s ease, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom .1s ease, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
    -webkit-transition: top .1s ease .15s, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .15s, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1), -webkit-transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    -webkit-transition: bottom .1s ease .15s, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .15s, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1), -webkit-transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s ease, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom .1s ease, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
    -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
    -webkit-transition-property: none;
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    -webkit-transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear;
    transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s;
    opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -20px;
    -webkit-transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear;
    transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s;
    opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    -webkit-transition: opacity .15s ease .4s;
    transition: opacity .15s ease .4s
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    -webkit-transition: opacity .15s ease .4s;
    transition: opacity .15s ease .4s
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
    transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color .2s ease-in .25s;
    transition: background-color .2s ease-in .25s
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    -webkit-transition: top .05s linear .2s, left .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .2s, left .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s;
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic .hamburger-inner:after {
    top: 10px;
    right: 0;
    -webkit-transition: top .05s linear .2s, right .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .2s, right .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s;
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    top: -80px;
    left: -80px;
    -webkit-transition: left .2s ease-out, top .05s linear .2s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: left .2s ease-out, top .05s linear .2s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
    transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    top: -80px;
    right: -80px;
    -webkit-transition: right .2s ease-out, top .05s linear .2s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: right .2s ease-out, top .05s linear .2s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color .2s ease-in .25s;
    transition: background-color .2s ease-in .25s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    -webkit-transition: top .05s linear .2s, left .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .2s, left .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s;
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r .hamburger-inner:after {
    top: 10px;
    right: 0;
    -webkit-transition: top .05s linear .2s, right .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .2s, right .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s;
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    top: 80px;
    left: -80px;
    -webkit-transition: left .2s ease-out, top .05s linear .2s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: left .2s ease-out, top .05s linear .2s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    top: 80px;
    right: -80px;
    -webkit-transition: right .2s ease-out, top .05s linear .2s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: right .2s ease-out, top .05s linear .2s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s linear .15s;
    transition: background-color 0s linear .15s
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    -webkit-transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    background-color: transparent
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .32s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), transform .15s cubic-bezier(.215, .61, .355, 1) .32s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    -webkit-transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity 0s linear;
    transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .32s;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .32s;
    opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .32s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s linear .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) .22s;
    transition: background-color 0s linear .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) .22s;
    transition: transform .1s cubic-bezier(.55, .055, .675, .19) .22s, background-color 0s linear .1s;
    transition: transform .1s cubic-bezier(.55, .055, .675, .19) .22s, background-color 0s linear .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) .22s
}

.hamburger--stand .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top .1s ease-in .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom .1s ease-in .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transition: background-color 0s linear .22s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: background-color 0s linear .22s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .22s;
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .22s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s ease-out .12s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s ease-out .12s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom .1s ease-out .12s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: bottom .1s ease-out .12s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: bottom .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: bottom .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s linear .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) .22s;
    transition: background-color 0s linear .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) .22s;
    transition: transform .1s cubic-bezier(.55, .055, .675, .19) .22s, background-color 0s linear .1s;
    transition: transform .1s cubic-bezier(.55, .055, .675, .19) .22s, background-color 0s linear .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) .22s
}

.hamburger--stand-r .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top .1s ease-in .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom .1s ease-in .1s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transition: background-color 0s linear .22s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: background-color 0s linear .22s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .22s;
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .22s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s ease-out .12s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s ease-out .12s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom .1s ease-out .12s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: bottom .1s ease-out .12s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: bottom .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: bottom .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .34s, opacity .1s ease-in;
    transition: top .1s ease-in .34s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .34s, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .34s, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .14s;
    transition: top .1s ease-out, opacity .1s ease-out .14s;
    opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom .1s ease-out, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease-out, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hamburger--spin-r .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .34s, opacity .1s ease-in;
    transition: top .1s ease-in .34s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .34s, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .34s, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .14s;
    transition: top .1s ease-out, opacity .1s ease-out .14s;
    opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom .1s ease-out, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease-out, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.hamburger--squeeze .hamburger-inner:before {
    -webkit-transition: top .1s ease .14s, opacity .1s ease;
    transition: top .1s ease .14s, opacity .1s ease
}

.hamburger--squeeze .hamburger-inner:after {
    -webkit-transition: bottom .1s ease .14s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease .14s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease .14s, transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease .14s, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s ease, opacity .1s ease .14s;
    transition: top .1s ease, opacity .1s ease .14s;
    opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: rotate(765deg);
    transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: rotate(-765deg);
    transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}


#masthead-site-header-navigation-hamburger.hamburger {
    display: none;
    padding: 0;
    outline: none;
}

#masthead-site-header-navigation-hamburger .hamburger-inner,
#masthead-site-header-navigation-hamburger .hamburger-inner:after,
#masthead-site-header-navigation-hamburger .hamburger-inner:before {
    background: #0097a9;
}

#masthead-site-header-navigation-hamburger.hamburger:hover {
    opacity: 1;
}

.mm-menu {
    background: #0097a9;
}

.mm-listview>li>a,
.mm-listview>li>span {
    color: #fff !important;
}

.mm-listview>li:not(.mm-divider):after {
    border-bottom-color: #fff;
}

.mm-menu em.mm-counter,
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: rgba(255, 255, 255, 1);
}

.mm-menu .mm-listview>li .mm-next:after,
.mm-listview .mm-next:before,
.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after,
.mm-navbar,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(255, 255, 255, 1);
}

.mm-menu .mm-search input {
    background: rgba(255, 255, 255, 1);
}

.mm-listview>li:not(.mm-divider):after {
    left: 0;
}

.woocommerce .woocommerce-ordering {
    border-radius: 25px;
}

.responsive-tab {
    display: none;
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    border: 2px solid #0097a9;
    margin-bottom: 5px;
}

.responsive-tab:hover,
.responsive-tab:focus,
.responsive-tab:active {
    color: #000;
    outline: none;
}

.responsive-tab.active {
    color: #fff;
    background: #0097AA;
}

span.answer-list-count,
div.answer-owner {
    font-size: 1em;
}

.parent-question a {
    display: none;
}

.woocommerce-info a {
    color: #000;
    text-decoration: underline;
}

#blog-page-resources,
#blog-posts {
    margin: 20px 0;
    flex-wrap: wrap;
}

#blog-filters {
    background: #ffb500;
    padding: 3%;
    -webkit-box-align: baseline;
    align-items: baseline;
}

#blog-filters h2.widget-title {
    color: #fff;
    position: relative;
    font-size: 1.2em;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-right: 1em;
    text-transform: lowercase;
    display: inline-block;
    white-space: nowrap;
}

#blog-filters .widget {
    padding: 0;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 2;
    flex-grow: 2;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

#blog-filters .facetwp-facet {
    margin: 0;
}

#blog-filters .textwidget {
    -webkit-box-flex: 2;
    flex-grow: 2;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

#blog-filters .textwidget .facetwp-facet {
    margin-right: 20px;
}

#blog-filters .facetwp-facet-blog_search {
    -webkit-box-ordinal-group: 4;
    order: 3;
    padding-left: 20px;
}

#blog-filters input[type="text"],
#blog-filters select,
select.facetwp-sort-select,
select.facetwp-dropdown,
#category-filters .product-categories-select {
    border: 1px solid #fff;
    padding: .7em 25px .7em .7em;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#facetwp-sort-select,
select.facetwp-sort-select,
select.facetwp-dropdown,
#category-filters .product-categories-select {
    background: #fff url(assets/images/filters-arrow-down.svg) 95% 50% no-repeat;
    background-size: 25px 25px;
}

select.facetwp-sort-select::-ms-expand,
select.facetwp-dropdown::-ms-expand,
#blog-filters select::-ms-expand {
    display: none;
}

/* hide default down arrow in IE10*/
#blog-filters input[type="text"] {
    padding-right: 35px;
    width: 250px;
}

#blog-filters .facetwp-btn {
    right: 10px;
}

.blog-post-content {
    padding: 0;
    width: 100%;
    position: relative;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-size: cover;
}

#blog-posts>article {
    padding: 0;
    margin: 0 0 20px;
    width: 24%;
    min-height: 330px;
    position: relative;
}

#blog-posts>article.blog-post-full-width {
    width: 100%;
    min-height: 0;
}

a.blog-post,
#blog-posts>article.blog-post-full-width .blog-post-content .post-content-inner a {
    color: #000;
    font-size: 1.5em;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

a.blog-post {
    width: 100%;
    padding: 35px 20px 20px 20px;
    display: block;
    text-decoration: none;
}

.blog-post-full-width a.blog-post {
    width: 50%;
    padding: 0;
}

a.blog-post:hover,
#blog-posts>article.blog-post-full-width .blog-post-content .post-content-inner a:hover {
    color: #000;
    text-decoration: underline;
}

.blog-post-content-has-image a.blog-post {
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
}

.blog-post-content-has-image a.blog-post:hover {
    text-decoration: underline;
}

/*#blog-posts > article.blog-post-full-width h2{
    font-size: 2.5em;
}*/
#blog-posts>article.blog-post-full-width .blog-post-content {
    padding: 0;
}

#blog-posts .blog-post-image-right-full-width a.blog-post {
    -webkit-box-ordinal-group: 3;
    order: 2;
}

#blog-posts>article.blog-post-full-width .blog-post-content img {
    float: left;
    width: 100%;
    height: auto;
}

#blog-posts>article.blog-post-full-width .blog-post-content .post-content {
    display: block;
    width: 50%;
}

#blog-posts>article.blog-post-full-width .blog-post-content .post-content.post-content-no-image {
    width: 100%;
}

#blog-posts .blog-post-image-right-full-width .post-content {
    -webkit-box-ordinal-group: 2;
    order: 1;
}

#blog-posts>article.blog-post-full-width .blog-post-content .post-content-inner {
    padding: 50px 20px 20px 20px;
    display: block;
}

#blog-posts>article.blog-post-full-width .post-content-excerpt {
    padding: 0 20px 20px 20px;
    display: block;
}

#blog-page-newsletter {
    background: #0097a9;
    padding: 3em 10px;
    text-align: center;
    margin-bottom: 20px;
}

#blog-page-newsletter .newsletter-signup {
    display: inline-block;
    margin-top: 25px;
    width: 50%;
    margin-bottom: 0;
}

#blog-page-newsletter h3 {
    color: #fff;
    margin: 0;
    font-size: 2em;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

#blog-page-newsletter .newsletter-signup button {
    background: #dc4405;
    margin: 0;
}

#blog-page-newsletter .newsletter-signup button:hover {
    background-color: #ccc;
}

#blog-page-newsletter .newsletter-inputs {
    width: 75% !important;
    padding-right: 10px;
}

#blog-page-newsletter .newsletter-text {
    display: none;
}

#blog-page-newsletter .newsletter-input {
    padding: 1em 2em;
    border: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

#blog-page-additional-resources {
    /*    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px dashed #ffb500;*/
}

#blog-page-additional-resources h2 {
    margin: 0;
    text-transform: none;
    color: #000;
    font-size: 2em;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
}

.blog-page-resource {
    min-width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    border-bottom: 20px solid #fff;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.blog-page-resource:nth-child(odd) {
    border-right: 10px solid #fff;
}

.blog-page-resource:nth-child(even) {
    border-left: 10px solid #fff;
}

.blog-page-resource-inner {
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    padding: 0;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
}

.blog-page-resource-inner strong.blog-page-resource-header {
    font-size: 1.5em;
    color: #000;
}

.blog-page-resource-inner strong.blog-page-resource-header,
.blog-page-resource-inner span.blog-page-resource-link {
    display: block;
    padding: 10px 20px;
}

.blog-page-resource-inner span.blog-page-resource-link {
    color: #b0008e;
    font-weight: bold;
}

.blog-page-resource-inner span.blog-page-resource-link em {
    padding-right: 25px;
    font-style: normal;
    background: url(assets/images/Link_Arrow_Purple.svg) right 2px no-repeat;
    background-size: 20px 20px;
}

.blog-page-resource-inner a {
    text-decoration: none;
}

#blog-filters-responsive-link {
    display: none;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: 0;
    right: .5em;
}

.woocommerce div.product form.cart .button_add_to_quote input#submit.loading:after,
.woocommerce div.product form.cart .button_add_to_quote a.button.loading:after,
.woocommerce div.product form.cart .button_add_to_quote button.button.loading:after,
.woocommerce div.product form.cart .button_add_to_quote input.button.loading:after {
    top: .618em
}

.page-numbers {
    display: inline-block;
}

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

.page-numbers.current {
    /*    font-size: 16px;
        font-size: 1rem;*/
}

.shop-live-chat {
    padding: 2em;
    background: #ffb500;
    color: #fff;
    display: block;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.shop-live-chat a {
    color: #fff;
    text-decoration: underline;
}

.shop-live-chat strong {
    margin-right: 5px;
}

.shop-live-chat span {
    display: block;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    min-height: 50px;
    /* line-height: 50px; */
    padding-left: 60px;
    background: url(assets/images/Chat-White.svg) no-repeat;
    background-size: 50px 50px;
    font-size: 1.2em;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    position: relative;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-wrap: wrap;
}

/*.single .post-thumbnail,*/
/*.page .post-thumbnail,*/
.category .post-thumbnail,
.author .post-thumbnail {
    margin: 0;
    padding: 0 1em 1em 0;
    float: left;
    width: 33%;
}

.page .post-thumbnail img,
.single .post-thumbnail img {
    width: 100%;
    height: auto;
}

.single .entry-content,
.category .entry-content,
.author .entry-content {}

.search-results-count {
    padding: 0 30px 10px 10px;
    text-transform: none;
    text-align: right;
    color: #dc4405;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
}

.woocommerce div.product p.stock {
    font-size: 1.5em;
}

#wl-wrapper .woocommerce-message {
    border-top-color: #0097a9;
}

#wl-wrapper .woocommerce-message:before {
    color: #0097a9;
}

.site-footer-td .newsletter-text {
    font-weight: 400;
    margin-bottom: 16px;
    color: #808285;
}

.site-footer-td .newsletter-button button {
    margin: 16px 0 10px;
}

.gravity_form_popin .gform_wrapper .gform_footer,
.gravity_form_popin .gform_wrapper {
    margin: 0;
}

#email-signup-inline button {
    width: 100%;
}

.gravity_form_popin h3,
#email-signup-inline h4 {
    margin: 30px 0 0 25px !important;
    font-size: 2em !important;
    font-family: "heroregular", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #0096aa;
}

#email-signup-inline .newsletter-text {
    margin: 0 0 15px 0;
    font-weight: 400;
    color: #808285;
}

#email-signup-inline .newsletter-input {
    margin: 0 0 15px 0;
}

.woocommerce form.login {
    width: 50%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

#mobile-thumbnails {
    text-align: center;
    margin: 15px;
    padding: 0 40px;
}

#mobile-thumbnails a {
    display: inline-block;
    padding: 0 5px;
}

#mobile-thumbnails img {
    max-width: 100%;
    height: auto;
}

#mobile-thumbnails .enabling-devices-slick-prev {
    top: 20%;
    left: 0;
}

#mobile-thumbnails .enabling-devices-slick-next {
    top: 20%;
}

#masthead-site-header-navigation-section-primary-filters label.option span.radio,
#masthead-site-header-navigation-section-primary-filters label.option span.label {
    padding: 0 3px;
}

#masthead-site-header-navigation-section-primary-filters label.option span.radio {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #0097a9;
    box-sizing: border-box;
    margin-left: -10px;
    margin-top: 5px;
}

#masthead-site-header-navigation-section-primary-filters label.option span.radio,
#masthead-site-header-navigation-section-primary-filters label.option span.label {
    display: inline-block;
}

#masthead-site-header-navigation-section-primary-filters label.option {
    cursor: pointer;
    display: block;
    font-size: .9em;
    font-weight: normal;
    padding-left: 20px;
    margin-left: -10px;
}

#masthead-site-header-navigation-section-primary-filters label.option * {
    vertical-align: top;
}

#masthead-site-header-navigation-section-primary-filters label.option input[type=checkbox]:checked+span.radio {
    background-color: #0097a9;
}

#masthead-site-header-navigation-section-primary-filters label input[type=checkbox] {
    display: none;
}

#masthead-site-header-navigation-section-primary-filters .primary-filter-options {
    margin-top: 5px;
}

#masthead-site-header-navigation-section-primary-filters .primary-filter-options-grouped {
    margin-top: 20px;
}

#masthead-site-header-navigation-section-primary-filters .primary-filter-options:nth-of-type(1) {
    margin-top: 0;
}

#masthead-site-header-navigation-section-primary-filters-button {
    display: inline-block;
    margin-top: 20px;
}

#masthead-site-header-navigation ul #masthead-site-header-navigation-section-primary-filters-button a.button {
    font-size: 1em;
    text-transform: none;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
}

#masthead-site-header-navigation ul #masthead-site-header-navigation-section-primary-filters-button a.button:first-child {
    margin-left: 0;
}

#masthead-site-header-navigation ul #masthead-site-header-navigation-section-primary-filters-button a.button:hover {
    color: #fff !important;
}

#masthead-site-header-navigation-section-primary-filters ul li .select-all {
    font-size: .7em;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.woocommerce div.product .bundled_product_summary {
    padding-left: 0;
}

.woocommerce div.product .bundled_product_summary .bundled_product_images {
    display: none;
}

.woocommerce div.product .bundled_product_summary .details {
    float: none;
}

.woocommerce div.product .bundled_product_summary .details .product_title,
.woocommerce div.product .mnm_form_header.product_title {
    margin: 0 0 10px 0;
    text-transform: none;
    color: #000;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: normal;
}

.mnm_table .product-name a {
    color: #000;
    font-size: 1.5em;
    font-weight: normal;
}

.mnm_table .product-name a:hover {
    color: #0097A9;
}

.mnm_table .product-thumbnail,
.woocommerce span.onsale {
    display: none;
}

.woocommerce div.product form.cart.mnm_form {
    margin-top: 0;
}

.mnm_table tr {
    border-bottom: 1px solid #0097a9;
}

.mnm_table tr.mnm_item .product-name,
.mnm_table tr th.product-name {
    padding-left: 0 !important;
}

.mnm_table .mnm_item .product-quantity {
    padding-right: 0 !important;
}

#order_review.woocommerce-checkout-review-order tr.shipping td p.shipping_note {
    margin-top: 0;
    color: #f00;
    font-size: 20px;
}

#order_review.woocommerce-checkout-review-order span.product-sku,
.woocommerce-cart-form span.product-sku,
.adq_list span.product-sku,
.woocommerce .shop_table span.product-sku {
    display: block;
    margin-top: 10px;
}

#order_review.woocommerce-checkout-review-order span.product-sku+dl.variation,
.woocommerce-cart-form span.product-sku+dl.variation {
    margin-top: -22px;
}

#payment .wc_payment_methods.payment_methods.methods label {
    display: inline-block;
}

#payment .wc_payment_methods.payment_methods.methods p:first-child,
#order_review tr.shipping p:first-child {
    margin-top: 0;
}

#order_review .place-order {
    text-align: right;
}

.woocommerce .quote-date-item {
    margin-top: 10px !important;
}

.woocommerce .shop_table .product-name a {
    color: #000;
}

.woocommerce .shop_table .product-name a:hover {
    color: #0097a9;
}



/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('assets/images/fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('assets/images/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}


.woocommerce-billing-fields p.billing-message {
    font-weight: bold;
    margin: 0 0 1.5em !important;
}



/*--------------------------------------------------------------
20.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

    body.customize-partial-edit-shortcuts-shown .site-header .site-title {
        padding-left: 0;
    }
}

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

    /* Typography */

    body,
    button,
    input,
    select,
    textarea {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h1 {
        font-size: 30px;
        font-size: 1.875rem;
    }

    h2,
    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
    }

    h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h5 {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    h6 {
        font-size: 16px;
        font-size: 1rem;
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 14px;
        font-size: 0.875rem;
    }

    /* Fix image alignment */
    img.alignleft {
        float: left;
        margin-right: 1.5em;
    }

    img.alignright {
        float: right;
        margin-left: 1.5em;
    }

    /* Site Branding */

    .site-branding {
        padding: 3em 0;
    }

    /* Front Page */

    .panel-content .wrap {
        /*      padding-bottom: 2em;
                        padding-top: 3.5em;*/
    }

    .page-one-column .panel-content .wrap {
        max-width: 740px;
    }

    .panel-content .entry-header {
        /*margin-bottom: 4.5em;*/
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 0;
    }

    /* Blog Index, Archive, Search */

    .taxonomy-description {
        font-size: 14px;
        font-size: 0.875rem;
    }

    /* Site Footer */

    .site-footer {
        font-size: 16px;
        font-size: 1rem;
    }

    /* Gallery Columns */

    .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }

    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}

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

    /* Typography */

    body,
    button,
    input,
    select,
    textarea {
        font-size: 16px;
        font-size: 1rem;
        /*line-height: 1.5;*/
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    /* Layout */

    .has-sidebar:not(.error404) #primary {
        float: left;
        width: 58%;
    }

    .has-sidebar #secondary {
        float: right;
        padding-top: 0;
        width: 36%;
    }

    .error404 #primary {
        float: none;
    }

    .content-full-width {
        float: none !important;
        width: 100% !important;
    }

    /* Site Branding */

    .site-branding {
        margin-bottom: 0;
    }

    .has-header-image.enablingdevices-front-page .site-branding,
    .has-header-video.enablingdevices-front-page .site-branding,
    .has-header-image.home.blog .site-branding,
    .has-header-video.home.blog .site-branding {
        bottom: 0;
        display: block;
        left: 0;
        height: auto;
        padding-top: 0;
        position: absolute;
        width: 100%;
    }

    .has-header-image.enablingdevices-front-page .custom-header,
    .has-header-video.enablingdevices-front-page .custom-header,
    .has-header-image.home.blog .custom-header,
    .has-header-video.home.blog .custom-header {
        display: block;
        height: auto;
    }

    .custom-header-media {
        height: 165px;
        position: relative;
    }

    .enablingdevices-front-page.has-header-image .custom-header-media,
    .enablingdevices-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 0;
        position: relative;
    }

    .has-header-image:not(.enablingdevices-front-page):not(.page-template-template-news):not(.home) .custom-header-media,
    .has-header-video:not(.enablingdevices-front-page):not(.page-template-template-news):not(.home) .custom-header-media {
        bottom: 0;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .custom-logo-link {
        padding-right: 2em;
    }

    .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
        max-width: 350px;
    }

    .title-tagline-hidden.home.has-header-image .custom-logo-link img,
    .title-tagline-hidden.home.has-header-video .custom-logo-link img {
        max-height: 200px;
    }

    .site-title {
        font-size: 36px;
        font-size: 2.25rem;
    }

    .site-description {
        font-size: 16px;
        font-size: 1rem;
    }

    /* Navigation */

    .navigation-top {
        bottom: 0;
        font-size: 14px;
        font-size: 0.875rem;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 3;
    }

    .navigation-top .wrap {
        max-width: 1000px;
        /* The font size is 14px here and we need 50px padding in ems */
        padding: 0.75em 3.4166666666667em;
    }

    .navigation-top nav {
        margin-left: -1.25em;
    }

    .site-navigation-fixed.navigation-top {
        bottom: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 7;
    }

    .admin-bar .site-navigation-fixed.navigation-top {
        top: 32px;
    }

    /* Main Navigation */

    .js .menu-toggle,
    .js .dropdown-toggle {
        display: none;
    }

    .main-navigation {
        width: auto;
    }

    .js .main-navigation ul,
    .js .main-navigation ul ul,
    .js .main-navigation>div>ul {
        display: block;
    }

    .main-navigation ul {
        background: transparent;
        padding: 0;
    }

    .main-navigation>div>ul {
        border: 0;
        margin-bottom: 0;
        padding: 0;
    }

    .main-navigation li {
        border: 0;
        display: inline-block;
    }

    .main-navigation li li {
        display: block;
    }

    .main-navigation a {
        padding: 1em 1.25em;
    }

    .main-navigation ul ul {
        background: #fff;
        border: 1px solid #bbb;
        left: -999em;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 99999;
    }

    .main-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.page_item_has_children:before,
    .main-navigation ul li.page_item_has_children:after {
        border-style: solid;
        border-width: 0 6px 6px;
        content: "";
        display: none;
        height: 0;
        position: absolute;
        right: 1em;
        bottom: -1px;
        width: 0;
        z-index: 100000;
    }

    .main-navigation ul li.menu-item-has-children.focus:before,
    .main-navigation ul li.menu-item-has-children:hover:before,
    .main-navigation ul li.menu-item-has-children.focus:after,
    .main-navigation ul li.menu-item-has-children:hover:after,
    .main-navigation ul li.page_item_has_children.focus:before,
    .main-navigation ul li.page_item_has_children:hover:before,
    .main-navigation ul li.page_item_has_children.focus:after,
    .main-navigation ul li.page_item_has_children:hover:after {
        display: block;
    }

    .main-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.page_item_has_children:before {
        border-color: transparent transparent #bbb;
        bottom: 0;
    }

    .main-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.page_item_has_children:after {
        border-color: transparent transparent #fff;
    }

    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 100%;
        right: auto;
    }

    .main-navigation ul ul a {
        padding: 0.75em 1.25em;
        width: 16em;
    }

    .main-navigation li li {
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

    .main-navigation li li:hover,
    .main-navigation li li.focus {
        background: #767676;
    }

    .main-navigation li li a {
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

    .main-navigation li li.focus>a,
    .main-navigation li li:focus>a,
    .main-navigation li li:hover>a,
    .main-navigation li li a:hover,
    .main-navigation li li a:focus,
    .main-navigation li li.current_page_item a:hover,
    .main-navigation li li.current-menu-item a:hover,
    .main-navigation li li.current_page_item a:focus,
    .main-navigation li li.current-menu-item a:focus {
        color: #fff;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 0.5em;
        right: auto;
    }

    .main-navigation .menu-item-has-children>a>.icon,
    .main-navigation .page_item_has_children>a>.icon {
        display: inline;
        left: 5px;
        position: relative;
        top: -1px;
    }

    .main-navigation ul ul .menu-item-has-children>a>.icon,
    .main-navigation ul ul .page_item_has_children>a>.icon {
        margin-top: -9px;
        left: auto;
        position: absolute;
        right: 1em;
        top: 50%;
        -webkit-transform: rotate(-90deg);
        /* Chrome, Safari, Opera */
        /* IE 9 */
        transform: rotate(-90deg);
    }

    .main-navigation ul ul ul {
        left: -999em;
        margin-top: -1px;
        top: 0;
    }

    .main-navigation ul ul li.menu-item-has-children.focus:before,
    .main-navigation ul ul li.menu-item-has-children:hover:before,
    .main-navigation ul ul li.menu-item-has-children.focus:after,
    .main-navigation ul ul li.menu-item-has-children:hover:after,
    .main-navigation ul ul li.page_item_has_children.focus:before,
    .main-navigation ul ul li.page_item_has_children:hover:before,
    .main-navigation ul ul li.page_item_has_children.focus:after,
    .main-navigation ul ul li.page_item_has_children:hover:after {
        display: none;
    }

    .site-header .site-navigation-fixed .menu-scroll-down {
        display: none;
    }

    /* Scroll down arrow */

    .site-header .menu-scroll-down {
        display: block;
        padding: 1em;
        position: absolute;
        right: 0;
    }

    .site-header .menu-scroll-down .icon {
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        /* IE 9 */
        transform: rotate(90deg);
    }

    .site-header .menu-scroll-down {
        color: #fff;
        top: 2em;
    }

    .site-header .navigation-top .menu-scroll-down {
        color: #767676;
        top: 0.7em;
    }

    .menu-scroll-down:focus {
        outline: thin dotted;
    }

    .menu-scroll-down .icon {
        height: 18px;
        width: 18px;
    }

    /* Front Page */

    .enablingdevices-front-page.has-header-image .site-branding,
    .enablingdevices-front-page.has-header-video .site-branding,
    .home.blog.has-header-image .site-branding,
    .home.blog.has-header-video .site-branding {
        margin-bottom: 70px;
    }

    .enablingdevices-front-page.has-header-image .custom-header-media,
    .enablingdevices-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 1200px;
        height: 100vh;
        max-height: 100%;
        overflow: hidden;
    }

    .enablingdevices-front-page.has-header-image .custom-header-media:before,
    .enablingdevices-front-page.has-header-video .custom-header-media:before,
    .home.blog.has-header-image .custom-header-media:before,
    .home.blog.has-header-video .custom-header-media:before {
        height: 33%;
    }

    .admin-bar.enablingdevices-front-page.has-header-image .custom-header-media,
    .admin-bar.enablingdevices-front-page.has-header-video .custom-header-media,
    .admin-bar.home.blog.has-header-image .custom-header-media,
    .admin-bar.home.blog.has-header-video .custom-header-media {
        height: calc(100vh - 32px);
    }

    .panel-content .wrap {
        /*      padding-bottom: 4.5em;
                        padding-top: 6em;*/
    }

    .panel-image {
        height: 100vh;
        max-height: 1200px;
    }

    /* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
    .background-fixed .panel-image {
        background-attachment: fixed;
    }

    .page-two-column .panel-content .entry-header {
        float: left;
        width: 36%;
    }

    .page-two-column .panel-content .entry-content {
        float: right;
        width: 58%;
    }

    /* Front Page - Recent Posts */

    .page-two-column .panel-content .recent-posts {
        clear: right;
        float: right;
        width: 58%;
    }

    .panel-content .recent-posts article {
        margin-bottom: 4em;
    }

    .panel-content .recent-posts .entry-header,
    .page-two-column #primary .panel-content .recent-posts .entry-header,
    .panel-content .recent-posts .entry-content,
    .page-two-column #primary .panel-content .recent-posts .entry-content {
        float: none;
        width: 100%;
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 1.5em;
    }

    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
    }

    /* Posts */

    .site-content {
        /*padding: 5.5em 0 0;*/
    }

    .single-post .entry-title,
    .page .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
    }

    .comments-pagination,
    .post-navigation {
        clear: both;
    }

    .post-navigation .nav-previous {
        float: left;
        width: 50%;
    }

    .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 50%;
    }

    .nav-next,
    .post-navigation .nav-next {
        margin-top: 0;
    }

    /* Blog, archive, search */

    .sticky .icon-thumb-tack {
        height: 23px;
        left: -2.5em;
        top: 1.5em;
        width: 32px;
    }

    /*  body:not(.has-sidebar):not(.page-one-column) .page-header,
            body.has-sidebar.error404 #primary .page-header,
            body.page-two-column:not(.archive) #primary .entry-header,
            body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
                    float: left;
                    width: 36%;
            }

            .blog:not(.has-sidebar) #primary article,
            .archive:not(.page-one-column):not(.has-sidebar) #primary article,
            .search:not(.has-sidebar) #primary article,
            .error404:not(.has-sidebar) #primary .page-content,
            .error404.has-sidebar #primary .page-content,
            body.page-two-column:not(.archive) #primary .entry-content,
            body.page-two-column #comments {
                    float: right;
                    width: 58%;
            }*/

    .blog .site-main>article,
    .archive .site-main>article,
    .search .site-main>article {
        padding-bottom: 4em;
    }

    .facetwp-pager,
    .navigation.pagination {
        clear: both;
        /*float: right;*/
        /*width: 58%;*/
    }

    .has-sidebar .navigation.pagination,
    .archive.page-one-column:not(.has-sidebar) .navigation.pagination {
        float: none;
        width: 100%;
    }

    .entry-footer {
        display: table;
        width: 100%;
    }

    .entry-footer .cat-tags-links {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .entry-footer .edit-link {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

    .entry-footer .edit-link a.post-edit-link {
        margin-top: 0;
        margin-left: 1em;
    }

    /* Entry content */

    /* without sidebar */

    :not(.has-sidebar) .entry-content blockquote.alignleft {
        margin-left: -17.5%;
        width: 48%;
    }

    :not(.has-sidebar) .entry-content blockquote.alignright {
        margin-right: -17.5%;
        width: 48%;
    }

    /* with sidebar */

    .has-sidebar .entry-content blockquote.alignleft {
        margin-left: 0;
        width: 34%;
    }

    .has-sidebar .entry-content blockquote.alignright {
        margin-right: 0;
        width: 34%;
    }

    .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
        margin-right: -72.5%;
        width: 62%;
    }

    /* blog and archive */

    .blog:not(.has-sidebar) .entry-content blockquote.alignleft,
    .enablingdevices-front-page.page-two-column .entry-content blockquote.alignleft,
    .archive:not(.has-sidebar) .entry-content blockquote.alignleft,
    .page-two-column .entry-content blockquote.alignleft {
        margin-left: -72.5%;
        width: 62%;
    }

    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .enablingdevices-front-page.page-two-column .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content blockquote.alignright {
        margin-right: 0;
        width: 36%;
    }

    /* Post formats */

    .format-quote blockquote .icon {
        left: -1.5em;
    }

    /* Pages */

    .page.page-one-column .entry-header,
    .enablingdevices-front-page.page-one-column .entry-header,
    .archive.page-one-column:not(.has-sidebar) .page-header {
        margin-bottom: 4em;
    }

    .page:not(.home) #content {
        padding-bottom: 3.25em;
    }

    /* 404 page */

    .error404 .page-content {
        padding-bottom: 9em;
    }

    /* Comments */

    #comments {
        /*padding-top: 5em;*/
    }

    .comments-title {
        margin-bottom: 2.5em;
    }

    ol.children .children {
        padding-left: 2em;
    }

    /* Posts pagination */

    .nav-links .nav-title {
        position: relative;
    }

    .nav-title-icon-wrapper {
        position: absolute;
        text-align: center;
        width: 2em;
    }

    .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
        left: -2em;
    }

    .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
        right: -2em;
    }

    /* Secondary */

    #secondary {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.6;
    }

    /* Widgets */

    h2.widget-title {
        /*        font-size: 11px;
                font-size: 0.6875rem;
                margin-bottom: 2em;*/
    }

    /* Footer */

    .site-footer {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.6;
        /*margin-top: 3em;*/
    }

    .site-footer .widget-column.footer-widget-1 {
        float: left;
        width: 36%;
    }

    .site-footer .widget-column.footer-widget-2 {
        float: right;
        width: 58%;
    }

    .social-navigation {
        clear: left;
        float: left;
        margin-bottom: 0;
        width: 36%;
    }

    .site-info {
        /*float: left;*/
        /*padding: 0.7em 0 0;*/
        /*width: 58%;*/
    }

    .social-navigation+.site-info {
        margin-left: 6%;
    }

    .site-info .sep {
        margin: 0 0.5em;
        display: inline;
        visibility: visible;
        height: auto;
        width: auto;
    }

    /* Gallery Columns */

    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

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

    /* Layout */

    /* Navigation */
    .navigation-top .wrap {
        padding: 0.75em 2em;
    }

    .navigation-top nav {
        margin-left: 0;
    }

    /* Sticky posts */

    .sticky .icon-thumb-tack {
        font-size: 32px;
        font-size: 2rem;
        height: 22px;
        left: -1.25em;
        top: 0.75em;
        width: 32px;
    }

    /* Comments */

    .comment-body {
        margin-left: 0;
    }
}

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

    .has-sidebar .entry-content blockquote.alignleft {
        margin-left: -20%;
    }

    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content blockquote.alignright,
    .enablingdevices-front-page .entry-content blockquote.alignright {
        margin-right: -20%;
    }
}

@media screen and (max-width: 48.875em) and (min-width: 48em) {

    .admin-bar .site-navigation-fixed.navigation-top,
    .admin-bar .site-navigation-hidden.navigation-top {
        top: 46px;
    }
}

@media screen and (max-width: 1250px) {
    #masthead-site-header-navigation ul li {
        padding-left: 0;
    }

    .masthead-site-header-navigation-section-account-cart .quote-label,
    .masthead-site-header-navigation-section-account-cart .cart-label,
    .masthead-site-header-navigation-section-account-cart .account-label {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce form.login {
        width: 100%;
    }

    .masthead-site-header-navigation-section {
        margin-top: 0;
    }

    #masthead-site-header-navigation-section-primary {
        display: none;
    }

    #masthead-site-header-navigation-hamburger.hamburger {
        display: inline-block;
    }

    .homepage-top-banner-text-top {
        font-size: 1.5em;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product,
    .woocommerce #category-product-container.filtersOpened li.product,
    .woocommerce-page #category-product-container.filtersOpened li.product,
    .woocommerce ul.products.cross-sells li.product,
    .woocommerce-page ul.products.cross-sells li.product {
        width: 30%;
    }

    #blog-page-newsletter .newsletter-signup {
        width: 75%;
    }
}

@media screen and (max-width: 1023px) {
    .masthead-site-header-bottom-td-left {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #masthead-site-header-top-bar-phone-mobile {
        display: inline;
    }

    #masthead-site-header-top-bar-phone {
        display: none;
    }

    #homepage-featured-area,
    #blog-featured-area {
        display: block;
    }

    .homepage-featured-area-content,
    .blog-featured-area-content {
        width: 100%;
    }

    #homepage_social_media_header {
        display: block;
    }

    #homepage_social_media_header_hashtag {
        padding-right: 0;
    }

    #homepage-featured-banner-table,
    #homepage-featured-banner-tr,
    .homepage-featured-banner-td,
    #blog-featured-banner-table,
    #blog-featured-banner-tr,
    .blog-featured-banner-td {
        display: block;
    }

    .homepage-featured-banner-image,
    .blog-featured-banner-image {
        text-align: center;
    }

    .homepage-featured-banner-image,
    .homepage-featured-banner-content,
    .blog-featured-banner-image,
    .blog-featured-banner-content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #homepage-top-banner .bxslider>li {
        display: block;
    }

    .homepage-top-banner-content-container {
        display: block;
        width: 100%;
        padding: 0;
        position: static;
    }

    .homepage-top-banner-image {
        padding-right: 0;
        text-align: center;
    }

    .homepage-top-banner-title,
    .homepage-top-banner-text-top {
        font-size: 1em;
    }

    .homepage-top-banner-title,
    .homepage-top-banner-link {
        background: #fff;
    }

    .homepage-top-banner-title {
        padding: 10px 0 10px 0;
    }

    .homepage-top-banner-link {
        padding: 0 0 10px 0;
    }

    .homepage-top-banner-image img,
    .homepage-featured-banner-image img,
    .blog-featured-banner-image img {
        border-radius: initial;
        -webkit-border-radius: initial;
    }

    .responsive-tab {
        display: block;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin-bottom: 1em;
        padding: 1em;
    }

    .ywqa-answer-list {
        padding-left: 1em;
    }

    #site-footer-table,
    #site-footer-tr,
    .site-footer-td {
        display: block;
    }

    .site-footer-td-middle,
    .site-footer-td-right {
        float: left;
        width: 50%;
        padding-top: 25px;
        margin-bottom: 25px;
    }

    #site-footer-tr:before,
    #site-footer-tr:after {
        content: "";
        display: table;
        table-layout: fixed;
    }

    #site-footer-tr:after {
        clear: both;
    }

    .site-footer-td-left {
        width: 100%;
        padding: 0;
    }

    .site-footer-td.site-footer-td-middle {
        border: none;
    }

    #copyright {
        padding-bottom: 25px;
    }

    #category-filters-sort {
        height: auto;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering,
    .woocommerce .woocommerce-ordering select,
    .woocommerce-page .woocommerce-ordering select {
        float: none;
    }

    .woocommerce .woocommerce-ordering select,
    .woocommerce-page .woocommerce-ordering select {
        width: 100%;
    }

    .woocommerce #category-page-container {
        display: block;
        padding: 0 0 20px 0;
    }

    .woocommerce #category-sort,
    .woocommerce-page #category-sort {
        padding: 20px;
        display: block;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    #category-filters-sort {
        padding: 0;
        display: block;
    }

    .woocommerce #category-filters-link,
    .woocommerce-page #category-filters-link {
        padding: 20px;
        -webkit-box-ordinal-group: 3;
        order: 2;
        border-right: none;
        border-bottom: 3px solid #fff;
        ;
    }

    #category-filters-container {
        border-right: none;
    }

    #category-filters .product-categories-select {
        display: inline-block;
        margin-top: 10px;
    }

    #category-filters .product-categories {
        display: none;
    }

    #category-filters .product-categories-select {
        display: inline-block;
    }

    .woocommerce #category-filters-link,
    .woocommerce-page #category-filters-link,
    #category-filters-container,
    #category-product-container,
    .woocommerce #category-sort,
    .woocommerce-page #category-sort,
    .woocommerce-page #category-sort select,
    .woocommerce #category-page-container ul.products,
    #category-filters .product-categories-select {
        width: 100%;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product,
    .woocommerce #category-product-container.filtersOpened li.product,
    .woocommerce-page #category-product-container.filtersOpened li.product,
    .woocommerce ul.products.cross-sells li.product,
    .woocommerce-page ul.products.cross-sells li.product {
        width: 46%;
    }

    .woocommerce #content div.product .woocommerce-tabs {
        margin-top: 0;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: none;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        /*display: block !important;*/
    }

    .woocommerce ul.products.cross-sells li.product,
    .woocommerce-page ul.products.cross-sells li.product {
        margin: .5em;
    }

    .product-tags {
        margin-top: 0;
    }

    .homepage-featured-area-content,
    .blog-featured-area-content {
        padding: 20px;
    }

    .woocommerce .cart-collaterals .cross-sells {
        display: none;
    }

    #blog-posts>article {
        width: 49%;
    }

    .blog-post-full-width a.blog-post,
    #blog-posts>article.blog-post-full-width .blog-post-content .post-thumbnail,
    #blog-posts>article.blog-post-full-width .blog-post-content .post-content {
        width: 100%;
    }

    .blog-post-full-width .blog-post-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    #blog-posts>article.blog-post-full-width .blog-post-content .post-content-inner {
        padding-top: 35px;
    }

    #blog-page-newsletter {
        padding: 1em;
    }

    #blog-page-newsletter .newsletter-signup form {
        display: block;
    }

    #blog-page-newsletter .newsletter-signup,
    #blog-page-newsletter .newsletter-inputs {
        width: 100% !important;
        text-align: center;
    }

    #blog-page-newsletter .newsletter-button {
        text-align: center;
        margin-top: 25px;
        display: block;
    }

    .blog-page-resource {
        width: 100%;
        min-width: 0;
    }

    .blog-page-resource:nth-child(odd),
    .blog-page-resource:nth-child(even) {
        border-left: none;
        border-right: none;
    }

    #blog-filters {
        display: block;
    }

    #blog-filters h2.widget-title,
    #blog-filters .widget {
        display: none;
    }

    #blog-filters-responsive-link {
        display: block;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        background: url(assets/images/filters-arrow-down.svg) 95% 50% no-repeat;
        background-size: 25px 25px;
        padding: .7em 25px .7em .7em;
        margin-top: 20px;
        color: #000;
        width: 100%;
        font-size: 1.2em;
        background-color: #fff;
        outline: none;
    }

    #blog-filters-responsive-link.open {
        background-color: rgba(255, 255, 255, .5);
    }

    #blog-filters .textwidget .facetwp-facet,
    #blog-filters .facetwp-facet,
    #blog-filters .facetwp-sort,
    #blog-filters .textwidget {
        display: block;
        margin-right: 0;
        padding-top: 5px;
    }

    #blog-filters .facetwp-facet-blog_search {
        padding-left: 0;
    }

    #blog-filters input[type="text"],
    #blog-filters select {
        font-size: 1.2em;
        width: 100%;
    }

    .single .post-thumbnail,
    .page .post-thumbnail,
    .category .post-thumbnail,
    .author .post-thumbnail {
        width: 50%;
    }

    div.MagicToolboxContainer.selectorsLeft.noscroll,
    div.MagicToolboxContainer.selectorsRight.noscroll {
        display: inline-table !important;
        height: 100%;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    div.MagicToolboxContainer.selectorsLeft.noscroll .MagicToolboxMainContainer,
    div.MagicToolboxContainer.selectorsRight.noscroll .MagicToolboxMainContainer {
        display: block;
        height: auto;
        padding: 0;
    }

    div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
        padding: 0 !important;
        width: 100%;
    }

    div.MagicToolboxContainer.selectorsLeft.noscroll .MagicToolboxSelectorsContainer,
    div.MagicToolboxContainer.selectorsRight.noscroll .MagicToolboxSelectorsContainer {
        display: block;
        text-align: center;
        height: auto;
        width: 100% !important;
        margin: 15px 0;
        padding: 0 !important;
    }

    div.MagicToolboxContainer.selectorsLeft.noscroll .MagicToolboxSelectorsContainer a,
    div.MagicToolboxContainer.selectorsRight.noscroll .MagicToolboxSelectorsContainer a {
        display: inline-block !important;
    }

    .product-social-media-and-attribute-icons {
        display: none;
    }

    .woocommerce div.product div.images {
        margin-bottom: 0;
    }

    .product-images {
        padding-bottom: 0;
    }

    #product-video {
        max-width: 100%;
        width: auto;
    }

    .woocommerce .cart #remove_all_items.button {
        margin: 0;
        float: none;
        text-align: center;
    }

    #update_quote,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce table.cart td.actions .coupon .button.alt,
    .woocommerce table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page table.cart td.actions .coupon .button.alt,
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        margin-top: 15px;
    }

    .woocommerce table.shop_table tbody th,
    .woocommerce table.shop_table thead,
    .woocommerce-page table.shop_table tbody th,
    .woocommerce-page table.shop_table thead {
        display: none;
    }

    .woocommerce table.shop_table cart tr,
    .woocommerce-page table.shop_table cart tr {
        display: block;
    }

    .woocommerce table.shop_table tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table tbody tr:first-child td:first-child {
        border-top: 0;
    }

    .woocommerce table.shop_table tr td,
    .woocommerce-page table.shop_table tr td {
        display: block;
        text-align: right !important;
    }

    .woocommerce form.adq-billing .form-row-first,
    .woocommerce form.adq-billing .form-row-last,
    .woocommerce-page form.adq-billing .form-row-first,
    .woocommerce-page form.adq-billing .form-row-last,
    .woocommerce table.cart td.actions .input-text#adq_coupon_code,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .input-text#coupon_code,
    .woocommerce-page #content table.cart td.actions .input-text#coupon_code,
    .woocommerce-page table.cart td.actions .input-text#coupon_code,
    .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce table.cart td.actions .coupon .button.alt,
    .woocommerce table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page table.cart td.actions .coupon .button.alt,
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        width: 100%;
    }

    .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce table.cart td.actions .coupon .button.alt,
    .woocommerce table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page table.cart td.actions .coupon .button.alt,
    .woocommerce-page table.cart td.actions .coupon .input-text+.button,
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        float: none;
    }

    #mobile-thumbnails {
        padding: 0;
    }

    /*    .bx-wrapper .bx-pager.bx-default-pager a.active,
    .bx-wrapper .bx-pager.bx-default-pager a:focus,
    .slick-dots li.slick-active button:before
    {
        opacity: .25;
    }*/
}

@media screen and (max-width: 736px) {

    .homepage-featured-banner-text,
    .homepage-featured-area-text,
    .homepage-featured-banner-link a,
    .blog-featured-banner-text,
    .blog-featured-area-text,
    .blog-featured-banner-link a {
        font-size: 1em;
    }

    #homepage_social_media_header_hashtag {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 641px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: normal !important;
        min-height: 0 !important;
    }

    .newsletter-button button {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {

    .woocommerce ul.products.cross-sells li.product,
    .woocommerce-page ul.products.cross-sells li.product {
        width: 46%;
    }
}

@media screen and (max-width: 600px) {

    .masthead-site-header-td-left,
    .masthead-site-header-td-right {
        width: 50%;
    }

    .masthead-site-header-bottom-td-right {
        display: none;
    }

    .product-slider h5 {
        margin-right: 0;
    }

    #homepage_social_media_slider {
        margin-top: 0;
    }

    .woocommerce div.product form.cart div.quantity {
        float: none;
        margin-bottom: 1em;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product,
    .woocommerce #category-product-container.filtersOpened li.product,
    .woocommerce-page #category-product-container.filtersOpened li.product,
    .woocommerce ul.products.cross-sells li.product,
    .woocommerce-page ul.products.cross-sells li.product {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .woocommerce ul.products.cross-sells li.product,
    .woocommerce-page ul.products.cross-sells li.product {
        margin: .5em;
    }

    .site-footer-td-middle,
    .site-footer-td-right {
        float: none;
        width: 100%;
        border: none;
        text-align: center;
        padding-top: 0;
    }

    .site-footer-td {
        text-align: center;
        padding: 0;
    }

    #site-footer-social-media a:first-child {
        margin-left: 0;
    }

    #site-footer-social-media a {
        margin-left: .3em;
    }

    #site-footer-social-media {
        margin-left: 0;
    }

    #copyright {
        text-align: center;
    }
}

@media screen and (max-width: 568px) {
    #masthead-site-header-top-bar-links {
        float: none;
        text-align: center;
    }

    .masthead-site-header-table,
    .masthead-site-header-tr,
    .masthead-site-header-td {
        display: block;
        width: 100%;
    }

    #masthead-site-header-logo {
        padding: 0 20px;
    }

    .masthead-site-header-td-left,
    #masthead-site-header-navigation {
        text-align: center;
    }

    #masthead-site-header-navigation {
        margin-bottom: 25px;
    }

    .masthead-site-header-navigation-section-account-cart a {
        margin-left: 20px;
        margin-right: 0;
    }

    .masthead-site-header-navigation-section-account-cart a:first-child {
        margin-left: 0;
    }

    .single .post-thumbnail img,
    .page .post-thumbnail img,
    .category .post-thumbnail img,
    .author .post-thumbnail img {
        text-align: center;
    }

    .single .post-thumbnail,
    .page .post-thumbnail,
    .category .post-thumbnail,
    .author .post-thumbnail {
        float: none;
        width: 100%;
        padding: 0 0 1em 0;
    }

    a#cctt-form-form {
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 425px) {

    .woocommerce table.cart td.actions .input-text#coupon_code,
    .woocommerce-page #content table.cart td.actions .input-text#coupon_code,
    .woocommerce-page table.cart td.actions .input-text#coupon_code .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 100%;
        float: none;
        margin: 5px 0;
    }

    .product-slider h5 {
        font-size: 1.5em;
    }

    .product-tags li {
        float: none;
        width: 100%;
    }

    .product-tags li:nth-child(odd) {
        padding-right: 0;
    }

    #blog-posts>article {
        width: 100%;
        padding: 5px 0;
    }

    .blog-page-resource {
        /*background-size: contain;*/
        min-height: 0;
        padding: 20px 0;
    }
}

@media screen and (max-width: 375px) {

    .woocommerce div.product form.cart .button_add_to_quote,
    .woocommerce div.product form.cart .button {
        float: none;
        display: block;
    }

    .woocommerce div.product form.cart .button {
        margin: 0 0 10px 0;
        width: 100%;
    }

    .woocommerce div.product #wl-wrapper.wl-button-wrap {
        padding: 0;
        float: none;
        text-align: center;
    }

    .woocommerce div.product #wl-wrapper.wl-button-wrap .button {
        padding-right: 0;
        display: inline-block;
        width: auto;
    }
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

    /* Hide elements */

    form,
    button,
    input,
    select,
    textarea,
    .navigation-top,
    .social-navigation,
    #secondary,
    .content-bottom-widgets,
    .header-image,
    .panel-image-prop,
    .icon-thumb-tack,
    .page-links,
    .edit-link,
    .post-navigation,
    .pagination.navigation,
    .comments-pagination,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link,
    .site-footer aside.widget-area,
    .site-info {
        display: none !important;
    }

    .entry-footer,
    #comments,
    .site-footer,
    .single-featured-image-header {
        border: 0;
    }

    /* Font sizes */

    body {
        font-size: 12pt;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 22pt;
    }

    h3 {
        font-size: 17pt;
    }

    h4 {
        font-size: 12pt;
    }

    h5 {
        font-size: 11pt;
    }

    h6 {
        font-size: 12pt;
    }

    .page .panel-content .entry-title,
    .page-title,
    body.page:not(.enablingdevices-front-page):not(.page-template-template-news) .entry-title {
        font-size: 10pt;
    }

    /* Layout */

    .wrap {
        padding-left: 5% !important;
        padding-right: 5% !important;
        max-width: none;
    }

    /* Site Branding */

    .site-header {
        background: transparent;
        padding: 0;
    }

    .custom-header-media {
        padding: 0;
    }

    .enablingdevices-front-page.has-header-image .site-branding,
    .enablingdevices-front-page.has-header-video .site-branding,
    .home.blog.has-header-image .site-branding,
    .home.blog.has-header-video .site-branding {
        position: relative;
    }

    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em !important;
        /* override styles added by JavaScript */
    }

    .site-title {
        font-size: 25pt;
    }

    .site-description {
        font-size: 12pt;
        opacity: 1;
    }

    /* Posts */

    .single-featured-image-header {
        background: transparent;
    }

    .entry-meta {
        font-size: 9pt;
    }

    /* Colors */

    body,
    .site {
        background: none !important;
        /* Brute force since user agents all print differently. */
    }

    body,
    a,
    .site-title a,
    .enablingdevices-front-page.has-header-image .site-title,
    .enablingdevices-front-page.has-header-video .site-title,
    .enablingdevices-front-page.has-header-image .site-title a,
    .enablingdevices-front-page.has-header-video .site-title a {
        color: #222 !important;
        /* Make sure color schemes don't affect to print */
    }

    h2,
    h5,
    blockquote,
    .site-description,
    .enablingdevices-front-page.has-header-image .site-description,
    .enablingdevices-front-page.has-header-video .site-description,
    .entry-meta,
    .entry-meta a {
        color: #777 !important;
        /* Make sure color schemes don't affect to print */
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 11pt;
        width: 34%;
    }

    .site-footer {
        padding: 0;
    }


    /* Printable quote */

    .woocommerce-single-quote #masthead-site-header-top-bar,
    .woocommerce-single-quote #masthead-site-header-navigation,
    .woocommerce-single-quote #colophon,
    .woocommerce-single-quote #masthead-site-header-bottom,
    .woocommerce-single-quote .check-column,
    .woocommerce-single-quote .product-remove,
    .woocommerce-single-quote .product-thumbnail,
    .woocommerce-single-quote .product-purchase,
    /*.woocommerce-single-quote thead tr th:last-child,*/
    .woocommerce-single-quote .wlconfirm,
    .woocommerce-single-quote .quote-tabs,
    .woocommerce-single-quote .entry-header h1.entry-title,
    .woocommerce-single-quote dl.variation,
    .woocommerce-single-quote .woocommerce-message,
    .woocommerce-single-quote .wl-quote-actions,
    .page-id-24752 #masthead-site-header-top-bar,
    .page-id-24752 #masthead-site-header-navigation,
    .page-id-24752 #colophon,
    .page-id-24752 #masthead-site-header-bottom,
    .page-id-24752 .check-column,
    .page-id-24752 .product-remove,
    .page-id-24752 .product-thumbnail,
    .page-id-24752 .product-purchase,
    /*.page-id-24752 thead tr th:last-child,*/
    .page-id-24752 .wlconfirm,
    .page-id-24752 .quote-tabs,
    .page-id-24752 .entry-header h1.entry-title,
    .page-id-24752 dl.variation,
    .page-id-24752 .woocommerce-message,
    .page-id-24752 .wl-quote-actions {
        display: none !important;
    }



    .woocommerce-single-quote form,
    .woocommerce-single-quote input,
    .page-id-24752 form,
    .page-id-24752 input {
        display: block !important;
    }

    .woocommerce-single-quote input,
    .page-id-24752 input {
        border: none !important;
        color: #000 !important;
        padding: 0 !important;
        margin: 0 auto !important;
        text-align: center !important;
        width: auto !important;
        font-size: 9pt;
    }

    .woocommerce-single-quote dl.variation,
    .page-id-24752 dl.variation {
        display: none !important;
    }

    .woocommerce-single-quote h2.entry-title,
    .page-id-24752 h2.entry-title {
        font-size: 18pt !important;
    }

    .woocommerce-single-quote .wrap,
    .page-id-24752 .wrap {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }

    .woocommerce-single-quote .site-content,
    .page-id-24752 .site-content {
        padding-top: 0 !important;
    }

    .woocommerce-single-quote #masthead-site-header-logo img,
    .page-id-24752 #masthead-site-header-logo img {
        width: 200px !important;
        height: 77px !important;
        margin-left: 0.5em;
        margin-top: 0.5em;
    }

    .woocommerce-single-quote #wl-wrapper .wl-table td,
    .page-id-24752 #wl-wrapper .wl-table td {
        padding: 0 5px !important;
    }

}


div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer {
    margin-top: 15px !important;
}

.product-social-media-and-attribute-icons {
    overflow: hidden;
    margin-top: 40px;
}

.newsletter-signup {
    overflow: hidden;
}

.newsletter-inputs {
    display: block;
    float: left;
    width: 75%;
    margin-right: 15px;
}

.newsletter-button {
    display: inline-block;
    float: left;

}

.site-footer-td .newsletter-button button {
    margin: 0 !important;
    line-height: 1;
}

.product-quote-info {
    overflow: hidden;
    padding: 20px;
    background-color: rgba(127, 203, 212, 0.1);
    font-size: 14px;
}

.product-quote-info h6 {
    margin: 0 0 10px;
}

.product-quote-info p {
    margin: 0 !important;
}

.woocommerce-thankyou-order-received {
    margin-bottom: 2em !important;
}

.eu-notice {
    -webkit-animation-name: flash;
    -webkit-animation-duration: 300ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: flash;
    -moz-animation-duration: 300ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes flash {
    0% {
        background-color: #FDFD96;
        opacity: 1;
    }

    22% {
        background-color: #FDFD96;
    }

    60% {
        background-color: #FDFD96;
    }

    100% {
        background-color: #fff;
    }
}

.woocommerce-orders-table__row--status-reviewed .woocommerce-button.cancel {
    display: none;
}

.woocommerce-store-notice,
p.demo_store {
    background-color: #B0008E;
}

#wl-wrapper .wl-table td {
    vertical-align: middle !important;
}

/*#billing_tax_exempt_checkbox_field {
    clear: both;
}*/

div.images {
    text-align: center !important;
}

.fake-thumbnail {
    display: inline-block !important;
    border: 1px solid #ccc;
    padding: 5px 5px 0;
    margin: 0 auto .5em;
    text-align: center;
    max-width: 100px;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    color: #a00;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    font-weight: normal;
    color: #777;
}

.gform_wrapper .field_description_below .gfield_description {
    padding: 5px 0 10px !important;
}

.slider-content .ywcrbp_your_price,
.products .ywcrbp_your_price {
    display: block;
    margin-top: 0.25em;
    font-weight: bold;
}

.products .ywcrbp_regular_price,
.products .ywcrbp_sale_price,
.products .ywcrbp_your_price {
    font-size: 1rem;
}

span.product-sku span.on-sale {
    color: red;
}


.woocommerce.has-sidebar:not(.error404) #primary {
    float: none !important;
    width: 100% !important;
}

.woocommerce-single-quote.page-id-6103 h1.entry-title {
    display: block !important;
}

.table-header {
    background: #0097a9;
    padding: 10px;
    text-align: center;
}

.table-header h2 {
    color: #fff;
    margin: 0;
}

.table-row {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.table-row h3 {
    font-weight: bold;
    margin: 0;
    font-size: 1rem;
}

.pdf-table {
    margin-bottom: 100px;
}

.pdf-table .column div>p {
    margin: 0 !important;
}

.column {
    padding: 1px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
    display: -webkit-box;
    display: flex;
}

.column h3 {
    width: 50%;
    background: #f0f0f0;
    padding: 10px;
}

.column div {
    width: 50%;
    padding: 10px;
}

.table-row li {
    list-style-position: outside;
    position: relative;
    left: 17px;
}

@media screen and (min-width: 1025px) {
    .column {
        width: 35%;
        display: inline-block;
        padding: 15px;
    }

    .column.first-column {
        width: 15%;
    }

    .column.second-column {
        width: 10%;
    }

    .column.third-column {
        width: 10%;
    }

    .column.fifth-column {
        width: 25%;
    }

    .table-row {
        display: -webkit-box;
        display: flex;
    }

    .table-row h3 {
        font-size: 1.075rem;
    }

    .column h3 {
        width: 100%;
        background: #fff;
        padding: 10px;
    }

    .column div {
        width: 100%;
    }

    .pdf-table .table-row-container .table-row h3 {
        display: none;
    }

    .pdf-table .table-row-container .table-row:first-child h3 {
        display: block;
    }
}

ul.mm-listview li:last-child {
    background: #dc4405;
}


/* 11-23-2020 Navigation fix */
#masthead-site-header-navigation ul li.primary-menu .masthead-site-header-navigation-submenu-display .masthead-site-header-navigation-section-primary-filters-display {
    display: none;
}

#masthead-site-header-navigation ul li.primary-menu {
    position: relative;
}

#masthead-site-header-navigation ul .primary-menu .masthead-site-header-navigation-subcategories {
    width: fit-content;
}

#masthead-site-header-navigation ul .primary-menu .masthead-site-header-navigation-submenu {
    width: fit-content;
    width: 260px;
}

#masthead-site-header-navigation ul .primary-menu .masthead-site-header-navigation-subcategories {
    width: auto !important;
}

/*--------------------------------------------------------------
22.0 Webfx Redesign
--------------------------------------------------------------*/
.tablet,
.mobile {
    display: none;
}

.desktop {
    display: block;
}

@media (max-width: 1024px) {
    .desktop {
        display: none;
    }

    .tablet {
        display: block;
    }
}

@media (max-width: 767px) {
    .tablet {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@media (min-width: 1024px) {
    .color-hover-yelloworange a:hover {
        color: #f7a231 !important;
    }

    .color-hover-limegreen a:hover {
        color: #83c149 !important;
    }

    .color-hover-red a:hover {
        color: #eb312c !important;
    }

    .color-hover-purple a:hover {
        color: #5d2982 !important;
    }

    .color-hover-magenta a:hover {
        color: #a7288d !important;
    }

    .color-hover-orange a:hover {
        color: #ef5c2e !important;
    }

    .color-hover-blue a:hover {
        color: #1cace4 !important;
    }

    .color-hover-teal a:hover {
        color: #1aa6b8 !important;
    }

    .color-hover-gray a:hover {
        color: #727f89 !important;
    }

    .color-hover-darkgreen a:hover {
        color: #118440 !important;
    }
}

/*--------------------------------------------------------------
22.1 Webfx Redesign Header
--------------------------------------------------------------*/
.site-header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    z-index: 99999;
}

@media (max-width: 767px) {
    .site-header {
        position: static;
    }
}

.site-header-top {
    background-color: #2997A9;
}

@media (max-width: 767px) {
    .site-header-top {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
    }
}

/* Header Body */
.site-header-body {
    padding: 20px 0;
}

.site-header-top-wrapper,
.site-header-body-wrapper {
    max-width: 1360px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1024px) {

    .site-header-top-wrapper,
    .site-header-body-wrapper {
        padding: 0 52px;
    }
}

@media (max-width: 767px) {

    .site-header-top-wrapper,
    .site-header-body-wrapper {
        padding: 0;
    }

    .site-header-body-wrapper {
        flex-direction: column;
        justify-content: center;
    }
}

/* Header Social */
@media (max-width: 1024px) {
    .site-header-social {
        display: none;
    }
}

.site-header-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    transition: 0.25s all ease-out;
}

.site-header-social a:first-child {
    margin-left: 0;
}

@media (min-width: 1024px) {
    .site-header-social a:hover {
        transform: scale(1.1);
    }
}

.site-header-social .social-media-facebook-link {
    background: url(assets/images/Facebook2.svg);
}

.site-header-social .social-media-twitter-link {
    background: url(assets/images/Twitter2.svg);
}

.site-header-social .social-media-pinterest-link {
    background: url(assets/images/Pinterest2.svg);
}

.site-header-social .social-media-youtube-link {
    background: url(assets/images/Youtube2.svg);
}

.site-header-social .social-media-linkedin-link {
    background: url(assets/images/LinkedIn2.svg);
}

.site-header-social span {
    display: none;
}

/* Header Options */
.site-header-options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .site-header-options {
        width: 100%;
    }
}

/* Header Search */
.site-header-search {
    width: 400px;
}

.site-header-search.search2 {
    display: none;
}

@media (max-width: 1150px) {
    .site-header-search {
        width: 300px;
    }
}

@media (max-width: 1024px) {
    .site-header-search {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .site-header-search.search1 {
        display: none;
    }

    .site-header-search.search2 {
        display: block;
    }

    .site-header-search.search2 {
        padding: 20px 22px 0;
    }

    .site-header-search {
        max-width: 100%;
        width: 100%;
    }
}

.site-header-search label {
    display: none;
}

.site-header-search input {
    font-size: 1em;
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-weight: 600;
    color: #fff !important;
    height: 50px;
    border: none !important;
    border-radius: 0;
    padding: 0 17px;
    background: rgba(255, 255, 255, 0.33);
}

@media (max-width: 1024px) {
    .site-header-search input {
        height: 56px;
    }
}

@media (max-width: 767px) {
    .site-header-search input {
        height: 48px;
        background-color: #EFEFEF;
        color: #2997A9 !important;
    }
}

.site-header-search input::placeholder {
    color: #fff;
}

.site-header-search input::-webkit-input-placeholder {
    color: #fff;
}

.site-header-search input::-moz-placeholder {
    color: #fff;
}

@media (max-width: 767px) {
    .site-header-search input::placeholder {
        color: #2997A9;
    }

    .site-header-search input::-webkit-input-placeholder {
        color: #2997A9;
    }

    .site-header-search input::-moz-placeholder {
        color: #2997A9;
    }
}

.site-header-search .search-submit {
    background: transparent;
    padding: 0 10px;
    margin-right: 11px;
}

@media (max-width: 1024px) {
    .site-header-search .search-submit {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .site-header-search .search-submit .icon-search {
        color: #2997A9;
    }
}

/* Header Others */
.site-header-others {
    display: flex;
    align-items: center;
    padding: 0 9px 0 14px;
}

.site-header-others .contact-link {
    display: none;
}

@media (max-width: 1024px) {
    .site-header-others {
        padding: 0 10px 0 15px;
    }
}

@media (max-width: 767px) {
    .site-header-others {
        padding: 0;
        width: 100%;
        justify-content: space-between;
    }

    .site-header-others .contact-link {
        display: flex;
    }
}

.site-header-others a {
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-size: 1em;
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .site-header-others a {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .site-header-others a {
        width: 20%;
        flex-direction: column;
        padding: 10px 0;
        border-right: 1px solid #fff;
        font-size: 0.875rem;
    }
}

.site-header-others a:last-child {
    display: none;
}

@media (max-width: 767px) {
    .site-header-others a:last-child {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .site-header-others a:hover {
        text-decoration: underline;
    }
}

.site-header-others a>span:first-child {
    display: inline-block;
    width: 33px;
    height: 33px;
}

@media (max-width: 767px) {
    .site-header-others a>span:first-child {
        width: 23px;
        height: 23px;
        background-size: contain;
    }
}

.site-header-others a>span:last-child {
    display: inline-block;
    margin-left: 12px;
}

@media (max-width: 1024px) {
    .site-header-others a>span:last-child {
        margin-left: 8px;
    }
}

@media (max-width: 767px) {
    .site-header-others a>span:last-child {
        margin-left: 0;
        margin-top: 5px;
    }
}

.site-header-others .quote-icon {
    background: url(assets/images/add-to-quote-4.svg) no-repeat;
}

.site-header-others .cart-icon {
    background: url(assets/images/Cart_Icon2.svg) no-repeat;
}

.site-header-others .account-icon {
    background: url(assets/images/Account_Icon2.svg) no-repeat;
}

.site-header-others .contact-icon {
    background: url(assets/images/Contact_Icon.svg) no-repeat;
}


.wl-intro-notes p{
    margin-bottom: 20px !important;
}


.wl-intro-notes p:last-child{
    margin-bottom: 0 !important;
}


/* Header Logo */
.site-header-logo {
    max-width: 240px;
    width: 100%;
}

@media (max-width: 1200px) {
    .site-header-logo {
        max-width: 200px;
    }
}

@media (max-width: 1150px) {
    .site-header-logo {
        max-width: 150px;
    }
}

@media (max-width: 1024px) {
    .site-header-logo {
        max-width: 170px;
    }
}

@media (max-width: 767px) {
    .site-header-logo {
        max-width: 140px;
    }
}

.site-header-logo a {
    display: inline-block;
    width: 100%;
    margin-left: -5px;
}

@media (max-width: 1024px) {
    .site-header-logo a {
        margin-left: 0;
    }
}

/* Header Buttons */
.site-header-buttons {
    display: flex;
    align-items: center;
    padding-top: 1px;
    padding-left: 3px;
}

/* Header Phone */
@media (max-width: 767px) {
    .site-header-phone {
        display: none;
    }
}

.site-header-phone a {
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-weight: 600;
    font-size: 1.3125em;
    color: #A7288D;
    padding: 0 20px;
    text-decoration: none;
}

@media (max-width: 1305px) {
    .site-header-phone a {
        padding: 0 10px;
    }
}

@media (max-width: 1150px) {
    .site-header-phone a {
        padding: 0 5px;
        font-size: 1.125em;
    }
}

@media (max-width: 1024px) {
    .site-header-phone a {
        font-size: 1.0625em;
    }
}

@media (min-width: 1024px) {
    .site-header-phone a:hover {
        color: #2997A9;
    }
}

/* Header Contact */
.site-header-contact {
    padding: 0 20px;
}

@media (max-width: 1305px) {
    .site-header-contact {
        padding: 0 10px;
    }
}

@media (max-width: 1150px) {
    .site-header-contact {
        padding: 0 5px;
    }
}

@media (max-width: 1024px) {
    .site-header-contact {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .site-header-contact {
        display: none;
    }
}

.site-header-contact .btn {
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-weight: 600;
    font-size: 1.125em;
}

/* Header Catalog */
.site-header-catalog {
    display: none;
}

@media (max-width: 1024px) {
    .site-header-catalog {
        display: block;
        padding: 0 35px 0 28px;
    }

    .site-header-catalog a {
        font-family: "heroregular", "Helvetica Neue", helvetica;
        font-weight: 600;
        font-size: 1.0625em;
        text-decoration: none;
        color: #DC4412;

    }
}

@media (max-width: 767px) {
    .site-header-catalog {
        display: none;
    }
}

/* Header Menu */
@media (max-width: 1024px) {
    .site-header-menu {
        position: fixed;
        top: 56px;
        left: 0;
        max-height: calc(100vh - 56px);
        overflow-y: auto;
        width: 100%;
        z-index: 99999;
        background-color: #fff;
        display: none;
    }

    .admin-bar .site-header-menu {
        top: 88px;
        max-height: calc(100vh - 88px);
        background-color: #fff;
    }

    .site-header-menu.open {
        display: block;
    }
}

@media (max-width: 782px) {
    .admin-bar .site-header-menu {
        top: 102px;
        max-height: calc(100vh - 102px);
    }
}

@media (max-width: 767px) {
    .site-header-menu {
        top: auto;
        bottom: 63.2px;
        max-height: calc(100vh - 63px);
    }

    .admin-bar .site-header-menu {
        top: auto;
        bottom: 63.2px;
        max-height: calc(100vh - 109px);
    }
}

.site-header-menu ul {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .site-header-menu ul {
        flex-direction: column;
    }
}

.site-header-menu a {
    display: inline-block;
    padding: 30px 20px;
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-weight: 600;
    font-size: 1.125em;
    text-decoration: none;
    color: #343434;
}

@media (max-width: 1365px) {
    .site-header-menu a {
        padding: 30px 15px;
    }
}

@media (max-width: 1265px) {
    .site-header-menu a {
        padding: 30px 10px;
    }
}

@media (max-width: 1165px) {
    .site-header-menu a {
        padding: 30px 5px;
    }
}

@media (max-width: 1024px) {
    .site-header-menu a {
        width: 100%;
        padding: 17px 52px;
        background-color: #EFEFEF;
        border-bottom: 1px solid #D9D9D9;
    }
}

@media (min-width: 1024px) {
    .site-header-menu a:hover {
        color: #2997A9;
    }
}

.site-header-menu .color-orange a {
    color: #DC4412;
}

@media (max-width: 1024px) {
    .site-header-menu .color-orange a {
        color: #343434;
    }
}

@media (min-width: 1024px) {
    .site-header-menu .color-orange a:hover {
        color: #2997A9;
    }
}

.site-header-menu .menu-item-has-children,
.site-header-menu .menu-item-has-children>a {
    position: relative;
}

.site-header-menu .menu-item-has-children>.js-mobile-button::before {
    position: absolute;
    content: "";
    display: inline-block;
    bottom: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #2997a9;
    border-bottom: 2px solid #2997a9;
    transform: rotate(45deg) translateX(-50%);
}

@media (max-width: 1024px) {
    .site-header-menu .menu-item-has-children>.js-mobile-button {
        position: absolute;
        padding: 20px;
        width: 10px;
        height: 10px;
        left: auto;
        right: 52px;
        top: 5px;
        bottom: auto;

    }

    .site-header-menu .menu-item-has-children>.js-mobile-button::before {
        left: 50%;
        top: 50%;
        bottom: auto;
        transform: rotate(45deg) translate(-50%, -50%);
        width: 12px;
        height: 12px;
        border-color: #343434;
    }

    .site-header-menu .menu-item-has-children>.js-mobile-button.open::before {
        top: 25%;
        transform: rotate(-135deg) translate(-50%, -50%);
    }
}

@media (min-width: 1024px) {
    .site-header-menu>ul>li>ul>.menu-item-has-children:hover>.sub-menu {
        display: block;
    }

    .site-header-menu>ul>li>ul.active {
        display: block;
    }
}

.site-header-menu .sub-menu {
    position: absolute;
    top: 100%;
    width: 250px;
    flex-direction: column;
    margin-left: 0;
    padding: 25px 0;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    display: none;
}

@media (max-width: 1024px) {
    .site-header-menu .sub-menu {
        position: static;
        width: 100%;
        border-radius: 0;
        padding: 20px 0;
        box-shadow: none;
    }

    .site-header-menu .sub-menu.open {
        display: block;
    }
}

.site-header-menu .sub-menu a {
    display: inline-block;
    width: 100%;
    padding: 5px 30px;
    line-height: 1.5;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .site-header-menu .sub-menu a {
        background-color: #fff;
        border-bottom: none;
        padding: 5px 52px;
    }
}

.site-header-menu .sub-menu .menu-item-has-children>a {
    position: relative;
}

.site-header-menu .sub-menu .menu-item-has-children>a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background-color: transparent;
}

.site-header-menu .sub-menu .menu-item-has-children>.js-mobile-button::before {
    left: auto;
    top: 45%;
    right: 25px;
    transform: rotate(-45deg) translate(0, -50%);
}

@media (max-width: 1024px) {
    .site-header-menu .sub-menu .menu-item-has-children>.js-mobile-button::before {
        top: 30%;
        right: auto;
        left: 50%;
        transform: rotate(45deg) translate(-50%, -50%);
    }

    .site-header-menu .sub-menu .menu-item-has-children>.js-mobile-button.open::before {
        top: 7%;
        transform: rotate(-135deg) translate(-50%, -50%);
    }

    .site-header-menu .sub-menu .menu-item-has-children>a.open {
        color: #A7288D;
    }
}

@media (min-width: 1024px) {
    .site-header-menu .sub-menu .menu-item-has-children:hover>a {
        color: #A7288D;
    }

    .site-header-menu .sub-menu .menu-item-has-children:hover>a::after {
        background-color: #A7288D;
    }

    .site-header-menu .sub-menu .menu-item-has-children:hover>.js-mobile-button::before {
        border-color: #A7288D;
    }
}

.site-header-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    width: 300px;
    border-radius: 0 10px 10px 10px;
}

@media (max-width: 1024px) {
    .site-header-menu .sub-menu .sub-menu {
        width: 100%;
        padding: 0 0 10px;
    }

    .site-header-menu .sub-menu .sub-menu a {
        padding: 5px 82px;
    }
}

.current-menu-item>a {
    color: #2997A9;
}

/* Header Hamburger */
.site-header-hamburger {
    display: none;
}

@media (max-width: 1024px) {
    .site-header-hamburger {
        display: block;
        padding: 7px 0 7px 20px;
        border-left: 1px solid #fff;
        height: 56px;
    }

    .site-header-hamburger-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site-header-hamburger.open .site-header-hamburger-wrapper {
        position: relative;
        height: 19px;
    }

    .site-header-hamburger.open .site-header-line {
        display: none;
        margin-bottom: 0;
        position: absolute;
        left: 4px;
        top: 50%;
    }

    .site-header-hamburger.open .site-header-line:first-child {
        display: block;
        transform: rotate(45deg);
    }

    .site-header-hamburger.open .site-header-line:last-child {
        display: block;
        transform: rotate(-45deg);
    }

    .site-header-line {
        display: inline-block;
        width: 38px;
        height: 3px;
        background-color: #fff;
        margin-bottom: 5px;
        border-radius: 5px;
    }

    .site-header-hamburger.open .site-header-line {
        width: 35px;
    }

    .site-header-line:last-child {
        margin-bottom: 0;
    }

    .site-header-name {
        font-family: "heroregular", "Helvetica Neue", helvetica;
        font-weight: 600;
        font-size: 0.875em;
        color: #fff;
    }

    .site-header-hamburger.hamburger2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .site-header-hamburger.hamburger1 {
        display: none;
    }

    .site-header-hamburger.hamburger2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 20%;
        padding: 0;
        height: auto;
        border-left: none;
    }

    .site-header-name {
        margin-top: 5px;
    }

    .site-header-line {
        margin-bottom: 7px;
    }

    .site-header-hamburger.open .site-header-hamburger-wrapper {
        height: 23px;
    }

    .site-header-hamburger.open .site-header-line {
        left: -18px;
    }
}

/*--------------------------------------------------------------
22.2 Webfx Redesign Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #EFEFEF;
}

.site-footer-wrapper,
.site-footer-copyright {
    max-width: 1360px;
    padding: 35px 15px 25px;
    margin: 0 auto;
    display: flex;
}

@media (max-width: 1024px) {

    .site-footer-wrapper,
    .site-footer-copyright {
        padding-left: 52px;
        padding-right: 52px;
    }
}

@media (max-width: 767px) {

    .site-footer-wrapper,
    .site-footer-copyright {
        padding-top: 50px;
        padding-left: 22px;
        padding-right: 22px;
        flex-direction: column;
        align-items: center;
    }
}

.site-footer-heading {
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 14px;
}

/* Footer Latest */
.site-footer-latest {
    width: 35%;
}

@media (max-width: 1024px) {
    .site-footer-latest {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .site-footer-latest {
        width: 100%;
        text-align: center;
    }
}

.site-footer-latest a {
    margin-bottom: 10px;
    font-size: 1.125em;
}

@media (max-width: 1024px) {
    .site-footer-latest a {
        font-size: 0.875rem;
    }
}

/* Footer Links */
.site-footer-links {
    width: 45%;
    padding-left: 20px;
    border-left: 1px solid #C6C9CC;
}

@media (max-width: 1024px) {
    .site-footer-links {
        padding-left: 80px;
    }
}

@media (max-width: 767px) {
    .site-footer-links {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
        border-left: none;
        text-align: center;
    }
}

.site-footer-links-wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .site-footer-links-wrapper {
        flex-direction: column;
    }
}

.site-footer-nav {
    width: 49%;
}

@media (max-width: 1024px) {
    .site-footer-nav {
        width: 100%;
    }
}

.site-footer-nav ul {
    list-style: none;
}

@media (max-width: 767px) {
    .site-footer-nav ul li a {
        text-align: center;
    }
}

/* Footer Connect */
.site-footer-connect {
    width: 30%;
    padding-left: 20px;
    border-left: 1px solid #C6C9CC;
}

@media (max-width: 1024px) {
    .site-footer-connect {
        width: 100%;
        padding-left: 0;
        border-left: none;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer-connect {
        text-align: center;
        padding-top: 10px;
    }
}

.site-footer-connect.connect2 {
    display: none;
}

@media (max-width: 1024px) {
    .site-footer-connect.connect1 {
        display: none;
    }

    .site-footer-connect.connect2 {
        display: block;
    }
}

@media (max-width: 767px) {
    .site-footer-connect.connect1 {
        display: block;
    }

    .site-footer-connect.connect2 {
        display: none;
    }
}

/* Footer Social */
.site-footer-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    transition: 0.25s all ease-out;
}

.site-footer-social a:hover {
    transform: scale(1.1);
}

.site-footer-social a:last-child {
    margin-right: 0;
}

.site-footer-social span {
    display: none;
}

/* Footer Address */
.site-footer-address {
    padding-top: 24px;
    font-size: 14px;
    color: #727F89;
}

@media (max-width: 1024px) {
    .site-footer-address {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .site-footer-address {
        padding-top: 15px;
    }
}

.site-footer-address p {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .site-footer-address p {
        margin-bottom: 1.5em;
    }
}

@media (max-width: 767px) {
    .site-footer-address p {
        margin-bottom: 0;
    }
}

/* Footer Copyright */
.site-footer-copyright {
    padding-top: 0;
    padding-bottom: 50px;
    color: #727F89;
}

@media (max-width: 767px) {
    .site-footer-copyright {
        padding-bottom: 103.2px;
    }
}

/*--------------------------------------------------------------
22.3 Webfx ReDesign Homepage
--------------------------------------------------------------*/

/**************************************************************
 Top Banner
**************************************************************/
.homepage-banner {
    padding: 25px 10px 60px;
}

@media (max-width: 1024px) {
    .homepage-banner {
        padding: 60px 52px;
    }
}

@media (max-width: 767px) {
    .homepage-banner {
        padding: 30px 22px;
    }
}

.homepage-banner-slide-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media (max-width: 1024px) {
    .homepage-banner-slide-wrapper {
        justify-content: space-between;
    }
}

/* Banner Content */
.homepage-banner-content {
    width: 40%;
}

@media (max-width: 1024px) {
    .homepage-banner-content {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .homepage-banner-content {
        width: 100%;
    }
}

.homepage-banner-content a {
    font-size: 1.125em;
}

@media (max-width: 1024px) {
    .homepage-banner-content a {
        font-size: 0.875rem;
    }
}

.homepage-banner__subheading {
    font-family: "heroregular", "Helvetica Neue", helvetica;
    color: #2997A9;
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: none;
    margin-left: 10px;
}

.homepage-banner__title {
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-weight: 600;
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #000;
}

@media (max-width: 1024px) {
    .homepage-banner__title {
        font-size: 1.875em;
        margin-bottom: 12px;
    }
}

.homepage-banner__text {
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2;
}

/* Banner Image */
.homepage-banner-image {
    width: 614px;
}

@media (max-width: 1200px) {
    .homepage-banner-image {
        width: 400px;
    }
}

@media (max-width: 1024px) {
    .homepage-banner-image {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .homepage-banner-image {
        display: none;
    }
}

.homepage-banner-image img {
    width: 100%;
    height: 614px;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .homepage-banner-image img {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .homepage-banner-image img {
        height: 300px;
    }
}

.homepage-banner-slider .slick-dots {
    padding: 18px 0 0 0;
}

@media (max-width: 1024px) {
    .homepage-banner-slider .slick-dots {
        text-align: left;
    }
}

.homepage-banner-slider .slick-dots li {
    margin: 0 3px;
}

.homepage-banner-slider .slick-dots li button {
    margin: 0;
    width: 16px;
    height: 16px;
}

.homepage-banner-slider button::before {
    color: #C0C0C0 !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

.homepage-banner-slider .slick-active button::before {
    color: #DC4412 !important;
    transform: scale(1.4);
}

/**************************************************************
 Image Buttons
**************************************************************/
.homepage-imgbuttons {
    padding: 65px 0 30px;
    background-color: rgba(159, 208, 216, 0.12);
}

@media (max-width: 1024px) {
    .homepage-imgbuttons {
        padding: 60px 0;
    }
}

.homepage-imgbuttons-wrapper {
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .homepage-imgbuttons-wrapper {
        padding: 0;
    }
}


.homepage-imgbuttons__heading {
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-size: 2em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
    color: #000;
}

@media (max-width: 1024px) {
    .homepage-imgbuttons__heading {
        padding: 0 52px;
    }
}

@media (max-width: 767px) {
    .homepage-imgbuttons__heading {
        padding: 0 22px;
    }
}

.homepage-imgbuttons-slider {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .homepage-imgbuttons-slider {
        position: relative;
        padding-left: 52px;
    }
}

@media (max-width: 767px) {
    .homepage-imgbuttons-slider {
        padding-left: 22px;
    }
}

.homepage-imgbuttons-slide {
    max-width: calc(19.8% - 81.2px);
    width: 100%;
    margin-right: 47px;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .homepage-imgbuttons-slide {
        max-width: 190px;
        width: 100%;
        margin-right: 20px;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .homepage-imgbuttons-slide:hover .homepage-imgbuttons-image img {
        transform: scale(1.1);
    }
}

.homepage-imgbuttons-slide:nth-child(6),
.homepage-imgbuttons-slide:nth-child(12) {
    margin-right: 0;
}

@media (max-width: 1024px) {

    .homepage-imgbuttons-slide:nth-child(6),
    .homepage-imgbuttons-slide:nth-child(12) {
        margin-right: 20px;
    }
}

.homepage-imgbuttons-image img {
    width: 100%;
    border-radius: 50%;
    border: 7px solid;
    background-color: #fff;
    transition: 0.25s ease-out;
}

.homepage-imgbuttons-link {
    display: block;
    text-decoration: none;
}

.homepage-imgbuttons__title {
    display: block;
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.2;
    color: #2997A9;
    text-align: center;
    margin-top: 25px;
}

.homepage-imgbuttons-button.button2 {
    display: none;
}

@media (max-width: 1024px) {
    .homepage-imgbuttons-button.button1 {
        display: none !important;
    }

    .homepage-imgbuttons-button.button2 {
        display: block;
        text-align: center;
        padding-top: 42px;
    }
}

/**************************************************************
 Cards
**************************************************************/
.homepage-card {
    padding: 60px 0;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .homepage-card {
        padding: 60px 52px;
    }
}

@media (max-width: 767px) {
    .homepage-card {
        padding: 60px 22px 22px;
    }

    .homepage-card.second {
        padding: 60px 22px;
    }
}

.homepage-card-heading {
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .homepage-card-heading {
        padding: 0;
    }
}

.homepage-card-wrapper {
    position: relative;
    display: flex;
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .homepage-card-wrapper {
        padding: 0;
    }
}

.homepage-card-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 99.4%;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

@media (max-width: 1024px) {
    .homepage-card-wrapper::before {
        right: 101.5%;
    }
}

@media (max-width: 767px) {
    .homepage-card-wrapper::before {
        right: 102.5%;
    }
}

.homepage-card__heading {
    display: inline-block;
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.homepage-card-slider {
    width: 100%;
    margin-left: -10px;
}

.homepage-card-slider .slick-track {
    display: flex !important;
    padding: 20px 0;
}

.homepage-card-slider .slick-list {
    padding-left: 10px;
    overflow: visible;
}

.homepage-card-arrows {
    float: right;
    display: flex;
    margin-right: -60px;
}

@media (max-width: 1470px) {
    .homepage-card-arrows {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .homepage-card-arrows {
        display: none;
    }
}

.homepage-card-arrow {
    display: inline-block;
    background: url(assets/images/Arrow_Circle.svg) no-repeat;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: 0.25s ease-out;
}

.homepage-card-arrow:hover {
    transform: scale(1.1);
}

.homepage-card-arrow.left {
    transform: rotate(-180deg);
    margin-right: 10px;
}

.homepage-card-arrow.left:hover {
    transform: rotate(-180deg) scale(1.1);
}

.homepage-card-slide {
    position: relative;
    max-width: 326px;
    width: auto;
    height: inherit !important;
    margin-right: 25px;
    border-radius: 10px;
    padding: 22px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
    transition: 0.25s ease-out;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .homepage-card-slide {
        padding: 40px 22px 22px;
        max-width: 266px;
    }
}

.homepage-card-slide:hover {
    transform: scale(1.02);
}

.homepage-card-link a {
    text-decoration: none;
}

.homepage-card__cat {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 15px;
    padding: 10px;
    border-radius: 99px;
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-size: 0.9em;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 767px) {
    .homepage-card__cat {
        font-size: 0.69em;
    }
}

.homepage-card-image {
    margin-bottom: 23px;
}

.homepage-card-image img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .homepage-card-image img {
        width: 160px;
        height: 160px;
    }
}

.homepage-card__title {
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    color: #2997A9;
}

.homepage-card__content {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 17px;
}

.homepage-card__content.hide {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    /* word-break: break-all; */
}

.homepage-card__readmore {
    display: none;
    position: relative;
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-size: 1.125em;
    font-weight: 600;
    text-decoration: none;
    color: #2997A9;
    cursor: pointer;
}

.homepage-card__readmore::before {
    content: "";
    position: absolute;
    top: 2px;
    left: calc(100% + 10px);
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #2997A9;
    border-right: 2px solid #2997A9;
    transform: rotate(45deg);
    text-decoration: none;
}

.homepage-card__readmore.open::before {
    top: 7px;
    transform: rotate(-135deg);
}

.homepage-card__readmore.show {
    display: inline-block;
}

.homepage-card__price {
    margin-top: 10px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #777777;
}

.homepage-card-button {
    padding-top: 34px;
    text-align: center;
}

.homepage-card-button a {
    font-size: 1.125em;
}

@media (max-width: 1024px) {
    .homepage-card-button a {
        font-size: 0.875rem;
    }
}


/**************************************************************
 Image Text
**************************************************************/
.homepage-imgtext {
    position: relative;
    overflow: hidden;
    padding-top: 235px;
    padding-bottom: 100px;
}

@media (max-width: 1024px) {
    .homepage-imgtext {
        padding: 160px 52px 60px;
    }
}

@media (max-width: 767px) {
    .homepage-imgtext {
        padding: 135px 22px 60px;
    }
}

.homepage-imgtext::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/Wave.svg) no-repeat;
    background-position: top;
}

@media (max-width: 1024px) {
    .homepage-imgtext::before {
        background-size: cover;
        height: 60%;
    }
}

@media (max-width: 767px) {
    .homepage-imgtext::before {
        height: 500px;
    }

    .homepage-imgtext.open::before {
        height: 500px;
    }
}

.homepage-imgtext::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #FFF6EA;
}

.homepage-imgtext-wrapper {
    position: relative;
    z-index: 1;
}

.homepage-imgtext-wrapper::before {
    content: "";
    position: absolute;
    top: 112px;
    left: -625px;
    width: 571px;
    height: 571px;
    border-radius: 50%;
    background-color: #DC4412;
}

.homepage-imgtext-wrapper::after {
    content: "";
    position: absolute;
    top: -118px;
    left: 1133px;
    width: 770px;
    height: 770px;
    background-color: #D140B1;
    border-radius: 50%;
}

.homepage-imgtext-big img,
.homepage-imgtext-medium img,
.homepage-imgtext-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.homepage-imgtext-big {
    position: absolute;
    top: -185px;
    left: 965px;
    width: 435px;
    height: 435px;
    border-radius: 50%;
    z-index: 2;
}

.homepage-imgtext-medium {
    position: absolute;
    top: 220px;
    left: -221px;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    z-index: 2;
}

.homepage-imgtext-small {
    position: absolute;
    top: 370px;
    left: 1096px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    z-index: 2;
}

@media (max-width: 1024px) {

    .homepage-imgtext-wrapper::before,
    .homepage-imgtext-wrapper::after,
    .homepage-imgtext-big,
    .homepage-imgtext-medium,
    .homepage-imgtext-small {
        display: none;
    }
}

.homepage-imgtext-content {
    max-width: 759px;
    width: 100%;
    margin-left: 143px;
}

@media (max-width: 1024px) {
    .homepage-imgtext-content {
        max-width: 100%;
        margin-left: 0;
    }
}

.homepage-imgtext__heading {
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-size: 2em;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.homepage-imgtext__paragraph {
    margin-bottom: 0;
    line-height: 1.5em;
}

@media (max-width: 767px) {
    .homepage-imgtext__paragraph.read-more {
        display: block;
        /* display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 19;
        overflow: hidden;
        word-break: break-all; */
    }
}

.homepage-imgtext__button {
    display: none;
}

@media (max-width: 767px) {
    .homepage-imgtext__button {
        position: relative;
        display: inline-block;
        font-family: "heroregular", "Helvetica Neue", helvetica;
        font-size: 1.125em;
        font-weight: 600;
        margin-top: 15px;
        text-decoration: underline;
        color: #2997A9;
        cursor: pointer;
    }

    .homepage-imgtext__button::before {
        content: "";
        position: absolute;
        top: 2px;
        left: calc(100% + 10px);
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #2997A9;
        border-right: 2px solid #2997A9;
        transform: rotate(45deg);
    }

    .homepage-imgtext__button.open::before {
        top: 7px;
        transform: rotate(-135deg);
    }
}

/**************************************************************
 CTA
**************************************************************/
.homepage-cta {
    overflow: hidden;
}

.homepage-cta a {
    font-size: 1.125em;
}

@media (max-width: 1024px) {
    .homepage-cta a {
        font-size: 0.875rem;
    }
}

.homepage-cta-wrapper {
    display: flex;
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .homepage-cta-wrapper {
        display: block;
        padding: 0;
    }
}

.homepage-cta-first,
.homepage-cta-second {
    position: relative;
    width: 50%;
    padding-top: 100px;
    padding-bottom: 120px;
}

@media (max-width: 1024px) {

    .homepage-cta-first,
    .homepage-cta-second {
        width: 100%;
        padding: 100px 52px;
    }
}

@media (max-width: 767px) {

    .homepage-cta-first,
    .homepage-cta-second {
        padding: 70px 22px 60px;
    }
}

.homepage-cta-second {
    padding-left: 80px;
}

@media (max-width: 1024px) {
    .homepage-cta-second {
        padding-left: 52px;
    }
}

@media (max-width: 767px) {
    .homepage-cta-second {
        padding-left: 22px;
    }
}


@media (max-width: 1024px) {

    .homepage-cta-first-wrapper,
    .homepage-cta-second-wrapper {
        position: relative;
        max-width: 767px;
        margin: 0 auto;
    }
}

.homage-cta-first-bg {
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .homage-cta-first-bg {
        display: none;
    }
}

.homage-cta-second-bg {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .homage-cta-second-bg {
        display: none;
    }
}

.homepage-cta-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .homepage-cta-img {
        position: static;
        top: 0;
        transform: none;
    }
}

.homepage-cta-first .homepage-cta-img {
    max-width: 224px;
    left: 338px;
    border-radius: 50%;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .homepage-cta-first .homepage-cta-img {
        max-width: 265px;
        left: auto;
        right: 0;
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .homepage-cta-first .homepage-cta-img {
        max-width: 224px;
        margin-bottom: 30px;
    }
}


.homepage-cta-second .homepage-cta-img {
    max-width: 600px;
    width: 100%;
    left: 245px;
    margin-top: 3px;
}

@media (max-width: 1024px) {
    .homepage-cta-second .homepage-cta-img {
        max-width: 400px;
        top: 60px;
        left: auto;
        right: -40px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .homepage-cta-second .homepage-cta-img {
        max-width: 100%;
        margin-top: -40px;
    }
}

.homepage-cta-first .homepage-cta-img img {
    object-fit: cover;
}

@media (max-width: 1024px) {
    .homepage-cta-first .homepage-cta-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .homepage-cta-second .homepage-cta-img {
        text-align: center;
        margin-bottom: 20px;
    }

    .homepage-cta-second .homepage-cta-img img {
        transform: scale(1.2);
    }
}

.homepage-cta__heading {
    position: relative;
    max-width: 335px;
    width: 100%;
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-size: 2em;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    z-index: 1;
}

@media (max-width: 767px) {
    .homepage-cta__heading {
        max-width: 100%;
    }
}

.homepage-cta__text {
    max-width: 335px;
    width: 100%;
    position: relative;
    margin: 0 0 15px;
    line-height: 1.5em;
    color: #fff;
    z-index: 1;
}

@media (max-width: 767px) {
    .homepage-cta__text {
        max-width: 100%;
    }
}

.homepage-cta__link {
    position: relative;
    z-index: 1;
}

/*--------------------------------------------------------------
22.4 Webfx ReDesign NewsLetter
--------------------------------------------------------------*/
.newsletter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 62, 103, 0.5);
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: 0.25s ease-out;
}

.newsletter.open {
    opacity: 1;
    z-index: 9999999;
    visibility: visible;
}

.newsletter-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 872px;
    background-color: #fff;
    border-radius: 10px;
    padding: 70px 80px;
    transition: 0.25s ease-out;
}

@media (max-width: 1024px) {
    .newsletter-wrapper {
        max-width: 872px;
        width: 90%;
        padding: 70px 52px;
    }
}

@media (max-width: 767px) {
    .newsletter-wrapper {
        padding: 35px 22px;
    }
}

.newsletter-wrapper.hide {
    opacity: 0;
}

.newsletter-wrapper.form {
    z-index: 2;
}

.newsletter-wrapper.thankyou {
    padding: 100px 80px;
}

@media (max-width: 1024px) {
    .newsletter-wrapper.thankyou {
        padding: 100px 52px;
    }
}

@media (max-width: 767px) {
    .newsletter-wrapper.thankyou {
        padding: 50px 22px;
    }
}


.newsletter-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 15px;
    color: #646464;
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-size: 25px;
    cursor: pointer;
}

.newsletter-image {
    position: absolute;
    top: 44px;
    right: 40px;
    max-width: 218px;
}

@media (max-width: 1024px) {
    .newsletter-image {
        display: none;
    }
}

.newsletter__heading {
    max-width: 533px;
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-size: 44px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
}

.newsletter__subheading {
    max-width: 533px;
    font-size: 12px;
    color: #646464;
    margin-top: 0;
    margin-bottom: 20px;
}

.newsletter__text {
    max-width: 533px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}

.newsletter__note {
    max-width: 533px;
    font-size: 12px;
    color: #646464;
}

.newsletter-form {
    max-width: 533px;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {

    .newsletter__heading,
    .newsletter__subheading,
    .newsletter__text,
    .newsletter__note,
    .newsletter-form {
        max-width: 100%;
    }
}

.newsletter-form .gfield_label {
    font-family: "heroregular", "Helvetica Neue", helvetica;
    font-weight: 600;
    margin-bottom: 5px;
}

.newsletter-form .gform_validation_errors {
    display: none !important;
}

.newsletter-form li.gfield.gfield_error {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.newsletter-form .ginput_container_email {
    margin-top: 0 !important;
}

.newsletter-form .ginput_container_email input {
    padding: 16px 10px !important;
    border: 1px solid #BFBFBF !important;
    border-radius: 5px !important;
}

.newsletter-form .gform_footer {
    margin-top: 0 !important;
    padding: 20px 0 0;
}

.wcmca_form_label {
    clear: both !important;
}

.switch-popup-init {
    display: none;
}

.cart-item-tag {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 16px;
    font-weight: bold;
    font-size: 14px;
    text-transform: lowercase;
    background-color: #f8d9cd;
    border-radius: 35px;
}

/* Product Switch */
#product-switch-required img {
    max-width: 150px;
}

.fancybox-skin {
    background: #fff;
    border-radius: 10px;
}

.switch-popup {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.switch-popup__left {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.switch-popup__headline {
    color: #000;
    font-size: 30px;
    font-family: 'herobold';
    margin-top: 0;
}

.switch-popup__desc p {
    color: #000;
    font-family: 'heroregular';
    line-height: 1.25em;
    margin: 0 0 1.5em !important;
}

.switch-popup__desc p a {
    color: #A7288D;
}

.switch-popup__btn {
    font-family: 'herobold';
    font-size: 18px;
}

.switch-popup__right {
    text-align: center;
    width: 100%;
}

.switch-callout {
    background-color: rgba(220,68,5,.2);
    border-radius: 10px;
    padding: 40px 30px;
}

.switch-callout .switch-popup__headline {
    font-size: 20px;
}

@media (min-width:768px) {
    .switch-popup {
        padding: 40px;
    }

    .switch-popup__left {
        margin: 0;
        text-align: left;
        width: 60%;
    }

    .switch-popup__headline {
        font-size: 40px;
    }
    
    .switch-popup__right {
        width: 40%;
    }
}
#customer_newsletter_opt_in_field {
    clear: both;
}

.quote-international-message {
    padding: 1em 1em 2em;
    margin-top: 4em;
    margin-bottom: 2em;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.duplicate-modal {
    display: none;
	position: fixed;
	inset: 50% 0 0 50%;
	width: 460px;
	max-width: 90%;
    height: fit-content;
	padding: 32px;
	background-color: white;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	transform: translate( -50%, -50% );
	z-index: 10000;
}

.duplicate-modal-close {
    position: absolute;
    inset: 0 0 auto auto;
    display: flex;
    place-items: center;
    place-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    transform: translate( 50%, -50% );
}

.duplicate-modal.is-visible {
    display: block;
}

.duplicate-modal-form-field-label {
    margin-bottom: 16px;
}

.duplicate-modal-form-field {
    margin-bottom: 24px;
}

.duplicate-modal-form-fields .radio-group {
    margin-bottom: 16px;
    font-weight: 400 !important;
}

.duplicate-modal-result {
    margin-top: 32px;
}

.quote-submit-quote {
    display: block !important;
    width: fit-content;
    margin-top: 24px !important;
    margin-left: auto !important;
}