@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  *zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  margin-right: -10px;
  margin-left: -10px;
  max-width: none;
  width: auto;
}

[class*=columns-] {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 1px;
}
[class*=columns-].column-center {
  float: none;
  margin: 0 auto;
}

.columns-1 {
  width: 8.3333333333%;
}

.columns-2 {
  width: 16.6666666667%;
}

.columns-3 {
  width: 25%;
}

.columns-4 {
  width: 33.3333333333%;
}

.columns-5 {
  width: 41.6666666667%;
}

.columns-6 {
  width: 50%;
}

.columns-7 {
  width: 58.3333333333%;
}

.columns-8 {
  width: 66.6666666667%;
}

.columns-9 {
  width: 75%;
}

.columns-10 {
  width: 83.3333333333%;
}

.columns-11 {
  width: 91.6666666667%;
}

.columns-12 {
  width: 100%;
}

[class*=right-],
[class*=left-] {
  position: relative;
}

.left-1 {
  position: relative;
  right: 8.3333333333%;
}

.left-2 {
  position: relative;
  right: 16.6666666667%;
}

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

.left-4 {
  position: relative;
  right: 33.3333333333%;
}

.left-5 {
  position: relative;
  right: 41.6666666667%;
}

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

.left-7 {
  position: relative;
  right: 58.3333333333%;
}

.left-8 {
  position: relative;
  right: 66.6666666667%;
}

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

.left-10 {
  position: relative;
  right: 83.3333333333%;
}

.left-11 {
  position: relative;
  right: 91.6666666667%;
}

.left-12 {
  position: relative;
  right: 100%;
}

.right-1 {
  position: relative;
  left: 8.3333333333%;
}

.right-2 {
  position: relative;
  left: 16.6666666667%;
}

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

.right-4 {
  position: relative;
  left: 33.3333333333%;
}

.right-5 {
  position: relative;
  left: 41.6666666667%;
}

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

.right-7 {
  position: relative;
  left: 58.3333333333%;
}

.right-8 {
  position: relative;
  left: 66.6666666667%;
}

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

.right-10 {
  position: relative;
  left: 83.3333333333%;
}

.right-11 {
  position: relative;
  left: 91.6666666667%;
}

.right-12 {
  position: relative;
  left: 100%;
}

[class*=block-grid-] {
  display: block;
  margin: 0 -10px;
  padding: 0;
}
[class*=block-grid-]:after {
  content: "";
  display: table;
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.block-grid-1 > li {
  width: 100%;
}
.block-grid-1 > li:nth-of-type(1n1) {
  clear: both;
}

.block-grid-2 > li {
  width: 50%;
}
.block-grid-2 > li:nth-of-type(2n1) {
  clear: both;
}

.block-grid-3 > li {
  width: 33.3333333333%;
}
.block-grid-3 > li:nth-of-type(3n1) {
  clear: both;
}

.block-grid-4 > li {
  width: 25%;
}
.block-grid-4 > li:nth-of-type(4n1) {
  clear: both;
}

.block-grid-5 > li {
  width: 20%;
}
.block-grid-5 > li:nth-of-type(5n1) {
  clear: both;
}

.block-grid-6 > li {
  width: 16.6666666667%;
}
.block-grid-6 > li:nth-of-type(6n1) {
  clear: both;
}

/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff; /* 1 */
  color: #000; /* 2 */
  font-family: sans-serif; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 4 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: unset;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-video {
  position: relative;
  padding-top: emCalc(25px);
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: emCalc(16px);
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.flex-video iframe:not(.twitter-tweet) {
  height: 100%;
}

[data-twttr-id=twttr-sandbox-0].flex-video {
  height: auto;
  padding: 0;
}
[data-twttr-id=twttr-sandbox-0].flex-video iframe {
  width: auto !important;
}

/*
 |----------------------------------------------------------------
 |  Overlay Pseudo
 |----------------------------------------------------------------
 */
html {
  font-size: 100%;
}

body {
  font-family: "Lato", sans-serif;
  background: #f9f9f9;
  color: #3a3a3a;
  overflow-x: hidden;
}

::-moz-selection {
  background: #fbab2a;
  color: white;
}

::selection {
  background: #fbab2a;
  color: white;
}

::-moz-selection {
  background: #fbab2a;
  color: white;
}

blockquote {
  position: relative;
  border: none;
  padding: 0;
  margin: 15px 0;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -15px;
  left: -40px;
  color: #fbab2a;
  font-size: 52px;
  font-size: 3.25rem;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
blockquote p {
  color: #fbab2a;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
}

pre {
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #3a3a3a;
}

h1 {
  font-size: 42px;
  font-size: 2.625rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ; /* ie8 */
  margin-top: 0;
}
img.alignright {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}
img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption.aligncenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto !important;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #878788;
  line-height: 1.6em;
}

a,
a:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a {
  color: #fbab2a;
  text-decoration: underline;
}
a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

.button {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: none;
  padding: 10px 15px;
  background: #fbab2a;
  color: #3a3a3a;
}
.button:hover {
  background: rgb(237.5391705069, 148.3225806452, 4.4608294931);
  color: white;
}
.button:active {
  top: 2px;
}
.button.black {
  background: #3a3a3a;
  color: white;
}
.button.black:hover {
  background: rgb(83.5, 83.5, 83.5);
  color: white;
}
.button.wide {
  font-size: 16px;
  font-size: 1rem;
  padding: 20px 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: white;
  min-width: 280px;
  width: 100%;
}

.read-more {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.read-more:after {
  content: "+";
  margin-left: 5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  left: 0;
}
.read-more:hover:after {
  left: 5px;
}

ul {
  list-style: disc;
  margin: 0 0 0 15px;
  padding: 0 0 15px;
}
ul a {
  text-decoration: none;
}
ol {
  margin: 0 0 0 24px;
  padding: 0 0 15px;
}

ul:not([class]),
ol:not([class]) {
  margin: 0 0 20px 10px;
  list-style: none;
  padding-left: 20px;
}
ul:not([class]) li,
ol:not([class]) li {
  line-height: 1.8;
  position: relative;
}
ul:not([class]) li:before,
ol:not([class]) li:before {
  color: white;
  background: #fbab2a;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  left: -25px;
  top: 8px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  font-size: 0.75rem;
}

ul:not([class]) li:before {
  content: "+";
}

ol:not([class]) {
  counter-reset: my-counter;
}
ol:not([class]) li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
}

.pagination {
  list-style: none;
  margin: 15px 0;
}
.pagination li {
  display: inline-block;
  margin-right: 10px;
}
.pagination li:empty {
  display: none;
}

hr {
  clear: both;
  height: 1px;
  border: none;
  background: #fbab2a;
  width: 50%;
  margin: 15px auto 25px;
}

p {
  margin: 0;
  line-height: 1.8;
  padding-bottom: 20px;
}
p:empty {
  display: none;
}
p.lead {
  font-weight: bold;
}

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

.page-title {
  text-align: center;
  background: url("../../images/heading-line.svg") center bottom no-repeat;
  background-size: 310px 17px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  line-height: 1.6;
}

.anatomy-banner-title {
  font-size: 42px;
  font-size: 2.625rem;
}

.anatomy-section-heading {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fbab2a;
  display: inline-block;
}

v :-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(70.75, 70.75, 70.75);
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

:-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(70.75, 70.75, 70.75);
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(70.75, 70.75, 70.75);
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(70.75, 70.75, 70.75);
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

form label {
  display: inline-block;
  padding-bottom: 10px;
}
form input[type=text],
form input[type=url],
form input[type=email],
form input[type=tel],
form input[type=number],
form input[type=password],
form input[type=search],
form textarea,
form select {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: none;
  border: 1px solid #a1a1a1;
  height: 45px;
  padding: 5px 10px;
}
form input[type=submit],
form input[type=button],
form .button.gform_button_select_files {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: none;
  padding: 10px 15px;
  background: #fbab2a;
  color: #3a3a3a;
  font-size: 16px;
  font-size: 1rem;
  padding: 20px 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: white;
  min-width: 280px;
}
form input[type=submit]:hover,
form input[type=button]:hover,
form .button.gform_button_select_files:hover {
  background: rgb(237.5391705069, 148.3225806452, 4.4608294931);
  color: white;
}
form input[type=submit]:active,
form input[type=button]:active,
form .button.gform_button_select_files:active {
  top: 2px;
}
form textarea {
  min-height: 150px;
  resize: vertical;
}
form select {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../../images/drop-icon.png") right center no-repeat;
  width: 100%;
  cursor: pointer;
}

.gform_heading,
.gform_body,
.gform_footer {
  clear: both;
  padding-bottom: 20px;
}

.gform_footer {
  text-align: center;
}

.gform_fields {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

.gfield {
  padding: 0 10px 20px;
}

.ginput_container span {
  margin-bottom: 5px;
  line-height: 1.8;
}
.ginput_container input.large,
.ginput_container select.large,
.ginput_container textarea.large {
  width: 100%;
}
.ginput_container input.medium,
.ginput_container select.medium,
.ginput_container textarea.medium {
  width: 66%;
}
.ginput_container input.small,
.ginput_container select.small,
.ginput_container textarea.small {
  width: 33%;
}

.gfield_label {
  display: block;
  font-weight: bold;
}
.left_label .gfield_label {
  float: left;
  width: 25%;
}
.right_label .gfield_label {
  float: right;
  width: 25%;
}

.gfield_required.gfield_required_text {
  font-weight: 500;
}

.gfield_required {
  padding-left: 5px;
}

.gfield_html {
  clear: both;
  padding-top: 25px;
}
.gfield_html h1,
.gfield_html h2,
.gfield_html h3,
.gfield_html h4,
.gfield_html h5,
.gfield_html h6 {
  padding-bottom: 0;
}

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  padding: 0;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.gfield_radio input {
  margin-left: 2px;
}

.gsection h2 {
  border-bottom: 3px solid black;
  padding-bottom: 15px;
}

.gf_progressbar_wrapper {
  padding-bottom: 15px;
}

.gf_progressbar {
  background: gray;
}

.gf_progressbar_percentage {
  background: red;
  padding: 5px 10px;
  text-align: right;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  display: inline;
  display: inline-block;
}

.gfield_time_hour label,
.gfield_time_minute label {
  display: block;
}

.gfield_time_ampm {
  vertical-align: top;
}

.gform_hidden {
  display: none;
}

.validation_error {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 15px;
}

.gfield.gfield_error input[type=text],
.gfield.gfield_error input[type=url],
.gfield.gfield_error input[type=email],
.gfield.gfield_error input[type=tel],
.gfield.gfield_error input[type=number],
.gfield.gfield_error input[type=password],
.gfield.gfield_error input[type=search],
.gfield.gfield_error textarea,
.gfield.gfield_error select {
  border-color: red;
}
.gfield .validation_message {
  color: red;
  margin-top: 10px;
}

.gform_validation_container {
  display: none;
}

.ginput_full {
  display: block;
}
.ginput_full input,
.ginput_full select,
.ginput_full textarea {
  margin-bottom: 5px;
  width: 100%;
}
.ginput_full label {
  display: block;
}

.ginput_left {
  float: left;
  padding-right: 10px;
  width: 50%;
}
.ginput_left input,
.ginput_left select,
.ginput_left textarea {
  margin-bottom: 5px;
  width: 100%;
}
.ginput_left label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}
.ginput_right input,
.ginput_right select,
.ginput_right textarea {
  margin-bottom: 5px;
  width: 100%;
}
.ginput_right label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}

li.gf_half_centered {
  width: 50%;
  clear: both;
  float: none;
  margin: 0 auto;
}

li.gf_left_half {
  clear: none;
  float: left;
  width: 50%;
}

li.gf_right_half {
  clear: none;
  float: right;
  width: 50%;
}

li.gf_left_third {
  clear: none;
  float: left;
  width: 33%;
}

li.gf_middle_third {
  clear: none;
  float: left;
  width: 34%;
}

li.gf_right_third {
  clear: none;
  float: right;
  width: 33%;
}

li.gf_first_quarter {
  clear: none;
  float: left;
  width: 25%;
}

li.gf_second_quarter {
  clear: none;
  float: left;
  width: 25%;
}

li.gf_third_quarter {
  clear: none;
  float: left;
  width: 25%;
}

li.gf_fourth_quarter {
  clear: none;
  float: right;
  width: 25%;
}

li[class*=gf_left_] {
  clear: both;
}

li.gf_clear {
  clear: both;
}

@media screen and (max-width: 480px) {
  li.gf_left_half, li.gf_right_half, li.gf_left_third, li.gf_middle_third, li.gf_right_third, li.gf_first_quarter, li.gf_second_quarter, li.gf_third_quarter, li.gf_fourth_quarter {
    width: 100%;
  }
}
.gf_list_2col ul.gfield_checkbox li,
.gf_list_2col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 50%;
}

.gf_list_3col ul.gfield_checkbox li,
.gf_list_3col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 33%;
}

.gf_list_4col ul.gfield_checkbox li,
.gf_list_4col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 25%;
}

.gf_list_5col ul.gfield_checkbox li,
.gf_list_5col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 20%;
}

.gf_list_inline ul.gfield_checkbox li,
.gf_list_inline ul.gfield_radio li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .gf_list_2col ul.gfield_checkbox li,
  .gf_list_2col ul.gfield_radio li,
  .gf_list_3col ul.gfield_checkbox li,
  .gf_list_3col ul.gfield_radio li,
  .gf_list_4col ul.gfield_checkbox li,
  .gf_list_4col ul.gfield_radio li,
  .gf_list_5col ul.gfield_checkbox li,
  .gf_list_5col ul.gfield_radio li {
    width: 100%;
  }
}
.ui-datepicker {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  font: 9pt Arial, sans-serif;
  height: auto;
  margin: 5px auto 0;
  width: 216px;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  width: 100%;
}

.ui-datepicker-header {
  background-color: #666;
  border-color: #666;
  border-style: solid;
  border-width: 1px 0 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
          box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
  color: #e0e0e0;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
  text-shadow: 1px -1px 0 #000;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 600%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 30px;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  border-color: transparent #e0e0e0;
  border-style: solid;
  content: "";
  position: absolute;
  top: 30%;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}

.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-prev:before {
  border-width: 5px 10px 5px 0;
  left: 40%;
}

.ui-datepicker-next {
  float: right;
}
.ui-datepicker-next:before {
  border-width: 5px 0 5px 10px;
  right: 40%;
}

.ui-datepicker thead {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  color: #666666;
  font-size: 6pt;
  padding: 5px 0;
  text-align: center;
  text-shadow: 1px 0 0 #fff;
  text-transform: uppercase;
}

.ui-datepicker tbody td {
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 0;
}

.ui-datepicker tbody td:last-child {
  border-right: 0 none;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0 none;
}

.ui-datepicker td span,
.ui-datepicker td a {
  color: #666666;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  width: 30px;
}

.ui-datepicker-calendar .ui-state-default {
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset;
          box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset;
}

.ui-datepicker-calendar .ui-state-hover {
  background: none repeat scroll 0 0 #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: none repeat scroll 0 0 #fff2aa;
  border: 1px solid #c19163;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
  color: #666;
  margin: -1px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}

.ui-datepicker-unselectable .ui-state-default {
  background: none repeat scroll 0 0 #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
  width: 29px;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
  width: 29px;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.large.gfield_select {
  background: unset;
  height: 120px;
  padding: 20px;
}
.large.gfield_select option:not(:last-of-type) {
  margin-bottom: 10px;
}

/*
	Site Header
================================= */
.site-header {
  height: 75px;
  background: #f0f0f0;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  z-index: 20;
}

.site-branding {
  padding-top: 4px;
}

.site-utility {
  padding-right: 0;
}

/*
	Main Nav
================================= */
.main-nav {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
.main-nav > li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.main-nav a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #3a3a3a;
  display: block;
  padding: 0 15px;
  line-height: 75px;
}
.main-nav a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.main-nav [class*=current] a {
  color: #fbab2a;
}

/*
	Header Search
================================= */
.site-search {
  float: left;
  width: 60%;
  padding: 20px 20px 20px 0;
}
.site-search form {
  display: block;
  position: relative;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.site-search input[type=search] {
  width: 100%;
  padding-left: 10px;
  padding-right: 55px;
  font-weight: 300;
  height: 35px;
  border: none;
  background: #d9d9d9;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.site-search button[type=submit] {
  border: none;
  background-color: #3a3a3a;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 35px;
  width: 50px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 50px;
}

/*
	Header Login
================================= */
.site-login {
  float: left;
  width: 40%;
  text-align: center;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.site-login a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #3a3a3a;
  display: block;
  padding: 0 15px;
  line-height: 75px;
  text-decoration: none;
}
.site-login a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.site-login img {
  vertical-align: -2px;
  margin-right: 5px;
}

/*
	Mega Menu
================================= */
.mega-holder {
  position: relative;
  background: white;
}
.mega-holder:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #3a3a3a;
  z-index: 30;
  pointer-events: none;
}
.home .mega-holder:after {
  content: none;
}

.mega-menu {
  margin-bottom: 0;
  position: relative;
}
.mega-menu > li {
  padding: 0;
}
.mega-menu > li > a {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 25px 15px 35px;
  background: white;
  position: relative;
  z-index: 20;
  color: #3a3a3a;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.mega-menu > li > a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url("../../images/down-arrow.png") center center;
  margin-left: 15px;
  position: relative;
  top: -2px;
}
.home .mega-menu > li > a {
  padding: 25px 15px;
}
.mega-menu > li + li {
  border-left: 1px solid #c4c4c4;
}

.menu-content {
  background: #d9d9d9;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 35px 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.menu-content.active, .menu-content.hovered {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  overflow: visible;
  visibility: visible;
}
.menu-content h4 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-size: 1.375rem;
  border-bottom: 1px solid #fbab2a;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 90%;
}
.menu-content .content-block {
  padding: 0 40px;
}
.menu-content .link-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-content .link-block li:before {
  content: none;
}
.menu-content .link-block a {
  color: #3a3a3a;
  line-height: 1.8;
}
.menu-content .link-block a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.menu-content .link-block .current {
  color: #fbab2a;
}
.menu-content .button {
  margin-right: 15px;
  margin-bottom: 15px;
}

.mobile-nav-container {
  position: relative;
  display: none;
  background: #d9d9d9;
  margin: 0;
  padding: 10px 0 20px;
}
.mobile-nav-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: black;
}
.mobile-nav-container .site-login {
  width: 100%;
  text-align: left;
  border: none;
  float: none;
}
.mobile-nav-container .site-login a {
  line-height: 35px;
  padding: 0 25px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.mobile-nav-container .site-search {
  width: 100%;
  float: none;
  padding: 10px 25px;
}
.mobile-nav-container .site-search input[type=search] {
  background: white;
}

.burger-trigger {
  display: none;
  height: 65px;
  padding-top: 4px;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  text-decoration: none;
  width: 65px;
}
.burger-trigger:focus {
  outline: none;
}
.burger-trigger span {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background: #fbab2a;
  display: block;
  height: 5px;
  margin: 10px auto 0;
  position: relative;
  top: 0;
  width: 70%;
  transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.burger-trigger.open span:nth-child(1) {
  top: 15px;
  width: 60%;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger-trigger.open span:nth-child(2) {
  width: 0;
}
.burger-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60%;
  top: -15px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.mobile-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.mobile-nav li {
  position: relative;
  margin-left: 25px;
}
.mobile-nav a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #3a3a3a;
  padding: 10px 0 10px;
}
.mobile-nav a:not([href="#"]) {
  color: #3a3a3a;
}
.mobile-nav a:not([href="#"]):hover {
  color: #fbab2a;
}
.mobile-nav .menu-drop-label > a {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.mobile-nav .menu-drop-label.menu-item-has-children > a:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url("../../images/down-arrow.png") center center;
  top: -2px;
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.mobile-nav .menu-drop-label a.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-nav .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav .sub-menu a {
  font-size: 14px;
  font-size: 0.875rem;
}
.mobile-nav .sub-menu .menu-sub-label > a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
}

/* ===
	Global Homepage
============================ */
.homepage-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 42.5%;
}

.homepage-section {
  text-align: center;
}
.homepage-section h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.6;
}
.homepage-section h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
}
.homepage-section h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
}
.homepage-section .section-heading {
  background: url("../../images/heading-line.svg") center bottom no-repeat;
  background-size: 310px 17px;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

/* ===
	Homepage Intro
============================ */
.homepage-intro {
  background-image: url("../../images/intro-bg.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.homepage-intro .section-heading {
  margin-bottom: 30px;
}

.intro-grid {
  margin-top: 50px;
}
.intro-grid .image-holder {
  margin-bottom: 25px;
}
.intro-grid h4 {
  padding-bottom: 10px;
}

/* ===
	Homepage Product
============================ */
.homepage-product {
  position: relative;
}
.homepage-product:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  left: 50%;
  top: 0;
  background: url("../../images/pattern-bg.jpg");
}
.homepage-product [class*=columns-] {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 80px;
  padding: 50px 85px 80px;
}
.homepage-product [class*=columns-]:first-child {
  position: relative;
}
.homepage-product [class*=columns-]:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 250px;
  height: 95%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: red;
  z-index: -1;
}
.homepage-product [class*=columns-]:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  z-index: -1;
}
.homepage-product h3 {
  display: inline-block;
  min-width: 185px;
}

/* ===
	Homepage Custom
============================ */
.homepage-custom {
  padding-top: 50px;
  padding-bottom: 70px;
}

/* ===
	Homepage Projects
============================ */
.homepage-project {
  background: url("../../images/hp-project-bg.jpg");
  padding-top: 50px;
  padding-bottom: 70px;
}
.homepage-project .section-heading {
  margin-bottom: 30px;
  color: white;
}

.hp-project-grid {
  padding-top: 20px;
}
.hp-project-grid .image-holder {
  margin-bottom: 15px;
}
.hp-project-grid h4 {
  padding-bottom: 10px;
}
.hp-project-grid h4 a {
  color: white;
}
.hp-project-grid h4 a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.hp-project-grid li {
  text-align: left;
}
.hp-project-grid .project-meta {
  color: white;
  font-weight: 300;
  padding-bottom: 10px;
}
.hp-project-grid .project-meta a {
  color: white;
}
.hp-project-grid .project-meta a:hover {
  color: #fbab2a;
}
.hp-project-grid .project-meta span {
  font-weight: bold;
}
.hp-project-grid p {
  color: #c4c4c4;
}

/* ===
	Homepage Blog
============================ */
.homepage-blog {
  background: #f0f0f0;
  padding-top: 50px;
  padding-bottom: 100px;
}
.homepage-blog .section-heading {
  margin-bottom: 30px;
}

.blog-grid {
  padding-top: 20px;
}
.blog-grid .image-holder {
  margin-bottom: 15px;
}
.blog-grid li {
  text-align: left;
}
.blog-grid .blog-content {
  padding: 0 15px;
}
.blog-grid h4 {
  padding-bottom: 10px;
}

/*
	GLOBAL
========================================== */
.image-holder img {
  vertical-align: bottom;
}

.overlay-holder {
  position: relative;
  overflow: hidden;
}
.overlay-holder .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(251, 171, 42, 0.8);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.overlay-holder .overlay-content a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
}
.overlay-holder .overlay-content a:hover {
  color: white;
}
.overlay-holder .overlay-content a:before, .overlay-holder .overlay-content a:after {
  content: "+++";
  padding: 0 5px;
}
.overlay-holder:hover .overlay-content {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.overlay-holder:hover .overlay-content a {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-grid figure > figcaption {
  display: none;
}

.gallery-slider {
  margin-top: 15px;
  border-radius: 30px 0 30px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.gallery-slider .prop-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 49.1525423729%;
}
.gallery-slider div:not(.slick-slide) > .prop-slide {
  display: none;
}

.gallery-slider-nav {
  text-align: center;
  padding: 20px 0;
}
.gallery-slider-nav a {
  display: inline-block;
  background: black;
  margin: 0 10px;
}
.gallery-slider-nav img {
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  vertical-align: bottom;
}
.gallery-slider-nav img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.gallery-slider-nav .current img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

/*
	Pages
========================================== */
.site-main {
  padding-top: 25px;
  padding-bottom: 30px;
}
.home .site-main {
  padding-top: 0;
  padding-bottom: 0;
}

.main-content .featured-image {
  margin-bottom: 20px;
}
.main-content .featured-image img {
  border-radius: 30px 0 30px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-content .entry-title {
  text-align: center;
  background: url("../../images/heading-line.svg") center bottom no-repeat;
  background-size: 310px 17px;
  margin-bottom: 15px;
  padding-bottom: 25px;
  line-height: 1.4;
}
.main-content.content-only {
  padding-top: 10px;
  padding-bottom: 25px;
}

.pagination {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin-right: 10px;
  margin: 0 5px;
}
.pagination li:empty {
  display: none;
}
.pagination a {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #3a3a3a;
}
.pagination a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.pagination .pagi {
  margin: 0 10px;
}
.pagination .current a {
  color: #fbab2a;
  text-decoration: underline;
}
.pagination .prev a,
.pagination .next a {
  width: 50px;
  background: #d9d9d9;
}
.pagination .prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.social-shares {
  padding-top: 25px;
}
.social-shares h5 {
  font-family: "Playfair Display", serif;
}

.content-nav {
  padding-top: 35px;
  padding-bottom: 25px;
}
.content-nav:after {
  content: "";
  display: table;
  clear: both;
}
.content-nav .nav-previous {
  float: left;
}
.content-nav .nav-next {
  float: right;
}
.content-nav a:not(.button) {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fbab2a;
}
.content-nav a:not(.button):hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.content-nav .button {
  display: block;
  margin: 0 auto;
  width: 280px;
  text-align: center;
}

.single-gallery .fancybox-title {
  text-transform: none;
}

/*
	Blog
========================================== */
.tax-mobile-form {
  display: none;
}

.tax-grid {
  padding-top: 15px;
}
.tax-grid a {
  background: #d9d9d9;
  display: block;
  padding: 15px 5px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #3a3a3a;
}
.tax-grid a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.tax-grid a.current {
  background: #fbab2a;
  color: white;
}
.tax-grid > li {
  margin-bottom: 20px;
}

.post-meta {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.post-meta a {
  color: #3a3a3a;
  text-decoration: none;
}
.post-meta a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}

.loop-post {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
.loop-post:before {
  content: "";
  position: absolute;
  width: 83.3333333333%;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #d9d9d9;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.loop-post:last-of-type:before {
  content: none;
}
.loop-post h3 {
  padding-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.loop-post .post-meta {
  padding-bottom: 10px;
}
.loop-post p:last-child {
  padding-bottom: 0;
}
.loop-post.featured {
  padding-top: 15px;
}
.loop-post.featured .image-holder {
  margin-bottom: 25px;
}
.loop-post.featured img {
  border-radius: 30px 0 30px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.loop-post.featured h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
.loop-post.featured:before {
  content: none;
}

/*
	Contact
========================================== */
.gform_description {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.gf_spcial {
  padding-top: 25px;
  padding-bottom: 25px;
}
.gf_spcial > .gfield_label {
  position: relative;
  z-index: 10;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.gf_spcial > div {
  position: relative;
  z-index: 10;
}
.gf_spcial .gfield_checkbox {
  display: block;
  margin: 0 -10px 15px -10px;
  margin-right: -8px;
  margin-left: -8px;
}
.gf_spcial .gfield_checkbox > li {
  display: block;
  float: left;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
}
.gf_spcial .gfield_checkbox > li:nth-of-type(5n1) {
  clear: both;
}
.gf_spcial .gfield_checkbox:after {
  content: "";
  display: table;
  clear: both;
}
.gf_spcial .gfield_checkbox li {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: table;
}
.gf_spcial .gfield_checkbox label {
  -webkit-transition: box-shadow 0.2s ease-out;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  height: 90px;
  width: 100%;
  background: white;
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.gf_spcial .gfield_checkbox label:after {
  content: "";
  display: block;
  background: url(../../images/form-label.png) no-repeat center top;
  margin-top: 5px;
  width: 100%;
  height: 10px;
}
.gf_spcial .gfield_checkbox label:hover {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.gf_spcial .gfield_checkbox input {
  display: none;
}

.gf_area-of-interest {
  padding-top: 60px;
  position: relative;
  clear: both;
}
.gf_area-of-interest:before, .gf_area-of-interest:after {
  content: "";
  position: absolute;
  display: block;
  top: 35px;
  width: 50vw;
  height: calc(100% - 35px);
  background: url(../../images/form_bg.jpg);
}
.gf_area-of-interest:before {
  right: 50%;
}
.gf_area-of-interest:after {
  left: 50%;
}
.gf_area-of-interest input:checked + label {
  background: url(../../images/form-checked.png) right top no-repeat white;
}

.gf_i-am-a .gfield_checkbox label {
  background: #fbab2a;
}
.gf_i-am-a .gfield_checkbox label:after {
  background-image: url(../../images/form-label-black.png);
}
.gf_i-am-a input:checked + label {
  background: url(../../images/form-checked-black.png) right top no-repeat #fbab2a;
}

.gf_service-area {
  padding-top: 0;
}
.gf_service-area textarea {
  display: block;
  max-width: 580px;
  margin: 0 auto;
}

.contact-wrapper .gform_footer {
  text-align: center;
}

/*
	Dealer
========================================== */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-template-_dealer .site-main {
  padding-bottom: 0;
}

.dealer-location-form {
  position: relative;
}
.dealer-location-form label {
  display: block;
}
.dealer-location-form .loading-icon img {
  position: absolute;
  top: 30px;
  right: -50px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.location-select-grid {
  padding-bottom: 25px;
}
.location-select-grid label {
  padding-bottom: 5px;
}

.dealer-results {
  padding: 25px 0 40px;
  background: url(../../images/form_bg.jpg);
}

.dealer-box {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
}
.dealer-box + .dealer-box.row {
  margin-top: 15px;
}
.dealer-box .image-holder {
  text-align: center;
}
.dealer-box h2 {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fbab2a;
}
.dealer-box p {
  background: left top no-repeat;
  padding-left: 35px;
  padding-bottom: 5px;
  font-weight: bold;
}
.dealer-box .addresses {
  background-image: url(../../images/addresses-icon.png);
}
.dealer-box .phone {
  background-image: url(../../images/phone-icon.png);
}
.dealer-box .website {
  word-wrap: break-word;
  background-image: url(../../images/website-icon.png);
}

.dealer-entry .columns-7 {
  padding-left: 25px;
}
.dealer-entry:before {
  content: "";
  display: block;
  position: absolute;
  left: 41.6666666667%;
  top: 0;
  height: 100%;
  width: 2px;
  background: #f0f0f0;
}

/*
	Porject
========================================== */
.project-grid {
  padding-top: 20px;
}
.project-grid li {
  margin-bottom: 20px;
}
.project-grid li:hover .overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.project-grid .image-holder {
  position: relative;
}
.project-grid .overlay {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  padding: 15px;
  color: white;
}
.project-grid .overlay:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}

/*
	Product
========================================== */
.product-column-grid .image-holder {
  margin-bottom: 25px;
}

.product-content {
  padding-bottom: 30px;
}

.product-options h4,
.product-downloads h4 {
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fbab2a;
  display: inline-block;
}

.product-options {
  padding: 40px 0 40px;
  background: url(../../images/form_bg.jpg);
}

.product-option-grid .option-box {
  background: white;
  padding: 25px 15px 20px;
}
.product-option-grid .icon-holder {
  text-align: center;
  margin-bottom: 20px;
}
.product-option-grid h5 {
  font-weight: normal;
  padding-bottom: 5px;
}
.product-option-grid p {
  padding-bottom: 10px;
}

.product-downloads {
  padding: 40px 0 40px;
}

.download-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.download-list li {
  margin-bottom: 15px;
}
.download-list .downlaod-link:after {
  content: "⇥";
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*
	Gallery
========================================== */
.gallery-grid {
  padding-top: 25px;
}
.gallery-grid li {
  margin-bottom: 20px;
}

/*
	Career
========================================== */
.page-template-_careers .site-main {
  padding-bottom: 0;
}

.career-results {
  padding: 25px 0 40px;
  background: url(../../images/form_bg.jpg);
}

.career-box {
  background: white;
  padding: 20px;
}
.career-box + .career-box {
  margin-top: 15px;
}
.career-box .image-holder {
  text-align: center;
}
.career-box h2 {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fbab2a;
}
/*
	Login
========================================== */
.page-template-_login .site-main {
  background: url(../../images/form_bg.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-template-_login .gform_heading {
  display: none;
}
.page-template-_login .gform_footer {
  text-align: center;
}

.login-intro {
  padding-bottom: 20px;
}

.form-panel {
  background: white;
  padding: 30px 85px 20px;
}
.form-panel h4 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}
.form-panel h4 span {
  color: #fbab2a;
}

#loginform input[type=text],
#loginform input[type=password] {
  width: 100%;
}
#loginform label {
  display: block;
}
#loginform p {
  line-height: 1;
}
#loginform .login-submit {
  padding-top: 20px;
  text-align: center;
}

/*
	Anatomy
========================================== */
.page-template-_anatomy .site-main {
  padding-top: 0;
}

.anatomy-banner {
  background: #d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#ffffff));
  background: linear-gradient(to bottom, #d9d9d9 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d9d9d9", endColorstr="#ffffff",GradientType=0 );
  padding-bottom: 15px;
}
.anatomy-banner .content-column {
  padding-top: 100px;
}

.anatomy-point-grid,
.anatomy-point-list {
  counter-reset: anatomy-count;
  padding-top: 30px;
  padding-bottom: 15px;
}
.anatomy-point-grid > li,
.anatomy-point-list > li {
  position: relative;
  padding-left: 65px;
  line-height: 45px;
  margin-bottom: 20px;
}
.anatomy-point-grid > li:before,
.anatomy-point-list > li:before {
  content: counter(anatomy-count);
  counter-increment: anatomy-count;
  background: #fbab2a;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  left: 10px;
  top: 0;
  font-family: "Playfair Display", serif;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.anatomy-point-grid {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 45px;
}
.anatomy-point-grid > li {
  font-weight: bold;
}
.anatomy-point-grid a {
  color: #3a3a3a;
  display: inline-block;
  line-height: 1.4;
}
.anatomy-point-grid a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}

.anatomy-point-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anatomy-point-list > li {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.anatomy-point-list > li:last-child {
  border-bottom: none;
}
.anatomy-point-list > li > h3 {
  font-family: "Lato", sans-serif;
  color: #fbab2a;
  line-height: 45px;
  padding-bottom: 0;
}

.anatomy-scroll-row {
  position: relative;
}

.anatomy-scrollup {
  -webkit-transition: none;
  transition: none;
  display: none;
  position: absolute;
  right: 10px;
  outline: none;
}

/*
	Events - Calendar
========================================== */
#tribe-events-content-wrapper {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  float: none !important;
}
#tribe-events-content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

#tribe-mobile-container {
  display: none;
}

.events-archive .site-main {
  background: url(../../images/form_bg.jpg);
}

#tribe-bar-collapse-toggle {
  display: none;
}

#tribe-events-bar {
  margin-bottom: 35px;
}

.tribe-bar-filters label {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 25px;
}
.tribe-bar-filters input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #3a3a3a;
  height: auto;
  padding: 5px 0;
}

.tribe-events-button[type=submit] {
  min-width: 0;
  width: 100%;
  padding: 10px 15px;
  margin-top: 30px;
}

[id=tribe-bar-views] {
  background: white;
  padding: 10px;
  text-align: center;
}
[id=tribe-bar-views] label {
  display: inline-block;
}

.tribe-bar-views-list {
  display: none;
}

.tribe-bar-views-select {
  height: 35px;
}

#tribe-events-header {
  display: none;
}

#tribe-events-content table.tribe-events-calendar {
  margin-top: 25px;
  margin-bottom: 25px;
  border: none;
}
#tribe-events-content table.tribe-events-calendar th {
  background: #fbab2a;
  padding: 20px 10px;
  font-family: "Playfair Display", serif;
  color: white;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
}
#tribe-events-content table.tribe-events-calendar td {
  border: none;
  position: relative;
}
#tribe-events-content table.tribe-events-calendar td a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fbab2a;
}
#tribe-events-content table.tribe-events-calendar td a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
#tribe-events-content table.tribe-events-calendar tbody {
  margin-top: 5px;
}
#tribe-events-content table.tribe-events-calendar .day-box {
  background: white;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
#tribe-events-content table.tribe-events-calendar [id^=tribe-events-event-] {
  margin: 0 !important;
}

.tribe-events-othermonth {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

[id^=tribe-events-daynum-] {
  background: #fdd594;
}
.tribe-events-past [id^=tribe-events-daynum-] {
  background: #e0e0e0;
}
.tribe-events-present [id^=tribe-events-daynum-] {
  background: #fbab2a;
}

.recurring-info-tooltip,
.tribe-events-tooltip {
  background: white !important;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 15px;
  border: #c4c4c4 !important;
}
.recurring-info-tooltip .entry-title,
.tribe-events-tooltip .entry-title {
  color: #fbab2a !important;
  font-size: 14px !important;
  padding: 0 0 10px 0 !important;
}
.recurring-info-tooltip .tribe-events-event-body,
.tribe-events-tooltip .tribe-events-event-body {
  padding: 0;
}
.recurring-info-tooltip p,
.tribe-events-tooltip p {
  font-size: 14px !important;
}
.recurring-info-tooltip .tribe-events-event-thumb,
.tribe-events-tooltip .tribe-events-event-thumb {
  display: none;
}

.tribe-events-sub-nav:after {
  content: "";
  display: table;
  clear: both;
}
.tribe-events-sub-nav .tribe-events-nav-previous {
  float: left;
}
.tribe-events-sub-nav .tribe-events-nav-next {
  float: right;
}
.tribe-events-sub-nav .tribe-events-nav-left {
  float: left;
}
.tribe-events-sub-nav .tribe-events-nav-right {
  float: right;
}
.tribe-events-sub-nav a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: none;
  padding: 10px 15px;
  background: #fbab2a;
  color: #3a3a3a;
  font-size: 16px;
  font-size: 1rem;
  padding: 20px 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: white;
  min-width: 280px;
}
.tribe-events-sub-nav a:hover {
  background: rgb(237.5391705069, 148.3225806452, 4.4608294931);
  color: white;
}
.tribe-events-sub-nav a:active {
  top: 2px;
}

.tribe-events-notices li:before {
  content: none !important;
}

/*
	Events - List
========================================== */
.tribe-events-list-separator-month {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}
.tribe-events-list-separator-month span {
  padding: 15px 20px;
  display: inline-block;
  background: white;
}
.tribe-events-list-separator-month span:before {
  content: "- ";
  color: #fbab2a;
}
.tribe-events-list-separator-month span:after {
  content: " -";
  color: #fbab2a;
}

.event-box {
  background: white;
  padding: 20px 80px;
}
.event-box + .event-box {
  margin-top: 15px;
}
.event-box .image-holder {
  text-align: center;
}
.event-box h2 {
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fbab2a;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}
.event-box h2 a {
  color: #fbab2a;
}
.event-box h2 a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.event-box .tribe-events-event-meta {
  font-size: 18px;
  font-size: 1.125rem;
}

#tribe-events-content ul.tribe-events-sub-nav li {
  display: block;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right {
  text-align: center;
}

/*
	Events - Single
========================================== */
a.tribe-events-gmap {
  margin-left: 10px;
  color: #fbab2a;
}

.event-buttons {
  padding: 15px 0;
}
.event-buttons .button {
  font-size: 16px;
  font-size: 1rem;
  padding: 20px 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: white;
  min-width: 280px;
}
.event-buttons .direction {
  background: none;
  -webkit-box-shadow: 0 0 1px 2px #fbab2a inset;
  box-shadow: 0 0 1px 2px #fbab2a inset;
  color: #fbab2a;
}
.event-buttons .direction:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.event-buttons .direction:hover {
  -webkit-box-shadow: 0 0 1px 2px rgb(237.5391705069, 148.3225806452, 4.4608294931) inset;
  box-shadow: 0 0 1px 2px rgb(237.5391705069, 148.3225806452, 4.4608294931) inset;
}

/*
	Advance Page Template
========================================== */
.flex-layout {
  padding-top: 25px;
  padding-bottom: 25px;
}
.flex-layout:first-of-type {
  padding-top: 0;
}

.layout-icon_blocks .icon-holder {
  text-align: center;
  margin-bottom: 20px;
}
.layout-icon_blocks h6,
.layout-icon_blocks p {
  padding-bottom: 10px;
}

.page-template-_contact-refresh .info-section {
  padding: 50px 0px;
  background: url(../../images/form_bg.jpg);
  background-attachment: cover;
}
@media screen and (min-width: 1100px) {
  .page-template-_contact-refresh .info-section {
    padding-top: 150px;
  }
}
.page-template-_contact-refresh .info-section .buttons li {
  margin-bottom: 15px;
}
.page-template-_contact-refresh .info-section .button-white {
  background: white;
  color: black;
  border-radius: 0;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.page-template-_contact-refresh .info-section .button-white:after {
  content: "+";
  color: #fbab2a;
  position: absolute;
  right: 15px;
  font-size: 25px;
  top: 15px;
}
.page-template-_contact-refresh .info-section .button-white:hover {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.6);
}
.page-template-_contact-refresh .info-section .address {
  position: relative;
}
.page-template-_contact-refresh .info-section .address p {
  margin-left: 15px;
  padding-bottom: 15px;
}
.page-template-_contact-refresh .info-section .address:after {
  content: "";
  background: url(../../images/Address.svg);
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
.page-template-_contact-refresh .info-section .phone {
  position: relative;
}
.page-template-_contact-refresh .info-section .phone p {
  margin-left: 15px;
  padding-bottom: 5px;
}
.page-template-_contact-refresh .info-section .phone:after {
  content: "";
  background: url(../../images/Phone.svg);
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
.page-template-_contact-refresh .contact-form-wrap {
  padding: 70px;
}

.error404 .entry-title {
  font-size: 132px;
  font-size: 8.25rem;
  text-align: center;
}
.error404 .entry-content {
  text-align: center;
}
.error404 .entry-content p {
  font-size: 36px;
  font-size: 2.25rem;
  font-style: italic;
  line-height: 72px;
}
.menu-404 ul .list-heading {
  color: #3a3a3a;
}
.menu-404 ul h3 {
  padding-bottom: 15px;
}
.menu-404 ul li {
  list-style: none;
  line-height: 1.5;
}
.menu-404 ul .sub-menu {
  margin: 0;
}

@media screen and (min-width: 1100px) {
  .block-grid-2.buttons {
    position: relative;
  }
  .block-grid-2.buttons > li:first-of-type {
    position: absolute;
    width: 100%;
    top: -80px;
    max-width: unset;
    -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
  }
  .block-grid-2.buttons > li:first-of-type a {
    text-align: center;
  }
}

:not(.flex-video-wrapper) {
  /* Overlay helper */
  /* Title helper */
  /*Retina graphics!*/
}
:not(.flex-video-wrapper) .fancybox-wrap,
:not(.flex-video-wrapper) .fancybox-skin,
:not(.flex-video-wrapper) .fancybox-outer,
:not(.flex-video-wrapper) .fancybox-inner,
:not(.flex-video-wrapper) .fancybox-image,
:not(.flex-video-wrapper) .fancybox-wrap iframe,
:not(.flex-video-wrapper) .fancybox-wrap object,
:not(.flex-video-wrapper) .fancybox-nav,
:not(.flex-video-wrapper) .fancybox-nav span,
:not(.flex-video-wrapper) .fancybox-tmp {
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: top;
}
:not(.flex-video-wrapper) .fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
:not(.flex-video-wrapper) .fancybox-skin {
  background: #f9f9f9;
  color: #444;
  padding: 0 !important;
  position: relative;
  text-shadow: none;
}
:not(.flex-video-wrapper) .fancybox-opened {
  z-index: 8030;
}
:not(.flex-video-wrapper) .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 1px 1px 55px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 55px rgba(0, 0, 0, 0.75);
}
:not(.flex-video-wrapper) .fancybox-outer, :not(.flex-video-wrapper) .fancybox-inner {
  position: relative;
}
:not(.flex-video-wrapper) .fancybox-inner {
  overflow: hidden;
}
:not(.flex-video-wrapper) .fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
:not(.flex-video-wrapper) .fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
:not(.flex-video-wrapper) .fancybox-image, :not(.flex-video-wrapper) .fancybox-iframe {
  display: block;
  height: 100%;
  width: 100%;
}
:not(.flex-video-wrapper) .fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
:not(.flex-video-wrapper) #fancybox-loading {
  background-image: url(../../images/fancybox/fancybox_sprite.png);
}
:not(.flex-video-wrapper) #fancybox-loading {
  background-position: 0 -108px;
  cursor: pointer;
  margin-top: -22px;
  margin-left: -22px;
  opacity: 0.8;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8060;
}
:not(.flex-video-wrapper) #fancybox-loading div {
  background: url(../../images/fancybox/fancybox_loading.gif) center center no-repeat;
  height: 44px;
  width: 44px;
}
:not(.flex-video-wrapper) .fancybox-close {
  background: url(../../images/fancybox/fancybox_close.png) no-repeat;
  cursor: pointer;
  height: 40px;
  position: absolute;
  top: -40px;
  right: -50px;
  width: 40px;
  z-index: 8040;
}
:not(.flex-video-wrapper) .fancybox-nav {
  background: transparent url(../../images/fancybox/blank.gif); /* helps IE */
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 40%;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
:not(.flex-video-wrapper) .fancybox-nav span {
  display: block;
  cursor: pointer;
  height: 85px;
  position: absolute;
  top: 50%;
  margin-top: -42px;
  width: 85px;
  z-index: 8040;
  background: #fbab2a;
  text-align: center;
  line-height: 85px;
  color: white;
}
:not(.flex-video-wrapper) .fancybox-prev {
  left: 0;
}
:not(.flex-video-wrapper) .fancybox-prev span {
  background: url(../../images/fancybox/fancybox_prev.png) no-repeat;
  left: -125px;
}
:not(.flex-video-wrapper) .fancybox-next {
  right: 0;
}
:not(.flex-video-wrapper) .fancybox-next span {
  background: url(../../images/fancybox/fancybox_next.png) no-repeat;
  right: -125px;
}
:not(.flex-video-wrapper) .fancybox-tmp {
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
  position: absolute;
  top: -99999px;
  left: -99999px;
}
:not(.flex-video-wrapper) .fancybox-lock {
  overflow: visible !important;
  width: auto;
}
:not(.flex-video-wrapper) .fancybox-lock body {
  overflow: hidden !important;
}
:not(.flex-video-wrapper) .fancybox-lock-test {
  overflow-y: hidden !important;
}
:not(.flex-video-wrapper) .fancybox-overlay {
  background: url(../../images/fancybox/fancybox_overlay.png);
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8010;
}
:not(.flex-video-wrapper) .fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
:not(.flex-video-wrapper) .fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
:not(.flex-video-wrapper) .fancybox-title {
  background: #d9d9d9;
  color: #3a3a3a;
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
:not(.flex-video-wrapper) .fancybox-title-outside-wrap {
  color: #fff;
  margin-top: 10px;
  position: relative;
}
:not(.flex-video-wrapper) .fancybox-title-inside-wrap {
  padding-top: 10px;
}
:not(.flex-video-wrapper) .fancybox-title-over-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  :not(.flex-video-wrapper) #fancybox-loading {
    background-image: url(../../images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  :not(.flex-video-wrapper) #fancybox-loading div {
    background-image: url(../../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

.page-template-_flex-content .fancybox-content {
  height: 500px !important;
  width: 80% !important;
}

.footer-optional {
  background: url("../../images/hp-project-bg.jpg");
  padding-top: 50px;
  padding-bottom: 70px;
}
.footer-optional .section-heading {
  color: white;
  background: url("../../images/heading-line.svg") center bottom no-repeat;
  background-size: 310px 17px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.footer-grid {
  padding-top: 20px;
}
.footer-grid .image-holder {
  margin-bottom: 15px;
}
.footer-grid h4 {
  padding-bottom: 10px;
}
.footer-grid h4 a {
  color: white;
}
.footer-grid h4 a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.footer-grid li {
  text-align: left;
}
.footer-grid p {
  color: #c4c4c4;
}

.footer-get_in_touch {
  background: white;
  padding: 25px 0 30px;
  border-top: 10px solid rgb(250.3419354839, 157.1806451613, 6.9580645161);
}
.footer-get_in_touch h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.6;
  background: url("../../images/heading-line.svg") center bottom no-repeat;
  background-size: 310px 17px;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.footer-showroom {
  background: #fbab2a;
  padding: 25px 0;
  position: relative;
}
.footer-showroom p {
  color: white;
  font-weight: bold;
  padding-bottom: 0;
  text-align: right;
}
.footer-showroom .showroom-lists {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-showroom li {
  display: inline-block;
  font-weight: 300;
  line-height: 1.8;
}
.footer-showroom li:after {
  content: "|";
  color: white;
}
.footer-showroom li:last-child:after {
  content: none;
}
.footer-showroom a {
  -webkit-transition: none;
  transition: none;
  color: white;
  padding: 0 10px;
}
.footer-showroom a:hover {
  color: rgb(242.25, 242.25, 242.25);
}
.footer-showroom a:hover {
  text-decoration: underline;
}

.footer-socials {
  background: #404040;
  font-size: 0;
}
.footer-socials .social-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.footer-socials li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #3a3a3a;
}
.footer-socials li:last-child {
  border-right: none;
}
.footer-socials a {
  display: block;
  padding: 0 25px;
  position: relative;
  color: white;
  height: 90px;
  width: 85px;
  line-height: 90px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
.footer-socials a:hover {
  background: #fbab2a;
  color: #3a3a3a;
}
.footer-socials a:hover img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.footer-socials a:hover .icon-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.footer-socials a.ss-icon {
  padding-top: 5px;
}
.footer-socials img {
  margin-top: 15px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  max-width: none;
}
.footer-socials .icon-hover {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  position: absolute;
  margin-top: 0;
  top: 15px;
  left: 30px;
}
.footer-socials .bbb-icon img {
  margin-top: 20px;
}
.footer-socials .bbb-icon .icon-hover {
  margin-top: 5px;
  left: 25px;
}

.site-footer {
  background: url("../../images/footer-bg.png") center bottom no-repeat #303030;
  background-size: 100% auto;
  padding-top: 70px;
  padding-bottom: 25px;
}

.footer-menu {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
.footer-menu:after {
  content: "";
  clear: both;
  display: table;
}
.footer-menu li {
  line-height: 2;
}
.footer-menu > li {
  float: left;
  width: 28%;
}
.footer-menu > li:nth-child(n+4) {
  width: 16%;
}
.footer-menu > li:last-child {
  float: right;
  margin-top: 25px;
}
.footer-menu > li > a {
  color: #fbab2a;
  cursor: default;
  pointer-events: none;
}
.footer-menu .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu .sub-menu a {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer-menu .sub-menu a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.footer-menu .sub-menu [class*=current-menu-item] a {
  color: #bebebe;
  text-decoration: underline;
}

.site-copyright {
  background: #262626;
  padding: 20px 0 25px;
}
.site-copyright:after {
  content: "";
  display: table;
  clear: both;
}
.site-copyright p {
  padding-bottom: 0;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
}
.site-copyright .phone {
  color: #fbab2a;
}
.site-copyright .copyright {
  float: left;
}
.site-copyright .forge {
  float: right;
}
.site-copyright .forge a {
  color: white;
  text-decoration: none;
}
.site-copyright .forge a:hover {
  text-decoration: underline;
}

.cookie-notice {
  display: none;
  background: white;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100vw;
}
.cookie-notice .row {
  padding: 50px 0;
  position: relative;
}
.cookie-notice .button {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
  letter-spacing: 1.71px;
  max-width: 200px;
  text-transform: uppercase;
}
.cookie-notice .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #3a3a3a;
  font-size: 28px;
  text-decoration: none;
}

.block-grid-2 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.block-grid-2 > * {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
  max-width: 49%;
}

.block-grid-3 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto !important;
}
.block-grid-3 > * {
  padding: 0px;
  margin: 0.5% 0.8% 1% 0.8%;
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  max-width: 31%;
}

.block-grid-4 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto !important;
}
.block-grid-4 > * {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
  max-width: 24%;
}

.block-grid-5 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.block-grid-5 > * {
  padding: 0px;
  -webkit-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
  max-width: 19%;
  margin: 0.5% 0.5% 1% 0.5%;
}

@media screen and (max-width:1199px) {
  .block-grid-3,
  .block-grid-5 {
    width: 100%;
  }
  .block-grid-3 > *,
  .block-grid-5 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
  .block-grid-4,
  .block-grid-5 {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    width: 100%;
  }
  .block-grid-4 > *,
  .block-grid-5 > * {
    margin: 0.5% 0.5% 1% 0.5%;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    max-width: 32%;
  }
}
@media screen and (max-width:767px) {
  .block-grid-2 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-2 > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .block-grid-4,
  .block-grid-5 {
    width: 100%;
  }
  .block-grid-4 > *,
  .block-grid-5 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width:639px) {
  .block-grid-3,
  .block-grid-5 {
    width: 100%;
  }
  .block-grid-3 > *,
  .block-grid-5 > * {
    padding: 0px 10px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .block-grid-2,
  .block-grid-3,
  .block-grid-4,
  .block-grid-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width:480px) {
  .block-grid-4 {
    width: 100%;
  }
  .block-grid-4 > * {
    padding: 0px 10px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:767px) {
  .new-team .right-1 {
    left: initial;
  }
}
@media screen and (max-width:767px) {
  .new-team .image-column {
    max-height: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .new-team .image-column img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: unset;
    max-width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .site-branding {
    width: 25%;
  }
  .main-nav a {
    padding: 0 5px;
  }
  .site-navigation {
    width: 37.33333%;
  }
  .site-utility {
    width: 37.66667%;
  }
  .site-search,
  .site-login {
    width: 50%;
  }
  .footer-showroom [class*=columns-] {
    left: 0;
    width: 100%;
    text-align: center;
  }
  .footer-showroom p {
    text-align: center;
  }
  .footer-socials .columns-10 {
    width: 100%;
  }
  .footer-get_in_touch .columns-4 {
    width: 66.6666666667%;
  }
  .site-footer .columns-10 {
    width: 100%;
  }
  .site-copyright .columns-10 {
    width: 100%;
  }
  .tax-grid li:nth-of-type(6n1) {
    clear: none;
  }
  .tax-grid > li {
    width: 25%;
  }
  .tax-grid > li:nth-of-type(4n1) {
    clear: both;
  }
  .post-entry-column {
    width: 83.3333333333%;
  }
  .content-nav {
    padding-top: 25px;
  }
  .content-nav .button {
    clear: both;
  }
  .gf_spcial .gfield_checkbox li:nth-of-type(5n1) {
    clear: none;
  }
  .gf_spcial .gfield_checkbox > li {
    width: 33.3333333333%;
  }
  .gf_spcial .gfield_checkbox > li:nth-of-type(3n1) {
    clear: both;
  }
  .product-options .columns-4 {
    width: 83.3333333333%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .product-options .columns-8 {
    width: 100%;
  }
  .product-downloads .columns-4 {
    width: 41.6666666667%;
    left: 8.3333333333%;
  }
  .layout-icon_blocks [class*=block-grid-] {
    display: block;
    margin: 0 -10px 15px -10px;
  }
  .layout-icon_blocks [class*=block-grid-] > li {
    clear: none;
    margin-bottom: 25px;
  }
  .layout-icon_blocks [class*=block-grid-] > li {
    display: block;
    float: left;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 33.3333333333%;
  }
  .layout-icon_blocks [class*=block-grid-] > li:nth-of-type(3n1) {
    clear: both;
  }
  .layout-wysiwyg_content .columns-8 {
    width: 83.3333333333%;
  }
  .layout-column_grids .block-grid-4 li:nth-of-type(4n1) {
    clear: none;
  }
  .layout-column_grids .block-grid-4 > li {
    width: 50%;
  }
  .layout-column_grids .block-grid-4 > li:nth-of-type(2n1) {
    clear: both;
  }
  .search-filter-column {
    width: 83.3333333333%;
  }
  .dealer-results .columns-8 {
    width: 83.3333333333%;
  }
  #tribe-bar-form .tribe-bar-filters-inner {
    margin-bottom: 25px;
  }
  #tribe-bar-form .columns-6 {
    width: 100%;
    left: 0;
  }
  #tribe-bar-form .columns-2 {
    width: 50%;
    left: 0;
  }
  .career-results .columns-8 {
    width: 83.3333333333%;
  }
  .form-panel {
    padding: 30px 30px 20px;
  }
  .anatomy-banner .content-column {
    padding-top: 50px;
  }
  .anatomy-point-grid li:nth-of-type(3n1) {
    clear: none;
  }
  .anatomy-point-grid > li {
    width: 50%;
  }
  .anatomy-point-grid > li:nth-of-type(2n1) {
    clear: both;
  }
  .page-template-_contact-refresh .info-section .columns-7 {
    width: 83.3333333333%;
    margin: auto;
    float: none;
  }
  .page-template-_contact-refresh .info-section .columns-4 {
    margin: auto;
    float: none;
    left: 0 !important;
  }
  .page-template-_contact-refresh .info-section .buttons {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .menu-content .link-block {
    width: 33.3333333333%;
    left: 0;
  }
  .homepage-product [class*=columns-] {
    padding: 50px 25px;
  }
  .homepage-custom .columns-6 {
    width: 66.6666666667%;
  }
  .tax-grid li:nth-of-type(4n1) {
    clear: none;
  }
  .tax-grid > li {
    width: 33.3333333333%;
  }
  .tax-grid > li:nth-of-type(3n1) {
    clear: both;
  }
  .project-grid li:nth-of-type(3n1) {
    clear: none;
  }
  .project-grid > li {
    width: 50%;
  }
  .project-grid > li:nth-of-type(2n1) {
    clear: both;
  }
  .gallery-grid li:nth-of-type(3n1) {
    clear: none;
  }
  .gallery-grid > li {
    width: 50%;
  }
  .gallery-grid > li:nth-of-type(2n1) {
    clear: both;
  }
  .loop-post [class*=columns-] {
    left: 0;
  }
  .loop-post .columns-4 {
    width: 41.6666666667%;
  }
  .loop-post .columns-6 {
    width: 58.3333333333%;
  }
  .loop-post.featured .columns-8 {
    width: 83.3333333333%;
  }
  .login-intro {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .column-reset {
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
  }
  .grid-reset > li {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .fs-mobile-trigger {
    display: block;
  }
  .loop .featured-image {
    margin-bottom: 20px;
  }
  .main-content .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .site-navigation, .site-utility, .mega-holder {
    display: none;
  }
  .site-branding {
    width: 100%;
  }
  .hp-project-grid .image-holder {
    display: inline-block;
  }
  .hp-project-grid li {
    margin-bottom: 35px;
  }
  .homepage-product:after {
    background: none;
  }
  .homepage-product .columns-6:first-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .homepage-product .columns-6:last-child {
    background: url("../../images/pattern-bg.jpg");
  }
  .blog-grid .blog-content {
    padding: 0;
  }
  .footer-grid .image-holder {
    display: inline-block;
  }
  .footer-grid li {
    margin: 0 auto 55px;
    max-width: 600px;
    text-align: center;
  }
  .footer-showroom p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .showroom-lists li {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .showroom-lists li:after {
    content: none;
  }
  .footer-socials li {
    border-right: none;
  }
  .footer-menu > li {
    float: none !important;
    width: 100% !important;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .footer-menu .sub-menu a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .footer-get_in_touch h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .site-copyright .copyright {
    float: none;
    text-align: center;
  }
  .site-copyright .forge {
    float: none;
    text-align: center;
  }
  .tax-mobile-form {
    display: block;
  }
  .tax-grid {
    display: none;
  }
  .dealer-location-form .loading-icon {
    text-align: center;
  }
  .dealer-location-form .loading-icon img {
    position: static;
  }
  .dealer-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dealer-box.no-filter p {
    text-align: center;
    padding: 0 10px;
  }
  .dealer-entry:before {
    content: none;
  }
  .dealer-entry .image-holder {
    text-align: left;
    margin-bottom: 15px;
  }
  .dealer-entry .columns-7 {
    padding-left: 10px;
  }
  .gallery-slider-nav a {
    margin: 0 5px;
  }
  .gallery-slider-nav img {
    width: 50px;
    height: 50px;
  }
  .event-box {
    padding: 20px 30px;
  }
  .tribe-events-button[type=submit] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #tribe-events-content table.tribe-events-calendar th {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 0;
  }
  #tribe-events-content table.tribe-events-calendar td {
    height: 100px;
  }
  #tribe-events-content table.tribe-events-calendar .tribe-events-has-events:after {
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fbab2a;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    margin: 0;
    padding: 0;
    width: 8px;
  }
  #tribe-events-content table.tribe-events-calendar .tribe-events-has-events.tribe-events-past:after {
    background: #d9d9d9;
  }
  #tribe-events-content table.tribe-events-calendar .tribe-events-has-events .type-tribe_events {
    display: none;
  }
  .tribe-events-sub-nav > li {
    width: 50%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tribe-events-sub-nav .tribe-events-nav-previous {
    float: left;
  }
  .tribe-events-sub-nav .tribe-events-nav-next {
    float: right;
  }
  .form-panel {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .page-template-_contact-refresh .info-section .columns-4 {
    width: 83.3333333333%;
  }
  .page-template-_contact-refresh .info-section .buttons {
    margin-bottom: 50px !important;
  }
  .homepage-section h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .homepage-section h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    font-family: "Lato", sans-serif;
  }
  .homepage-section h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    font-family: "Lato", sans-serif;
  }
  .homepage-intro {
    padding: 40px 0;
  }
  .homepage-product [class*=columns-] {
    padding: 30px 15px;
  }
  .tribe-bar-filters-inner > li {
    width: 100%;
    float: none;
  }
  .gallery-grid li:nth-of-type(2n1) {
    clear: none;
  }
  .gallery-grid > li {
    width: 100%;
  }
  .gallery-grid > li:nth-of-type(1n1) {
    clear: both;
  }
  .project-grid li:nth-of-type(2n1) {
    clear: none;
  }
  .project-grid > li {
    width: 100%;
  }
  .project-grid > li:nth-of-type(1n1) {
    clear: both;
  }
  .form-panel input[type=submit] {
    min-width: 0;
    width: 100%;
  }
  #tribe-events-content table.tribe-events-calendar td {
    height: 70px;
  }
}
.flex-video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 90px;
}
.flex-video-wrapper .columns-10 {
  margin: 0 auto;
}
.flex-video-wrapper .fancybox-video {
  position: relative;
  height: 600px;
  margin: 0 auto;
}
.flex-video-wrapper .fancybox-video i {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #fbab2a;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  color: white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.flex-video-wrapper .fancybox-video i:hover {
  background-color: rgb(187.4792626728, 117.064516129, 3.5207373272);
}

.split-intro {
  padding-top: 70px;
  padding-bottom: 20px;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.split-intro h2 {
  width: 40%;
}
.split-intro p {
  padding-left: 40px;
  width: 60%;
}

.background-product a,
.standard-product a {
  text-decoration: none;
}
.background-product .image-column,
.standard-product .image-column {
  position: relative;
  height: 210px;
}
.background-product .image-column img,
.standard-product .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.background-product .image-column .product-overlay,
.standard-product .image-column .product-overlay {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(251, 171, 42, 0.8);
}
.background-product .image-column .product-overlay a,
.standard-product .image-column .product-overlay a {
  color: #252627 !important;
}
.background-product .image-column:hover .product-overlay,
.standard-product .image-column:hover .product-overlay {
  opacity: 1;
}
.background-product .content-column,
.standard-product .content-column {
  padding: 20px 0px 0px;
}
.background-product h3,
.standard-product h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.background-product h3:hover,
.standard-product h3:hover {
  color: #fbab2a;
}
.standard-product h3 {
  color: black;
  padding-bottom: 10px;
}
.standard-product h3:hover {
  color: #fbab2a;
}
.standard-product a p {
  color: black;
}

.black-background {
  margin: 0px auto 30px;
  background: #252627;
  padding: 60px 20px;
}
.black-background .split-intro h2,
.black-background .split-intro p {
  color: white;
}
.black-background .background-product h3 {
  color: white;
}

.logo-grid {
  padding: 70px 20px 60px;
}
.logo-grid .logo-container {
  padding: 20px;
}
.logo-grid .logo-container img {
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.one {
  height: 50px;
  width: 240px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 19px;
  color: white;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 3px;
  min-width: 180px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  text-transform: uppercase;
}

.page-template-flex-content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-template-flex-content .default-product .row,
.page-template-flex-content .product-selector {
  margin: auto;
}
.page-template-flex-content .product-selector-cta {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-flex-content .site-content {
  max-width: 1600px;
  margin: 0 auto;
}
.page-template-flex-content .flex-video-wrapper {
  padding-bottom: 30px;
}
.page-template-flex-content .flex-video-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  .page-template-flex-content .flex-video-wrapper .columns-10 {
    width: 100%;
  }
}
.page-template-flex-content .logo-grid {
  padding: 0px 20px 30px;
}
.page-template-flex-content .logo-grid .logo-container {
  padding: 40px;
  background: #f3f3f3;
  text-align: center;
}
@media screen and (max-width:767px) {
  .page-template-flex-content .logo-grid .logo-container {
    text-align: center;
  }
}
.page-template-flex-content .footer-showroom .row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-template-flex-content .black-background {
  margin: 0px auto 30px;
  background: #252627;
  padding: 0px 20px 60px;
}
.page-template-flex-content .full_width_background_image.content-component .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  .page-template-flex-content .full_width_background_image.content-component .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-template-flex-content .full_width_background_image.content-component .row .image-column {
    width: 100%;
  }
  .page-template-flex-content .full_width_background_image.content-component .row .content-column.columns-6 {
    width: 100%;
  }
  .page-template-flex-content .full_width_background_image.content-component .row .content-column.columns-6 .text-container {
    padding-top: 20px;
  }
}
.page-template-flex-content .left_content_full_image,
.page-template-flex-content .full_width_background_image_right,
.page-template-flex-content .left_content_standard_image,
.page-template-flex-content .promotion_content,
.page-template-flex-content .right_content_full_image,
.page-template-flex-content .right_content_standard_image {
  padding-top: 0px;
  padding-bottom: 30px;
  margin-top: 0px;
}
@media screen and (max-width:767px) {
  .page-template-flex-content .left_content_full_image .image-column,
  .page-template-flex-content .full_width_background_image_right .image-column,
  .page-template-flex-content .left_content_standard_image .image-column,
  .page-template-flex-content .promotion_content .image-column,
  .page-template-flex-content .right_content_full_image .image-column,
  .page-template-flex-content .right_content_standard_image .image-column {
    width: 100%;
  }
  .page-template-flex-content .left_content_full_image .content-column,
  .page-template-flex-content .full_width_background_image_right .content-column,
  .page-template-flex-content .left_content_standard_image .content-column,
  .page-template-flex-content .promotion_content .content-column,
  .page-template-flex-content .right_content_full_image .content-column,
  .page-template-flex-content .right_content_standard_image .content-column {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .page-template-flex-content .split-intro {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .page-template-flex-content .split-intro h2,
  .page-template-flex-content .split-intro p {
    padding-left: 0px;
    width: 100%;
  }
}
.page-template-flex-content .fancybox-inner {
  height: 100% !important;
}
.page-template-flex-content .fancybox-content {
  height: 100% !important;
  width: 80% !important;
}
.page-template-flex-content .full_width_background_image_left,
.page-template-flex-content .full_width_background_image_right {
  min-height: 680px;
}
.page-template-flex-content .full_width_background_image_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-template-flex-content .full_width_background_image_left .row {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  padding: 150px 10px 150px 10px;
}
.page-template-flex-content .full_width_background_image_left .row .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.page-template-flex-content .full_width_background_image_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-template-flex-content .full_width_background_image_right .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 10px 150px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-template-flex-content .full_width_background_image_right .row .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

@media screen and (max-width:979px) {
  .split-intro {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-component .columns-6 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width:767px) {
  .flex-video-wrapper {
    padding-bottom: 0px;
  }
  .split-intro {
    display: block;
  }
  .split-intro p,
  .split-intro h2 {
    padding-left: 0px;
    width: 90%;
  }
  .full_width_background_image_right,
  .full_width_background_image_left {
    min-height: 680px;
  }
  .full_width_background_image_right .row,
  .full_width_background_image_left .row {
    padding: 80px 30px !important;
  }
  .full_width_background_image_right .content-column,
  .full_width_background_image_left .content-column {
    width: 83.3333333333%;
    margin: 0 auto;
  }
  .page-template-flex-content .left_content_full_image .image-column {
    padding-left: 0px !important;
  }
  .page-template-flex-content .right_content_full_image .image-column {
    padding-right: 0px !important;
  }
}
.project-selector-cta {
  margin-top: 0px;
}
.project-selector-cta .columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-selector-cta {
  margin-top: 0px;
}
.product-selector-cta .columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-flex-content .left_content_full_image .image-column {
  padding-right: 0 !important;
}
.page-template-flex-content .right_content_full_image .image-column {
  padding-left: 0 !important;
}

.side-by-side-images {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.side-by-side-images img {
  height: 100%;
}
@media screen and (max-width: 900px) {
  .side-by-side-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.side-by-side-images__left {
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  .side-by-side-images__left {
    padding-right: 0;
  }
}
.side-by-side-images__right {
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .side-by-side-images__right {
    padding-left: 0;
  }
}

.lt-ie9 .block-grid-2 > li:first-child + li {
  float: right;
}

.lt-ie9 .block-grid-2 > li:first-child + li + li {
  clear: both;
}

.lt-ie9 .block-grid-3 > li:first-child + li + li {
  float: right;
}

.lt-ie9 .block-grid-3 > li:first-child + li + li + li {
  clear: both;
}

.lt-ie9 .block-grid-4 > li:first-child + li + li + li {
  float: right;
}

.lt-ie9 .block-grid-4 > li:first-child + li + li + li + li {
  clear: both;
}

.lt-ie9 .block-grid-5 > li:first-child + li + li + li + li {
  float: right;
}

.lt-ie9 .block-grid-5 > li:first-child + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .block-grid-6 > li:first-child + li + li + li + li + li {
  float: right;
}

.lt-ie9 .block-grid-6 > li:first-child + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .block-grid-7 > li:first-child + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .block-grid-7 > li:first-child + li + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .block-grid-8 > li:first-child + li + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .block-grid-8 > li:first-child + li + li + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .block-grid-9 > li:first-child + li + li + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .block-grid-9 > li:first-child + li + li + li + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .block-grid-10 > li:first-child + li + li + li + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .block-grid-10 > li:first-child + li + li + li + li + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .block-grid-11 > li:first-child + li + li + li + li + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .block-grid-11 > li:first-child + li + li + li + li + li + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .block-grid-12 > li:first-child + li + li + li + li + li + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .block-grid-12 > li:first-child + li + li + li + li + li + li + li + li + li + li + li + li {
  clear: both;
}

.gform_button_select_files {
  width: 140px !important;
  margin: 10px !important;
}

.centered_intro {
  padding-bottom: 20px;
  padding-top: 60px;
}
.centered_intro .text-container {
  text-align: center;
}
@media screen and (max-width:979px) {
  .centered_intro .columns-8 {
    width: 100%;
  }
  .centered_intro .text-container {
    text-align: center;
  }
}
.centered_intro .columns-8 {
  margin: 0 auto;
}
.centered_intro .cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.centered_intro .cta-container a {
  margin: 0 auto;
}

.left_intro {
  padding-top: 60px;
  padding-bottom: 20px;
}
.left_intro .text-container {
  text-align: center;
}
@media screen and (max-width:979px) {
  .left_intro .columns-8 {
    width: 100%;
  }
  .left_intro .text-container {
    text-align: center;
  }
}
.left_intro .content-column .text-container {
  text-align: left;
}
@media screen and (max-width:767px) {
  .left_intro .p-wrapper {
    padding: 0px 0px 20px;
    width: 80%;
    margin: 0 auto;
  }
  .left_intro .text-container {
    max-width: unset;
    width: 100% !important;
    margin: 0 auto;
    text-align: center !important;
  }
  .left_intro h2 {
    text-align: center;
  }
}
.left_intro .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.left_intro .cta-container {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px;
}

.text-container .p-wrapper p {
  padding-bottom: 10px;
}

.left_content_standard_image {
  padding-top: 70px;
  padding-bottom: 60px;
}
.left_content_standard_image .image-column img {
  -o-object-fit: contain;
     object-fit: contain;
}
.left_content_standard_image .content-column {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 40px;
}

.right_content_standard_image {
  padding-top: 70px;
  padding-bottom: 60px;
}
.right_content_standard_image .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.right_content_standard_image .image-column:not(.new-team .image-column) {
  width: 50%;
}
.right_content_standard_image .image-column:not(.new-team .image-column) img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.right_content_standard_image .content-column {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 80px;
}
.right_content_standard_image .content-column:not(.new-team .content-column) {
  width: 50%;
}

.left_content_full_image {
  padding-top: 70px;
  padding-bottom: 60px;
}
.left_content_full_image .row {
  max-width: 100vw;
}
.left_content_full_image .image-column {
  width: 50%;
}
.left_content_full_image .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.left_content_full_image .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
}
.left_content_full_image .content-column {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10%;
  padding-right: 40px;
  background: url("../../images/pattern-bg.jpg");
  background-size: cover;
}
@media screen and (max-width:1199px) {
  .left_content_full_image .content-column {
    padding-left: 20px;
  }
}

.right_content_full_image {
  padding-top: 70px;
  padding-bottom: 60px;
}
.right_content_full_image .row {
  max-width: 100vw;
}
.right_content_full_image .image-column {
  width: 50%;
}
.right_content_full_image .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.right_content_full_image .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.right_content_full_image .content-column {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 13%;
  background: url("../../images/pattern-bg.jpg");
  background-size: cover;
}
@media screen and (max-width:1199px) {
  .right_content_full_image .content-column {
    padding-right: 20px;
  }
}

@media screen and (max-width:767px) {
  .right_content_full_image .row,
  .left_content_full_image .row,
  .right_content_standard_image .row,
  .left_content_standard_image .row,
  .promotion_content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.right_content_full_image .image-column,
.left_content_full_image .image-column,
.right_content_standard_image .image-column,
.left_content_standard_image .image-column,
.promotion_content .image-column {
  overflow: hidden;
}
.right_content_full_image .image-column img,
.left_content_full_image .image-column img,
.right_content_standard_image .image-column img,
.left_content_standard_image .image-column img,
.promotion_content .image-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:1199px) {
  .right_content_full_image .image-column,
  .left_content_full_image .image-column,
  .right_content_standard_image .image-column,
  .left_content_standard_image .image-column,
  .promotion_content .image-column {
    max-height: 570px;
  }
  .right_content_full_image .image-column img,
  .left_content_full_image .image-column img,
  .right_content_standard_image .image-column img,
  .left_content_standard_image .image-column img,
  .promotion_content .image-column img {
    max-height: 570px;
  }
}
@media screen and (max-width:979px) {
  .right_content_full_image .image-column,
  .left_content_full_image .image-column,
  .right_content_standard_image .image-column,
  .left_content_standard_image .image-column,
  .promotion_content .image-column {
    max-height: 470px;
  }
  .right_content_full_image .image-column img,
  .left_content_full_image .image-column img,
  .right_content_standard_image .image-column img,
  .left_content_standard_image .image-column img,
  .promotion_content .image-column img {
    max-height: 470px;
  }
}
@media screen and (max-width:767px) {
  .right_content_full_image .image-column,
  .left_content_full_image .image-column,
  .right_content_standard_image .image-column,
  .left_content_standard_image .image-column,
  .promotion_content .image-column {
    max-height: 370px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .right_content_full_image .image-column img,
  .left_content_full_image .image-column img,
  .right_content_standard_image .image-column img,
  .left_content_standard_image .image-column img,
  .promotion_content .image-column img {
    max-height: 370px;
  }
}
@media screen and (max-width:979px) {
  .right_content_full_image .content-column,
  .left_content_full_image .content-column,
  .right_content_standard_image .content-column,
  .left_content_standard_image .content-column,
  .promotion_content .content-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 20px;
  }
}
@media screen and (max-width:767px) {
  .right_content_full_image .content-column,
  .left_content_full_image .content-column,
  .right_content_standard_image .content-column,
  .left_content_standard_image .content-column,
  .promotion_content .content-column {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px;
  }
}
@media screen and (max-width:480px) {
  .right_content_full_image .content-column,
  .left_content_full_image .content-column,
  .right_content_standard_image .content-column,
  .left_content_standard_image .content-column,
  .promotion_content .content-column {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 20px 10px;
  }
}
.right_content_full_image .cta-container .button,
.left_content_full_image .cta-container .button,
.right_content_standard_image .cta-container .button,
.left_content_standard_image .cta-container .button,
.promotion_content .cta-container .button {
  margin-right: 10px;
}

.full_width_background_image_right {
  background-size: cover;
  margin: 70px auto 30px;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.full_width_background_image_right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: 0;
}
.full_width_background_image_right .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 10px 80px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.full_width_background_image_right .row .content-column {
  z-index: 10;
}
.full_width_background_image_right .row .content-column .text-container {
  text-align: left;
  color: white;
}

.full_width_background_image_left {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: 0px auto 30px;
  width: 100%;
}
.full_width_background_image_left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: 0;
}
.full_width_background_image_left .row {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  padding: 80px 10px 80px 10px;
}
.full_width_background_image_left .row .content-column {
  z-index: 10;
}
.full_width_background_image_left .row .content-column .text-container {
  text-align: left;
  color: white;
}

/* ===
	Global Homepage
	============================ */
.page-template-_new-homepage .site-main {
  padding-top: 0 !important;
}

.page-template-_new-homepage {
  /* ===
  	Homepage Intro
  	============================ */
  /* ===
  	Homepage Product
  	============================ */
  /* ===
  	Homepage Custom
  	============================ */
  /* ===
  	Homepage Projects
  	============================ */
  /* ===
  	Homepage Blog
  	============================ */
}
.page-template-_new-homepage .homepage-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 42.5%;
}
.page-template-_new-homepage .homepage-section {
  text-align: center;
}
.page-template-_new-homepage .homepage-section h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.6;
}
.page-template-_new-homepage .homepage-section h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
}
.page-template-_new-homepage .homepage-section h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
}
.page-template-_new-homepage .homepage-section .section-heading {
  background: url("../../images/heading-line.svg") center bottom no-repeat;
  background-size: 310px 17px;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.page-template-_new-homepage .homepage-intro {
  background-image: url("../../images/intro-bg.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.page-template-_new-homepage .homepage-intro .section-heading {
  margin-bottom: 30px;
}
.page-template-_new-homepage .intro-grid {
  margin-top: 50px;
}
.page-template-_new-homepage .intro-grid .image-holder {
  margin-bottom: 25px;
}
.page-template-_new-homepage .intro-grid h4 {
  padding-bottom: 10px;
}
.page-template-_new-homepage .homepage-product {
  position: relative;
}
.page-template-_new-homepage .homepage-product:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  left: 50%;
  top: 0;
  background: url("../../images/pattern-bg.jpg");
}
.page-template-_new-homepage .homepage-product [class*=columns-] {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 80px;
  padding: 50px 85px 80px;
}
.page-template-_new-homepage .homepage-product [class*=columns-]:first-child {
  position: relative;
}
.page-template-_new-homepage .homepage-product [class*=columns-]:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 250px;
  height: 95%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: red;
  z-index: -1;
}
.page-template-_new-homepage .homepage-product [class*=columns-]:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  z-index: -1;
}
.page-template-_new-homepage .homepage-product h3 {
  display: inline-block;
  min-width: 185px;
}
.page-template-_new-homepage .homepage-custom {
  padding-top: 50px;
  padding-bottom: 70px;
}
.page-template-_new-homepage .homepage-project {
  background: url("../../images/hp-project-bg.jpg");
  padding-top: 50px;
  padding-bottom: 70px;
}
.page-template-_new-homepage .homepage-project .section-heading {
  margin-bottom: 30px;
  color: white;
}
.page-template-_new-homepage .hp-project-grid {
  padding-top: 20px;
}
.page-template-_new-homepage .hp-project-grid .image-holder {
  margin-bottom: 15px;
}
.page-template-_new-homepage .hp-project-grid h4 {
  padding-bottom: 10px;
}
.page-template-_new-homepage .hp-project-grid h4 a {
  color: white;
}
.page-template-_new-homepage .hp-project-grid h4 a:hover {
  color: rgb(237.5391705069, 148.3225806452, 4.4608294931);
}
.page-template-_new-homepage .hp-project-grid li {
  text-align: left;
}
.page-template-_new-homepage .hp-project-grid .project-meta {
  color: white;
  font-weight: 300;
  padding-bottom: 10px;
}
.page-template-_new-homepage .hp-project-grid .project-meta a {
  color: white;
}
.page-template-_new-homepage .hp-project-grid .project-meta a:hover {
  color: #fbab2a;
}
.page-template-_new-homepage .hp-project-grid .project-meta span {
  font-weight: bold;
}
.page-template-_new-homepage .hp-project-grid p {
  color: #c4c4c4;
}
.page-template-_new-homepage .homepage-blog {
  background: #f0f0f0;
  padding-top: 50px;
  padding-bottom: 100px;
}
.page-template-_new-homepage .homepage-blog .section-heading {
  margin-bottom: 30px;
}
.page-template-_new-homepage .blog-grid {
  padding-top: 20px;
}
.page-template-_new-homepage .blog-grid .image-holder {
  margin-bottom: 15px;
}
.page-template-_new-homepage .blog-grid li {
  text-align: left;
}
.page-template-_new-homepage .blog-grid .blog-content {
  padding: 0 15px;
}
.page-template-_new-homepage .blog-grid h4 {
  padding-bottom: 10px;
}
.page-template-_new-homepage .full_width_background_image_right, .page-template-_new-homepage .full_width_background_image_left {
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 680px;
}
.page-template-_new-homepage .full_width_background_image_right .row .content-column, .page-template-_new-homepage .full_width_background_image_left .row .content-column {
  z-index: 1;
}
.page-template-_new-homepage .full_width_background_image_left,
.page-template-_new-homepage .full_width_background_image_right {
  min-height: 680px;
}
.page-template-_new-homepage .full_width_background_image_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-template-_new-homepage .full_width_background_image_left .row {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  padding: 150px 10px 150px 10px;
}
.page-template-_new-homepage .full_width_background_image_left .row .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.page-template-_new-homepage .full_width_background_image_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-template-_new-homepage .full_width_background_image_right .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 10px 150px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-template-_new-homepage .full_width_background_image_right .row .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
/*# sourceMappingURL=main-style.css.map */
