@charset "UTF-8";
.show-on-mobile-bl {
  display: none;
}

.show-on-tablet-bl {
  display: none;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
  .show-on-mobile-bl {
    display: block;
  }
}

@media (max-width: 991px) {
  .hide-on-tablet {
    display: none !important;
  }
  .show-on-tablet-bl {
    display: block;
  }
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */
/* Set font and clear body padding */
html,
button,
input,
select,
textarea {
  font-family: "paralucent-text", sans-serif;
}

html,
body {
  min-height: 100%;
  font-size: 21px;
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 9px;
  }
}

body {
  min-width: 320px;
  margin: 0;
  font-family: "paralucent-text", sans-serif;
  line-height: 1.53;
  color: #0c0c0c;
  background-color: #ecf0f7;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  body {
    line-height: 1.5;
  }
}

body.lock-scroll {
  overflow: hidden;
}

body:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
}

body.overlayed, body.overlayed-orange, body.overlayed-white {
  position: relative;
}

body.overlayed:before, body.overlayed-orange:before, body.overlayed-white:before {
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
  visibility: visible;
}

body.overlayed-orange:before {
  background: #e64c00;
}

body.overlayed-white:before {
  background: #ffffff;
}

/* Setting sizes is much more predictable with border-box */
*, *:before, *:after {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

/* Make all images responsive */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Make inputs on iOS look normal */
/* Custom List Styles */
ol {
  counter-reset: item;
  display: block;
  padding: 0;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  ol {
    margin: 0 0 14px;
  }
}

ol li {
  display: block;
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  ol li {
    margin: 0 0 12px;
  }
}

ol li li {
  padding: 0 0 0 41px;
  margin: 16px 0;
}

@media (max-width: 767px) {
  ol li li {
    padding: 0 0 0 30px;
    margin: 12px 0;
  }
}

ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  left: 0;
  font-size: 20px;
}

@media (max-width: 767px) {
  ol li:before {
    font-size: 14px;
  }
}

ol li ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

ul:not([class]) {
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
}

@media (max-width: 767px) {
  ul:not([class]) {
    margin: 24px 0 25px;
  }
}

ul:not([class]) li {
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 16px;
  letter-spacing: .006em;
}

@media (max-width: 767px) {
  ul:not([class]) li {
    margin: 0 0 12px;
  }
}

ul:not([class]) li:last-child {
  margin: 0;
}

ul:not([class]) li:before {
  content: '';
  display: block;
  width: 5px;
  height: 3px;
  position: absolute;
  top: 15px;
  left: 1px;
  border: 1px solid #0c0c0c;
  background: #0c0c0c;
}

@media (max-width: 767px) {
  ul:not([class]) li:before {
    width: 3px;
    height: 2px;
    top: 11px;
    left: 2px;
  }
}

ul:not([class]) li li {
  margin: 16px 0;
}

@media (max-width: 767px) {
  ul:not([class]) li li {
    margin: 12px 0;
  }
}

ul:not([class]) li ul {
  margin: 0;
}

/* Normalize links across browsers */
a {
  color: #e64c00;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all .2s linear;
}

a img {
  border: 0;
}

p a:not([class]) {
  border-bottom: 2px solid #e64c00;
}

p a:hover:not([class]) {
  border-color: transparent;
}

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

.page-content a:focus:not([class]), .page-content
a:hover:not([class]) {
  border-color: transparent;
}

.section-title {
  margin: 0 0 39px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-title {
    margin: 0 0 31px;
  }
}

.tablet-checker {
  display: none;
}

@media (max-width: 991px) {
  .tablet-checker {
    display: block;
  }
}

.mobile-checker {
  display: none;
}

@media (max-width: 767px) {
  .mobile-checker {
    display: block;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 720px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .row {
    margin: 0 -20px;
  }
}

@media (max-width: 767px) {
  .col-12 {
    padding: 0 20px;
  }
}

#page {
  max-width: 1920px;
  margin: 0 auto;
}

.search-results #page {
  background: #ffffff;
}

.home #page {
  position: relative;
}

.heading-dark {
  background-image: url(../images/Trianglify-Final.png);
}

.heading-dark .page-content {
  background: none;
}

.page-hero__wrapper, .block-featured {
  padding-right: 90px;
  padding-left: 90px;
}

@media (max-width: 1199px) {
  .page-hero__wrapper, .block-featured {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .page-hero__wrapper, .block-featured {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.page-content {
  margin: 0 auto;
  background: #ffffff;
}

.page-content:before, .page-content:after {
  content: '';
  display: table;
}

.page-content:after {
  clear: both;
}

.error404 .page-content {
  padding: 65px 0;
  text-align: center;
}

.dark-overlay {
  position: fixed;
  z-index: 990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease;
}

body.dropdown-opened-cta .dark-overlay {
  background-color: #e64c00;
}

body.dropdown-opened-search .dark-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.dark-overlay:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.content-load, .page-hero__wrapper > *, .page-hero--thumbnail .page-hero__content > *, .breadcrumbs, .page-content .heading, .term-content > *, .tours-items .tours-item, .tour-profile-content .c-btn-wrapper .load-more-trigger, .page-top-content h6, .page-top-content h1, .page-top-content p:not(.leadparagraph) {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 500ms ease-out, opacity 800ms ease-out;
}

.content-load.animate-in, .page-hero__wrapper > .animate-in, .page-hero--thumbnail .page-hero__content > .animate-in, .animate-in.breadcrumbs, .page-content .animate-in.heading, .term-content > .animate-in, .tours-items .animate-in.tours-item, .tour-profile-content .c-btn-wrapper .animate-in.load-more-trigger, .page-top-content h6.animate-in, .page-top-content h1.animate-in, .page-top-content p.animate-in:not(.leadparagraph) {
  transform: translateY(0);
  opacity: 1;
}

.scrim {
  position: relative;
}

.scrim:before {
  content: '';
  display: block;
  width: 100%;
  height: 124px;
  position: absolute;
  z-index: 1;
  left: 0;
}

.scrim--portrait:before {
  height: 31.25%;
  height: 100px;
}

.scrim--bottom:before {
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(24, 24, 24, 0.6) 100%);
}

.scrim--top:before {
  height: 50%;
  top: 0;
  background-image: linear-gradient(to top, rgba(12, 12, 12, 0) 0%, rgba(24, 24, 24, 0.6) 100%);
}

.scrim figcaption {
  z-index: 2;
}

.zoom-in {
  overflow: hidden;
}

.zoom-in:hover img {
  transform: scale(1.05);
}

.zoom-in img {
  transition: .3s ease;
}

.video-spacer {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
}

/**
 * WordPress specific base styles.
 */
.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */
.alignleft {
  float: left;
  margin: 0 0 0 0;
}

@media (max-width: 767px) {
  .alignleft {
    margin: 0 0 20px 0;
  }
}

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

@media (max-width: 767px) {
  .alignright {
    margin: 0 0 0 0;
  }
}

.alignnone {
  display: inline-block;
  margin: 0 0;
}

@media (max-width: 767px) {
  .alignnone {
    margin: 0 0 0;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .aligncenter {
    margin: 0 auto;
  }
}

/* Make a 404 page look nicer and more readable */
.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */
nav a {
  color: #0c0c0c;
  text-decoration: none;
}

nav a:hover {
  color: #0c0c0c;
  text-decoration: none;
}

nav li {
  display: inline-block;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.wp-caption {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .wp-caption {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .wp-caption {
    max-width: 48.5%;
  }
}

@media (max-width: 767px) {
  .wp-caption {
    max-width: 100%;
  }
}

.wp-caption:only-child {
  max-width: 100%;
}

.page-columns [class*="col"] > p > img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .page-columns [class*="col"] > p > img {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .page-columns [class*="col"] > p > img {
    max-width: 48.5%;
  }
}

@media (max-width: 767px) {
  .page-columns [class*="col"] > p > img {
    max-width: 100%;
  }
}

.page-columns [class*="col"] > p > img.alignright {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .page-columns [class*="col"] > p > img.alignright {
    margin-top: 0;
  }
}

.page-columns [class*="col"] > p:last-child .size-content-image-landscape {
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .page-columns [class*="col"] > p:last-child .size-content-image-landscape {
    margin-top: 190px;
  }
}

@media (max-width: 991px) {
  .page-columns [class*="col"] > p:last-child .size-content-image-landscape {
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  .page-columns [class*="col"] > p:last-child .size-content-image-landscape {
    margin-top: 0;
  }
}

.wp-caption-text {
  display: flex;
  align-items: center;
  padding-top: 14px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  letter-spacing: .005em;
}

@media (max-width: 767px) {
  .wp-caption-text {
    padding-top: 6px;
    font-size: 10px;
    line-height: 12px;
  }
}

.wp-caption-text:before {
  content: "";
  width: 43px;
  height: 1px;
  margin-right: 5px;
  background: #0c0c0c;
}

@media (max-width: 767px) {
  .wp-caption-text:before {
    width: 39px;
  }
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 47px;
  font-weight: 700;
  line-height: 1;
  color: #0c0c0c;
}

h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
  margin: 0;
}

p + h1, p +
h2, p +
h3, p +
h4, p +
h5, p +
h6 {
  margin-top: 52px;
}

@media (max-width: 767px) {
  p + h1, p +
  h2, p +
  h3, p +
  h4, p +
  h5, p +
  h6 {
    margin-top: 24px;
  }
}

h1 {
  margin: 0 0 47px;
  font-size: 80px;
  line-height: 86px;
  letter-spacing: -.010em;
}

@media (max-width: 991px) {
  h1 {
    font-size: 63px;
    line-height: 66px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin: 0 0 38px;
    font-size: 30px;
    line-height: 35px;
  }
}

h2 {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -.045em;
}

@media (max-width: 767px) {
  h2 {
    margin: 0 0 7px;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -.015em;
  }
}

p + h2 {
  margin-top: 63px;
}

@media (max-width: 767px) {
  p + h2 {
    margin-top: 36px;
  }
}

h3 {
  margin: 0 0 5px;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -.015em;
}

@media (max-width: 991px) {
  h3 {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 26px;
  }
}

h4 {
  margin: 0 0 3px;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: -.011em;
}

@media (max-width: 767px) {
  h4 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
  }
}

p + h4 {
  margin-top: 31px;
}

@media (max-width: 767px) {
  p + h4 {
    margin-top: 24px;
  }
}

h5 {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 18px;
}

p + h5 {
  margin-top: 32px;
}

h6 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .020em;
}

@media (max-width: 767px) {
  h6 {
    font-size: 13px;
    line-height: 18px;
  }
}

p + h6 {
  margin-top: 28px;
}

/* Text Elements */
p {
  margin: 0 0 32px;
  letter-spacing: .0024em;
}

@media (max-width: 767px) {
  p {
    margin: 0 0 13px;
  }
}

p:last-child {
  margin: 0;
}

p ul,
ol + p {
  margin-top: 32px;
}

@media (max-width: 767px) {
  p ul,
  ol + p {
    margin-top: 24px;
  }
}

strong {
  font-weight: 700;
}

/* Horizontal Line */
hr {
  margin: 73px 0;
  border-top: 17px solid #ecf0f7;
}

@media (max-width: 767px) {
  hr {
    margin: 36px 0;
    border-top: 12px solid #ecf0f7;
  }
}

::selection {
  background: #ecf0f7;
}

::-moz-selection {
  background: #ecf0f7;
}

/* Blocks / Columns Spacing Helpers */
.block-top-spacing {
  padding-top: 66px;
}

@media (max-width: 767px) {
  .block-top-spacing {
    padding-top: 39px;
  }
}

.block-bottom-spacing {
  padding-bottom: 76px;
}

@media (max-width: 767px) {
  .block-bottom-spacing {
    padding-bottom: 51px;
  }
}

.columns-spacing-top {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .columns-spacing-top {
    padding-top: 21px;
  }
}

.columns-spacing-bottom {
  padding-bottom: 66px;
}

@media (max-width: 767px) {
  .columns-spacing-bottom {
    padding-bottom: 11px;
  }
}

.block-margin-top {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .block-margin-top {
    margin-top: 49px;
  }
}

.block-margin-bottom {
  margin-bottom: 80px;
}

@media (min-width: 1441px) {
  .block-margin-bottom {
    margin-bottom: 95px;
  }
}

@media (max-width: 767px) {
  .block-margin-bottom {
    margin-bottom: 50px;
  }
}

.content-column {
  padding-right: 20px;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .content-column {
    padding-right: 15px;
    margin-bottom: 24px;
  }
}

@media (max-width: 600px) {
  .content-column {
    padding-right: 0;
    padding-left: 0;
  }
}

.content-column.last_column {
  padding-right: 0;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .content-column.last_column {
    padding-right: 0;
    padding-left: 15px;
  }
}

@media (max-width: 600px) {
  .content-column.last_column {
    padding-left: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-header .main-header__logo svg {
    height: 48px !important;
  }
}

@media (min-width: 1441px) {
  .page-hero--home .page-hero__outer-wrapper {
    height: 960px;
  }
}

.c-btn, .c-btn-quaternary,
.c-btn-quaternary *, .c-btn-quaternary svg path {
  transition: all .2s linear;
}

/* Buttons */
button {
  cursor: pointer;
}

button:active {
  color: inherit;
}

.c-btn {
  display: inline-block;
  min-width: 200px;
  padding: 8px 15px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  letter-spacing: .02em;
  text-transform: uppercase;
  border: 0;
  background: #e64c00;
}

@media (max-width: 767px) {
  .c-btn {
    min-width: auto;
    padding: 5px 24px 5px;
    font-size: 14px;
  }
}

.c-btn:hover, .c-btn:focus {
  color: #ffffff;
  text-decoration: none;
  background: #d14600;
}

.c-btn.c-btn-color-alt {
  padding: 23px 15px 21px;
  color: #e84b47;
  border: 2px solid #ffffff;
  background: #ffffff;
}

@media (max-width: 767px) {
  .c-btn.c-btn-color-alt {
    padding: 14px 15px 13px;
  }
}

.c-btn.c-btn-color-alt:hover {
  color: #ffffff;
  background: transparent;
}

.c-btn-wrapper {
  display: block;
  margin: 32px 0 50px;
  line-height: 16px;
  text-align: left;
}

@media (max-width: 767px) {
  .c-btn-wrapper {
    margin: 16px 0 27px;
  }
}

.c-btn-wrapper.align-center {
  text-align: center;
}

.c-btn-wrapper.align-right {
  text-align: right;
}

.c-btn-wrapper:last-child {
  margin-bottom: 0;
}

.c-btn-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.c-btn-secondary {
  padding: 5px 15px 5px;
  position: relative;
  color: #e64c00;
  border: 3px solid #e64c00;
  background: transparent;
}

@media (max-width: 767px) {
  .c-btn-secondary {
    padding: 2px 23px 2px;
    letter-spacing: -.009em;
  }
}

.c-btn-secondary .c-btn-icon {
  display: none;
}

.c-btn-secondary svg * {
  stroke: #e84b47;
}

.c-btn-secondary:hover, .c-btn-secondary:focus {
  color: #ffffff;
  background: #e64c00;
}

.c-btn-secondary:hover svg *, .c-btn-secondary:focus svg * {
  stroke: #cf4240;
}

.c-btn-tertiary {
  width: 100%;
  padding: 28px 0;
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -.01em;
  text-transform: none;
  background: #050c1b;
}

@media (max-width: 767px) {
  .c-btn-tertiary {
    padding: 2px 0;
    font-size: 14px;
    line-height: 32px;
  }
}

.c-btn-tertiary:hover, .c-btn-tertiary.active, .c-btn-tertiary:focus {
  background: #e64c00;
}

.c-btn-quaternary {
  margin-right: 14px;
  margin-bottom: 6px;
  vertical-align: middle;
  background: #ffffff;
}

@media (max-width: 767px) {
  .c-btn-quaternary {
    min-width: 180px;
  }
}

.c-btn-quaternary,
.c-btn-quaternary * {
  color: #0c0c0c;
}

.c-btn-quaternary:hover *, .c-btn-quaternary:focus * {
  color: #ffffff;
}

.c-btn-quaternary:hover svg path, .c-btn-quaternary:focus svg path {
  fill: #ffffff;
}

@media (max-width: 767px) {
  .c-btn-quaternary.has-mobile-label .c-btn-quaternary__text--desktop {
    display: none;
  }
}

.c-btn-quaternary.has-mobile-label .c-btn-quaternary__text--mobile {
  display: none;
}

@media (max-width: 767px) {
  .c-btn-quaternary.has-mobile-label .c-btn-quaternary__text--mobile {
    display: inline;
  }
}

.c-btn-quaternary svg {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.c-btn-arrow {
  min-width: auto;
  padding: 0;
  font-family: "paralucent-text", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #0c0c0c;
  letter-spacing: .01em;
  border-bottom: 3px solid transparent;
  background: none;
  transition: .3s ease;
}

@media (max-width: 767px) {
  .c-btn-arrow {
    font-size: 20px;
    line-height: 24px;
  }
}

.c-btn-arrow:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-left: 5px;
  background: url("../images/icons/button-arrow.svg") center center no-repeat;
  transition: .3s ease;
}

@media (max-width: 767px) {
  .c-btn-arrow:after {
    margin-left: -1px;
  }
}

.c-btn-arrow:hover, .c-btn-arrow:focus {
  color: #e64c00;
  border-color: #e64c00;
  background: none;
}

.c-btn-arrow:hover:after, .c-btn-arrow:focus:after {
  width: 0;
}

.c-btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: auto;
  position: relative;
  border-radius: 100%;
  outline: 0;
}

@media (max-width: 991px) {
  .c-btn-circle {
    width: 48px;
    height: 48px;
  }
}

.c-btn-circle:focus {
  outline: 0;
}

.text-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #0c0c0c;
  border: none;
  transition: .3s ease;
}

@media (max-width: 767px) {
  .text-link {
    font-size: 14px;
    line-height: 24px;
  }
}

.text-link--back:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  margin-right: 8px;
  vertical-align: middle;
  border: 0.5px solid #e64c00;
  border-width: 3px 0 0 3px;
  transition: all .2s linear;
}

.text-link:hover, .text-link:focus {
  color: #e64c00;
}

/* Embed Video Styles */
.iframe-wrapper {
  height: 0;
  max-width: 100%;
  padding-bottom: 56.6%;
  position: relative;
  margin: 25px auto 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .iframe-wrapper {
    margin: 14px auto;
  }
}

.iframe-wrapper__overlay {
  position: absolute;
  z-index: 4;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background-position: center;
  background-size: cover;
}

.iframe-wrapper__play {
  width: 96px;
  height: 96px;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: 0;
  border: 0;
  border-radius: 100%;
  outline: 0;
  background: #e64c00;
  box-shadow: none;
  cursor: pointer;
  transition: background-color .3s ease;
}

@media (max-width: 767px) {
  .iframe-wrapper__play {
    width: 48px;
    height: 48px;
  }
}

.iframe-wrapper__play:hover, .iframe-wrapper__play:focus, .iframe-wrapper__play:active {
  outline: 0;
  background: #ffffff;
}

.iframe-wrapper__play:hover:before, .iframe-wrapper__play:focus:before, .iframe-wrapper__play:active:before {
  border-color: transparent transparent transparent #e64c00;
}

.iframe-wrapper__play:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(360deg);
  border-width: 14px 0 14px 21px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

@media (max-width: 767px) {
  .iframe-wrapper__play:before {
    border-width: 7.5px 0 7.5px 10px;
  }
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* Slider Global */
.slick-arrow {
  display: inline-block !important;
  width: 30px;
  height: 24px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: .2s linear;
}

@media (max-width: 1199px) {
  .slick-arrow {
    top: 520px;
  }
}

@media (max-width: 991px) {
  .slick-arrow {
    top: 385px;
  }
}

@media (max-width: 767px) {
  .slick-arrow {
    width: 20px;
    height: 16px;
    top: 0;
  }
}

.slick-arrow:hover, .slick-arrow:focus {
  border-color: #58697a;
  outline: none;
}

.slick-arrow:hover:after, .slick-arrow:focus:after {
  border-color: #58697a;
}

.slick-arrow:after {
  content: '';
  display: block;
  width: 30px;
  height: 24px;
  margin-top: 0;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .slick-arrow:after {
    width: 20px;
    height: 16px;
    background-size: cover;
  }
}

.slick-arrow.slick-prev {
  right: auto;
  left: 115px;
}

@media (max-width: 991px) {
  .slick-arrow.slick-prev {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .slick-arrow.slick-prev {
    right: auto;
    left: 0;
    left: -4px;
    margin-right: 0;
  }
}

.slick-arrow.slick-prev:after {
  background-image: url(../images/icons/slider-arrow-prev.svg);
}

.slick-arrow.slick-next {
  right: 103px;
  left: auto;
}

@media (max-width: 991px) {
  .slick-arrow.slick-next {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 0;
    right: -4px;
    left: auto;
    margin-left: 0;
  }
}

.slick-arrow.slick-next:after {
  background-image: url(../images/icons/slider-arrow-next.svg);
}

/* BASE TABLES */
#page .tablepress-table-name {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1.5px;
  text-transform: none;
}

@media (max-width: 991px) {
  #page .tablepress-table-name {
    margin-bottom: 19px;
    letter-spacing: 0;
  }
}

#page .tablepress {
  margin-top: -6px;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  #page .tablepress {
    margin-bottom: 17px;
  }
}

#page .tablepress caption {
  display: none;
}

@media (max-width: 991px) {
  #page .tablepress thead {
    display: block;
    min-width: 165px;
    float: left;
  }
}

@media (max-width: 767px) {
  #page .tablepress thead {
    min-width: 90px;
  }
}

@media (max-width: 991px) {
  #page .tablepress thead tr {
    display: block;
    border-right: 1px solid #d5d9de;
  }
}

#page .tablepress thead th {
  padding: 19px 11px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #0c0c0c;
  border: 0;
  background-color: transparent;
}

@media (max-width: 991px) {
  #page .tablepress thead th {
    display: block;
  }
}

@media (max-width: 767px) {
  #page .tablepress thead th {
    padding: 11px 0;
    font-size: 12px;
    line-height: 14px;
  }
}

#page .tablepress thead th:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #ced2d9;
}

@media (max-width: 991px) {
  #page .tablepress thead th:after {
    display: none;
  }
}

#page .tablepress thead th br {
  display: none;
}

@media (max-width: 991px) {
  #page .tablepress tbody tr {
    display: inline-block;
    min-width: 177px;
    vertical-align: top;
    border-right: 1px solid #d5d9de;
  }
}

@media (max-width: 767px) {
  #page .tablepress tbody tr {
    min-width: 0;
  }
}

#page .tablepress tbody td {
  padding: 15px 11px;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  color: #0c0c0c;
  border: 0;
}

@media (max-width: 991px) {
  #page .tablepress tbody td {
    display: block;
    padding: 14px 35px;
  }
}

@media (max-width: 767px) {
  #page .tablepress tbody td {
    padding: 11px 15px;
    font-size: 12px;
    line-height: 14px;
  }
}

#page .tablepress tbody td:first-child {
  text-align: left;
}

#page .tablepress tbody td:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #ced2d9;
}

@media (max-width: 991px) {
  #page .tablepress tbody td:after {
    display: none;
  }
}

#page .tablepress tbody tr {
  border-top: 0;
}

#page .tablepress tbody tr:last-child {
  border-bottom: 0;
}

.table-wrapper {
  position: relative;
}

/* Responsive TABLES */
@media only screen and (max-width: 991px) {
  .dataTables_wrapper .cf:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
  }
  .dataTables_wrapper * html .cf {
    zoom: 1;
  }
  .dataTables_wrapper *:first-child + html .cf {
    zoom: 1;
  }
  .dataTables_wrapper table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .dataTables_wrapper th,
  .dataTables_wrapper td {
    margin: 0;
    vertical-align: top;
  }
  .dataTables_wrapper th {
    text-align: left;
  }
  .dataTables_wrapper table {
    position: relative;
    display: block;
    width: 100%;
  }
  .dataTables_wrapper thead {
    display: block;
    float: left;
  }
  .dataTables_wrapper tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }
  .dataTables_wrapper thead tr {
    display: block;
  }
  .dataTables_wrapper th {
    display: block;
    text-align: right;
  }
  .dataTables_wrapper tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .dataTables_wrapper td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* sort out borders */
  #flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  #flip-scroll td {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  #flip-scroll tbody tr {
    border-left: 1px solid #d5d9de;
  }
  #flip-scroll th:last-child,
  #flip-scroll td:last-child {
    border-bottom: 1px solid #d5d9de;
  }
}

/***************************
*** GRAVITY FORMS STYLES ***
****************************
1.General
2.Grid
	2a.Halfs
	2b.Thirds
	2c.Columns
	2d.List Inline
3.Fields
	3a.Checkbox, Radio
	3b.Dropdown
	3c.Multiselect
	3d.Text Input Fields
	3e.Textarea Field
	3f.Name Fields
		3fa.General Styles
		3fb.First Name & Last Name
		3fc.Prefix & First Name & Last Name
		3fd.First Name & Last Name & Suffix
		3fe.First Name & Middle Name & Last Name
		3ff.Prefix & First Name & Middle Name & Last Name & Last Name
		3fg.Prefix & First Name & Middle Name & Last Name & Suffix
		3fh.First Name & Middle Name & Last Name & Suffix
	3g.Date Fields
	3h.Time Fields
	3i.Address Fields
	3j.List Field
	3k.Single Product
	3l.Quantity
	3m.HTML
4.Buttons
5.IE/Edge Modify
*/
/************
* 1.General *
************/
.page-content {
  /*********
* 2.GRID *
**********/
  /* 2a.Halfs */
  /* 2b.Thirds */
  /* 2c.Columns */
  /* 2d.List inline */
  /***********
* 3.FIELDS *
***********/
  /* 3.General */
  /* 3a.Checkbox, Radio */
  /* 3b.Dropdowns */
  /* 3c.Multiselect */
  /* 3d.Text Input fields */
  /* 3f.Name Fields */
  /** 3fa.General Styles **/
  /** 3fb.First Name & Last Name **/
  /** 3fc.Prefix & First Name & Last Name **/
  /** 3fd.First Name & Last Name & Suffix **/
  /** 3fe.First Name & Middle Name & Last Name **/
  /** 3ff.Prefix & First Name & Middle Name & Last Name & Last Name **/
  /** 3fg.Prefix & First Name & Middle Name & Last Name & Suffix **/
  /** 3fh.First Name & Middle Name & Last Name & Suffix **/
  /* 3g.Date Fields */
  /* 3h.Time Fields */
  /* 3i. Address Fields */
  /* 3j.List Field */
  /* 3k.Single Product */
  /* 3l.Quantity */
  /* 4.Button Style */
  /* 5. IE/Edge Modify */
}

.page-content div.gform_wrapper {
  max-width: 100%;
  margin: 0;
}

.page-content div.gform_wrapper p {
  margin: 0;
}

.page-content div.gform_wrapper br {
  display: none;
}

.page-content div.gform_wrapper div.gform_body {
  width: auto !important;
  margin-right: -15px;
  margin-left: -15px;
}

.page-content div.gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
  display: none;
}

.page-content div.gform_wrapper ul.gform_fields {
  margin-right: -15px;
  margin-left: -15px;
}

.page-content div.gform_wrapper ul.gform_fields li.gfield {
  padding-left: 15px;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 15px;
  }
}

.page-content div.gform_wrapper ul.gform_fields li.gfield:not(.gfield_html) {
  font-size: 16px;
  line-height: 26px;
}

.page-content div.gform_wrapper ul.gform_fields li.gfield::before {
  display: none;
}

.page-content div.gform_wrapper .clear-multi {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}

.page-content div.gform_wrapper .clear-multi:after {
  content: '';
  clear: both;
  display: table;
}

.page-content div.gform_wrapper input:not([type="checkbox"]):not([type="radio"]) + label:not(.gfield_label),
.page-content div.gform_wrapper input:not([type="checkbox"]):not([type="radio"]) + br + label:not(.gfield_label),
.page-content div.gform_wrapper select + label:not(.gfield_label),
.page-content div.gform_wrapper select + br + label:not(.gfield_label),
.page-content div.gform_wrapper .select2 + br + label:not(.gfield_label),
.page-content div.gform_wrapper .select2 + label:not(.gfield_label) {
  margin-bottom: 8px !important;
}

.page-content div.gform_wrapper .top_label .ginput_container {
  width: 100%;
  padding-right: 0;
}

.page-content div.gform_wrapper .top_label .ginput_container.ginput_container_fileupload {
  width: 100%;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label .ginput_container {
    width: 100%;
    padding-right: 0;
  }
}

.page-content div.gform_wrapper .top_label .ginput_container input:not([type="file"]),
.page-content div.gform_wrapper .top_label .ginput_container select {
  border: 1px solid darkgray !important;
  border-style: outset;
  border-radius: 0 !important;
  box-shadow: none;
}

.page-content div.gform_wrapper .top_label .ginput_container select {
  height: 38.8px;
  margin-top: 0 !important;
  margin-right: 0;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  border: 1px solid darkgray !important;
  -webkit-appearance: menulist;
}

.page-content div.gform_wrapper .top_label .ginput_container select[multiple="multiple"] {
  -webkit-appearance: listbox;
}

.page-content div.gform_wrapper .top_label .ginput_container br {
  display: none;
}

/* .page-content div.gform_wrapper .top_label .ginput_container *:not(img) {
  width: 100%;
} */

.page-content div.gform_wrapper .top_label .ginput_container .gfield_list_cell {
  width: auto;
}

.page-content div.gform_wrapper .ginput_complex.ginput_container_address .ginput_left,
.page-content div.gform_wrapper .ginput_complex.ginput_container_address .ginput_right,
.page-content div.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.page-content div.gform_wrapper .top_label li.gfield.gf_left_half *,
.page-content div.gform_wrapper .top_label li.gfield.gf_right_half *,
.page-content div.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
.page-content div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
.page-content div.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
.page-content div.gform_wrapper .top_label li.gfield.gf_list_2col *,
.page-content div.gform_wrapper .top_label li.gfield.gf_list_3col *,
.page-content div.gform_wrapper .top_label li.gfield.gf_list_4col *,
.page-content div.gform_wrapper .top_label li.gfield.gf_list_5col * {
  width: 100%;
}

.page-content div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.page-content div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 0;
}

.page-content .ui-datepicker {
  position: absolute;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label li.gfield.gf_left_half,
  .page-content div.gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container,
.page-content div.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container {
  padding: 0;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .page-content div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .page-content div.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third) + li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 33.3% !important;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third) + li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 0 !important;
  }
}

.page-content div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third):not(.gf_middle_third) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 66.6% !important;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third):not(.gf_middle_third) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 0 !important;
  }
}

.page-content div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 33.3% !important;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 0 !important;
  }
}

.page-content div.gform_wrapper .top_label li.gfield.gf_list_2col {
  width: 50%;
}

.page-content div.gform_wrapper .top_label li.gfield.gf_list_3col {
  width: 33.3%;
}

.page-content div.gform_wrapper .top_label li.gfield.gf_list_4col {
  width: 25%;
}

.page-content div.gform_wrapper .top_label li.gfield.gf_list_5col {
  width: 20%;
}

.page-content div.gform_wrapper .top_label li.gfield.gf_list_2col,
.page-content div.gform_wrapper .top_label li.gfield.gf_list_3col,
.page-content div.gform_wrapper .top_label li.gfield.gf_list_4col,
.page-content div.gform_wrapper .top_label li.gfield.gf_list_5col {
  display: inline-block;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label li.gfield.gf_list_2col,
  .page-content div.gform_wrapper .top_label li.gfield.gf_list_3col,
  .page-content div.gform_wrapper .top_label li.gfield.gf_list_4col,
  .page-content div.gform_wrapper .top_label li.gfield.gf_list_5col {
    width: 100%;
  }
}

.page-content div.gform_wrapper .gf_list_inline ul.gfield_checkbox,
.page-content div.gform_wrapper .gf_list_inline ul.gfield_radio {
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .gf_list_inline ul.gfield_checkbox,
  .page-content div.gform_wrapper .gf_list_inline ul.gfield_radio {
    margin-right: 0;
    margin-left: 0;
  }
}

.page-content div.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.page-content div.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  padding: 0 15px !important;
  margin-right: 0;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
  .page-content div.gform_wrapper li.gf_list_inline ul.gfield_radio li {
    display: block;
    padding: 0 !important;
  }
}

.page-content div.gform_wrapper .gf_list_inline .gfield_checkbox li label,
.page-content div.gform_wrapper .gf_list_inline .gfield_radio li label {
  max-width: 100%;
  margin: 0;
}

.page-content div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]) {
  height: 39px;
}

.page-content div.gform_wrapper .top_label li ul.gfield_checkbox,
.page-content div.gform_wrapper .top_label li ul.gfield_radio {
  width: auto;
}

.page-content div.gform_wrapper .top_label li ul.gfield_checkbox br,
.page-content div.gform_wrapper .top_label li ul.gfield_radio br {
  display: none;
}

.page-content div.gform_wrapper .top_label li ul.gfield_checkbox input[type="checkbox"],
.page-content div.gform_wrapper .top_label li ul.gfield_radio input[type="checkbox"] {
  margin-top: 1px;
  -webkit-appearance: checkbox;
}

.page-content div.gform_wrapper .top_label li ul.gfield_checkbox input[type="radio"],
.page-content div.gform_wrapper .top_label li ul.gfield_radio input[type="radio"] {
  margin-top: 3px;
  -webkit-appearance: radio;
}

.page-content .select2-dropdown {
  font-size: 16px;
  line-height: normal;
  border-color: darkgray;
  border-top: 1px solid darkgray !important;
  border-radius: 0;
}

.page-content .select2-results__option {
  padding: 2px;
  padding-left: 6px;
}

.page-content .select2-container--default .select2-results__option[aria-selected=true] {
  color: #666666;
  background-color: transparent;
}

.page-content .select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #ffffff;
  background-color: #5897fb;
}

.page-content div.gform_wrapper .select2.select2-container {
  width: 100% !important;
  max-width: 100%;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}

.page-content div.gform_wrapper .select2.select2-container * {
  margin-bottom: 0 !important;
}

.page-content div.gform_wrapper .select2.select2-container .selection {
  width: 100%;
  padding: 0;
  float: none;
}

.page-content div.gform_wrapper .select2.select2-container.select2-container--open.select2-container--below .select2-selection.select2-selection--single {
  border-bottom-color: transparent;
}

.page-content div.gform_wrapper .select2-selection.select2-selection--single {
  width: 100% !important;
}

.page-content div.gform_wrapper .select2-container--default .select2-selection--single {
  height: 39.2px;
  font-size: 16px;
  border-color: darkgray;
  border-radius: 0;
  outline: none;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .select2-container--default .select2-selection--single {
    height: 45.2px;
  }
}

.page-content div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39.2px;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45.2px;
  }
}

.page-content div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  width: 7.5px !important;
  height: 15px;
  padding-right: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7.5px;
  margin-right: 0;
}

.page-content div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before, .page-content div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}

.page-content div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  width: 0;
  height: 0;
  top: 0;
  border-width: 0 3.75px 6px 3.75px;
  border-style: solid;
  border-color: transparent transparent #444444 transparent;
}

.page-content div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  width: 0;
  height: 0;
  bottom: 0;
  border-width: 6px 3.75px 0 3.75px;
  border-style: solid;
  border-color: #444444 transparent transparent transparent;
}

.page-content div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.page-content div.gform_wrapper .top_label .ginput_container.ginput_container_select {
  width: 50%;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label .ginput_container.ginput_container_select {
    width: 100%;
    padding-right: 0;
  }
}

.page-content div.gform_wrapper .top_label .ginput_container.ginput_container_select select {
  width: 100%;
  border-radius: 0;
}

.page-content div.gform_wrapper select[multiple="multiple"] {
  height: auto !important;
  min-height: 39.2px;
  padding: 8px;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper select[multiple="multiple"] {
    min-height: 45.2px;
  }
}

.page-content div.gform_wrapper .top_label select.medium {
  width: 100%;
}

.page-content div.gform_wrapper {
  /* 3e.Textarea Field */
}

.page-content div.gform_wrapper .top_label input.medium {
  width: 100%;
}

.page-content div.gform_wrapper .top_label textarea {
  border: 1px solid darkgray !important;
  border-style: outset;
  border-radius: 0;
  box-shadow: none;
}

.page-content div.gform_wrapper .top_label div.ginput_container.ginput_container_name {
  width: auto;
  padding-right: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.page-content div.gform_wrapper .top_label div.ginput_container.ginput_container_name span:not([class^="select2"]):not(.selection) {
  margin-right: 0;
}

.page-content div.gform_wrapper .top_label div.ginput_container.ginput_container_name:after {
  content: '';
  clear: both;
  display: table;
}

.page-content div.gform_wrapper .top_label div.ginput_container.ginput_container_name > p,
.page-content div.gform_wrapper .top_label div.ginput_container.ginput_container_name > span:not([class^="select2"]):not(.selection) {
  display: block;
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label div.ginput_container.ginput_container_name > p,
  .page-content div.gform_wrapper .top_label div.ginput_container.ginput_container_name > span:not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label div.ginput_container.ginput_container_name > span:not([class^="select2"]):not(.selection) + p {
  display: none;
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix {
  display: flex;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix {
    display: block;
  }
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix p {
  width: 50%;
  padding: 0 15px;
  float: left;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix p {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix p span:not([class^="select2"]):not(.selection) {
  width: 100%;
  padding: 0;
}

.page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix > p {
  width: 50%;
  padding: 0 15px;
  float: left;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix > p {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix > p span:not([class^="select2"]):not(.selection) {
  width: 100%;
  padding: 0;
}

.page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_prefix {
  padding: 0 15px;
}

.page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix span:not(.name_prefix):not(.name_last):not([class^="select2"]):not(.selection) {
  width: 50%;
  padding: 0 15px;
  float: left;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix span:not(.name_prefix):not(.name_last):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:first-child {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:first-child {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:first-child span:not([class^="select2"]):not(.selection) {
  width: 100%;
  padding: 0;
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:last-child {
  width: 100%;
  padding: 0;
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:last-child span:not([class^="select2"]):not(.selection) {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:last-child span:not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p {
  width: auto;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p:after {
  content: '';
  clear: both;
  display: table;
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p span:not([class^="select2"]):not(.selection) {
  width: 33.333%;
  padding: 0 15px;
  float: left;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p span:not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_prefix {
  padding: 0 15px;
}

.page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span:not(.name_prefix):not([class^="select2"]):not(.selection) {
  width: 33.333%;
  padding: 0 15px;
  float: left;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span:not(.name_prefix):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix,
.page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
  padding: 0 15px;
}

.page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_prefix):not(.name_suffix):not([class^="select2"]):not(.selection) {
  width: 33.333%;
  padding: 0 15px;
  float: left;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_prefix):not(.name_suffix):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix {
  margin-right: 0;
  margin-left: 0;
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix > p {
  width: auto;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
  width: 50%;
  padding: 0 15px;
}

.page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_suffix):not([class^="select2"]):not(.selection) {
  width: 33.333%;
  padding: 0 15px;
  float: left;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_suffix):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date {
  width: auto;
  padding-right: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .datepicker {
  width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .datepicker {
    width: calc(100% - 30px);
  }
}

.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .clear-multi {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .clear-multi > div {
  padding: 0 15px;
}

.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .ginput_container_date {
  margin-right: 0;
}

.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_month,
.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_day,
.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_year {
  width: 33.333%;
  max-width: none;
  float: left;
  margin: 0;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_month,
  .page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_day,
  .page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_year {
    width: 100%;
  }
}

.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_month label,
.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_day label,
.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_year label {
  text-align: left;
}

.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_month,
.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_day,
.page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_year {
  display: block;
  width: 16.66666667%;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_month,
  .page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_day,
  .page-content div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_year {
    width: 100%;
    margin-bottom: 10px;
  }
}

.page-content div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time,
.page-content div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time,
.page-content div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time {
  width: 16.66666667%;
  max-width: none;
  padding: 0 15px;
  float: left;
  position: relative;
  margin-right: 0;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time,
  .page-content div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time,
  .page-content div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time {
    width: 100%;
  }
}

.page-content div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time label,
.page-content div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time select,
.page-content div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time label,
.page-content div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time select,
.page-content div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time label,
.page-content div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time select {
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
}

.page-content div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time i,
.page-content div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time i,
.page-content div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time i {
  display: none;
}

.page-content div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time label,
.page-content div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time label,
.page-content div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time label {
  text-align: left;
}

.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address {
  width: auto;
  padding-right: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address:after {
  content: '';
  clear: both;
  display: table;
}

.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_full {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_city,
.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_state,
.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_zip,
.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_country {
  padding: 0 15px !important;
}

.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right,
.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left {
  display: block;
  width: 50%;
  padding: 0 15px;
  float: left;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right,
  .page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left {
    width: 100%;
  }
}

.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_city, .page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_state, .page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_zip, .page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_country,
.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_city,
.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_state,
.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_zip,
.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_country {
  padding: 0 15px !important;
}

.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right {
  float: right;
}

.page-content div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left {
  float: left;
}

.page-content div.gform_wrapper .ginput_container.ginput_container_list.ginput_list {
  width: 100%;
  padding-right: 0;
}

.page-content div.gform_wrapper table.gfield_list tr.gfield_list_group {
  display: table-row;
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  .page-content div.gform_wrapper table.gfield_list tr.gfield_list_group {
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    background: transparent;
  }
}

.page-content div.gform_wrapper table.gfield_list tr td {
  display: table-cell;
}

.page-content div.gform_wrapper table.gfield_list tr td.gfield_list_cell,
.page-content div.gform_wrapper table.gfield_list tr td.gfield_list_cell input {
  width: 100%;
  margin: 0;
}

.page-content div.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  position: relative;
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  .page-content div.gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 48px !important;
    padding: 0 !important;
    margin: 0;
    background: transparent;
  }
}

.page-content div.gform_wrapper table.gfield_list tr td.gfield_list_icons img {
  display: block;
  width: auto;
  height: 19.4px;
  position: absolute !important;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  margin: 0;
  outline: 0;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper table.gfield_list tr td.gfield_list_icons img {
    position: static;
  }
}

.page-content div.gform_wrapper table.gfield_list tr td.gfield_list_icons img:last-child {
  left: 23px;
}

.page-content div.gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item, .page-content div.gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
  margin: 0 !important;
}

.page-content div.gform_wrapper .ginput_container.ginput_container_singleproduct {
  width: 100%;
}

.page-content div.gform_wrapper .gfield.gfield_price.gfield_quantity {
  padding: 0;
  padding-left: 15px;
  margin: 16px 0 0;
}

.page-content div.gform_wrapper .gfield.gfield_price.gfield_quantity label {
  display: block;
  width: 33.333%;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .gfield.gfield_price.gfield_quantity label {
    width: 100%;
  }
}

.page-content div.gform_wrapper .gfield.gfield_price.gfield_quantity .ginput_container.ginput_container_number {
  width: 33.333%;
}

@media screen and (max-width: 720px) {
  .page-content div.gform_wrapper .gfield.gfield_price.gfield_quantity .ginput_container.ginput_container_number {
    width: 100%;
  }
}

.page-content div.gform_wrapper .gform_button.button {
  width: 300px !important;
  height: 56px;
  padding-right: 0;
  margin: 29px 0 85px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: #000;
  transition: all .2s;
}

@media (max-width: 1024px) {
  .page-content div.gform_wrapper .gform_button.button {
    width: 280px !important;
    height: 53px;
    margin: 29px 0 55px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .page-content div.gform_wrapper .gform_button.button {
    width: 210px !important;
    height: 39px;
    margin-bottom: 39px;
    font-size: 11px;
    letter-spacing: 2px;
  }
}

.page-content div.gform_wrapper .gform_button.button:hover {
  background-color: #4d4c4c;
}

.page-content .gform_wrapper.gform_validation_error .top_label input.medium:not(.datepicker),
.page-content .gform_wrapper.gform_validation_error .top_label select.medium {
  width: 100%;
}

.page-content .gform_wrapper li.gfield.gfield_error {
  padding-right: 15px !important;
}

.page-content div.gf_browser_unknown table.gfield_list td.gfield_list_icons img,
.page-content div.gf_browser_ie table.gfield_list td.gfield_list_icons img {
  display: inline;
  position: relative;
  top: auto;
  transform: none;
}

.page-content div.gf_browser_unknown .top_label .ginput_container.ginput_container_fileupload,
.page-content div.gf_browser_ie .top_label .ginput_container.ginput_container_fileupload {
  width: 50%;
}

@media screen and (max-width: 720px) {
  .page-content div.gf_browser_unknown .top_label .ginput_container.ginput_container_fileupload,
  .page-content div.gf_browser_ie .top_label .ginput_container.ginput_container_fileupload {
    width: 100%;
  }
}

.page-content div.gf_browser_unknown table.gfield_list tr td.gfield_list_icons img,
.page-content div.gf_browser_ie table.gfield_list tr td.gfield_list_icons img {
  top: auto;
}

.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield {
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]) {
  padding: 7px 14px;
  font-size: 16px;
  line-height: 16px;
  color: #0c0c0c;
  border: 1px solid #a5aabe !important;
  border-radius: 0;
  background: none;
}

.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-webkit-input-placeholder,
.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-webkit-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-webkit-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-webkit-input-placeholder {
  color: #a5aabe;
}

.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-moz-placeholder,
.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-moz-placeholder {
  /* Firefox 18- */
  color: #a5aabe;
}

.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-moz-placeholder,
.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5aabe;
  opacity: 1;
}

.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-ms-input-placeholder,
.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-ms-input-placeholder {
  /* IE 10+ */
  color: #a5aabe;
}

.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-ms-input-placeholder,
.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-ms-input-placeholder {
  /* Edge */
  color: #a5aabe;
}

.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):placeholder-shown,
.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):placeholder-shown,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):placeholder-shown,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):placeholder-shown {
  /* Standard one last! */
  color: #a5aabe;
}

@media (max-width: 1199px) {
  .page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
  .page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]) {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
  .page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]) {
    min-width: auto;
  }
}

.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield {
  border: 0;
  background: none;
}

.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
.page-content div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]) {
  border-color: #e22020 !important;
}

.page-content div.gform_wrapper .gform_footer input.gform_button,
.sticky-sidebar div.gform_wrapper .gform_footer input.gform_button {
  height: auto;
  padding: 8px 15px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  letter-spacing: .02em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: #e64c00;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page-content div.gform_wrapper .gform_footer input.gform_button,
  .sticky-sidebar div.gform_wrapper .gform_footer input.gform_button {
    padding: 5px 15px 5px;
    margin: 0 0 6px 0;
    letter-spacing: -.02em;
  }
}

.page-content div.gform_wrapper .gform_footer input.gform_button:hover,
.sticky-sidebar div.gform_wrapper .gform_footer input.gform_button:hover {
  background: #d14600;
}

.page-content div.gform_wrapper div.validation_error,
.sticky-sidebar div.gform_wrapper div.validation_error {
  font-size: 15px;
  color: #e22020 !important;
  border-color: #e22020;
}

.page-content div.gform_wrapper .validation_message,
.sticky-sidebar div.gform_wrapper .validation_message {
  font-size: 13px;
  color: #e22020;
}

.page-content .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.sticky-sidebar .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.page-content div.gform_wrapper .select2.select2-container + br + select + .select2.select2-container,
.sticky-sidebar div.gform_wrapper .select2.select2-container + br + select + .select2.select2-container {
  margin-top: 10px !important;
}

.sticky-sidebar div.gform_wrapper,
.main-footer div.gform_wrapper {
  margin: 0;
}

@media (max-width: 991px) {
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields,
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields {
    display: flex;
  }
}

@media (max-width: 767px) {
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields,
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields {
    display: block;
  }
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield {
  max-width: 100% !important;
  padding: 0;
}

@media (max-width: 991px) {
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield,
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield {
    width: 50%;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield,
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield {
    width: 100%;
    margin: 0 0 11px;
  }
}

@media (max-width: 991px) {
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield:first-child,
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield:first-child {
    margin-right: 10px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield:first-child,
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield:first-child {
    margin-right: 0;
  }
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container {
  margin: 0;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]) {
  width: 100%;
  height: 48px;
  min-width: 255px;
  padding: 7px 14px;
  font-size: 16px;
  line-height: 16px;
  color: #0c0c0c;
  border: 1px solid #a5aabe !important;
  border-radius: 0;
  background: none;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit'])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button'])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image'])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"])::-webkit-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"])::-webkit-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"])::-webkit-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"])::-webkit-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit'])::-webkit-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button'])::-webkit-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image'])::-webkit-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit'])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button'])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image'])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit'])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button'])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image'])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"])::-webkit-input-placeholder {
  color: #a5aabe;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]):-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]):-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]):-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']):-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']):-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']):-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]):-moz-placeholder {
  /* Firefox 18- */
  color: #a5aabe;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit'])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button'])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image'])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"])::-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"])::-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"])::-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"])::-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit'])::-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button'])::-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image'])::-moz-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit'])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button'])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image'])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit'])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button'])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image'])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"])::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5aabe;
  opacity: 1;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]):-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]):-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]):-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']):-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']):-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']):-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]):-ms-input-placeholder {
  /* IE 10+ */
  color: #a5aabe;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit'])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button'])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image'])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"])::-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"])::-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"])::-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"])::-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit'])::-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button'])::-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image'])::-ms-input-placeholder,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit'])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button'])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image'])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit'])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button'])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image'])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"])::-ms-input-placeholder {
  /* Edge */
  color: #a5aabe;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]):placeholder-shown,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):placeholder-shown,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]):placeholder-shown,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]):placeholder-shown,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']):placeholder-shown,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']):placeholder-shown,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']):placeholder-shown,
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]):placeholder-shown {
  /* Standard one last! */
  color: #a5aabe;
}

@media (max-width: 1199px) {
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]) {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]) {
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']),
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="text"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='submit']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='button']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type='image']),
  .main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="file"]) {
    height: 42px;
  }
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield {
  border: 0;
  background: none;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="radio"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="text"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="checkbox"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type='submit']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type='button']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type='image']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="file"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="radio"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="text"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type='submit']),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type='button']),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type='image']),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="file"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="radio"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="text"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="checkbox"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type='submit']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type='button']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type='image']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="file"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="radio"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="text"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type='submit']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type='button']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type='image']),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="file"]) {
  border-color: #e22020 !important;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield p,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield p {
  margin-bottom: 10px;
}

.sticky-sidebar div.gform_wrapper .gform_footer,
.main-footer div.gform_wrapper .gform_footer {
  padding: 2px 0 10px 0;
  margin: 1px 0 0 0;
}

@media (max-width: 991px) {
  .sticky-sidebar div.gform_wrapper .gform_footer,
  .main-footer div.gform_wrapper .gform_footer {
    padding: 2px 0 7px 0;
  }
}

.sticky-sidebar div.gform_wrapper .gform_footer input.gform_button,
.main-footer div.gform_wrapper .gform_footer input.gform_button {
  width: 100%;
  height: auto;
  padding: 8px 15px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  letter-spacing: .02em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: #e64c00;
  cursor: pointer;
}

@media (max-width: 767px) {
  .sticky-sidebar div.gform_wrapper .gform_footer input.gform_button,
  .main-footer div.gform_wrapper .gform_footer input.gform_button {
    padding: 5px 15px 5px;
    margin: 0 0 6px 0;
    letter-spacing: -.02em;
  }
}

.sticky-sidebar div.gform_wrapper .gform_footer input.gform_button:hover,
.main-footer div.gform_wrapper .gform_footer input.gform_button:hover {
  background: #d14600;
}

.sticky-sidebar div.gform_wrapper div.validation_error,
.main-footer div.gform_wrapper div.validation_error {
  font-size: 15px;
  color: #e22020 !important;
  border-color: #e22020 !important;
}

.sticky-sidebar div.gform_wrapper .validation_message,
.main-footer div.gform_wrapper .validation_message {
  font-size: 13px;
  color: #e22020 !important;
}

.sticky-sidebar div.gform_wrapper + p {
  display: none;
}

.sticky-sidebar div.gform_wrapper > p {
  display: none;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields {
  flex-direction: column;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield {
  width: 100%;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield span {
  width: 100%;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield p {
    margin-bottom: 0;
  }
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container {
  margin: 0 !important;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]) {
  font-size: 16px;
  line-height: 16px;
  color: #0c0c0c;
  border: 1px solid #a5aabe;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit'])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button'])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image'])::-webkit-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"])::-webkit-input-placeholder {
  color: #a5aabe;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']):-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]):-moz-placeholder {
  /* Firefox 18- */
  color: #a5aabe;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit'])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button'])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image'])::-moz-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"])::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5aabe;
  opacity: 1;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']):-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]):-ms-input-placeholder {
  /* IE 10+ */
  color: #a5aabe;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit'])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button'])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image'])::-ms-input-placeholder, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"])::-ms-input-placeholder {
  /* Edge */
  color: #a5aabe;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']):placeholder-shown, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]):placeholder-shown {
  /* Standard one last! */
  color: #a5aabe;
}

@media (max-width: 1199px) {
  .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]) {
    font-size: 14px;
  }
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):focus, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="text"]):focus, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="checkbox"]):focus, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='submit']):focus, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='button']):focus, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type='image']):focus, .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="file"]):focus {
  border: 1px solid #e64c00;
  outline: none;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield {
  border: 0;
  background: none;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="radio"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="text"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="checkbox"]), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type='submit']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type='button']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type='image']), .sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="file"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="radio"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="text"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="checkbox"]),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type='submit']),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type='button']),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type='image']),
.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="file"]) {
  border-color: #e22020;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields li.gfield br {
  display: none;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields .gfield_required {
  display: none;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields .gfield_label {
  display: none;
}

.sticky-sidebar div.gform_wrapper div.gform_body ul.gform_fields .ginput_complex label {
  display: none;
}

.sticky-sidebar div.gform_wrapper .gform_heading {
  display: none;
}

.sticky-sidebar div.gform_wrapper .gform_footer p {
  display: none;
}

.sticky-sidebar div.gform_wrapper .gform_footer input.gform_button {
  width: 100% !important;
  margin-top: 13px;
}

@media (max-width: 767px) {
  .sticky-sidebar div.gform_wrapper .gform_footer input.gform_button {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .sticky-sidebar-wrapper {
    display: none;
  }
}

.main-footer div.gform_wrapper + p {
  display: none;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]) {
  font-size: 14px;
  color: #ced2d9;
  border-color: #ced2d9 !important;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-webkit-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-webkit-input-placeholder {
  color: #ced2d9;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-moz-placeholder {
  /* Firefox 18- */
  color: #ced2d9;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-moz-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-moz-placeholder {
  /* Firefox 19+ */
  color: #ced2d9;
  opacity: 1;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):-ms-input-placeholder {
  /* IE 10+ */
  color: #ced2d9;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-ms-input-placeholder,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"])::-ms-input-placeholder {
  /* Edge */
  color: #ced2d9;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):placeholder-shown,
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]):placeholder-shown {
  /* Standard one last! */
  color: #ced2d9;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield {
  border: 0;
  background: none;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]),
.main-footer div.gform_wrapper div.gform_body ul.gform_fields li.gfield_error.gfield div.ginput_complex.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type='submit']):not([type='button']):not([type='image']):not([type="file"]) {
  border-color: #e22020 !important;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields .gfield_required {
  display: none;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields .gfield_label {
  display: none;
}

.main-footer div.gform_wrapper div.gform_body ul.gform_fields .ginput_complex label {
  display: none;
}

.main-footer div.gform_wrapper .gform_footer p {
  display: none;
}

.simplebar-track.simplebar-vertical {
  width: 2px;
  background: #d2d7dc;
}

.simplebar-track.simplebar-horizontal {
  height: 2px;
  background: #d2d7dc;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 3px;
  top: 0;
  background: #181818;
}

.simplebar-track .simplebar-scrollbar {
  width: 3px;
  right: 0;
  background: #181818;
}

.simplebar-content-wrapper {
  visibility: inherit;
}

.leadparagraph {
  margin: 0 0 60px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: .004em;
}

@media (max-width: 767px) {
  .leadparagraph {
    margin: 0 0 44px;
    font-size: 20px;
    line-height: 24px;
  }
}

.highlight-text {
  padding: 3px 0;
  background: #ecf0f7;
}

blockquote.alternate,
blockquote {
  padding: 13px 21px 52px;
  position: relative;
  margin: 55px 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -.009em;
}

@media (max-width: 767px) {
  blockquote.alternate,
  blockquote {
    padding: 6px 14px 39px 1px;
    margin: 19px 0 15px;
    font-size: 26px;
    line-height: 30px;
  }
}

blockquote.alternate:not([class]),
blockquote:not([class]) {
  padding: 0 25px;
}

@media (max-width: 767px) {
  blockquote.alternate:not([class]),
  blockquote:not([class]) {
    padding: 6px 14px 13px 0;
  }
}

blockquote.alternate:not([class]) > p:before, blockquote.alternate:not([class]) > p:after,
blockquote:not([class]) > p:before,
blockquote:not([class]) > p:after {
  display: inline;
}

blockquote.alternate:not([class]) > p:before,
blockquote:not([class]) > p:before {
  content: '“';
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  blockquote.alternate:not([class]) > p:before,
  blockquote:not([class]) > p:before {
    position: static;
    top: 6px;
    left: 11px;
  }
}

blockquote.alternate:not([class]) > p:after,
blockquote:not([class]) > p:after {
  content: '”';
}

blockquote.alternate p,
blockquote p {
  margin: 0;
  letter-spacing: -.011em;
}

@media (max-width: 767px) {
  blockquote.alternate p,
  blockquote p {
    letter-spacing: 0;
  }
}

blockquote.alternate cite,
blockquote cite {
  font-style: normal;
}

blockquote.alternate cite:before, blockquote.alternate cite:after,
blockquote cite:before,
blockquote cite:after {
  display: inline;
}

blockquote.alternate cite:before,
blockquote cite:before {
  content: '“';
  position: absolute;
  top: 13px;
  left: 0;
}

@media (max-width: 767px) {
  blockquote.alternate cite:before,
  blockquote cite:before {
    position: relative;
    top: 0;
    left: 0;
  }
}

blockquote.alternate cite:after,
blockquote cite:after {
  content: '”';
}

blockquote.alternate .author,
blockquote .author {
  position: absolute;
  bottom: 8px;
  left: 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: .001em;
}

@media (max-width: 767px) {
  blockquote.alternate .author,
  blockquote .author {
    bottom: 10px;
    left: 0;
    font-size: 12px;
    line-height: 14px;
  }
}

blockquote.alternate .author:before,
blockquote .author:before {
  content: '—';
  display: inline;
  margin-right: 0;
}

.page-accordion {
  padding: 14px 0 65px;
}

@media (max-width: 767px) {
  .page-accordion {
    padding: 9px 0 37px;
  }
}

.single-accordion {
  padding: 0 0 11px;
  border-top: 2px solid #ced2d9;
}

@media (max-width: 767px) {
  .single-accordion {
    padding: 0 0 21px;
    border-top: 2px solid #ced2d9;
  }
}

.single-accordion:last-of-type {
  border-bottom: 2px solid #ced2d9;
}

.single-accordion p:last-child {
  margin: 0;
}

.single-accordion.active .single-accordion__title:after, .single-accordion.active .single-accordion__title:before {
  top: 52%;
}

@media (max-width: 767px) {
  .single-accordion.active .single-accordion__title:after, .single-accordion.active .single-accordion__title:before {
    top: 69%;
  }
}

.single-accordion.active .single-accordion__title:before {
  transform: rotate(0deg);
}

.single-accordion__content {
  display: none;
  padding: 0 58px 34px 9px;
}

@media (max-width: 767px) {
  .single-accordion__content {
    padding: 12px 16px 0 0;
  }
}

.single-accordion__title {
  display: block;
  padding: 37px 48px 21px 11px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .single-accordion__title {
    padding: 25px 28px 0 0;
  }
}

.single-accordion__title h4 {
  font-family: "paralucent-condensed", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: .9px;
  transition: color .2s linear;
}

@media (max-width: 767px) {
  .single-accordion__title h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .025em;
  }
}

.single-accordion__title:after, .single-accordion__title:before {
  content: '';
  display: block;
  width: 26px;
  height: 5px;
  position: absolute;
  top: 53%;
  right: 9px;
  background: #e64c00;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .single-accordion__title:after, .single-accordion__title:before {
    width: 14px;
    height: 3px;
    top: 70%;
    right: 0;
    margin-top: 0;
  }
}

.single-accordion__title:before {
  transform: rotate(-90deg);
}

.page-fullwidth-image {
  padding: 60px 89px 66px;
}

@media (max-width: 767px) {
  .page-fullwidth-image {
    padding: 22px 20px 22px;
  }
}

.page-fullwidth-image__wrapper:before, .page-fullwidth-image__wrapper:after {
  content: '';
  display: table;
}

.page-fullwidth-image__wrapper:after {
  clear: both;
}

.page-fullwidth-image__wrapper img {
  width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .content-image + .content-image {
    padding-top: 15px;
  }
}

.content-image__align-left, .content-image__align-right {
  width: 50%;
}

@media (max-width: 767px) {
  .content-image__align-left, .content-image__align-right {
    width: 100%;
  }
}

.content-image__align-left {
  float: left;
}

@media (max-width: 767px) {
  .content-image__align-left {
    float: none;
  }
}

.content-image__align-left.spacing-normal {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .content-image__align-left.spacing-normal {
    padding: 0 0 5px;
  }
  .content-image__align-left.spacing-normal:last-child {
    padding: 0;
  }
}

.content-image__align-right {
  padding-top: 66px;
  float: right;
}

@media (max-width: 767px) {
  .content-image__align-right {
    float: none;
  }
}

.content-image__align-right.spacing-normal {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .content-image__align-right.spacing-normal {
    padding: 0 0 15px;
  }
  .content-image__align-right.spacing-normal:last-child {
    padding: 0;
  }
}

.content-image img {
  width: 100%;
  margin: 0;
}

/* Main Header */
.main-header {
  position: relative;
  z-index: 999;
  font-weight: 500;
}

.home .heading-dark .main-header:not(.fixed) {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.main-header.scrolled {
  opacity: 0;
}

.main-header.fixed {
  width: 100%;
  max-width: 1920px;
  min-height: 0;
  position: fixed;
  z-index: 999;
  top: 0;
}

.main-header.scrolled.fixed {
  opacity: 1;
  transition: opacity .2s linear;
}

.main-header__wrapper {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
  transition-duration: 150ms;
  transition-property: background-color, border-color;
}

@media (max-width: 991px) {
  .main-header__wrapper {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .main-header__wrapper {
    padding: 0 20px;
  }
}

.main-header.active .main-header__wrapper,
.main-header.fixed .main-header__wrapper {
  border-bottom: 1px solid #c8cdd2;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .main-header .row {
    margin: 0;
  }
}

.main-header.scrolled .main-header__bottom:not(.sticky) {
  visibility: hidden;
}

.main-header.fixed .main-header__bottom:not(.sticky) {
  position: absolute;
}

@media (max-width: 991px) {
  .main-header__top {
    display: none;
  }
}

.main-header__logo {
  display: inline-block;
  max-width: 9.71428571rem;
  margin-top: 1.28571429rem;
  margin-left: 1.42857143rem;
  border: none;
  transition: none;
}

@media (max-width: 991px) {
  .main-header__logo {
    max-width: 210px;
    margin-top: 30px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .main-header__logo {
    max-width: 100px;
    margin-top: 0;
    margin-left: 0;
  }
}

.main-header.fixed .main-header__logo {
  margin-top: 0.57142857rem;
}

.main-header__logo svg {
  width: 100% !important;
  height: 100% !important;
}

.main-header__nav, .inpage-nav ul {
  position: static;
  font-size: 0.76190476rem;
  line-height: 0.85714286rem;
}

@media (max-width: 1199px) {
  .main-header__nav, .inpage-nav ul {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .main-header__nav, .inpage-nav ul {
    display: none;
  }
}

.main-header__nav .highlight-text, .inpage-nav ul .highlight-text {
  padding: 0;
}

.main-header__nav li, .inpage-nav ul li {
  padding: 0 0.33333333rem;
}

.main-header__nav > .menu, .inpage-nav ul > .menu {
  margin-left: 1.14285714rem;
}

.main-header__nav > .menu > li, .inpage-nav ul > .menu > li {
  padding: 2.0952381rem 0 1.42857143rem 0;
  margin-right: 1.28571429rem;
  border-top: 3px solid transparent;
  transition: border .3s ease;
}

.main-header.fixed .main-header__nav > .menu > li, .main-header.fixed .inpage-nav ul > .menu > li, .inpage-nav .main-header.fixed ul > .menu > li {
  padding-top: 1.38095238rem;
}

.main-header__nav > .menu > li > a, .inpage-nav ul > .menu > li > a {
  font-family: "paralucent-condensed", sans-serif;
  font-size: 0.95238095rem;
  letter-spacing: .5px;
}

.main-header__nav > .menu > li:last-child, .inpage-nav ul > .menu > li:last-child {
  margin-right: 0;
}

.main-header__nav > .menu > li:hover, .inpage-nav ul > .menu > li:hover {
  border-color: #e64c00;
}

.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a, .inpage-nav ul > .menu > li.menu-item-object-ccs_custom_menu_item > a {
  position: relative;
}

.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a:after, .inpage-nav ul > .menu > li.menu-item-object-ccs_custom_menu_item > a:after {
  content: '';
  display: inline-block;
  width: 0.38095238rem;
  height: 0.38095238rem;
  position: relative;
  top: 50%;
  right: 0;
  margin-left: 0.23809524rem;
  border-top: 0.28571429rem solid #0c0c0c;
  border-right: 0.23809524rem solid transparent;
  border-left: 0.23809524rem solid transparent;
  transition: all .2s linear;
}

.main-header__nav a, .inpage-nav ul a {
  display: inline-block;
  position: relative;
  font-size: 0.85714286rem;
  font-weight: 700;
  color: #0c0c0c;
  letter-spacing: -.06em;
  border: none;
}

@media (max-width: 1199px) {
  .main-header__nav a, .inpage-nav ul a {
    font-size: 14px;
  }
}

.main-header__nav a:focus, .inpage-nav ul a:focus {
  color: currentColor;
}

.main-header__nav a:hover, .inpage-nav ul a:hover {
  color: currentColor;
}

.main-header__subnav {
  padding: 0.80952381rem 0;
  font-size: 0.57142857rem;
  line-height: 0.66666667rem;
  text-align: right;
}

.main-header__subnav li {
  margin-right: 0.71428571rem;
}

.main-header__subnav li:last-child {
  margin-right: 0;
}

.main-header__subnav a:hover {
  color: #58697a;
}

.main-header__right {
  text-align: right;
}

@media (max-width: 991px) {
  .main-header__right {
    display: none;
  }
}

@media (max-width: 991px) {
  .main-header__left {
    padding: 3px 0;
  }
}

@media (max-width: 767px) {
  .main-header__left {
    padding: 20px 0 28px;
  }
}

@media (max-width: 767px) {
  .main-header.fixed .main-header__left {
    padding: 3px 0;
  }
}

.main-header__search {
  display: flex;
  flex-grow: 2;
  justify-content: flex-end;
  padding-top: 0.71428571rem;
  text-align: right;
}

.main-header.fixed .main-header__search {
  padding-top: 0;
}

.main-header__search-overlay {
  width: 100%;
  min-height: 14.42857143rem;
  position: absolute;
  z-index: 999;
  top: 100%;
  visibility: hidden;
}

@media (max-width: 991px) {
  .main-header__search-overlay {
    min-height: 100vh;
  }
}

@media (max-width: 767px) {
  .main-header__search-overlay {
    top: 80%;
  }
}

.main-header__search-overlay.active {
  visibility: visible;
}

.main-header__search-overlay-wrapper {
  width: 100%;
  height: 0;
  background: #ffffff;
}

@media (max-width: 991px) {
  .main-header__search-overlay-wrapper > .container {
    max-width: none;
  }
}

.main-header__search-overlay .search-content {
  padding: 4.19047619rem 0 5.71428571rem;
}

@media (max-width: 767px) {
  .main-header__search-overlay .search-content {
    margin: 0 -20px;
  }
}

.main-header__search .header-phone {
  display: flex;
  align-items: center;
  font-family: "paralucent-condensed", sans-serif;
  font-size: 0.95238095rem;
  color: #0c0c0c;
  letter-spacing: .5px;
  border: none;
}

.main-header__search .header-phone .icon--phone {
  width: 0.76190476rem;
  margin-right: 0.14285714rem;
}

.main-header__search .header-search-trigger {
  margin: 0 30px 0 28px;
  border: none;
}

.main-header__search .header-search-trigger .icon--search {
  width: 0.80952381rem;
}

.main-header__right {
  max-width: 8.0952381rem;
  padding: 0.71428571rem 0 0 0;
}

.main-header.fixed .main-header__right {
  padding-top: 0;
  margin-bottom: -1px;
}

.main-header__right .header-cta-menu-trigger {
  width: 7.85714286rem;
  min-width: auto;
  min-height: 82px;
  padding: 1.04761905rem 1.42857143rem 1.04761905rem;
  font-family: "paralucent-condensed", sans-serif;
  font-size: 0.95238095rem;
  letter-spacing: .5px;
}

@media (max-width: 1199px) {
  .main-header__right .header-cta-menu-trigger {
    padding: 1.0952381rem 1.42857143rem 1.0952381rem;
    font-size: 0.76190476rem;
  }
}

.main-header.fixed .main-header__right .header-cta-menu-trigger,
.main-header.active .main-header__right .header-cta-menu-trigger {
  padding: 1.23809524rem 0 1.04761905rem;
  border-bottom: none;
}

.main-header__right .header-cta-menu-trigger:focus {
  color: #ffffff;
  background: #e64c00;
}

.main-header__right .header-cta-menu-trigger:hover {
  color: #ffffff;
  border-color: #d14600;
  background: #d14600;
}

.main-header__right .header-cta-menu-trigger .title--opened {
  display: none;
}

.main-header__right .header-cta-menu-trigger.active .title--opened {
  display: block;
}

.main-header__right .header-cta-menu-trigger.active .title--closed {
  display: none;
}

.heading-dark .main-header__logo svg:first-child {
  display: none;
}

.heading-dark .main-header__nav a, .heading-dark .inpage-nav ul a, .inpage-nav .heading-dark ul a {
  color: #ffffff;
}

.heading-dark .main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a:after, .heading-dark .inpage-nav ul > .menu > li.menu-item-object-ccs_custom_menu_item > a:after, .inpage-nav .heading-dark ul > .menu > li.menu-item-object-ccs_custom_menu_item > a:after {
  border-top: 0.28571429rem solid #ffffff;
}

.heading-dark .main-header__search .header-phone {
  color: #ffffff;
}

.heading-dark .main-header__search .header-phone svg use {
  fill: #ffffff;
}

.heading-dark .main-header__search .header-search-trigger .icon--search {
  fill: #ffffff;
}

.heading-dark .main-header.active .main-header__logo svg:first-child, .heading-dark .main-header.fixed .main-header__logo svg:first-child {
  display: inline;
}

.heading-dark .main-header.active .main-header__logo svg:last-child, .heading-dark .main-header.fixed .main-header__logo svg:last-child {
  display: none;
}

.heading-dark .main-header.active .main-header__nav a, .heading-dark .main-header.active .inpage-nav ul a, .inpage-nav .heading-dark .main-header.active ul a, .heading-dark .main-header.fixed .main-header__nav a, .heading-dark .main-header.fixed .inpage-nav ul a, .inpage-nav .heading-dark .main-header.fixed ul a {
  color: #0c0c0c;
}

.heading-dark .main-header.active .main-header__nav .sub-menu a:hover, .heading-dark .main-header.active .inpage-nav ul .sub-menu a:hover, .inpage-nav .heading-dark .main-header.active ul .sub-menu a:hover, .heading-dark .main-header.fixed .main-header__nav .sub-menu a:hover, .heading-dark .main-header.fixed .inpage-nav ul .sub-menu a:hover, .inpage-nav .heading-dark .main-header.fixed ul .sub-menu a:hover {
  color: #e64c00;
}

.heading-dark .main-header.active .main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a:after, .heading-dark .main-header.active .inpage-nav ul > .menu > li.menu-item-object-ccs_custom_menu_item > a:after, .inpage-nav .heading-dark .main-header.active ul > .menu > li.menu-item-object-ccs_custom_menu_item > a:after, .heading-dark .main-header.fixed .main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a:after, .heading-dark .main-header.fixed .inpage-nav ul > .menu > li.menu-item-object-ccs_custom_menu_item > a:after, .inpage-nav .heading-dark .main-header.fixed ul > .menu > li.menu-item-object-ccs_custom_menu_item > a:after {
  border-top: 0.28571429rem solid #0c0c0c;
}

.heading-dark .main-header.active .main-header__search .header-phone, .heading-dark .main-header.fixed .main-header__search .header-phone {
  color: #0c0c0c;
}

.heading-dark .main-header.active .main-header__search .header-phone svg use, .heading-dark .main-header.fixed .main-header__search .header-phone svg use {
  fill: #0c0c0c;
}

.heading-dark .main-header.active .main-header__search .header-search-trigger .icon--search, .heading-dark .main-header.fixed .main-header__search .header-search-trigger .icon--search {
  fill: #0c0c0c;
}

.sticky-sidebar-page__content .main-header__left {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .sticky-sidebar-page__content .main-header__left {
    align-items: flex-start;
    padding-right: 0;
  }
}

.sticky-sidebar-page__content .header-phone {
  align-items: center;
  font-family: "paralucent-condensed", sans-serif;
  font-weight: 500;
  color: #ffffff;
  border: none;
}

@media (max-width: 767px) {
  .sticky-sidebar-page__content .header-phone {
    padding-top: 4px;
    font-size: 15px;
    line-height: 15px;
  }
}

.sticky-sidebar-page__content .header-phone .icon--phone {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .sticky-sidebar-page__content .header-phone .icon--phone {
    width: 12px;
  }
}

.sticky-sidebar-page__content .header-phone .icon--phone use {
  fill: #ffffff;
}

/* Mega Menu */
.main-header__nav .mega-menu-wrapper, .inpage-nav ul .mega-menu-wrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 3.38095238rem;
  padding-bottom: 0.71428571rem;
  position: absolute;
  z-index: -999;
  top: 100%;
  left: 0;
  background: transparent;
  visibility: hidden;
}

.main-header__nav .mega-menu-wrapper.active, .inpage-nav ul .mega-menu-wrapper.active {
  z-index: 999;
  visibility: visible;
}

.main-header__nav .mega-menu-wrapper.active > .container, .inpage-nav ul .mega-menu-wrapper.active > .container {
  opacity: 1;
  visibility: visible;
}

.main-header__nav .mega-menu-wrapper.active a, .inpage-nav ul .mega-menu-wrapper.active a {
  transform: none;
}

.main-header__nav .mega-menu-wrapper > .container, .inpage-nav ul .mega-menu-wrapper > .container {
  opacity: 0;
  visibility: hidden;
  transition: all 100ms ease;
}

.main-header__nav .mega-menu-wrapper li, .inpage-nav ul .mega-menu-wrapper li {
  display: block;
  padding: 0 0 2.66666667rem 0;
}

.main-header__nav .mega-menu-wrapper li.current-menu-item > a, .inpage-nav ul .mega-menu-wrapper li.current-menu-item > a {
  color: #e64c00;
}

.main-header__nav .mega-menu-wrapper a, .inpage-nav ul .mega-menu-wrapper a {
  padding: 0;
  transform: translateY(2px);
  font-size: 1.71428571rem;
  font-weight: 700;
  line-height: 1.9047619rem;
  color: #0c0c0c;
  letter-spacing: -.015em;
  opacity: 0;
  visibility: hidden;
  transition: color .1s linear 0s, opacity .1s linear .001s;
}

.main-header__nav .mega-menu-wrapper a.active, .inpage-nav ul .mega-menu-wrapper a.active {
  opacity: 1;
  visibility: visible;
}

.main-header__nav .mega-menu-wrapper a:hover, .inpage-nav ul .mega-menu-wrapper a:hover {
  color: #e64c00;
}

.main-header__nav .mega-menu-wrapper h1, .inpage-nav ul .mega-menu-wrapper h1,
.main-header__nav .mega-menu-wrapper h2,
.inpage-nav ul .mega-menu-wrapper h2,
.main-header__nav .mega-menu-wrapper h3,
.inpage-nav ul .mega-menu-wrapper h3,
.main-header__nav .mega-menu-wrapper h4,
.inpage-nav ul .mega-menu-wrapper h4,
.main-header__nav .mega-menu-wrapper h5,
.inpage-nav ul .mega-menu-wrapper h5,
.main-header__nav .mega-menu-wrapper h6,
.inpage-nav ul .mega-menu-wrapper h6,
.main-header__nav .mega-menu-wrapper p,
.inpage-nav ul .mega-menu-wrapper p,
.main-header__nav .mega-menu-wrapper blockquote,
.inpage-nav ul .mega-menu-wrapper blockquote {
  transform: translateY(5px);
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.main-header__nav .mega-menu-wrapper h1.active, .inpage-nav ul .mega-menu-wrapper h1.active,
.main-header__nav .mega-menu-wrapper h2.active,
.inpage-nav ul .mega-menu-wrapper h2.active,
.main-header__nav .mega-menu-wrapper h3.active,
.inpage-nav ul .mega-menu-wrapper h3.active,
.main-header__nav .mega-menu-wrapper h4.active,
.inpage-nav ul .mega-menu-wrapper h4.active,
.main-header__nav .mega-menu-wrapper h5.active,
.inpage-nav ul .mega-menu-wrapper h5.active,
.main-header__nav .mega-menu-wrapper h6.active,
.inpage-nav ul .mega-menu-wrapper h6.active,
.main-header__nav .mega-menu-wrapper p.active,
.inpage-nav ul .mega-menu-wrapper p.active,
.main-header__nav .mega-menu-wrapper blockquote.active,
.inpage-nav ul .mega-menu-wrapper blockquote.active {
  opacity: 1;
  visibility: visible;
  transition: all .2s;
}

.main-header__nav .mega-menu--big, .inpage-nav ul .mega-menu--big {
  min-height: 15.23809524rem;
}

.main-header__nav .mega-menu--big .menu, .inpage-nav ul .mega-menu--big .menu {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  position: relative;
}

.main-header__nav .mega-menu--big .menu.active, .inpage-nav ul .mega-menu--big .menu.active {
  position: relative;
}

.main-header__nav .mega-menu--big .menu > li, .inpage-nav ul .mega-menu--big .menu > li {
  width: calc(100% + 4.14285714rem);
  padding: 0 0 1.9047619rem 0;
}

.main-header__nav .mega-menu--big .menu > li a:hover, .inpage-nav ul .mega-menu--big .menu > li a:hover {
  color: #e64c00;
}

.main-header__nav .mega-menu--big .menu > li.menu-item-has-children > a, .inpage-nav ul .mega-menu--big .menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header__nav .mega-menu--big .menu > li.menu-item-has-children > a::after, .inpage-nav ul .mega-menu--big .menu > li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 0.71428571rem;
  height: 0.71428571rem;
  transform: rotate(45deg);
  margin-right: 0.47619048rem;
  border: .5px solid;
  border-width: 0.19047619rem 0.19047619rem 0 0;
}

.main-header__nav .mega-menu--big .menu > li.menu-item-has-children > a:hover:after, .inpage-nav ul .mega-menu--big .menu > li.menu-item-has-children > a:hover:after {
  border-color: #e64c00;
}

.main-header__nav .mega-menu--big .menu > li.menu-item-has-children > .sub-menu, .inpage-nav ul .mega-menu--big .menu > li.menu-item-has-children > .sub-menu {
  display: flex;
  flex-flow: column wrap;
  max-height: 100%;
  position: absolute;
  top: 0.47619048rem;
  left: -100vw;
}

.main-header__nav .mega-menu--big .menu > li.menu-item-has-children > .sub-menu li, .inpage-nav ul .mega-menu--big .menu > li.menu-item-has-children > .sub-menu li {
  width: auto;
  margin-right: 57%;
}

.main-header__nav .mega-menu--big .menu > li.menu-item-has-children > a.active.open, .inpage-nav ul .mega-menu--big .menu > li.menu-item-has-children > a.active.open {
  color: #e64c00;
}

.main-header__nav .mega-menu--big .menu > li.menu-item-has-children > a.active.open + .sub-menu, .inpage-nav ul .mega-menu--big .menu > li.menu-item-has-children > a.active.open + .sub-menu {
  left: 158%;
}

.main-header__nav .mega-menu--big .sub-menu li, .inpage-nav ul .mega-menu--big .sub-menu li {
  padding: 0 0 1.61904762rem 0;
}

.main-header__nav .mega-menu--big .sub-menu li:last-child, .inpage-nav ul .mega-menu--big .sub-menu li:last-child {
  padding-bottom: 0;
}

.main-header__nav .mega-menu--big .sub-menu a, .inpage-nav ul .mega-menu--big .sub-menu a {
  display: block;
  font-size: 1.14285714rem;
  font-weight: 700;
  line-height: 1.23809524rem;
  white-space: nowrap;
}

.main-header__nav .mega-menu--small, .inpage-nav ul .mega-menu--small {
  margin-top: 3.19047619rem;
}

.main-header__nav .mega-menu--small .menu, .inpage-nav ul .mega-menu--small .menu {
  padding-top: 1.95238095rem;
  border-top: 0.14285714rem solid #ced2d9;
}

.main-header__nav .mega-menu--small .menu li, .inpage-nav ul .mega-menu--small .menu li {
  padding: 0 0 1.0952381rem 0;
}

.main-header__nav .mega-menu--small .menu li a, .inpage-nav ul .mega-menu--small .menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.23809524rem;
  letter-spacing: -.0004em;
}

.main-header__nav .mega-menu--small .menu li a:before, .inpage-nav ul .mega-menu--small .menu li a:before {
  content: '';
  display: inline-block;
  width: 0.38095238rem;
  height: 0.38095238rem;
  transform: rotate(45deg);
  margin-right: 0.47619048rem;
  border: 0.5px solid #e64c00;
  border-width: 0.14285714rem 0.14285714rem 0 0;
  transition: all .2s linear;
}

.mega-menu-background {
  width: 100%;
  position: absolute;
  z-index: 998;
  top: 100%;
  left: 0;
  background-color: #ffffff;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  padding: 0 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.active:hover {
  opacity: 1;
}

.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  display: inline-block;
  width: 40px;
  height: 34px;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 6px;
  position: absolute;
  border-radius: 0;
  background-color: #000;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -14px;
}

.hamburger-inner::after {
  bottom: -14px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}

.hamburger--spin .hamburger-inner::before {
  transition: top .1s .25s ease-in,
 opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out,
 opacity .1s .12s ease-out;
}

.hamburger--spin.active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in,
 opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out,
 opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 43px;
  right: 0;
  margin: -4px 0 0;
}

@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
  .opened-cta .hamburger {
    position: fixed;
    right: 43px;
  }
}

@media (max-width: 767px) {
  .hamburger {
    top: 27px;
    right: -10px;
    transform: scale(0.5);
    margin: -12px 0 0;
  }
  .opened-cta .hamburger {
    right: 12px;
  }
}

.hamburger:focus {
  outline: 0;
}

.hamburger.active .hamburger-inner, .hamburger.active .hamburger-inner:before, .hamburger.active .hamburger-inner:after {
  width: 45px;
}

@media (max-width: 991px) {
  .main-header.fixed .hamburger {
    top: 24px;
  }
}

@media (max-width: 767px) {
  .main-header.fixed .hamburger {
    top: 15px;
  }
}

.btn-hamburger {
  display: none;
  width: 40px;
  height: 34px;
  padding: 0;
  position: absolute;
  z-index: 9999;
  top: 43px;
  right: 0;
  margin: -4px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .btn-hamburger {
    display: block;
  }
  .main-header.fixed .btn-hamburger {
    top: 24px;
  }
}

@media (max-width: 767px) {
  .btn-hamburger {
    width: 20px;
    height: 17px;
    top: 37px;
    margin: -12px 0 0;
  }
  .main-header.fixed .btn-hamburger {
    top: 28px;
  }
}

.btn-hamburger:hover, .btn-hamburger:focus {
  outline: 0;
}

.btn-hamburger span {
  display: block;
  width: 40px;
  height: 6px;
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  background: #0c0c0c;
  opacity: 1;
  transition: .45s ease-in-out;
}

@media (max-width: 767px) {
  .btn-hamburger span {
    width: 20px;
    height: 3px;
  }
}

.btn-hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.btn-hamburger span:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}

@media (max-width: 767px) {
  .btn-hamburger span:nth-child(2) {
    top: 14px;
  }
}

.btn-hamburger span:nth-child(3) {
  top: 28px;
  transform-origin: left center;
}

@media (max-width: 767px) {
  .btn-hamburger span:nth-child(3) {
    top: 7px;
  }
}

.btn-hamburger.open span:nth-child(1) {
  top: -1px;
  left: 2px;
  transform: rotate(45deg);
}

.btn-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.btn-hamburger.open span:nth-child(3) {
  top: 16px;
  left: 2px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .btn-hamburger.open span:nth-child(3) {
    top: 13px;
  }
}

.heading-dark .main-header .hamburger-inner {
  background-color: #ffffff;
}

.heading-dark .main-header .hamburger-inner:before, .heading-dark .main-header .hamburger-inner:after {
  background-color: #ffffff;
}

.heading-dark .main-header.active .hamburger-inner, .heading-dark .main-header.fixed .hamburger-inner {
  background-color: #0c0c0c;
}

.heading-dark .main-header.active .hamburger-inner:before, .heading-dark .main-header.active .hamburger-inner:after, .heading-dark .main-header.fixed .hamburger-inner:before, .heading-dark .main-header.fixed .hamburger-inner:after {
  background-color: #0c0c0c;
}

/* Main Header Mobile */
.main-header__nav-mobile--wrapper {
  display: block;
  width: 100%;
  height: 110vh;
  padding-top: 96px;
  padding-bottom: 96px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 100ms;
}

@media (max-width: 767px) {
  .main-header__nav-mobile--wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .main-header__nav-mobile--wrapper.active {
    opacity: 1;
    visibility: visible;
  }
}

.main-header__nav-mobile--wrapper nav li {
  display: block;
}

.main-header__nav-mobile--wrapper .header-cta-menu-trigger {
  width: 100%;
  padding: 36px 0;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  font-size: 30px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .main-header__nav-mobile--wrapper .header-cta-menu-trigger {
    padding: 24px 0;
    font-size: 24px;
  }
}

.main-header__nav-mobile--wrapper .header-cta-menu-trigger .title--opened {
  display: none;
}

.main-header__nav-mobile--back-button, .main-header__search-overlay--back-button,
.search-component-overlay--back-button {
  padding: 0;
  position: absolute;
  z-index: 999;
  top: 41px;
  left: 37px;
  transform: translateX(20px);
  font-family: "paralucent-condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333333;
  letter-spacing: .6px;
  text-transform: uppercase;
  border: none;
  background: none;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}

@media (max-width: 767px) {
  .main-header__nav-mobile--back-button, .main-header__search-overlay--back-button,
  .search-component-overlay--back-button {
    top: 25px;
    left: 20px;
    font-size: 15px;
  }
}

.main-header__nav-mobile--wrapper.track-active .main-header__nav-mobile--back-button, .main-header__nav-mobile--wrapper.track-active .main-header__search-overlay--back-button,
.main-header__nav-mobile--wrapper.track-active .search-component-overlay--back-button {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.main-header__nav-mobile--back-button:before, .main-header__search-overlay--back-button:before,
.search-component-overlay--back-button:before {
  content: '<';
  display: inline-block;
  width: auto;
  height: 100%;
  padding-right: .3em;
  position: relative;
  top: -.06em;
}

.main-header__nav-mobile--back-button:focus, .main-header__search-overlay--back-button:focus,
.search-component-overlay--back-button:focus {
  outline: 0;
}

.main-header__nav-mobile--content {
  height: 100%;
  position: relative;
  z-index: 99;
  font-family: "paralucent-condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 100ms ease;
}

@media (max-width: 767px) {
  .main-header__nav-mobile--content {
    font-size: 18px;
    line-height: 28px;
  }
}

.main-header__nav-mobile--content.active {
  opacity: 1;
  visibility: visible;
}

.main-header__nav-mobile--track {
  min-height: 100%;
  padding: 38px 40px;
  transform: translate3d(0%, 0, 0);
  transition: all 200ms ease;
}

@media (max-width: 767px) {
  .main-header__nav-mobile--track {
    padding: 0 20px 40px;
  }
}

.main-header__nav-mobile--background {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  background: #ffffff;
}

.main-header__nav-mobile-additional {
  padding: 6px 0 0 0;
}

@media (max-width: 991px) {
  .main-header__nav-mobile-additional {
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .main-header__nav-mobile-additional {
    padding-top: 16px;
  }
}

.main-header__nav-mobile-additional > *:not(:last-child) {
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .main-header__nav-mobile-additional > *:not(:last-child) {
    margin-bottom: 13px;
  }
}

.main-header__nav-mobile-additional a {
  font-size: 30px;
  line-height: 0.75;
  color: #0c0c0c;
  text-transform: uppercase;
  border: 0;
}

@media (max-width: 767px) {
  .main-header__nav-mobile-additional a {
    font-size: 20px;
  }
}

.main-header__nav-mobile-additional a svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .main-header__nav-mobile-additional a svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
}

.main-header__nav-mobile .mega-menu-wrapper {
  width: 100%;
  padding: 38px 10px;
  position: absolute;
  top: 0;
  left: 100%;
  font-family: "paralucent-text", sans-serif;
}

@media (max-width: 767px) {
  .main-header__nav-mobile .mega-menu-wrapper {
    padding: 5px 0 0 0;
  }
}

.main-header__nav-mobile .mega-menu-wrapper > .container {
  max-width: none;
}

.main-header__nav-mobile .mega-menu-wrapper .menu {
  display: none;
}

@media (max-width: 767px) {
  .main-header__nav-mobile .mega-menu-wrapper .menu li {
    margin-bottom: 17px;
  }
}

.main-header__nav-mobile .mega-menu-wrapper .menu li a {
  padding-bottom: 17px;
  font-size: 36px;
  letter-spacing: -.45px;
}

@media (max-width: 767px) {
  .main-header__nav-mobile .mega-menu-wrapper .menu li a {
    padding-bottom: 10px;
    font-size: 22px;
    letter-spacing: -.25px;
  }
}

@media (max-width: 767px) {
  .main-header__nav-mobile .mega-menu-wrapper .menu li a:after {
    top: 29%;
  }
}

.main-header__nav-mobile .mega-menu-wrapper .sub-menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: calc(100% + 60px);
}

@media (max-width: 991px) {
  .main-header__nav-mobile .mega-menu-wrapper .sub-menu {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .main-header__nav-mobile .mega-menu-wrapper .sub-menu {
    left: calc(100% + 40px);
  }
}

.main-header__nav-mobile .mega-menu-wrapper .sub-menu li {
  margin-bottom: 54px;
}

@media (max-width: 991px) {
  .main-header__nav-mobile .mega-menu-wrapper .sub-menu li {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .main-header__nav-mobile .mega-menu-wrapper .sub-menu li {
    margin-bottom: 17px;
  }
}

@media (max-width: 767px) {
  .main-header__nav-mobile .mega-menu--big, .main-header__nav-mobile .mega-menu--small {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .main-header__nav-mobile .mega-menu--small .menu {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 767px) {
  .main-header__nav-mobile .mega-menu--small .menu {
    padding: 9px 0 0 0;
  }
}

.main-header__nav-mobile .mega-menu--small .menu li {
  padding: 0 0 0 0;
  margin: 0 0 14px 0;
}

@media (max-width: 767px) {
  .main-header__nav-mobile .mega-menu--small .menu li {
    margin-bottom: 3px;
  }
}

.main-header__nav-mobile .mega-menu--small .menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 0;
  border: 0;
}

@media (max-width: 767px) {
  .main-header__nav-mobile .mega-menu--small .menu li a {
    font-size: 16px;
    line-height: 32px;
  }
}

.main-header__nav-mobile .mega-menu--small .menu li a:after {
  display: none;
}

.main-header__nav-mobile .mega-menu--small .menu li a:before {
  content: '';
  display: inline-block;
  width: 0.38095238rem;
  height: 0.38095238rem;
  transform: rotate(45deg);
  margin-right: 0.47619048rem;
  border: 0.5px solid #e64c00;
  border-width: 0.14285714rem 0.14285714rem 0 0;
  transition: all .2s linear;
}

.main-header__nav-mobile li.menu-item-has-children > a, .main-header__nav-mobile li.menu-item-object-ccs_custom_menu_item > a {
  position: relative;
}

.main-header__nav-mobile li.menu-item-has-children > a:after, .main-header__nav-mobile li.menu-item-object-ccs_custom_menu_item > a:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 38%;
  right: -6px;
  transform: translateY(-50%);
  transform: rotate(-90deg);
  background: url(../images/icons/dropdown-arrow-black.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

@media (max-width: 767px) {
  .main-header__nav-mobile li.menu-item-has-children > a:after, .main-header__nav-mobile li.menu-item-object-ccs_custom_menu_item > a:after {
    width: 10px;
  }
}

.main-header__nav-mobile li.menu-item-object-ccs_custom_menu_item.open .menu {
  display: block;
}

.main-header__nav-mobile li.menu-item-has-children.open .sub-menu {
  display: block;
}

.main-header__nav-mobile .menu a {
  display: block;
  padding: 0 0 9px 0;
  font-size: 40px;
  line-height: 2;
  letter-spacing: .67px;
  border-bottom: 1px solid #dedede;
}

@media (max-width: 767px) {
  .main-header__nav-mobile .menu a {
    font-size: 25px;
  }
}

.main-header__nav-mobile .menu > li {
  padding: 0;
  margin: 0 0 54px 0;
}

@media (max-width: 991px) {
  .main-header__nav-mobile .menu > li {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .main-header__nav-mobile .menu > li {
    margin-bottom: 12px;
  }
}

.main-header__nav-mobile .menu > li > a {
  position: relative;
}

.main-header__nav-mobile .menu > li > a.open {
  color: #eff0f2;
}

.main-header__nav-mobile .menu > li > a.open + .sub-menu {
  display: block;
}

.main-header__cta-wrapper--mobile {
  padding: 185px 0 0;
}

@media (max-width: 767px) {
  .main-header__cta-wrapper--mobile {
    padding: 0;
  }
}

.main-header__cta-menu-overlay {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  z-index: 999;
  top: 100%;
  visibility: hidden;
}

@media (max-width: 991px) {
  .main-header__cta-menu-overlay {
    position: fixed;
    z-index: 9999;
    top: 100%;
    transition: all 200ms ease;
  }
}

.main-header__cta-menu-overlay.active {
  visibility: visible;
}

@media (max-width: 991px) {
  .main-header__cta-menu-overlay.active {
    top: 0;
  }
}

@media (max-width: 991px) {
  .main-header__cta-menu-overlay.active .header-cta-menu-close {
    top: auto;
    bottom: 0;
    visibility: visible;
  }
}

.main-header__cta-menu-overlay-wrapper {
  width: 100%;
  height: 0;
  background: #e64c00;
}

@media (max-width: 991px) {
  .main-header__cta-menu-overlay-wrapper {
    height: 100vh;
  }
}

.main-header__cta-menu-overlay .container {
  padding-top: 4.23809524rem;
}

.main-header__cta-menu-overlay .menu {
  padding: 0;
  list-style-type: none;
  opacity: 0;
  transition: opacity .2s;
}

.main-header__cta-menu-overlay .menu.active {
  opacity: 1;
}

.main-header__cta-menu-overlay .menu li {
  padding: 0 0 3.23809524rem 0;
}

.main-header__cta-menu-overlay .menu li a {
  display: flex;
  align-items: center;
  font-size: 2.14285714rem;
  font-weight: 700;
  line-height: 2.38095238rem;
  color: #ffffff;
  letter-spacing: -.015em;
  transition: all .2s linear;
}

.main-header__cta-menu-overlay .menu li a:before {
  content: '';
  display: inline-block;
  width: 0.85714286rem;
  height: 0.85714286rem;
  transform: rotate(45deg);
  margin-right: 1.04761905rem;
  border: 0.5px solid #ffffff;
  border-width: 0.28571429rem 0.28571429rem 0 0;
  transition: all .2s linear;
}

.main-header__cta-menu-overlay .header-cta-menu-close {
  width: 100%;
  padding: 36px 0;
  position: fixed;
  z-index: 999;
  top: 100%;
  bottom: auto;
  left: 0;
  font-family: "paralucent-condensed", sans-serif;
  font-size: 30px;
  line-height: 24px;
  visibility: hidden;
  transition: all 200ms ease;
}

@media (max-width: 767px) {
  .main-header__cta-menu-overlay .header-cta-menu-close {
    padding: 24px 0;
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .main-header__search,
  .search-component {
    display: none;
  }
}

.main-header__search__label,
.search-component__label {
  font-size: 0.85714286rem;
  line-height: 1.14285714rem;
  opacity: 0;
  visibility: hidden;
}

.main-header__search__label.active,
.search-component__label.active {
  opacity: 1;
  visibility: visible;
}

.main-header__search-overlay--back-button,
.search-component-overlay--back-button {
  display: none;
  position: fixed;
}

@media (max-width: 991px) {
  .main-header__search-overlay--back-button,
  .search-component-overlay--back-button {
    display: block;
  }
}

.main-header__search-overlay--back-button .main-header__search-overlay, .search-component-overlay.active .main-header__search-overlay--back-button,
.search-component-overlay--back-button .main-header__search-overlay, .search-component-overlay.active
.search-component-overlay--back-button {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.main-header__search-overlay-wrapper .input-wrapper, .main-header__search-wrapper .input-wrapper,
.search-component-overlay-wrapper .input-wrapper,
.search-component-wrapper .input-wrapper {
  position: relative;
}

.main-header__search-overlay-wrapper .input-wrapper.focused label, .main-header__search-wrapper .input-wrapper.focused label,
.search-component-overlay-wrapper .input-wrapper.focused label,
.search-component-wrapper .input-wrapper.focused label {
  transform: translateY(-96%);
  font-size: 0.9047619rem;
  color: #0c0c0c;
}

@media (max-width: 991px) {
  .main-header__search-overlay-wrapper .input-wrapper.focused label, .main-header__search-wrapper .input-wrapper.focused label,
  .search-component-overlay-wrapper .input-wrapper.focused label,
  .search-component-wrapper .input-wrapper.focused label {
    transform: none;
    font-size: 2.28571429rem;
    color: #a7a9ac;
    visibility: hidden;
    transition: none;
  }
}

.main-header__search-overlay-wrapper .input-wrapper.focused input, .main-header__search-wrapper .input-wrapper.focused input,
.search-component-overlay-wrapper .input-wrapper.focused input,
.search-component-wrapper .input-wrapper.focused input {
  border-color: #e64c00;
}

.main-header__search-overlay-wrapper input,
.main-header__search-overlay-wrapper label, .main-header__search-wrapper input,
.main-header__search-wrapper label,
.search-component-overlay-wrapper input,
.search-component-overlay-wrapper label,
.search-component-wrapper input,
.search-component-wrapper label {
  font-size: 2.28571429rem;
  line-height: 2.28571429rem;
  letter-spacing: -.015em;
}

.main-header__search-overlay-wrapper label, .main-header__search-wrapper label,
.search-component-overlay-wrapper label,
.search-component-wrapper label {
  position: absolute;
  z-index: 4;
  top: 0.23809524rem;
  left: 0;
  color: #a7a9ac;
  transition: all 150ms ease-out;
}

.main-header__search-overlay-wrapper input, .main-header__search-wrapper input,
.search-component-overlay-wrapper input,
.search-component-wrapper input {
  width: 100%;
  padding: 0 2.14285714rem 0.42857143rem 0;
  position: relative;
  z-index: 5;
  color: #0c0c0c;
  border-width: 0 0 0.14285714rem 0;
  border-color: #a7a9ac;
  border-radius: 0 !important;
  outline: none;
  background: transparent;
  transition: .3s ease;
}

.main-header__search-overlay-wrapper input::-webkit-input-placeholder, .main-header__search-wrapper input::-webkit-input-placeholder,
.search-component-overlay-wrapper input::-webkit-input-placeholder,
.search-component-wrapper input::-webkit-input-placeholder {
  color: #a7a9ac;
}

.main-header__search-overlay-wrapper input:-moz-placeholder, .main-header__search-wrapper input:-moz-placeholder,
.search-component-overlay-wrapper input:-moz-placeholder,
.search-component-wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #a7a9ac;
}

.main-header__search-overlay-wrapper input::-moz-placeholder, .main-header__search-wrapper input::-moz-placeholder,
.search-component-overlay-wrapper input::-moz-placeholder,
.search-component-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a7a9ac;
  opacity: 1;
}

.main-header__search-overlay-wrapper input:-ms-input-placeholder, .main-header__search-wrapper input:-ms-input-placeholder,
.search-component-overlay-wrapper input:-ms-input-placeholder,
.search-component-wrapper input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a7a9ac;
}

.main-header__search-overlay-wrapper input::-ms-input-placeholder, .main-header__search-wrapper input::-ms-input-placeholder,
.search-component-overlay-wrapper input::-ms-input-placeholder,
.search-component-wrapper input::-ms-input-placeholder {
  /* Edge */
  color: #a7a9ac;
}

.main-header__search-overlay-wrapper input:placeholder-shown, .main-header__search-wrapper input:placeholder-shown,
.search-component-overlay-wrapper input:placeholder-shown,
.search-component-wrapper input:placeholder-shown {
  /* Standard one last! */
  color: #a7a9ac;
}

.search-results .filter-bar .main-header__search-overlay-wrapper input, .search-results .filter-bar .main-header__search-wrapper input, .search-results .filter-bar
.search-component-overlay-wrapper input, .search-results .filter-bar
.search-component-wrapper input {
  padding-bottom: 0.92857143rem;
}

.main-header__search-overlay-wrapper input:focus, .main-header__search-wrapper input:focus,
.search-component-overlay-wrapper input:focus,
.search-component-wrapper input:focus {
  border-color: #e64c00;
}

.main-header__search-overlay-wrapper input:focus .main-header__search__label, .main-header__search-wrapper input:focus .main-header__search__label,
.search-component-overlay-wrapper input:focus .main-header__search__label,
.search-component-wrapper input:focus .main-header__search__label {
  opacity: 1;
  visibility: visible;
}

.main-header__search-overlay-wrapper input:hover .main-header__search__label, .main-header__search-wrapper input:hover .main-header__search__label,
.search-component-overlay-wrapper input:hover .main-header__search__label,
.search-component-wrapper input:hover .main-header__search__label {
  opacity: 1;
  visibility: visible;
}

.main-header__search-overlay-wrapper .search-close, .main-header__search-wrapper .search-close,
.search-component-overlay-wrapper .search-close,
.search-component-wrapper .search-close {
  display: none;
  width: 2.14285714rem;
  height: 2.14285714rem;
  position: absolute;
  z-index: 10;
  right: -0.47619048rem;
  bottom: 0.80952381rem;
  transform: rotate(45deg);
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.search-results .filter-bar .main-header__search-overlay-wrapper .search-close, .search-results .filter-bar .main-header__search-wrapper .search-close, .search-results .filter-bar
.search-component-overlay-wrapper .search-close, .search-results .filter-bar
.search-component-wrapper .search-close {
  bottom: 1.14285714rem;
}

@media (max-width: 767px) {
  .search-results .filter-bar .main-header__search-overlay-wrapper .search-close, .search-results .filter-bar .main-header__search-wrapper .search-close, .search-results .filter-bar
  .search-component-overlay-wrapper .search-close, .search-results .filter-bar
  .search-component-wrapper .search-close {
    bottom: 13px;
  }
}

.main-header__search-overlay-wrapper .search-close:after, .main-header__search-overlay-wrapper .search-close:before, .main-header__search-wrapper .search-close:after, .main-header__search-wrapper .search-close:before,
.search-component-overlay-wrapper .search-close:after,
.search-component-overlay-wrapper .search-close:before,
.search-component-wrapper .search-close:after,
.search-component-wrapper .search-close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0c0c0c;
}

.main-header__search-overlay-wrapper .search-close:after, .main-header__search-wrapper .search-close:after,
.search-component-overlay-wrapper .search-close:after,
.search-component-wrapper .search-close:after {
  width: 0.14285714rem;
  height: 1.42857143rem;
}

@media (max-width: 767px) {
  .search-results .filter-bar .main-header__search-overlay-wrapper .search-close:after, .search-results .filter-bar .main-header__search-wrapper .search-close:after, .search-results .filter-bar
  .search-component-overlay-wrapper .search-close:after, .search-results .filter-bar
  .search-component-wrapper .search-close:after {
    width: 0.28571429rem;
    height: 2.14285714rem;
  }
}

.main-header__search-overlay-wrapper .search-close:before, .main-header__search-wrapper .search-close:before,
.search-component-overlay-wrapper .search-close:before,
.search-component-wrapper .search-close:before {
  width: 1.42857143rem;
  height: 0.14285714rem;
}

@media (max-width: 767px) {
  .search-results .filter-bar .main-header__search-overlay-wrapper .search-close:before, .search-results .filter-bar .main-header__search-wrapper .search-close:before, .search-results .filter-bar
  .search-component-overlay-wrapper .search-close:before, .search-results .filter-bar
  .search-component-wrapper .search-close:before {
    width: 2.14285714rem;
    height: 0.28571429rem;
  }
}

.page-hero {
  padding-bottom: 56px;
  background: #ecf0f7;
}

@media (max-width: 767px) {
  .page-hero {
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}

.page-hero--home {
  padding: 0;
  margin: 0;
}

.page-hero--home .page-hero__outer-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 752px;
  padding: 0;
  position: relative;
  z-index: 0;
  margin: 0;
}

@media (min-width: 1441px) {
  .page-hero--home .page-hero__outer-wrapper {
    min-height: 960px;
  }
}

@media (max-width: 991px) {
  .page-hero--home .page-hero__outer-wrapper {
    min-height: 1024px;
  }
}

@media (max-width: 767px) {
  .page-hero--home .page-hero__outer-wrapper {
    min-height: 372px;
  }
}

.page-hero--home .c-btn .video-iframe-wrapper {
  display: none;
}

.page-hero--home .lightbox-gallery__lightbox-container {
  display: flex;
  align-items: center;
  width: auto;
}

.page-hero__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
  transform: translateY(-9.2%);
  color: #ffffff;
}

@media (max-width: 991px) {
  .page-hero__wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .page-hero__wrapper {
    padding-top: 53px;
    padding-right: 20px;
    padding-bottom: 31px;
    padding-left: 20px;
    transform: none;
  }
}

.page-hero__wrapper h1 {
  margin-bottom: 54px;
  line-height: 80px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .page-hero__wrapper h1 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .page-hero__wrapper h1 {
    margin-bottom: 22px;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.6px;
  }
}

.page-hero__thumbnail {
  min-height: 730px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .page-hero__thumbnail {
    min-height: 394px;
    margin: 0 40px;
  }
}

@media (max-width: 767px) {
  .page-hero__thumbnail {
    min-height: 157px;
    margin: 0 20px;
  }
}

.page-hero--home .page-hero__thumbnail {
  width: 100%;
  height: 100%;
  min-height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
}

@media (max-width: 991px) {
  .page-hero--home .page-hero__thumbnail {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .page-hero--home.has-tablet-image .page-hero__thumbnail--desktop,
  .page-hero--home.has-mobile-image .page-hero__thumbnail--desktop {
    display: none;
  }
}

.page-hero--home.has-tablet-image .page-hero__thumbnail--tablet {
  display: none;
}

@media (max-width: 991px) {
  .page-hero--home.has-tablet-image .page-hero__thumbnail--tablet {
    display: block;
  }
}

@media (max-width: 600px) {
  .page-hero--home.has-tablet-image .page-hero__thumbnail--tablet {
    display: none;
  }
}

.page-hero--home.has-mobile-image .page-hero__thumbnail--mobile {
  display: none;
}

@media (max-width: 600px) {
  .page-hero--home.has-mobile-image .page-hero__thumbnail--mobile {
    display: block;
  }
}

.page-hero__content {
  padding: 41px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .page-hero__content {
    padding: 4px 0 0;
  }
}

.page-hero__content h6 {
  margin: 0 0 6px;
}

@media (max-width: 991px) {
  .page-hero__content h6 {
    margin: 0 0 7px;
  }
}

@media (max-width: 767px) {
  .page-hero__content h6 {
    margin: 0 0 1px;
  }
}

.page-hero__content h1 {
  margin: 0 0 11px;
}

.page-hero__lead {
  padding: 23px 0;
}

@media (max-width: 767px) {
  .page-hero__lead {
    padding: 15px 0;
  }
}

.page-hero--thumbnail {
  padding-bottom: 65px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-hero--thumbnail {
    padding-bottom: 36px;
  }
}

.page-hero--thumbnail .page-hero__content {
  padding: 72px 0 26px;
}

@media (max-width: 991px) {
  .page-hero--thumbnail .page-hero__content {
    padding: 53px 0 49px;
  }
}

@media (max-width: 767px) {
  .page-hero--thumbnail .page-hero__content {
    padding: 5px 0 5px;
  }
}

.page-hero--thumbnail .page-hero__content h1 {
  margin: 0 0 21px;
}

.page-hero--thumbnail .page-hero__lead {
  padding: 65px 0 11px 0;
}

@media (max-width: 767px) {
  .page-hero--thumbnail .page-hero__lead {
    padding: 36px 0 0;
  }
}

.block-tabs {
  overflow: hidden;
}

.block-tabs h2 {
  margin: 0 0 19px;
}

@media (max-width: 767px) {
  .block-tabs h2 {
    margin: 0 0 18px;
  }
}

.block-tabs.block-bottom-spacing {
  padding-bottom: 35px;
}

.block-tabs .alignnone {
  margin: 8px 0 56px;
}

@media (max-width: 767px) {
  .block-tabs .alignnone {
    margin: 8px 0 35px;
  }
}

.tabs__link-list {
  overflow-x: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.tabs__link-list:before, .tabs__link-list:after {
  content: '';
  display: table;
}

.tabs__link-list:after {
  clear: both;
}

@media (max-width: 767px) {
  .tabs__link-list {
    padding: 0 20px;
  }
  .tabs__link-list:before, .tabs__link-list:after {
    content: none;
  }
}

.tabs__link-list-wrapper {
  position: relative;
  border-bottom: 1px solid #828f9b;
}

.tabs__link-list-wrapper:before {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 6px;
  display: none;
  width: 20px;
  content: '';
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.tabs__link-list-wrapper.has-scroll:before {
  display: block;
}

.tabs__link {
  font-size: 15px;
  font-weight: 700;
  display: block;
  float: left;
}

@media (max-width: 767px) {
  .tabs__link {
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    float: none;
  }
  .slick-initialized .tabs__link {
    float: left;
  }
}

.tabs__link a {
  position: relative;
  display: block;
  padding: 0 20px 10px;
  transition: color .2s linear;
  text-align: center;
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {
  .tabs__link a {
    min-width: 0;
    padding: 0 10px 8px;
    outline: 0;
  }
}

.tabs__link a:hover {
  color: #e84b47;
}

.tabs__link a:after {
  position: absolute;
  right: auto;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  content: '';
  transition: all .2s linear;
  background-color: #e84b47;
}

@media (max-width: 767px) {
  .tabs__link a:after {
    height: 3px;
  }
}

.tabs__link.active a {
  color: #000;
}

@media (max-width: 767px) {
  .tabs__link.active a {
    color: #000;
  }
}

.tabs__link.active a:after {
  width: 100%;
}

.tabs__tab-content {
  position: static;
  visibility: visible;
  padding: 42px 0 62px;
  transition: opacity .2s linear;
  opacity: 1;
}

@media (max-width: 767px) {
  .tabs__tab-content {
    padding: 30px 0 47px;
  }
}

.tabs__tab-content-wrapper {
  border-bottom: 1px solid #0c0c0c;
}

.tabs__tab-content:not(.active) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -9999px;
}

.tab-head-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .tab-head-wrap {
    margin: 0 -20px;
  }
  .tab-head-wrap .tab-head:before, .tab-head-wrap .tab-head:after {
    content: '';
    display: table;
  }
  .tab-head-wrap .tab-head:after {
    clear: both;
  }
}

.tab-head-wrap.has-scroll:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 70px;
  content: '';
  background-image: linear-gradient(270deg, #fffcf2 0%, rgba(255, 252, 242, 0) 100%);
}

.block-img-comp {
  padding: 71px 15px;
}

@media (max-width: 991px) {
  .block-img-comp {
    padding: 70px 31px;
  }
}

@media (max-width: 767px) {
  .block-img-comp {
    padding: 50px 20px 39px;
  }
  .block-img-comp .section-title {
    text-align: left;
  }
}

.block-img-comp .container-fluid {
  padding: 0 1.04166667vw;
}

@media (max-width: 767px) {
  .block-img-comp .container-fluid {
    padding: 0;
  }
}

.block-img-comp .row {
  margin: 0 -1.04166667vw;
  padding: 0 0 2.22222222vw;
}

@media (max-width: 767px) {
  .block-img-comp .row {
    margin: 0;
    padding: 0;
  }
}

.block-img-comp .row:last-child {
  padding: 0;
}

.block-img-comp [class*='col'] {
  padding: 0 1.04166667vw;
}

@media (max-width: 767px) {
  .block-img-comp [class*='col'] {
    padding: 0 0 12px;
  }
}

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

.block-img-single.small-top {
  padding-bottom: 2.22222222vw;
}

@media (max-width: 767px) {
  .block-img-single.small-top {
    padding-bottom: 12px;
  }
}

.block-gallery-slider {
  padding: 71px 0 51px;
  background: #ecf0f7;
}

@media (max-width: 767px) {
  .block-gallery-slider {
    padding: 35px 0 48px;
  }
}

.bc-gallery__slider {
  padding: 0;
  margin-top: 13px;
}

@media (max-width: 767px) {
  .bc-gallery__slider {
    margin-top: 11px;
  }
}

.bc-gallery__slider--captions {
  display: flex;
  align-items: center;
  width: calc(100% - 190px);
  min-height: 64px;
  padding: 20px 20px;
  transform: translateY(-50%);
  margin: 0 auto;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  text-align: center;
  background: #ffffff;
}

@media (max-width: 991px) {
  .bc-gallery__slider--captions {
    width: 100%;
    transform: none;
  }
}

@media (max-width: 767px) {
  .bc-gallery__slider--captions {
    min-height: 33px;
    padding: 1px 10px;
    font-size: 12px;
    line-height: 14px;
  }
}

.bc-gallery__caption {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .bc-gallery__caption {
    font-size: 10px;
    line-height: 12px;
  }
}

.block-gallery-lightbox {
  padding-top: 69px;
  padding-bottom: 33px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .block-gallery-lightbox {
    padding: 39px 0 39px;
  }
  .block-gallery-lightbox .row {
    margin: 0;
  }
}

.lightbox-gallery__thumbnails-wrapper {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .lightbox-gallery__thumbnails-wrapper {
    margin-top: 18px;
  }
}

.lightbox-gallery__thumbnails-wrapper .row:before, .lightbox-gallery__thumbnails-wrapper .row:after {
  content: '';
  display: table;
}

.lightbox-gallery__thumbnails-wrapper .row:after {
  clear: both;
}

.lightbox-gallery__single-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

.lightbox-gallery__single-overlay:after, .lightbox-gallery__single-overlay:before {
  content: "";
  display: block;
  width: 32px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}

.lightbox-gallery__single-overlay:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lightbox-gallery__single-thumb {
  position: relative;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .lightbox-gallery__single-thumb {
    padding: 0;
  }
}

.lightbox-gallery__single-thumb img {
  width: 100%;
}

.lightbox-gallery__single-thumb:hover .lightbox-gallery__single-overlay {
  opacity: 1;
  visibility: visible;
}

.lightbox-gallery__gallery-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #050c1b;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.lightbox-gallery__gallery-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-gallery__gallery-wrapper .container {
  height: 100%;
}

.lightbox-gallery__gallery-wrapper .bc-gallery__sliders {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 1199px) and (orientation: landscape) {
  .lightbox-gallery__gallery-wrapper .bc-gallery__sliders {
    max-width: 100vmin;
  }
}

.lightbox-gallery__gallery-wrapper .bc-gallery__slider--images {
  margin: 0;
}

.lightbox-gallery__slider {
  max-width: 100%;
  padding: 0 65px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .lightbox-gallery__slider {
    padding: 0 45px;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__slider {
    padding: 0 20px;
  }
}

.lightbox-gallery__single-slide {
  height: 100vh;
  padding: 60px 0;
  position: relative;
  outline: none;
}

@media (max-width: 767px) {
  .lightbox-gallery__single-slide {
    padding: 40px 0;
  }
}

.lightbox-gallery__single-slide.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-gallery__single-slide img {
  width: auto;
  margin: 0 auto;
}

.lightbox-gallery__slide-image {
  max-height: 100%;
}

.lightbox-gallery__caption {
  flex: 0 0 100%;
  width: calc(100% - 190px);
  padding: 20px 95px;
  transform: translateY(-50%);
  margin: 0 auto;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  text-align: center;
  background: #ffffff;
}

@media (max-width: 767px) {
  .lightbox-gallery__caption {
    padding: 13px 15px;
    font-size: 12px;
    line-height: 14px;
  }
}

.lightbox-gallery__close {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 999;
  top: 21px;
  right: 21px;
  transform: rotate(45deg);
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s linear;
}

@media (max-width: 767px) {
  .lightbox-gallery__close {
    width: 16px;
    height: 16px;
    top: 18px;
    right: 21px;
  }
}

.lightbox-gallery__close:hover {
  background: #58697a;
}

.lightbox-gallery__close:hover:before, .lightbox-gallery__close:hover:after {
  background: #fff;
}

.lightbox-gallery__close:after, .lightbox-gallery__close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  transition: background .2s linear;
}

.lightbox-gallery__close:after {
  width: 2px;
  height: 30px;
}

@media (max-width: 767px) {
  .lightbox-gallery__close:after {
    height: 16px;
  }
}

.lightbox-gallery__close:before {
  width: 30px;
  height: 2px;
}

@media (max-width: 767px) {
  .lightbox-gallery__close:before {
    width: 16px;
  }
}

.lightbox-gallery__video-wrapper {
  width: auto;
  position: relative;
}

.lightbox-gallery__video-wrapper .iframe-wrapper {
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}

.lightbox-gallery__video-wrapper .iframe-wrapper iframe,
.lightbox-gallery__video-wrapper .iframe-wrapper object,
.lightbox-gallery__video-wrapper .iframe-wrapper embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.lightbox-gallery__lightbox-video {
  max-width: 100%;
  margin: 0 auto;
}

.block-content-links {
  padding: 33px 0 52px;
}

@media (max-width: 767px) {
  .block-content-links {
    padding: 1px 0 17px;
  }
}

.block-content-links + .block-content-links {
  padding-top: 0;
}

.block-content-links-text {
  padding-bottom: 0;
}

.block-content-links-text .content-link {
  margin: 0;
  border-bottom: 3px solid #ced2d9;
}

@media (max-width: 767px) {
  .block-content-links-text .content-link {
    border-bottom: 2px solid #ced2d9;
  }
}

.block-content-links-text .content-link__title {
  padding: 12px 0 12px 0;
}

@media (max-width: 767px) {
  .block-content-links-text .content-link__title {
    padding: 0 2px 8px 0;
    margin: 16px 0 0;
  }
}

.content-link {
  display: block;
  margin: 20px 0 14px;
  border-bottom: 3px solid #ced2d9;
}

@media (max-width: 767px) {
  .content-link {
    margin: 12px 0 23px;
    border-bottom: 2px solid #ced2d9;
  }
}

.content-link__title {
  display: flex;
  align-items: center;
  padding: 11px 0 11px 0;
  position: relative;
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  color: #0c0c0c;
  letter-spacing: .008em;
  transition: .3s ease;
}

@media (max-width: 767px) {
  .content-link__title {
    padding: 5px 2px 9px 0;
    font-size: 16px;
    line-height: 18px;
  }
}

.content-link__title:hover {
  color: #e64c00;
}

.content-link__title:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-right: 8px;
  border: 0.5px solid #e64c00;
  border-width: 3px 3px 0 0;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .content-link__title:before {
    width: 9px;
    height: 9px;
  }
}

.content-link__img-wrapper {
  margin-bottom: 3px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .content-link__img-wrapper {
    margin-bottom: 5px;
  }
}

.content-link__img-wrapper img {
  width: 100%;
  transition: transform 200ms ease-out;
}

.content-link__img-wrapper img:hover {
  transform: scale(1.05);
}

.content-link__icon {
  display: none;
}

.block-content-images {
  padding: 0 12.5% 0 6.2%;
  position: relative;
  color: #ffffff;
  background-color: #050c1b;
  background-image: url(../images/Trianglify-Final.png);
  background-position-x: left;
  background-clip: content-box;
  background-size: cover;
}

@media (min-width: 1441px) {
  .block-content-images {
    padding: 0 9.5% 0 3.9%;
  }
}

@media (max-width: 1200px) {
  .block-content-images {
    padding: 14px 7.5% 0 3.8%;
  }
}

@media (max-width: 991px) {
  .block-content-images {
    padding: 0 20px;
    background-clip: border-box;
  }
  .block-content-images:before {
    content: "";
    display: block;
    width: 100%;
    height: 345px;
    position: absolute;
    z-index: 0;
    top: -1px;
    left: 0;
    background: #ffffff;
  }
}

@media (max-width: 767px) {
  .block-content-images:before {
    height: 146px;
  }
}

.block-content-images h1,
.block-content-images h2,
.block-content-images h3,
.block-content-images h4,
.block-content-images h5,
.block-content-images h6 {
  margin-bottom: 30px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .block-content-images h1,
  .block-content-images h2,
  .block-content-images h3,
  .block-content-images h4,
  .block-content-images h5,
  .block-content-images h6 {
    margin-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .block-content-images ul {
    font-size: 24px;
    line-height: 24px;
  }
}

.block-content-images ul:not([class]) li:before {
  border-color: #ffffff;
  background-color: #ffffff;
}

.block-content-images.has-container {
  background: transparent;
}

.block-content-images.has-container .row {
  margin: 0;
  background: #eff0f2;
}

.block-content-images.has-container .b-content-images__content-wrapper {
  max-width: 535px;
  padding: 20px 34px 20px 0;
}

@media (max-width: 991px) {
  .block-content-images.has-container .b-content-images__content-wrapper {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .block-content-images.has-container .b-content-images__content-wrapper {
    padding: 40px 10px 46px;
  }
}

.block-content-images.align-left {
  padding: 0 6.2% 0 12.5%;
  background-position-x: right;
}

@media (min-width: 1441px) {
  .block-content-images.align-left {
    padding: 0 4.6% 0 8.5%;
  }
}

@media (max-width: 1200px) {
  .block-content-images.align-left {
    padding: 0 3.9% 0 7.5%;
  }
}

@media (max-width: 991px) {
  .block-content-images.align-left {
    padding: 0 20px;
  }
}

.b-content-images__content-wrapper {
  min-height: 740px;
  padding: 18.7% 7% 23.4% 15.7%;
  margin: 0 auto;
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 1441px) {
  .b-content-images__content-wrapper {
    min-height: 980px;
    padding: 37.7% 15.7% 38.4% 14.3%;
  }
}

@media (max-width: 1200px) {
  .b-content-images__content-wrapper {
    padding: 20.6% 4% 25.1% 11.4%;
  }
}

@media (max-width: 991px) {
  .b-content-images__content-wrapper {
    min-height: auto;
    padding: 11.2% 0 15.4% 0;
    left: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
  }
}

.b-content-images__content-wrapper .c-btn-wrapper {
  margin-top: 42px;
}

@media (max-width: 991px) {
  .b-content-images__content-wrapper .c-btn-wrapper {
    margin-top: 17px;
  }
}

.b-content-images__image {
  height: 510px;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1441px) {
  .b-content-images__image {
    height: 734px;
  }
}

@media (max-width: 767px) {
  .b-content-images__image {
    height: 186px;
    padding-top: 66.4%;
  }
}

.b-content-images__col.image-left {
  padding-right: 0;
  padding-left: 6.3%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (min-width: 1441px) {
  .b-content-images__col.image-left {
    max-width: 62.3%;
    padding-left: 3.8%;
  }
}

@media (max-width: 1200px) {
  .b-content-images__col.image-left {
    padding-left: 3.9%;
  }
}

@media (max-width: 991px) {
  .b-content-images__col.image-left {
    padding: 0;
    position: static;
    z-index: 1;
    transform: none;
  }
}

.has-container .b-content-images__col.image-left {
  padding-right: 77px;
}

@media (max-width: 991px) {
  .has-container .b-content-images__col.image-left {
    padding: 0;
  }
}

.b-content-images__col.image-right {
  padding-right: 6.1%;
  padding-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (min-width: 1441px) {
  .b-content-images__col.image-right {
    max-width: 63%;
    padding-right: 4.8%;
  }
}

@media (max-width: 1200px) {
  .b-content-images__col.image-right {
    padding-right: 3.9%;
  }
}

@media (max-width: 991px) {
  .b-content-images__col.image-right {
    padding: 0;
    position: static;
    z-index: 1;
    transform: none;
  }
}

.has-container .b-content-images__col.image-right {
  padding-left: 77px;
}

@media (max-width: 991px) {
  .has-container .b-content-images__col.image-right {
    padding: 0;
  }
}

.b-content-images__col.content-left {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1441px) {
  .b-content-images__col.content-left {
    max-width: 37%;
    margin-right: 63.5%;
  }
}

.b-content-images__col.content-right {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1441px) {
  .b-content-images__col.content-right {
    max-width: 37%;
    margin-left: 63.5%;
  }
}

.b-content-images__col.content-right .b-content-images__content-wrapper {
  padding: 18.4% 18.7% 22.4% 7.3%;
  margin: 0 auto;
}

@media (min-width: 1441px) {
  .b-content-images__col.content-right .b-content-images__content-wrapper {
    padding: 37.7% 19% 38.4% 10.3%;
  }
}

@media (max-width: 1200px) {
  .b-content-images__col.content-right .b-content-images__content-wrapper {
    padding: 22.2% 11.5% 23.4% 7%;
  }
}

@media (max-width: 991px) {
  .b-content-images__col.content-right .b-content-images__content-wrapper {
    padding: 12.2% 0 14.4% 0;
    left: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .b-content-images__col.order-lg-first {
    order: 1;
  }
}

@media (max-width: 991px) {
  .b-content-images__col.order-lg-last {
    order: 2;
  }
}

.block-cta {
  margin: 118px 0 129px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .block-cta {
    margin: 50px 0 51px;
    text-align: center;
  }
}

.block-cta__wrapper {
  padding: 39px 44px;
  background-color: #050c1b;
  background-image: url(../images/Trianglify-Final.png);
}

@media (max-width: 991px) {
  .block-cta__wrapper {
    padding: 30px 39px;
  }
}

.block-cta h1,
.block-cta h2,
.block-cta h3,
.block-cta h4,
.block-cta h5,
.block-cta h6 {
  color: currentColor;
}

@media (max-width: 991px) {
  .block-cta__text-wrapper {
    padding-top: 5px;
    padding-bottom: 11px;
  }
}

.block-cta__button-wrapper {
  text-align: right;
}

@media (max-width: 991px) {
  .block-cta__button-wrapper {
    text-align: center;
  }
}

.destinations-content {
  padding-bottom: 106px;
  background: #ecf0f7;
}

@media (max-width: 991px) {
  .destinations-content {
    padding-bottom: 61px;
  }
}

@media (max-width: 767px) {
  .destinations-content {
    padding-bottom: 48px;
  }
}

@media (max-width: 991px) {
  .destinations-content .terms {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .destinations-content .terms {
    margin-top: 0;
  }
}

.destinations-content .terms-group {
  margin-top: 75px;
  margin-bottom: 99px;
}

@media (max-width: 991px) {
  .destinations-content .terms-group {
    margin-top: 94px;
  }
}

@media (max-width: 767px) {
  .destinations-content .terms-group {
    margin-top: 32px;
    margin-bottom: 39px;
  }
}

.destinations-content .terms-group:last-child {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .destinations-content .terms-group:last-child {
    margin-bottom: 0;
  }
}

.destinations-content .terms-group__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .destinations-content .terms-group__heading {
    margin-bottom: 17px;
  }
}

.destinations-content .terms-group__heading h2 {
  margin: 0;
}

.destinations-content .terms-group__heading .c-btn-wrapper {
  margin: -5px 0 0 0;
}

.destinations-content .terms-group__heading + .terms_subgroup-heading {
  margin-top: -36px;
}

@media (max-width: 767px) {
  .destinations-content .terms-group__heading + .terms_subgroup-heading {
    margin-top: -2px;
  }
}

.destinations-content .terms-group__buttons {
  margin-top: 23px;
}

@media (max-width: 767px) {
  .destinations-content .terms-group__buttons {
    margin-top: 32px;
  }
}

.destinations-content .terms-group__buttons .c-btn-wrapper .c-btn {
  width: 100%;
}

.destinations-content .terms_subgroup {
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .destinations-content .terms_subgroup {
    margin-bottom: 20px;
  }
}

.destinations-content .terms_subgroup h6 {
  color: #73787d;
  letter-spacing: -.050em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .destinations-content .terms_subgroup h6 {
    margin: 0 0 8px;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0;
  }
}

.destinations-content .terms__items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .destinations-content .terms__items {
    width: calc(100vw - 20px);
  }
}

.destinations-content .terms__items .terms__item {
  flex: 0 0 20%;
}

@media (max-width: 767px) {
  .destinations-content .terms__items .terms__item {
    width: 140px;
  }
}

.destinations-content .terms__items .terms__item > a {
  display: block;
  border: 0;
}

.destinations-content .terms__items .terms__item-image {
  position: relative;
  overflow: hidden;
}

.destinations-content .terms__items .terms__item-image:hover img {
  transform: scale(1.05);
}

.destinations-content .terms__items .terms__item-image img {
  width: 100%;
  transition: transform 200ms ease-out;
}

.destinations-content .terms__items .terms__item figcaption {
  padding-bottom: 17px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "paralucent-condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(24, 24, 24, 0.6) 100%);
}

@media (max-width: 767px) {
  .destinations-content .terms__items .terms__item figcaption {
    padding-bottom: 9px;
    font-size: 16px;
    line-height: 16px;
  }
}

.destinations-content .slick-arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(24, 24, 24, 0.25);
}

@media (max-width: 767px) {
  .destinations-content .slick-arrow {
    display: none !important;
  }
}

.destinations-content .slick-arrow.slick-next {
  right: -23px;
}

.destinations-content .slick-arrow.slick-next:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border: .5px solid #e64c00;
  border-width: 3px 3px 0 0;
  background-image: none;
}

.destinations-content .slick-arrow.slick-prev {
  left: -23px;
}

.destinations-content .slick-arrow.slick-prev:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  border: .5px solid #e64c00;
  border-width: 3px 0 0 3px;
  background-image: none;
}

@media (max-width: 1199px) {
  .tours-map--desktop {
    display: none;
  }
}

.tours-map--mobile {
  display: none;
}

@media (max-width: 1199px) {
  .tours-map--mobile {
    display: block;
  }
}

.tours-map svg {
  width: 100%;
  height: auto;
}

.tours-map polygon,
.tours-map rect {
  transition: all .2s linear;
}

.tours-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-top: 58px;
  margin-right: -3px;
  margin-left: -3px;
}

@media (max-width: 767px) {
  .tours-buttons {
    margin-top: 23px;
  }
}

.tours-buttons .c-btn-wrapper {
  display: inline-block;
  flex: 1 1 calc(25% - 6px);
  min-width: calc(25% - 6px);
  max-width: calc(50% - 6px);
  margin: 3px;
}

@media (max-width: 991px) {
  .tours-buttons .c-btn-wrapper {
    flex-basis: calc(33.33333% - 6px);
  }
}

@media (max-width: 767px) {
  .tours-buttons .c-btn-wrapper {
    flex-basis: calc(50% - 6px);
    margin-bottom: 1px;
  }
}

.tours-buttons .c-btn-wrapper:nth-child(n+4) {
  flex-grow: 0;
}

.tours-buttons .c-btn-wrapper .c-btn-tertiary {
  margin-bottom: 0;
}

.breadcrumbs {
  text-align: center;
}

.breadcrumbs span a {
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
  letter-spacing: .02em;
  text-transform: uppercase;
  border: none;
}

@media (max-width: 767px) {
  .breadcrumbs span a {
    font-size: 12px;
    line-height: 15px;
  }
}

.breadcrumbs-separator:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  margin: 0 4px;
  background-image: url(../images/icons/arrow-breadcrumbs.svg);
  background-size: cover;
}

@media (max-width: 767px) {
  .breadcrumbs-separator:after {
    width: 8px;
    height: 9px;
    margin: 0 2px;
  }
}

.content-wrapper {
  padding: 66px 0 122px;
  background: #ecf0f7;
}

@media (max-width: 767px) {
  .content-wrapper {
    padding: 2px 0 43px;
  }
}

.page-content .heading {
  margin-top: 6px;
  margin-bottom: 67px;
  text-align: center;
}

@media (max-width: 767px) {
  .page-content .heading {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .page-content .heading h1 {
    line-height: 30px;
  }
}

.term-content {
  margin-top: 84px;
}

@media (max-width: 767px) {
  .term-content {
    margin-top: 26px;
  }
}

.term-content h1,
.term-content h2,
.term-content h3,
.term-content h4,
.term-content h5,
.term-content h6 {
  margin: 0 0 32px;
}

@media (max-width: 767px) {
  .term-content h1,
  .term-content h2,
  .term-content h3,
  .term-content h4,
  .term-content h5,
  .term-content h6 {
    margin: 0 0 8px;
  }
}

.tours-items_wrapper {
  padding: 117px 0 75px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .tours-items_wrapper {
    padding: 51px 0 50px;
  }
}

@media (max-width: 767px) {
  .tours-items_wrapper .show-on-mobile-bl .c-btn-wrapper {
    margin-top: 10px;
  }
  .tours-items_wrapper .show-on-mobile-bl .c-btn-wrapper .c-btn {
    width: 100%;
  }
}

.tours-items-heading .col-12 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
}

@media (max-width: 767px) {
  .tours-items-heading .col-12 {
    margin-bottom: 15px;
  }
}

.tours-items-heading .c-btn-wrapper {
  margin: -4px 0 0;
}

.tours-items .tours-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .tours-items .tours-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tours-items .tours-item {
    margin-bottom: 19px;
  }
}

.tours-items .tours-item__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #c8cdd2;
}

@media (max-width: 767px) {
  .tours-items .tours-item__content {
    border-width: 0 1px 1px 1px;
  }
}

.tours-items .tours-item__terms {
  padding: 17px 17px 0 17px;
}

@media (max-width: 1199px) {
  .tours-items .tours-item__terms {
    padding: 8px 8px 8px 8px;
  }
}

@media (max-width: 767px) {
  .tours-items .tours-item__terms {
    padding: 8px 8px 3px 8px;
  }
}

.tours-items .tours-item__terms h5 {
  font-size: 16px;
  line-height: 16px;
  color: #e64c00;
  letter-spacing: .02em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .tours-items .tours-item__terms h5 {
    font-size: 11px;
    line-height: 12px;
  }
}

.tours-items .tours-item__title {
  padding: 0 36px 0 17px;
  margin-top: 7px;
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .tours-items .tours-item__title {
    padding: 0 10px 0 8px;
    margin-top: 0;
    margin-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .tours-items .tours-item__title {
    margin-bottom: 8px;
  }
}

.tours-items .tours-item__title h3 {
  line-height: 38px;
}

@media (max-width: 1199px) {
  .tours-items .tours-item__title h3 {
    font-size: 27px;
    line-height: 27px;
  }
}

@media (max-width: 767px) {
  .tours-items .tours-item__title h3 {
    font-size: 18px;
    line-height: 18px;
  }
}

.tours-items .tours-item__title h3 a {
  color: #0c0c0c;
  border: none;
}

.tours-items .tours-item__excerpt {
  flex-grow: 1;
  padding: 0 36px 36px 17px;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .tours-items .tours-item__excerpt {
    padding: 10px 29px 26px 10px;
  }
}

@media (max-width: 767px) {
  .tours-items .tours-item__excerpt {
    padding: 0 10px 20px 9px;
    font-size: 13px;
    line-height: 16px;
  }
}

.tours-items .tours-item-meta {
  padding: 14px 0 12px 18px;
  border-top: 2px solid #c8cdd2;
}

@media (max-width: 1199px) {
  .tours-items .tours-item-meta {
    padding: 7px 0 8px 8px;
  }
}

@media (max-width: 767px) {
  .tours-items .tours-item-meta {
    padding: 7px 0 8px 8px;
    border-top: 1px solid #c8cdd2;
  }
}

.tours-items .tours-item-meta:nth-child(1) {
  width: 25%;
}

.tours-items .tours-item-meta:nth-child(2) {
  width: 25%;
  border-right: 2px solid #c8cdd2;
  border-left: 2px solid #c8cdd2;
}

@media (max-width: 767px) {
  .tours-items .tours-item-meta:nth-child(2) {
    border-right: 1px solid #c8cdd2;
    border-left: 1px solid #c8cdd2;
  }
}

.tours-items .tours-item-meta:nth-child(3) {
  flex-grow: 1;
}

.tours-items .tours-item-meta-wrapper {
  display: flex;
}

.tours-items .tours-item-meta h6 {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .3px;
}

@media (max-width: 1199px) {
  .tours-items .tours-item-meta h6 {
    font-size: 8px;
    line-height: 12px;
  }
}

.tours-items .tours-item-meta h4 {
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 1199px) {
  .tours-items .tours-item-meta h4 {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 767px) {
  .tours-items .tours-item-meta h4 {
    font-size: 12px;
    line-height: 12px;
  }
}

.tours-items .tours-item__thumbnail {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .tours-items .tours-item__thumbnail svg {
    width: 67%;
    height: auto;
  }
  .tours-items .tours-item__thumbnail svg path {
    stroke-width: 4px;
  }
}

.tours-items .tours-item__thumbnail a {
  display: block;
  height: 100%;
  border: none;
  transition: .3s ease;
}

.tours-items .tours-item__thumbnail .overlay {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}

.tours-items .tours-item__thumbnail img {
  width: 100%;
  transition: .3s ease;
}

.tours-items .tours-item__thumbnail figcaption {
  padding: 0 21px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #0c0c0c;
}

@media (max-width: 991px) {
  .tours-items .tours-item__thumbnail figcaption {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: .04em;
  }
}

.tours-items .tours-item:hover .thumbnail img {
  transform: scale(1.05);
}

.tours-items .tours-item:hover h3 a {
  text-decoration: underline;
}

.term-hero-image figure {
  text-align: center;
}

@media (max-width: 767px) {
  .term-hero-image figure {
    margin: 0 20px;
  }
}

.inpage-nav {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  border-bottom: 1px solid #c8cdd2;
  background: #ffffff;
  visibility: hidden;
}

@media (max-width: 991px) {
  .inpage-nav.opened ul {
    display: block;
  }
}

.main-header.fixed .inpage-nav.sticky {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.inpage-nav .container-fluid {
  max-width: 1920px;
}

@media (max-width: 991px) {
  .main-header .inpage-nav .row {
    margin: 0 -20px;
  }
}

.inpage-nav-mobile-label {
  display: none;
  width: 100%;
  padding-right: 30px;
  position: relative;
  font-family: "paralucent-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 991px) {
  .inpage-nav-mobile-label {
    display: block;
    font-size: 28px;
    line-height: 1.91666667;
  }
}

@media (max-width: 767px) {
  .inpage-nav-mobile-label {
    font-size: 20px;
    line-height: 2;
  }
}

.inpage-nav-mobile-label:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-30%);
  transform-origin: center;
  background: url(../images/icons/dropdown-arrow-black.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

@media (max-width: 767px) {
  .inpage-nav-mobile-label:after {
    width: 10px;
    height: 6px;
  }
}

.inpage-nav ul {
  margin-left: 1.38095238rem;
}

@media (max-width: 991px) {
  .inpage-nav ul {
    display: none;
    width: 100%;
    max-height: calc(100vh - 30px);
    padding: 10px 20px;
    position: absolute;
    top: 2px;
    left: 0;
    margin-left: 0;
    background: #ffffff;
    overflow-y: auto;
  }
}

.inpage-nav ul li {
  padding: 0;
  margin-right: 1.14285714rem;
  border-top: 0.14285714rem solid transparent;
  transition: border .3s ease;
}

@media (max-width: 991px) {
  .inpage-nav ul li {
    display: block;
  }
}

.inpage-nav ul li:hover, .inpage-nav ul li.active {
  border-color: #e64c00;
}

@media (max-width: 991px) {
  .inpage-nav ul li:hover, .inpage-nav ul li.active {
    border-color: transparent;
  }
}

.inpage-nav ul a {
  padding: 0.71428571rem 0rem 0.85714286rem;
  font-size: 0.85714286rem;
  font-weight: 700;
  line-height: 1.55555556;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .inpage-nav ul a {
    padding: 0;
    font-family: "paralucent-condensed", sans-serif;
    font-size: 28px;
    line-height: 1.91666667;
    letter-spacing: .025em;
  }
}

@media (max-width: 767px) {
  .inpage-nav ul a {
    font-size: 20px;
    line-height: 1.55;
  }
}

.inpage-nav .main-header__right, .inpage-nav .main-header__search {
  padding-top: 0;
}

.inpage-nav .main-header__search .header-phone {
  margin-right: 0.85714286rem;
}

.inpage-nav .main-header__right .header-cta-menu-trigger {
  padding: 0.61904762rem 1.42857143rem;
}

.tour-info-wrapper {
  padding-top: 54px;
  background: #ecf0f7;
}

@media (max-width: 767px) {
  .tour-info-wrapper {
    padding-top: 10px;
  }
}

.tour-info-wrapper h1 {
  letter-spacing: -.016em;
}

@media (max-width: 767px) {
  .tour-info-wrapper h1 {
    line-height: 30px;
  }
}

.location-label-wrapper {
  margin-bottom: 14px;
  font-size: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .location-label-wrapper {
    display: flex;
    margin-bottom: 8px;
  }
}

.location-label-wrapper .location-label {
  display: inline-block;
  padding: 7px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #e64c00;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #c8cdd2;
  background: none;
}

@media (max-width: 767px) {
  .location-label-wrapper .location-label {
    padding: 4px 12px 3px;
    font-size: 11px;
    line-height: 12px;
  }
}

.location-label-wrapper .new-tag {
  display: inline-block;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #ffffff;
  background: #0c0c0c;
}

@media (max-width: 767px) {
  .location-label-wrapper .new-tag {
    padding: 5px 10px 2px;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: .02em;
  }
}

.location-label-wrapper .new-tag + .location-label {
  border-width: 1px 1px 1px 0;
}

.tour-content-wrapper .tours-item-meta-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 62px;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta-wrapper {
    margin-top: -19px;
  }
}

.tour-content-wrapper .tours-item-meta h6 {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta h6 {
    margin: 0 0 3px;
    font-size: 8px;
    line-height: 12px;
  }
}

.tour-content-wrapper .tours-item-meta h4 {
  font-size: 1.14285714rem;
  line-height: 1.16666667;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta h4 {
    font-size: 15px;
    line-height: 15px;
  }
}

.tour-content-wrapper .tours-item-meta--small {
  flex: 1;
  padding: 16px 10px 11px 19px;
  border-width: 3px 0 3px 3px;
  border-style: solid;
  border-color: #c8cdd2;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta--small {
    flex: unset;
    width: 50%;
    padding: 5px 9px 6px 9px;
    border-width: 1px 1px 0 1px;
  }
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta--small:nth-child(2) {
    border-width: 1px 1px 0 0;
  }
}

.tour-content-wrapper .tours-item-meta--small:nth-child(4) {
  border-width: 3px 3px 3px 3px;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta--small:nth-child(4) {
    border-width: 1px 1px 0 0;
  }
}

.tour-content-wrapper .tours-item-meta--small h4 {
  white-space: nowrap;
}

.tour-content-wrapper .tours-item-meta--large {
  display: flex;
  width: 100%;
  padding: 31px 0 27px 23px;
  border-width: 0 3px 0 3px;
  border-style: solid;
  border-color: #c8cdd2;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta--large {
    display: block;
    padding: 11px 0 13px 0;
    border-width: 1px 1px 0 1px;
  }
}

.tour-content-wrapper .tours-item-meta--large > div {
  width: 50%;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta--large > div {
    width: 100%;
    padding: 0 0 12px 9px;
    border-bottom: 1px solid #c8cdd2;
  }
}

.tour-content-wrapper .tours-item-meta--large > div:last-child {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta--large > div:last-child {
    padding: 11px 0 0 9px;
    border-bottom: 0;
  }
}

.tour-content-wrapper .tours-item-meta--large:last-child {
  padding: 0;
  border: none;
}

.tour-content-wrapper .tours-item-meta--large .c-btn-wrapper {
  margin: 0;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta--large .c-btn-wrapper {
    padding: 0;
  }
}

.tour-content-wrapper .tours-item-meta--large .c-btn-wrapper .c-btn {
  width: 100%;
  padding: 24px 15px 24px;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta--large .c-btn-wrapper .c-btn {
    padding: 4px 15px 5px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

.tour-content-wrapper .tours-item-meta--large .c-btn-wrapper .c-btn.c-btn-secondary {
  padding: 21px 15px 21px;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta--large .c-btn-wrapper .c-btn.c-btn-secondary {
    padding: 2px 15px 3px;
    margin-top: -1px;
    border-width: 2px;
  }
}

.tour-content-wrapper .tours-item-meta--large .c-btn-wrapper:last-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  .tour-content-wrapper .tours-item-meta--large .c-btn-wrapper:last-child {
    padding-top: 0;
  }
}

.tour-level {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.tour-level__icon {
  display: flex;
  margin-right: 0.38095238rem;
  margin-right: .35em;
}

.tour-level__icon svg {
  width: .5em;
  height: .5em;
}

.tour-pedal-happy-wrapper {
  padding-top: 248px;
  margin-top: -196px;
  background: url(../images/Trianglify-Final.png);
  background-size: cover;
}

@media (max-width: 767px) {
  .tour-pedal-happy-wrapper {
    padding-top: 117px;
  }
}

.tour-pedal-happy-text__image {
  padding-left: 39px;
}

@media (max-width: 991px) {
  .tour-pedal-happy-text__image {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .tour-pedal-happy-text__image {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-left: 20px;
    order: 0;
  }
  .tour-pedal-happy-text__image svg {
    width: 94px;
    height: 100%;
  }
}

.tour-pedal-happy-text__content {
  padding-right: 135px;
  padding-bottom: 10px;
  padding-left: 65px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  letter-spacing: -.45px;
}

@media (max-width: 1199px) {
  .tour-pedal-happy-text__content {
    padding-right: 39px;
  }
}

@media (max-width: 991px) {
  .tour-pedal-happy-text__content {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .tour-pedal-happy-text__content {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-right: 20px;
    padding-left: 77px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -.01em;
  }
}

.tour-featured-image {
  padding: 89px 89px 66px;
  background: #ecf0f7;
}

@media (max-width: 767px) {
  .tour-featured-image {
    padding: 38px 20px 127px;
  }
}

.tour-pedal-happy-image-grid {
  padding: 47px 0 133px;
}

@media (max-width: 767px) {
  .tour-pedal-happy-image-grid {
    padding: 7px 0 60px;
  }
}

.tour-pedal-happy-image-grid .lightbox-gallery__thumbnails-wrapper > .row {
  display: block;
}

.tour-pedal-happy-image-grid .lightbox-gallery__single-thumb {
  float: left;
}

.bc-gallery__slider--testimonials {
  margin: 0;
  background: #ffffff;
}

.bc-gallery__slider--testimonials:after {
  content: '';
  width: 113px;
  height: 90px;
  position: absolute;
  z-index: 20;
  top: auto;
  right: 64px;
  bottom: 38px;
  background: transparent url("../images/icons/pedal-happy-moments-grey.svg") 0 0 no-repeat;
  background-size: 100% auto;
}

@media (max-width: 991px) {
  .bc-gallery__slider--testimonials:after {
    width: 75px;
    height: 60px;
    top: auto;
    right: 19px;
    bottom: 18px;
    left: auto;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .bc-gallery__slider--testimonials:after {
    width: 50px;
    height: 40px;
  }
}

.bc-gallery__slider--testimonials .bc-gallery__single-slide {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-height: 544px;
}

@media (max-width: 991px) {
  .bc-gallery__slider--testimonials .bc-gallery__single-slide {
    min-height: auto;
    max-height: calc(100vh - 100px);
  }
}

.bc-gallery__slider--testimonials .bc-gallery__single-slide.fade-out .bc-gallery__image {
  opacity: 0;
}

.bc-gallery__slider--testimonials .bc-gallery__single-slide.fade-in .bc-gallery__image {
  opacity: 1;
  transition-delay: 0s;
  transition-timing-function: ease-out;
  transition-duration: 500ms;
}

.bc-gallery__slider--testimonials .bc-gallery__single-slide-inner-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  position: relative;
}

.bc-gallery__slider--testimonials .bc-gallery__image {
  width: 50%;
  position: relative;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  transition: opacity 100ms ease 0s;
}

@media (max-width: 991px) and (orientation: portrait) {
  .bc-gallery__slider--testimonials .bc-gallery__image {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 110px;
    z-index: 2;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .bc-gallery__slider--testimonials .bc-gallery__image {
    flex: 0 0 50%;
    width: 50%;
  }
}

.bc-gallery__slider--testimonials .bc-gallery__image img {
  width: auto;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) and (orientation: landscape) {
  .bc-gallery__slider--testimonials .bc-gallery__image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) and (orientation: portrait) {
  .bc-gallery__slider--testimonials .bc-gallery__image img {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

.bc-gallery__slider--testimonials .bc-gallery__content-wrapper {
  width: 50%;
  padding: 61px 45px 135px;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

@media (max-width: 991px) {
  .bc-gallery__slider--testimonials .bc-gallery__content-wrapper {
    flex: 0 0 100%;
    width: 100%;
    padding: 33px 38px 102px 32px;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .bc-gallery__slider--testimonials .bc-gallery__content-wrapper {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .bc-gallery__slider--testimonials .bc-gallery__content-wrapper {
    padding: 22px 25px 113px 21px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .bc-gallery__slider--testimonials .bc-gallery__content-wrapper {
    padding-bottom: 90px;
  }
}

.bc-gallery__slider--testimonials .bc-gallery__text {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.06666667;
}

@media (max-width: 1199px) {
  .bc-gallery__slider--testimonials .bc-gallery__text {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .bc-gallery__slider--testimonials .bc-gallery__text {
    font-size: calc(26px + 20 * ((100vw - 320px) / 680));
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .bc-gallery__slider--testimonials .bc-gallery__text {
    font-size: calc(12px + 10 * ((100vw - 320px) / 680));
  }
}

@media (max-width: 767px) {
  .bc-gallery__slider--testimonials .bc-gallery__text {
    line-height: 1.03846154;
  }
}

.bc-gallery__slider--testimonials .bc-gallery__text p {
  letter-spacing: -.56px;
}

.bc-gallery__slider--testimonials .bc-gallery__text p:before, .bc-gallery__slider--testimonials .bc-gallery__text p:after {
  display: inline;
}

.bc-gallery__slider--testimonials .bc-gallery__text p:before {
  content: '“';
}

.bc-gallery__slider--testimonials .bc-gallery__text p:after {
  content: '”';
}

.bc-gallery__slider--testimonials .bc-gallery__author {
  margin-top: 44px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 991px) and (orientation: landscape) {
  .bc-gallery__slider--testimonials .bc-gallery__author {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .bc-gallery__slider--testimonials .bc-gallery__author {
    margin-top: 21px;
    font-size: 12px;
  }
}

.bc-gallery__slider--testimonials .slick-arrow {
  position: absolute;
  z-index: 99;
  top: auto;
  bottom: 66px;
  left: calc(50% + 45px);
  transition: none;
}

@media (max-width: 991px) and (orientation: portrait) {
  .bc-gallery__slider--testimonials .slick-arrow {
    bottom: 36px;
    left: 20px;
  }
  .bc-gallery__slider--testimonials .slick-arrow, .bc-gallery__slider--testimonials .slick-arrow:after {
    width: 30px;
    height: 24px;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .bc-gallery__slider--testimonials .slick-arrow {
    bottom: 24px;
    left: calc(50% + 26px);
  }
}

.bc-gallery__slider--testimonials .slick-next {
  left: calc(50% + 45px + 50px);
}

@media (max-width: 991px) and (orientation: portrait) {
  .bc-gallery__slider--testimonials .slick-next {
    left: 70px;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .bc-gallery__slider--testimonials .slick-next {
    left: calc(50% + 24px + 50px);
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .bc-gallery__slider--testimonials .slick-next {
    left: calc(50% + 24px + 36px);
  }
}

.tour-pedal-happy-image-grid .bc-gallery__sliders-wrapper {
  position: relative;
}

@media (max-width: 991px) {
  .tour-pedal-happy-image-grid .bc-gallery__sliders-wrapper {
    width: 100%;
    margin: 65px auto;
  }
}

@media (max-width: 991px) and (orientation: portrait) {
  .tour-pedal-happy-image-grid .bc-gallery__sliders-wrapper {
    max-width: 600px;
  }
}

.tour-pedal-happy-image-grid .lightbox-gallery__close {
  top: -57px;
  right: 0;
  left: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333333;
  color: #ffffff;
  cursor: pointer;
}

@media (min-width: 992px) {
  .tour-pedal-happy-image-grid .lightbox-gallery__close {
    width: auto;
    height: auto;
    transform: none;
  }
  .tour-pedal-happy-image-grid .lightbox-gallery__close:before, .tour-pedal-happy-image-grid .lightbox-gallery__close:after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .tour-pedal-happy-image-grid .lightbox-gallery__close {
    top: -40px;
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .tour-pedal-happy-image-grid .lightbox-gallery__close {
    width: 26px;
    height: 26px;
    top: -40px;
    right: -3px;
    font-size: 18px;
  }
  .tour-pedal-happy-image-grid .lightbox-gallery__close:before {
    width: 26px;
    height: 3px;
  }
  .tour-pedal-happy-image-grid .lightbox-gallery__close:after {
    width: 3px;
    height: 26px;
  }
}

.tour-pedal-happy-image-grid .lightbox-gallery__close:hover {
  background: none;
}

@media (max-width: 991px) {
  .tour-pedal-happy-image-grid .lightbox-gallery__close span {
    display: none;
  }
}

.tour-pedal-happy-image-grid .bc-gallery__slider-tabs {
  display: none;
  position: absolute;
  z-index: 10;
  top: -35px;
  left: 0;
  font-family: "paralucent-condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: .4px;
}

@media (max-width: 991px) and (orientation: portrait) {
  .tour-pedal-happy-image-grid .bc-gallery__slider-tabs {
    display: flex;
  }
}

.tour-pedal-happy-image-grid .bc-gallery__slider-tab {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 200ms ease;
}

.tour-pedal-happy-image-grid .bc-gallery__slider-tab.active {
  color: white;
  border-color: #e64c00;
}

@media (max-width: 991px) and (orientation: portrait) {
  .tour-pedal-happy-image-grid .bc-gallery__slider[data-tab=caption] .bc-gallery__image {
    margin-left: -100%;
  }
}

.tour-profile-section {
  padding: 103px 0 81px;
}

@media (max-width: 767px) {
  .tour-profile-section {
    padding: 26px 0 22px;
  }
  .tour-profile-section.tour-content-wrapper {
    padding: 36px 0 22px;
  }
}

.tour-profile-section--grey {
  background: #ecf0f7;
}

.tour-profile-section .leadparagraph {
  margin: 0 0 32px;
}

@media (max-width: 767px) {
  .tour-profile-section .leadparagraph {
    margin: 0 0 23px;
  }
}

.tour-profile-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .tour-profile-section__header {
    margin-bottom: 9px;
  }
}

.tour-profile-section__title {
  display: inline-block;
}

.tour-profile-section__title h2 {
  display: inline-block;
  margin-bottom: 0;
}

.tour-profile-section__button {
  display: inline-block;
}

.tour-profile-section__button:before, .tour-profile-section__button:after {
  content: '';
  display: table;
}

.tour-profile-section__button:after {
  clear: both;
}

@media (max-width: 767px) {
  .tour-profile-section__button {
    display: block;
    float: none;
    margin-top: 28px;
  }
}

.tour-profile-section__button .c-btn-wrapper {
  margin: 0;
}

@media (max-width: 767px) {
  .tour-profile-section__button .c-btn-wrapper .c-btn {
    width: 100%;
    letter-spacing: .02em;
  }
}

.tour-profile-section.tour-content-wrapper h1,
.tour-profile-section.tour-content-wrapper h2,
.tour-profile-section.tour-content-wrapper h3,
.tour-profile-section.tour-content-wrapper h4,
.tour-profile-section.tour-content-wrapper h5,
.tour-profile-section.tour-content-wrapper h6 {
  margin: 0 0 48px;
}

@media (max-width: 767px) {
  .tour-profile-section.tour-content-wrapper h1,
  .tour-profile-section.tour-content-wrapper h2,
  .tour-profile-section.tour-content-wrapper h3,
  .tour-profile-section.tour-content-wrapper h4,
  .tour-profile-section.tour-content-wrapper h5,
  .tour-profile-section.tour-content-wrapper h6 {
    margin: 0 0 20px;
  }
}

.tour-itinerary-accordion {
  padding: 14px 0 0;
}

@media (max-width: 767px) {
  .tour-itinerary-accordion .single-accordion {
    padding: 0 0 19px;
  }
}

.tour-itinerary-accordion .single-accordion__title {
  padding: 37px 45px 21px 2px;
}

@media (max-width: 767px) {
  .tour-itinerary-accordion .single-accordion__title {
    padding: 27px 33px 0 5px;
  }
  .tour-itinerary-accordion .single-accordion__title .row {
    display: block;
  }
  .tour-itinerary-accordion .single-accordion__title .col-2 {
    width: auto;
    max-width: none;
    padding-right: 7px;
    float: left;
  }
  .tour-itinerary-accordion .single-accordion__title:after, .tour-itinerary-accordion .single-accordion__title:before {
    top: 60%;
  }
}

.tour-itinerary-accordion .single-accordion__title .col-10 {
  padding-left: 21px;
}

@media (max-width: 767px) {
  .tour-itinerary-accordion .single-accordion__title .col-10 {
    max-width: none;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .tour-itinerary-accordion .single-accordion__title h4 {
    display: inline;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: .03em;
  }
}

.tour-itinerary-accordion .single-accordion__content {
  padding: 0 58px 18px 9px;
}

@media (max-width: 767px) {
  .tour-itinerary-accordion .single-accordion__content {
    padding: 8px 23px 14px 4px;
  }
}

.tour-itinerary-accordion .single-accordion__content-aside-group {
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .tour-itinerary-accordion .single-accordion__content-aside-group {
    margin-bottom: 21px;
  }
  .tour-itinerary-accordion .single-accordion__content-aside-group:last-child {
    margin-bottom: 0;
  }
}

.tour-itinerary-accordion .single-accordion__content-aside-group p {
  margin: 0 0 19px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}

.tour-itinerary-accordion .single-accordion__content-aside-group p:last-child {
  margin-bottom: 0;
}

.tour-itinerary-accordion .single-accordion__content h6 {
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .tour-itinerary-accordion .single-accordion__content h6 {
    margin-bottom: 0;
  }
}

.tour-itinerary-accordion .single-accordion__content ul:not([class]) {
  margin: 0;
}

.tour-itinerary-accordion .single-accordion__content ul:not([class]) li {
  padding: 0 0 0 14px;
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .tour-itinerary-accordion .single-accordion__content ul:not([class]) li {
    margin: 0;
  }
}

.tour-itinerary-accordion .single-accordion__content ul:not([class]) li:before {
  width: 9px;
  height: 1px;
  top: 9px;
}

.tour-itinerary-accordion .single-accordion__content .col-2 {
  padding-left: 6px;
}

@media (max-width: 767px) {
  .tour-itinerary-accordion .single-accordion__content .col-2 {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    order: 2;
    margin-top: 22px;
  }
}

.tour-itinerary-accordion .single-accordion__content .col-10 {
  padding-right: 94px;
}

@media (max-width: 1199px) {
  .tour-itinerary-accordion .single-accordion__content .col-10 {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .tour-itinerary-accordion .single-accordion__content .col-10 {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    order: 1;
  }
}

.tour-itinerary-accordion .single-accordion__content .col-10 p {
  margin: 0 0 25px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .tour-itinerary-accordion .single-accordion__content .col-10 p {
    margin: 0 0 12px;
    letter-spacing: 0;
  }
}

.tour-itinerary-accordion .single-accordion__content .col-10 p:last-child {
  margin-bottom: 0;
}

.tour-itinerary-accordion .single-accordion.active .single-accordion__title:after, .tour-itinerary-accordion .single-accordion.active .single-accordion__title:before {
  top: 55%;
}

.tour-map-wrapper {
  padding-bottom: 125px;
}

@media (max-width: 767px) {
  .tour-map-wrapper {
    padding-bottom: 48px;
    margin-top: 26px;
  }
}

.tour-map-wrapper .tour-map-content {
  height: 624px;
}

@media (max-width: 767px) {
  .tour-map-wrapper .tour-map-content {
    height: 156px;
  }
}

.tour-dates {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .tour-dates {
    margin-top: 12px;
  }
}

.tour-dates-wrapper {
  padding-bottom: 139px;
}

@media (max-width: 767px) {
  .tour-dates-wrapper {
    padding-bottom: 59px;
  }
}

.tour-dates-heading__tooltip {
  width: 135px;
  padding: 11px 9px;
  position: absolute;
  top: -32px;
  right: 2px;
  transform: translateY(-100%);
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  background: #0c0c0c;
  visibility: hidden;
  transition: .3s ease-in-out;
}

@media (max-width: 991px) {
  .tour-dates-heading__tooltip {
    top: 18px;
    left: 3px;
  }
}

@media (max-width: 767px) {
  .tour-dates-heading__tooltip {
    top: -2px;
  }
}

.tour-dates-heading__tooltip:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateY(100%) translateX(50%);
  border-width: 10px 12px 0 12px;
  border-style: solid;
  border-color: #0c0c0c transparent transparent transparent;
}

@media (max-width: 991px) {
  .tour-dates-heading__tooltip:after {
    right: 23px;
    transform: translateY(100%) translateX(0);
  }
}

.tour-dates .cell h6 {
  font-size: 16px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .tour-dates .cell h6 {
    margin-bottom: 5px;
  }
}

.tour-dates .cell i {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 3px;
  vertical-align: top;
  background: url("../images/icons/tooltip.svg") center center no-repeat;
}

@media (max-width: 767px) {
  .tour-dates .cell i {
    margin-left: 6px;
  }
}

.tour-dates .cell i:hover + .tour-dates-heading__tooltip {
  visibility: visible;
}

.tour-dates .cell--guaranteed h6 {
  display: inline-block;
  float: left;
}

.tour-dates .cell--date {
  padding-left: 34px;
}

@media (max-width: 767px) {
  .tour-dates .cell--date {
    padding-left: 36px;
  }
}

@media (max-width: 1199px) {
  .tour-dates .cell--price {
    max-width: 15%;
  }
}

@media (max-width: 991px) {
  .tour-dates .cell--price {
    max-width: 50%;
  }
}

.tour-dates-items {
  background: #ffffff;
}

.tour-dates-items .cell {
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: "paralucent-condensed", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  border-bottom: 3px solid #ecf0f7;
}

@media (max-width: 991px) {
  .tour-dates-items .cell {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .tour-dates-items .cell {
    padding-top: 17px;
    font-size: 19px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .tour-dates-items .cell--guaranteed {
    padding-left: 11px;
  }
}

.tour-dates-items .cell--guaranteed .icon-checkbox {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  border: 3px solid #ced2d9;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .tour-dates-items .cell--guaranteed .icon-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #ced2d9;
  }
}

.tour-dates-items .cell--guaranteed .icon-checkbox--checked:after {
  content: "";
  display: block;
  width: 25px;
  height: 18px;
  position: absolute;
  top: 0;
  right: -5px;
  background: url("../images/icons/check.svg") center center no-repeat;
}

@media (max-width: 767px) {
  .tour-dates-items .cell--guaranteed .icon-checkbox--checked:after {
    width: 15px;
    height: 11px;
    right: -1px;
    background: url("../images/icons/check-small.svg") center center no-repeat;
  }
}

.tour-dates-items .cell--guaranteed .cell-label:before, .tour-dates-items .cell--guaranteed .cell-label:after {
  content: '';
  display: table;
}

.tour-dates-items .cell--guaranteed .cell-label:after {
  clear: both;
}

@media (max-width: 991px) {
  .tour-dates-items .cell--price {
    padding-left: 35px;
  }
}

@media (max-width: 1199px) {
  .tour-dates-items .cell--availability {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .tour-dates-items .cell--availability {
    padding-left: 11px;
  }
}

.tour-dates-items .cell--button {
  padding-right: 36px;
  text-align: right;
}

@media (max-width: 1199px) {
  .tour-dates-items .cell--button {
    flex-grow: 1;
    max-width: none;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .tour-dates-items .cell--button {
    padding: 45px 20px 0 35px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .tour-dates-items .cell--button {
    padding: 26px 21px 0 35px;
  }
}

.tour-dates-items .cell--button .c-btn-wrapper {
  display: inline-block;
  margin: 0;
}

.tour-dates-items .cell--info {
  padding-top: 35px;
  padding-right: 105px;
  font-family: "paralucent-text", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
}

@media (max-width: 767px) {
  .tour-dates-items .cell--info {
    padding: 26px 35px 5px 35px;
    font-size: 11px;
    line-height: 12px;
  }
}

.tour-dates-items .cell-label {
  text-transform: none;
}

.tour-dates-items .cell-label h6 {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: .060em;
}

@media (max-width: 991px) {
  .tour-dates-item {
    padding-bottom: 40px;
    border-bottom: 2px solid #ecf0f7;
  }
}

@media (max-width: 767px) {
  .tour-dates-item {
    padding-top: 9px;
    padding-bottom: 22px;
  }
}

.tour-dates-item-single .cell--price {
  padding-top: 43px;
}

@media (max-width: 767px) {
  .tour-dates-item-single .cell--price {
    padding-top: 21px;
  }
}

.tour-tour-guides-wrapper .tour-guides-items {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .tour-tour-guides-wrapper .tour-guides-items {
    width: calc(100vw - 20px);
    margin-top: 14px;
    margin-left: 0;
  }
}

.tour-tour-guides-wrapper .tour-guides-items .slick-dots {
  padding: 0;
  position: absolute;
  top: -56px;
  right: 20px;
}

.tour-tour-guides-wrapper .tour-guides-items .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  list-style-type: none;
}

.tour-tour-guides-wrapper .tour-guides-items .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 3px solid #0c0c0c;
  border-radius: 100%;
  outline: none;
  background: none;
}

.tour-tour-guides-wrapper .tour-guides-items .slick-dots li:last-child {
  margin-right: 0;
}

.tour-tour-guides-wrapper .tour-guides-items .slick-dots li.slick-active button {
  background: #0c0c0c;
}

@media (max-width: 767px) {
  .tour-tour-guides-wrapper .tour-profile-section__title {
    max-width: 220px;
  }
}

.tour-guides-item {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .tour-guides-item {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .tour-guides-item {
    width: 286px;
    padding: 0 4px 0 0;
  }
}

.tour-guides-item__thumbnail {
  overflow: hidden;
}

.tour-guides-item__thumbnail img {
  transition: .3s ease;
}

.tour-guides-item__title {
  padding: 19px 0 11px 15px;
}

@media (max-width: 767px) {
  .tour-guides-item__title {
    padding: 15px 0 3px 15px;
  }
}

.tour-guides-item__title h3 {
  font-family: "paralucent-condensed", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  transition: .3s ease;
}

@media (max-width: 767px) {
  .tour-guides-item__title h3 {
    font-size: 24px;
    line-height: 24px;
  }
}

.tour-guides-item__job {
  padding-right: 30px;
  padding-left: 15px;
}

.tour-guides-item__job h5 {
  color: #73787d;
  letter-spacing: .017em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .tour-guides-item__job h5 {
    font-size: 13px;
    line-height: 16px;
  }
}

.tour-guides-item:hover .tour-guides-item__thumbnail {
  overflow: hidden;
}

.tour-guides-item:hover .tour-guides-item__thumbnail img {
  transform: scale(1.05);
}

.tour-guides-item:hover .tour-guides-item__title h3 {
  color: #e64c00;
}

.tour-bikes-wrapper {
  padding: 35px 0 81px;
}

@media (max-width: 767px) {
  .tour-bikes-wrapper {
    padding: 5px 0 0;
  }
}

@media (max-width: 767px) {
  .tour-bikes-wrapper .tour-profile-section__title {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .tour-bikes-wrapper .tour-profile-section__button {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .tour-bikes-items {
    width: calc(100vw - 20px);
    margin-top: -2px;
    margin-left: 0;
  }
}

.tour-bikes-items .slick-dots {
  padding: 0;
  position: absolute;
  top: -38px;
  right: 20px;
}

.tour-bikes-items .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  list-style-type: none;
}

.tour-bikes-items .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 3px solid #0c0c0c;
  border-radius: 100%;
  outline: none;
  background: none;
}

.tour-bikes-items .slick-dots li:last-child {
  margin-right: 0;
}

.tour-bikes-items .slick-dots li.slick-active button {
  background: #0c0c0c;
}

@media (max-width: 767px) {
  .tour-bikes-item {
    width: 284px;
    padding: 0 4px 0 0;
  }
}

.tour-bikes-item__thumbnail {
  position: relative;
  margin-top: 14px;
  border: 2px solid #ced2d9;
  overflow: hidden;
}

.tour-bikes-item__thumbnail img {
  transition: 0.3s ease;
}

.tour-bikes-item__thumbnail figcaption {
  padding: 0 20px;
  position: absolute;
  bottom: -2px;
  left: -2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
  text-transform: uppercase;
  background: #0c0c0c;
}

@media (max-width: 767px) {
  .tour-bikes-item__thumbnail figcaption {
    padding: 5px 16px;
    font-size: 11px;
    line-height: 12px;
  }
}

.tour-bikes-item__title {
  padding: 19px 0 11px 0;
}

@media (max-width: 767px) {
  .tour-bikes-item__title {
    padding: 11px 0 3px 15px;
  }
}

.tour-bikes-item__title h3 {
  font-family: "paralucent-condensed", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  .tour-bikes-item__title h3 {
    font-size: 24px;
    line-height: 24px;
  }
}

.tour-bikes-item__job {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .tour-bikes-item__job {
    padding-left: 15px;
  }
}

.tour-bikes-item__job h5 {
  color: #73787d;
  letter-spacing: .017em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .tour-bikes-item__job h5 {
    font-size: 13px;
    line-height: 16px;
  }
}

.tour-bikes-item:hover .tour-bikes-item__thumbnail {
  overflow: hidden;
}

.tour-bikes-item:hover .tour-bikes-item__thumbnail img {
  transform: scale(1.05);
}

.tour-bikes-item:hover .tour-bikes-item__title h3 {
  color: #e64c00;
}

.tour-cta-wrapper {
  margin-bottom: 127px;
}

@media (max-width: 767px) {
  .tour-cta-wrapper {
    margin-bottom: 48px;
  }
}

.tour-cta-content {
  padding: 116px 155px 80px;
  margin-top: 63px;
  text-align: center;
  color: #ffffff;
  background: url("../images/Trianglify-Final.png") center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .tour-cta-content {
    padding: 33px 20px 36px;
    margin-top: 51px;
  }
}

.tour-cta-content h1,
.tour-cta-content h2,
.tour-cta-content h3,
.tour-cta-content h4,
.tour-cta-content h5,
.tour-cta-content h6 {
  margin: 0 0 31px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .tour-cta-content h1,
  .tour-cta-content h2,
  .tour-cta-content h3,
  .tour-cta-content h4,
  .tour-cta-content h5,
  .tour-cta-content h6 {
    margin: 0 0 14px;
  }
}

.tour-cta-content p {
  font-size: 27px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .tour-cta-content p {
    font-size: 16px;
    line-height: 21px;
  }
}

.tour-cta-content .c-btn-wrapper {
  margin: 44px 0 50px;
}

@media (max-width: 767px) {
  .tour-cta-content .c-btn-wrapper {
    margin: 21px 0 0;
  }
  .tour-cta-content .c-btn-wrapper .c-btn {
    width: 100%;
  }
}

.tour-profile-content {
  overflow: hidden;
}

.tour-profile-content .page-top-content {
  padding: 73px 0 174px;
}

@media (max-width: 1199px) {
  .tour-profile-content .page-top-content {
    padding: 73px 0 112px;
  }
}

@media (max-width: 767px) {
  .tour-profile-content .page-top-content {
    padding: 8px 0 49px;
  }
  .tour-profile-content .page-top-content p:not(.leadparagraph) {
    font-size: 16px;
    line-height: 24px;
  }
  .tour-profile-content .page-top-content h1 {
    margin-bottom: 17px;
  }
}

.tour-profile-content .filter-bar {
  padding-top: 47px;
  padding-bottom: 49px;
  margin-top: -111px;
}

@media (max-width: 1199px) {
  .tour-profile-content .filter-bar {
    padding-top: 32px;
    padding-bottom: 31px;
    margin-top: -1px;
  }
}

@media (max-width: 767px) {
  .tour-profile-content .filter-bar {
    padding-top: 15px;
    padding-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .tour-profile-content .filter-bar__dropdowns-wrapper {
    display: none;
  }
}

.tour-profile-content .filter-bar__dropdowns-wrapper.active {
  display: block;
  width: 100%;
  height: calc(100vh - 248px);
  padding: 0 47px 0 34px;
  position: fixed;
  z-index: 1000;
  top: 121px;
  left: 0;
  overflow: auto;
}

@media (max-width: 991px) {
  .tour-profile-content .filter-bar__dropdowns-wrapper.active {
    padding: 0 38px 0 38px;
  }
}

@media (max-width: 767px) {
  .tour-profile-content .filter-bar__dropdowns-wrapper.active {
    height: calc(100vh - 132px);
    padding: 0 20px 0 19px;
    top: 69px;
  }
}

.tour-profile-content .posts-list {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .tour-profile-content .posts-list {
    margin-bottom: 0;
  }
}

.tour-profile-content .main-content {
  padding-bottom: 128px;
}

@media (max-width: 767px) {
  .tour-profile-content .main-content {
    padding-bottom: 21px;
  }
}

@media (max-width: 767px) {
  .tour-profile-content .c-btn-wrapper {
    margin: 12px 0 27px;
  }
  .tour-profile-content .c-btn-wrapper .load-more-trigger {
    width: 100%;
  }
}

.page-top-content {
  padding: 73px 0 10px;
}

@media (max-width: 991px) {
  .page-top-content {
    padding: 79px 0 10px;
  }
}

@media (max-width: 767px) {
  .page-top-content {
    padding: 11px 0 10px;
  }
  .page-top-content .col-md-12 {
    padding: 0 20px;
  }
}

.page-top-content h6 {
  margin: 0 0 4px;
}

@media (max-width: 991px) {
  .page-top-content h6 {
    margin: 0 0 7px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .page-top-content h6 {
    margin: 0 0 1px;
  }
}

@media (max-width: 991px) {
  .page-top-content h1 {
    margin: 0 0 43px;
  }
}

@media (max-width: 767px) {
  .page-top-content h1 {
    margin: 0 0 26px;
    letter-spacing: -.015em;
  }
}

.page-top-content h2 {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .page-top-content h2 {
    margin: 0 0 21px;
  }
}

.page-top-content p:not(.leadparagraph) {
  font-size: 24px;
  line-height: 31px;
}

@media (max-width: 767px) {
  .page-top-content p:not(.leadparagraph) {
    font-size: 20px;
    line-height: 24px;
  }
}

.heading-dark .page-top-content {
  color: #ffffff;
}

.heading-dark .page-top-content h1,
.heading-dark .page-top-content h2,
.heading-dark .page-top-content h3,
.heading-dark .page-top-content h4,
.heading-dark .page-top-content h5,
.heading-dark .page-top-content h6 {
  color: #ffffff;
}

@media (max-width: 767px) {
  .team-index-content .page-top-content {
    padding: 7px 0 10px;
  }
}

.team-index-content .page-top-content h1 {
  margin-bottom: 52px;
}

@media (max-width: 767px) {
  .team-index-content .page-top-content h1 {
    padding-right: 43px;
    margin-bottom: 20px;
    line-height: 32px;
  }
}

.team-index-content .page-top-content h6 {
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .team-index-content .page-top-content h6 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .team-index-content .page-top-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.overview-table {
  margin: 24px 0 86px;
}

@media (max-width: 767px) {
  .overview-table {
    margin: 32px 0 27px;
  }
}

@media (max-width: 767px) {
  .overview-table > .row {
    margin: 0;
  }
}

.overview-table__item {
  padding: 21px 30px;
  text-align: center;
  border-width: 3px 0 3px 3px;
  border-style: solid;
  border-color: #c8cdd2;
}

@media (max-width: 767px) {
  .overview-table__item {
    flex-basis: unset;
    flex-grow: unset;
    width: 50%;
    padding: 2px 5px 11px;
    border-width: 3px 0 0 3px;
  }
  .overview-table__item:nth-child(2) {
    border-width: 3px 3px 0 3px;
  }
  .overview-table__item:nth-child(3) {
    border-width: 3px 0 3px 3px;
  }
}

.overview-table__item:last-child {
  border-width: 3px 3px 3px 3px;
}

.overview-table__item h6 {
  display: inline-block;
  transform: none;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  color: #c8cdd2;
  text-transform: uppercase;
  opacity: 1;
}

@media (max-width: 767px) {
  .overview-table__item h6 {
    font-size: 10px;
    line-height: 12px;
  }
}

.overview-table__text h3 {
  font-size: 63px;
  line-height: 64px;
  color: #c8cdd2;
}

@media (max-width: 767px) {
  .overview-table__text h3 {
    font-size: 30px;
    line-height: 30px;
    word-break: break-all;
  }
}

.block-overview-team .overview-table {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0 0;
}

@media (max-width: 767px) {
  .block-overview-team .overview-table {
    margin: 18px 0 0;
  }
}

.block-overview-team .overview-table__item {
  flex: 0 1 35.1%;
}

@media (max-width: 1199px) {
  .block-overview-team .overview-table__item {
    flex: 0 1 42.1%;
  }
}

@media (max-width: 991px) {
  .block-overview-team .overview-table__item {
    flex: 0 1 32.3%;
  }
}

@media (max-width: 767px) {
  .block-overview-team .overview-table__item {
    flex: 0 1 50%;
    border-width: 3px 0 3px 3px;
  }
  .block-overview-team .overview-table__item:last-child {
    border-width: 3px 3px 3px 3px;
  }
}

.block-overview-team .overview-table__item h6 {
  color: #0c0c0c;
}

.block-overview-team .overview-table__item h3 {
  color: #0c0c0c;
}

.block-team-members {
  padding-top: 80px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .block-team-members {
    padding-top: 37px;
  }
}

.block-team-members .tour-guides-item {
  margin-bottom: 81px;
}

@media (max-width: 767px) {
  .block-team-members .tour-guides-item {
    width: auto;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.block-team-members .tour-guides-item-fun-fact {
  padding: 4px 27px 0 32px;
}

@media (max-width: 767px) {
  .block-team-members .tour-guides-item-fun-fact {
    padding: 4px 16px 0 20px;
  }
}

.block-team-members .tour-guides-item-fun-fact__title h4 {
  font-size: 36px;
  line-height: 40px;
  color: #e64c00;
}

@media (max-width: 767px) {
  .block-team-members .tour-guides-item-fun-fact__title h4 {
    font-size: 22px;
    line-height: 24px;
  }
}

.block-team-members .tour-guides-item-fun-fact__quote h4 {
  font-size: 36px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .block-team-members .tour-guides-item-fun-fact__quote h4 {
    font-size: 22px;
    line-height: 24px;
  }
}

.block-team-members .tour-guides-item-fun-fact__quote h4:before, .block-team-members .tour-guides-item-fun-fact__quote h4:after {
  content: '"';
  display: inline;
}

.block-team-members .tour-guides-item-fun-fact__author {
  margin-top: 38px;
  font-size: 16px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .block-team-members .tour-guides-item-fun-fact__author {
    margin-top: 11px;
    font-size: 12px;
    line-height: 12px;
  }
}

.team-index-content .block-cta {
  padding: 14px 0 130px;
  margin: 0;
  background: #ffffff;
}

@media (max-width: 767px) {
  .team-index-content .block-cta {
    padding: 10px 0 53px;
  }
}

.single-tour_guides {
  background: #ecf0f7;
}

.team-profile-sections {
  margin-top: 60px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .team-profile-sections {
    margin-top: 3px;
  }
}

.team-profile-sections .block-overview-team {
  padding: 0;
  background: #ecf0f7;
}

.team-profile-sections .block-content-aside {
  padding: 132px 0 45px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .team-profile-sections .block-content-aside {
    padding: 40px 0 4px;
  }
}

.team-profile-sections .block-content-aside__content h1,
.team-profile-sections .block-content-aside__content h2,
.team-profile-sections .block-content-aside__content h3,
.team-profile-sections .block-content-aside__content h4,
.team-profile-sections .block-content-aside__content h5,
.team-profile-sections .block-content-aside__content h6 {
  margin: 0 0 43px;
}

@media (max-width: 767px) {
  .team-profile-sections .block-content-aside__content h1,
  .team-profile-sections .block-content-aside__content h2,
  .team-profile-sections .block-content-aside__content h3,
  .team-profile-sections .block-content-aside__content h4,
  .team-profile-sections .block-content-aside__content h5,
  .team-profile-sections .block-content-aside__content h6 {
    margin: 0 0 19px;
  }
}

.team-profile-sections .block-content-main-team {
  background: #ffffff;
}

.team-profile-sections .block-q-and-a {
  padding: 131px 0 64px;
}

@media (max-width: 767px) {
  .team-profile-sections .block-q-and-a {
    padding: 14px 0 0;
  }
}

.team-profile-sections .block-q-and-a__wrapper {
  margin-top: 46px;
}

@media (max-width: 767px) {
  .team-profile-sections .block-q-and-a__wrapper {
    margin-top: 18px;
  }
}

.team-profile-sections .block-q-and-a__item {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .team-profile-sections .block-q-and-a__item {
    margin-bottom: 36px;
  }
}

.team-profile-sections .block-q-and-a__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .team-profile-sections .block-q-and-a__item .col-1 {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 767px) {
  .team-profile-sections .block-q-and-a__item .col-11 {
    padding: 0 20px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .team-profile-sections .block-q-and-a__item .col-11 h3 {
    padding-left: 13px;
  }
}

.team-profile-sections .block-q-and-a__question {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .team-profile-sections .block-q-and-a__question {
    margin-bottom: 9px;
  }
}

.team-profile-sections .block-q-and-a__answer h3 {
  font-weight: 400;
}

@media (max-width: 767px) {
  .team-profile-sections .block-q-and-a__answer h3 {
    line-height: 24px;
  }
}

.team-profile-sections .block-favourite-tours {
  padding: 73px 0 28px;
}

@media (max-width: 767px) {
  .team-profile-sections .block-favourite-tours {
    padding: 35px 0 7px;
  }
  .team-profile-sections .block-favourite-tours .page-block__title {
    width: 100%;
  }
  .team-profile-sections .block-favourite-tours .page-block__title h2 {
    text-align: center;
  }
}

.team-profile-sections .block-favourite-tours__wrapper {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .team-profile-sections .block-favourite-tours__wrapper {
    margin-top: 22px;
  }
}

.team-profile-sections .block-next-bio {
  padding: 20px 0 127px;
}

@media (max-width: 767px) {
  .team-profile-sections .block-next-bio {
    padding: 20px 0 69px;
  }
}

.team-profile-sections .block-next-bio__wrapper {
  padding: 65px 0 0;
  position: relative;
  background-image: url(../images/Trianglify-Final.png);
  background-size: cover;
}

@media (max-width: 991px) {
  .team-profile-sections .block-next-bio__wrapper {
    padding: 0;
  }
}

.team-profile-sections .block-next-bio__wrapper .c-btn {
  margin: 19px 0 49px;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  letter-spacing: -.02em;
}

@media (max-width: 991px) {
  .team-profile-sections .block-next-bio__wrapper .c-btn {
    margin: 19px 0 3px;
  }
}

@media (max-width: 767px) {
  .team-profile-sections .block-next-bio__wrapper .c-btn {
    font-size: 18px;
  }
}

.team-profile-sections .block-next-bio__wrapper .c-btn:after {
  width: 30px;
  height: 24px;
  z-index: 1;
  margin-left: 13px;
  background: url(../images/icons/button-arrow-big.svg) center center no-repeat;
}

@media (max-width: 767px) {
  .team-profile-sections .block-next-bio__wrapper .c-btn:after {
    vertical-align: middle;
  }
}

.team-profile-sections .block-next-bio__wrapper .c-btn:hover, .team-profile-sections .block-next-bio__wrapper .c-btn:focus {
  color: #e64c00;
  border-color: transparent;
}

.team-profile-sections .block-next-bio__wrapper h2 {
  max-width: 360px;
  margin-bottom: 25px;
  font-size: 63px;
  line-height: 64px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .team-profile-sections .block-next-bio__wrapper h2 {
    max-width: 183px;
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 30px;
  }
}

.team-profile-sections .block-next-bio__wrapper h6 {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .team-profile-sections .block-next-bio__wrapper h6 {
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .team-profile-sections .block-next-bio__wrapper h6 {
    font-size: 12px;
    line-height: 12px;
  }
}

.team-profile-sections .block-next-bio__wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 49px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
}

@media (max-width: 767px) {
  .team-profile-sections .block-next-bio__wrapper::after {
    height: 16px;
  }
}

.team-profile-sections .block-next-bio__thumbnail {
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 991px) {
  .team-profile-sections .block-next-bio__thumbnail {
    padding: 0;
    order: 2;
  }
}

@media (max-width: 767px) {
  .team-profile-sections .block-next-bio__thumbnail {
    padding: 0 40px 0 20px;
  }
}

.team-profile-sections .block-next-bio__thumbnail img {
  transition: transform 200ms ease-out;
}

.team-profile-sections .block-next-bio__thumbnail img:hover {
  transform: scale(1.05);
}

.team-profile-sections .block-next-bio__content {
  padding: 0 0 0 12px;
}

@media (max-width: 1199px) {
  .team-profile-sections .block-next-bio__content {
    padding: 0 0 0 30px;
  }
}

@media (max-width: 991px) {
  .team-profile-sections .block-next-bio__content {
    padding: 1px 0 0 15px;
    order: 1;
  }
}

@media (max-width: 767px) {
  .team-profile-sections .block-next-bio__content {
    padding: 1px 0 0 40px;
  }
}

.team-profile-sections .team-member__image {
  margin-top: 11px;
}

.team-profile-sections .team-member__headings {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .team-profile-sections .team-member__headings {
    padding-top: 14px;
  }
}

.team-profile-sections .team-member__headings h1 {
  padding-right: 135px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .team-profile-sections .team-member__headings h1 {
    margin-bottom: 4px;
    line-height: 33px;
  }
}

.team-profile-sections .team-member__headings h4 {
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .team-profile-sections .team-member__headings h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.team-profile-sections .team-member__quote {
  padding-bottom: 85px;
}

@media (max-width: 767px) {
  .team-profile-sections .team-member__quote {
    padding-bottom: 49px;
  }
}

.team-profile-sections .team-member__quote blockquote:not([class]) {
  padding: 19px 0 0 0;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .team-profile-sections .team-member__quote blockquote:not([class]) {
    padding: 15px 0 0 0;
  }
}

.team-profile-sections .team-member__quote blockquote:not([class]):before {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  position: absolute;
  top: 35px;
  left: -165px;
  background: #0c0c0c;
}

@media (max-width: 767px) {
  .team-profile-sections .team-member__quote blockquote:not([class]) p {
    font-size: 26px;
    line-height: 27px;
    letter-spacing: -.011em;
  }
}

.team-profile-sections .team-member__quote blockquote:not([class]) p:before, .team-profile-sections .team-member__quote blockquote:not([class]) p:after {
  position: relative;
  top: 0;
}

@media (max-width: 767px) {
  .team-profile-sections .team-member__quote blockquote:not([class]) p:before, .team-profile-sections .team-member__quote blockquote:not([class]) p:after {
    top: 0;
    left: 0;
  }
}

.page-side-nav__items {
  margin-top: 6px;
}

.page-side-nav__items .menu-item {
  display: block;
  margin-bottom: 16px;
}

.page-side-nav__items .menu-item a {
  display: block;
  padding: 0 0 15px 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  border-bottom: 3px solid #c8cdd2;
}

.page-side-nav__items .menu-item a:hover, .page-side-nav__items .menu-item a:focus {
  color: #0c0c0c;
  border-color: #e64c00;
}

.page-side-nav__items .menu-item .index {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 16px;
}

.page-block--white {
  background: #ffffff;
}

.page-block__headings {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}

@media (max-width: 767px) {
  .page-block__headings {
    margin-bottom: 18px;
  }
}

.page-block__button .c-btn-wrapper {
  margin: 0;
}

@media (max-width: 767px) {
  .page-block__button .c-btn-wrapper {
    margin: 7px 0 0;
  }
}

.page-block__button .c-btn-wrapper .c-btn {
  min-width: auto;
  padding: 5px 40px 5px;
}

@media (max-width: 767px) {
  .page-block__button .c-btn-wrapper .c-btn {
    width: 100%;
  }
}

.sticky-sidebar-page__wrapper {
  position: relative;
}

.sticky-sidebar-page__wrapper .block-content {
  padding: 82px 0 128px;
  margin-top: 191px;
  background: #ecf0f7;
}

@media (max-width: 767px) {
  .sticky-sidebar-page__wrapper .block-content {
    padding: 85px 0 47px;
    margin-top: 108px;
  }
}

.sticky-sidebar-page__wrapper .block-content .alignnone {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .sticky-sidebar-page__wrapper .block-content .alignnone {
    margin-bottom: 8px;
  }
}

@media (max-width: 1199px) {
  .sticky-sidebar-page__wrapper .block-content .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .sticky-sidebar-page__wrapper .page-top-content .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sticky-sidebar-page__wrapper .scroll-image {
  margin-top: 49px;
}

@media (max-width: 767px) {
  .sticky-sidebar-page__wrapper .scroll-image {
    margin-top: 25px;
  }
  .sticky-sidebar-page__wrapper .scroll-image img {
    width: 79px;
  }
}

.sticky-sidebar {
  width: 380px;
  height: 100%;
  padding: 29px 49px 0 49px;
  position: absolute;
  z-index: 10;
  z-index: 999;
  top: 0;
  right: 0;
  left: auto;
  transform: translate3d(0, 0, 0);
  background: #ffffff;
}

@media (max-width: 1199px) {
  .sticky-sidebar {
    display: none;
    height: 100vh;
  }
}

.sticky-sidebar.active {
  display: block;
  width: 100%;
  padding: 25px 20px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.sticky-sidebar .lightbox-menu-close {
  width: 18px;
  height: 18px;
}

.sticky-sidebar .lightbox-menu-close:after {
  height: 18px;
}

.sticky-sidebar .lightbox-menu-close:before {
  width: 18px;
}

.sticky-sidebar__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 88px;
}

@media (max-width: 1199px) {
  .sticky-sidebar__heading {
    display: none;
  }
}

.sticky-sidebar__heading a {
  font-family: "paralucent-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: .03em;
  border: none;
}

.sticky-sidebar__heading a.header-phone {
  color: #0c0c0c;
  letter-spacing: 0;
}

.sticky-sidebar__heading a.header-phone .icon-phone {
  margin-right: 3px;
}

.sticky-sidebar .lightbox-menu-close {
  display: none;
}

@media (max-width: 1199px) {
  .sticky-sidebar .lightbox-menu-close {
    display: block;
  }
}

.sticky-sidebar__content {
  padding: 0;
}

@media (max-width: 1199px) {
  .sticky-sidebar__content {
    height: 70vh;
    margin: 43px auto 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.sticky-sidebar__content h3 {
  margin-bottom: 18px;
}

.signup-lightbox-trigger__wrapper {
  display: none;
}

@media (max-width: 1199px) {
  .signup-lightbox-trigger__wrapper {
    display: block;
  }
}

.signup-lightbox-trigger__wrapper .c-btn {
  width: 100%;
  position: fixed;
  z-index: 99;
  bottom: 0;
  transform: translate3d(0, 0, 0);
}

.block-related-article .page-block__headings {
  padding-top: 115px;
  margin: 106px 0 61px;
  border-top: 17px solid #ecf0f7;
}

@media (max-width: 767px) {
  .block-related-article .page-block__headings {
    padding-top: 52px;
    margin: 38px 0 22px;
    border-top: 12px solid #ecf0f7;
  }
}

@media (max-width: 767px) {
  .block-related-article .page-block__button {
    margin-top: 27px;
  }
}

.block-related-article .post {
  padding: 0;
  margin: 0;
  border: none;
}

.block-latest-article {
  padding-bottom: 127px;
}

@media (max-width: 767px) {
  .block-latest-article {
    padding-bottom: 45px;
  }
}

.block-latest-article .page-block__headings {
  padding-top: 80px;
  margin-bottom: 59px;
}

@media (max-width: 767px) {
  .block-latest-article .page-block__headings {
    padding-top: 33px;
    margin: 0 0 22px;
  }
}

.block-latest-article .page-block__title {
  padding-top: 5px;
}

@media (max-width: 767px) {
  .block-latest-article .page-block__button {
    margin-top: 27px;
  }
}

.block-latest-article .page-block__button .c-btn-wrapper .c-btn {
  padding-right: 43px;
  padding-left: 43px;
}

.block-latest-article .post {
  padding: 0;
  margin: 0;
  border: none;
}

.filter-bar .col-12 {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

@media (max-width: 991px) {
  .filter-bar .col-12 {
    flex-direction: column;
    align-items: center;
  }
}

.filter-bar--dark {
  position: relative;
  background: #050a1a;
}

@media (max-width: 1199px) {
  .filter-bar--dark .filter-dropdown {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark .filter-dropdown {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .filter-bar--dark .filter-dropdown {
    margin: 0;
  }
}

.filter-bar--dark .filter-dropdown__trigger {
  background: #ffffff;
}

@media (max-width: 1199px) {
  .filter-bar--dark .filter-dropdown__trigger {
    width: 100%;
    min-width: auto;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark .filter-dropdown__trigger {
    width: 100%;
    padding: 6px 19px 5px 0;
    margin: 22px 30px 0 0;
    font-size: 36px;
    line-height: 80px;
    border-width: 0 0 6px 0;
  }
  .filter-bar--dark .filter-dropdown__trigger:last-child {
    margin-bottom: 0;
  }
  .filter-bar--dark .filter-dropdown__trigger:after {
    width: 15px;
    height: 12px;
    right: 0;
    border-top: 12px solid #0c0c0c;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .filter-bar--dark .filter-dropdown__trigger:after {
    width: 11px;
    height: 12px;
    border-top: 6px solid #0c0c0c;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
}

@media (max-width: 767px) {
  .filter-bar--dark .filter-dropdown__trigger {
    padding: 6px 0 18px 0;
    margin: 0 19px 8px 1px;
    font-size: 22px;
    line-height: 24px;
    border-width: 0 0 3px 0;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark .filter-dropdown__list {
    margin-top: 47px;
  }
}

@media (max-width: 767px) {
  .filter-bar--dark .filter-dropdown__list {
    margin-top: 8px;
  }
}

@media (max-width: 1199px) {
  .filter-bar--dark .filter-dropdown__list-item.item-has-children > .dropdown__list-item-trigger {
    padding-right: 35px;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark .filter-dropdown__list-item.item-has-children > .dropdown__list-item-trigger {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark .filter-dropdown__list-item.item-has-children .dropdown__sub-list-trigger {
    top: -8px;
  }
}

@media (max-width: 767px) {
  .filter-bar--dark .filter-dropdown__list-item.item-has-children .dropdown__sub-list-trigger {
    top: 5px;
    right: 0;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark .filter-dropdown__sub-list {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .filter-bar--dark .filter-dropdown__sub-list {
    margin-top: 10px;
  }
}

.filter-bar--dark .filter-dropdown__wrapper {
  padding: 14px 18px 14px 20px;
}

@media (max-width: 991px) {
  .filter-bar--dark .filter-dropdown__wrapper {
    padding: 0 0 14px 0;
    position: relative;
    box-shadow: none;
  }
  .filter-bar--dark .filter-dropdown__wrapper-container {
    height: 0;
    max-height: none;
  }
  .filter-bar--dark .filter-dropdown__wrapper.active .filter-dropdown__wrapper-container {
    height: 100%;
  }
}

.filter-bar--dark:after, .filter-bar--dark:before {
  content: "";
  width: 74px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #050a1a;
}

@media (max-width: 1199px) {
  .filter-bar--dark:after, .filter-bar--dark:before {
    width: 100vw;
  }
}

.filter-bar--dark:after {
  right: -73px;
}

@media (max-width: 1199px) {
  .filter-bar--dark:after {
    right: -100vw;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark:after {
    right: -99vw;
  }
}

.filter-bar--dark:before {
  left: -73px;
}

@media (max-width: 1199px) {
  .filter-bar--dark:before {
    left: -99vw;
  }
}

.filter-bar--dark .col-12 {
  display: block;
}

@media (max-width: 1199px) {
  .filter-bar--dark .filters-mobile__wrapper {
    padding: 33px 20px 10px 32px;
  }
}

@media (max-width: 767px) {
  .filter-bar--dark .filters-mobile__wrapper {
    padding: 3px 20px 10px 14px;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark .filters-trigger--mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown {
    margin: 0 0 6px 0;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__wrapper {
    position: absolute;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__wrapper {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__wrapper.in-lightbox {
    padding: 9px 20px 14px 20px;
    position: fixed;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__wrapper-container {
    height: auto;
    max-height: 228px;
    overflow: auto;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__trigger:after {
    width: 10px;
    height: 6px;
    right: 13px;
    border-top-width: 6px;
    border-right-width: 6px;
    border-left-width: 6px;
  }
}

@media (max-width: 991px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__list {
    margin: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__list-item {
    margin-bottom: 7px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__list-item.item-has-children {
    padding-right: 30px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__list-item.item-has-children .dropdown__sub-list-trigger {
    width: 16px;
    height: 16px;
    padding: 8px 0 0 4.5px;
    top: 5px;
    right: 9px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__list-item.item-has-children .dropdown__sub-list-trigger {
    right: 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__list-item-trigger {
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .filter-bar--dark.filter-bar--home .filter-dropdown__list-item-trigger:before {
    width: 15px;
    height: 15px;
    top: 2px;
    border-width: 2px;
  }
  .filter-bar--dark.filter-bar--home .filter-dropdown__list-item-trigger:after {
    width: 16px;
    height: 2px;
    top: 9px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .filter-bar--dark.filter-bar--home .filter-dropdown__sub-list {
    padding-left: 16px;
  }
}

@media (max-width: 767px) {
  .filter-bar--dark.filter-bar--home .filters-trigger--mobile {
    display: block;
  }
}

.filter-bar__label {
  font-family: "paralucent-condensed", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 0.88888889;
  color: #ffffff;
  letter-spacing: 1.8px;
}

@media (max-width: 1199px) {
  .filter-bar__label {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .filter-bar__label {
    max-width: 60px;
    font-size: 28px;
    line-height: 0.85714286;
    letter-spacing: 1.4px;
  }
}

@media (max-width: 767px) {
  .filter-bar__label {
    max-width: none;
    margin-bottom: 15px;
  }
}

.filter-bar__dropdowns-wrapper {
  display: flex;
}

@media (max-width: 991px) {
  .filter-bar__dropdowns-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .filter-bar--home .filter-bar__dropdowns-wrapper {
    flex-flow: row nowrap;
    margin: 0 -5px;
  }
}

@media (max-width: 767px) {
  .filter-bar--home .filter-bar__dropdowns-wrapper {
    flex-flow: row wrap;
    margin: 0;
  }
}

.filter-bar__search .input-wrapper {
  position: relative;
}

.filter-bar__search input {
  width: 270px;
  padding: 15px 30px 15px 19px;
  font-size: 20px;
  line-height: 32px;
  color: #0c0c0c;
  border-width: 2px;
  border-style: solid;
  border-color: #c8cdd2;
  border-radius: 0;
  -webkit-appearance: none;
}

.filter-bar__search input::-webkit-input-placeholder {
  color: #73787d;
}

.filter-bar__search input:-moz-placeholder {
  /* Firefox 18- */
  color: #73787d;
}

.filter-bar__search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #73787d;
  opacity: 1;
}

.filter-bar__search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #73787d;
}

.filter-bar__search input::-ms-input-placeholder {
  /* Edge */
  color: #73787d;
}

.filter-bar__search input:placeholder-shown {
  /* Standard one last! */
  color: #73787d;
}

@media (max-width: 991px) {
  .filter-bar__search input {
    width: 279px;
    padding: 6px 30px 4px 14px;
    font-size: 18px;
  }
}

.filter-bar__search input:focus {
  outline: none;
}

.filter-bar__search .icon-submit {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  border: 0;
  background: url("../images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

.filter-bar-mobile--trigger {
  display: none;
  padding: 0;
  font-size: 29px;
  font-weight: 700;
  line-height: 33px;
  color: #ffffff;
  letter-spacing: .009em;
  border: none;
  background: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .filter-bar-mobile--trigger {
    display: block;
  }
  .filter-bar--home .filter-bar-mobile--trigger {
    display: none;
  }
}

@media (max-width: 767px) {
  .filter-bar-mobile--trigger {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: .03em;
  }
}

.filter-bar-mobile--trigger:before {
  content: "+";
  display: inline;
  margin-right: 12px;
}

@media (max-width: 991px) {
  .filter-bar-mobile--trigger:before {
    margin-right: 5px;
  }
}

.filter-bar-mobile--trigger:focus {
  outline: none;
}

.filter-bar-mobile--trigger .count {
  display: none;
}

.filter-bar-mobile--trigger .count i {
  font-style: normal;
}

.filter-bar-mobile--trigger .count.active {
  display: inline;
}

.filter-bar.filter-bar--home {
  padding: 20px 0 0 0;
  margin: 0 0 -49px;
  background: #ecf0f7;
}

@media (max-width: 991px) {
  .filter-bar.filter-bar--home {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .filter-bar.filter-bar--home {
    padding-top: 0;
  }
}

.filter-bar.filter-bar--home:before, .filter-bar.filter-bar--home:after {
  display: none;
}

.hero + .filter-bar.filter-bar--home {
  padding-top: 0;
  margin-top: -50px;
}

.filter-bar.filter-bar--home .filter-bar__wrapper {
  padding: 49px 10px;
  margin: -133px 90px 0;
  background: #050c1b;
}

@media (max-width: 991px) {
  .filter-bar.filter-bar--home .filter-bar__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    margin-top: -166px;
  }
}

@media (max-width: 767px) {
  .filter-bar.filter-bar--home .filter-bar__wrapper {
    padding: 27px 0 42px;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .filter-bar.filter-bar--home .filter-bar__content {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .filter-bar.filter-bar--home .filter-bar__content {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .filter-bar.filter-bar--home .filter-bar__content > * {
    flex: 0 1 auto;
    width: auto;
    max-width: none;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .filter-bar.filter-bar--home .filter-bar__content > * {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .filter-bar.filter-bar--home .filter-bar__filters-wrapper {
    max-width: 560px;
    margin: 0 10px 0 12px;
  }
}

@media (max-width: 767px) {
  .filter-bar.filter-bar--home .filter-bar__filters-wrapper {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 1439px) {
  .filter-bar__tour-finder-trigger {
    width: 57px;
    height: 57px;
  }
}

@media (max-width: 1199px) {
  .filter-bar__tour-finder-trigger {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 767px) {
  .filter-bar__tour-finder-trigger {
    width: 100%;
    height: 42px;
    border-radius: 0;
  }
}

.filter-bar__tour-finder-trigger span {
  display: none;
}

@media (max-width: 767px) {
  .filter-bar__tour-finder-trigger span {
    display: inline;
    padding: 0 7px 0 0;
  }
}

@media (max-width: 767px) {
  .filter-bar__tour-finder-trigger svg {
    width: 11px;
    height: auto;
  }
}

.filter-bar__tour-finder-trigger-wrapper {
  display: flex;
  align-items: center;
}

.filter-dropdown {
  position: relative;
  margin-right: 13px;
}

@media (max-width: 991px) {
  .filter-dropdown {
    margin: 0 0 12px 0;
  }
}

.filter-dropdown:last-child {
  margin-right: 0;
}

.filter-bar--home .filter-dropdown {
  flex: 1 1 100%;
}

.filter-dropdown__trigger {
  min-width: 268px;
  padding: 15px 30px 11px 19px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  border-width: 2px 2px 4px 2px;
  border-style: solid;
  border-color: #c8cdd2;
  background: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .filter-dropdown__trigger {
    min-width: 279px;
    padding: 6px 30px 4px 14px;
    font-size: 18px;
  }
}

.filter-dropdown__trigger:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  border-top: 6px solid #0c0c0c;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: all .2s linear;
}

.filter-dropdown__trigger:last-child {
  margin-right: 0;
}

.filter-dropdown__trigger:hover, .filter-dropdown__trigger:focus {
  outline: none;
}

.filter-dropdown__trigger.has-filters {
  border-bottom-color: #e64c00;
}

.filter-dropdown__trigger.has-filters .count {
  visibility: visible;
}

.filter-dropdown__trigger .count {
  visibility: hidden;
}

.filter-dropdown__trigger .count i {
  font-style: normal;
}

.filter-bar--home .filter-dropdown__trigger {
  width: 100%;
  min-width: auto;
}

@media (max-width: 1199px) {
  .filter-bar--home .filter-dropdown__trigger {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  .filter-bar--home .filter-dropdown__trigger {
    width: 100%;
    min-width: 180px;
    padding: 6px 19px 1px 17px;
    margin: 0;
    font-size: 16px;
    line-height: 38px;
    border-bottom-width: 3px;
  }
}

.filter-dropdown__wrapper {
  width: 100%;
  padding: 10px 18px 14px 20px;
  position: absolute;
  z-index: 50;
  top: 100%;
  bottom: auto;
  left: 0;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(12, 12, 12, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0s ease;
}

@media (max-width: 991px) {
  .filter-dropdown__wrapper {
    padding: 9px 39px 14px 41px;
  }
}

@media (max-width: 767px) {
  .filter-dropdown__wrapper {
    padding: 9px 20px 14px 20px;
  }
}

@media (max-width: 1199px) {
  .filter-dropdown__wrapper.in-lightbox {
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 86px;
    left: 0;
    box-shadow: none;
    overflow-y: auto;
    transition: none;
  }
}

@media (max-width: 991px) {
  .filter-dropdown__wrapper.in-lightbox {
    top: 165px;
  }
}

@media (max-width: 767px) {
  .filter-dropdown__wrapper.in-lightbox {
    top: 69px;
  }
}

.filter-dropdown__wrapper-container {
  height: auto;
  max-height: 287px;
  overflow: auto;
}

@media (max-width: 991px) {
  .filter-dropdown__wrapper-container {
    max-height: none;
  }
}

.filter-dropdown__wrapper.active {
  opacity: 1;
  visibility: visible;
}

.filter-dropdown__list {
  padding: 0;
  margin: 0;
}

.filter-dropdown__sub-list {
  display: none;
  padding-left: 26px;
  margin-top: 9px;
}

@media (max-width: 1199px) {
  .filter-dropdown__sub-list {
    padding-left: 18px;
  }
}

.filter-dropdown__list-item {
  margin-bottom: 8px;
  line-height: 32px;
  list-style-type: none;
}

@media (max-width: 991px) {
  .filter-dropdown__list-item {
    margin-bottom: 32px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .filter-dropdown__list-item {
    margin-bottom: 5px;
  }
}

.filter-dropdown__list-item-trigger {
  padding: 0;
  padding-right: 30px;
  padding-left: 24px;
  position: relative;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  border: 0;
  background: none;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .filter-dropdown__list-item-trigger {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .filter-dropdown__list-item-trigger {
    padding-left: 35px;
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .filter-dropdown__list-item-trigger {
    padding-left: 23px;
    font-size: 18px;
  }
}

.filter-dropdown__list-item-trigger:focus {
  outline: 0;
}

.filter-dropdown__list-item-trigger:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  margin-right: 10px;
  vertical-align: middle;
  border: 3px solid #0c0c0c;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .filter-dropdown__list-item-trigger:before {
    width: 23px;
    height: 23px;
    top: 2px;
    border: 4px solid #0c0c0c;
  }
}

@media (max-width: 767px) {
  .filter-dropdown__list-item-trigger:before {
    width: 16px;
    height: 16px;
    top: 7px;
    border: 3px solid #0c0c0c;
  }
}

.filter-dropdown__list-item-trigger.active:after {
  content: "";
  width: 17px;
  height: 3px;
  position: absolute;
  top: 12px;
  left: -1px;
  transform: rotate(-45deg);
  background: #0c0c0c;
}

@media (max-width: 991px) {
  .filter-dropdown__list-item-trigger.active:after {
    width: 24px;
    height: 4px;
    top: 12px;
  }
}

@media (max-width: 767px) {
  .filter-dropdown__list-item-trigger.active:after {
    width: 17px;
    height: 3px;
    top: 14px;
  }
}

.filter-dropdown__list-item.item-has-children {
  position: relative;
}

@media (max-width: 991px) {
  .filter-dropdown__list-item.item-has-children {
    padding-right: 30px;
  }
}

.filter-dropdown__list-item.item-has-children > .dropdown__list-item-trigger {
  padding-right: 47px;
}

.filter-dropdown__list-item.item-has-children.open > .dropdown__sub-list {
  display: block;
}

.filter-dropdown__list-item.item-has-children .dropdown__sub-list-trigger {
  display: block;
  width: 20px;
  height: 20px;
  padding: 9px 0 0 5.5px;
  position: absolute;
  z-index: 20;
  top: 6px;
  right: 26px;
  font-size: 15px;
  font-weight: 700;
  line-height: 0;
  border-radius: 100%;
  background: #d2d7dc;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .filter-dropdown__list-item.item-has-children .dropdown__sub-list-trigger {
    right: 10px;
  }
}

@media (max-width: 991px) {
  .filter-dropdown__list-item.item-has-children .dropdown__sub-list-trigger {
    width: 30px;
    height: 30px;
    padding: 13px 0 0 6.5px;
    top: 0;
    right: 0;
    font-size: 25px;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .filter-dropdown__list-item.item-has-children .dropdown__sub-list-trigger {
    width: 20px;
    height: 20px;
    padding: 9px 0 0 5.5px;
    top: 6px;
    right: 35px;
    font-size: 15px;
  }
}

.filters-mobile {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #ffffff;
  overflow: hidden;
}

.filters-mobile.active {
  display: block;
}

.filters-mobile__wrapper {
  width: 100%;
  padding: 14px 20px 10px 15px;
}

@media (max-width: 991px) {
  .filters-mobile__wrapper {
    padding: 31px 20px 10px 35px;
  }
}

@media (max-width: 767px) {
  .filters-mobile__wrapper {
    padding: 2px 20px 10px 15px;
  }
}

.filters-mobile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filters-mobile__action {
  border: none;
  background: none;
}

.filters-mobile__action:focus {
  outline: none;
}

.filters-mobile__action--close {
  width: 50px;
  height: 50px;
  position: relative;
  transform: rotate(45deg);
}

.filters-mobile__action--close:after, .filters-mobile__action--close:before {
  content: '';
  display: block;
  position: absolute;
  top: 64%;
  right: 72%;
  transform: translate(50%, -50%);
  background-color: #3c4146;
}

@media (max-width: 767px) {
  .filters-mobile__action--close:after, .filters-mobile__action--close:before {
    top: 29%;
    right: 29%;
  }
}

.filters-mobile__action--close:after {
  width: 7px;
  height: 51px;
}

@media (max-width: 767px) {
  .filters-mobile__action--close:after {
    width: 4px;
    height: 26px;
  }
}

.filters-mobile__action--close:before {
  width: 51px;
  height: 7px;
}

@media (max-width: 767px) {
  .filters-mobile__action--close:before {
    width: 26px;
    height: 4px;
  }
}

.filters-mobile__action--reset {
  font-family: "paralucent-condensed", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #0c0c0c;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .filters-mobile__action--reset {
    font-size: 16px;
  }
}

.filters-mobile__action--reset.disabled {
  color: #c8cdd2;
}

.filters-mobile__action--save {
  width: 100%;
  height: 98px;
  position: fixed;
  z-index: 1010;
  bottom: 0;
  left: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 64px;
  text-transform: none;
  background: #050a1a;
}

@media (max-width: 767px) {
  .filters-mobile__action--save {
    height: 60px;
    font-size: 22px;
    line-height: 24px;
  }
}

.filters-mobile__action--save.disabled {
  background: #a5aabe;
}

.filters-trigger--mobile {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .filters-trigger--mobile {
    display: block;
  }
}

.lightbox-menu-close {
  display: block;
  width: 45px;
  height: 45px;
  position: relative;
  transform: rotate(45deg);
  margin-left: auto;
  border: none;
  background: none;
  cursor: pointer;
}

.lightbox-menu-close:after, .lightbox-menu-close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3c4146;
}

.lightbox-menu-close:after {
  width: 3px;
  height: 30px;
}

.lightbox-menu-close:before {
  width: 30px;
  height: 3px;
}

.lightbox-menu-close:focus {
  outline: none;
}

.results-info .col-12 {
  padding: 0;
}

.results-info-content {
  display: flex;
  justify-content: space-between;
  padding: 33px 0 29px;
}

@media (max-width: 767px) {
  .results-info-content {
    align-items: center;
    padding: 16px 0 18px;
  }
}

.results-info .results {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .results-info .results {
    font-size: 12px;
    line-height: 20px;
  }
}

.results-info .results .clear-filters-wrapper.disabled {
  display: none;
}

.results-info .results .clear-filters-trigger {
  padding: 0;
  line-height: 23px;
  border: none;
  border-bottom: 1px solid;
  background: none;
}

@media (max-width: 767px) {
  .results-info .results .clear-filters-trigger {
    line-height: 12px;
  }
}

.results-info .results .clear-filters-trigger:focus {
  outline: none;
}

.sort-dropdown__trigger {
  width: 100%;
  padding-right: 20px;
  position: relative;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
  border: none;
  background: none;
}

@media (max-width: 767px) {
  .sort-dropdown__trigger {
    padding-right: 12px;
    font-size: 12px;
    line-height: 20px;
  }
}

.sort-dropdown__trigger:focus {
  outline: none;
}

.sort-dropdown__trigger:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  border-top: 6px solid #0c0c0c;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .sort-dropdown__trigger:after {
    width: 7px;
    height: 5px;
    border-top: 4px solid #0c0c0c;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
  }
}

.sort-dropdown__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sort-dropdown__list-item-trigger {
  font-size: 18px;
  line-height: 27px;
  color: #73787d;
  border: none;
  background: none;
}

@media (max-width: 767px) {
  .sort-dropdown__list-item-trigger {
    font-size: 18px;
    line-height: 31px;
  }
}

.sort-dropdown__list-item-trigger.active {
  color: #0c0c0c;
}

.sort-dropdown__list-item-trigger:focus {
  outline: none;
}

.sort-dropdown__wrapper.dropdown__wrapper {
  min-width: 200px;
  padding: 13px 10px 14px 13px;
  position: absolute;
  z-index: 99;
  right: 0;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(12, 12, 12, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: .1s ease;
}

@media (max-width: 767px) {
  .sort-dropdown__wrapper.dropdown__wrapper {
    padding: 14px 10px 10px 14px;
  }
}

.sort-dropdown__wrapper.dropdown__wrapper.active {
  opacity: 1;
  visibility: visible;
}

.block-featured {
  padding-top: 145px;
  padding-bottom: 80px;
  background: #ecf0f7;
}

@media (max-width: 991px) {
  .block-featured {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .block-featured {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}

.block-featured__items {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -8px;
}

.block-featured__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .block-featured__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .block-featured__item {
    margin-bottom: 12px;
  }
}

.block-featured figcaption {
  padding: 28px 20px;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  color: #ffffff;
}

@media (max-width: 767px) {
  .block-featured figcaption {
    padding: 15px;
  }
}

.block-featured figcaption strong {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.33333333;
  letter-spacing: .3px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .block-featured figcaption strong {
    margin-bottom: 0;
    font-size: 10px;
  }
}

.block-featured img {
  width: 100%;
}

.block-featured h3 {
  margin-bottom: 0;
  line-height: 1.11111111;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .block-featured h3 {
    font-size: 22px;
  }
}

.block-testimonials {
  padding: 0 0 88px;
  text-align: center;
  background: #ffffff;
}

@media (max-width: 767px) {
  .block-testimonials {
    padding: 0 0 32px;
  }
}

.block-testimonials:before {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  background: #ebf0f5;
}

@media (max-width: 767px) {
  .block-testimonials:before {
    height: 12px;
  }
}

.block-testimonials .container:before {
  content: '”';
  display: block;
  margin-top: 81px;
  font-size: 85px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 991px) {
  .block-testimonials .container:before {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .block-testimonials .container:before {
    font-size: 57px;
    line-height: 1.2;
  }
}

.block-testimonials__items {
  width: 100%;
  padding: 16px 95px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .block-testimonials__items {
    padding: 16px 60px;
  }
}

@media (max-width: 767px) {
  .block-testimonials__items {
    max-width: 500px;
    padding: 0 0 60px;
  }
}

.block-testimonials__quote {
  padding: 0;
  margin: 0 0 62px 0;
  font-size: 45px;
  line-height: 1.06666667;
}

@media (max-width: 1199px) {
  .block-testimonials__quote {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .block-testimonials__quote {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .block-testimonials__quote {
    margin-bottom: 31px;
    font-size: 22px;
    line-height: 1.22727273;
  }
}

.block-testimonials__quote cite {
  font-size: 1em;
  font-weight: 300;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -.56px;
}

@media (max-width: 767px) {
  .block-testimonials__quote cite {
    font-size: 1em;
    line-height: 1em;
    letter-spacing: normal;
  }
}

.block-testimonials__quote cite:before, .block-testimonials__quote cite:after {
  position: static;
}

.block-testimonials__quote-author-location {
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33333333;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .block-testimonials__quote-author-location {
    margin: 2px 0 0;
    font-size: 10px;
    line-height: 12, 10;
  }
}

.block-testimonials .slick-arrow {
  position: absolute;
  z-index: 10;
  top: calc(50% - 60px);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .block-testimonials .slick-arrow {
    top: auto;
    bottom: 0;
    transform: none;
  }
  .block-testimonials .slick-arrow, .block-testimonials .slick-arrow:after {
    width: 30px;
    height: 24px;
  }
}

.block-testimonials .slick-prev {
  right: auto;
  left: 0;
}

@media (max-width: 767px) {
  .block-testimonials .slick-prev {
    left: 50%;
    transform: translateX(-39px);
  }
}

.block-testimonials .slick-next {
  right: 0;
  left: auto;
}

@media (max-width: 767px) {
  .block-testimonials .slick-next {
    right: 50%;
    transform: translateX(39px);
  }
}

.block-attraction-sliders {
  padding: 119px 0 9px;
  background-image: url(../images/Trianglify-Final.png);
  background-position: center;
}

@media (max-width: 767px) {
  .block-attraction-sliders {
    padding: 51px 0 11px;
  }
}

.block-attraction-sliders__item h2 {
  margin-bottom: 60px;
  font-size: 45px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  letter-spacing: -.56px;
}

@media (max-width: 767px) {
  .block-attraction-sliders__item h2 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 1.03846154;
    letter-spacing: -.33px;
  }
}

.block-attraction-sliders .destinations-content {
  padding-bottom: 119px;
  background: transparent;
}

@media (max-width: 767px) {
  .block-attraction-sliders .destinations-content {
    padding-bottom: 53px;
  }
}

.block-3-images-collage {
  padding: 128px 0 96px;
  background: #ffffff;
}

@media (max-width: 991px) {
  .block-3-images-collage {
    padding: 90px 0 96px;
  }
}

@media (max-width: 767px) {
  .block-3-images-collage {
    padding: 41px 0 48px;
  }
}

@media (max-width: 991px) {
  .block-3-images-collage__content {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .block-3-images-collage__content {
    margin-bottom: 36px;
  }
}

.block-3-images-collage__content h5 {
  margin: 2px 0 32px;
  font-size: 21px;
  line-height: 1.52380952;
}

@media (max-width: 767px) {
  .block-3-images-collage__content h5 {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.block-3-images-collage__content .c-btn-wrapper {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .block-3-images-collage__content .c-btn-wrapper {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .block-3-images-collage__content .c-btn {
    width: 100%;
  }
}

.block-3-images-collage__items {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: 0;
  padding-top: 97.78%;
  position: relative;
}

@media (max-width: 767px) {
  .block-3-images-collage__items {
    padding-top: 94.4%;
  }
}

.block-3-images-collage__image {
  position: absolute;
}

.block-3-images-collage__image img {
  width: 100%;
}

.block-3-images-collage__image:nth-child(1) {
  top: 0;
  right: 0;
}

.block-3-images-collage__image--home-collage-landscape-big {
  width: 64.815%;
}

@media (max-width: 767px) {
  .block-3-images-collage__image--home-collage-landscape-big {
    width: 60.515%;
  }
}

.block-3-images-collage__image:nth-child(2) {
  top: 12%;
}

@media (max-width: 767px) {
  .block-3-images-collage__image:nth-child(2) {
    top: 13.8%;
  }
}

.block-3-images-collage__image--home-collage-portrait-big {
  width: 64.815%;
}

@media (max-width: 767px) {
  .block-3-images-collage__image--home-collage-portrait-big {
    width: 64.015%;
  }
}

.block-3-images-collage__image:nth-child(3) {
  bottom: 0;
  left: 35.2%;
}

@media (max-width: 767px) {
  .block-3-images-collage__image:nth-child(3) {
    left: 35.8%;
  }
}

.block-3-images-collage__image--post-thumbnail-search {
  width: 47.225%;
}

@media (max-width: 767px) {
  .block-3-images-collage__image--post-thumbnail-search {
    width: 45.625%;
  }
}

.block-marquee {
  width: 100%;
  height: .82em;
  max-width: 100%;
  position: relative;
  font-family: "paralucent-condensed", sans-serif;
  font-size: 163.6px;
  font-weight: 700;
  line-height: 1;
  color: #050a1a;
  white-space: nowrap;
  word-spacing: -2px;
  background: #ffffff;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1919px) {
  .block-marquee {
    font-size: 8.442vw;
  }
}

@media (max-width: 1439px) {
  .block-marquee {
    font-size: 111px;
  }
}

@media (max-width: 767px) {
  .block-marquee {
    font-size: 75px;
  }
}

.block-marquee__wrapper {
  display: block;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: -.18em;
  margin-left: -.06em;
  animation: marquee 10s infinite linear;
  will-change: transform;
}

.block-marquee__text-copies-wrapper {
  position: absolute;
  top: 0;
  left: calc(100%);
}

.block-marquee__text-copies-wrapper .block-marquee__text {
  padding-right: 0;
}

.block-marquee__text {
  pointer-events: none;
  display: inline;
  padding-right: .2em;
  transform: translateZ(0);
  will-change: transform;
}

@keyframes marquee {
  0% {
    transform: translate(0) translate3d(0, 0, 0);
  }
  100% {
    transform: translate(-100%) translate3d(0, 0, 0);
  }
}

/* Main Footer */
.main-footer h1,
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
  color: #ffffff;
}

.main-footer__top {
  padding: 36px 0 28px;
  color: #ffffff;
  background: #e64c00;
}

@media (max-width: 991px) {
  .main-footer__top {
    padding: 23px 0 17px;
  }
}

@media (max-width: 767px) {
  .main-footer__top {
    min-height: 120px;
    padding: 45px 0 17px;
  }
}

@media (max-width: 991px) {
  .main-footer__top__image svg {
    width: 124px !important;
  }
}

@media (max-width: 767px) {
  .main-footer__top__image svg {
    margin-top: 21px;
  }
}

.main-footer__top .btn-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border: 3px solid #ffffff;
  border-radius: 100%;
  transition: .3s ease;
}

@media (max-width: 991px) {
  .main-footer__top .btn-circle {
    width: 96px;
    height: 96px;
    font-size: 14px;
    line-height: 16px;
  }
}

.main-footer__top .btn-circle:hover {
  color: #e64c00;
  background: #ffffff;
}

.main-footer__top__content {
  padding-left: 46px;
}

@media (max-width: 991px) {
  .main-footer__top__content {
    padding-left: 56px;
  }
}

@media (max-width: 767px) {
  .main-footer__top__content {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .main-footer__top__content h3 {
    font-size: 26px;
    line-height: 27px;
  }
}

.main-footer__top__button {
  text-align: right;
}

@media (max-width: 767px) {
  .main-footer__top__button {
    padding: 12px 0 0 6px;
    text-align: left;
  }
}

.main-footer__bottom {
  color: #ffffff;
  background: #050c1b;
}

@media (max-width: 767px) {
  .main-footer__bottom {
    min-height: 48px;
  }
}

.main-footer__bottom h2 {
  font-family: "paralucent-condensed", sans-serif;
  font-weight: 600;
  letter-spacing: .025em;
}

@media (max-width: 991px) {
  .main-footer__bottom h2 {
    margin-right: 10px;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -.009em;
  }
}

@media (max-width: 767px) {
  .main-footer__bottom h2 {
    margin-right: 12px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.main-footer__bottom a {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .main-footer__bottom a {
    font-size: 16px;
    line-height: 18px;
  }
}

.main-footer__bottom .row:before, .main-footer__bottom .row:after {
  display: inline-block;
}

@media (max-width: 991px) {
  .main-footer__bottom .row:before, .main-footer__bottom .row:after {
    display: table;
  }
}

.main-footer--simple .footer-bottom__logos {
  padding: 92px 0 48px;
  margin: 0;
}

@media (max-width: 767px) {
  .main-footer--simple .footer-bottom__logos {
    padding: 29px 0 0;
  }
}

.main-footer--simple .footer-bottom__logos__wrapper {
  padding: 0;
}

@media (max-width: 767px) {
  .main-footer--simple .footer-bottom__logos-item {
    margin: 0 9px 19px;
  }
}

@media (max-width: 1199px) {
  .main-footer--simple .footer-bottom__footnote {
    padding-bottom: 53px;
  }
}

@media (max-width: 767px) {
  .main-footer--simple .footer-bottom__footnote-right {
    margin: 22px 0 36px 0;
  }
}

.footer-bottom__contact {
  padding-top: 88px;
}

@media (max-width: 991px) {
  .footer-bottom__contact {
    padding-top: 84px;
  }
}

@media (max-width: 767px) {
  .footer-bottom__contact {
    padding-top: 42px;
  }
}

.footer-bottom__contact p {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .footer-bottom__contact p {
    margin: 0 0 8px;
  }
}

@media (max-width: 767px) {
  .footer-bottom__contact p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  .footer-bottom__contact ul:not([class]) {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .footer-bottom__contact ul:not([class]) {
    margin-bottom: 8px;
  }
}

.footer-bottom__contact ul:not([class]) li {
  display: inline-block;
  padding: 0 0 0 14px;
}

@media (max-width: 991px) {
  .footer-bottom__contact ul:not([class]) li {
    margin-bottom: 0;
  }
}

.footer-bottom__contact ul:not([class]) li:first-child {
  margin-right: 34px;
}

@media (max-width: 991px) {
  .footer-bottom__contact ul:not([class]) li:first-child {
    padding-right: 0;
  }
}

.footer-bottom__contact ul:not([class]) li:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 0;
  transform: rotate(45deg);
  margin-right: 8px;
  border: .5px solid #e64c00;
  border-width: 3px 3px 0 0;
  transition: all .2s linear;
}

.footer-bottom__contact:after {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  margin: 10px auto 66px auto;
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
  .footer-bottom__contact:after {
    margin: 10px auto 45px auto;
  }
}

.footer-bottom__navs-wrapper {
  align-items: flex-start;
}

.footer-bottom__navs-wrapper:before, .footer-bottom__navs-wrapper:after {
  content: '';
  display: table;
}

.footer-bottom__navs-wrapper:after {
  clear: both;
}

@media (max-width: 991px) {
  .footer-bottom__navs-wrapper {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-bottom__navs-wrapper {
    display: flex;
  }
}

@media (max-width: 991px) {
  .footer-bottom__navs-wrapper div[class*=col-] {
    margin-bottom: 26px;
  }
  .footer-bottom__navs-wrapper div[class*=col-]:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer-bottom__navs-wrapper div[class*=col-] {
    margin-bottom: 19px;
  }
}

.footer-bottom__navs-wrapper ul {
  padding: 0;
}

.footer-bottom__navs-wrapper ul li {
  margin-bottom: 13px;
  list-style-type: none;
}

@media (max-width: 767px) {
  .footer-bottom__navs-wrapper ul li {
    margin-bottom: 12px;
  }
}

.footer-bottom__navs-wrapper ul li a {
  display: block;
  font-size: 14px;
  line-height: 19px;
}

@media (max-width: 767px) {
  .footer-bottom__navs-wrapper ul li a {
    font-size: 12px;
    line-height: 12px;
  }
}

.footer-bottom__navs-wrapper ul li i {
  display: block;
  min-width: 255px;
  margin-top: 9px;
  font-size: 10px;
  font-style: normal;
  line-height: 15px;
  color: #c8cdd2;
}

@media (max-width: 767px) {
  .footer-bottom__navs-wrapper ul li i {
    margin-top: 3px;
  }
}

.footer-bottom__navs-wrapper h5 {
  margin: 0 0 14px;
  font-family: "paralucent-condensed", sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  .footer-bottom__navs-wrapper h5 {
    margin: 0 0 9px;
    font-size: 13px;
    line-height: 15px;
  }
}

.footer-bottom__navs-wrapper p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .footer-bottom__navs-wrapper p {
    margin: 0 0 9px;
  }
}

@media (max-width: 767px) {
  .footer-bottom__navs-wrapper p {
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 18px;
  }
}

.footer-bottom__navs-wrapper--right .menu {
  margin-bottom: 28px;
}

.footer-bottom__navs--left:before, .footer-bottom__navs--left:after {
  content: '';
  display: table;
}

.footer-bottom__navs--left:after {
  clear: both;
}

@media (max-width: 767px) {
  .footer-bottom__navs--left {
    display: block;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .footer-bottom__navs-column {
    clear: none;
    float: left;
  }
}

@media (max-width: 767px) {
  .footer-bottom__navs-column {
    float: none;
    order: 3;
  }
}

@media (max-width: 991px) {
  .footer-bottom__navs-column--main {
    padding-right: 0;
  }
}

.footer-bottom__navs-column--main:before, .footer-bottom__navs-column--main:after {
  content: '';
  display: table;
}

.footer-bottom__navs-column--main:after {
  clear: both;
}

@media (max-width: 767px) {
  .footer-bottom__navs-column--main {
    padding-left: 20px;
    order: 2;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .footer-bottom__navs-column--content {
    padding: 0 20px;
    order: 1;
  }
}

@media (max-width: 767px) {
  .footer-bottom__navs-column-inner {
    width: 50%;
    float: left;
  }
}

@media (max-width: 991px) {
  .footer-bottom__navs-column-inner--menu {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .footer-bottom__navs-column-inner--menu {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .footer-bottom__navs-column--menu {
    margin-bottom: 38px !important;
  }
}

@media (max-width: 767px) {
  .footer-bottom__navs-column--menu {
    padding: 0 20px;
    margin-bottom: 0 !important;
  }
}

.footer-bottom__logos__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}

@media (max-width: 991px) {
  .footer-bottom__logos__wrapper {
    margin-top: 5px;
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .footer-bottom__logos__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-top: 18px;
    margin-bottom: 1px;
  }
}

.footer-bottom__logos-item {
  display: inline-block;
}

@media (max-width: 991px) {
  .footer-bottom__logos-item {
    margin-right: 42px;
  }
  .footer-bottom__logos-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .footer-bottom__logos-item {
    margin: 0 14px 17px;
  }
  .footer-bottom__logos-item:last-child {
    margin-right: 14px;
  }
  .footer-bottom__logos-item.normal img {
    max-width: 80px;
  }
  .footer-bottom__logos-item.small img {
    max-width: 70px;
  }
  .footer-bottom__logos-item.medium img {
    max-width: 75px;
  }
  .footer-bottom__logos-item.large img {
    max-width: 123px;
  }
}

.footer-bottom__footnote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  font-size: 10px;
  line-height: 16px;
}

@media (max-width: 991px) {
  .footer-bottom__footnote {
    display: block;
    padding-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .footer-bottom__footnote {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.footer-bottom__footnote a {
  font-size: 10px;
  line-height: 16px;
}

.footer-bottom__footnote-right {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .footer-bottom__footnote-right {
    margin: 26px 0 0 0;
  }
}

@media (max-width: 767px) {
  .footer-bottom__footnote-right {
    margin: 26px 0 36px 0;
  }
}

.footer-bottom__footnote-right ul {
  margin: 0;
}

.footer-bottom__footnote-right ul li {
  display: inline-block;
  padding: 0 0 0 12px;
  margin: 0;
}

@media (max-width: 767px) {
  .footer-bottom__footnote-right ul li {
    padding: 0 6px;
  }
}

.footer-bottom__footnote-right ul li::before {
  display: none;
}

.footer-bottom__footnote-right ul li a {
  transition: .3s ease;
}

.footer-bottom__footnote-right ul li a:hover path {
  fill: #bfc4cc;
}

.footer-bottom__footnote-left {
  float: left;
}

@media (max-width: 1199px) {
  .footer-bottom__footnote-left {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .footer-bottom__footnote-left {
    max-width: 209px;
  }
}

@media (max-width: 767px) {
  .footer-bottom__footnote-left {
    max-width: none;
    padding: 0 27px;
    float: none;
    order: 2;
    margin-bottom: 3px;
    line-height: 14px;
  }
}

@media (max-width: 991px) {
  .footer-bottom__footnote-center {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .footer-bottom__footnote-center {
    order: 3;
  }
}

.footer-bottom__footnote-right {
  text-align: right;
}

@media (max-width: 767px) {
  .footer-bottom__footnote-right {
    order: 1;
  }
}

.archive.author, .archive.tag {
  background: #ffffff;
}

.posts-page-heading {
  text-align: center;
  margin-top: 72px;
}

@media (max-width: 767px) {
  .posts-page-heading {
    margin-top: 4px;
    text-align: left;
  }
}

.posts-page-heading h6 {
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .posts-page-heading h6 {
    margin-bottom: 2px;
  }
}

.posts-page-heading h1 {
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .posts-page-heading h1 {
    margin-bottom: 17px;
  }
}

.posts-list {
  margin-bottom: 127px;
}

@media (max-width: 767px) {
  .posts-list {
    margin-bottom: 110px;
  }
}

.search-results .posts-list {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .search-results .posts-list {
    margin-top: 0;
  }
}

.posts-list.loading {
  opacity: .3;
}

.posts-list .loading {
  opacity: .3;
}

.post {
  padding: 0 0 64px;
  margin: 0 0 63px;
  border-bottom: 17px solid #ecf0f7;
}

@media (max-width: 767px) {
  .post {
    padding: 0 0 37px;
    margin: 0 0 36px;
    border-bottom: 12px solid #ecf0f7;
  }
}

.post:last-child {
  margin: 0;
}

.search-results .post {
  padding-bottom: 24px;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .post-meta {
    padding: 0 5px;
  }
}

.post-category {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .post-category {
    margin-top: 10px;
  }
}

.post-category a {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-color: transparent;
}

@media (max-width: 767px) {
  .post-category a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }
}

.post-thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.post-thumbnail img {
  width: 100%;
  transition: transform 200ms ease-out;
}

.post-thumbnail img:hover {
  transform: scale(1.05);
}

.search-results .post-thumbnail {
  padding-top: 75.295%;
  background: #ecf0f7;
}

.search-results .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}

.post-title {
  margin: 14px 0 23px 0;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -.009em;
}

@media (max-width: 767px) {
  .post-title {
    margin: 5px 0 11px 0;
    font-size: 22px;
    line-height: 24px;
  }
}

.search-results .post-title {
  margin-top: 20px;
}

.post-title a {
  color: #0c0c0c;
  border-color: transparent;
}

.post-title a:hover {
  text-decoration: underline;
  border-color: #0c0c0c;
}

.post-excerpt p {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .post-excerpt p {
    font-size: 14px;
    line-height: 20px;
  }
}

.search-results .post-excerpt p {
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .search-results .post-excerpt p {
    font-size: 16px;
    line-height: 24px;
  }
}

.post-author {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .post-author {
    margin-top: 14px;
  }
}

.post-author__thumbnail {
  display: inline-block;
}

.post-author__thumbnail a {
  border: none;
}

.post-author__thumbnail img {
  border-radius: 100%;
}

@media (max-width: 767px) {
  .post-author__thumbnail img {
    width: 35px;
  }
}

.post-author__name a {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #0c0c0c;
  border-color: transparent;
}

@media (max-width: 767px) {
  .post-author__name a {
    font-size: 13px;
    line-height: 16px;
  }
}

.post-author__name a:hover {
  border-color: #e64c00;
}

.posts-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 55px;
}

@media (max-width: 767px) {
  .posts-pagination {
    margin: 36px 0 0;
  }
}

.posts-list + .posts-pagination {
  margin: -53px 0 125px;
}

@media (max-width: 767px) {
  .posts-list + .posts-pagination {
    margin: -75px 0 32px;
  }
}

.posts-pagination .post-link span,
.posts-pagination .post-link a {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #0c0c0c;
  border-bottom: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .posts-pagination .post-link span,
  .posts-pagination .post-link a {
    font-size: 18px;
    line-height: 18px;
  }
}

.posts-pagination .post-link span:hover,
.posts-pagination .post-link a:hover {
  color: #e64c00;
}

.posts-pagination .post-link.disabled span,
.posts-pagination .post-link.disabled a {
  color: #a5aabe;
  cursor: default;
}

.posts-pagination .post-link--next span:after,
.posts-pagination .post-link--next a:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 24px;
  margin-top: 0;
  margin-left: 12px;
  background-image: url(../images/icons/pagination-arrow-next-orange.svg);
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .posts-pagination .post-link--next span:after,
  .posts-pagination .post-link--next a:after {
    width: 14px;
    height: 12px;
    margin-left: 4px;
    background-size: cover;
  }
}

.posts-pagination .post-link--next.disabled a:after,
.posts-pagination .post-link--next.disabled span:after {
  background-image: url(../images/icons/pagination-arrow-next.svg);
}

.posts-pagination .post-link--prev span:before,
.posts-pagination .post-link--prev a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 24px;
  margin-top: 0;
  margin-right: 12px;
  background-image: url(../images/icons/pagination-arrow-prev-orange.svg);
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .posts-pagination .post-link--prev span:before,
  .posts-pagination .post-link--prev a:before {
    width: 14px;
    height: 12px;
    margin-right: 6px;
    background-size: cover;
  }
}

.posts-pagination .post-link--prev.disabled a:before,
.posts-pagination .post-link--prev.disabled span:before {
  background-image: url(../images/icons/pagination-arrow-prev.svg);
}

.posts-pagination .page-count {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .posts-pagination .page-count {
    font-size: 20px;
    line-height: 40px;
  }
}

.post-hero {
  padding: 0 0 91px 0;
  background: #ecf0f7;
}

@media (max-width: 767px) {
  .post-hero {
    padding: 0 0 36px 0;
  }
}

.post-hero .post-category {
  margin-top: 66px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .post-hero .post-category {
    margin-top: 0;
    margin-bottom: 1px;
  }
}

@media (max-width: 767px) {
  .post-hero .post-meta {
    padding: 0;
  }
}

.post-hero h1 {
  margin: 0 0 49px;
  line-height: 80px;
}

@media (max-width: 767px) {
  .post-hero h1 {
    margin: 0 0 21px;
    line-height: 30px;
  }
}

.post-hero {
  padding: 0 0 91px 0;
  background: #ecf0f7;
}

@media (max-width: 767px) {
  .post-hero {
    padding: 0 0 36px 0;
  }
}

.post-hero .post-category {
  margin-top: 66px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .post-hero .post-category {
    margin-top: 0;
    margin-bottom: 1px;
  }
}

@media (max-width: 767px) {
  .post-hero .post-meta {
    padding: 0;
  }
}

.post-hero h1 {
  margin: 0 0 49px;
  line-height: 80px;
}

@media (max-width: 767px) {
  .post-hero h1 {
    margin: 0 0 21px;
    line-height: 30px;
  }
}

.post-content {
  padding: 118px 0 0 0;
}

@media (max-width: 991px) {
  .post-content {
    padding: 60px 0 0 0;
  }
}

@media (max-width: 767px) {
  .post-content {
    padding: 8px 0 0 0;
  }
}

.post-content .post-author {
  flex-direction: column;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .post-content .post-author {
    display: block;
  }
}

@media (max-width: 991px) {
  .post-content .post-author__thumbnail {
    float: left;
    margin-right: 12px;
  }
  .post-content .post-author__thumbnail img {
    width: 64px;
    border-radius: 100%;
  }
}

.post-content .post-author__name a {
  display: block;
  margin: 15px 0 7px 0;
}

@media (max-width: 767px) {
  .post-content .post-author__name a {
    padding: 6px 0 0 0;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
  }
}

.post-content .post-date {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 991px) {
  .post-content .post-date {
    font-size: 14px;
    text-align: left;
  }
}

.post-content .post-tags__list {
  padding: 0;
  margin-top: 55px;
}

@media (max-width: 767px) {
  .post-content .post-tags__list {
    margin-top: 25px;
  }
}

.post-content .post-tags__list li {
  display: inline-block;
}

.post-content .post-tags__list li a {
  display: block;
  padding: 0 22px;
  margin: 8px 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
  border: none;
  background: #73787d;
}

@media (max-width: 767px) {
  .post-content .post-tags__list li a {
    padding: 0 13px;
    margin: 8px 8px 0 0;
    font-size: 11px;
    line-height: 24px;
  }
}

.post-content .social-share {
  display: flex;
  justify-content: center;
  margin-top: 11px;
}

@media (max-width: 991px) {
  .post-content .social-share {
    justify-content: flex-start;
    margin-top: 5px;
  }
}

.post-content .social-share .a2a_kit a {
  transition: .3s ease;
}

.post-content .social-share .a2a_kit a:hover {
  opacity: 1;
}

.post-content .social-share .a2a_kit a:hover span:not(.a2a_s_twitter) {
  background: #73787d !important;
  opacity: 1;
}

.post-content .social-share .a2a_svg {
  border-radius: 0 !important;
}

@media (max-width: 767px) {
  .post-content .social-share .a2a_svg {
    width: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
  }
}

.post-content .social-share .a2a_button_twitter span {
  width: 29px !important;
  height: 28px !important;
  line-height: 28px !important;
  background: none !important;
}

@media (max-width: 767px) {
  .post-content .social-share .a2a_button_twitter span {
    width: 22px !important;
    height: 19px !important;
    line-height: 20px !important;
  }
}

.post-content .social-share .a2a_button_twitter svg path {
  transition: .3s ease;
  fill: #0c0c0c;
}

.post-content .social-share .a2a_button_twitter:hover span {
  background: none !important;
}

.post-content .social-share .a2a_button_twitter:hover svg path {
  fill: #73787d !important;
}

@media (max-width: 767px) {
  .post-content .social-share .a2a_kit a {
    padding: 0 2px !important;
  }
}

.post-content main {
  padding-right: 9px;
}

@media (max-width: 991px) {
  .post-content main {
    padding: 48px 20px 0;
  }
}

.main-content {
  background: #ffffff;
}

.latest-article .post {
  padding: 85px 0 97px;
  margin-top: 30px;
  color: #ffffff;
  border-top: 3px solid #ecf0f7;
  border-bottom: none;
}

@media (max-width: 767px) {
  .latest-article .post {
    padding: 46px 0 23px;
    margin-top: 25px;
    border-top: 2px solid #ecf0f7;
  }
}

.latest-article .post-title a {
  color: #ffffff;
}

.latest-article .post-author__name a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .archive .page-top-content {
    padding: 7px 0 10px;
  }
}

@media (max-width: 767px) {
  .archive .page-top-content h1 {
    margin-bottom: 20px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .archive .page-top-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.filter-bar {
  padding-top: 80px;
  padding-bottom: 77px;
}

@media (max-width: 767px) {
  .filter-bar {
    padding-top: 37px;
    padding-bottom: 36px;
  }
  .search-results .filter-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

#page .tablepress thead th,
#page .tablepress tbody td {
  padding: 15px 4px;
}