body {
 padding-top:0px !Important; 
}

html body.template-page-about-new.template-name-page.template-suffix-about-new .desktop-navbar {
    color: #000 !important;
    background-color: transparent !important;
}

section.about--row {
    display: table;
    height: 100vh;
    outline:none;
}

.fancybox-overlay.fancybox-overlay-fixed:after {
 background-color:#fff; 
}

.about--nav {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: transparent;
    z-index: 100;
    text-align: center;
    visibility:hidden;
    opacity:0;
    transition:all 300ms ease;
}

.browser-scrolled .about--nav {
  visibility:visible;
    opacity:1;
}



.about--nav ul li {
    display:inline-block;
    
}

.about--nav ul li a {
    display: block;
    padding:10px;
    
}

.about--bar {
    padding: 10px 0;
}

#about-intro.about--row {
  padding-top:40px;
}

.collection-refinement-inner-wrapper {
    display: none;
}

.about--pillar, .about--bar {
  min-height: 100vh;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: 0px;
}



.about--pillar {
    position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky; 
    top: 0px;
  background-size:cover;
  background-position:center center;
}

.about--gallery-image img {
    width: 100%;
}

.about--flex-block {
    width: 50%;
    display: inline-block !important;
    padding: 20px 30px;
    margin-right: -5px;
    vertical-align: top;
}

#about-intro .about--flex-block {
  vertical-align: middle;
}

.about--flex-block-full {
    width: 100%;
}

.about--flex-block.about--text {
    text-transform: none;
    letter-spacing: .03rem;
    font-size: 1.5rem;
    padding: 40px 30px 60px 30px;
}

.about--gallery--image-last {
 padding-left: 15px; 
}

.about--gallery--image-first {
 padding-right: 15px; 
}

.about--flex-block.about--flex-block-full.about--text p {
    max-width: 85%;
    padding-left: 40px;
  line-height:1.8;
}

.about--row-divider {
    width: 100%;
    display: block;
    margin-bottom: -10px;
}

.about--image-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
}

.about--image-caption h2 {
    font-size: 1.55rem;
    font-weight: bold;
    color: white;
    letter-spacing: 1rem;
}
.about--row .about--flex-block.about--text h3 {
    font-weight: 400;
    padding-bottom: 10px;
    font-size: 1.2rem;
  	
    text-transform: uppercase;
}

.about--footer {
  padding:5px; 
}
.about--footer ul li {
  position:relative;
    display:inline-block;
    margin-right:-5px;
    padding:15px;
    width:20%;
}

.about--footer ul li img {
  width:100%; 
}


.about--nav ul li a {
    display: block;
    padding: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    padding-left: 22px;
    padding-right: 22px;
}






.about--image-caption--bottom {
    text-align: center;
    padding-top: 10px;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: .3rem;
}

.about--footer {
    padding: 0px 0 30px;
}

.about--footer ul {
  max-width:1340px;
  margin:0 auto;
}





#about-intro .gallery-images {
  pointer-events:none !important; 
}


.accordion-area-copy-inner h3 {
    margin-top: 20px;
  font-size:1.15rem;
   letter-spacing:.16rem;
}

.accordion-area-copy-inner h3:first-child {
    margin-top: 11px;
}


body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #fff;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-about: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-aboutball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-aboutball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-about: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-about: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }


.about--flex-block.about--flex-block-full.about--text a {
    border-bottom: 1px solid;
}

.fancybox-overlay.fancybox-overlay-fixed:after {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    content: '';
    opacity: .8;
}

.fancybox-next span {
  background-image:url(//www.krewe.com/cdn/shop/t/1035/assets/ARROW_RIGHT.png?v=135573333545853297761764697516);
  background-size:100%;
  background-position:center center;
  background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.fancybox-prev span {
  background-image:url(//www.krewe.com/cdn/shop/t/1035/assets/ARROW_LEFT.png?v=51991201716062275791764697516);
  background-size:100%;
  background-position:center center;
  background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

a.fancybox-nav span {
    opacity: 1 !important;
    visibility: visible;
}

.fancybox-button--arrow_left {
    top: 50% !important;
    //position: fixed;
    z-index: 10000000;
  left:0px;
  background-image:url(//www.krewe.com/cdn/shop/t/1035/assets/ARROW_LEFT.png?v=51991201716062275791764697516);
  background-size:100%;
  background-position:center center;
  background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
      background-color: transparent;
}

.fancybox-button--arrow_right {
    top: 50% !important;
    //position: fixed;
  right:0px;
    z-index: 10000000;
  background-image:url(//www.krewe.com/cdn/shop/t/1035/assets/ARROW_RIGHT.png?v=135573333545853297761764697516);
  background-size:100%;
  background-position:center center;
  background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
      background-color: transparent;
}

button.fancybox-button.fancybox-button--arrow_left1 {
  position: absolute;
  z-index: 9999999;
  left:0;
  top:50%;
  background-image:url(//www.krewe.com/cdn/shop/t/1035/assets/LeftArrow.png?896802);
  background-size:100%;
  background-position:center center;
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -99999px;
}

button.fancybox-button.fancybox-button--arrow_right1 {
  position: absolute;
  z-index: 9999999;
  right:0;
  top:50%;
  background-image:url(//www.krewe.com/cdn/shop/t/1035/assets/RightArrow.png?896802);
  background-size:100%;
  background-position:center center;
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -99999px;
}



a.fancybox-item.fancybox-close {
 background-image:url(//www.krewe.com/cdn/shop/t/1035/assets/X.png?896802);
  background-size:100%;
  background-position:center center;
  background-size:17px;
    background-position: center center;
    background-repeat: no-repeat; 
}

.fancybox-show-infobar .fancybox-infobar {
 display:none !important 
}

.fancybox-button--closing {
  position: absolute;
    top: 15px;
    right: 15px;
  z-index:9999999;
  background-image:url(//www.krewe.com/cdn/shop/t/1035/assets/newX.png?896802);
  background-size:100%;
  background-position:center center;
  background-size:17px;
    background-position: center center;
    background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -99999px;
  padding: 0;
    right: 4px;
  top:2px;
}

.fancybox-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

a.gallery-images.gallery-absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:1;
}

.fancybox-nav {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}

html body.template-page-about-new.template-name-page.template-suffix-about-new .desktop-navbar:hover {
 background-color: rgba(255,255,255,0.97) !important; 
}

.about--flex-block.about--flex-block-full.about--text h3 {
    padding-left: 40px;
}

.about--flex-block.about--flex-block-full.about--text h2 {
    padding-left: 40px;
}

// Intro

section#about-intro.about--row {
      height: auto;
    display: block;
}

section#about-intro .about--flex-block.about--text {
    width: 34%;
    margin-right: 0px;
    position: relative;
    z-index: 2;
    line-height: 1.8;
    font-size: 1.5rem;
    margin-left:0%;
}

section#about-intro .about--flex-block.about--gallery-image:nth-of-type(2) {
    width: 28%;
    padding: 0px;
  margin-right:-95px;
  z-index:1;
}

section#about-intro .about--flex-block.about--gallery-image:nth-of-type(3) {
    width: calc(35% + 95px);
    padding: 20px 40px;
    padding-right: 0px;
}

.about--flex-block.about--text h2 {
    font-weight: bold;
    padding-bottom: 40px;
    font-size: 1.75rem;
}


// STORES

.variant-card-deluxe.collection-variant-card-deluxe {
    background-color: #f9f9f9;
    padding: 0px;
}
.sticky-title {
    width: auto;
    top: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: auto;
    transform: translate(-50%,-50%) rotate(-90deg);
    position: relative;
    left: 31px;
}

div#shopify-section-about-3 .sticky-title {
  width: 120px;
}

span.rotated-title {
    position: relative;
  font-weight:400;
  font-size:1.2rem;
}


.sticky-title-wrapper {
   position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
    top: 0px;
    z-index: 1;
    width: 290px;
}

div#shopify-section-about-3 {
    position: relative;
    z-index: 2;
      background-color: white;
}

div#shopify-section-about-5 {
    position: relative;
    z-index: 2;
      background-color: white;
}

div#shopify-section-about-4 {
    position: relative;
    z-index: 2;
      background-color: white;
}



div#shopify-section-about-2 {
  position: relative;
    z-index: 2;
      background-color: white;
}

div#shopify-section-about-1 {
  position: relative;
    z-index: 2;
      background-color: white;
}



h2.accordion-area-title {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
  cursor:pointer;
}

.accordion-area-copy p {
    padding-left: 0px !important;
  
}

.accordion-area-copy {
    overflow: hidden;
    max-height: 0;
    transition: all 300ms ease;
    margin-top:0px;
}

.accordion-area-copy-inner {
  padding:0px; 
}


h2.accordion-area-title.opened-accordion+.accordion-area-copy {
  max-height: 1800px;
}

.accordion-area-wrapper {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

h2.accordion-area-title {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    font-size: 1.2rem !important;
    letter-spacing: .16rem;
  position:relative;
}

.about--flex-block.about--text.about--accordion {
  padding-top:0px; 
}

.about--flex-block.about--gallery-image {
    position: relative;
}

span.about--floating-title {
    position: absolute;
    bottom: 35px;
    right: 5px;
    background-color: rgba(230,236,232,.9);
    font-style: italic;
    font-size: 1rem;
    letter-spacing: .1rem;
  padding:0 5px;
  z-index:2;
}

.about--flex-block.about--gallery-image.about--flex-block-half-image.about--gallery-image.about--gallery--image-last span.about--floating-title {
   right: 20px;
}

.about--pillar.about--pillar-left span.about--floating-title {
  right:-10px;
  bottom:30px;
}

.accordion-area-wrapper h2.accordion-area-title span.accordion-arrow {
    width: 7px !important;
    display: block;
    position: absolute;
    right: 6px !important;
    transform: rotate(90deg);
    top: 2px !important;
  transition:all 300ms ease;
}


span.accordion-arrow img {
    width: 100%;
    max-width: 100%;
}

h2.accordion-area-title.opened-accordion span.accordion-arrow {
    transform: rotate(-90deg);
}

.about--image-caption--bottom h2 {
    letter-spacing: .06rem;
  font-size:1rem;
  font-weight:400;
}

span.about--cta {
    padding-left: 40px;
    padding-top: 30px;
    display: block;
    font-weight: bold;
    letter-spacing: .1rem;
    font-size: 1.2rem;
}

span.about--cta a {
    padding-bottom:2px;
}



.about--product-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
    z-index: 4;
    left: 0px;
    font-size: 1.2rem;
    letter-spacing: .16rem;
}

main .product-card-details {
    margin-top: 0px;
    position: relative;
    background-color: #fff;
    padding: 15px 15px 0;
}

div#shopify-section-about-5 .sticky-title-wrapper {
    width: 330px;
}

div#shopify-section-about-4 .sticky-title-wrapper {
    width: 140px;
}

div#shopify-section-about-2 .sticky-title-wrapper {
    width: 113px;
}

section#about-5 h3 {
    letter-spacing: .16rem;
}

a.gallery-images.gallery-absolute.scroll-image,
a.gallery-images.gallery-absolute.scroll-image-2{
  opacity:0;
    visibility:hidden;
    transition:all 300ms ease;
    z-index:0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a.gallery-images.gallery-absolute.scroll-image.show-scroll-image,
a.gallery-images.gallery-absolute.scroll-image.show-scroll-image-2{
  opacity:1;
    visibility:visible;
    z-index:2;
  transition:all 300ms ease;
   backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a.gallery-images.gallery-absolute.scroll-image,
a.gallery-images.gallery-absolute.scroll-image-2 {
    background-position: center center;
    background-size: cover;
}


.accordion-area-copy-inner ul li {
    list-style-type: disc !important;
    max-width: 100%;
    list-style-position: inside;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-top: 10px;
  font-size: .9rem;
    line-height: 2;
}

.accordion-area-copy-inner ul {
    padding-bottom: 15px;
    padding-top: 10px;
}

.accordion-area-copy-inner ul:last-child {
    padding-bottom: 3px;
}

.accordion-area-copy-inner li em {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
    margin-right: -5px;
    line-height: 1.2;
    font-style: normal;
    position: relative;
    top: 3px;
    left: -3px;
  font-size:1.3rem;
}
.accordion-area-copy-inner li strong {
    display: inline-block;
    font-weight: 300;
    vertical-align: top;
    margin-right: -5px;
    width: 55px;
    float: right;
    font-size: 1.2rem;
    margin-top: -1px;
}

.about--product-card-canvas {
    padding-top: 145.7%;
}

span.spaces--floating-title {
    position: absolute;
    bottom: 35px;
    right: 5px;
    background-color: rgba(230,236,232,.9);
    font-style: italic;
    font-size: 1rem;
    letter-spacing: .1rem;
    padding: 0 5px;
    z-index: 2;
}

@media (min-width:835px) {
  
  
.about--product-card-canvas .product-card-image.image-2 {
  transition:all 300ms ease;  
  opacity:0;
  visibility:hidden;
}

.about--product-card-canvas:hover .product-card-image.image-2 {
  transition:all 300ms ease;  
  opacity:1;
  visibility:visible;
}
}

.fancybox-caption:before {
  display:none !important;
}

.fancybox-caption, .fancybox-caption a {
    text-align: center;
    color: black !important;
    opacity: 1;
    visibility: visible;
  text-decoration:none !important
}

.fancybox-caption::after {
 display:none !important; 
}

.fancybox-caption a {
    background-color: rgba(230,236,232,0.9);
    font-style: italic;
    font-size: 1rem;
    letter-spacing: .1rem;
    padding: 0 5px;
}

@media (max-width:834px) {
  
  a.gallery-images.gallery-absolute.scroll-image {
    opacity: 1;
    position: relative;
    visibility: visible;
    height: 50vh;
    background-size: cover;
    background-position: center center;
    width: calc(100% - 30px);
    margin-left: 15px;
    max-height: 500px;
    padding-bottom: 0;
}
  
  .additional-images {
    margin-top: 10px;
    margin-bottom: 0px;
    overflow-x:hidden;
}
  
.additional-images a {
 margin-bottom:10px; 
}
  
  
  
  section.about--row {
    display: block;
    height: auto;
    padding-top: 30px;
}
  
  section#about-intro .about--bars {
    display: flex !important;
    flex-direction: column;
}
  
  section#about-intro .about--flex-block.about--text {
    width: 100%;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    line-height: 2.4;
    font-size: 1.4rem;
    margin-left: 0;
        order: 2;
  }

  .about--flex-block.about--text h2 {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 1.55rem;
  }

  .about--flex-block.about--text {
    text-transform: none;
    letter-spacing: .03rem;
    font-size: 1.5rem;
    padding: 30px 25px;
  }
  
  section#about-intro .about--flex-block.about--gallery-image:nth-of-type(3), 
  section#about-intro .about--flex-block.about--gallery-image:nth-of-type(2) {
   display:none; 
  }
  
  section#about-intro .about--flex-block.about--gallery-image:nth-of-type(3) {
    display: block;
    width: 90%;
    padding: 20px 50px 0;
    margin-bottom: 20px;
    order: 1;
    margin:0 auto;
}
  
  section.about--footer ul {
    overflow-x: scroll;
    white-about: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-left: 0px;
        padding: 20px 0 20px 15px;
    background-color: #e6ece8;
}
  
  
  .about--row:not(#about-intro) .about--flex-block.about--text {
    padding-top: 20px;
}
  .sticky-title-wrapper {
    height:0px;
  }
  
  .about--footer ul li {
    position: relative;
    display: inline-block;
    margin-right: 0;
    padding: 3px;
    width: 150px;
}
  
  .about--pillar, .about--bar {
    min-height: 200px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 0px;
    position: relative !important;
}
  
  .about--pillar {
    height: 60vh;
    background-size: cover;
    background-position: center center;
    width: calc(100% - 30px);
    margin-left: 15px;
        max-height: 500px;
}
  
  .about--image-caption--bottom h2 {
    letter-spacing: .06rem;
    font-size: 1rem;
    font-weight:400;
}
  
  .about--ribbon {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0px 0 10px 7px;
    margin-top: 5px;
    margin-bottom: 15px;
    overflow-y: hidden;
    margin-left: 0;
    
}
  
  .about--row:not(#about-intro) h2.accordion-area-title {
    padding-left: 35px !important;
}
  
  .accordion-area-copy-inner {
        padding: 0px 0 0px 35px;
    margin-bottom: -3px;
}
  
  .about--ribbon .about--flex-block {
    width: 150px;
    padding: 8px 8px 15px !important;
}
  
  section.about--footer li:first-child {
    margin-left:-3px; 
  }
  
  section.about--row {
    display: block;
    height: auto;
  }
  
  .about--gallery-image img {
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
  
  a.gallery-images {
    display: block;
    padding-bottom: 142%;
    position: relative;
}
  main .product-card-details {
    margin-top: -35px;
  }
  
  .about--flex-block.about--flex-block-full.about--text p {
    max-width: 100%;
  }
  
  .about--product-title {
    top: 20px;
    font-size: .9rem;
}
  
  .about--ribbon .about--flex-block span.about--floating-title {
    font-size: .7rem;
    right: 0px !important;
    bottom: 20px;
    display:none;
  }
  
  .about--flex-block.about--text {
    text-transform: none;
    letter-spacing: .03rem;
    font-size: 1.4rem;
    padding: 30px 15px;
}
  
  .about--mobile-text {
    max-height: 115px;
    overflow: hidden;
    margin-bottom: 20px;
}
  
  .about--text-wrapper {
    max-height: 50px;
    overflow: hidden;
}
  
  .about--text-wrapper {
    max-height: 70px;
    overflow: hidden;
    transition:all 300ms ease;
}
  
  .about--text-wrapper.show-hidden-text {
    max-height: 600px;
  }
  
  span.about--cta {
    padding-bottom:2px;
    margin-bottom:25px;
  }
  
  
  
  .about--flex-block.about--flex-block-full.about--text .accordion-arrow {
    display: block !important;
    width: 100%;
    text-align:right;
    right: 0px !important;
    position: relative;
    top: 0px;
    z-index: 3;
    max-width: 100% !important;
    line-height:1;
    height:auto;
    margin-top:-16px;
    margin-bottom:20px;
    padding-left:40px;
    transition: all 300ms ease;
}
  
 
  
  .accordion-arrow {
   cursor:pointer; 
  }
  
  span.accordion-arrow.hide-arrow .hide-accordion-text {
    display:block !important;
  }
  
  span.accordion-arrow.hide-arrow .show-text {
    display:none !important;
  }
  
  .about--flex-block.about--flex-block-full.about--text .accordion-arrow img {
    width: 30px;
    margin:0 auto;
  }
  
  span.show-text, .hide-accordion-text {
    text-transform: uppercase;
    font-style: italic;
    margin-top: 5px;
    display: block;
        color: #3a600b;
        font-size: 1rem;
    letter-spacing:.16rem;
}
  
  .hide-accordion-text {
   margin-top:0px; 
  }
  
  span.about--cta {
    padding-bottom: 2px;
    margin-bottom: 10px;
}
  
  span.accordion-arrow.hide-arrow {
    //margin-top: 0px !important;
}
  
  .eye-inactive {
    display:block;
  }
  .about--flex-block.about--flex-block-full.about--text .accordion-arrow.hide-arrow .eye-inactive  {
    display:none !Important; 
  }
  
  .about--flex-block.about--flex-block-full.about--text .accordion-arrow.hide-arrow .eye-active {
    display:block !important;
  }
  
  .about--flex-block.about--flex-block-full.about--text h2.hide-after:after {
    display:none !important;
  }
  
  .product-card-family-name, .product-card-title {
    text-overflow: ellipsis;
    white-about: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  
  .about--row:not(#about-intro) .about--flex-block.about--flex-block-full.about--text h2,
  .about--text-wrapper p,
  .accordion-arrow {
   cursor:pointer 
  }
  
  .fancybox-close, .fancybox-nav {
   z-index:99999; 
  }
  
  main section {
   overflow:visible; 
  }
  
  .about--row:not(#about-intro) .about--flex-block.about--flex-block-full.about--text h2:not(.accordion-area-title) {
    font-weight: 300;
    text-transform: none;
    font-size: 2.75rem;
}
  .fancybox-next {
    right: -20px;
}
  
  .fancybox-prev {
    left: -20px;
}
  .sticky-title-wrapper {
   top:60px; 
  }
  
  #about-1 .sticky-title {
   top:15px; 
  }
  
  div#shopify-section-about-3 .sticky-title {
    top: 10px;
}
  
  #about-3 .sticky-title {
    top: 7px;
}
  
  #about-4 .sticky-title {
    top: 10px;
}
  
  #about-5 .sticky-title {
    top: 11px;
}
  .about--flex-block.about--text p {
    line-height: 1.8;
}
  
  #about-intro .about--flex-block.about--text h2 {
    line-height: 1.8;
}
  .fancybox-close {
    top: 0px;
    right: 0px;
}
  a.fancybox-item.fancybox-close {
    position: fixed;
    top: 0px;
    right: 0px;
    -webkit-transform: translate3d(0, 0, 0)
}
  .accordion-area-wrapper { 
    margin-top: 15px !important;
    margin-bottom: -10px;
  }
  
  .about--pillar.about--pillar-left span.about--floating-title {
    font-size: .7rem;
}
  
  .about--flex-block.about--flex-block-full.about--text.about--accordion.scroll-reveal-4 {
    padding-bottom: 10px;
}
  
  
  body.template-page-about.popup-gallery-opened {
    overflow:hidden !important; 
  }
  
  .accordion-area-wrapper span.accordion-arrow {
    margin-top: 0px !important;
}
  .about--flex-block.about--flex-block-full.about--text h2:after {

    bottom:85px !important;
}
  
  section#about-intro .about--flex-block.about--gallery-image:nth-of-type(2) {
   display:none !Important; 
  }

  #about-intro a.gallery-images {
    padding-bottom: 65%;
}

  
  button.fancybox-button.fancybox-button--arrow_right1,
  button.fancybox-button.fancybox-button--arrow_left1,
  .fancybox-button--closing {
   display:none !important; 
  }
  
  #about-intro .about--flex-block.about--text.scroll-reveal-0 {
    padding-left: 55px;
}
  
  #about-intro .about--flex-block.about--text h2 {
    text-transform: none;
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 1.42857143;
}
  
  section.about--footer h2.about-heading {
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: -5px;
    position: relative;
    z-index: 2;
    padding-top: 20px;
    font-weight: bold;
    letter-spacing: .16rem;
    font-size: 1.2rem;
}
  
  .about--footer {
    padding: 0px 0 0px;
    background-color: #e6ece8;
    margin-bottom: 20px;
}
.about--pillar.about--pillar-left span.about--floating-title {
 display:none !important; 
}
  
  .about--flex-block.about--flex-block-full.about--text .accordion-area-wrapper .accordion-arrow {
    padding-left:0px;
    right:5px !important;
  }
  
  section#about-intro .about--flex-block.about--gallery-image:nth-of-type(2) {
    display: inline-block !Important;
    width: 60%;
    margin-right: -5px;
    order: 0;
}
  
  
  
  .about-intro-top {
    order:0;
        padding-top: 17px;
  }
  
  .about--flex-block.about--gallery-image.about--gallery-image.scroll-reveal-0.intro-slider-1 {
    padding-left: 0px;
    margin: 0px !important;
    margin-right: -5px !important;
    width: 47%;
    padding-right: 25px !important;
        margin-bottom: 30px !important;
    padding-top:0px;
}
  
  section#about-intro .about--flex-block.about--gallery-image:nth-of-type(2) {
    display: inline-block !Important;
    width: 55%;
    margin-right: -5px;
    order: 0;
}
  
  #about-intro .about--flex-block.about--text.scroll-reveal-0 {
    padding-left: 20px;
    margin-top: -60px;
    padding-top: 0px;
}
  
  #about-intro .about--flex-block.about--text h2 {
    text-transform: none;
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 1.42857143;
    max-width: 45%;
    line-height: 1.2;
}
  
  .about--flex-block.about--gallery-image.about--gallery-image.scroll-reveal-0.intro-slider-1 a.gallery-images {
    padding-bottom: 57% !important;
}
  
  .about--ribbon, .about--ribbon .about--flex-block.about--gallery-image {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}
  
  .about--flex-block.about--text {
   position:relative !important; 
  }
  
  .fancybox-caption {
    bottom: 30px;
  }
  
  .about--ribbon-wrapper {
    position:relative;
    width:100vw;
    overflow-x:hidden;
  }
  
  div#shopify-section-about-4 .sticky-title-wrapper {
    width: 100%;
    top: 60px;
}
  
  #about-4 .sticky-title {
    top: 10px;
}
  
  .about-intro-top {
    width: 100%;
    overflow-x: hidden;
}
  
  span.accordion-arrow.hide-arrow {
    top: 27px !important;
}
  
   #space-intro .spaces--flex-block.spaces--gallery-image.spaces--gallery-image.scroll-reveal-0.intro-slider-1 {
    padding-left: 0px;
    margin: 0px !important;
    margin-right: -5px !important;
    width: 100% !important;
    padding-right: 25px !important;
    margin-bottom: 30px !important;
    padding-top: 0px;
    padding-left: 25px;
}
.spaces--flex-block.spaces--gallery-image {
    position: relative;
}
  
  #space-intro .spaces--flex-block.spaces--text h2 {
   max-width:100% !important; 
  }
  
  #space-intro span.spaces--cta {
    padding-left: 0 !important;
  }
  
  #space-intro .spaces--flex-block.spaces--text.scroll-reveal-0 {
    padding-left: 20px;
    margin-top: -20px;
    
  }
  
  #space-intro .spaces--flex-block.spaces--text.scroll-reveal-0 {
    padding-left: 20px;
    margin-top: 0px !important;
    padding-top: 0px;
}
  
  div#shopify-section-about-4 .sticky-title-wrapper {
    width: 160px;
}
  
 .about--flex-block.about--flex-block-full h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 85px;
    background: linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0) -5%,#fff);
    left: 0px;
}
  
  
  main .shopify-section {
   position:relative;
    z-index:2;
    background-color:white;
  }

}

@media (max-width:834px) and (min-width:765px) {
 .about--flex-block.about--gallery-image.about--gallery-image.scroll-reveal-0.intro-slider-1 {
    width: 46%;
 }
  
  #about-intro .about--flex-block.about--text h2 {
    max-width: 240px;
}
}

span.evergreen--fadeIn strong {
    font-weight: bold;
    letter-spacing: .16rem;
  font-size:1.2rem;
}

.about--row:not(#about-intro) h2.accordion-area-title {
    font-weight: bold !important;
}

@media (max-width:480px) {
 #about-5 .sticky-title-wrapper {
  opacity:1;
  transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease; /* FF 4 */
    -webkit-transition: opacity 300ms ease; /* Safari & Chrome */
    -o-transition: opacity 300ms ease; /* Opera */ 
 }
}

.spaces--product-card-canvas {
    padding-top: 145.7%;
}

.spaces--image-caption--bottom {
    text-align: center;
    padding-top: 10px;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: .3rem;
}

@media (min-width:835px) {
  
  section#space-intro {
    max-width: 1380px;
    margin: 0 auto;
    height: 100% !important;
        padding-top: 70px;
    margin-bottom: 30px;
}
  
 
  
  section#space-intro .spaces--flex-block.spaces--text {
    width: 34%;
    margin-right: 0px;
    position: relative;
    z-index: 2;
    line-height: 1.8;
    font-size: 1.5rem;
    margin-left: 0%;
}
  
   section#space-intro .spaces--flex-block.spaces--text {
    padding-left: 25px;
}
  
  
  section#space-intro .spaces--flex-block {
    width: 50%;
    display: inline-block !important;
    padding: 20px 30px;
    margin-right: -5px;
    vertical-align:middle;
}
  
  .spaces--flex-block.spaces--text {
    text-transform: none;
    letter-spacing: .03rem;
    font-size: 1.5rem;
    padding: 40px 30px 60px 30px;
    display: inline-block !important;
    vertical-align:middle;
}
  
  
  .spaces--row .spaces--flex-block.spaces--text h2 {
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 2.85rem;
    text-transform: none;
}
  
  section#space-intro .spaces--flex-block.spaces--gallery-image:nth-of-type(2) {
    width: 64%;
    padding: 0px;
    margin-right: 0px;
    z-index: 1;
    vertical-align:middle;
    display:inline-block;
}
  
  .spaces--footer {
    padding: 27px 0 23px;
    background-color: #e6ece8;
    margin-top: 27px;
}
  
  .spaces--footer ul {
    max-width: 1340px;
    margin: 0 auto;
}
  
  .spaces--footer ul li {
    position: relative;
    display: inline-block;
    margin-right: -5px;
    padding: 15px;
    width: 20%;
}
  
  .spaces--row#space-intro .spaces--flex-block.spaces--text h2 {
    line-height: 1.6;
}
  
  .moz-browser .about--pillar {
    overflow:hidden; 
  }
  
  .moz-browser .about--pillar.about--pillar-left span.about--floating-title {
   right:0px; 
  }
  
  .fancybox-caption, .fancybox-caption a {
   display:none !important 
  }
  section#about-intro {
    max-width: 1400px;
    margin: 0 auto;
}
  
  section#about-intro .about--flex-block.about--text {
   padding-left:35px; 
  }
  
  section.about--footer h2.about-heading {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 0px;
    font-size: 1.3rem;
}
  .fancybox-wrap a.fancybox-nav, .fancybox-wrap .fancybox-close {
 display:none !important; 
}
 section#about-3 .about--flex-block.about--flex-block-full.about--text.scroll-reveal-3 {
    padding-top: 30px;
}
  
  section#about-5 .about--flex-block.about--flex-block-full.about--text.scroll-reveal-3 {
    //padding-top: 30%;
}
  section#about-4 .about--flex-block.about--flex-block-full.about--text.scroll-reveal-4:not(.about--accordion) {
    padding-top: 25px;
    padding-bottom:45px;
}
  .about--product-title {
   font-weight:400; 
  }
  
  .about--flex-block.about--text.about--accordion {
   padding-bottom:30px; 
  }
  
  .about--row .about--flex-block.about--text h2 {
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 2.85rem;
    text-transform:none;
    
}
  
  .about--row#about-intro .about--flex-block.about--text h2 {
    line-height:1.6
  }
  
  .accordion-area-wrapper {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 15px 0px 15px 40px;
}
  
  .about--footer {
    padding: 27px 0 23px;
    background-color: #e6ece8;
    margin-top: 27px;
}
  
  .sticky-title-wrapper {
   top:60px; 
  }
  
  .product-card-canvas {
    padding-top: 145.7%;
}
  
  .moz-browser .about--pillar, .moz-browser .about--bar {
   margin-right:-5px; 
  }
  
  .about--bar-outer {
   display:table;
    width:100%;
  }
  
  .about--bar-inner {
   display:table-cell;
    vertical-align:middle;
  }
  
  .about--pillar, .about--bar {
    min-height: 100vh;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: 0px;
}
  
  
  
  
.evergreen--fadeIn {
		opacity: 0;
		-webkit-transform: translateY(40px);
			 -moz-transform: translateY(40px);
				-ms-transform: translateY(40px);
				 -o-transform: translateY(40px);
						transform: translateX(40px);
		-webkit-transition: all 0.6s ease-out;
			 -moz-transition: all 0.6s ease-out;
				-ms-transition: all 0.6s ease-out;
				 -o-transition: all 0.6s ease-out;
						transition: all 0.6s ease-out;
}

.evergreen--fadeIn.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
	}
  
  

}



.about--flex-block.about--text h2 {
  letter-spacing:.01rem !important;
}
section.about--footer li h2 {
  transition:all 300ms ease; 
}


.about--flex-block.about--flex-block-full.about--text h2.accordion-area-title {
    letter-spacing: .16rem !important;
}

section#space-intro h3 {
    letter-spacing: .16rem;
    font-size: 1.2rem;
    font-weight: 400;
}

    /* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('slick.eot');
    src: url('slick.eot?#iefix') format('embedded-opentype'), url('slick.woff') format('woff'), url('slick.ttf') format('truetype'), url('slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-dots {
    bottom: 9px;
}
  .slick-dots li button:before{display:none}
  

.fancybox-slide--image {
    padding: 0;
}

div#shopify-section-footer {
    background-color: white;
    position: relative;
    z-index: 6;
}

.video-cover-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
}
.video-cover {
    left: 0;
    top: 0;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    height: 100vh;
    object-fit: cover;
    transform: none;
    min-width: 100%;
    min-height: 100%;
}

.video-cover-wrapper video {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}

.video-cover-wrapper-relative video {
    width:100%;
}


@media (min-width:835px) {
  .spaces--footer {
    text-align: center;
}

  
 
}

@media (max-width:834px) {
  
  section#space-intro .spaces--bars {
    display: flex !important;
    flex-direction: column;
}
  
  section#space-intro .spaces--flex-block.spaces--text {
    width: 100%;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    line-height: 2.4;
    font-size: 1.4rem;
    margin-left: 0;
    order: 2;
}
  
  section#space-intro h3 {
    letter-spacing: .16rem;
    font-size: 1.2rem;
    font-weight: 400;
}
  
  #space-intro .spaces--flex-block.spaces--text h2 {
    text-transform: none;
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 1.42857143;
    max-width: 45%;
    line-height: 1.2;
    letter-spacing:.03rem;
}
  .spaces--flex-block.spaces--text {
    text-transform: none;
    letter-spacing: .03rem;
    font-size: 1.4rem;
    padding: 30px 15px;
}
  
  section#space-intro .spaces--flex-block.spaces--text {
    width: 100%;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    line-height: 2.4;
    font-size: 1.4rem;
    margin-left: 0;
    order: 2;
}
  
  #space-intro a.gallery-images {
    padding-bottom: 0px !important;
}
  
  .spaces--footer {
    padding: 0px 0 0px;
    background-color: #e6ece8;
    margin-bottom: 20px;
}
  
  section.spaces--footer ul {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-left: 0px;
    padding: 20px 0 20px 15px;
    background-color: #e6ece8;
}
  
  section.spaces--footer li:first-child {
    margin-left: -3px;
}
  
  .spaces--footer ul li {
    position: relative;
    display: inline-block;
    margin-right: 0;
    padding: 3px;
    width: 150px;
}
  
  .spaces--flex-block.spaces--text p {
    line-height: 1.8;
}
  
  .about--pillar {
    overflow: hidden;
  }

  .about--bar .about--bar-inner {
    display: flex;
    flex-direction: column;
  }

  .about--pillar {
    order: 1;
  }

  .about--bar .about--bar-inner .about--flex-block.about--text {
    order: 2;
  }


  #space-intro .spaces--flex-block.spaces--gallery-image.spaces--gallery-image.scroll-reveal-0.intro-slider-1 {
    padding-left: 0px;
    margin: 0px !important;
    margin-right: -5px !important;
    width: 100% !important;
    padding-right: 0px !important;
    margin-bottom: 30px !important;
    padding-top: 0px;
    padding-left: 0;
  }

  section#space-intro {
    max-width: 100% !important;
    margin: 0 auto;
  }
  #space-intro .spaces--flex-block.spaces--text.scroll-reveal-0 {
    padding-left: 60px !important;
  }

  .about--row:not(#about-intro) .about--flex-block.about--text {
    padding-top: 40px;
    padding-bottom: 0px;
  }


  .about--bar {
    padding: 0px;
  }

  .template-page-about-new .about--flex-block.about--flex-block-full.about--text h2:after {
    bottom: 45px !important;
  }

  .template-page-about-new .about--pillar {
    padding-top:30px !important;
    margin-top:30px;
  }

  .template-page-about-new section#about-1,
  .template-page-about-new section#about-5{
    padding-top: 0px;
  }

  .template-page-about-new section#about-1 .sticky-title-wrapper+.about--flex-block.about--flex-block-full.about--text.scroll-reveal,
  .template-page-about-new section#about-5 .sticky-title-wrapper+.about--flex-block.about--flex-block-full.about--text.scroll-reveal{
    padding-top: 30px;
  }

  .template-page-about-new #about-1 .sticky-title {
    top: 28px;
  }

  .template-page-about-new #about-5 .sticky-title {
    top: 58px;
  }

  .about--pillar-video {
    padding-top:0px !important; 
  }

  .template-page-about-new .about--bar-inner .about--pillar {
    order:2 !important; 
    margin-top: 0px;
  }

  .about--pillar.about--pillar-video {
    margin-top: 0px;
  }

  .about--ribbon {
    padding-right: 12px;
  }

  .template-page-about-new .about--bar-inner .about--flex-block.about--flex-block-full.about--text.scroll-reveal {
    padding-top: 30px !important;
  }

  .sticky-title-wrapper+.about--flex-block.about--flex-block-full.about--text {
    padding-top: 50px !important;
  }
  .template-page-about-new #shopify-section-about-3 #about-1 .sticky-title {
    top: 38px;
  }

  .template-page-about-new div#shopify-section-about-4 #about-5 .sticky-title {
    top: 45px;
  }

  .video-cover-wrapper, .video-cover {
    height: 100%;
  }

  

  section#space-intro {
    padding-bottom: 10px;
  }

  .spaces--flex-block.spaces--text.scroll-reveal-0 {
    padding-top: 5px !important;
  }

  .template-page-about-new section#space-intro {
    max-width: calc(100% - 50px) !important;
    margin: 0 auto;
  }

  .template-page-about-new #space-intro .spaces--flex-block.spaces--text.scroll-reveal-0 {
    padding-left: 0px !important;
  }
  
  .template-page-about-new #about-5 .spaces--floating-title {
    display: none;
}
  
  .fancybox-caption a {
    background-color: rgba(230,236,232,0.9);
    font-style: italic;
    font-size: 1rem;
    letter-spacing: .1rem;
    padding: 0 5px;
}
  
  .fancybox-caption {
    bottom: 30px;
}
  
  .about--flex-block.about--flex-block-full.about--text.scroll-reveal.spaces--list-block .about--text-wrapper {
    max-height: 100%;
}
  
  div#shopify-section-about-5 .sticky-title-wrapper {
    width: 90px;
}
  
  
  
  .template-page-about-new #about-5 .about--text-wrapper {
   max-height:100%; 
  }
  
  .template-page-about-new #about-5 h2:after {
   display:none !Important; 
  }
  
  div#shopify-section-about-3 {
    padding-top: 20px;
}
  
  .template-page-about-new section#space-intro .spaces--flex-block.spaces--gallery-image:nth-of-type(2) {
    display: inline-block !Important;
    width: 100%;
    margin-right: -5px;
    order: 0;
}
  
  .fancybox-image {
   width:101%;
    height:101%;
  }
  
  .template-page-about-new #space-intro .spaces--flex-block.spaces--text.scroll-reveal-0 {
    padding-left: 0px !important;
    padding-top: 30px !important;
}
  
  #shopify-section-about-3 .about--text-wrapper {
   max-height:100% !important 
  }
  
  #shopify-section-about-3 #about-1 .about--flex-block.about--flex-block-full.about--text h2:after {
   display:none !Important; 
  }
  
  .spaces--flex-block.spaces--text h2 {
   padding-bottom:10px; 
  }
  
   html body.template-page-about-new.template-name-page {
    padding-top: 0px !important;
}
  
  .template-page-about-new #shopify-section-about-3 .about--pillar {
    padding-top:15px
  }
  
}

@media (min-width:835px) {

 
  
  .template-page-about-new .about--bar {
   height:100%; 
  }
  
  .template-page-about-new .about--bar-outer {
   height:100%; 
  }
  
   .template-page-about-new.moz-browser .about--bar-outer {
    height: 100vh;
}
  
  .about--flex-block.about--gallery-image:not(.about--gallery--image-first) span.spaces--floating-title {
    right: 15px;
}
  .about--pillar span.spaces--floating-title {
    bottom: 45px;
    right:0px;
}
  
  
  
  
  .template-page-about-new div#shopify-section-about-5 .sticky-title-wrapper {
    width: 110px;
}
  
  .spaces--product-card-canvas .product-card-image.image-2 {
	transition:all 300ms ease;  
  opacity:0;
  visibility:hidden;
}
  
.spaces--product-card-canvas:hover .product-card-image.image-2 {
    transition: all 300ms ease;
    opacity: 1;
    visibility: visible;
}
  .safari-browser.template-page-about-new #shopify-section-about-1 .about--bar,
  .safari-browser.template-page-about-new #shopify-section-about-3 .about--bar,
  .safari-browser.template-page-about-new #shopify-section-about-5 .about--bar{
height: 100vh;
}
  
  .eleven-browser .about--pillar.about--pillar-left+.about--bar {
    float:right;
  }
}

section.spaces--footer li h2 {
    letter-spacing: .06rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

section.about--row {
 width:100%; 
}

.product-card-image.image-1 {
    visibility: visible;
    opacity: 1;
}

.template-page-about-new li.evergreen--fadeIn {
		opacity: 0;
  		color: #86ad8e;
      font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
    list-style-type: none;
    margin-left: 0px;
  	padding-left:40px;
		-webkit-transform: translateY(40px);
			 -moz-transform: translateY(40px);
				-ms-transform: translateY(40px);
				 -o-transform: translateY(40px);
						transform: translateY(40px);
		-webkit-transition: all 0.5 ease-out;
			 -moz-transition: all 0.5s ease-out;
				-ms-transition: all 0.5s ease-out;
				 -o-transition: all 0.5s ease-out;
						transition: all 0.5s ease-out;
}

.template-page-about-new .evergreen--fadeIn.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
}

.spaces--list-block {
 padding-top:0px !important; 
}

.fancybox-caption {
    border: none !important;
}

#space-intro.spaces--row {
   width:100%;
  display:block;
  }

@media (max-width:1400px) and (min-width:835px) {
 section#space-intro {
      max-width: calc(100% - 25px); 
 }
}

@media (min-width:835px) {
 .desktop-navbar-nav-dropdown .desktop-navbar-nav-dropdown-menu {
    top:60px !important; 
  }

  .navbar-condensed .desktop-navbar-nav-dropdown .desktop-navbar-nav-dropdown-menu, 
  .browser-scrolled .desktop-navbar-nav-dropdown .desktop-navbar-nav-dropdown-menu {
    top: 50px !important;
  } 
}

#space-5 .spaces--accordion-divider strong {
    font-size: 1.55rem;
    padding-bottom: 15px;
    display: block;
    font-weight: bold;
    padding-left: 70px;
    color: #86ad8e;
    letter-spacing: 0;
}


.spaces--text-wrapper h3 {
    padding-left: 40px;
    padding-bottom: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .1rem;
}

.spaces--flex-block {
    width: 50%;
    display: inline-block !important;
    padding: 20px 30px;
    margin-right: -5px;
    vertical-align: top;
}

.spaces--flex-block-full {
    width: 100%;
}

.spaces--gallery-image img {
    width: 100%;
}

.spaces--gallery--image-last {
    padding-left: 15px;
}

.spaces--flex-block.spaces--gallery-image {
    position: relative;
}

.spaces--gallery--image-first {
    padding-right: 15px;
}

#space-5 .spaces--accordion-divider strong {
    font-size: 1.55rem;
    padding-bottom: 15px;
    display: block;
  	font-weight:bold;
  	padding-left:70px;
  color: #86ad8e;
  letter-spacing:0;
}

#space-5 .sticky-title {
    top: 11px;
}

#space-5 .spaces--flex-block.spaces--flex-block-full.spaces--text.scroll-reveal-5.spaces--text-container:not(.spaces--mobile-accordion) {
    padding-bottom: 0px;
}

@media (min-width:835px) {
  #space-5 .sticky-title {
    top: -20px;
  } 
}

#space-5 .spaces--bar ul li {
  list-style-type: disc;
  margin-left: 15px;
}

.spaces--flex-block.spaces--flex-block-full.spaces--text p + h3.added-spacing {
    margin-top: 30px;
}


.spaces--flex-block.spaces--flex-block-full.spaces--text p {
      max-width: 85%;
    line-height: 1.8;
}

@media (max-width:834px) {
  section#space-5 .accordion-arrow,
  section#space-4 .accordion-arrow,
  section#space-2 .accordion-arrow,
  section#space-3 .spaces--list-block .accordion-arrow {
    display: none !important;
  }

  #space-5 .spaces--text-wrapper,
  #space-4 .spaces--text-wrapper,
  #space-2 .spaces--text-wrapper,
  #space-3 .spaces--list-block .spaces--text-wrapper {
    max-height: 100% !important;
  }

  #space-5 .spaces--flex-block.spaces--flex-block-full.spaces--text h2:after {
    display:none !important;
  }


  #space-5 .sticky-title {
    top: 11px;
    width: 155px;
  }

  section#space-5 .spaces--bar .spaces--bar-inner {
    max-height: 225px;
    overflow: hidden;
    transition:all 500ms ease;
  }

  section#space-5 .spaces--bar .spaces--bar-inner.opened-parent-accordion {
    max-height: 4500px
  }

  section#space-4 .spaces--flex-block.spaces--flex-block-full.spaces--text.spaces--accordion.scroll-reveal-4 span.accordion-arrow {
    display: block !important;
  }

  section#space-5 .spaces--bar .spaces--bar-inner {
    max-height: 194px;
    overflow: hidden;
    display: block;
  }


  section#space-5 span.accordion-arrow.parent-arrow {
    display: block !important;
    width: 100px;
    position: absolute;
    right: -15px;
    max-width: 100px;
    bottom: 20px;
  }
  .content-visible .spaces--flex-block.spaces--flex-block-full.spaces--text h2:after,
  #space-5.content-visible span.accordion-arrow.parent-arrow {
    display:none !important; 
  }

  #space-5 .spaces--text-wrapper, #space-5 h2 {
    pointer-events:none 
  }


  .spaces--row#space-5 .spaces--flex-block.spaces--text+.spaces--flex-block.spaces--text:not(.spaces--accordion) {
    margin-top:0px !important; 
  }

  .timeline--accordion {
    border-bottom: 1px solid #000; 
    padding: 0px !important;    
    width: calc(100% - 30px);
    margin-left: 15px;
  }







  #space-5 .spaces--row-divider {
    display:none !important;
  }

  .spaces--accordion-divider {
    padding-top:0px; 
  }

  #space-5 .spaces--accordion-divider strong {

    padding-bottom: 0;
    padding-left: 0;
  }

  .timeline--accordion-content {
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms ease;
  }

  .spaces--accordion-divider.timeline--opened-accordion+.timeline--accordion-content {
    max-height:950px; 
  }

  .timeline--accordion-content .spaces--flex-block.spaces--text {
    text-transform: none;
    letter-spacing: .03rem;
    font-size: 1.4rem;
    padding: 30px 0px;
  }

  .timeline--accordion-content .spaces--flex-block {
    padding-top:0px;
    padding-bottom:0px;
  }

  .spaces--flex-block.spaces--flex-block-full.spaces--text.spaces--text-container.spaces--mobile-accordion {
    padding-bottom: 20px;
  }

  .spaces--accordion-divider {
    padding: 15px 0 15px 42px;
    position:relative;
  }

  .spaces--accordion-divider .accordion-arrow {
    display:block !important; 
  }

  section#space-5 .spaces--accordion-divider .accordion-arrow {
    display: block !important;
    width: 7px;
    transform: rotate(90deg);
    position: absolute;
    right: 4px;
    top: 17px;
    transition:all 300ms ease;
  }

  section#space-5 .timeline--opened-accordion .accordion-arrow {
    transform: rotate(-90deg);
  }

  #space-5 .spaces--flex-block.spaces--gallery-image.spaces--flex-block-half-image.spaces--gallery-image.spaces--gallery--image-first.scroll-reveal-5 {
    padding-bottom: 20px;
  }

  #space-5 .spaces--pillar,
  section#space-4 .spaces--pillar{
    display:none; 
  }

  section#space-5 {
    z-index:2; 
  }

  #space-5 .sticky-title {
    top: 77px;
    width: 85px;
  }

  #space-5 .sticky-title-wrapper {
    top: 70px !important;
    height: calc(100% - 113px);
  }

  #space-5 .spaces--flex-block.spaces--text h2 {
    padding-bottom: 0px;
  }
  
  .spaces--flex-block.spaces--text {
    text-transform: none;
    letter-spacing: .03rem;
    font-size: 1.4rem;
    padding: 30px 15px;
  }

  .spaces--flex-block.spaces--gallery-image.spaces--flex-block-half-image.spaces--gallery-image.spaces--gallery--image-first.scroll-reveal-5 {
    padding-left: 0px !important;
    padding-right: 7px;
  }

  .spaces--flex-block.spaces--gallery-image.spaces--flex-block-half-image.spaces--gallery-image.spaces--gallery--image-last.scroll-reveal-5 {
    padding-right: 0px !important;
    padding-left: 7px;
  }

  .spaces--flex-block.spaces--flex-block-full.spaces--text p {
    max-width: 100%;
    padding-left: 40px;
  }

  .spaces--accordion-divider {
    padding: 15px 0 15px 42px;
    position: relative;
  }

  .spaces--flex-block.spaces--flex-block-full.spaces--text.spaces--text-container.spaces--mobile-accordion {
    padding-bottom: 20px;
    padding-top: 0px;
  }

  a.gallery-images {
    display: block;
    padding-bottom: 0px;
    position: relative;
  }

  .spaces--row:not(#space-intro):not(#space-4) .spaces--flex-block.spaces--flex-block-full.spaces--text h2:not(.accordion-area-title) {
    font-weight: 300;
    text-transform: none;
    font-size: 2.75rem;
    padding-left:40px;
  }

  section#space-5 {
    padding-top: 0px;
  }

  .timeline--accordion:nth-of-type(3) {
    border-top: 1px solid #000;
    margin-top: 20px;
  }

  section#space-5 .sticky-title-wrapper+.spaces--flex-block.spaces--flex-block-full.spaces--text {
    padding-top: 10px;
  }

  section#space-intro .spaces--flex-block.spaces--gallery-image.spaces--gallery-image.scroll-reveal-0 {
    padding: 0px;
  }
}

@media (min-width:835px) {

  .spaces--pillar a.gallery-images,
  .spaces--row:not(#space-intro) .spaces--pillar {
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
  }

  .spaces--row#space-5 .spaces--flex-block.spaces--text+.spaces--flex-block.spaces--text:not(.spaces--accordion) {
    margin-top:0px !important; 
  }

  #space-5 .timeline--accordion {
    border-bottom: 1px solid #000;
    padding: 0px !important;
    width: calc(100% - 60px);
    margin-left: 30px;
  }



  #space-5 .spaces--accordion-divider {
    padding-left:45px; 
  }

  #space-5 .spaces--flex-block.spaces--flex-block-full.spaces--text p, 
  #space-5 .spaces--text-wrapper h3 {
    padding-left: 45px;
  }

  #space-5 .spaces--row-divider {
    display:none !important;
  }

  #space-5 .spaces--accordion-divider {
    padding-top:0px; 
  }

  #space-5 .spaces--accordion-divider strong {

    padding-bottom: 0;
    padding-left: 0;
  }

  #space-5 .timeline--accordion-content {
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms ease;
  }

  #space-5 .spaces--accordion-divider.timeline--opened-accordion+.timeline--accordion-content {
    max-height:2000px; 
  }

  #space-5 .timeline--accordion-content .spaces--flex-block.spaces--text {
    text-transform: none;
    letter-spacing: .03rem;
    font-size: 1.4rem;
    padding: 30px 0px;
  }

  #space-5 .timeline--accordion-content .spaces--flex-block {
    padding-top:0px;
    padding-bottom:0px;
  }

  #space-5 .spaces--flex-block.spaces--flex-block-full.spaces--text.spaces--text-container.spaces--mobile-accordion {
    padding-bottom: 20px;
  }

  #space-5 .spaces--accordion-divider {
    padding: 15px 0 15px 45px;
    position:relative;
  }

  #space-5 .spaces--accordion-divider .accordion-arrow {
    display:block !important; 
  }

  section#space-5 .spaces--accordion-divider .accordion-arrow {
    display: block !important;
    width: 7px;
    transform: rotate(90deg);
    position: absolute;
    right: 4px;
    top: 17px;
    transition:all 300ms ease;
  }

  section#space-5 .timeline--opened-accordion .accordion-arrow {
    transform: rotate(-90deg);
  }

  #space-5 .spaces--flex-block.spaces--gallery-image.spaces--flex-block-half-image.spaces--gallery-image.spaces--gallery--image-first.scroll-reveal-5 {
    padding-bottom: 20px;
  }

  #space-5 .spaces--flex-block.spaces--gallery-image.spaces--flex-block-half-image.spaces--gallery-image.spaces--gallery--image-first.scroll-reveal-5 {
    padding-left: 0px;
    padding-bottom: 30px;
    padding-top:10px;
  }

  #space-5 .spaces--flex-block.spaces--gallery-image.spaces--flex-block-half-image.spaces--gallery-image.spaces--gallery--image-last.scroll-reveal-5 {
    padding-right:0px; 
    padding-bottom: 30px;
    padding-top:10px;
  }

  #space-5 .timeline--accordion:last-child {
    margin-bottom: 60px;
  }

  #space-5 .timeline--accordion:nth-of-type(3) {
    border-top: 1px solid #000;
    margin-top: 20px;
  }

  #space-5 .timeline--accordion-content .spaces--text:first-child {
    padding-top: 15px !important;
  }

  #space-5 .spaces--flex-block-half-image {
    transform:none !important;
    opacity:1 !important;
    visibility:visible !Important;
  }

  .spaces--flex-block.spaces--text h2 {
    letter-spacing: .01rem !important;
  }

  .spaces--flex-block.spaces--flex-block-full.spaces--text h2 {
    padding-left: 40px;
  }

  .about--row .spaces--flex-block.spaces--text h2 {
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 2.85rem;
    text-transform: none;
  }

  body.template-name-page.normal-body-top-spacing {
    padding-top: 0px !important;
}

}

main h2, main h3, main h4, main h5, main p {
  margin: 0;
}

@media (max-width:990px) {
  .template-page-about-new li.evergreen--fadeIn {
    padding-left: 0 !important;
  }
}
