@charset "UTF-8";
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: 1;
  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: 1;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  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-space: 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-spaceball {
  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-spaceball {
  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-space: 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-space: 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); } }
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 44px;
  box-sizing: border-box; }

/* For devices larger than 400px */
.row {
  width: 100%;
  display: flex; }
  .row.left [class*="col-"] {
    margin: 0; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  padding: 0 20px;
  margin: 0 auto; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #555;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
::-webkit-input-placeholder, header.dark.off-top ::-webkit-input-placeholder, header.dark .overlay-open ::-webkit-input-placeholder {
  color: #AAAAAA; }

:-moz-placeholder, header.dark.off-top :-moz-placeholder, header.dark .overlay-open :-moz-placeholder {
  color: #AAAAAA; }

::-moz-placeholder, header.dark.off-top ::-moz-placeholder, header.dark .overlay-open ::-moz-placeholder {
  color: #AAAAAA; }

:-ms-input-placeholder, header.dark.off-top :-ms-input-placeholder, header.dark .overlay-open :-ms-input-placeholder {
  color: #AAAAAA; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  margin: 0;
  padding: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf:after, .content-inner:after {
  content: "";
  display: table;
  clear: both; }

/*.fraunces-<uniquifier> {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;foo
}*/
/*.manrope-<uniquifier> {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 18px;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  color: #191919;
  background: #F8F8F8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-overflow {
    overflow-y: hidden !important;
    height: 100% !important; }

* {
  box-sizing: border-box; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal; }

em {
  font-style: italic; }

strong {
  font-weight: 400; }

h1, .h1-style, .h1-style h2 {
  font-size: 56px;
  line-height: 100%;
  font-weight: 600;
  padding-bottom: 30px; }

h1.oversized, .h1-large, .oversized h1 {
  font-family: "Fraunces", serif;
  font-size: 90px;
  line-height: 100%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  padding-bottom: 30px; }

h2, .h2-style {
  font-size: 40px;
  line-height: 105%;
  font-weight: 600;
  padding-bottom: 30px; }

h3, .h3-style {
  font-size: 28px;
  line-height: 120%;
  font-weight: 600;
  padding-bottom: 10px; }

h4, .h4-style {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  padding-bottom: 10px; }

.h4-style {
  padding-bottom: 30px; }

p {
  margin: 0;
  padding-bottom: 30px; }
  p.overline {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    /* 16.8px */
    letter-spacing: 4.48px;
    text-transform: uppercase;
    padding-bottom: 10px; }
  p.small {
    font-size: 16px;
    line-height: 160%; }
  p.pull-quote {
    font-family: "Fraunces", serif;
    font-size: 38px;
    line-height: 120%;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "SOFT" 0, "WONK" 0;
    padding-bottom: 24px; }

.small-p {
  font-size: 16px;
  line-height: 160%; }

.p-intro p {
  font-size: 18px;
  line-height: 26px;
  max-width: 462px; }

.caption {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 18px; }

p:last-child {
  padding: 0 !important; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #191919;
  text-decoration: none; }

a:hover {
  color: #191919; }

p a {
  transition: color 0.4s ease;
  text-decoration: underline; }
  p a:hover {
    color: #91BA4E; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, input[type="submit"] {
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  /* 32px */
  padding: 16px 24px;
  border-radius: 50px;
  background: rgba(248, 248, 248, 0.9);
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.08);
  transition: all ease 0.4s;
  text-decoration: none;
  display: inline-flex; }
  .button:hover, .button.active, input[type="submit"]:hover, input[type="submit"].active {
    color: #F8F8F8;
    background: #91BA4E; }
  .button.back, input[type="submit"].back {
    position: relative;
    padding-left: 30px; }
    .button.back:before, .button.back:after, input[type="submit"].back:before, input[type="submit"].back:after {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      display: block;
      width: 11px;
      height: 19px;
      background: url("../images/icon-back-arrow.svg") 0 0 no-repeat;
      margin-right: 10px;
      transition: opacity 0.4s ease; }
    .button.back:after, input[type="submit"].back:after {
      opacity: 0;
      background: url("../images/icon-back-arrow-white.svg") 0 0 no-repeat;
      background-size: 100% auto; }
    .button.back:hover:before, input[type="submit"].back:hover:before {
      opacity: 0; }
    .button.back:hover:after, input[type="submit"].back:hover:after {
      opacity: 1; }

.arrow-link {
  display: inline-flex;
  position: relative;
  text-decoration: none;
  color: #191919;
  padding: 0 40px 0 0;
  transition: color 0.4s ease; }
  .arrow-link:before, .arrow-link:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 17px;
    height: 15px;
    background: url("../images/icon-arrow-black.svg") 0 0 no-repeat;
    margin-right: 10px;
    transition: opacity 0.4s ease; }
  .arrow-link:after {
    opacity: 0;
    background: url("../images/icon-arrow-green.svg") 0 0 no-repeat;
    background-size: 100% auto; }
  .arrow-link:hover {
    color: #91BA4E; }
    .arrow-link:hover:before {
      opacity: 0; }
    .arrow-link:hover:after {
      opacity: 1; }
  .arrow-link.white {
    color: #F8F8F8; }
    .arrow-link.white:before {
      background: url("../images/icon-arrow-white.svg") 0 0 no-repeat; }
    .arrow-link.white:after {
      background: url("../images/icon-arrow-black.svg") 0 0 no-repeat; }
    .arrow-link.white:hover {
      color: #191919; }

.text-link {
  position: relative;
  padding: 0 0 5px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 105%;
  /* 21px */
  transition: color ease 0.4s; }
  .text-link:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background: #191919;
    transition: all 0.4s ease; }
  .text-link:hover {
    color: #91BA4E; }
    .text-link:hover:after {
      width: 0; }

.copy ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 20px; }
  .copy ul li {
    margin-bottom: 5px; }
    .copy ul li:last-child {
      margin: 0; }
    .copy ul li::marker {
      color: #91BA4E; }
.copy ol {
  margin-bottom: 20px; }
  .copy ol li {
    margin-bottom: 5px; }
.copy .button {
  margin-top: 20px; }
.copy .arrow-link {
  margin-top: 20px; }

#global-cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

.flex {
  display: flex;
  width: 100%; }

.bg-video, .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .bg-video video, .bg-image video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.video-bg-auto video {
  width: auto;
  height: 100vh; }

.bg-image {
  background-size: cover;
  background-position: center center; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0 0 0;
  z-index: 200;
  transition: height ease 0.4s, background ease 0.4s;
  height: 90px;
  background: #E3D6CA; }
  header.reduced .inner .logomark {
    opacity: 1;
    pointer-events: all; }
  header.reduced .inner .logo {
    opacity: 0;
    pointer-events: none; }
  header .inner {
    justify-content: space-between;
    align-items: center;
    position: relative; }
    header .inner #nav-trigger {
      display: block;
      width: 50px;
      height: 50px;
      background: #38373B;
      border-radius: 50px;
      position: relative;
      transition: background ease 0.4s;
      margin-right: 28px; }
      header .inner #nav-trigger:before, header .inner #nav-trigger:after {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0; }
      header .inner #nav-trigger:before {
        background: url("../images/icon-burger-open.svg") center center no-repeat; }
      header .inner #nav-trigger:hover {
        background: #91BA4E; }
    header .inner .logo {
      width: 334px;
      transition: all ease 0.4s; }
    header .inner .logomark {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all ease 0.4s;
      opacity: 0;
      pointer-events: none; }

#main-nav-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(248, 248, 248, 0.6);
  z-index: 1001; }

#main-nav {
  position: fixed;
  top: 0;
  left: -50%;
  height: 100%;
  width: 50%;
  background: #e3d6ca;
  z-index: 1003;
  transition: left ease 0.4s; }
  #main-nav.open {
    left: 0; }
  #main-nav .container {
    height: 100%; }
  #main-nav .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0 40px 0;
    overflow-y: auto; }
  #main-nav #nav-close {
    display: block;
    width: 50px;
    height: 50px;
    background: #38373B;
    border-radius: 50px;
    position: relative;
    transition: background ease 0.4s; }
    #main-nav #nav-close:before, #main-nav #nav-close:after {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 0; }
    #main-nav #nav-close:before {
      background: url("../images/icon-burger-close.svg") center center no-repeat; }
    #main-nav #nav-close:hover {
      background: #91BA4E; }
  #main-nav .menu-main-menu-container > ul {
    list-style: none;
    padding: 0;
    margin: 60px 0 0 0;
    display: flex;
    flex-direction: column; }
    #main-nav .menu-main-menu-container > ul > li {
      position: relative;
      font-family: "Fraunces", serif;
      font-size: 60px;
      line-height: 100%;
      margin-bottom: 10px;
      display: inline-block;
      width: fit-content; }
      #main-nav .menu-main-menu-container > ul > li > a {
        position: relative;
        display: inline-flex;
        padding-right: 35px;
        transition: all ease-in-out 0.4s; }
        #main-nav .menu-main-menu-container > ul > li > a:before {
          position: absolute;
          left: -60px;
          opacity: 0;
          top: 20px;
          display: block;
          content: '';
          width: 44px;
          height: 38px;
          background: url("../images/icon-nav-arrow.svg") 0 0 no-repeat;
          background-size: 44px auto;
          transition: all 0.4s ease; }
      #main-nav .menu-main-menu-container > ul > li:hover > a {
        padding-left: 60px; }
        #main-nav .menu-main-menu-container > ul > li:hover > a:before {
          opacity: 1;
          left: 0; }
      #main-nav .menu-main-menu-container > ul > li:hover .sub-menu {
        padding-left: 60px; }
      #main-nav .menu-main-menu-container > ul > li.current_page_item > a, #main-nav .menu-main-menu-container > ul > li.current-page-ancestor > a {
        padding-left: 60px; }
        #main-nav .menu-main-menu-container > ul > li.current_page_item > a:before, #main-nav .menu-main-menu-container > ul > li.current-page-ancestor > a:before {
          opacity: 1;
          left: 0; }
      #main-nav .menu-main-menu-container > ul > li.current_page_item .sub-menu, #main-nav .menu-main-menu-container > ul > li.current-page-ancestor .sub-menu {
        padding-left: 60px; }
      #main-nav .menu-main-menu-container > ul > li:nth-child(even) {
        font-style: italic; }
      #main-nav .menu-main-menu-container > ul > li:nth-child(6) {
        font-size: 30px;
        margin-top: 60px; }
      #main-nav .menu-main-menu-container > ul > li:nth-child(7) {
        font-size: 30px; }
      #main-nav .menu-main-menu-container > ul > li:nth-child(6) a:before, #main-nav .menu-main-menu-container > ul > li:nth-child(7) a:before {
        display: none; }
      #main-nav .menu-main-menu-container > ul > li:nth-child(6) a:hover, #main-nav .menu-main-menu-container > ul > li:nth-child(7) a:hover {
        padding-left: 0;
        color: #91BA4E; }
      #main-nav .menu-main-menu-container > ul > li:nth-child(6).current_page_item a, #main-nav .menu-main-menu-container > ul > li:nth-child(7).current_page_item a {
        padding-left: 0;
        color: #91BA4E; }
      #main-nav .menu-main-menu-container > ul > li.menu-item-has-children:hover .sub-menu {
        opacity: 1;
        pointer-events: auto; }
  #main-nav .menu-main-menu-container ul.sub-menu {
    list-style: none;
    padding: 0 0 0 0;
    margin: 10px 0 30px 0;
    transition: all ease-in-out 0.4s; }
    #main-nav .menu-main-menu-container ul.sub-menu li {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 8px; }
      #main-nav .menu-main-menu-container ul.sub-menu li a {
        transition: all ease-in-out 0.4s; }
        #main-nav .menu-main-menu-container ul.sub-menu li a:hover {
          color: #91BA4E; }
      #main-nav .menu-main-menu-container ul.sub-menu li.current_page_item a {
        color: #91BA4E; }

footer {
  position: relative;
  background: #E3D6CA;
  z-index: 110; }
  footer .inner {
    padding: 60px 0 40px 0; }
    footer .inner .top {
      justify-content: space-between;
      align-content: center;
      padding-bottom: 36px;
      border-bottom: 1px solid #9A989A;
      margin-bottom: 60px; }
      footer .inner .top ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0; }
        footer .inner .top ul li {
          margin-right: 24px; }
          footer .inner .top ul li a {
            font-size: 20px;
            font-weight: 600;
            line-height: 105%;
            color: #191919;
            transition: color ease 0.4s; }
            footer .inner .top ul li a:hover {
              color: #91BA4E; }
          footer .inner .top ul li.current_page_item a, footer .inner .top ul li.current-page-ancestor a {
            color: #91BA4E; }
      footer .inner .top .contact {
        height: fit-content; }
    footer .inner .bottom {
      justify-content: space-between;
      align-items: center; }
      footer .inner .bottom .logo-wrap {
        width: 50%; }
      footer .inner .bottom .signoff {
        width: 50%;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 160%; }
        footer .inner .bottom .signoff p {
          padding: 0;
          color: #5B5A5B; }
        footer .inner .bottom .signoff ul {
          list-style: none;
          margin: 0 0 0 60px;
          padding: 0; }
          footer .inner .bottom .signoff ul a {
            color: #5B5A5B;
            transition: color ease 0.4s; }
            footer .inner .bottom .signoff ul a:hover {
              color: #191919; }

.bg-walnut {
  background: #6A5846;
  color: #F8F8F8; }
  .bg-walnut .arrow-link {
    color: #F8F8F8; }
    .bg-walnut .arrow-link:before {
      background: url(../images/icon-arrow-white.svg) 0 0 no-repeat; }
    .bg-walnut .arrow-link:hover {
      color: #91BA4E; }

.bg-almond {
  background: #E3D6CA;
  color: #38373B; }

.bg-linen {
  background: #EAE1D7;
  color: #38373B; }

.bg-white {
  background: #F8F8F8; }

.clr-black {
  color: #191919; }

.inner.reduced {
  max-width: 1086px;
  margin: 0 auto; }

/* Common Blocks */
.hero-block {
  position: relative;
  height: 600px; }
  .hero-block .container, .hero-block .inner {
    height: 100%; }
  .hero-block .inner {
    display: flex;
    align-items: flex-end;
    padding: 60px 0; }
    .hero-block .inner h1 {
      color: #F8F8F8;
      padding-bottom: 0; }

.video-block {
  height: 750px;
  position: relative; }
  .video-block .play {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/icon-play.svg") 0 0 no-repeat; }
  .video-block .button {
    position: absolute;
    right: calc((100vw - 1832px) / 2);
    top: 50%; }

.copy-block {
  position: relative;
  padding: 100px 0 130px 0; }
  .copy-block .inner {
    justify-content: space-between; }
  .copy-block .intro {
    width: 50%; }
  .copy-block .copy-wrap {
    width: 40%; }

.cta-block, .related-carousel {
  padding: 70px 0; }
  .cta-block .inner, .related-carousel .inner {
    justify-content: space-between; }
  .cta-block .cta, .related-carousel .cta {
    display: block;
    width: calc(33.33% - (40px / 3)); }
    .cta-block .cta:hover .image .plus, .related-carousel .cta:hover .image .plus {
      background: #91BA4E; }
      .cta-block .cta:hover .image .plus:after, .related-carousel .cta:hover .image .plus:after {
        opacity: 1; }
    .cta-block .cta .image, .related-carousel .cta .image {
      position: relative;
      margin-bottom: 20px; }
      .cta-block .cta .image .plus, .related-carousel .cta .image .plus {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background: #F8F8F8;
        transition: background ease 0.4s; }
        .cta-block .cta .image .plus:before, .cta-block .cta .image .plus:after, .related-carousel .cta .image .plus:before, .related-carousel .cta .image .plus:after {
          display: block;
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: 12px;
          height: 12px;
          transform: translate(-50%, -50%);
          background: url("../images/icon-plus-black.svg") 0 0 no-repeat;
          transition: opacity ease 0.4s; }
        .cta-block .cta .image .plus:after, .related-carousel .cta .image .plus:after {
          opacity: 0;
          background: url("../images/icon-plus-white.svg") 0 0 no-repeat; }
    .cta-block .cta .copy-wrap p, .related-carousel .cta .copy-wrap p {
      color: #5B5A5B;
      padding-bottom: 10px; }

.featured-projects-block {
  padding: 70px 0 100px 0; }
  .featured-projects-block .intro {
    border-bottom: 1px solid #5B5A5B; }
    .featured-projects-block .intro h2 {
      padding-bottom: 70px;
      color: #000; }
  .featured-projects-block .project-wrap {
    display: flex;
    padding: 60px 0;
    border-bottom: 1px solid #5B5A5B;
    transition: all ease 0.4s; }
    .featured-projects-block .project-wrap h3 {
      padding: 0; }
    .featured-projects-block .project-wrap .left {
      width: 50%;
      padding-right: 12%; }
    .featured-projects-block .project-wrap .right {
      position: relative;
      width: 50%;
      padding-right: 12%; }
      .featured-projects-block .project-wrap .right .arrow-diag {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 24px;
        height: 24px;
        background: url("../images/icon-arrow-diag-black.svg") 0 0 no-repeat;
        transition: all ease 0.4s; }
    .featured-projects-block .project-wrap:hover {
      border-bottom: 1px solid #91BA4E; }
      .featured-projects-block .project-wrap:hover .right .arrow-diag {
        background: url("../images/icon-arrow-diag-green.svg") 0 0 no-repeat; }
  .featured-projects-block .cta-wrap {
    margin: 70px 0 0 0; }

.visual-stat-block {
  position: relative;
  background: #000; }
  .visual-stat-block .bg-image {
    opacity: 0.6; }
  .visual-stat-block .stats-wrap {
    display: flex;
    justify-content: space-between;
    padding: 200px 0 100px;
    border-bottom: 1px solid #9A989A;
    margin-bottom: 100px; }
    .visual-stat-block .stats-wrap p {
      color: #F8F8F8;
      padding-bottom: 0; }
      .visual-stat-block .stats-wrap p.h1-large {
        padding: 0 0 18px 0; }
  .visual-stat-block .cta-wrap {
    margin: 70px 0 0 0; }

.testimonials-carousel {
  padding: 150px 0; }
  .testimonials-carousel .main-carousel {
    padding-bottom: 104px; }
  .testimonials-carousel .carousel-cell {
    width: 100%; }
    .testimonials-carousel .carousel-cell .inner {
      padding: 0 8.33%; }
    .testimonials-carousel .carousel-cell .quote-wrap {
      text-align: center; }
      .testimonials-carousel .carousel-cell .quote-wrap h4 {
        color: #9A989A; }
  .testimonials-carousel .flickity-prev-next-button {
    bottom: 0;
    width: 44px;
    height: 44px;
    border-radius: 0;
    transform: none;
    top: auto; }
    .testimonials-carousel .flickity-prev-next-button svg {
      display: none; }
    .testimonials-carousel .flickity-prev-next-button.previous {
      left: calc(50% - 54px);
      background: url("../images/icon-car-left-white.svg") 0 0 no-repeat; }
      .testimonials-carousel .flickity-prev-next-button.previous.disabled {
        background: url("../images/icon--car-left-grey.svg") 0 0 no-repeat; }
    .testimonials-carousel .flickity-prev-next-button.next {
      right: calc(50% - 54px);
      background: url("../images/icon-car-right-white.svg") 0 0 no-repeat; }
      .testimonials-carousel .flickity-prev-next-button.next.disabled {
        background: url("../images/icon-car-right-grey.svg") 0 0 no-repeat; }

.portfolio-wrap .inner {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 20px);
  margin-left: -10px; }
.portfolio-wrap .cta {
  width: calc(25% - 20px);
  margin: 0 10px 30px 10px;
  height: fit-content; }
  .portfolio-wrap .cta.large {
    width: calc(50% - 20px); }
    .portfolio-wrap .cta.large .copy-wrap {
      width: 70%; }
  .portfolio-wrap .cta.ct-5, .portfolio-wrap .cta.ct-6 {
    margin-top: auto; }

.speak-team-block {
  border-top: 1px solid #38373B;
  padding: 80px 0; }
  .speak-team-block .copy-wrap {
    width: 500px; }
    .speak-team-block .copy-wrap h2 {
      padding-bottom: 20px; }

.image-copy-block .img-left .copy-wrap {
  order: 2;
  padding: 120px calc((100vw - 1832px) / 2) 120px 5%; }
.image-copy-block .img-left .image-wrap {
  order: 1; }
.image-copy-block .copy-wrap {
  width: 50%;
  padding: 120px 5% 120px calc((100vw - 1832px) / 2); }
.image-copy-block .image-wrap {
  width: 50%;
  position: relative;
  aspect-ratio: 3 / 2; }

.image-block {
  padding-bottom: 60px; }
  .image-block .inner.img-double {
    justify-content: space-between; }
    .image-block .inner.img-double .image-caption-wrap {
      width: calc(50% - 20px); }
      .image-block .inner.img-double .image-caption-wrap .image-wrap {
        aspect-ratio: 3 / 2; }
  .image-block .inner .image-caption-wrap {
    width: 100%; }
  .image-block .inner .image-wrap {
    position: relative;
    aspect-ratio: 1920 / 1080; }

.testimonials-block {
  border-top: 1px solid #38373B; }
  .testimonials-block .quote-wrap {
    width: 70%;
    padding: 60px 120px 60px 0; }
  .testimonials-block .name-title {
    width: 30%;
    padding: 60px 0 60px 70px;
    display: flex;
    align-items: flex-end;
    border-left: 1px solid #38373B; }
    .testimonials-block .name-title h4 {
      padding: 0; }

.flexible-content .copy-block {
  padding: 60px 0; }
  .flexible-content .copy-block .inner {
    justify-content: space-between; }
    .flexible-content .copy-block .inner.single .copy-wrap {
      width: 66.66%; }
    .flexible-content .copy-block .inner.single .copy {
      width: 100%; }
    .flexible-content .copy-block .inner.double-5050 .copy-wrap {
      width: 100%;
      justify-content: space-between; }
    .flexible-content .copy-block .inner.double-5050 .copy {
      width: calc(50% - 30px); }
    .flexible-content .copy-block .inner.double-5040 .copy-wrap {
      width: 100%; }
    .flexible-content .copy-block .inner.double-5040 .copy {
      width: calc(50% - 30px); }
      .flexible-content .copy-block .inner.double-5040 .copy.col2 {
        width: calc(40% - 30px); }

/* HOME */
#home .video-block h1 {
  color: #F8F8F8; }
#home .intro-block {
  background: #E3D6CA;
  padding: 180px 0 30px 0; }

/* PORTFOLIO & News */
#portfolio .intro-block .left, #news .intro-block .left {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 50%;
  border-bottom: 1px solid #38373B;
  padding: 30px 30px 0 calc((100vw - 1832px) / 2); }
  #portfolio .intro-block .left .stat, #news .intro-block .left .stat {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 30px; }
  #portfolio .intro-block .left p, #news .intro-block .left p {
    padding: 0; }
    #portfolio .intro-block .left p.h1-large, #news .intro-block .left p.h1-large {
      padding-bottom: 10px;
      font-size: 70px; }
#portfolio .intro-block .right, #news .intro-block .right {
  width: 50%;
  border-left: 1px solid #38373B;
  border-bottom: 1px solid #38373B;
  padding: 30px calc((100vw - 1832px) / 2) 30px 30px; }
  #portfolio .intro-block .right .copy-wrap, #news .intro-block .right .copy-wrap {
    width: 80%; }
  #portfolio .intro-block .right h1, #news .intro-block .right h1 {
    padding-bottom: 90px; }
#portfolio .speak-team-block, #news .speak-team-block {
  background: #F8F8F8; }

#portfolio-single .intro-block, #news-single .intro-block {
  padding: 240px 0 12px 0; }
  #portfolio-single .intro-block .info-wrap, #news-single .intro-block .info-wrap {
    display: flex;
    justify-content: space-between; }
    #portfolio-single .intro-block .info-wrap div, #news-single .intro-block .info-wrap div {
      width: 100%; }
      #portfolio-single .intro-block .info-wrap div p span, #news-single .intro-block .info-wrap div p span {
        color: #9A989A; }
#portfolio-single .hero-block, #news-single .hero-block {
  height: 800px; }
#portfolio-single .details-block, #news-single .details-block {
  padding: 40px 0 60px 0;
  border-bottom: 1px solid #38373B; }
  #portfolio-single .details-block .inner .left, #news-single .details-block .inner .left {
    width: 50%;
    padding-right: 12%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    #portfolio-single .details-block .inner .left h4, #news-single .details-block .inner .left h4 {
      padding: 0; }
      #portfolio-single .details-block .inner .left h4 span, #news-single .details-block .inner .left h4 span {
        color: #9A989A; }
    #portfolio-single .details-block .inner .left .copy, #news-single .details-block .inner .left .copy {
      margin-top: 32px; }
    #portfolio-single .details-block .inner .left .image, #news-single .details-block .inner .left .image {
      margin-top: 60px; }
  #portfolio-single .details-block .inner .right, #news-single .details-block .inner .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    #portfolio-single .details-block .inner .right h3, #news-single .details-block .inner .right h3 {
      padding: 0; }
    #portfolio-single .details-block .inner .right .detail-wrap, #news-single .details-block .inner .right .detail-wrap {
      margin: 0; }
      #portfolio-single .details-block .inner .right .detail-wrap .detail, #news-single .details-block .inner .right .detail-wrap .detail {
        padding: 32px 0;
        border-top: 1px solid; }
        #portfolio-single .details-block .inner .right .detail-wrap .detail h4, #news-single .details-block .inner .right .detail-wrap .detail h4 {
          width: 30%;
          color: #9A989A; }
        #portfolio-single .details-block .inner .right .detail-wrap .detail p, #news-single .details-block .inner .right .detail-wrap .detail p {
          width: 70%; }
        #portfolio-single .details-block .inner .right .detail-wrap .detail:last-child, #news-single .details-block .inner .right .detail-wrap .detail:last-child {
          padding-bottom: 0; }
#portfolio-single .flexible-content, #news-single .flexible-content {
  padding: 60px 0 0 0; }
  #portfolio-single .flexible-content .block, #news-single .flexible-content .block {
    padding: 0 0 60px 0 !important; }
  #portfolio-single .flexible-content .image-copy-block .inner, #news-single .flexible-content .image-copy-block .inner {
    justify-content: space-between; }
  #portfolio-single .flexible-content .image-copy-block .copy-wrap, #news-single .flexible-content .image-copy-block .copy-wrap {
    width: calc(50% - 20px);
    padding: 100px 8% 100px 0; }
  #portfolio-single .flexible-content .image-copy-block .image-wrap, #news-single .flexible-content .image-copy-block .image-wrap {
    width: calc(50% - 20px);
    position: relative; }
#portfolio-single .testimonials-block, #news-single .testimonials-block {
  border-top: none; }
#portfolio-single .related-carousel, #news-single .related-carousel {
  padding: 60px 0; }
  #portfolio-single .related-carousel .main-carousel, #news-single .related-carousel .main-carousel {
    padding-bottom: 100px; }
    #portfolio-single .related-carousel .main-carousel .flickity-prev-next-button, #news-single .related-carousel .main-carousel .flickity-prev-next-button {
      bottom: 0;
      width: 40px;
      height: 27px;
      border-radius: 0;
      transform: none;
      top: auto; }
      #portfolio-single .related-carousel .main-carousel .flickity-prev-next-button svg, #news-single .related-carousel .main-carousel .flickity-prev-next-button svg {
        display: none; }
      #portfolio-single .related-carousel .main-carousel .flickity-prev-next-button.previous, #news-single .related-carousel .main-carousel .flickity-prev-next-button.previous {
        left: 0;
        background: url("../images/icon-car-arrow-left-black.svg") 0 0 no-repeat; }
        #portfolio-single .related-carousel .main-carousel .flickity-prev-next-button.previous.disabled, #news-single .related-carousel .main-carousel .flickity-prev-next-button.previous.disabled {
          background: url("../images/icon-car-arrow-left-black.svg") 0 0 no-repeat; }
      #portfolio-single .related-carousel .main-carousel .flickity-prev-next-button.next, #news-single .related-carousel .main-carousel .flickity-prev-next-button.next {
        right: 0;
        background: url("../images/icon-car-arrow-right-black.svg") 0 0 no-repeat; }
        #portfolio-single .related-carousel .main-carousel .flickity-prev-next-button.next.disabled, #news-single .related-carousel .main-carousel .flickity-prev-next-button.next.disabled {
          background: url("../images/icon-car-arrow-right-black.svg") 0 0 no-repeat; }
  #portfolio-single .related-carousel .carousel-cell, #news-single .related-carousel .carousel-cell {
    width: calc(25% - (48px / 4));
    margin-right: 16px; }
    #portfolio-single .related-carousel .carousel-cell .cta, #news-single .related-carousel .carousel-cell .cta {
      width: 100%; }
#portfolio-single .speak-team-block, #news-single .speak-team-block {
  background: #F8F8F8; }

#news-single .flexible-content {
  border-bottom: none; }

#landowners {
  background: #E3D6CA;
  padding: 90px 0 0 0; }
  #landowners .intro-block {
    border-top: 1px solid #38373B; }
    #landowners .intro-block .inner .left {
      padding: 80px 100px 80px 0;
      width: calc(50% - 1px);
      border-right: 1px solid #38373B; }
    #landowners .intro-block .inner .right {
      padding: 80px 0 80px 100px;
      width: calc(50% - 1px); }
  #landowners .hero-block {
    height: 630px; }
  #landowners .testimonials-block {
    border-bottom: 1px solid #38373B; }
    #landowners .testimonials-block .quote-wrap {
      width: 70%; }
  #landowners .speak-team-block {
    border-top: none; }

.image-gradient {
  position: absolute;
  height: 33.33%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .image-gradient.top-down {
    top: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.p-top {
  padding-bottom: 0 !important; }

.p-bottom {
  padding-top: 0 !important; }

.p-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.map-block .acf-map {
  width: 100%;
  height: 800px; }
.map-block .acf-map img {
  max-width: inherit !important; }

#flexible form h2 {
  padding-bottom: 40px; }
#flexible form label {
  color: #5B5A5B; }
#flexible form .gform-theme--framework .gform_validation_errors h2 {
  padding: 0; }
#flexible form .gform-theme--framework .gform_validation_errors {
  border-radius: 0;
  margin-bottom: 10px;
  display: none; }
#flexible form .gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)) {
  color: #ff0000;
  font-size: 14px; }
#flexible form input[type="email"], #flexible form input[type="number"], #flexible form input[type="search"], #flexible form input[type="text"], #flexible form input[type="tel"], #flexible form input[type="url"], #flexible form input[type="password"], #flexible form textarea, #flexible form select {
  border-radius: 0;
  border-color: #EAE1D7;
  background: #EAE1D7;
  line-height: 20px;
  font-weight: 400;
  min-height: 40px;
  box-shadow: none;
  padding: 5px 10px;
  color: #5B5A5B; }
  #flexible form input[type="email"]:focus, #flexible form input[type="number"]:focus, #flexible form input[type="search"]:focus, #flexible form input[type="text"]:focus, #flexible form input[type="tel"]:focus, #flexible form input[type="url"]:focus, #flexible form input[type="password"]:focus, #flexible form textarea:focus, #flexible form select:focus {
    border-color: #91BA4E !important; }
#flexible form textarea {
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  min-height: 200px; }
#flexible form select {
  font-size: 16px;
  box-shadow: none;
  background: #EAE1D7 url("../images/icon-form-dd.svg") right 10px center no-repeat; }
#flexible form input[type="checkbox"] {
  border-radius: 0;
  border-color: #9B9B9B; }
#flexible form button {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  /* 32px */
  padding: 16px 24px;
  border-radius: 50px;
  background: rgba(248, 248, 248, 0.9);
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.08);
  transition: all ease 0.4s;
  text-decoration: none;
  background: #5B5A5B;
  color: #F8F8F8;
  display: inline-flex; }
  #flexible form button:hover {
    background: #91BA4E; }
#flexible form .gform_required_legend {
  margin-bottom: 30px; }
#flexible form .gform_fields {
  row-gap: 20px; }
#flexible .gform-theme--framework .gform_validation_errors:focus {
  outline: 0 !important; }
#flexible .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #flexible .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  border-color: #F8F8F8;
  box-shadow: none;
  outline: 0; }

#default.page-content {
  padding: 0; }
#default .inner {
  max-width: 1260px;
  margin: 0 auto; }
#default .hero-block-short {
  padding: 200px 0 60px 0;
  border-bottom: 1px solid #38373B; }
  #default .hero-block-short h1 {
    padding: 0; }
#default h2, #default h3 {
  padding: 10px 0 20px; }
#default .copy-block .copy-wrap {
  width: 100%; }

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #c5c8c6; }

textarea:-moz-placeholder, input:-moz-placeholder {
  color: #c5c8c6; }

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #c5c8c6; }

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #c5c8c6; }

textarea:focus::-webkit-input-placeholder {
  color: rgba(46, 62, 59, 0); }

textarea:focus:-moz-placeholder {
  color: rgba(46, 62, 59, 0); }

textarea:focus::-moz-placeholder {
  color: rgba(46, 62, 59, 0); }

textarea:focus:-ms-input-placeholder {
  color: rgba(46, 62, 59, 0); }

.mobile-only, .sdgs-wrap-mobile {
  display: none; }

.desktop-only, .tablet-desktop-only {
  display: block; }

.desktop-only-flex {
  display: flex; }

#mobile-nav {
  display: none; }

@media only screen and (max-width: 1920px) {
  #portfolio .intro-block .left, .image-copy-block .copy-wrap {
    padding-left: 44px; }

  #portfolio .intro-block .right, .image-copy-block .img-left .copy-wrap {
    padding-right: 44px; } }
@media only screen and (max-width: 1399px) {
  body {
    font-size: 17px; }

  h1.oversized, .h1-large, .oversized h1 {
    font-size: 70px; }

  h1, .h1-style, .h1-style h2 {
    font-size: 44px;
    line-height: 120%; }

  h2, .h2-style {
    font-size: 34px; }

  h3, .h3-style {
    font-size: 24px; }

  h4, .h4-style {
    font-size: 18px; }

  p.pull-quote {
    font-size: 30px; }

  footer .inner .top ul li a, .text-link, .button, input[type="submit"] {
    font-size: 18px; }

  #main-nav .menu-main-menu-container > ul > li {
    font-size: 55px; }

  #main-nav .menu-main-menu-container > ul > li > a:before {
    top: 8px; }

  #main-nav .menu-main-menu-container > ul > li:nth-child(6), #main-nav > .menu-main-menu-container > ul > li:nth-child(7), #main-nav .menu-main-menu-container ul.sub-menu li {
    font-size: 26px; }

  #portfolio .intro-block .left p.h1-large, #news .intro-block .left p.h1-large {
    font-size: 44px; } }
@media only screen and (max-width: 1019px) {
  body {
    font-size: 16px;
    line-height: 140%; }

  h1.oversized, .h1-large, .oversized h1 {
    font-size: 50px;
    padding-bottom: 20px; }

  h1, .h1-style, .h1-style h2 {
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 20px; }

  h2, .h2-style {
    font-size: 26px;
    line-height: 110%;
    padding-bottom: 20px; }

  h3, .h3-style {
    font-size: 20px; }

  h4, .h4-style {
    font-size: 16px; }

  .small-p {
    font-size: 14px;
    line-height: 140%; }

  p.pull-quote {
    font-size: 24px; }

  p.overline {
    font-size: 14px;
    letter-spacing: 3.48px; }

  .text-link {
    font-size: 16px; }

  p, .h4-style {
    padding-bottom: 20px; }

  .button, input[type="submit"], #flexible form button {
    font-size: 16px;
    line-height: 140%;
    padding: 10px 14px; }

  .container {
    padding: 0 30px; }

  #portfolio .intro-block .left, .image-copy-block .copy-wrap {
    padding-left: 30px; }

  #portfolio .intro-block .right, .image-copy-block .img-left .copy-wrap {
    padding-right: 30px; }

  header {
    padding: 16px 0 0 0;
    height: 70px; }

  header .inner .logo {
    width: 200px; }

  header .inner .logomark {
    width: 50px; }

  header .inner #nav-trigger {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: 0; }

  header .inner #nav-trigger:before, header .inner #nav-trigger:after {
    width: 40px;
    height: 40px; }

  #main-nav #nav-close {
    width: 40px;
    height: 40px;
    border-radius: 40px; }

  #main-nav #nav-close:before, #main-nav #nav-close:after {
    width: 40px;
    height: 40px; }

  #main-nav .menu-main-menu-container > ul > li {
    font-size: 40px;
    margin-bottom: 10px; }

  #main-nav .menu-main-menu-container > ul > li > a:before {
    left: -60px;
    top: 8px;
    width: 34px;
    height: 28px;
    background-size: 34px auto; }

  #main-nav .menu-main-menu-container > ul > li.current_page_item > a, #main-nav .menu-main-menu-container > ul > li:hover > a {
    padding-left: 50px; }

  #main-nav .menu-main-menu-container > ul > li:nth-child(6) {
    font-size: 22px;
    margin-top: 60px; }

  #main-nav .menu-main-menu-container > ul > li:nth-child(7), #main-nav .menu-main-menu-container ul.sub-menu li {
    font-size: 22px; }

  #main-nav .menu-main-menu-container ul.sub-menu {
    margin-bottom: 15px; }

  #main-nav .menu-main-menu-container ul.sub-menu li {
    margin-bottom: 6px;
    line-height: 30px; }

  #main-nav .menu-main-menu-container > ul > li:hover .sub-menu, #main-nav .menu-main-menu-container > ul > li.current_page_item .sub-menu, #main-nav .menu-main-menu-container > ul > li.current-page-ancestor .sub-menu, #main-nav .menu-main-menu-container > ul > li.current_page_item > a, #main-nav .menu-main-menu-container > ul > li.current-page-ancestor > a {
    padding-left: 50px; }

  footer .inner {
    padding: 50px 0 30px 0; }

  footer .inner .top {
    padding-bottom: 30px;
    margin-bottom: 100px; }

  footer .inner .top ul li a {
    font-size: 16px; }

  footer .logo {
    width: 240px; }

  footer .inner .bottom .signoff {
    font-size: 14px; }

  #home .intro-block h1 {
    padding: 0; }

  #home .intro-block {
    padding: 110px 0 30px 0; }

  .video-block {
    height: 460px; }

  .copy-block, .cta-block, .related-carousel, .featured-projects-block, .testimonials-carousel, .speak-team-block, .flexible-content .copy-block {
    padding: 40px 0 40px 0; }

  .featured-projects-block .intro h2 {
    padding-bottom: 30px; }

  .featured-projects-block .project-wrap {
    padding: 20px 0; }

  .featured-projects-block .cta-wrap {
    margin: 30px 0 0 0; }

  .featured-projects-block .project-wrap .right .arrow-diag {
    width: 20px;
    height: 20px;
    background-size: 20px; }

  .cta-block .cta .image .plus, .related-carousel .cta .image .plus {
    width: 40px;
    height: 40px;
    border-radius: 40px; }

  .hero-block, #portfolio .hero-block, #news .hero-block, #landowners .hero-block {
    height: 400px; }

  .image-copy-block .copy-wrap, .image-copy-block .img-left .copy-wrap {
    padding: 40px 30px; }

  .flexible-content .copy-block .inner.single {
    padding: 0; }

  .image-block {
    padding-bottom: 40px; }

  .testimonials-block .quote-wrap {
    padding: 40px 80px 40px 0; }

  .testimonials-block .name-title {
    padding: 40px 0 40px 30px; }

  .testimonials-carousel .main-carousel {
    padding-bottom: 50px; }

  #portfolio .intro-block .right h1, #news .intro-block .right h1 {
    padding-bottom: 40px; }

  #portfolio-single .intro-block, #news-single .intro-block {
    padding: 140px 0 12px 0; }

  #portfolio-single .hero-block, #news-single .hero-block {
    height: 400px; }

  #portfolio-single .details-block, #news-single .details-block {
    padding: 40px 0; }

  #portfolio-single .flexible-content, #news-single .flexible-content {
    padding: 40px 0 0 0; }

  #portfolio-single .flexible-content .block, #news-single .flexible-content .block {
    padding-bottom: 40px !important; }

  #portfolio-single .flexible-content .image-copy-block .img-right .copy-wrap, #news-single .flexible-content .image-copy-block .img-right .copy-wrap {
    padding: 40px 30px 40px 0; }

  #portfolio-single .flexible-content .image-copy-block .copy-wrap, #news-single .flexible-content .image-copy-block .copy-wrap {
    padding: 40px 0 40px 30px; }

  #portfolio-single .related-carousel, #news-single .related-carousel {
    padding: 40px 0; }

  #portfolio-single .details-block .inner .right .detail-wrap .detail, #news-single .details-block .inner .right .detail-wrap .detail {
    padding: 16px 0; }

  #landowners {
    padding: 70px 0 0 0; }

  #landowners .intro-block .inner .left {
    padding: 40px 30px 40px 0; }

  #landowners .intro-block .inner .right {
    padding: 40px 0 40px 30px; }

  .map-block .acf-map {
    height: 500px; } }
@media only screen and (max-width: 959px) {
  #portfolio .intro-block .inner {
    flex-direction: column; }

  #portfolio .intro-block .inner .left {
    order: 2;
    width: 100%;
    padding: 20px 20px 10px 20px; }

  #portfolio .intro-block .inner .right {
    order: 1;
    width: 100%;
    border-left: 0;
    padding: 30px 20px; }

  #portfolio .intro-block .left .stat, #news .intro-block .left .stat {
    padding-bottom: 10px; }

  .flexible-content .copy-block .inner.single .copy-wrap {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .tablet-desktop-only {
    display: none; }

  .mobile-only {
    display: block; }

  body {
    font-size: 15px;
    line-height: 140%; }

  h1.oversized, .h1-large, .oversized h1 {
    font-size: 32px;
    padding-bottom: 20px; }

  h1, .h1-style, .h1-style h2 {
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 20px; }

  h2, .h2-style {
    font-size: 22px;
    line-height: 110%;
    padding-bottom: 20px; }

  h3, .h3-style {
    font-size: 18px; }

  h4, .h4-style {
    font-size: 15px; }

  .small-p {
    font-size: 14px;
    line-height: 140%; }

  p.pull-quote {
    font-size: 22px; }

  p.overline {
    font-size: 14px;
    letter-spacing: 2.48px; }

  .text-link {
    font-size: 15px; }

  p, .h4-style {
    padding-bottom: 20px; }

  .copy .arrow-link {
    margin-top: 0; }

  .button, input[type="submit"], #flexible form button {
    font-size: 15px;
    line-height: 140%;
    padding: 10px 14px; }

  .container {
    padding: 0 20px; }

  #portfolio .intro-block .left, .image-copy-block .copy-wrap {
    padding-left: 20px; }

  #portfolio .intro-block .right, .image-copy-block .img-left .copy-wrap {
    padding-right: 20px; }

  #main-nav .inner {
    padding: 20px 0 30px 0; }

  #main-nav {
    width: 90%;
    left: -90%; }

  #main-nav .menu-main-menu-container ul {
    margin: 100px 0 0 0; }

  #main-nav .menu-main-menu-container ul li {
    font-size: 30px; }

  #main-nav .menu-main-menu-container ul li a:before {
    top: 0; }

  header .inner .logo {
    width: 180px; }

  footer .inner {
    padding: 30px 0; }

  footer .inner .top {
    display: block;
    margin-bottom: 30px; }

  footer .inner .top ul {
    flex-direction: column;
    margin-bottom: 20px; }

  footer .inner .top ul li {
    margin-bottom: 5px; }

  footer .inner .top ul li a {
    font-size: 15px; }

  footer .inner .bottom {
    display: block; }

  footer .inner .bottom .logo-wrap {
    width: 100%;
    margin-bottom: 30px; }

  footer .inner .bottom .signoff {
    width: 100%; }

  .page-content {
    padding-top: 70px; }

  .copy-block, .cta-block, .related-carousel, .featured-projects-block, .testimonials-carousel, .speak-team-block, .flexible-content .copy-block {
    padding: 30px 0; }

  .hero-block .inner {
    padding: 0 0 30px 0; }

  #home .intro-block {
    padding: 120px 0 30px 0; }

  .hero-block, #portfolio .hero-block, #news .hero-block, #landowners .hero-block, .video-block, #portfolio-single .hero-block, #news-single .hero-block {
    height: auto;
    aspect-ratio: 3 / 2; }

  .copy-block .inner {
    flex-direction: column; }

  .copy-block .intro {
    width: 100%;
    margin-bottom: 0; }

  .copy-block .copy-wrap {
    width: 100%; }

  .image-block {
    padding-bottom: 40px; }

  .image-copy-block .inner {
    flex-direction: column; }

  .image-copy-block .inner .image-wrap, #portfolio-single .flexible-content .image-copy-block .image-wrap, #news-single .flexible-content .image-copy-block .image-wrap {
    width: 100%;
    aspect-ratio: 3 / 2; }

  .image-copy-block .inner .copy-wrap, #portfolio-single .flexible-content .image-copy-block .img-right .copy-wrap, #news-single .flexible-content .image-copy-block .img-right .copy-wrap {
    width: 100%;
    padding: 30px 20px; }

  .image-copy-block .inner.img-right .image-wrap {
    order: 1; }

  .image-copy-block .inner.img-right .copy-wrap {
    order: 2; }

  #portfolio-single .flexible-content .image-copy-block .img-right .copy-wrap, #news-single .flexible-content .image-copy-block .img-right .copy-wrap {
    width: 100%;
    padding: 30px 0; }

  .cta-block .inner, .related-carousel .inner {
    flex-direction: column; }

  .cta-block .cta, .related-carousel .cta {
    width: 100%;
    margin-bottom: 30px; }

  .cta-block .cta:last-child, .related-carousel .cta:last-child {
    margin-bottom: 0; }

  .featured-projects-block .project-wrap {
    flex-direction: column; }

  .featured-projects-block .project-wrap .left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }

  .featured-projects-block .project-wrap .right {
    width: 100%; }

  .visual-stat-block .stats-wrap {
    padding: 100px 0 50px;
    margin-bottom: 50px;
    flex-direction: column; }

  .visual-stat-block .stats-wrap .stat {
    width: 100%;
    margin-bottom: 20px; }

  .flexible-content .copy-block .inner, .flexible-content .copy-block .inner.double-5050 .copy-wrap {
    flex-direction: column; }

  .flexible-content .copy-block .inner.double-5050 .copy, .flexible-content .copy-block .inner.double-5040 .copy {
    width: 100%; }

  .flexible-content .copy-block .inner.double-5050 .copy:first-child, .flexible-content .copy-block .inner.double-5040 .copy:first-child {
    margin-bottom: 20px; }

  .image-block .inner.img-double {
    flex-direction: column; }

  .image-block .inner.img-double .image-caption-wrap {
    width: 100%;
    margin: 0 0 30px 0; }

  .image-block .inner.img-double .image-caption-wrap:last-child {
    margin: 0; }

  .testimonials-block .inner {
    flex-direction: column; }

  .testimonials-block .quote-wrap {
    width: 100%;
    padding: 30px 0; }

  .testimonials-block .name-title {
    width: 100%;
    padding: 0 0 30px 0;
    border-left: 0; }

  .map-block .acf-map {
    height: 300px; }

  .portfolio-wrap .inner {
    width: 100%;
    margin: 0; }

  .portfolio-wrap .cta {
    margin: 0 0 30px 0;
    width: 100% !important; }

  .portfolio-wrap .cta .image img {
    width: 100%; }

  .portfolio-wrap .cta .small-p {
    height: auto !important; }

  #portfolio-single .intro-block, #news-single .intro-block {
    padding: 60px 0 12px 0; }

  #portfolio-single .intro-block .info-wrap, #news-single .intro-block .info-wrap {
    flex-direction: column; }

  #portfolio-single .intro-block .info-wrap div, #news-single .intro-block .info-wrap div {
    margin-bottom: 20px; }

  #portfolio-single .intro-block .info-wrap div:last-child, #news-single .intro-block .info-wrap div:last-child {
    margin-bottom: 0; }

  #portfolio-single .details-block .inner, #news-single .details-block .inner {
    flex-direction: column; }

  #portfolio-single .details-block .inner .left, #news-single .details-block .inner .left {
    width: 100%; }

  #portfolio-single .details-block .inner .right, #news-single .details-block .inner .right {
    width: 100%; }

  #portfolio-single .details-block .inner .left .copy, #news-single .details-block .inner .left .copy {
    margin: 20px 0; }

  #portfolio-single .flexible-content, #news-single .flexible-content {
    padding: 30px 0 0 0; }

  #portfolio-single .flexible-content .block, #news-single .flexible-content .block {
    padding-bottom: 30px !important; }

  #portfolio-single .related-carousel, #news-single .related-carousel {
    padding-bottom: 30px; }

  #portfolio-single .related-carousel .carousel-cell, #news-single .related-carousel .carousel-cell {
    width: calc(50% - 8px);
    margin-right: 16px; }

  #portfolio-single .related-carousel .main-carousel, #news-single .related-carousel .main-carousel {
    padding-bottom: 50px; }

  #landowners .intro-block .inner {
    flex-direction: column; }

  #landowners .intro-block .inner .left {
    width: 100%;
    padding: 30px 0 0 0;
    border-right: none; }

  #landowners .intro-block .inner .right {
    width: 100%;
    padding: 0 0 30px 0; }

  #landowners .testimonials-block .quote-wrap {
    width: 100%; }

  #portfolio-single .related-carousel .main-carousel .flickity-prev-next-button, #news-single .related-carousel .main-carousel .flickity-prev-next-button {
    width: 30px;
    height: 20px; }

  #portfolio-single .related-carousel .main-carousel .flickity-prev-next-button.previous, #news-single .related-carousel .main-carousel .flickity-prev-next-button.previous, #portfolio-single .related-carousel .main-carousel .flickity-prev-next-button.next, #news-single .related-carousel .main-carousel .flickity-prev-next-button.next {
    background-size: 100% auto; }

  #global-cta {
    bottom: 20px;
    right: 20px; } }
@media only screen and (max-width: 520px) {
  #portfolio-single .related-carousel .carousel-cell, #news-single .related-carousel .carousel-cell {
    width: calc(100%);
    margin-right: 16px; }

  p.pull-quote {
    font-size: 20px; }

  .testimonials-carousel .carousel-cell .inner {
    padding: 0; } }
@media only screen and (min-width: 1019px) and (max-height: 899px) {
  #main-nav #nav-close {
    width: 40px;
    height: 40px;
    border-radius: 40px; }

  #main-nav #nav-close:before, #main-nav #nav-close:after {
    width: 40px;
    height: 40px; }

  #main-nav .menu-main-menu-container > ul > li {
    font-size: 40px;
    margin-bottom: 10px; }

  #main-nav .menu-main-menu-container > ul > li > a:before {
    left: -60px;
    top: 8px;
    width: 34px;
    height: 28px;
    background-size: 34px auto; }

  #main-nav .menu-main-menu-container > ul > li.current_page_item > a, #main-nav .menu-main-menu-container > ul > li:hover > a {
    padding-left: 50px; }

  #main-nav .menu-main-menu-container > ul > li:nth-child(6) {
    font-size: 22px;
    margin-top: 60px; }

  #main-nav .menu-main-menu-container > ul > li:nth-child(7), #main-nav .menu-main-menu-container ul.sub-menu li {
    font-size: 22px; }

  #main-nav .menu-main-menu-container ul.sub-menu {
    margin-bottom: 15px; }

  #main-nav .menu-main-menu-container ul.sub-menu li {
    margin-bottom: 6px;
    line-height: 30px; }

  #main-nav .menu-main-menu-container > ul > li:hover .sub-menu, #main-nav .menu-main-menu-container > ul > li.current_page_item .sub-menu, #main-nav .menu-main-menu-container > ul > li.current-page-ancestor .sub-menu, #main-nav .menu-main-menu-container > ul > li.current_page_item > a, #main-nav .menu-main-menu-container > ul > li.current-page-ancestor > a {
    padding-left: 50px; } }
@media only screen and (min-width: 1019px) and (max-height: 799px) {
  body {
    font-size: 17px; }

  h1.oversized, .h1-large, .oversized h1 {
    font-size: 70px; }

  h1, .h1-style, .h1-style h2 {
    font-size: 44px;
    line-height: 120%; }

  h2, .h2-style {
    font-size: 34px; }

  h3, .h3-style {
    font-size: 24px; }

  h4, .h4-style {
    font-size: 18px; }

  p.pull-quote {
    font-size: 30px; }

  footer .inner .top ul li a, .text-link, .button, input[type="submit"] {
    font-size: 18px; }

  #portfolio .intro-block .left p.h1-large, #news .intro-block .left p.h1-large {
    font-size: 44px; }

  #main-nav .menu-main-menu-container > ul {
    margin-top: 40px; }

  #main-nav .menu-main-menu-container > ul > li {
    font-size: 30px;
    margin-bottom: 10px; }

  #main-nav .menu-main-menu-container > ul > li > a:before {
    left: -60px;
    top: 6px;
    width: 30px;
    height: 25px;
    background-size: 100% auto; }

  #main-nav .menu-main-menu-container > ul > li.current_page_item > a, #main-nav .menu-main-menu-container > ul > li:hover > a {
    padding-left: 40px; }

  #main-nav .menu-main-menu-container > ul > li:nth-child(6) {
    font-size: 22px;
    margin-top: 30px; }

  #main-nav .menu-main-menu-container > ul > li:nth-child(7), #main-nav .menu-main-menu-container ul.sub-menu li {
    font-size: 22px; }

  #main-nav .menu-main-menu-container ul.sub-menu {
    margin-bottom: 15px; }

  #main-nav .menu-main-menu-container ul.sub-menu li {
    margin-bottom: 6px;
    line-height: 30px; }

  #main-nav .menu-main-menu-container > ul > li:hover .sub-menu, #main-nav .menu-main-menu-container > ul > li.current_page_item .sub-menu, #main-nav .menu-main-menu-container > ul > li.current-page-ancestor .sub-menu, #main-nav .menu-main-menu-container > ul > li.current_page_item > a, #main-nav .menu-main-menu-container > ul > li.current-page-ancestor > a {
    padding-left: 40px; }

  #main-nav .signoff {
    font-size: 15px; } }
