@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,300,500,600,700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

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

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

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

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

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

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

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

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

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

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

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

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

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

.row.expanded {
  max-width: none;
}

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

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

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

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

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

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

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

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

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

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: inherit;
  text-rendering: optimizeLegibility;
}

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

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

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

a:hover, a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

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

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

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

cite:before {
  content: "— ";
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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

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

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

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

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

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

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

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

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

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

.input-group .input-group-button {
  display: table-cell;
}

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

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

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

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

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

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

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

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

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

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

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: rgba(236, 88, 64, 0.1);
}

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

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

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

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

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

.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fefefe;
}

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

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

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

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

.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}

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

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

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

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

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

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

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

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

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

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

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

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

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

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

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

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

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

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

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

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

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

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  display: table;
  content: ' ';
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  z-index: 1;
  min-height: 100%;
  padding-bottom: 0.1px;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  transition: background 0.5s ease;
  cursor: pointer;
}

.off-canvas {
  position: absolute;
  z-index: -1;
  max-height: 100%;
  transform: translateX(0) translateY(0);
  background: #e6e6e6;
  overflow-y: auto;
}

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

.off-canvas.position-left {
  top: 0;
  left: -250px;
  width: 250px;
}

.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  top: 0;
  right: -250px;
  width: 250px;
}

.is-open-right {
  transform: translateX(-250px);
}

.off-canvas.position-top {
  top: -250px;
  width: 100%;
}

.is-open-top {
  transform: translateY(250px);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    top: 0;
    z-index: auto;
    position: fixed;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    top: 0;
    z-index: auto;
    position: fixed;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
}

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

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

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

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

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

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

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

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

.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.alertInfo {
  color: red;
  text-align: center;
  margin: 0 auto;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 1.25rem;
}

@keyframes animation_main_menu {
  0% {
    opacity: 0;
    margin: 0.9375em 0 0 0;
  }
  100% {
    opacity: 1;
    margin: 0;
  }
}

@keyframes animation_main_menu_out {
  0% {
    opacity: 1;
    margin: 0;
  }
  100% {
    opacity: 0;
    margin-bottom: 20px;
  }
}

.close-btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.close-btn:hover::before, .close-btn:hover::after {
  opacity: .5;
}

.close-btn::before, .close-btn::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.close-btn::before {
  transform: rotate(45deg);
}

.close-btn::after {
  transform: rotate(-45deg);
}

.close-btn.pointy::before, .close-btn.pointy::after {
  width: 200%;
  left: -50%;
}

.uppercase {
  text-transform: uppercase;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif;
}

figure {
  max-width: 100%;
}

a {
  transition: all ease .5s;
}

a:hover {
  transition: all ease .5s;
}

.wide {
  width: 100%;
  transition: all ease .5s;
}

.boxed {
  max-width: 1140px;
  margin: 0 auto;
  transition: all ease .5s;
}

.icon {
  font-size: 1rem;
  padding: 0 0.3125rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #616264;
}

h1 {
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 2rem;
}

@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}

h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media print, screen and (min-width: 64em) {
  h2 {
    font-size: 1.375rem;
    line-height: 1.9375rem;
  }
}

h3 {
  font-size: 1.0625rem;
  line-height: 1.6875rem;
}

@media print, screen and (min-width: 64em) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

h4 {
  font-size: 1rem;
  line-height: 1.625rem;
}

@media print, screen and (min-width: 64em) {
  h4 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  h5 {
    font-size: 1rem;
    line-height: 1rem;
  }
}

h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

#breadcrumbs {
  font-size: 0.8125rem !important;
  font-weight: 100;
}

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

.site-header.header-style-1 .header-container .main-navigation {
  text-align: right;
}

li.cta .free-quote {
  transition: all .5s;
  border: 2px solid #FF943D;
  border-radius: 20px;
  font-weight: bold;
  padding: 10px;
  margin-right: 15px;
}

li.cta .free-quote:hover {
  border-radius: 0px;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:hover,
.site-header.header-sticky.active .header-tools .header-icons li a .shopping_bag_items_number,
.site-header.header-sticky.active .main-navigation > ul > li.current-menu-item > a {
  background-color: transparent !important;
}

.slick-arrow {
  display: none !important;
}

img.rounded {
  border-radius: 2px;
  margin-top: 15px;
}

.products-container {
  margin: 40px -15px;
}

.products-container:after {
  content: "";
  display: block;
  clear: both;
}

.products-container .product-image {
  margin-bottom: 3.125rem;
}

.products-container .product-image a img {
  height: 15.625rem;
}

.products-container .product-image .title {
  text-align: center;
  font-size: 1rem;
  padding: 0.9375rem 0;
}

.products-container .product-image .title a {
  color: #2c3e50;
  transition: all .5s;
}

.products-container .product-image .title a:hover {
  color: #FF943D;
}

.products-container .product-image:hover {
  box-shadow: 0 1px 14px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.header-top-bar {
  background: rgba(0, 0, 0, 0.6) !important;
  font-size: 0.75rem;
}

.header-top-bar .header-topbar-content .header-topbar-info ul li a,
.header-top-bar .header-topbar-content .header-topbar-social ul li a {
  font-weight: 100;
  font-size: 12px !important;
}

.header-top-bar .header-topbar-content .header-top-bar-widget {
  font-style: normal !important;
  font-weight: 100 !important;
}

.slider-container {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

@media screen and (min-width: 75em) {
  .slider-container {
    height: 705px;
    top: -142px;
  }
}

.slider-container img {
  width: 100%;
  min-height: 220px;
}

@media screen and (min-width: 75em) {
  .slider-container img {
    height: 705px;
  }
}

.slider-container p.slider-title {
  position: absolute;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  top: 15px;
  width: 100%;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 40em) {
  .slider-container p.slider-title {
    font-size: 1.625rem;
    line-height: 2rem;
    top: 50px;
  }
}

@media screen and (min-width: 75em) {
  .slider-container p.slider-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
    top: 240px;
  }
}

.slider-container p.slider-content {
  position: absolute;
  text-align: center;
  font-size: 0.75rem;
  top: 70px;
  width: 100%;
  color: #fff;
  z-index: 99;
  padding: 0 1.875rem;
}

@media screen and (min-width: 40em) {
  .slider-container p.slider-content {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 3.125rem;
    top: 80px;
  }
}

@media screen and (min-width: 75em) {
  .slider-container p.slider-content {
    top: 400px;
    font-size: 1rem;
    padding: 0 35%;
  }
}

.slider-container p.slider-content a.slider-btn {
  display: block;
  padding: 0.3125rem 1.25rem;
  background: #FFF;
  color: #000;
  width: 15.625rem;
  margin: 4.6875rem auto 0;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .5s;
}

.slider-container p.slider-content a.slider-btn:hover {
  border-radius: 10px;
}

@media print, screen and (min-width: 40em) {
  .slider-container p.slider-content a.slider-btn {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 75em) {
  .slider-container p.slider-content a.slider-btn {
    margin: 5.3125rem auto 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .slider-container p.slider-title {
    margin-top: 2.5rem;
  }
}

.slider-container p.slider-title,
.slider-container p.slider-content {
  text-shadow: 2px 2px 10px #000;
}

.slider-container p.slider-content > a {
  text-shadow: none;
}

.site-header.header-style-1 .header-container .main-navigation > ul.menu-main > li > a {
  position: relative;
}

.site-header.header-style-1 .header-container .main-navigation > ul.menu-main > li > a:before {
  position: absolute;
  bottom: 35px;
  display: block;
  width: 0%;
  height: 1px;
  background: #616264;
  margin-left: 0px;
  transition: all .4s;
  content: "";
}

.site-header.header-style-1 .header-container .main-navigation > ul.menu-main > li > a:hover:before {
  width: 100%;
}

.site-header.header-style-1.header-sticky.active .header-container .main-navigation > ul.menu-main > li > a:hover:before {
  bottom: 20px;
}

.site-header.header-style-1.header-sticky.active .header-container .main-navigation > ul.menu-main > li.menu-item-has-children:before,
.site-header.header-style-1 .header-container .main-navigation > ul.menu-main > li.menu-item-has-children > a:before {
  display: none;
}

.address-open-map {
  cursor: pointer;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  transition: all .5s;
  opacity: 0;
  z-index: -10;
}

.map-overlay .map-container {
  width: 80%;
  margin: 5% auto;
  height: 80vh;
  border: 5px solid;
}

.map-overlay .close-map-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  z-index: 999999;
}

.map-overlay .close-map-btn .close-thik {
  color: #FFF;
  font: 22px/100% arial, sans-serif;
}

.map-overlay .close-map-btn .close-thik:after {
  content: '✖';
}

.map-overlay.active {
  opacity: 1;
  z-index: 9999;
  transition: all .5s;
}

.freequote-overlay,
.upload-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  transition: all .5s;
  opacity: 0;
  z-index: -10;
}

.freequote-overlay.active,
.upload-overlay.active {
  opacity: 1;
  z-index: 9999;
  transition: all .5s;
}

.freequote-overlay .custom-form-close-btn-1,
.freequote-overlay .btn-close-upload,
.upload-overlay .custom-form-close-btn-1,
.upload-overlay .btn-close-upload {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}

.freequote-overlay .freequote-form,
.freequote-overlay .upload-form,
.upload-overlay .freequote-form,
.upload-overlay .upload-form {
  position: absolute;
  transition: all .5s;
  width: 300px;
  top: 50%;
  left: 50%;
  height: 450px;
  background: rgba(212, 213, 214, 0.9);
  transform: translate(-50%, -50%);
  padding: 40px 30px 30px;
}

.freequote-overlay .freequote-form .custom-form-close-btn-1,
.freequote-overlay .freequote-form .btn-close-upload,
.freequote-overlay .upload-form .custom-form-close-btn-1,
.freequote-overlay .upload-form .btn-close-upload,
.upload-overlay .freequote-form .custom-form-close-btn-1,
.upload-overlay .freequote-form .btn-close-upload,
.upload-overlay .upload-form .custom-form-close-btn-1,
.upload-overlay .upload-form .btn-close-upload {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  color: #3496E8;
  font-size: 22px;
  background: #000;
  color: #fff;
  padding: 5.5px 7px;
  font-weight: lighter;
  line-height: 0;
  text-align: center;
  vertical-align: text-bottom;
  width: 25px;
  height: 25px;
}

.freequote-overlay .freequote-form .custom-form-close-btn-1 .close-thik,
.freequote-overlay .freequote-form .btn-close-upload .close-thik,
.freequote-overlay .upload-form .custom-form-close-btn-1 .close-thik,
.freequote-overlay .upload-form .btn-close-upload .close-thik,
.upload-overlay .freequote-form .custom-form-close-btn-1 .close-thik,
.upload-overlay .freequote-form .btn-close-upload .close-thik,
.upload-overlay .upload-form .custom-form-close-btn-1 .close-thik,
.upload-overlay .upload-form .btn-close-upload .close-thik {
  color: #FFF;
  font: 14px/100% arial, sans-serif;
}

.freequote-overlay .freequote-form .custom-form-close-btn-1 .close-thik:after,
.freequote-overlay .freequote-form .btn-close-upload .close-thik:after,
.freequote-overlay .upload-form .custom-form-close-btn-1 .close-thik:after,
.freequote-overlay .upload-form .btn-close-upload .close-thik:after,
.upload-overlay .freequote-form .custom-form-close-btn-1 .close-thik:after,
.upload-overlay .freequote-form .btn-close-upload .close-thik:after,
.upload-overlay .upload-form .custom-form-close-btn-1 .close-thik:after,
.upload-overlay .upload-form .btn-close-upload .close-thik:after {
  content: '✖';
}

.freequote-overlay .freequote-form form.wpcf7-form,
.freequote-overlay .upload-form form.wpcf7-form,
.upload-overlay .freequote-form form.wpcf7-form,
.upload-overlay .upload-form form.wpcf7-form {
  transition: all .5s;
}

.freequote-overlay .freequote-form form.wpcf7-form input,
.freequote-overlay .upload-form form.wpcf7-form input,
.upload-overlay .freequote-form form.wpcf7-form input,
.upload-overlay .upload-form form.wpcf7-form input {
  height: 40px !important;
  font-weight: normal;
  font-size: 14px;
  transition: all .5s;
}

@media screen and (max-width: 39.9375em) {
  .freequote-overlay .freequote-form form.wpcf7-form input,
  .freequote-overlay .upload-form form.wpcf7-form input,
  .upload-overlay .freequote-form form.wpcf7-form input,
  .upload-overlay .upload-form form.wpcf7-form input {
    margin-bottom: 2rem;
  }
}

.freequote-overlay .freequote-form form.wpcf7-form input[type="submit"],
.freequote-overlay .upload-form form.wpcf7-form input[type="submit"],
.upload-overlay .freequote-form form.wpcf7-form input[type="submit"],
.upload-overlay .upload-form form.wpcf7-form input[type="submit"] {
  width: 100%;
  outline: none;
  border: none;
  background: #FF943D;
  cursor: pointer;
}

.freequote-overlay .freequote-form form.wpcf7-form input[type="submit"]:hover,
.freequote-overlay .upload-form form.wpcf7-form input[type="submit"]:hover,
.upload-overlay .freequote-form form.wpcf7-form input[type="submit"]:hover,
.upload-overlay .upload-form form.wpcf7-form input[type="submit"]:hover {
  border-radius: 10px;
}

.freequote-overlay .freequote-form form.wpcf7-form textarea[rows],
.freequote-overlay .upload-form form.wpcf7-form textarea[rows],
.upload-overlay .freequote-form form.wpcf7-form textarea[rows],
.upload-overlay .upload-form form.wpcf7-form textarea[rows] {
  height: 30px;
}

.freequote-overlay .freequote-form form.wpcf7-form div.wpcf7-validation-errors,
.freequote-overlay .freequote-form form.wpcf7-form div.wpcf7-mail-sent-ok,
.freequote-overlay .upload-form form.wpcf7-form div.wpcf7-validation-errors,
.freequote-overlay .upload-form form.wpcf7-form div.wpcf7-mail-sent-ok,
.upload-overlay .freequote-form form.wpcf7-form div.wpcf7-validation-errors,
.upload-overlay .freequote-form form.wpcf7-form div.wpcf7-mail-sent-ok,
.upload-overlay .upload-form form.wpcf7-form div.wpcf7-validation-errors,
.upload-overlay .upload-form form.wpcf7-form div.wpcf7-mail-sent-ok {
  border: none;
}

.freequote-overlay .freequote-form form.wpcf7-form div.wpcf7-response-output,
.freequote-overlay .upload-form form.wpcf7-form div.wpcf7-response-output,
.upload-overlay .freequote-form form.wpcf7-form div.wpcf7-response-output,
.upload-overlay .upload-form form.wpcf7-form div.wpcf7-response-output {
  font-size: 12px;
}

.freequote-overlay .freequote-form form.wpcf7-form div.wpcf7-validation-errors,
.freequote-overlay .upload-form form.wpcf7-form div.wpcf7-validation-errors,
.upload-overlay .freequote-form form.wpcf7-form div.wpcf7-validation-errors,
.upload-overlay .upload-form form.wpcf7-form div.wpcf7-validation-errors {
  color: red;
}

.freequote-overlay .freequote-form form.wpcf7-form div.wpcf7-mail-sent-ok,
.freequote-overlay .upload-form form.wpcf7-form div.wpcf7-mail-sent-ok,
.upload-overlay .freequote-form form.wpcf7-form div.wpcf7-mail-sent-ok,
.upload-overlay .upload-form form.wpcf7-form div.wpcf7-mail-sent-ok {
  color: green;
}

.freequote-overlay .freequote-form form.wpcf7-form .wpcf7-not-valid,
.freequote-overlay .upload-form form.wpcf7-form .wpcf7-not-valid,
.upload-overlay .freequote-form form.wpcf7-form .wpcf7-not-valid,
.upload-overlay .upload-form form.wpcf7-form .wpcf7-not-valid {
  border: 1px solid #FF3939;
}

.freequote-overlay .freequote-form form.wpcf7-form span.wpcf7-not-valid-tip,
.freequote-overlay .upload-form form.wpcf7-form span.wpcf7-not-valid-tip,
.upload-overlay .freequote-form form.wpcf7-form span.wpcf7-not-valid-tip,
.upload-overlay .upload-form form.wpcf7-form span.wpcf7-not-valid-tip {
  display: none;
}

.mm-menu .mm-panel {
  top: 182px;
}

.site-header.header-style-1 .header-container .header-tools {
  padding-left: 0 !important;
}

.site-header.header-style-1 .header-container .header-tools .header-icons {
  padding-left: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .site-header.header-style-1 .header-container .main-navigation ul li.menu-item {
    padding: 0 0.3125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .site-header.header-style-1 .header-container .main-navigation ul li.menu-item a {
    font-size: 0.75rem;
  }
}

.offcanvas-header {
  background: #FFF;
  padding: 45px 0px 35px;
  position: relative;
  z-index: 999;
  text-align: center;
}

.offcanvas-header ul {
  margin: 0;
  list-style-type: none;
}

.offcanvas-header ul li.email {
  padding-bottom: 20px;
}

#lightbox span.lb-number {
  display: none !important;
}

@media print, screen and (min-width: 64em) {
  li.cta a {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-right: 0 !important;
  }
}

.home-overtitle,
.home-title {
  text-align: center;
}

.home-title {
  color: #FF943D;
  text-shadow: .2px .2px #616264;
  font-weight: bold;
  margin-bottom: 0;
}

.first {
  background: #F2F2F2;
  transition: all .5s;
}

@media print, screen and (min-width: 40em) {
  .first {
    padding: 1.875rem 0 0.9375rem;
  }
}

.first.section {
  margin-top: 0;
}

.first img {
  transition: all .5s;
}

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

.section {
  margin: 1.5625rem 0;
}

@media print, screen and (min-width: 40em) {
  .section {
    margin: 3.125rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .intro {
    padding: 1.875rem 0;
  }
  .intro .home-title .phone {
    display: block;
  }
}

@media only screen and (max-width: 768px) and (max-width: 63.9375em) {
  .intro .home-title .phone {
    margin-top: 1.875rem;
  }
}

.header-search {
  max-width: 1200px;
  margin: 0 auto;
}

.archive-category,
.orphan-category-posts {
  margin-top: 40px;
  margin-bottom: 40px;
}

.archive-category .entry-title,
.orphan-category-posts .entry-title {
  margin-bottom: 40px;
}

.archive-category:after,
.orphan-category-posts:after {
  content: "";
  display: block;
  clear: both;
}

.archive-category .title,
.orphan-category-posts .title {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9375rem;
  padding: 0.3125rem 0;
}

.archive-category .category,
.orphan-category-posts .category {
  margin-bottom: 40px;
}

.archive-category .category:hover .boxshadow,
.orphan-category-posts .category:hover .boxshadow {
  box-shadow: 0 1px 14px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.archive-category .category .category-image-wrapper,
.orphan-category-posts .category .category-image-wrapper {
  padding: 5px;
  position: relative;
}

.archive-category .category .category-image-wrapper .category-image,
.orphan-category-posts .category .category-image-wrapper .category-image {
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.archive-category .category .category-image-wrapper .link-title,
.orphan-category-posts .category .category-image-wrapper .link-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*.post-content {
  margin-top: 2.5rem;
}*/

h1.entry-title{
	padding: 0;
}

@media screen and (min-width: 75em) {
  .post-content {
    padding-right: 2.5rem;
  }
}

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

.post-content article .entry-title {
  text-align: center;
  /*padding-bottom: 2.5rem;*/
}

.post-content article .entry-thumbnail {
  text-align: left;
  margin-bottom: 2.5rem;
}

.post-content article .gallery-item {
  padding-right: 10px;
  text-align: center;
}

.post-content article table {
  border-collapse: collapse;
}

.post-content article table > tbody {
  border: none;
}

.post-content article table > tbody > tr > td {
  padding: 20px;
}

.sidebar {
  margin-top: 40px;
}

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

/*==================================================
 * Box Shadow Effect
 * ===============================================*/
.boxshadow {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  transition: all .5s;
}

.boxshadow:before, .boxshadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px;
}

.boxshadow:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

.progress-meter,
.progress {
  height: 30px;
}

.progress-meter {
  background: #ff9f00;
  padding: 5px 0 0 20px;
  color: #FFF;
}

.button {
  background: #ff9f00;
  color: #FFF;
}

.center {
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}

.center:nth-child(2) {
  margin-bottom: -50px;
}

.header-top-bar {
  background: #fff !important;
}

p.home-text {
  padding-top: 30px;
  text-align: center;
}

.gallery .gallery-icon img {
  width: auto;
}

.round {
  border-radius: 50%;
}

#breadcrumbs {
  margin-top: 10px;
}

.site-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* image effect dropshadow */
.imagedropshadow {
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.orphan-category-posts:after {
  content: "";
  display: block;
  clear: both;
}

.test-img {
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin: 10px;
  position: relative;
}

.test-img img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  /* For the following settings we set 100%, but it can be higher if needed 
        See the answer's update */
  left: -100%;
  right: -100%;
  top: -180%;
  bottom: -100%;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.phone-conditional {
  display: none;
}

@media only screen and (min-device-width: 361px) and (max-device-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .phone-conditional {
    display: table-cell;
    vertical-align: middle;
  }
}

.clarkston-slider-wrapper-mobile {
  display: none;
}

@media screen and (max-width: 64em) {
  .clarkston-slider-wrapper-mobile {
    display: block;
  }
}

.clarkston-slider-wrapper-mobile .clarkston-slider-container {
  visibility: hidden;
}

.clarkston-slider-wrapper-mobile .clarkston-slider-container.slick-initialized {
  visibility: visible;
}

.clarkston-slider-wrapper-mobile .clarkston-slider-container .clarkstone-slide-item {
  position: relative;
}

.clarkston-slider-wrapper-mobile .clarkston-slider-container .clarkstone-slide-item img {
  margin: 0 auto;
}

.clarkston-slider-wrapper-mobile .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content {
  margin: auto;
  position: absolute;
  top: 35%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 75%;
}

@media screen and (max-width: 39.9375em) {
  .clarkston-slider-wrapper-mobile .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content {
    top: 50%;
  }
}

@media screen and (max-width: 39.9375em) {
  .clarkston-slider-wrapper-mobile .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content .clarkstone-slider-title {
    display: none;
  }
}

.clarkston-slider-wrapper-mobile .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content .clarkstone-slider-title h1 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px #000;
}

@media screen and (max-width: 47.9375em) {
  .clarkston-slider-wrapper-mobile .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content .clarkstone-slider-title h1 {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    line-height: 0.875rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .clarkston-slider-wrapper-mobile .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content .clarkstone-slider-btn {
    margin-top: -14px;
  }
}

.clarkston-slider-wrapper-mobile .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content .clarkstone-slider-btn a {
  color: #000;
  padding: 5px 20px;
  background: #FFF;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
}

.clarkston-slider-wrapper-mobile .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content .clarkstone-slider-btn a:hover {
  border-radius: 5px;
}

.clarkston-slider-wrapper {
  display: none;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 64.0625em) {
  .clarkston-slider-wrapper {
    display: block;
  }
}

.clarkston-slider-wrapper .clarkston-slider-container {
  visibility: hidden;
}

.clarkston-slider-wrapper .clarkston-slider-container.slick-initialized {
  visibility: visible;
}

.clarkston-slider-wrapper .clarkston-slider-container .clarkstone-slide-item {
  position: relative;
}

.clarkston-slider-wrapper .clarkston-slider-container .clarkstone-slide-item img {
  margin: 0 auto;
}

.clarkston-slider-wrapper .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content {
  margin: auto;
  position: absolute;
  top: 20%;
  left: 0;
  bottom: 0;
  right: 0;
}

.clarkston-slider-wrapper .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content .clarkstone-slider-title h1 {
  color: #fff;
  font-size: 3.75rem;
  margin-bottom: 6.25rem;
  font-weight: bold;
  line-height: 3.75rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px #000;
}

.clarkston-slider-wrapper .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content .clarkstone-slider-btn a {
  color: #000;
  padding: 5px 20px;
  background: #FFF;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}

.clarkston-slider-wrapper .clarkston-slider-container .clarkstone-slide-item .clarkstone-slider-content .clarkstone-slider-btn a:hover {
  border-radius: 5px;
}

body {
  width: 100%;
  overflow-x: hidden;
}

a {
  transition: all .3s;
  color: #000;
}

a:hover {
  color: #CCC;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea,
select {
  height: 3.125rem;
  padding: 0 1rem;
  font-weight: bold;
  font-size: 1rem;
}

@media print, screen and (min-width: 40em) {
  [type='text'],
  [type='password'],
  [type='date'],
  [type='datetime'],
  [type='datetime-local'],
  [type='month'],
  [type='week'],
  [type='email'],
  [type='number'],
  [type='search'],
  [type='tel'],
  [type='time'],
  [type='url'],
  [type='color'],
  textarea,
  select {
    font-size: 1.125rem;
  }
}

textarea {
  padding: 0.5rem 1rem;
}

table {
  width: 100%;
}

table > tr {
  border-bottom: 1px solid #f0f0f0;
}

table > tr > th {
  text-align: left;
  padding: 1.5625rem 0;
  font-size: 0.875rem;
}

table > thead > tr {
  border-bottom: 1px solid #f0f0f0;
}

table > thead > tr > th {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}

table > thead > tr > td {
  padding: 1.5625rem 0 0 0;
  font-size: 0.875rem;
}

table > tbody > tr > th {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  font-size: 0.875rem;
}

table > tbody > tr > td {
  font-size: 0.875rem;
  padding: 0.625rem 0;
}

dl dt {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 1.875rem;
}

figure {
  max-width: 100%;
  margin: 0;
}

pre {
  background: #F1F1F1;
  padding: 1.5625rem;
  margin: 1.875rem 0;
}

q {
  font-size: 1.625rem;
  font-weight: bold;
}

.site-content {
  background: #fff;
}

.woocommerce-Tabs-panel--description a,
.product-right-col .description a,
.entry-content a {
  font-weight: bold;
}

.alignleft {
  float: left;
  margin-right: 1.875rem;
}

.aligncenter {
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 1.875rem;
}

blockquote {
  margin: 0 0 4.375rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: none;
  font-size: 1.625rem;
  line-height: 2.625rem;
}

blockquote p {
  line-height: 2.625rem;
  color: #8a8a8a;
  font-weight: bold;
  margin-bottom: 0;
}

blockquote > p {
  color: #000;
  line-height: 2.625rem;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'embed-rubik', sans-serif;
  letter-spacing: .1em;
  padding-top: 1.25rem;
}

cite:before {
  content: '\2014 \0020';
}

.header-top-bar {
  padding: 0.625rem;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 63.9375em) {
  .header-top-bar {
    display: none;
  }
}

.header-top-bar .header-topbar-content {
  max-width: 1200px;
  padding: 0 0.9375rem;
  margin: 0 auto;
}

.header-top-bar .header-topbar-content:after {
  content: "";
  display: block;
  clear: both;
}

.header-top-bar .header-topbar-content .header-top-bar-widget {
  display: inline-block;
  float: right;
  margin-right: 6.25rem;
  font-weight: bold;
  font-style: italic;
}

.header-top-bar .header-topbar-content .header-top-bar-widget a:hover {
  opacity: .5;
}

.header-top-bar .header-topbar-content .header-topbar-info,
.header-top-bar .header-topbar-content .header-topbar-social {
  font-weight: normal;
}

.header-top-bar .header-topbar-content .header-topbar-info ul,
.header-top-bar .header-topbar-content .header-topbar-social ul {
  list-style-type: none;
  margin: 0;
}

.header-top-bar .header-topbar-content .header-topbar-info ul li,
.header-top-bar .header-topbar-content .header-topbar-social ul li {
  display: inline-block;
  padding: 0 0.625rem;
}

.header-top-bar .header-topbar-content .header-topbar-info ul li a:last-child,
.header-top-bar .header-topbar-content .header-topbar-social ul li a:last-child {
  padding-right: 0;
}

.header-top-bar .header-topbar-content .header-topbar-info ul li a,
.header-top-bar .header-topbar-content .header-topbar-social ul li a {
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: .05em;
  font-weight: 500;
}

.header-top-bar .header-topbar-content .header-topbar-info ul li a i,
.header-top-bar .header-topbar-content .header-topbar-social ul li a i {
  padding-right: 0.625rem;
}

.header-top-bar .header-topbar-content .header-topbar-info {
  float: left;
}

.header-top-bar .header-topbar-content .header-topbar-social {
  float: right;
}

.header-top-bar .header-topbar-content .header-topbar-social ul li {
  padding: 0;
}

.header-top-bar .header-topbar-content .header-topbar-social ul li a:hover {
  opacity: .5;
}

.header-sticky.active.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 40em) {
  .admin-bar .header-sticky.active.site-header {
    top: 32px;
  }
}

.header-sticky.active.header-branding .logo {
  transition: max-width .4s ease,margin .4s ease,opacity .2s .2s ease;
}

@media screen and (min-width: 64em) {
  .header-sticky.active.header-branding .logo {
    max-width: 60px;
  }
}

.header-sticky.active.boxed {
  max-width: 100%;
}

body.header-boxed .site-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
}

.site-header {
  position: relative;
  transition: height .4s ease,opacity .3s ease;
  z-index: 2;
}

.site-header:after {
  content: "";
  display: block;
  clear: both;
}

.site-header.header-style-1 .header-container {
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  /**********************************************************************************/
  /* Navigation / Big Screens   *****************************************************/
  /**********************************************************************************/
  display: table;
}

.site-header.header-style-1 .header-container ul {
  list-style-type: none;
  margin: 0;
}

.site-header.header-style-1 .header-container ul li {
  display: inline-block;
  padding: 0 0.625rem;
}

.site-header.header-style-1 .header-container ul li a:last-child {
  padding-right: 0;
}

.site-header.header-style-1 .header-container:after {
  content: "";
  display: block;
  clear: both;
}

.site-header.header-style-1 .header-container .main-navigation {
  text-align: right;
}

.site-header.header-style-1 .header-container .main-navigation > ul {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-header.header-style-1 .header-container .main-navigation > ul:after {
  content: "";
  clear: both;
  display: block;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li > a {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: .1em;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li > a:hover {
  color: #00508D;
  opacity: 1;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li a {
  display: inline-block;
  transition: all 0.5s ease-out;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f0d7";
  margin-left: 0.3125rem;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.menu-item-has-children:hover > ul {
  display: table;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.shopping-bag a, .site-header.header-style-1 .header-container .main-navigation > ul > li.search-icon a {
  padding: 0;
  font-size: 1rem;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.shopping-bag:hover, .site-header.header-style-1 .header-container .main-navigation > ul > li.search-icon:hover {
  box-shadow: none;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.shopping-bag:last-child, .site-header.header-style-1 .header-container .main-navigation > ul > li.search-icon:last-child {
  padding-right: 0;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:not(.mega-menu-item) {
  position: relative;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:not(.mega-menu-item) ul {
  font-size: 0.875rem;
  letter-spacing: .1em;
  padding: 1.5625rem 0;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 15.625rem;
  z-index: 99999;
  box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  animation-duration: .3s;
  animation-name: animation_main_menu;
  color: #777777;
  background: #FFF;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:not(.mega-menu-item) ul li {
  display: block;
  position: relative;
  text-align: left;
  z-index: 99999;
  text-transform: uppercase;
  transition: all ease .5s;
  padding: 0.625rem 1.25rem;
  color: #000;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:not(.mega-menu-item) ul li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f105";
  float: right;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:not(.mega-menu-item) ul li:hover {
  transition: all ease .5s;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:not(.mega-menu-item) ul li a {
  margin: 0;
  width: 100%;
  font-weight: normal;
  opacity: 0.75;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:not(.mega-menu-item) ul li a:hover {
  opacity: 1;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:not(.mega-menu-item) ul li ul {
  left: 100%;
  top: 0;
  font-size: 1em;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:not(.mega-menu-item) ul li ul li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f105";
  float: right;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:not(.mega-menu-item) ul li:hover {
  transition: all 0.3s ease-out;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:not(.mega-menu-item) ul li:hover > ul {
  display: block;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul {
  width: 100%;
  font-size: 1em;
  line-height: 2em;
  padding: 5rem 6.25rem;
  margin: 0;
  list-style: none;
  background: #FFFFFF url("../images/menu-bg-shortcodes.png") no-repeat;
  background-position: bottom right;
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  animation-duration: .3s;
  animation-name: animation_main_menu;
  color: #373737;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(1),
.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(1) ~ li {
  width: 100%;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(2),
.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(3),
.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(3) ~ li {
  width: 33.33333%;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(4),
.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(5),
.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(6),
.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(6) ~ li {
  width: 16.66667%;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(7),
.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(7) ~ li {
  width: 14.28571%;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(8),
.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(8) ~ li {
  width: 12.5%;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li a {
  margin: 0;
  padding: 0 0.9375rem;
  text-transform: none;
  transition: all ease .5s;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li a:hover {
  background: #ebebeb;
  transition: all ease .5s;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li > a {
  text-transform: uppercase;
  opacity: 1;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li ul {
  font-size: 1em;
  line-height: 2em;
  letter-spacing: normal;
  margin: 0;
  list-style: none;
  display: block;
  font-weight: normal;
  margin: 0;
  width: 100%;
  font-size: 0.875rem;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li ul li {
  display: block;
  padding: 0.3125rem 0;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li ul li a {
  padding: 0 0.9375rem;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li.menu-item-has-children a:after,
.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul > li.page_item_has_children a:after {
  display: none;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li.mega-menu-item > ul.with_bg_image {
  padding: 1.563em 9.375em 0 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:hover {
  transition: all 0.3s ease-out;
}

.site-header.header-style-1 .header-container .main-navigation > ul > li:hover > .mega-menu {
  display: table;
}

.site-header.header-style-1 .header-container .main-navigation.align_left {
  text-align: left;
}

.site-header.header-style-1 .header-container .main-navigation.align_center {
  text-align: center;
}

.site-header.header-style-1 .header-container .main-navigation.align_right {
  text-align: right;
}

.site-header.header-style-1 .header-container .main-navigation.align_right > ul > li:not(.mega-menu-item) ul ul {
  left: -100%;
}

@media screen and (min-width: 64em) {
  .site-header.header-style-1 .header-container {
    padding: 0 1.25rem;
  }
}

.site-header.header-style-1 .header-container .header-branding > ul,
.site-header.header-style-1 .header-container .main-navigation > ul {
  line-height: 2rem;
}

.site-header.header-style-1 .header-container .header-widget {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .site-header.header-style-1 .header-container .header-widget {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}

.active .site-header.header-style-1 .header-container {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.site-header.header-style-1 .header-container .header-branding {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}


.site-header.header-style-1 .header-container .header-branding .site-title a {
  font-size: 0.875rem;
  font-weight: bold;
}

.site-header.header-style-1 .header-container .header-branding a {
  display: block;
}

.site-header.header-style-1 .header-container .main-navigation {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: left;
  padding-left: 1.25rem;
}

.site-header.header-style-1 .header-container .main-navigation ul .menu-item {
  font-size: 0.875rem;
  transition: all ease .2s;
}

.site-header.header-style-1 .header-container .offcanvas-menu-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.site-header.header-style-1 .header-container .offcanvas-menu-icon a {
  color: #373737;
  margin-top: -5px;
}

.site-header.header-style-1 .header-container .header-tools {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .site-header.header-style-1 .header-container .header-tools {
    padding-left: 3.125rem;
    text-transform: capitalize;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}

.site-header.header-style-1 .header-container .header-tools .header-icons {
  padding-left: 1.875rem;
}

.site-header.header-style-1 .header-container .header-tools .header-icons li a .shopping_bag_items_number {
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  background-color: #00508d;
  padding: 0.125rem 0.25rem;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 0.625rem;
}

.site-header {
  position: relative;
  transition: height .4s ease,opacity .3s ease;
  z-index: 2;
}

.site-header:after {
  content: "";
  display: block;
  clear: both;
}

.site-header.header-style-3 {
  border: none;
}

.site-header.header-style-3 .header-container {
  width: 100%;
  height: 100%;
  padding: 0 0.9375rem;
  display: table;
}

.site-header.header-style-3 .header-container ul {
  list-style-type: none;
  margin: 0;
}

.site-header.header-style-3 .header-container ul li {
  display: inline-block;
  padding: 0 0.625rem;
}

.site-header.header-style-3 .header-container ul li a:last-child {
  padding-right: 0;
}

.site-header.header-style-3 .header-container .header-branding > ul,
.site-header.header-style-3 .header-container .main-navigation > ul {
  line-height: 2rem;
}

.site-header.header-style-3 .header-container .header-widget {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .site-header.header-style-3 .header-container .header-widget {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}

.site-header.header-style-3 .header-container .offcanvas-menu-icon.desktop {
  display: none;
}

.site-header.header-style-3 .header-container .header-branding {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.site-header.header-style-3 .header-container .header-branding .logo {
  max-width: 11.25rem;
  transition: max-width .4s ease,margin .4s ease,opacity .2s .2s ease;
}

.site-header.header-style-3 .header-container .header-branding .site-title a {
  font-size: 1.25rem;
  font-weight: bold;
}

.site-header.header-style-3 .header-container .header-branding a {
  display: block;
}

.site-header.header-style-3 .header-container .offcanvas-menu-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.site-header.header-style-3 .header-container .offcanvas-menu-icon a {
  color: #373737;
  margin-top: -5px;
}

.site-header.header-style-3 .header-container .header-tools {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .site-header.header-style-3 .header-container .header-tools {
    padding-left: 3.125rem;
    text-transform: capitalize;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}

.site-header.header-style-3 .header-container .header-tools .header-icons {
  display: table;
  float: right;
}

.site-header.header-style-3 .header-container .header-tools .header-icons .header_icon_wrapper {
  display: inline-table;
  vertical-align: middle;
}

.site-header.header-style-3 .header-container .header-tools .header-icons .header_icon_wrapper:first-child {
  margin-right: 3.125rem;
}

.site-header.header-style-3 .header-container .header-tools .header-icons .header_icon_wrapper .header_icon,
.site-header.header-style-3 .header-container .header-tools .header-icons .header_icon_wrapper .icon_text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1.25rem;
}

.site-header.header-style-3 .header-container .header-tools .header-icons .header_icon_wrapper .header_icon .info,
.site-header.header-style-3 .header-container .header-tools .header-icons .header_icon_wrapper .icon_text .info {
  font-weight: normal;
  opacity: .55;
  color: #000;
}

.site-header.header-style-3 .header-container .header-tools .header-icons .header_icon_wrapper .header_icon span,
.site-header.header-style-3 .header-container .header-tools .header-icons .header_icon_wrapper .icon_text span {
  display: block;
  text-align: left;
  font-weight: bold;
}

.site-header.header-style-3 .header-container .header-tools .header-icons .header_icon_wrapper .header_icon span i,
.site-header.header-style-3 .header-container .header-tools .header-icons .header_icon_wrapper .icon_text span i {
  border-radius: 50%;
  border: 2px solid #3496E8;
  padding: 6px 10px;
  color: #3496E8;
}

.site-header.header-style-3.header-sticky.active {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 64em) {
  .site-header.header-style-3.header-sticky.active .header-container .offcanvas-menu-icon.desktop {
    display: table-cell;
    text-align: left;
    padding-right: 0.625rem;
  }
}

.main-navigation-container {
  /**********************************************************************************/
  /* Navigation / Big Screens   *****************************************************/
  /**********************************************************************************/
  border-top: 1px solid #e3e5e4;
}

.main-navigation-container ul {
  list-style-type: none;
  margin: 0;
}

.main-navigation-container ul li {
  display: inline-block;
  padding: 0 0.625rem;
}

.main-navigation-container ul li a:last-child {
  padding-right: 0;
}

.main-navigation-container:after {
  content: "";
  display: block;
  clear: both;
}

.main-navigation-container .main-navigation {
  text-align: right;
}

.main-navigation-container .main-navigation > ul {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-navigation-container .main-navigation > ul:after {
  content: "";
  clear: both;
  display: block;
}

.main-navigation-container .main-navigation > ul > li > a {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: .1em;
}

.main-navigation-container .main-navigation > ul > li > a:hover {
  color: #00508D;
  opacity: 1;
}

.main-navigation-container .main-navigation > ul > li a {
  display: inline-block;
  transition: all 0.5s ease-out;
}

.main-navigation-container .main-navigation > ul > li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f0d7";
  margin-left: 0.3125rem;
}

.main-navigation-container .main-navigation > ul > li.menu-item-has-children:hover > ul {
  display: table;
}

.main-navigation-container .main-navigation > ul > li.shopping-bag a, .main-navigation-container .main-navigation > ul > li.search-icon a {
  padding: 0;
  font-size: 1rem;
}

.main-navigation-container .main-navigation > ul > li.shopping-bag:hover, .main-navigation-container .main-navigation > ul > li.search-icon:hover {
  box-shadow: none;
}

.main-navigation-container .main-navigation > ul > li.shopping-bag:last-child, .main-navigation-container .main-navigation > ul > li.search-icon:last-child {
  padding-right: 0;
}

.main-navigation-container .main-navigation > ul > li:not(.mega-menu-item) {
  position: relative;
}

.main-navigation-container .main-navigation > ul > li:not(.mega-menu-item) ul {
  font-size: 0.875rem;
  letter-spacing: .1em;
  padding: 1.5625rem 0;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 15.625rem;
  z-index: 99999;
  box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  animation-duration: .3s;
  animation-name: animation_main_menu;
  color: #777777;
  background: #FFF;
}

.main-navigation-container .main-navigation > ul > li:not(.mega-menu-item) ul li {
  display: block;
  position: relative;
  text-align: left;
  z-index: 99999;
  text-transform: uppercase;
  transition: all ease .5s;
  padding: 0.625rem 1.25rem;
  color: #000;
}

.main-navigation-container .main-navigation > ul > li:not(.mega-menu-item) ul li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f105";
  float: right;
}

.main-navigation-container .main-navigation > ul > li:not(.mega-menu-item) ul li:hover {
  transition: all ease .5s;
}

.main-navigation-container .main-navigation > ul > li:not(.mega-menu-item) ul li a {
  margin: 0;
  width: 100%;
  font-weight: normal;
  opacity: 0.75;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.main-navigation-container .main-navigation > ul > li:not(.mega-menu-item) ul li a:hover {
  opacity: 1;
}

.main-navigation-container .main-navigation > ul > li:not(.mega-menu-item) ul li ul {
  left: 100%;
  top: 0;
  font-size: 1em;
}

.main-navigation-container .main-navigation > ul > li:not(.mega-menu-item) ul li ul li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f105";
  float: right;
}

.main-navigation-container .main-navigation > ul > li:not(.mega-menu-item) ul li:hover {
  transition: all 0.3s ease-out;
}

.main-navigation-container .main-navigation > ul > li:not(.mega-menu-item) ul li:hover > ul {
  display: block;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul {
  width: 100%;
  font-size: 1em;
  line-height: 2em;
  padding: 5rem 6.25rem;
  margin: 0;
  list-style: none;
  background: #FFFFFF url("../images/menu-bg-shortcodes.png") no-repeat;
  background-position: bottom right;
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  animation-duration: .3s;
  animation-name: animation_main_menu;
  color: #373737;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(1),
.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(1) ~ li {
  width: 100%;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(2),
.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(3),
.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(3) ~ li {
  width: 33.33333%;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(4),
.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(5),
.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(6),
.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(6) ~ li {
  width: 16.66667%;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(7),
.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(7) ~ li {
  width: 14.28571%;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(8),
.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li:first-child:nth-last-child(8) ~ li {
  width: 12.5%;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li a {
  margin: 0;
  padding: 0 0.9375rem;
  text-transform: none;
  transition: all ease .5s;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li a:hover {
  background: #ebebeb;
  transition: all ease .5s;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li > a {
  text-transform: uppercase;
  opacity: 1;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li ul {
  font-size: 1em;
  line-height: 2em;
  letter-spacing: normal;
  margin: 0;
  list-style: none;
  display: block;
  font-weight: normal;
  margin: 0;
  width: 100%;
  font-size: 0.875rem;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li ul li {
  display: block;
  padding: 0.3125rem 0;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li ul li a {
  padding: 0 0.9375rem;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li.menu-item-has-children a:after,
.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul > li.page_item_has_children a:after {
  display: none;
}

.main-navigation-container .main-navigation > ul > li.mega-menu-item > ul.with_bg_image {
  padding: 1.563em 9.375em 0 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-navigation-container .main-navigation > ul > li:hover {
  transition: all 0.3s ease-out;
}

.main-navigation-container .main-navigation > ul > li:hover > .mega-menu {
  display: table;
}

.main-navigation-container .main-navigation.align_left {
  text-align: left;
}

.main-navigation-container .main-navigation.align_center {
  text-align: center;
}

.main-navigation-container .main-navigation.align_right {
  text-align: right;
}

.main-navigation-container .main-navigation.align_right > ul > li:not(.mega-menu-item) ul ul {
  left: -100%;
}

.main-navigation-container:after {
  content: "";
  display: block;
  clear: both;
}

.main-navigation-container .main-navigation {
  position: relative;
  text-align: left;
  max-width: 1200px;
  padding: 0 0.9375rem;
  margin: 1.25rem auto;
}

.main-navigation-container .main-navigation ul.menu-main-menu {
  width: 95%;
  display: inline-block;
  vertical-align: middle;
}

.main-navigation-container .main-navigation ul.menu-main-menu .menu-item {
  font-size: 1.125rem;
  text-transform: capitalize;
}

.main-navigation-container .main-navigation ul.menu-main-menu .menu-item a:hover {
  color: #3496E8;
}

.main-navigation-container .main-navigation ul.menu-main-menu .menu-item a:active {
  color: #3496E8;
}

.main-navigation-container .main-navigation #hs3-search {
  display: inline-block;
  float: right;
  vertical-align: middle;
  color: #656565;
}

.header-tools-mobile {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .header-tools-mobile {
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 0.75rem;
    padding: 0.625rem 0;
  }
}

.header-tools-mobile .header-icons-mobile {
  display: table;
  width: 100%;
}

.header-tools-mobile .header-icons-mobile .header_icon_wrapper {
  display: inline-table;
  vertical-align: middle;
  position: relative;
}

.header-tools-mobile .header-icons-mobile .header_icon_wrapper .link {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .header-tools-mobile .header-icons-mobile .header_icon_wrapper .link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 99;
  }
}

.header-tools-mobile .header-icons-mobile .header_icon_wrapper:first-child {
  margin-right: 0.625rem;
}

.header-tools-mobile .header-icons-mobile .header_icon_wrapper .header_icon,
.header-tools-mobile .header-icons-mobile .header_icon_wrapper .icon_text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.625rem;
}

.header-tools-mobile .header-icons-mobile .header_icon_wrapper .header_icon .info,
.header-tools-mobile .header-icons-mobile .header_icon_wrapper .icon_text .info {
  font-weight: normal;
  opacity: .55;
  color: #000;
}

.header-tools-mobile .header-icons-mobile .header_icon_wrapper .header_icon span,
.header-tools-mobile .header-icons-mobile .header_icon_wrapper .icon_text span {
  display: block;
  text-align: left;
  font-weight: bold;
}

.header-tools-mobile .header-icons-mobile .header_icon_wrapper .header_icon span i,
.header-tools-mobile .header-icons-mobile .header_icon_wrapper .icon_text span i {
  border-radius: 50%;
  border: 2px solid #3496E8;
  padding: 6px 10px;
  color: #3496E8;
}

.offcanvas-right {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  height: 100%;
  overflow: hidden;
  width: 80%;
  transition: all ease .5s;
  box-shadow: -10px 0px 102px -3px rgba(50, 50, 50, 0.75);
  z-index: 9999;
  background: #FFF;
}

@media screen and (min-width: 40em) {
  .offcanvas-right {
    width: 360px;
  }
}

.offcanvas-right.active {
  right: 0;
}

.admin-bar .offcanvas-right {
  top: 46px;
}

@media print, screen and (min-width: 64em) {
  .admin-bar .offcanvas-right {
    top: 32px;
  }
}

.offcanvas-right .offcanvas_close {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  color: #3496E8;
  font-size: 22px;
  background: #000;
  color: #fff;
  padding: 5.5px 7px;
  font-weight: lighter;
  line-height: 0;
  text-align: center;
  vertical-align: text-bottom;
}

.offcanvas-right .offcanvas_close .close-thik {
  color: #FFF;
  font: 14px/100% arial, sans-serif;
}

.offcanvas-right .offcanvas_close .close-thik:after {
  content: '✖';
}

.offcanvas-right .offcanvas-right-header {
  background: #FFF;
  padding: 1.875rem;
}

.offcanvas-right .offcanvas-menu-content {
  height: 100vh;
}

@media screen and (max-width: 63.9375em) {
  .offcanvas-right .offcanvas-menu-content .offcanvas-header ul li.cta .free-quote {
    display: block;
    margin: 0px 15px 37px;
  }
}

.offcanvas-right .offcanvas-menu-content .offcanvas-navigation {
  background: #FFF;
  color: #3496E8;
  text-transform: uppercase;
}

.offcanvas-right .offcanvas-menu-content .offcanvas-navigation.mm-menu li {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 1rem;
  padding: 0.625rem 0;
}

.offcanvas-right .offcanvas-menu-content .offcanvas-navigation.mm-menu li:hover {
  transition-delay: 0;
  background: #90c5f2;
}

.offcanvas-right .offcanvas-menu-content .offcanvas-navigation.mm-menu .mm-title {
  color: #3496E8;
  font-weight: bold;
}

.offcanvas-right .offcanvas-menu-content .offcanvas-navigation.mm-menu .mm-listview > li:not(.mm-divider):after {
  left: 0;
}

.header-search {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 0 1.25rem;
  opacity: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  transition: opacity .3s 0s,visibility 0s .3s,height .4s ease 0s;
}

.header-search.active {
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
  transition: opacity .3s 0s,visibility 0s 0s,height .4s ease 0s;
}

.header-search form {
  position: relative;
  height: 100%;
}

.header-search form input {
  height: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  border: 0;
  background-color: transparent;
  color: #373737;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  font-weight: bold;
}

.header-search form input::-webkit-input-placeholder {
  opacity: 1;
}

.header-search form input:-moz-placeholder {
  opacity: 1;
}

.header-search form input::-moz-placeholder {
  opacity: 1;
}

.header-search form input:-ms-input-placeholder {
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .header-search form input {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 64em) {
  .header-search form input {
    font-size: 2.125rem;
  }
}

.header-search form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.site-footer {
  margin-top: 2.5rem;
  padding: 2.5rem 0 0;
}

.site-footer .footer-style-3 {
  padding-bottom: 2.5rem;
}

.site-footer .footer-style-3 ul {
  list-style-type: none;
  margin: 0;
}

.site-footer .footer-style-3 ul ul {
  margin-left: 0.625rem;
}

.site-footer .footer-text {
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  padding: 0.625rem 0;
}

/*.gallery {
  margin: 5rem 0;
}

.gallery .gallery-item {
  float: left;
}

.gallery .gallery-item figcaption {
  text-align: center;
}

.gallery .gallery-icon a {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 10px;
  position: relative;
  display: inline-block;
}

.gallery .gallery-icon a img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  min-width: 100%;

  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
*/

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



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


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


.gallery-columns-3 .gallery-item
{
	width: calc(100% / 3);
	float: left;
}

.gallery-columns-4 .gallery-item
{
	width: calc(100% / 4);
	float: left;
}


.gallery-columns-5 .gallery-item
{
	width: calc(100% / 5);
	float: left;
}


.gallery-item:nth-child(3n+1)
{
    clear: left;
}


.single-post .slick-slide img
{
    margin: 0 auto;
}

.single-post .slick-slide .slide__caption
{
    display: none;
}

.single-post .slick-slider-wrapper
{
    margin-bottom: 60px;
}

.gallery-icon.landscape
{
  margin-bottom: 10px;
}

.sidebar_product_list
{
  list-style-type: none;
  margin: 0;
}

.sidebar_category_title
{
  margin-bottom: 25px;
}

.sidebar_product_list li.current a
{
  color: #FFA500;
}

.sidebar_product_list li a
{
  color: rgba(119,119,119,.75);
}

.sidebar_product_list li a:hover
{
  color: rgba(119,119,119,1);
}

.product_content
{
  padding-right: 40px;
  border-right: 1px solid rgba(119,119,119,.25);
}

.site-footer
{
  padding: 60px 0 0;
}

.service-image h1
{
  padding-left: 0;
  padding-top: 0;
  line-height: 30px;
}

/*Related */

.related-section
{
  background: #f7f7f7;
  margin: -15px;
  padding: 15px;
}

.related-section h2
{
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 17px;
}

.related-section:after
{
  content: "";
  display: block;
  clear: both;
}

.related-section .related .link-title
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.related-section .related h3.title
{
  border-bottom: none;
  padding: 5px 10px;
  font-size: 14px;
}

.related-section .related
{
  margin-bottom: 20px;
}

.single-post .related-section
{
  margin: 0;
}

.product_sidebar
{   
    margin-bottom: 40px;
}

@media (min-width: 1024px)
{
  .product_sidebar
  {
    padding-left: 40px;
    margin-bottom: 0;
   
  }
}

.upload-form .uploadInfo
{
  font-size: 12px;
}

.bylinemod {
  display: none;
}