@charset "UTF-8";
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
section {
  position: relative;
}
section.padT-xs {
  padding-top: 25px;
}
section.padT-s {
  padding-top: 50px;
}
section.padT-m {
  padding-top: 75px;
}
section.padT-l {
  padding-top: 100px;
}
section.padT-xl {
  padding-top: 125px;
}
section.padB-xs {
  padding-bottom: 25px;
}
section.padB-s {
  padding-bottom: 50px;
}
section.padB-m {
  padding-bottom: 75px;
}
section.padB-l {
  padding-bottom: 100px;
}
section.padB-xl {
  padding-bottom: 125px;
}
@media (max-width: 767px) {
  section.padTmob-none {
    padding-top: 0px;
  }
  section.padTmob-xs {
    padding-top: 25px;
  }
  section.padTmob-s {
    padding-top: 50px;
  }
  section.padTmob-m {
    padding-top: 75px;
  }
  section.padTmob-l {
    padding-top: 100px;
  }
  section.padTmob-xl {
    padding-top: 125px;
  }
  section.padBmob-none {
    padding-bottom: 0px;
  }
  section.padBmob-xs {
    padding-bottom: 25px;
  }
  section.padBmob-s {
    padding-bottom: 50px;
  }
  section.padBmob-m {
    padding-bottom: 75px;
  }
  section.padBmob-l {
    padding-bottom: 100px;
  }
  section.padBmob-xl {
    padding-bottom: 125px;
  }
}
section.marT-xs {
  margin-top: 25px;
}
section.marT-s {
  margin-top: 50px;
}
section.marT-m {
  margin-top: 75px;
}
section.marT-l {
  margin-top: 100px;
}
section.marT-xl {
  margin-top: 125px;
}
section.marB-xs {
  margin-bottom: 25px;
}
section.marB-s {
  margin-bottom: 50px;
}
section.marB-m {
  margin-bottom: 75px;
}
section.marB-l {
  margin-bottom: 100px;
}
section.marB-xl {
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  section.marTmob-none {
    margin-top: 0px;
  }
  section.marTmob-xs {
    margin-top: 25px;
  }
  section.marTmob-s {
    margin-top: 50px;
  }
  section.marTmob-m {
    margin-top: 75px;
  }
  section.marTmob-l {
    margin-top: 100px;
  }
  section.marTmob-xl {
    margin-top: 125px;
  }
  section.marBmob-none {
    margin-bottom: 0px;
  }
  section.marBmob-xs {
    margin-bottom: 25px;
  }
  section.marBmob-s {
    margin-bottom: 50px;
  }
  section.marBmob-m {
    margin-bottom: 75px;
  }
  section.marBmob-l {
    margin-bottom: 100px;
  }
  section.marBmob-xl {
    margin-bottom: 125px;
  }
}

/*==============================================================*/
/*==============================================================*/
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__duration-1 {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.animate__duration-2 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

.animate__duration-3 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.animate__duration-4 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.animate__duration-5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animate__duration-6 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.animate__duration-7 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.animate__duration-8 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animate__duration-9 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.animate__duration-10 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animate__duration-11 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.animate__duration-12 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.animate__duration-13 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.animate__duration-14 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.animate__duration-15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.animate__duration-16 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.animate__duration-17 {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.animate__duration-18 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.animate__duration-19 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.animate__duration-20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animate__delay-pause-1s {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.animate__delay-pause-2s {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate__delay-pause-3s {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.animate__delay-pause-4s {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animate__delay-pause-5s {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.animate__delay-pause-6s {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animate__delay-pause-7s {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.animate__delay-pause-8s {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animate__delay-pause-9s {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.animate__delay-pause-10s {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animate__delay-1 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.animate__delay-2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate__delay-3 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.animate__delay-4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animate__delay-5 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.animate__delay-6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animate__delay-7 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.animate__delay-8 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animate__delay-9 {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.animate__delay-10 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animate__delay-11 {
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}

.animate__delay-12 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animate__delay-13 {
  -webkit-animation-delay: 3.25s;
  animation-delay: 3.25s;
}

.animate__delay-14 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.animate__delay-15 {
  -webkit-animation-delay: 3.75s;
  animation-delay: 3.75s;
}

.animate__delay-16 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animate__delay-17 {
  -webkit-animation-delay: 4.25s;
  animation-delay: 4.25s;
}

.animate__delay-18 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.animate__delay-19 {
  -webkit-animation-delay: 4.75s;
  animation-delay: 4.75s;
}

.animate__delay-20 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animate__delay-21 {
  -webkit-animation-delay: 5.25s;
  animation-delay: 5.25s;
}

.animate__delay-22 {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.animate__delay-23 {
  -webkit-animation-delay: 5.75s;
  animation-delay: 5.75s;
}

.animate__delay-24 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.animate__delay-25 {
  -webkit-animation-delay: 6.25s;
  animation-delay: 6.25s;
}

.animate__delay-26 {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.animate__delay-27 {
  -webkit-animation-delay: 6.75s;
  animation-delay: 6.75s;
}

.animate__delay-28 {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.animate__delay-29 {
  -webkit-animation-delay: 7.25s;
  animation-delay: 7.25s;
}

.animate__delay-30 {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.animate__delay-31 {
  -webkit-animation-delay: 7.75s;
  animation-delay: 7.75s;
}

.animate__delay-32 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.animate__delay-33 {
  -webkit-animation-delay: 8.25s;
  animation-delay: 8.25s;
}

.animate__delay-34 {
  -webkit-animation-delay: 8.5s;
  animation-delay: 8.5s;
}

.animate__delay-35 {
  -webkit-animation-delay: 8.75s;
  animation-delay: 8.75s;
}

.animate__delay-36 {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.animate__delay-37 {
  -webkit-animation-delay: 9.25s;
  animation-delay: 9.25s;
}

.animate__delay-38 {
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}

.animate__delay-39 {
  -webkit-animation-delay: 9.75s;
  animation-delay: 9.75s;
}

.animate__delay-40 {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.animate__delay-41 {
  -webkit-animation-delay: 10.25s;
  animation-delay: 10.25s;
}

.animate__delay-42 {
  -webkit-animation-delay: 10.5s;
  animation-delay: 10.5s;
}

.animate__delay-43 {
  -webkit-animation-delay: 10.75s;
  animation-delay: 10.75s;
}

.animate__delay-44 {
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

.animate__delay-45 {
  -webkit-animation-delay: 11.25s;
  animation-delay: 11.25s;
}

.animate__delay-46 {
  -webkit-animation-delay: 11.5s;
  animation-delay: 11.5s;
}

.animate__delay-47 {
  -webkit-animation-delay: 11.75s;
  animation-delay: 11.75s;
}

.animate__delay-48 {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.animate__delay-49 {
  -webkit-animation-delay: 12.25s;
  animation-delay: 12.25s;
}

.animate__delay-50 {
  -webkit-animation-delay: 12.5s;
  animation-delay: 12.5s;
}

.animate__delay-51 {
  -webkit-animation-delay: 12.75s;
  animation-delay: 12.75s;
}

.animate__delay-52 {
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
}

.animate__delay-53 {
  -webkit-animation-delay: 13.25s;
  animation-delay: 13.25s;
}

.animate__delay-54 {
  -webkit-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

.animate__delay-55 {
  -webkit-animation-delay: 13.75s;
  animation-delay: 13.75s;
}

.animate__delay-56 {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

.animate__delay-57 {
  -webkit-animation-delay: 14.25s;
  animation-delay: 14.25s;
}

.animate__delay-58 {
  -webkit-animation-delay: 14.5s;
  animation-delay: 14.5s;
}

.animate__delay-59 {
  -webkit-animation-delay: 14.75s;
  animation-delay: 14.75s;
}

.animate__delay-60 {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

.animate__delay-61 {
  -webkit-animation-delay: 15.25s;
  animation-delay: 15.25s;
}

.animate__delay-62 {
  -webkit-animation-delay: 15.5s;
  animation-delay: 15.5s;
}

.animate__delay-63 {
  -webkit-animation-delay: 15.75s;
  animation-delay: 15.75s;
}

.animate__delay-64 {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

.animate__delay-65 {
  -webkit-animation-delay: 16.25s;
  animation-delay: 16.25s;
}

.animate__delay-66 {
  -webkit-animation-delay: 16.5s;
  animation-delay: 16.5s;
}

.animate__delay-67 {
  -webkit-animation-delay: 16.75s;
  animation-delay: 16.75s;
}

.animate__delay-68 {
  -webkit-animation-delay: 17s;
  animation-delay: 17s;
}

.animate__delay-69 {
  -webkit-animation-delay: 17.25s;
  animation-delay: 17.25s;
}

.animate__delay-70 {
  -webkit-animation-delay: 17.5s;
  animation-delay: 17.5s;
}

.animate__delay-71 {
  -webkit-animation-delay: 17.75s;
  animation-delay: 17.75s;
}

.animate__delay-72 {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.animate__delay-73 {
  -webkit-animation-delay: 18.25s;
  animation-delay: 18.25s;
}

.animate__delay-74 {
  -webkit-animation-delay: 18.5s;
  animation-delay: 18.5s;
}

.animate__delay-75 {
  -webkit-animation-delay: 18.75s;
  animation-delay: 18.75s;
}

.animate__delay-76 {
  -webkit-animation-delay: 19s;
  animation-delay: 19s;
}

.animate__delay-77 {
  -webkit-animation-delay: 19.25s;
  animation-delay: 19.25s;
}

.animate__delay-78 {
  -webkit-animation-delay: 19.5s;
  animation-delay: 19.5s;
}

.animate__delay-79 {
  -webkit-animation-delay: 19.75s;
  animation-delay: 19.75s;
}

.animate__delay-80 {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

.animate__delay-81 {
  -webkit-animation-delay: 20.25s;
  animation-delay: 20.25s;
}

.animate__delay-82 {
  -webkit-animation-delay: 20.5s;
  animation-delay: 20.5s;
}

.animate__delay-83 {
  -webkit-animation-delay: 20.75s;
  animation-delay: 20.75s;
}

.animate__delay-84 {
  -webkit-animation-delay: 21s;
  animation-delay: 21s;
}

.animate__delay-85 {
  -webkit-animation-delay: 21.25s;
  animation-delay: 21.25s;
}

.animate__delay-86 {
  -webkit-animation-delay: 21.5s;
  animation-delay: 21.5s;
}

.animate__delay-87 {
  -webkit-animation-delay: 21.75s;
  animation-delay: 21.75s;
}

.animate__delay-88 {
  -webkit-animation-delay: 22s;
  animation-delay: 22s;
}

.animate__delay-89 {
  -webkit-animation-delay: 22.25s;
  animation-delay: 22.25s;
}

.animate__delay-90 {
  -webkit-animation-delay: 22.5s;
  animation-delay: 22.5s;
}

.animate__delay-91 {
  -webkit-animation-delay: 22.75s;
  animation-delay: 22.75s;
}

.animate__delay-92 {
  -webkit-animation-delay: 23s;
  animation-delay: 23s;
}

.animate__delay-93 {
  -webkit-animation-delay: 23.25s;
  animation-delay: 23.25s;
}

.animate__delay-94 {
  -webkit-animation-delay: 23.5s;
  animation-delay: 23.5s;
}

.animate__delay-95 {
  -webkit-animation-delay: 23.75s;
  animation-delay: 23.75s;
}

.animate__delay-96 {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.animate__delay-97 {
  -webkit-animation-delay: 24.25s;
  animation-delay: 24.25s;
}

.animate__delay-98 {
  -webkit-animation-delay: 24.5s;
  animation-delay: 24.5s;
}

.animate__delay-99 {
  -webkit-animation-delay: 24.75s;
  animation-delay: 24.75s;
}

/*==============================================================*/
/*==============================================================*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
.inView.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.inView.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, -70px, 0);
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, -70px, 0);
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, -70px, 0);
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, -70px, 0);
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.inView.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, -35px, 0);
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@-moz-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, -35px, 0);
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@-o-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, -35px, 0);
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, -35px, 0);
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.inView.animate__fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(-200px, 0, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(-200px, 0, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(-200px, 0, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(-200px, 0, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.inView.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
}
@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
}
.inView.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.inView.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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

img[src$=".svg"] {
  width: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*==============================================================*/
/*==============================================================*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@font-face {
  font-family: "Hanken";
  src: url("../webFonts/HankenGrotesk/Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken";
  src: url("../webFonts/HankenGrotesk/LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hanken";
  src: url("../webFonts/HankenGrotesk/Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken";
  src: url("../webFonts/HankenGrotesk/Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hanken";
  src: url("../webFonts/HankenGrotesk/Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken";
  src: url("../webFonts/HankenGrotesk/MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hanken";
  src: url("../webFonts/HankenGrotesk/Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken";
  src: url("../webFonts/HankenGrotesk/BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hanken";
  src: url("../webFonts/HankenGrotesk/Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken";
  src: url("../webFonts/HankenGrotesk/BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nyse";
  src: url("../webFonts/Nyse/Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1, h3, h4 {
  font-family: "Hanken";
  font-weight: 900;
}
h1 em, h3 em, h4 em {
  font-style: italic;
}

h2 {
  font-family: "Nyse";
  font-weight: 600;
  line-height: 1.1;
}

section.blog h1:first-of-type {
  font-family: "Nyse";
  font-weight: 600;
}

.pLarge {
  font-family: "Nyse";
  font-weight: 600;
}

.whiteBg * {
  color: #181a0f;
}
.whiteBg.eyebrowHead h1, .whiteBg.eyebrowHead h3 {
  text-transform: uppercase;
  display: inline-block;
  color: #181a0f;
  padding-bottom: 5px;
  border-bottom: 2px solid #90664a;
  font-size: 14px;
}
@media (min-width: 600px) {
  .whiteBg.eyebrowHead h1, .whiteBg.eyebrowHead h3 {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .whiteBg.eyebrowHead h1, .whiteBg.eyebrowHead h3 {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .whiteBg.eyebrowHead h1, .whiteBg.eyebrowHead h3 {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .whiteBg.eyebrowHead h1, .whiteBg.eyebrowHead h3 {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .whiteBg.eyebrowHead h1, .whiteBg.eyebrowHead h3 {
    font-size: 16px;
  }
}
.whiteBg.eyebrowHead h1, .whiteBg.eyebrowHead h3 {
  letter-spacing: 2px;
  font-family: "Hanken";
  font-weight: 900;
}
.whiteBg.eyebrowHead h1.centerHead, .whiteBg.eyebrowHead h3.centerHead {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.whiteBg.eyebrowHead h1.centerHead span, .whiteBg.eyebrowHead h3.centerHead span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #90664a;
}
.whiteBg.eyebrowHead h1.centerHead span span, .whiteBg.eyebrowHead h3.centerHead span span {
  padding: 0;
  border: none;
}
.whiteBg ul.arrowList {
  margin: 0 0 30px 25px;
  text-align: left;
}
.whiteBg ul.arrowList li {
  position: relative;
  margin-bottom: 5px;
}
.whiteBg ul.arrowList li:last-of-type {
  margin-bottom: 0;
}
.whiteBg ul.arrowList li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.whiteBg ul.arrowList li ul {
  margin-top: 5px;
}
.whiteBg ul.arrowList li {
  font-size: 23px;
}
@media (min-width: 600px) {
  .whiteBg ul.arrowList li {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .whiteBg ul.arrowList li {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .whiteBg ul.arrowList li {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .whiteBg ul.arrowList li {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .whiteBg ul.arrowList li {
    font-size: 30px;
  }
}
.whiteBg ul.arrowList li {
  margin-bottom: 15px;
  color: #181a0f;
  font-family: "Hanken";
  font-weight: 300;
}
@media (min-width: 768px) {
  .whiteBg ul.arrowList li {
    margin-bottom: 25px;
  }
}
.whiteBg ul.arrowList li a {
  text-decoration: none;
  color: #181a0f;
  font-family: "Hanken";
  font-weight: 500;
}
.whiteBg ul.arrowList li a:hover {
  padding-left: 10px !important;
  color: #90664a;
}
.whiteBg ul.arrowList li:before {
  content: "›";
  color: #90664a;
  font-size: 24px;
}
@media (min-width: 600px) {
  .whiteBg ul.arrowList li:before {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 768px) {
  .whiteBg ul.arrowList li:before {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 900px) {
  .whiteBg ul.arrowList li:before {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1024px) {
  .whiteBg ul.arrowList li:before {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 1240px) {
  .whiteBg ul.arrowList li:before {
    font-size: 30px;
  }
}
.whiteBg ul.arrowList li:before {
  font-family: "Hanken";
  font-weight: 700;
  margin-left: -25px;
}
.whiteBg a:not(.btn) {
  color: #90664a;
}
.whiteBg a:not(.btn):hover {
  color: #181a0f;
}
.whiteBg .checkerboard .row .txt .inner h3 {
  color: rgba(74, 97, 128, 0.5) !important;
}
.whiteBg .patternedBgContent .wrap .content h2,
.whiteBg .contentEditor .wrap h2 {
  color: #181a0f !important;
}
.whiteBg .singleContent .wrap h2 {
  color: #212e3d !important;
}
.whiteBg .blogroll li .info p {
  color: #212e3d !important;
}
.whiteBg .contentEditor .wrap a:not(.btn):hover {
  color: #4a6180 !important;
}
.whiteBg .btn {
  background: #181a0f !important;
  color: white !important;
}
.whiteBg .white-btnBg a.btn, .whiteBg .white-btnBg input.button, .whiteBg .white-btnBg button.button, .whiteBg .mist-btnBg a.btn, .whiteBg .mist-btnBg input.button, .whiteBg .mist-btnBg button.button {
  color: #181a0f !important;
}
.whiteBg .white-btnBg:hover a.btn, .whiteBg .white-btnBg:hover input.button, .whiteBg .white-btnBg:hover button.button, .whiteBg .mist-btnBg:hover a.btn, .whiteBg .mist-btnBg:hover input.button, .whiteBg .mist-btnBg:hover button.button {
  color: white !important;
}

.whiteBg form .gform_footer .gform_ajax_spinner {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.mistBg * {
  color: #181a0f;
}
.mistBg.eyebrowHead h1, .mistBg.eyebrowHead h3 {
  text-transform: uppercase;
  display: inline-block;
  color: #181a0f;
  padding-bottom: 5px;
  border-bottom: 2px solid #90664a;
  font-size: 14px;
}
@media (min-width: 600px) {
  .mistBg.eyebrowHead h1, .mistBg.eyebrowHead h3 {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .mistBg.eyebrowHead h1, .mistBg.eyebrowHead h3 {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .mistBg.eyebrowHead h1, .mistBg.eyebrowHead h3 {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .mistBg.eyebrowHead h1, .mistBg.eyebrowHead h3 {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .mistBg.eyebrowHead h1, .mistBg.eyebrowHead h3 {
    font-size: 16px;
  }
}
.mistBg.eyebrowHead h1, .mistBg.eyebrowHead h3 {
  letter-spacing: 2px;
  font-family: "Hanken";
  font-weight: 900;
}
.mistBg.eyebrowHead h1.centerHead, .mistBg.eyebrowHead h3.centerHead {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.mistBg.eyebrowHead h1.centerHead span, .mistBg.eyebrowHead h3.centerHead span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #90664a;
}
.mistBg.eyebrowHead h1.centerHead span span, .mistBg.eyebrowHead h3.centerHead span span {
  padding: 0;
  border: none;
}
.mistBg.eyebrowHead h1.centerHead span, .mistBg.eyebrowHead h3.centerHead span {
  color: #181a0f;
}
.mistBg ul.arrowList {
  margin: 0 0 30px 25px;
  text-align: left;
}
.mistBg ul.arrowList li {
  position: relative;
  margin-bottom: 5px;
}
.mistBg ul.arrowList li:last-of-type {
  margin-bottom: 0;
}
.mistBg ul.arrowList li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.mistBg ul.arrowList li ul {
  margin-top: 5px;
}
.mistBg ul.arrowList li {
  font-size: 23px;
}
@media (min-width: 600px) {
  .mistBg ul.arrowList li {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .mistBg ul.arrowList li {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .mistBg ul.arrowList li {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .mistBg ul.arrowList li {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .mistBg ul.arrowList li {
    font-size: 30px;
  }
}
.mistBg ul.arrowList li {
  margin-bottom: 15px;
  color: #181a0f;
  font-family: "Hanken";
  font-weight: 300;
}
@media (min-width: 768px) {
  .mistBg ul.arrowList li {
    margin-bottom: 25px;
  }
}
.mistBg ul.arrowList li a {
  text-decoration: none;
  color: #181a0f;
  font-family: "Hanken";
  font-weight: 500;
}
.mistBg ul.arrowList li a:hover {
  padding-left: 10px !important;
  color: #90664a;
}
.mistBg ul.arrowList li:before {
  content: "›";
  color: #90664a;
  font-size: 24px;
}
@media (min-width: 600px) {
  .mistBg ul.arrowList li:before {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 768px) {
  .mistBg ul.arrowList li:before {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 900px) {
  .mistBg ul.arrowList li:before {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1024px) {
  .mistBg ul.arrowList li:before {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 1240px) {
  .mistBg ul.arrowList li:before {
    font-size: 30px;
  }
}
.mistBg ul.arrowList li:before {
  font-family: "Hanken";
  font-weight: 700;
  margin-left: -25px;
}
.mistBg a:not(.btn) {
  color: #90664a;
}
.mistBg a:not(.btn):hover {
  color: #181a0f;
}
.mistBg .checkerboard .row .txt .inner h3 {
  color: rgba(74, 97, 128, 0.5) !important;
}
.mistBg .patternedBgContent .wrap .content h2,
.mistBg .contentEditor .wrap h2 {
  color: #181a0f !important;
}
.mistBg .singleContent .wrap h2 {
  color: #212e3d !important;
}
.mistBg .blogroll li .info p {
  color: #212e3d !important;
}
.mistBg .contentEditor .wrap a:not(.btn):hover {
  color: #4a6180 !important;
}
.mistBg .btn {
  background: #181a0f !important;
  color: white !important;
}
.mistBg .white-btnBg a.btn, .mistBg .white-btnBg input.button, .mistBg .white-btnBg button.button, .mistBg .mist-btnBg a.btn, .mistBg .mist-btnBg input.button, .mistBg .mist-btnBg button.button {
  color: #181a0f !important;
}
.mistBg .white-btnBg:hover a.btn, .mistBg .white-btnBg:hover input.button, .mistBg .white-btnBg:hover button.button, .mistBg .mist-btnBg:hover a.btn, .mistBg .mist-btnBg:hover input.button, .mistBg .mist-btnBg:hover button.button {
  color: white !important;
}

.pblackBg * {
  color: white;
}
.pblackBg.eyebrowHead h1, .pblackBg.eyebrowHead h3 {
  text-transform: uppercase;
  display: inline-block;
  color: white;
  padding-bottom: 5px;
  border-bottom: 2px solid #4a6180;
  font-size: 14px;
}
@media (min-width: 600px) {
  .pblackBg.eyebrowHead h1, .pblackBg.eyebrowHead h3 {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .pblackBg.eyebrowHead h1, .pblackBg.eyebrowHead h3 {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .pblackBg.eyebrowHead h1, .pblackBg.eyebrowHead h3 {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .pblackBg.eyebrowHead h1, .pblackBg.eyebrowHead h3 {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .pblackBg.eyebrowHead h1, .pblackBg.eyebrowHead h3 {
    font-size: 16px;
  }
}
.pblackBg.eyebrowHead h1, .pblackBg.eyebrowHead h3 {
  letter-spacing: 2px;
  font-family: "Hanken";
  font-weight: 900;
}
.pblackBg.eyebrowHead h1.centerHead, .pblackBg.eyebrowHead h3.centerHead {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.pblackBg.eyebrowHead h1.centerHead span, .pblackBg.eyebrowHead h3.centerHead span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #4a6180;
}
.pblackBg.eyebrowHead h1.centerHead span span, .pblackBg.eyebrowHead h3.centerHead span span {
  padding: 0;
  border: none;
}
.pblackBg ul.arrowList {
  margin: 0 0 30px 25px;
  text-align: left;
}
.pblackBg ul.arrowList li {
  position: relative;
  margin-bottom: 5px;
}
.pblackBg ul.arrowList li:last-of-type {
  margin-bottom: 0;
}
.pblackBg ul.arrowList li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.pblackBg ul.arrowList li ul {
  margin-top: 5px;
}
.pblackBg ul.arrowList li {
  font-size: 23px;
}
@media (min-width: 600px) {
  .pblackBg ul.arrowList li {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .pblackBg ul.arrowList li {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .pblackBg ul.arrowList li {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .pblackBg ul.arrowList li {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .pblackBg ul.arrowList li {
    font-size: 30px;
  }
}
.pblackBg ul.arrowList li {
  margin-bottom: 15px;
  color: white;
  font-family: "Hanken";
  font-weight: 300;
}
@media (min-width: 768px) {
  .pblackBg ul.arrowList li {
    margin-bottom: 25px;
  }
}
.pblackBg ul.arrowList li a {
  text-decoration: none;
  color: white;
  font-family: "Hanken";
  font-weight: 500;
}
.pblackBg ul.arrowList li a:hover {
  padding-left: 10px !important;
  color: #4a6180;
}
.pblackBg ul.arrowList li:before {
  content: "›";
  color: #90664a;
  font-size: 24px;
}
@media (min-width: 600px) {
  .pblackBg ul.arrowList li:before {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 768px) {
  .pblackBg ul.arrowList li:before {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 900px) {
  .pblackBg ul.arrowList li:before {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1024px) {
  .pblackBg ul.arrowList li:before {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 1240px) {
  .pblackBg ul.arrowList li:before {
    font-size: 30px;
  }
}
.pblackBg ul.arrowList li:before {
  font-family: "Hanken";
  font-weight: 700;
  margin-left: -25px;
}
.pblackBg.content .inner h2, .pblackBg.content .inner ul li, .pblackBg.content .inner ul.arrowList li {
  color: white;
}
.pblackBg .checkerboard .row .txt .inner h3 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pblackBg .patternedBgContent .wrap .content h2,
.pblackBg .contentEditor .wrap h2,
.pblackBg .singleContent .wrap h2 {
  color: white !important;
}
.pblackBg .blogroll li .info p {
  color: white !important;
}
.pblackBg .contentEditor .wrap a:not(.btn):hover {
  color: #4a6180 !important;
}
.pblackBg .btn {
  background: white !important;
  color: #181a0f !important;
}
.pblackBg .pblack-btnBg a.btn, .pblackBg .pblack-btnBg input.button, .pblackBg .pblack-btnBg button.button, .pblackBg .navy-btnBg a.btn, .pblackBg .navy-btnBg input.button, .pblackBg .navy-btnBg button.button, .pblackBg .slate-btnBg a.btn, .pblackBg .slate-btnBg input.button, .pblackBg .slate-btnBg button.button, .pblackBg .pgold-btnBg a.btn, .pblackBg .pgold-btnBg input.button, .pblackBg .pgold-btnBg button.button, .pblackBg .copper-btnBg a.btn, .pblackBg .copper-btnBg input.button, .pblackBg .copper-btnBg button.button {
  color: white !important;
}
.pblackBg .white-btnTxtHov a.btn:hover, .pblackBg .white-btnTxtHov input.button:hover, .pblackBg .white-btnTxtHov button.button:hover, .pblackBg .mist-btnTxtHov a.btn:hover, .pblackBg .mist-btnTxtHov input.button:hover, .pblackBg .mist-btnTxtHov button.button:hover {
  background: #e6e9e4 !important;
  color: #181a0f !important;
}

.navyBg * {
  color: white;
}
.navyBg.eyebrowHead h1, .navyBg.eyebrowHead h3 {
  text-transform: uppercase;
  display: inline-block;
  color: white;
  padding-bottom: 5px;
  border-bottom: 2px solid #4a6180;
  font-size: 14px;
}
@media (min-width: 600px) {
  .navyBg.eyebrowHead h1, .navyBg.eyebrowHead h3 {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .navyBg.eyebrowHead h1, .navyBg.eyebrowHead h3 {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .navyBg.eyebrowHead h1, .navyBg.eyebrowHead h3 {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .navyBg.eyebrowHead h1, .navyBg.eyebrowHead h3 {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .navyBg.eyebrowHead h1, .navyBg.eyebrowHead h3 {
    font-size: 16px;
  }
}
.navyBg.eyebrowHead h1, .navyBg.eyebrowHead h3 {
  letter-spacing: 2px;
  font-family: "Hanken";
  font-weight: 900;
}
.navyBg.eyebrowHead h1.centerHead, .navyBg.eyebrowHead h3.centerHead {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.navyBg.eyebrowHead h1.centerHead span, .navyBg.eyebrowHead h3.centerHead span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #4a6180;
}
.navyBg.eyebrowHead h1.centerHead span span, .navyBg.eyebrowHead h3.centerHead span span {
  padding: 0;
  border: none;
}
.navyBg ul.arrowList {
  margin: 0 0 30px 25px;
  text-align: left;
}
.navyBg ul.arrowList li {
  position: relative;
  margin-bottom: 5px;
}
.navyBg ul.arrowList li:last-of-type {
  margin-bottom: 0;
}
.navyBg ul.arrowList li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.navyBg ul.arrowList li ul {
  margin-top: 5px;
}
.navyBg ul.arrowList li {
  font-size: 23px;
}
@media (min-width: 600px) {
  .navyBg ul.arrowList li {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .navyBg ul.arrowList li {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .navyBg ul.arrowList li {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .navyBg ul.arrowList li {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .navyBg ul.arrowList li {
    font-size: 30px;
  }
}
.navyBg ul.arrowList li {
  margin-bottom: 15px;
  color: white;
  font-family: "Hanken";
  font-weight: 300;
}
@media (min-width: 768px) {
  .navyBg ul.arrowList li {
    margin-bottom: 25px;
  }
}
.navyBg ul.arrowList li a {
  text-decoration: none;
  color: white;
  font-family: "Hanken";
  font-weight: 500;
}
.navyBg ul.arrowList li a:hover {
  padding-left: 10px !important;
  color: #4a6180;
}
.navyBg ul.arrowList li:before {
  content: "›";
  color: #90664a;
  font-size: 24px;
}
@media (min-width: 600px) {
  .navyBg ul.arrowList li:before {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 768px) {
  .navyBg ul.arrowList li:before {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 900px) {
  .navyBg ul.arrowList li:before {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1024px) {
  .navyBg ul.arrowList li:before {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 1240px) {
  .navyBg ul.arrowList li:before {
    font-size: 30px;
  }
}
.navyBg ul.arrowList li:before {
  font-family: "Hanken";
  font-weight: 700;
  margin-left: -25px;
}
.navyBg.content .inner h2, .navyBg.content .inner ul li, .navyBg.content .inner ul.arrowList li {
  color: white;
}
.navyBg .checkerboard .row .txt .inner h3 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.navyBg .patternedBgContent .wrap .content h2,
.navyBg .contentEditor .wrap h2,
.navyBg .singleContent .wrap h2 {
  color: white !important;
}
.navyBg .blogroll li .info p {
  color: white !important;
}
.navyBg .contentEditor .wrap a:not(.btn):hover {
  color: #4a6180 !important;
}
.navyBg .btn {
  background: white !important;
  color: #181a0f !important;
}
.navyBg .pblack-btnBg a.btn, .navyBg .pblack-btnBg input.button, .navyBg .pblack-btnBg button.button, .navyBg .navy-btnBg a.btn, .navyBg .navy-btnBg input.button, .navyBg .navy-btnBg button.button, .navyBg .slate-btnBg a.btn, .navyBg .slate-btnBg input.button, .navyBg .slate-btnBg button.button, .navyBg .pgold-btnBg a.btn, .navyBg .pgold-btnBg input.button, .navyBg .pgold-btnBg button.button, .navyBg .copper-btnBg a.btn, .navyBg .copper-btnBg input.button, .navyBg .copper-btnBg button.button {
  color: white !important;
}
.navyBg .white-btnTxtHov a.btn:hover, .navyBg .white-btnTxtHov input.button:hover, .navyBg .white-btnTxtHov button.button:hover, .navyBg .mist-btnTxtHov a.btn:hover, .navyBg .mist-btnTxtHov input.button:hover, .navyBg .mist-btnTxtHov button.button:hover {
  background: #e6e9e4 !important;
  color: #181a0f !important;
}

.slateBg * {
  color: white;
}
.slateBg.eyebrowHead h1, .slateBg.eyebrowHead h3 {
  text-transform: uppercase;
  display: inline-block;
  color: white;
  padding-bottom: 5px;
  border-bottom: 2px solid #4a6180;
  font-size: 14px;
}
@media (min-width: 600px) {
  .slateBg.eyebrowHead h1, .slateBg.eyebrowHead h3 {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .slateBg.eyebrowHead h1, .slateBg.eyebrowHead h3 {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .slateBg.eyebrowHead h1, .slateBg.eyebrowHead h3 {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .slateBg.eyebrowHead h1, .slateBg.eyebrowHead h3 {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .slateBg.eyebrowHead h1, .slateBg.eyebrowHead h3 {
    font-size: 16px;
  }
}
.slateBg.eyebrowHead h1, .slateBg.eyebrowHead h3 {
  letter-spacing: 2px;
  font-family: "Hanken";
  font-weight: 900;
}
.slateBg.eyebrowHead h1.centerHead, .slateBg.eyebrowHead h3.centerHead {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.slateBg.eyebrowHead h1.centerHead span, .slateBg.eyebrowHead h3.centerHead span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #4a6180;
}
.slateBg.eyebrowHead h1.centerHead span span, .slateBg.eyebrowHead h3.centerHead span span {
  padding: 0;
  border: none;
}
.slateBg ul.arrowList {
  margin: 0 0 30px 25px;
  text-align: left;
}
.slateBg ul.arrowList li {
  position: relative;
  margin-bottom: 5px;
}
.slateBg ul.arrowList li:last-of-type {
  margin-bottom: 0;
}
.slateBg ul.arrowList li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.slateBg ul.arrowList li ul {
  margin-top: 5px;
}
.slateBg ul.arrowList li {
  font-size: 23px;
}
@media (min-width: 600px) {
  .slateBg ul.arrowList li {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .slateBg ul.arrowList li {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .slateBg ul.arrowList li {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .slateBg ul.arrowList li {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .slateBg ul.arrowList li {
    font-size: 30px;
  }
}
.slateBg ul.arrowList li {
  margin-bottom: 15px;
  color: white;
  font-family: "Hanken";
  font-weight: 300;
}
@media (min-width: 768px) {
  .slateBg ul.arrowList li {
    margin-bottom: 25px;
  }
}
.slateBg ul.arrowList li a {
  text-decoration: none;
  color: white;
  font-family: "Hanken";
  font-weight: 500;
}
.slateBg ul.arrowList li a:hover {
  padding-left: 10px !important;
  color: #4a6180;
}
.slateBg ul.arrowList li:before {
  content: "›";
  color: #90664a;
  font-size: 24px;
}
@media (min-width: 600px) {
  .slateBg ul.arrowList li:before {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 768px) {
  .slateBg ul.arrowList li:before {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 900px) {
  .slateBg ul.arrowList li:before {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1024px) {
  .slateBg ul.arrowList li:before {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 1240px) {
  .slateBg ul.arrowList li:before {
    font-size: 30px;
  }
}
.slateBg ul.arrowList li:before {
  font-family: "Hanken";
  font-weight: 700;
  margin-left: -25px;
}
.slateBg.content .inner h2, .slateBg.content .inner ul li, .slateBg.content .inner ul.arrowList li {
  color: white;
}
.slateBg .checkerboard .row .txt .inner h3 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.slateBg .patternedBgContent .wrap .content h2,
.slateBg .contentEditor .wrap h2,
.slateBg .singleContent .wrap h2 {
  color: white !important;
}
.slateBg .blogroll li .info p {
  color: white !important;
}
.slateBg .contentEditor .wrap a:not(.btn):hover {
  color: #4a6180 !important;
}
.slateBg .btn {
  background: white !important;
  color: #181a0f !important;
}
.slateBg .pblack-btnBg a.btn, .slateBg .pblack-btnBg input.button, .slateBg .pblack-btnBg button.button, .slateBg .navy-btnBg a.btn, .slateBg .navy-btnBg input.button, .slateBg .navy-btnBg button.button, .slateBg .slate-btnBg a.btn, .slateBg .slate-btnBg input.button, .slateBg .slate-btnBg button.button, .slateBg .pgold-btnBg a.btn, .slateBg .pgold-btnBg input.button, .slateBg .pgold-btnBg button.button, .slateBg .copper-btnBg a.btn, .slateBg .copper-btnBg input.button, .slateBg .copper-btnBg button.button {
  color: white !important;
}
.slateBg .white-btnTxtHov a.btn:hover, .slateBg .white-btnTxtHov input.button:hover, .slateBg .white-btnTxtHov button.button:hover, .slateBg .mist-btnTxtHov a.btn:hover, .slateBg .mist-btnTxtHov input.button:hover, .slateBg .mist-btnTxtHov button.button:hover {
  background: #e6e9e4 !important;
  color: #181a0f !important;
}

.pgoldBg * {
  color: white;
}
.pgoldBg.eyebrowHead h1, .pgoldBg.eyebrowHead h3 {
  text-transform: uppercase;
  display: inline-block;
  color: white;
  padding-bottom: 5px;
  border-bottom: 2px solid #b49f6c;
  font-size: 14px;
}
@media (min-width: 600px) {
  .pgoldBg.eyebrowHead h1, .pgoldBg.eyebrowHead h3 {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .pgoldBg.eyebrowHead h1, .pgoldBg.eyebrowHead h3 {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .pgoldBg.eyebrowHead h1, .pgoldBg.eyebrowHead h3 {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .pgoldBg.eyebrowHead h1, .pgoldBg.eyebrowHead h3 {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .pgoldBg.eyebrowHead h1, .pgoldBg.eyebrowHead h3 {
    font-size: 16px;
  }
}
.pgoldBg.eyebrowHead h1, .pgoldBg.eyebrowHead h3 {
  letter-spacing: 2px;
  font-family: "Hanken";
  font-weight: 900;
}
.pgoldBg.eyebrowHead h1.centerHead, .pgoldBg.eyebrowHead h3.centerHead {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.pgoldBg.eyebrowHead h1.centerHead span, .pgoldBg.eyebrowHead h3.centerHead span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #b49f6c;
}
.pgoldBg.eyebrowHead h1.centerHead span span, .pgoldBg.eyebrowHead h3.centerHead span span {
  padding: 0;
  border: none;
}
.pgoldBg ul.arrowList {
  margin: 0 0 30px 25px;
  text-align: left;
}
.pgoldBg ul.arrowList li {
  position: relative;
  margin-bottom: 5px;
}
.pgoldBg ul.arrowList li:last-of-type {
  margin-bottom: 0;
}
.pgoldBg ul.arrowList li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.pgoldBg ul.arrowList li ul {
  margin-top: 5px;
}
.pgoldBg ul.arrowList li {
  font-size: 23px;
}
@media (min-width: 600px) {
  .pgoldBg ul.arrowList li {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .pgoldBg ul.arrowList li {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .pgoldBg ul.arrowList li {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .pgoldBg ul.arrowList li {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .pgoldBg ul.arrowList li {
    font-size: 30px;
  }
}
.pgoldBg ul.arrowList li {
  margin-bottom: 15px;
  color: white;
  font-family: "Hanken";
  font-weight: 300;
}
@media (min-width: 768px) {
  .pgoldBg ul.arrowList li {
    margin-bottom: 25px;
  }
}
.pgoldBg ul.arrowList li a {
  text-decoration: none;
  color: white;
  font-family: "Hanken";
  font-weight: 500;
}
.pgoldBg ul.arrowList li a:hover {
  padding-left: 10px !important;
  color: #b49f6c;
}
.pgoldBg ul.arrowList li:before {
  content: "›";
  color: #90664a;
  font-size: 24px;
}
@media (min-width: 600px) {
  .pgoldBg ul.arrowList li:before {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 768px) {
  .pgoldBg ul.arrowList li:before {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 900px) {
  .pgoldBg ul.arrowList li:before {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1024px) {
  .pgoldBg ul.arrowList li:before {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 1240px) {
  .pgoldBg ul.arrowList li:before {
    font-size: 30px;
  }
}
.pgoldBg ul.arrowList li:before {
  font-family: "Hanken";
  font-weight: 700;
  margin-left: -25px;
}
.pgoldBg .checkerboard .row .txt .inner h3 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pgoldBg .patternedBgContent .wrap .content h2,
.pgoldBg .contentEditor .wrap h2,
.pgoldBg .singleContent .wrap h2 {
  color: white !important;
}
.pgoldBg .blogroll li .info p {
  color: white !important;
}
.pgoldBg .contentEditor .wrap a:not(.btn):hover {
  color: #4a6180 !important;
}
.pgoldBg .btn {
  background: white !important;
  color: #181a0f !important;
}
.pgoldBg .pblack-btnBg a.btn, .pgoldBg .pblack-btnBg input.button, .pgoldBg .pblack-btnBg button.button, .pgoldBg .navy-btnBg a.btn, .pgoldBg .navy-btnBg input.button, .pgoldBg .navy-btnBg button.button, .pgoldBg .slate-btnBg a.btn, .pgoldBg .slate-btnBg input.button, .pgoldBg .slate-btnBg button.button, .pgoldBg .pgold-btnBg a.btn, .pgoldBg .pgold-btnBg input.button, .pgoldBg .pgold-btnBg button.button, .pgoldBg .copper-btnBg a.btn, .pgoldBg .copper-btnBg input.button, .pgoldBg .copper-btnBg button.button {
  color: white !important;
}
.pgoldBg .white-btnTxtHov a.btn:hover, .pgoldBg .white-btnTxtHov input.button:hover, .pgoldBg .white-btnTxtHov button.button:hover, .pgoldBg .mist-btnTxtHov a.btn:hover, .pgoldBg .mist-btnTxtHov input.button:hover, .pgoldBg .mist-btnTxtHov button.button:hover {
  background: #e6e9e4 !important;
  color: #181a0f !important;
}

.copperBg * {
  color: white;
}
.copperBg.eyebrowHead h1, .copperBg.eyebrowHead h3 {
  text-transform: uppercase;
  display: inline-block;
  color: white;
  padding-bottom: 5px;
  border-bottom: 2px solid #e6e9e4;
  font-size: 14px;
}
@media (min-width: 600px) {
  .copperBg.eyebrowHead h1, .copperBg.eyebrowHead h3 {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .copperBg.eyebrowHead h1, .copperBg.eyebrowHead h3 {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .copperBg.eyebrowHead h1, .copperBg.eyebrowHead h3 {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .copperBg.eyebrowHead h1, .copperBg.eyebrowHead h3 {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .copperBg.eyebrowHead h1, .copperBg.eyebrowHead h3 {
    font-size: 16px;
  }
}
.copperBg.eyebrowHead h1, .copperBg.eyebrowHead h3 {
  letter-spacing: 2px;
  font-family: "Hanken";
  font-weight: 900;
}
.copperBg.eyebrowHead h1.centerHead, .copperBg.eyebrowHead h3.centerHead {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.copperBg.eyebrowHead h1.centerHead span, .copperBg.eyebrowHead h3.centerHead span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #e6e9e4;
}
.copperBg.eyebrowHead h1.centerHead span span, .copperBg.eyebrowHead h3.centerHead span span {
  padding: 0;
  border: none;
}
.copperBg ul.arrowList {
  margin: 0 0 30px 25px;
  text-align: left;
}
.copperBg ul.arrowList li {
  position: relative;
  margin-bottom: 5px;
}
.copperBg ul.arrowList li:last-of-type {
  margin-bottom: 0;
}
.copperBg ul.arrowList li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.copperBg ul.arrowList li ul {
  margin-top: 5px;
}
.copperBg ul.arrowList li {
  font-size: 23px;
}
@media (min-width: 600px) {
  .copperBg ul.arrowList li {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .copperBg ul.arrowList li {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .copperBg ul.arrowList li {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .copperBg ul.arrowList li {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .copperBg ul.arrowList li {
    font-size: 30px;
  }
}
.copperBg ul.arrowList li {
  margin-bottom: 15px;
  color: white;
  font-family: "Hanken";
  font-weight: 300;
}
@media (min-width: 768px) {
  .copperBg ul.arrowList li {
    margin-bottom: 25px;
  }
}
.copperBg ul.arrowList li a {
  text-decoration: none;
  color: white;
  font-family: "Hanken";
  font-weight: 500;
}
.copperBg ul.arrowList li a:hover {
  padding-left: 10px !important;
  color: #e6e9e4;
}
.copperBg ul.arrowList li:before {
  content: "›";
  color: #b49f6c;
  font-size: 24px;
}
@media (min-width: 600px) {
  .copperBg ul.arrowList li:before {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 768px) {
  .copperBg ul.arrowList li:before {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 900px) {
  .copperBg ul.arrowList li:before {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1024px) {
  .copperBg ul.arrowList li:before {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 1240px) {
  .copperBg ul.arrowList li:before {
    font-size: 30px;
  }
}
.copperBg ul.arrowList li:before {
  font-family: "Hanken";
  font-weight: 700;
  margin-left: -25px;
}
.copperBg .checkerboard .row .txt .inner h3 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.copperBg .patternedBgContent .wrap .content h2,
.copperBg .contentEditor .wrap h2,
.copperBg .singleContent .wrap h2 {
  color: white !important;
}
.copperBg .blogroll li .info p {
  color: white !important;
}
.copperBg .contentEditor .wrap a:not(.btn):hover {
  color: #4a6180 !important;
}
.copperBg .btn {
  background: white !important;
  color: #181a0f !important;
}
.copperBg .pblack-btnBg a.btn, .copperBg .pblack-btnBg input.button, .copperBg .pblack-btnBg button.button, .copperBg .navy-btnBg a.btn, .copperBg .navy-btnBg input.button, .copperBg .navy-btnBg button.button, .copperBg .slate-btnBg a.btn, .copperBg .slate-btnBg input.button, .copperBg .slate-btnBg button.button, .copperBg .pgold-btnBg a.btn, .copperBg .pgold-btnBg input.button, .copperBg .pgold-btnBg button.button, .copperBg .copper-btnBg a.btn, .copperBg .copper-btnBg input.button, .copperBg .copper-btnBg button.button {
  color: white !important;
}
.copperBg .white-btnTxtHov a.btn:hover, .copperBg .white-btnTxtHov input.button:hover, .copperBg .white-btnTxtHov button.button:hover, .copperBg .mist-btnTxtHov a.btn:hover, .copperBg .mist-btnTxtHov input.button:hover, .copperBg .mist-btnTxtHov button.button:hover {
  background: #e6e9e4 !important;
  color: #181a0f !important;
}

.pblackBg {
  background: #181a0f;
}

.pblack-Accent #backToTop {
  color: #181a0f;
}
.pblack-Accent #backToTop span {
  color: #181a0f;
}
.pblack-Accent .heroTxt.work p {
  color: #181a0f;
}
.pblack-Accent .heroTxt.work a {
  color: #181a0f;
}
.pblack-Accent .heroTxt.work a:hover {
  color: rgba(24, 26, 15, 0.7);
}
.pblack-Accent .workContent .content a:not(.btn) {
  color: #181a0f;
}
.pblack-Accent .workContent .content a:not(.btn):hover {
  color: rgba(24, 26, 15, 0.75);
}
.pblack-Accent .workContent .content a.btn {
  background: #181a0f;
}
.pblack-Accent .workContent .content .wp-caption-text {
  color: #181a0f;
}
.pblack-Accent .workContent .columnedTxt h3 {
  color: #181a0f;
}
.pblack-Accent .workContent .number h3 {
  color: #181a0f;
}
.pblack-Accent a.thumb .hover {
  background: rgba(24, 26, 15, 0.9);
}
.pblack-Accent a.thumb .hover h3 {
  color: white !important;
}
.pblack-Accent .heroImg.services {
  background-color: #181a0f;
}

.pblack-Numbers .workContent .number h3 {
  color: #181a0f !important;
}

.pblack-hoverBg .thumb .hover {
  background: rgba(24, 26, 15, 0.9) !important;
}
.pblack-hoverBg .heroImg.services {
  background-color: #181a0f !important;
}

.pblack-secHeadCol.blog h4 {
  color: #181a0f !important;
}

.pblack-featBg.blog.all .wrap .featured {
  background: #181a0f !important;
}

.pblack-featTitle.blog.all .wrap .featured h2 a {
  color: #181a0f !important;
}

.pblack-featTitleHov.blog.all .wrap .featured h2 a:hover {
  color: #181a0f !important;
}

.pblack-featTxt.blog.all .wrap .featured p {
  color: #181a0f !important;
}

.pblack-txtCol.blog p, .pblack-txtCol.team h3, .pblack-txtCol.team p {
  color: #181a0f !important;
}

.pblack-linkCol a:not(.btn) {
  color: #181a0f !important;
}

.pblack-linkHov a:not(.btn):hover {
  color: #181a0f !important;
}

.pblack-btnBg a.btn, .pblack-btnBg input.button, .pblack-btnBg button.button {
  background: #181a0f !important;
}

.pblack-btnBgHov a.btn:hover, .pblack-btnBgHov input.button:hover, .pblack-btnBgHov button.button:hover {
  background: #181a0f !important;
}

.pblack-btnTxtHov a.btn:hover, .pblack-btnTxtHov input.button:hover, .pblack-btnTxtHov button.button:hover {
  color: #181a0f !important;
}

.pblack-headCol.blog h1, .pblack-headCol.blog h2 a, .pblack-headCol.team h2, .pblack-headCol.imageGrid h2 {
  color: #181a0f !important;
}

.pblack-headHov.blog h2 a:hover {
  color: #181a0f !important;
}

.pblack-subheadLine h1, .pblack-subheadLine h1.centerHead span, .pblack-subheadLine h3, .pblack-subheadLine h3.centerHead span {
  border-bottom-color: #181a0f !important;
}

.pblack-listArrow ul li:before {
  color: #181a0f !important;
}

.pblack-navBg#masthead {
  background: #181a0f !important;
}

@media (max-width: 899px) {
  .pblack-navBgMob#masthead .mobilePanel {
    background: #181a0f !important;
  }
}

@media (max-width: 899px) {
  .pblack-navLinkMob#masthead ul li a {
    color: #181a0f !important;
  }
}

@media (min-width: 900px) {
  .pblack-navLink#masthead ul li a {
    color: #181a0f !important;
  }
}

@media (min-width: 900px) {
  .pblack-navLinkHov#masthead ul li a:hover {
    color: #181a0f !important;
  }
}

@media (min-width: 900px) {
  .pblack-navActive.single-work header#masthead .mobilePanel ul li#menu-item-44 a, .pblack-navActive.single-post header#masthead .mobilePanel ul li#menu-item-36 a,
  .pblack-navActive header#masthead ul li.current-menu-item a,
  .pblack-navActive header#masthead ul li.current-page-ancestor a {
    color: #181a0f !important;
  }
}

.pblack-footBg#colophon {
  background: #181a0f !important;
}

.pblack-footLinkHov#colophon a:hover {
  color: #181a0f !important;
}

.pblack-footSocialCol#colophon ul.social li a {
  color: #181a0f !important;
}

.pblack-footSocialHov#colophon ul.social li a:hover {
  color: #181a0f !important;
}

.pblack-pagiHov.navLinks a:hover {
  color: #181a0f !important;
}

.mistBg {
  background: #e6e9e4;
}

.mist-Accent #backToTop {
  color: #e6e9e4;
}
.mist-Accent #backToTop span {
  color: #e6e9e4;
}
.mist-Accent .heroTxt.work p {
  color: #e6e9e4;
}
.mist-Accent .heroTxt.work a {
  color: #e6e9e4;
}
.mist-Accent .heroTxt.work a:hover {
  color: rgba(230, 233, 228, 0.7);
}
.mist-Accent .workContent .content a:not(.btn) {
  color: #e6e9e4;
}
.mist-Accent .workContent .content a:not(.btn):hover {
  color: rgba(230, 233, 228, 0.75);
}
.mist-Accent .workContent .content a.btn {
  background: #e6e9e4;
}
.mist-Accent .workContent .content .wp-caption-text {
  color: #e6e9e4;
}
.mist-Accent .workContent .columnedTxt h3 {
  color: #e6e9e4;
}
.mist-Accent .workContent .number h3 {
  color: #e6e9e4;
}
.mist-Accent a.thumb .hover {
  background: rgba(230, 233, 228, 0.9);
}
.mist-Accent a.thumb .hover h3 {
  color: #181a0f !important;
}
.mist-Accent .heroImg.services {
  background-color: #e6e9e4;
}

.mist-Numbers .workContent .number h3 {
  color: #e6e9e4 !important;
}

.mist-hoverBg .thumb .hover {
  background: rgba(230, 233, 228, 0.9) !important;
}
.mist-hoverBg .heroImg.services {
  background-color: #e6e9e4 !important;
}

.mist-secHeadCol.blog h4 {
  color: #e6e9e4 !important;
}

.mist-featBg.blog.all .wrap .featured {
  background: #e6e9e4 !important;
}

.mist-featTitle.blog.all .wrap .featured h2 a {
  color: #e6e9e4 !important;
}

.mist-featTitleHov.blog.all .wrap .featured h2 a:hover {
  color: #e6e9e4 !important;
}

.mist-featTxt.blog.all .wrap .featured p {
  color: #e6e9e4 !important;
}

.mist-txtCol.blog p, .mist-txtCol.team h3, .mist-txtCol.team p {
  color: #e6e9e4 !important;
}

.mist-linkCol a:not(.btn) {
  color: #e6e9e4 !important;
}

.mist-linkHov a:not(.btn):hover {
  color: #e6e9e4 !important;
}

.mist-btnBg a.btn, .mist-btnBg input.button, .mist-btnBg button.button {
  background: #e6e9e4 !important;
}

.mist-btnBgHov a.btn:hover, .mist-btnBgHov input.button:hover, .mist-btnBgHov button.button:hover {
  background: #e6e9e4 !important;
}

.mist-headCol.blog h1, .mist-headCol.blog h2 a, .mist-headCol.team h2, .mist-headCol.imageGrid h2 {
  color: #e6e9e4 !important;
}

.mist-headHov.blog h2 a:hover {
  color: #e6e9e4 !important;
}

.mist-subheadLine h1, .mist-subheadLine h1.centerHead span, .mist-subheadLine h3, .mist-subheadLine h3.centerHead span {
  border-bottom-color: #e6e9e4 !important;
}

.mist-listArrow ul li:before {
  color: #e6e9e4 !important;
}

.mist-navBg#masthead {
  background: #e6e9e4 !important;
}

@media (max-width: 899px) {
  .mist-navBgMob#masthead .mobilePanel {
    background: #e6e9e4 !important;
  }
}

@media (max-width: 899px) {
  .mist-navLinkMob#masthead ul li a {
    color: #e6e9e4 !important;
  }
}

@media (min-width: 900px) {
  .mist-navLink#masthead ul li a {
    color: #e6e9e4 !important;
  }
}

@media (min-width: 900px) {
  .mist-navLinkHov#masthead ul li a:hover {
    color: #e6e9e4 !important;
  }
}

@media (min-width: 900px) {
  .mist-navActive.single-work header#masthead .mobilePanel ul li#menu-item-44 a, .mist-navActive.single-post header#masthead .mobilePanel ul li#menu-item-36 a,
  .mist-navActive header#masthead ul li.current-menu-item a,
  .mist-navActive header#masthead ul li.current-page-ancestor a {
    color: #e6e9e4 !important;
  }
}

.mist-footBg#colophon {
  background: #e6e9e4 !important;
}

.mist-footLinkHov#colophon a:hover {
  color: #e6e9e4 !important;
}

.mist-footSocialCol#colophon ul.social li a {
  color: #e6e9e4 !important;
}

.mist-footSocialHov#colophon ul.social li a:hover {
  color: #e6e9e4 !important;
}

.mist-pagiHov.navLinks a:hover {
  color: #e6e9e4 !important;
}

.copperBg {
  background: #90664a;
}

.copper-Accent #backToTop {
  color: #90664a;
}
.copper-Accent #backToTop span {
  color: #90664a;
}
.copper-Accent .heroTxt.work p {
  color: #90664a;
}
.copper-Accent .heroTxt.work a {
  color: #90664a;
}
.copper-Accent .heroTxt.work a:hover {
  color: rgba(144, 102, 74, 0.7);
}
.copper-Accent .workContent .content a:not(.btn) {
  color: #90664a;
}
.copper-Accent .workContent .content a:not(.btn):hover {
  color: rgba(144, 102, 74, 0.75);
}
.copper-Accent .workContent .content a.btn {
  background: #90664a;
}
.copper-Accent .workContent .content .wp-caption-text {
  color: #90664a;
}
.copper-Accent .workContent .columnedTxt h3 {
  color: #90664a;
}
.copper-Accent .workContent .number h3 {
  color: #90664a;
}
.copper-Accent a.thumb .hover {
  background: rgba(144, 102, 74, 0.9);
}
.copper-Accent a.thumb .hover h3 {
  color: white !important;
}
.copper-Accent .heroImg.services {
  background-color: #90664a;
}

.copper-Numbers .workContent .number h3 {
  color: #90664a !important;
}

.copper-hoverBg .thumb .hover {
  background: rgba(144, 102, 74, 0.9) !important;
}
.copper-hoverBg .heroImg.services {
  background-color: #90664a !important;
}

.copper-secHeadCol.blog h4 {
  color: #90664a !important;
}

.copper-featBg.blog.all .wrap .featured {
  background: #90664a !important;
}

.copper-featTitle.blog.all .wrap .featured h2 a {
  color: #90664a !important;
}

.copper-featTitleHov.blog.all .wrap .featured h2 a:hover {
  color: #90664a !important;
}

.copper-featTxt.blog.all .wrap .featured p {
  color: #90664a !important;
}

.copper-txtCol.blog p, .copper-txtCol.team h3, .copper-txtCol.team p {
  color: #90664a !important;
}

.copper-linkCol a:not(.btn) {
  color: #90664a !important;
}

.copper-linkHov a:not(.btn):hover {
  color: #90664a !important;
}

.copper-btnBg a.btn, .copper-btnBg input.button, .copper-btnBg button.button {
  background: #90664a !important;
}

.copper-btnBgHov a.btn:hover, .copper-btnBgHov input.button:hover, .copper-btnBgHov button.button:hover {
  background: #90664a !important;
}

.copper-btnTxtHov a.btn:hover, .copper-btnTxtHov input.button:hover, .copper-btnTxtHov button.button:hover {
  color: #90664a !important;
}

.copper-headCol.blog h1, .copper-headCol.blog h2 a, .copper-headCol.team h2, .copper-headCol.imageGrid h2 {
  color: #90664a !important;
}

.copper-headHov.blog h2 a:hover {
  color: #90664a !important;
}

.copper-subheadLine h1, .copper-subheadLine h1.centerHead span, .copper-subheadLine h3, .copper-subheadLine h3.centerHead span {
  border-bottom-color: #90664a !important;
}

.copper-listArrow ul li:before {
  color: #90664a !important;
}

.copper-navBg#masthead {
  background: #90664a !important;
}

@media (max-width: 899px) {
  .copper-navBgMob#masthead .mobilePanel {
    background: #90664a !important;
  }
}

@media (max-width: 899px) {
  .copper-navLinkMob#masthead ul li a {
    color: #90664a !important;
  }
}

@media (min-width: 900px) {
  .copper-navLink#masthead ul li a {
    color: #90664a !important;
  }
}

@media (min-width: 900px) {
  .copper-navLinkHov#masthead ul li a:hover {
    color: #90664a !important;
  }
}

@media (min-width: 900px) {
  .copper-navActive.single-work header#masthead .mobilePanel ul li#menu-item-44 a, .copper-navActive.single-post header#masthead .mobilePanel ul li#menu-item-36 a,
  .copper-navActive header#masthead ul li.current-menu-item a,
  .copper-navActive header#masthead ul li.current-page-ancestor a {
    color: #90664a !important;
  }
}

.copper-footBg#colophon {
  background: #90664a !important;
}

.copper-footLinkHov#colophon a:hover {
  color: #90664a !important;
}

.copper-footSocialCol#colophon ul.social li a {
  color: #90664a !important;
}

.copper-footSocialHov#colophon ul.social li a:hover {
  color: #90664a !important;
}

.copper-pagiHov.navLinks a:hover {
  color: #90664a !important;
}

.slateBg {
  background: #4a6180;
}

.slate-Accent #backToTop {
  color: #4a6180;
}
.slate-Accent #backToTop span {
  color: #4a6180;
}
.slate-Accent .heroTxt.work p {
  color: #4a6180;
}
.slate-Accent .heroTxt.work a {
  color: #4a6180;
}
.slate-Accent .heroTxt.work a:hover {
  color: rgba(74, 97, 128, 0.7);
}
.slate-Accent .workContent .content a:not(.btn) {
  color: #4a6180;
}
.slate-Accent .workContent .content a:not(.btn):hover {
  color: rgba(74, 97, 128, 0.75);
}
.slate-Accent .workContent .content a.btn {
  background: #4a6180;
}
.slate-Accent .workContent .content .wp-caption-text {
  color: #4a6180;
}
.slate-Accent .workContent .columnedTxt h3 {
  color: #4a6180;
}
.slate-Accent .workContent .number h3 {
  color: #4a6180;
}
.slate-Accent a.thumb .hover {
  background: rgba(74, 97, 128, 0.9);
}
.slate-Accent a.thumb .hover h3 {
  color: white !important;
}
.slate-Accent .heroImg.services {
  background-color: #4a6180;
}

.slate-Numbers .workContent .number h3 {
  color: #4a6180 !important;
}

.slate-hoverBg .thumb .hover {
  background: rgba(74, 97, 128, 0.9) !important;
}
.slate-hoverBg .heroImg.services {
  background-color: #4a6180 !important;
}

.slate-secHeadCol.blog h4 {
  color: #4a6180 !important;
}

.slate-featBg.blog.all .wrap .featured {
  background: #4a6180 !important;
}

.slate-featTitle.blog.all .wrap .featured h2 a {
  color: #4a6180 !important;
}

.slate-featTitleHov.blog.all .wrap .featured h2 a:hover {
  color: #4a6180 !important;
}

.slate-featTxt.blog.all .wrap .featured p {
  color: #4a6180 !important;
}

.slate-txtCol.blog p, .slate-txtCol.team h3, .slate-txtCol.team p {
  color: #4a6180 !important;
}

.slate-linkCol a:not(.btn) {
  color: #4a6180 !important;
}

.slate-linkHov a:not(.btn):hover {
  color: #4a6180 !important;
}

.slate-btnBg a.btn, .slate-btnBg input.button, .slate-btnBg button.button {
  background: #4a6180 !important;
}

.slate-btnBgHov a.btn:hover, .slate-btnBgHov input.button:hover, .slate-btnBgHov button.button:hover {
  background: #4a6180 !important;
}

.slate-btnTxtHov a.btn:hover, .slate-btnTxtHov input.button:hover, .slate-btnTxtHov button.button:hover {
  color: #4a6180 !important;
}

.slate-headCol.blog h1, .slate-headCol.blog h2 a, .slate-headCol.team h2, .slate-headCol.imageGrid h2 {
  color: #4a6180 !important;
}

.slate-headHov.blog h2 a:hover {
  color: #4a6180 !important;
}

.slate-subheadLine h1, .slate-subheadLine h1.centerHead span, .slate-subheadLine h3, .slate-subheadLine h3.centerHead span {
  border-bottom-color: #4a6180 !important;
}

.slate-listArrow ul li:before {
  color: #4a6180 !important;
}

.slate-navBg#masthead {
  background: #4a6180 !important;
}

@media (max-width: 899px) {
  .slate-navBgMob#masthead .mobilePanel {
    background: #4a6180 !important;
  }
}

@media (max-width: 899px) {
  .slate-navLinkMob#masthead ul li a {
    color: #4a6180 !important;
  }
}

@media (min-width: 900px) {
  .slate-navLink#masthead ul li a {
    color: #4a6180 !important;
  }
}

@media (min-width: 900px) {
  .slate-navLinkHov#masthead ul li a:hover {
    color: #4a6180 !important;
  }
}

@media (min-width: 900px) {
  .slate-navActive.single-work header#masthead .mobilePanel ul li#menu-item-44 a, .slate-navActive.single-post header#masthead .mobilePanel ul li#menu-item-36 a,
  .slate-navActive header#masthead ul li.current-menu-item a,
  .slate-navActive header#masthead ul li.current-page-ancestor a {
    color: #4a6180 !important;
  }
}

.slate-footBg#colophon {
  background: #4a6180 !important;
}

.slate-footLinkHov#colophon a:hover {
  color: #4a6180 !important;
}

.slate-footSocialCol#colophon ul.social li a {
  color: #4a6180 !important;
}

.slate-footSocialHov#colophon ul.social li a:hover {
  color: #4a6180 !important;
}

.slate-pagiHov.navLinks a:hover {
  color: #4a6180 !important;
}

.pgoldBg {
  background: #b49f6c;
}

.pgold-Accent #backToTop {
  color: #b49f6c;
}
.pgold-Accent #backToTop span {
  color: #b49f6c;
}
.pgold-Accent .heroTxt.work p {
  color: #b49f6c;
}
.pgold-Accent .heroTxt.work a {
  color: #b49f6c;
}
.pgold-Accent .heroTxt.work a:hover {
  color: rgba(180, 159, 108, 0.7);
}
.pgold-Accent .workContent .content a:not(.btn) {
  color: #b49f6c;
}
.pgold-Accent .workContent .content a:not(.btn):hover {
  color: rgba(180, 159, 108, 0.75);
}
.pgold-Accent .workContent .content a.btn {
  background: #b49f6c;
}
.pgold-Accent .workContent .content .wp-caption-text {
  color: #b49f6c;
}
.pgold-Accent .workContent .columnedTxt h3 {
  color: #b49f6c;
}
.pgold-Accent .workContent .number h3 {
  color: #b49f6c;
}
.pgold-Accent a.thumb .hover {
  background: rgba(180, 159, 108, 0.9);
}
.pgold-Accent a.thumb .hover h3 {
  color: white !important;
}
.pgold-Accent .heroImg.services {
  background-color: #b49f6c;
}

.pgold-Numbers .workContent .number h3 {
  color: #b49f6c !important;
}

.pgold-hoverBg .thumb .hover {
  background: rgba(180, 159, 108, 0.9) !important;
}
.pgold-hoverBg .heroImg.services {
  background-color: #b49f6c !important;
}

.pgold-secHeadCol.blog h4 {
  color: #b49f6c !important;
}

.pgold-featBg.blog.all .wrap .featured {
  background: #b49f6c !important;
}

.pgold-featTitle.blog.all .wrap .featured h2 a {
  color: #b49f6c !important;
}

.pgold-featTitleHov.blog.all .wrap .featured h2 a:hover {
  color: #b49f6c !important;
}

.pgold-featTxt.blog.all .wrap .featured p {
  color: #b49f6c !important;
}

.pgold-txtCol.blog p, .pgold-txtCol.team h3, .pgold-txtCol.team p {
  color: #b49f6c !important;
}

.pgold-linkCol a:not(.btn) {
  color: #b49f6c !important;
}

.pgold-linkHov a:not(.btn):hover {
  color: #b49f6c !important;
}

.pgold-btnBg a.btn, .pgold-btnBg input.button, .pgold-btnBg button.button {
  background: #b49f6c !important;
}

.pgold-btnBgHov a.btn:hover, .pgold-btnBgHov input.button:hover, .pgold-btnBgHov button.button:hover {
  background: #b49f6c !important;
}

.pgold-btnTxtHov a.btn:hover, .pgold-btnTxtHov input.button:hover, .pgold-btnTxtHov button.button:hover {
  color: #b49f6c !important;
}

.pgold-headCol.blog h1, .pgold-headCol.blog h2 a, .pgold-headCol.team h2, .pgold-headCol.imageGrid h2 {
  color: #b49f6c !important;
}

.pgold-headHov.blog h2 a:hover {
  color: #b49f6c !important;
}

.pgold-subheadLine h1, .pgold-subheadLine h1.centerHead span, .pgold-subheadLine h3, .pgold-subheadLine h3.centerHead span {
  border-bottom-color: #b49f6c !important;
}

.pgold-listArrow ul li:before {
  color: #b49f6c !important;
}

.pgold-navBg#masthead {
  background: #b49f6c !important;
}

@media (max-width: 899px) {
  .pgold-navBgMob#masthead .mobilePanel {
    background: #b49f6c !important;
  }
}

@media (max-width: 899px) {
  .pgold-navLinkMob#masthead ul li a {
    color: #b49f6c !important;
  }
}

@media (min-width: 900px) {
  .pgold-navLink#masthead ul li a {
    color: #b49f6c !important;
  }
}

@media (min-width: 900px) {
  .pgold-navLinkHov#masthead ul li a:hover {
    color: #b49f6c !important;
  }
}

@media (min-width: 900px) {
  .pgold-navActive.single-work header#masthead .mobilePanel ul li#menu-item-44 a, .pgold-navActive.single-post header#masthead .mobilePanel ul li#menu-item-36 a,
  .pgold-navActive header#masthead ul li.current-menu-item a,
  .pgold-navActive header#masthead ul li.current-page-ancestor a {
    color: #b49f6c !important;
  }
}

.pgold-footBg#colophon {
  background: #b49f6c !important;
}

.pgold-footLinkHov#colophon a:hover {
  color: #b49f6c !important;
}

.pgold-footSocialCol#colophon ul.social li a {
  color: #b49f6c !important;
}

.pgold-footSocialHov#colophon ul.social li a:hover {
  color: #b49f6c !important;
}

.pgold-pagiHov.navLinks a:hover {
  color: #b49f6c !important;
}

.navyBg {
  background: #212e3d;
}

.navy-Accent #backToTop {
  color: #212e3d;
}
.navy-Accent #backToTop span {
  color: #212e3d;
}
.navy-Accent .heroTxt.work p {
  color: #212e3d;
}
.navy-Accent .heroTxt.work a {
  color: #212e3d;
}
.navy-Accent .heroTxt.work a:hover {
  color: rgba(33, 46, 61, 0.7);
}
.navy-Accent .workContent .content a:not(.btn) {
  color: #212e3d;
}
.navy-Accent .workContent .content a:not(.btn):hover {
  color: rgba(33, 46, 61, 0.75);
}
.navy-Accent .workContent .content a.btn {
  background: #212e3d;
}
.navy-Accent .workContent .content .wp-caption-text {
  color: #212e3d;
}
.navy-Accent .workContent .columnedTxt h3 {
  color: #212e3d;
}
.navy-Accent .workContent .number h3 {
  color: #212e3d;
}
.navy-Accent a.thumb .hover {
  background: rgba(33, 46, 61, 0.9);
}
.navy-Accent a.thumb .hover h3 {
  color: white !important;
}
.navy-Accent .heroImg.services {
  background-color: #212e3d;
}

.navy-Numbers .workContent .number h3 {
  color: #212e3d !important;
}

.navy-hoverBg .thumb .hover {
  background: rgba(33, 46, 61, 0.9) !important;
}
.navy-hoverBg .heroImg.services {
  background-color: #212e3d !important;
}

.navy-secHeadCol.blog h4 {
  color: #212e3d !important;
}

.navy-featBg.blog.all .wrap .featured {
  background: #212e3d !important;
}

.navy-featTitle.blog.all .wrap .featured h2 a {
  color: #212e3d !important;
}

.navy-featTitleHov.blog.all .wrap .featured h2 a:hover {
  color: #212e3d !important;
}

.navy-featTxt.blog.all .wrap .featured p {
  color: #212e3d !important;
}

.navy-txtCol.blog p, .navy-txtCol.team h3, .navy-txtCol.team p {
  color: #212e3d !important;
}

.navy-linkCol a:not(.btn) {
  color: #212e3d !important;
}

.navy-linkHov a:not(.btn):hover {
  color: #212e3d !important;
}

.navy-btnBg a.btn, .navy-btnBg input.button, .navy-btnBg button.button {
  background: #212e3d !important;
}

.navy-btnBgHov a.btn:hover, .navy-btnBgHov input.button:hover, .navy-btnBgHov button.button:hover {
  background: #212e3d !important;
}

.navy-btnTxtHov a.btn:hover, .navy-btnTxtHov input.button:hover, .navy-btnTxtHov button.button:hover {
  color: #212e3d !important;
}

.navy-headCol.blog h1, .navy-headCol.blog h2 a, .navy-headCol.team h2, .navy-headCol.imageGrid h2 {
  color: #212e3d !important;
}

.navy-headHov.blog h2 a:hover {
  color: #212e3d !important;
}

.navy-subheadLine h1, .navy-subheadLine h1.centerHead span, .navy-subheadLine h3, .navy-subheadLine h3.centerHead span {
  border-bottom-color: #212e3d !important;
}

.navy-listArrow ul li:before {
  color: #212e3d !important;
}

.navy-navBg#masthead {
  background: #212e3d !important;
}

@media (max-width: 899px) {
  .navy-navBgMob#masthead .mobilePanel {
    background: #212e3d !important;
  }
}

@media (max-width: 899px) {
  .navy-navLinkMob#masthead ul li a {
    color: #212e3d !important;
  }
}

@media (min-width: 900px) {
  .navy-navLink#masthead ul li a {
    color: #212e3d !important;
  }
}

@media (min-width: 900px) {
  .navy-navLinkHov#masthead ul li a:hover {
    color: #212e3d !important;
  }
}

@media (min-width: 900px) {
  .navy-navActive.single-work header#masthead .mobilePanel ul li#menu-item-44 a, .navy-navActive.single-post header#masthead .mobilePanel ul li#menu-item-36 a,
  .navy-navActive header#masthead ul li.current-menu-item a,
  .navy-navActive header#masthead ul li.current-page-ancestor a {
    color: #212e3d !important;
  }
}

.navy-footBg#colophon {
  background: #212e3d !important;
}

.navy-footLinkHov#colophon a:hover {
  color: #212e3d !important;
}

.navy-footSocialCol#colophon ul.social li a {
  color: #212e3d !important;
}

.navy-footSocialHov#colophon ul.social li a:hover {
  color: #212e3d !important;
}

.navy-pagiHov.navLinks a:hover {
  color: #212e3d !important;
}

.whiteBg {
  background: #ffffff;
}

.white-Accent #backToTop {
  color: #ffffff;
}
.white-Accent #backToTop span {
  color: #ffffff;
}
.white-Accent .heroTxt.work p {
  color: #ffffff;
}
.white-Accent .heroTxt.work a {
  color: #ffffff;
}
.white-Accent .heroTxt.work a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.white-Accent .workContent .content a:not(.btn) {
  color: #ffffff;
}
.white-Accent .workContent .content a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.75);
}
.white-Accent .workContent .content a.btn {
  background: #ffffff;
}
.white-Accent .workContent .content .wp-caption-text {
  color: #ffffff;
}
.white-Accent .workContent .columnedTxt h3 {
  color: #ffffff;
}
.white-Accent .workContent .number h3 {
  color: #ffffff;
}
.white-Accent a.thumb .hover {
  background: rgba(255, 255, 255, 0.9);
}
.white-Accent a.thumb .hover h3 {
  color: #181a0f !important;
}
.white-Accent .heroImg.services {
  background-color: #ffffff;
}

.white-Numbers .workContent .number h3 {
  color: #ffffff !important;
}

.white-hoverBg .thumb .hover {
  background: rgba(255, 255, 255, 0.9) !important;
}
.white-hoverBg .heroImg.services {
  background-color: #ffffff !important;
}

.white-secHeadCol.blog h4 {
  color: #ffffff !important;
}

.white-featBg.blog.all .wrap .featured {
  background: #ffffff !important;
}

.white-featTitle.blog.all .wrap .featured h2 a {
  color: #ffffff !important;
}

.white-featTitleHov.blog.all .wrap .featured h2 a:hover {
  color: #ffffff !important;
}

.white-featTxt.blog.all .wrap .featured p {
  color: #ffffff !important;
}

.white-txtCol.blog p, .white-txtCol.team h3, .white-txtCol.team p {
  color: #ffffff !important;
}

.white-linkCol a:not(.btn) {
  color: #ffffff !important;
}

.white-linkHov a:not(.btn):hover {
  color: #ffffff !important;
}

.white-btnBg a.btn, .white-btnBg input.button, .white-btnBg button.button {
  background: #ffffff !important;
}

.white-btnBgHov a.btn:hover, .white-btnBgHov input.button:hover, .white-btnBgHov button.button:hover {
  background: #ffffff !important;
}

.white-headCol.blog h1, .white-headCol.blog h2 a, .white-headCol.team h2, .white-headCol.imageGrid h2 {
  color: #ffffff !important;
}

.white-headHov.blog h2 a:hover {
  color: #ffffff !important;
}

.white-subheadLine h1, .white-subheadLine h1.centerHead span, .white-subheadLine h3, .white-subheadLine h3.centerHead span {
  border-bottom-color: #ffffff !important;
}

.white-listArrow ul li:before {
  color: #ffffff !important;
}

.white-navBg#masthead {
  background: #ffffff !important;
}

@media (max-width: 899px) {
  .white-navBgMob#masthead .mobilePanel {
    background: #ffffff !important;
  }
}

@media (max-width: 899px) {
  .white-navLinkMob#masthead ul li a {
    color: #ffffff !important;
  }
}

@media (min-width: 900px) {
  .white-navLink#masthead ul li a {
    color: #ffffff !important;
  }
}

@media (min-width: 900px) {
  .white-navLinkHov#masthead ul li a:hover {
    color: #ffffff !important;
  }
}

@media (min-width: 900px) {
  .white-navActive.single-work header#masthead .mobilePanel ul li#menu-item-44 a, .white-navActive.single-post header#masthead .mobilePanel ul li#menu-item-36 a,
  .white-navActive header#masthead ul li.current-menu-item a,
  .white-navActive header#masthead ul li.current-page-ancestor a {
    color: #ffffff !important;
  }
}

.white-footBg#colophon {
  background: #ffffff !important;
}

.white-footLinkHov#colophon a:hover {
  color: #ffffff !important;
}

.white-footSocialCol#colophon ul.social li a {
  color: #ffffff !important;
}

.white-footSocialHov#colophon ul.social li a:hover {
  color: #ffffff !important;
}

.white-pagiHov.navLinks a:hover {
  color: #ffffff !important;
}

/*==============================================================*/
/*==============================================================*/
header#masthead {
  position: fixed;
  background: #181a0f;
  width: 100%;
  box-shadow: 0px 1px 4px 0 rgba(24, 26, 15, 0.3);
  z-index: 999;
}
header#masthead .headerBar {
  margin: 0 auto;
  width: 94%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: space-between;
}
header#masthead a.logo {
  padding: 0 20px;
  width: 60vw;
}
@media (max-width: 479px) {
  header#masthead a.logo {
    width: 75vw;
  }
}
@media (min-width: 900px) {
  header#masthead a.logo {
    width: 35vw;
    max-width: 480px;
    min-width: 260px;
  }
}
@media (max-width: 899px) {
  header#masthead .nav-left,
  header#masthead .nav-right {
    display: none;
  }
}
header#masthead .nav-left ul,
header#masthead .nav-right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 35px;
}
@media (min-width: 1024px) {
  header#masthead .nav-left ul,
  header#masthead .nav-right ul {
    gap: 50px;
  }
}
@media (min-width: 1440px) {
  header#masthead .nav-left ul,
  header#masthead .nav-right ul {
    gap: 5vw;
  }
}
header#masthead .nav-left ul,
header#masthead .nav-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header#masthead .nav-left ul li,
header#masthead .nav-right ul li {
  margin: 0;
}
header#masthead .nav-left ul li.current-menu-item a, header#masthead .nav-left ul li.current-page-ancestor a,
header#masthead .nav-right ul li.current-menu-item a,
header#masthead .nav-right ul li.current-page-ancestor a {
  color: #b49f6c;
}
header#masthead .nav-left ul li a,
header#masthead .nav-right ul li a {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.15em;
  color: white;
  font-family: "Hanken";
  font-weight: 700;
  white-space: nowrap;
}
header#masthead .nav-left ul li a:hover,
header#masthead .nav-right ul li a:hover {
  color: #b49f6c;
}
@media (min-width: 900px) {
  header#masthead button.hamburger {
    display: none;
  }
}
@media (min-width: 900px) {
  header#masthead .mobilePanel {
    display: none;
  }
}
@media (max-width: 899px) {
  header#masthead .mobilePanel {
    box-shadow: inset 0px 4px 4px 0 rgba(24, 26, 15, 0.3);
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 65px;
    background: #181a0f;
    width: 100%;
    height: auto;
    max-height: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  header#masthead .mobilePanel.open {
    max-height: 500px;
    padding: 45px 20px 25px;
  }
}
header#masthead .mobilePanel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header#masthead .mobilePanel li {
  margin: 0 auto 25px;
}
header#masthead .mobilePanel li.current-menu-item a, header#masthead .mobilePanel li.current-page-ancestor a {
  color: #b49f6c;
}
header#masthead .mobilePanel li a {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Hanken";
  font-weight: 700;
}
header#masthead .mobilePanel li a:hover {
  color: #b49f6c;
}

.single-work .mobilePanel ul li#menu-item-44 a,
.single-post .mobilePanel ul li#menu-item-36 a {
  color: #b49f6c;
}

main#main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main#main #colophon {
  margin-top: auto;
}

.hamburger {
  padding: 0;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  background: none;
}

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

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

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  width: 40px;
  height: 4px;
  background-color: white;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*==============================================================*/
/*==============================================================*/
footer#colophon {
  background: #212e3d;
  padding-top: 40px;
  padding-bottom: 20px;
  color: white;
}
@media (min-width: 480px) {
  footer#colophon {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
footer#colophon a:hover {
  color: #90664a;
}
footer#colophon ul {
  margin: 0;
}
footer#colophon ul li {
  margin: 0;
}
footer#colophon ul li:before {
  display: none;
}
footer#colophon .footerMain {
  margin: 0 auto;
  width: 94%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 600px) {
  footer#colophon .footerMain {
    flex-direction: row;
    gap: 60px;
  }
}
footer#colophon .footerMain .logoBlock {
  width: 100%;
  text-align: center;
}
@media (min-width: 600px) {
  footer#colophon .footerMain .logoBlock {
    width: 30%;
  }
}
footer#colophon .footerMain .logoBlock img.logo {
  width: 10vw;
  min-width: 200px;
  height: auto;
  margin: 0 auto;
}
footer#colophon .footerMain .logoBlock a.ctaLink {
  display: inline-block;
  font-family: "Nyse";
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 600px) {
  footer#colophon .footerMain .logoBlock a.ctaLink {
    font-size: -moz-calc(19.2px);
    font-size: -webkit-calc(19.2px);
    font-size: calc(19.2px);
  }
}
@media (min-width: 768px) {
  footer#colophon .footerMain .logoBlock a.ctaLink {
    font-size: -moz-calc(20.4px);
    font-size: -webkit-calc(20.4px);
    font-size: calc(20.4px);
  }
}
@media (min-width: 900px) {
  footer#colophon .footerMain .logoBlock a.ctaLink {
    font-size: -moz-calc(21.6px);
    font-size: -webkit-calc(21.6px);
    font-size: calc(21.6px);
  }
}
@media (min-width: 1024px) {
  footer#colophon .footerMain .logoBlock a.ctaLink {
    font-size: -moz-calc(22.8px);
    font-size: -webkit-calc(22.8px);
    font-size: calc(22.8px);
  }
}
@media (min-width: 1240px) {
  footer#colophon .footerMain .logoBlock a.ctaLink {
    font-size: 24px;
  }
}
footer#colophon .footerMain .logoBlock a.ctaLink {
  margin: 24px 0;
}
footer#colophon .footerMain .logoBlock a.ctaLink:hover {
  margin-left: 50px;
}
footer#colophon .footerMain .contentBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px 60px;
  justify-content: space-between;
}
footer#colophon .footerMain .contentBlock .subcol {
  flex: 0 1 auto;
}
footer#colophon .footerMain .contentBlock .subcol h2 {
  font-family: "Nyse";
  font-weight: 600;
  line-height: 1.1;
  font-size: 18px;
}
@media (min-width: 600px) {
  footer#colophon .footerMain .contentBlock .subcol h2 {
    font-size: -moz-calc(20.4px);
    font-size: -webkit-calc(20.4px);
    font-size: calc(20.4px);
  }
}
@media (min-width: 768px) {
  footer#colophon .footerMain .contentBlock .subcol h2 {
    font-size: -moz-calc(22.8px);
    font-size: -webkit-calc(22.8px);
    font-size: calc(22.8px);
  }
}
@media (min-width: 900px) {
  footer#colophon .footerMain .contentBlock .subcol h2 {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 1024px) {
  footer#colophon .footerMain .contentBlock .subcol h2 {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1240px) {
  footer#colophon .footerMain .contentBlock .subcol h2 {
    font-size: 30px;
  }
}
footer#colophon .footerMain .contentBlock .subcol h2 {
  margin-bottom: 16px;
}
footer#colophon .footerMain .contentBlock .subcol ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#colophon .footerMain .contentBlock .subcol ul.menu li {
  margin-bottom: 8px;
}
footer#colophon .footerMain .contentBlock .subcol ul.menu li a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
}
@media (min-width: 600px) {
  footer#colophon .footerMain .contentBlock .subcol ul.menu li a {
    font-size: -moz-calc(11.4px);
    font-size: -webkit-calc(11.4px);
    font-size: calc(11.4px);
  }
}
@media (min-width: 768px) {
  footer#colophon .footerMain .contentBlock .subcol ul.menu li a {
    font-size: -moz-calc(11.8px);
    font-size: -webkit-calc(11.8px);
    font-size: calc(11.8px);
  }
}
@media (min-width: 900px) {
  footer#colophon .footerMain .contentBlock .subcol ul.menu li a {
    font-size: -moz-calc(12.2px);
    font-size: -webkit-calc(12.2px);
    font-size: calc(12.2px);
  }
}
@media (min-width: 1024px) {
  footer#colophon .footerMain .contentBlock .subcol ul.menu li a {
    font-size: -moz-calc(12.6px);
    font-size: -webkit-calc(12.6px);
    font-size: calc(12.6px);
  }
}
@media (min-width: 1240px) {
  footer#colophon .footerMain .contentBlock .subcol ul.menu li a {
    font-size: 13px;
  }
}
footer#colophon .footerMain .contentBlock .subcol ul.menu li a {
  font-family: "Hanken";
  font-weight: 400;
}
footer#colophon .footerMain .contentBlock .subcol ul.menu li a:hover {
  color: #90664a;
}
footer#colophon .footerMain .contentBlock .socialBlock {
  margin-top: 16px;
}
footer#colophon .footerMain .contentBlock .socialBlock ul.social {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
}
footer#colophon .footerMain .contentBlock .socialBlock ul.social li {
  display: inline-block;
  margin: 0;
}
footer#colophon .footerMain .contentBlock .socialBlock ul.social a {
  font-size: 30px;
}
@media (min-width: 1240px) {
  footer#colophon .footerMain .contentBlock .socialBlock ul.social a {
    font-size: 34px;
  }
}
footer#colophon .footerMain .contentBlock .socialBlock ul.social a:hover {
  color: #4a6180;
}
footer#colophon .footnote {
  margin: 0 auto;
  width: 94%;
  font-size: 11px;
  margin-top: 40px;
}
@media (min-width: 600px) {
  footer#colophon .footnote {
    display: flex;
    justify-content: space-between;
  }
}
footer#colophon .footnote .col {
  text-align: center;
}

.calloutRow.short {
  padding-top: 35px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .calloutRow.short {
    padding-top: 58px;
    padding-bottom: 60px;
  }
}
.calloutRow.default {
  padding-top: 60px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .calloutRow.default {
    padding-top: 90px;
    padding-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .calloutRow.default {
    padding-top: 130px;
    padding-bottom: 135px;
  }
}
.calloutRow.tall {
  padding-top: 90px;
  padding-bottom: 95px;
}
@media (min-width: 768px) {
  .calloutRow.tall {
    padding-top: 120px;
    padding-bottom: 125px;
  }
}
@media (min-width: 1024px) {
  .calloutRow.tall {
    padding-top: 170px;
    padding-bottom: 175px;
  }
}
.calloutRow .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1280px;
  text-align: center;
}
.calloutRow .wrap * {
  line-height: 1.5em;
}
.calloutRow .wrap p {
  font-family: "Hanken";
  font-weight: 400;
  font-size: 19px;
}
@media (min-width: 600px) {
  .calloutRow .wrap p {
    font-size: -moz-calc(20.2px);
    font-size: -webkit-calc(20.2px);
    font-size: calc(20.2px);
  }
}
@media (min-width: 768px) {
  .calloutRow .wrap p {
    font-size: -moz-calc(21.4px);
    font-size: -webkit-calc(21.4px);
    font-size: calc(21.4px);
  }
}
@media (min-width: 900px) {
  .calloutRow .wrap p {
    font-size: -moz-calc(22.6px);
    font-size: -webkit-calc(22.6px);
    font-size: calc(22.6px);
  }
}
@media (min-width: 1024px) {
  .calloutRow .wrap p {
    font-size: -moz-calc(23.8px);
    font-size: -webkit-calc(23.8px);
    font-size: calc(23.8px);
  }
}
@media (min-width: 1240px) {
  .calloutRow .wrap p {
    font-size: 25px;
  }
}
.calloutRow .wrap p {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .calloutRow .wrap p {
    margin-bottom: 35px;
  }
}
.calloutRow .wrap p.pLarge {
  font-family: "Nyse";
  font-weight: 600;
  font-size: calc(2.5vw + 1.5em);
  line-height: 1.2;
}
.calloutRow .wrap p.pSmall {
  font-size: 15px;
}
@media (min-width: 600px) {
  .calloutRow .wrap p.pSmall {
    font-size: -moz-calc(16px);
    font-size: -webkit-calc(16px);
    font-size: calc(16px);
  }
}
@media (min-width: 768px) {
  .calloutRow .wrap p.pSmall {
    font-size: -moz-calc(17px);
    font-size: -webkit-calc(17px);
    font-size: calc(17px);
  }
}
@media (min-width: 900px) {
  .calloutRow .wrap p.pSmall {
    font-size: -moz-calc(18px);
    font-size: -webkit-calc(18px);
    font-size: calc(18px);
  }
}
@media (min-width: 1024px) {
  .calloutRow .wrap p.pSmall {
    font-size: -moz-calc(19px);
    font-size: -webkit-calc(19px);
    font-size: calc(19px);
  }
}
@media (min-width: 1240px) {
  .calloutRow .wrap p.pSmall {
    font-size: 20px;
  }
}
.calloutRow .wrap a {
  font-size: 21px;
}
@media (min-width: 600px) {
  .calloutRow .wrap a {
    font-size: -moz-calc(22.4px);
    font-size: -webkit-calc(22.4px);
    font-size: calc(22.4px);
  }
}
@media (min-width: 768px) {
  .calloutRow .wrap a {
    font-size: -moz-calc(23.8px);
    font-size: -webkit-calc(23.8px);
    font-size: calc(23.8px);
  }
}
@media (min-width: 900px) {
  .calloutRow .wrap a {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 1024px) {
  .calloutRow .wrap a {
    font-size: -moz-calc(26.6px);
    font-size: -webkit-calc(26.6px);
    font-size: calc(26.6px);
  }
}
@media (min-width: 1240px) {
  .calloutRow .wrap a {
    font-size: 28px;
  }
}
.calloutRow .wrap a {
  font-family: "Hanken";
  font-weight: 900;
  display: inline-block;
  border-bottom: 2px solid;
  transition: transform 0.25s ease, color 0.25s ease;
}
.calloutRow .wrap a.linkLarge {
  font-family: "Nyse";
  font-weight: 600;
  font-size: 38px;
}
@media (min-width: 600px) {
  .calloutRow .wrap a.linkLarge {
    font-size: -moz-calc(41.2px);
    font-size: -webkit-calc(41.2px);
    font-size: calc(41.2px);
  }
}
@media (min-width: 768px) {
  .calloutRow .wrap a.linkLarge {
    font-size: -moz-calc(44.4px);
    font-size: -webkit-calc(44.4px);
    font-size: calc(44.4px);
  }
}
@media (min-width: 900px) {
  .calloutRow .wrap a.linkLarge {
    font-size: -moz-calc(47.6px);
    font-size: -webkit-calc(47.6px);
    font-size: calc(47.6px);
  }
}
@media (min-width: 1024px) {
  .calloutRow .wrap a.linkLarge {
    font-size: -moz-calc(50.8px);
    font-size: -webkit-calc(50.8px);
    font-size: calc(50.8px);
  }
}
@media (min-width: 1240px) {
  .calloutRow .wrap a.linkLarge {
    font-size: 54px;
  }
}
.calloutRow .wrap a:hover {
  transform: translateY(-4px);
}
.calloutRow.mistBg .wrap a, .calloutRow.whiteBg .wrap a {
  text-transform: uppercase;
  display: inline-block;
  color: #181a0f;
  padding-bottom: 5px;
  border-bottom: 2px solid #90664a;
  font-size: 14px;
}
@media (min-width: 600px) {
  .calloutRow.mistBg .wrap a, .calloutRow.whiteBg .wrap a {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .calloutRow.mistBg .wrap a, .calloutRow.whiteBg .wrap a {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .calloutRow.mistBg .wrap a, .calloutRow.whiteBg .wrap a {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .calloutRow.mistBg .wrap a, .calloutRow.whiteBg .wrap a {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .calloutRow.mistBg .wrap a, .calloutRow.whiteBg .wrap a {
    font-size: 16px;
  }
}
.calloutRow.mistBg .wrap a, .calloutRow.whiteBg .wrap a {
  letter-spacing: 2px;
  font-family: "Hanken";
  font-weight: 900;
}
.calloutRow.mistBg .wrap a.centerHead, .calloutRow.whiteBg .wrap a.centerHead {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.calloutRow.mistBg .wrap a.centerHead span, .calloutRow.whiteBg .wrap a.centerHead span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #90664a;
}
.calloutRow.mistBg .wrap a.centerHead span span, .calloutRow.whiteBg .wrap a.centerHead span span {
  padding: 0;
  border: none;
}
.calloutRow.mistBg .wrap a:hover, .calloutRow.whiteBg .wrap a:hover {
  color: #90664a;
  padding-left: 0;
}
.calloutRow.copperBg .wrap a:hover, .calloutRow.pblackBg .wrap a:hover, .calloutRow.pgoldBg .wrap a:hover, .calloutRow.navyBg .wrap a:hover, .calloutRow.slateBg .wrap a:hover {
  color: inherit;
}
.calloutRow .wrap h2 {
  font-family: "Nyse";
  font-weight: 600;
  font-size: 28px;
}
@media (min-width: 600px) {
  .calloutRow .wrap h2 {
    font-size: -moz-calc(30.4px);
    font-size: -webkit-calc(30.4px);
    font-size: calc(30.4px);
  }
}
@media (min-width: 768px) {
  .calloutRow .wrap h2 {
    font-size: -moz-calc(32.8px);
    font-size: -webkit-calc(32.8px);
    font-size: calc(32.8px);
  }
}
@media (min-width: 900px) {
  .calloutRow .wrap h2 {
    font-size: -moz-calc(35.2px);
    font-size: -webkit-calc(35.2px);
    font-size: calc(35.2px);
  }
}
@media (min-width: 1024px) {
  .calloutRow .wrap h2 {
    font-size: -moz-calc(37.6px);
    font-size: -webkit-calc(37.6px);
    font-size: calc(37.6px);
  }
}
@media (min-width: 1240px) {
  .calloutRow .wrap h2 {
    font-size: 40px;
  }
}
.calloutRow .wrap h2 {
  line-height: 1.1;
}

.patternedBgContent {
  background: url("../images/phc-pattern2-light.png") repeat center center;
  background-size: 610px auto;
}
.patternedBgContent:first-child.boxed {
  padding-top: 8vh;
}
.patternedBgContent.noPadB {
  padding-bottom: 0 !important;
}
.patternedBgContent.boxed {
  padding: 6vh 0;
}
.patternedBgContent.boxed .wrap {
  margin: 0 auto;
  text-align: center;
  max-width: 94%;
}
.patternedBgContent.boxed .wrap.content {
  padding: 4vh 4vw 5vh;
}
@media (min-width: 768px) {
  .patternedBgContent.boxed .wrap.content {
    width: 55vw;
    min-width: 650px;
  }
}
@media (min-width: 1700px) {
  .patternedBgContent.boxed .wrap.content {
    width: 40vw;
  }
}
@media (min-width: 768px) {
  .patternedBgContent.boxed .wrap.img.thin {
    width: 45vw;
    min-width: 500px;
  }
}
@media (min-width: 1700px) {
  .patternedBgContent.boxed .wrap.img.thin {
    width: 35vw;
  }
}
@media (min-width: 768px) {
  .patternedBgContent.boxed .wrap.img.med {
    width: 55vw;
    min-width: 650px;
  }
}
@media (min-width: 1700px) {
  .patternedBgContent.boxed .wrap.img.med {
    width: 40vw;
  }
}
@media (min-width: 768px) {
  .patternedBgContent.boxed .wrap.img.wide {
    width: 70vw;
    min-width: 750px;
  }
}
@media (min-width: 1700px) {
  .patternedBgContent.boxed .wrap.img.wide {
    width: 65vw;
  }
}
@media (min-width: 480px) {
  .patternedBgContent.patternL .wrap {
    margin-left: 25%;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .patternedBgContent.patternL .wrap {
    margin-left: 30%;
    width: 70%;
  }
}
.patternedBgContent.patternL .wrap .inner {
  padding: 6vh 6vw;
}
@media (min-width: 480px) {
  .patternedBgContent.patternL .wrap .inner {
    padding: 6vh 7vw 8vh 6vw;
  }
}
@media (min-width: 768px) {
  .patternedBgContent.patternL .wrap .inner {
    padding: 8vh 8vw 10vh;
  }
}
@media (min-width: 1024px) {
  .patternedBgContent.patternL .wrap .inner {
    max-width: 90%;
  }
}
.patternedBgContent.patternL .wrap h2 {
  font-size: 25px;
}
@media (min-width: 600px) {
  .patternedBgContent.patternL .wrap h2 {
    font-size: -moz-calc(26.8px);
    font-size: -webkit-calc(26.8px);
    font-size: calc(26.8px);
  }
}
@media (min-width: 768px) {
  .patternedBgContent.patternL .wrap h2 {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 900px) {
  .patternedBgContent.patternL .wrap h2 {
    font-size: -moz-calc(30.4px);
    font-size: -webkit-calc(30.4px);
    font-size: calc(30.4px);
  }
}
@media (min-width: 1024px) {
  .patternedBgContent.patternL .wrap h2 {
    font-size: -moz-calc(32.2px);
    font-size: -webkit-calc(32.2px);
    font-size: calc(32.2px);
  }
}
@media (min-width: 1240px) {
  .patternedBgContent.patternL .wrap h2 {
    font-size: 34px;
  }
}
.patternedBgContent.patternL .wrap h2 {
  letter-spacing: -0.02em;
}
.patternedBgContent .wrap + .wrap {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .patternedBgContent .wrap + .wrap {
    margin-top: 40px;
  }
}
.patternedBgContent .content h1, .patternedBgContent .content h3 {
  text-transform: uppercase;
  display: inline-block;
  color: #90664a;
  padding-bottom: 5px;
  border-bottom: 2px solid #90664a;
  font-size: 14px;
}
@media (min-width: 600px) {
  .patternedBgContent .content h1, .patternedBgContent .content h3 {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .patternedBgContent .content h1, .patternedBgContent .content h3 {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .patternedBgContent .content h1, .patternedBgContent .content h3 {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .patternedBgContent .content h1, .patternedBgContent .content h3 {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .patternedBgContent .content h1, .patternedBgContent .content h3 {
    font-size: 16px;
  }
}
.patternedBgContent .content h1, .patternedBgContent .content h3 {
  letter-spacing: 2px;
  font-family: "Hanken";
  font-weight: 900;
}
.patternedBgContent .content h1.centerHead, .patternedBgContent .content h3.centerHead {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.patternedBgContent .content h1.centerHead span, .patternedBgContent .content h3.centerHead span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #90664a;
}
.patternedBgContent .content h1.centerHead span span, .patternedBgContent .content h3.centerHead span span {
  padding: 0;
  border: none;
}
.patternedBgContent .content h1, .patternedBgContent .content h3 {
  margin-bottom: 30px;
}
.patternedBgContent .content h2 {
  font-size: 28px;
}
@media (min-width: 600px) {
  .patternedBgContent .content h2 {
    font-size: -moz-calc(30.4px);
    font-size: -webkit-calc(30.4px);
    font-size: calc(30.4px);
  }
}
@media (min-width: 768px) {
  .patternedBgContent .content h2 {
    font-size: -moz-calc(32.8px);
    font-size: -webkit-calc(32.8px);
    font-size: calc(32.8px);
  }
}
@media (min-width: 900px) {
  .patternedBgContent .content h2 {
    font-size: -moz-calc(35.2px);
    font-size: -webkit-calc(35.2px);
    font-size: calc(35.2px);
  }
}
@media (min-width: 1024px) {
  .patternedBgContent .content h2 {
    font-size: -moz-calc(37.6px);
    font-size: -webkit-calc(37.6px);
    font-size: calc(37.6px);
  }
}
@media (min-width: 1240px) {
  .patternedBgContent .content h2 {
    font-size: 40px;
  }
}
.patternedBgContent .content h2 {
  margin-bottom: 25px;
}
.patternedBgContent .content p {
  font-size: 18px;
}
@media (min-width: 600px) {
  .patternedBgContent .content p {
    font-size: -moz-calc(18.8px);
    font-size: -webkit-calc(18.8px);
    font-size: calc(18.8px);
  }
}
@media (min-width: 768px) {
  .patternedBgContent .content p {
    font-size: -moz-calc(19.6px);
    font-size: -webkit-calc(19.6px);
    font-size: calc(19.6px);
  }
}
@media (min-width: 900px) {
  .patternedBgContent .content p {
    font-size: -moz-calc(20.4px);
    font-size: -webkit-calc(20.4px);
    font-size: calc(20.4px);
  }
}
@media (min-width: 1024px) {
  .patternedBgContent .content p {
    font-size: -moz-calc(21.2px);
    font-size: -webkit-calc(21.2px);
    font-size: calc(21.2px);
  }
}
@media (min-width: 1240px) {
  .patternedBgContent .content p {
    font-size: 22px;
  }
}
.patternedBgContent .content p {
  margin-bottom: 30px;
  line-height: 1.6em;
}
.patternedBgContent .content p.pSmall {
  font-size: 13px;
}
@media (min-width: 600px) {
  .patternedBgContent .content p.pSmall {
    font-size: -moz-calc(13.2px);
    font-size: -webkit-calc(13.2px);
    font-size: calc(13.2px);
  }
}
@media (min-width: 768px) {
  .patternedBgContent .content p.pSmall {
    font-size: -moz-calc(13.4px);
    font-size: -webkit-calc(13.4px);
    font-size: calc(13.4px);
  }
}
@media (min-width: 900px) {
  .patternedBgContent .content p.pSmall {
    font-size: -moz-calc(13.6px);
    font-size: -webkit-calc(13.6px);
    font-size: calc(13.6px);
  }
}
@media (min-width: 1024px) {
  .patternedBgContent .content p.pSmall {
    font-size: -moz-calc(13.8px);
    font-size: -webkit-calc(13.8px);
    font-size: calc(13.8px);
  }
}
@media (min-width: 1240px) {
  .patternedBgContent .content p.pSmall {
    font-size: 14px;
  }
}
.patternedBgContent .content p.pLarge {
  font-size: 22px;
}
@media (min-width: 600px) {
  .patternedBgContent .content p.pLarge {
    font-size: -moz-calc(22.8px);
    font-size: -webkit-calc(22.8px);
    font-size: calc(22.8px);
  }
}
@media (min-width: 768px) {
  .patternedBgContent .content p.pLarge {
    font-size: -moz-calc(23.6px);
    font-size: -webkit-calc(23.6px);
    font-size: calc(23.6px);
  }
}
@media (min-width: 900px) {
  .patternedBgContent .content p.pLarge {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 1024px) {
  .patternedBgContent .content p.pLarge {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 1240px) {
  .patternedBgContent .content p.pLarge {
    font-size: 26px;
  }
}
.patternedBgContent .content ul {
  margin: 0 0 30px 25px;
  text-align: left;
}
.patternedBgContent .content ul li {
  position: relative;
  margin-bottom: 5px;
}
.patternedBgContent .content ul li:last-of-type {
  margin-bottom: 0;
}
.patternedBgContent .content ul li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.patternedBgContent .content ul li ul {
  margin-top: 5px;
}
.patternedBgContent .content ul.arrowList {
  margin: 0 0 30px 25px;
  text-align: left;
}
.patternedBgContent .content ul.arrowList li {
  position: relative;
  margin-bottom: 5px;
}
.patternedBgContent .content ul.arrowList li:last-of-type {
  margin-bottom: 0;
}
.patternedBgContent .content ul.arrowList li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.patternedBgContent .content ul.arrowList li ul {
  margin-top: 5px;
}
.patternedBgContent .content ul.arrowList li {
  font-size: 23px;
}
@media (min-width: 600px) {
  .patternedBgContent .content ul.arrowList li {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .patternedBgContent .content ul.arrowList li {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .patternedBgContent .content ul.arrowList li {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .patternedBgContent .content ul.arrowList li {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .patternedBgContent .content ul.arrowList li {
    font-size: 30px;
  }
}
.patternedBgContent .content ul.arrowList li {
  margin-bottom: 15px;
  color: #4a6180;
  font-family: "Hanken";
  font-weight: 300;
}
@media (min-width: 768px) {
  .patternedBgContent .content ul.arrowList li {
    margin-bottom: 25px;
  }
}
.patternedBgContent .content ul.arrowList li a {
  text-decoration: none;
  color: #4a6180;
  font-family: "Hanken";
  font-weight: 500;
}
.patternedBgContent .content ul.arrowList li a:hover {
  padding-left: 10px !important;
  color: #212e3d;
}
.patternedBgContent .content ul.arrowList li:before {
  content: "›";
  color: #90664a;
  font-size: 24px;
}
@media (min-width: 600px) {
  .patternedBgContent .content ul.arrowList li:before {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 768px) {
  .patternedBgContent .content ul.arrowList li:before {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 900px) {
  .patternedBgContent .content ul.arrowList li:before {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1024px) {
  .patternedBgContent .content ul.arrowList li:before {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 1240px) {
  .patternedBgContent .content ul.arrowList li:before {
    font-size: 30px;
  }
}
.patternedBgContent .content ul.arrowList li:before {
  font-family: "Hanken";
  font-weight: 700;
  margin-left: -25px;
}
.patternedBgContent .content ul li {
  margin-bottom: 13px;
  font-family: "Hanken";
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 600px) {
  .patternedBgContent .content ul li {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 768px) {
  .patternedBgContent .content ul li {
    font-size: -moz-calc(18.8px);
    font-size: -webkit-calc(18.8px);
    font-size: calc(18.8px);
  }
}
@media (min-width: 900px) {
  .patternedBgContent .content ul li {
    font-size: -moz-calc(19.2px);
    font-size: -webkit-calc(19.2px);
    font-size: calc(19.2px);
  }
}
@media (min-width: 1024px) {
  .patternedBgContent .content ul li {
    font-size: -moz-calc(19.6px);
    font-size: -webkit-calc(19.6px);
    font-size: calc(19.6px);
  }
}
@media (min-width: 1240px) {
  .patternedBgContent .content ul li {
    font-size: 20px;
  }
}
.patternedBgContent .img {
  position: relative;
}
.patternedBgContent .img.overhangs:after {
  content: "";
  width: 150vw;
  height: 33.33%;
  position: absolute;
  left: -50vw;
  bottom: 0;
  background: white;
}
.patternedBgContent .img img {
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .checkerboard .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 768px) {
  .checkerboard .row:nth-of-type(even) .txt {
    order: 1;
  }
  .checkerboard .row:nth-of-type(even) .img {
    order: 2;
  }
}
.checkerboard .row .img, .checkerboard .row .txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .checkerboard .row .img, .checkerboard .row .txt {
    min-height: 62vh;
    width: 50%;
  }
}
.checkerboard .row .img.imgLink {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 767px) {
  .checkerboard .row .img.imgLink {
    display: block;
  }
}
.checkerboard .row .img.imgLink:hover {
  opacity: 0.75;
}
.checkerboard .row .img.imgLink a {
  height: 100%;
}
.checkerboard .row .img.cover {
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .checkerboard .row .img.cover {
    height: 100vw;
  }
}
.checkerboard .row .img.cover img {
  display: none;
}
.checkerboard .row .img.noCover.noLink {
  padding: 3vh 0;
  aspect-ratio: 2/1;
}
.checkerboard .row .img.noCover.imgLink a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 3vh 0;
}
.checkerboard .row .img.noCover img {
  width: unset;
  height: calc(100px + 10vw);
  margin: 0 auto;
}
.checkerboard .row .txt .inner {
  width: 70%;
  max-width: 512px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .checkerboard .row .txt .inner {
    text-align: center;
    width: 80%;
  }
}
.checkerboard .row .txt .inner h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .checkerboard .row .txt .inner h3 {
    margin-bottom: 12px;
  }
}
body.page-id-27 .checkerboard .row .txt .inner h3 {
  font-size: 20px;
}
@media (min-width: 600px) {
  body.page-id-27 .checkerboard .row .txt .inner h3 {
    font-size: -moz-calc(20.4px);
    font-size: -webkit-calc(20.4px);
    font-size: calc(20.4px);
  }
}
@media (min-width: 768px) {
  body.page-id-27 .checkerboard .row .txt .inner h3 {
    font-size: -moz-calc(20.8px);
    font-size: -webkit-calc(20.8px);
    font-size: calc(20.8px);
  }
}
@media (min-width: 900px) {
  body.page-id-27 .checkerboard .row .txt .inner h3 {
    font-size: -moz-calc(21.2px);
    font-size: -webkit-calc(21.2px);
    font-size: calc(21.2px);
  }
}
@media (min-width: 1024px) {
  body.page-id-27 .checkerboard .row .txt .inner h3 {
    font-size: -moz-calc(21.6px);
    font-size: -webkit-calc(21.6px);
    font-size: calc(21.6px);
  }
}
@media (min-width: 1240px) {
  body.page-id-27 .checkerboard .row .txt .inner h3 {
    font-size: 22px;
  }
}
.checkerboard .row .txt .inner h2 {
  font-size: 24px;
}
@media (min-width: 600px) {
  .checkerboard .row .txt .inner h2 {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 768px) {
  .checkerboard .row .txt .inner h2 {
    font-size: -moz-calc(33.6px);
    font-size: -webkit-calc(33.6px);
    font-size: calc(33.6px);
  }
}
@media (min-width: 900px) {
  .checkerboard .row .txt .inner h2 {
    font-size: -moz-calc(38.4px);
    font-size: -webkit-calc(38.4px);
    font-size: calc(38.4px);
  }
}
@media (min-width: 1024px) {
  .checkerboard .row .txt .inner h2 {
    font-size: -moz-calc(43.2px);
    font-size: -webkit-calc(43.2px);
    font-size: calc(43.2px);
  }
}
@media (min-width: 1240px) {
  .checkerboard .row .txt .inner h2 {
    font-size: 48px;
  }
}
.checkerboard .row .txt .inner h2 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .checkerboard .row .txt .inner h2 {
    margin-bottom: 15px;
  }
}
.checkerboard .row .txt .inner h2 + p > a.btn {
  margin-top: 20px;
}
.checkerboard .row .txt .inner p {
  font-size: 17px;
}
@media (min-width: 600px) {
  .checkerboard .row .txt .inner p {
    font-size: -moz-calc(17.6px);
    font-size: -webkit-calc(17.6px);
    font-size: calc(17.6px);
  }
}
@media (min-width: 768px) {
  .checkerboard .row .txt .inner p {
    font-size: -moz-calc(18.2px);
    font-size: -webkit-calc(18.2px);
    font-size: calc(18.2px);
  }
}
@media (min-width: 900px) {
  .checkerboard .row .txt .inner p {
    font-size: -moz-calc(18.8px);
    font-size: -webkit-calc(18.8px);
    font-size: calc(18.8px);
  }
}
@media (min-width: 1024px) {
  .checkerboard .row .txt .inner p {
    font-size: -moz-calc(19.4px);
    font-size: -webkit-calc(19.4px);
    font-size: calc(19.4px);
  }
}
@media (min-width: 1240px) {
  .checkerboard .row .txt .inner p {
    font-size: 20px;
  }
}
.checkerboard .row .txt .inner p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .checkerboard .row .txt .inner p {
    margin-bottom: 35px;
  }
}

.checkerboard.animationCheckerboard .row .img {
  position: relative;
}
.checkerboard.animationCheckerboard .row .img img.animPoster {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.checkerboard.animationCheckerboard .row .img video.animVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: calc(100px + 10vw);
  margin: 0 auto;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.checkerboard.animationCheckerboard .row .img.animPlaying img.animPoster {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease 0.3s;
  -moz-transition: opacity 0.1s ease 0.3s;
  -ms-transition: opacity 0.1s ease 0.3s;
  -o-transition: opacity 0.1s ease 0.3s;
  transition: opacity 0.1s ease 0.3s;
}
.checkerboard.animationCheckerboard .row .img.animPlaying video.animVideo {
  opacity: 1;
}
html[data-platform=macos] .checkerboard.animationCheckerboard .row:nth-child(2) .img {
  background-color: rgb(157, 113, 84);
}
html[data-platform=macos] .checkerboard.animationCheckerboard .row:nth-child(3) .img {
  background-color: rgb(84, 108, 140);
}
@media (prefers-reduced-motion: reduce) {
  .checkerboard.animationCheckerboard video.animVideo {
    display: none;
  }
}

@media (min-width: 768px) {
  .twoColText {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 767px) {
  .twoColText.bgMatch .col:first-of-type {
    padding: 45px 0 10px;
  }
}
@media (max-width: 767px) {
  .twoColText.bgMatch .col:last-of-type {
    padding: 10px 0 55px;
  }
}
@media (min-width: 768px) {
  .twoColText:first-child .col {
    padding-top: 10vh;
  }
}
.twoColText .col {
  padding: 45px 0 55px;
}
@media (min-width: 768px) {
  .twoColText .col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50%;
    padding: 11vh 0 12vh;
  }
}
.twoColText .col.top {
  align-items: flex-start;
}
.twoColText .col.mid {
  align-items: center;
}
.twoColText .col.bot {
  align-items: flex-end;
}
.twoColText .col.widthWide .inner {
  width: 80%;
  max-width: 655px;
}
.twoColText .col .inner {
  width: 70%;
  max-width: 512px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .twoColText .col .inner {
    text-align: center;
    width: 80%;
  }
}
.twoColText .col h1, .twoColText .col h3 {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .twoColText .col h1, .twoColText .col h3 {
    margin-bottom: 50px;
  }
}
.twoColText .col h2 {
  font-size: 25px;
}
@media (min-width: 600px) {
  .twoColText .col h2 {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 768px) {
  .twoColText .col h2 {
    font-size: -moz-calc(27.8px);
    font-size: -webkit-calc(27.8px);
    font-size: calc(27.8px);
  }
}
@media (min-width: 900px) {
  .twoColText .col h2 {
    font-size: -moz-calc(29.2px);
    font-size: -webkit-calc(29.2px);
    font-size: calc(29.2px);
  }
}
@media (min-width: 1024px) {
  .twoColText .col h2 {
    font-size: -moz-calc(30.6px);
    font-size: -webkit-calc(30.6px);
    font-size: calc(30.6px);
  }
}
@media (min-width: 1240px) {
  .twoColText .col h2 {
    font-size: 32px;
  }
}
.twoColText .col h2 {
  margin-bottom: 20px;
}
.twoColText .col h2.h2Large {
  font-size: 28px;
}
@media (min-width: 600px) {
  .twoColText .col h2.h2Large {
    font-size: -moz-calc(32px);
    font-size: -webkit-calc(32px);
    font-size: calc(32px);
  }
}
@media (min-width: 768px) {
  .twoColText .col h2.h2Large {
    font-size: -moz-calc(36px);
    font-size: -webkit-calc(36px);
    font-size: calc(36px);
  }
}
@media (min-width: 900px) {
  .twoColText .col h2.h2Large {
    font-size: -moz-calc(40px);
    font-size: -webkit-calc(40px);
    font-size: calc(40px);
  }
}
@media (min-width: 1024px) {
  .twoColText .col h2.h2Large {
    font-size: -moz-calc(44px);
    font-size: -webkit-calc(44px);
    font-size: calc(44px);
  }
}
@media (min-width: 1240px) {
  .twoColText .col h2.h2Large {
    font-size: 48px;
  }
}
.twoColText .col p {
  font-size: 18px;
}
@media (min-width: 600px) {
  .twoColText .col p {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 768px) {
  .twoColText .col p {
    font-size: -moz-calc(18.8px);
    font-size: -webkit-calc(18.8px);
    font-size: calc(18.8px);
  }
}
@media (min-width: 900px) {
  .twoColText .col p {
    font-size: -moz-calc(19.2px);
    font-size: -webkit-calc(19.2px);
    font-size: calc(19.2px);
  }
}
@media (min-width: 1024px) {
  .twoColText .col p {
    font-size: -moz-calc(19.6px);
    font-size: -webkit-calc(19.6px);
    font-size: calc(19.6px);
  }
}
@media (min-width: 1240px) {
  .twoColText .col p {
    font-size: 20px;
  }
}
.twoColText .col p {
  font-family: "Hanken";
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.6em;
}
.twoColText .col p.pSmall {
  font-size: 14px;
}
@media (min-width: 600px) {
  .twoColText .col p.pSmall {
    font-size: -moz-calc(14.6px);
    font-size: -webkit-calc(14.6px);
    font-size: calc(14.6px);
  }
}
@media (min-width: 768px) {
  .twoColText .col p.pSmall {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 900px) {
  .twoColText .col p.pSmall {
    font-size: -moz-calc(15.8px);
    font-size: -webkit-calc(15.8px);
    font-size: calc(15.8px);
  }
}
@media (min-width: 1024px) {
  .twoColText .col p.pSmall {
    font-size: -moz-calc(16.4px);
    font-size: -webkit-calc(16.4px);
    font-size: calc(16.4px);
  }
}
@media (min-width: 1240px) {
  .twoColText .col p.pSmall {
    font-size: 17px;
  }
}
.twoColText .col p.pLarge {
  font-family: "Nyse";
  font-weight: 600;
  font-size: 23px;
}
@media (min-width: 600px) {
  .twoColText .col p.pLarge {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .twoColText .col p.pLarge {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .twoColText .col p.pLarge {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .twoColText .col p.pLarge {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .twoColText .col p.pLarge {
    font-size: 30px;
  }
}
.twoColText .col a {
  font-family: "Hanken";
  font-weight: 700;
  letter-spacing: 1px;
}
.twoColText .col a.linkLarge {
  font-family: "Nyse";
  font-weight: 600;
  font-size: 24px;
}
@media (min-width: 600px) {
  .twoColText .col a.linkLarge {
    font-size: -moz-calc(24.8px);
    font-size: -webkit-calc(24.8px);
    font-size: calc(24.8px);
  }
}
@media (min-width: 768px) {
  .twoColText .col a.linkLarge {
    font-size: -moz-calc(25.6px);
    font-size: -webkit-calc(25.6px);
    font-size: calc(25.6px);
  }
}
@media (min-width: 900px) {
  .twoColText .col a.linkLarge {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 1024px) {
  .twoColText .col a.linkLarge {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1240px) {
  .twoColText .col a.linkLarge {
    font-size: 28px;
  }
}
.twoColText .col a:hover {
  padding-left: 25px;
}
.twoColText .col ul {
  margin: 0 0 30px 25px;
  text-align: left;
}
.twoColText .col ul li {
  position: relative;
  margin-bottom: 5px;
}
.twoColText .col ul li:last-of-type {
  margin-bottom: 0;
}
.twoColText .col ul li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.twoColText .col ul li ul {
  margin-top: 5px;
}
.twoColText .col ul.arrowList {
  margin: 0 0 30px 25px;
  text-align: left;
}
.twoColText .col ul.arrowList li {
  position: relative;
  margin-bottom: 5px;
}
.twoColText .col ul.arrowList li:last-of-type {
  margin-bottom: 0;
}
.twoColText .col ul.arrowList li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.twoColText .col ul.arrowList li ul {
  margin-top: 5px;
}
.twoColText .col ul.arrowList li {
  font-size: 23px;
}
@media (min-width: 600px) {
  .twoColText .col ul.arrowList li {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .twoColText .col ul.arrowList li {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .twoColText .col ul.arrowList li {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .twoColText .col ul.arrowList li {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .twoColText .col ul.arrowList li {
    font-size: 30px;
  }
}
.twoColText .col ul.arrowList li {
  margin-bottom: 15px;
  color: #4a6180;
  font-family: "Hanken";
  font-weight: 300;
}
@media (min-width: 768px) {
  .twoColText .col ul.arrowList li {
    margin-bottom: 25px;
  }
}
.twoColText .col ul.arrowList li a {
  text-decoration: none;
  color: #4a6180;
  font-family: "Hanken";
  font-weight: 500;
}
.twoColText .col ul.arrowList li a:hover {
  padding-left: 10px !important;
  color: #212e3d;
}
.twoColText .col ul.arrowList li:before {
  content: "›";
  color: #90664a;
  font-size: 24px;
}
@media (min-width: 600px) {
  .twoColText .col ul.arrowList li:before {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 768px) {
  .twoColText .col ul.arrowList li:before {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 900px) {
  .twoColText .col ul.arrowList li:before {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1024px) {
  .twoColText .col ul.arrowList li:before {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 1240px) {
  .twoColText .col ul.arrowList li:before {
    font-size: 30px;
  }
}
.twoColText .col ul.arrowList li:before {
  font-family: "Hanken";
  font-weight: 700;
  margin-left: -25px;
}

.contentEditor {
  padding: 6vh 0 7vh;
}
.contentEditor.widthMed .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 676px;
}
.contentEditor.widthWide .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 792px;
}
.contentEditor .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 550px;
}
.contentEditor .wrap h1 {
  text-transform: uppercase;
  display: inline-block;
  color: #90664a;
  padding-bottom: 5px;
  border-bottom: 2px solid #90664a;
  font-size: 14px;
}
@media (min-width: 600px) {
  .contentEditor .wrap h1 {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .contentEditor .wrap h1 {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .contentEditor .wrap h1 {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .contentEditor .wrap h1 {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .contentEditor .wrap h1 {
    font-size: 16px;
  }
}
.contentEditor .wrap h1 {
  letter-spacing: 2px;
  font-family: "Hanken";
  font-weight: 900;
}
.contentEditor .wrap h1.centerHead {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.contentEditor .wrap h1.centerHead span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #90664a;
}
.contentEditor .wrap h1.centerHead span span {
  padding: 0;
  border: none;
}
.contentEditor .wrap h2 {
  font-family: "Nyse";
  font-weight: 600;
  font-size: 28px;
}
@media (min-width: 600px) {
  .contentEditor .wrap h2 {
    font-size: -moz-calc(30.4px);
    font-size: -webkit-calc(30.4px);
    font-size: calc(30.4px);
  }
}
@media (min-width: 768px) {
  .contentEditor .wrap h2 {
    font-size: -moz-calc(32.8px);
    font-size: -webkit-calc(32.8px);
    font-size: calc(32.8px);
  }
}
@media (min-width: 900px) {
  .contentEditor .wrap h2 {
    font-size: -moz-calc(35.2px);
    font-size: -webkit-calc(35.2px);
    font-size: calc(35.2px);
  }
}
@media (min-width: 1024px) {
  .contentEditor .wrap h2 {
    font-size: -moz-calc(37.6px);
    font-size: -webkit-calc(37.6px);
    font-size: calc(37.6px);
  }
}
@media (min-width: 1240px) {
  .contentEditor .wrap h2 {
    font-size: 40px;
  }
}
.contentEditor .wrap h2 {
  margin-bottom: 20px;
}
.contentEditor .wrap h2.h2Large {
  font-size: 28px;
}
@media (min-width: 600px) {
  .contentEditor .wrap h2.h2Large {
    font-size: -moz-calc(30.4px);
    font-size: -webkit-calc(30.4px);
    font-size: calc(30.4px);
  }
}
@media (min-width: 768px) {
  .contentEditor .wrap h2.h2Large {
    font-size: -moz-calc(32.8px);
    font-size: -webkit-calc(32.8px);
    font-size: calc(32.8px);
  }
}
@media (min-width: 900px) {
  .contentEditor .wrap h2.h2Large {
    font-size: -moz-calc(35.2px);
    font-size: -webkit-calc(35.2px);
    font-size: calc(35.2px);
  }
}
@media (min-width: 1024px) {
  .contentEditor .wrap h2.h2Large {
    font-size: -moz-calc(37.6px);
    font-size: -webkit-calc(37.6px);
    font-size: calc(37.6px);
  }
}
@media (min-width: 1240px) {
  .contentEditor .wrap h2.h2Large {
    font-size: 40px;
  }
}
.contentEditor .wrap h2.h2Featured {
  font-family: "Nyse";
  font-weight: 600;
  font-size: 30px;
}
@media (min-width: 600px) {
  .contentEditor .wrap h2.h2Featured {
    font-size: -moz-calc(32px);
    font-size: -webkit-calc(32px);
    font-size: calc(32px);
  }
}
@media (min-width: 768px) {
  .contentEditor .wrap h2.h2Featured {
    font-size: -moz-calc(34px);
    font-size: -webkit-calc(34px);
    font-size: calc(34px);
  }
}
@media (min-width: 900px) {
  .contentEditor .wrap h2.h2Featured {
    font-size: -moz-calc(36px);
    font-size: -webkit-calc(36px);
    font-size: calc(36px);
  }
}
@media (min-width: 1024px) {
  .contentEditor .wrap h2.h2Featured {
    font-size: -moz-calc(38px);
    font-size: -webkit-calc(38px);
    font-size: calc(38px);
  }
}
@media (min-width: 1240px) {
  .contentEditor .wrap h2.h2Featured {
    font-size: 40px;
  }
}
.contentEditor .wrap h2.h2Featured {
  color: #181a0f !important;
  padding: 0.5em 0;
}
.contentEditor .wrap * + h2 {
  margin-top: 50px;
}
.contentEditor .wrap h3 {
  font-size: 18px;
}
@media (min-width: 600px) {
  .contentEditor .wrap h3 {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 768px) {
  .contentEditor .wrap h3 {
    font-size: -moz-calc(18.8px);
    font-size: -webkit-calc(18.8px);
    font-size: calc(18.8px);
  }
}
@media (min-width: 900px) {
  .contentEditor .wrap h3 {
    font-size: -moz-calc(19.2px);
    font-size: -webkit-calc(19.2px);
    font-size: calc(19.2px);
  }
}
@media (min-width: 1024px) {
  .contentEditor .wrap h3 {
    font-size: -moz-calc(19.6px);
    font-size: -webkit-calc(19.6px);
    font-size: calc(19.6px);
  }
}
@media (min-width: 1240px) {
  .contentEditor .wrap h3 {
    font-size: 20px;
  }
}
.contentEditor .wrap h3 {
  color: #212e3d;
  margin-bottom: 10px;
}
.contentEditor .wrap p {
  margin-bottom: 25px;
  line-height: 1.7em;
}
.contentEditor .wrap p.pLarge {
  font-size: 19px;
}
@media (min-width: 600px) {
  .contentEditor .wrap p.pLarge {
    font-size: -moz-calc(19.6px);
    font-size: -webkit-calc(19.6px);
    font-size: calc(19.6px);
  }
}
@media (min-width: 768px) {
  .contentEditor .wrap p.pLarge {
    font-size: -moz-calc(20.2px);
    font-size: -webkit-calc(20.2px);
    font-size: calc(20.2px);
  }
}
@media (min-width: 900px) {
  .contentEditor .wrap p.pLarge {
    font-size: -moz-calc(20.8px);
    font-size: -webkit-calc(20.8px);
    font-size: calc(20.8px);
  }
}
@media (min-width: 1024px) {
  .contentEditor .wrap p.pLarge {
    font-size: -moz-calc(21.4px);
    font-size: -webkit-calc(21.4px);
    font-size: calc(21.4px);
  }
}
@media (min-width: 1240px) {
  .contentEditor .wrap p.pLarge {
    font-size: 22px;
  }
}
.contentEditor .wrap p.pSmall {
  font-size: 13px;
}
@media (min-width: 600px) {
  .contentEditor .wrap p.pSmall {
    font-size: -moz-calc(13.6px);
    font-size: -webkit-calc(13.6px);
    font-size: calc(13.6px);
  }
}
@media (min-width: 768px) {
  .contentEditor .wrap p.pSmall {
    font-size: -moz-calc(14.2px);
    font-size: -webkit-calc(14.2px);
    font-size: calc(14.2px);
  }
}
@media (min-width: 900px) {
  .contentEditor .wrap p.pSmall {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 1024px) {
  .contentEditor .wrap p.pSmall {
    font-size: -moz-calc(15.4px);
    font-size: -webkit-calc(15.4px);
    font-size: calc(15.4px);
  }
}
@media (min-width: 1240px) {
  .contentEditor .wrap p.pSmall {
    font-size: 16px;
  }
}
.contentEditor .wrap ul {
  margin: 0 0 30px 25px;
  text-align: left;
}
.contentEditor .wrap ul li {
  position: relative;
  margin-bottom: 5px;
}
.contentEditor .wrap ul li:last-of-type {
  margin-bottom: 0;
}
.contentEditor .wrap ul li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.contentEditor .wrap ul li ul {
  margin-top: 5px;
}
.contentEditor .wrap ul.arrowList {
  margin: 0 0 30px 25px;
  text-align: left;
}
.contentEditor .wrap ul.arrowList li {
  position: relative;
  margin-bottom: 5px;
}
.contentEditor .wrap ul.arrowList li:last-of-type {
  margin-bottom: 0;
}
.contentEditor .wrap ul.arrowList li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.contentEditor .wrap ul.arrowList li ul {
  margin-top: 5px;
}
.contentEditor .wrap ul.arrowList li {
  font-size: 23px;
}
@media (min-width: 600px) {
  .contentEditor .wrap ul.arrowList li {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .contentEditor .wrap ul.arrowList li {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .contentEditor .wrap ul.arrowList li {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .contentEditor .wrap ul.arrowList li {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .contentEditor .wrap ul.arrowList li {
    font-size: 30px;
  }
}
.contentEditor .wrap ul.arrowList li {
  margin-bottom: 15px;
  color: #4a6180;
  font-family: "Hanken";
  font-weight: 300;
}
@media (min-width: 768px) {
  .contentEditor .wrap ul.arrowList li {
    margin-bottom: 25px;
  }
}
.contentEditor .wrap ul.arrowList li a {
  text-decoration: none;
  color: #4a6180;
  font-family: "Hanken";
  font-weight: 500;
}
.contentEditor .wrap ul.arrowList li a:hover {
  padding-left: 10px !important;
  color: #212e3d;
}
.contentEditor .wrap ul.arrowList li:before {
  content: "›";
  color: #90664a;
  font-size: 24px;
}
@media (min-width: 600px) {
  .contentEditor .wrap ul.arrowList li:before {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 768px) {
  .contentEditor .wrap ul.arrowList li:before {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 900px) {
  .contentEditor .wrap ul.arrowList li:before {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1024px) {
  .contentEditor .wrap ul.arrowList li:before {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 1240px) {
  .contentEditor .wrap ul.arrowList li:before {
    font-size: 30px;
  }
}
.contentEditor .wrap ul.arrowList li:before {
  font-family: "Hanken";
  font-weight: 700;
  margin-left: -25px;
}
.contentEditor .wrap ul.clean {
  margin-left: 0;
}
.contentEditor .wrap ul.clean li:before {
  display: none;
}
.contentEditor .wrap ol {
  list-style: decimal;
  margin: 0 0 30px 25px;
  text-align: left;
}
.contentEditor .wrap ol li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
}
.contentEditor .wrap a:not(.btn) {
  color: #90664a;
  font-family: "Hanken";
  font-weight: 400;
  text-decoration: underline;
}
.contentEditor .wrap a:not(.btn):hover {
  color: #4a6180;
}
.contentEditor .wrap a:not(.btn).linkLarge {
  font-family: "Nyse";
  font-weight: 600;
  font-size: 22px;
}
@media (min-width: 600px) {
  .contentEditor .wrap a:not(.btn).linkLarge {
    font-size: -moz-calc(22.8px);
    font-size: -webkit-calc(22.8px);
    font-size: calc(22.8px);
  }
}
@media (min-width: 768px) {
  .contentEditor .wrap a:not(.btn).linkLarge {
    font-size: -moz-calc(23.6px);
    font-size: -webkit-calc(23.6px);
    font-size: calc(23.6px);
  }
}
@media (min-width: 900px) {
  .contentEditor .wrap a:not(.btn).linkLarge {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 1024px) {
  .contentEditor .wrap a:not(.btn).linkLarge {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 1240px) {
  .contentEditor .wrap a:not(.btn).linkLarge {
    font-size: 26px;
  }
}

.heroImg {
  background-size: cover;
  background-position: center center;
  height: 48vh;
}
.heroImg.heroSvc {
  height: 50vw;
  max-height: 80vh;
}

.heroGraphic .heroGraphic-wrap {
  width: 100%;
}
.heroGraphic .heroGraphic-wrap img.heroGraphic-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.page-id-4 .heroImgWrap {
  background-color: #181a0f;
}

.blog.recent {
  padding-top: 50px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .blog.recent {
    padding: 8vh 0 10vh;
  }
}
@media (min-width: 768px) {
  .blog.recent .wrap {
    width: 94%;
  }
}
@media (min-width: 1240px) {
  .blog.recent .wrap {
    width: 90vw;
  }
}
.blog.recent .wrap h2 {
  max-width: 94%;
  margin: 0 auto 45px;
}
@media (min-width: 768px) {
  .blog.recent .wrap h2 {
    margin-bottom: 50px;
  }
}
.blog.recent .wrap h2 a {
  font-size: 32px;
}
@media (min-width: 600px) {
  .blog.recent .wrap h2 a {
    font-size: -moz-calc(35.6px);
    font-size: -webkit-calc(35.6px);
    font-size: calc(35.6px);
  }
}
@media (min-width: 768px) {
  .blog.recent .wrap h2 a {
    font-size: -moz-calc(39.2px);
    font-size: -webkit-calc(39.2px);
    font-size: calc(39.2px);
  }
}
@media (min-width: 900px) {
  .blog.recent .wrap h2 a {
    font-size: -moz-calc(42.8px);
    font-size: -webkit-calc(42.8px);
    font-size: calc(42.8px);
  }
}
@media (min-width: 1024px) {
  .blog.recent .wrap h2 a {
    font-size: -moz-calc(46.4px);
    font-size: -webkit-calc(46.4px);
    font-size: calc(46.4px);
  }
}
@media (min-width: 1240px) {
  .blog.recent .wrap h2 a {
    font-size: 50px;
  }
}
.blog.recent .wrap h2 a {
  letter-spacing: 0.2px;
  display: inline-block;
  border-bottom: 2px solid;
  transition: transform 0.25s ease, color 0.25s ease;
}
.blog.recent .wrap h2 a:hover {
  transform: translateY(-4px);
}
@media (min-width: 768px) {
  .blog.recent .wrap .blogroll {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1.5%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .blog.recent .wrap .blogroll li {
    width: 30.33%;
    margin: 0 1.5%;
  }
}
.blog.recent .wrap .blogroll li p {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog.recent .wrap .blogroll li h3 a {
  font-size: 18px;
}
@media (min-width: 600px) {
  .blog.recent .wrap .blogroll li h3 a {
    font-size: -moz-calc(19.2px);
    font-size: -webkit-calc(19.2px);
    font-size: calc(19.2px);
  }
}
@media (min-width: 768px) {
  .blog.recent .wrap .blogroll li h3 a {
    font-size: -moz-calc(20.4px);
    font-size: -webkit-calc(20.4px);
    font-size: calc(20.4px);
  }
}
@media (min-width: 900px) {
  .blog.recent .wrap .blogroll li h3 a {
    font-size: -moz-calc(21.6px);
    font-size: -webkit-calc(21.6px);
    font-size: calc(21.6px);
  }
}
@media (min-width: 1024px) {
  .blog.recent .wrap .blogroll li h3 a {
    font-size: -moz-calc(22.8px);
    font-size: -webkit-calc(22.8px);
    font-size: calc(22.8px);
  }
}
@media (min-width: 1240px) {
  .blog.recent .wrap .blogroll li h3 a {
    font-size: 24px;
  }
}

.blog.all {
  padding: 10vh 0 1vh;
}
.blog.all .wrap {
  margin: 0 auto;
}
@media (min-width: 1240px) {
  .blog.all .wrap {
    width: 80vw;
  }
}
@media (max-width: 1239px) {
  .blog.all .wrap {
    margin: 0 auto;
    width: 94%;
  }
}
.blog.all .wrap h1 {
  font-size: 36px;
}
@media (min-width: 600px) {
  .blog.all .wrap h1 {
    font-size: -moz-calc(40.8px);
    font-size: -webkit-calc(40.8px);
    font-size: calc(40.8px);
  }
}
@media (min-width: 768px) {
  .blog.all .wrap h1 {
    font-size: -moz-calc(45.6px);
    font-size: -webkit-calc(45.6px);
    font-size: calc(45.6px);
  }
}
@media (min-width: 900px) {
  .blog.all .wrap h1 {
    font-size: -moz-calc(50.4px);
    font-size: -webkit-calc(50.4px);
    font-size: calc(50.4px);
  }
}
@media (min-width: 1024px) {
  .blog.all .wrap h1 {
    font-size: -moz-calc(55.2px);
    font-size: -webkit-calc(55.2px);
    font-size: calc(55.2px);
  }
}
@media (min-width: 1240px) {
  .blog.all .wrap h1 {
    font-size: 60px;
  }
}
.blog.all .wrap h1 {
  color: #90664a;
  max-width: 94%;
  margin: 0 auto 45px;
}
@media (min-width: 768px) {
  .blog.all .wrap h1 {
    margin-bottom: 50px;
  }
}
.blog.all .wrap h4 {
  font-size: 12px;
}
@media (min-width: 600px) {
  .blog.all .wrap h4 {
    font-size: -moz-calc(12.4px);
    font-size: -webkit-calc(12.4px);
    font-size: calc(12.4px);
  }
}
@media (min-width: 768px) {
  .blog.all .wrap h4 {
    font-size: -moz-calc(12.8px);
    font-size: -webkit-calc(12.8px);
    font-size: calc(12.8px);
  }
}
@media (min-width: 900px) {
  .blog.all .wrap h4 {
    font-size: -moz-calc(13.2px);
    font-size: -webkit-calc(13.2px);
    font-size: calc(13.2px);
  }
}
@media (min-width: 1024px) {
  .blog.all .wrap h4 {
    font-size: -moz-calc(13.6px);
    font-size: -webkit-calc(13.6px);
    font-size: calc(13.6px);
  }
}
@media (min-width: 1240px) {
  .blog.all .wrap h4 {
    font-size: 14px;
  }
}
.blog.all .wrap h4 {
  text-transform: uppercase;
  color: #90664a;
  letter-spacing: 1px;
  border-bottom: 1px solid #b49f6c;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .blog.all .wrap h4 {
    text-align: left;
  }
}
.blog.all .wrap .featured {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .blog.all .wrap .featured {
    text-align: left;
    flex-flow: row wrap;
  }
}
.blog.all .wrap .featured .txt {
  padding: 25px 40px 40px;
  align-self: center;
}
@media (min-width: 768px) {
  .blog.all .wrap .featured .txt {
    width: 50%;
    padding: 40px;
  }
}
@media (min-width: 1440px) {
  .blog.all .wrap .featured .txt {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .blog.all .wrap .featured .txt {
    order: 2;
  }
}
.blog.all .wrap .featured .txt h4 {
  padding: 0;
  margin-bottom: 20px;
  border: none;
}
@media (min-width: 768px) {
  .blog.all .wrap .featured .txt h4 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1240px) {
  .blog.all .wrap .featured .txt h4 {
    margin-bottom: 40px;
  }
}
.blog.all .wrap .featured .txt h2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blog.all .wrap .featured .txt h2 {
    margin-bottom: 20px;
  }
}
.blog.all .wrap .featured .txt h2 a {
  font-size: 28px;
}
@media (min-width: 600px) {
  .blog.all .wrap .featured .txt h2 a {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 768px) {
  .blog.all .wrap .featured .txt h2 a {
    font-size: -moz-calc(29.6px);
    font-size: -webkit-calc(29.6px);
    font-size: calc(29.6px);
  }
}
@media (min-width: 900px) {
  .blog.all .wrap .featured .txt h2 a {
    font-size: -moz-calc(30.4px);
    font-size: -webkit-calc(30.4px);
    font-size: calc(30.4px);
  }
}
@media (min-width: 1024px) {
  .blog.all .wrap .featured .txt h2 a {
    font-size: -moz-calc(31.2px);
    font-size: -webkit-calc(31.2px);
    font-size: calc(31.2px);
  }
}
@media (min-width: 1240px) {
  .blog.all .wrap .featured .txt h2 a {
    font-size: 32px;
  }
}
.blog.all .wrap .featured .txt h2 a:hover {
  color: #90664a;
}
.blog.all .wrap .featured .txt p {
  font-size: 16px;
}
@media (min-width: 600px) {
  .blog.all .wrap .featured .txt p {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 768px) {
  .blog.all .wrap .featured .txt p {
    font-size: -moz-calc(17.6px);
    font-size: -webkit-calc(17.6px);
    font-size: calc(17.6px);
  }
}
@media (min-width: 900px) {
  .blog.all .wrap .featured .txt p {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 1024px) {
  .blog.all .wrap .featured .txt p {
    font-size: -moz-calc(19.2px);
    font-size: -webkit-calc(19.2px);
    font-size: calc(19.2px);
  }
}
@media (min-width: 1240px) {
  .blog.all .wrap .featured .txt p {
    font-size: 20px;
  }
}
.blog.all .wrap .featured .txt p {
  letter-spacing: 0.2px;
  line-height: 1.65em;
}
@media (max-width: 767px) {
  .blog.all .wrap .featured .img {
    order: 1;
    max-height: 450px;
    overflow: hidden;
  }
}
.blog.all .wrap .featured .img a {
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.blog.all .wrap .featured .img a img {
  object-fit: cover;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.blog.all .wrap .featured .img a:hover img {
  opacity: 0.75;
}
@media (min-width: 768px) {
  .blog.all .wrap .featured .img {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .blog.all .wrap .featured .img {
    width: 66%;
  }
}
@media (min-width: 480px) {
  .blog.all .blogroll {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1.5%;
  }
}
@media (min-width: 768px) {
  .blog.all .blogroll {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .blog.all .blogroll li {
    margin: 0 1.5% 50px !important;
    width: 47%;
  }
}
@media (min-width: 1024px) {
  .blog.all .blogroll li {
    width: 30.33%;
    margin-bottom: 70px !important;
  }
}
.blog.all .blogroll li h3 a {
  font-size: 18px;
}
@media (min-width: 600px) {
  .blog.all .blogroll li h3 a {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 768px) {
  .blog.all .blogroll li h3 a {
    font-size: -moz-calc(18.8px);
    font-size: -webkit-calc(18.8px);
    font-size: calc(18.8px);
  }
}
@media (min-width: 900px) {
  .blog.all .blogroll li h3 a {
    font-size: -moz-calc(19.2px);
    font-size: -webkit-calc(19.2px);
    font-size: calc(19.2px);
  }
}
@media (min-width: 1024px) {
  .blog.all .blogroll li h3 a {
    font-size: -moz-calc(19.6px);
    font-size: -webkit-calc(19.6px);
    font-size: calc(19.6px);
  }
}
@media (min-width: 1240px) {
  .blog.all .blogroll li h3 a {
    font-size: 20px;
  }
}

.blog .wrap {
  text-align: center;
  margin: 0 auto;
}
.blog .blogroll li img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
}
.blog .blogroll li img:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .blog .blogroll li .info {
    padding: 5px 3% 35px;
  }
}
.blog .blogroll li .info p {
  font-size: 12px;
}
@media (min-width: 600px) {
  .blog .blogroll li .info p {
    font-size: -moz-calc(12.4px);
    font-size: -webkit-calc(12.4px);
    font-size: calc(12.4px);
  }
}
@media (min-width: 768px) {
  .blog .blogroll li .info p {
    font-size: -moz-calc(12.8px);
    font-size: -webkit-calc(12.8px);
    font-size: calc(12.8px);
  }
}
@media (min-width: 900px) {
  .blog .blogroll li .info p {
    font-size: -moz-calc(13.2px);
    font-size: -webkit-calc(13.2px);
    font-size: calc(13.2px);
  }
}
@media (min-width: 1024px) {
  .blog .blogroll li .info p {
    font-size: -moz-calc(13.6px);
    font-size: -webkit-calc(13.6px);
    font-size: calc(13.6px);
  }
}
@media (min-width: 1240px) {
  .blog .blogroll li .info p {
    font-size: 14px;
  }
}
.blog .blogroll li .info p {
  color: #212e3d;
  margin: 12px 0 10px;
}

.workRoll {
  overflow-x: initial;
}
.workRoll .wrap {
  margin: 0 auto;
}
@media (min-width: 480px) {
  .workRoll .wrap {
    max-width: 90vw;
  }
}
@media (min-width: 1024px) {
  .workRoll .wrap {
    max-width: 80vw;
  }
}
@media (min-width: 1440px) {
  .workRoll .wrap {
    max-width: 72vw;
  }
}
.workRoll ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
}
.workRoll ul li img {
  width: 100%;
}
.workRoll ul li .meta {
  margin: 12px 4% 0;
}
@media (min-width: 480px) {
  .workRoll ul li .meta {
    margin: 12px auto 0;
  }
}
.workRoll ul li .meta h3, .workRoll ul li .meta p {
  display: inline;
}
.workRoll ul.featured {
  justify-content: space-between;
}
.workRoll ul.featured li {
  margin-bottom: 6vh !important;
  width: 100%;
}
@media (min-width: 900px) {
  .workRoll ul.featured li {
    width: 48%;
    margin-bottom: 8vh !important;
  }
}
.workRoll ul.featured li .thumb {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-height: 40vh;
}
.workRoll ul.featured li .thumb img {
  object-fit: cover;
}
.workRoll ul.featured li .thumb:hover .hover {
  opacity: 1;
}
.workRoll ul.featured li .thumb .hover {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.workRoll ul.featured li .thumb .hover h3 {
  color: white;
  font-family: "Nyse";
  font-weight: 600;
  line-height: 1;
  font-size: 28px;
}
@media (min-width: 600px) {
  .workRoll ul.featured li .thumb .hover h3 {
    font-size: -moz-calc(29.6px);
    font-size: -webkit-calc(29.6px);
    font-size: calc(29.6px);
  }
}
@media (min-width: 768px) {
  .workRoll ul.featured li .thumb .hover h3 {
    font-size: -moz-calc(31.2px);
    font-size: -webkit-calc(31.2px);
    font-size: calc(31.2px);
  }
}
@media (min-width: 900px) {
  .workRoll ul.featured li .thumb .hover h3 {
    font-size: -moz-calc(32.8px);
    font-size: -webkit-calc(32.8px);
    font-size: calc(32.8px);
  }
}
@media (min-width: 1024px) {
  .workRoll ul.featured li .thumb .hover h3 {
    font-size: -moz-calc(34.4px);
    font-size: -webkit-calc(34.4px);
    font-size: calc(34.4px);
  }
}
@media (min-width: 1240px) {
  .workRoll ul.featured li .thumb .hover h3 {
    font-size: 36px;
  }
}
.workRoll ul.featured li .thumb .hover h3 {
  max-width: 80vw;
}
@media (min-width: 900px) {
  .workRoll ul.featured li .thumb .hover h3 {
    max-width: 90%;
  }
}
.workRoll ul.featured li .meta {
  max-width: 60ch;
}
@media (min-width: 900px) {
  .workRoll ul.featured li .meta {
    max-width: 40ch;
  }
}
.workRoll ul.featured li .meta h3 {
  font-family: "Hanken";
  font-weight: 900;
}
.workRoll ul.featured li .meta h3, .workRoll ul.featured li .meta p {
  font-size: 16px;
}
@media (min-width: 600px) {
  .workRoll ul.featured li .meta h3, .workRoll ul.featured li .meta p {
    font-size: -moz-calc(16.4px);
    font-size: -webkit-calc(16.4px);
    font-size: calc(16.4px);
  }
}
@media (min-width: 768px) {
  .workRoll ul.featured li .meta h3, .workRoll ul.featured li .meta p {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 900px) {
  .workRoll ul.featured li .meta h3, .workRoll ul.featured li .meta p {
    font-size: -moz-calc(17.2px);
    font-size: -webkit-calc(17.2px);
    font-size: calc(17.2px);
  }
}
@media (min-width: 1024px) {
  .workRoll ul.featured li .meta h3, .workRoll ul.featured li .meta p {
    font-size: -moz-calc(17.6px);
    font-size: -webkit-calc(17.6px);
    font-size: calc(17.6px);
  }
}
@media (min-width: 1240px) {
  .workRoll ul.featured li .meta h3, .workRoll ul.featured li .meta p {
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  .workRoll ul.featured li:nth-of-type(3n - 2), .workRoll ul.featured li:last-of-type:nth-of-type(3n - 1) {
    width: 100%;
  }
  .workRoll ul.featured li:nth-of-type(3n - 2) .thumb, .workRoll ul.featured li:last-of-type:nth-of-type(3n - 1) .thumb {
    max-height: 50vh;
  }
  .workRoll ul.featured li:nth-of-type(3n - 2) .thumb .hover h3, .workRoll ul.featured li:last-of-type:nth-of-type(3n - 1) .thumb .hover h3 {
    max-width: 80vw;
  }
  .workRoll ul.featured li:nth-of-type(3n - 2) .meta, .workRoll ul.featured li:last-of-type:nth-of-type(3n - 1) .meta {
    max-width: 60ch;
  }
}
.workRoll h4 {
  font-size: 12px;
}
@media (min-width: 600px) {
  .workRoll h4 {
    font-size: -moz-calc(12.4px);
    font-size: -webkit-calc(12.4px);
    font-size: calc(12.4px);
  }
}
@media (min-width: 768px) {
  .workRoll h4 {
    font-size: -moz-calc(12.8px);
    font-size: -webkit-calc(12.8px);
    font-size: calc(12.8px);
  }
}
@media (min-width: 900px) {
  .workRoll h4 {
    font-size: -moz-calc(13.2px);
    font-size: -webkit-calc(13.2px);
    font-size: calc(13.2px);
  }
}
@media (min-width: 1024px) {
  .workRoll h4 {
    font-size: -moz-calc(13.6px);
    font-size: -webkit-calc(13.6px);
    font-size: calc(13.6px);
  }
}
@media (min-width: 1240px) {
  .workRoll h4 {
    font-size: 14px;
  }
}
.workRoll h4 {
  text-align: center;
  text-transform: uppercase;
  color: #90664a;
  letter-spacing: 1px;
  border-bottom: 1px solid #b49f6c;
  margin-bottom: 45px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .workRoll h4 {
    text-align: left;
  }
}
.workRoll ul.more {
  justify-content: center;
  margin-bottom: 6vh !important;
}
@media (min-width: 480px) {
  .workRoll ul.more {
    margin: 0 -1.5%;
  }
}
@media (min-width: 1240px) {
  .workRoll ul.more {
    margin: 0 -2%;
  }
}
.workRoll ul.more li {
  margin: 0 auto 3vh;
  width: 85%;
}
@media (min-width: 480px) {
  .workRoll ul.more li {
    margin: 0 1.5% 5vh;
    width: 47%;
  }
}
@media (min-width: 900px) {
  .workRoll ul.more li {
    width: 30.33%;
  }
}
@media (min-width: 1240px) {
  .workRoll ul.more li {
    margin: 0 2% 5vh;
    width: 29.33%;
  }
}
.workRoll ul.more li img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.workRoll ul.more li img:hover {
  opacity: 0.75;
}
.workRoll ul.more li .meta h3 {
  font-size: 16px;
}
@media (min-width: 600px) {
  .workRoll ul.more li .meta h3 {
    font-size: -moz-calc(16.2px);
    font-size: -webkit-calc(16.2px);
    font-size: calc(16.2px);
  }
}
@media (min-width: 768px) {
  .workRoll ul.more li .meta h3 {
    font-size: -moz-calc(16.4px);
    font-size: -webkit-calc(16.4px);
    font-size: calc(16.4px);
  }
}
@media (min-width: 900px) {
  .workRoll ul.more li .meta h3 {
    font-size: -moz-calc(16.6px);
    font-size: -webkit-calc(16.6px);
    font-size: calc(16.6px);
  }
}
@media (min-width: 1024px) {
  .workRoll ul.more li .meta h3 {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 1240px) {
  .workRoll ul.more li .meta h3 {
    font-size: 17px;
  }
}
.workRoll ul.more li .meta h3 {
  font-family: "Hanken";
  font-weight: 900;
}

@media (min-width: 768px) {
  .video.widthThin .vidwrap {
    margin: 0 auto;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .video.widthThin .vidwrap {
    margin: 0 auto;
    width: 60%;
  }
}
@media (min-width: 768px) {
  .video.widthMed .vidwrap {
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .video.widthMed .vidwrap {
    margin: 0 auto;
    width: 70%;
  }
}
@media (min-width: 768px) {
  .video.widthWide .vidwrap {
    margin: 0 auto;
    width: 95%;
  }
}
@media (min-width: 1024px) {
  .video.widthWide .vidwrap {
    margin: 0 auto;
    width: 85%;
  }
}
.video.widthFull .vidwrap {
  width: 100%;
  max-width: 100%;
}

.vidwrap {
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 600px) {
  .vidwrap {
    margin: 0 auto;
    width: 92%;
  }
}

.embedContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embedContainer iframe, .embedContainer object, .embedContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spacer.xs {
  height: 3vh;
}
.spacer.small {
  height: 6vh;
}
.spacer.med {
  height: 9vh;
}
.spacer.large {
  height: 12vh;
}
.spacer.xl {
  height: 15vh;
}

.team .wrap {
  margin: 0 auto;
  width: 92%;
  text-align: center;
  max-width: 1600px;
  padding: 5vh 0;
}
.team h2 {
  font-size: 28px;
}
@media (min-width: 600px) {
  .team h2 {
    font-size: -moz-calc(30.2px);
    font-size: -webkit-calc(30.2px);
    font-size: calc(30.2px);
  }
}
@media (min-width: 768px) {
  .team h2 {
    font-size: -moz-calc(32.4px);
    font-size: -webkit-calc(32.4px);
    font-size: calc(32.4px);
  }
}
@media (min-width: 900px) {
  .team h2 {
    font-size: -moz-calc(34.6px);
    font-size: -webkit-calc(34.6px);
    font-size: calc(34.6px);
  }
}
@media (min-width: 1024px) {
  .team h2 {
    font-size: -moz-calc(36.8px);
    font-size: -webkit-calc(36.8px);
    font-size: calc(36.8px);
  }
}
@media (min-width: 1240px) {
  .team h2 {
    font-size: 39px;
  }
}
.team h2 {
  padding-bottom: 3vh;
}
.team ul.teamMembers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (min-width: 480px) {
  .team ul.teamMembers {
    margin: 0 -1.5%;
  }
}
@media (min-width: 1240px) {
  .team ul.teamMembers {
    margin: 0 -2%;
  }
}
.team ul.teamMembers li {
  width: 100%;
  margin: 0 auto 40px;
}
@media (min-width: 480px) {
  .team ul.teamMembers li {
    width: 47%;
    margin: 0 1.5% 40px;
  }
}
@media (min-width: 900px) {
  .team ul.teamMembers li {
    width: 30.33%;
  }
}
@media (min-width: 1240px) {
  .team ul.teamMembers li {
    margin: 0 2% 40px;
    width: 29.33%;
  }
}
.team ul.teamMembers li .thumb {
  position: relative;
}
.team ul.teamMembers li .thumb img {
  width: 100%;
}
.team ul.teamMembers li .thumb:hover .hover {
  opacity: 1;
}
.team ul.teamMembers li .thumb .hover {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.team ul.teamMembers li .thumb .hover .bio * {
  color: white;
}
.team ul.teamMembers li .thumb .hover .bio h4 {
  font-family: "Hanken";
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 18px;
}
@media (min-width: 600px) {
  .team ul.teamMembers li .thumb .hover .bio h4 {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 768px) {
  .team ul.teamMembers li .thumb .hover .bio h4 {
    font-size: -moz-calc(18.8px);
    font-size: -webkit-calc(18.8px);
    font-size: calc(18.8px);
  }
}
@media (min-width: 900px) {
  .team ul.teamMembers li .thumb .hover .bio h4 {
    font-size: -moz-calc(19.2px);
    font-size: -webkit-calc(19.2px);
    font-size: calc(19.2px);
  }
}
@media (min-width: 1024px) {
  .team ul.teamMembers li .thumb .hover .bio h4 {
    font-size: -moz-calc(19.6px);
    font-size: -webkit-calc(19.6px);
    font-size: calc(19.6px);
  }
}
@media (min-width: 1240px) {
  .team ul.teamMembers li .thumb .hover .bio h4 {
    font-size: 20px;
  }
}
.team ul.teamMembers li .thumb .hover .bio h4 {
  margin-bottom: 15px;
}
.team ul.teamMembers li .thumb .hover .bio p {
  font-size: 16px;
}
@media (min-width: 600px) {
  .team ul.teamMembers li .thumb .hover .bio p {
    font-size: -moz-calc(16.5px);
    font-size: -webkit-calc(16.5px);
    font-size: calc(16.5px);
  }
}
@media (min-width: 768px) {
  .team ul.teamMembers li .thumb .hover .bio p {
    font-size: -moz-calc(17px);
    font-size: -webkit-calc(17px);
    font-size: calc(17px);
  }
}
@media (min-width: 900px) {
  .team ul.teamMembers li .thumb .hover .bio p {
    font-size: -moz-calc(17.5px);
    font-size: -webkit-calc(17.5px);
    font-size: calc(17.5px);
  }
}
@media (min-width: 1024px) {
  .team ul.teamMembers li .thumb .hover .bio p {
    font-size: -moz-calc(18px);
    font-size: -webkit-calc(18px);
    font-size: calc(18px);
  }
}
@media (min-width: 1240px) {
  .team ul.teamMembers li .thumb .hover .bio p {
    font-size: 18.5px;
  }
}
.team ul.teamMembers li .thumb .hover .bio p {
  margin-bottom: 15px;
}
.team ul.teamMembers li .meta {
  margin-top: 10px;
}
.team ul.teamMembers li .meta h3 {
  font-size: 18px;
}
@media (min-width: 600px) {
  .team ul.teamMembers li .meta h3 {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 768px) {
  .team ul.teamMembers li .meta h3 {
    font-size: -moz-calc(18.8px);
    font-size: -webkit-calc(18.8px);
    font-size: calc(18.8px);
  }
}
@media (min-width: 900px) {
  .team ul.teamMembers li .meta h3 {
    font-size: -moz-calc(19.2px);
    font-size: -webkit-calc(19.2px);
    font-size: calc(19.2px);
  }
}
@media (min-width: 1024px) {
  .team ul.teamMembers li .meta h3 {
    font-size: -moz-calc(19.6px);
    font-size: -webkit-calc(19.6px);
    font-size: calc(19.6px);
  }
}
@media (min-width: 1240px) {
  .team ul.teamMembers li .meta h3 {
    font-size: 20px;
  }
}
.team ul.teamMembers li .meta h3 {
  font-family: "Hanken";
  font-weight: 900;
}
.team ul.teamMembers li .meta p {
  margin-top: 3px;
  font-size: 16px;
}
@media (min-width: 600px) {
  .team ul.teamMembers li .meta p {
    font-size: -moz-calc(16.2px);
    font-size: -webkit-calc(16.2px);
    font-size: calc(16.2px);
  }
}
@media (min-width: 768px) {
  .team ul.teamMembers li .meta p {
    font-size: -moz-calc(16.4px);
    font-size: -webkit-calc(16.4px);
    font-size: calc(16.4px);
  }
}
@media (min-width: 900px) {
  .team ul.teamMembers li .meta p {
    font-size: -moz-calc(16.6px);
    font-size: -webkit-calc(16.6px);
    font-size: calc(16.6px);
  }
}
@media (min-width: 1024px) {
  .team ul.teamMembers li .meta p {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 1240px) {
  .team ul.teamMembers li .meta p {
    font-size: 17px;
  }
}

.imageGrid {
  z-index: 3;
  text-align: center;
}
.imageGrid h2 {
  font-size: 21px;
}
@media (min-width: 600px) {
  .imageGrid h2 {
    font-size: -moz-calc(21.8px);
    font-size: -webkit-calc(21.8px);
    font-size: calc(21.8px);
  }
}
@media (min-width: 768px) {
  .imageGrid h2 {
    font-size: -moz-calc(22.6px);
    font-size: -webkit-calc(22.6px);
    font-size: calc(22.6px);
  }
}
@media (min-width: 900px) {
  .imageGrid h2 {
    font-size: -moz-calc(23.4px);
    font-size: -webkit-calc(23.4px);
    font-size: calc(23.4px);
  }
}
@media (min-width: 1024px) {
  .imageGrid h2 {
    font-size: -moz-calc(24.2px);
    font-size: -webkit-calc(24.2px);
    font-size: calc(24.2px);
  }
}
@media (min-width: 1240px) {
  .imageGrid h2 {
    font-size: 25px;
  }
}
.imageGrid h2 {
  font-family: "Hanken";
  font-weight: 900;
  margin-bottom: 15px;
}
.imageGrid .wrap {
  margin: 0 auto;
  width: 90vw;
}
@media (min-width: 1024px) {
  .imageGrid .wrap {
    width: 80vw;
  }
}
@media (min-width: 1240px) {
  .imageGrid .wrap {
    width: 65vw;
  }
}
@media (min-width: 1440px) {
  .imageGrid .wrap {
    width: 55vw;
  }
}
.imageGrid ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 0 -1.5%;
}
.imageGrid ul li {
  z-index: initial;
  margin: 0 1.5% 20px !important;
  width: 47%;
}
@media (min-width: 600px) {
  .imageGrid ul li {
    width: 30.33%;
  }
}
@media (min-width: 768px) {
  .imageGrid ul li {
    width: 22%;
  }
}
.imageGrid ul li img {
  margin: 0 auto;
}
.imageGrid ul li.shrinkLogo img {
  max-width: 50% !important;
}
@media (min-width: 480px) {
  .imageGrid ul li.shrinkLogo img {
    max-width: 65% !important;
  }
}
.imageGrid.services {
  margin-top: 6vh;
}
.imageGrid.services h2 {
  font-family: "Hanken";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .imageGrid.services h2 {
    font-size: -moz-calc(14.2px);
    font-size: -webkit-calc(14.2px);
    font-size: calc(14.2px);
  }
}
@media (min-width: 768px) {
  .imageGrid.services h2 {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 900px) {
  .imageGrid.services h2 {
    font-size: -moz-calc(14.6px);
    font-size: -webkit-calc(14.6px);
    font-size: calc(14.6px);
  }
}
@media (min-width: 1024px) {
  .imageGrid.services h2 {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 1240px) {
  .imageGrid.services h2 {
    font-size: 15px;
  }
}
.imageGrid.services h2 {
  margin-bottom: 50px;
}
.imageGrid.services ul {
  margin: 0 -2%;
}
.imageGrid.services ul li {
  margin: 0 2% 40px !important;
  width: 46%;
}
@media (min-width: 480px) {
  .imageGrid.services ul li {
    width: 29.33%;
    margin: 0 2% 50px !important;
  }
}
@media (min-width: 768px) {
  .imageGrid.services ul li {
    width: 21%;
    margin: 0 2% 60px !important;
  }
}
@media (min-width: 1024px) {
  .imageGrid.services ul li {
    width: 16%;
  }
}
.imageGrid.services ul li img {
  max-height: 50px;
  max-width: 80%;
  width: auto;
}
@media (min-width: 480px) {
  .imageGrid.services ul li img {
    max-width: 90%;
    max-height: 60px;
  }
}

.vidPop {
  display: none;
}
.vidPop.open {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vidPop.tallBio {
  overflow: auto;
  align-items: flex-start;
}
.vidPop .overlay {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 26, 15, 0.8);
}
.vidPop .popup {
  position: relative;
  z-index: 10;
  display: block;
  height: auto;
  margin: 0 auto;
  width: 94%;
  max-width: 936px;
}
.vidPop .closeModal {
  position: absolute;
  font-size: 24px;
  right: 0px;
  top: -35px;
}
@media (min-width: 1024px) {
  .vidPop .closeModal {
    font-size: 30px;
    right: -35px;
    top: -35px;
  }
}
.vidPop .closeModal span {
  color: white;
}
.vidPop .closeModal:hover span {
  color: #90664a;
}

.jobRoll {
  text-align: center;
  padding: 0 0 9vh;
}
.jobRoll .wrap ul {
  text-align: center !important;
}
.jobRoll .wrap ul li {
  font-size: 18px;
}
@media (min-width: 600px) {
  .jobRoll .wrap ul li {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 768px) {
  .jobRoll .wrap ul li {
    font-size: -moz-calc(18.8px);
    font-size: -webkit-calc(18.8px);
    font-size: calc(18.8px);
  }
}
@media (min-width: 900px) {
  .jobRoll .wrap ul li {
    font-size: -moz-calc(19.2px);
    font-size: -webkit-calc(19.2px);
    font-size: calc(19.2px);
  }
}
@media (min-width: 1024px) {
  .jobRoll .wrap ul li {
    font-size: -moz-calc(19.6px);
    font-size: -webkit-calc(19.6px);
    font-size: calc(19.6px);
  }
}
@media (min-width: 1240px) {
  .jobRoll .wrap ul li {
    font-size: 20px;
  }
}
.jobRoll .wrap ul li {
  margin-bottom: 10px;
}

/*==============================================================*/
/*==============================================================*/
#backToTop {
  position: fixed;
  right: 0;
  top: 25%;
  background: #e6e9e4;
  z-index: 9999;
  width: 40px;
  height: 40px;
  opacity: 0;
  box-shadow: 0 0 5px rgba(24, 26, 15, 0.65);
  color: #90664a;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Hanken";
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Hanken";
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  line-height: 1;
}
#backToTop span {
  font-size: 16px;
  color: #90664a;
  display: block;
  padding-bottom: 4px;
  font-family: "Hanken";
  font-weight: 900;
}
#backToTop.on {
  opacity: 0.5;
}
#backToTop.on:hover {
  opacity: 1;
}

span.anchor {
  position: absolute;
  left: 0;
  top: -65px;
}

/*==============================================================*/
/*==============================================================*/
.heroTxt.work {
  background: #e6e9e4;
}
.heroTxt.work .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.4vh 0 4vh;
  margin: 0 auto;
  max-width: 92vw;
}
@media (min-width: 1024px) {
  .heroTxt.work .wrap {
    max-width: 85vw;
  }
}
@media (max-width: 899px) {
  .heroTxt.work .wrap {
    flex-flow: column wrap;
    text-align: center;
  }
}
.heroTxt.work .wrap .intro {
  max-width: 50ch;
}
@media (min-width: 900px) {
  .heroTxt.work .wrap .intro {
    max-width: 60vw;
  }
}
@media (min-width: 1240px) {
  .heroTxt.work .wrap .intro {
    max-width: 43vw;
  }
}
.heroTxt.work .wrap .intro:last-child {
  margin: 0 auto;
  text-align: center;
}
.heroTxt.work .wrap .intro h1 {
  font-family: "Nyse";
  font-weight: 600;
  color: #181a0f;
  line-height: 1.1;
  font-size: 30px;
}
@media (min-width: 600px) {
  .heroTxt.work .wrap .intro h1 {
    font-size: -moz-calc(33.2px);
    font-size: -webkit-calc(33.2px);
    font-size: calc(33.2px);
  }
}
@media (min-width: 768px) {
  .heroTxt.work .wrap .intro h1 {
    font-size: -moz-calc(36.4px);
    font-size: -webkit-calc(36.4px);
    font-size: calc(36.4px);
  }
}
@media (min-width: 900px) {
  .heroTxt.work .wrap .intro h1 {
    font-size: -moz-calc(39.6px);
    font-size: -webkit-calc(39.6px);
    font-size: calc(39.6px);
  }
}
@media (min-width: 1024px) {
  .heroTxt.work .wrap .intro h1 {
    font-size: -moz-calc(42.8px);
    font-size: -webkit-calc(42.8px);
    font-size: calc(42.8px);
  }
}
@media (min-width: 1240px) {
  .heroTxt.work .wrap .intro h1 {
    font-size: 46px;
  }
}
.heroTxt.work .wrap .intro h1 {
  margin-bottom: 5px;
}
.heroTxt.work .wrap .intro p {
  font-size: 22px;
}
@media (min-width: 600px) {
  .heroTxt.work .wrap .intro p {
    font-size: -moz-calc(23.6px);
    font-size: -webkit-calc(23.6px);
    font-size: calc(23.6px);
  }
}
@media (min-width: 768px) {
  .heroTxt.work .wrap .intro p {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 900px) {
  .heroTxt.work .wrap .intro p {
    font-size: -moz-calc(26.8px);
    font-size: -webkit-calc(26.8px);
    font-size: calc(26.8px);
  }
}
@media (min-width: 1024px) {
  .heroTxt.work .wrap .intro p {
    font-size: -moz-calc(28.4px);
    font-size: -webkit-calc(28.4px);
    font-size: calc(28.4px);
  }
}
@media (min-width: 1240px) {
  .heroTxt.work .wrap .intro p {
    font-size: 30px;
  }
}
.heroTxt.work .wrap .intro p {
  letter-spacing: 0.2px;
  font-family: "Hanken";
  font-weight: 700;
}
.heroTxt.work .wrap .sidebar {
  margin-top: 8px;
}
@media (min-width: 480px) {
  .heroTxt.work .wrap .sidebar {
    margin-top: 15px;
  }
}
@media (min-width: 900px) {
  .heroTxt.work .wrap .sidebar {
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 899px) {
  .heroTxt.work .wrap .sidebar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -1%;
    flex-flow: row wrap;
  }
}
.heroTxt.work .wrap .sidebar ul li {
  margin: 15px 0;
}
@media (min-width: 480px) {
  .heroTxt.work .wrap .sidebar ul li {
    margin: 10px 1%;
    width: 48%;
  }
}
@media (min-width: 600px) {
  .heroTxt.work .wrap .sidebar ul li {
    width: 31.33%;
  }
}
@media (min-width: 900px) {
  .heroTxt.work .wrap .sidebar ul li {
    margin: 0 0 6px;
    width: 100%;
  }
}
.heroTxt.work .wrap .sidebar ul li a {
  font-family: "Hanken";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 600px) {
  .heroTxt.work .wrap .sidebar ul li a {
    font-size: -moz-calc(14.2px);
    font-size: -webkit-calc(14.2px);
    font-size: calc(14.2px);
  }
}
@media (min-width: 768px) {
  .heroTxt.work .wrap .sidebar ul li a {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 900px) {
  .heroTxt.work .wrap .sidebar ul li a {
    font-size: -moz-calc(14.6px);
    font-size: -webkit-calc(14.6px);
    font-size: calc(14.6px);
  }
}
@media (min-width: 1024px) {
  .heroTxt.work .wrap .sidebar ul li a {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 1240px) {
  .heroTxt.work .wrap .sidebar ul li a {
    font-size: 15px;
  }
}
.heroTxt.work .wrap .sidebar ul li a {
  letter-spacing: 0.8px;
}

/*==============================================================*/
/*==============================================================*/
.heroTxt + .imageRow {
  padding-top: 30px;
}
@media (min-width: 480px) {
  .heroTxt + .imageRow {
    padding-top: 6vh;
  }
}

.imageRow[class*=Wide] .wrap {
  max-width: 92vw;
}
@media (min-width: 1024px) {
  .imageRow[class*=Wide] .wrap {
    max-width: 85vw;
  }
}
@media (min-width: 1700px) {
  .imageRow[class*=Wide] .wrap {
    max-width: 77vw;
  }
}
.imageRow[class*=Thin] .wrap {
  max-width: 85vw;
}
@media (min-width: 1024px) {
  .imageRow[class*=Thin] .wrap {
    max-width: 65vw;
  }
}
.imageRow.zUp {
  z-index: 3;
  overflow-x: unset;
}
.imageRow .wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.imageRow .wrap .img {
  width: 100%;
  overflow: hidden;
}
.imageRow .wrap .img img, .imageRow .wrap .img button {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageRow.img1 .img img {
  object-fit: contain;
}
.imageRow.img2halves .img {
  width: 50%;
}
.imageRow.img2thirds .img:first-of-type {
  width: 33.33%;
}
.imageRow.img2thirds .img:last-of-type {
  width: 66.66%;
}
.imageRow.img3thirds .img {
  width: 33.33%;
}
@media (max-width: 479px) {
  .imageRow.hasCaption .wrap {
    flex-flow: column wrap;
  }
}
@media (min-width: 480px) {
  .imageRow.hasCaption .img {
    width: 60%;
  }
}
@media (min-width: 600px) {
  .imageRow.hasCaption .img {
    width: 66%;
  }
}
.imageRow.hasCaption .caption {
  padding: 20px 0 0;
  text-align: center;
}
@media (min-width: 480px) {
  .imageRow.hasCaption .caption {
    text-align: left;
    width: 40%;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 600px) {
  .imageRow.hasCaption .caption {
    width: 34%;
  }
}
.imageRow.hasCaption .caption p {
  font-family: "Hanken";
  font-weight: 700;
  font-size: 15px;
}
@media (min-width: 600px) {
  .imageRow.hasCaption .caption p {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 768px) {
  .imageRow.hasCaption .caption p {
    font-size: -moz-calc(16.2px);
    font-size: -webkit-calc(16.2px);
    font-size: calc(16.2px);
  }
}
@media (min-width: 900px) {
  .imageRow.hasCaption .caption p {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 1024px) {
  .imageRow.hasCaption .caption p {
    font-size: -moz-calc(17.4px);
    font-size: -webkit-calc(17.4px);
    font-size: calc(17.4px);
  }
}
@media (min-width: 1240px) {
  .imageRow.hasCaption .caption p {
    font-size: 18px;
  }
}
.imageRow.hasCaption .caption p {
  line-height: 1.6em;
  color: #4a6180;
  margin: 0 auto 20px;
  max-width: 30ch;
}
@media (min-width: 480px) {
  .imageRow.hasCaption .caption p {
    max-width: 25ch;
  }
}
.imageRow button {
  background: none;
  border: none;
  padding: 0;
}
.imageRow button:hover {
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  cursor: pointer;
}

/*==============================================================*/
/*==============================================================*/
.workContent .wrap .content .inner h2 {
  font-family: "Hanken";
  font-weight: 500;
  font-size: 24px;
}
@media (min-width: 600px) {
  .workContent .wrap .content .inner h2 {
    font-size: -moz-calc(25.4px);
    font-size: -webkit-calc(25.4px);
    font-size: calc(25.4px);
  }
}
@media (min-width: 768px) {
  .workContent .wrap .content .inner h2 {
    font-size: -moz-calc(26.8px);
    font-size: -webkit-calc(26.8px);
    font-size: calc(26.8px);
  }
}
@media (min-width: 900px) {
  .workContent .wrap .content .inner h2 {
    font-size: -moz-calc(28.2px);
    font-size: -webkit-calc(28.2px);
    font-size: calc(28.2px);
  }
}
@media (min-width: 1024px) {
  .workContent .wrap .content .inner h2 {
    font-size: -moz-calc(29.6px);
    font-size: -webkit-calc(29.6px);
    font-size: calc(29.6px);
  }
}
@media (min-width: 1240px) {
  .workContent .wrap .content .inner h2 {
    font-size: 31px;
  }
}
.workContent .wrap .content .inner h2 {
  margin-bottom: 18px;
}
.workContent .wrap .content .inner h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 32px 0 8px;
}
.workContent .wrap .content .inner p {
  font-size: 16px;
}
@media (min-width: 600px) {
  .workContent .wrap .content .inner p {
    font-size: -moz-calc(16.6px);
    font-size: -webkit-calc(16.6px);
    font-size: calc(16.6px);
  }
}
@media (min-width: 768px) {
  .workContent .wrap .content .inner p {
    font-size: -moz-calc(17.2px);
    font-size: -webkit-calc(17.2px);
    font-size: calc(17.2px);
  }
}
@media (min-width: 900px) {
  .workContent .wrap .content .inner p {
    font-size: -moz-calc(17.8px);
    font-size: -webkit-calc(17.8px);
    font-size: calc(17.8px);
  }
}
@media (min-width: 1024px) {
  .workContent .wrap .content .inner p {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 1240px) {
  .workContent .wrap .content .inner p {
    font-size: 19px;
  }
}
.workContent .wrap .content .inner p {
  letter-spacing: 0.2px;
  line-height: 1.7em;
  margin-bottom: 15px;
}
.workContent .wrap .content .inner p.pSmall {
  font-size: 14px;
}
@media (min-width: 600px) {
  .workContent .wrap .content .inner p.pSmall {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .workContent .wrap .content .inner p.pSmall {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .workContent .wrap .content .inner p.pSmall {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .workContent .wrap .content .inner p.pSmall {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .workContent .wrap .content .inner p.pSmall {
    font-size: 16px;
  }
}
.workContent .wrap .content .inner p.pLarge {
  font-size: 20px;
}
@media (min-width: 600px) {
  .workContent .wrap .content .inner p.pLarge {
    font-size: -moz-calc(20.8px);
    font-size: -webkit-calc(20.8px);
    font-size: calc(20.8px);
  }
}
@media (min-width: 768px) {
  .workContent .wrap .content .inner p.pLarge {
    font-size: -moz-calc(21.6px);
    font-size: -webkit-calc(21.6px);
    font-size: calc(21.6px);
  }
}
@media (min-width: 900px) {
  .workContent .wrap .content .inner p.pLarge {
    font-size: -moz-calc(22.4px);
    font-size: -webkit-calc(22.4px);
    font-size: calc(22.4px);
  }
}
@media (min-width: 1024px) {
  .workContent .wrap .content .inner p.pLarge {
    font-size: -moz-calc(23.2px);
    font-size: -webkit-calc(23.2px);
    font-size: calc(23.2px);
  }
}
@media (min-width: 1240px) {
  .workContent .wrap .content .inner p.pLarge {
    font-size: 24px;
  }
}
.workContent .wrap .content .inner a:not(.btn) {
  text-decoration: underline;
  font-family: "Hanken";
  font-weight: 500;
}
.workContent .wrap .content .inner a.btn {
  margin-top: 15px;
}

.workContent.simple {
  padding: 3vh 0 4vh;
}
@media (min-width: 480px) {
  .workContent.simple {
    padding: 3vh 0 5vh;
  }
}
.workContent.simple .wrap {
  margin: 0 auto;
  width: 90vw;
  max-width: 65ch;
}
@media (min-width: 1024px) {
  .workContent.simple .wrap {
    max-width: 60ch;
    width: 70vw;
  }
}

.workContent.callout {
  padding-top: 30px;
  padding-bottom: 25px;
  text-align: center;
}
.workContent.callout .wrap {
  margin: 0 auto;
  width: 80vw;
}
@media (min-width: 1024px) {
  .workContent.callout .wrap {
    width: 55vw;
  }
}
.workContent.callout .wrap .content .inner p {
  font-size: 20px;
}
@media (min-width: 600px) {
  .workContent.callout .wrap .content .inner p {
    font-size: -moz-calc(20.4px);
    font-size: -webkit-calc(20.4px);
    font-size: calc(20.4px);
  }
}
@media (min-width: 768px) {
  .workContent.callout .wrap .content .inner p {
    font-size: -moz-calc(20.8px);
    font-size: -webkit-calc(20.8px);
    font-size: calc(20.8px);
  }
}
@media (min-width: 900px) {
  .workContent.callout .wrap .content .inner p {
    font-size: -moz-calc(21.2px);
    font-size: -webkit-calc(21.2px);
    font-size: calc(21.2px);
  }
}
@media (min-width: 1024px) {
  .workContent.callout .wrap .content .inner p {
    font-size: -moz-calc(21.6px);
    font-size: -webkit-calc(21.6px);
    font-size: calc(21.6px);
  }
}
@media (min-width: 1240px) {
  .workContent.callout .wrap .content .inner p {
    font-size: 22px;
  }
}
.workContent.callout .wrap .content .inner p {
  font-family: "Hanken";
  font-weight: 700;
}

.workContent.default.marT-none .wrap {
  padding-top: 0;
}
.workContent.default.marT-less .wrap {
  padding-top: 15px;
}
@media (min-width: 480px) {
  .workContent.default.marT-less .wrap {
    padding-top: 3vh;
  }
}
.workContent.default.marB-none .wrap {
  padding-bottom: 0;
}
.workContent.default.marB-less .wrap {
  padding-bottom: 20px;
}
@media (min-width: 480px) {
  .workContent.default.marB-less .wrap {
    padding-bottom: 4vh;
  }
}
.workContent.default .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 30px;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 92vw;
}
@media (min-width: 480px) {
  .workContent.default .wrap {
    padding: 6vh 0 8vh;
  }
}
@media (min-width: 1024px) {
  .workContent.default .wrap {
    width: 85vw;
  }
}
@media (max-width: 479px) {
  .workContent.default .wrap {
    flex-flow: column wrap;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .workContent.default .wrap.hasImg .content {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .workContent.default .wrap.hasImg .content {
    width: 60%;
  }
}
.workContent.default .wrap.hasImg .content .inner {
  max-width: 55ch;
}
@media (min-width: 1240px) {
  .workContent.default .wrap.hasImg .content .inner {
    max-width: 70ch;
  }
}
.workContent.default .wrap.hasImg .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
}
@media (min-width: 1440px) {
  .workContent.default .wrap.hasImg .img {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .workContent.default .wrap.hasImg .img {
    display: none;
  }
}
.workContent.default .wrap.hasImg .img img {
  margin-left: auto;
  max-width: 75%;
}
@media (min-width: 1440px) {
  .workContent.default .wrap.hasImg .img img {
    max-width: 70%;
  }
}
@media (min-width: 480px) {
  .workContent.default .wrap .number {
    width: 15%;
  }
}
.workContent.default .wrap .number h3 {
  font-size: 24px;
}
@media (min-width: 600px) {
  .workContent.default .wrap .number h3 {
    font-size: -moz-calc(25.4px);
    font-size: -webkit-calc(25.4px);
    font-size: calc(25.4px);
  }
}
@media (min-width: 768px) {
  .workContent.default .wrap .number h3 {
    font-size: -moz-calc(26.8px);
    font-size: -webkit-calc(26.8px);
    font-size: calc(26.8px);
  }
}
@media (min-width: 900px) {
  .workContent.default .wrap .number h3 {
    font-size: -moz-calc(28.2px);
    font-size: -webkit-calc(28.2px);
    font-size: calc(28.2px);
  }
}
@media (min-width: 1024px) {
  .workContent.default .wrap .number h3 {
    font-size: -moz-calc(29.6px);
    font-size: -webkit-calc(29.6px);
    font-size: calc(29.6px);
  }
}
@media (min-width: 1240px) {
  .workContent.default .wrap .number h3 {
    font-size: 31px;
  }
}
.workContent.default .wrap .number h3 {
  font-family: "Hanken";
  font-weight: 700;
  letter-spacing: 3px;
}
@media (min-width: 480px) {
  .workContent.default .wrap .content {
    width: 85%;
  }
}
.workContent.default .wrap .content .inner {
  max-width: 75ch;
}
@media (min-width: 1440px) {
  .workContent.default .wrap .content .inner {
    max-width: 80ch;
  }
}
.workContent.default .wrap .content .inner figure.wp-caption {
  position: relative;
  width: 100% !important;
  margin: 35px 0;
}
@media (max-width: 1699px) {
  .workContent.default .wrap .content .inner figure.wp-caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 767px) {
  .workContent.default .wrap .content .inner figure.wp-caption {
    flex-flow: column wrap;
  }
}
@media (min-width: 768px) {
  .workContent.default .wrap .content .inner figure.wp-caption img {
    width: 71%;
  }
}
@media (min-width: 1024px) {
  .workContent.default .wrap .content .inner figure.wp-caption img {
    width: 73%;
  }
}
@media (min-width: 1700px) {
  .workContent.default .wrap .content .inner figure.wp-caption img {
    width: 82%;
  }
}
.workContent.default .wrap .content .inner figure.wp-caption .wp-caption-text {
  font-family: "Hanken";
  font-weight: 700;
  font-size: 15px;
}
@media (min-width: 600px) {
  .workContent.default .wrap .content .inner figure.wp-caption .wp-caption-text {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 768px) {
  .workContent.default .wrap .content .inner figure.wp-caption .wp-caption-text {
    font-size: -moz-calc(16.2px);
    font-size: -webkit-calc(16.2px);
    font-size: calc(16.2px);
  }
}
@media (min-width: 900px) {
  .workContent.default .wrap .content .inner figure.wp-caption .wp-caption-text {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 1024px) {
  .workContent.default .wrap .content .inner figure.wp-caption .wp-caption-text {
    font-size: -moz-calc(17.4px);
    font-size: -webkit-calc(17.4px);
    font-size: calc(17.4px);
  }
}
@media (min-width: 1240px) {
  .workContent.default .wrap .content .inner figure.wp-caption .wp-caption-text {
    font-size: 18px;
  }
}
.workContent.default .wrap .content .inner figure.wp-caption .wp-caption-text {
  line-height: 1.6em;
  padding: 10px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .workContent.default .wrap .content .inner figure.wp-caption .wp-caption-text {
    text-align: left;
    width: 29%;
    padding: 0 0 0 25px;
  }
}
@media (min-width: 1024px) {
  .workContent.default .wrap .content .inner figure.wp-caption .wp-caption-text {
    padding-left: 35px;
    width: 27%;
  }
}
@media (min-width: 1700px) {
  .workContent.default .wrap .content .inner figure.wp-caption .wp-caption-text {
    position: absolute;
    width: 28%;
    top: 0;
    left: 86%;
    padding: 0;
    letter-spacing: 0.1px;
  }
}

/*==============================================================*/
/*==============================================================*/
.columnedTxt {
  padding: 35px 0 20px;
}
@media (min-width: 600px) {
  .columnedTxt {
    padding: 4vh 0 3vh;
  }
}
.columnedTxt .wrap {
  margin: 0 auto;
}
.columnedTxt.widthThin .wrap {
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 480px) {
  .columnedTxt.widthThin .wrap {
    padding-left: 13.75%;
  }
}
@media (min-width: 1024px) {
  .columnedTxt.widthThin .wrap {
    padding-left: 16.2%;
  }
}
@media (min-width: 1440px) {
  .columnedTxt.widthThin .wrap {
    margin: 0 auto;
    width: 83%;
    padding-left: 11.6%;
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthThin .wrap .blocks {
    margin: 0 -2%;
  }
}
@media (min-width: 1440px) {
  .columnedTxt.widthThin .wrap .blocks {
    width: 93%;
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthThin .wrap .blocks .block {
    margin: 0 2% 50px !important;
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthThin .wrap .blocks .block .inner {
    max-width: 32ch;
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthThin .wrap .blocks.col-2 .block {
    width: 46%;
    margin: 0 2% 50px !important;
  }
}
.columnedTxt.widthThin .wrap .blocks.col-2 .block .inner h3 {
  font-size: 21px;
}
@media (min-width: 600px) {
  .columnedTxt.widthThin .wrap .blocks.col-2 .block .inner h3 {
    font-size: -moz-calc(21.6px);
    font-size: -webkit-calc(21.6px);
    font-size: calc(21.6px);
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthThin .wrap .blocks.col-2 .block .inner h3 {
    font-size: -moz-calc(22.2px);
    font-size: -webkit-calc(22.2px);
    font-size: calc(22.2px);
  }
}
@media (min-width: 900px) {
  .columnedTxt.widthThin .wrap .blocks.col-2 .block .inner h3 {
    font-size: -moz-calc(22.8px);
    font-size: -webkit-calc(22.8px);
    font-size: calc(22.8px);
  }
}
@media (min-width: 1024px) {
  .columnedTxt.widthThin .wrap .blocks.col-2 .block .inner h3 {
    font-size: -moz-calc(23.4px);
    font-size: -webkit-calc(23.4px);
    font-size: calc(23.4px);
  }
}
@media (min-width: 1240px) {
  .columnedTxt.widthThin .wrap .blocks.col-2 .block .inner h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthThin .wrap .blocks.col-3 .block, .columnedTxt.widthThin .wrap .blocks.col-other .block {
    width: 29.33%;
  }
}
.columnedTxt.widthThin .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthThin .wrap .blocks.col-other .block .inner h3 {
  font-size: 21px;
}
@media (min-width: 600px) {
  .columnedTxt.widthThin .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthThin .wrap .blocks.col-other .block .inner h3 {
    font-size: -moz-calc(22px);
    font-size: -webkit-calc(22px);
    font-size: calc(22px);
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthThin .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthThin .wrap .blocks.col-other .block .inner h3 {
    font-size: -moz-calc(23px);
    font-size: -webkit-calc(23px);
    font-size: calc(23px);
  }
}
@media (min-width: 900px) {
  .columnedTxt.widthThin .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthThin .wrap .blocks.col-other .block .inner h3 {
    font-size: -moz-calc(24px);
    font-size: -webkit-calc(24px);
    font-size: calc(24px);
  }
}
@media (min-width: 1024px) {
  .columnedTxt.widthThin .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthThin .wrap .blocks.col-other .block .inner h3 {
    font-size: -moz-calc(25px);
    font-size: -webkit-calc(25px);
    font-size: calc(25px);
  }
}
@media (min-width: 1240px) {
  .columnedTxt.widthThin .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthThin .wrap .blocks.col-other .block .inner h3 {
    font-size: 26px;
  }
}
@media (max-width: 899px) {
  .columnedTxt.widthWide .wrap {
    margin: 0 auto;
    max-width: 92vw;
  }
}
@media (min-width: 900px) {
  .columnedTxt.widthWide .wrap {
    max-width: 85vw;
  }
}
@media (min-width: 1024px) {
  .columnedTxt.widthWide .wrap {
    max-width: 75vw;
  }
}
@media (min-width: 600px) {
  .columnedTxt.widthWide .wrap .blocks.col-2 {
    margin: 0 -2%;
  }
}
@media (min-width: 600px) {
  .columnedTxt.widthWide .wrap .blocks.col-2 .block {
    width: 46%;
  }
}
@media (min-width: 600px) {
  .columnedTxt.widthWide .wrap .blocks.col-2 .block .inner {
    max-width: 32ch;
  }
}
.columnedTxt.widthWide .wrap .blocks.col-2 .block .inner h3 {
  font-size: 21px;
}
@media (min-width: 600px) {
  .columnedTxt.widthWide .wrap .blocks.col-2 .block .inner h3 {
    font-size: -moz-calc(22px);
    font-size: -webkit-calc(22px);
    font-size: calc(22px);
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthWide .wrap .blocks.col-2 .block .inner h3 {
    font-size: -moz-calc(23px);
    font-size: -webkit-calc(23px);
    font-size: calc(23px);
  }
}
@media (min-width: 900px) {
  .columnedTxt.widthWide .wrap .blocks.col-2 .block .inner h3 {
    font-size: -moz-calc(24px);
    font-size: -webkit-calc(24px);
    font-size: calc(24px);
  }
}
@media (min-width: 1024px) {
  .columnedTxt.widthWide .wrap .blocks.col-2 .block .inner h3 {
    font-size: -moz-calc(25px);
    font-size: -webkit-calc(25px);
    font-size: calc(25px);
  }
}
@media (min-width: 1240px) {
  .columnedTxt.widthWide .wrap .blocks.col-2 .block .inner h3 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthWide .wrap .blocks.col-3, .columnedTxt.widthWide .wrap .blocks.col-other {
    margin: 0 -2%;
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthWide .wrap .blocks.col-3 .block, .columnedTxt.widthWide .wrap .blocks.col-other .block {
    width: 29.33%;
    margin: 0 2% 50px !important;
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthWide .wrap .blocks.col-3 .block .inner, .columnedTxt.widthWide .wrap .blocks.col-other .block .inner {
    max-width: 32ch;
  }
}
.columnedTxt.widthWide .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthWide .wrap .blocks.col-other .block .inner h3 {
  font-size: 21px;
}
@media (min-width: 600px) {
  .columnedTxt.widthWide .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthWide .wrap .blocks.col-other .block .inner h3 {
    font-size: -moz-calc(22.4px);
    font-size: -webkit-calc(22.4px);
    font-size: calc(22.4px);
  }
}
@media (min-width: 768px) {
  .columnedTxt.widthWide .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthWide .wrap .blocks.col-other .block .inner h3 {
    font-size: -moz-calc(23.8px);
    font-size: -webkit-calc(23.8px);
    font-size: calc(23.8px);
  }
}
@media (min-width: 900px) {
  .columnedTxt.widthWide .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthWide .wrap .blocks.col-other .block .inner h3 {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 1024px) {
  .columnedTxt.widthWide .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthWide .wrap .blocks.col-other .block .inner h3 {
    font-size: -moz-calc(26.6px);
    font-size: -webkit-calc(26.6px);
    font-size: calc(26.6px);
  }
}
@media (min-width: 1240px) {
  .columnedTxt.widthWide .wrap .blocks.col-3 .block .inner h3, .columnedTxt.widthWide .wrap .blocks.col-other .block .inner h3 {
    font-size: 28px;
  }
}
.columnedTxt .blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.columnedTxt .blocks .block {
  width: 100%;
  margin-bottom: 35px !important;
}
.columnedTxt .blocks .block .inner {
  max-width: 50ch;
}
.columnedTxt .blocks .block .inner h3 {
  margin-bottom: 10px;
  font-family: "Hanken";
  font-weight: 900;
}
.columnedTxt .blocks .block .inner p {
  font-size: 16px;
}
@media (min-width: 600px) {
  .columnedTxt .blocks .block .inner p {
    font-size: -moz-calc(16.6px);
    font-size: -webkit-calc(16.6px);
    font-size: calc(16.6px);
  }
}
@media (min-width: 768px) {
  .columnedTxt .blocks .block .inner p {
    font-size: -moz-calc(17.2px);
    font-size: -webkit-calc(17.2px);
    font-size: calc(17.2px);
  }
}
@media (min-width: 900px) {
  .columnedTxt .blocks .block .inner p {
    font-size: -moz-calc(17.8px);
    font-size: -webkit-calc(17.8px);
    font-size: calc(17.8px);
  }
}
@media (min-width: 1024px) {
  .columnedTxt .blocks .block .inner p {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 1240px) {
  .columnedTxt .blocks .block .inner p {
    font-size: 19px;
  }
}
.columnedTxt .blocks .block .inner p {
  line-height: 1.6em;
  letter-spacing: 0.4px;
}

.imageRow + .imageRow {
  margin-top: 2vh;
}

/*==============================================================*/
/*==============================================================*/
.heroTxt.services {
  background: #ffffff;
}
.heroTxt.services .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding: 3.4vh 0 4vh;
  margin: 0 auto;
  max-width: 85vw;
  text-align: center;
}
@media (min-width: 480px) {
  .heroTxt.services .wrap {
    text-align: left;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .heroTxt.services .wrap {
    max-width: 92vw;
    flex-flow: row wrap;
  }
}
@media (min-width: 1024px) {
  .heroTxt.services .wrap {
    max-width: 85vw;
  }
}
@media (min-width: 480px) {
  .heroTxt.services .wrap .intro {
    max-width: 60ch;
  }
}
@media (min-width: 900px) {
  .heroTxt.services .wrap .intro {
    max-width: 60vw;
  }
}
@media (min-width: 1240px) {
  .heroTxt.services .wrap .intro {
    max-width: 43vw;
  }
}
.heroTxt.services .wrap .intro h1 {
  font-family: "Nyse";
  font-weight: 600;
  font-size: 30px;
}
@media (min-width: 600px) {
  .heroTxt.services .wrap .intro h1 {
    font-size: -moz-calc(32px);
    font-size: -webkit-calc(32px);
    font-size: calc(32px);
  }
}
@media (min-width: 768px) {
  .heroTxt.services .wrap .intro h1 {
    font-size: -moz-calc(34px);
    font-size: -webkit-calc(34px);
    font-size: calc(34px);
  }
}
@media (min-width: 900px) {
  .heroTxt.services .wrap .intro h1 {
    font-size: -moz-calc(36px);
    font-size: -webkit-calc(36px);
    font-size: calc(36px);
  }
}
@media (min-width: 1024px) {
  .heroTxt.services .wrap .intro h1 {
    font-size: -moz-calc(38px);
    font-size: -webkit-calc(38px);
    font-size: calc(38px);
  }
}
@media (min-width: 1240px) {
  .heroTxt.services .wrap .intro h1 {
    font-size: 40px;
  }
}
.heroTxt.services .wrap .intro h1 {
  padding: 0.5em 0;
}
.heroTxt.services .wrap .intro p {
  font-size: 16px;
}
@media (min-width: 600px) {
  .heroTxt.services .wrap .intro p {
    font-size: -moz-calc(16.6px);
    font-size: -webkit-calc(16.6px);
    font-size: calc(16.6px);
  }
}
@media (min-width: 768px) {
  .heroTxt.services .wrap .intro p {
    font-size: -moz-calc(17.2px);
    font-size: -webkit-calc(17.2px);
    font-size: calc(17.2px);
  }
}
@media (min-width: 900px) {
  .heroTxt.services .wrap .intro p {
    font-size: -moz-calc(17.8px);
    font-size: -webkit-calc(17.8px);
    font-size: calc(17.8px);
  }
}
@media (min-width: 1024px) {
  .heroTxt.services .wrap .intro p {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 1240px) {
  .heroTxt.services .wrap .intro p {
    font-size: 19px;
  }
}
.heroTxt.services .wrap .intro p {
  line-height: 1.6em;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
.heroTxt.services .wrap .intro p.pLarge {
  font-size: 18px;
}
@media (min-width: 600px) {
  .heroTxt.services .wrap .intro p.pLarge {
    font-size: -moz-calc(18.8px);
    font-size: -webkit-calc(18.8px);
    font-size: calc(18.8px);
  }
}
@media (min-width: 768px) {
  .heroTxt.services .wrap .intro p.pLarge {
    font-size: -moz-calc(19.6px);
    font-size: -webkit-calc(19.6px);
    font-size: calc(19.6px);
  }
}
@media (min-width: 900px) {
  .heroTxt.services .wrap .intro p.pLarge {
    font-size: -moz-calc(20.4px);
    font-size: -webkit-calc(20.4px);
    font-size: calc(20.4px);
  }
}
@media (min-width: 1024px) {
  .heroTxt.services .wrap .intro p.pLarge {
    font-size: -moz-calc(21.2px);
    font-size: -webkit-calc(21.2px);
    font-size: calc(21.2px);
  }
}
@media (min-width: 1240px) {
  .heroTxt.services .wrap .intro p.pLarge {
    font-size: 22px;
  }
}
.heroTxt.services .wrap .sidebar {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .heroTxt.services .wrap .sidebar {
    margin-top: 30px;
  }
}
@media (min-width: 900px) {
  .heroTxt.services .wrap .sidebar {
    margin-top: 0;
  }
}
.heroTxt.services .wrap .sidebar h3 {
  font-family: "Hanken";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 600px) {
  .heroTxt.services .wrap .sidebar h3 {
    font-size: -moz-calc(14.2px);
    font-size: -webkit-calc(14.2px);
    font-size: calc(14.2px);
  }
}
@media (min-width: 768px) {
  .heroTxt.services .wrap .sidebar h3 {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 900px) {
  .heroTxt.services .wrap .sidebar h3 {
    font-size: -moz-calc(14.6px);
    font-size: -webkit-calc(14.6px);
    font-size: calc(14.6px);
  }
}
@media (min-width: 1024px) {
  .heroTxt.services .wrap .sidebar h3 {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 1240px) {
  .heroTxt.services .wrap .sidebar h3 {
    font-size: 15px;
  }
}
.heroTxt.services .wrap .sidebar h3 {
  letter-spacing: 0.8px;
}
.heroTxt.services .wrap .sidebar ul {
  list-style: disc;
  margin: 15px 0 0 18px;
}
.heroTxt.services .wrap .sidebar ul li {
  margin: 0 0 10px;
  font-family: "Hanken";
  font-weight: 700;
  font-size: 15px;
}
@media (min-width: 600px) {
  .heroTxt.services .wrap .sidebar ul li {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 768px) {
  .heroTxt.services .wrap .sidebar ul li {
    font-size: -moz-calc(15.4px);
    font-size: -webkit-calc(15.4px);
    font-size: calc(15.4px);
  }
}
@media (min-width: 900px) {
  .heroTxt.services .wrap .sidebar ul li {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1024px) {
  .heroTxt.services .wrap .sidebar ul li {
    font-size: -moz-calc(15.8px);
    font-size: -webkit-calc(15.8px);
    font-size: calc(15.8px);
  }
}
@media (min-width: 1240px) {
  .heroTxt.services .wrap .sidebar ul li {
    font-size: 16px;
  }
}

.caseStudies {
  background: #e6e9e4;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.caseStudies .wrap {
  margin: 0 auto;
  width: 90vw;
}
@media (min-width: 768px) {
  .caseStudies .wrap {
    width: 80vw;
  }
}
@media (min-width: 1240px) {
  .caseStudies .wrap {
    width: 70vw;
  }
}
.caseStudies h2 {
  font-family: "Nyse";
  font-weight: 600;
  text-align: center;
  font-size: 30px;
}
@media (min-width: 600px) {
  .caseStudies h2 {
    font-size: -moz-calc(32px);
    font-size: -webkit-calc(32px);
    font-size: calc(32px);
  }
}
@media (min-width: 768px) {
  .caseStudies h2 {
    font-size: -moz-calc(34px);
    font-size: -webkit-calc(34px);
    font-size: calc(34px);
  }
}
@media (min-width: 900px) {
  .caseStudies h2 {
    font-size: -moz-calc(36px);
    font-size: -webkit-calc(36px);
    font-size: calc(36px);
  }
}
@media (min-width: 1024px) {
  .caseStudies h2 {
    font-size: -moz-calc(38px);
    font-size: -webkit-calc(38px);
    font-size: calc(38px);
  }
}
@media (min-width: 1240px) {
  .caseStudies h2 {
    font-size: 40px;
  }
}
.caseStudies h2 {
  margin-bottom: 30px;
}
.caseStudies ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -1.5%;
  justify-content: center;
}
.caseStudies ul li {
  width: 47%;
  margin: 0 1.5%;
}
.caseStudies ul li img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.caseStudies ul li img:hover {
  opacity: 0.75;
}
.caseStudies ul h3 {
  font-size: 19px;
}
@media (min-width: 600px) {
  .caseStudies ul h3 {
    font-size: -moz-calc(19.4px);
    font-size: -webkit-calc(19.4px);
    font-size: calc(19.4px);
  }
}
@media (min-width: 768px) {
  .caseStudies ul h3 {
    font-size: -moz-calc(19.8px);
    font-size: -webkit-calc(19.8px);
    font-size: calc(19.8px);
  }
}
@media (min-width: 900px) {
  .caseStudies ul h3 {
    font-size: -moz-calc(20.2px);
    font-size: -webkit-calc(20.2px);
    font-size: calc(20.2px);
  }
}
@media (min-width: 1024px) {
  .caseStudies ul h3 {
    font-size: -moz-calc(20.6px);
    font-size: -webkit-calc(20.6px);
    font-size: calc(20.6px);
  }
}
@media (min-width: 1240px) {
  .caseStudies ul h3 {
    font-size: 21px;
  }
}
.caseStudies ul h3 {
  margin-top: 12px;
}
.caseStudies ul h3:hover {
  color: #90664a;
}

/*==============================================================*/
/*==============================================================*/
.taxHead {
  padding: 6vh 0 7vh;
}
.taxHead .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 550px;
}
.taxHead .wrap h1 {
  font-family: "Nyse";
  font-weight: 600;
  font-size: 30px;
}
@media (min-width: 600px) {
  .taxHead .wrap h1 {
    font-size: -moz-calc(32px);
    font-size: -webkit-calc(32px);
    font-size: calc(32px);
  }
}
@media (min-width: 768px) {
  .taxHead .wrap h1 {
    font-size: -moz-calc(34px);
    font-size: -webkit-calc(34px);
    font-size: calc(34px);
  }
}
@media (min-width: 900px) {
  .taxHead .wrap h1 {
    font-size: -moz-calc(36px);
    font-size: -webkit-calc(36px);
    font-size: calc(36px);
  }
}
@media (min-width: 1024px) {
  .taxHead .wrap h1 {
    font-size: -moz-calc(38px);
    font-size: -webkit-calc(38px);
    font-size: calc(38px);
  }
}
@media (min-width: 1240px) {
  .taxHead .wrap h1 {
    font-size: 40px;
  }
}
.taxHead .wrap h1 {
  padding: 0.5em 0;
  color: #181a0f;
  text-transform: none;
  letter-spacing: normal;
  border-bottom: none;
}
.taxHead .wrap h1.centerHead {
  border-bottom: none;
}
.taxHead .wrap h1.centerHead span {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: none;
}

main .wrap .gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors {
  box-shadow: none;
  padding: 0;
  margin: 0 0 30px;
  border: none;
  background: none;
}
main .wrap .gform_wrapper.gravity-theme h2 {
  font-family: "Hanken";
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  color: #90664a;
  font-size: 17px;
}
@media (min-width: 600px) {
  main .wrap .gform_wrapper.gravity-theme h2 {
    font-size: -moz-calc(17.6px);
    font-size: -webkit-calc(17.6px);
    font-size: calc(17.6px);
  }
}
@media (min-width: 768px) {
  main .wrap .gform_wrapper.gravity-theme h2 {
    font-size: -moz-calc(18.2px);
    font-size: -webkit-calc(18.2px);
    font-size: calc(18.2px);
  }
}
@media (min-width: 900px) {
  main .wrap .gform_wrapper.gravity-theme h2 {
    font-size: -moz-calc(18.8px);
    font-size: -webkit-calc(18.8px);
    font-size: calc(18.8px);
  }
}
@media (min-width: 1024px) {
  main .wrap .gform_wrapper.gravity-theme h2 {
    font-size: -moz-calc(19.4px);
    font-size: -webkit-calc(19.4px);
    font-size: calc(19.4px);
  }
}
@media (min-width: 1240px) {
  main .wrap .gform_wrapper.gravity-theme h2 {
    font-size: 20px;
  }
}
main .wrap .gform_wrapper.gravity-theme h2 span {
  display: none;
}
main .wrap .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
main .wrap .gform_wrapper.gravity-theme form .gform_body .gform_fields {
  grid-row-gap: 25px;
}
main .wrap .gform_wrapper.gravity-theme .gfield.gfield_error .gfield_description.validation_message {
  padding: 0;
  border: none;
  margin: 3px 0 0;
  background: none;
  font-size: 12px;
  font-family: "Hanken";
  font-weight: 700;
  color: #90664a;
}
main .wrap .gform_wrapper.gravity-theme .gfield.gfield_error .gfield_label {
  color: #4a6180;
}
main .wrap .gform_wrapper.gravity-theme .gfield.gfield_error input, main .wrap .gform_wrapper.gravity-theme .gfield.gfield_error textarea, main .wrap .gform_wrapper.gravity-theme .gfield.gfield_error select {
  border: 1px solid #90664a;
}
main .wrap .gform_wrapper.gravity-theme .gfield input + label {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
main .wrap .gform_wrapper.gravity-theme .gfield .gfield_label {
  font-size: 16px;
}
@media (min-width: 600px) {
  main .wrap .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: -moz-calc(16.4px);
    font-size: -webkit-calc(16.4px);
    font-size: calc(16.4px);
  }
}
@media (min-width: 768px) {
  main .wrap .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 900px) {
  main .wrap .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: -moz-calc(17.2px);
    font-size: -webkit-calc(17.2px);
    font-size: calc(17.2px);
  }
}
@media (min-width: 1024px) {
  main .wrap .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: -moz-calc(17.6px);
    font-size: -webkit-calc(17.6px);
    font-size: calc(17.6px);
  }
}
@media (min-width: 1240px) {
  main .wrap .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: 18px;
  }
}
main .wrap .gform_wrapper.gravity-theme .gfield .gfield_label {
  margin-bottom: 5px;
  font-family: "Hanken";
  font-weight: 500;
}
main .wrap .gform_wrapper.gravity-theme .gfield input, main .wrap .gform_wrapper.gravity-theme .gfield textarea, main .wrap .gform_wrapper.gravity-theme .gfield select {
  width: 100%;
  border: 1px solid #b49f6c;
  background: white;
  font-family: "Hanken";
  font-weight: 300;
  padding: 8px;
}
@media (min-width: 600px) {
  main .wrap .gform_wrapper.gravity-theme .gfield input, main .wrap .gform_wrapper.gravity-theme .gfield textarea, main .wrap .gform_wrapper.gravity-theme .gfield select {
    padding: 10px 10px 8px;
  }
}
@media (min-width: 900px) {
  main .wrap .gform_wrapper.gravity-theme .gfield input, main .wrap .gform_wrapper.gravity-theme .gfield textarea, main .wrap .gform_wrapper.gravity-theme .gfield select {
    padding: 15px 15px 13px;
  }
}
main .wrap .gform_wrapper.gravity-theme .gfield textarea {
  height: 80px;
}

form .gform_footer {
  align-content: center;
  flex-flow: column wrap;
}
form .gform_footer input.button, form .gform_footer button.button {
  display: inline-block;
  background: #90664a;
  color: white;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Hanken";
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 600px) {
  form .gform_footer input.button, form .gform_footer button.button {
    font-size: -moz-calc(12.4px);
    font-size: -webkit-calc(12.4px);
    font-size: calc(12.4px);
  }
}
@media (min-width: 768px) {
  form .gform_footer input.button, form .gform_footer button.button {
    font-size: -moz-calc(12.8px);
    font-size: -webkit-calc(12.8px);
    font-size: calc(12.8px);
  }
}
@media (min-width: 900px) {
  form .gform_footer input.button, form .gform_footer button.button {
    font-size: -moz-calc(13.2px);
    font-size: -webkit-calc(13.2px);
    font-size: calc(13.2px);
  }
}
@media (min-width: 1024px) {
  form .gform_footer input.button, form .gform_footer button.button {
    font-size: -moz-calc(13.6px);
    font-size: -webkit-calc(13.6px);
    font-size: calc(13.6px);
  }
}
@media (min-width: 1240px) {
  form .gform_footer input.button, form .gform_footer button.button {
    font-size: 14px;
  }
}
form .gform_footer input.button, form .gform_footer button.button {
  padding: 10px 20px;
  text-decoration: none !important;
  border: none;
}
form .gform_footer input.button:hover, form .gform_footer button.button:hover {
  background: #4a6180;
}
form .gform_footer input.button, form .gform_footer button.button {
  margin-bottom: 0;
}
form .gform_footer .gform_ajax_spinner, form .gform_footer .gform-spinner {
  display: none;
}

.gform_confirmation_message {
  text-align: center;
  font-family: "Hanken";
  font-weight: 700;
  line-height: 1.3em;
  color: #4a6180;
  font-size: 20px;
}
@media (min-width: 600px) {
  .gform_confirmation_message {
    font-size: -moz-calc(20.8px);
    font-size: -webkit-calc(20.8px);
    font-size: calc(20.8px);
  }
}
@media (min-width: 768px) {
  .gform_confirmation_message {
    font-size: -moz-calc(21.6px);
    font-size: -webkit-calc(21.6px);
    font-size: calc(21.6px);
  }
}
@media (min-width: 900px) {
  .gform_confirmation_message {
    font-size: -moz-calc(22.4px);
    font-size: -webkit-calc(22.4px);
    font-size: calc(22.4px);
  }
}
@media (min-width: 1024px) {
  .gform_confirmation_message {
    font-size: -moz-calc(23.2px);
    font-size: -webkit-calc(23.2px);
    font-size: calc(23.2px);
  }
}
@media (min-width: 1240px) {
  .gform_confirmation_message {
    font-size: 24px;
  }
}

body {
  font-family: "Hanken";
  font-weight: 300;
  background: white;
  color: #181a0f;
  overflow-x: hidden;
  font-size: 15px;
}
@media (min-width: 600px) {
  body {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 768px) {
  body {
    font-size: -moz-calc(16.2px);
    font-size: -webkit-calc(16.2px);
    font-size: calc(16.2px);
  }
}
@media (min-width: 900px) {
  body {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 1024px) {
  body {
    font-size: -moz-calc(17.4px);
    font-size: -webkit-calc(17.4px);
    font-size: calc(17.4px);
  }
}
@media (min-width: 1240px) {
  body {
    font-size: 18px;
  }
}

img {
  display: block;
}

a, button, .btn {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.btn {
  display: inline-block;
  background: #90664a;
  color: white;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Hanken";
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 600px) {
  .btn {
    font-size: -moz-calc(12.4px);
    font-size: -webkit-calc(12.4px);
    font-size: calc(12.4px);
  }
}
@media (min-width: 768px) {
  .btn {
    font-size: -moz-calc(12.8px);
    font-size: -webkit-calc(12.8px);
    font-size: calc(12.8px);
  }
}
@media (min-width: 900px) {
  .btn {
    font-size: -moz-calc(13.2px);
    font-size: -webkit-calc(13.2px);
    font-size: calc(13.2px);
  }
}
@media (min-width: 1024px) {
  .btn {
    font-size: -moz-calc(13.6px);
    font-size: -webkit-calc(13.6px);
    font-size: calc(13.6px);
  }
}
@media (min-width: 1240px) {
  .btn {
    font-size: 14px;
  }
}
.btn {
  padding: 10px 20px;
  text-decoration: none !important;
  border: none;
}
.btn:hover {
  background: #4a6180;
}
.btn.green {
  background: #212e3d;
}
.btn.blue {
  background: #212e3d;
}
.btn.purple {
  background: #4a6180;
}

strong {
  font-family: "Hanken";
  font-weight: 700;
}

*:last-child {
  margin-bottom: 0 !important;
}

#main {
  clear: both;
  padding-top: 65px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

section {
  overflow-x: hidden;
  z-index: 2;
}

/*==============================================================*/
/*==============================================================*/
.breadcrumbs {
  background: #e6e9e4;
  padding-top: 16px;
  padding-bottom: 14px;
}
@media (min-width: 600px) {
  .breadcrumbs {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
.breadcrumbs .wrap {
  margin: 0 auto;
  width: 94%;
}
@media (max-width: 599px) {
  .breadcrumbs .wrap {
    text-align: center;
  }
}
.breadcrumbs .wrap a {
  font-family: "Hanken";
  font-weight: 900;
  color: #90664a;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .breadcrumbs .wrap a {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .breadcrumbs .wrap a {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .breadcrumbs .wrap a {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .breadcrumbs .wrap a {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .breadcrumbs .wrap a {
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  .breadcrumbs .wrap a {
    color: #4a6180;
  }
}
.breadcrumbs .wrap a:hover {
  color: #90664a;
}

.singleHead {
  text-align: center;
  padding: 3.6vh 0;
}
.singleHead .wrap {
  margin: 0 auto;
  width: 94%;
}
.singleHead .wrap .top {
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .singleHead .wrap .top {
    display: none;
  }
}
.singleHead .wrap .top .read {
  display: inline-block;
  font-size: 12px;
  color: #212e3d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 10px;
}
.singleHead .wrap .top ul.cats {
  display: inline-block;
}
.singleHead .wrap .top ul.cats li {
  margin: 0 5px;
  display: inline-block;
}
.singleHead .wrap .top ul.cats li span {
  font-family: "Hanken";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
}
@media (min-width: 600px) {
  .singleHead .wrap .top ul.cats li span {
    font-size: -moz-calc(11.2px);
    font-size: -webkit-calc(11.2px);
    font-size: calc(11.2px);
  }
}
@media (min-width: 768px) {
  .singleHead .wrap .top ul.cats li span {
    font-size: -moz-calc(11.4px);
    font-size: -webkit-calc(11.4px);
    font-size: calc(11.4px);
  }
}
@media (min-width: 900px) {
  .singleHead .wrap .top ul.cats li span {
    font-size: -moz-calc(11.6px);
    font-size: -webkit-calc(11.6px);
    font-size: calc(11.6px);
  }
}
@media (min-width: 1024px) {
  .singleHead .wrap .top ul.cats li span {
    font-size: -moz-calc(11.8px);
    font-size: -webkit-calc(11.8px);
    font-size: calc(11.8px);
  }
}
@media (min-width: 1240px) {
  .singleHead .wrap .top ul.cats li span {
    font-size: 12px;
  }
}
.singleHead .wrap .top ul.cats li span {
  background: #e6e9e4;
  letter-spacing: 1px;
  padding: 6px 13px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 900px) {
  .singleHead .wrap .top ul.cats li span {
    padding: 8px 16px;
  }
}
.singleHead .wrap .top ul.cats li span:hover {
  background: #90664a !important;
}
.singleHead .wrap .top ul.cats li.cat-6 span {
  background: #4a6180;
  color: white;
}
.singleHead .wrap .top ul.cats li.cat-5 span {
  background: #212e3d;
  color: white;
}
.singleHead .wrap .top ul.cats li.cat-8 span {
  background: #90664a;
  color: white;
}
.singleHead .wrap .top ul.cats li.cat-9 span {
  background: #b49f6c;
  color: white;
}
.singleHead .wrap h1 {
  font-family: "Nyse";
  font-weight: 600;
  line-height: 1.1;
  font-size: 26px;
}
@media (min-width: 600px) {
  .singleHead .wrap h1 {
    font-size: -moz-calc(29.6px);
    font-size: -webkit-calc(29.6px);
    font-size: calc(29.6px);
  }
}
@media (min-width: 768px) {
  .singleHead .wrap h1 {
    font-size: -moz-calc(33.2px);
    font-size: -webkit-calc(33.2px);
    font-size: calc(33.2px);
  }
}
@media (min-width: 900px) {
  .singleHead .wrap h1 {
    font-size: -moz-calc(36.8px);
    font-size: -webkit-calc(36.8px);
    font-size: calc(36.8px);
  }
}
@media (min-width: 1024px) {
  .singleHead .wrap h1 {
    font-size: -moz-calc(40.4px);
    font-size: -webkit-calc(40.4px);
    font-size: calc(40.4px);
  }
}
@media (min-width: 1240px) {
  .singleHead .wrap h1 {
    font-size: 44px;
  }
}
.singleHead .wrap h1 {
  margin: 0 auto 20px;
  max-width: 860px;
}
.singleHead .wrap p.meta {
  font-size: 12px;
}
@media (min-width: 600px) {
  .singleHead .wrap p.meta {
    font-size: -moz-calc(12.4px);
    font-size: -webkit-calc(12.4px);
    font-size: calc(12.4px);
  }
}
@media (min-width: 768px) {
  .singleHead .wrap p.meta {
    font-size: -moz-calc(12.8px);
    font-size: -webkit-calc(12.8px);
    font-size: calc(12.8px);
  }
}
@media (min-width: 900px) {
  .singleHead .wrap p.meta {
    font-size: -moz-calc(13.2px);
    font-size: -webkit-calc(13.2px);
    font-size: calc(13.2px);
  }
}
@media (min-width: 1024px) {
  .singleHead .wrap p.meta {
    font-size: -moz-calc(13.6px);
    font-size: -webkit-calc(13.6px);
    font-size: calc(13.6px);
  }
}
@media (min-width: 1240px) {
  .singleHead .wrap p.meta {
    font-size: 14px;
  }
}

.singleHero .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: center;
}
@media (min-width: 600px) {
  .singleHero .wrap {
    margin: 0 auto;
    width: 94%;
  }
}
@media (min-width: 1024px) {
  .singleHero .wrap {
    width: 67%;
  }
}
@media (min-width: 1440px) {
  .singleHero .wrap {
    width: 100%;
    max-height: 80vh;
  }
}
.singleHero .wrap img {
  width: 100%;
}
@media (min-width: 1440px) {
  .singleHero .wrap img {
    object-fit: cover;
    object-position: center center;
  }
}

.singleContent {
  padding-top: 40px;
  padding-bottom: 50px;
}
.singleContent .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 676px;
}
.singleContent .wrap * {
  line-height: 1.65em;
}
.singleContent .wrap h2 {
  font-size: 22px;
}
@media (min-width: 600px) {
  .singleContent .wrap h2 {
    font-size: -moz-calc(23.6px);
    font-size: -webkit-calc(23.6px);
    font-size: calc(23.6px);
  }
}
@media (min-width: 768px) {
  .singleContent .wrap h2 {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 900px) {
  .singleContent .wrap h2 {
    font-size: -moz-calc(26.8px);
    font-size: -webkit-calc(26.8px);
    font-size: calc(26.8px);
  }
}
@media (min-width: 1024px) {
  .singleContent .wrap h2 {
    font-size: -moz-calc(28.4px);
    font-size: -webkit-calc(28.4px);
    font-size: calc(28.4px);
  }
}
@media (min-width: 1240px) {
  .singleContent .wrap h2 {
    font-size: 30px;
  }
}
.singleContent .wrap h2 {
  margin-bottom: 6px;
  color: #212e3d;
}
.singleContent .wrap h2.h2Large {
  font-size: 24px;
}
@media (min-width: 600px) {
  .singleContent .wrap h2.h2Large {
    font-size: -moz-calc(26px);
    font-size: -webkit-calc(26px);
    font-size: calc(26px);
  }
}
@media (min-width: 768px) {
  .singleContent .wrap h2.h2Large {
    font-size: -moz-calc(28px);
    font-size: -webkit-calc(28px);
    font-size: calc(28px);
  }
}
@media (min-width: 900px) {
  .singleContent .wrap h2.h2Large {
    font-size: -moz-calc(30px);
    font-size: -webkit-calc(30px);
    font-size: calc(30px);
  }
}
@media (min-width: 1024px) {
  .singleContent .wrap h2.h2Large {
    font-size: -moz-calc(32px);
    font-size: -webkit-calc(32px);
    font-size: calc(32px);
  }
}
@media (min-width: 1240px) {
  .singleContent .wrap h2.h2Large {
    font-size: 34px;
  }
}
.singleContent .wrap h2 + h3 {
  margin-top: 15px;
}
.singleContent .wrap * + h2 {
  margin-top: 35px;
}
.singleContent .wrap h3 {
  font-size: 20px;
}
@media (min-width: 600px) {
  .singleContent .wrap h3 {
    font-size: -moz-calc(20.4px);
    font-size: -webkit-calc(20.4px);
    font-size: calc(20.4px);
  }
}
@media (min-width: 768px) {
  .singleContent .wrap h3 {
    font-size: -moz-calc(20.8px);
    font-size: -webkit-calc(20.8px);
    font-size: calc(20.8px);
  }
}
@media (min-width: 900px) {
  .singleContent .wrap h3 {
    font-size: -moz-calc(21.2px);
    font-size: -webkit-calc(21.2px);
    font-size: calc(21.2px);
  }
}
@media (min-width: 1024px) {
  .singleContent .wrap h3 {
    font-size: -moz-calc(21.6px);
    font-size: -webkit-calc(21.6px);
    font-size: calc(21.6px);
  }
}
@media (min-width: 1240px) {
  .singleContent .wrap h3 {
    font-size: 22px;
  }
}
.singleContent .wrap h3 {
  font-family: "Hanken";
  font-weight: 500;
  margin-bottom: 6px;
  color: #212e3d;
}
.singleContent .wrap * + h3 {
  margin-top: 30px;
}
.singleContent .wrap h4 {
  font-size: 16px;
}
@media (min-width: 600px) {
  .singleContent .wrap h4 {
    font-size: -moz-calc(16.2px);
    font-size: -webkit-calc(16.2px);
    font-size: calc(16.2px);
  }
}
@media (min-width: 768px) {
  .singleContent .wrap h4 {
    font-size: -moz-calc(16.4px);
    font-size: -webkit-calc(16.4px);
    font-size: calc(16.4px);
  }
}
@media (min-width: 900px) {
  .singleContent .wrap h4 {
    font-size: -moz-calc(16.6px);
    font-size: -webkit-calc(16.6px);
    font-size: calc(16.6px);
  }
}
@media (min-width: 1024px) {
  .singleContent .wrap h4 {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 1240px) {
  .singleContent .wrap h4 {
    font-size: 17px;
  }
}
.singleContent .wrap h4 {
  font-family: "Hanken";
  font-weight: 500;
  margin-bottom: 6px;
}
.singleContent .wrap p {
  font-size: 16px;
}
@media (min-width: 600px) {
  .singleContent .wrap p {
    font-size: -moz-calc(16.2px);
    font-size: -webkit-calc(16.2px);
    font-size: calc(16.2px);
  }
}
@media (min-width: 768px) {
  .singleContent .wrap p {
    font-size: -moz-calc(16.4px);
    font-size: -webkit-calc(16.4px);
    font-size: calc(16.4px);
  }
}
@media (min-width: 900px) {
  .singleContent .wrap p {
    font-size: -moz-calc(16.6px);
    font-size: -webkit-calc(16.6px);
    font-size: calc(16.6px);
  }
}
@media (min-width: 1024px) {
  .singleContent .wrap p {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 1240px) {
  .singleContent .wrap p {
    font-size: 17px;
  }
}
.singleContent .wrap p {
  margin-bottom: 20px;
}
.singleContent .wrap p.pLarge {
  font-family: "Nyse";
  font-weight: 600;
  font-size: 22px;
}
@media (min-width: 600px) {
  .singleContent .wrap p.pLarge {
    font-size: -moz-calc(23.6px);
    font-size: -webkit-calc(23.6px);
    font-size: calc(23.6px);
  }
}
@media (min-width: 768px) {
  .singleContent .wrap p.pLarge {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 900px) {
  .singleContent .wrap p.pLarge {
    font-size: -moz-calc(26.8px);
    font-size: -webkit-calc(26.8px);
    font-size: calc(26.8px);
  }
}
@media (min-width: 1024px) {
  .singleContent .wrap p.pLarge {
    font-size: -moz-calc(28.4px);
    font-size: -webkit-calc(28.4px);
    font-size: calc(28.4px);
  }
}
@media (min-width: 1240px) {
  .singleContent .wrap p.pLarge {
    font-size: 30px;
  }
}
.singleContent .wrap p.pLarge {
  color: #212e3d;
}
.singleContent .wrap ul {
  margin: 0 0 30px 25px;
  text-align: left;
}
.singleContent .wrap ul li {
  position: relative;
  margin-bottom: 5px;
}
.singleContent .wrap ul li:last-of-type {
  margin-bottom: 0;
}
.singleContent .wrap ul li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.singleContent .wrap ul li ul {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .singleContent .wrap ul {
    margin-left: 45px;
  }
}
.singleContent .wrap ul.arrowList {
  margin: 0 0 30px 25px;
  text-align: left;
}
.singleContent .wrap ul.arrowList li {
  position: relative;
  margin-bottom: 5px;
}
.singleContent .wrap ul.arrowList li:last-of-type {
  margin-bottom: 0;
}
.singleContent .wrap ul.arrowList li:before {
  position: absolute;
  content: "•";
  margin-left: -18px;
  font-size: 24px;
  top: -3px;
}
.singleContent .wrap ul.arrowList li ul {
  margin-top: 5px;
}
.singleContent .wrap ul.arrowList li {
  font-size: 23px;
}
@media (min-width: 600px) {
  .singleContent .wrap ul.arrowList li {
    font-size: -moz-calc(24.4px);
    font-size: -webkit-calc(24.4px);
    font-size: calc(24.4px);
  }
}
@media (min-width: 768px) {
  .singleContent .wrap ul.arrowList li {
    font-size: -moz-calc(25.8px);
    font-size: -webkit-calc(25.8px);
    font-size: calc(25.8px);
  }
}
@media (min-width: 900px) {
  .singleContent .wrap ul.arrowList li {
    font-size: -moz-calc(27.2px);
    font-size: -webkit-calc(27.2px);
    font-size: calc(27.2px);
  }
}
@media (min-width: 1024px) {
  .singleContent .wrap ul.arrowList li {
    font-size: -moz-calc(28.6px);
    font-size: -webkit-calc(28.6px);
    font-size: calc(28.6px);
  }
}
@media (min-width: 1240px) {
  .singleContent .wrap ul.arrowList li {
    font-size: 30px;
  }
}
.singleContent .wrap ul.arrowList li {
  margin-bottom: 15px;
  color: #212e3d;
  font-family: "Hanken";
  font-weight: 300;
}
@media (min-width: 768px) {
  .singleContent .wrap ul.arrowList li {
    margin-bottom: 25px;
  }
}
.singleContent .wrap ul.arrowList li a {
  text-decoration: none;
  color: #212e3d;
  font-family: "Hanken";
  font-weight: 500;
}
.singleContent .wrap ul.arrowList li a:hover {
  padding-left: 10px !important;
  color: #90664a;
}
.singleContent .wrap ul.arrowList li:before {
  content: "›";
  color: #90664a;
  font-size: 24px;
}
@media (min-width: 600px) {
  .singleContent .wrap ul.arrowList li:before {
    font-size: -moz-calc(25.2px);
    font-size: -webkit-calc(25.2px);
    font-size: calc(25.2px);
  }
}
@media (min-width: 768px) {
  .singleContent .wrap ul.arrowList li:before {
    font-size: -moz-calc(26.4px);
    font-size: -webkit-calc(26.4px);
    font-size: calc(26.4px);
  }
}
@media (min-width: 900px) {
  .singleContent .wrap ul.arrowList li:before {
    font-size: -moz-calc(27.6px);
    font-size: -webkit-calc(27.6px);
    font-size: calc(27.6px);
  }
}
@media (min-width: 1024px) {
  .singleContent .wrap ul.arrowList li:before {
    font-size: -moz-calc(28.8px);
    font-size: -webkit-calc(28.8px);
    font-size: calc(28.8px);
  }
}
@media (min-width: 1240px) {
  .singleContent .wrap ul.arrowList li:before {
    font-size: 30px;
  }
}
.singleContent .wrap ul.arrowList li:before {
  font-family: "Hanken";
  font-weight: 700;
  margin-left: -25px;
}
.singleContent .wrap ol {
  list-style: decimal;
  margin: 0 0 30px 25px;
  text-align: left;
}
.singleContent .wrap ol li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
}
.singleContent .wrap a {
  color: #90664a;
  text-decoration: underline;
}
.singleContent .wrap a:hover {
  color: #4a6180;
}
.singleContent .wrap blockquote {
  border-left: 5px solid #b49f6c;
  padding: 5px 0 7px 25px;
  margin-bottom: 20px;
}
.singleContent .wrap blockquote p {
  font-family: "Hanken";
  font-weight: 700;
  font-size: 17px;
}
@media (min-width: 600px) {
  .singleContent .wrap blockquote p {
    font-size: -moz-calc(17.2px);
    font-size: -webkit-calc(17.2px);
    font-size: calc(17.2px);
  }
}
@media (min-width: 768px) {
  .singleContent .wrap blockquote p {
    font-size: -moz-calc(17.4px);
    font-size: -webkit-calc(17.4px);
    font-size: calc(17.4px);
  }
}
@media (min-width: 900px) {
  .singleContent .wrap blockquote p {
    font-size: -moz-calc(17.6px);
    font-size: -webkit-calc(17.6px);
    font-size: calc(17.6px);
  }
}
@media (min-width: 1024px) {
  .singleContent .wrap blockquote p {
    font-size: -moz-calc(17.8px);
    font-size: -webkit-calc(17.8px);
    font-size: calc(17.8px);
  }
}
@media (min-width: 1240px) {
  .singleContent .wrap blockquote p {
    font-size: 18px;
  }
}
.singleContent .wrap .author {
  margin: 5vh 0 6vh;
  border-top: 3px solid #4a6180;
  padding-top: 35px;
  align-items: center;
}
@media (min-width: 480px) {
  .singleContent .wrap .author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 479px) {
  .singleContent .wrap .author {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .singleContent .wrap .author .img {
    width: 122px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 480px) {
  .singleContent .wrap .author .img {
    width: 142px;
    padding-right: 22px;
  }
}
@media (min-width: 480px) {
  .singleContent .wrap .author .bio {
    width: -moz-calc(100% - 142px);
    width: -webkit-calc(100% - 142px);
    width: calc(100% - 142px);
  }
}
.singleContent .wrap .author .bio h3 {
  font-size: 16px;
}
@media (min-width: 600px) {
  .singleContent .wrap .author .bio h3 {
    font-size: -moz-calc(16.4px);
    font-size: -webkit-calc(16.4px);
    font-size: calc(16.4px);
  }
}
@media (min-width: 768px) {
  .singleContent .wrap .author .bio h3 {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 900px) {
  .singleContent .wrap .author .bio h3 {
    font-size: -moz-calc(17.2px);
    font-size: -webkit-calc(17.2px);
    font-size: calc(17.2px);
  }
}
@media (min-width: 1024px) {
  .singleContent .wrap .author .bio h3 {
    font-size: -moz-calc(17.6px);
    font-size: -webkit-calc(17.6px);
    font-size: calc(17.6px);
  }
}
@media (min-width: 1240px) {
  .singleContent .wrap .author .bio h3 {
    font-size: 18px;
  }
}
.singleContent .wrap .author .bio h3 {
  margin-bottom: 10px;
  font-family: "Hanken";
  font-weight: 900;
}
.singleContent .wrap .author .bio p {
  line-height: 1.6em;
  font-size: 14px;
}
@media (min-width: 600px) {
  .singleContent .wrap .author .bio p {
    font-size: -moz-calc(14.4px);
    font-size: -webkit-calc(14.4px);
    font-size: calc(14.4px);
  }
}
@media (min-width: 768px) {
  .singleContent .wrap .author .bio p {
    font-size: -moz-calc(14.8px);
    font-size: -webkit-calc(14.8px);
    font-size: calc(14.8px);
  }
}
@media (min-width: 900px) {
  .singleContent .wrap .author .bio p {
    font-size: -moz-calc(15.2px);
    font-size: -webkit-calc(15.2px);
    font-size: calc(15.2px);
  }
}
@media (min-width: 1024px) {
  .singleContent .wrap .author .bio p {
    font-size: -moz-calc(15.6px);
    font-size: -webkit-calc(15.6px);
    font-size: calc(15.6px);
  }
}
@media (min-width: 1240px) {
  .singleContent .wrap .author .bio p {
    font-size: 16px;
  }
}

.alignleft, .alignright, .aligncenter {
  clear: both;
  display: block;
  margin: 20px auto;
}

@media (min-width: 768px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 20px 20px 20px 0;
  }
}

@media (min-width: 768px) {
  .alignright {
    display: inline;
    float: right;
    margin: 20px 0 20px 20px;
  }
}

.navLinks {
  background: #e6e9e4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 50px;
  padding-bottom: 50px;
}
.navLinks .navNext, .navLinks .navPrev {
  width: 50%;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 600px) {
  .navLinks .navNext, .navLinks .navPrev {
    font-size: -moz-calc(16.8px);
    font-size: -webkit-calc(16.8px);
    font-size: calc(16.8px);
  }
}
@media (min-width: 768px) {
  .navLinks .navNext, .navLinks .navPrev {
    font-size: -moz-calc(17.6px);
    font-size: -webkit-calc(17.6px);
    font-size: calc(17.6px);
  }
}
@media (min-width: 900px) {
  .navLinks .navNext, .navLinks .navPrev {
    font-size: -moz-calc(18.4px);
    font-size: -webkit-calc(18.4px);
    font-size: calc(18.4px);
  }
}
@media (min-width: 1024px) {
  .navLinks .navNext, .navLinks .navPrev {
    font-size: -moz-calc(19.2px);
    font-size: -webkit-calc(19.2px);
    font-size: calc(19.2px);
  }
}
@media (min-width: 1240px) {
  .navLinks .navNext, .navLinks .navPrev {
    font-size: 20px;
  }
}
.navLinks .navNext, .navLinks .navPrev {
  font-family: "Hanken";
  font-weight: 900;
  letter-spacing: 1.4px;
}
.navLinks .navNext a:hover, .navLinks .navPrev a:hover {
  color: #90664a;
}
.navLinks .navNext {
  text-align: right;
}

.single-jobs .singleHead {
  padding-bottom: 0;
}
.single-jobs .singleContent {
  padding-bottom: 80px;
}

.mist-hoverBg .thumb .hover h3 {
  color: #181a0f !important;
}
