@charset "UTF-8";
/*!
Theme Name: 	Gator Pump
Theme URI: 		http://julian.is
Description: 	Default theme for Gator Pump.
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
  box-sizing: border-box;
}

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

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
  display: block;
}
.rows-of-2::after {
  clear: both;
  content: "";
  display: table;
}
.rows-of-2 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.rows-of-2 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .rows-of-2 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .rows-of-2 > *:last-child {
    margin-right: 0;
  }
  .rows-of-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .rows-of-2 > *:nth-child(2n+1) {
    clear: left;
  }
  .rows-of-2 > *:nth-last-child(2):last-child {
    margin-bottom: 0 !important;
  }
  .rows-of-2 > *:nth-last-child(1):last-child {
    margin-bottom: 0 !important;
  }
}

.lt-ie9 .rows-of-2 {
  display: block;
}
.lt-ie9 .rows-of-2::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-2 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-2 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .lt-ie9 .rows-of-2 > * {
    float: left;
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block !important;
    clear: none !important;
  }
}

.rows-of-3 {
  display: block;
}
.rows-of-3::after {
  clear: both;
  content: "";
  display: table;
}
.rows-of-3 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.rows-of-3 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .rows-of-3 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .rows-of-3 > *:last-child {
    margin-right: 0;
  }
  .rows-of-3 > *:nth-child(3n) {
    margin-right: 0;
  }
  .rows-of-3 > *:nth-child(3n+1) {
    clear: left;
  }
}

.lt-ie9 .rows-of-3 {
  display: block;
}
.lt-ie9 .rows-of-3::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-3 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-3 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .lt-ie9 .rows-of-3 > * {
    float: left;
    width: 33.3% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.rows-of-4 {
  display: block;
}
.rows-of-4::after {
  clear: both;
  content: "";
  display: table;
}
.rows-of-4 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.rows-of-4 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .rows-of-4 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .rows-of-4 > *:last-child {
    margin-right: 0;
  }
  .rows-of-4 > *:nth-child(4n) {
    margin-right: 0;
  }
  .rows-of-4 > *:nth-child(4n+1) {
    clear: left;
  }
}

.lt-ie9 .rows-of-4 {
  display: block;
}
.lt-ie9 .rows-of-4::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-4 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-4 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .lt-ie9 .rows-of-4 > * {
    float: left;
    width: 25% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block;
  }
  .mobile-rows-of-2::after {
    clear: both;
    content: "";
    display: table;
  }
  .mobile-rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 46.288514824%;
  }
  .mobile-rows-of-2 > * > *:first-child {
    margin-top: 0;
  }
  .mobile-rows-of-2 > *:nth-last-child(1) {
    background-color: red;
    margin-bottom: 0;
  }
  .mobile-rows-of-2 > *:nth-last-child(2) {
    background-color: green;
    margin-bottom: 0;
  }
  .mobile-rows-of-2 > *:last-child {
    margin-right: 0;
  }
  .mobile-rows-of-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .mobile-rows-of-2 > *:nth-child(2n+1) {
    clear: left;
  }
}

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

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
  }
  .col-1:last-child {
    margin-right: 0;
  }

  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .col-2:last-child {
    margin-right: 0;
  }

  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .col-3:last-child {
    margin-right: 0;
  }

  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .col-4:last-child {
    margin-right: 0;
  }

  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .col-5:last-child {
    margin-right: 0;
  }

  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .col-6:last-child {
    margin-right: 0;
  }

  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .col-7:last-child {
    margin-right: 0;
  }

  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .col-8:last-child {
    margin-right: 0;
  }

  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .col-9:last-child {
    margin-right: 0;
  }

  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
  }
  .col-10:last-child {
    margin-right: 0;
  }

  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
  }
  .col-11:last-child {
    margin-right: 0;
  }

  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .col-12:last-child {
    margin-right: 0;
  }

  .col-last {
    margin-right: 0;
    margin-right: 0 !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #000;
  font-family: "Hind", sans-serif;
  font-size: 1em;
  line-height: 1.42857143;
  overflow-x: hidden;
  background-color: #051829;
  /*@include mq(mediumv) {
    font-size:.875em;
  }
  @include mq(smallv) {
    font-size:.75em;
  }*/
}

.display-font-size {
  font-size: 3em;
}

.xlarge-font-size {
  font-size: 2em;
}

.large-font-size {
  font-size: 1.5em;
}

.medium-font-size {
  font-size: 1.125em;
  margin-bottom: 2em;
  margin-top: 1.75em;
}

.base-font-size {
  font-size: 0.9375em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #051829;
  font-weight: 700;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
  color: #051829;
}

h1,
.h1 {
  font-size: 3em;
}

h2,
.h2 {
  font-size: 2em;
}

h3,
.h3 {
  font-size: 1.5em;
}

h4,
.h4 {
  font-size: 1.125em;
}

h5,
.h5 {
  font-size: 0.9375em;
}

h6,
.h6 {
  font-size: 0.9375em;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 0.9375em;
  line-height: 1.8em;
}

.emph, .section-header-wrap p {
  font-size: 1.125em;
  font-weight: normal;
}
@media (min-width: 40em) {
  .emph, .section-header-wrap p {
    font-size: 1.29375em;
  }
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #337ab7;
  text-decoration: none;
}
a:hover {
  color: #23527c;
  text-decoration: none;
}
a:focus, a:visited, a:active {
  /*color: $hover-link-color;*/
  outline: none;
}

hr {
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.42857143em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  padding: 0;
  margin: 0;
}

cite {
  color: #404040;
  font-style: italic;
}
cite:before {
  content: "— ";
}

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: #e6e6e6;
  border: 1px solid #ccc;
  margin: 0 0 0.714285715em 0;
  padding: 1.42857143em;
}

input,
label,
select {
  display: block;
  font-family: "Hind", sans-serif;
  font-size: 0.9375em;
}

label {
  font-weight: bold;
  margin-bottom: 0.3571428575em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Hind", sans-serif;
  font-size: 0.9375em;
  margin-bottom: 20px;
  padding: 0.4761904767em 0.4761904767em;
  width: 100%;
}
textarea:hover,
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, textarea:hover,
select[multiple=multiple]:hover,
select:hover {
  border-color: #b3b3b3;
}
textarea:focus,
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus,
select[multiple=multiple]:focus,
select:focus {
  border-color: #337ab7;
  box-shadow: none;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.3571428575em;
  width: auto !important;
}

input[type=file] {
  padding-bottom: 0;
  width: 100%;
}

select {
  margin-bottom: 1.42857143em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%;
}

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important;
}

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-error-msgs {
  color: red;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul:not([class]) {
  padding: 0;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px;
  margin-bottom: 15px;
}
ul:not([class]) li {
  font-size: 0.9375em;
}
ul:not([class]) li::marker {
  margin-right: 15px;
  border-radius: 50px;
}
ul:not([class]) li li {
  font-size: 1em;
}
ul:not([class]) ul {
  list-style-type: circle;
  padding-left: 21px;
}

ol:not([class]) {
  padding-left: 2.5em;
  margin-bottom: 0.625em;
  list-style-type: decimal;
  list-style-position: outside;
}

dl {
  margin-bottom: 0.714285715em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.714285715em;
}
dl dd {
  margin: 0;
}

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.714285715em;
  padding-left: 0.6875em;
  margin-top: 2em;
}
.bullet-style ul {
  list-style: none !important;
}
.bullet-style li {
  position: relative;
  margin-bottom: 0;
  font-size: 0.9375em;
  line-height: 2.375em;
  color: #000;
  font-weight: bold;
}
.bullet-style li a {
  text-decoration: none;
  font-weight: normal;
}
.bullet-style li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 1.0625em;
  left: -0.625em;
  background-color: #000;
}

/*
ul:not([class]) {
    clear: left;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: em(28);
    li:not([class]) {
      position: relative;
      margin-bottom: 0;
      font-size: $base-font-size;
      line-height: em(34);
      color: $base-font-color;
      font-weight: 400;
      // p {
      //   font-size: 1em;
      // }
      a {
        text-decoration: none;
        font-weight: normal;
      }
      &:after {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: em(15);
        left: em(-9);
        background-color: $base-font-color;
      }
    }
  }
*/
ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0;
  padding-left: 0.6875em;
  margin-top: 1em;
}
ol li {
  position: relative;
  margin-bottom: 0;
  font-size: 0.9375em;
  line-height: 1.5em;
  color: #000;
  /*font-weight: bold;*/
}
ol li a {
  text-decoration: none;
  font-weight: normal;
}
ol li ol {
  list-style-type: lower-alpha;
  padding-left: 1.75em;
  margin-top: 0;
}
ol li li {
  position: relative;
  margin-bottom: 0;
  font-size: 0.9375em;
  line-height: 2.125em;
  color: #000;
  font-weight: 400;
}

/* Tables */
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 20px;
  /*table-layout: fixed;*/
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: bold;
  padding: 8px;
  text-align: left;
}

td {
  border: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

tr,
td,
th {
  /*vertical-align: middle;*/
}

table.tablepress tbody tr td {
  border: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

table.tablepress thead tr th {
  border: 1px solid #ddd;
  vertical-align: bottom;
  padding: 8px;
}

.dataTables_wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

/*=============== Spec Tables ===============*/
.spec-table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: white;
}

.spec-thead {
  display: block;
}

.spec-table-row {
  display: block;
  width: 100%;
}

.spec-cell {
  display: block;
  border: 0.2em solid #fff;
  padding: 0.5em 0.8em;
  vertical-align: top;
}
.spec-cell p {
  margin: 0.5em 0;
}
.spec-cell > ul {
  margin: 0.5em 0;
}
.spec-cell > ul > li {
  margin-bottom: 0 !important;
}
.spec-cell > ul > li ul {
  padding: 0 0 0 1.8em;
}
.spec-cell input,
.spec-cell select {
  width: 100%;
}

.spec-col {
  display: table-column;
}

.spec-col-1 {
  width: 100%;
}

.spec-col-2 {
  width: 100%;
}

@media (min-width: 40em) {
  .spec-table {
    display: table;
  }

  .spec-thead {
    display: table-header-group;
  }

  .spec-table-row {
    display: table-row;
  }

  .spec-cell {
    display: table-cell;
  }
  .spec-cell p {
    font-size: 1em;
  }

  .spec-spec-col-1 {
    width: 30%;
  }

  .spec-spec-col-2 {
    width: 70%;
  }
}
/*Other*/
audio,
video,
iframe,
.popup-youtube {
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.9em;
  font-style: italic;
  opacity: 0.7;
  line-height: 17px;
  margin: 1em 0 0 0;
  padding: 0 10%;
  text-align: center;
}

.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download, .btn-alt, .btn-alt-on-color, .btn, .product-grid-item-link, button,
input[type=submit], .btn-on-color {
  position: relative;
  -webkit-font-smoothing: antialiased;
  padding: 0.3846153846em 2.1538461538em;
  border: 2px solid #fdc900;
  border-radius: 3px;
  display: inline-block;
  background-color: #fdc900;
  color: #051829;
  font-size: 0.8125em;
  font-weight: 600;
  line-height: 1.42857143;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-alt-arrow:hover, .btn-arrow:hover, .btn-alt-download:hover, .btn-download:hover, .btn-alt:hover, .btn-alt-on-color:hover, .btn:hover, .product-grid-item-link:hover, button:hover,
input[type=submit]:hover, .btn-on-color:hover {
  color: #fff;
  background-color: #020b12;
  text-decoration: none;
}
.btn-alt-arrow:disabled, .btn-arrow:disabled, .btn-alt-download:disabled, .btn-download:disabled, .btn-alt:disabled, .btn-alt-on-color:disabled, .btn:disabled, .product-grid-item-link:disabled, button:disabled,
input[type=submit]:disabled, .btn-on-color:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media (min-width: 60em) {
  .btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download, .btn-alt, .btn-alt-on-color, .btn, .product-grid-item-link, button,
input[type=submit], .btn-on-color {
    width: auto;
    padding: 0.3125em 1.75em;
    font-size: 1em;
  }
}

.btn-alt, .btn-alt-arrow, .btn-alt-download, .btn-alt-on-color {
  border: 2px solid #fff;
  background-color: #fff;
  display: inline-block;
  color: #000;
  font-weight: 400;
}
.btn-alt:hover, .btn-alt-arrow:hover, .btn-alt-download:hover, .btn-alt-on-color:hover {
  background-color: transparent;
  color: #fff;
}

.btn-on-color {
  background-color: transparent;
  color: #fdc900;
  border: 2px solid #fdc900;
}
.btn-on-color:hover {
  background-color: #fdc900;
  border-color: #fdc900;
  color: #fff;
}

.btn-alt-on-color {
  background-color: #051829;
  color: #fff;
  border: 2px solid #051829;
}
.btn-alt-on-color:hover {
  background-color: transparent;
  color: #000;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:focus,
input[type=submit]:focus {
  outline: none;
}

.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download {
  padding-right: 4em;
}
.btn-alt-arrow:after, .btn-arrow:after, .btn-alt-download:after, .btn-download:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  position: absolute;
  background-position: center center;
  background-size: 1.5em;
  background-repeat: no-repeat;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn-alt-arrow:hover:after, .btn-arrow:hover:after, .btn-alt-download:hover:after, .btn-download:hover:after {
  background-size: 2em;
}

.btn-download:after {
  background-image: url("/source/3675c1197f11390c42a600d3e4f65058/ico-download.svg");
}

.btn-alt-download:after {
  background-image: url("/source/3675c1197f11390c42a600d3e4f65058/ico-download.svg");
}

.btn-arrow:after {
  background-image: url("img/ico-white-arrow-right.svg");
}

.btn-alt-arrow:after {
  background-image: url("img/ico-white-arrow-right.svg");
}

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #fff;
}
@media (min-width: 60em) {
  .site-nav,
#hs_menu_wrapper_primary_nav {
    display: block;
    background-color: transparent;
  }
}

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  /*border-top: $nav-border-mobile;*/
  margin: 0;
  padding: 0;
}
@media (min-width: 60em) {
  .sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
    border-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  position: relative;
}
.sn-li-l1 span,
.hs-menu-depth-1 span {
  font-size: 0.875em;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}
.sn-li-l1 > a,
.hs-menu-depth-1 > a {
  display: inline-block;
  height: 2.5em;
  /*line-height: $nav-height-mobile;*/
  color: #000;
  text-decoration: none;
  padding: 0.625em 0.1875em 0.625em 2.1875em;
  line-height: 1;
}
.sn-li-l1 > a:visited,
.hs-menu-depth-1 > a:visited {
  color: #000;
}
.sn-li-l1 > a.active,
.hs-menu-depth-1 > a.active {
  background-color: #fff;
  color: #051829;
}
.sn-li-l1.has-subnav, .sn-li-l1.menu-item-has-children, .sn-li-l1.hs-item-has-children,
.hs-menu-depth-1.has-subnav,
.hs-menu-depth-1.menu-item-has-children,
.hs-menu-depth-1.hs-item-has-children {
  position: relative;
}
.sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
  cursor: pointer;
  width: auto;
  height: 1.2142857143em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-align: center;
}
.sn-li-l1.has-subnav .m-subnav-arrow:after, .sn-li-l1.menu-item-has-children .m-subnav-arrow:after, .sn-li-l1.hs-item-has-children .m-subnav-arrow:after,
.hs-menu-depth-1.has-subnav .m-subnav-arrow:after,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow:after,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow:after {
  content: "";
  display: inline-block;
  color: #000;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.875em;
  line-height: 2.6428571429em;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
  color: #051829;
  background-color: #fff;
}
.sn-li-l1.has-subnav .m-subnav-arrow.active > a, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active > a, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active > a,
.hs-menu-depth-1.has-subnav .m-subnav-arrow.active > a,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active > a,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active > a {
  background-color: #fff;
}
.sn-li-l1.has-subnav.active > a, .sn-li-l1.menu-item-has-children.active > a, .sn-li-l1.hs-item-has-children.active > a,
.hs-menu-depth-1.has-subnav.active > a,
.hs-menu-depth-1.menu-item-has-children.active > a,
.hs-menu-depth-1.hs-item-has-children.active > a {
  background-color: #fff;
  color: #051829;
}
@media (min-width: 60em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    padding: 0;
    float: left;
    border-bottom: 0;
    border-right: none;
    background-color: transparent;
    position: static;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    /*&.current-menu-parent,
    &.current-menu-item {
      > a {
        color: $nav-text-color-hover;
        span:after {
          width: 12px;
        }
      }
    }*/
  }
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    height: 5em;
    color: #222;
    border: none;
    padding: 0 0.4375em 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    line-height: 5em;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
    text-align: center;
    /*&:focus {
      background-color: #e7e7e7;
    }*/
  }
  .sn-li-l1 > a span,
.hs-menu-depth-1 > a span {
    display: inline-block;
    font-size: 0.9375em;
    font-weight: 600;
    line-height: 1.3333333333em;
    white-space: nowrap;
    position: relative;
  }
  .sn-li-l1 > a span:after,
.hs-menu-depth-1 > a span:after {
    content: "";
    background-color: #fdc900;
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
    color: #222;
    text-decoration: none;
  }
  .sn-li-l1 > a:hover span:after,
.hs-menu-depth-1 > a:hover span:after {
    width: 12px;
  }
  .sn-li-l1 > a:visited,
.hs-menu-depth-1 > a:visited {
    color: #222;
  }
  .sn-li-l1:hover .sn-level-2,
.sn-li-l1:hover .hs-menu-children-wrapper,
.hs-menu-depth-1:hover .sn-level-2,
.hs-menu-depth-1:hover .hs-menu-children-wrapper {
    display: block !important;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 1000;
  }
  .sn-li-l1:hover > a,
.hs-menu-depth-1:hover > a {
    color: #222;
  }
  .sn-li-l1:hover > a span:after,
.hs-menu-depth-1:hover > a span:after {
    width: 12px;
  }
  .sn-li-l1.has-subnav, .sn-li-l1.menu-item-has-children, .sn-li-l1.hs-item-has-children,
.hs-menu-depth-1.has-subnav,
.hs-menu-depth-1.menu-item-has-children,
.hs-menu-depth-1.hs-item-has-children {
    position: static;
    /*&.current-menu-parent,
    &.current-menu-item {
      > a {
        background-color: $nav-background;
        color: $nav-text-color-hover;
      }
    }*/
  }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    display: none;
  }
  .sn-li-l1.has-subnav > a:after, .sn-li-l1.menu-item-has-children > a:after, .sn-li-l1.hs-item-has-children > a:after,
.hs-menu-depth-1.has-subnav > a:after,
.hs-menu-depth-1.menu-item-has-children > a:after,
.hs-menu-depth-1.hs-item-has-children > a:after {
    content: "";
    padding-left: 0.2333333333em;
    margin-bottom: 3px;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 0.9375em !important;
    line-height: 2em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
.hs-menu-depth-1.has-subnav > a span,
.hs-menu-depth-1.menu-item-has-children > a span,
.hs-menu-depth-1.hs-item-has-children > a span {
    display: inline-block;
    background-image: none;
    position: relative;
  }
  .sn-li-l1.has-subnav.active > a, .sn-li-l1.menu-item-has-children.active > a, .sn-li-l1.hs-item-has-children.active > a,
.hs-menu-depth-1.has-subnav.active > a,
.hs-menu-depth-1.menu-item-has-children.active > a,
.hs-menu-depth-1.hs-item-has-children.active > a {
    background-color: transparent;
    color: #222;
  }
  .sn-li-l1.has-subnav:hover > a, .sn-li-l1.menu-item-has-children:hover > a, .sn-li-l1.hs-item-has-children:hover > a,
.hs-menu-depth-1.has-subnav:hover > a,
.hs-menu-depth-1.menu-item-has-children:hover > a,
.hs-menu-depth-1.hs-item-has-children:hover > a {
    text-decoration: none;
  }
  .sn-li-l1.has-subnav:hover > a span, .sn-li-l1.menu-item-has-children:hover > a span, .sn-li-l1.hs-item-has-children:hover > a span,
.hs-menu-depth-1.has-subnav:hover > a span,
.hs-menu-depth-1.menu-item-has-children:hover > a span,
.hs-menu-depth-1.hs-item-has-children:hover > a span {
    color: #222;
  }
  .sn-li-l1:hover,
.hs-menu-depth-1:hover {
    background-color: transparent;
  }
}
@media (min-width: 80em) {
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    padding: 0 0.9375em 0;
  }
}
@media (max-width: 1130px) and (min-width: 960px) {
  .sn-li-l1:last-child .sn-level-2,
.hs-menu-depth-1:last-child .sn-level-2 {
    right: 0;
  }
}

.sn-level-2,
.hs-menu-children-wrapper {
  /*height: 0;*/
  padding: 0.3125em 0;
  margin: 0;
  display: none;
}
.sn-level-2.active,
.hs-menu-children-wrapper.active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 60em) {
  .sn-level-2,
.hs-menu-children-wrapper {
    width: 13.75em;
    max-width: 100%;
    padding: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 130%;
    opacity: 0;
    background-color: #051829;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  /*&:first-child {
    border-top: $nav-subnav-border-mobile;
  }*/
}
.sn-li-l2.menu-item-has-children, .menu-item-has-children.sn-li-l3,
.hs-menu-depth-2.menu-item-has-children {
  position: relative;
}
.sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
  padding: 0.5em 0.1875em 0.5em 2.8125em;
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 1;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
  font-size: 0.875em;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
}
.sn-li-l2:last-child, .sn-li-l3:last-child,
.hs-menu-depth-2:last-child {
  border-bottom: none;
}
.sn-li-l2:hover, .sn-li-l3:hover,
.hs-menu-depth-2:hover {
  background-color: #fdc900;
}
.sn-li-l2:hover > a, .sn-li-l3:hover > a,
.hs-menu-depth-2:hover > a {
  color: 0.875em;
}
@media (min-width: 60em) {
  .sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
    position: relative;
    background-color: #051829;
    border: 0;
    text-indent: 0;
  }
  .sn-li-l2:first-child, .sn-li-l3:first-child,
.hs-menu-depth-2:first-child {
    border: none;
  }
  .sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
    padding: 0.6875em 0.9375em;
    color: #fff;
    line-height: 1;
  }
  .sn-li-l2 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
    font-size: 0.8125em;
    line-height: 1.42857143;
    font-weight: 400;
    color: #fff;
  }
  .sn-li-l2 > a span:before, .sn-li-l3 > a span:before,
.hs-menu-depth-2 > a span:before {
    content: none;
  }
  .sn-li-l2:not(:last-child) > a, .sn-li-l3:not(:last-child) > a,
.hs-menu-depth-2:not(:last-child) > a {
    border-bottom: 1px solid #072037;
  }
  .sn-li-l2:hover, .sn-li-l3:hover,
.hs-menu-depth-2:hover {
    background-color: #fdc900;
  }
  .sn-li-l2:hover > a, .sn-li-l3:hover > a,
.hs-menu-depth-2:hover > a {
    color: #222;
  }
  .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
.hs-menu-depth-2:hover .sn-level-3 {
    margin: -1.5625em;
    padding: 1.5625em;
    display: block !important;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1000;
  }
  .sn-li-l2.current-menu-parent, .current-menu-parent.sn-li-l3, .sn-li-l2.current-menu-item, .current-menu-item.sn-li-l3,
.hs-menu-depth-2.current-menu-parent,
.hs-menu-depth-2.current-menu-item {
    background-color: #fdc900;
  }
  .sn-li-l2.current-menu-parent > a, .current-menu-parent.sn-li-l3 > a, .sn-li-l2.current-menu-item > a, .current-menu-item.sn-li-l3 > a,
.hs-menu-depth-2.current-menu-parent > a,
.hs-menu-depth-2.current-menu-item > a {
    color: #222;
  }
}

.sn-level-3 {
  padding: 0 0 0 1.25em;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  /*&.active {
    display: block;
  }*/
}
@media (min-width: 60em) {
  .sn-level-3 {
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .sn-level-3.active {
    display: none;
  }
}

.site-nav-container {
  width: 17.5em;
  height: 100vh;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
  background-color: #fff;
  clear: both;
  position: fixed;
  top: 0;
  right: -20em;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*@include transition(right 0.2s);*/
}
.site-nav-container.active {
  right: 0;
}
.site-nav-container .site-nav {
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
@media (min-width: 60em) {
  .site-nav-container {
    width: auto;
    height: auto;
    border: none;
    margin: 0;
    position: static;
    text-align: left;
    background-color: transparent;
    float: right;
    clear: right;
    overflow: visible;
  }
  .site-nav-container .site-nav {
    display: block;
    float: left;
    margin: 0;
    overflow: visible;
  }
}

.site-nav-container-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
}
.site-nav-container-screen.active {
  display: block;
}
@media (min-width: 60em) {
  .site-nav-container-screen {
    display: none !important;
  }
}

.close-menu {
  width: 2.1875em;
  height: 2.1875em;
  color: #fff;
  padding: 0;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -1.125em;
  top: 0.625em;
  z-index: 20;
  background-color: #051829;
  outline: none;
}
.close-menu i {
  display: inline-block;
  vertical-align: middle;
}
.close-menu:visited {
  color: #fff;
}
.close-menu:hover {
  color: #fff;
}
@media (min-width: 60em) {
  .close-menu {
    display: none;
  }
}

.snc-header {
  text-align: right;
  padding: 0.3125em 0.875em 0.25em;
}
@media (min-width: 60em) {
  .snc-header {
    padding: 0;
    display: none;
  }
}

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap, .inner-wrap-fullwidth, .inner-wrap-wide, .inner-wrap-narrow {
  max-width: 74.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 4.375em 1em 4.375em 1em;
}
.inner-wrap::after, .inner-wrap-fullwidth::after, .inner-wrap-wide::after, .inner-wrap-narrow::after {
  clear: both;
  content: "";
  display: table;
}
.inner-wrap > *:first-child, .inner-wrap-fullwidth > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-narrow > *:first-child {
  margin-top: 0;
}
.inner-wrap > *:last-child, .inner-wrap-fullwidth > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-narrow > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .inner-wrap, .inner-wrap-fullwidth, .inner-wrap-wide, .inner-wrap-narrow {
    padding: 6.2em 1.5em 6.2em 1.5em;
  }
}

.inner-wrap-narrow {
  max-width: 62.5em;
}

.inner-wrap-wide {
  max-width: 83.8125em;
}

.inner-wrap-fullwidth {
  max-width: 100%;
}

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #f6f6f6;
}
.section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-fullwidth {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.section-header-wrap h1 {
  margin: 0;
}
.section-header-wrap p {
  margin: 0.5em 0 0 0;
}

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

/*=============== Media Object ===============*/
.media-object {
  overflow: hidden;
}

.media-object-img {
  width: 20%;
  float: left;
  display: block;
  margin-right: 5%;
}
.media-object-img img {
  width: 100%;
}

.media-object-body {
  width: 75%;
  float: left;
}

.media-object-header {
  margin-top: 0;
  margin-bottom: 0.15em;
}

.media-grid-2 > * {
  margin-bottom: 1em;
}
@media (min-width: 40em) {
  .media-grid-2 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%;
    margin-bottom: 1.5em;
  }
  .media-grid-2 > *:last-child {
    margin-right: 0;
  }
  .media-grid-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .media-grid-2 > *:nth-child(2n+1) {
    clear: left;
  }
}

/*======= Responsive iFrame / YouTube / HTML5 Video =======*/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.8em;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed, .iframe-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=============== Click to Expand ===============*/
.click-to-expand-module {
  margin-top: 1.875em;
}
.click-to-expand-module .inner-wrap, .click-to-expand-module .inner-wrap-narrow, .click-to-expand-module .inner-wrap-wide, .click-to-expand-module .inner-wrap-fullwidth {
  padding-top: 0.4375em !important;
}
@media (min-width: 60em) {
  .click-to-expand-module {
    border: 1px solid #dee0e1;
    padding: 4.375em;
    border-radius: 5px;
  }
}

.click-expand {
  clear: both;
  /*overflow: hidden;*/
  margin-bottom: 5px;
  background: transparent;
  border: 1px solid #dee0e1;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ce-header {
  padding: 0.8333333333em 1.9444444444em 0.8333333333em 1.3888888889em;
  margin: 0;
  display: block;
  background-color: #fff;
  color: #222;
  cursor: pointer;
  font-family: "Hind", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.42857143;
  text-transform: none;
  position: relative;
}
.ce-header:after {
  font-family: "FontAwesome";
  content: "";
  font-size: en(20, 18);
  position: absolute;
  top: 0.75em;
  right: 1.25em;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ce-header.active {
  background-color: #fdc900;
}
.ce-header.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ce-body {
  display: none;
  border: 0;
  padding: 1.5em 2.0625em 0.75em;
  background: rgba(255, 255, 255, 0.9);
}
.ce-body p {
  margin-top: 0;
}

.ctei-wrap .click-expand:first-child .ce-body {
  display: block;
}

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/
}
.social-wrap a {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
}
.social-wrap a path {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social-wrap a:hover {
  opacity: 0.75;
}
.social-wrap a:hover path {
  fill: #fdc900;
}
.social-wrap img {
  display: inline-block;
  margin: 0 auto;
  width: 1.1em;
  height: auto;
  vertical-align: middle;
}
.social-wrap svg {
  display: inline-block;
  vertical-align: middle;
}

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #051829;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}
.slide-panel h2 {
  padding: 0.2em 1em;
}
.slide-panel p {
  background: #051829;
  padding: 0.25px 2em;
}
.slide-panel label {
  color: #fff !important;
}
.slide-panel:hover {
  right: 0px;
}
@media (min-width: 40em) {
  .slide-panel {
    display: block;
  }
}

.slide-panel-button {
  position: absolute;
  top: 50px;
  right: 340px;
  padding: 20px 20px;
  background: #051829;
  min-width: 200px;
}

/*=============== Slide Box ===============*/
#last {
  margin: 0;
  padding: 0;
}

#slidebox {
  padding: 0.625em 0.625em 0.625em 1em;
  position: fixed;
  bottom: 0;
  right: -26.875em;
  z-index: 1000;
  width: 100%;
  background-color: #051829;
}
@media (min-width: 40em) {
  #slidebox {
    width: auto;
  }
}

a.close {
  background-color: white;
  color: #fdc900;
  text-align: center;
  float: left;
  padding: 0 0.5em;
  font-size: 0.6875em;
  border-radius: 0.1875em;
  position: absolute;
  cursor: pointer;
  top: 1.5em;
  right: 2em;
}

a.close:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 3.125em;
  padding: 0 !important;
}
.accordion-tabs::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 40em) {
  .accordion-tabs {
    border-radius: 0;
    /*border: $tab-border;*/
  }
}
.accordion-tabs .tab-header-and-content {
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid #f6f6f6;
  /*&:first-child .tab-link {
  }*/
}
.accordion-tabs .tab-header-and-content:after {
  display: none;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-header-and-content {
    display: inline;
    vertical-align: bottom;
  }
}
@media (min-width: 40em) {
  .accordion-tabs .tab-header-and-content {
    border: none;
  }
}
.accordion-tabs .tab-link {
  padding: 0.4444444444em 1.8055555556em;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #fdc900;
  display: block;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-link {
    display: inline-block;
  }
}
.accordion-tabs .tab-link:focus, .accordion-tabs .tab-link.is-active {
  color: #fdc900;
  border-bottom: 2px solid #fdc900;
}
@media (min-width: 40em) {
  .accordion-tabs .tab-link {
    margin-right: 0.1666666667em;
  }
}
.accordion-tabs .tab-content {
  width: 100%;
  padding: 1.875em 1.875em 2.1875em;
  background: #f6f6f6;
  display: none;
  position: relative;
}
.accordion-tabs .tab-content > *:first-child {
  margin-top: 0;
}
.accordion-tabs .tab-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-content {
    float: left;
  }
}

/*============= Table styling ==============*/
body .tablesaw-stack {
  /*@include mq(xlarge) {
    th {
      font-size: em(17.43);
      line-height: em(24.63, 17.43);
    }
  }*/
}
body .tablesaw-stack th {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
body .tablesaw-stack td,
body .tablesaw-stack th {
  border-bottom: 0;
  font-size: 0.875em;
  line-height: 1.7142857143em;
}
body .tablesaw-stack tbody tr {
  border-bottom: 0;
}
body .tablesaw-stack tbody tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}
body .tablesaw-stack td .tablesaw-cell-label {
  width: 40%;
}
@media (min-width: 60em) {
  body .tablesaw-stack th {
    font-size: 1.125em;
    line-height: 1.3888888889em;
    padding: 0.2888888889em 0.8333333333em;
  }
  body .tablesaw-stack td {
    font-size: 0.8975em;
    line-height: 1.7137883008em;
    padding: 0.3621169916em 1.0445682451em;
  }
}

/*========== Full width CTA ===========*/
.full-width-cta-test h2 {
  margin-bottom: 0.8571428571em !important;
}

.full-width-cta {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.full-width-cta .inner-wrap, .full-width-cta .inner-wrap-narrow, .full-width-cta .inner-wrap-wide, .full-width-cta .inner-wrap-fullwidth {
  padding-top: 3.9375em !important;
  padding-bottom: 3.6875em !important;
  position: relative;
  z-index: 1;
}

.fwc-texture {
  display: none;
}
@media (min-width: 40em) {
  .fwc-texture {
    width: 23.1%;
    height: 3.125em;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -1.9375em;
    -webkit-transform: skewX(-46deg);
    -moz-transform: skewX(-46deg);
    -ms-transform: skewX(-46deg);
    -o-transform: skewX(-46deg);
    transform: skewX(-46deg);
    overflow: hidden;
  }
  .fwc-texture span {
    width: 200%;
    height: 100%;
    display: block;
    background: #fff url("img/logo-pattern.jpg") 28px center repeat;
    color: transparent;
    -webkit-transform: skewX(46deg);
    -moz-transform: skewX(46deg);
    -ms-transform: skewX(46deg);
    -o-transform: skewX(46deg);
    transform: skewX(46deg);
  }
  .fwc-texture.fwc-after-texture {
    top: auto;
    left: auto;
    bottom: 0;
    right: -1.9375em;
    background-position: center;
  }
  .fwc-texture.fwc-after-texture span {
    background: #fff url("img/logo-pattern-down.jpg") 28px center repeat;
    margin-left: -29.4%;
  }
}
@media (min-width: 40em) and (max-height: 46em) and (min-width: 60em) {
  .fwc-texture.fwc-after-texture {
    bottom: -1px;
  }
}

.fwc-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.fwc-para {
  color: #fff;
  font-size: 2.25em;
  line-height: 1.1111111111em;
  font-weight: 600;
  margin: 0;
  text-transform: inherit;
  display: block;
}
.fwc-para:after {
  content: none;
}

.fwc-cta {
  border: 2px solid #fff;
  padding: 0.5em 2.275em;
  margin-top: 1.875em;
  background-color: transparent;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.fwc-cta:focus, .fwc-cta:hover {
  border-color: #fdc900;
  background-color: #fdc900;
  color: #fff;
}

/*=============== HubSpot Thumbnail Slider Gallery  ===============*/
.hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
  cursor: pointer;
}
.hs_cos_gallery_thumbnails img {
  height: 3.75em;
  object-fit: cover;
  border: 1px solid #ccc;
}
.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #337ab7;
}

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  border: 0;
  border-top: 1px solid #eee;
}

figure {
  margin: 0;
  padding: 0;
}

.wp-pagenavi > * {
  margin-right: 0.75em;
}

/*=============== Lightbox / Magnific Popup  ===============*/
.lightbox:not(.lightbox-link) {
  display: inline-block;
  position: relative;
}
.lightbox:not(.lightbox-link) img {
  display: block;
}
.lightbox:not(.lightbox-link):before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(253, 201, 0, 0.8);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.lightbox:not(.lightbox-link):after {
  content: "";
  width: 3em;
  height: 3em;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-top: -1.5em;
  margin-left: -1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1em;
  line-height: 2.75em;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.lightbox:not(.lightbox-link):hover:after, .lightbox:not(.lightbox-link):hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-touch.mfg-popup-open {
  margin-right: 17px;
}
.no-touch.mfg-popup-open .stuck {
  padding-right: 17px;
}

.popup-youtube {
  display: inline-block;
  position: relative;
}
.popup-youtube img {
  max-width: 100%;
  height: auto;
  display: block;
}
.popup-youtube:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
  background: url("/source/40edcb1c0d2665a58b6be236829003d1/youtube-icon-gray.svg") center/68px no-repeat;
  /*opacity: 0.8;*/
}
.popup-youtube:hover:before {
  /*opacity: 1;*/
  background: url("/source/a010938757edb82f4ed86ffc11bd2f1e/youtube-icon-red.svg") center/68px no-repeat;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 2.5em;
  width: auto;
  max-width: 37.5em;
  margin: 1.25em auto;
}
.white-popup > * {
  margin-top: 0;
}

.mfp-fade-side .mfp-content, .mfp-fade-side .white-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-image-holder .mfp-content {
  max-width: 90%;
}
@media (min-width: 60em) {
  .mfp-image-holder .mfp-content img.mfp-img {
    max-width: 57em;
  }
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

/*=============== Layouts  ===============*/
.page-intro {
  width: 100%;
  position: relative;
  background-image: url("/source/509fd92b6c44f000c4236702572bea53/page-title.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #051829;
}
.page-intro:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
  min-height: 16.25em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-intro .inner-wrap:after, .page-intro .inner-wrap-narrow:after, .page-intro .inner-wrap-wide:after, .page-intro .inner-wrap-fullwidth:after {
  content: none;
}
.page-intro h1 {
  font-size: 2.1875em;
  font-weight: 800;
  margin: 1em 0 0.23em;
  line-height: 1.1;
  color: inherit;
  color: #fff;
}
.page-intro p {
  color: #fff;
  font-size: 1.125em;
  font-style: italic;
  font-weight: 400;
  line-height: 2.2;
}
.page-intro .pi-wrap {
  padding: 0 0.9375em;
}
@media (min-width: 60em) {
  .page-intro h1 {
    font-size: 3em;
  }
  .page-intro p {
    font-size: 1.25em;
  }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    text-align: left;
  }
}

@media (min-width: 60em) {
  .site-content.one-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
  }
  .site-content.one-column .site-content-primary:last-child {
    margin-right: 0;
  }
  .site-content.one-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
  }
  .site-content.one-column .site-content-secondary:last-child {
    margin-right: 0;
  }
  .site-content.two-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .site-content.two-column .site-content-primary:last-child {
    margin-right: 0;
  }
  .site-content.two-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0;
  }
  .site-content.two-column .site-content-secondary:last-child {
    margin-right: 0;
  }
  .site-content.three-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .site-content.three-column .site-content-primary:last-child {
    margin-right: 0;
  }
  .site-content.three-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .site-content.three-column .site-content-secondary:last-child {
    margin-right: 0;
  }
  .site-content.three-column .additional-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
  }
  .site-content.three-column .additional-content:last-child {
    margin-right: 0;
  }
  .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .site-content.two-column-alt .site-content-primary:last-child {
    margin-right: 0;
  }
  .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
  }
  .site-content.two-column-alt .site-content-secondary:last-child {
    margin-right: 0;
  }
}

/*=============== Product Grid ===============*/
.product-grid {
  clear: both;
}

.product-grid-item {
  font-size: 0.875em;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.product-grid-item:hover {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.product-grid-item:hover .product-grid-item-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
@media (min-width: 40em) {
  .product-grid-item {
    font-size: 0.75em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 60em) {
  .product-grid-item {
    font-size: 1em;
  }
}

@media (min-width: 40em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em;
    margin-bottom: 1em;
  }
  .product-grid-item-header-wrap .product-grid-item-header {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 60em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em;
  }
}

.product-grid-item-header {
  font-size: 0.9375em;
  color: #051829;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
}
@media (min-width: 40em) {
  .product-grid-item-header {
    width: auto;
    float: none;
    text-align: center;
  }
}

.product-grid-item-subheader {
  color: #fdc900;
  margin: 0 0 1em 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
  font-size: 0.9375em;
}
@media (min-width: 40em) {
  .product-grid-item-subheader {
    width: auto;
    float: none;
    text-align: center;
  }
}
@media (min-width: 60em) {
  .product-grid-item-subheader {
    min-height: 3em;
  }
}

.product-grid-item-img {
  float: left;
  width: 25%;
  margin-top: -1em;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 40em) {
  .product-grid-item-img {
    margin-top: 0;
    float: none;
    width: auto;
  }
}

.product-grid-item-link {
  margin: 1em 0 0 0;
  float: right;
  text-align: left;
  clear: none;
  font-size: 0.75em;
}
@media (min-width: 40em) {
  .product-grid-item-link {
    width: auto;
    float: none;
    text-align: center;
  }
}

/*=============== Product Carousel ===============*/
.product-item {
  text-align: center;
}
@media (max-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
  }
  .product-item:last-child {
    margin-right: 0;
  }
  .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .product-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .product-item:last-child {
    margin-right: 0;
  }
}

.product-cta {
  font-size: 1.0625em;
  line-height: 1.5882352941em;
  color: #fdc900;
}

/*=============== Resources Module ===============*/
.resources-module {
  background-color: #fff;
}

.rm-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 40em) {
  .rm-item-wrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.rm-item-wrap > * {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
@media (min-width: 40em) {
  .rm-item-wrap > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.rm-item {
  text-align: center;
  background-color: #f6f6f6;
  padding: 1em !important;
}
.rm-item:hover .rm-item-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 40em) {
  .rm-item {
    margin-bottom: 0;
  }
}

.rm-item-cta {
  font-size: 0.75em;
  font-weight: bold;
}

.rm-item-img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 1em;
}
.rm-item-img img {
  max-width: 100%;
  object-fit: contain;
  height: 19.375em;
}

.rm-item-title {
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
  color: #051829;
  position: relative;
  z-index: 10;
}
.rm-item-title span {
  line-height: 1.25em;
  display: inline-block;
  color: #051829;
}

/*pattern page*/
/*
.sh-destination{
  height: em(400);
  position: relative;
  background-size: cover;
  &:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      background: url("img/hero-gradient-overlay.png") left top repeat;
    }
    &:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      background-color: rgba($yellow, 0.5);
    }
}*/
/*.destination,
.additional-content {*/
/*.inner-wrap{
  padding-top: em(29);
  padding-bottom: em(10);
}

> .inner-wrap {
  padding-top: em(42);
  padding-bottom: em(10);
}*/
/*.section-heading {
  font-size: em(24);
  line-height: em(42, 24);
  font-weight: 700;
  margin: 0 0 em(24, 24);
  color: #b8b8b8;
  text-transform: uppercase;
  font-family: $header-font-family;
  &:after {
    content: none;
  }
}*/
/*}*/
.sitemap .breadcrumb-menu {
  display: none;
}

.breadcrumb-menu {
  margin-bottom: 1.25em;
}
.breadcrumb-menu a {
  /*margin-right: em(10, 18);*/
  font-size: 1.125em;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb-menu a:focus, .breadcrumb-menu a:hover {
  color: #fdc900;
  text-decoration: none;
}
.breadcrumb-menu i {
  margin: 0 0.5555555556em;
  display: inline-block;
  color: #fff;
  font-size: 1.125em;
}
.breadcrumb-menu .breadcrumb_last {
  /*margin-left:  em(10, 18);*/
  color: #fdc900;
  font-size: 1.125em;
}

blockquote {
  padding: 0.5714285714em 1.1428571429em;
  margin: 0 0 1.1428571429em;
  font-size: 1.09375em;
  border-left: 5px solid #eee;
}
blockquote p {
  font-size: 0.8em;
}

.bt-content-wrap {
  width: 37.375em;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .bt-content-wrap {
    max-width: calc(100% - 158px);
  }
}

/*================ Dest Slider ============= */
.slick-slide:focus {
  outline: none !important;
}

.innerpage-carousel {
  width: 100%;
  margin: 0;
  background: #242424;
}
.innerpage-carousel img {
  width: 100%;
  display: block;
}
.innerpage-carousel .slick-slide,
.innerpage-carousel img {
  max-width: 100%;
}

.slider-for .slider-for-slick-prev,
.slider-for .slider-for-slick-next {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  right: 0.9375em;
  top: 50%;
  background: url("/source/6ad5ff2bc6c1916e80d6d3a62b9d0277/carousel-arrow-white.svg") center/32px no-repeat;
  color: transparent;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-for .slider-for-slick-prev {
  right: auto;
  left: 0.9375em;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -moz-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.slider-for img {
  max-height: 30.4375em;
  object-fit: cover;
}

.slider-nav {
  width: 100%;
  position: relative;
  background: #242424;
  padding: 3px;
  overflow: hidden;
  /*.slick-track {
    @include display(flex);
    @include align-items(center);
    @include justify-content(center);
  }*/
}
.slider-nav .slick-slide {
  max-width: 6.625em;
  margin: 0.1875em;
  position: relative;
  border: 1px solid transparent;
  opacity: 1;
  padding: 0;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.slider-nav .slick-slide img {
  width: 6.25em;
  height: 3.75em;
}
.slider-nav .slick-slide.is-active {
  opacity: 1;
}
.slider-nav .slick-slide:focus, .slider-nav .slick-slide:hover {
  opacity: 1;
}
.slider-nav .slider-nav-slick-prev,
.slider-nav .slider-nav-slick-next {
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.625em;
  background: url("/source/15718c7967e5e609238ec01e1a1362d3/carousel-nav-arrow.svg") center/26px no-repeat;
  color: transparent;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.slider-nav .slider-nav-slick-prev.slick-disabled,
.slider-nav .slider-nav-slick-next.slick-disabled {
  right: -1.625em;
  opacity: 0;
}
.slider-nav .slider-nav-slick-prev {
  right: auto;
  left: 0.625em;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.slider-nav .slider-nav-slick-prev.slick-disabled {
  right: auto;
  left: -1.625em;
}

.content-with-sidebar .slider-for img {
  height: 18.75em;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 40em) {
  .content-with-sidebar .slider-for img {
    height: auto;
    max-height: 22.625em;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.igwt-shadow img {
  width: 100%;
  display: block;
}

/*Other*/
.column-subtext {
  font-size: 1.5em;
  line-height: 1.3333333333em;
  font-family: "Montserrat", sans-serif;
  color: #fdc900;
  font-weight: 700;
  margin-bottom: 0;
  /*text-transform: uppercase;*/
}

.media-img {
  margin-bottom: 0.9375em;
}

.gray-color-bg {
  width: 20.625em;
  max-width: 100%;
  background-color: #927357;
  padding: 0.75em;
  display: inline-block;
  text-align: center;
}

.primary-color-bg {
  width: 20.625em;
  max-width: 100%;
  background-color: #fdc900;
  padding: 0.9375em 1.875em;
  display: inline-block;
}

/*================ product grid ============= */
.product-list-grid-module {
  width: 100%;
  display: table;
  margin-bottom: 3.125em;
}

.plgm-item {
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.7777777778em;
  font-weight: 700;
  margin-bottom: 1.1111111111em;
}
.plgm-item a {
  display: inline-block;
  color: #fdc900;
  text-decoration: none;
}
.plgm-item a:focus, .plgm-item a:hover {
  color: #fdc900;
}
.plgm-item:focus .plgm-item-img img, .plgm-item:hover .plgm-item-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
  border-radius: 3px;
}
@media (min-width: 40em) {
  .plgm-item {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
}
@media (min-width: 60em) {
  .plgm-item {
    width: 23%;
    margin-bottom: 0;
  }
}

.plgm-item-img {
  overflow: hidden;
  margin-bottom: 0.625em;
  display: block;
  /* padding: em(19) em(13);
   border: 1px solid $yellow;*/
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.plgm-item-img img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/*================ forms ============= */
.form-section {
  width: 100%;
  display: block;
  margin-bottom: 4.375em;
}

.fs-form {
  width: 100%;
  margin-bottom: 1.875em;
}
@media (min-width: 60em) {
  .fs-form {
    margin-bottom: 0;
    width: 40%;
    padding-right: 3em;
    float: left;
  }
}

.fs-side-nav {
  width: 100%;
  margin-bottom: 2.5em;
}
@media (min-width: 40em) {
  .fs-side-nav {
    width: 50%;
    float: left;
  }
}
@media (min-width: 60em) {
  .fs-side-nav {
    width: 36%;
    float: left;
    margin-bottom: 0;
  }
}

.fs-drop-test {
  width: 100%;
}
@media (min-width: 40em) {
  .fs-drop-test {
    width: 50%;
    float: left;
  }
}
@media (min-width: 60em) {
  .fs-drop-test {
    width: 24%;
    float: left;
  }
}

/*================ gravity forms ============= */
/*body .gform_wrapper {
    background: $light-gray;
    padding: em(35) em(20) em(30);

    .gfield_checkbox li input{
      margin-top: 0!important;
    }
    .gfield_label {
      color: $dark-gray;
      display: block;
      font-size:em(14);
      line-height: em(24, 14);
      margin-bottom: em(4, 14);
      font-weight: 400 ;
    }

    .gform_heading{
      display: none;
    }
    .gfield {
      margin: 0 !important;
    }
    .ginput_container{
      margin-top: 0!important;
    }

  .gform_footer {
    clear: both;
    margin: 0 auto!important;
    padding: 0!important;
    width: 100%;
    text-align: center;
    input.button {
      @extend .btn;
      width: auto !important;
      padding: em(12, 18) em(43.6, 18) !important;
      margin: 0 !important;
      font-size: em(18) !important;
    }

    @include mq(medium){
      width: calc(100% - 40px);
    }
  }
}

.gform_body{
  ul{
    li{
      width: 100%;
      padding-right: 0 !important;
      input, select{
        height: em(38) !important;
        background-color:$white; 
        border: solid 1px rgba($gray, 0.15);
        box-shadow: none;
        border-radius: 2px;
        &:focus{
          box-shadow: none;
        }
      }
      input[type="file"] {
      height: auto !important;
      }
      select {
        width: 100%;
      }
    }
  }

  @include mq(medium) {
    .gf_left_half {
      width: 51% !important;
      padding-right: 2% !important;
      display: inline-block !important;
      vertical-align: top !important;
    }

    .gf_right_half {
      width: 49% !important;
      display: inline-block !important;
      vertical-align: top !important;
    }
  }
}

.rows-of-3 {

  @media screen and (max-width: 960px) {
    .gform_wrapper ul.gform_fields li.gfield {
        width: 100% !important;
        padding-right: 0 !important;
    }
  }
}*/
.ginput_recaptcha {
  -webkit-transform: scale(0.8) translateX(-28px);
  -moz-transform: scale(0.8) translateX(-28px);
  -ms-transform: scale(0.8) translateX(-28px);
  -o-transform: scale(0.8) translateX(-28px);
  transform: scale(0.8) translateX(-28px);
}
.ginput_recaptcha > div {
  margin: 0 auto;
}
@media (min-width: 40em) {
  .ginput_recaptcha {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/*============Side Navigation Test==============*/
.side-nav h3 {
  margin-top: 0;
}

.sn-nav {
  max-width: 15em;
  font-family: "Montserrat", sans-serif;
  background-color: #f6f6f6;
}
.sn-nav li {
  background-color: #fdc900;
  position: relative;
}
.sn-nav li a {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  text-decoration: none;
  padding: 0.6666666667em 2.2222222222em 0.6666666667em 0.8888888889em;
}
.sn-nav li a:focus:not(:active):not(:hover) {
  outline-offset: -2px !important;
}
.sn-nav li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sn-nav li.active {
  background-color: #fdc900;
  border-bottom: 1px solid #fdc900;
}
.sn-nav li.active a {
  color: white;
}
.sn-nav li.active .m-subnav-arrows {
  transform: rotate(180deg);
  /*background-image: url("img/dropdown-arrow-black.png");*/
}
.sn-nav li:last-child {
  border-bottom: 0;
}
.sn-nav .menu-item-has-children .m-subnav-arrows {
  cursor: pointer;
  padding-right: 0em;
  background-image: url("/source/663833e32dc4112a8f5b67f3b290a6bc/down-nav-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  display: block;
  width: 2.5em;
  height: 3em;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  bottom: 0;
}
.sn-nav .menu-item-has-children .m-subnav-arrows.active {
  transform: rotate(180deg);
}
.sn-nav .menu-item-has-children ul {
  padding: 0;
  display: none;
}
.sn-nav .menu-item-has-children ul li {
  margin-bottom: 0;
  background-color: #f6f6f6;
  border-bottom: 0 !important;
  /*  &:hover {
      background-color: #f7941d;
      a {
        color: $white;
      }
    }*/
}
.sn-nav .menu-item-has-children ul li a {
  color: #051829;
  font-size: 1.125em;
  padding: 0.2777777778em 2.2222222222em 0.2777777778em 0.8888888889em;
  line-height: 1.4444444444em;
  font-weight: 700;
}
.sn-nav .menu-item-has-children ul li a:focus, .sn-nav .menu-item-has-children ul li a:hover {
  background-color: #fdc900;
  color: #fff;
}
.sn-nav .menu-item-has-children ul li:not([class]) {
  margin-bottom: 0;
  padding: 0;
}
.sn-nav .menu-item-has-children ul li:not([class]):after {
  display: none;
}
.sn-nav .menu-item-has-children ul:not([class]) {
  margin-bottom: 0;
}
.sn-nav .menu-item-has-children ul.active {
  display: block;
}

.call-to-action {
  background-color: #fdc900;
  color: #fff;
  position: relative;
  text-align: center;
}
.call-to-action:before {
  content: "";
  width: 100%;
  left: -100%;
  background-color: #fdc900;
  position: absolute;
  top: 0;
  height: 100%;
}
.call-to-action:after {
  content: "";
  width: 100%;
  right: -100%;
  background-color: #fdc900;
  position: absolute;
  top: 0;
  height: 100%;
}
.call-to-action .inner-wrap, .call-to-action .inner-wrap-narrow, .call-to-action .inner-wrap-wide, .call-to-action .inner-wrap-fullwidth {
  padding-top: 2.0625em;
  padding-bottom: 2.0625em;
}

.cta-text {
  font-size: 1.625em;
  line-height: normal;
  color: #fff;
  margin: 0;
  margin-bottom: 0.7692307692em;
}
@media (min-width: 40em) {
  .cta-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 1.9230769231em;
  }
}
@media (min-width: 60em) {
  .cta-text {
    margin-right: 3.8461538462em;
  }
}

.cta-cta {
  border: solid 1px #fff;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  padding-left: 2.6470588235em;
  padding-right: 2.6470588235em;
  /*&:focus{
    background-color: transparent;
    border:solid 1px $white;
    color: $white;
  }*/
}
.cta-cta:focus, .cta-cta:hover {
  background-color: #051829;
  border-color: #051829;
}

/*======== Multiple Grid =============*/
.multiple-cols-grid-module {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.multiple-cols-grid-module .inner-wrap, .multiple-cols-grid-module .inner-wrap-narrow, .multiple-cols-grid-module .inner-wrap-wide, .multiple-cols-grid-module .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}

.tse-cols-2 > * {
  padding: 0 0 1.25em;
}
@media (min-width: 60em) {
  .tse-cols-2 {
    margin: 0 -0.9375em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tse-cols-2:before, .tse-cols-2:after {
    content: "";
    display: table;
  }
  .tse-cols-2:after {
    clear: both;
  }
  .tse-cols-2 > * {
    width: 50%;
    padding: 0 0.9375em;
    float: left;
  }
}

.tse-cols-3 {
  /* @include mq(large) {
     > * {
       width: 33.33%;
     }
   }*/
}
.tse-cols-3 > * {
  padding: 0 0 1.25em;
}
@media (min-width: 60em) {
  .tse-cols-3 {
    margin: 0 -0.9375em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tse-cols-3:before, .tse-cols-3:after {
    content: "";
    display: table;
  }
  .tse-cols-3:after {
    clear: both;
  }
  .tse-cols-3 > * {
    width: 33.33%;
    padding: 0 0.9375em;
    float: left;
  }
}

.tse-cols-4 > * {
  padding: 0 0 1.25em;
}
@media (min-width: 40em) {
  .tse-cols-4 {
    margin: 0 -0.9375em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tse-cols-4:before, .tse-cols-4:after {
    content: "";
    display: table;
  }
  .tse-cols-4:after {
    clear: both;
  }
  .tse-cols-4 > * {
    width: 50%;
    padding: 0 0.9375em;
    float: left;
  }
}
@media (min-width: 60em) {
  .tse-cols-4 > * {
    width: 25%;
  }
}

.tse-cols-5 > * {
  padding: 0 0 1.25em;
}
@media (min-width: 40em) {
  .tse-cols-5 {
    margin: 0 -0.9375em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tse-cols-5:before, .tse-cols-5:after {
    content: "";
    display: table;
  }
  .tse-cols-5:after {
    clear: both;
  }
  .tse-cols-5 > * {
    width: 33.33%;
    padding: 0 0.9375em;
    float: left;
  }
}
@media (min-width: 60em) {
  .tse-cols-5 > * {
    width: 20%;
  }
}

.tse-cols-6 > * {
  padding: 0 0 1.25em;
}
@media (min-width: 40em) {
  .tse-cols-6 {
    margin: 0 -0.9375em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tse-cols-6:before, .tse-cols-6:after {
    content: "";
    display: table;
  }
  .tse-cols-6:after {
    clear: both;
  }
  .tse-cols-6 > * {
    width: 33.33%;
    padding: 0 0.9375em;
    float: left;
  }
}
@media (min-width: 60em) {
  .tse-cols-6 > * {
    width: 16.66%;
  }
}

/* =========== Unequal Column grid styling ==================*/
.unequal-cols-grid-module {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.unequal-cols-grid-module .inner-wrap, .unequal-cols-grid-module .inner-wrap-narrow, .unequal-cols-grid-module .inner-wrap-wide, .unequal-cols-grid-module .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}

.section_description {
  margin-bottom: 1.25em;
}

@media (min-width: 60em) {
  .ucgm-section-wrap {
    margin: 0 -0.9375em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}
.ucgm-section-wrap div > p:first-child {
  margin-top: 0;
}

.tse-cols-1_3 {
  margin-bottom: 20px;
}
@media (min-width: 60em) {
  .tse-cols-1_3 {
    width: 33.33%;
    padding: 0 0.9375em;
    margin-bottom: 0;
    float: left;
  }
}

.tse-cols-2_3 {
  margin-bottom: 20px;
}
@media (min-width: 60em) {
  .tse-cols-2_3 {
    width: 66.6667%;
    padding: 0 0.9375em;
    margin-bottom: 0;
    float: left;
  }
}

.tse-cols-1_4 {
  margin-bottom: 20px;
}
@media (min-width: 60em) {
  .tse-cols-1_4 {
    width: 25%;
    padding: 0 0.9375em;
    margin-bottom: 0;
    float: left;
  }
}

.tse-cols-3_4 {
  margin-bottom: 20px;
  max-width: 100%;
}
@media (min-width: 60em) {
  .tse-cols-3_4 {
    width: 75%;
    padding: 0 0.9375em;
    margin-bottom: 0;
    float: left;
  }
}

.tse-cols-3_12 {
  margin-bottom: 20px;
}
@media (min-width: 60em) {
  .tse-cols-3_12 {
    width: 30%;
    padding: 0 0.9375em;
    margin-bottom: 0;
    float: left;
  }
}

.tse-cols-7_12 {
  margin-bottom: 20px;
}
@media (min-width: 60em) {
  .tse-cols-7_12 {
    width: 70%;
    padding: 0 0.9375em;
    margin-bottom: 0;
    float: left;
  }
}

.tse-cols-2_12 {
  margin-bottom: 20px;
}
@media (min-width: 60em) {
  .tse-cols-2_12 {
    width: 20%;
    padding: 0 0.9375em;
    margin-bottom: 0;
    float: left;
  }
}

@media screen and (max-width: 960px) {
  div[class^=tse-cols] img.alignnone, div[class^=tse-cols] img.alignleft, div[class^=tse-cols] img.alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===== DEFAULTS FOR ALL BLOGS =====  */
.fb_iframe_widget span {
  height: 24px !important;
}

#recaptcha_table {
  table-layout: initial !important;
  height: 126px;
  overflow: hidden;
  margin-bottom: 1em;
}

.blog-pagination {
  font-size: 1.7em;
  font-weight: bold;
}
.blog-pagination a {
  margin-right: 2em;
  text-decoration: none;
}

.more-link {
  font-size: 1.4em;
  text-decoration: none;
}

/*.post-item {
	border-bottom: 5px solid $light-gray;
	padding-bottom: 2em;
  margin-bottom: 2em;
}*/
.hs-author-avatar {
  float: left;
  margin-right: 1.5em;
}
.hs-author-avatar img {
  border-bottom: 1px solid #adadad;
}

.hs-author-social-label {
  font-size: 1.3em;
}

.hs-author-bio {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.hs-author-profile {
  background: #F2F2F2;
  padding: 0.2em 2em 2em 2em;
}

.hs-author-listing-header {
  padding-top: 1em;
  margin-top: 0.3em;
  color: #b9b9b9;
}

.hs-author-social-links a {
  text-decoration: none;
}
.hs-author-social-links img {
  opacity: 0.7;
  width: 1.875em;
  height: 1.875em;
}
.hs-author-social-links img:hover {
  opacity: 1;
}

/*   end defaults   */
/*Blog Page Styling*/
.post-content-wrap .entry-content {
  padding-bottom: 0;
}
@media (min-width: 40em) {
  .post-content-wrap.tse-cols-3 {
    margin: 0 -0.9375em;
  }
  .post-content-wrap.tse-cols-3 > * {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    padding: 0 0.9375em;
    float: left;
  }
  .post-content-wrap .entry-content {
    margin-bottom: 1.875em;
  }
}
@media (min-width: 60em) {
  .post-content-wrap.tse-cols-3 > * {
    width: 33.33%;
  }
}

.post-title {
  min-height: 5.4285714286em;
  padding-top: 1.8571428571em;
  margin: 0;
  display: block;
  color: #8f8f8f;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.8;
  text-transform: uppercase;
}
.post-title a {
  color: #8f8f8f;
}
.post-title a:hover {
  color: #fdc900;
  text-decoration: none;
}

.post-excerpt {
  padding-top: 1.0714285714em;
  color: #8f8f8f;
  font-family: "Raleway", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 2.2;
}

/*.entry-meta {
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: em(7) 0;
    margin-top: em(25);

    i {
    	font-size: em(12);
    	margin-right: em(16, 12);
	    color: #666;

	    span {
	    	color: inherit;
		    font-size: inherit;
		    font-weight: 400;
		    font-family: 'Playfair Display', serif;
		    font-style: italic;
		    padding-left: em(8, 12);
	    }
    }

    a {
    	color: #666;
	    font-size: em(12);
	    font-family: 'Playfair Display', serif;
	    font-style: italic;

	    i {
	    	margin-right: em(5, 12);
	    	font-size: em(12, 12);
	    }

	    &:hover {
	    	color: $yellow;
	    	text-decoration: none;
	    }
    }
}*/
.wp-pagenavi {
  margin: 4.375em 0 1.25em;
  clear: both;
  text-align: center;
}
.wp-pagenavi > * {
  margin-right: 0.6666666667em;
}
.wp-pagenavi span,
.wp-pagenavi a {
  width: 2.1333333333em;
  height: 2.1333333333em;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: inline-block;
  background: #e0e3e8;
  color: #051829;
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 2.1333333333em;
  text-align: center;
}
.wp-pagenavi span.current, .wp-pagenavi span:hover,
.wp-pagenavi a.current,
.wp-pagenavi a:hover {
  background-color: #fdc900;
  color: #051829;
  text-decoration: none;
}

/*.current .page .nextpostslink*/
/*Comments Section Styling*/
#comments {
  background-color: #fff;
  padding: 55px 0 0;
}

.comment-respond {
  margin-top: 55px;
}

.comment-reply-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  color: #222;
  margin: 0 0 1.2em;
}

.comment-form {
  margin-bottom: 0;
}
.comment-form .form-group {
  margin-bottom: 30px;
}
.comment-form input[type=text],
.comment-form input[type=search],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form input[type=password],
.comment-form textarea {
  width: 100%;
  height: auto;
  padding: 6px 12px !important;
  border: 1px solid #e6e9ec;
  border-radius: 0;
  margin: 0;
  background: #f8f8fa;
  color: #555;
  font-size: 0.9333333333em;
  line-height: 1.42857143;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comment-form input[type=text]:focus,
.comment-form input[type=search]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form input[type=password]:focus,
.comment-form textarea:focus {
  background-color: #f8f8fa;
  border: 1px solid #e6e9ec;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.comment-form input[type=text],
.comment-form input[type=search],
.comment-form input[type=email],
.comment-form input[type=url] {
  height: 2.8571428571em;
}
.comment-form textarea {
  height: 12.1875em;
  overflow: auto;
  border-radius: 0;
}
.comment-form label {
  display: none;
  /*display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;*/
}
.comment-form .comment-form-cookies-consent {
  margin-bottom: 20px;
  clear: both;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  margin: 4px 0 0;
}
.comment-form .comment-form-cookies-consent label {
  display: inline-block;
}
.comment-form .comment-form-comment {
  margin-bottom: 1.25em;
}
.comment-form p.comment-form-author {
  width: 100%;
  margin-bottom: 1.25em;
}
@media (min-width: 60em) {
  .comment-form p.comment-form-author {
    width: calc(33.33% - 20px);
    margin-right: 2em;
    float: left;
  }
}
.comment-form p.comment-form-email {
  width: 100%;
  margin-bottom: 1.25em;
}
@media (min-width: 60em) {
  .comment-form p.comment-form-email {
    width: calc(33.33% - 20px);
    margin-right: 2em;
    float: left;
  }
}
.comment-form p.comment-form-url {
  width: 100%;
  margin-bottom: 1.25em;
}
@media (min-width: 60em) {
  .comment-form p.comment-form-url {
    width: calc(33.33% - 20px);
    float: left;
  }
}
.comment-form .form-submit {
  margin: 2.1875em 0 0;
  text-align: center;
}
.comment-form .submit {
  padding: 0.6666666667em 2em;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 3em;
  font-size: 1em;
  line-height: 1.42857143;
  background-color: #051829;
}
.comment-form .submit:hover {
  background-color: #020b12;
  color: #fff;
}
.comment-form .comment-notes {
  margin: 0;
}

.logged-in-as a {
  color: #337ab7;
}
.logged-in-as a:hover {
  color: #23527c;
}

/*=================== Blog page styling ===================*/
.filters-button-group {
  display: none;
}
@media (min-width: 40em) {
  .filters-button-group {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filters-button-group .button {
    padding: 0.1333333333em 0.6666666667em;
    margin: 0 0.3333333333em 0.3333333333em 0;
    display: inline-block;
    border-radius: 1.875em;
    background-color: transparent;
    color: #000;
    font-size: 0.9375em;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .filters-button-group .button:hover {
    background-color: #ebebeb;
    color: #666;
  }
  .filters-button-group .button:active, .filters-button-group .button.is-checked {
    background-color: #ebebeb;
    color: #666;
  }
}

.filters-select {
  text-align: center;
}
.filters-select select {
  min-width: 16em;
  width: auto;
  height: 2em !important;
  padding: 0;
  border: 1px solid #767676;
  border-radius: 2px;
  margin-bottom: 1.6666666667em;
  background-color: #fff;
  color: #333;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.42857143;
}
@media (min-width: 40em) {
  .filters-select {
    display: none;
  }
}

.post-grid-sizer {
  display: none;
}

.post-masonry-grid {
  margin: 0 -0.9375em;
}

.post-grid-sizer,
.post-masonry-item {
  width: 100%;
  padding: 0.9375em;
  display: block;
}
@media (min-width: 40em) {
  .post-grid-sizer,
.post-masonry-item {
    width: 50%;
    display: inline-block;
  }
}
@media (min-width: 60em) {
  .post-grid-sizer,
.post-masonry-item {
    width: 33.33%;
  }
}

.post-masonry-image img {
  width: 100%;
  height: auto;
  display: block;
}

.post-masonry-content-wrap {
  padding: 0.625em;
  background-color: #f4f4f4;
}

.post-masonry-title {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.5769230769em;
  color: #222;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.2em;
}

.post-masonry-content {
  margin-bottom: 1em;
  color: #000;
  line-height: 1.8em;
}

.post-masonry-read-more {
  padding: 1em 1.4285714286em;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 1.5527950307em;
  display: inline-block;
  background-color: #fdc900;
  color: #067903;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-masonry-read-more:hover {
  color: #f7f7f7;
  background-color: #f23630;
}

/*Single Post styling*/
.social-share {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.social-share .ss-title {
  font-size: 0.9375em;
  font-weight: 600;
  color: #999;
  padding-right: 10px;
}

.share {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #000;
  list-style: none;
  overflow: hidden;
}
.share li {
  float: left;
  margin-right: 10px;
}
.share li a {
  font-size: 1em;
  color: #fdc900;
  display: inline-block;
}
.share li a:hover {
  color: #977800;
}

.social-share-wrap {
  overflow: hidden;
  margin: 2.5em 0 4.25em;
}

.single-title {
  margin-top: 0;
  margin-bottom: 1.6666666667em;
  font-size: 1.125em;
  line-height: 1.2;
  text-transform: uppercase;
}

.single-featured-image {
  margin-bottom: 2.1875em;
}

.post-meta {
  padding: 0 0 1.25em;
  color: #999;
}
.post-meta > span,
.post-meta time {
  /*border-bottom: 1px solid #eeeeee;*/
  display: inline;
  font-size: 0.9375em;
  color: #999;
}
.post-meta a {
  color: #999;
}
.post-meta a:hover {
  color: #fdc900;
  text-decoration: none;
}

.entry-meta-author {
  padding: 1.875em 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 2.5em;
}
.entry-meta-author .author-avata {
  margin-right: 0.9375em;
  float: left;
}
.entry-meta-author .author-content {
  padding-left: 11.5625em;
}
.entry-meta-author .author-content p {
  font-size: 0.875em;
  line-height: 2.2;
}
.entry-meta-author .author-name {
  margin-bottom: 1.0714285714em;
  font-size: 0.875em;
  text-transform: uppercase;
}

/*Single Page styling*/
.single .site-content-primary p {
  margin-bottom: 1.6428571429em;
  color: #4a4a4a;
  font-size: 0.875em;
  line-height: 1.81em;
}

/*Archieve Page Styling*/
.new_grid {
  margin-bottom: 3.125em;
}

.blog-list-grid .entry-media {
  margin-bottom: 1.875em;
}
.blog-list-grid .entry-media img {
  max-width: 100%;
  display: block;
  height: auto;
}
.blog-list-grid .entry-title h3 {
  margin: 0 0 0.5357142857em;
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.blog-list-grid .entry-title .date {
  font-size: 1em;
  color: #999;
}
.blog-list-grid .entry-details {
  margin-top: 0.75em;
  position: relative;
}
.blog-list-grid .entry-meta {
  list-style: none;
  overflow: hidden;
  /*right: 0;
  bottom: 11px;*/
  display: block;
  margin-bottom: 20px;
  margin-top: 15px;
}
.blog-list-grid .entry-meta li {
  float: left;
}
.blog-list-grid .entry-meta li a {
  color: #acacac;
}
.blog-list-grid .entry-meta li a:hover {
  color: #fdc900;
}
.blog-list-grid .entry-meta li i {
  color: #fdc900;
}
.blog-list-grid .entry-meta li + li {
  margin-left: 1.8666666667em;
}
.blog-list-grid .read-more {
  padding: 0.3125em 1.75em;
  border: 2px solid #fdc900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background-color: #fdc900;
  color: #051829;
  font-size: 1em;
  font-weight: 600;
}

.site-wrap {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100%;
}

.cms-rfq .gform_wrapper .top_label .gfield_label {
  font-size: 0.75em;
  margin-bottom: 0.4166666667em;
  font-weight: normal;
  display: block;
  color: #fdc900;
  text-transform: uppercase;
}
.cms-rfq .gform_wrapper select,
.cms-rfq .gform_wrapper textarea,
.cms-rfq .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]) {
  display: block;
  width: 100%;
  height: 2.7142857143em;
  padding: 0.4285714286em 0.8571428571em !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  font-size: 0.875em;
  line-height: 1.42857143;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.cms-rfq .gform_wrapper select:focus,
.cms-rfq .gform_wrapper textarea:focus,
.cms-rfq .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]):focus {
  border-color: #ccc;
}
.cms-rfq .gform_wrapper select {
  height: 2.7142857143em !important;
  padding: 0.4285714286em 0.8571428571em !important;
}
.cms-rfq .gform_wrapper textarea {
  height: 8.5714285714em !important;
}
.cms-rfq .gform_wrapper .gform_footer {
  width: 100%;
  padding: 2.1875em 0 0;
  margin: 0 0 1em;
  float: none;
  clear: both;
}
.cms-rfq .gform_wrapper .gform_footer input.button,
.cms-rfq .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  height: 38px;
  padding: 0.4285714286em 0.8571428571em;
  border: 0;
  border-radius: 4;
  background-color: #fdc900;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.42857143;
  text-transform: lowercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-rfq .gform_wrapper .gform_footer input.button:hover,
.cms-rfq .gform_wrapper .gform_footer input[type=submit]:hover {
  border: 0;
  background-color: #fdc900;
  color: #fff;
}
@media (min-width: 60em) {
  .cms-rfq {
    width: 65%;
    margin-left: 0;
    padding: 0 0.9375em;
  }
}

.cms-form-heading {
  padding-bottom: 0.5em;
  margin: 0 0 1em;
  color: #fff;
  font-size: 1.125em;
  position: relative;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: none;
}
.cms-form-heading:after {
  content: "";
  width: 40px;
  height: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fdc900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/*=============== ADA Complaince styling ===================*/
#skipToContent {
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  opacity: 0;
}
#skipToContent:focus {
  opacity: 1;
  z-index: 99999;
}

.nonlink {
  cursor: default;
  pointer-events: auto;
}
@media (min-width: 60em) {
  .nonlink {
    pointer-events: none;
  }
}

.lightbox {
  display: inline-block;
}
.lightbox.tse-remove-border {
  outline: none !important;
}
.lightbox.tse-remove-border:focus {
  outline: none !important;
}

.tse-remove-border {
  outline: none !important;
}
.tse-remove-border:focus {
  outline: none !important;
}

.no-touch.mfg-popup-open {
  margin-right: 17px;
}
.no-touch.mfg-popup-open .site-header {
  padding-right: 17px;
}

/*=============== Site Header ===============*/
.site-header {
  background-color: #111;
}
@media (min-width: 60em) {
  .site-header {
    background-color: #0f5ca2;
  }
}

.sh-sticky-wrap {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
  padding-top: 0.775em;
  padding-bottom: 0.775em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.sh-sticky-wrap .inner-wrap:after, .sh-sticky-wrap .inner-wrap-narrow:after, .sh-sticky-wrap .inner-wrap-wide:after, .sh-sticky-wrap .inner-wrap-fullwidth:after {
  content: none;
}
.sh-sticky-wrap.stuck {
  width: 100%;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  animation: stuck 0.7s;
}
.sh-sticky-wrap.stuck .sh-sticky-btn {
  opacity: 1;
  line-height: 5em;
  display: block;
}
@media (min-width: 60em) {
  .sh-sticky-wrap.stuck .site-logo {
    max-width: 8.375em;
  }
}
@media (min-width: 80em) {
  .sh-sticky-wrap.stuck .site-logo {
    max-width: 14.375em;
  }
}
@media (min-width: 60em) {
  .sh-sticky-wrap {
    width: 100%;
    display: block;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
  }
  .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

@keyframes stuck {
  from {
    top: -100%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.sh-utility-nav {
  background-color: #051829;
  text-align: center;
  color: #fff;
}
.sh-utility-nav .inner-wrap, .sh-utility-nav .inner-wrap-narrow, .sh-utility-nav .inner-wrap-wide, .sh-utility-nav .inner-wrap-fullwidth {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.sh-utility-nav .inner-wrap:after, .sh-utility-nav .inner-wrap-narrow:after, .sh-utility-nav .inner-wrap-wide:after, .sh-utility-nav .inner-wrap-fullwidth:after {
  content: none;
}
.sh-utility-nav .inner-wrap > *, .sh-utility-nav .inner-wrap-narrow > *, .sh-utility-nav .inner-wrap-wide > *, .sh-utility-nav .inner-wrap-fullwidth > * {
  float: left;
}
.sh-utility-nav span {
  margin-right: 2.3333333333em;
  color: #ebebeb;
  font-size: 0.9375em;
  line-height: 1.42857143;
  display: inline-block;
}
.sh-utility-nav span a {
  text-decoration: none;
  color: #ebebeb;
}
.sh-utility-nav span a:hover {
  color: #ebebeb;
}
@media (min-width: 40em) {
  .sh-utility-nav {
    text-align: left;
  }
  .sh-utility-nav .inner-wrap, .sh-utility-nav .inner-wrap-narrow, .sh-utility-nav .inner-wrap-wide, .sh-utility-nav .inner-wrap-fullwidth {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

.site-header-post .sh-sticky-wrap {
  background-color: #fdc900;
}
@media (min-width: 60em) {
  .site-header-post .site-nav-container {
    height: 50px;
  }
}
@media (min-width: 60em) {
  .site-header-post .site-nav-container .site-nav {
    margin-left: 15em;
    margin-top: -15px;
  }
}
@media (min-width: 80em) {
  .site-header-post .site-nav-container .site-nav {
    margin-left: 18em;
    margin-top: -15px;
  }
}
.site-header-post .logo-wrap {
  width: 100%;
  background-color: #fff;
}
.site-header-post .logo-wrap .inner-wrap, .site-header-post .logo-wrap .inner-wrap-narrow, .site-header-post .logo-wrap .inner-wrap-wide, .site-header-post .logo-wrap .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 60em) {
  .site-header-post .logo-wrap .logo-post {
    width: 60%;
    float: left;
  }
}
@media (max-width: 60em) {
  .site-header-post .logo-wrap .award {
    text-align: center;
  }
}
@media (min-width: 60em) {
  .site-header-post .logo-wrap .award {
    width: 20%;
    float: left;
  }
}
.site-header-post .logo-wrap .award-info h4 {
  margin-bottom: 0px;
  font-size: 1.06667rem;
}
.site-header-post .logo-wrap .award-info p {
  font-size: 0.8rem;
}
@media (min-width: 60em) {
  .site-header-post .logo-wrap .award-info {
    margin-top: 1.25em;
  }
}
@media (min-width: 60em) {
  .site-header-post .logo-wrap {
    height: 5.625em;
  }
}
@media (min-width: 60em) {
  .site-header-post .social {
    width: 10.9375em;
    display: inherit;
  }
}
.site-header-post .social span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  color: #fdc900;
}
.site-header-post .social .social-links li {
  display: inline-block;
  padding-right: 10px;
}
.site-header-post .social .social-links li a {
  color: #fff;
}
.site-header-post .sh-contact-info > span {
  color: #fdc900;
  font-size: 0.8125em;
}
.site-header-post .sh-utility-nav span a {
  color: #fdc900;
  font-size: 0.9375em;
}
@media (max-width: 60em) {
  .site-header-post .site-logo {
    margin: 0px auto;
    max-width: 16em;
    float: none;
  }
}
@media (min-width: 60em) {
  .site-header-post .site-logo {
    float: left;
  }
}

.sh-contact-info > span {
  padding-left: 2em;
  position: relative;
  color: #ebebeb;
}
.sh-contact-info > span i {
  font-size: 1.2em;
  color: #fdc900;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sh-contact-info > span i.fa-location-arrow {
  top: 40%;
}

.site-logo {
  max-width: 10em;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}
.site-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}
@media (min-width: 40em) {
  .site-logo {
    max-width: 12.5em;
  }
}
@media (min-width: 60em) {
  .site-logo {
    max-width: 11.375em;
    /*margin: em(15) em(26) 0 0 !important;*/
  }
}
@media (min-width: 80em) {
  .site-logo {
    max-width: 16.375em;
    margin: 0.625em 1.625em 0.625em 0 !important;
  }
}

.sh-rfq {
  padding: 0.3846153846em 2.1538461538em;
  border: 2px solid #fdc900;
  border-radius: 3px;
  display: inline-block;
  background-color: #fdc900;
  color: #051829;
  font-size: 0.8125em;
  font-weight: 600;
  line-height: 1.42857143;
}
.sh-rfq:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}
@media (max-width: 593px) {
  .sh-rfq {
    margin-top: 1.1538461538em;
  }
}
@media (min-width: 40em) {
  .sh-rfq {
    margin: 0;
  }
}
@media (min-width: 60em) {
  .sh-rfq {
    width: auto;
    padding: 0.3125em 1.75em;
    font-size: 1em;
    margin: 0;
  }
}

.nav-search-form {
  background-color: #fdc900;
  padding: 0.9375em;
  position: relative;
}
.nav-search-form input {
  width: 100%;
  height: 2.8571428571em;
  margin: 0;
  border: navajowhite;
  display: block;
  background-color: #fff;
  color: #051829;
  font-size: 0.875em;
  line-height: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-search-form button[type=submit] {
  padding: 1px 0.375em;
  border: none;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.1875em;
  background-color: transparent;
  color: #fdc900;
  font-size: 1em;
  line-height: 2.5em;
}
@media (min-width: 60em) {
  .nav-search-form {
    display: none;
  }
}

@media (min-width: 60em) {
  .sh-icons {
    display: none;
  }
}

.sh-ico-menu, .sh-ico-search {
  display: inline-block;
  padding-top: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.sh-ico-search {
  display: none;
}
.sh-ico-search span {
  display: none;
}
@media (min-width: 60em) {
  .sh-ico-search {
    display: inline-block;
    margin: 0;
    color: #fdc900;
    font-size: 1em;
    line-height: 1.875em;
    text-decoration: none;
  }
  .sh-ico-search:hover {
    color: #fff;
    text-decoration: none;
  }
}

.sh-ico-menu {
  width: 2.5em;
  height: 2.1875em;
  padding: 0.5625em 0.625em;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #051829;
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  outline: 0;
}
.sh-ico-menu:after, .sh-ico-menu:before {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  margin: auto;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.sh-ico-menu:before {
  margin-bottom: 0.3125em;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.sh-ico-menu:after {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.sh-ico-menu span {
  width: 100%;
  height: 2px;
  margin: 0 0 0.3125em;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.sh-ico-menu.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sh-ico-menu.active span {
  background: transparent;
}
.sh-ico-menu.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 60em) {
  .sh-ico-menu {
    display: none;
  }
}

.sh-sticky-btn {
  display: none;
}
@media (min-width: 60em) {
  .sh-sticky-btn {
    /*display: block;*/
    float: left;
    opacity: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
  }
}

/*=============== Site Intro ===============*/
.site-intro {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
  padding-top: 8.25em;
  padding-bottom: 8.25em;
  max-width: 76.6875em;
}
@media (min-width: 40em) {
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 13.4375em;
    padding-bottom: 13.4375em;
  }
}

.si-carousel {
  margin: 0;
  position: relative;
}
.si-carousel .slick-arrow {
  background: #fdc900;
  width: 2.8125em;
  height: 2.8125em;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  top: 50%;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.si-carousel .slick-arrow i {
  font-size: 2.0625em;
  line-height: 1.3636363636em;
}
.si-carousel .slick-arrow:hover {
  background: #e4b500;
  opacity: 0.7;
}
@media (min-width: 60em) {
  .si-carousel .slick-arrow {
    top: 51.9%;
    -webkit-transform: translateY(none);
    -moz-transform: translateY(none);
    -ms-transform: translateY(none);
    -o-transform: translateY(none);
    transform: translateY(none);
  }
}
.si-carousel .si-prev {
  left: 2.1875em;
  animation: tseslideInLeft 2s;
}
.si-carousel .si-next {
  right: 2.1875em;
  animation: tseslideInRight 2s;
}
@keyframes tseslideInLeft {
  from {
    left: 0;
  }
  to {
    left: 2.1875em;
  }
}
@keyframes tseslideInLeft {
  from {
    right: 0;
  }
  to {
    right: 2.1875em;
  }
}
.si-carousel .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 1.25em;
  text-align: center;
}
.si-carousel .slick-dots li {
  margin: 0 3px;
}
.si-carousel .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: #999999;
  background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  background: -webkit-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  background: -o-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  background: -ms-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="rgb(153, 153, 153)", endcolorstr="rgb(225, 225, 225)",gradienttype=0 );
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}
.si-carousel .slick-dots li button:before {
  content: none;
}
.si-carousel .slick-dots li.slick-active button {
  background: #fdc900;
  border: 3px solid #fff;
}

.slick-slide.si-item {
  position: relative;
}
.slick-slide.si-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.slick-slide.si-item img {
  max-height: 28.125em;
  opacity: 0;
}
@media (min-width: 60em) {
  .slick-slide.si-item {
    min-height: 42.5em;
  }
}

.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.si-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: inherit;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.si-bg img {
  display: none;
  height: auto;
}

.si-slide-content {
  width: 57.1875em;
  max-width: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.si-heading {
  margin: 0 0 0.8333333333em;
  padding: 0;
  color: #fff;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.0833333333em;
  letter-spacing: 0;
}
.si-heading span {
  color: #fdc900;
}
@media (min-width: 40em) {
  .si-heading {
    font-size: 2.25em;
  }
}

.si-description {
  margin: 0 0 1.4583333333em;
  padding: 0;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 40em) {
  .si-description {
    font-size: 1.5em;
  }
}

/*=============== Site Content ===============*/
.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/*================ Our Products Module ===================*/
.our-products-module .inner-wrap, .our-products-module .inner-wrap-narrow, .our-products-module .inner-wrap-wide, .our-products-module .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 4.375em;
}
@media (min-width: 60em) {
  .our-products-module .inner-wrap, .our-products-module .inner-wrap-narrow, .our-products-module .inner-wrap-wide, .our-products-module .inner-wrap-fullwidth {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
}

@media (min-width: 60em) {
  .opm-content-wrap {
    margin: 0 -0.9375em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .opm-content-wrap > * {
    float: left;
  }
}

.opm-heading-wrap {
  width: 100%;
  margin-bottom: 2.1875em;
}
@media (min-width: 60em) {
  .opm-heading-wrap {
    width: 25%;
    padding: 0 0.9375em;
    margin-bottom: 0;
  }
}

.opm-heading {
  padding: 0 0 0.5em;
  margin-bottom: 1.1666666667em;
  font-size: 1.875em;
  margin: 0;
  position: relative;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.opm-heading:after {
  content: "";
  background-color: #fdc900;
  width: 1.1em;
  height: 0.1666666667em;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.opm-description {
  margin: 0 0 1.6666666667em;
  font-size: 0.9375em;
  color: #000;
  line-height: 1.8em;
}
@media (min-width: 60em) {
  .opm-description {
    width: 50%;
    padding: 0 1em;
    margin: 0 0 1em;
  }
}

@media (min-width: 60em) {
  .opm-cta {
    width: 25%;
    padding: 0 0.5em;
    text-align: right;
  }
}

.opm-carousel {
  padding-bottom: 4.0625em;
  margin: 3.125em -0.9375em 0;
}
.opm-carousel .slick-dots {
  bottom: 0;
}
.opm-carousel .slick-dots li {
  margin: 0;
}
.opm-carousel .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 30px;
  margin: 0 7px;
  display: inline-block;
  background: #bfbfbf;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.opm-carousel .slick-dots li.slick-active button {
  background-color: #fdc900;
}
@media (min-width: 60em) {
  .opm-carousel {
    margin-top: 0;
  }
}

.opm-item.slick-slide {
  min-height: 15.875em;
  margin: 0 1.0625em;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.opm-item.slick-slide .lazyload-img {
  display: none;
}
.opm-item.slick-slide:hover .opm-hovered-content {
  top: 0;
}

.opm-title {
  padding: 3.3333333333em 2.7777777778em 0;
  margin: 0 0 1.2em;
  position: absolute;
  bottom: 0;
  font-size: 1.125em;
  font-weight: 600;
}
.opm-title a {
  color: #fff;
  text-decoration: none;
}
.opm-title a:hover {
  text-decoration: none;
}

.opm-hovered-content {
  width: 100%;
  height: 100%;
  padding: 3.75em 3.125em;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fdc900;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.opm-item-title {
  margin: 0 0 0.59em;
  font-size: 1.125em;
  font-weight: 600;
}
.opm-item-title a {
  color: #051829;
  text-decoration: none;
}
.opm-item-title a:hover {
  text-decoration: none;
}

.opm-item-description {
  width: 100%;
  margin: 0 0 1.79em;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.8em;
}

/*=========== Testimonial Module ====================*/
.testimonial-module {
  background-position: 50% -14.3938px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.testimonial-module .inner-wrap, .testimonial-module .inner-wrap-narrow, .testimonial-module .inner-wrap-wide, .testimonial-module .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 4.375em;
  position: relative;
  z-index: 1;
}
.testimonial-module:before {
  content: "";
  background-color: rgba(5, 24, 41, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 60em) {
  .testimonial-module .inner-wrap, .testimonial-module .inner-wrap-narrow, .testimonial-module .inner-wrap-wide, .testimonial-module .inner-wrap-fullwidth {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
}

.tm-carousel .slick-arrow {
  width: 1.875em;
  height: 1.875em;
  padding: 0;
  border-radius: 3px;
  margin: 5px;
  position: absolute;
  bottom: -2.8125em;
  background-color: #fdc900;
  color: #051829;
  font-size: 1em;
  line-height: 2.3125em;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.tm-carousel .slick-arrow.tm-prev {
  left: 0;
}
.tm-carousel .slick-arrow.tm-next {
  left: 2.5em;
}
@media (min-width: 60em) {
  .tm-carousel .slick-arrow {
    width: 1.8888888889em;
    height: 1.8888888889em;
    font-size: 1.125em;
    line-height: 2.0555555556em;
    bottom: -2.5em;
    left: auto !important;
  }
  .tm-carousel .slick-arrow.tm-prev {
    right: 2.75em;
  }
  .tm-carousel .slick-arrow.tm-next {
    right: 0;
  }
}

@media (min-width: 40em) {
  .tm-item {
    padding: 0 7.5em;
    position: relative;
  }
  .tm-item:before {
    font-family: "Flaticon";
    content: "";
    font-size: 2.5em;
    color: #fdc900;
    position: absolute;
    left: 0.75em;
    top: -0.35em;
  }
}
@media (min-width: 60em) {
  .tm-item {
    padding: 0 9.6875em;
    position: relative;
  }
  .tm-item:before {
    font-size: 3.75em;
    left: 0.5em;
    top: -0.2333333333em;
  }
}

.tm-client-quote {
  margin-bottom: 2.5em;
}
.tm-client-quote p {
  font-size: 1em;
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 0.6818181818em;
}
@media (min-width: 60em) {
  .tm-client-quote p {
    font-size: 1.375em;
  }
}

.tm-client-info {
  position: relative;
  padding: 0.3125em 0 0.625em 5.3125em;
}

.tm-client-name {
  font-size: 1em;
  color: #fdc900;
  margin: 0 0 0.3em;
}
@media (min-width: 60em) {
  .tm-client-name {
    font-size: 1.25em;
  }
}

.tm-client-designation {
  font-size: 0.875em;
  color: #ddd;
  display: block;
}

/*=========== Testimonial Module ====================*/
.testimonial-modules {
  background-position: 50% -14.3938px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.testimonial-modules .inner-wrap, .testimonial-modules .inner-wrap-narrow, .testimonial-modules .inner-wrap-wide, .testimonial-modules .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 4.375em;
  position: relative;
  z-index: 1;
}
.testimonial-modules:before {
  content: "";
  background-color: rgba(5, 24, 41, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 60em) {
  .testimonial-modules .inner-wrap, .testimonial-modules .inner-wrap-narrow, .testimonial-modules .inner-wrap-wide, .testimonial-modules .inner-wrap-fullwidth {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
}

.tm-carousels .slick-arrow {
  width: 1.875em;
  height: 1.875em;
  padding: 0;
  border-radius: 3px;
  margin: 5px;
  position: absolute;
  bottom: -2.8125em;
  background-color: #fdc900;
  color: #051829;
  font-size: 1em;
  line-height: 2.3125em;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.tm-carousels .slick-arrow.tm-prev {
  left: 0;
}
.tm-carousels .slick-arrow.tm-next {
  left: 2.5em;
}
@media (min-width: 60em) {
  .tm-carousels .slick-arrow {
    width: 1.8888888889em;
    height: 1.8888888889em;
    font-size: 1.125em;
    line-height: 2.0555555556em;
    bottom: -2.5em;
    left: auto !important;
  }
  .tm-carousels .slick-arrow.tm-prev {
    right: 2.75em;
  }
  .tm-carousels .slick-arrow.tm-next {
    right: 0;
  }
}

@media (min-width: 40em) {
  .tm-items {
    padding: 0 7.5em;
    position: relative;
  }
  .tm-items:before {
    font-family: "Flaticon";
    content: "";
    font-size: 2.5em;
    color: #fdc900;
    position: absolute;
    left: 0.75em;
    top: -0.35em;
  }
}
@media (min-width: 60em) {
  .tm-items {
    padding: 0 9.6875em;
    position: relative;
  }
  .tm-items:before {
    font-size: 3.75em;
    left: 0.5em;
    top: -0.2333333333em;
  }
}

.tm-client-quotes {
  margin-bottom: 2.5em;
}
.tm-client-quotes p {
  font-size: 1em;
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 0.6818181818em;
}
@media (min-width: 60em) {
  .tm-client-quotes p {
    font-size: 1.375em;
  }
}

.tm-client-infos {
  position: relative;
  padding: 0.3125em 0 0.625em 5.3125em;
}

.tm-client-names {
  font-size: 1em;
  color: #fdc900;
  margin: 0 0 0.3em;
}
@media (min-width: 60em) {
  .tm-client-names {
    font-size: 1.25em;
  }
}

.tm-client-designations {
  font-size: 0.875em;
  color: #ddd;
  display: block;
}

/*=============== About module ================*/
.about-module {
  margin-bottom: 2.1875em;
}
.about-module .inner-wrap, .about-module .inner-wrap-narrow, .about-module .inner-wrap-wide, .about-module .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 4.375em;
}
@media (min-width: 60em) {
  .about-module .inner-wrap, .about-module .inner-wrap-narrow, .about-module .inner-wrap-wide, .about-module .inner-wrap-fullwidth {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
}

.am-heading {
  padding-bottom: 0.5em;
  margin: 0 0 1.1666666667em;
  position: relative;
  font-size: 1.875em;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.am-heading:after {
  content: "";
  width: 1.1em;
  height: 0.1666666667em;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fdc900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.am-description {
  color: #000;
}
.am-description p:last-child {
  margin-bottom: 3.6666666667em;
}

.am-grid {
  margin-top: 3.75em;
}
@media (min-width: 40em) {
  .am-grid {
    margin: 0 -0.9375em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .am-grid:before, .am-grid:after {
    content: "";
    display: table;
  }
  .am-grid:after {
    clear: both;
  }
  .am-grid > * {
    width: 50%;
    padding: 0 0.9375em;
    float: left;
  }
}

.am-content {
  padding-left: 4.375em;
}
.am-content:not(:last-child) {
  margin-bottom: 2.5em;
}
@media (min-width: 60em) {
  .am-content {
    padding-left: 5.625em;
  }
}

.am-item-heading {
  font-size: 1.25em;
  margin: 0 0 1em;
}

.am-item-description {
  color: #000;
}

/*===================== Contact Module ====================*/
.contact-module {
  position: relative;
}
.contact-module:before {
  content: "";
  background-color: rgba(5, 24, 41, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-module .inner-wrap, .contact-module .inner-wrap-narrow, .contact-module .inner-wrap-wide, .contact-module .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 4.375em;
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  .contact-module .inner-wrap, .contact-module .inner-wrap-narrow, .contact-module .inner-wrap-wide, .contact-module .inner-wrap-fullwidth {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
}

@media (min-width: 60em) {
  .cm-content-wrap {
    margin: 0 -0.9375em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cm-content-wrap > * {
    float: left;
  }
}

.cm-content {
  margin-bottom: 2.5em;
}
@media (min-width: 60em) {
  .cm-content {
    width: 33.33333333%;
    margin: 0 0 0 8.33333333%;
    padding: 0 0.9375em;
  }
}

.cm-content-box {
  padding: 2.375em 2.8125em;
  border: 2px solid #fdc900;
}
.cm-content-box > span {
  padding-left: 1.5625em;
  display: block;
  position: relative;
  color: #fff;
}
.cm-content-box > span:not(:last-child) {
  margin-bottom: 1.25em;
}
.cm-content-box > span i {
  color: #fdc900;
  position: absolute;
  left: 0;
  top: 3px;
}
.cm-content-box > span a {
  color: #fff;
  text-decoration: none;
}
.cm-content-box > span a:hover {
  color: #fdc900;
  text-decoration: none;
}

.cm-content-title {
  padding-bottom: 0.5em;
  margin: 0 0 1em;
  color: #fff;
  font-size: 1.875em;
  position: relative;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.cm-content-title:after {
  content: "";
  width: 1.1em;
  height: 0.1666666667em;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fdc900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.cm-content-description {
  margin-bottom: 1em;
  color: #aaa;
  line-height: 1.56em;
}

/*.cm-ph {

}

.cm-address {

  }*/
.cm-rfq .gform_wrapper .gfield_required {
  display: none;
}
.cm-rfq .gform_wrapper .top_label .gfield_label {
  font-size: 0.75em;
  margin-bottom: 0.4166666667em;
  font-weight: normal;
  display: block;
  color: #fdc900;
  text-transform: uppercase;
}
.cm-rfq .gform_wrapper ul li.gfield {
  margin-top: 0.75em;
  margin-bottom: 0;
}
.cm-rfq .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin-top: 0.3125em;
}
.cm-rfq .gform_wrapper select,
.cm-rfq .gform_wrapper textarea,
.cm-rfq .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]) {
  display: block;
  width: 100%;
  height: 2.7142857143em;
  padding: 0.4285714286em 0.8571428571em !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  font-size: 0.875em;
  line-height: 1.42857143;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.cm-rfq .gform_wrapper select:focus,
.cm-rfq .gform_wrapper textarea:focus,
.cm-rfq .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]):focus {
  border-color: #ccc;
}
.cm-rfq .gform_wrapper select {
  height: 2.7142857143em !important;
  padding: 0.4285714286em 0.8571428571em !important;
}
.cm-rfq .gform_wrapper textarea {
  height: 8.5714285714em !important;
}
.cm-rfq .gform_wrapper .gform_footer {
  width: 100%;
  padding: 2.1875em 0 0;
  margin: 0 0 1em;
  float: none;
  clear: both;
}
.cm-rfq .gform_wrapper .gform_footer input.button,
.cm-rfq .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  height: 38px;
  padding: 0.4285714286em 0.8571428571em;
  border: 0;
  border-radius: 4;
  background-color: #fdc900;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.42857143;
  text-transform: lowercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cm-rfq .gform_wrapper .gform_footer input.button:hover,
.cm-rfq .gform_wrapper .gform_footer input[type=submit]:hover {
  border: 0;
  background-color: #fdc900;
  color: #fff;
}
@media (min-width: 60em) {
  .cm-rfq {
    width: 50%;
    margin-left: 8.33333333%;
    padding: 0 0.9375em;
  }
}

.cm-form-heading {
  padding-bottom: 0.5em;
  margin: 0 0 1em;
  color: #fff;
  font-size: 1.875em;
  position: relative;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.cm-form-heading:after {
  content: "";
  width: 1.1em;
  height: 0.1666666667em;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fdc900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.cm-form-description {
  color: #aaa;
  line-height: 1.56em;
}

/*=================== Recent News Module ======================*/
.recent-news-module .inner-wrap, .recent-news-module .inner-wrap-narrow, .recent-news-module .inner-wrap-wide, .recent-news-module .inner-wrap-fullwidth {
  padding-top: 6.5625em;
  padding-bottom: 4.375em;
}
@media (min-width: 60em) {
  .recent-news-module .inner-wrap, .recent-news-module .inner-wrap-narrow, .recent-news-module .inner-wrap-wide, .recent-news-module .inner-wrap-fullwidth {
    padding-top: 8.4375em;
    padding-bottom: 6.25em;
  }
}

@media (min-width: 60em) {
  .rnm-content-wrap {
    margin: 0 -0.5em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .rnm-content-wrap > * {
    float: left;
  }
}

.rnm-heading-wrap {
  width: 100%;
  margin-bottom: 2.1875em;
}
@media (min-width: 60em) {
  .rnm-heading-wrap {
    width: 25%;
    padding: 0 0.5em;
    margin-bottom: 0;
  }
}

.rnm-heading {
  width: 100%;
  padding: 0 0 0.5em;
  font-size: 1.875em;
  margin: 0 0 1.1666666667em;
  position: relative;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.rnm-heading:after {
  content: "";
  background-color: #fdc900;
  width: 1.1em;
  height: 0.1666666667em;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.rnm-description {
  margin: 0 0 1.6666666667em;
  font-size: 0.9375em;
  color: #000;
  line-height: 1.8em;
}
@media (min-width: 60em) {
  .rnm-description {
    width: 50%;
    padding: 0 0.5em;
    margin: 0 0 1em;
  }
}

@media (min-width: 60em) {
  .rnm-cta {
    width: 25%;
    padding: 0 0.5em;
    text-align: right;
  }
}

.rnm-news-grid {
  padding-top: 0.625em;
}
@media (min-width: 40em) {
  .rnm-news-grid {
    margin: 0 -0.9375em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rnm-news-grid > * {
    width: 50%;
    padding: 0 0.9375em;
    float: left;
  }
}
@media (min-width: 60em) {
  .rnm-news-grid {
    padding-top: 1.25em;
  }
  .rnm-news-grid > * {
    width: 33.33%;
  }
}

.rnm-item {
  margin-top: 2.5em;
}
@media (min-width: 60em) {
  .rnm-item {
    margin-top: 0;
  }
}

.rnm-item-img {
  width: 100%;
  border-radius: 5px;
  display: block;
}

.rnm-item-content {
  padding: 20px 30px;
  border: 1px solid #e8e8e8;
}
.rnm-item-content .rnm-entry-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.rnm-item-content .rnm-entry-meta ul > li {
  font-size: 0.875em;
  color: #9a9a9a;
  float: left;
}
.rnm-item-content .rnm-entry-meta ul > li i {
  display: inline-block;
  color: #fdc900;
  padding: 0 0.2857142857em 0 0.0714285714em;
}
.rnm-item-content .rnm-entry-meta ul > li + li {
  margin-left: 1.0714285714em;
}
.rnm-item-content .rnm-entry-meta a {
  color: #9a9a9a;
  text-decoration: none;
}
.rnm-item-content .rnm-entry-meta a:hover {
  color: #9a9a9a;
  text-decoration: none;
}

.rnm-news-title {
  font-family: "Hind", sans-serif;
  font-size: 1.125em;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0.72em 0 0.83em;
}
.rnm-news-title a {
  color: #051829;
}
.rnm-news-title a:hover {
  color: #fdc900;
  text-decoration: none;
}

.rnm-news-description {
  font-size: 0.875em;
  line-height: 1.57em;
  color: #000;
}

/*=============== Contact Page Module ===================*/
.map-canvas {
  height: 22.5em;
  margin-top: 2.5em;
  position: relative;
  overflow: hidden;
}
@media (min-width: 60em) {
  .map-canvas {
    margin-top: 0;
  }
}

.cpm-info {
  color: #000;
}
.cpm-info > div {
  padding-left: 45px;
  position: relative;
}
.cpm-info > div p {
  margin: 0;
  color: #051829;
  font-size: 1.0625em;
  font-weight: bold;
  line-height: 1.4em;
}
.cpm-info > div a {
  display: inline-block;
  color: #051829;
  line-height: 1.4em;
}
.cpm-info > div a:hover {
  color: #051829;
}
.cpm-info > div + div {
  margin-top: 3.125em;
}

.cpm-icon {
  width: 1.9444444444em;
  height: 1.9444444444em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fdc900;
  color: #fff;
  font-size: 1.125em;
  font-size: 1.2rem;
  line-height: 2.1111111111em;
  text-align: center;
}
.cpm-icon-caption {
  display: block;
  color: #969fab;
}

.cpm-contact-form {
  margin-top: 4.375em;
}
.cpm-contact-form .gform_wrapper .gfield_required {
  display: none;
}
.cpm-contact-form .gform_wrapper .top_label .gfield_label {
  font-size: 0.9375em;
  margin-bottom: 0.3333333333em;
  font-weight: 600;
  display: block;
  color: #051829;
}
@media (min-width: 60em) {
  .cpm-contact-form .gform_wrapper .top_label .gfield_label {
    font-size: 1.375em;
    margin-bottom: 0.2272727273em;
  }
}
.cpm-contact-form .gform_wrapper ul li.gfield {
  margin-top: 0;
  margin-bottom: 1.25em;
}
@media (min-width: 60em) {
  .cpm-contact-form .gform_wrapper ul li.gfield {
    margin-bottom: 2.5em;
  }
}
.cpm-contact-form .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin-top: 0.3125em;
}
@media (min-width: 40em) {
  .cpm-contact-form .gform_wrapper .top_label li.gfield.gf_left_half,
.cpm-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
.cpm-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
  margin-right: 0;
}
.cpm-contact-form .gform_wrapper select,
.cpm-contact-form .gform_wrapper textarea,
.cpm-contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]) {
  display: block;
  width: 100%;
  height: 2.5em;
  padding: 0.4285714286em 0.8571428571em !important;
  border: 2px solid #d1d7e0;
  border-radius: 0.3571428571em;
  margin: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  font-size: 0.875em;
  line-height: 1.42857143;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.cpm-contact-form .gform_wrapper select:focus,
.cpm-contact-form .gform_wrapper textarea:focus,
.cpm-contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]):focus {
  border-color: #d1d7e0;
  -webkit-box-shadow: 0 0 5px 0 #0b3356;
  -moz-box-shadow: 0 0 5px 0 #0b3356;
  -o-box-shadow: 0 0 5px 0 #0b3356;
  -ms-box-shadow: 0 0 5px 0 #0b3356;
  box-shadow: 0 0 5px 0 #0b3356;
}
@media (min-width: 60em) {
  .cpm-contact-form .gform_wrapper select,
.cpm-contact-form .gform_wrapper textarea,
.cpm-contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]) {
    height: 3.2142857143em;
    border-radius: 0.7142857143em;
  }
}
.cpm-contact-form .gform_wrapper select {
  height: 2.5em !important;
  padding: 0.4285714286em 0.8571428571em !important;
}
@media (min-width: 60em) {
  .cpm-contact-form .gform_wrapper select {
    height: 3.2142857143em !important;
  }
}
.cpm-contact-form .gform_wrapper textarea {
  height: 10.7142857143em !important;
}
@media (min-width: 60em) {
  .cpm-contact-form .gform_wrapper textarea {
    height: 16.4285714286em !important;
  }
}
.cpm-contact-form .gform_wrapper .gform_footer {
  width: 100%;
  padding: 0;
  margin: 0;
  float: none;
  clear: both;
}
.cpm-contact-form .gform_wrapper .gform_footer input.button,
.cpm-contact-form .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  height: 2.6666666667em;
  padding: 0.3333333333em 0.6666666667em;
  border: 2px solid #fdc900;
  border-radius: 0;
  display: block;
  background-color: #fdc900;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #051829;
  font-size: 0.9375em;
  font-weight: 600;
  line-height: 1.42857143;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cpm-contact-form .gform_wrapper .gform_footer input.button:hover,
.cpm-contact-form .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #020b12;
  border-color: #fdc900;
  color: #fff;
}
@media (min-width: 60em) {
  .cpm-contact-form .gform_wrapper .gform_footer input.button,
.cpm-contact-form .gform_wrapper .gform_footer input[type=submit] {
    height: 2.7777777778em;
    font-size: 1.125em;
  }
}
.cpm-contact-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #555;
}
.cpm-contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #555;
}
.cpm-contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #555;
}
.cpm-contact-form input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #555;
}
.cpm-contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #555;
}
.cpm-contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #555;
}
.cpm-contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #555;
}
.cpm-contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #555;
}

/*================= Request quote Page styling ===================*/
.quote-request_wrapper.gform_wrapper {
  width: 37.5em;
  max-width: 100%;
  background-color: white;
  color: black;
  margin: 2.5em 0 1.25em;
  border-collapse: collapse;
  /*Error styling*/
}
.quote-request_wrapper.gform_wrapper .gform_heading {
  margin: 0 0 -7px;
  display: block;
}
.quote-request_wrapper.gform_wrapper .gform_title {
  color: black;
  font-family: Tahoma;
  font-size: 15px;
  word-break: break-word;
  border: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
.quote-request_wrapper.gform_wrapper .gfield_required {
  padding: 0;
  margin: 0;
  display: inline;
  color: red;
}
.quote-request_wrapper.gform_wrapper .gfield_label {
  padding: 8px !important;
  border: 1px solid #ddd;
  border-top: 0;
  margin-bottom: 0;
  display: block;
  color: black;
  font-size: 0.8125em;
  font-family: Tahoma;
  font-weight: 400;
  line-height: 1.42857;
  vertical-align: top;
  word-break: break-word;
}
.quote-request_wrapper.gform_wrapper ul li.gfield {
  margin-top: 0;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.quote-request_wrapper.gform_wrapper select,
.quote-request_wrapper.gform_wrapper textarea,
.quote-request_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]) {
  display: block;
  width: 100%;
  height: 1.8em !important;
  padding: 0.0666666667em 0.1333333333em !important;
  border: 1px solid #767676;
  border-radius: 3px;
  margin: 0;
  color: #000;
  background-color: #fff;
  background-image: none;
  font-size: 0.9375em;
  line-height: 1.42857143;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.quote-request_wrapper.gform_wrapper select:focus,
.quote-request_wrapper.gform_wrapper textarea:focus,
.quote-request_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]):focus {
  border: 2px solid #000;
}
.quote-request_wrapper.gform_wrapper select {
  margin-bottom: 1em;
}
.quote-request_wrapper.gform_wrapper .gform_footer {
  width: 100%;
  padding: 0;
  margin: 0;
  float: none;
  clear: both;
  border: 1px solid #ddd;
  border-top: 0;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
.quote-request_wrapper.gform_wrapper .gform_footer input.button,
.quote-request_wrapper.gform_wrapper .gform_footer input[type=submit],
.quote-request_wrapper.gform_wrapper .gform_footer input[type=reset] {
  width: auto !important;
  height: 2.2307692308em !important;
  padding: 0.0769230769em 0.4615384615em !important;
  border: 1px solid #767676;
  border-radius: 0;
  margin-right: 0.6923076923em;
  display: block;
  background-color: #efefef;
  color: black;
  font-size: 0.8125em !important;
  font-weight: 400;
  line-height: 2.0769230769em !important;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 3px;
}
.quote-request_wrapper.gform_wrapper .gform_footer input.button:hover,
.quote-request_wrapper.gform_wrapper .gform_footer input[type=submit]:hover,
.quote-request_wrapper.gform_wrapper .gform_footer input[type=reset]:hover {
  background: #efefef;
  border-color: #767676;
  color: #000;
}
.quote-request_wrapper.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]),
.quote-request_wrapper.gform_wrapper li.gfield_error textarea {
  margin-bottom: 2em;
  border: 1px solid #767676;
}
.quote-request_wrapper.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]):focus,
.quote-request_wrapper.gform_wrapper li.gfield_error textarea:focus {
  border: 2px solid #000;
}
@media (max-width: 395px) {
  .quote-request_wrapper.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]),
.quote-request_wrapper.gform_wrapper li.gfield_error textarea {
    margin-bottom: 2.6666666667em;
  }
}
.quote-request_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .gfield_description.validation_message {
  width: 57%;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.quote-request_wrapper.gform_wrapper li.gfield.gfield_error {
  margin-bottom: 0 !important;
}
.quote-request_wrapper.gform_wrapper .left_label .instruction {
  display: none;
}

/*=============== Masnory Gallery Module ============*/
.mgm-grid {
  margin: -2.5px;
}
.mgm-grid img,
.mgm-grid a {
  display: block;
}

.mgm-grid-sizer,
.mgm-item {
  width: 50%;
  padding: 2.5px;
  float: left;
}
@media (min-width: 40em) {
  .mgm-grid-sizer,
.mgm-item {
    width: 33.33%;
  }
}
@media (min-width: 60em) {
  .mgm-grid-sizer,
.mgm-item {
    width: 25%;
  }
}
@media (max-width: 450px) {
  .mgm-grid-sizer,
.mgm-item {
    width: 100%;
  }
}

/*=============== Error Page styling ================*/
.page404 {
  text-align: center;
}
.page404 .inner-wrap, .page404 .inner-wrap-narrow, .page404 .inner-wrap-wide, .page404 .inner-wrap-fullwidth {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
}

.heading404 {
  margin-bottom: 0.1666666667em;
  position: relative;
  color: #fdc900;
  font-family: "Hind", sans-serif;
  font-size: 7.5em;
  font-weight: 700;
  letter-spacing: 0.0416666667em;
  line-height: 1;
}
@media (min-width: 40em) {
  .heading404 {
    font-size: 11.25em;
    font-weight: 700;
    letter-spacing: 0.0277777778em;
    margin-bottom: 0.1111111111em;
  }
}

.subheading404 {
  margin-bottom: 0.7142857143em;
  position: relative;
  color: #26292d;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.625em;
  line-height: 1.3em;
}

.description404 {
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 1.5em;
  color: rgba(0, 0, 0, 0.6);
}

.error-options {
  position: relative;
}
.error-options .or {
  position: relative;
  color: #2f2f2f;
  font-size: 18px;
  margin: 0px 25px;
  font-weight: 500;
}

.error-search-box {
  width: 20em;
  max-width: 100%;
  margin-top: 0.75em;
  position: relative;
  display: inline-block;
}
.error-search-box .form-group {
  position: relative;
  margin: 0;
}
.error-search-box input[type=text],
.error-search-box input[type=search] {
  position: relative;
  line-height: 2.2857142857em;
  padding: 0.7142857143em 3.5714285714em 0.7142857143em 1.4285714286em;
  border: 1px solid #ebeaea;
  display: block;
  font-size: 0.875em;
  width: 100%;
  height: 3.9285714286em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.error-search-box input[type=text]:focus,
.error-search-box input[type=search]:focus {
  border: 2px solid #101010;
  border-radius: 4px;
}
.error-search-box input[type=text]:focus + button,
.error-search-box input[type=search]:focus + button {
  color: #26447b;
}
.error-search-box button {
  position: absolute;
  border: none;
  right: 0;
  top: 0;
  height: 55px;
  width: 3.5714285714em;
  line-height: 3.7142857143em;
  text-align: center;
  display: block;
  font-size: 0.875em;
  color: #c0c0c0;
  background: none;
  border-radius: 0 3px 3px 0;
  font-weight: normal;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*============= Page Sidebar ================*/
.sidebar-title {
  font-size: 1.25em;
  font-weight: 600;
  color: #000;
  margin: 0 0 1.3em;
  padding-bottom: 0.6em;
  position: relative;
  text-transform: capitalize;
}
.sidebar-title:after {
  content: "";
  background-color: #fdc900;
  width: 3em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sidebar-2 {
  max-width: 18.75em;
  margin: 4.375em 0 0;
}
@media (min-width: 60em) {
  .sidebar-2 {
    margin-top: 0;
  }
}

.tse-sidebar {
  margin: 0 0 3.125em;
}

.sidebar-ph a {
  color: #000;
}
.sidebar-ph a:hover {
  color: #000;
  text-decoration: none;
}

.widget_recent_entries ul {
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li {
  padding: 0.6666666667em 0;
  margin-bottom: 0.1333333333em;
  display: block;
  position: relative;
  font-size: 0.9375em;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.widget_recent_entries ul li a {
  width: 87%;
  display: inline-block;
  position: relative;
  color: #000;
}
.widget_recent_entries ul li a:hover {
  color: #000;
  text-decoration: none;
}

/*============ Search Result page styling ===========*/
.search-title {
  margin-top: 0;
  margin-bottom: 1.1111111111em;
  font-size: 1.125em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.search-title a {
  color: #051829;
}
.search-title a:hover {
  color: #fdc900;
  text-decoration: none;
}

.search-excerpt {
  margin-bottom: 2.1875em;
}
.search-excerpt .read-more {
  font-size: 0.75em;
  font-weight: 700;
  font-family: "Montserrat";
  color: #fdc900;
}
.search-excerpt .read-more:hover {
  color: #fdc900;
  text-decoration: none;
}

.entry-post-meta-footer {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1.25em 0;
}
.entry-post-meta-footer a {
  padding: 0 1.1538461538em;
  border-right: 1px solid #eee;
  display: inline-block;
  font-size: 0.8125em;
  color: #666;
}
.entry-post-meta-footer a i {
  padding-right: 0.7692307692em;
  display: inline-block;
  vertical-align: middle;
}
.entry-post-meta-footer a:hover {
  color: #fdc900;
  text-decoration: none;
}

.search-entry-content {
  padding-bottom: 3.4375em;
}
.search-entry-content .post-meta {
  padding-bottom: 1.25em;
}

.search-content-wrap + .wp-pagenavi {
  margin-bottom: 3.75em;
}

.scw-content {
  margin-bottom: 1.875em;
}

/*Page Specific styling*/
.page-id-1370 .comment-respond {
  margin-top: 0;
}
.page-id-1370 .empty-content {
  display: none;
}

.page-id-1389 .table-wrap {
  overflow-x: auto;
}
.page-id-1389 table {
  width: 37em;
}
@media (min-width: 40em) {
  .page-id-1389 table {
    width: 45.125em;
    max-width: 100%;
  }
}

/*Other*/
.full-width-content .additional-content .inner-wrap, .full-width-content .additional-content .inner-wrap-narrow, .full-width-content .additional-content .inner-wrap-wide, .full-width-content .additional-content .inner-wrap-fullwidth,
.content-with-sidebar .additional-content .inner-wrap,
.content-with-sidebar .additional-content .inner-wrap-narrow,
.content-with-sidebar .additional-content .inner-wrap-wide,
.content-with-sidebar .additional-content .inner-wrap-fullwidth {
  padding: 1.25em 0 0;
}

/*============ Sitemap Page styling ============*/
.sitemap-menu .sub-menu {
  padding-left: 1.875em;
  display: block !important;
}
.sitemap-menu li > a {
  margin-bottom: 1.25em;
  display: inline-block;
  line-height: 2.2;
}

/*=============== Site Footer ===============*/
.site-footer {
  position: relative;
  background-color: #051829;
  color: #fff;
  /*text-align: center;*/
}
.site-footer > * {
  position: relative;
  z-index: 1;
}
.site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
.site-footer a {
  max-width: 100%;
  display: inline-block;
  color: #fff;
}
.site-footer a:hover {
  color: #fdc900;
  text-decoration: none;
}
.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer li {
  line-height: 2em;
}
.site-footer .menu li {
  font-size: 0.9375em;
  line-height: 2.1333333333em;
  padding: 0.3333333333em 0;
}
.site-footer .menu li a {
  font-size: 1em;
}

.footer-top .widget-area {
  margin-bottom: 2.5em;
}

.footer-logo {
  display: block;
  margin-bottom: -7px;
}
.footer-logo img {
  width: 16.375em;
  max-width: 100%;
  display: block;
}

.footer-bottom {
  background-color: #000204;
  text-align: center;
}
.footer-bottom .inner-wrap, .footer-bottom .inner-wrap-narrow, .footer-bottom .inner-wrap-wide, .footer-bottom .inner-wrap-fullwidth {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
}

.footer-title {
  padding-bottom: 0.5em;
  margin: 0 0 2em;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.footer-title:before {
  content: "";
  width: 1.1666666667em;
  height: 0.125em;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.2083333333em;
  background-color: #fdc900;
}

.copyright {
  width: 100%;
  text-align: center;
  color: #808790;
  font-size: 0.9375em;
  line-height: 1.8;
  font-weight: 400;
}
.copyright a {
  font-size: 1em;
  line-height: 1.8;
  font-weight: 400;
  color: #fdc900;
}

.sf-social-icons a {
  width: 1.8888888889em;
  height: 1.8888888889em;
  border-radius: 100px;
  margin: 0.5em 0.2222222222em;
  display: inline-block;
  color: #fff;
  font-size: 1.125em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  vertical-align: middle;
}
.sf-social-icons a i {
  width: 1.8888888889em;
  height: 1.8888888889em;
  padding: 0.4444444444em;
  display: inline-block;
  vertical-align: middle;
}
.sf-social-icons a.facebook {
  background-color: #3b5998;
}
.sf-social-icons a.youtube {
  background-color: #e02a20;
}
.sf-social-icons a.linkedin {
  background-color: #0077B5;
}
.sf-social-icons a.instagram {
  background-color: #e4405f;
}
.sf-social-icons a:hover {
  opacity: 0.9;
  color: #fff;
}
.sf-social-icons li {
  padding: 0.3125em 0;
}

.fax {
  color: #000;
}
.fax:hover {
  color: #000;
}

.scroll-top {
  width: 2.8125em;
  height: 2.8125em;
  background-color: #fdc900;
  line-height: 2.8125em;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 0.9375em;
  bottom: 0.9375em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.scroll-top.in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.scroll-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scroll-top:focus, .scroll-top:hover {
  background-color: #fdc900;
  color: #fff;
}

img[name=pphLoggerImage] {
  display: none;
}

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0;
}

.search-row {
  display: table-row;
  width: 100%;
}

.search-cell1 {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 60em) {
  .search-cell1 {
    width: 92%;
  }
}

.search-cell2 {
  display: table-cell;
  width: 3.75em;
  border: 0;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 60em) {
  .search-cell2 {
    width: 6%;
  }
}

.search-cell3 {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 60em) {
  .search-cell3 {
    width: 3%;
    text-align: center;
  }
}

.search-text {
  font-size: 0.8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: 0.5em;
  margin-bottom: 0 !important;
}
.search-text:focus {
  border: 0;
  box-shadow: none !important;
}

.search-submit {
  width: 25px !important;
  height: 2em;
  margin: 0 auto;
  padding: 0 !important;
  border: 0 !important;
  background: url("/source/e3da695d067b056388cd9dc999d70f08/search.svg") no-repeat center center/20px !important;
}
.search-submit:focus, .search-submit:hover {
  border: 0 !important;
  /*background: url("/source/d1565994d2dada1bd0fd61895bf240ca/search-hover.svg") no-repeat center center/22px !important;*/
  opacity: 0.6;
}
.search-submit:focus {
  outline: none;
}

@media (min-width: 40em) {
  .site-search {
    width: 100%;
  }

  .search-text {
    height: 2.3em;
  }

  .search-submit {
    height: 1.6em;
  }
}
.search-module {
  background-color: #051829;
  margin-top: -5em;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.47);*/
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-module.active {
  margin-top: 0;
}
.search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
  padding: 0.8125em 1.5em;
}

.search-exit {
  /*img{
     width: em(19);
     }*/
}
.search-exit i {
  font-size: 1.875em;
  color: #fff;
}
.search-exit:hover {
  opacity: 0.6;
}
@media (min-width: 60em) {
  .search-exit {
    margin-bottom: 0px;
  }
}

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative;
}
@media (min-width: 40em) {
  .main-content {
    display: inline;
  }
}

@media (max-width: 40em) {
  .height {
    max-height: 15.625em;
  }
  .height:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .heightAuto {
    max-height: 312.5em;
  }
  .heightAuto:before {
    display: none;
  }
}
.link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fdc900;
  padding-bottom: 0.625em;
}
@media (min-width: 40em) {
  .link {
    display: none;
  }
}

/*IE10 and IE11
==================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-wrap {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 40em), (-ms-high-contrast: none) and (min-width: 40em) {
  .tm-item:before {
    font-size: 40px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 60em), (-ms-high-contrast: none) and (min-width: 60em) {
  .tm-item:before {
    font-size: 60px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opm-carousel .slick-dots li button {
    border: 1px solid #bfbfbf;
  }
  .opm-carousel .slick-dots li.slick-active button {
    border: 1px solid #fdc900;
  }
}
.masnory-gallery-module {
  display: none;
}
.masnory-gallery-module.active {
  display: block;
}

.list-item li {
  padding-bottom: 0.9375em;
}

.lightbox-IG {
  text-align: center;
  margin-bottom: 0.9375em;
}
@media (min-width: 40em) {
  .lightbox-IG {
    float: right;
    max-width: 18.75em;
    margin-left: 0.9375em;
  }
}

/*.image-gallery-with-thumbs {
  .innerpage-carousel {
    .lightbox:not(.lightbox-link) {
      display: block;
    }
  }
  }*/
/*Image gallery with popup*/
.igwt-innerpage-carousel {
  max-width: 29.125em;
  margin: 0;
  width: 100%;
}
.igwt-innerpage-carousel .igwt-slider-main {
  margin-bottom: 0.5em;
}
.igwt-innerpage-carousel .igwt-slider-main a:focus:not(:hover):not(:active) {
  outline-offset: -2px;
}
.igwt-innerpage-carousel .igwt-slider-main a.lightbox:not(.lightbox-link) {
  width: 100%;
}
.igwt-innerpage-carousel .igwt-slider-main img {
  width: 100%;
  height: 23.75em;
  object-fit: cover;
}
@media (max-width: 40em) {
  .igwt-innerpage-carousel .igwt-slider-main img {
    height: 15.625em;
  }
}
.igwt-innerpage-carousel .igwt-slider-nav .slick-list {
  margin-right: 4.5em;
}
.igwt-innerpage-carousel .igwt-slider-nav .slick-list .slick-slide {
  margin-right: 0.5em;
  position: relative;
  line-height: 0;
}
.igwt-innerpage-carousel .igwt-slider-nav .slick-list .slick-slide img {
  width: 100%;
  height: 5.625em;
  object-fit: cover;
}
@media (max-width: 40em) {
  .igwt-innerpage-carousel .igwt-slider-nav .slick-list .slick-slide img {
    height: 3.75em;
  }
}
.igwt-innerpage-carousel .igwt-slider-nav .slick-list .slick-slide.slick-current:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.igwt-innerpage-carousel .igwt-slider-nav .slick-arrow {
  font-size: 1.0625em;
  width: 2.5882352941em;
  height: 0.9411764706em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  min-width: inherit;
  background-color: transparent;
  padding: 0;
}
.igwt-innerpage-carousel .igwt-slider-nav .slick-arrow.slick-prev {
  display: none !important;
}
.igwt-innerpage-carousel .igwt-slider-nav .slick-arrow.slick-next {
  right: 1.1764705882em;
}
.igwt-innerpage-carousel .igwt-slider-nav .slick-arrow.slick-next:before {
  content: "";
  font-size: 1em;
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 0.9411764706em;
  background-image: url("/source/da7f87e49cd52a4d9f393b8e2f44f8de/slider-right-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 2.5882352941em 0.9411764706em;
}
.igwt-innerpage-carousel .igwt-slider-nav .slick-arrow.slick-next:hover {
  border: 0;
}
.igwt-innerpage-carousel .igwt-slider-nav .slick-arrow.slick-next:hover:before {
  width: 100%;
  height: 0.9411764706em;
  background-image: url("/source/da7f87e49cd52a4d9f393b8e2f44f8de/slider-right-arrow.png");
  background-size: 2.5882352941em 0.9411764706em;
}

.page-id-1387 .igwt-innerpage-carousel {
  margin: 0 auto !important;
}

.page-id-1370 .img-wrap {
  float: left;
}

@media (min-width: 60em) {
  .image-gallery-thumbnails .igt-desc {
    float: left;
    width: calc(100% - 30em);
  }
  .image-gallery-thumbnails .igwt-right {
    float: left;
    padding-left: 10px;
  }
}

h2 > a {
  text-decoration: underline !important;
}

.infographic {
  text-align: center;
  margin: 0 0.5em;
  z-index: 2;
  position: relative;
}
.infographic img {
  display: block;
  margin: 0 auto;
}
.infographic p {
  margin: 0;
}
.infographic a {
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 40em) {
  .infographic {
    float: right;
  }
}

.igwt-right {
  margin: 0 auto;
}
@media (min-width: 60em) {
  .igwt-right .igwt-slider-main img {
    height: 17.75em;
  }
}

.vertical-top h2 {
  clear: both;
  margin-top: 0.9375em;
}

.h-text {
  display: none;
}
@media (min-width: 1100px) {
  .h-text {
    margin-top: -20px !important;
    display: block;
  }
}

.d-text {
  display: block;
}
@media (min-width: 1100px) {
  .d-text {
    display: none;
  }
}

@media (max-width: 1100px) and (min-width: 960px) {
  .page-id-1386 .image-gallery-thumbnails .igt-desc {
    float: none;
    width: 100%;
    display: block;
    margin: 0px auto;
  }
}

button.mfp-close, button.mfp-arrow {
  outline: none !important;
  width: auto !important;
}

.page-id-1386 .alignright {
  text-align: center;
}
.page-id-1386 .lightbox.no-hover:hover:before, .page-id-1386 .lightbox.no-hover:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/*** GDD 001 ***/
.gdd-001-contact .ginput_recaptcha > div {
  margin: 0 !important;
}
.gdd-001-contact .cms-rfq .gform_wrapper .gfield_required {
  display: inline-block !important;
  color: #fdc900;
  margin-left: 2px;
}
.gdd-001-contact .map {
  margin-bottom: 30px;
}
@media (min-width: 60em) {
  .gdd-001-contact .cm-content-box {
    padding: 6.7em 4.8125em;
    border: 2px solid #fdc900;
  }
}
.gdd-001-contact .cm-content-title {
  padding-bottom: 0.5em;
  margin: 0 0 1em;
  color: #fff;
  font-size: 18px;
  position: relative;
  letter-spacing: -1px;
  text-transform: none;
}
.gdd-001-contact .cms-form-heading {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}
.gdd-001-contact .cms-form-heading:after {
  content: "";
  width: 4.1em;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fdc900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.gdd-001-contact .cms-rfq .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin-top: 8px;
}
@media only screen and (min-width: 641px) {
  .gdd-001-contact .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 0 !important;
    float: none;
  }
}
@media only screen and (min-width: 641px) {
  .gdd-001-contact .gform_wrapper .top_label li.gfield.gf_left_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px !important;
    float: none;
  }
}
@media only screen and (min-width: 640px) {
  .gdd-001-contact .gform_wrapper .top_label li.gfield.gf_left_half, .gdd-001-contact body .gform_wrapper .top_label li.gfield.gf_right_half {
    margin: 0 0 12px;
  }
}
.gdd-001-contact .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}
@media (min-width: 60em) {
  .gdd-001-contact .cms-rfq {
    width: 65%;
    margin-left: 0;
  }
}
.gdd-001-contact .gform_wrapper .gfield_required {
  display: inline-block;
  color: #fdc900;
  margin-left: 2px;
}
.gdd-001-contact .cms-rfq .gform_wrapper ul li.gfield {
  margin-top: 0.75em !important;
}
.gdd-001-contact .cms-rfq .gform_wrapper {
  background-color: rgba(154, 154, 154, 0.1);
  padding: 25px 24px;
}
.gdd-001-contact .cms-rfq .gform_wrapper .top_label .gfield_label {
  font-size: 0.75em;
  margin-bottom: 0.4166666667em;
  font-weight: normal;
  display: block;
  color: #fdc900;
  text-transform: uppercase;
}
.gdd-001-contact .cms-rfq .gform_wrapper select,
.gdd-001-contact .cms-rfq .gform_wrapper textarea,
.gdd-001-contact .cms-rfq .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]) {
  display: block;
  width: 100%;
  height: 2.7142857143em;
  padding: 0.4285714286em 0.8571428571em !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  font-size: 0.875em;
  line-height: 1.42857143;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.gdd-001-contact .cms-rfq .gform_wrapper select:focus,
.gdd-001-contact .cms-rfq .gform_wrapper textarea:focus,
.gdd-001-contact .cms-rfq .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]):focus {
  border-color: #ccc;
}
.gdd-001-contact .cms-rfq .gform_wrapper select {
  height: 2.7142857143em !important;
  padding: 0.4285714286em 0.8571428571em !important;
}
.gdd-001-contact .cms-rfq .gform_wrapper textarea {
  height: 8.5714285714em !important;
}
.gdd-001-contact .cms-rfq .gform_wrapper .gform_footer {
  width: 100%;
  padding: 2.1875em 0 0;
  margin: 0 0 1em;
  float: none;
  clear: both;
}
.gdd-001-contact .cms-rfq .gform_wrapper .gform_footer input.button,
.gdd-001-contact .cms-rfq .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 4;
  background-color: #fdc900;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #000;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.42857143;
  text-transform: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.gdd-001-contact .cms-rfq .gform_wrapper .gform_footer input.button:hover,
.gdd-001-contact .cms-rfq .gform_wrapper .gform_footer input[type=submit]:hover {
  border: 0;
  background-color: #fdc900;
  color: #fff;
}
@media (min-width: 60em) {
  .gdd-001-contact .cms-rfq {
    width: 65%;
    margin-left: 0;
    padding: 0 0.9375em;
  }
}
.gdd-001-contact .cms-form-heading {
  padding-bottom: 0.5em;
  margin: 0 0 1em;
  color: #fff;
  font-size: 1.125em;
  position: relative;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: none;
}
.gdd-001-contact .cms-form-heading:after {
  content: "";
  width: 40px;
  height: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fdc900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.cms-rfq .gform_wrapper .top_label .gfield_label {
  font-size: 0.75em;
  margin-bottom: 0.4166666667em;
  font-weight: normal;
  display: block;
  color: #fdc900;
  text-transform: uppercase;
}
.cms-rfq .gform_wrapper select,
.cms-rfq .gform_wrapper textarea,
.cms-rfq .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]) {
  display: block;
  width: 100%;
  height: 2.7142857143em;
  padding: 0.4285714286em 0.8571428571em !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  font-size: 0.875em;
  line-height: 1.42857143;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.cms-rfq .gform_wrapper select:focus,
.cms-rfq .gform_wrapper textarea:focus,
.cms-rfq .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]):focus {
  border-color: #ccc;
}
.cms-rfq .gform_wrapper select {
  height: 2.7142857143em !important;
  padding: 0.4285714286em 0.8571428571em !important;
}
.cms-rfq .gform_wrapper textarea {
  height: 8.5714285714em !important;
}
.cms-rfq .gform_wrapper .gform_footer {
  width: 100%;
  padding: 2.1875em 0 0;
  margin: 0 0 1em;
  float: none;
  clear: both;
}
.cms-rfq .gform_wrapper .gform_footer input.button,
.cms-rfq .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  height: 38px;
  padding: 0.4285714286em 0.8571428571em;
  border: 0;
  border-radius: 4;
  background-color: #fdc900;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.42857143;
  text-transform: lowercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-rfq .gform_wrapper .gform_footer input.button:hover,
.cms-rfq .gform_wrapper .gform_footer input[type=submit]:hover {
  border: 0;
  background-color: #fdc900;
  color: #fff;
}
@media (min-width: 60em) {
  .cms-rfq {
    width: 65%;
    margin-left: 0;
    padding: 0 0.9375em;
  }
}

.cms-form-heading {
  padding-bottom: 0.5em;
  margin: 0 0 1em;
  color: #fff;
  font-size: 1.125em;
  position: relative;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: none;
}
.cms-form-heading:after {
  content: "";
  width: 40px;
  height: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fdc900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.anchor-links-nav {
  background-color: #fdc900;
  margin-top: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  /*@include mq(mediumv){
    &.stuck{
        top: em(65,14);
    }  
  }
  @include mq(smallv){
    &.stuck{
        top: em(64,12);
    }  
  }*/
}
.anchor-links-nav:after {
  position: absolute;
  content: "";
  width: 150%;
  height: 100%;
  background-color: #fdc900;
  top: 0;
  left: -25%;
  z-index: -1;
}
.anchor-links-nav .inner-wrap, .anchor-links-nav .inner-wrap-narrow, .anchor-links-nav .inner-wrap-wide, .anchor-links-nav .inner-wrap-fullwidth {
  padding-top: 1.1875em !important;
  padding-bottom: 1.1875em !important;
}
.anchor-links-nav ul {
  padding: 0;
}
.anchor-links-nav li {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  margin-bottom: 0.625em;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  transition: 0.25s all linear;
}
.anchor-links-nav li a {
  display: block;
  text-decoration: none;
  color: #051829;
  text-align: center;
  border-bottom: 6px solid transparent;
  font-size: 1em;
  line-height: 1.5625em;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  transition: 0.25s all linear;
}
.anchor-links-nav li:hover a {
  border-bottom: 4px solid #051829;
}
.anchor-links-nav li.active a {
  border-bottom: 4px solid #051829;
}
@media (min-width: 60em) {
  .anchor-links-nav.stuck {
    position: fixed;
    left: 0;
    top: 5em;
    width: 100%;
    margin-top: 0;
    z-index: 2;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 6.93px 0.07px rgba(68, 68, 68, 0.44);
    box-shadow: 0 3px 6.93px 0.07px rgba(68, 68, 68, 0.44);
    /*.inner-wrap{
        padding: 0 em(30);
    }*/
  }
  .anchor-links-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .anchor-links-nav li {
    padding: 0 0.25em;
    margin-top: 0.625em;
    margin-bottom: 0;
    width: auto;
  }
  .anchor-links-nav li a {
    font-size: 0.75em;
    line-height: 1.6666666667em;
  }
}
@media (min-width: 80em) {
  .anchor-links-nav.stuck {
    top: 5.0625em;
  }
  .anchor-links-nav:after {
    width: 200%;
    left: -50%;
    z-index: -1;
  }
  .anchor-links-nav ul li a {
    font-size: 0.875em;
    line-height: 1.5em;
  }
}

.page-template-pillar-page .site-content-primary > .inner-wrap.no-padding, .page-template-pillar-page .site-content-primary > .no-padding.inner-wrap-narrow, .page-template-pillar-page .site-content-primary > .no-padding.inner-wrap-wide, .page-template-pillar-page .site-content-primary > .no-padding.inner-wrap-fullwidth {
  padding: 0;
}
.page-template-pillar-page .additional-content .inner-wrap, .page-template-pillar-page .additional-content .inner-wrap-narrow, .page-template-pillar-page .additional-content .inner-wrap-wide, .page-template-pillar-page .additional-content .inner-wrap-fullwidth {
  padding: 2.5em 1em 0;
}
.page-template-pillar-page .additional-content p:last-child, .page-template-pillar-page .additional-content ul:last-child, .page-template-pillar-page .additional-content li:last-child {
  margin-bottom: 0;
}
.page-template-pillar-page .bottom-padding {
  padding-bottom: 3em;
}
@media (min-width: 40em) {
  .page-template-pillar-page .additional-content .inner-wrap, .page-template-pillar-page .additional-content .inner-wrap-narrow, .page-template-pillar-page .additional-content .inner-wrap-wide, .page-template-pillar-page .additional-content .inner-wrap-fullwidth {
    padding: 2.5em 1.5em 0;
  }
}

.page-inner-anchor {
  margin-top: -70px !important;
  padding-top: 70px;
}
@media (min-width: 40em) {
  .page-inner-anchor {
    margin-top: -80px !important;
    padding-top: 80px;
  }
}
@media (min-width: 60em) {
  .page-inner-anchor {
    margin-top: -170px !important;
    padding-top: 170px;
  }
}
@media (min-width: 80em) {
  .page-inner-anchor {
    margin-top: -180px !important;
    padding-top: 180px;
  }
}

@media (min-width: 60em) {
  .content-stuck.stuck {
    margin-top: 100px;
  }
}

.page-id-2489 .tse-cols-4 > * {
  text-align: center;
}
.page-id-2489 .product-img img {
  max-width: 11.875em;
  margin: 0 auto;
}

/*============= Resource Carousel =============*/
.resource-slider {
  background-color: #fff;
  /* h2 {
          font-size: $display-font-size;
      }
  */
}
.resource-slider hr {
  border-bottom: 2px solid #dddddd;
  margin: 2em 0 3em;
}

.resource-carousel .flex-viewport {
  padding-top: 10px;
}

.pgi-wrap .resource-grid-item {
  text-align: center;
  display: block;
}
.pgi-wrap .resource-grid-item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 40em) {
  .pgi-wrap .resource-grid-item {
    width: 50%;
    float: left;
  }
}
@media (min-width: 60em) {
  .pgi-wrap .resource-grid-item {
    width: 33.33%;
    float: left;
  }
}
.pgi-wrap .resource-grid-item img {
  max-width: 11.875em;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pgi-wrap .resource-grid-item-header {
  font-size: 1.125em;
  text-align: center;
  font-weight: 300;
  color: #fdc900;
  margin-top: 1.25em;
}
.pgi-wrap .resource-grid-item-link {
  display: inline-block;
  color: #055291;
  padding: 9px 27px 7px 57px;
  background: #fdc900;
  border-radius: 5px;
  position: relative;
  font-size: 1.0625em;
  margin-top: 0;
}
.pgi-wrap .resource-grid-item-link:hover {
  background-color: #caa000;
}
.pgi-wrap .resource-grid-item-link:before {
  content: "";
  position: absolute;
  background-image: url("/source/3675c1197f11390c42a600d3e4f65058/ico-download.svg");
  background-repeat: no-repeat;
  background-position: left center;
  left: 28px;
  top: 13px;
  width: 23px;
  background-size: 19px;
  height: 20px;
}
.pgi-wrap .resource-carousel .flex-direction-nav a {
  top: 36% !important;
}

.cad-img {
  max-width: 12.5em;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .cad-img {
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (min-width: 60em) {
  .cad-img {
    margin-right: 0;
  }
}
@media (min-width: 80em) {
  .cad-img {
    margin-right: 8%;
    margin-left: 8%;
  }
}

/*============ Resource Blog module =========*/
.blog-module {
  background-color: #fff;
}
.blog-module .entry-title {
  color: #000 !important;
  /*font-size: $display-font-size;*/
}
@media (min-width: 60em) {
  .blog-module > div.blog-item {
    padding-right: 4%;
    position: relative;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    text-align: left;
  }
  .blog-module > div.blog-item:after {
    position: absolute;
    content: "";
    background-color: #dddddd;
    width: 2px;
    height: 180px;
    top: 33px;
    right: 15px;
  }
  .blog-module > div.blog-item.box1 {
    margin-right: 0;
  }
  .blog-module > div.blog-item.box1:after {
    width: 0;
  }
}
.blog-module h3 {
  font-size: 1.5em;
}
.blog-module h6 {
  font-size: 1em;
  color: #bebebe;
}
.blog-module p {
  /*font-size: em(19);*/
  color: #333333;
}

.all-post-link {
  padding-top: 0.8125em;
  padding-bottom: 1.5em;
  clear: both;
}

.all-video-link, .all-post-link {
  text-align: center;
  margin-top: 1.8125em;
  display: block;
  font-size: 1em;
}
.all-video-link a, .all-post-link a {
  color: #000;
  text-decoration: underline;
  font-size: 1.3em;
  font-weight: bold;
}
.all-video-link a:hover, .all-post-link a:hover {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.alignright {
  display: block;
  padding-bottom: 1.5em;
}

.alignleft {
  display: block;
  padding-bottom: 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

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

@media (min-width: 40em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
  }

  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em;
  }

  .aligncenter {
    display: block;
    margin: 0 auto;
  }
}
.text-alignright {
  text-align: right;
}

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

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

.clearboth {
  clear: both;
  display: block;
}

.spacing-bottom {
  margin-bottom: 2em;
}

.spacing-top {
  margin-top: 2em;
}

.mb-0 {
  margin-bottom: 0;
}

/*Display*/
.d-block {
  display: block;
}

.section-title {
  padding-bottom: 0.3em;
  margin: 0 0 0.83em;
  position: relative;
  font-size: 1.875em;
  line-height: 1.33em;
}
.section-title:after {
  content: "";
  background-color: #fdc900;
  width: 2.6666666667em;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
  font-size: 2.25em;
  color: #222;
  line-height: 1.2em;
}

.font-32 {
  font-size: 2em;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
/*Slick Slider*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.slick-slide img {
  display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* 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;
  filter: alpha(opacity=80);
}

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 100vh;
}

.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;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

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

.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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

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

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

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

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

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

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

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  max-height: 100000px !important;
}

/* 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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*! Tablesaw - v1.0.2 - 2014-12-17
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */
.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.7em;
}

.tablesaw thead tr:first-child th {
  padding-top: 0.9em;
  padding-bottom: 0.7em;
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
.tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 0.6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
.tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
.tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
.tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */
  .tablesaw-stack td,
.tablesaw-stack th,
.tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
/*=================Gravity form================*/
.gform_confirmation_message {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #46b450;
}

.gform_wrapper select, .gform_wrapper textarea {
  font-family: inherit;
  letter-spacing: normal;
  font-size: inherit;
}

.gform_wrapper .gf_progressbar:after, .gform_wrapper ol.validation_list:after {
  content: "";
}

body .gform_wrapper {
  margin: 0 0 1.25em;
  max-width: 100%;
  /*background-color: $light-gray;*/
  padding: 0;
}

.gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
  box-sizing: border-box !important;
}

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-weight: 400;
  border: none;
  background: 0 0;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]) {
  font-size: 0.875em;
  font-family: inherit;
  padding: 3px 3px 3px 8px;
  letter-spacing: normal;
  /*border: 1px solid #ccc;*/
  line-height: 1.4;
  border: 1px solid #c1c7c8;
  margin-bottom: 0px;
  height: 2.8571428571em;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]):focus {
  border-color: #fdc900;
}

.gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}

body .gform_wrapper textarea {
  padding: 3px 3px 3px 8px;
  line-height: 1.4;
  resize: vertical;
  height: 112px;
  border: 1px solid #c1c7c8;
}
body .gform_wrapper textarea:focus {
  border-color: #fdc900;
}

body .gform_wrapper select {
  font-size: 0.875em;
  line-height: 1.4;
  height: 2.8571428571em !important;
  border: 1px solid #c1c7c8;
}
body .gform_wrapper select:focus {
  border-color: #fdc900;
}

.gform_wrapper .ginput_container_multiselect select {
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}

.gform_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}

.gform_wrapper ul, html > body .entry ul {
  text-indent: 0;
}

.gform_wrapper form li, .gform_wrapper li {
  margin-left: 0 !important;
  list-style: none !important;
  overflow: visible;
}

body .gform_wrapper ul li.gfield {
  clear: both;
  margin: 0 0 12px;
}
body .gform_wrapper ul li.gfield.tse-recaptcha {
  margin-top: 0;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: hidden;
}

.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {
  margin-bottom: 14px;
}

.gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
  margin-bottom: 10px;
}

.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.gform_wrapper select option {
  padding: 2px;
  display: block;
}

.gform_wrapper .inline {
  display: inline !important;
}

.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}

.gform_wrapper .clear-multi {
  display: flex;
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
  flex-direction: row;
}

.gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  flex-direction: row;
  margin-right: 0.5rem;
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
  width: 4rem;
  margin-right: 0.5rem;
}

.gform_wrapper .gfield_date_day input[type=number], .gform_wrapper .gfield_date_month input[type=number] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .gfield_date_year input[type=number] {
  width: calc(4rem + 8px) !important;
}

.gform_wrapper .gfield_date_year {
  width: 5rem;
}

.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_date_year input {
  width: 4rem;
}

.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
  width: 3rem;
  text-align: center;
}

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label, .gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem;
}

.gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
  width: 33.333%;
  flex-direction: row;
}

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
    max-width: 4rem;
  }

  .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_ampm {
    max-width: calc(4rem + .5rem);
  }

  .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
    max-width: 4rem;
  }

  .gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour {
    max-width: calc(4rem + .5rem);
  }
}
.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left;
}

.gform_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 10px;
  text-align: center;
  float: right;
  margin-top: 9%;
}

.gform_wrapper .gfield_time_minute {
  margin-right: 0.5rem;
}

.gform_wrapper .gfield_time_hour {
  margin-right: 0.25rem;
}

.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gfield_time_ampm select {
  min-width: calc(2rem + 25px);
  width: calc(3rem + 25px);
}

.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_time_hour input[type=number], .gform_wrapper .gfield_time_minute input[type=number] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  width: 3rem;
  text-align: center;
}

.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}

.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF;
}

.gform_wrapper .field_name_first, .gform_wrapper .field_name_last, .gform_wrapper .field_name_middle {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}

body .gform_wrapper label.gfield_label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: #051829;
}

body .gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.2;
  clear: both;
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select {
  width: 100%;
}

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

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: block;
  font-size: 0.813em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin: 9px 0 1px 1px;
}

.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 9px 1px;
}

.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container, .gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*=gfield_time_].ginput_container {
  margin-top: 0;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 3px;
}

body.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 16px;
  margin-bottom: 0;
}

.gfield.left_label, .gfield.right_label {
  padding-top: 10px;
}

.gform_wrapper li.hidden_label input {
  margin-top: 12px;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}

.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
  width: 100%;
}

.gform_wrapper input.datepicker_with_icon.large, .gform_wrapper input.datepicker_with_icon.medium, .gform_wrapper input.datepicker_with_icon.small {
  width: calc(100% - 24px);
}

.gform_wrapper .gfield_error input.large, .gform_wrapper .gfield_error input.medium, .gform_wrapper .gfield_error input.small, .gform_wrapper .gfield_error select.large, .gform_wrapper .gfield_error select.medium, .gform_wrapper .gfield_error select.small {
  width: 100%;
}

.gform_wrapper .gfield_error input.datepicker_with_icon.large, .gform_wrapper .gfield_error input.datepicker_with_icon.medium, .gform_wrapper .gfield_error input.datepicker_with_icon.small {
  width: calc(100% - 32px);
}

.gform_wrapper textarea.small {
  height: 80px;
  width: 100%;
}

.gform_wrapper textarea.medium {
  height: 112px;
  width: 100%;
  margin-bottom: 0;
}

.gform_wrapper textarea.large {
  height: 160px;
  width: 100%;
}

.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.25em;
}

.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px;
}

.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}

.gform_wrapper span.gform_description {
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 16px;
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  margin: 28px 0;
  clear: both;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: 0.875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_wrapper .ginput_complex .ginput_cardinfo_right label, .gform_wrapper div.charleft {
  white-space: nowrap !important;
}

.gform_wrapper .gfield_checkbox li label {
  margin: 0;
}

.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: 0.813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}

body .gform_wrapper .instruction {
  display: none !important;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  padding: 0 16px 0 0;
}

body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

.gform_wrapper .field_sublabel_above .description, .gform_wrapper .field_sublabel_above .gfield_description, .gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}

.gform_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px;
}

.gform_wrapper .gfield_description {
  width: 100%;
}

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px;
}

.gfield_date_year + .gfield_description {
  padding: 0;
}

body .gform_wrapper .gfield_required {
  color: #000;
  margin-left: 4px;
  display: none;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 20px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px;
  border-top: 2px solid red;
  border-bottom: 4px solid red;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(100% - 16px);
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 0.875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: red;
  max-width: 100%;
  position: relative;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: 0.1pt;
  border-bottom: 1px solid red;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center;
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px;
}

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}

.gform_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}

.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}

.gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea, .gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea {
  width: 70%;
}

body .gform_wrapper .gfield_error .gfield_label {
  color: #051829;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
  margin-left: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}

body .gform_wrapper div.validation_error {
  display: none;
  color: red;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: red;
}

.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}

.gform_wrapper ol.validation_list li a {
  color: red;
}

.gform_wrapper div#error {
  margin-bottom: 25px;
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}

.gform_wrapper li.gfield fieldset {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}

.gform_wrapper li.gfield fieldset > * {
  width: auto;
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px;
}

div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}

.gform_wrapper div.gfield_description.validation_error {
  color: red;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 16px;
}

body .gform_wrapper .validation_message {
  color: #dc3232;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 0.9375em;
  line-height: 1.42857143;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=reset]), body .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ddd;
  /*&:focus {
    border: 1px solid #ddd;
  }*/
}

body .gform_wrapper li.gfield_error .ginput_recaptcha > div {
  outline: 2px solid red;
  outline-offset: 1px;
}
body .gform_wrapper li.gfield_error .ginput_recaptcha + .validation_message {
  display: none !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: red;
}

body .gform_wrapper .gform_footer {
  padding: 0;
  margin: 20px 0 0;
  clear: both;
  width: 100%;
  /*text-align:center;*/
}

body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  width: auto;
  margin: 0;
  border-radius: 0;
  padding: 0.6153846154em 1.5384615385em !important;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-size: 0.8125em;
  background-color: #fdc900;
  border-color: #fdc900;
  color: #fff;
  font-weight: 400;
  border-radius: 3px;
}
body .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  border-color: #051829;
  background-color: #051829;
  color: #fff;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  width: auto;
  line-height: 24px !important;
}

.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center;
}

.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: 0 0 !important;
  border: none !important;
  margin: 0 auto 16px !important;
  display: block;
  max-width: 100%;
}

.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  min-height: 45px;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url], .gform_wrapper .gfield_error .ginput_complex .ginput_full select, .gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url] {
  width: 100%;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  position: relative;
  margin: 0 0 16px;
  line-height: 1.2;
}

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 700;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gf_hidden, .gform_wrapper .gform_hidden, .gform_wrapper input.gform_hidden, .gform_wrapper input[type=hidden] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}

.gform_wrapper .gf_invisible, .gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.gform_wrapper .ginput_full br, .gform_wrapper .ginput_left br, .gform_wrapper .ginput_right br {
  display: none !important;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}

.gform_wrapper li.gfield_html {
  max-width: 100%;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}

.gform_wrapper .simple_captcha_small input {
  width: 64px;
}

.gform_wrapper .simple_captcha_medium input {
  width: 96px;
}

.gform_wrapper .simple_captcha_large input {
  width: 128px;
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_small {
  margin-left: 32%;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: 0 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .left_label .math_large, .gform_wrapper .left_label .math_medium, .gform_wrapper .left_label .math_small, .gform_wrapper .left_label div.charleft, .gform_wrapper .right_label .math_large, .gform_wrapper .right_label .math_medium, .gform_wrapper .right_label .math_small, .gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}

.gform_wrapper .math_small input {
  width: 70px;
}

.gform_wrapper .math_medium input {
  width: 510px;
}

.gform_wrapper .math_large input {
  width: 612px;
}

.gform_wrapper div.charleft {
  font-size: 0.688em;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
}

.gform_wrapper div.charleft[style] {
  width: 92% !important;
}

.gform_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1;
}

.gform_wrapper div.charleft.ginput_counter_error {
  color: red;
}

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}

.gf_submission_limit_message {
  color: red;
  font-size: 1.375em;
}

.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}

.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}

.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}

.gform_wrapper span.ginput_product_price {
  color: #900;
}

.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}

.gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem;
}

.gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem;
}

.gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0;
  clear: both;
}

.gform_wrapper .gform_page_footer.left_label, .gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}

.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}

.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 16px;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 0.813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.gform_wrapper .gf_progressbar {
  padding: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.813em !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  vertical-align: middle;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  border-radius: 20px 4px 4px 20px;
}

.gform_wrapper .gf_progressbar:after {
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}

.gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #FFF;
}

.gform_wrapper .percentbar_gray {
  background-color: #7C7C7C;
  color: #FFF;
}

.gform_wrapper .percentbar_green {
  background-color: #88B831;
  color: #FFF;
}

.gform_wrapper .percentbar_orange {
  background-color: #FF7120;
  color: #FFF;
}

.gform_wrapper .percentbar_red {
  background-color: #FF2A1A;
  color: #FFF;
}

.gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px dotted #CCC;
}

.gform_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: 0.875em;
  height: 14px;
  line-height: 1.25 !important;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  font-family: inherit;
}

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial, sans-serif;
  margin-right: 4px;
}

.gform_wrapper .gf_step span.gf_step_label, .gform_wrapper .gf_step span.gf_step_number {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #EEE;
  border-bottom: 3px solid #DDD;
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}

.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
  border-bottom: 3px solid #FF853C;
}

.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
  border-bottom: 3px solid #FC0;
}

.gform_wrapper .gfield_password_strength.mismatch, .gform_wrapper .gfield_password_strength.short {
  background-color: #FFA0A0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}

.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
  border-bottom: 3px solid #8DFF1C;
}

.gform_wrapper table.gfield_list, .gform_wrapper table.gfield_list caption, .gform_wrapper table.gfield_list tbody, .gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list tfoot, .gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: auto !important;
}

.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}

.gform_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block;
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: red;
}

.gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}

.gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list th {
  padding: 4px 0;
}

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px;
}

.gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
  padding: 0 0 0 16px;
}

.gform_wrapper .gfield_list, .gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}

.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px !important;
  box-sizing: border-box;
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px;
  height: 32px;
}

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url("../images/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 8px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url("../images/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #CCC;
  text-align: center;
  color: #AAA;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}

.gform_delete {
  vertical-align: middle;
  cursor: pointer;
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}

.gform_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: #31708f;
  background-color: #e3f3f3;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.gform_wrapper .form_saved_message form {
  text-align: center;
}

.form_saved_message p.resume_form_link_wrapper {
  background-color: white;
  display: inline-block;
  padding: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 98% !important;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  -moz-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
}

.form_saved_message a.resume_form_link {
  word-wrap: break-word;
  text-decoration: none;
  color: #2f637e;
}

.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0;
}

.form_saved_message label.form_saved_label {
  position: absolute;
  left: -9000px;
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  margin-bottom: 0.25em;
}

div.form_saved_message div.form_saved_message_emailform form input {
  margin: 0.75em auto 0;
  display: inline-block;
}

div.form_saved_message div.form_saved_message_emailform form input[type=email] {
  padding: calc(.75em - 1px) !important;
  width: 24em;
  max-width: 98% !important;
  font-size: 1em;
  background-color: white;
  border: 1px solid #91afc7;
  color: #424242;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: inset 0 0 5px 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 0 #eeeeee;
  box-shadow: inset 0 0 5px 0 #eeeeee;
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1;
  background-color: #91afc7;
  border: 1px solid #91afc7;
  color: white;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media only screen and (max-width: 640px) {
  div.form_saved_message div.form_saved_message_emailform form input[type=email], div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%;
  }
}
.form_saved_message .form_saved_message_emailform .validation_message {
  color: red;
  font-weight: 700;
  padding: 2em;
}

.form_saved_message_sent {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  background-color: #e9ffd9;
  color: #3c763d;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
}

.form_saved_message_sent .saved_message_email, .form_saved_message_sent .saved_message_success {
  font-weight: 700;
  display: block;
  line-height: 2;
}

.form_saved_message_sent .saved_message_email {
  word-wrap: break-word;
  text-decoration: underline;
}

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area, body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}

body .gform_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
}

body .gform_wrapper img.add_list_item, body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 26px;
}

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%;
}

.gform_wrapper table.recaptchatable {
  table-layout: auto;
}

.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%;
}

.gfield .wp-editor-container {
  border: 1px solid #ddd;
}

.gfield .wp-switch-editor {
  border-color: #ddd;
}

.gfield .html-active .switch-html, .gfield .tmce-active .switch-tmce {
  border-bottom-color: #f5f5f5;
}

.gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0;
  margin-bottom: 22.5px;
  padding-top: 0;
}

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px;
  overflow: visible;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 8px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}

.gform_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") 0 2px no-repeat;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") 100% -20px no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
  cursor: default;
}

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") -30px -20px no-repeat;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
body .gform_wrapper .chosen-container a.chosen-single {
  border-radius: inherit;
}

body .gform_wrapper ul.chosen-results li {
  line-height: inherit;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper .chosen-container.chosen-container-single[style], .gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 2rem;
  }

  .gform_wrapper textarea {
    line-height: 1.5;
  }

  .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }

  .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }

  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: 100%;
    line-height: inherit;
    float: none;
  }

  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }

  .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
  }

  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
  }

  .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }

  .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    width: 85%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  body .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0;
  }

  .gform_wrapper table.gfield_list {
    border: 0;
  }

  .gform_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .gform_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #CCC;
    border-top: 2px solid #CCC;
    border-bottom: 4px solid #CCC;
  }

  .gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }

  .gform_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 !important;
  }

  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before, .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    font-size: 0.875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }

  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
  }

  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
  }

  .gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
    padding: 4px 0 0;
  }

  .gform_wrapper table.gfield_list tr.gfield_list_row_even, .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
    margin: 16px 0;
  }

  .gform_wrapper table.gfield_list tr, .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 0 4px 4px !important;
    background-color: #EEE;
  }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important;
  }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }

  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }

  .gform_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body {
    width: 100%;
  }

  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }

  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 0 8px;
    line-height: 1.3;
  }

  .gform_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }

  body .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 42.67%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .gform_wrapper .right_label .gfield_label {
    text-align: right;
  }

  .gform_wrapper .left_label .gfield_description, .gform_wrapper .right_label .gfield_description {
    width: 70%;
  }

  .gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
  }

  body .gform_wrapper .left_label .gfield_description, body .gform_wrapper .left_label .instruction, body .gform_wrapper .right_label .gfield_description, body .gform_wrapper .right_label .instruction {
    margin-left: 0;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }

  .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }

  .gform_wrapper .left_label div.ginput_complex, .gform_wrapper .right_label div.ginput_complex {
    width: 70%;
    margin-left: 29%;
  }

  .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small, .gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small {
    width: 15%;
  }

  .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
    width: calc(35% - 8px);
  }

  body .gform_wrapper .left_label input.large, body .gform_wrapper .left_label select.large, body .gform_wrapper .left_label textarea.large, body .gform_wrapper .left_label textarea.medium, body .gform_wrapper .left_label textarea.small, body .gform_wrapper .right_label input.large, body .gform_wrapper .right_label select.large, body .gform_wrapper .right_label textarea.large, body .gform_wrapper .right_label textarea.medium, body .gform_wrapper .right_label textarea.small {
    width: 100%;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important;
  }

  .gform_wrapper .top_label .gfield_list {
    width: 100%;
  }

  .gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }

  .gform_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }

  .gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }

  .gform_wrapper .left_label li.gfield .gfield_password_strength, .gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%;
  }

  .gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
    width: 25%;
  }

  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(50% - 8px);
  }

  .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 50%;
  }

  .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 100%;
  }

  .gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
    width: auto;
  }

  .gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }

  body .gform_wrapper textarea.medium {
    height: 121px;
    width: 100%;
    margin: 0;
    display: block;
  }

  .gform_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }

  .gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }

  .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
  }

  .gform_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px;
  }

  .gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }

  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
  }

  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }

  .gform_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
  }

  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
  }

  .gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
  }

  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 0;
    display: -moz-inline-stack;
    display: inline-block;
  }

  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0;
  }

  body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
  body .gform_wrapper ul.gform_fields li.gfield.textarea {
    margin-bottom: 0;
  }

  .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }

  .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }

  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }

  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    padding-right: 8px !important;
    margin-right: 8px;
  }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    padding-right: 8px !important;
    margin-right: -8px;
  }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px;
  }

  .gform_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }

  .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0;
  }

  body .gform_wrapper .gform_footer:not(.top_label) {
    width: 100%;
    text-align: center;
    padding: 15px 0 23px;
    margin-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }

  .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }

  .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%;
  }

  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%;
  }

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%;
  }

  div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }

  div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }

  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }

  div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }

  div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }

  div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important;
  }

  html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important;
  }

  .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }

  .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }

  li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }

  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }

  .gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%;
  }

  .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0;
  }

  .gform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
  }

  html:not([dir=rtl]) div.gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) div.gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not([dir=rtl]) div.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    width: 57.33%;
    margin-left: 0;
    border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
    border-top: 0;
    border-left: 0;
  }

  .gform_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }

  .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }

  body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }

  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
  }

  .gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px;
  }

  body .gform_wrapper select.medium.gfield_select + div.chosen-container-multi[style], body .gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] {
    width: calc(50% - 8px) !important;
  }

  body .gform_wrapper select.large.gfield_select + div.chosen-container-multi[style], body .gform_wrapper select.large.gfield_select + div.chosen-container-single[style] {
    width: 100% !important;
  }

  body .gform_wrapper select.small.gfield_select + div.chosen-container-multi[style], body .gform_wrapper select.small.gfield_select + div.chosen-container-single[style] {
    width: 25%;
  }
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto !important;
    margin: 0;
    padding-right: 16px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
  }

  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
    width: 100%;
  }

  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 96px !important;
  }

  .gform_wrapper .top_label li.gfield.gf_inline select, .gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 100%;
  }

  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70% !important;
  }

  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
    width: 50px;
  }

  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto;
  }

  .gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap !important;
  }

  .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
    display: block !important;
  }

  .gform_wrapper li.gfield.gfield_error.gf_inline {
    margin-right: 16px;
    padding-right: 0;
  }

  body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    padding-right: 0;
    margin-right: 24px;
    float: none;
  }

  body .gform_wrapper .top_label li.gfield.gf_right_half {
    margin-right: 0;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    width: 100% !important;
    margin: 8px 0 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half:before {
    content: "";
    display: block;
    clear: both;
  }

  .gform_wrapper .top_label li.gfield.gf_right_half:after {
    content: "";
    display: table;
    clear: both;
  }

  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(50% - 16px);
    padding-right: 0;
  }

  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 16px;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
    width: 100%;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half input.small, .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection, .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px;
  }

  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 0 0 8px;
  }

  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection, .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection, .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield {
    clear: both;
  }

  .gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 8px;
  }

  .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.3%;
  }

  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.4%;
  }

  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
    width: 100%;
  }

  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
    width: 100% !important;
  }

  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    width: calc(33.3% - 24px) !important;
    margin-right: 16px;
  }

  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 33.4%;
  }

  .gform_wrapper .top_label li.gfield.gf_right_third:after {
    content: "";
    display: table;
    clear: both;
  }

  .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield {
    clear: both;
  }

  .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
  }

  .gform_wrapper .top_label li.gfield.gf_first_quarter, .gform_wrapper .top_label li.gfield.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gf_second_quarter, .gform_wrapper .top_label li.gfield.gf_third_quarter {
    margin-bottom: 8px;
  }

  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select {
    width: 100% !important;
  }

  .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    width: 24.5%;
  }

  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
    content: "";
    display: table;
    clear: both;
  }

  .gform_wrapper .top_label li.gfield.gf_first_quarter input.large, .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_first_quarter select.large, .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter input.large, .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter select.large, .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter input.large, .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter select.large, .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium {
    width: 97.5%;
  }

  .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield {
    clear: both;
  }

  .gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: calc(100% + 16px);
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
    width: calc(70% + 16px);
  }

  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }

  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    width: 33.3%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }

  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }

  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }

  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
    margin: 0 0 10px;
  }

  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden;
  }

  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 16px);
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }

  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }

  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px;
  }

  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px;
  }

  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px;
  }

  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px;
  }

  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px;
  }

  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px;
  }

  .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    width: auto !important;
    float: none !important;
    margin: 0 8px 10px 0;
    display: -moz-inline-stack;
    display: inline-block;
  }

  html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding-left: 16px !important;
    padding-right: 0 !important;
  }

  .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none !important;
  }

  .gform_wrapper li.gsection.gf_scroll_text {
    height: 240px;
    width: calc(100% - 16px);
    padding: 16px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC !important;
  }

  .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 8px !important;
  }

  .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title, .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 0 10px 0 8px !important;
  }

  .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    margin: 10px;
    font-size: 12px;
  }

  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    list-style-type: disc !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
  }

  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc !important;
    margin: 16px 0 16px 18px;
    padding-left: 0;
  }

  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    list-style-type: decimal !important;
    overflow: visible;
    margin: 0 0 8px;
    padding-left: 0;
  }

  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal !important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
  }

  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    list-style-type: disc !important;
    padding-left: 0;
  }

  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 16px 0 16px 18px;
  }

  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    margin: 0 0 8px;
  }

  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 18px;
    padding-left: 0;
  }

  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: 700;
  }

  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 16px 18px;
  }

  .gform_wrapper li.gfield.gfield_html.gf_alert_blue, .gform_wrapper li.gfield.gfield_html.gf_alert_gray, .gform_wrapper li.gfield.gfield_html.gf_alert_green, .gform_wrapper li.gfield.gfield_html.gf_alert_red, .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0 !important;
    padding: 20px !important;
  }

  .gform_wrapper li.gfield.gfield_html.gf_alert_green {
    border: 1px solid #97B48A;
    background-color: #CBECA0;
    text-shadow: #DFB 1px 1px;
    color: #030;
  }

  .gform_wrapper li.gfield.gfield_html.gf_alert_red {
    border: 1px solid #CFADB3;
    background-color: #FAF2F5;
    text-shadow: #FFF 1px 1px;
    color: #832525;
  }

  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border: 1px solid #E6DB55;
    background-color: #FFFBCC;
    text-shadow: #FCFAEA 1px 1px;
    color: #222;
  }

  .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    border: 1px solid #CCC;
    background-color: #EEE;
    text-shadow: #FFF 1px 1px;
    color: #424242;
  }

  .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    border: 1px solid #a7c2e7;
    background-color: #D1E4F3;
    text-shadow: #E0F1FF 1px 1px;
    color: #314475;
  }

  div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #E6DB55;
    border-bottom: 1px solid #E6DB55;
    padding: 32px;
    background-color: #FFFBCC;
    color: #424242;
    font-size: 25px;
  }

  div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 32px;
    background-color: #EAEAEA;
    color: #424242;
    font-size: 25px;
  }

  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    position: relative;
    background-color: #FFFBD2;
    margin: 30px 0;
    border: 1px solid #E6DB55;
    -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
    -moz-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
    box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
  }

  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #E6DB55;
    color: #424242;
    background: #fffce5;
    background: -moz-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffce5), color-stop(100%, #fff9bf));
    background: -webkit-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -o-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -ms-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
  }

  div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    position: relative;
    background-color: #f1fcdf;
    margin: 30px 0;
    border: 1px solid #a7c37c;
    -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    -moz-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
  }

  div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #effade;
    border-bottom: 1px solid #a7c37c;
    text-shadow: #DFB 1px 1px;
    color: #030;
    background: #dbf2b7;
    background: -moz-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbf2b7), color-stop(100%, #b4d088));
    background: -webkit-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
    background: -o-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
    background: -ms-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
    background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%);
  }

  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 40%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }

  .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
    width: auto;
    margin: 0 auto;
    display: table;
  }

  .gform_wrapper form.gf_simple_horizontal {
    width: calc(100% - 16px);
    margin: 0 auto;
  }

  .gform_wrapper form.gf_simple_horizontal div.gform_body, .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: auto;
    max-width: 75%;
  }

  .gform_wrapper form.gf_simple_horizontal div.ginput_container, .gform_wrapper form.gf_simple_horizontal ul li.gfield {
    margin-top: 0 !important;
  }

  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    width: auto;
    max-width: 25%;
    padding: 0;
    margin: 0;
  }

  body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    text-align: left;
  }

  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
    display: table;
    width: 100%;
  }

  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: table-cell;
    padding-right: 1em;
    height: auto;
  }

  .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message), .gform_wrapper form.gf_simple_horizontal .ginput_complex label, .gform_wrapper form.gf_simple_horizontal label.gfield_label {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -9000px;
  }

  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    vertical-align: middle;
  }

  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
    width: 100%;
  }

  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image] {
    height: auto;
  }

  .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
    margin-bottom: 0;
  }

  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li, .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
    display: inline-block;
    margin-right: 0.5em;
  }

  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 48.5%;
  }

  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33%;
  }

  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.5%;
  }

  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.5%;
  }
}
body .gform_wrapper.gf_form_center_wrapper {
  padding: 16px 0 16px 16px;
}

body .gform_wrapper .gform_footer:not(.top_label) {
  width: 100%;
  text-align: center;
  padding: 15px 0 23px;
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

html:not([dir=rtl]) div.gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) div.gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not([dir=rtl]) div.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
  width: 57.33%;
  margin-left: 0;
  border: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
  border-top: 0;
  border-left: 0;
}

body .gform_wrapper .gform_footer:not(.top_label) {
  width: 100%;
  text-align: center;
  padding: 15px 0 23px;
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

body .gform_wrapper .left_label input.large, body .gform_wrapper .left_label select.large, body .gform_wrapper .left_label textarea.large, body .gform_wrapper .left_label textarea.medium, body .gform_wrapper .left_label textarea.small, body .gform_wrapper .right_label input.large, body .gform_wrapper .right_label select.large, body .gform_wrapper .right_label textarea.large, body .gform_wrapper .right_label textarea.medium, body .gform_wrapper .right_label textarea.small {
  width: 100%;
}

body .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
  float: left;
  width: 42.67%;
  padding-right: 0;
  margin-bottom: 0;
}

/*!
* Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

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

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

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

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

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

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

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "陵";
}

.fa-bacterium:before {
  content: "讀";
}

.fa-bahai:before {
  content: "";
}

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

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-bell:before {
  content: "";
}

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

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

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

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

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

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

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

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

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

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

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

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

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

.fa-carrot:before {
  content: "";
}

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

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

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

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

.fa-cc-apple-pay:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

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

.fa-chart-bar:before {
  content: "";
}

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

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

.fa-check:before {
  content: "";
}

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

.fa-check-double:before {
  content: "";
}

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

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

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

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

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

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "亮";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "兩";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

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

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

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

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

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

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

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

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

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

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

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

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

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

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

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

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

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

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

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

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

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

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

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

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

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "凉";
}

.fa-google-play:before {
  content: "";
}

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

.fa-google-plus-g:before {
  content: "";
}

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

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

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

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

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

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

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

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

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

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

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

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

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

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

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

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

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

.fa-map-marker-alt:before {
  content: "";
}

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

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

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

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

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

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

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

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

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

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

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

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

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

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

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

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

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

.fa-odnoklassniki:before {
  content: "";
}

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

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

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

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

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

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

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

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

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "";
}

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

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

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

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

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

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

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

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

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

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

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

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

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

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

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

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

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

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "梁";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

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

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

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

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

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

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

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

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

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "省";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

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

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

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

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

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

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

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

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

.fa-steam-symbol:before {
  content: "";
}

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

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

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

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

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

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

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

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

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

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

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

.fa-th:before {
  content: "";
}

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

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

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

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

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

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "糧";
}

.fa-times:before {
  content: "";
}

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

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

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

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

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

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

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

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

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

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

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-unsplash:before {
  content: "良";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

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

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

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

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

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

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

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "拾";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

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

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

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

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

.fa-volume-mute:before {
  content: "";
}

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

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

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

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

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

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

.fa-zhihu:before {
  content: "";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/source/7f7eebbab283b1726173900297094132/fa-brands-400.eot");
  src: url("/source/a806a70a40ccd748b910e153c75661d5/fa-brands-400.eot") format("embedded-opentype"), url("/source/95a98cccdee41edb1c5e98a4ce62010b") format("woff2"), url("/source/570fd484763c96abb3cb7cf613fc4101/fa-brands-400.woff") format("woff"), url("/source/324728da4c28f5c08eb26c45712a1e6d/fa-brands-400.ttf") format("truetype"), url("/source/b98903cede3f2fc9ad9c12dca544e06f/fa-brands-400.svg") format("svg");
}
.fab {
  font-family: "FontAwesome";
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/source/ccf03673339eddfdf0107e076cdefa80/fa-regular-400.eot");
  src: url("/source/7a3f0fcfb0295536a726f77bea1f1b38/fa-regular-400.eot") format("embedded-opentype"), url("/source/a64036b36f645e59d9bb7e6f4ddeb88c") format("woff2"), url("/source/ccd4ec8969ef4c615fcb788a52057ed4/fa-regular-400.woff") format("woff"), url("/source/606b16901599498a5673d42298344758/fa-regular-400.ttf") format("truetype"), url("/source/c0c6ad86d34fe6583618797e11b79e4f/fa-regular-400.svg") format("svg");
}
.fab, .far {
  font-weight: 400;
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/source/91c9683cc97aed5fe701960e41bf92a4/fa-solid-900.eot");
  src: url("/source/4b9ad477d158c8333a86f1d34c957943/fa-solid-900.eot") format("embedded-opentype"), url("/source/f7c214e1eb14ce0ac37adb66ddf5d9f9") format("woff2"), url("/source/5d8a32bc083f44fd8f6d64fc68cd39d6/fa-solid-900.woff") format("woff"), url("/source/762162de368d1d78e38c259d75edd4ac/fa-solid-900.ttf") format("truetype"), url("/source/f954fd2fcfd009e0e22852b1fe15117a/fa-solid-900.svg") format("svg");
}
.fa, .far, .fas {
  font-family: "FontAwesome";
}

.fa, .fas {
  font-weight: 900;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("/source/acd18d08914ca1b7eaa71c8b44158c4d/fontawesome-webfont.eot");
  src: url("/source/9e48c8e10e01d310189def45be799d11/fontawesome-webfont.eot") format("embedded-opentype"), url("/source/b1e0ea1e28262073a82fa1d33c5db0d7") format("woff2"), url("/source/248b9448ba2029d669d6090fc012d474/fontawesome-webfont.woff") format("woff"), url("/source/ffac7b47f45aeb784fbe2fa0f46b9d88/fontawesome-webfont.ttf") format("truetype"), url("/source/944bdd1f6362a5bfbc97a76d1e5f66fa/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

.fa-genderless:before, .fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/*** Slick Slider CSS ***/
.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;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
/*.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 35px;
  width: 35px;
  /*line-height: 0px;
  font-size: 0px;*/
  cursor: pointer;
  /*background: transparent;
  color: transparent;*/
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  /*&:before {
      font-family: $slick-font-family;
      font-size: 20px;
      line-height: 1;
      color: $slick-arrow-color;
      opacity: $slick-opacity-default;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }*/
}
.slick-prev span,
.slick-next span {
  display: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  /*&:before {
      opacity: $slick-opacity-on-hover;
  }*/
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -35px;
  /*background: url("img/icons/carousel-arrow-blue.svg") center/37px no-repeat;*/
  -webkit-transform: rotateY(180deg) translateY(-50%);
  -moz-transform: rotateY(180deg) translateY(-50%);
  -ms-transform: rotateY(180deg) translateY(-50%);
  -o-transform: rotateY(180deg) translateY(-50%);
  transform: rotateY(180deg) translateY(-50%);
  /*&:before {
      content: $slick-prev-character;
      [dir="rtl"] & {
          content: $slick-next-character;
      }
  }*/
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -35px;
}
.slick-prev:focus, .slick-prev:hover {
  background: url("img/icons/carousel-arrow-dark-blue.svg") center/37px no-repeat;
}

.slick-next {
  right: -35px;
  background: url("img/icons/carousel-arrow-blue.svg") center/37px no-repeat;
  /*&:before {
      content: $slick-next-character;
      [dir="rtl"] & {
          content: $slick-prev-character;
      }
  }*/
}
[dir=rtl] .slick-next {
  left: -35px;
  right: auto;
}
.slick-next:focus, .slick-next:hover {
  background: url("img/icons/carousel-arrow-dark-blue.svg") center/37px no-repeat;
}

/* 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;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 30px;
  display: inline-block;
  background: #bfbfbf;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:before {
  content: none;
}
.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.slick-active button {
  background: #fdc900;
}

/*PrettyPhoto Css*/
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url("/source/4be0e2a50cdca331e969d80b935c04e5/sprite.png") -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url("/source/92d3b89db9e0fdef8e173f8c456c7f22/sprite_x.png") top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url("/source/4be0e2a50cdca331e969d80b935c04e5/sprite.png") -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url("/source/96c0f2c351ab9f2e8550d770eabca34c/sprite_y.png") -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url("/source/96c0f2c351ab9f2e8550d770eabca34c/sprite_y.png") top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url("/source/52a836c46621c58f3e4a0a00db12e354/sprite_next.png") center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url("/source/2173b01b7c038061e4f0a43986d6a07b/sprite_prev.png") center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url("/source/4be0e2a50cdca331e969d80b935c04e5/sprite.png") 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url("/source/4be0e2a50cdca331e969d80b935c04e5/sprite.png") 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url("/source/4be0e2a50cdca331e969d80b935c04e5/sprite.png") 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url("/source/4be0e2a50cdca331e969d80b935c04e5/sprite.png") 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url("/source/4be0e2a50cdca331e969d80b935c04e5/sprite.png") 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url("/source/58dcf148de586b104c6cb966d3fe9d99/default_thumb.png") center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
  display: none;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url("/source/4be0e2a50cdca331e969d80b935c04e5/sprite.png") -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url("/source/4be0e2a50cdca331e969d80b935c04e5/sprite.png") -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url("/source/4be0e2a50cdca331e969d80b935c04e5/sprite.png") -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url("/source/92d3b89db9e0fdef8e173f8c456c7f22/sprite_x.png") bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url("/source/4be0e2a50cdca331e969d80b935c04e5/sprite.png") -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url("/source/deaba43f6f0619108617ad1cec4460ca/loader.gif") center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url("/source/81cbd29328450a7896ebae1460f9782f/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url("/source/ea59c99c5c6cd3634f4ff07042e498e5/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url("/source/3961018961bbae6af1d96ed438d0f4e3/sprite.png") -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url("/source/ee74461a173569892df3d4b15b6923d7/contentPattern.png") top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url("/source/ee74461a173569892df3d4b15b6923d7/contentPattern.png") top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url("/source/1c686873696e35fc5fc37a226fe6444d/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url("/source/10220fc899032b675b4d9d7309b88771/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url("/source/6205fe5c7c175070f18d11ab8a68c24d/sprite.png") -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url("/source/8576c61805a15553c91800b5a973d9a7/loader.gif") center center no-repeat;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url("/source/1767758b918373cba991672091ee0135/loader.gif") center center no-repeat;
}

div.dark_square .pp_expand {
  background: url("/source/3f9b0afd9ef06457b6fa4180a03b48bb/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url("/source/3f9b0afd9ef06457b6fa4180a03b48bb/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url("/source/3f9b0afd9ef06457b6fa4180a03b48bb/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url("/source/3f9b0afd9ef06457b6fa4180a03b48bb/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url("/source/3f9b0afd9ef06457b6fa4180a03b48bb/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url("/source/3f9b0afd9ef06457b6fa4180a03b48bb/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url("/source/3f9b0afd9ef06457b6fa4180a03b48bb/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url("/source/3f9b0afd9ef06457b6fa4180a03b48bb/sprite.png") 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url("/source/3f9b0afd9ef06457b6fa4180a03b48bb/sprite.png") -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
  background: url("/source/bd851a6f2580e35ca44c41fca861cad7/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url("/source/cb261d7ebed31e83955d12a783ddfc38/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url("/source/ecb6b2de6ee0001c2a0466f212ea6afb/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url("/source/ecb6b2de6ee0001c2a0466f212ea6afb/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url("/source/ecb6b2de6ee0001c2a0466f212ea6afb/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url("/source/ecb6b2de6ee0001c2a0466f212ea6afb/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url("/source/ecb6b2de6ee0001c2a0466f212ea6afb/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.light_square .pp_nav .pp_play {
  background: url("/source/ecb6b2de6ee0001c2a0466f212ea6afb/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url("/source/ecb6b2de6ee0001c2a0466f212ea6afb/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url("/source/ecb6b2de6ee0001c2a0466f212ea6afb/sprite.png") 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url("/source/ecb6b2de6ee0001c2a0466f212ea6afb/sprite.png") -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
  background: url("/source/e9def29196f1d1170a1848884b7e443b/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url("/source/d41214875de38353f5be91c8e7680725/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url("/source/a59d3280e2545e38e3992f38d815049e/contentPatternTop.png") top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url("/source/1f6e62468c7779ec0ab6f394b4438b27/contentPatternLeft.png") top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url("/source/610f919671fce4aed42cff0708dd209f/contentPatternRight.png") top right repeat-y;
}

div.facebook .pp_expand {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url("/source/7cbcbc3de605d881d813236e6b3e525a/loader.gif") center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url("/source/20762f69bd1ced1dc3cbb8f080a95f57/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url("/source/b150ebc403ea080b57294d74db552d53/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url("/source/6f7b957604117a1f938561d0c06c3687/contentPatternBottom.png") top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url("/source/9c200b79d022054fdae9e3bbda953c5f/sprite.png") -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url("/source/fa408667efd734404149d2357c000326/default_thumbnail.gif") 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url("/source/81cbd29328450a7896ebae1460f9782f/btnNext.png") 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url("/source/81cbd29328450a7896ebae1460f9782f/btnNext.png") 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none !important;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff;
}

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url("/source/8978c079a16abf4c59ba7276deac545e/loader.gif") center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url("/source/ee74461a173569892df3d4b15b6923d7/contentPattern.png") top left repeat;
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

/*
 	Flaticon icon font: Flaticon
 	Creation date: 04/01/2018 05:35
 	*/
@font-face {
  font-family: "Flaticon";
  src: url("/source/c4b96e97c08cd5a82999f9db2e18e7db/Flaticon.eot");
  src: url("/source/2f33d55f8d44aa2a6c532c451aafb3df/Flaticon.eot") format("embedded-opentype"), url("/source/5490e821a785a295247d41ca74cb2de5/Flaticon.woff") format("woff"), url("/source/2dd05354e3df7395b955e0ad321c9df6/Flaticon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/source/f4395df2c26d5aea2f0c19bb4c7a3651/Flaticon.svg") format("svg");
  }
}
[class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}

.flaticon-medal:before {
  content: "";
}

.flaticon-title:before {
  content: "";
}

.flaticon-left-quotes-sign:before {
  content: "";
}

.flaticon-shopping-cart:before {
  content: "";
}

.flaticon-people-1:before {
  content: "";
}

.flaticon-people:before {
  content: "";
}

.flaticon-engineer:before {
  content: "";
}

.flaticon-gasoline:before {
  content: "";
}

.flaticon-innovation:before {
  content: "";
}

.flaticon-plug:before {
  content: "";
}

.flaticon-construction:before {
  content: "";
}

.flaticon-support:before {
  content: "";
}

.flaticon-time-passing:before {
  content: "";
}

/*Nivo Slider*/
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-default .nivoSlider {
  position: relative;
  background: #fff url("/source/750a0a86cdd6f94313accb962e6ab133/loading.gif") no-repeat 50% 50%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.theme-default .nivoSlider a {
  border: 0;
  display: block;
}

.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("/source/cd72bd2d7ed937ae50b10e633d084855/bullets.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}

.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/source/bbd3309a1183a502122d630b64f23650/arrows.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}

.theme-default a.nivo-prevNav {
  left: 15px;
}

.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
  color: #fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none !important;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.nivo-caption p {
  padding: 5px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  left: 0px;
}

.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

.nivo-controlNav a {
  cursor: pointer;
}

.nivo-controlNav a.active {
  font-weight: bold;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts - Removed
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 125em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  left: 10px;
}

.flexslider:hover .flex-next {
  right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  display: block;
  content: "";
  height: 2.5em;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url("/source/60cc7ab125e17d3101c82546e4535675/ico-arrowleft.svg");
}

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url("/source/ca26a79f0ce55de8fed1ca87c056b600/ico-arrowright.svg");
}

/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
  opacity: 0.3;
  left: 10px;
}

.flex-direction-nav .flex-next {
  opacity: 0.3;
  right: 10px;
}

/* Anything HubSpot Related */
.hs-error-msgs {
  color: #C02F2F;
}

/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/