/* FONTS
 ========================================================================== */
.primaryFont {
  font-family: 'Lato', sans-serif;
}
.secondaryFont {
  font-family: 'Maven Pro', sans-serif;
}
/* COLORS
 ========================================================================== */
/* GRID
 ========================================================================== */
/* MEDIA QUERY
 ========================================================================== */
/* OTHER
 ========================================================================== */
.in-content-links {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
.in-content-links:hover {
  border-bottom-color: transparent;
}
/*Advanced fluid typography mixin (http://codepen.io/MadeByMike/pen/RWJyML) */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
  width: 100%;
  min-height: 1px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.col-sm-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-sm-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666666666666%;
  flex: 0 0 91.66666666666666%;
  max-width: 91.66666667%;
}
.col-sm-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333333334%;
  flex: 0 0 83.33333333333334%;
  max-width: 83.33333333%;
}
.col-sm-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-sm-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666666666666%;
  flex: 0 0 66.66666666666666%;
  max-width: 66.66666667%;
}
.col-sm-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333333333336%;
  flex: 0 0 58.333333333333336%;
  max-width: 58.33333333%;
}
.col-sm-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-sm-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666666666667%;
  flex: 0 0 41.66666666666667%;
  max-width: 41.66666667%;
}
.col-sm-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333333333%;
  flex: 0 0 33.33333333333333%;
  max-width: 33.33333333%;
}
.col-sm-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-sm-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666666666666664%;
  flex: 0 0 16.666666666666664%;
  max-width: 16.66666667%;
}
.col-sm-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333333333332%;
  flex: 0 0 8.333333333333332%;
  max-width: 8.33333333%;
}
.order-sm-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.order-sm-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order-sm-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order-sm-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order-sm-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order-sm-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order-sm-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order-sm-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order-sm-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order-sm-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order-sm-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-sm-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.offset-sm-12 {
  margin-left: 100%;
}
.offset-sm-11 {
  margin-left: 91.66666667%;
}
.offset-sm-10 {
  margin-left: 83.33333333%;
}
.offset-sm-9 {
  margin-left: 75%;
}
.offset-sm-8 {
  margin-left: 66.66666667%;
}
.offset-sm-7 {
  margin-left: 58.33333333%;
}
.offset-sm-6 {
  margin-left: 50%;
}
.offset-sm-5 {
  margin-left: 41.66666667%;
}
.offset-sm-4 {
  margin-left: 33.33333333%;
}
.offset-sm-3 {
  margin-left: 25%;
}
.offset-sm-2 {
  margin-left: 16.66666667%;
}
.offset-sm-1 {
  margin-left: 8.33333333%;
}
@media only screen and (max-width : 319px) {
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666667%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666667%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.33333333%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666667%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.66666667%;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.33333333%;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
}
@media only screen and (min-width : 640px) {
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666667%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666667%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.33333333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666667%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.66666667%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.33333333%;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
}
@media only screen and (min-width : 992px) {
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666667%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666667%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.33333333%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666667%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.66666667%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.33333333%;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}
@media only screen and (min-width : 1200px) {
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666667%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666667%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.33333333%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666667%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.66666667%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.33333333%;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
}
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 639px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width : 991px) {
  .hide-on-medium-and-down {
    display: none !important;
  }
}
@media only screen and (min-width : 640px) {
  .hide-on-medium-and-up {
    display: none !important;
  }
}
@media only screen and (min-width : 640px) and (max-width : 991px) {
  .hide-on-medium-only {
    display: none !important;
  }
}
@media only screen and (min-width : 992px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width : 992px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width : 640px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (min-width : 640px) and (max-width : 991px) {
  .show-on-medium-only {
    display: block !important;
  }
}
@media only screen and (max-width : 991px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width : 639px) {
  .show-on-small {
    display: block !important;
  }
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
}
body {
  min-height: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
.section .section-title {
  line-height: normal;
}
h2,
h3,
h4,
h5,
h6,
.section .section-title {
  margin: 1.125rem 0;
  font-weight: 700;
}
h1 {
  font-size: 1.75rem;
  font-weight: 900;
}
h2,
.section .section-title {
  font-size: 1.3125rem;
}
h3 {
  font-size: 1.125rem;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:active,
a:hover {
  outline: 0;
}
a.contains-image {
  border: 0 !important;
  text-decoration: none !important;
}
p,
ul,
ol,
.a-single {
  margin: 0 0 1rem;
}
strong {
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
}
blockquote cite {
  font-style: normal;
}
hr {
  border: 0;
  background-color: #000000;
  margin: 1rem auto;
  width: 100%;
  height: 1px;
}
iframe {
  display: block;
  width: 100%;
}
object {
  max-width: 100%;
}
address {
  font-style: normal;
}
nav ul,
ul.nav,
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.wp-caption {
  margin: 3.75rem 0 1.875rem;
}
.wp-caption .wp-caption-text {
  padding: 0.875rem 0 0;
  font-size: 0.875rem;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1.5rem 1.5rem 0;
  float: left;
}
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1.5rem 1.5rem;
  float: right;
}
img.aligncenter,
.wp-caption.aligncenter {
  float: none;
  display: block;
  margin: 0 auto 1.5rem;
}
.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width : 992px) {
  .embed-container.alignright {
    float: right;
    width: 40%;
    height: calc((40 * 675px) / 100);
    padding: 0;
    margin: 1rem 0 1rem 1rem;
  }
}
.video-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.video-bg-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text::after {
  clear: both;
  content: "";
  display: table;
}
.text > *:first-child {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
.invisible {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.hide {
  display: none;
}
.hidden-friendly,
.hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  overflow: hidden;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}
.skip:active,
.skip:focus,
.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.media .media-body {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.phone {
  white-space: nowrap;
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../gif/bx_loader.gif') center center no-repeat #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666666;
  text-indent: -9999px;
  display: block;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
  width: 10px;
  height: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-controls-direction a {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('../png/slider-arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 55px;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
  opacity: 0.8;
  width: 34px;
  height: 46px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:focus {
  opacity: 1;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  outline: 0;
  background: url('../png/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
  width: 10px;
  height: 11px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  outline: 0;
  background: url('../png/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
  width: 9px;
  height: 11px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #ffffff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/* Button reset */
button,
input[type="submit"],
input[type="button"],
.btn,
.btn > a {
  display: inline-block;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Lato', sans-serif;
}
form button,
form input[type="submit"],
form input[type="button"],
.btn,
.btn > a {
  background: #000000;
  padding: 0.625rem 3rem;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
form button.btn-red,
form input[type="submit"].btn-red,
form input[type="button"].btn-red,
.btn.btn-red,
.btn > a.btn-red,
.page-template-page-contacts .hentry .gform_wrapper .gform_button {
  background: #ac172b;
}
form button.btn-red:hover,
form input[type="submit"].btn-red:hover,
form input[type="button"].btn-red:hover,
.btn.btn-red:hover,
.btn > a.btn-red:hover {
  background: #000000;
}
form button.btn-with-arrow,
form input[type="submit"].btn-with-arrow,
form input[type="button"].btn-with-arrow,
.btn.btn-with-arrow,
.btn > a.btn-with-arrow {
  background-image: url("../png/icon_arrow_white.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.primary-menu ul.nav li {
  display: block;
}
.primary-menu ul.nav li a {
  display: block;
  position: relative;
  color: #000000;
  line-height: 1.3;
  text-decoration: none;
}
.primary-menu ul.nav > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  margin-top: -3px;
  margin-left: 7px;
  vertical-align: middle;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.primary-menu ul.nav li.menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.primary-menu ul.nav li.menu-item-has-children.dropit-open > a::after {
  margin-top: -1px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.primary-menu ul.nav li.menu-item-has-children.dropit-open > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  max-height: none;
  z-index: 10000;
  overflow: inherit;
}
@media only screen and (min-width : 992px) {
  .primary-menu ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .primary-menu ul.nav > li {
    position: relative;
  }
  .primary-menu ul.nav > li > a {
    color: #ffffff;
    font-size: 1.0625rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: normal;
    white-space: nowrap;
  }
  .primary-menu ul.nav li.menu-item-has-children > .sub-menu {
    background-color: #ffffff;
    padding: 1rem 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-clip: padding-box;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .primary-menu ul.nav li.menu-item-has-children > .sub-menu::before {
    content: '';
    display: inline-block;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -7px;
    left: 19px;
  }
  .primary-menu ul.nav li.menu-item-has-children > .sub-menu::after {
    content: '';
    display: inline-block;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 20px;
  }
  .primary-menu ul.nav li.menu-item-has-children > .sub-menu li {
    padding: 0.5rem 0;
    text-align: left;
  }
  .primary-menu ul.nav li.menu-item-has-children > .sub-menu a {
    display: block;
    padding: 0 1rem;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .primary-menu ul.nav li.menu-item-has-columns > .sub-menu {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .primary-menu ul.nav li.menu-item-has-columns > .sub-menu .menu-item-col {
    padding: 0;
  }
  .primary-menu ul.nav li.menu-item-has-columns > .sub-menu .menu-item-col > a {
    display: none;
    /*padding        : 0;
              margin-bottom  : 1.25em;
              //color          : @accentColor;
              font-weight    : 700;
              cursor         : default;
              pointer-events : none;
              .uppercase;

              &::before {
                content  : "";
                //background-color : @accentColor;
                position : absolute;
                left     : 0;
                bottom   : -10px;
                .size(100%, 1px);
              }

              &::after {
                content  : "";
                //background-color : @accentColor;
                border   : 0;
                margin   : 0;
                position : absolute;
                bottom   : -12px;
                left     : 0;
                .size(60px, 5px);
                .transform(none);
              }*/
  }
  .primary-menu ul.nav li.menu-item-has-columns > .sub-menu .menu-item-col > .sub-menu {
    width: auto !important;
    margin-top: 0;
    position: static;
    padding: 0;
    border: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    max-height: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 280px;
}
.social-links a {
  display: block;
  border: 0 !important;
  white-space: nowrap;
  text-decoration: none !important;
  text-align: center;
}
.social-links a img {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.social-links a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.social-sharing {
  margin: 1rem 0;
}
.social-sharing a {
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  margin-top: 0 !important;
}
.section {
  padding-bottom: 5rem;
}
.section .section-title {
  margin: 0 0 1.5rem;
  font-size: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
}
.section .section-slider-wrapper.section-slider-cols-1 .bx-wrapper .bx-controls-direction a {
  top: 308px;
}
.section .section-slider-wrapper.section-slider-cols-2 .bx-wrapper .bx-controls-direction a {
  top: 138px;
}
.section .section-slider-wrapper.section-slider-cols-3 .bx-wrapper .bx-controls-direction a {
  top: 84px;
}
.section .section-slider-wrapper.section-slider-cols-4 .bx-wrapper .bx-controls-direction a {
  top: 54px;
}
.section-hero-slider .hero-slider .post {
  position: relative;
}
.section-hero-slider .hero-slider .post img {
  width: 100%;
  max-height: 785px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-slider .hero-slider .post .details {
  width: 400px;
  background: #ffffff;
  padding: 20px 30px;
  position: absolute;
  bottom: 57px;
  right: 0;
}
.section-hero-slider .hero-slider .post .details .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
}
.section-hero-slider .hero-slider .post .post-tag {
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.section-hero-slider .hero-slider .post .post-title {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: normal;
}
.section-hero-slider .hero-slider .post .post-excerpt {
  font-size: 1.0625rem;
}
.section-hero-slider .hero-slider .post .play-btn {
  display: inline-block;
  background: url("../png/play-button.png");
  text-indent: -9999px;
  width: 64px;
  height: 46px;
}
.section-hero-slider .bx-controls-direction a {
  background: url("../png/arrow-white.png") no-repeat;
  background-size: cover;
  top: 50%;
  margin-top: -19px;
  width: 24px;
  height: 38px;
}
.section-hero-slider .bx-controls-direction a.bx-prev {
  -lh-property: 0;
left:calc(50vw - 500px);
;
}
.section-hero-slider .bx-controls-direction a.bx-next {
  -lh-property: 0;
left:calc(50vw + 500px);
;
  right: 0;
}
.section-hero-slider .hero-slider-pager {
  text-align: right;
}
.section-hero-slider .hero-slider-pager a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  font: 0/0 a;
  width: 11px;
  height: 11px;
}
.section-hero-slider .hero-slider-pager a + a {
  margin-left: 6px;
}
.section-hero-slider .hero-slider-pager a.active,
.section-hero-slider .hero-slider-pager a:hover {
  background: #000000;
}
.section-hero-image img {
  width: 100%;
}
.section-affiliate-carousel .related-posts-slider .post .post-thumb,
.section-related-posts .related-posts-slider .post .post-thumb {
  position: relative;
  margin-bottom: 0.875rem;
}
.section-affiliate-carousel .related-posts-slider .post .post-thumb img,
.section-related-posts .related-posts-slider .post .post-thumb img {
  width: 100%;
}
.section-affiliate-carousel .related-posts-slider .post .post-thumb .play-btn,
.section-related-posts .related-posts-slider .post .post-thumb .play-btn {
  background: url("../png/play-button.png");
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 46px;
}
.section-affiliate-carousel .related-posts-slider .post .post-title,
.section-related-posts .related-posts-slider .post .post-title {
  margin-bottom: 0.125rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: normal;
}
.entry-content .section-affiliate-carousel .container,
.entry-content .section-related-posts .container {
  width: 100%;
  max-width: none;
}
.section-restaurant-finder {
  /* target Internet Explorer 9 to undo the custom arrow */
}
.section-restaurant-finder select {
  width: 100%;
  padding: 10px 52px 10px 18px;
  border: 1px solid #000000;
  font-size: 1.0625rem;
  background: #ffffff url("../jpg/select-arrow.jpg") no-repeat top right;
  background-size: auto 100%;
  overflow: hidden;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-restaurant-finder select::-ms-expand {
  display: none;
}
.section-restaurant-finder .btn {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.section-restaurant-finder .restaurants-link {
  margin-top: 0.5rem;
  text-align: right;
}
.section-restaurant-finder .restaurants-link a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
  font-style: italic;
}
.section-restaurant-finder .restaurants-link a:hover {
  border-bottom-color: transparent;
}
@media screen and (min-width: 0 \0 ) {
  .section-restaurant-finder select {
    background: none \9;
    padding: 5px \9;
  }
}
.section-restaurants-list .restaurants-list .post + .post {
  margin-top: 3rem;
}
.section-restaurants-list .restaurants-list .post .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-restaurants-list .restaurants-list .post .post-thumb img {
  width: 100%;
}
.section-restaurants-list .restaurants-list .post .post-tag {
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.section-restaurants-list .restaurants-list .post .post-title {
  margin-bottom: 0.5rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: normal;
}
.section-restaurants-list .restaurants-list .post .post-excerpt {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}
.section-restaurants-list .restaurants-list .post .post-more a {
  border-bottom: 1px solid;
  font-size: 0.9375rem;
  font-style: italic;
}
.section-restaurants-list .restaurants-list .post .post-more a:hover {
  border-bottom-color: transparent;
}
.section-featured-videos .featured-videos-slider .post .post-thumb {
  margin-bottom: 1rem;
}
.section-featured-videos .featured-videos-slider .post .post-thumb iframe {
  height: auto;
  border: 0;
}
.section-featured-videos .featured-videos-slider .post .post-title {
  margin-bottom: 0.25rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: normal;
}
.section-featured-videos .featured-videos-slider .post .post-excerpt {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}
.section-featured-blogs .featured-blogs-slider .post .post-thumb {
  margin-bottom: 1.25rem;
}
.section-featured-blogs .featured-blogs-slider .post .post-thumb img {
  width: 100%;
}
.section-featured-blogs .featured-blogs-slider .post .post-title {
  margin-bottom: 0.5rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: normal;
}
.section-featured-blogs .featured-blogs-slider .post .post-excerpt {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}
.section-featured-blogs .featured-blogs-slider .post .post-more a {
  border-bottom: 1px solid;
  font-size: 0.9375rem;
  font-style: italic;
}
.section-featured-blogs .featured-blogs-slider .post .post-more a:hover {
  border-bottom-color: transparent;
}
.section-featured-restaurants .featured-restaurants-slider .post .post-thumb {
  margin-bottom: 1.25rem;
}
.section-featured-restaurants .featured-restaurants-slider .post .post-thumb img {
  width: 100%;
}
.section-featured-restaurants .featured-restaurants-slider .post .post-tag {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.section-featured-restaurants .featured-restaurants-slider .post .post-title {
  margin-bottom: 0.5rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: normal;
}
.section-featured-restaurants .featured-restaurants-slider .post .post-excerpt {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}
.section-featured-restaurants .featured-restaurants-slider .post .post-more a {
  border-bottom: 1px solid;
  font-size: 0.9375rem;
  font-style: italic;
}
.section-featured-restaurants .featured-restaurants-slider .post .post-more a:hover {
  border-bottom-color: transparent;
}
.section-sponsored .sponsored-slider .post .post-thumb {
  margin-bottom: 1.25rem;
}
.section-sponsored .sponsored-slider .post .post-thumb img {
  width: 100%;
}
.section-sponsored .sponsored-slider .post .post-title {
  margin-bottom: 0.5rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: normal;
}
.section-sponsored .sponsored-slider .post .post-excerpt {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}
.section-sponsored .sponsored-slider .post .post-more a {
  border-bottom: 1px solid;
  font-size: 0.9375rem;
  font-style: italic;
}
.section-sponsored .sponsored-slider .post .post-more a:hover {
  border-bottom-color: transparent;
}
::-webkit-input-placeholder {
  color: #000000;
  font-weight: 400;
  opacity: 1;
}
::-moz-placeholder {
  color: #000000;
  font-weight: 400;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
  opacity: 1;
}
:-moz-placeholder {
  color: #000000;
  font-weight: 400;
  opacity: 1;
}
.promo .featured-video-image img,
.promo .featured-video-image iframe {
  width: 100%;
}
.promo .featured-video-image iframe {
  min-height: 650px;
}
.site-header {
  background: #000000;
  color: #ffffff;
}
.site-header .topbar {
  padding-top: 15px;
}
.site-header .topbar .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .topbar .col-site-brand {
  text-align: center;
}
.site-header .topbar .widget_custom_html {
  text-align: center;
}
.site-header .topbar .widget_custom_html .widgettitle {
  font-weight: 900;
}
.site-header .topbar .widget_custom_html .show-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-header .topbar .widget_custom_html .show-times .item {
  position: relative;
}
.site-header .topbar .widget_custom_html .show-times .item + .item {
  margin-left: 2rem;
}
.site-header .topbar .widget_custom_html .show-times .item + .item::before {
  content: '|';
  line-height: 1;
  position: absolute;
  top: 4px;
  left: -17px;
}
.site-header .topbar .widget_custom_html .show-times .item .day {
  font-weight: 700;
}
.site-header .topbar .social-links {
  float: right;
}
.site-header .navbar {
  padding: 10px 0 15px;
}
.site-header .navbar .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .navbar .col-menu {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}
.site-header .navbar .col-search {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
}
.site-header .navbar .searchform {
  width: 200px;
  float: right;
  position: relative;
}
.site-header .navbar .searchform .search-input {
  width: 100%;
  border: 0;
  padding: 7px 33px 7px 14px;
  font-size: 0.875rem;
}
.site-header .navbar .searchform .search-submit {
  background: url("../png/search_icon.png") no-repeat center;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 100%;
}
.site-footer {
  background: #000000;
  padding: 2rem 0;
  color: #ffffff;
  text-align: center;
}
.site-footer a {
  color: #ffffff;
}
.site-footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.site-footer .menu li {
  padding: 0 1rem;
}
.site-footer .menu li + li {
  position: relative;
}
.site-footer .menu li + li::before {
  content: '|';
  line-height: 1;
  position: absolute;
  left: 0;
  top: 3px;
}
.site-footer .menu a {
  text-transform: uppercase;
}
.site-footer .social-links {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.site-footer #custom_html-3 {
  font-size: 0.8125rem;
}
.site-footer #custom_html-3 .menu {
  margin-bottom: 0;
}
.site-footer #custom_html-3 .menu li {
  padding: 0 0.5rem;
}
.site-footer #custom_html-3 .menu li a {
  text-transform: none;
}
body.blog .entry-thumb,
body.search .entry-thumb,
body.archive .entry-thumb {
  margin-bottom: 4rem;
}
body.blog .entry-header,
body.search .entry-header,
body.archive .entry-header {
  margin-bottom: 3rem;
}
body.blog .entry-header .entry-title,
body.search .entry-header .entry-title,
body.archive .entry-header .entry-title {
  font-size: 2.25rem;
  text-transform: uppercase;
}
.posts-loop .hentry {
  margin-bottom: 5.625rem;
}
.posts-loop .hentry .entry-thumb {
  margin-bottom: 1.25rem;
}
.posts-loop .hentry .entry-header {
  margin-bottom: 0.75rem;
}
.posts-loop .hentry .entry-header .entry-title {
  font-size: 1.3125rem;
  text-transform: none;
}
.posts-loop .hentry .entry-header .entry-title a {
  border-bottom: 1px solid transparent;
}
.posts-loop .hentry .entry-header .entry-title a:hover,
.posts-loop .hentry .entry-header .entry-title a:focus {
  border-bottom-color: #000000;
}
.posts-loop .hentry .entry-content {
  padding: 0;
  margin-bottom: 0.75rem;
}
.posts-loop .hentry .read-more a {
  border-bottom: 1px solid;
  font-size: 0.9375rem;
  font-style: italic;
}
.posts-loop .hentry .read-more a:hover,
.posts-loop .hentry .read-more a:focus {
  border-bottom-color: transparent;
}
.posts-loop .featured-post.hentry .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.posts-loop .featured-post.hentry .entry-thumb {
  margin-bottom: 0;
}
.posts-loop .featured-post.hentry .entry-thumb img {
  width: 100%;
}
.posts-loop .featured-post.hentry .entry-header .entry-tag {
  margin-bottom: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.posts-loop .featured-post.hentry .entry-header .entry-title {
  font-size: 1.75rem;
}
.navigation {
  text-align: center;
}
.navigation a {
  display: inline-block;
  color: #0093ff;
  border: 1px solid #0093ff;
  padding: 0.3125rem 0.75rem;
}
.navigation a + a {
  margin-left: 0.625rem;
}
.navigation a:hover,
.navigation a:focus {
  background: #0093ff;
  color: #ffffff;
}
body.tax-landing .site-main {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
body.tax-landing .body-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
body.tax-landing .landing-row.image-grid,
body.tax-landing .landing-row.secondary-video {
  margin-left: -5px;
}
body.tax-landing .landing-row .item {
  float: left;
  position: relative;
  margin-top: 5px;
  margin-left: 5px;
  width: 330px;
  height: 330px;
}
body.tax-landing .landing-row .item.double {
  width: 665px;
  overflow: hidden;
}
body.tax-landing .landing-row .item .various {
  background: url("../png/pixel.png") no-repeat;
  display: block;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body.tax-landing .landing-row .item img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body.tax-landing .landing-row .item:hover {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
body.tax-landing .landing-row .item .icon-play {
  position: absolute;
  margin-left: -44px;
  background: url("../png/icon_play.png") no-repeat;
  left: 50%;
  top: 30%;
  width: 88px;
  height: 88px;
}
body.tax-landing .landing-row .item .title {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  /*.title-inner { position : absolute; bottom: 10px; }*/
}
body.tax-landing .primary-video .item {
  float: none;
  margin-top: 0;
  margin-left: 0;
  text-align: center !important;
  width: 100%;
  height: auto;
}
body.tax-landing .primary-video .item img {
  display: inline-block;
  width: auto;
  max-height: 365px;
}
body.tax-landing .primary-video .item iframe {
  width: 560px;
  max-height: 315px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
body.tax-landing .primary-video .item .adp_video_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.tax-landing .primary-video .item.map {
  height: 480px;
}
body.tax-landing .primary-video .item.map iframe {
  max-height: none;
  width: 100%;
  height: 100%;
}
body.tax-landing .landing-add-content {
  padding: 20px 30px 30px;
}
body.tax-landing .landing-add-content.area .add-content-text {
  float: left;
  width: 64%;
}
body.tax-landing .landing-add-content.area .add-content-text *:last-child {
  margin-bottom: 0;
}
body.tax-landing .landing-add-content.area .add-content-text h2 {
  line-height: normal;
  margin-bottom: 1.5em;
}
body.tax-landing .landing-add-content.area .add-content-form {
  float: right;
  width: 32%;
}
body.tax-landing .landing-add-content.area .add-content-form .gfield {
  margin-bottom: 10px;
}
body.tax-landing .landing-add-content.area .add-content-form input[type="text"],
body.tax-landing .landing-add-content.area .add-content-form input[type="email"],
body.tax-landing .landing-add-content.area .add-content-form input[type="tel"],
body.tax-landing .landing-add-content.area .add-content-form input[type="number"],
body.tax-landing .landing-add-content.area .add-content-form input[type="password"],
body.tax-landing .landing-add-content.area .add-content-form input[type="date"],
body.tax-landing .landing-add-content.area .add-content-form input[type="url"],
body.tax-landing .landing-add-content.area .add-content-form input[type="submit"],
body.tax-landing .landing-add-content.area .add-content-form textarea,
body.tax-landing .landing-add-content.area .add-content-form select {
  width: 100%;
}
body.tax-landing .landing-add-content.area .add-content-form .validation_message {
  color: #cc0000;
}
body.tax-landing .fancybox-theme1 .fancybox-skin {
  border-radius: 0;
  border-style: solid;
  border-color: #c2c2c2;
  border-width: 8px 1px 1px;
}
body.tax-landing #gform_wrapper_60 {
  position: relative;
}
body.tax-landing #gform_wrapper_60 a {
  color: #c17026;
  text-decoration: underline;
}
body.tax-landing #gform_wrapper_60 .gfield {
  margin-bottom: 5px;
}
body.tax-landing #gform_wrapper_60 .gfield.gf_inline {
  float: left;
}
body.tax-landing #gform_wrapper_60 .ginput_counter {
  font-size: 0.75rem;
}
body.tax-landing #gform_wrapper_60 input[type="text"],
body.tax-landing #gform_wrapper_60 textarea {
  width: 100%;
  padding: 3px 5px;
  border: 3px solid #232627;
  border-radius: 2px;
  color: #000000;
  font-family: inherit;
  font-size: 1rem;
}
body.tax-landing #gform_wrapper_60 textarea {
  height: 64px;
}
body.tax-landing #gform_wrapper_60 #field_60_4 .text-left-side,
body.tax-landing #gform_wrapper_60 #field_60_10 {
  font-family: "Garage Gothic", sans-serif;
}
body.tax-landing #gform_wrapper_60 #field_60_4 {
  margin-bottom: 1rem;
}
body.tax-landing #gform_wrapper_60 #field_60_4 .text-left-side,
body.tax-landing #gform_wrapper_60 #field_60_4 .text-divider,
body.tax-landing #gform_wrapper_60 #field_60_4 .text-right-side {
  display: inline-block;
  vertical-align: middle;
}
body.tax-landing #gform_wrapper_60 #field_60_4 .text-divider {
  background: url("../png/text-divider.png") no-repeat;
  margin: 0 10px;
  width: 12px;
  height: 42px;
}
body.tax-landing #gform_wrapper_60 #field_60_4 .text-left-side {
  font-size: 4rem;
  font-weight: 400;
  text-transform: uppercase;
}
body.tax-landing #gform_wrapper_60 #field_60_4 .text-right-side {
  font-size: 1.05em;
  font-weight: 700;
}
body.tax-landing #gform_wrapper_60 #field_60_4 .text-right-side .text-large {
  text-transform: uppercase;
}
body.tax-landing #gform_wrapper_60 #field_60_1 {
  width: 49%;
  float: left;
}
body.tax-landing #gform_wrapper_60 #field_60_1 .gfield_description {
  float: right;
  font-size: 0.85rem;
  font-weight: 600;
}
body.tax-landing #gform_wrapper_60 #field_60_3 {
  width: 49%;
  float: left;
  clear: both;
}
body.tax-landing #gform_wrapper_60 #field_60_5 {
  width: 49%;
  float: right;
  margin-top: -56px;
}
body.tax-landing #gform_wrapper_60 #field_60_9 {
  clear: both;
}
body.tax-landing #gform_wrapper_60 #field_60_7 {
  padding: 0 2%;
}
body.tax-landing #gform_wrapper_60 #field_60_8 input,
body.tax-landing #gform_wrapper_60 #field_60_8 label {
  display: inline-block;
  vertical-align: middle;
}
body.tax-landing #gform_wrapper_60 #field_60_8 label {
  line-height: 1.1em;
}
body.tax-landing #gform_wrapper_60 #field_60_10 {
  clear: both;
  margin-top: 4rem;
  font-size: 4rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
body.tax-landing #gform_wrapper_60 #field_60_11 {
  float: right;
  margin-bottom: 0;
  margin-top: -50px;
  font-size: 0.9rem;
}
body.tax-landing #gform_wrapper_60 #field_67_8 .ginput_container_checkbox {
  display: inline-block;
}
body.tax-landing #gform_wrapper_60 .gform_button {
  background: #c17026;
  border: 0;
  padding: 6px 20px 6px 12px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 76px;
  cursor: pointer;
}
body.tax-landing #gform_wrapper_60 .gform_button::before {
  content: '';
  display: block;
  background: url("../png/btn-drops.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 127px;
  height: 64px;
}
body.tax-landing #gform_wrapper_60 .gform_button::after {
  content: '';
  display: block;
  background: url("../png/btn-bullet.png") no-repeat;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 6px;
  height: 9px;
}
.hentry::after {
  clear: both;
  content: "";
  display: table;
}
.entry-header {
  margin-bottom: 0.75rem;
}
.entry-title {
  margin: 0;
}
.entry-meta {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.1875;
}
.restaurants-map-container {
  margin-bottom: 3rem;
}
.entry-content-wrapper {
  padding: 3.75rem 0 5rem;
}
.entry-content-wrapper.with-sidebar .col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.entry-content-wrapper.with-sidebar .col-lg-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.entry-content::after {
  clear: both;
  content: "";
  display: table;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content a:not(.btn) {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
.entry-content a:not(.btn):hover {
  border-bottom-color: transparent;
}
.entry-content ul {
  overflow: auto;
  padding-left: 1rem;
}
.entry-content ul:not(.nav),
.entry-content ol {
  margin: 0 0 1.25rem 1rem;
  line-height: 1.5;
}
.entry-content ul:not(.nav) li,
.entry-content ol li {
  list-style: none;
  margin-bottom: 5px;
}
.entry-content ul:not(.nav) li:before {
  color: inherit;
  font-weight: inherit;
  content: "\2022";
  font-size: 100%;
  padding-right: 5px;
  line-height: 0.8;
}
.entry-content ol {
  counter-reset: li;
}
.entry-content ol li {
  position: relative;
  padding: 0.25rem 0;
}
.entry-content ol li::before {
  content: counter(li) ".";
  counter-increment: li;
  padding-right: 3px;
  font-size: 90%;
}
.entry-content ul.gform_fields,
.entry-content ul.gfield_checkbox,
.entry-content ul.gfield_radio {
  margin-left: 0;
}
.entry-content ul.gform_fields li:before {
  display: none;
}
.entry-content .wp-caption.alignnone {
  width: 100% !important;
}
.entry-content .wp-caption.alignnone img {
  width: 100%;
}
.entry-content img.alignnone {
  width: auto;
}
.breadcrumbs {
  padding: 2.1875rem 0 0;
}
.breadcrumbs a {
  border-bottom: 1px solid transparent;
  color: #000000;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumbs a:hover {
  border-bottom-color: #000000;
}
.section-blog-post_video-bottom {
  background: #000000;
  padding: 2rem 0 4rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.section-blog-post_video-bottom .title {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
.section-blog-post_video-bottom iframe {
  width: 100%;
}
.restaurants-map-container {
  position: relative;
  overflow: hidden;
}
.restaurants-map-container .restaurants-map {
  /* fixes potential theme css conflict */
}
.restaurants-map-container .restaurants-map img {
  max-width: inherit !important;
}
.restaurants-map-container .restaurants-map .gm-style {
  color: #000000 !important;
}
.restaurants-map-container .restaurants-map a.leaflet-popup-close-button {
  border-bottom: 0;
}
.restaurants-map-container .restaurants-map .marker {
  opacity: 0;
  visibility: hidden;
}
.restaurants-map-container .restaurants-map-list .restaurant {
  width: 408px;
  height: 100%;
  background-color: #ffffff;
  /*margin-left: -500px;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear,transform 0.3s linear;
}
.restaurants-map-container .restaurants-map-list .restaurant .title {
  border-bottom: 2px solid #e3e4e5;
  padding: 15px 25px 15px 52px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  /*&::before {content: ''; position: absolute; left: 0; top : 0; width: 38px; height: 100%; background: #e3e4e5 url("../images/icon_expand.png") no-repeat center;}*/
}
.restaurants-map-container .restaurants-map-list .restaurant .title .close {
  position: absolute;
  left: 0;
  top: 0;
  background: #e3e4e5 url("../png/icon_expand.png") no-repeat center;
  border-bottom: 0;
  width: 38px;
  height: 100%;
}
.restaurants-map-container .restaurants-map-list .restaurant .media iframe,
.restaurants-map-container .restaurants-map-list .restaurant .media img {
  display: block;
  width: 100%;
  height: 230px;
}
.restaurants-map-container .restaurants-map-list .restaurant .details {
  padding: 20px 25px 22px 52px;
  line-height: 1.5;
  overflow-y: auto;
  -lh-property: 0;
height:calc(100% - 295px);
;
}
.restaurants-map-container .restaurants-map-list .restaurant .details .desc {
  font-size: 1.6rem;
}
.restaurants-map-container .restaurants-map-list .restaurant .details .desc p {
  margin-bottom: 1rem;
}
.restaurants-map-container .restaurants-map-list .restaurant .details .contacts {
  font-size: 1.4rem;
}
.restaurants-map-container .restaurants-map-list .restaurant .details .btn-red {
  padding: 8px 30px;
  margin-top: 25px;
}
.restaurants-map-container .restaurants-map-list .restaurant.open {
  /*left: 50%;*/
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.restaurants-map-container .restaurants-map,
.restaurants-video iframe {
  width: 100%;
  height: 640px;
}
.page-template-page-restaurants .entry-header {
  margin-bottom: 3.375rem;
}
.page-template-page-restaurants .section-restaurant-finder .section-title,
.page-template-page-restaurants .section-restaurant-finder .restaurants-link {
  display: none;
}
.page-template-page-restaurants .restaurants-map-container + .bx-wrapper {
  margin-top: 4.5rem;
}
.page-template-page-restaurants .restaraunts-search-results .post {
  margin-bottom: 3rem;
}
.page-template-page-restaurants .restaraunts-search-results .post .post-thumb {
  position: relative;
  margin-bottom: 0.875rem;
}
.page-template-page-restaurants .restaraunts-search-results .post .post-thumb img {
  width: 100%;
}
.page-template-page-restaurants .restaraunts-search-results .post .post-title {
  margin-bottom: 0.125rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: normal;
}
.page-template-page-restaurants .restaraunts-search-results .post .post-more a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
.page-template-page-restaurants .restaraunts-search-results .post .post-more a:hover {
  border-bottom-color: transparent;
}
.page-template-page-restaurants .pagination-with-input {
  padding: 1.5rem;
  text-align: center;
}
.page-template-page-restaurants .pagination-with-input .page-numbers,
.page-template-page-restaurants .pagination-with-input .paging-input {
  display: inline-block;
  height: 26px;
  color: #000000;
  vertical-align: middle;
  text-align: center;
}
.page-template-page-restaurants .pagination-with-input .page-numbers {
  background: url('../png/arrows.png') no-repeat 0 0;
  background-size: cover;
  font: 0/0 a;
  text-decoration: none;
  width: 13px;
  height: 20px;
}
.page-template-page-restaurants .pagination-with-input .page-numbers.next {
  background-position: -13px 0;
}
.page-template-page-restaurants .pagination-with-input .page-numbers.disabled {
  opacity: 0.5;
}
.page-template-page-restaurants .pagination-with-input .paging-input {
  margin: 0 1rem;
}
.page-template-page-restaurants .pagination-with-input .paging-input .current-page {
  display: inline-block;
  width: auto;
  height: 26px;
  padding: 3px;
  text-align: center;
  margin-right: 3px;
}
.page-template-page-restaurants .pagination-with-input .paging-input .total-pages {
  text-decoration: underline;
}
.page-template-page-restaurants-map .entry-content {
  padding: 2.8125rem 0;
}
.page-template-page-restaurants-map .entry-content h1 {
  color: #000000;
  font-size: 3.375rem;
  font-weight: 900;
  line-height: 1.037;
  text-transform: uppercase;
  width: 11em;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-restaurants-map .entry-content h2 {
  color: #000000;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.19;
  text-transform: uppercase;
}
.page-template-page-restaurants-map .restaurants-caption {
  font-weight: 700;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.page-template-page-restaurants-map .restaurants-list {
  padding: 1.25rem 0;
}
.page-template-page-restaurants-map .restaurants-list::after {
  clear: both;
  content: "";
  display: table;
}
.page-template-page-restaurants-map .restaurants-list .restaurant {
  padding: 2.5rem 0;
  line-height: 1.5;
  position: relative;
}
.page-template-page-restaurants-map .restaurants-list .restaurant::after {
  clear: both;
  content: "";
  display: table;
}
.page-template-page-restaurants-map .restaurants-list .restaurant + .restaurant {
  border-top: 1px solid #d1d2d4;
}
.page-template-page-restaurants-map .restaurants-list .restaurant .video {
  float: left;
  width: 410px;
}
.page-template-page-restaurants-map .restaurants-list .restaurant .video iframe {
  display: block;
  width: 100%;
  height: 230px;
}
.page-template-page-restaurants-map .restaurants-list .restaurant .details {
  float: left;
  padding-left: 2.1875rem;
  -lh-property: 0;
width:calc(100% - 410px);
;
}
.page-template-page-restaurants-map .restaurants-list .restaurant .title {
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -0.625rem;
  margin-bottom: 1.52rem;
}
.page-template-page-restaurants-map .restaurants-list .restaurant .desc {
  font-size: 1rem;
  margin-bottom: 2.1875rem;
}
.page-template-page-restaurants-map .restaurants-list .restaurant .contacts {
  margin-bottom: 0;
}
.page-template-page-restaurants-map .restaurants-list .restaurant .contacts .phone {
  text-decoration: none;
}
.page-template-page-restaurants-map .restaurants-list .restaurant .btn-red {
  padding: 0.625rem 1.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 48px;
}
.page-template-page-restaurants-map .restaurants-map-container .restaurants-map-list .restaurant {
  margin-left: -500px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
}
.page-template-page-restaurants-map .restaurants-map-container .restaurants-map-list .restaurant.open {
  left: 50%;
}
.page-template-page-restaurants-map .restaurants-form {
  padding: 3.125rem 0 1.875rem;
}
.page-template-page-restaurants-map .restaurants-form .gform_wrapper {
  margin: 0 auto;
  width: 75%;
}
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gform_fields,
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield_checkbox,
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield_radio {
  padding-left: 0;
  list-style: none;
}
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield {
  margin-bottom: 0.9375rem;
}
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield .gfield_label {
  font-weight: 700;
}
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield input[type="text"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield input[type="email"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield input[type="tel"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield input[type="password"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield input[type="number"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield input[type="date"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield input[type="time"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield input[type="url"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield textarea {
  padding: 0.4rem 0.6rem;
}
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield .name_first,
.page-template-page-restaurants-map .restaurants-form .gform_wrapper .gfield .name_last {
  display: block;
  margin-bottom: 0.9375rem;
}
.page-template-page-restaurants-map .restaurants-form .gform_wrapper input[type="text"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper input[type="email"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper input[type="tel"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper input[type="date"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper input[type="number"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper input[type="password"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper input[type="search"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper input[type="url"],
.page-template-page-restaurants-map .restaurants-form .gform_wrapper textarea {
  width: 100%;
}
.page-template-page-restaurants-map .restaurants-form .gform_wrapper input.gform_button {
  width: auto;
  background-color: #ac172b !important;
}
@media only screen and (min-width: 768px) {
  .page-template-page-restaurants-map .entry-content {
    font-size: 1rem;
  }
}
.hentry.category-restaurants .entry-content-wrapper {
  padding-bottom: 2rem;
}
.hentry.category-restaurants .highlights {
  padding: 5rem 0 0;
  /* temporary fix */
}
.hentry.category-restaurants .highlights .title {
  font-size: 1.75rem;
  font-weight: 900;
}
.hentry.category-restaurants .highlights .text {
  padding-bottom: 4rem;
}
.hentry.category-restaurants .highlights .text img.alignleft {
  float: none;
  margin: 0;
}
.hentry.category-restaurants .highlights .text h2 span {
  display: block;
}
.hentry.category-restaurants .highlights .text h2 img {
  margin-top: 1.5rem !important;
}
.hentry.category-restaurants .highlights .highlights-list .item {
  margin-bottom: 5.625rem;
}
.hentry.category-restaurants .highlights .highlights-list .item .item-thumb {
  margin-bottom: 1.125rem;
}
.hentry.category-restaurants .highlights .highlights-list .item .item-thumb img,
.hentry.category-restaurants .highlights .highlights-list .item .item-thumb iframe {
  width: 100%;
}
.hentry.category-restaurants .highlights .highlights-list .item .item-title {
  margin-bottom: 0.75rem;
  font-size: 1.3125rem;
}
.hentry.category-restaurants .essentials .col-lg-4 {
  margin-bottom: 3rem;
}
.hentry.category-restaurants .essentials a {
  border-bottom: 1px solid;
  color: #000000;
  text-decoration: none;
}
.hentry.category-restaurants .essentials a:hover {
  border-bottom-color: transparent;
}
.hentry.category-restaurants .essentials .title {
  font-size: 1.75rem;
  font-weight: 900;
}
.hentry.category-restaurants .essentials table th,
.hentry.category-restaurants .essentials table td {
  text-align: left;
}
.hentry.category-restaurants .essentials table th {
  padding-right: 2.5rem;
}
.page-template-page-jobs .site-main {
  font-family: 'Maven Pro', sans-serif;
}
.page-template-page-jobs .entry-content-wrapper {
  padding: 3.75rem 0;
}
.page-template-page-jobs .hentry .entry-header .entry-title {
  color: #ac172b;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.25;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.page-template-page-jobs .hentry .entry-content {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.page-template-page-jobs .hentry .entry-content ul {
  list-style: none;
}
.page-template-page-jobs .hentry .entry-content ul li::before {
  content: "\2022";
  color: #ac172b;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1em;
}
.page-template-page-jobs .hentry .entry-content h2,
.page-template-page-jobs .jobs-list-wrapper h2 {
  margin-top: 0;
  color: #000000;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.jobs-featured-list-wrapper {
  background: #ac172b;
  padding: 3.75rem 0;
  color: #ffffff;
}
.jobs-featured-list-wrapper .jobs-featured-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
.jobs-featured-list-wrapper .jobs-featured-list .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}
.jobs-featured-list-wrapper .jobs-featured-list .photo {
  margin-bottom: 2.5rem;
  padding: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
}
.jobs-featured-list-wrapper .jobs-featured-list .photo img {
  display: block;
}
.jobs-featured-list-wrapper .jobs-featured-list .title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.875;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.jobs-featured-list-wrapper .jobs-featured-list .desc {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25;
}
.jobs-featured-list-wrapper .jobs-featured-list .icon {
  float: left;
}
.jobs-featured-list-wrapper .jobs-featured-list .icon + .details {
  margin-left: 5.3125rem;
}
/* jobs list */
.jobs-list-wrapper {
  padding: 5rem 0;
}
.jobs-list-wrapper h2 {
  margin-bottom: 2rem;
}
.jobs-list-wrapper .jobs-cat + .jobs-cat {
  border-top: 2px dashed #000000;
  margin-top: 2.8125rem;
  padding-top: 2.5rem;
}
.jobs-list-wrapper .jobs-cat .jobs-cat-name {
  margin-bottom: 2.1875rem;
  color: #5a0000;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.875;
  text-transform: uppercase;
}
.jobs-list-wrapper .jobs-list {
  width: 70%;
}
.jobs-list-wrapper .jobs-list .job {
  border-left: 20px solid #880016;
  background: #d1d2d4;
  padding: 20px 210px 20px 110px;
  position: relative;
}
.jobs-list-wrapper .jobs-list .job + .job {
  margin-top: 2.5rem;
}
.jobs-list-wrapper .jobs-list .job .job-title {
  display: inline-block;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.185;
}
.jobs-list-wrapper .jobs-list .job .btn {
  font-family: 'Maven Pro', sans-serif;
  background: #ac172b;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1.5rem;
  padding: 0.5rem 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}
body.single-job .hentry {
  font-family: 'Maven Pro', sans-serif;
  font-size: 1rem;
}
body.single-job .hentry .col-lg-8 {
  border-right: 1px solid #828284;
  padding-right: 1.875rem;
}
body.single-job .hentry .col-lg-4 {
  padding-left: 1.875rem;
}
body.single-job .hentry .job-actions {
  text-align: center;
}
body.single-job .hentry .job-actions .btn-red {
  font-family: 'Maven Pro', sans-serif;
  display: inline-block;
  background-color: #ac172b;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.17857;
  text-align: center;
  text-transform: none;
}
body.single-job .hentry .job-actions .back {
  display: inline-block;
  border-bottom: 1px solid transparent;
  color: #ac172b;
  font-size: 1.0625rem;
  font-weight: 500;
  text-decoration: none;
}
body.single-job .hentry .job-actions .back:hover {
  border-bottom-color: #ac172b;
}
body.single-job .hentry .entry-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.5rem 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
body.single-job .hentry .entry-header::before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
body.single-job .hentry .entry-header .entry-title {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
}
body.single-job .hentry .entry-content ul {
  list-style: none;
}
body.single-job .hentry .entry-content ul li::before {
  content: "\2022";
  color: #ac172b;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1em;
}
body.single-job .hentry .entry-content .job-actions {
  margin-top: 3rem;
}
body.single-job .hentry aside .job-actions .btn-red {
  width: 100%;
  font-size: 1.75rem;
}
body.page-template-homepage .section-title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.page-template-page-contacts .hentry .entry-thumb img {
  width: 100%;
}
.page-template-page-contacts .hentry .social a {
  display: inline-block;
}
.page-template-page-contacts .hentry .social a + a {
  margin-left: 1.5rem;
}
.page-template-page-contacts .hentry .gform_wrapper .gform_fields {
  margin-bottom: 0;
  padding-left: 0;
}
.page-template-page-contacts .hentry .gform_wrapper .gfield {
  margin-bottom: 0.75rem;
}
.page-template-page-contacts .hentry .gform_wrapper .gfield.hidden_label .gfield_label {
  display: none;
}
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="text"],
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="password"],
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="email"],
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="number"],
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="url"],
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="tel"],
.page-template-page-contacts .hentry .gform_wrapper .gfield textarea {
  padding: 0.5rem;
}
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="text"],
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="password"],
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="email"],
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="number"],
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="url"],
.page-template-page-contacts .hentry .gform_wrapper .gfield input[type="tel"] {
  width: 75%;
}
.page-template-page-contacts .hentry .gform_wrapper .gfield textarea {
  width: 100%;
}
.page-template-page-contacts .hentry .gform_wrapper .gfield_checkbox {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.page-template-page-contacts .hentry .newsletterSignup form {
  width: 75%;
  position: relative;
}
.page-template-page-contacts .hentry .newsletterSignup form .input {
  width: 100%;
  padding: 0.5rem;
}
.page-template-page-contacts .hentry .newsletterSignup form .btn {
  padding: 0;
  font: 0/0 a;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
}
.page-template-page-contacts .hentry .newsletterSignup form .btn::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
}
