@charset "UTF-8";

/**
 * Theme Name:  Compliance Poster Company
 * Theme URI:   http://cpc.tdgrid.com/
 * Description: Compliance Poster Company
 * Version:     3.1.0
 * Author:      Creative Marketing Services
 * Author URI:  http://creativemktgservices.com
 * Tags:        one-column, two-columns, custom-background, custom-header, custom-menu, featured-images, left-sidebar, post-formats, responsive-layout, right-sidebar, rtl-language-support, threaded-comments, translation-ready, Foundation, sass
 * Text Domain: hybrid-base
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Our settings */
/**
 * Foundation Components
 * --------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  padding: 0;
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

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

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

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

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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

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

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

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

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

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

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

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

.column,
.columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  width: 50%;
  float: left;
}

.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 {
  width: 33.33333%;
  float: left;
}

.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 {
  width: 25%;
  float: left;
}

.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 {
  width: 20%;
  float: left;
}

.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 {
  width: 16.66667%;
  float: left;
}

.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 {
  width: 14.28571%;
  float: left;
}

.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 {
  width: 12.5%;
  float: left;
}

.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-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    width: 50%;
    float: left;
  }

  .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 {
    width: 33.33333%;
    float: left;
  }

  .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 {
    width: 25%;
    float: left;
  }

  .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 {
    width: 20%;
    float: left;
  }

  .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 {
    width: 16.66667%;
    float: left;
  }

  .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 {
    width: 14.28571%;
    float: left;
  }

  .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 {
    width: 12.5%;
    float: left;
  }

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

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

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

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

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

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

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

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

@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    width: 50%;
    float: left;
  }

  .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 {
    width: 33.33333%;
    float: left;
  }

  .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 {
    width: 25%;
    float: left;
  }

  .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 {
    width: 20%;
    float: left;
  }

  .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 {
    width: 16.66667%;
    float: left;
  }

  .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 {
    width: 14.28571%;
    float: left;
  }

  .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 {
    width: 12.5%;
    float: left;
  }

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

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  #mega_main_menu {
    display: inline-block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #mega_main_menu.primary>.menu_holder>.mmm_fullwidth_container,
  #mega_main_menu.primary.primary_style-buttons>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link {
    background: none !important;
  }

  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:after {
    color: #767676 !important;
  }

  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:focus,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link *,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link *,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-page-ancestor>.item_link *,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-post-ancestor>.item_link *,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link * {
    color: #06aed5 !important;
    border-color: #06aed5 !important;

  }

  #mega_main_menu_ul a {
    font-size: 16px !important;
  }

  #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link:after {
    border-width: 6px 5px !important;
    right: -2px !important;
  }
}

@media screen and (min-width: 1610px) {

  #mega_main_menu.primary>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle>.mobile_button,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.nav_search_box input,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li .post_details>.post_title,
  #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li .post_details>.post_title>.item_link {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1396px) {
  .top-bar {
    flex-wrap: wrap !important;
  }

  .top-bar-menu {
    order: 2 !important;
    width: 100% !important;
  }

  .top-bar-title,
  .top-bar-section {
    width: auto !important;
  }

  .top-bar-right .search-field {
    width: 240px !important;
  }
}

@media (max-width: 1023px) {
  #mega_main_menu.responsive-enable.mobile_minimized-enable>.menu_holder>.menu_inner>ul {
    display: block !important;
  }

  #mega_main_menu.responsive-enable>.menu_holder>.menu_inner>.nav_logo {
    display: none !important;
  }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.125rem;
}

h3 {
  font-size: 1.0625rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.9375rem;
}

h6 {
  font-size: 0.875rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  h3 {
    font-size: 1.0625rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.9375rem;
  }

  h6 {
    font-size: 0.875rem;
  }
}

a {
  color: #06aed5;
  text-decoration: underline;
  line-height: inherit;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #0596b7;
  text-decoration: none;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  pre,
  blockquote {
    border: 1px solid #939598;
    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;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  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 {
  border: 1px solid #939598;
  background-color: #ffffff;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

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

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f2f2f2;
  cursor: default;
}

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

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

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

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

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: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

.input-group-label,
.input-group-field,
.input-group-button {
  margin: 0;
}

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

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

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

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

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

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

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

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

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

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

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

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  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%28147, 149, 152%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

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

select:disabled {
  background-color: #f2f2f2;
  cursor: default;
}

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

select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(234, 33, 45, 0.1);
  border-color: #ea212d;
}

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

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

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

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

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

.button:hover,
.button:focus {
  background-color: #0594b5;
  color: #ffffff;
}

.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-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #06aed5;
  color: #ffffff;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #058baa;
  color: #ffffff;
}

.button.secondary {
  background-color: #086688;
  color: #ffffff;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #06526d;
  color: #ffffff;
}

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

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

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

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

.button.alert {
  background-color: #ea212d;
  color: #ffffff;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #c3121d;
  color: #ffffff;
}

.button.hollow {
  border: 1px solid #06aed5;
  color: #06aed5;
}

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

.button.hollow:hover,
.button.hollow:focus {
  border-color: #03576b;
  color: #03576b;
}

.button.hollow.primary {
  border: 1px solid #06aed5;
  color: #06aed5;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #03576b;
  color: #03576b;
}

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

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

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

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #7a0c12;
  color: #7a0c12;
}

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

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

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

.accordion {
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #06aed5;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

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

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

.is-active>.accordion-title::before {
  content: '–';
}

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

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

.is-accordion-submenu-parent>a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #06aed5 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true']>a::after {
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #06aed5;
  color: #ffffff;
}

.badge.secondary {
  background: #086688;
  color: #ffffff;
}

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

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

.badge.alert {
  background: #ea212d;
  color: #ffffff;
}

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

.breadcrumbs::before,
.breadcrumbs::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

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

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

.breadcrumbs a {
  color: #06aed5;
}

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

.breadcrumbs .disabled {
  color: #cacaca;
}

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

.button-group::before,
.button-group::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

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

.button-group .button {
  margin: 0;
  font-size: 0.9rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-group .button:not(:last-child) {
  margin-right: 1px;
}

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

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

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

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

.button-group.primary .button {
  background-color: #06aed5;
  color: #ffffff;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #058baa;
  color: #ffffff;
}

.button-group.secondary .button {
  background-color: #086688;
  color: #ffffff;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #06526d;
  color: #ffffff;
}

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

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

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

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

.button-group.alert .button {
  background-color: #ea212d;
  color: #ffffff;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #c3121d;
  color: #ffffff;
}

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

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

.button-group.stacked .button:not(:last-child),
.button-group.stacked-for-small .button:not(:last-child),
.button-group.stacked-for-medium .button:not(:last-child) {
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .button-group.stacked-for-small .button:not(:last-child) {
    margin-right: 1px;
  }
}

@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .button-group.stacked-for-medium .button:not(:last-child) {
    margin-right: 1px;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

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

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

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

.callout.primary {
  background-color: #d5f6fe;
}

.callout.secondary {
  background-color: #cbeffc;
}

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

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

.callout.alert {
  background-color: #fcdee0;
}

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

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

.close-button {
  position: absolute;
  color: #939598;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

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

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

.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
}

.menu>li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.menu>li>a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

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

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

.menu>li>a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-weight: 600;
  font-size: 14px;
}

.menu>li>a img,
.menu>li>a i {
  margin-right: 0.25rem;
}

.menu>li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu.vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu.vertical>li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

@media screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu.medium-horizontal>li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu.medium-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu.medium-vertical>li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

@media screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu.large-horizontal>li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu.large-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu.large-vertical>li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

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

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

.menu.expanded>li:first-child:last-child {
  width: 100%;
}

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

.menu.icon-top>li>a img,
.menu.icon-top>li>a i {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: center;
  margin-bottom: 0.25rem;
}

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

.menu .active>a {
  color: #ffffff;
  background: #06aed5;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

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

.menu-centered>.menu {
  display: inline-block;
}

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

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

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

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

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

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

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

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

.is-drilldown li {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #06aed5 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

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

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

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

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

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

.dropdown.menu.vertical>li>a::after {
  right: 14px;
  margin-top: -3px;
}

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

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

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

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

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

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #06aed5 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

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

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

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

  .dropdown.menu.medium-vertical>li>a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical>li.opens-left>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #06aed5 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.medium-vertical>li.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #06aed5;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

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

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

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #06aed5 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

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

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

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

  .dropdown.menu.large-vertical>li>a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical>li.opens-left>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #06aed5 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.large-vertical>li.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #06aed5;
    border-left-style: solid;
    border-right-width: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-dropdown-submenu:not(.js-dropdown-nohover)>.is-dropdown-submenu-parent:hover>.is-dropdown-submenu,
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

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

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

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #06aed5;
  color: #ffffff;
}

.label.secondary {
  background: #086688;
  color: #ffffff;
}

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

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

.label.alert {
  background: #ea212d;
  color: #ffffff;
}

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

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

.media-object.stack-for-small {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

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

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

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

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

html,
body {
  height: 100%;
}

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

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

.off-canvas-wrapper-inner::before,
.off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

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

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

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

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

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

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

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

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

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

@media 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;
  }
}

@media 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;
  }
}

.orbit {
  position: relative;
}

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

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

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

.orbit-figure {
  margin: 0;
}

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

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

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

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

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

.orbit-previous {
  left: 0;
}

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

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

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

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

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

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

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

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

.pagination::after {
  clear: both;
}

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

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

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

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

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

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #06aed5;
  color: #ffffff;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-handle:hover {
  background-color: #0594b5;
}

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

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

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

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

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

.sticky-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

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

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

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 64rem;
  }
}

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

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 64rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 64rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 64rem;
  }
}

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

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.switch-inactive {
  right: 15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
  background: #f9f9f9;
  color: #504d4e;
}

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

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

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

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

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

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

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

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

.table-scroll table {
  width: auto;
}

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

.tabs::before,
.tabs::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #06aed5;
}

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

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
  background: #06a5ca;
}

.tabs-title {
  float: left;
}

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

.tabs-title>a:hover {
  background: #ffffff;
}

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

.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #f2f2f2;
  border-top: 0;
}

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

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

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

.thumbnail {
  border: solid 4px #ffffff;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover,
.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(6, 174, 213, 0.5);
}

.title-bar {
  color: #ffffff;
  padding: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

.tooltip {
  background-color: #0a0a0a;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.5rem;
}

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

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

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

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

@media screen and (max-width: 39.9375em) {
  .stacked-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stacked-for-small .top-bar-left,
  .stacked-for-small .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stacked-for-large .top-bar-left,
  .stacked-for-large .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

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



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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

.show-for-small-only {
  margin-top: 15px;
}

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

@media 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 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;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

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

@media screen and (orientation: landscape) {

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

@media screen and (orientation: portrait) {

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

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

@media screen and (orientation: landscape) {

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

@media screen and (orientation: portrait) {

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

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

.clearfix::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 64em) {
  .large {
    -ms-flex-order: 1;
    order: 1;
  }

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

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

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

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

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

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'cpc-glyphs';
		src: url('../fonts/cpc-glyphs.svg#cpc-glyphs') format('svg');
	}
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "cpc-glyphs";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-thumbs-up:before {
  content: '\e800';
}

/* '' */
.icon-down-bold:before {
  content: '\e801';
}

/* '' */
.icon-email:before {
  content: '\e802';
}

/* '' */
.icon-basket:before {
  content: '\e803';
}

/* '' */
.icon-arrow-right:before {
  content: '\e804';
}

/* '' */
.icon-search:before {
  content: '\e805';
}

/* '' */
/* # Foundation Normalization ===== */
address {
  margin-bottom: 1rem;
  font-style: normal;
}

/* Undo styles for vcard */
.vcard {
  display: inline;
  margin: 0;
  padding: 0;
  border: transparent none;
}

.vcard a,
.vcard .fn {
  font-size: 100%;
  font-weight: normal;
}

.vcard cite {
  font-style: normal;
}

/* Inputs should be like buttons */
input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #06aed5;
  color: #ffffff;
}

[data-whatinput='mouse'] input[type="submit"] {
  outline: 0;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #0594b5;
  color: #ffffff;
}

.screen-reader-text {
  display: none;
}

/* # General Styles ===== */
table {
  width: 100%;
  border: none;
}

table th {
  border-top: 1px solid #cacaca;
  border-bottom: 2px solid #cacaca;
}

pre {
  margin-bottom: 1rem;
  padding: 1.25rem;
  background: #f2f2f2;
}

/* # WordPress Specific Styles ===== */
/* ## Skip Link ===== */
.skip-link {
  display: none;
}

/* ## Gallery ===== */
.gallery .gallery-row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

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

.gallery .gallery-row::before,
.gallery .gallery-row::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.gallery .gallery-row::after {
  clear: both;
}

.gallery .col-1 {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .gallery .col-1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.gallery .col-1:last-child:not(:first-child) {
  float: right;
}

.gallery .col-2 {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .gallery .col-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.gallery .col-2:last-child:not(:first-child) {
  float: right;
}

.gallery .col-3 {
  width: 33.33333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .gallery .col-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.gallery .col-3:last-child:not(:first-child) {
  float: right;
}

.gallery .col-4 {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .gallery .col-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.gallery .col-4:last-child:not(:first-child) {
  float: right;
}

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

.gallery .gallery-item .gallery-icon {
  padding: 0.9375rem;
  text-align: center;
}

.gallery .gallery-item .gallery-caption {
  font-style: italic;
}

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

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

.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11111%;
}

/* ## Comments ===== */
.comment-list {
  margin-left: 0;
  list-style-type: none;
}

.comment-list .children {
  list-style-type: none;
}

/* ## Image Alignment ===== */
.alignnone {
  margin: 20px 20px 20px 0;
}

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

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

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

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

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

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

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

.bypostauthor {
  visibility: inherit;
}

img.alignnone,
img.alignright,
img.alignleft,
img.aligncenter {
  max-width: 100%;
  height: auto;
}

.sticky {
  visibility: inherit;
}

.wp-caption {
  background: #fff;
  max-width: 96%;
  padding: 20px;
  text-align: center;
}

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

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

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

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

.wp-caption p.wp-caption-text {
  font-size: 85%;
  margin: 0;
  padding: 0 20px;
}

figcaption {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  color: #cacaca;
}

/* ## Admin Bar ===== */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.button {
  border-radius: 0.75rem;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0.625rem 0.9375rem 0.625rem 0.75rem;
}

.button:hover {
  background: transparent;
  color: #086688;
}

.button .icon-email {
  font-size: 1.125rem;
}

.button-dark {
  color: #086688;
  border-color: rgba(8, 102, 136, 0.3);
}

.button-newsletter {
  display: block !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #086688 !important;
  border-radius: 0.75rem !important;
  background-color: #ffffff !important;
  font-family: 'Oswald', san-serif !important;
  font-weight: normal !important;
  font-size: 0.9375rem !important;
  padding: 0.5rem 0.3125rem 0.625rem !important;
  text-transform: none;
  color: #086688 !important;
  margin-bottom: 1rem !important;
}

.button-newsletter:hover {
  color: #086688;
}

.button-curl {
  padding: 0 0.625rem 0 0;
  height: 1.5625rem;
  min-width: 7.625rem;
  background: url(../images/button-curl.png) center center no-repeat;
  line-height: 1.375rem;
  border-radius: 0;
  font-size: 0.75rem;
}

.button-curl:hover {
  color: #ffffff;
  background: url(../images/button-curl.png) center center no-repeat;
}

.search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search-form label {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

input.search-field {
  margin: 0;
  padding: 0 0.3125rem;
  height: 1.5rem;
  font-size: 0.6875rem;
}

input.search-submit {
  text-indent: -1000em;
  background: #c8c9cb url(../images/icon-search.png) center center no-repeat;
  margin: 0 0 0 0.3125rem;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex: 0 1 1.5rem;
  flex: 0 1 1.5rem;
}

/* # Layout Structure ===== */
#main>.wrap {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media only screen {
  .layout-1c #main #content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

@media only screen and (min-width: 40em) {
  .layout-1c #main #content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 40em) {
  .layout-1c #main #content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .layout-1c #main #content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .layout-1c #main #content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .layout-1c #main #content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .layout-1c #main #content {
    padding: 0 !important;
  }
}

@media only screen {

  .layout-1c #main #sidebar-primary,
  .layout-1c #main #sidebar-subsidiary,
  .layout-1c #main #sidebar-poster,
  .layout-1c #main #sidebar-shoppingcart {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

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

  .layout-1c #main #sidebar-primary,
  .layout-1c #main #sidebar-subsidiary,
  .layout-1c #main #sidebar-poster,
  .layout-1c #main #sidebar-shoppingcart {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

  .layout-1c #main #sidebar-primary,
  .layout-1c #main #sidebar-subsidiary,
  .layout-1c #main #sidebar-poster,
  .layout-1c #main #sidebar-shoppingcart {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

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

  .layout-1c #main #sidebar-primary,
  .layout-1c #main #sidebar-subsidiary,
  .layout-1c #main #sidebar-poster,
  .layout-1c #main #sidebar-shoppingcart {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

  .layout-1c #main #sidebar-primary,
  .layout-1c #main #sidebar-subsidiary,
  .layout-1c #main #sidebar-poster,
  .layout-1c #main #sidebar-shoppingcart {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

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

  .layout-1c #main #sidebar-primary,
  .layout-1c #main #sidebar-subsidiary,
  .layout-1c #main #sidebar-poster,
  .layout-1c #main #sidebar-shoppingcart {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen {
  .layout-2c-l #main #content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

@media only screen and (min-width: 40em) {
  .layout-2c-l #main #content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 40em) {
  .layout-2c-l #main #content {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .layout-2c-l #main #content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .layout-2c-l #main #content {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .layout-2c-l #main #content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen {

  .layout-2c-l #main #sidebar-primary,
  .layout-2c-l #main #sidebar-subsidiary,
  .layout-2c-l #main #sidebar-poster,
  .layout-2c-l #main #sidebar-shoppingcart {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

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

  .layout-2c-l #main #sidebar-primary,
  .layout-2c-l #main #sidebar-subsidiary,
  .layout-2c-l #main #sidebar-poster,
  .layout-2c-l #main #sidebar-shoppingcart {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

  .layout-2c-l #main #sidebar-primary,
  .layout-2c-l #main #sidebar-subsidiary,
  .layout-2c-l #main #sidebar-poster,
  .layout-2c-l #main #sidebar-shoppingcart {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 33.33333%;
  }
}

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

  .layout-2c-l #main #sidebar-primary,
  .layout-2c-l #main #sidebar-subsidiary,
  .layout-2c-l #main #sidebar-poster,
  .layout-2c-l #main #sidebar-shoppingcart {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

  .layout-2c-l #main #sidebar-primary,
  .layout-2c-l #main #sidebar-subsidiary,
  .layout-2c-l #main #sidebar-poster,
  .layout-2c-l #main #sidebar-shoppingcart {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 33.33333%;
  }
}

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

  .layout-2c-l #main #sidebar-primary,
  .layout-2c-l #main #sidebar-subsidiary,
  .layout-2c-l #main #sidebar-poster,
  .layout-2c-l #main #sidebar-shoppingcart {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen {
  .layout-2c-r #main #content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

@media only screen and (min-width: 40em) {
  .layout-2c-r #main #content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 40em) {
  .layout-2c-r #main #content {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .layout-2c-r #main #content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .layout-2c-r #main #content {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .layout-2c-r #main #content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen {

  .layout-2c-r #main #sidebar-primary,
  .layout-2c-r #main #sidebar-subsidiary,
  .layout-2c-r #main #sidebar-poster,
  .layout-2c-r #main #sidebar-shoppingcart {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

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

  .layout-2c-r #main #sidebar-primary,
  .layout-2c-r #main #sidebar-subsidiary,
  .layout-2c-r #main #sidebar-poster,
  .layout-2c-r #main #sidebar-shoppingcart {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

  .layout-2c-r #main #sidebar-primary,
  .layout-2c-r #main #sidebar-subsidiary,
  .layout-2c-r #main #sidebar-poster,
  .layout-2c-r #main #sidebar-shoppingcart {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 33.33333%;
  }
}

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

  .layout-2c-r #main #sidebar-primary,
  .layout-2c-r #main #sidebar-subsidiary,
  .layout-2c-r #main #sidebar-poster,
  .layout-2c-r #main #sidebar-shoppingcart {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

  .layout-2c-r #main #sidebar-primary,
  .layout-2c-r #main #sidebar-subsidiary,
  .layout-2c-r #main #sidebar-poster,
  .layout-2c-r #main #sidebar-shoppingcart {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 33.33333%;
  }
}

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

  .layout-2c-r #main #sidebar-primary,
  .layout-2c-r #main #sidebar-subsidiary,
  .layout-2c-r #main #sidebar-poster,
  .layout-2c-r #main #sidebar-shoppingcart {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen {

  #sidebar-subsidiary,
  #footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

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

  #sidebar-subsidiary,
  #footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

  #sidebar-subsidiary,
  #footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

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

  #sidebar-subsidiary,
  #footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

  #sidebar-subsidiary,
  #footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

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

  #sidebar-subsidiary,
  #footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* # Header ===== */
.no-js [data-responsive-toggle] {
  display: none;
}

.offcanvas-navigation .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .offcanvas-navigation .top-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* border-bottom: 5px solid #06aed5; */
  }
}

.popup-navigation .off-canvas-menu {
  -ms-transform: none;
  transform: none;
  opacity: 0;
  width: 100vw;
  height: 0;
  transition: opacity 0.25s ease-in-out;
}

.popup-active {
  height: 100vh;
  overflow: hidden;
}

.popup-active .off-canvas-menu {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.9;
  transition: opacity 0.25s ease-in-out;
  overflow: auto;
  -ms-transform: none;
  transform: none;
}

@media screen and (min-width: 40em) {
  header>.wrap {
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
  }
}

.top-bar {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 64em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

#branding {
  display: block;
}

@media screen and (min-width: 64em) {
  #branding {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1513px) {
  .top-bar-title {
    width: 9%;
  }
}

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

#site-title {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 64em) {
  #site-title {
    margin-bottom: 0;
  }
}

#site-title a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 100%;
  background: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 64em) {
  #site-title a {
    max-width: 255px;
  }
}

li.name {
  display: block;
}

@media screen and (min-width: 64em) {
  li.name {
    display: -ms-flexbox;
    display: flex;
  }
}

li.description {
  display: none;
}

/* .title-bar-title a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  background: url(../images/logo-mobile.png) center center no-repeat;
  background-size: contain;
} */

.menu-primary {
  display: none;
}

@media screen and (min-width: 40em) {
  .menu-primary {
    display: flex;
    z-index: 10;
  }
}

.menu-account {
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  margin-top: 1.25rem;
}

.menu-account a {
  color: #939598;
  text-decoration: none;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  line-height: 1.125rem !important;
}

.menu-account .account a:after,
.menu-account .cart a:after {
  margin-left: 0.3125rem;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 14px;
  color: #767676;
}

.menu-account .account a:after {
  content: '\f007';

}

.menu-account .cart a:after {
  content: '\f07a';
}


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

.top-bar-left {
  text-align: center;
}

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

.top-bar-section .phone-number {
  color: #06aed5;
  font-size: 1.75rem;
  margin-bottom: 0;
  line-height: 1.1;
}

.top-bar-section .free-shipping {
  font-family: 'Oswald', sans-serif;
  font-size: 0.875rem;
  color: #ea212d;
  margin-bottom: 0;
}

.top-bar-section .search-form {
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 64em) {
  .top-bar-section .search-form {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.top-bar-section .search-form label {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.top-bar-section .search-field {
  margin: 0;
  padding: 0 0.625rem;
  height: 30px;
  width: 100%;
  font-size: 0.6875rem;
}

.top-bar-section .search-submit {
  height: 30px;
  margin: 0;
  flex: 0 1 30px;
}

.top-bar-section .guarantee {
  font-family: 'Oswald', sans-serif;
  font-size: 0.875rem;
  color: #ea212d;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .top-bar-section .guarantee {
    text-align: right;
  }
}

.menu-primary {
  font-size: 0.875rem;
  font-weight: 900;
}

.menu-primary .submenu {
  background: #06aed5;
  font-size: 0.875rem;
  font-weight: 900;
}

.menu-primary .submenu a:hover {
  background: #058BAA;
}

.menu-primary a {
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 0.75rem !important;
}

.menu-primary a:hover {
  background: #058BAA;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  content: none;
}

@media screen and (max-width: 63.9375em) {
  .title-bar {
    padding: 0;
    border-bottom: 2px solid #CCCC;
  }

  .title-bar .menu-icon {
    margin-left: 15px;
  }

  .title-bar .title-bar-title {
    flex-grow: 0.6;
    background-color: #fff;
    padding: 0.125rem;
  }

  .title-bar .title-bar-title a img {
    height: 50px;
  }

  .title-bar .account,
  li.cart {
    font-weight: 600;
  }
.title-bar .account a {
    position: absolute;
    left: 55px;
    top: 17px;  
    width:30px;
    height:30px;
    z-index:40;
}
  .title-bar .account::after {
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    font-variant: normal !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 20px;
    color: #767676;
    position: absolute;
    left: 60px;
    top: 17px;
  }
  .title-bar .cart a {
    position: absolute;
    left: 85px;
    top: 17px;  
    width:30px;
    height:30px;
    z-index:40;
}
  .title-bar .cart::after {
    content: '\f07a';
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    font-variant: normal !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 20px;
    color: #767676;
    position: absolute;
    left: 90px;
    top: 17px
  }
}
@media screen and (max-width: 480px) {
.title-bar .title-bar-title {
  flex-grow: 0.2;
  background-color: #fff;
  padding: 0.125rem;
}
}

@media screen and (max-width: 63.9375em) {
  .menu-account {
    margin-top: 0.125rem;
  }
}

.top-bar-mobile .phone-number {
  color: #06aed5;
  font-size: 1.25rem;
  margin-bottom: 0;
  line-height: 23px;
  font-weight: 600;
  float: left;
  margin-left: 0.625rem;
}

.top-bar-mobile .free-shipping,
.top-bar-mobile .guarantee {
  font-family: 'Oswald', sans-serif;
  font-size: 0.875rem;
  color: #ea212d;
  margin-bottom: 0;
  float: right;
  margin: 0 0.625rem 0 0;
}

/* # Mobile Menu ===== */
body>#container {
  background-color: #0a0a0a;
}

.off-canvas {
  background-color: transparent;
}

.off-canvas-menu a {
  text-decoration: none;
  border-bottom: 1px solid #333;
}

.off-canvas-menu .nested {
  margin-left: 0;
}

.off-canvas-menu .nested a {
  padding-left: 2rem;
  border-bottom: 1px solid #222;
}

/* # Posts ===== */
#main>.wrap {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.home #main>.wrap {
  padding-top: 0.375rem;
  padding-bottom: 0;
}

.entry-content h3 {
  color: #ea212d;
  text-transform: uppercase;
}

/* ## Post Header ===== */
.entry-title {
  color: #086688;
}

.entry-title a {
  text-decoration: none;
}

.entry-byline {
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
}

.entry-byline time {
  font-weight: bold;
}

.entry-byline a {
  font-weight: bold;
  color: #504d4e;
  text-decoration: none;
}


.entry-summary {
  margin-bottom:50px;
}

/* ## Post Footer ===== */
.entry-footer {
  padding: 0.625rem 0;
  margin: 1.25rem 0;
  color: #cacaca;
  font-size: 0.75rem;
}

.loop-nav .prev,
.loop-nav .next {
  float: left;
}

.loop-nav .prev span,
.loop-nav .next span {
  display: block;
  font-size: 0.75rem;
  color: #cacaca;
}

.loop-nav .prev {
  width: 50%;
}

.loop-nav .next {
  width: 100%;
}

.loop-nav .prev+.next {
  width: 50%;
}

.loop-nav .next {
  text-align: right;
}

/* # Archive ===== */
.archive-title {
  margin-bottom: 0;
  line-height: 1;
  color: #086688;
}

.archive-description {
  margin-bottom: 1rem;
  font-weight: 600;
}

.archive-description p {
  margin-bottom: 0;
}

.blog article {
  margin-bottom: 3.75rem;
}

.blog article img {
  float: right;
  margin-left: 1.25rem;
}

.blog article .thumbnail {
  box-shadow: none;
}

.read-more {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li label,
.gform_wrapper li.gf_list_inline ul.gfield_radio li label {
  vertical-align: initial;
  margin-top: 2px;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox input[type="checkbox"] {
  vertical-align: initial;
}

.gform_wrapper li.gf_list_inline #input_7_7 li {
  min-width: 200px;
}

.gform_wrapper li.gf_list_inline #input_7_5 li {
  min-width: 50px;
}

/* # Sidebars and Widgets ===== */
.widget-title,
.widgettitle {
  font-size: 1rem;
  color: #086688;
  margin-bottom: 5px;
}

.widget {
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
/*  padding-bottom: 0.3125rem;
  border-bottom: 2px solid #e6e7e7;  */
}

.widget:last-child {
  border-bottom: none;
}

.widget.no-border {
  border-bottom: none;
  margin-bottom: 0;
}

.widget a {
  text-decoration: none;
}

.widget p,
.widget ul,
.widget ol,
.widget dl {
  font-size: 0.875rem;
}

.widget ul,
.widget ol,
.widget dl {
  list-style-type: none;
  margin-left: 0;
}

/* ## Specific Widgets === */
.widget_search {
  padding-bottom: 1.25rem;
}

.widget_search .widget-title {
  margin-bottom: 0.9375rem;
  padding: 0.625rem 0;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  background-color: #06aed5;
  border-radius: 0.5rem;
  text-transform: uppercase;
  border: 3px solid #facb6a;
}

.widget_calendar caption {
  text-align: right;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 900;
}

.widget_calendar table {
  border: none;
  margin-bottom: 0;
}

.widget_calendar table thead {
  background: none;
  border: none;
}

.widget_calendar table thead th {
  border: none;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 900;
}

.widget_calendar table tbody {
  border: none;
}

.widget_calendar table tbody tr {
  background: none;
}

.widget_calendar table tbody td {
  border: 2px solid #ffffff;
  text-align: center;
  background: #e0e0e0;
  font-size: 0.8125rem;
  padding: 0.25rem;
}

.widget_calendar table tbody td.pad {
  background: transparent;
}

.widget_calendar table tfoot {
  border: none;
  background: none;
  font-size: 0.875rem;
}

.widget_calendar table tfoot td {
  padding: 0.3125rem;
}

.widget_sp_image {
  padding-bottom: 1.25rem;
}

.widget_sp_image img {
  width: 100%;
  height: auto;
}

/* # Footer ===== */
.footer .clients {
  border-top: 10px solid #f2f2f2;
  max-width: 64rem;
  margin: 0 auto;
  padding: 1.875rem 0.625rem;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .footer .clients {
    padding: 1.875rem 1.25rem;
  }
}

.footer .clients h2 {
  display: block;
  text-align: center;
  color: #086688;
}

@media screen and (min-width: 64em) {
  .footer .clients h2 {
    display: inline-block;
    line-height: 3.75rem;
    margin-right: 0.75rem;
  }
}

.footer .clients img {
  display: block;
  margin: 0.625rem auto;
}

@media screen and (min-width: 40em) {
  .footer .clients img {
    display: inline-block;
    margin: 0.625rem;
  }

  .footer .clients img:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 64em) {
  .footer .clients img {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footer .sidebar-footer {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #f2f2f2;
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}

.footer .sidebar-footer h3 {
  color: #086688;
}

.footer .widget {
  border: none;
  margin: 0;
  padding: 0;
}

.footer .menu-secondary ul {
  list-style-type: none;
  margin: 0;
}

.footer .menu-secondary a {
  font-weight: bold;
}

.footer .testimonials blockquote {
  padding: 0;
  border-left: none;
  font-style: italic;
  color: #504d4e;
  line-height: 1.2;
}

.footer .testimonials a {
  text-transform: uppercase;
  font-size: 0.875rem;
}

.footer .contact-us p {
  font-weight: bold;
}

.footer .contact-us h5 {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0;
}

.footer .contact-us ul {
  list-style-type: none;
  line-height: 1.2;
  margin: 0;
  font-size: 0.875rem;
}

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

.footer .social a {
  color: #504d4e;
  font-weight: bold;
  text-decoration: none;
}

.footer .social .fa {
  color: #ffffff;
  border-radius: 1000px;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.3125rem;
}

.footer .social .fa-facebook {
  background-color: #3b5999;
}

.footer .social .fa-linkedin {
  background-color: #007eb1;
}

.footer .social .fa-twitter {
  background-color: #00acee;
}

.footer .social .fa-youtube {
  background-color: #cb332d;
}

#footer {
  padding: 13px 0 0 0;
  color: #504d4e;
  border-top: 5px solid #06aed5;
  margin-top: 15px;
}

#footer li {
  padding: 0;
}

#footer .row {
  max-width: 1360px;
}

#footer .footer-logo {
  margin-bottom: 15px;
}

#footer .social {
  display: flex;
  justify-content: space-between;
  max-width: 130px;
}

#footer .social li {
  font-size: 24px;
}

#footer .social li a {
  color: #767676;

}

#footer .testimonials-list,
#footer .testimonials .widget {
  border: none;
  margin: 0;
  padding: 0;
}

#footer .testimonials-list blockquote {
  color: #504d4e;
  border: none;
  margin: 0;
  padding: 0;
}

#footer .testimonials a {
  color: #06aed5;
}

.btn-phone {
  padding-left: 5px;
  text-decoration: none;
  padding-bottom: 15px;
  display: inline-block;
}

#footer h3 {
  font-size: 18px;
  color: #06aed5;
}

#footer .contact-us .button {
  padding: 5px 30px !important;
  border-radius: 0% !important;
  color: #767676 !important;
  border-color: #767676 !important;
  border-width: 2px !important;
  background: none !important;
  border-style: solid !important;
  margin-bottom: 0 0 1rem 0 !important;
}


.header-top {
  display: flex;
  background-color: #ededed;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  border-bottom: 1px solid #cecece;
}

.header-top a {
  color: #504d4e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
}

.header-top .social {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 0;
  max-width: 120px;
}

.header-top .social li {
  font-size: 15px;
  padding-right: 15px;
}

.header-top .social li a {
  color: #767676;
}

.header-top .menu-account {
  width: auto;
  margin-top: 0;
  padding-right: 3px;
}

.header-top .btn-phone {
  text-decoration: none;
  padding-left: 5px;
  padding-bottom: 0;
  font-weight: 700;
}

.top-bar-title,
.top-bar-section {
  width: 9%;
}


@media screen and (max-width: 1023px) {

  .header-top,
  .top-bar {
    display: none !important;
  }

  .title-bar {
    display: flex !important;
    flex: 1 1 auto !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .show-for-small-only {
    display: block !important;
    position: absolute;
    right: 0;
    margin-top:0;
  }

  .show-for-small-only .phone-number {    
    font-size: 19px;
    
  }

  .show-for-small-only .phone-number::before {
    content: "";
    position: absolute;
    height: 1em;
    width: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cpath fill='%23767676' d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px;
    left: -15px;
    color: #767676;
  }

  .show-for-small-only .guarantee {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  #footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  #footer .contact-us {
    margin-top: 15px;
  }

  #footer .contact-us .button {
    display: block;
    width: 160px;
  }
}




#footer a {
  color: #504d4e;
}

#footer ul {
  list-style-type: none;
  margin-left: 0;
}

#footer>.wrap {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#footer .logos {
  text-align: center;
  margin: 0.625rem 0 1.25rem;
}

#footer .logos img {
  margin: 0 0.625rem;
}

#footer .credit,
#footer .trademark {
  display: inline-block;
  font-size: 0.8125rem;
}

#footer .menu-subsidiary {
  display: inline;
  font-size: 0.8125rem;
}

#footer .menu-subsidiary ul,
#footer .menu-subsidiary li {
  display: inline-block;
}

#footer .menu-subsidiary li {
  margin-right: 0.625rem;
}

.home .hero {
  margin-bottom: 0.375rem;
}

.home .hero .primary {
  padding: 0;
}

@media screen and (min-width: 64em) {
  .home .hero .primary {
    padding-left: 0;
    padding-right: 0.1875rem;
  }
}

.home .hero .primary .ls-container .ls-nav-prev,
.home .hero .primary .ls-container .ls-nav-next {
  background-image: url(../images/ls_skin_rev.png);
}

.home .hero .primary .inner {
  height: 100%;
}

.home .hero .primary .primary-cta {
  margin-top: 0.1875rem;
  background-color: #086688;
  text-align: center;
}

.home .hero .secondary {
  margin-top: 0.1875rem;
  padding: 0;
}

@media screen and (min-width: 64em) {
  .home .hero .secondary {
    margin-top: 0;
    padding-left: 0.1875rem;
    padding-right: 0;
  }
}

.home .hero .secondary .inner {
  height: 100%;
}

.home .hero .secondary .secondary-cta {
  margin-top: 0.1875rem;
  background-color: #086688;
  text-align: center;
}

.home .hero .secondary .start-here {
  background-color: #086688;
  color: #ffffff;
  padding: 1.5625rem;
}

@media screen and (min-width: 64em) {
  .home .hero .secondary .start-here {
    height: 23.75rem;
  }
}

.home .hero .secondary .start-here h1 {
  color: #ffae00;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
}

.home .hero .secondary .start-here h1 .line-two {
  display: block;
  font-size: 1.25rem;
}

.home .hero .secondary .start-here h1 .line-three {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}

.home .hero .secondary .start-here .reasons {
  color: #facb6a;
  font-family: Oswald, sans-serif;
  font-size: 0.9375rem;
}

@media screen and (min-width: 64em) {
  .home .hero .secondary .start-here .reasons {
    margin-bottom: 0.3125rem;
  }
}

.home .hero .secondary .start-here .seal {
  float: right;
}

.home .hero .secondary .start-here-cta {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
  padding-right: 1.875rem;
  background: url(../images/arrow-down-white.svg) right center no-repeat;
}

.home .hero .secondary .selector {
  border: 2px solid #ffae00;
  border-radius: 12px;
  padding: 0.3125rem 0.625rem 0.625rem;
}

.home .hero .secondary .selector h5 {
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 0.3125rem;
}

.home .hero .secondary .selector .dropdown-pane {
  list-style-type: none;
  padding: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.home .hero .secondary .selector .dropdown-pane a {
  display: block;
  padding: 0.1875rem 0.625rem;
  text-decoration: none;
}

.home .hero .secondary .selector .dropdown-pane a:focus {
  outline: none;
}

.home .hero .secondary .selector .dropdown-pane a:hover {
  background-color: #f2f2f2;
}

.home .hero .secondary .state-selector {
  background: #ea212d;
  margin-bottom: 0.625rem;
}

.home .hero .secondary .state-selector button {
  background-image: url(../images/arrow-down-red.svg);
}

.home .hero .secondary .country-selector {
  background: #06aed5;
}

.home .hero .secondary .country-selector button {
  background-image: url(../images/arrow-down-blue.svg);
}

.home .hero .secondary button {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0.3125rem;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 0.5rem;
}

.home .hero .secondary button:hover {
  color: #ffffff;
}

.home .learn-more {
  margin-bottom: 0.375rem;
}

.home .learn-more h2 {
  text-transform: uppercase;
}

.home .learn-more .columns {
  color: #ffffff;
}

.home .learn-more .columns a {
  display: block;
  width: 100%;
  height: 100%;
}

.home .learn-more .columns img {
  width: 100%;
  height: auto;
}

.home .stay-in-compliance {
  background: #f2f2f2;
  padding-top: 1.875rem;
  padding-bottom: 0.3125rem;
}

.home .stay-in-compliance h2 {
  color: #086688;
}

.home .stay-in-compliance .updates article {
  margin-bottom: 0.3125rem;
}

.home .stay-in-compliance .updates .entry-date {
  display: block;
  font-weight: bold;
}

.home .stay-in-compliance .updates .entry-title {
  display: block;
  text-decoration: underline;
}

.home .stay-in-compliance .updates .read-more {
  text-align: right;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 40em) {
  .home .stay-in-compliance .updates article {
    display: -ms-flexbox;
    display: flex;
  }

  .home .stay-in-compliance .updates .entry-date {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-weight: bold;
  }

  .home .stay-in-compliance .updates .entry-title {
    -ms-flex: 3 1 0px;
    flex: 3 1 0;
  }
}

@media screen and (min-width: 64em) {
  .home .stay-in-compliance .updates .entry-date {
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }

  .home .stay-in-compliance .updates .entry-title {
    -ms-flex: 4 1 80%;
    flex: 4 1 80%;
  }
}

/* # Comments ===== */
#comments {
  margin-top: 2.5rem;
}

#comments-template .comments-closed {
  display: none;
}

/* ## Individual Comments ===== */
li.comment,
li.ping,
li.bypostauthor {
  margin: 0.75rem 0 0.625rem 0;
}

li.comment article,
li.ping article,
li.bypostauthor article {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #cacaca;
  display: -ms-flexbox;
  display: flex;
}

.comment-header {
  margin-bottom: 1.25rem;
}

.comment-header::before,
.comment-header::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.comment-header::after {
  clear: both;
}

/* ## Comment Avatars ===== */
.comment-avatar {
  float: left;
  width: 4.6875rem;
  margin-right: 0.9375rem;
}

/* ## Comment Meta===== */
.comment-meta {
  float: left;
  padding-top: 0.3125rem;
}

.comment-meta cite {
  display: block;
  font-style: normal;
  font-weight: bold;
}

.bypostauthor .comment-meta cite,
.bypostauthor .comment-meta cite a {
  color: #ffae00;
}

.comment-meta time,
.comment-meta .comment-permalink,
.comment-meta .comment-edit-link {
  font-size: 0.75rem;
  color: #cacaca;
}

.ping .comment-meta {
  float: none;
}

/* ## Comment Content ===== */
.comment-content {
  padding-left: 0.75rem;
}

/* ## Comment Reply ===== */
.comment-reply-link {
  margin-top: 0.25rem;
  margin-bottom: 0;
  text-align: right;
  font-size: 0.75rem;
  color: #06aed5;
  margin-left: 0.75rem;
}

/* ## Comment Form ===== */
/* # Archives ===== */
.blog .pagination .page-numbers {
  display: inline-block;
}

/* # Testimonials ===== */
.page-template-template-testimonials #testimonials-wrap {
  margin-top: 10px;
}

.page-template-template-testimonials .testimonial-text {
  padding: 15px;
  margin-bottom: 10px;
  color: #777;
  background: #fff;
  font-style: italic;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.page-template-template-testimonials .testimonial-arrow {
  display: block;
  position: relative;
  top: -11px;
  margin-bottom: -11px;
  margin-left: 15px;
  height: 10px;
  background: url(../images/testimonial-arrow.png) no-repeat;
}

.page-template-template-testimonials .testimonial-author {
  padding-bottom: 10px;
  position: relative;
}

.page-template-template-testimonials .testimonial-author p {
  font-size: 0.8em;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-left: 10px;
}

.poster-select {
  margin-top: 0.1875rem;
  padding: 0;
}

@media screen and (min-width: 64em) {
  .poster-select {
    margin-top: 0;
    padding-left: 0.1875rem;
    padding-right: 0;
  }
}

.poster-select .start-here {
  background-color: #086688;
  color: #ffffff;
  padding: 1.5625rem 1.5625rem 0.625rem 1.5625rem;
  margin-bottom: 1.5625rem;
}

.poster-select .start-here h1 {
  color: #ffae00;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
}

.poster-select .start-here h1 .line-two {
  display: block;
  font-size: 1.25rem;
}

.poster-select .start-here h1 .line-three {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}

.poster-select .start-here .reasons {
  color: #facb6a;
  font-family: Oswald, sans-serif;
  font-size: 0.9375rem;
}

@media screen and (min-width: 64em) {
  .poster-select .start-here .reasons {
    margin-bottom: 0.3125rem;
  }
}

.poster-select .start-here .seal {
  float: right;
}

.poster-select .start-here-additional,
.poster-select .start-here-cta,
.poster-select .start-here-cta.alt {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
  padding-right: 1.875rem;
}

.poster-select .start-here-additional {
  margin-top: 1.25rem;
  line-height: 1;
}

.poster-select .start-here-cta {
  background: url(../images/arrow-down-white.svg) right center no-repeat;
}

.poster-select .start-here-cta.alt {
  color: #ffae00;
  background: url(../images/arrow-down-orange.svg) right center no-repeat;
}

.poster-select .selector {
  border: 2px solid #ffae00;
  border-radius: 12px;
  padding: 0.3125rem 0.625rem 0.625rem;
}

.poster-select .selector h5 {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 900;
  margin-bottom: 0.3125rem;
}

.poster-select .selector .dropdown-pane {
  list-style-type: none;
  padding: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.poster-select .selector .dropdown-pane a {
  display: block;
  padding: 0.1875rem 0.625rem;
  text-decoration: none;
}

.poster-select .selector .dropdown-pane a:focus {
  outline: none;
}

.poster-select .selector .dropdown-pane a:hover {
  background-color: #f2f2f2;
}

.poster-select .state-selector,
.poster-select .industry-selector {
  background: #ea212d;
  margin-bottom: 0.625rem;
}

.poster-select .state-selector button,
.poster-select .industry-selector button {
  background-image: url(../images/arrow-down-red.svg) !important;
}

.poster-select .country-selector {
  background: #06aed5;
}

.poster-select .country-selector button {
  background-image: url(../images/arrow-down-blue.svg) !important;
}

.poster-select button {
  display: block;
  text-align: left !important;
  text-transform: none;
  width: 100%;
  margin: 0;
  padding: 0.3125rem !important;
  background-color: #ffffff !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  border-radius: 0.5rem !important;
}

.poster-select button:hover {
  color: #ffffff;
}

.poster-select button.chosen {
  color: #0a0a0a !important;
}

.poster-select .poster-select-submit {
  display: inline-block;
  background: #ffae00;
  padding: 0.1875rem 0.9375rem 0.3125rem 0.9375rem;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.5rem;
  border: 2px solid #fedd1e;
  margin: 0.3125rem auto 0 auto;
}

body.woocommerce div.product form.cart {
  margin-bottom: 0;
}

body.woocommerce div.product form.cart .variations {
  border: none;
}

body.woocommerce div.product form.cart .variations tbody {
  border: none;
}

body.woocommerce div.product form.cart .variations .label {
  background: none;
}

body.woocommerce div.product form.cart .variations .label label {
  line-height: 2.6875rem;
}

body.woocommerce div.product form.cart .variations .value select {
  margin-bottom: 0;
}

body.woocommerce div.product form.cart .variations .reset_variations[style="visibility: hidden;"],
body.woocommerce div.product form.cart .variations .reset_variations[style="visibility: hidden; display: inline;"] {
  display: none !important;
}

body.woocommerce .additional-posters-law {
  clear: both;
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598;
  margin-bottom: 1.875rem;
  padding: 0.625rem 5.625rem 0 0;
  background: url(../images/red-arrow-circle.png) right center no-repeat;
}

.wc-tabs {
  display: none;
}

.posted_in {
  margin-right: 0.625rem;
}

body.woocommerce .cart-collaterals .cart_totals,
body.woocommerce-page .cart-collaterals .cart_totals {
  width: 40%;
}

body.woocommerce .cart-collaterals .cross-sells,
body.woocommerce-page .cart-collaterals .cross-sells {
  clear: both;
  width: 100% !important;
  float: none !important;
}

body.woocommerce .cart-collaterals .cross-sells h2,
body.woocommerce-page .cart-collaterals .cross-sells h2 {
  font-size: 1.25rem;
  color: #086688;
}

body.woocommerce .cart-collaterals .cross-sells h3,
body.woocommerce-page .cart-collaterals .cross-sells h3 {
  color: #06aed5;
  text-transform: none;
}

body.woocommerce .cart-collaterals .cross-sells ul.products,
body.woocommerce-page .cart-collaterals .cross-sells ul.products {
  padding: 0 2.875rem;
}

body.woocommerce .cart-collaterals .cross-sells li,
body.woocommerce-page .cart-collaterals .cross-sells li {
  clear: none !important;
  margin: 0 !important;
  padding: 0.625rem;
}

body.woocommerce .cart-collaterals .slick-arrow,
body.woocommerce-page .cart-collaterals .slick-arrow {
  width: 2rem;
  height: 2rem;
}

body.woocommerce .cart-collaterals .slick-arrow:before,
body.woocommerce-page .cart-collaterals .slick-arrow:before {
  font-size: 2rem;
}

body.woocommerce .cart-collaterals .slick-prev,
body.woocommerce-page .cart-collaterals .slick-prev {
  left: 0;
}

body.woocommerce .cart-collaterals .slick-next,
body.woocommerce-page .cart-collaterals .slick-next {
  right: 0;
}

body.woocommerce #content input.button,
body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce-page #content input.button,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button {
  background: #06aed5;
  color: #ffffff;
  text-shadow: transparent;
  border-color: #06aed5;
}

body.woocommerce #content input.button:disabled,
body.woocommerce #content input.button:disabled[disabled],
body.woocommerce #respond input#submit:disabled,
body.woocommerce #respond input#submit:disabled[disabled],
body.woocommerce a.button:disabled,
body.woocommerce a.button:disabled[disabled],
body.woocommerce button.button:disabled,
body.woocommerce button.button:disabled[disabled],
body.woocommerce input.button:disabled,
body.woocommerce input.button:disabled[disabled],
body.woocommerce-page #content input.button:disabled,
body.woocommerce-page #content input.button:disabled[disabled],
body.woocommerce-page #respond input#submit:disabled,
body.woocommerce-page #respond input#submit:disabled[disabled],
body.woocommerce-page a.button:disabled,
body.woocommerce-page a.button:disabled[disabled],
body.woocommerce-page button.button:disabled,
body.woocommerce-page button.button:disabled[disabled],
body.woocommerce-page input.button:disabled,
body.woocommerce-page input.button:disabled[disabled] {
  color: #086688;
}

body.woocommerce #content input.button:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce-page #content input.button:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page input.button:hover {
  background: #06aed5;
  color: #ffffff;
  text-shadow: transparent;
  border-color: #06aed5;
}

body.woocommerce #content input.button.alt,
body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body.woocommerce-page #content input.button.alt,
body.woocommerce-page #respond input#submit.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page button.button.alt,
body.woocommerce-page input.button.alt {
  background: #086688;
  color: #ffffff;
  text-shadow: transparent;
  box-shadow: none;
  border-color: #086688;
}

body.woocommerce #content input.button.alt:hover,
body.woocommerce #respond input#submit.alt:hover,
body.woocommerce a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover,
body.woocommerce-page #content input.button.alt:hover,
body.woocommerce-page #respond input#submit.alt:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page input.button.alt:hover {
  background: #086688;
  color: #ffffff;
  text-shadow: transparent;
  box-shadow: none;
  border-color: #086688;
}

body.woocommerce input.button[name="update_cart"],
body.woocommerce-page input.button[name="update_cart"] {
  background: #086688;
}

body.woocommerce input.button[name="update_cart"]:disabled,
body.woocommerce input.button[name="update_cart"]:disabled[disabled],
body.woocommerce-page input.button[name="update_cart"]:disabled,
body.woocommerce-page input.button[name="update_cart"]:disabled[disabled] {
  color: #ffffff !important;
  background: #086688 !important;
  opacity: 1;
}

body.woocommerce a.checkout-button,
body.woocommerce-page a.checkout-button {
  background: #ea212d !important;
}

body.woocommerce a.keep-shopping-button,
body.woocommerce-page a.keep-shopping-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}

body.woocommerce .add_to_cart_button,
body.woocommerce .single_add_to_cart_button,
body.woocommerce-page .add_to_cart_button,
body.woocommerce-page .single_add_to_cart_button {
  background-color: #ea212d !important;
  opacity: 1 !important;
}

body.woocommerce input#place_order,
body.woocommerce-page input#place_order {
  background: #ea212d;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

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

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

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

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #06aed5;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.slick-prev:before {
  content: "";
}

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

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

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

.slick-next:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

body.elementor-template-full-width #main > .wrap {
  all: unset;
}

div.elementor {
  font-size: 16px;
  line-height: 1.5;
}