@charset "UTF-8";
/*------------------------------------------------------------------------*/
/*  Reset
/*------------------------------------------------------------------------*/
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1,
.section-panorama .text p,
.section-quote .text p,
.section-bottom .text p, h2, h3, .share-buttons .read-more-news, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * HTML5 display-role reset for older browsers
 */
ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1, .section-panorama .text p, .section-quote .text p, .section-bottom .text p {
  font-size: 2em;
  margin: 0; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  margin-top: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*------------------------------------------------------------------------*/
/*  WordPress editor generated classes
/*------------------------------------------------------------------------*/
del, strike {
  text-decoration: line-through; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.entry-content img {
  margin: 0 0 20px 0; }

.alignleft, img.alignleft {
  margin-right: 25px;
  margin-bottom: 25px;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 25px;
  margin-bottom: 25px;
  display: inline;
  float: right; }

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

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  max-width: 100%; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

/*------------------------------------------------------------------------*/
/*  Extras
/*------------------------------------------------------------------------*/
.clear {
  clear: both; }

iframe {
  max-width: 100%; }

button,
input[type=submit] {
  border: none;
  outline-style: none;
  -webkit-font-smoothing: antialiased; }

/*------------------------------------------------------------------------*/
/*  Vendors (3rd party codes, shouldn't be adjusted)
/*------------------------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/theme/ajax-loader.gif") center center no-repeat; }

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

/* 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%;
  -webkit-transform: translate(0, -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 {
  left: -25px; }

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

/* 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: "slick";
        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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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 {
  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; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa, .gform_wrapper .gfield.name .ginput_container:before, .gform_wrapper .gfield.email .ginput_container:before, .gform_wrapper .gfield.phone .ginput_container:before, .gform_wrapper .gfield.url .ginput_container:before, .gform_wrapper .gfield.company .ginput_container:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before, .gform_wrapper .gfield.name .ginput_container:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before, .gform_wrapper .gfield.phone .ginput_container:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before, .gform_wrapper .gfield.url .ginput_container:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before, .gform_wrapper .gfield.email .ginput_container:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before, .gform_wrapper .gfield.company .ginput_container:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*------------------------------------------------------------------------*/
/*  Helpers (variables, mixins, functions and animations used throughout the project)
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*  Variables
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*  Bourbon Neat Breakpoints
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*  Responsive Typgraphy
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*  Mixins
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*  Styling mixins
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*  Functions
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*  Animations
/*------------------------------------------------------------------------*/
body {
  line-height: 1.6;
  font-size: 14px ;
  font-size: 0.875rem ;
  font-weight: 300;
  color: #5D5D5D;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 480px) {
    body {
      font-size: 16px ;
      font-size: 1rem ; } }
  @media screen and (min-width: 860px) {
    body {
      font-size: 18px ;
      font-size: 1.125rem ; } }

.button, .single-support .download-button {
  display: inline-block;
  position: relative;
  padding: 8px 40px 8px 15px;
  margin: 0 0 20px 0;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px ;
  font-size: 0.75rem ;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  outline-style: none;
  border: 0;
  transition: background 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box; }
  @media screen and (min-width: 480px) {
    .button, .single-support .download-button {
      padding: 12px 48px 9px 20px;
      font-size: 13px ;
      font-size: 0.8125rem ; } }
  @media screen and (min-width: 860px) {
    .button, .single-support .download-button {
      padding: 12px 60px 9px 28px;
      font-size: 14px ;
      font-size: 0.875rem ; } }

.tabs > ul li a:before, .button:after, .single-support .button-back:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 10px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  background-image: url("../images/svg-original/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 13px 10px;
  transition: right 0.25s ease; }
  @media screen and (min-width: 480px) {
    .tabs > ul li a:before, .button:after, .single-support .button-back:before {
      width: 15px;
      height: 13px;
      right: 18px;
      margin-top: -7px;
      background-size: 15px 13px; } }
  @media screen and (min-width: 860px) {
    .tabs > ul li a:before, .button:after, .single-support .button-back:before {
      right: 25px;
      margin-top: -7px; } }

.section-panorama .wrap:before, .section-quote .wrap:before, .section-bottom .wrap:before {
  position: relative;
  z-index: 1;
  display: inline-block;
  content: "";
  width: 0;
  vertical-align: middle;
  font-size: 0; }

.section-panorama .text, .section-quote .text, .section-bottom .text {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  width: 98%; }

blockquote:before, .offcanvas-navigation:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg); }

.section-panorama .panorama-image img, .section-intro .intro-image img, .section-quote .quote-image img, .section-product-content .product-panorama img, .section-product-request .request-image img, .section-product-columns .column-image img, .section-bottom .panorama-image img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  max-width: none;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%; }

.section-panorama .decoration, .section-quote .decoration, .section-bottom .decoration, .section-product-request .decoration {
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 0;
  width: auto;
  height: 100%;
  opacity: 0.6;
  max-width: 1000%;
  fill: #04A3E7; }

.section-panorama .decoration, .section-quote .decoration, .section-bottom .decoration {
  left: 40%; }

.section-product-request .decoration {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  right: 40%; }

/*------------------------------------------------------------------------*/
/*  Base (base styles used on all pages)
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*  @font-face
/*------------------------------------------------------------------------*/
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/proximanova_light-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova_light-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanova_light-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova_light-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova_light-webfont.svg#proxima_nova_ltlight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/proximanova_semibold-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova_semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova_semibold-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanova_semibold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova_semibold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova_semibold-webfont.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/proximanova_bold-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova_bold-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanova_bold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova_bold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova_bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: 700;
  font-style: normal; }

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

/*------------------------------------------------------------------------*/
/*  Global
/*------------------------------------------------------------------------*/
body {
  text-align: left; }

.subtitle {
  color: #97A1A6;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px ;
  font-size: 0.75rem ; }
  @media screen and (min-width: 480px) {
    .subtitle {
      font-size: 14px ;
      font-size: 0.875rem ; } }
  @media screen and (min-width: 860px) {
    .subtitle {
      font-size: 16px ;
      font-size: 1rem ; } }
  .invert .subtitle {
    color: #B7193F;
    padding: 4px 8px;
    display: inline-block;
    margin-bottom: 10px;
    background: #FFF; }

/*------------------------------------------------------------------------*/
/*  Headings
/*------------------------------------------------------------------------*/
h1, .section-panorama .text p, .section-quote .text p, .section-bottom .text p,
h2,
h3,
.share-buttons .read-more-news,
h4,
h5 {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif; }
  h1 a, .section-panorama .text p a, .section-quote .text p a, .section-bottom .text p a,
  h2 a,
  h3 a, .share-buttons .read-more-news a,
  h4 a,
  h5 a {
    text-decoration: none; }
  .invert h1, .invert .section-panorama .text p, .section-panorama .text .invert p, .invert .section-quote .text p, .section-quote .text .invert p, .invert .section-bottom .text p, .section-bottom .text .invert p,
  .box.blue h1,
  .box.blue .section-panorama .text p, .section-panorama .text
  .box.blue p,
  .box.blue .section-quote .text p, .section-quote .text
  .box.blue p,
  .box.blue .section-bottom .text p, .section-bottom .text
  .box.blue p, .invert
  h2,
  .box.blue
  h2,
  .invert
  h3,
  .invert .share-buttons .read-more-news,
  .share-buttons .invert .read-more-news,
  .box.blue
  h3,
  .box.blue .share-buttons .read-more-news,
  .share-buttons
  .box.blue .read-more-news, .invert
  h4,
  .box.blue
  h4, .invert
  h5,
  .box.blue
  h5 {
    color: #FFF; }

h1, .section-panorama .text p, .section-quote .text p, .section-bottom .text p {
  color: #B7193F;
  font-weight: 300;
  line-height: 1.2;
  font-size: 24px ;
  font-size: 1.5rem ;
  margin-bottom: 10px; }
  @media screen and (min-width: 480px) {
    h1, .section-panorama .text p, .section-quote .text p, .section-bottom .text p {
      font-size: 36px ;
      font-size: 2.25rem ;
      margin-bottom: 15px; } }
  @media screen and (min-width: 860px) {
    h1, .section-panorama .text p, .section-quote .text p, .section-bottom .text p {
      font-size: 46px ;
      font-size: 2.875rem ;
      margin-bottom: 20px; } }

h2 {
  color: #B7193F;
  font-weight: 300;
  line-height: 1.2;
  font-size: 21px ;
  font-size: 1.3125rem ;
  margin-bottom: 10px; }
  @media screen and (min-width: 480px) {
    h2 {
      font-size: 24px ;
      font-size: 1.5rem ;
      margin-bottom: 15px; } }
  @media screen and (min-width: 860px) {
    h2 {
      font-size: 36px ;
      font-size: 2.25rem ;
      margin-bottom: 20px; } }

h3, .share-buttons .read-more-news {
  color: #3A3A3A;
  font-weight: 300;
  line-height: 1.2;
  font-size: 18px ;
  font-size: 1.125rem ;
  margin-bottom: 10px; }
  @media screen and (min-width: 480px) {
    h3, .share-buttons .read-more-news {
      font-size: 21px ;
      font-size: 1.3125rem ;
      margin-bottom: 15px; } }
  @media screen and (min-width: 860px) {
    h3, .share-buttons .read-more-news {
      font-size: 24px ;
      font-size: 1.5rem ;
      margin-bottom: 20px; } }

h4 {
  color: #3A3A3A;
  font-weight: 300;
  line-height: 1.2;
  font-size: 16px ;
  font-size: 1rem ;
  margin-bottom: 10px; }
  @media screen and (min-width: 480px) {
    h4 {
      font-size: 18px ;
      font-size: 1.125rem ;
      margin-bottom: 10px; } }
  @media screen and (min-width: 860px) {
    h4 {
      font-size: 21px ;
      font-size: 1.3125rem ;
      margin-bottom: 15px; } }

/*------------------------------------------------------------------------*/
/*  Paragraphs
/*------------------------------------------------------------------------*/
p {
  margin-bottom: 20px; }
  .invert p {
    color: #FFF; }
  .box.blue p {
    color: #FFF; }
  p.intro {
    font-size: 16px ;
    font-size: 1rem ;
    color: #97A1A6; }
    @media screen and (min-width: 480px) {
      p.intro {
        font-size: 18px ;
        font-size: 1.125rem ; } }
    @media screen and (min-width: 860px) {
      p.intro {
        font-size: 21px ;
        font-size: 1.3125rem ; } }

blockquote {
  position: relative;
  max-width: 620px;
  margin: 20px auto;
  padding: 20px 20px;
  color: #97A1A6;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-size: 18px ;
  font-size: 1.125rem ; }
  @media screen and (min-width: 480px) {
    blockquote {
      font-size: 21px ;
      font-size: 1.3125rem ;
      padding: 30px 20px;
      margin: 40px auto; } }
  @media screen and (min-width: 860px) {
    blockquote {
      font-size: 24px ;
      font-size: 1.5rem ; } }
  blockquote:before {
    width: 45px;
    background: rgba(4, 163, 231, 0.15);
    left: 40px; }
  blockquote:last-child {
    margin-bottom: 0; }
  blockquote p {
    margin: 0; }
  .box.blue blockquote {
    color: #FFF; }

/*------------------------------------------------------------------------*/
/*  Links
/*------------------------------------------------------------------------*/
a {
  color: #B7193F;
  transition: color 0.25s;
  text-decoration: none;
  font-weight: 600; }
  a:hover, a:focus {
    color: #300711; }
  a:active {
    color: #f3a9bb; }

/*------------------------------------------------------------------------*/
/*  Usefull text classes
/*------------------------------------------------------------------------*/
.screen-reader-text {
  display: none; }

/*------------------------------------------------------------------------*/
/*  Spacer
/*------------------------------------------------------------------------*/
.spacer,
hr {
  height: 1px;
  border-bottom: 2px solid #EFEFEF;
  margin-bottom: 20px;
  clear: both; }

/*------------------------------------------------------------------------*/
/*  Toggle - jQuery
/*------------------------------------------------------------------------*/
.toggle {
  position: relative;
  padding: 10px 38px 10px 12px;
  padding: 20px 38px 20px 20px;
  margin-bottom: 20px;
  color: #FFF;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  border: none;
  background: #04A3E7;
  clear: both;
  cursor: pointer; }
  .toggle:before, .toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    background: #FFF;
    border-radius: 2px; }
  .toggle:before {
    margin-top: -1px;
    right: 14px;
    width: 18px;
    height: 2px; }
  .toggle:after {
    margin-top: -9px;
    right: 22px;
    width: 2px;
    height: 18px; }
  .toggle.active-toggle {
    color: #97A1A6;
    text-decoration: none;
    background: #EFEFEF; }
    .toggle.active-toggle:before {
      background: #97A1A6; }
    .toggle.active-toggle:after {
      display: none; }

.toggle-box {
  padding: 10px 0 20px;
  overflow: hidden;
  clear: both; }

/*------------------------------------------------------------------------*/
/*  Fluid Columns
/*------------------------------------------------------------------------*/
.two-cols {
  width: 48.71795%; }

.three-cols {
  width: 31.62393%; }

.four-cols {
  width: 23.07692%; }

.two-third {
  width: 65.81197%; }

.three-fourth {
  width: 74.35897%; }

.two-cols,
.three-cols,
.four-cols,
.two-third,
.three-fourth {
  position: relative;
  margin-right: 2.5641%;
  float: left;
  margin-bottom: 20px; }
  .two-cols.last,
  .three-cols.last,
  .four-cols.last,
  .two-third.last,
  .three-fourth.last {
    margin-right: 0 !important;
    clear: right; }
  @media screen and (max-width: 640px) {
    .two-cols,
    .three-cols,
    .four-cols,
    .two-third,
    .three-fourth {
      width: 100%;
      margin-right: 0;
      float: none; } }

/*------------------------------------------------------------------------*/
/*  Box
/*------------------------------------------------------------------------*/
.box {
  width: auto;
  margin: 0 0 20px 0;
  padding: 20px;
  background: #ededed; }
  .box:before, .box:after {
    content: '';
    display: table; }
  .box:after {
    clear: both; }
  .two-cols .box,
  .three-cols .box,
  .four-cols .box,
  .two-third .box,
  .three-fourth .box {
    margin-bottom: 10px; }
  .box.blue {
    background: #04A3E7;
    color: #FFF; }

/*------------------------------------------------------------------------*/
/*  Notice boxes - icons
/*------------------------------------------------------------------------*/
@font-face {
  font-family: 'ecs-shortcode-messages';
  src: url("../fonts/ecs-shortcode-messages.eot?5rvuao");
  src: url("../onts/ecs-shortcode-messages.eot?#iefix5rvuao") format("embedded-opentype"), url("../fonts/ecs-shortcode-messages.woff?5rvuao") format("woff"), url("../fonts/ecs-shortcode-messages.ttf?5rvuao") format("truetype"), url("../fonts/ecs-shortcode-messages.svg?5rvuao#ecs-shortcode-messages") format("svg");
  font-weight: 400;
  font-style: normal; }

.ecs-sm:before, .error:before,
.info:before,
.warning:before,
.success:before, .gform_wrapper .validation_error:before {
  font-family: 'ecs-shortcode-messages';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-info-sign:before, .info:before {
  content: "\e600"; }

.icon-exclamation-sign:before, .warning:before {
  content: "\e601"; }

.icon-ok-sign:before, .success:before {
  content: "\e602"; }

.icon-remove-sign:before, .error:before, .gform_wrapper .validation_error:before {
  content: "\e603"; }

/*------------------------------------------------------------------------*/
/*  Notice boxes
/*------------------------------------------------------------------------*/
.error,
.info,
.warning,
.success {
  position: relative;
  padding: 15px 15px 15px 40px;
  margin-bottom: 20px;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: none;
  border: none; }
  .error:before,
  .info:before,
  .warning:before,
  .success:before {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -12px;
    font-size: 22px; }
  .error a,
  .info a,
  .warning a,
  .success a {
    color: inherit;
    text-decoration: underline;
    opacity: 0.8;
    transition: opacity 0.25s; }
    .error a:hover, .error a:focus,
    .info a:hover,
    .info a:focus,
    .warning a:hover,
    .warning a:focus,
    .success a:hover,
    .success a:focus {
      opacity: 0.6; }

.error {
  color: #FFF;
  background: #B7193F; }

.info {
  color: #FFF;
  background: #04A3E7; }

.warning {
  color: #FFF;
  background: #C3BA2E; }

.success {
  color: #FFF;
  background: #6AB400; }

/*------------------------------------------------------------------------*/
/*  Table
/*------------------------------------------------------------------------*/
.entry-content tr:first-child td {
  font-weight: 600 !important; }

.entry-content tbody tr:nth-child(odd) {
  background-color: #ccc; }

.entry-content td {
  font-weight: 600; }

.entry-content td + td {
  font-weight: normal; }

.widetable {
  overflow-x: auto;
  margin-bottom: 20px; }
  .widetable table {
    width: 100%;
    background: white;
    /*
		@include media($small-up) {
			font-size: 12px;
		}
		*/ }
    .widetable table th,
    .widetable table td {
      padding: 10px 12px 10px 12px;
      border-bottom: 1px solid #E5E5E5;
      border-right: 1px solid #E5E5E5;
      line-height: 1.2; }
      .widetable table th:first-child,
      .widetable table td:first-child {
        border-left: 1px solid #E5E5E5; }
    .widetable table thead {
      color: white;
      font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
      font-weight: 700;
      background-color: #B7193F;
      border-bottom: 1px solid #8a1330; }
      .widetable table thead th,
      .widetable table thead td {
        border-color: #8a1330 !important; }
    .widetable table tbody tr:nth-child(even) td {
      background-color: #f2f2f2; }

/*------------------------------------------------------------------------*/
/*  Zebra
/*------------------------------------------------------------------------*/
.zebra {
  margin-bottom: 20px; }
  .zebra ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    .zebra ul li {
      margin: 0;
      padding: 12px 12px 10px 12px;
      list-style: none;
      line-height: 1.2;
      background: none;
      padding-left: 12px;
      border-top: 1px solid #EFEFEF;
      background-color: white; }
      .zebra ul li:nth-child(odd) {
        background-color: #fcfcfc; }
    .zebra ul.content-ul,
    .zebra ul.content-ul li {
      list-style: none;
      margin: 0; }

/*------------------------------------------------------------------------*/
/*  Tabs
/*------------------------------------------------------------------------*/
/* jQuery UI - Tabs v1.10.3
* http: //jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tabs.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.tabs {
  position: relative; }
  .tabs:before, .tabs:after {
    content: '';
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs > ul {
    margin-bottom: 0; }
    .tabs > ul:before, .tabs > ul:after {
      content: '';
      display: table; }
    .tabs > ul:after {
      clear: both; }
    @media screen and (min-width: 640px) {
      .tabs > ul {
        width: 30%;
        float: left;
        margin: 0 0 20px 0; } }
    .tabs > ul li {
      position: relative;
      width: 100%;
      list-style-type: none; }
      @media screen and (min-width: 640px) {
        .tabs > ul li {
          margin: 0 0 20px 0; } }
      .tabs > ul li a {
        display: block;
        padding: 20px 40px 20px 20px;
        color: #FFF;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        background: #04A3E7;
        transition: all 0.25s;
        font-size: 14px ;
        font-size: 0.875rem ; }
        @media screen and (min-width: 480px) {
          .tabs > ul li a {
            font-size: 16px ;
            font-size: 1rem ; } }
        @media screen and (min-width: 860px) {
          .tabs > ul li a {
            font-size: 18px ;
            font-size: 1.125rem ; } }
        .tabs > ul li a:hover {
          background: #23bafb; }
        @media screen and (max-width: 640px) {
          .tabs > ul li a:before {
            display: none; } }
      .tabs > ul li.ui-tabs-active a {
        color: #97A1A6;
        background: #FFF; }
        @media screen and (min-width: 640px) {
          .tabs > ul li.ui-tabs-active a:before {
            background-image: url("../images/svg-original/arrow-right-invert.svg"); } }
        @media screen and (min-width: 640px) {
          .tabs > ul li.ui-tabs-active a#ui-id-1:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: -25px;
            bottom: 0;
            width: 25px;
            background: #FFF; } }
      .tabs > ul li.ui-tabs-active a,
      .tabs > ul li.ui-state-disabled a,
      .tabs > ul li.ui-tabs-loading a {
        cursor: text; }
  .tabs .panes {
    margin-bottom: 20px;
    background: #FFF; }
    @media screen and (min-width: 640px) {
      .tabs .panes {
        width: 68%;
        margin-left: 2%;
        float: left; } }
    .tabs .panes .pane {
      display: block;
      padding: 20px; }
      @media screen and (min-width: 640px) {
        .tabs .panes .pane {
          padding: 40px 40px 20px 40px; } }

/* Misc visuals
----------------------------------*/
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: '';
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

/*------------------------------------------------------------------------*/
/*  Components (standalone parts for objects)
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*  Buttons
/*------------------------------------------------------------------------*/
.button {
  color: white;
  background: #04A3E7; }
  .button:hover, .button:focus {
    color: white;
    background: #0380b5; }
    .button:hover:after, .button:focus:after {
      right: 12px; }
    @media screen and (min-width: 480px) {
      .button:hover:after, .button:focus:after {
        right: 15px; } }
    @media screen and (min-width: 860px) {
      .button:hover:after, .button:focus:after {
        right: 20px; } }
  .button:active {
    position: relative;
    top: 1px; }
  .button.alt, .gform_wrapper .button {
    color: white;
    background: #B7193F; }
    .button.alt:hover, .gform_wrapper .button:hover, .button.alt:focus, .gform_wrapper .button:focus {
      color: white;
      background: #8a1330; }
      .button.alt:hover:after, .gform_wrapper .button:hover:after, .button.alt:focus:after, .gform_wrapper .button:focus:after {
        right: 12px; }
      @media screen and (min-width: 480px) {
        .button.alt:hover:after, .gform_wrapper .button:hover:after, .button.alt:focus:after, .gform_wrapper .button:focus:after {
          right: 15px; } }
      @media screen and (min-width: 860px) {
        .button.alt:hover:after, .gform_wrapper .button:hover:after, .button.alt:focus:after, .gform_wrapper .button:focus:after {
          right: 20px; } }
    .button.alt:active, .gform_wrapper .button:active {
      position: relative;
      top: 1px; }

#company-map {
  width: 100%;
  height: 480px; }

/*------------------------------------------------------------------------*/
/*  Objects (standalone components/parts)
/*------------------------------------------------------------------------*/
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .genesis-nav-menu .menu-item {
    margin: 0;
    padding: 0; }
    .genesis-nav-menu .menu-item:hover {
      position: static; }
      .genesis-nav-menu .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1; }
  .genesis-nav-menu a {
    display: block;
    padding: 21px 20px;
    position: relative;
    text-decoration: none;
    font-size: 14px ;
    font-size: 0.875rem ;
    font-weight: 600;
    color: #3A3A3A;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.25s; }
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .current-menu-ancestor > a {
    color: #04A3E7; }
  .genesis-nav-menu > .first > a {
    padding-left: 0; }
  .genesis-nav-menu > .last > a {
    padding-right: 0; }
  .genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 16px 20px; }
    .genesis-nav-menu > .right > a {
      display: inline;
      padding: 0; }

/* Site Header Navigation
--------------------------------------------- */
@media screen and (min-width: 860px) {
  .site-header {
    display: block; } }

.site-header .navigation-content {
  background: #FFF; }
  .site-header .navigation-content:before, .site-header .navigation-content:after {
    content: '';
    display: table; }
  .site-header .navigation-content:after {
    clear: both; }

.site-header .nav-primary {
  float: right;
  clear: right;
  margin-top: 5px; }

.site-header .widget_nav_menu {
  padding: 0; }

.site-header .genesis-nav-menu {
  width: auto;
  display: none;
  float: right; }
  @media screen and (min-width: 860px) {
    .site-header .genesis-nav-menu {
      display: block; } }
  .site-header .genesis-nav-menu .menu-item {
    float: left; }
    .site-header .genesis-nav-menu .menu-item:last-of-type a {
      padding-right: 0; }
  .site-header .genesis-nav-menu a {
    height: 50px;
    padding: 10px 20px;
    font-size: 13px ;
    font-size: 0.8125rem ; }
    @media screen and (min-width: 1050px) {
      .site-header .genesis-nav-menu a {
        font-size: 14px ;
        font-size: 0.875rem ; } }
  .site-header .genesis-nav-menu .sub-menu {
    left: -9999px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 220px;
    z-index: 999; }
    .site-header .genesis-nav-menu .sub-menu a {
      background-color: #fff;
      border: 1px solid #f5f5f5;
      border-top: none;
      font-size: 13px;
      padding: 10px 18px;
      position: relative;
      width: 220px;
      height: auto; }
      @media screen and (min-width: 1050px) {
        .site-header .genesis-nav-menu .sub-menu a {
          font-size: 14px ;
          font-size: 0.875rem ; } }
      .site-header .genesis-nav-menu .sub-menu a:hover {
        background-color: #f5f5f5;
        color: #222; }
    .site-header .genesis-nav-menu .sub-menu .sub-menu {
      margin: -40px 0 0 147px; }

.site-header .secondary-nav {
  display: none; }
  @media screen and (min-width: 860px) {
    .site-header .secondary-nav {
      display: block; } }

.site-header .sub-menu {
  border-top: 1px solid #eee; }
  .site-header .sub-menu .sub-menu {
    margin-top: -40px; }

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  display: none;
  margin: 22px 0 0 0;
  float: right;
  padding: 8px 15px 6px 15px;
  background: #EFEFEF; }
  .nav-secondary:before, .nav-secondary:after {
    content: '';
    display: table; }
  .nav-secondary:after {
    clear: both; }
  @media screen and (min-width: 860px) {
    .nav-secondary {
      display: block; } }
  .nav-secondary .genesis-nav-menu li:not(:first-child) {
    margin-left: 20px; }
  .nav-secondary .genesis-nav-menu li a {
    color: #97A1A6;
    font-weight: 600;
    font-size: 13px ;
    font-size: 0.8125rem ;
    padding: 0;
    height: auto; }
  .nav-secondary .genesis-nav-menu li a:hover,
  .nav-secondary .genesis-nav-menu li.current-menu-item a:hover,
  .nav-secondary .genesis-nav-menu li.current-menu-item > a {
    color: #3A3A3A; }

/* Pagination
--------------------------------------------- */
.wp-pagenavi {
  clear: both;
  padding: 30px 0; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    text-decoration: none;
    transition: all 0.25s;
    text-align: center;
    font-size: 24px ;
    font-size: 1.5rem ;
    font-weight: 700; }
    .wp-pagenavi a:hover, .wp-pagenavi a.page:hover,
    .wp-pagenavi span:hover,
    .wp-pagenavi span.page:hover {
      background-color: #0380b5;
      color: white; }
  .wp-pagenavi a {
    background-color: #04A3E7;
    color: #FFF; }
    .wp-pagenavi a.page {
      padding: 0;
      background: #04A3E7;
      margin-bottom: 0; }
  .wp-pagenavi span span {
    margin: 0;
    width: auto; }
  .wp-pagenavi span.current {
    background-color: #E5E5E5;
    text-decoration: none;
    color: #FFF; }
  .wp-pagenavi span.pages {
    display: none;
    color: #97A1A6;
    width: auto;
    height: auto;
    text-align: left;
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 14px ;
    font-size: 0.875rem ;
    font-weight: 600; }
    @media screen and (min-width: 860px) {
      .wp-pagenavi span.pages {
        display: inline-block; } }
    .wp-pagenavi span.pages:hover, .wp-pagenavi span.pages:focus {
      background: none;
      color: #5D5D5D; }
  .wp-pagenavi span.extend:hover, .wp-pagenavi span.extend:focus {
    background: none;
    color: #5D5D5D; }
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .extend {
    display: none; }
    @media screen and (min-width: 860px) {
      .wp-pagenavi .first,
      .wp-pagenavi .last,
      .wp-pagenavi .extend {
        display: inline-block; } }
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: auto; }

/* Site Container */
.site-container {
  position: relative;
  overflow: hidden; }

/* Toggle button */
@media screen and (max-width: 860px) {
  #navigation-toggle {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    color: #EFEFEF;
    float: right;
    clear: right;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    html.no-touch #navigation-toggle:hover svg {
      fill: rgba(183, 25, 63, 0.8); }
    #navigation-toggle span {
      display: inline-block;
      text-indent: -9999px;
      overflow: hidden; } }

@media screen and (min-width: 860px) {
  #navigation-toggle {
    display: none; } }

#navigation-toggle svg {
  width: 34px;
  height: 34px;
  fill: #B7193F;
  transition: fill 0.25s ease; }
  #navigation-toggle svg * {
    display: block;
    margin: auto; }

.offcanvas-navigation:before {
  width: 300px;
  background: rgba(4, 163, 231, 0.4);
  right: -270px; }

/* Navigation */
@media screen and (max-width: 860px) {
  .offcanvas-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 210px;
    height: 100%;
    text-align: left;
    background: #B7193F;
    z-index: 100;
    padding-top: 73px;
    overflow: hidden;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translate3d(210px, 0px, 0px);
            transform: translate3d(210px, 0px, 0px); }
    html.no-csstransforms3d .offcanvas-navigation {
      top: -110%; }
    .offcanvas-navigation .offcanvas-wrap {
      overflow: auto;
      height: 100%; }
    .offcanvas-navigation .offcanvas-close {
      position: absolute;
      display: block;
      width: 60px;
      background: white;
      right: 0px;
      top: 10px;
      cursor: pointer;
      border-radius: 5px 0 0 5px;
      padding: 6px 10px 2px;
      transition: background 0.25s ease, color 0.25s ease; }
      .offcanvas-navigation .offcanvas-close:hover .icon {
        fill: #B7193F; }
      .offcanvas-navigation .offcanvas-close .icon {
        fill: #04A3E7;
        width: 28px;
        height: 28px;
        transition: fill 0.25s ease; }
    .offcanvas-navigation .wrap {
      padding: 0;
      max-width: none;
      position: relative; }
    .offcanvas-navigation .menu-primary {
      padding: 0; }
      .offcanvas-navigation .menu-primary li {
        position: relative;
        /*
					Indien er een custom post type is moet ' &.current_page_parent ' worden verwijderd.
					Vervang het dan door ' body.single-post &#menu-item-62 '
				*/ }
        .offcanvas-navigation .menu-primary li a {
          display: block;
          padding: 15px 20px;
          line-height: 1.25;
          color: white;
          font-weight: 300;
          text-transform: uppercase;
          font-size: 12px ;
          font-size: 0.75rem ;
          letter-spacing: 1px;
          text-decoration: none;
          transition: color 0.25s ease, background 0.25s ease;
          font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
          position: relative; }
          .offcanvas-navigation .menu-primary li a:hover {
            color: rgba(255, 255, 255, 0.5); }
        .offcanvas-navigation .menu-primary li.current-menu-item > a, .offcanvas-navigation .menu-primary li.current-menu-ancestor > a,
        body.single-post .offcanvas-navigation .menu-primary li#menu-item-151 > a,
        body.single-project .offcanvas-navigation .menu-primary li#menu-item-119 > a {
          background: rgba(255, 255, 255, 0.2); }
        .offcanvas-navigation .menu-primary li .sub-menu {
          margin-left: 10px; }
          .offcanvas-navigation .menu-primary li .sub-menu li a {
            font-weight: 400;
            padding: 10px 20px; }
          .offcanvas-navigation .menu-primary li .sub-menu li:hover > a,
          .offcanvas-navigation .menu-primary li .sub-menu li a:hover {
            background: transparent;
            color: white;
            font-weight: 700; }
          .offcanvas-navigation .menu-primary li .sub-menu li.current-menu-item > a, .offcanvas-navigation .menu-primary li .sub-menu li.current-menu-ancestor > a {
            font-weight: 700;
            color: white;
            background: transparent; }
      .offcanvas-navigation .menu-primary.topmenu a {
        font-size: 14px;
        font-weight: 400; }
    .offcanvas-navigation .menu-secondary:before {
      content: "";
      display: block;
      background-clip: content-box;
      background-color: white;
      height: 1px;
      width: 100%;
      margin-bottom: 15px;
      padding: 0 20px; }
    .offcanvas-navigation .menu-secondary li {
      margin: 5px 0 5px 0; }
      .offcanvas-navigation .menu-secondary li a {
        font-weight: 400;
        color: white;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 12px ;
        font-size: 0.75rem ;
        letter-spacing: 1px; }
      .offcanvas-navigation .menu-secondary li.current-menu-item a,
      .offcanvas-navigation .menu-secondary li.current-menu-ancestor a,
      .offcanvas-navigation .menu-secondary li:hover > a,
      .offcanvas-navigation .menu-secondary li a:hover {
        color: rgba(255, 255, 255, 0.5); }
    .offcanvas-navigation .social-links {
      float: none;
      display: block;
      background: rgba(255, 255, 255, 0.2);
      margin-top: 20px;
      width: 100%;
      padding: 12px 20px 7px 20px; }
      .offcanvas-navigation .social-links li {
        display: inline-block;
        margin-left: 8px;
        margin-bottom: 8px; }
        .offcanvas-navigation .social-links li .icon {
          width: 25px;
          height: 25px; }
        .offcanvas-navigation .social-links li.phone {
          display: block;
          margin-left: 0;
          margin-top: 10px; }
          .offcanvas-navigation .social-links li.phone a {
            text-decoration: none; }
    .offcanvas-navigation .contact-links {
      display: block;
      float: none;
      padding: 0 0 0 20px;
      margin-top: 10px; }
      .offcanvas-navigation .contact-links a {
        text-decoration: none; }
  body.off-canvas-navigation-opened .site-inner {
    -webkit-transform: translate3d(-210px, 0px, 0px);
            transform: translate3d(-210px, 0px, 0px); }
    html.no-csstransforms3d body.off-canvas-navigation-opened .site-inner {
      left: -210px; }
  body.off-canvas-navigation-opened .site-header {
    -webkit-transform: translate3d(-210px, 0px, 0px);
            transform: translate3d(-210px, 0px, 0px); }
  body.off-canvas-navigation-opened .offcanvas-navigation {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    overflow: visible; }
    html.no-csstransforms3d body.off-canvas-navigation-opened .offcanvas-navigation {
      top: 0; } }

@media screen and (min-width: 860px) {
  .offcanvas-navigation {
    display: none; } }

.section-panorama {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 200px;
  padding: 60px 0 50px 0; }
  @media screen and (min-width: 860px) {
    .section-panorama {
      min-height: 330px;
      padding: 80px 0 70px 0; } }
  .section-panorama .wrap:before {
    height: 200px; }
    @media screen and (min-width: 860px) {
      .section-panorama .wrap:before {
        height: 330px; } }
  .section-panorama .text {
    max-width: 660px; }
    .error404 .section-panorama .text {
      max-width: 1100px; }
    .section-panorama .text .title {
      font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
      font-size: 28px ;
      font-size: 1.75rem ; }
    .section-panorama .text p {
      color: white; }
      .error404 .section-panorama .text p {
        text-align: right; }
    @media screen and (min-width: 640px) {
      .section-panorama .text .button {
        float: right;
        margin-right: 50px; } }
  .section-panorama .decoration {
    overflow: visible; }

.usps {
  background: #EFEFEF;
  width: 100%;
  text-align: center; }
  .usps li {
    color: #04A3E7;
    font-size: 14px;
    padding: 10px 0; }
    @media screen and (min-width: 640px) {
      .usps li {
        display: inline-block;
        margin-right: 30px; }
        .usps li:last-child {
          margin-right: 0; } }

.section-brands {
  position: relative;
  padding: 40px 0;
  text-align: center;
  background: #E5E5E5; }
  @media screen and (min-width: 640px) {
    .section-brands {
      padding: 80px 0; } }
  .section-brands h2 {
    margin-bottom: 40px; }
  .section-brands .wrap {
    position: relative;
    padding: 0 80px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .section-brands .wrap {
        padding: 0 140px; } }
    .section-brands .wrap figure {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin: 0 15px;
      padding: 20px;
      background-color: #FFF; }
      .section-brands .wrap figure:before {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
      .section-brands .wrap figure img {
        display: inline-block;
        vertical-align: middle;
        max-height: 80px; }
    .section-brands .wrap .slick-list {
      cursor: -webkit-grab;
      cursor: grab; }
    .section-brands .wrap .slick-prev {
      left: 0; }
    .section-brands .wrap .slick-next {
      right: 0; }
    .section-brands .wrap .slick-prev,
    .section-brands .wrap .slick-next {
      display: block;
      top: 50%; }
    .section-brands .wrap .icon {
      display: block;
      width: 25px;
      height: 28px;
      padding: 15px;
      box-sizing: content-box;
      background: rgba(0, 0, 0, 0.1);
      transition: background 0.25s ease; }
      .section-brands .wrap .icon:hover {
        background: rgba(0, 0, 0, 0.3); }

.section-features {
  padding: 50px 0;
  background: #E5E5E5; }
  .section-features:before, .section-features:after {
    content: '';
    display: table; }
  .section-features:after {
    clear: both; }
  @media screen and (min-width: 640px) {
    .section-features {
      padding: 0 0 50px 0; } }
  .section-features .feature-block {
    position: relative;
    z-index: 10;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .section-features .feature-block {
        margin-top: -40px; } }
  .section-features .feature-block:first-of-type {
    margin-left: 0;
    clear: both; }
  .section-features h3, .section-features .share-buttons .read-more-news, .share-buttons .section-features .read-more-news {
    margin-top: 20px; }
  .section-features .icon {
    width: 40px;
    height: 40px;
    fill: #5D5D5D;
    display: block;
    margin: 0 0 16px; }

.section-intro {
  padding: 0;
  position: relative; }
  .section-intro:before, .section-intro:after {
    content: '';
    display: table; }
  .section-intro:after {
    clear: both; }
  .section-intro .intro-image {
    position: absolute;
    overflow: hidden;
    width: 40%;
    height: 100%;
    top: 0;
    bottom: 0; }
    .section-intro .intro-image img {
      opacity: 0.6; }
    .section-intro .intro-image .decoration-small {
      position: absolute;
      display: block;
      z-index: 1;
      bottom: -1px;
      width: auto;
      height: 100%;
      right: -1px;
      max-width: 1000%;
      fill: #FFF;
      overflow: visible; }
  .section-intro .intro-content {
    position: relative;
    z-index: 10;
    float: left;
    width: 65%;
    margin-left: 35%;
    max-width: 800px;
    position: relative;
    padding: 80px 3.125% 30px 0; }
    @media screen and (min-width: 640px) {
      .section-intro .intro-content {
        padding: 140px 3.125% 100px 0; } }
    @media screen and (min-width: 860px) {
      .section-intro .intro-content {
        width: 60%;
        margin-left: 40%;
        padding: 140px 3.125% 150px 0; } }

.latest-news {
  padding: 50px 0 0 0; }
  .latest-news:before, .latest-news:after {
    content: '';
    display: table; }
  .latest-news:after {
    clear: both; }
  @media screen and (min-width: 640px) {
    .latest-news {
      padding: 100px 0 50px 0; } }
  .latest-news .column {
    font-size: 14px ;
    font-size: 0.875rem ;
    color: #97A1A6; }
    @media screen and (max-width: 640px) {
      .latest-news .column {
        margin-bottom: 20px; } }
    @media screen and (min-width: 640px) {
      .latest-news .column {
        width: 31.62393%;
        float: left;
        margin-left: 2.5641%;
        margin-bottom: 20px; }
        .latest-news .column:nth-of-type(3n+1) {
          margin-left: 0;
          clear: left; } }
  .latest-news .archive-item {
    margin-bottom: 18px; }
    .latest-news .archive-item .entry-title {
      font-size: 14px ;
      font-size: 0.875rem ;
      margin-bottom: 10px; }
      @media screen and (min-width: 640px) {
        .latest-news .archive-item .entry-title {
          font-size: 18px ;
          font-size: 1.125rem ; } }
      .latest-news .archive-item .entry-title:hover a {
        color: #B7193F; }
  .latest-news .post-meta {
    display: none; }
  @media screen and (min-width: 640px) {
    .latest-news .button {
      margin-top: 20px; } }

.section-quote {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 200px;
  padding: 50px 0; }
  @media screen and (min-width: 860px) {
    .section-quote {
      min-height: 300px; } }
  .section-quote .wrap:before {
    height: 200px; }
    @media screen and (min-width: 860px) {
      .section-quote .wrap:before {
        height: 300px; } }
  .section-quote .text .text-align {
    max-width: 845px;
    float: right;
    text-align: right; }
  .section-quote .text .title {
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 28px ;
    font-size: 1.75rem ; }
  .section-quote .text p {
    color: white;
    margin-bottom: 0; }

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 14px;
  margin-bottom: 40px;
  overflow: hidden; }

.entry-comments .comment-author {
  font-weight: 700;
  margin: 0; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin: 30px;
  overflow: hidden; }

.comment-list li.depth-1,
.ping-list li.depth-1 {
  margin: 30px 0; }

.comment-list li li {
  margin-right: -1px; }

.comment {
  border-right: none; }

.comment-header,
.ping-list .comment-meta {
  background-color: #222;
  color: #fff;
  float: left;
  font-weight: 700;
  padding: 30px;
  width: 100%; }

.comment-list cite,
.ping-list cite,
.says {
  display: inline-block; }

.comment-header .comment-meta a,
.comment-metadata a {
  font-size: 12px;
  font-weight: 300;
  color: #bbb; }

.comment-content {
  clear: both;
  padding: 48px; }

.comment-content p,
.comment-header p.comment-meta {
  margin: 0; }

.comment .avatar {
  margin-right: 10px; }

.comment-reply {
  font-size: 14px;
  padding: 0 48px 48px; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 24px; }

/*------------------------------------------------------------------------*/
/*  Blog archive styles
/*------------------------------------------------------------------------*/
.blog .entry-header,
.archive .entry-header {
  max-width: 800px;
  margin: 0 auto;
  text-align: center; }

.post-archive,
.search .content {
  padding: 10px 0; }
  .post-archive .post,
  .post-archive .product,
  .post-archive .page,
  .search .content .post,
  .search .content .product,
  .search .content .page {
    margin-bottom: 50px;
    background: #ededed;
    padding: 30px; }
    .post-archive .post:before, .post-archive .post:after,
    .post-archive .product:before,
    .post-archive .product:after,
    .post-archive .page:before,
    .post-archive .page:after,
    .search .content .post:before,
    .search .content .post:after,
    .search .content .product:before,
    .search .content .product:after,
    .search .content .page:before,
    .search .content .page:after {
      content: '';
      display: table; }
    .post-archive .post:after,
    .post-archive .product:after,
    .post-archive .page:after,
    .search .content .post:after,
    .search .content .product:after,
    .search .content .page:after {
      clear: both; }
    .post-archive .post .no-thumbnail,
    .post-archive .product .no-thumbnail,
    .post-archive .page .no-thumbnail,
    .search .content .post .no-thumbnail,
    .search .content .product .no-thumbnail,
    .search .content .page .no-thumbnail {
      padding: 50px 0;
      border: 1px solid #E5E5E5; }
      .post-archive .post .no-thumbnail img,
      .post-archive .product .no-thumbnail img,
      .post-archive .page .no-thumbnail img,
      .search .content .post .no-thumbnail img,
      .search .content .product .no-thumbnail img,
      .search .content .page .no-thumbnail img {
        margin: 0 auto; }
    @media screen and (min-width: 640px) {
      .post-archive .post figure,
      .post-archive .post .text,
      .post-archive .post .entry-header img,
      .post-archive .product figure,
      .post-archive .product .text,
      .post-archive .product .entry-header img,
      .post-archive .page figure,
      .post-archive .page .text,
      .post-archive .page .entry-header img,
      .search .content .post figure,
      .search .content .post .text,
      .search .content .post .entry-header img,
      .search .content .product figure,
      .search .content .product .text,
      .search .content .product .entry-header img,
      .search .content .page figure,
      .search .content .page .text,
      .search .content .page .entry-header img {
        float: left; } }
    @media screen and (min-width: 640px) {
      .post-archive .post figure,
      .post-archive .post .entry-header img,
      .post-archive .product figure,
      .post-archive .product .entry-header img,
      .post-archive .page figure,
      .post-archive .page .entry-header img,
      .search .content .post figure,
      .search .content .post .entry-header img,
      .search .content .product figure,
      .search .content .product .entry-header img,
      .search .content .page figure,
      .search .content .page .entry-header img {
        width: 34%;
        margin-right: 2%;
        clear: left; } }
    .post-archive .post figure img,
    .post-archive .post .entry-header img img,
    .post-archive .product figure img,
    .post-archive .product .entry-header img img,
    .post-archive .page figure img,
    .post-archive .page .entry-header img img,
    .search .content .post figure img,
    .search .content .post .entry-header img img,
    .search .content .product figure img,
    .search .content .product .entry-header img img,
    .search .content .page figure img,
    .search .content .page .entry-header img img {
      display: block; }
    @media screen and (min-width: 640px) {
      .post-archive .post .text,
      .post-archive .product .text,
      .post-archive .page .text,
      .search .content .post .text,
      .search .content .product .text,
      .search .content .page .text {
        width: 64%;
        clear: right; } }
    .post-archive .post .text .entry-title,
    .post-archive .product .text .entry-title,
    .post-archive .page .text .entry-title,
    .search .content .post .text .entry-title,
    .search .content .product .text .entry-title,
    .search .content .page .text .entry-title {
      margin-bottom: 15px; }
      .post-archive .post .text .entry-title a:hover,
      .post-archive .product .text .entry-title a:hover,
      .post-archive .page .text .entry-title a:hover,
      .search .content .post .text .entry-title a:hover,
      .search .content .product .text .entry-title a:hover,
      .search .content .page .text .entry-title a:hover {
        color: #B7193F; }
    .post-archive .post .text .post-meta,
    .post-archive .product .text .post-meta,
    .post-archive .page .text .post-meta,
    .search .content .post .text .post-meta,
    .search .content .product .text .post-meta,
    .search .content .page .text .post-meta {
      margin-bottom: 15px;
      background: none;
      font-size: 12px ;
      font-size: 0.75rem ;
      color: #97A1A6;
      text-transform: uppercase;
      font-weight: 600; }
      @media screen and (min-width: 640px) {
        .post-archive .post .text .post-meta,
        .post-archive .product .text .post-meta,
        .post-archive .page .text .post-meta,
        .search .content .post .text .post-meta,
        .search .content .product .text .post-meta,
        .search .content .page .text .post-meta {
          font-size: 14px ;
          font-size: 0.875rem ; } }
      .post-archive .post .text .post-meta a,
      .post-archive .product .text .post-meta a,
      .post-archive .page .text .post-meta a,
      .search .content .post .text .post-meta a,
      .search .content .product .text .post-meta a,
      .search .content .page .text .post-meta a {
        color: #04A3E7; }
        .post-archive .post .text .post-meta a:hover,
        .post-archive .product .text .post-meta a:hover,
        .post-archive .page .text .post-meta a:hover,
        .search .content .post .text .post-meta a:hover,
        .search .content .product .text .post-meta a:hover,
        .search .content .page .text .post-meta a:hover {
          color: #3A3A3A; }
    .post-archive .post .text .text-wrap,
    .post-archive .product .text .text-wrap,
    .post-archive .page .text .text-wrap,
    .search .content .post .text .text-wrap,
    .search .content .product .text .text-wrap,
    .search .content .page .text .text-wrap {
      margin-bottom: 15px; }

.category-filter {
  border: 1px solid #E5E5E5;
  display: block;
  text-align: left;
  max-width: 380px;
  width: 100%;
  margin: 40px auto 60px auto; }
  .category-filter .category-toggle {
    position: relative;
    color: #04A3E7;
    font-size: 16px ;
    font-size: 1rem ;
    font-weight: 300;
    padding: 18px 60px 18px 20px;
    margin-bottom: 0;
    cursor: pointer; }
    .category-filter .category-toggle svg {
      display: inline-block;
      width: 13px;
      height: 20px;
      margin-left: 26px;
      transition: fill 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
      transition: transform 0.25s ease, fill 0.25s ease, opacity 0.25s ease;
      transition: transform 0.25s ease, fill 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
      position: absolute;
      right: 20px;
      top: 20px; }
      .category-filter .category-toggle svg.arrow-down {
        fill: #04A3E7;
        opacity: 1; }
      .category-filter .category-toggle svg.arrow-up {
        fill: #04A3E7;
        opacity: 0;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  .category-filter ul.cat-menu {
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 0;
    transition: max-height 0.25s ease; }
    .category-filter ul.cat-menu a, .category-filter ul.cat-menu span {
      font-weight: 300;
      color: #04A3E7;
      display: block;
      padding: 5px 20px;
      transition: color 0.25s ease, background 0.25s ease;
      padding: 15px 20px 15px 20px;
      font-size: 16px ;
      font-size: 1rem ; }
    .category-filter ul.cat-menu .menu-item:hover a, .category-filter ul.cat-menu .menu-item:hover span, .category-filter ul.cat-menu .menu-item:active a, .category-filter ul.cat-menu .menu-item:active span {
      color: white;
      background: #04A3E7; }
    .category-filter ul.cat-menu .menu-item.current-menu-item a, .category-filter ul.cat-menu .menu-item.current-menu-item span {
      color: white;
      background: #04A3E7; }
  .category-filter.menu-opened .category-toggle svg {
    transition: fill 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, fill 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, fill 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease; }
    .category-filter.menu-opened .category-toggle svg.arrow-down {
      opacity: 0;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .category-filter.menu-opened .category-toggle svg.arrow-up {
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
  .category-filter.menu-opened ul.sub-menu {
    max-height: 9999px; }

.archive-item.post img {
  display: block; }

.archive-item.post h3, .archive-item.post .share-buttons .read-more-news, .share-buttons .archive-item.post .read-more-news,
.archive-item.post h3 a,
.archive-item.post .share-buttons .read-more-news a, .share-buttons
.archive-item.post .read-more-news a {
  color: #3A3A3A; }

.archive-item.post .post-meta a {
  color: #04A3E7; }

.archive-item.post p {
  margin-bottom: 0; }

/*------------------------------------------------------------------------*/
/*  Single post styles
/*------------------------------------------------------------------------*/
.single-post .post {
  max-width: 790px;
  margin: 0 auto; }
  .single-post .post .entry-header .entry-title {
    margin-bottom: 0; }
  .single-post .post .entry-header .entry-meta {
    margin-bottom: 25px;
    background: none;
    font-size: 12px ;
    font-size: 0.75rem ;
    color: #97A1A6;
    text-transform: uppercase;
    font-weight: 600; }
    @media screen and (min-width: 640px) {
      .single-post .post .entry-header .entry-meta {
        font-size: 14px ;
        font-size: 0.875rem ; } }
    .single-post .post .entry-header .entry-meta a {
      color: #04A3E7; }
      .single-post .post .entry-header .entry-meta a:hover {
        color: #3A3A3A; }

.share-buttons {
  padding: 30px 0;
  background: #E5E5E5;
  /*  Variables */
  /*  Twitter */
  /*  Facebook */
  /*  Google */
  /*  LinkedIn */ }
  .share-buttons .wrap {
    max-width: 790px; }
  .share-buttons h3, .share-buttons .read-more-news {
    margin-right: 20px; }
    @media screen and (min-width: 640px) {
      .share-buttons h3, .share-buttons .read-more-news {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0; } }
  .share-buttons .read-more-news {
    margin-bottom: 0;
    color: #04A3E7; }
    @media screen and (max-width: 640px) {
      .share-buttons .read-more-news {
        display: block;
        margin-top: 20px; } }
    @media screen and (min-width: 640px) {
      .share-buttons .read-more-news {
        float: right;
        margin-top: 5px; } }
    @media screen and (min-width: 860px) {
      .share-buttons .read-more-news {
        margin-top: 15px; } }
  .share-buttons .icon {
    width: 20px;
    height: 20px;
    padding: 5px;
    box-sizing: content-box;
    margin-right: 10px;
    fill: white;
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.1);
    transition: fill 0.25s ease, background 0.25s ease; }
    @media screen and (min-width: 860px) {
      .share-buttons .icon {
        width: 25px;
        height: 25px;
        padding: 15px; } }
    .share-buttons .icon:hover {
      fill: #B7193F;
      background: none; }
  .share-buttons span {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle; }
  .share-buttons .twitter-icon {
    background-color: #41b7d8; }
  .share-buttons .facebook-icon {
    background-color: #3b5997; }
  .share-buttons .googleplus-icon {
    background-color: #d64937; }
  .share-buttons .linkedin-icon {
    background-color: #0073b2; }

.section-product-content {
  padding: 30px 0;
  position: relative; }
  .section-product-content:before, .section-product-content:after {
    content: '';
    display: table; }
  .section-product-content:after {
    clear: both; }
  @media screen and (min-width: 640px) {
    .section-product-content {
      padding: 100px 0; } }
  .section-product-content .wrap {
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 640px) {
      .section-product-content .wrap {
        text-align: center; } }
  .section-product-content .text-wrap {
    padding: 20px;
    background: rgba(255, 255, 255, 0.9); }
    @media screen and (max-width: 640px) {
      .section-product-content .text-wrap {
        margin-bottom: 20px;
        text-align: left; } }
    @media screen and (min-width: 640px) {
      .section-product-content .text-wrap {
        width: 56%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 4%;
        padding: 30px 40px 40px 40px; } }
    .section-product-content .text-wrap .button {
      margin-bottom: 0; }
  .section-product-content .product-images {
    display: inline-block; }
    @media screen and (min-width: 640px) {
      .section-product-content .product-images {
        width: 34%;
        vertical-align: middle;
        margin-left: 2%; } }
    .section-product-content .product-images .product-image {
      width: 100%; }
    .section-product-content .product-images .product-gallery {
      width: 100%; }
      .section-product-content .product-images .product-gallery:before, .section-product-content .product-images .product-gallery:after {
        content: '';
        display: table; }
      .section-product-content .product-images .product-gallery:after {
        clear: both; }
      .section-product-content .product-images .product-gallery li {
        width: 23.07692%;
        float: left;
        margin-left: 2.5641%;
        margin-bottom: 20px;
        max-width: 100px;
        margin-bottom: 0; }
        .section-product-content .product-images .product-gallery li:nth-of-type(4n+1) {
          margin-left: 0;
          clear: left; }
        .section-product-content .product-images .product-gallery li a,
        .section-product-content .product-images .product-gallery li img {
          display: block; }
  .section-product-content .product-panorama {
    position: absolute;
    overflow: hidden;
    width: 60%;
    height: 100%;
    top: 0;
    bottom: 0; }
    @media screen and (min-width: 640px) {
      .section-product-content .product-panorama {
        width: 40%; } }
    .section-product-content .product-panorama .decoration-small {
      position: absolute;
      display: block;
      z-index: 1;
      bottom: -1px;
      width: auto;
      height: 102%;
      right: 0;
      max-width: 1000%;
      fill: #FFF; }

.section-product-tabs {
  padding: 30px 0;
  background: #E5E5E5; }
  @media screen and (min-width: 640px) {
    .section-product-tabs {
      padding: 100px 0; } }
  .section-product-tabs .panes {
    margin-bottom: 0; }

.section-product-videos {
  padding: 30px 0;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .section-product-videos {
      padding: 80px 0; } }
  .section-product-videos h2 {
    margin-bottom: 30px; }
  .section-product-videos .video-wrap {
    display: inline-block;
    padding: 0 10px 10px 10px; }
    @media screen and (min-width: 640px) {
      .section-product-videos .video-wrap {
        width: 49%; } }
    @media screen and (min-width: 860px) {
      .section-product-videos .video-wrap {
        width: 33%;
        padding: 0 20px 20px 20px; } }

.section-product-request {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  font-size: 0; }
  .section-product-request:before, .section-product-request:after {
    content: '';
    display: table; }
  .section-product-request:after {
    clear: both; }
  @media screen and (min-width: 640px) {
    .section-product-request {
      padding: 80px 0; } }
  .section-product-request .wrap {
    position: relative;
    z-index: 10; }
  .section-product-request .form-header {
    width: 68%; }
    .section-product-request .form-header p {
      font-size: 14px ;
      font-size: 0.875rem ; }
      @media screen and (min-width: 640px) {
        .section-product-request .form-header p {
          font-size: 16px ;
          font-size: 1rem ; } }
      @media screen and (min-width: 860px) {
        .section-product-request .form-header p {
          font-size: 18px ;
          font-size: 1.125rem ; } }
  .section-product-request .request-form {
    position: relative;
    z-index: 15;
    background: #FFF;
    padding: 40px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 14px ;
    font-size: 0.875rem ;
    box-shadow: 14px 10px 20px 0px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 640px) {
      .section-product-request .request-form {
        display: inline-block;
        vertical-align: middle;
        width: 68%; } }
    @media screen and (min-width: 860px) {
      .section-product-request .request-form {
        font-size: 16px ;
        font-size: 1rem ; } }
    .section-product-request .request-form .gform_wrapper,
    .section-product-request .request-form .button {
      margin-bottom: 0; }
    body.page.content-sidebar .section-product-request .request-form {
      width: 100%; }
  .section-product-request .usp-block {
    position: relative;
    z-index: 10;
    background: rgba(183, 25, 63, 0.6);
    /* nonproduct-forms 28 november */ }
    .page.content-sidebar .section-product-request .usp-block {
      display: none; }
    @media screen and (max-width: 640px) {
      .section-product-request .usp-block {
        display: none; } }
    @media screen and (min-width: 640px) {
      .section-product-request .usp-block {
        width: 32%;
        display: inline-block;
        vertical-align: middle; } }
    .section-product-request .usp-block header {
      padding: 23px 20px 20px 30px;
      background: #FFF; }
      .section-product-request .usp-block header h3, .section-product-request .usp-block header .share-buttons .read-more-news, .share-buttons .section-product-request .usp-block header .read-more-news {
        margin: 0;
        color: #B7193F; }
    .section-product-request .usp-block ul {
      padding: 20px 20px 20px 40px;
      list-style-image: url("../images/svg-original/checkmark.svg"); }
      @media screen and (min-width: 860px) {
        .section-product-request .usp-block ul {
          padding: 40px 20px 40px 80px; } }
      .page .section-product-request .usp-block ul {
        padding-left: 30px !important; }
    .section-product-request .usp-block li {
      line-height: 1.6;
      color: #FFF;
      font-size: 14px ;
      font-size: 0.875rem ;
      padding-left: 3px;
      margin-bottom: 20px; }
      @media screen and (min-width: 860px) {
        .section-product-request .usp-block li {
          font-size: 18px ;
          font-size: 1.125rem ; } }
      .section-product-request .usp-block li:last-child {
        margin-bottom: 0; }
  .section-product-request .decoration {
    overflow: visible; }

.section-product-columns {
  padding: 30px 0;
  position: relative; }
  .section-product-columns:before, .section-product-columns:after {
    content: '';
    display: table; }
  .section-product-columns:after {
    clear: both; }
  @media screen and (min-width: 640px) {
    .section-product-columns {
      padding: 80px 0; } }
  .section-product-columns .product-column {
    position: relative;
    z-index: 10;
    padding: 20px;
    background: #FFF; }
    @media screen and (min-width: 640px) {
      .section-product-columns .product-column {
        width: 31.62393%;
        float: left;
        margin-left: 2.5641%;
        margin-bottom: 20px; }
        .section-product-columns .product-column:nth-of-type(3n+1) {
          margin-left: 0;
          clear: left; } }
  .section-product-columns .column-image {
    position: absolute;
    overflow: hidden;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0; }
    .section-product-columns .column-image img {
      opacity: 0.6; }
    .section-product-columns .column-image .decoration-small {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      position: absolute;
      display: block;
      z-index: 1;
      bottom: 0;
      width: auto;
      height: 100%;
      left: -1px;
      max-width: 1000%;
      fill: #FFF; }

.post-type-archive-product .product-archive,
.tax-solution .product-archive {
  float: left;
  width: calc(100% - 300px);
  margin-top: 40px; }
  .post-type-archive-product .product-archive:before, .post-type-archive-product .product-archive:after,
  .tax-solution .product-archive:before,
  .tax-solution .product-archive:after {
    content: '';
    display: table; }
  .post-type-archive-product .product-archive:after,
  .tax-solution .product-archive:after {
    clear: both; }
  @media screen and (max-width: 860px) {
    .post-type-archive-product .product-archive,
    .tax-solution .product-archive {
      float: none;
      width: 100%; } }

.post-type-archive-product .no-posts,
.tax-solution .no-posts {
  text-align: center; }

.post-type-archive-product .product,
.tax-solution .product {
  position: relative;
  background: #ededed;
  padding: 20px 20px 50px 20px;
  margin-bottom: 25px; }
  @media screen and (max-width: 640px) {
    .post-type-archive-product .product,
    .tax-solution .product {
      width: 48.71795%;
      float: left;
      margin-left: 2.5641%;
      margin-bottom: 20px; }
      .post-type-archive-product .product:nth-of-type(2n+1),
      .tax-solution .product:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left; } }
  @media screen and (min-width: 640px) {
    .post-type-archive-product .product,
    .tax-solution .product {
      width: 31.62393%;
      float: left;
      margin-left: 2.5641%;
      margin-bottom: 20px; }
      .post-type-archive-product .product:nth-of-type(3n+1),
      .tax-solution .product:nth-of-type(3n+1) {
        margin-left: 0;
        clear: left; } }
  .post-type-archive-product .product figure img,
  .tax-solution .product figure img {
    display: block;
    margin: 0 auto 20px auto; }

.post-type-archive-product .text .entry-title,
.post-type-archive-product .text p,
.tax-solution .text .entry-title,
.tax-solution .text p {
  margin-bottom: 10px; }

.post-type-archive-product .text .entry-title a,
.tax-solution .text .entry-title a {
  color: #3A3A3A; }
  .post-type-archive-product .text .entry-title a:hover,
  .tax-solution .text .entry-title a:hover {
    color: #B7193F; }

.post-type-archive-product .text .readmore,
.tax-solution .text .readmore {
  position: absolute;
  bottom: 20px; }

.single-support .content {
  max-width: 792px;
  margin: 0 auto; }

.single-support article {
  padding: 30px;
  background: #EFEFEF; }

.single-support .support-downloads {
  padding: 50px 0 0 0;
  margin-top: 40px;
  border-top: 1px solid #c0c6c9; }

.single-support .download-button {
  color: white;
  background: #B7193F;
  padding: 8px 15px;
  margin-right: 15px; }
  .single-support .download-button:hover, .single-support .download-button:focus {
    color: white;
    background: #8a1330; }
    .single-support .download-button:hover:after, .single-support .download-button:focus:after {
      right: 12px; }
    @media screen and (min-width: 480px) {
      .single-support .download-button:hover:after, .single-support .download-button:focus:after {
        right: 15px; } }
    @media screen and (min-width: 860px) {
      .single-support .download-button:hover:after, .single-support .download-button:focus:after {
        right: 20px; } }
  .single-support .download-button:active {
    position: relative;
    top: 1px; }
  @media screen and (min-width: 480px) {
    .single-support .download-button {
      padding: 12px 20px; } }
  @media screen and (min-width: 860px) {
    .single-support .download-button {
      padding: 12px 28px; } }
  .single-support .download-button .icon-download {
    width: 17px;
    height: 17px;
    position: relative;
    top: 4px;
    margin-left: 10px; }

.single-support .button-back {
  padding: 8px 15px 8px 40px;
  margin-top: 50px; }
  .single-support .button-back:before {
    left: 15px;
    right: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .single-support .button-back:after {
    display: none; }
  @media screen and (min-width: 480px) {
    .single-support .button-back {
      padding: 12px 20px 9px 48px;
      font-size: 13px ;
      font-size: 0.8125rem ; } }
  @media screen and (min-width: 860px) {
    .single-support .button-back {
      padding: 12px 28px 9px 60px;
      font-size: 14px ;
      font-size: 0.875rem ; } }

.post-type-archive-support .support-archive,
.tax-support-category .support-archive {
  float: left;
  width: calc(100% - 300px);
  margin: 40px 0 60px 0; }
  .post-type-archive-support .support-archive:before, .post-type-archive-support .support-archive:after,
  .tax-support-category .support-archive:before,
  .tax-support-category .support-archive:after {
    content: '';
    display: table; }
  .post-type-archive-support .support-archive:after,
  .tax-support-category .support-archive:after {
    clear: both; }
  @media screen and (max-width: 860px) {
    .post-type-archive-support .support-archive,
    .tax-support-category .support-archive {
      float: none;
      width: 100%; } }

.post-type-archive-support .no-posts,
.tax-support-category .no-posts {
  text-align: center; }

.post-type-archive-support .support-item,
.tax-support-category .support-item {
  position: relative;
  background: #ededed;
  padding: 20px 20px 55px 20px;
  margin-bottom: 25px; }
  @media screen and (min-width: 480px) {
    .post-type-archive-support .support-item,
    .tax-support-category .support-item {
      width: 48.71795%;
      float: left;
      margin-left: 2.5641%;
      margin-bottom: 20px; }
      .post-type-archive-support .support-item:nth-of-type(2n+1),
      .tax-support-category .support-item:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left; } }
  .post-type-archive-support .support-item figure img,
  .tax-support-category .support-item figure img {
    display: block;
    margin: 0 auto 20px auto; }

.post-type-archive-support .entry-title,
.post-type-archive-support p,
.tax-support-category .entry-title,
.tax-support-category p {
  margin-bottom: 15px; }

.post-type-archive-support .entry-title a,
.tax-support-category .entry-title a {
  color: #3A3A3A; }
  .post-type-archive-support .entry-title a:hover,
  .tax-support-category .entry-title a:hover {
    color: #B7193F; }

.post-type-archive-support .entry-meta,
.tax-support-category .entry-meta {
  display: block;
  margin-bottom: 8px;
  font-size: 12px ;
  font-size: 0.75rem ;
  font-weight: 600;
  color: #97A1A6;
  text-transform: uppercase; }
  @media screen and (min-width: 480px) {
    .post-type-archive-support .entry-meta,
    .tax-support-category .entry-meta {
      font-size: 13px ;
      font-size: 0.8125rem ; } }
  @media screen and (min-width: 860px) {
    .post-type-archive-support .entry-meta,
    .tax-support-category .entry-meta {
      font-size: 14px ;
      font-size: 0.875rem ; } }
  .post-type-archive-support .entry-meta a,
  .tax-support-category .entry-meta a {
    color: #04A3E7; }
    .post-type-archive-support .entry-meta a:hover,
    .tax-support-category .entry-meta a:hover {
      color: #5D5D5D; }
    .post-type-archive-support .entry-meta a:not(:first-child):before,
    .tax-support-category .entry-meta a:not(:first-child):before {
      content: " - "; }

.post-type-archive-support .readmore,
.tax-support-category .readmore {
  position: absolute;
  bottom: 20px; }

.single-event .event {
  width: calc(100% - 400px);
  float: left; }
  .single-event .event:before, .single-event .event:after {
    content: '';
    display: table; }
  .single-event .event:after {
    clear: both; }
  @media screen and (max-width: 860px) {
    .single-event .event {
      float: none;
      width: 100%; } }

.single-event .widget-event-details {
  width: 340px;
  float: right;
  padding: 20px; }
  .single-event .widget-event-details:before, .single-event .widget-event-details:after {
    content: '';
    display: table; }
  .single-event .widget-event-details:after {
    clear: both; }
  @media screen and (max-width: 860px) {
    .single-event .widget-event-details {
      float: none;
      width: 100%;
      margin: 30px 0; } }
  .single-event .widget-event-details li {
    padding-left: 0;
    line-height: 1.4; }
    .single-event .widget-event-details li:last-child {
      margin-top: 20px; }
  .single-event .widget-event-details .detail {
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px ;
    font-size: 0.875rem ; }
    @media screen and (min-width: 480px) {
      .single-event .widget-event-details .detail {
        font-size: 16px ;
        font-size: 1rem ; } }
    @media screen and (min-width: 860px) {
      .single-event .widget-event-details .detail {
        font-size: 18px ;
        font-size: 1.125rem ; } }
  .single-event .widget-event-details .answer {
    font-size: 12px ;
    font-size: 0.75rem ; }
    @media screen and (min-width: 480px) {
      .single-event .widget-event-details .answer {
        font-size: 14px ;
        font-size: 0.875rem ; } }
    @media screen and (min-width: 860px) {
      .single-event .widget-event-details .answer {
        font-size: 16px ;
        font-size: 1rem ; } }
    .single-event .widget-event-details .answer .single-date {
      display: inline-block; }
      .single-event .widget-event-details .answer .single-date:nth-child(1n+2):before {
        content: '\00a0-\00a0'; }

.single-event .event-image {
  margin: 10px 0 20px 0; }

.post-type-archive-event .no-posts {
  text-align: center; }

.post-type-archive-event .event-archive {
  margin: 40px 0 60px 0; }
  .post-type-archive-event .event-archive:before, .post-type-archive-event .event-archive:after {
    content: '';
    display: table; }
  .post-type-archive-event .event-archive:after {
    clear: both; }

.post-type-archive-event .event {
  position: relative;
  padding: 30px 20px 50px 20px;
  margin-bottom: 25px;
  background: #ededed;
  text-align: center; }
  .post-type-archive-event .event:before, .post-type-archive-event .event:after {
    content: '';
    display: table; }
  .post-type-archive-event .event:after {
    clear: both; }
  .post-type-archive-event .event.no-single {
    padding: 30px 20px 20px 20px; }
  @media screen and (min-width: 480px) and (max-width: 860px) {
    .post-type-archive-event .event {
      width: 48.71795%;
      float: left;
      margin-left: 2.5641%;
      margin-bottom: 20px; }
      .post-type-archive-event .event:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left; } }
  @media screen and (min-width: 860px) {
    .post-type-archive-event .event {
      width: 31.62393%;
      float: left;
      margin-left: 2.5641%;
      margin-bottom: 20px; }
      .post-type-archive-event .event:nth-of-type(3n+1) {
        margin-left: 0;
        clear: left; } }
  .post-type-archive-event .event figure img {
    display: block;
    margin: 0 auto 20px auto; }
  .post-type-archive-event .event .event-image {
    border: 20px solid #FFF; }
  .post-type-archive-event .event .entry-title {
    font-weight: 600; }
  .post-type-archive-event .event .event-date {
    font-size: 12px ;
    font-size: 0.75rem ; }
    @media screen and (min-width: 480px) {
      .post-type-archive-event .event .event-date {
        font-size: 14px ;
        font-size: 0.875rem ; } }
    @media screen and (min-width: 860px) {
      .post-type-archive-event .event .event-date {
        font-size: 16px ;
        font-size: 1rem ; } }
    .post-type-archive-event .event .event-date .single-date {
      display: inline-block; }
      .post-type-archive-event .event .event-date .single-date:nth-child(1n+2):before {
        content: '\00a0-\00a0'; }
  .post-type-archive-event .event .readmore {
    position: absolute;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  .post-type-archive-event .event span {
    display: block;
    line-height: 1.4; }

.post-type-archive-event .event-details {
  max-width: 260px;
  margin: 25px auto 0 auto;
  padding: 10px 15px;
  background: #FFF;
  text-align: left;
  font-size: 12px ;
  font-size: 0.75rem ; }
  @media screen and (min-width: 860px) {
    .post-type-archive-event .event-details {
      font-size: 14px ;
      font-size: 0.875rem ; } }
  @media screen and (min-width: 1050px) {
    .post-type-archive-event .event-details {
      font-size: 16px ;
      font-size: 1rem ; } }
  .post-type-archive-event .event-details li {
    padding: 5px 0; }
    .post-type-archive-event .event-details li:before, .post-type-archive-event .event-details li:after {
      content: '';
      display: table; }
    .post-type-archive-event .event-details li:after {
      clear: both; }
  .post-type-archive-event .event-details .detail {
    font-weight: 600;
    width: 35%;
    float: left; }
  .post-type-archive-event .event-details .answer {
    width: 60%;
    margin-left: 5%;
    float: left; }

.post-type-archive-event header {
  margin-bottom: 20px; }

.latest-events .event {
  background: #ededed;
  padding: 20px; }
  .latest-events .event:before, .latest-events .event:after {
    content: '';
    display: table; }
  .latest-events .event:after {
    clear: both; }
  .latest-events .event header {
    text-align: left;
    font-size: 14px ;
    font-size: 0.875rem ; }
    @media screen and (min-width: 860px) {
      .latest-events .event header {
        float: left;
        width: 64%; } }
    .latest-events .event header h3, .latest-events .event header .share-buttons .read-more-news, .share-buttons .latest-events .event header .read-more-news {
      font-weight: 600; }
    .latest-events .event header span {
      display: block;
      color: #5D5D5D; }
  .latest-events .event.no-single header {
    width: 100%;
    margin-bottom: 5px; }
  .latest-events .event .entry-title {
    font-size: 18px ;
    font-size: 1.125rem ; }
  @media screen and (max-width: 860px) {
    .latest-events .event figure {
      margin-top: 15px; } }
  @media screen and (min-width: 860px) {
    .latest-events .event figure {
      max-width: 90px;
      float: right; } }
  .latest-events .event.no-single figure {
    display: none; }
  .latest-events .event .event-details {
    width: 100%;
    clear: both;
    padding: 10px;
    background: #FFF;
    font-size: 12px ;
    font-size: 0.75rem ; }
    .latest-events .event .event-details .detail {
      font-weight: 600; }
  .latest-events .event .single-date {
    display: inline-block; }
    .latest-events .event .single-date:nth-child(1n+2):before {
      content: '\00a0-\00a0'; }
  .latest-events .event .readmore {
    display: block;
    float: left;
    clear: left;
    margin-top: 5px; }
  .latest-events .event .event-image {
    border: 5px solid #FFF; }

/*------------------------------------------------------------------------*/
/*  Gravity Forms
/*  - Need more basic styling? Check here: http://corporate.elephantlabs.nl/wp-content/plugins/gravityforms/css/formsmain.css
/*------------------------------------------------------------------------*/
/* remove ul li styling ------------------------------------------------------*/
.gform_wrapper ul {
  margin: 0 !important;
  list-style-type: none; }

.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible; }

.gform_wrapper li,
.gform_wrapper form li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible; }

.gform_wrapper ul li.gfield {
  clear: both; }

/* heading ------------------------------------------------------*/
.gform_wrapper .gform_heading {
  margin-bottom: 25px; }

/* label positions ------------------------------------------------------*/
.gform_wrapper .top_label .gfield_label {
  display: none !important;
  line-height: 1.3em;
  clear: both; }

.gform_wrapper .left_label .gfield_label {
  float: left;
  padding: 0 15px 0 0;
  width: 32%;
  font-weight: 700; }

.gform_wrapper .right_label .gfield_label {
  float: left;
  padding: 0 15px 0 0;
  width: 32%;
  font-weight: 700;
  text-align: right; }

.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_radio {
  margin-left: 32%;
  overflow: hidden; }

/* complex input styling ------------------------------------------------------*/
.gform_wrapper .ginput_complex {
  overflow: hidden; }

.gform_wrapper .ginput_left input:focus + label,
.gform_wrapper .ginput_right input:focus + label,
.gform_wrapper .ginput_full input:focus + label {
  font-weight: 700; }

.gform_wrapper .datepicker {
  width: 100px !important; }

.gform_wrapper .ginput_complex .ginput_right input[type=text],
.gform_wrapper .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex .ginput_right input[type=email],
.gform_wrapper .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .ginput_complex .ginput_right input[type=number],
.gform_wrapper .ginput_complex .ginput_right input[type=password],
.gform_wrapper .ginput_complex .ginput_right select {
  width: 95% !important; }

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  display: block;
  margin: 3px 0;
  font-size: 11px;
  letter-spacing: 0.5pt; }

.gform_wrapper .ginput_complex .name_prefix {
  float: left;
  width: 30px !important;
  margin-right: 14px; }

.gform_wrapper .ginput_complex .name_suffix {
  float: left;
  width: 30px !important; }

.gform_wrapper .ginput_complex .name_first,
.gform_wrapper .ginput_complex .name_last {
  float: left;
  width: 100px;
  margin-right: 8px; }

/* checkbox/radio fields styling ------------------------------------------------------*/
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative; }

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin-bottom: 20px !important;
  padding: 0; }

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  overflow: hidden; }

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: block;
  margin: 0 0 0 24px;
  padding: 0;
  width: auto;
  line-height: 1.5;
  vertical-align: top; }

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
  float: left;
  margin-left: 2px; }

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  margin: 0 0 8px 0;
  line-height: 1.3em; }

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: 700; }

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

/* select styling ------------------------------------------------------*/
.gform_wrapper select {
  font-size: 11px;
  letter-spacing: normal; }

.gform_wrapper select option {
  padding: 2px 2px;
  display: block; }

/* time fields ------------------------------------------------------*/
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  width: 70px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  margin-right: 12px; }

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  margin-right: 6px; }

.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gfield_time_ampm select {
  width: 60px !important; }

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
  width: 70% !important; }

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  width: 50px;
  float: left; }

.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
  width: 85% !important; }

/* ajax forms ------------------------------------------------------*/
.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px; }

/* tame those pesky hidden fields ------------------------------------------------------*/
.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden; }

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
  display: none !important; }

/* hide the honeypot field  ------------------------------------------------------*/
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

/*------------------------------------------------------------------------*/
/*  Inputs
/*------------------------------------------------------------------------*/
select {
  font-family: Arial, Helvetica, sans-serif; }

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px 12px !important;
  color: #5D5D5D;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px ;
  font-size: 1rem ;
  letter-spacing: normal;
  border: 1px solid #bfbfbf;
  background: white;
  outline-style: none;
  -webkit-font-smoothing: antialiased;
  transition: border 0.25s ease, background 0.25s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input[type=text]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #04A3E7; }
  input[type=text]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #04A3E7; }
  input[type=text]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #04A3E7; }
  input[type=text]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #04A3E7; }
  input[type=text]:focus,
  input[type=url]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  textarea:focus {
    border-color: #EFEFEF;
    background: #EFEFEF; }

/*------------------------------------------------------------------------*/
/*  Custom select styling
/*------------------------------------------------------------------------*/
.ginput_container_select,
.custom-select {
  position: relative;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #c9c9c9;
  /* Adds Firefox < 35 support */
  /* IE 10/11+ support */ }
  .ginput_container_select select,
  .custom-select select {
    width: 100%;
    margin: 0;
    outline: none;
    padding: 10px 12px 10px 7px;
    color: #04A3E7;
    background: #FFF !important;
    /* Font size must be 16px to prevent iOS page zoom on focus */
    font-size: 16px; }
  .ginput_container_select:after,
  .custom-select:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../images/svg-original/arrow-down.svg");
    background-size: 14px 15px;
    width: 14px;
    height: 15px;
    top: 40%;
    right: 20px;
    z-index: 2;
    pointer-events: none;
    display: none;
    transition: border 0.25s ease, top 0.25s ease; }
  .ginput_container_select:hover:after,
  .custom-select:hover:after {
    top: 45%; }
  @supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)) {
    .ginput_container_select:after,
    .custom-select:after {
      display: block; }
    .ginput_container_select select,
    .custom-select select {
      padding-right: 2em;
      background: white;
      border: 1px solid transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .ginput_container_select select:focus,
      .custom-select select:focus {
        border-color: #04A3E7; } }

@-moz-document url-prefix() {
  .ginput_container_select,
  .custom-select {
    overflow: hidden; }
    .ginput_container_select:after,
    .custom-select:after {
      display: block; }
    .ginput_container_select select,
    .custom-select select {
      overflow: -moz-hidden-unscrollable;
      padding-right: .4em;
      background: white;
      border: 1px solid transparent;
      min-width: calc(0em);
      width: calc(100% + 2.4em); }
    @supports (mask-type: alpha) {
      .ginput_container_select,
      .custom-select {
        overflow: visible; }
        .ginput_container_select select,
        .custom-select select {
          -moz-appearance: none;
          width: 100%;
          padding-right: 2em; } } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ginput_container_select select,
    .custom-select select {
      padding-right: 2em;
      background: white;
      border: 1px solid transparent; }
      .ginput_container_select select::-ms-expand,
      .custom-select select::-ms-expand {
        display: none; }
      .ginput_container_select select:focus,
      .custom-select select:focus {
        border-color: #04A3E7; }
      .ginput_container_select select:focus::-ms-value,
      .custom-select select:focus::-ms-value {
        background: transparent;
        color: #04A3E7; }
    .ginput_container_select:after,
    .custom-select:after {
      display: block; } }

/*------------------------------------------------------------------------*/
/*  Gravity Forms
/*	- Custom theme form styling
/*------------------------------------------------------------------------*/
section#gform_widget-2, section#gform_widget-3, section#gform_widget-4 {
  display: none; }

section#gform_widget-5, section#gform_widget-6, section#gform_widget-7 {
  display: none; }

.parent-pageid-1101 section#gform_widget-5,
.page-id-1101 section#gform_widget-5 {
  display: block !important; }

.parent-pageid-1597 section#gform_widget-7,
.page-id-1597 section#gform_widget-7 {
  display: block !important; }

.parent-pageid-1093 section#gform_widget-6,
.page-id-1093 section#gform_widget-6 {
  display: block !important; }

.gform_wrapper {
  margin-bottom: 20px;
  width: 100% !important;
  /*------------------------------------------------------------------------*/
  /*  Label position
	/*------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------*/
  /*  Error fields
	/*------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------*/
  /*  Sublabels and descriptions
	/*------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------*/
  /*  Overwrite CSS Ready classes of Gravityforms
	/*------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------*/
  /*  Responsive
	/*------------------------------------------------------------------------*/
  /* @include media($mobile) {

		.left_label .gfield_label {
			float: none;
			padding: 0;
			width: 100%;
		}

		.left_label .gfield_description {
			padding-left: 0;
		}

	} */ }
  @media screen and (min-width: 860px) {
    .gform_wrapper {
      width: 80%; } }
  .gform_wrapper:last-child {
    margin-bottom: 0; }
  .gform_wrapper + script:last-child {
    margin-top: -20px;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  body.page .gform_wrapper h3.gform_title, body.page .gform_wrapper .share-buttons .gform_title.read-more-news, .share-buttons body.page .gform_wrapper .gform_title.read-more-news {
    color: #B7193F; }
  .gform_wrapper label.gfield_label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 8px; }
  .gform_wrapper .button {
    margin-top: 20px; }
  .gform_wrapper .gfield {
    /* margin-bottom: 20px; */ }
    .gform_wrapper .gfield.name .ginput_container, .gform_wrapper .gfield.email .ginput_container, .gform_wrapper .gfield.phone .ginput_container, .gform_wrapper .gfield.url .ginput_container, .gform_wrapper .gfield.company .ginput_container {
      position: relative; }
      .gform_wrapper .gfield.name .ginput_container:before, .gform_wrapper .gfield.email .ginput_container:before, .gform_wrapper .gfield.phone .ginput_container:before, .gform_wrapper .gfield.url .ginput_container:before, .gform_wrapper .gfield.company .ginput_container:before {
        font-size: 18px ;
        font-size: 1.125rem ;
        position: absolute;
        top: 10px;
        left: 16px;
        color: #04A3E7;
        pointer-events: none;
        transition: color 0.25s; }
      .gform_wrapper .gfield.name .ginput_container input, .gform_wrapper .gfield.email .ginput_container input, .gform_wrapper .gfield.phone .ginput_container input, .gform_wrapper .gfield.url .ginput_container input, .gform_wrapper .gfield.company .ginput_container input {
        padding-left: 45px !important; }
    .gform_wrapper .gfield:hover .ginput_container:before {
      color: #04A3E7; }
  .gform_wrapper .ginput_container > span > input,
  .gform_wrapper .ginput_container > input {
    margin-bottom: 15px; }
  @media screen and (min-width: 480px) {
    .gform_wrapper .ginput_container.ginput_complex.has_first_name.no_middle_name.has_last_name.no_prefix.no_suffix span.name_first {
      margin-right: 2% !important;
      width: 49%; } }
  .gform_wrapper .ginput_container.ginput_complex.has_first_name.no_middle_name.has_last_name.no_prefix.no_suffix span.name_first input {
    width: 100%; }
  .gform_wrapper .ginput_container.ginput_complex.has_first_name.no_middle_name.has_last_name.no_prefix.no_suffix span.name_last {
    margin-right: 0 !important; }
    @media screen and (min-width: 480px) {
      .gform_wrapper .ginput_container.ginput_complex.has_first_name.no_middle_name.has_last_name.no_prefix.no_suffix span.name_last {
        width: 49%; } }
    .gform_wrapper .ginput_container.ginput_complex.has_first_name.no_middle_name.has_last_name.no_prefix.no_suffix span.name_last input {
      width: 100%; }
  .gform_wrapper .ginput_container.ginput_complex.has_city.has_zip span.address_city {
    display: block; }
    @media screen and (min-width: 480px) {
      .gform_wrapper .ginput_container.ginput_complex.has_city.has_zip span.address_city {
        float: left;
        margin-right: 2%;
        width: 49%; } }
    .gform_wrapper .ginput_container.ginput_complex.has_city.has_zip span.address_city input {
      width: 100% !important; }
  .gform_wrapper .ginput_container.ginput_complex.has_city.has_zip span.address_zip {
    display: block; }
    @media screen and (min-width: 480px) {
      .gform_wrapper .ginput_container.ginput_complex.has_city.has_zip span.address_zip {
        float: left;
        margin-left: 0;
        width: 49%; } }
    .gform_wrapper .ginput_container.ginput_complex.has_city.has_zip span.address_zip input {
      width: 100% !important; }
  .gform_wrapper .left_label .gfield_description {
    padding-left: 32%; }
  #sidebar .gform_wrapper .left_label .gfield_label {
    float: none;
    padding: 0;
    width: 100%; }
  #sidebar .gform_wrapper .left_label .gfield_description {
    padding-left: 0; }
  .gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    border: none !important;
    max-width: none !important;
    width: 100% !important; }
    .gform_wrapper li.gfield.gfield_error .ginput_container {
      max-width: none !important;
      margin-left: 0 !important; }
    .gform_wrapper li.gfield.gfield_error input[type=text],
    .gform_wrapper li.gfield.gfield_error input[type=url],
    .gform_wrapper li.gfield.gfield_error input[type=email],
    .gform_wrapper li.gfield.gfield_error input[type=tel],
    .gform_wrapper li.gfield.gfield_error input[type=number],
    .gform_wrapper li.gfield.gfield_error input[type=password],
    .gform_wrapper li.gfield.gfield_error textarea {
      width: 100%;
      margin-bottom: 0; }
    .gform_wrapper li.gfield.gfield_error .validation_message,
    .gform_wrapper li.gfield.gfield_error .gfield_description {
      padding: 6px 8px !important;
      margin: 0 !important;
      margin-bottom: 20px;
      max-width: none !important;
      width: 100% !important;
      color: #B7193F; }
  .gform_wrapper li.gfield.gfield_error .gfield_description,
  .gform_wrapper li.gfield.gfield_error table.gfield_list thead th,
  .gform_wrapper .validation_message {
    color: red;
    font-weight: 400;
    font-size: 0.9em; }
  .gform_wrapper .gfield_required {
    color: red;
    font-weight: 400;
    font-size: 0.9em;
    vertical-align: text-bottom; }
  .gform_wrapper .validation_error {
    position: relative;
    padding: 10px 8px 10px 40px !important;
    margin-bottom: 15px !important;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: none;
    border-radius: 5px;
    border: none !important;
    color: #B94A48 !important;
    background: #F2DEDE;
    width: 100% !important; }
    .gform_wrapper .validation_error:before {
      position: absolute;
      left: 12px;
      top: 50%;
      margin-top: -12px;
      font-size: 22px; }
  .gform_wrapper .gfield_description {
    padding-top: 5px; }
  .gform_wrapper .gfield_error .gfield_label {
    color: red; }
  .gform_wrapper .gfield_date_day label,
  .gform_wrapper .gfield_date_month label,
  .gform_wrapper .gfield_date_year label,
  .gform_wrapper .gfield_time_ampm label,
  .gform_wrapper .gfield_time_hour label,
  .gform_wrapper .gfield_time_minute label,
  .gform_wrapper .ginput_complex label {
    display: none !important; }
  .gform_wrapper .top_label .show_label .gfield_label {
    display: inline-block !important; }
  .gform_wrapper .instruction {
    font-size: 1.4rem !important; }
  .gform_wrapper .gform_body .top_label li.gfield.gf_left_half,
  .gform_wrapper .gform_body .top_label li.gfield.gf_right_half,
  .gform_wrapper .gform_body .top_label li.gfield.gf_left_half.gfield_error,
  .gform_wrapper .gform_body .top_label li.gfield.gf_right_half.gfield_error {
    margin-bottom: 0 !important; }
    @media screen and (min-width: 480px) {
      .gform_wrapper .gform_body .top_label li.gfield.gf_left_half,
      .gform_wrapper .gform_body .top_label li.gfield.gf_right_half,
      .gform_wrapper .gform_body .top_label li.gfield.gf_left_half.gfield_error,
      .gform_wrapper .gform_body .top_label li.gfield.gf_right_half.gfield_error {
        width: 49.2% !important;
        float: left;
        clear: none; } }
  @media screen and (min-width: 480px) {
    .gform_wrapper .gform_body .top_label li.gfield.gf_left_half,
    .gform_wrapper .gform_body .top_label li.gfield.gf_left_half.gfield_error {
      margin-right: 1.6% !important; } }

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
          filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
  margin-bottom: 28px; }
  .gallery .gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%; }
    .gallery .gallery-item img {
      border: none;
      height: auto;
      margin: 0; }

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.contact-sections {
  clear: both; }
  .contact-sections:before, .contact-sections:after {
    content: '';
    display: table; }
  .contact-sections:after {
    clear: both; }
  .contact-sections .contact-section {
    margin-bottom: 40px; }
    .contact-sections .contact-section:before, .contact-sections .contact-section:after {
      content: '';
      display: table; }
    .contact-sections .contact-section:after {
      clear: both; }
    .contact-sections .contact-section:last-child {
      margin-bottom: 0; }
    .contact-sections .contact-section.red h2,
    .contact-sections .contact-section.red a {
      color: #B7193F; }
    .contact-sections .contact-section.blue h2,
    .contact-sections .contact-section.blue a {
      color: #04A3E7; }
    .contact-sections .contact-section.black h2,
    .contact-sections .contact-section.black a {
      color: #3A3A3A; }
    .contact-sections .contact-section.grey h2,
    .contact-sections .contact-section.grey a {
      color: #97A1A6; }
  .contact-sections .contact-box {
    padding: 15px;
    background: #EFEFEF; }
    @media screen and (max-width: 480px) {
      .contact-sections .contact-box {
        margin-bottom: 20px; } }
    @media screen and (min-width: 480px) and (max-width: 860px) {
      .contact-sections .contact-box {
        width: 48.71795%;
        float: left;
        margin-left: 2.5641%;
        margin-bottom: 20px; }
        .contact-sections .contact-box:nth-of-type(2n+1) {
          margin-left: 0;
          clear: left; } }
    @media screen and (min-width: 860px) {
      .contact-sections .contact-box {
        width: 31.62393%;
        float: left;
        margin-left: 2.5641%;
        margin-bottom: 20px;
        padding: 30px; }
        .contact-sections .contact-box:nth-of-type(3n+1) {
          margin-left: 0;
          clear: left; } }
  @media screen and (min-width: 480px) {
    .contact-sections .box-header h3, .contact-sections .box-header .share-buttons .read-more-news, .share-buttons .contact-sections .box-header .read-more-news {
      font-size: 21px ;
      font-size: 1.3125rem ; } }
  @media screen and (min-width: 860px) {
    .contact-sections .box-header h3, .contact-sections .box-header .share-buttons .read-more-news, .share-buttons .contact-sections .box-header .read-more-news {
      font-size: 21px ;
      font-size: 1.3125rem ; } }
  .contact-sections .box-footer p {
    margin: 0; }

.map-marker-selection {
  margin: 0 auto 40px auto;
  padding: 6px 0 12px 0;
  background: #E5E5E5;
  text-align: center; }
  .map-marker-selection ul {
    display: inline-block; }
  .map-marker-selection li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    color: #04A3E7; }
    .map-marker-selection li input,
    .map-marker-selection li label {
      display: inline-block;
      vertical-align: middle; }
    .map-marker-selection li label {
      padding-top: 2px;
      text-transform: uppercase;
      font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
      font-weight: 600;
      font-size: 14px ;
      font-size: 0.875rem ;
      cursor: pointer;
      transition: color 0.25s ease; }
      .map-marker-selection li label:hover {
        color: #B7193F; }

/*------------------------------------------------------------------------*/
/*  Layout (base structure styles used on most if not all pages. A layout can contain multiple sections)
/*------------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box; }

/*------------------------------------------------------------------------*/
/*  Body
/*------------------------------------------------------------------------*/
html {
  font-size: 100%; }

body {
  background: #FFF; }

/*------------------------------------------------------------------------*/
/*  Main structure and Layout
/*------------------------------------------------------------------------*/
.site-container {
  position: relative;
  width: 100%; }

.site-inner {
  clear: both;
  margin: 0 auto;
  box-sizing: content-box;
  padding-top: 80px;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }
  .site-inner:before, .site-inner:after {
    content: '';
    display: table; }
  .site-inner:after {
    clear: both; }
  @media screen and (min-width: 860px) {
    .site-inner {
      padding-top: 160px; } }

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.125%;
  box-sizing: content-box;
  position: relative; }

/* Column Widths and Positions
--------------------------------------------- */
/* Content  */
.content {
  float: right;
  width: calc(100% - 400px);
  clear: left;
  padding-bottom: 40px; }
  .content:before, .content:after {
    content: '';
    display: table; }
  .content:after {
    clear: both; }
  @media screen and (max-width: 860px) {
    .content {
      float: none;
      width: 100%; } }

.content-sidebar-wrap {
  padding-top: 40px; }
  .content-sidebar-wrap:before, .content-sidebar-wrap:after {
    content: '';
    display: table; }
  .content-sidebar-wrap:after {
    clear: both; }
  .home .content-sidebar-wrap,
  .single-product .content-sidebar-wrap {
    display: none; }

.content-sidebar .content {
  float: left; }

.content-sidebar .sidebar-primary,
.content-sidebar .blog-sidebar {
  float: right; }

.sidebar-content .content {
  float: right; }

.sidebar-content .sidebar-primary,
.sidebar-content .blog-sidebar {
  float: left; }

.full-width-content .content {
  width: 100%;
  float: none;
  padding: 0 0 40px 0; }

/* Primary Sidebar */
.sidebar-primary {
  width: 340px;
  clear: right; }
  .sidebar-primary:before, .sidebar-primary:after {
    content: '';
    display: table; }
  .sidebar-primary:after {
    clear: both; }
  @media screen and (max-width: 860px) {
    .sidebar-primary {
      float: none;
      width: 100%; } }
  .full-width-content .sidebar-primary {
    display: none; }

/*------------------------------------------------------------------------*/
/*  Images
/*------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

img.alignleft,
img.alignright {
  max-width: 48%; }

/*------------------------------------------------------------------------*/
/*  Selection
/*------------------------------------------------------------------------*/
::-moz-selection {
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: rgba(183, 25, 63, 0.6); }

::selection {
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: rgba(183, 25, 63, 0.6); }

/*------------------------------------------------------------------------*/
/*  Lists
/*------------------------------------------------------------------------*/
ul.content-ul {
  margin-bottom: 20px; }
  ul.content-ul li {
    list-style: disc;
    margin-left: 30px;
    line-height: 1.8; }
  ul.content-ul:last-child {
    margin-bottom: 0; }

ol {
  margin-bottom: 20px; }
  ol li {
    list-style-type: decimal;
    margin-left: 30px;
    line-height: 1.8; }
  ol:last-child {
    margin-bottom: 0; }

/*------------------------------------------------------------------------*/
/*  Breadcrumb
/*------------------------------------------------------------------------*/
.breadcrumbs {
  margin: 20px 0;
  display: none; }

.breadcrumb-container {
  display: inline-block;
  background: #EFEFEF;
  padding: 5px 15px;
  border-radius: 0 15px 15px 0;
  font-size: 14px ;
  font-size: 0.875rem ;
  margin-bottom: 0; }
  .breadcrumb-container .breadcrumb_last {
    margin-left: 5px;
    color: #5D5D5D; }
  .breadcrumb-container a {
    margin: 0 5px;
    text-decoration: none; }

/*------------------------------------------------------------------------*/
/*  Brandguide - colors
/*------------------------------------------------------------------------*/
#content .color {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  border: 3px solid white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

/*------------------------------------------------------------------------*/
/*  Sections (mostly wrappers for objects)
/*------------------------------------------------------------------------*/
.section {
  width: 100%;
  position: relative; }
  .section .wrap {
    padding: 10px 3.125% 0 3.125%; }

/*
Site Header and logo
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  transition: top .5s ease, -webkit-transform .5s ease;
  transition: top .5s ease, transform .5s ease;
  transition: top .5s ease, transform .5s ease, -webkit-transform .5s ease;
  height: 80px;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: white; }
  .site-header:before, .site-header:after {
    content: '';
    display: table; }
  .site-header:after {
    clear: both; }
  .site-header.nav-hide {
    top: -80px; }
  @media screen and (min-width: 860px) {
    .site-header.nav-hide {
      top: -160px;
      height: 160px; } }
  .site-header .header-content {
    background: #B7193F;
    height: 28px; }
    .site-header .header-content:before, .site-header .header-content:after {
      content: '';
      display: table; }
    .site-header .header-content:after {
      clear: both; }
    @media screen and (min-width: 860px) {
      .site-header .header-content {
        padding: 10px 0;
        height: 50px;
        border-bottom: 0; } }
  .site-header .logo {
    float: left;
    max-width: 120px; }
    @media screen and (min-width: 860px) {
      .site-header .logo {
        max-width: 160px;
        margin-top: 20px; } }
    @media screen and (min-width: 1050px) {
      .site-header .logo {
        max-width: 211px;
        margin-top: 7px; } }

.search-form {
  float: right; }
  @media screen and (max-width: 860px) {
    .search-form {
      height: 28px; } }
  .search-form input[type=submit] {
    display: none; }
  .search-form input[type=search] {
    width: 120px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 6px 8px;
    color: #FFF;
    font-size: 14px ;
    font-size: 0.875rem ;
    transition: background 0.25s ease, color 0.25s ease; }
    .search-form input[type=search]:hover {
      background: rgba(255, 255, 255, 0.2); }
    .search-form input[type=search]:focus {
      background: #FFF;
      color: #B7193F; }
    @media screen and (min-width: 860px) {
      .search-form input[type=search] {
        padding: 7px 7px 5px 7px; } }
    @media screen and (min-width: 1050px) {
      .search-form input[type=search] {
        width: 180px; } }

.utilities {
  float: right;
  text-align: right;
  font-size: 18px;
  font-weight: 700; }
  .utilities li {
    display: inline-block; }
  .utilities a {
    text-decoration: none; }

.social-links {
  position: relative;
  bottom: 1px;
  display: none;
  float: right;
  margin-right: 20px; }
  @media screen and (min-width: 860px) {
    .social-links {
      display: block; } }
  @media screen and (min-width: 1050px) {
    .social-links {
      margin-right: 30px; } }
  .social-links li .icon {
    width: 30px;
    height: 30px;
    padding: 6px;
    margin-right: 3px;
    fill: white;
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.1);
    transition: fill 0.25s ease, background 0.25s ease; }
  .social-links li .social-link:hover .icon {
    fill: #B7193F;
    background: #FFF; }
  .social-links li span {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle; }
  .social-links li:last-of-type .icon {
    margin-right: 0; }

.contact-links {
  display: none;
  float: right;
  margin-right: 20px; }
  @media screen and (min-width: 860px) {
    .contact-links {
      display: block; } }
  @media screen and (min-width: 1050px) {
    .contact-links {
      margin-right: 30px; } }
  .contact-links .utility-link {
    position: relative;
    top: 1px;
    margin-right: 10px;
    color: #FFF;
    font-size: 14px ;
    font-size: 0.875rem ;
    font-weight: 300;
    transition: color 0.25s ease; }
    @media screen and (min-width: 1050px) {
      .contact-links .utility-link {
        font-size: 16px ;
        font-size: 1rem ;
        margin-right: 20px; } }
    .contact-links .utility-link:hover {
      color: rgba(255, 255, 255, 0.8); }
  .contact-links li:last-of-type .utility-link {
    margin-right: 0; }

.language-switch {
  float: right;
  margin-right: 20px; }
  @media screen and (max-width: 860px) {
    .language-switch {
      height: 28px; } }
  @media screen and (min-width: 1050px) {
    .language-switch {
      margin-right: 30px; } }
  .language-switch li {
    padding: 0px 6px 0px 6px;
    background: none; }
    @media screen and (min-width: 860px) {
      .language-switch li {
        padding: 0px 7px 1px 7px; } }
    @media screen and (min-width: 1050px) {
      .language-switch li {
        padding: 1px 7px 1px 7px; } }
    .language-switch li a,
    .language-switch li span {
      color: #FFF;
      font-size: 12px ;
      font-size: 0.75rem ;
      font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase; }
      @media screen and (max-width: 860px) {
        .language-switch li a,
        .language-switch li span {
          position: relative;
          bottom: 1px; } }
      @media screen and (min-width: 1050px) {
        .language-switch li a,
        .language-switch li span {
          font-size: 14px ;
          font-size: 0.875rem ; } }
    .language-switch li a:hover {
      color: rgba(255, 255, 255, 0.8); }
    .language-switch li a:visited {
      color: #FFF; }
  .language-switch .current-menu-item {
    background: #FFF;
    margin-right: 5px; }
    .language-switch .current-menu-item span {
      color: #B7193F; }

/* Title Area
--------------------------------------------- */
.title-area {
  font-weight: 700;
  float: left;
  overflow: hidden;
  width: 320px; }

.site-title {
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 5px; }
  .site-title a,
  .site-title a:hover {
    color: #222;
    display: block;
    padding: 28px 0 0;
    text-decoration: none; }

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%; }

.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px; }

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
  float: left;
  margin: 0;
  max-width: 260px;
  min-height: 100px;
  padding: 0;
  width: 100%; }

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  display: inline;
  font-size: 14px;
  padding-bottom: 30px; }
  .sidebar p {
    margin-bottom: 16px; }
  .sidebar p:last-child,
  .sidebar ul {
    margin-bottom: 0; }
  .sidebar li,
  .sidebar .more-from-category a {
    margin-bottom: 6px;
    padding: 0 0 6px 8px; }
  .sidebar .more-from-category {
    padding-top: 6px; }
  .sidebar .widget {
    margin-bottom: 30px;
    padding: 30px 40px;
    word-wrap: break-word; }
  .sidebar .search-form {
    width: 100%; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
  background: #ededed;
  /* Newsletter Signup */ }
  .widget .gform_wrapper .button {
    margin-left: 15px; }
  .widget.alt {
    background: #04A3E7;
    border: none;
    color: white; }
    .widget.alt .widget-header h3, .widget.alt .widget-header .share-buttons .read-more-news, .share-buttons .widget.alt .widget-header .read-more-news {
      color: white; }
  .widget li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-top: 6px;
    text-align: left; }
  .widget ol > li {
    background-image: none;
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px; }
  .widget ul > li {
    text-indent: 0;
    list-style-position: outside;
    padding: 0 0 0 16px; }
  .widget ol > li:last-child,
  .widget ul > li:last-child {
    margin-bottom: 0; }
  .widget.google-maps {
    padding: 0; }
    .widget.google-maps .widget-header {
      background: #FFF;
      padding: 30px 40px; }
      .widget.google-maps .widget-header h3, .widget.google-maps .widget-header .share-buttons .read-more-news, .share-buttons .widget.google-maps .widget-header .read-more-news {
        margin: 0; }
    .widget.google-maps .highlight-google {
      width: 100%;
      height: 300px; }

.widget-calendar table {
  width: 100%; }

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

.widget-calendar caption {
  font-size: 12px;
  font-style: italic;
  padding: 2px 6px 0 0;
  text-align: right; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 12px;
  padding: 0; }

.featured-content .entry-title {
  font-size: 18px; }

/* Taxonomy submenu
--------------------------------------------- */
.widget-terms {
  padding: 30px;
  float: right;
  width: 277px;
  margin-top: 40px; }
  .widget-terms:before, .widget-terms:after {
    content: '';
    display: table; }
  .widget-terms:after {
    clear: both; }
  @media screen and (max-width: 860px) {
    .widget-terms {
      float: none;
      width: 100%;
      margin: 40px 0; } }

.widget-terms h2,
.widget-submenu h2 {
  display: none;
  margin-bottom: 0; }
  @media screen and (min-width: 860px) {
    .widget-terms h2,
    .widget-submenu h2 {
      display: block;
      margin-bottom: 20px; } }
  .widget-terms h2#subnavi-toggle,
  .widget-submenu h2#subnavi-toggle {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #04A3E7;
    transition: all .15s ease; }
    .widget-terms h2#subnavi-toggle:hover,
    .widget-submenu h2#subnavi-toggle:hover {
      color: #5D5D5D; }
    @media screen and (min-width: 860px) {
      .widget-terms h2#subnavi-toggle,
      .widget-submenu h2#subnavi-toggle {
        display: none; } }
    .widget-terms h2#subnavi-toggle.active .arrow-down,
    .widget-submenu h2#subnavi-toggle.active .arrow-down {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .widget-terms h2 .arrow-down,
  .widget-submenu h2 .arrow-down {
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    fill: #04A3E7;
    transition: all 0.4s; }

.widget-terms ul.subpage-menu,
.widget-submenu ul.subpage-menu {
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }
  .widget-terms ul.subpage-menu li,
  .widget-submenu ul.subpage-menu li {
    margin: 0;
    padding: 5px 0;
    line-height: 1.5; }
    .widget-terms ul.subpage-menu li.current-cat > a,
    .widget-submenu ul.subpage-menu li.current-cat > a {
      color: #5D5D5D;
      font-weight: 700; }
  .widget-terms ul.subpage-menu .children,
  .widget-submenu ul.subpage-menu .children {
    padding-left: 10px; }
    .widget-terms ul.subpage-menu .children li,
    .widget-submenu ul.subpage-menu .children li {
      padding: 0; }
    .widget-terms ul.subpage-menu .children a,
    .widget-submenu ul.subpage-menu .children a {
      font-size: 14px ;
      font-size: 0.875rem ;
      font-weight: 400; }
  .widget-terms ul.subpage-menu a,
  .widget-submenu ul.subpage-menu a {
    font-size: 16px ;
    font-size: 1rem ; }
  .widget-terms ul.subpage-menu.opened,
  .widget-submenu ul.subpage-menu.opened {
    max-height: 9999px; }
  @media screen and (min-width: 860px) {
    .widget-terms ul.subpage-menu,
    .widget-submenu ul.subpage-menu {
      display: block;
      position: relative; }
      .widget-terms ul.subpage-menu.closed,
      .widget-submenu ul.subpage-menu.closed {
        max-height: none; } }

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.section-bottom {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 200px;
  padding: 60px 0 50px 0; }
  .section-bottom .wrap:before {
    height: 200px; }
  .section-bottom .text {
    max-width: 450px; }
    .section-bottom .text .title {
      font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
      font-size: 28px ;
      font-size: 1.75rem ; }
    .section-bottom .text p {
      color: white; }
    @media screen and (min-width: 640px) {
      .section-bottom .text .button {
        float: right;
        margin-right: 50px; } }
  .section-bottom .decoration {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    left: 10%;
    overflow: visible; }

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  width: 100%;
  padding: 20px 0;
  color: white;
  background-color: #3A3A3A;
  font-size: 14px ;
  font-size: 0.875rem ; }
  .site-footer:before, .site-footer:after {
    content: '';
    display: table; }
  .site-footer:after {
    clear: both; }
  .site-footer .copyright-wrap,
  .site-footer .credits {
    text-align: center; }
    @media screen and (min-width: 640px) {
      .site-footer .copyright-wrap,
      .site-footer .credits {
        text-align: left;
        float: left;
        width: 50%; } }
  .site-footer .copyright-wrap:before, .site-footer .copyright-wrap:after {
    content: '';
    display: table; }
  .site-footer .copyright-wrap:after {
    clear: both; }
  .site-footer .copyright {
    display: inline-block; }
  .site-footer .menu {
    display: inline;
    border-left: 1px solid white;
    padding-left: 12px;
    margin-left: 12px; }
    .site-footer .menu li {
      display: inline;
      margin-left: 10px; }
      .site-footer .menu li:first-of-type {
        margin-left: 0; }
  .site-footer a {
    color: white;
    text-decoration: none;
    font-weight: 700; }
    .site-footer a:hover, .site-footer a:focus {
      color: #B7193F; }
  .site-footer p {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media screen and (min-width: 640px) {
      .site-footer p.credits {
        text-align: right; } }

/*------------------------------------------------------------------------*/
/*  Pages (styling that is determined by the page you're on)
/*------------------------------------------------------------------------*/
