/*
Theme Name: Richards Bespoke
Author: James Walters @ pixelFLYTE
Author URI: http://pixelflyte.com
Description: Custom Theme for Richards Bespoke
*/
@font-face {
  font-family: "cg";
  src: url("fonts/cg.eot");
  src: url("fonts/cg.eot?#iefix") format("embedded-opentype"), url("fonts/cg.woff") format("woff"), url("fonts/cg.otf") format("opentype"), url("fonts/cg.svg#filename") format("svg"); }

@font-face {
  font-family: "cgb";
  src: url("fonts/cg-b.eot");
  src: url("fonts/cg-b.eot?#iefix") format("embedded-opentype"), url("fonts/cg-b.woff") format("woff"), url("fonts/cg-b.svg#filename") format("svg"); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  position: relative; }

/*BASE ELEMENTS*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.overlay {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.5s; }

html body {
  position: relative; }

html.fixed, html.active {
  overflow: hidden;
  background: #fff; }
  html.fixed body, html.active body {
    background: #fff; }

html.active {
  overflow: hidden; }
  html.active .overlay {
    display: block;
    visibility: visible;
    opacity: 1; }
  html.active header.main {
    background: #000; }
    html.active header.main img.logo {
      opacity: 0.2; }

body {
  background: #000;
  color: #030303;
  font-family: "cg", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 22px;
  text-transform: uppercase; }

h2 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 18px;
  text-transform: uppercase; }

h3 {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 20px; }

h4 {
  font-style: italic;
  color: #999;
  line-height: 25px;
  margin-bottom: 20px; }

p {
  margin-bottom: 20px; }
  p span {
    letter-spacing: 2px; }
  p:last-of-type {
    margin-bottom: 0; }
  p.disclaimer {
    font-size: 12px;
    line-height: 16px;
    margin-top: 40px;
    padding: 0 20px; }
    p.disclaimer a:hover {
      color: #030303;
      text-decoration: underline; }

a {
  cursor: pointer; }

.container {
  margin: 0 auto;
  padding: 40px;
  max-width: 900px; }
  .container.no-padding {
    padding: 0; }
  .container.no-bottom {
    padding-bottom: 0; }
  .container.no-top {
    padding-top: 0; }
  .container.half-bottom {
    padding-bottom: 20px; }
  .container.extra-wide {
    max-width: 1200px; }

@media screen and (max-width: 767px) {
  .container {
    padding: 20px; }
  html.active .overlay {
    display: none; }
  .overlay {
    display: none; }
  br {
    display: none; } }

.experience-video-link {
  color: #fff;
  transition: all .3s ease-in-out; }
  .experience-video-link i {
    margin-top: 30px;
    transition: all .3s ease-in-out; }
  .experience-video-link:hover {
    transform: scale(1.2); }
    .experience-video-link:hover i {
      transform: scale(1.1); }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important; }

header.main {
  background: #000;
  padding: 20px 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  transition: background 0.5s; }
  header.main a.home-link {
    display: block;
    max-width: 180px;
    margin: 0 auto; }
  header.main img.logo {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 180px;
    transition: opacity 0.5s; }
  header.main img.mark, header.main img.mark-white {
    display: none;
    height: auto;
    margin: 0 auto;
    max-width: 64px; }
  header.main img.mark-white {
    display: none; }
  header.main a.appt, header.main a.button.interior {
    display: none;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  header.main a.button.interior {
    display: block;
    color: #fff; }
    header.main a.button.interior:hover {
      color: #999; }
  header.main a.menu {
    display: block;
    padding-bottom: 28px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30px;
    z-index: 11; }
    header.main a.menu span {
      transition: all 0.5s;
      -webkit-transition: all 0.5s; }
    header.main a.menu span.bar {
      background: #fff;
      display: block;
      height: 2px;
      max-width: 30px;
      left: 0;
      position: absolute;
      top: 0;
      transform-origin: center center;
      width: 100%; }
      header.main a.menu span.bar:nth-child(2) {
        top: 6px; }
      header.main a.menu span.bar:nth-child(3) {
        top: 12px; }
    header.main a.menu span.title {
      bottom: 0;
      color: #fff;
      font-size: 9px;
      line-height: 9px;
      left: 0;
      letter-spacing: 1px;
      position: absolute;
      text-align: center;
      text-transform: uppercase; }
    header.main a.menu:hover span.bar {
      background: #999; }
    header.main a.menu:hover span.title {
      color: #999; }
    header.main a.menu.close {
      top: 30px;
      transform: none;
      -webkit-transform: none;
      padding-bottom: 0;
      height: 31px;
      top: 15px; }
      header.main a.menu.close span.title {
        color: #000;
        letter-spacing: 0;
        bottom: -10px;
        display: none; }
      header.main a.menu.close span.bar {
        background: #030303;
        height: 1px; }
        header.main a.menu.close span.bar:nth-child(1) {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          top: 50%; }
        header.main a.menu.close span.bar:nth-child(2) {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          top: 50%; }
          header.main a.menu.close span.bar:nth-child(2):hover {
            background: #030303; }
      header.main a.menu.close:hover span.title {
        color: #999; }
      header.main a.menu.close:hover span.bar {
        background: #999; }
  header.main.active {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    padding: 20px;
    z-index: 10000; }
    header.main.active:after {
      display: none; }
    header.main.active img.logo {
      display: none; }
    header.main.active img.mark {
      display: block; }
    header.main.active a.home-link {
      max-width: 64px; }
    header.main.active a.appt {
      display: inline-block; }
    header.main.active a.button.interior {
      display: none; }
    header.main.active a.menu span.bar {
      background: #030303; }
    header.main.active a.menu span.title {
      color: #030303; }
    header.main.active a.menu:hover span.bar {
      background: #030303; }
    header.main.active nav.main-menu ul.secondary {
      padding-top: 0; }

header.section {
  margin-bottom: 20px;
  padding-bottom: 25px;
  position: relative; }
  header.section:after {
    background: url(images/needles.png) no-repeat center bottom;
    background-size: 137px 2px;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%; }
  header.section h2 {
    line-height: 24px;
    margin-bottom: 0; }

nav.main-menu {
  background: #fff;
  box-shadow: 0 25px 20px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -600px;
  height: 100%;
  display: none;
  padding-bottom: 80px;
  overflow: scroll;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: 50vw;
  padding-top: 20px;
  z-index: 999;
  display: block;
  visibility: hidden;
  /*flex-direction:column;
	justify-content:space-between;*/
  max-width: 600px;
  min-width: 600px; }
  nav.main-menu:before {
    content: ''; }
  nav.main-menu.active {
    right: 0;
    visibility: visible; }
  nav.main-menu a.appt-mobile {
    display: none; }
  nav.main-menu a.button.appointment {
    position: absolute;
    left: 40px;
    top: 15px;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 0.062em; }
  nav.main-menu img.mark {
    display: block;
    margin: 0 auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: 50px;
    top: 12px; }
  nav.main-menu img.footer-image {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0 40px 40px; }
  nav.main-menu ul {
    font-size: 0;
    line-height: 0;
    padding: 40px 40px; }
  nav.main-menu ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    width: 49%; }
    nav.main-menu ul li:nth-child(odd) {
      margin-left: 2%; }
    nav.main-menu ul li.header {
      background: #030303;
      color: #fff;
      display: block;
      letter-spacing: 2px;
      margin: 0 auto 1px;
      width: 100%;
      text-align: center;
      padding: 15px 0;
      border: none; }
    nav.main-menu ul li a {
      display: block;
      letter-spacing: 0.032em;
      padding: 15px 0;
      text-decoration: none;
      color: #030303; }
      nav.main-menu ul li a:hover {
        color: #999; }
  nav.main-menu ul.main {
    padding-bottom: 0; }
    nav.main-menu ul.main li {
      width: 100%; }
      nav.main-menu ul.main li:nth-child(odd) {
        margin-left: 0; }
  nav.main-menu ul.secondary {
    padding-top: 0;
    padding-bottom: 0; }
    nav.main-menu ul.secondary li {
      width: 100%; }
      nav.main-menu ul.secondary li:nth-child(odd) {
        margin-left: 0; }

/*
@media screen and (max-height:932px){
	nav.main-menu {
		
		ul.secondary,ul.main{
			li{
				width:49%;
				&:nth-child(odd){margin-left:2%;}
				&.header{
					width:100%;
					margin-left:0;
				}
			}
		}
	}
}

*/
@media screen and (max-width: 767px) {
  header.main {
    padding: 20px;
    background: #000;
    z-index: 10000; }
    header.main img.logo {
      display: none; }
    header.main img.mark-white {
      display: block;
      top: 12px; }
    header.main a.home-link {
      max-width: 64px; }
    header.main a.menu {
      right: 20px;
      width: 80px; }
      header.main a.menu span.bar {
        background: #fff;
        width: 30px;
        left: auto;
        right: 0; }
      header.main a.menu span.title {
        color: #fff;
        width: 100%;
        text-align: center;
        bottom: 0px;
        max-width: 30px;
        right: 0;
        left: auto; }
      header.main a.menu:hover span.bar {
        background: #fff; }
      header.main a.menu.close:hover:hover span.bar {
        background: #030303; }
    header.main a.menu.active.close:hover span.bar {
      background: #030303; }
    header.main a.button.appointment {
      left: 20px;
      top: 16px;
      padding: 10px; }
    header.main a.appt {
      left: 20px; }
    header.main a.button.interior {
      display: none; }
    header.main.active {
      padding: 10px 20px; }
      header.main.active a.appt {
        display: none; }
      header.main.active img.mark-white {
        display: none; }
  header.section {
    padding-left: 10px;
    padding-right: 10px; }
  .nav-contain {
    display: block;
    width: 100%;
    height: 100%;
    overflow: scroll; }
  nav.main-menu {
    right: -100%;
    width: 100%;
    padding-top: 20px;
    min-width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow-y: scroll;
    height: 100%;
    text-align: center; }
    nav.main-menu a.appointment {
      display: none; }
    nav.main-menu a.appt-mobile {
      display: inline-block;
      position: relative;
      margin-right: 20px;
      margin-left: 20px;
      margin-top: 20px; }
    nav.main-menu ul {
      padding-right: 20px;
      padding-left: 20px;
      padding-bottom: 0;
      text-align: left; }
      nav.main-menu ul li {
        font-size: 13px;
        line-height: 13px; }
        nav.main-menu ul li.header {
          padding: 8px 0; }
        nav.main-menu ul li a {
          padding: 8px 0; }
      nav.main-menu ul.main li {
        width: 100% !important; }
        nav.main-menu ul.main li:nth-child(odd) {
          margin-left: 0 !important; }
        nav.main-menu ul.main li a {
          letter-spacing: normal; }
  header.main.hamburger.nav-solution {
    overflow: visible; }
    header.main.hamburger.nav-solution a.menu:hover span.title {
      color: #fff; }
    header.main.hamburger.nav-solution a.menu.active span.bar {
      background: #fff; }
    header.main.hamburger.nav-solution a.menu.active:hover span.title {
      color: #fff; }
    header.main.hamburger.nav-solution a.menu.active:hover span.bar {
      background: #fff; }
    header.main.hamburger.nav-solution.active {
      padding: 20px;
      background: #000;
      display: none; }
      header.main.hamburger.nav-solution.active.up {
        display: block; }
      header.main.hamburger.nav-solution.active img.mark {
        display: none; }
      header.main.hamburger.nav-solution.active img.mark-white {
        display: block; }
      header.main.hamburger.nav-solution.active a.menu span.title {
        color: #fff; }
      header.main.hamburger.nav-solution.active a.menu span.bar {
        background: #fff; }
      header.main.hamburger.nav-solution.active a.menu:hover span.title {
        color: #fff; }
    header.main.hamburger.nav-solution .header-holder {
      background: #fff;
      position: fixed;
      left: 0;
      top: 87px;
      overflow: scroll;
      width: 100%;
      display: none;
      height: calc(100% - 87px); }
      header.main.hamburger.nav-solution .header-holder nav.main-menu.active {
        position: relative;
        background: none; }
    header.main.hamburger.nav-solution nav.main-menu {
      box-shadow: none;
      right: 0;
      background: none;
      padding-bottom: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      min-height: 100%;
      top: calc(-100% - 200px); }
      header.main.hamburger.nav-solution nav.main-menu ul {
        padding: 0;
        padding-top: 0; }
        header.main.hamburger.nav-solution nav.main-menu ul li:first-of-type {
          border-top: none; }
        header.main.hamburger.nav-solution nav.main-menu ul li a:hover {
          color: #030303; }
        header.main.hamburger.nav-solution nav.main-menu ul li.has-children ul.sub-menu {
          padding-top: 10px;
          padding-bottom: 0; }
          header.main.hamburger.nav-solution nav.main-menu ul li.has-children ul.sub-menu li {
            margin-bottom: 10px; }
        header.main.hamburger.nav-solution nav.main-menu ul li.has-children.active a {
          color: #000; }
      header.main.hamburger.nav-solution nav.main-menu img.mark {
        display: none; }
      header.main.hamburger.nav-solution nav.main-menu.active {
        background: none;
        top: 0;
        display: block; }
        header.main.hamburger.nav-solution nav.main-menu.active .header-holder {
          display: block; }
        header.main.hamburger.nav-solution nav.main-menu.active img.mark {
          display: none; }
  html.nav-solution {
    -webkit-overflow-scrolling: touch; }
    html.nav-solution body {
      height: 100%;
      -webkit-overflow-scrolling: touch; }
    html.nav-solution a.back-to-top {
      display: none;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5);
      position: fixed;
      bottom: 10px;
      left: 50%;
      text-align: center;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      html.nav-solution a.back-to-top i {
        font-size: 14px;
        color: #fff;
        line-height: 28px; }
  html.nav-solution.active {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    html.nav-solution.active body {
      padding: 0;
      margin: 0;
      overflow: hidden;
      position: absolute;
      overflow: hidden;
      left: 0;
      top: 0;
      width: 100%;
      overflow: hidden; }
      html.nav-solution.active body * {
        overflow: hidden; } }

header.main.hamburger nav.horizontal-menu {
  display: none; }

header.main.hamburger a.menu {
  z-index: 99999999999999; }
  header.main.hamburger a.menu span.bar {
    height: 1px; }
  header.main.hamburger a.menu.active span.bar {
    background: #000; }
    header.main.hamburger a.menu.active span.bar:nth-child(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 50%; }
    header.main.hamburger a.menu.active span.bar:nth-child(2) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 50%; }
    header.main.hamburger a.menu.active span.bar:nth-child(3) {
      opacity: 0; }
  header.main.hamburger a.menu.active span.title {
    opacity: 0; }
  header.main.hamburger a.menu.active:hover span.bar {
    background: #999; }

header.main.hamburger a.menu.close {
  display: none; }

header.main.hamburger nav.main-menu {
  max-width: 500px;
  min-width: 500px;
  right: -500px;
  padding-top: 40px;
  text-align: center; }
  header.main.hamburger nav.main-menu img.mark {
    top: auto;
    left: auto;
    position: relative;
    transform: none;
    -webkit-transform: none;
    margin: 0 auto;
    max-width: 64px; }
  header.main.hamburger nav.main-menu.active {
    right: 0;
    z-index: 12; }
  header.main.hamburger nav.main-menu a.button {
    margin: 0 auto 40px; }
  header.main.hamburger nav.main-menu ul {
    text-align: left; }
    header.main.hamburger nav.main-menu ul li {
      border-bottom: 0;
      display: block;
      width: 100%;
      font-size: 16px;
      line-height: 2em;
      position: relative;
      text-align: center;
      border-bottom: 1px solid #e4e4e4; }
      header.main.hamburger nav.main-menu ul li:nth-child(odd) {
        margin-left: 0; }
      header.main.hamburger nav.main-menu ul li a {
        padding: 0;
        cursor: pointer;
        padding: 20px 0; }
      header.main.hamburger nav.main-menu ul li:first-of-type {
        border-top: 1px solid #e4e4e4; }
      header.main.hamburger nav.main-menu ul li.has-children a:after {
        content: '\f067';
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 10px;
        margin-left: 5px;
        position: relative;
        top: -2px; }
      header.main.hamburger nav.main-menu ul li.has-children ul.sub-menu {
        display: none;
        top: -10px;
        padding: 0 0 20px 0;
        position: relative; }
        header.main.hamburger nav.main-menu ul li.has-children ul.sub-menu li {
          font-size: 14px;
          line-height: 2em;
          text-transform: none;
          border-bottom: none; }
          header.main.hamburger nav.main-menu ul li.has-children ul.sub-menu li:first-of-type {
            border-top: 0; }
          header.main.hamburger nav.main-menu ul li.has-children ul.sub-menu li a {
            padding: 0; }
            header.main.hamburger nav.main-menu ul li.has-children ul.sub-menu li a:after {
              content: '';
              height: 1px;
              width: 100%;
              display: block;
              margin-left: 0;
              top: -4px;
              background: transparent;
              padding: 0; }
      header.main.hamburger nav.main-menu ul li.has-children.active a {
        color: #999; }
        header.main.hamburger nav.main-menu ul li.has-children.active a:after {
          content: '\f068'; }
      header.main.hamburger nav.main-menu ul li.has-children.active ul.sub-menu {
        opacity: 1; }
        header.main.hamburger nav.main-menu ul li.has-children.active ul.sub-menu li a {
          color: #030303;
          display: inline-block; }
          header.main.hamburger nav.main-menu ul li.has-children.active ul.sub-menu li a:after {
            content: '';
            height: 1px;
            width: 100%;
            display: block;
            margin-left: 0;
            top: -4px;
            background: transparent;
            padding: 0; }
          header.main.hamburger nav.main-menu ul li.has-children.active ul.sub-menu li a:hover:after {
            content: '';
            height: 1px;
            width: 100%;
            display: block;
            margin-left: 0;
            top: -4px;
            background: #999;
            padding: 0; }
        header.main.hamburger nav.main-menu ul li.has-children.active ul.sub-menu li.active a {
          color: #030303; }
          header.main.hamburger nav.main-menu ul li.has-children.active ul.sub-menu li.active a:after {
            content: '';
            height: 1px;
            width: 100%;
            display: block;
            margin-left: 0;
            top: -4px;
            background: #999;
            padding: 0; }

@media screen and (max-width: 767px) {
  header.main.hamburger nav.main-menu {
    padding-top: 20px;
    right: -100%;
    min-height: -webkit-fill-available;
    min-width: 100%; }
    header.main.hamburger nav.main-menu a.button {
      margin-top: 40px; }
    header.main.hamburger nav.main-menu ul {
      padding-top: 20px; }
      header.main.hamburger nav.main-menu ul li a {
        padding: 15px 0; } }

header.main.hamburger.horizontal img.logo {
  margin: 0;
  float: left; }

header.main.hamburger.horizontal nav.horizontal-menu {
  display: block;
  display: block;
  position: absolute;
  width: 100%;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
  header.main.hamburger.horizontal nav.horizontal-menu ul {
    text-align: right; }
    header.main.hamburger.horizontal nav.horizontal-menu ul li {
      display: inline-block;
      font-size: 16px;
      padding: 0 30px 0 0;
      text-transform: uppercase; }
      header.main.hamburger.horizontal nav.horizontal-menu ul li a {
        color: #fff;
        cursor: pointer;
        display: block; }
        header.main.hamburger.horizontal nav.horizontal-menu ul li a:hover {
          color: #999; }
      header.main.hamburger.horizontal nav.horizontal-menu ul li:last-of-type {
        padding-right: 0; }

header.main.hamburger.horizontal.active img.mark {
  margin: 0; }

header.main.hamburger.horizontal.active nav.main-menu img.mark {
  margin: 0 auto; }

header.main.hamburger.horizontal.active a.button.appt.inverted {
  display: none; }

header.main.hamburger.horizontal.active nav.horizontal-menu ul li a {
  color: #000; }
  header.main.hamburger.horizontal.active nav.horizontal-menu ul li a:hover {
    color: #999; }
  header.main.hamburger.horizontal.active nav.horizontal-menu ul li a.button {
    border-color: #030303; }

@media screen and (max-width: 959px) {
  header.main.hamburger.horizontal nav.horizontal-menu {
    display: none; }
  header.main.hamburger.horizontal nav.main-menu {
    display: block; }
  header.main.hamburger.horizontal a.menu {
    display: block !important; }
    header.main.hamburger.horizontal a.menu.close {
      display: none !important; } }

section {
  position: relative;
  z-index: 9; }
  section.black {
    background: #000;
    color: #fff; }
    section.black p a {
      color: #fff; }
  section.grey {
    background: #eee; }
  section.center {
    text-align: center; }
  section.white {
    background: #fff;
    color: black; }
  section.first {
    margin-top: calc(45.83% + 119px); }
    section.first.interior {
      margin-top: calc(26% + 119px); }
  section.extra-bottom {
    padding-bottom: 40px; }
  section.full .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%; }
  section p a {
    color: #030303; }
    section p a:hover {
      color: #999; }

section.hero {
  background: #000;
  /**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
  /* kenBurns animations, very basic */
  /* added to the original element calling slippry */
  /* element that wraps the slides */
  /* element that crops the visible area to the slides */
  /* list containing the slides */
  /* single slide */
  /* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
  /* captions, styled fo the overlay variant */
  /* pager bubbles */
  /* element to "keep/ fill" the space of the content, gets intrinsic height via js */
  padding-top: 45.83%;
  overflow: hidden;
  position: fixed;
  top: 119px;
  width: 100%; }

@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-10%) translateX(-10%);
    transform: translateY(-10%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%); } }

@-o-keyframes left-right {
  0% {
    -webkit-transform: translateY(-10%) translateX(-10%);
    transform: translateY(-10%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%); } }

@keyframes left-right {
  0% {
    -webkit-transform: translateY(-10%) translateX(-10%);
    transform: translateY(-10%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%); } }

@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(0);
    transform: translateY(0%) translateX(0); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-20%);
    transform: translateY(-20%) translateX(-20%); } }

@-o-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(0);
    transform: translateY(0%) translateX(0); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-20%);
    transform: translateY(-20%) translateX(-20%); } }

@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(0);
    transform: translateY(0%) translateX(0); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-20%);
    transform: translateY(-20%) translateX(-20%); } }
  section.hero .sy-box.sy-loading {
    background: url("/images/sy-loader.gif") 50% 50% no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px;
    min-height: 40px; }
  section.hero .sy-box.sy-loading .sy-slides-wrap, section.hero .sy-box.sy-loading .sy-pager {
    visibility: hidden; }
  section.hero .sy-slides-wrap {
    position: relative;
    height: 100%;
    width: 100%; }
  section.hero .sy-slides-wrap:hover .sy-controls {
    display: block; }
  section.hero .sy-slides-crop {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden; }
  section.hero .sy-list {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute; }
  section.hero .sy-list.horizontal {
    -webkit-transition: left ease;
    -o-transition: left ease;
    transition: left ease; }
  section.hero .sy-list.vertical {
    -webkit-transition: top ease;
    -o-transition: top ease;
    transition: top ease; }
  section.hero .sy-slide {
    position: absolute;
    width: 100%;
    z-index: 2; }
  section.hero .sy-slide.kenburns {
    width: 130%;
    left: -10%; }
  section.hero .sy-slide.kenburns.useCSS {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
  section.hero .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
    -webkit-animation-name: left-right;
    -o-animation-name: left-right;
    animation-name: left-right;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  section.hero .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
    -webkit-animation-name: right-left;
    -o-animation-name: right-left;
    animation-name: right-left;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  section.hero .sy-slide.sy-active {
    z-index: 3; }
  section.hero .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  section.hero .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
  section.hero .sy-slide > a > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  section.hero .sy-controls {
    display: none;
    list-style: none;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0; }
  section.hero .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33; }
  section.hero .sy-controls li.sy-prev {
    left: 0;
    top: 0; }
  section.hero .sy-controls li.sy-prev a:after {
    background-position: -5% 0; }
  section.hero .sy-controls li.sy-next {
    right: 0;
    top: 0; }
  section.hero .sy-controls li.sy-next a:after {
    background-position: 105% 0; }
  section.hero .sy-controls li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px; }
  section.hero .sy-controls li a:link, section.hero .sy-controls li a:visited {
    opacity: 0.4; }
  section.hero .sy-controls li a:hover, section.hero .sy-controls li a:focus {
    opacity: 0.8;
    outline: none; }
  section.hero .sy-controls li a:after {
    content: "";
    background-image: url("/images/arrows.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    text-indent: 0;
    line-height: 2.8em;
    color: #111;
    font-weight: 800;
    position: absolute;
    background-color: #fff;
    width: 2.8em;
    height: 2.8em;
    left: 50%;
    top: 50%;
    margin-top: -1.4em;
    margin-left: -1.4em;
    border-radius: 50%; }
  @media only screen and (max-device-width: 600px) {
    section.hero .sy-controls {
      display: block; }
    section.hero .sy-controls li {
      min-width: 2.1em; }
    section.hero .sy-controls li a:after {
      width: 1.4em;
      height: 1.4em;
      margin-top: -0.7em;
      margin-left: -0.7em; } }
  section.hero .sy-caption-wrap {
    position: absolute;
    bottom: 2em;
    z-index: 12;
    left: 50%; }
  section.hero .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 1.2em; }
  section.hero .sy-caption-wrap .sy-caption a:link, section.hero .sy-caption-wrap .sy-caption a:visited {
    color: #e24b70;
    font-weight: 600;
    text-decoration: none; }
  section.hero .sy-caption-wrap .sy-caption a:hover, section.hero .sy-caption-wrap .sy-caption a:focus {
    text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    section.hero .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
    section.hero .sy-caption-wrap .sy-caption {
      left: 0;
      padding: 0.2em 0.4em;
      font-size: 0.92em;
      border-radius: 0; } }
  section.hero .sy-pager {
    clear: both;
    display: block;
    width: 100%;
    margin: 1em 0 0;
    padding: 0;
    list-style: none;
    text-align: center; }
  section.hero .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%; }
  section.hero .sy-pager li.sy-active a {
    background-color: #e24b70; }
  section.hero .sy-pager li a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ccc;
    text-indent: -9999px;
    -webkit-background-size: 2em 2em;
    background-size: 2em;
    border-radius: 50%; }
  section.hero .sy-pager li a:link, section.hero .sy-pager li a:visited {
    opacity: 1.0; }
  section.hero .sy-pager li a:hover, section.hero .sy-pager li a:focus {
    opacity: 0.6; }
  section.hero .sy-filler {
    width: 100%; }
  section.hero .sy-filler.ready {
    -webkit-transition: padding 600ms ease;
    -o-transition: padding 600ms ease;
    transition: padding 600ms ease; }
  section.hero:before {
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0) 80%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0; }
  section.hero:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ccc;
    z-index: 9;
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 40%);
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 40%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); }
  section.hero .sy-box {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  section.hero article.text {
    color: #fff;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    z-index: 12; }
    section.hero article.text h1 {
      line-height: 28px;
      margin-bottom: 0;
      opacity: 0; }
    section.hero article.text:first-of-type h1 {
      opacity: 1; }
  section.hero.interior {
    background-size: cover;
    background-position: center top;
    padding-top: 26%; }
    section.hero.interior:before {
      opacity: 0.7; }
  section.hero.home .text h1 {
    font-size: 18px;
    margin-bottom: 30px; }

section.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding-top: 32.75%; }
  section.parallax:before {
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 80%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0; }
  section.parallax .text {
    color: #fff;
    left: 0;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    -webkit-transform: translateY(-50%);
    z-index: 2; }
    section.parallax .text p.cta {
      margin-top: 27px; }
  section.parallax.extra-mask:before {
    background: rgba(0, 0, 0, 0.3);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 80%); }

section.quote p {
  text-align: center; }

section.quote .container {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center; }
  section.quote .container.no-bottom {
    padding-bottom: 20px;
    padding-top: 20px; }

section.quote h3 {
  font-size: 14px;
  letter-spacing: normal;
  margin-bottom: 18px;
  text-align: center;
  text-transform: none;
  position: relative; }
  section.quote h3:first-of-type:before {
    color: #999;
    content: open-quote;
    display: none;
    font-family: serif;
    font-size: 96px;
    margin-bottom: 40px; }

section.quote h4 {
  text-align: center; }

section.quote p {
  color: #999;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-top: 40px;
  font-weight: bold;
  text-align: center; }
  section.quote p span {
    text-transform: none;
    font-size: 11px !important;
    letter-spacing: normal; }
  section.quote p.quote-call {
    color: #999;
    margin-bottom: 20px !important;
    margin-top: 0;
    position: relative;
    font-size: 18px;
    letter-spacing: 2px; }
    section.quote p.quote-call:before {
      display: block;
      font-family: serif;
      font-size: 96px;
      z-index: 2; }
    section.quote p.quote-call:after {
      width: 60px;
      height: 60px;
      background: #000;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }

section.quote span.quote-image {
  border-radius: 50%;
  display: block;
  height: 90px;
  margin: 0 auto 25px;
  overflow: hidden;
  width: 90px; }
  section.quote span.quote-image img {
    display: block;
    height: 100%;
    width: 100%; }

section.gallery-image {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  section.gallery-image span.close-button {
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 36px;
    position: absolute;
    right: 40px;
    top: 20px;
    width: 36px;
    transition: all 0.3s;
    z-index: 2; }
    section.gallery-image span.close-button span {
      background: #fff;
      display: block;
      height: 1px;
      left: 9px;
      position: absolute;
      top: 17px;
      width: 18px; }
      section.gallery-image span.close-button span:nth-child(1) {
        transform: rotate(45deg); }
      section.gallery-image span.close-button span:nth-child(2) {
        transform: rotate(-45deg); }
    section.gallery-image span.close-button:hover {
      background: #999; }
  section.gallery-image .image {
    display: block;
    height: 100%;
    width: 100%;
    position: relative; }
    section.gallery-image .image img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      max-height: 100%;
      height: auto;
      position: absolute;
      padding: 80px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
    section.gallery-image .image p {
      position: absolute;
      bottom: 30px;
      color: #999;
      width: 100%;
      text-align: center; }

ul.packagesold {
  display: flex;
  flex-wrap: wrap; }
  ul.packagesold li {
    background: #030303;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
    width: 32%; }
    ul.packagesold li:nth-child(3n+2) {
      margin-left: 2%;
      margin-right: 2%; }
    ul.packagesold li .image {
      background-position: center center;
      background-size: cover;
      display: block;
      padding-top: 40%;
      position: relative; }
      ul.packagesold li .image:before {
        background: rgba(0, 0, 0, 0.3);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1; }
      ul.packagesold li .image h2 {
        color: #fff;
        left: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 100%;
        z-index: 2; }
    ul.packagesold li .copy {
      color: #fff;
      display: block;
      padding: 40px; }
    ul.packagesold li h3 {
      letter-spacing: 1px;
      margin-bottom: 20px; }
    ul.packagesold li h4 {
      color: #999;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: normal;
      margin-bottom: 10px;
      margin-top: 20px;
      text-transform: uppercase; }
      ul.packagesold li h4:after {
        background: #999;
        content: '';
        display: block;
        height: 1px;
        margin: 10px auto 20px;
        max-width: 50%; }
    ul.packagesold li p {
      padding: 0; }
    ul.packagesold li ul {
      font-size: 0;
      text-align: LEFT; }
      ul.packagesold li ul li {
        background: none;
        display: inline-block;
        float: none;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
        margin: 0 !important;
        position: relative;
        vertical-align: top;
        width: 49%; }
        ul.packagesold li ul li:before {
          left: 0;
          position: relative; }
        ul.packagesold li ul li:nth-child(odd) {
          text-align: left; }
        ul.packagesold li ul li:nth-child(even) {
          text-align: right; }
      ul.packagesold li ul.has-one li {
        width: 100%;
        text-align: center; }

.swiper-container.packages {
  margin-top: 40px; }

.packages .swiper-slide {
  background: #030303;
  height: auto; }
  .packages .swiper-slide .image {
    background-position: center center;
    background-size: cover;
    display: block;
    padding-top: 55%;
    position: relative; }
    .packages .swiper-slide .image:before {
      background: rgba(0, 0, 0, 0.4);
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .packages .swiper-slide .image h2 {
      color: #fff;
      font-weight: bold;
      left: 0;
      margin: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 100%;
      z-index: 2;
      text-align: center; }
  .packages .swiper-slide .copy {
    color: #fff;
    display: block;
    padding: 40px;
    text-align: center; }
  .packages .swiper-slide h2 {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center; }
  .packages .swiper-slide h3 {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: none;
    text-align: center; }
  .packages .swiper-slide h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    font-style: normal;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase; }
    .packages .swiper-slide h4 i, .packages .swiper-slide h4 em {
      font-style: normal; }
    .packages .swiper-slide h4:after {
      background: #fff;
      display: block;
      height: 1px;
      margin: 10px auto 10px;
      max-width: 50%; }
  .packages .swiper-slide p {
    padding: 0;
    text-align: center; }
    .packages .swiper-slide p strong {
      font-weight: bold; }
    .packages .swiper-slide p span {
      display: inline-block;
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #fff;
      border-radius: 50%;
      line-height: 20px;
      padding-left: 3px;
      text-align: center;
      color: #030303;
      font-weight: bold; }
  .packages .swiper-slide ul {
    font-size: 0;
    text-align: LEFT; }
    .packages .swiper-slide ul li {
      background: none;
      display: inline-block;
      float: none;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 0;
      margin: 0 !important;
      position: relative;
      vertical-align: top;
      width: 49%; }
      .packages .swiper-slide ul li:before {
        left: 0;
        position: relative; }
      .packages .swiper-slide ul li:nth-child(odd) {
        text-align: left; }
      .packages .swiper-slide ul li:nth-child(even) {
        text-align: right; }
    .packages .swiper-slide ul.has-one li {
      width: 100%;
      text-align: center; }

section.faqs .faq-item {
  display: block;
  text-align: left; }
  section.faqs .faq-item .question {
    color: #030303;
    cursor: pointer;
    display: block;
    padding: 20px 10px 20px 10px;
    position: relative;
    text-transform: uppercase;
    text-align: center; }
    section.faqs .faq-item .question:after {
      background: #ccc;
      display: block;
      content: '';
      height: 1px;
      left: 50%;
      position: absolute;
      bottom: 0;
      transform: translateX(-50%);
      width: calc(100%); }
    section.faqs .faq-item .question p {
      display: inline-block;
      font-size: 16px;
      font-weight: normal; }
    section.faqs .faq-item .question i.fal {
      position: relative;
      top: -2px;
      font-size: 10px;
      margin-left: 2px; }
    section.faqs .faq-item .question i.fa-plus {
      display: inline-block; }
    section.faqs .faq-item .question i.fa-minus {
      display: none; }
    section.faqs .faq-item .question:hover i {
      color: #999; }
    section.faqs .faq-item .question.active {
      padding-bottom: 10px; }
      section.faqs .faq-item .question.active:after {
        display: none; }
      section.faqs .faq-item .question.active i.fa-plus {
        display: none; }
      section.faqs .faq-item .question.active i.fa-minus {
        display: inline-block; }
  section.faqs .faq-item .answer {
    border-bottom: 1px solid #ccc;
    display: none;
    padding: 0 20px 20px 20px;
    width: 100%; }
    section.faqs .faq-item .answer strong {
      font-weight: bold;
      text-transform: none; }
    section.faqs .faq-item .answer img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
    section.faqs .faq-item .answer p {
      margin-bottom: 0;
      padding-bottom: 10px;
      text-align: center; }
      section.faqs .faq-item .answer p:last-of-type {
        padding-bottom: 0; }
      section.faqs .faq-item .answer p strong.head {
        padding-top: 10px;
        display: block; }
    section.faqs .faq-item .answer ul li {
      padding-bottom: 10px;
      text-align: center; }
      section.faqs .faq-item .answer ul li:last-of-type {
        padding-bottom: 0; }
  section.faqs .faq-item:last-of-type .question:after {
    display: none; }
  section.faqs .faq-item:last-of-type .answer {
    border-bottom: none; }
  section.faqs .faq-item:first-of-type {
    margin-top: 30px; }
    section.faqs .faq-item:first-of-type .question:before {
      background: #999;
      display: none;
      content: '';
      height: 1px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

.col-holder {
  display: block;
  margin-top: 40px; }
  .col-holder .col {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%; }
    .col-holder .col .icon-image {
      display: block;
      margin: 0 auto 20px;
      width: 65px;
      height: 70px;
      position: relative; }
      .col-holder .col .icon-image img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
    .col-holder .col img {
      display: block;
      height: auto;
      margin: 0 auto 20px;
      width: 100%; }
      .col-holder .col img.attachment-headshot {
        max-width: 50%; }
      .col-holder .col img.icon {
        margin-bottom: 0;
        max-height: 70px; }
    .col-holder .col h3 {
      margin-bottom: 0; }
    .col-holder .col p {
      text-align: center; }
    .col-holder .col:nth-child(even) {
      float: right; }
  .col-holder.three {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0; }
    .col-holder.three .col {
      float: none;
      margin-bottom: 0;
      width: 33%;
      border-top: 1px solid #999; }
      .col-holder.three .col:nth-child(even) {
        float: none; }
      .col-holder.three .col:nth-child(3n+2) {
        border-left: 1px solid #999;
        border-right: 1px solid #999; }
      .col-holder.three .col h3 span {
        display: block;
        font-size: 15px;
        height: 30px;
        margin: 0 auto 16px;
        line-height: 26px;
        width: 30px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        letter-spacing: normal; }
      .col-holder.three .col p {
        text-align: center; }
  .col-holder.black .col {
    background: #030303;
    color: #fff;
    padding: 40px 30px; }
    .col-holder.black .col:nth-child(-n+3) {
      border-top: 0; }

body.home p span {
  font-size: 16px; }

.mobile-only {
  display: none; }

.mobile-only-break {
  display: none; }

.iframe-holder {
  background: #fff;
  max-width: 450px;
  display: block;
  margin: 25px auto 0;
  min-height: 700px;
  height: 700px; }

@media screen and (max-width: 989px) {
  section.parallax {
    padding-top: 48%; }
  .col-holder.three .col {
    width: 50%; }
    .col-holder.three .col:nth-child(3n+2) {
      border-left: none;
      border-right: none; }
    .col-holder.three .col:nth-child(even) {
      border-left: 1px solid #999; }
  .col-holder.three.black .col:nth-child(3) {
    border-top: 1px solid #999; } }

.mobile-only {
  display: none; }

.home-text p {
  margin-bottom: 30px; }
  .home-text p:last-of-type {
    margin-bottom: 0; }

.iframe-holder {
  position: relative; }
  .iframe-holder .loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #999;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 20px; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media screen and (max-width: 767px) {
  .mobile-only {
    display: block; }
  .mobile-only-break {
    display: inline; }
  .home-text p {
    margin-bottom: 20px; }
  section.hero {
    top: 87px;
    padding-top: 66%; }
    section.hero article.text h1 {
      margin-bottom: 0; }
    section.hero.home article.text h1 {
      letter-spacing: 1px;
      display: none; }
    section.hero.interior {
      padding-top: 45.83%;
      background-position: center center; }
      section.hero.interior article.text h1 {
        padding-right: 40px;
        padding-left: 40px;
        margin-top: -20px; }
  section.parallax {
    padding-top: 0%;
    background-size: cover;
    background-attachment: scroll; }
    section.parallax img {
      display: block;
      width: 100%;
      height: auto; }
    section.parallax.packages {
      background-image: none !important;
      background-color: #000; }
      section.parallax.packages:before {
        display: none; }
    section.parallax .text {
      position: relative;
      left: auto;
      top: auto;
      transform: none;
      -webkit-transform: none;
      padding: 40px; }
      section.parallax .text p.cta {
        margin-top: 30px; }
  section.quote {
    text-align: center; }
    section.quote .swiper-container {
      margin-top: 15px; }
      section.quote .swiper-container .swiper-slide p {
        margin-top: 14px;
        text-align: center !important; }
    section.quote p:first-of-type:before {
      line-height: 0; }
    section.quote h3 {
      font-size: 14px;
      margin-bottom: 14px; }
    section.quote p {
      margin-top: 14px;
      text-align: center !important; }
    section.quote p:first-of-type {
      margin-top: 40px;
      margin-bottom: 14px; }
    section.quote p br {
      display: inline; }
  section.first {
    margin-top: calc(66% + 87px); }
    section.first.interior {
      margin-top: calc(45.83% + 87px); }
  section.gallery-image span.close-button {
    right: 30px; }
  section.gallery-image .image img {
    padding: 30px; }
  ul.packages li {
    width: 100%;
    margin-bottom: 40px; }
    ul.packages li:nth-child(even) {
      margin-left: 0%; }
  .swiper-container.packages {
    margin-top: 20px; }
  .col-holder .col {
    float: none;
    width: 100%; }
    .col-holder .col:nth-child(even) {
      float: none;
      margin-top: 40px; }
    .col-holder .col p {
      text-align: left; }
    .col-holder .col .icon-image {
      height: auto; }
      .col-holder .col .icon-image img.icon {
        position: relative;
        bottom: auto;
        transform: none;
        left: auto; }
    .col-holder .col img.attachment-headshot {
      max-width: 100%; }
  .col-holder.three .col {
    width: 100%; }
    .col-holder.three .col:nth-child(even) {
      border-left: none;
      margin-top: 0; }
    .col-holder.three .col:nth-child(2) {
      border-top: 1px solid #999; }
  section.center p {
    text-align: left; }
  body.home section.center p {
    text-align: center; }
    body.home section.center p br {
      display: inline; }
  section.faqs .faq-item .question p {
    display: inline; }
  section.faqs .faq-item .question:hover i {
    color: #030303; }
  section.faqs .faq-item .answer {
    padding-right: 0;
    padding-left: 0; }
  section.faqs .faq-item .answer p, section.faqs .faq-item .answer ul li {
    text-align: left; }
  .iframe-holder {
    height: auto; } }

body.single section.hero {
  background-position: center -100px; }
  body.single section.hero:before {
    display: none; }

body.single p.back-to-blog {
  margin-top: 40px;
  margin-bottom: 22px; }

body.single article.main h1, body.single article.main h2, body.single article.main h3, body.single article.main h4, body.single article.main h5, body.single article.main h6 {
  text-align: center; }

body.single article.main h3 {
  margin-bottom: 0;
  margin-top: 40px; }

body.single article.main a {
  color: #030303; }

body.single article.main p:not(.cta) strong, body.single article.main p:not(.cta) b {
  font-weight: bold; }

body.single article.main p:not(.cta) span {
  letter-spacing: normal; }

body.single article.main p:not(.cta) a:not(.button) {
  text-decoration: underline;
  color: #030303; }
  body.single article.main p:not(.cta) a:not(.button):hover {
    color: #999; }

body.single article.main .heateorSssSharing, body.single article.main .heateorSssSharingButton {
  margin: 0 3px; }

body.single article.main ul.heateor_sss_sharing_ul {
  margin-bottom: 20px !important; }
  body.single article.main ul.heateor_sss_sharing_ul li {
    margin: 0 5px; }

body.single article.main ul:not(.heateor_sss_sharing_ul), body.single article.main ol {
  padding-left: 40px;
  padding-right: 40px; }
  body.single article.main ul:not(.heateor_sss_sharing_ul) li, body.single article.main ol li {
    display: block;
    margin-bottom: 10px;
    position: relative; }
    body.single article.main ul:not(.heateor_sss_sharing_ul) li:before, body.single article.main ol li:before {
      position: relative;
      left: 0; }

body.single article.main ol {
  list-style: decimal inside;
  margin-bottom: 20px; }
  body.single article.main ol li {
    display: list-item; }

body.single article.main img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block; }
  body.single article.main img.alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  body.single article.main img.alignright {
    float: right;
    margin: 0 0 20px 20px; }
  body.single article.main img.size-medium, body.single article.main img.size-thumbnail {
    width: auto; }

.blog-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row; }
  .blog-list.interior {
    margin-top: 30px; }
  .blog-list .blog-item {
    width: 31.5%;
    background: #030303;
    margin-bottom: 2.75%; }
    .blog-list .blog-item:nth-child(3n+2) {
      margin: 0 2.75% 2.75%; }
    .blog-list .blog-item .image {
      padding-top: 55%;
      background-size: cover;
      background-position: center -30px; }
    .blog-list .blog-item .copy {
      padding: 20px 20px 27px;
      display: block;
      text-align: center; }
      .blog-list .blog-item .copy h2 {
        margin-bottom: 0;
        line-height: 24px;
        font-size: 14px;
        letter-spacing: 1px; }
      .blog-list .blog-item .copy h4 {
        margin-bottom: 20px;
        font-style: normal;
        font-size: 12px; }
      .blog-list .blog-item .copy p.cta {
        text-align: center; }
    .blog-list .blog-item a {
      text-decoration: none;
      color: #fff;
      display: block; }

@media screen and (max-width: 989px) {
  .blog-list .blog-item {
    width: 48%;
    margin: 0 0 4%; }
    .blog-list .blog-item:nth-child(3n+2) {
      margin: 0 0 4%; }
    .blog-list .blog-item:nth-child(even) {
      margin-left: 4%;
      margin-bottom: 4%; }
  .blog-list.recent .blog-item:nth-child(3) {
    display: none; } }

@media screen and (max-width: 667px) {
  body.single section.hero {
    background-position: center top; }
  body.single article.main ul:not(.heateor_sss_sharing_ul), body.single body.single article.main ol {
    padding-left: 0;
    text-align: left;
    padding-right: 0; }
    body.single article.main ul:not(.heateor_sss_sharing_ul) li, body.single body.single article.main ol li {
      text-align: left; }
  .blog-list {
    display: block; }
    .blog-list .blog-item {
      width: 100%;
      display: block;
      margin-bottom: 20px; }
      .blog-list .blog-item:last-of-type {
        margin-bottom: 0; }
      .blog-list .blog-item:nth-child(3n+2) {
        margin: 0 0 20px; }
      .blog-list .blog-item:nth-child(even) {
        margin-left: 0; }
    .blog-list.recent .blog-item:nth-child(2) {
      display: none; } }

p.cta {
  font-size: 11px;
  line-height: 11px;
  text-align: center; }
  p.cta a {
    border: 1px solid #999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    padding: 10px 25px;
    transition: all 0.3s;
    text-transform: uppercase;
    text-decoration: none; }
    p.cta a:hover {
      border-color: #fff;
      color: #fff; }
  p.cta.black a {
    border-color: #030303;
    color: #030303; }
    p.cta.black a:hover {
      border-color: #999;
      color: #999; }

a.button, span.button, .gform_footer input[type='submit'] {
  border: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px 25px;
  transition: all 0.3s;
  text-transform: uppercase;
  text-decoration: none; }
  a.button:hover, span.button:hover, .gform_footer input[type='submit']:hover {
    border-color: #999;
    color: #999; }
  a.button.inverted, span.button.inverted, .gform_footer input.inverted[type='submit'] {
    border-color: #000;
    color: #030303; }
    a.button.inverted:hover, span.button.inverted:hover, .gform_footer input.inverted[type='submit']:hover {
      border-color: #999;
      color: #999; }
  a.button.black-fill, span.button.black-fill, .gform_footer input.black-fill[type='submit'] {
    background: #030303;
    color: #fff;
    border-color: #030303; }
    a.button.black-fill:hover, span.button.black-fill:hover, .gform_footer input.black-fill[type='submit']:hover {
      background: #999;
      border-color: #999; }
  a.button.grey, span.button.grey, .gform_footer input.grey[type='submit'] {
    border-color: #999;
    color: #fff; }
    a.button.grey:hover, span.button.grey:hover, .gform_footer input.grey[type='submit']:hover {
      color: #fff;
      border-color: #fff; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container {
  background: #fff;
  margin-top: 30px;
  padding-bottom: 40px; }

.swiper-slide p:first-of-type:before {
  display: none !important; }

.swiper-slide a {
  color: #030303;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; }
  .swiper-slide a .image {
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
    display: block;
    overflow: hidden;
    padding-top: 71.62%;
    position: relative; }
    .swiper-slide a .image img {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      transform: scale(1);
      transition: transform 0.3s; }
  .swiper-slide a .title {
    background: #fff;
    display: block;
    color: #030303;
    line-height: 30px;
    margin-top: 10px;
    padding: 10px; }
    .swiper-slide a .title span {
      display: block;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 1px;
      text-transform: uppercase; }
  .swiper-slide a:hover .image img {
    transform: scale(1.025); }

.swiper-slide:last-of-type a .image {
  border-right: none; }

.scroll-wrapper {
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 0 40px;
  position: relative; }

.swiper-scrollbar {
  height: 5px;
  margin-top: 20px; }

.swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 0;
  bottom: auto;
  background: #fff;
  height: 30px;
  left: auto;
  margin: 0 auto;
  position: relative;
  width: 95%; }
  .swiper-container-horizontal > .swiper-scrollbar:before {
    background: #e5e5e5;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%; }

div.swiper-scrollbar-drag {
  background: transparent; }
  div.swiper-scrollbar-drag:before {
    background: #000;
    display: block;
    content: '';
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%; }
  div.swiper-scrollbar-drag:hover:before {
    height: 7px; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  margin-top: -66px;
  transform: scale(1) translateY(-50%);
  -webkit-transform: scale(1) translateY(-50%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -webkit-transform: all 0.2s; }
  .swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover, .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
    transform: scale(1.05) translateY(-50%); }
  .swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before, .swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before {
    background: url(images/arrow-left.svg) no-repeat center center;
    background-size: 50px 50px;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px; }

.swiper-button-next {
  right: 30px; }
  .swiper-button-next:before {
    transform: rotate(180deg); }

.swiper-button-prev {
  left: 30px; }

.swiper-pagination {
  display: block;
  padding-bottom: 40px;
  position: relative; }
  .swiper-pagination .swiper-pagination-bullet {
    background: #333;
    margin: 0 3px;
    width: 9px;
    height: 9px; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #030303; }

.swiper-container.quotes {
  padding-bottom: 0; }
  .swiper-container.quotes p:first-of-type {
    margin-bottom: 0; }

.swiper-container.products {
  padding-bottom: 40px; }

.swiper-container-horizontal.gallery {
  background: none;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 10px; }
  .swiper-container-horizontal.gallery .swiper-button-next, .swiper-container-horizontal.gallery .swiper-button-prev {
    margin-top: 0; }
  .swiper-container-horizontal.gallery img {
    display: block;
    width: 100%;
    height: auto; }
  .swiper-container-horizontal.gallery .swiper-scrollbar {
    background: none; }
    .swiper-container-horizontal.gallery .swiper-scrollbar:before {
      background: #333; }
    .swiper-container-horizontal.gallery .swiper-scrollbar div.swiper-scrollbar-drag:before {
      background: #fff; }
  .swiper-container-horizontal.gallery .swiper-slide a:before, .swiper-container-horizontal.gallery .swiper-slide a:after {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
  .swiper-container-horizontal.gallery .swiper-slide a:hover:before, .swiper-container-horizontal.gallery .swiper-slide a:hover:after {
    opacity: 1; }
  .swiper-container-horizontal.gallery .swiper-slide a:hover:after {
    top: 50%; }
  .swiper-container-horizontal.gallery .swiper-slide a:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .swiper-container-horizontal.gallery .swiper-slide a:after {
    color: #fff;
    content: '\f00e';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 36px;
    display: block;
    left: 0;
    line-height: 36px;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2; }

@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important; }
  .swiper-container-horizontal.gallery .swiper-slide a:before, .swiper-container-horizontal.gallery .swiper-slide a:after {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none; }
  .swiper-container-horizontal.gallery .swiper-slide a:hover:before, .swiper-container-horizontal.gallery .swiper-slide a:hover:after {
    opacity: 1;
    display: none; }
  .swiper-container-horizontal.gallery .swiper-slide a:hover:after {
    top: 0; }
  .swiper-container-horizontal.gallery .swiper-slide a:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .swiper-container-horizontal.gallery .swiper-slide a:after {
    color: #fff;
    content: '\f00e';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 36px;
    display: none;
    left: 0;
    line-height: 36px;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2; } }

footer {
  background: #000;
  color: #fff;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 9; }
  footer .container {
    padding: 40px 20px;
    max-width: 1200px; }
  footer p {
    font-size: 14px;
    line-height: 25px; }
    footer p.email-link {
      margin-bottom: 0; }
    footer p.mobile-only {
      display: none; }
    footer p.cta {
      text-align: left;
      padding-top: 12px; }
    footer p a {
      color: #fff;
      text-decoration: none; }
      footer p a:hover {
        color: #999; }
    footer p span {
      background: #fff;
      display: inline-block;
      height: 10px;
      margin: 0 10px;
      width: 1px; }
  footer .left-col, footer .right-col, footer .middle-col {
    width: 32%;
    display: inline-block;
    vertical-align: bottom; }
  footer .left-col {
    text-align: left;
    display: inline-block; }
  footer .right-col {
    text-align: right; }
    footer .right-col div {
      display: inline; }
    footer .right-col ul li {
      display: inline; }
      footer .right-col ul li label, footer .right-col ul li .validation_message {
        display: none; }
    footer .right-col p a {
      display: inline-block;
      margin-left: 10px; }
    footer .right-col form {
      margin-top: 12px;
      max-width: 244px;
      float: right;
      width: 100%;
      line-height: 25px;
      text-align: right; }
      footer .right-col form input {
        display: inline-block;
        -webkit-appearance: none;
        border-radius: 0;
        color: #fff; }
      footer .right-col form input[type='text'], footer .right-col form input[type='email'] {
        width: 70%;
        background: #030303;
        border: 1px solid #999;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 25px;
        padding: 3px 5px;
        font-family: "cg", sans-serif;
        letter-spacing: 1px;
        height: 33px; }
      footer .right-col form input::-webkit-input-placeholder {
        /* Edge */
        color: #fff; }
      footer .right-col form input::-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff !important; }
      footer .right-col form input::placeholder {
        color: #fff; }
      footer .right-col form input[type='submit'] {
        width: 30%;
        background: #030303;
        border: 1px solid #fff;
        color: #030303;
        font-size: 10px;
        line-height: 25px;
        background: #fff;
        padding: 3px;
        margin: 0;
        font-family: "cg", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer; }
        footer .right-col form input[type='submit']:hover {
          background: #999;
          border-color: #999; }
  footer .middle-col {
    float: none;
    text-align: center;
    width: 36%;
    display: inline-block; }
    footer .middle-col img.mark {
      display: block;
      height: auto;
      margin: 0 auto 20px;
      max-width: 64px; }

@media screen and (max-width: 767px) {
  footer p.mobile-only {
    font-size: 18px;
    display: block; }
  footer p.email-link {
    margin-bottom: 10px; }
  footer p.cta {
    padding: 20px 0;
    text-align: center; }
  footer .left-col {
    display: none; }
  footer .right-col {
    display: block;
    float: none;
    text-align: center;
    width: 100%; }
    footer .right-col p br {
      display: inline; }
    footer .right-col p.mobile-only {
      display: block;
      font-size: 18px; }
    footer .right-col p .no-mobile {
      display: none; }
    footer .right-col form {
      float: none;
      display: block;
      max-width: 280px;
      margin: 20px auto 40px; }
  footer .middle-col {
    display: block;
    float: none;
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    margin-bottom: 20px;
    width: 100%; }
  footer .right-col p a {
    margin: 0 5px; } }

article .gform_wrapper {
  margin-top: 40px; }

.gform_body {
  margin: 0 auto;
  max-width: 600px; }
  .gform_body ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999; }
  .gform_body ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999; }
  .gform_body :-ms-input-placeholder {
    /* IE 10+ */
    color: #999; }
  .gform_body :-moz-placeholder {
    /* Firefox 18- */
    color: #999; }
  .gform_body input, .gform_body radio, .gform_body textarea {
    font-family: sans-serif !important;
    border: 1px solid #999;
    -webkit-font-smoothing: subpixel-antialiased !important; }
  .gform_body input, .gform_body textarea {
    padding: 10px;
    font-size: 14px;
    line-height: 25px; }
  .gform_body ul li {
    margin-top: 0; }
    .gform_body ul li.gfield_price {
      text-align: center; }
    .gform_body ul li.gfield {
      margin-top: 0 !important; }
  .gform_body ul li.hidden_label input {
    margin-top: 0; }
  .gform_body ul.gfield_radio li {
    text-align: center; }
  .gform_body .ginput_price {
    display: none; }
  .gform_body .gfield_total {
    display: none; }
  .gform_body .gfp_big_button .gfield_radio li input[type=radio] {
    display: none; }
  .gform_body .gfp_big_button .gfield_radio {
    text-align: center;
    margin-bottom: 24px; }
  .gform_body .gfp_big_button .gfield_radio label {
    max-width: 150px;
    width: 100%;
    margin: 0px auto;
    padding: 10px;
    float: none;
    background: #999;
    color: #fff;
    margin: 0 auto;
    font-family: "cg", sans-serif;
    margin: 0 auto;
    display: block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    box-sizing: border-box; }
  .gform_body .gfp_big_button .gfield_radio label:hover {
    background: #030303; }
  .gform_body .gfp_big_button .gfield_radio {
    margin-bottom: 22px; }
  .gform_body .gfp_big_button .gfield_radio input[type='radio']:checked + label {
    background-color: #030303;
    font-weight: normal; }

.gform_body .gfp_big_button .gfield_radio label {
  max-width: 100%; }

body .gform_wrapper {
  margin-top: 30px; }
  body .gform_wrapper .gform_footer {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 16px 0 0; }
    body .gform_wrapper .gform_footer input[type='submit'] {
      font-size: 11px;
      line-height: 11px;
      background: #000;
      color: #fff;
      border: none; }
      body .gform_wrapper .gform_footer input[type='submit']:hover {
        background: #999; }

@media screen and (max-width: 767px) {
  .gfp_big_button .gfield_radio li {
    width: 49%;
    display: inline-block; }
    .gfp_big_button .gfield_radio li label {
      width: 100%;
      max-width: 100%; }
    .gfp_big_button .gfield_radio li:nth-child(even) {
      margin-left: 2% !important; }
    .gfp_big_button .gfield_radio li:last-of-type {
      margin-left: 0 !important; }
  .gform_body .gfp_big_button .gfield_radio {
    margin-bottom: 20px; } }

.products-row .background-image.garment-care-instructions {
  background-image: url("/wp-content/uploads/2020/12/Garment-Care-Instructions-600x430-1.jpg");
}