@charset "UTF-8";
:root {
  --orng: #ec6b21;
}

/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
section, div {
  position: relative;
}
section.padT-xs, div.padT-xs {
  padding-top: 25px;
}
section.padT-s, div.padT-s {
  padding-top: 50px;
}
section.padT-m, div.padT-m {
  padding-top: 75px;
}
section.padT-l, div.padT-l {
  padding-top: 100px;
}
section.padT-xl, div.padT-xl {
  padding-top: 125px;
}
section.padB-xs, div.padB-xs {
  padding-bottom: 25px;
}
section.padB-s, div.padB-s {
  padding-bottom: 50px;
}
section.padB-m, div.padB-m {
  padding-bottom: 75px;
}
section.padB-l, div.padB-l {
  padding-bottom: 100px;
}
section.padB-xl, div.padB-xl {
  padding-bottom: 125px;
}
section.marT-xs, div.marT-xs {
  margin-top: 25px;
}
section.marT-s, div.marT-s {
  margin-top: 50px;
}
section.marT-m, div.marT-m {
  margin-top: 75px;
}
section.marT-l, div.marT-l {
  margin-top: 100px;
}
section.marT-xl, div.marT-xl {
  margin-top: 125px;
}
section.marB-xs, div.marB-xs {
  margin-bottom: 25px;
}
section.marB-s, div.marB-s {
  margin-bottom: 50px;
}
section.marB-m, div.marB-m {
  margin-bottom: 75px;
}
section.marB-l, div.marB-l {
  margin-bottom: 100px;
}
section.marB-xl, div.marB-xl {
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  section.padTmob-none, div.padTmob-none {
    padding-top: 0px;
  }
  section.padTmob-xs, div.padTmob-xs {
    padding-top: 25px;
  }
  section.padTmob-s, div.padTmob-s {
    padding-top: 50px;
  }
  section.padTmob-m, div.padTmob-m {
    padding-top: 75px;
  }
  section.padTmob-l, div.padTmob-l {
    padding-top: 100px;
  }
  section.padTmob-xl, div.padTmob-xl {
    padding-top: 125px;
  }
  section.padBmob-none, div.padBmob-none {
    padding-bottom: 0px;
  }
  section.padBmob-xs, div.padBmob-xs {
    padding-bottom: 25px;
  }
  section.padBmob-s, div.padBmob-s {
    padding-bottom: 50px;
  }
  section.padBmob-m, div.padBmob-m {
    padding-bottom: 75px;
  }
  section.padBmob-l, div.padBmob-l {
    padding-bottom: 100px;
  }
  section.padBmob-xl, div.padBmob-xl {
    padding-bottom: 125px;
  }
  section.marTmob-none, div.marTmob-none {
    margin-top: 0px;
  }
  section.marTmob-xs, div.marTmob-xs {
    margin-top: 25px;
  }
  section.marTmob-s, div.marTmob-s {
    margin-top: 50px;
  }
  section.marTmob-m, div.marTmob-m {
    margin-top: 75px;
  }
  section.marTmob-l, div.marTmob-l {
    margin-top: 100px;
  }
  section.marTmob-xl, div.marTmob-xl {
    margin-top: 125px;
  }
  section.marBmob-none, div.marBmob-none {
    margin-bottom: 0px;
  }
  section.marBmob-xs, div.marBmob-xs {
    margin-bottom: 25px;
  }
  section.marBmob-s, div.marBmob-s {
    margin-bottom: 50px;
  }
  section.marBmob-m, div.marBmob-m {
    margin-bottom: 75px;
  }
  section.marBmob-l, div.marBmob-l {
    margin-bottom: 100px;
  }
  section.marBmob-xl, div.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-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;
}

/*==============================================================*/
/*==============================================================*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  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, -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 fadeInDown {
  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 fadeInDown {
  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 fadeInDown {
  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__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-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;
}

@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
@-moz-keyframes slideInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
@-o-keyframes slideInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
.inView.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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;
}

body {
  line-height: 1;
}

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;
}

header#masthead .wrap {
  margin: 0 auto;
  max-width: 94%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media (min-width: 768px) {
  header#masthead .wrap {
    height: 80px;
  }
}
header#masthead .wrap a.logo {
  width: 225px;
}

/*==============================================================*/
/*==============================================================*/
#primaryNav {
  position: relative;
}

@media (max-width: 1099px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary {
    background: #ec6b21;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
#primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item {
  margin: 10px auto;
  width: 100%;
}
@media (min-width: 1100px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item {
    margin: 0 0 0 15px;
    width: auto;
  }
}
@media (min-width: 1240px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item {
    margin-left: 28px;
  }
}
@media (min-width: 1400px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item {
    margin-left: 40px;
  }
}
#primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  height: auto;
}
@media (max-width: 1099px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 10px;
    text-align: center;
  }
}
@media (min-width: 1100px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    display: inline-flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0px;
    text-transform: none;
  }
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #ec6b21;
    margin-top: 7px;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
  }
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after {
    width: 100%;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    transition: width 0.25s ease;
  }
}
@media (min-width: 1100px) and (min-width: 600px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 13.5714285714px;
    line-height: 13.5714285714px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) and (min-width: 768px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14.1428571429px;
    line-height: 14.1428571429px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) and (min-width: 900px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14.7142857143px;
    line-height: 14.7142857143px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) and (min-width: 1024px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 15.2857142857px;
    line-height: 15.2857142857px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) and (min-width: 1100px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 15.8571428571px;
    line-height: 15.8571428571px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) and (min-width: 1240px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16.4285714286px;
    line-height: 16.4285714286px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) and (min-width: 1400px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0px;
  }
}
#primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link span.mega-indicator {
  float: none;
}
@media (min-width: 1100px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link span.mega-indicator {
    display: none;
  }
}
#primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-current_page_item a.mega-menu-link:after {
  width: 100%;
}
#primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item ul.mega-sub-menu {
  background: rgba(40, 40, 40, 0.3);
  padding-top: 20px;
  padding-bottom: 10px;
  left: -15px;
}
@media (min-width: 1100px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item ul.mega-sub-menu {
    background: #282828;
  }
}
#primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-item {
  padding: 10px 0;
}
#primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 14px;
  line-height: 1;
  padding: 0 15px;
  color: white;
}
@media (min-width: 1100px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #ec6b21;
    margin-top: 7px;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
  }
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover:after {
    width: 100%;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    transition: width 0.25s ease;
  }
}
@media (max-width: 1099px) {
  #primaryNav #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
    padding: 0;
  }
}

/*==============================================================*/
/*==============================================================*/
#primaryNav #mega-menu-wrap-primary.openMenu:after {
  position: fixed;
  width: 100%;
  height: 99999px;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
  background: black;
  cursor: pointer;
  z-index: 109;
}
#primaryNav #mega-menu-wrap-primary.openMenu #mega-menu-primary {
  right: 0;
}
#primaryNav #mega-menu-wrap-primary #mega-menu-primary {
  z-index: 110;
}

.hamburger.navToggle {
  z-index: 111;
  position: absolute;
  top: -15px;
  right: 0px;
  width: 30px;
  height: 70px;
}
@media (min-width: 1100px) {
  .hamburger.navToggle {
    display: none;
  }
}
.hamburger.navToggle.is-active {
  position: fixed;
  top: 0;
  right: 15px;
}

.hamburger {
  padding: 0;
  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;
  border: 0;
  margin: 0;
  overflow: visible;
  background: none !important;
}

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

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

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  width: 30px;
  height: 2px;
  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: -8px;
}
.hamburger-inner:after {
  bottom: -8px;
}

.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 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 600px) {
  footer#colophon {
    padding-top: 54px;
    padding-bottom: 56px;
  }
}
@media (min-width: 768px) {
  footer#colophon {
    padding-top: 58px;
    padding-bottom: 62px;
  }
}
@media (min-width: 900px) {
  footer#colophon {
    padding-top: 62px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1100px) {
  footer#colophon {
    padding-top: 66px;
    padding-bottom: 74px;
  }
}
@media (min-width: 1240px) {
  footer#colophon {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
footer#colophon a:hover {
  color: #ec6b21;
}
footer#colophon .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
}
footer#colophon .wrap a.logo {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-bottom: 35px;
}
@media (min-width: 600px) {
  footer#colophon .wrap a.logo {
    margin-bottom: 50px;
  }
}
footer#colophon .cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  flex-flow: column wrap;
}
@media (min-width: 1024px) {
  footer#colophon .cols {
    flex-flow: row nowrap;
  }
}
@media (min-width: 600px) {
  footer#colophon .cols .offices {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  footer#colophon .cols .offices {
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  footer#colophon .cols .offices {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer#colophon .cols .offices {
    width: 75%;
  }
}
footer#colophon .cols .offices .col {
  flex: 1;
  padding-bottom: 15px;
}
@media (min-width: 600px) {
  footer#colophon .cols .offices .col {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  footer#colophon .cols .offices .col {
    padding: 0 40px 0 0;
  }
}
footer#colophon .cols .offices .col h3 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer#colophon .cols .contact {
  margin-top: 20px;
}
@media (min-width: 600px) {
  footer#colophon .cols .contact {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  footer#colophon .cols .contact {
    margin: 0 0 0 auto;
  }
}
footer#colophon .cols .contact ul {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  footer#colophon .cols .contact ul {
    margin-bottom: 20px;
  }
}
footer#colophon .cols .contact ul li {
  display: inline-block;
  border-left: 1px solid #ec6b21;
  margin-left: 12px;
  padding-left: 14px;
}
@media (min-width: 1024px) {
  footer#colophon .cols .contact ul li {
    padding: 3px 0 3px 14px;
  }
}
footer#colophon .cols .contact ul li:first-of-type {
  margin-left: 0;
  border: none;
  padding-left: 0;
}
footer#colophon .cols .contact p {
  margin-bottom: 15px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  footer#colophon .cols .contact p {
    display: inline-block;
    margin: 0 20px 5px 0;
  }
}
@media (min-width: 1024px) {
  footer#colophon .cols .contact p {
    margin-bottom: 15px;
  }
}

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

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

.slick-arrow.slick-hidden {
  display: none;
}

.heroText h1 {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: -5px;
}
@media (min-width: 600px) {
  .heroText h1 {
    font-size: 37.1428571429px;
    line-height: 37.1428571429px;
    letter-spacing: 3.1428571429px;
  }
}
@media (min-width: 768px) {
  .heroText h1 {
    font-size: 44.2857142857px;
    line-height: 44.2857142857px;
    letter-spacing: 4.2857142857px;
  }
}
@media (min-width: 900px) {
  .heroText h1 {
    font-size: 51.4285714286px;
    line-height: 51.4285714286px;
    letter-spacing: 5.4285714286px;
  }
}
@media (min-width: 1024px) {
  .heroText h1 {
    font-size: 58.5714285714px;
    line-height: 58.5714285714px;
    letter-spacing: 6.5714285714px;
  }
}
@media (min-width: 1100px) {
  .heroText h1 {
    font-size: 65.7142857143px;
    line-height: 65.7142857143px;
    letter-spacing: 7.7142857143px;
  }
}
@media (min-width: 1240px) {
  .heroText h1 {
    font-size: 72.8571428571px;
    line-height: 72.8571428571px;
    letter-spacing: 8.8571428571px;
  }
}
@media (min-width: 1400px) {
  .heroText h1 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 10px;
  }
}
@media (min-width: 600px) {
  .heroText h1 {
    margin-top: 0px;
    margin-bottom: -6.6px;
  }
}
@media (min-width: 768px) {
  .heroText h1 {
    margin-top: 0px;
    margin-bottom: -8.2px;
  }
}
@media (min-width: 900px) {
  .heroText h1 {
    margin-top: 0px;
    margin-bottom: -9.8px;
  }
}
@media (min-width: 1100px) {
  .heroText h1 {
    margin-top: 0px;
    margin-bottom: -11.4px;
  }
}
@media (min-width: 1240px) {
  .heroText h1 {
    margin-top: 0px;
    margin-bottom: -13px;
  }
}

.boxedContent .box {
  padding: 38px 30px 45px;
}

.orangeBar .bar {
  display: inline-block;
  padding: 20px 20px 20px 0;
  padding-left: -moz-calc(max((100% - 1245px) / 2, 3%));
  padding-left: -webkit-calc(max((100% - 1245px) / 2, 3%));
  padding-left: calc(max((100% - 1245px) / 2, 3%));
}
@media (min-width: 600px) {
  .orangeBar .bar {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .orangeBar .bar {
    padding-right: 60px;
  }
}
@media (min-width: 900px) {
  .orangeBar .bar {
    padding-right: 80px;
  }
}
@media (min-width: 1024px) {
  .orangeBar .bar {
    padding-right: 100px;
  }
}
.orangeBar .bar .inner {
  max-width: 1000px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .orangeBar .bar .inner {
    font-size: 14.2857142857px;
    line-height: 21.2857142857px;
    letter-spacing: 3px;
  }
}
@media (min-width: 768px) {
  .orangeBar .bar .inner {
    font-size: 14.5714285714px;
    line-height: 21.5714285714px;
    letter-spacing: 3px;
  }
}
@media (min-width: 900px) {
  .orangeBar .bar .inner {
    font-size: 14.8571428571px;
    line-height: 21.8571428571px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1024px) {
  .orangeBar .bar .inner {
    font-size: 15.1428571429px;
    line-height: 22.1428571429px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1100px) {
  .orangeBar .bar .inner {
    font-size: 15.4285714286px;
    line-height: 22.4285714286px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1240px) {
  .orangeBar .bar .inner {
    font-size: 15.7142857143px;
    line-height: 22.7142857143px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1400px) {
  .orangeBar .bar .inner {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 3px;
  }
}
.orangeBar .bar .inner * {
  font-weight: 300;
}
.orangeBar .bar .inner *:last-child {
  margin-bottom: 0;
}
.orangeBar .bar .inner strong, .orangeBar .bar .inner b {
  font-weight: 900;
}
.orangeBar .bar .inner p {
  margin-bottom: 15px;
}

.imgLinkGrid .col-1 ul {
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}
@media (min-width: 600px) {
  .imgLinkGrid .col-2 ul {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media (min-width: 1024px) {
  .imgLinkGrid .col-4 ul {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
}
@media (min-width: 1024px) {
  .imgLinkGrid .col-5 ul, .imgLinkGrid .col-6 ul {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
}
@media (min-width: 1100px) {
  .imgLinkGrid .col-5 ul, .imgLinkGrid .col-6 ul {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .imgLinkGrid .col-5 ul li a, .imgLinkGrid .col-6 ul li a {
    height: 15vw;
  }
}
@media (min-width: 1240px) {
  .imgLinkGrid .col-6 ul {
    grid-template-columns: repeat(6, minmax(150px, 1fr));
  }
}
.imgLinkGrid.grid-market ul li a {
  height: 20vw;
  min-height: 200px;
}
.imgLinkGrid.grid-market ul li a h3 {
  text-shadow: 2px 2px 1px #282828;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .imgLinkGrid.grid-market ul li a h3 {
    font-size: 18.2857142857px;
    line-height: 28.2857142857px;
    letter-spacing: 1.6428571429px;
  }
}
@media (min-width: 768px) {
  .imgLinkGrid.grid-market ul li a h3 {
    font-size: 18.5714285714px;
    line-height: 28.5714285714px;
    letter-spacing: 1.7857142857px;
  }
}
@media (min-width: 900px) {
  .imgLinkGrid.grid-market ul li a h3 {
    font-size: 18.8571428571px;
    line-height: 28.8571428571px;
    letter-spacing: 1.9285714286px;
  }
}
@media (min-width: 1024px) {
  .imgLinkGrid.grid-market ul li a h3 {
    font-size: 19.1428571429px;
    line-height: 29.1428571429px;
    letter-spacing: 2.0714285714px;
  }
}
@media (min-width: 1100px) {
  .imgLinkGrid.grid-market ul li a h3 {
    font-size: 19.4285714286px;
    line-height: 29.4285714286px;
    letter-spacing: 2.2142857143px;
  }
}
@media (min-width: 1240px) {
  .imgLinkGrid.grid-market ul li a h3 {
    font-size: 19.7142857143px;
    line-height: 29.7142857143px;
    letter-spacing: 2.3571428571px;
  }
}
@media (min-width: 1400px) {
  .imgLinkGrid.grid-market ul li a h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2.5px;
  }
}
.imgLinkGrid.grid-market ul li a .arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.imgLinkGrid.grid-market ul li a .arrow .line {
  background: var(--orng);
  width: 0;
  height: 2.5px;
  -ms-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: transform 0.5s, width 0.5s;
  -moz-transition: transform 0.5s, width 0.5s;
  -ms-transition: transform 0.5s, width 0.5s;
  -o-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.imgLinkGrid.grid-market ul li a .arrow .point {
  background: var(--orng);
  clip-path: polygon(10% 0, 60% 50%, 10% 100%, 0 90%, 40% 49%, 0 10%);
  width: 0;
  height: 0;
  -webkit-transition: width 0.5s, height 0.5s;
  -moz-transition: width 0.5s, height 0.5s;
  -ms-transition: width 0.5s, height 0.5s;
  -o-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}
.imgLinkGrid.grid-img ul li a h3, .imgLinkGrid.grid-img ul li span h3 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #282828;
}
@media (min-width: 600px) {
  .imgLinkGrid.grid-img ul li a h3, .imgLinkGrid.grid-img ul li span h3 {
    font-size: 12.2857142857px;
    line-height: 16.2857142857px;
    letter-spacing: 1.1428571429px;
  }
}
@media (min-width: 768px) {
  .imgLinkGrid.grid-img ul li a h3, .imgLinkGrid.grid-img ul li span h3 {
    font-size: 12.5714285714px;
    line-height: 16.5714285714px;
    letter-spacing: 1.2857142857px;
  }
}
@media (min-width: 900px) {
  .imgLinkGrid.grid-img ul li a h3, .imgLinkGrid.grid-img ul li span h3 {
    font-size: 12.8571428571px;
    line-height: 16.8571428571px;
    letter-spacing: 1.4285714286px;
  }
}
@media (min-width: 1024px) {
  .imgLinkGrid.grid-img ul li a h3, .imgLinkGrid.grid-img ul li span h3 {
    font-size: 13.1428571429px;
    line-height: 17.1428571429px;
    letter-spacing: 1.5714285714px;
  }
}
@media (min-width: 1100px) {
  .imgLinkGrid.grid-img ul li a h3, .imgLinkGrid.grid-img ul li span h3 {
    font-size: 13.4285714286px;
    line-height: 17.4285714286px;
    letter-spacing: 1.7142857143px;
  }
}
@media (min-width: 1240px) {
  .imgLinkGrid.grid-img ul li a h3, .imgLinkGrid.grid-img ul li span h3 {
    font-size: 13.7142857143px;
    line-height: 17.7142857143px;
    letter-spacing: 1.8571428571px;
  }
}
@media (min-width: 1400px) {
  .imgLinkGrid.grid-img ul li a h3, .imgLinkGrid.grid-img ul li span h3 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
}
.imgLinkGrid ul {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
  align-items: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (max-width: 767px) {
  .imgLinkGrid ul {
    width: 84%;
  }
}
@media (min-width: 768px) {
  .imgLinkGrid ul {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
@media (min-width: 1100px) {
  .imgLinkGrid ul {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
.imgLinkGrid ul li {
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.imgLinkGrid ul li a, .imgLinkGrid ul li span {
  background: #282828;
  display: block;
  position: relative;
  color: white;
}
.imgLinkGrid ul li a img, .imgLinkGrid ul li span img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.imgLinkGrid ul li a .title, .imgLinkGrid ul li span .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.imgLinkGrid ul li a .title h3, .imgLinkGrid ul li span .title h3 {
  font-weight: 600;
}
.imgLinkGrid ul li a .overlay, .imgLinkGrid ul li span .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 2;
}
.imgLinkGrid ul li a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.imgLinkGrid ul li a:hover .arrow .line {
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-transition-delay: 0.25s !important;
  -moz-transition-delay: 0.25s !important;
  -ms-transition-delay: 0.25s !important;
  -o-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important;
  width: 34px;
}
.imgLinkGrid ul li a:hover .arrow .point {
  width: 18px;
  height: 18px;
}

.buttonModule .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
  text-align: center;
}
.buttonModule .wrap p {
  color: #676767;
  margin-bottom: 10px;
}

.heroSlider ul.acfrSlider {
  padding: 0;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .heroSlider ul.acfrSlider {
    margin-bottom: 60px;
  }
}
.heroSlider ul.acfrSlider .slick-slide li {
  min-height: 56.25vw !important;
  height: 56.25vw !important;
}
.heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap {
  position: absolute;
  left: 0;
  width: 94%;
  max-width: 1400px;
  z-index: 99;
  bottom: 20px;
}
@media (min-width: 768px) {
  .heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap {
    bottom: 30px;
  }
}
.heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap .content {
  color: white;
  background: var(--orng);
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 6px 3%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap .content {
    font-size: 10.8571428571px;
    line-height: 15.8571428571px;
    letter-spacing: 1.8571428571px;
  }
}
@media (min-width: 768px) {
  .heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap .content {
    font-size: 11.7142857143px;
    line-height: 16.7142857143px;
    letter-spacing: 1.7142857143px;
  }
}
@media (min-width: 900px) {
  .heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap .content {
    font-size: 12.5714285714px;
    line-height: 17.5714285714px;
    letter-spacing: 1.5714285714px;
  }
}
@media (min-width: 1024px) {
  .heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap .content {
    font-size: 13.4285714286px;
    line-height: 18.4285714286px;
    letter-spacing: 1.4285714286px;
  }
}
@media (min-width: 1100px) {
  .heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap .content {
    font-size: 14.2857142857px;
    line-height: 19.2857142857px;
    letter-spacing: 1.2857142857px;
  }
}
@media (min-width: 1240px) {
  .heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap .content {
    font-size: 15.1428571429px;
    line-height: 20.1428571429px;
    letter-spacing: 1.1428571429px;
  }
}
@media (min-width: 1400px) {
  .heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap .content {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
  }
}
@media (min-width: 600px) {
  .heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap .content {
    padding: 8px 3%;
  }
}
@media (min-width: 768px) {
  .heroSlider ul.acfrSlider .slick-slide li .orangeBarWrap .content {
    padding: 15px 30px 15px 3%;
  }
}
.heroSlider ul.acfrSlider .slick-slide li.hasControls .orangeBarWrap {
  bottom: 55px;
  z-index: 2;
}
.heroSlider ul.acfrSlider button.sound {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: none;
  border: none;
  padding: 0;
}
.heroSlider ul.acfrSlider button.sound span {
  font-size: 30px;
  color: white;
}
.heroSlider ul.acfrSlider button.sound:hover span {
  color: var(--orng);
}
.heroSlider ul.acfrSlider button.sound.on .mute, .heroSlider ul.acfrSlider button.sound.off .unmute {
  display: none;
}
.heroSlider ul.acfrSlider ul.slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 40px;
  z-index: 2;
}
@media (min-width: 768px) {
  .heroSlider ul.acfrSlider ul.slick-dots {
    height: 60px;
  }
}
.heroSlider ul.acfrSlider ul.slick-dots li {
  align-self: center;
  margin: 0 4px;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .heroSlider ul.acfrSlider ul.slick-dots li {
    margin: 0 8px;
    width: 30px;
    height: 30px;
  }
}
.heroSlider ul.acfrSlider ul.slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .heroSlider ul.acfrSlider ul.slick-dots li button {
    width: 30px;
    height: 30px;
  }
}
.heroSlider ul.acfrSlider ul.slick-dots li button:before {
  display: none;
}
.heroSlider ul.acfrSlider ul.slick-dots li button .slick-dot-icon {
  width: 20px;
  height: 4px;
  background: #e5e5e5;
  display: block;
  opacity: 1;
  margin: 8px 0;
}
@media (min-width: 768px) {
  .heroSlider ul.acfrSlider ul.slick-dots li button .slick-dot-icon {
    width: 30px;
    margin: 13px 0;
  }
}
.heroSlider ul.acfrSlider ul.slick-dots li button .slick-dot-icon:before {
  display: none;
}
.heroSlider ul.acfrSlider ul.slick-dots li button:hover .slick-dot-icon {
  background: #282828;
}
.heroSlider ul.acfrSlider ul.slick-dots li.slick-active button .slick-dot-icon {
  background: var(--orng);
}
.heroSlider ul.acfrSlider.sliderContained {
  background-color: white;
  background-image: -webkit-linear-gradient(180deg, #282828 70%, white 70%);
  background-image: -moz-linear-gradient(180deg, #282828 70%, white 70%);
  background-image: -o-linear-gradient(180deg, #282828 70%, white 70%);
  background-image: linear-gradient(180deg, #282828 70%, white 70%);
}
.heroSlider ul.acfrSlider.sliderContained .slick-slide li {
  min-height: 100px !important;
  height: auto !important;
}
.heroSlider ul.acfrSlider.sliderContained .slick-slide li .inner {
  aspect-ratio: 3/2;
  margin: 0 auto;
  max-width: 100vw;
  max-height: 90vh;
  position: relative;
}
.heroSlider ul.acfrSlider.sliderContained .slick-slide li .inner img {
  width: 100%;
  height: auto;
}
.heroSlider ul.acfrSlider.sliderContained .slick-slide li.slideVid .vidFull {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.heroSlider ul.acfrSlider.sliderContained .slick-slide li.slideVid .vidFull iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1239px) {
  .heroSlider ul.acfrSlider.sliderContained .slick-slide li.slideVid .vidFull iframe {
    min-width: 177.77vh;
  }
}
.heroSlider ul.acfrSlider.sliderContained ul.slick-dots {
  bottom: -42px;
}
@media (min-width: 768px) {
  .heroSlider ul.acfrSlider.sliderContained ul.slick-dots {
    bottom: -52px;
  }
}
.heroSlider ul.acfrSlider.sliderFull {
  background: #282828;
}
.heroSlider ul.acfrSlider.sliderFull .slick-track {
  display: flex !important;
}
.heroSlider ul.acfrSlider.sliderFull .slick-track .slick-slide {
  height: inherit !important;
}
.heroSlider ul.acfrSlider.sliderFull .slick-track .slick-slide > div {
  height: 100%;
}
.heroSlider ul.acfrSlider.sliderFull .slick-track .slick-slide li {
  height: 100%;
  min-height: 60vh;
  background-size: cover !important;
  position: relative;
  display: flex !important;
  justify-content: flex-end;
  flex-direction: column;
}
.heroSlider ul.acfrSlider.sliderFull .slick-track .slick-slide li a.slideLink {
  height: 100%;
  min-height: 60vh;
  background-size: cover !important;
  position: relative;
  display: flex !important;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 999;
}
.heroSlider ul.acfrSlider.sliderFull .slick-track .slick-slide li.slideVid {
  justify-content: center;
}
.heroSlider ul.acfrSlider.sliderFull .slick-track .slick-slide li.slideVid a.slideLink {
  justify-content: center;
}
.heroSlider ul.acfrSlider.sliderFull .slick-track .slick-slide li.slideVid .vidFull {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.heroSlider ul.acfrSlider.sliderFull .slick-track .slick-slide li.slideVid .vidFull iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.heroSlider ul.acfrSlider.sliderFull ul.slick-dots {
  bottom: -50px;
}
@media (min-width: 768px) {
  .heroSlider ul.acfrSlider.sliderFull ul.slick-dots {
    bottom: -60px;
  }
}

.checkerboardRows .checkyB {
  margin: 0 auto;
  width: 92%;
  max-width: 600px;
}
@media (max-width: 1023px) {
  .checkerboardRows .checkyB.padTmob-none {
    padding-top: 0px;
  }
  .checkerboardRows .checkyB.padTmob-xs {
    padding-top: 25px;
  }
  .checkerboardRows .checkyB.padTmob-s {
    padding-top: 50px;
  }
  .checkerboardRows .checkyB.padTmob-m {
    padding-top: 75px;
  }
  .checkerboardRows .checkyB.padTmob-l {
    padding-top: 100px;
  }
  .checkerboardRows .checkyB.padTmob-xl {
    padding-top: 125px;
  }
  .checkerboardRows .checkyB.padBmob-none {
    padding-bottom: 0px;
  }
  .checkerboardRows .checkyB.padBmob-xs {
    padding-bottom: 25px;
  }
  .checkerboardRows .checkyB.padBmob-s {
    padding-bottom: 50px;
  }
  .checkerboardRows .checkyB.padBmob-m {
    padding-bottom: 75px;
  }
  .checkerboardRows .checkyB.padBmob-l {
    padding-bottom: 100px;
  }
  .checkerboardRows .checkyB.padBmob-xl {
    padding-bottom: 125px;
  }
  .checkerboardRows .checkyB.marTmob-none {
    margin-top: 0px;
  }
  .checkerboardRows .checkyB.marTmob-xs {
    margin-top: 25px;
  }
  .checkerboardRows .checkyB.marTmob-s {
    margin-top: 50px;
  }
  .checkerboardRows .checkyB.marTmob-m {
    margin-top: 75px;
  }
  .checkerboardRows .checkyB.marTmob-l {
    margin-top: 100px;
  }
  .checkerboardRows .checkyB.marTmob-xl {
    margin-top: 125px;
  }
  .checkerboardRows .checkyB.marBmob-none {
    margin-bottom: 0px;
  }
  .checkerboardRows .checkyB.marBmob-xs {
    margin-bottom: 25px;
  }
  .checkerboardRows .checkyB.marBmob-s {
    margin-bottom: 50px;
  }
  .checkerboardRows .checkyB.marBmob-m {
    margin-bottom: 75px;
  }
  .checkerboardRows .checkyB.marBmob-l {
    margin-bottom: 100px;
  }
  .checkerboardRows .checkyB.marBmob-xl {
    margin-bottom: 125px;
  }
}
@media (min-width: 1024px) {
  .checkerboardRows .checkyB {
    margin: 0 auto;
    width: 92%;
    max-width: 1245px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
.checkerboardRows .checkyB:last-of-type {
  padding-bottom: 0;
}
.checkerboardRows .checkyB .media {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .checkerboardRows .checkyB .media {
    margin-bottom: 0;
    width: 50%;
    padding: 0 8% 0 0;
  }
}
@media (min-width: 1024px) {
  .checkerboardRows .checkyB .content {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .checkerboardRows .checkyB:nth-of-type(even) .content {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .checkerboardRows .checkyB:nth-of-type(even) .media {
    order: 2;
    padding: 0 0 0 8%;
  }
}
.checkerboardRows .checkyB .slick-slide .slide {
  position: relative;
}
.checkerboardRows .checkyB .slick-slide .slide img {
  width: 100%;
  height: auto;
}
.checkerboardRows .checkyB .slick-slide .slide .orangeBar {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 30px;
  max-width: 94%;
  background: var(--orng);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.checkerboardRows .checkyB .slick-slide .slide .orangeBar span {
  color: white;
  font-weight: 800;
  padding: 10px 60px 10px 30px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 600px) {
  .checkerboardRows .checkyB .slick-slide .slide .orangeBar span {
    font-size: 12.2857142857px;
    line-height: 16.2857142857px;
    letter-spacing: 1.1428571429px;
  }
}
@media (min-width: 768px) {
  .checkerboardRows .checkyB .slick-slide .slide .orangeBar span {
    font-size: 12.5714285714px;
    line-height: 16.5714285714px;
    letter-spacing: 1.2857142857px;
  }
}
@media (min-width: 900px) {
  .checkerboardRows .checkyB .slick-slide .slide .orangeBar span {
    font-size: 12.8571428571px;
    line-height: 16.8571428571px;
    letter-spacing: 1.4285714286px;
  }
}
@media (min-width: 1024px) {
  .checkerboardRows .checkyB .slick-slide .slide .orangeBar span {
    font-size: 13.1428571429px;
    line-height: 17.1428571429px;
    letter-spacing: 1.5714285714px;
  }
}
@media (min-width: 1100px) {
  .checkerboardRows .checkyB .slick-slide .slide .orangeBar span {
    font-size: 13.4285714286px;
    line-height: 17.4285714286px;
    letter-spacing: 1.7142857143px;
  }
}
@media (min-width: 1240px) {
  .checkerboardRows .checkyB .slick-slide .slide .orangeBar span {
    font-size: 13.7142857143px;
    line-height: 17.7142857143px;
    letter-spacing: 1.8571428571px;
  }
}
@media (min-width: 1400px) {
  .checkerboardRows .checkyB .slick-slide .slide .orangeBar span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
}

section .slick-slider button.slick-arrow {
  box-shadow: none;
  z-index: 99;
  width: 35px;
  height: 35px;
}
section .slick-slider button.slick-arrow:before {
  opacity: 1;
  font-size: 24px;
  color: white;
}
section .slick-slider button.slick-arrow:hover:before {
  color: var(--orng);
}
section .slick-slider button.slick-arrow.slick-prev {
  left: 0;
}
section .slick-slider button.slick-arrow.slick-next {
  right: 0;
}
section .slick-slider button.slick-autoplay-toggle-button {
  display: none;
}

.video .btnVid {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 100%;
}
.video .btnVid:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  width: 97px;
  height: 97px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 97px;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
.video .btnVid img {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  height: 100%;
  object-fit: cover;
}
.video .btnVid:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video.type-inline .btnVid {
  position: absolute;
}
.video .vidPop {
  display: none;
}
.video .vidPop.open {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video .vidPop.tallPop {
  overflow: auto;
  align-items: flex-start;
}
.video .vidPop .overlay {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.video .vidPop .popup {
  text-align: left;
  position: relative;
  z-index: 10;
  display: block;
  height: auto;
  width: 92%;
  max-width: 936px;
}
.video .vidPop .closeModal {
  position: absolute;
  right: 0px;
  top: -40px;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: white;
  color: purple;
  font-size: 18px;
  z-index: 99;
  text-align: center;
  line-height: 32px;
}
.video .vidPop .closeModal:hover {
  color: white;
  background: teal;
}
.video .embedContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video .embedContainer iframe, .video .embedContainer object, .video .embedContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team ul {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
  align-items: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
}
@media (min-width: 480px) {
  .team ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (min-width: 768px) {
  .team ul {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (min-width: 900px) {
  .team ul {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}
@media (min-width: 1024px) {
  .team ul {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
  }
}
@media (min-width: 1100px) {
  .team ul {
    grid-template-columns: repeat(6, minmax(100px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.team ul li {
  position: relative;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.team ul li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.team ul li .title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  align-items: flex-start;
  color: white;
  opacity: 0;
}
.team ul li .title h3 {
  font-weight: 800;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  text-transform: none;
}
@media (min-width: 600px) {
  .team ul li .title h3 {
    font-size: 14.2857142857px;
    line-height: 19.2857142857px;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) {
  .team ul li .title h3 {
    font-size: 14.5714285714px;
    line-height: 19.5714285714px;
    letter-spacing: 0px;
  }
}
@media (min-width: 900px) {
  .team ul li .title h3 {
    font-size: 14.8571428571px;
    line-height: 19.8571428571px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .team ul li .title h3 {
    font-size: 15.1428571429px;
    line-height: 20.1428571429px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) {
  .team ul li .title h3 {
    font-size: 15.4285714286px;
    line-height: 20.4285714286px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1240px) {
  .team ul li .title h3 {
    font-size: 15.7142857143px;
    line-height: 20.7142857143px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1400px) {
  .team ul li .title h3 {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
  }
}
.team ul li .title p {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: none;
}
@media (min-width: 600px) {
  .team ul li .title p {
    font-size: 11.1428571429px;
    line-height: 16.1428571429px;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) {
  .team ul li .title p {
    font-size: 11.2857142857px;
    line-height: 16.2857142857px;
    letter-spacing: 0px;
  }
}
@media (min-width: 900px) {
  .team ul li .title p {
    font-size: 11.4285714286px;
    line-height: 16.4285714286px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .team ul li .title p {
    font-size: 11.5714285714px;
    line-height: 16.5714285714px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) {
  .team ul li .title p {
    font-size: 11.7142857143px;
    line-height: 16.7142857143px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1240px) {
  .team ul li .title p {
    font-size: 11.8571428571px;
    line-height: 16.8571428571px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1400px) {
  .team ul li .title p {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0px;
  }
}
.team ul li .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ec6b21;
  z-index: 2;
  -moz-border-radius: 800px;
  -webkit-border-radius: 800px;
  border-radius: 800px;
  opacity: 0;
  -ms-transform: scale(0.01, 0.01);
  -webkit-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}
.team ul li:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.team ul li:hover .title {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.25s !important;
  -moz-transition-delay: 0.25s !important;
  -ms-transition-delay: 0.25s !important;
  -o-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important;
  opacity: 1;
}
.team ul li:hover .overlay {
  opacity: 0.8;
  -ms-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
  -webkit-transition: opacity 0.5s, transform 0.5s;
  -moz-transition: opacity 0.5s, transform 0.5s;
  -ms-transition: opacity 0.5s, transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}

.initiativesMod .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
}
.initiativesMod .initiative:last-of-type {
  margin-bottom: 0;
}
.initiativesMod .stacked h3 {
  color: var(--orng);
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .initiativesMod .stacked h3 {
    font-size: 21.4285714286px;
    line-height: 24.4285714286px;
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .initiativesMod .stacked h3 {
    font-size: 21.8571428571px;
    line-height: 24.8571428571px;
    letter-spacing: 2px;
  }
}
@media (min-width: 900px) {
  .initiativesMod .stacked h3 {
    font-size: 22.2857142857px;
    line-height: 25.2857142857px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1024px) {
  .initiativesMod .stacked h3 {
    font-size: 22.7142857143px;
    line-height: 25.7142857143px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1100px) {
  .initiativesMod .stacked h3 {
    font-size: 23.1428571429px;
    line-height: 26.1428571429px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1240px) {
  .initiativesMod .stacked h3 {
    font-size: 23.5714285714px;
    line-height: 26.5714285714px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1400px) {
  .initiativesMod .stacked h3 {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 2px;
  }
}
.initiativesMod .stacked h3:after {
  content: "";
  display: block;
  margin: 10px 0 25px;
  width: 50px;
  height: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: var(--orng);
}
.initiativesMod .stacked h3:after {
  display: none;
}
.initiativesMod .stacked img.img {
  margin-bottom: 20px;
}
.initiativesMod .stacked .checkerSlides {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .initiativesMod .stacked .checkerSlides {
    margin-bottom: 16px;
  }
}
@media (min-width: 900px) {
  .initiativesMod .stacked .checkerSlides {
    margin-bottom: 12px;
  }
}
@media (min-width: 900px) {
  .initiativesMod .halves {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 899px) {
  .initiativesMod .halves .media img.img {
    margin-bottom: 20px !important;
  }
  .initiativesMod .halves .media .checkerSlides {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 899px) and (min-width: 480px) {
  .initiativesMod .halves .media .checkerSlides {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 899px) and (min-width: 900px) {
  .initiativesMod .halves .media .checkerSlides {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 900px) {
  .initiativesMod .halves .media, .initiativesMod .halves .txt {
    width: 48.5%;
  }
}
@media (min-width: 900px) {
  .initiativesMod .halves.txtImg .txt {
    order: 1;
  }
}
@media (min-width: 900px) {
  .initiativesMod .halves.txtImg .media {
    order: 2;
  }
}

.artistCard .card {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  flex-flow: column wrap;
  padding: 30px 30px 35px;
}
@media (min-width: 768px) {
  .artistCard .card {
    flex-flow: row nowrap;
    padding: 55px 30px;
  }
}
@media (min-width: 1024px) {
  .artistCard .card {
    padding: 60px 35px;
  }
}
.artistCard .card .left, .artistCard .card .right {
  width: 50%;
  align-self: center;
}
@media (max-width: 767px) {
  .artistCard .card .left, .artistCard .card .right {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .artistCard .card .left {
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .artistCard .card .left {
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .artistCard .card .left {
    text-align: center;
    margin-bottom: 15px;
  }
}
.artistCard .card .left img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.artistCard .card .left p {
  margin: 5px 0 0;
  font-size: 13px;
}
.artistCard .card .right.general {
  margin: 0;
}
.artistCard .card .right h3 {
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 800;
}
.artistCard .card .right h4 {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 20px;
  line-height: 1.2em;
  color: #676767;
  font-size: 17px;
}

.infographicMod ul {
  max-width: 250px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 0;
}
@media (min-width: 480px) {
  .infographicMod ul {
    max-width: 1255px;
  }
}
.infographicMod ul.col-4 li, .infographicMod ul.col-3 li, .infographicMod ul.col-2 li, .infographicMod ul.col-1 li {
  width: 100%;
}
@media (min-width: 480px) {
  .infographicMod ul.col-4 li, .infographicMod ul.col-3 li, .infographicMod ul.col-2 li {
    width: 50%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .infographicMod ul.col-4 li, .infographicMod ul.col-3 li {
    width: 33.33%;
  }
}
@media (min-width: 1240px) {
  .infographicMod ul.col-4 li {
    width: 25%;
  }
}
@media (min-width: 480px) {
  .infographicMod ul.col-1 {
    max-width: 250px;
  }
}
@media (min-width: 480px) {
  .infographicMod ul.col-2 {
    max-width: 700px;
  }
}
.infographicMod ul li {
  padding: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
@media (min-width: 480px) {
  .infographicMod ul li {
    margin-bottom: 80px;
  }
}
.infographicMod ul li .icon img {
  width: 60px;
  height: 60px;
  display: block;
  opacity: 1;
}
@media (min-width: 1024px) {
  .infographicMod ul li .icon img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1240px) {
  .infographicMod ul li .icon img {
    width: 100px;
    height: 100px;
  }
}
.infographicMod ul li .details {
  padding-left: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .infographicMod ul li .details {
    flex: 1;
    max-width: 175px;
  }
}
.infographicMod ul li .details h3 {
  font-size: 32px;
  font-weight: 700;
  color: #63656a;
  font-family: "proxima-nova", sans-serif;
  line-height: 1;
}
@media (min-width: 1024px) {
  .infographicMod ul li .details h3 {
    font-size: 36px;
  }
}
@media (min-width: 1240px) {
  .infographicMod ul li .details h3 {
    font-size: 40px;
  }
}
.infographicMod ul li .details h4 {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.1em;
  color: #63656a;
  padding-right: 15px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  min-height: 34px;
}
@media (min-width: 1024px) {
  .infographicMod ul li .details h4 {
    font-size: 15px;
  }
}
@media (min-width: 1240px) {
  .infographicMod ul li .details h4 {
    font-size: 16px;
  }
}

.fancybox-navigation {
  top: 50%;
}

.imgRowSlider:before {
  content: "";
  width: 100%;
  height: 80%;
  background: #e5e5e5;
  position: absolute;
  top: 10%;
}
.imgRowSlider .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
}
.imgRowSlider .wrap .slider button.slick-prev {
  left: -17px;
}
@media (min-width: 600px) {
  .imgRowSlider .wrap .slider button.slick-prev {
    left: -35px;
  }
}
.imgRowSlider .wrap .slider button.slick-next {
  right: -17px;
}
@media (min-width: 600px) {
  .imgRowSlider .wrap .slider button.slick-next {
    right: -35px;
  }
}
.imgRowSlider .wrap .slider .slick-slide {
  text-align: center;
}
.imgRowSlider .wrap .slider .slick-slide .item {
  padding: 0 7px;
  max-width: 88%;
}
@media (min-width: 600px) {
  .imgRowSlider .wrap .slider .slick-slide .item {
    max-width: 100%;
  }
}
.imgRowSlider .wrap .slider .slick-slide .item:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.75;
}
.imgRowSlider .wrap .slider .slick-slide .item a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  background: black;
}
.imgRowSlider .wrap .slider .slick-slide .item a img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.slideshowMod .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
}
.slideshowMod .artSlider button.slick-arrow {
  background: #676767;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slideshowMod .artSlider button.slick-arrow:before {
  font-size: 16px;
}
.slideshowMod .artSlider button.slick-arrow.slick-prev {
  left: 10px;
}
.slideshowMod .artSlider button.slick-arrow.slick-prev:before {
  margin-right: 8px;
}
.slideshowMod .artSlider button.slick-arrow.slick-next {
  right: 10px;
}
.slideshowMod .artSlider button.slick-arrow.slick-next:before {
  margin-left: 8px;
}
.slideshowMod .artSlider .slick-slide .inner {
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.slideshowMod .artSlider .slick-slide .inner:after {
  content: "";
  width: 100%;
  height: 15%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
}
.slideshowMod .artSlider .slick-slide .inner img {
  height: auto;
  display: block;
  width: 100%;
  border-radius: 4px;
}
.slideshowMod .artSlider .slick-slide .inner p {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 0 0 5px black;
  z-index: 2;
}

.featuredArtists h3 {
  color: #282828;
  letter-spacing: 3px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.cptGrid .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
}
.cptGrid .grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -5px;
}
.cptGrid .grid .item {
  width: 50%;
  padding: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 600px) {
  .cptGrid .grid .item {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .cptGrid .grid .item {
    width: 25%;
  }
}
@media (min-width: 900px) {
  .cptGrid .grid .item {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .cptGrid .grid .item {
    width: 16.66%;
  }
}
.cptGrid .grid .item .img {
  overflow: hidden;
  position: relative;
  background: #676767;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 4px;
}
.cptGrid .grid .item .img * {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cptGrid .grid .item .img h4 {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  position: absolute;
  left: 15px;
  bottom: 12px;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  width: -moz-calc(100% - 55px);
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
  text-shadow: 0 0 5px black;
}
.cptGrid .grid .item .img span.icon-arrow {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: #ec6b21;
  opacity: 0;
  font-size: 8px;
  position: absolute;
}
.cptGrid .grid .item .img:hover span.icon-arrow {
  opacity: 1;
  right: 15px;
}
.cptGrid .grid .item .img:hover img {
  transform: scale(1.1);
  opacity: 0.75;
}
.cptGrid .grid .item .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.cptGrid .grid .item .bio {
  display: none;
}
.cptGrid .grid .item .bio.open {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cptGrid .grid .item .bio.open.tallPop, .cptGrid .grid .item .bio.open.tallPopCont {
  overflow: auto;
  align-items: flex-start;
  top: 2%;
}
.cptGrid .grid .item .overlay {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.cptGrid .grid .item .popup {
  background: white;
  border-radius: 20px;
  text-align: left;
  position: relative;
  z-index: 10;
  display: block;
  height: auto;
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .cptGrid .grid .item .popup {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cptGrid .grid .item .popup h2 {
    text-align: center;
  }
  .cptGrid .grid .item .popup h2:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.cptGrid .grid .item .popup .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cptGrid .grid .item .popup .inner {
    flex-flow: row nowrap;
  }
}
.cptGrid .grid .item .popup .inner .left {
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .cptGrid .grid .item .popup .inner .left {
    width: 50%;
    padding: 0 25px 0 0;
  }
}
@media (min-width: 1024px) {
  .cptGrid .grid .item .popup .inner .left {
    padding-right: 35px;
  }
}
.cptGrid .grid .item .popup .inner .left img {
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .cptGrid .grid .item .popup .inner .left img {
    margin: 0 auto;
    max-width: 300px;
  }
}
.cptGrid .grid .item .popup .inner .left p {
  font-size: 13px;
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  .cptGrid .grid .item .popup .inner .right {
    width: 50%;
  }
}
.cptGrid .grid .item .popup .inner .right .bioReadMore {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0;
  margin: 0 0 25px;
  background: none;
  border: none;
  font-size: 13px;
  color: #ec6b21;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.cptGrid .grid .item .popup .inner .right .bioReadMore:hover {
  color: #676767;
}
.cptGrid .grid .item .popup .inner .right .bioReadMore span.less {
  display: none;
}
.cptGrid .grid .item .popup .inner .right .bioReadMore.open span.less {
  display: block;
}
.cptGrid .grid .item .popup .inner .right .bioReadMore.open span.more {
  display: none;
}
.cptGrid .grid .item .popup .inner .right .bioCont {
  display: none;
  margin-bottom: 25px;
}
.cptGrid .grid .item .closeModal {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #676767;
  font-size: 18px;
}
.cptGrid .grid .item .closeModal:hover {
  color: #ec6b21;
}

.galleryCards .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
}
@media (min-width: 768px) {
  .galleryCards .cardSlider .slick-track {
    display: flex !important;
  }
}
.galleryCards .cardSlider .slick-slide {
  background: #f7f7f7;
  height: inherit !important;
}
.galleryCards .cardSlider .slick-slide .card {
  display: flex !important;
  padding: 30px 30px 35px;
  height: 100%;
}
@media (min-width: 768px) {
  .galleryCards .cardSlider .slick-slide .card {
    padding: 55px 30px;
  }
}
@media (min-width: 1024px) {
  .galleryCards .cardSlider .slick-slide .card {
    padding: 60px 35px;
  }
}
@media (max-width: 767px) {
  .galleryCards .cardSlider .slick-slide .card {
    flex-flow: column;
  }
}
.galleryCards .cardSlider .slick-slide .card .left, .galleryCards .cardSlider .slick-slide .card .right {
  align-self: center;
}
@media (min-width: 768px) {
  .galleryCards .cardSlider .slick-slide .card .left, .galleryCards .cardSlider .slick-slide .card .right {
    width: 50%;
  }
}
.galleryCards .cardSlider .slick-slide .card .left {
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .galleryCards .cardSlider .slick-slide .card .left {
    text-align: left;
    padding: 0 25px 0 0;
  }
}
@media (min-width: 1024px) {
  .galleryCards .cardSlider .slick-slide .card .left {
    padding-right: 35px;
  }
}
.galleryCards .cardSlider .slick-slide .card .left.creditPad {
  padding-top: 24px;
}
.galleryCards .cardSlider .slick-slide .card .left img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}
.galleryCards .cardSlider .slick-slide .card .left p {
  margin: 5px 0 0;
  font-size: 13px;
}
.galleryCards .cardSlider .slick-slide .card .right h3 {
  letter-spacing: 3px;
  margin-bottom: 5px;
}
.galleryCards .cardSlider .slick-slide .card .right .meta {
  margin-bottom: 10px;
}
.galleryCards .cardSlider .slick-slide .card .right .meta h4 {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 2px;
  line-height: 1.2em;
}
.galleryCards .cardSlider .slick-slide .card .right .meta p {
  font-size: 13px;
  line-height: 1.4em;
  margin: 0;
}
.galleryCards .cardSlider .slick-slide .card .right .summary {
  margin-top: 20px;
}
.galleryCards .cardSlider .slick-slide .card .right .summary p {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.galleryCards .cardSlider .slick-slide .card .right .summary p:last-of-type {
  margin-bottom: 0;
}
.galleryCards .cardSlider .slick-slide > div {
  height: 100%;
}
.galleryCards .cardSlider button.slick-arrow {
  background: #676767;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .galleryCards .cardSlider button.slick-arrow {
    top: auto;
    bottom: 0;
    width: 30px;
    height: 30px;
  }
}
.galleryCards .cardSlider button.slick-arrow:before {
  line-height: 25px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .galleryCards .cardSlider button.slick-arrow:before {
    line-height: 30px;
    font-size: 18px;
  }
}
.galleryCards .cardSlider button.slick-arrow.slick-prev {
  left: -10px;
}
@media (min-width: 768px) {
  .galleryCards .cardSlider button.slick-arrow.slick-prev {
    left: auto;
    right: 55px;
  }
}
.galleryCards .cardSlider button.slick-arrow.slick-prev:before {
  margin-left: -8px;
}
@media (min-width: 768px) {
  .galleryCards .cardSlider button.slick-arrow.slick-prev:before {
    margin-left: -9px;
  }
}
.galleryCards .cardSlider button.slick-arrow.slick-next {
  right: -10px;
}
@media (min-width: 768px) {
  .galleryCards .cardSlider button.slick-arrow.slick-next {
    right: 15px;
  }
}
.galleryCards .cardSlider button.slick-arrow.slick-next:before {
  margin-left: 7px;
}
@media (min-width: 768px) {
  .galleryCards .cardSlider button.slick-arrow.slick-next:before {
    margin-left: 10px;
  }
}

body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #282828;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
}
@media (min-width: 600px) {
  body {
    font-size: 14.2857142857px;
    line-height: 26.2857142857px;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14.5714285714px;
    line-height: 26.5714285714px;
    letter-spacing: 0px;
  }
}
@media (min-width: 900px) {
  body {
    font-size: 14.8571428571px;
    line-height: 26.8571428571px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 15.1428571429px;
    line-height: 27.1428571429px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) {
  body {
    font-size: 15.4285714286px;
    line-height: 27.4285714286px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1240px) {
  body {
    font-size: 15.7142857143px;
    line-height: 27.7142857143px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
  }
}

a, button {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.btn {
  display: inline-block;
  position: relative;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 30px;
  background: white;
  color: var(--orng);
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid var(--orng);
  -webkit-transition: all 0.33s ease-out, color 0.05s linear;
  -moz-transition: all 0.33s ease-out, color 0.05s linear;
  -ms-transition: all 0.33s ease-out, color 0.05s linear;
  -o-transition: all 0.33s ease-out, color 0.05s linear;
  transition: all 0.33s ease-out, color 0.05s linear;
}
@media (min-width: 600px) {
  .btn {
    font-size: 12.2857142857px;
    line-height: 14.2857142857px;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) {
  .btn {
    font-size: 12.5714285714px;
    line-height: 14.5714285714px;
    letter-spacing: 1px;
  }
}
@media (min-width: 900px) {
  .btn {
    font-size: 12.8571428571px;
    line-height: 14.8571428571px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1024px) {
  .btn {
    font-size: 13.1428571429px;
    line-height: 15.1428571429px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1100px) {
  .btn {
    font-size: 13.4285714286px;
    line-height: 15.4285714286px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1240px) {
  .btn {
    font-size: 13.7142857143px;
    line-height: 15.7142857143px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1400px) {
  .btn {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
  }
}
.btn:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  opacity: 0;
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.25s ease-out 0.05s;
  -moz-transition: all 0.25s ease-out 0.05s;
  -ms-transition: all 0.25s ease-out 0.05s;
  -o-transition: all 0.25s ease-out 0.05s;
  transition: all 0.25s ease-out 0.05s;
}
.btn:hover {
  background: var(--orng);
  color: white !important;
  padding-right: 55px;
}
.btn:hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -ms-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

strong em, em strong {
  font-weight: 800;
  font-style: italic;
}

img {
  display: block;
}

#main {
  clear: both;
}

.bg-white {
  background: white;
}

.bg-lgray {
  background: #f7f7f7;
}

.bg-gray {
  background: #e5e5e5;
}

.bg-dgray {
  background: #282828;
}

.bg-orange {
  background: var(--orng);
}

.color-white {
  color: white;
}

.color-lgray {
  color: #f7f7f7;
}

.color-gray {
  color: #e5e5e5;
}

.color-dgray {
  color: #282828;
}

.color-orange {
  color: var(--orng);
}

.width-wide {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
}

.width-med {
  margin: 0 auto;
  width: 92%;
  max-width: 1070px;
}

.width-thin {
  margin: 0 auto;
  width: 92%;
  max-width: 900px;
}

/*==============================================================*/
/*==============================================================*/
a:focus-visible:not(.btn) {
  outline: 1px solid #676767;
}

a.btn:focus-visible {
  border-color: #676767;
}

.bg-dgray *:not(.btn) {
  color: white;
}
.bg-dgray a:hover:not(.btn) {
  color: var(--orng);
}
.bg-dgray a:focus-visible:not(.btn) {
  outline: 1px solid white;
}

.bg-orange * {
  color: white;
}
.bg-orange a:hover {
  color: #282828;
}
.bg-orange a.btn {
  display: inline-block;
  position: relative;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 30px;
  background: white;
  color: #676767;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #676767;
  -webkit-transition: all 0.33s ease-out, color 0.05s linear;
  -moz-transition: all 0.33s ease-out, color 0.05s linear;
  -ms-transition: all 0.33s ease-out, color 0.05s linear;
  -o-transition: all 0.33s ease-out, color 0.05s linear;
  transition: all 0.33s ease-out, color 0.05s linear;
}
@media (min-width: 600px) {
  .bg-orange a.btn {
    font-size: 12.2857142857px;
    line-height: 14.2857142857px;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) {
  .bg-orange a.btn {
    font-size: 12.5714285714px;
    line-height: 14.5714285714px;
    letter-spacing: 1px;
  }
}
@media (min-width: 900px) {
  .bg-orange a.btn {
    font-size: 12.8571428571px;
    line-height: 14.8571428571px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1024px) {
  .bg-orange a.btn {
    font-size: 13.1428571429px;
    line-height: 15.1428571429px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1100px) {
  .bg-orange a.btn {
    font-size: 13.4285714286px;
    line-height: 15.4285714286px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1240px) {
  .bg-orange a.btn {
    font-size: 13.7142857143px;
    line-height: 15.7142857143px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1400px) {
  .bg-orange a.btn {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
  }
}
.bg-orange a.btn:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  opacity: 0;
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.25s ease-out 0.05s;
  -moz-transition: all 0.25s ease-out 0.05s;
  -ms-transition: all 0.25s ease-out 0.05s;
  -o-transition: all 0.25s ease-out 0.05s;
  transition: all 0.25s ease-out 0.05s;
}
.bg-orange a.btn:hover {
  background: #676767;
  color: white !important;
  padding-right: 55px;
}
.bg-orange a.btn:hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -ms-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.bg-orange a:focus-visible:not(.btn) {
  outline: 1px solid white;
}

.general *:last-child {
  margin-bottom: 0 !important;
}
.general h1 {
  color: var(--orng);
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 600px) {
  .general h1 {
    font-size: 21.4285714286px;
    line-height: 24.4285714286px;
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .general h1 {
    font-size: 21.8571428571px;
    line-height: 24.8571428571px;
    letter-spacing: 2px;
  }
}
@media (min-width: 900px) {
  .general h1 {
    font-size: 22.2857142857px;
    line-height: 25.2857142857px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1024px) {
  .general h1 {
    font-size: 22.7142857143px;
    line-height: 25.7142857143px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1100px) {
  .general h1 {
    font-size: 23.1428571429px;
    line-height: 26.1428571429px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1240px) {
  .general h1 {
    font-size: 23.5714285714px;
    line-height: 26.5714285714px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1400px) {
  .general h1 {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 2px;
  }
}
.general h1:after {
  content: "";
  display: block;
  margin: 10px 0 25px;
  width: 50px;
  height: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: var(--orng);
}
.general h1.bulky + h2.eyebrow {
  margin: -15px 0 30px;
}
@media (min-width: 900px) {
  .general h1.bulky + h2.eyebrow {
    margin-top: -30px;
  }
}
.general h1.bulky + h2.eyebrow:before {
  content: "";
  display: block;
  margin-bottom: 12px;
  width: 50px;
  height: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: var(--orng);
}
.general h1.bulky + h2.eyebrow:after {
  display: none;
}
.general h2 {
  color: var(--orng);
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 35px;
}
@media (min-width: 600px) {
  .general h2 {
    font-size: 42px;
    line-height: 46.5714285714px;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) {
  .general h2 {
    font-size: 48px;
    line-height: 53.1428571429px;
    letter-spacing: 0px;
  }
}
@media (min-width: 900px) {
  .general h2 {
    font-size: 54px;
    line-height: 59.7142857143px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .general h2 {
    font-size: 60px;
    line-height: 66.2857142857px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) {
  .general h2 {
    font-size: 66px;
    line-height: 72.8571428571px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1240px) {
  .general h2 {
    font-size: 72px;
    line-height: 79.4285714286px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1400px) {
  .general h2 {
    font-size: 78px;
    line-height: 86px;
    letter-spacing: 0px;
  }
}
@media (min-width: 600px) {
  .general h2 {
    margin-top: 0px;
    margin-bottom: 38px;
  }
}
@media (min-width: 768px) {
  .general h2 {
    margin-top: 0px;
    margin-bottom: 41px;
  }
}
@media (min-width: 900px) {
  .general h2 {
    margin-top: 0px;
    margin-bottom: 44px;
  }
}
@media (min-width: 1100px) {
  .general h2 {
    margin-top: 0px;
    margin-bottom: 47px;
  }
}
@media (min-width: 1240px) {
  .general h2 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.general h2:not(.eyebrow) + h3 {
  margin: -15px 0 30px;
}
@media (min-width: 900px) {
  .general h2:not(.eyebrow) + h3 {
    margin-top: -30px;
  }
}
.general h2:not(.eyebrow) + h3:before {
  content: "";
  display: block;
  margin-bottom: 12px;
  width: 50px;
  height: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: var(--orng);
}
.general h2:not(.eyebrow) + h3:after {
  display: none;
}
.general h3 {
  font-weight: 900;
  color: var(--orng);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .general h3 {
    font-size: 16.2857142857px;
    line-height: 24.4285714286px;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) {
  .general h3 {
    font-size: 16.5714285714px;
    line-height: 24.8571428571px;
    letter-spacing: 1px;
  }
}
@media (min-width: 900px) {
  .general h3 {
    font-size: 16.8571428571px;
    line-height: 25.2857142857px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1024px) {
  .general h3 {
    font-size: 17.1428571429px;
    line-height: 25.7142857143px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1100px) {
  .general h3 {
    font-size: 17.4285714286px;
    line-height: 26.1428571429px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1240px) {
  .general h3 {
    font-size: 17.7142857143px;
    line-height: 26.5714285714px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1400px) {
  .general h3 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px;
  }
}
.general h4 {
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.05px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .general h4 {
    font-size: 14.2857142857px;
    line-height: 22.2857142857px;
    letter-spacing: -0.05px;
  }
}
@media (min-width: 768px) {
  .general h4 {
    font-size: 14.5714285714px;
    line-height: 22.5714285714px;
    letter-spacing: -0.05px;
  }
}
@media (min-width: 900px) {
  .general h4 {
    font-size: 14.8571428571px;
    line-height: 22.8571428571px;
    letter-spacing: -0.05px;
  }
}
@media (min-width: 1024px) {
  .general h4 {
    font-size: 15.1428571429px;
    line-height: 23.1428571429px;
    letter-spacing: -0.05px;
  }
}
@media (min-width: 1100px) {
  .general h4 {
    font-size: 15.4285714286px;
    line-height: 23.4285714286px;
    letter-spacing: -0.05px;
  }
}
@media (min-width: 1240px) {
  .general h4 {
    font-size: 15.7142857143px;
    line-height: 23.7142857143px;
    letter-spacing: -0.05px;
  }
}
@media (min-width: 1400px) {
  .general h4 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.05px;
  }
}
.general p {
  margin-top: 0px;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .general p {
    margin-top: 0px;
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .general p {
    margin-top: 0px;
    margin-bottom: 19px;
  }
}
@media (min-width: 900px) {
  .general p {
    margin-top: 0px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1100px) {
  .general p {
    margin-top: 0px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1240px) {
  .general p {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
.general p.pSmall {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: none;
  margin-top: -10px;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .general p.pSmall {
    font-size: 12.2857142857px;
    line-height: 24.2857142857px;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) {
  .general p.pSmall {
    font-size: 12.5714285714px;
    line-height: 24.5714285714px;
    letter-spacing: 0px;
  }
}
@media (min-width: 900px) {
  .general p.pSmall {
    font-size: 12.8571428571px;
    line-height: 24.8571428571px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .general p.pSmall {
    font-size: 13.1428571429px;
    line-height: 25.1428571429px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) {
  .general p.pSmall {
    font-size: 13.4285714286px;
    line-height: 25.4285714286px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1240px) {
  .general p.pSmall {
    font-size: 13.7142857143px;
    line-height: 25.7142857143px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1400px) {
  .general p.pSmall {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 600px) {
  .general p.pSmall {
    margin-top: -12px;
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .general p.pSmall {
    margin-top: -14px;
    margin-bottom: 19px;
  }
}
@media (min-width: 900px) {
  .general p.pSmall {
    margin-top: -16px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1100px) {
  .general p.pSmall {
    margin-top: -18px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1240px) {
  .general p.pSmall {
    margin-top: -20px;
    margin-bottom: 25px;
  }
}
.general p + ul {
  margin-top: -10px;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .general p + ul {
    margin-top: -12px;
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .general p + ul {
    margin-top: -14px;
    margin-bottom: 19px;
  }
}
@media (min-width: 900px) {
  .general p + ul {
    margin-top: -16px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1100px) {
  .general p + ul {
    margin-top: -18px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1240px) {
  .general p + ul {
    margin-top: -20px;
    margin-bottom: 25px;
  }
}
.general a {
  color: var(--orng);
}
.general a:hover, .general a:focus {
  color: #676767;
}
.general hr {
  border: none;
  border-top: 1px solid #d7d7d7;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .general hr {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .general hr {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 900px) {
  .general hr {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1100px) {
  .general hr {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1240px) {
  .general hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.general .eyebrow {
  color: var(--orng);
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 600px) {
  .general .eyebrow {
    font-size: 21.4285714286px;
    line-height: 24.4285714286px;
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .general .eyebrow {
    font-size: 21.8571428571px;
    line-height: 24.8571428571px;
    letter-spacing: 2px;
  }
}
@media (min-width: 900px) {
  .general .eyebrow {
    font-size: 22.2857142857px;
    line-height: 25.2857142857px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1024px) {
  .general .eyebrow {
    font-size: 22.7142857143px;
    line-height: 25.7142857143px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1100px) {
  .general .eyebrow {
    font-size: 23.1428571429px;
    line-height: 26.1428571429px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1240px) {
  .general .eyebrow {
    font-size: 23.5714285714px;
    line-height: 26.5714285714px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1400px) {
  .general .eyebrow {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 2px;
  }
}
.general .eyebrow:after {
  content: "";
  display: block;
  margin: 10px 0 25px;
  width: 50px;
  height: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: var(--orng);
}
.general .bulky {
  color: var(--orng);
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 35px;
}
@media (min-width: 600px) {
  .general .bulky {
    font-size: 42px;
    line-height: 46.5714285714px;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) {
  .general .bulky {
    font-size: 48px;
    line-height: 53.1428571429px;
    letter-spacing: 0px;
  }
}
@media (min-width: 900px) {
  .general .bulky {
    font-size: 54px;
    line-height: 59.7142857143px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .general .bulky {
    font-size: 60px;
    line-height: 66.2857142857px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) {
  .general .bulky {
    font-size: 66px;
    line-height: 72.8571428571px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1240px) {
  .general .bulky {
    font-size: 72px;
    line-height: 79.4285714286px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1400px) {
  .general .bulky {
    font-size: 78px;
    line-height: 86px;
    letter-spacing: 0px;
  }
}
@media (min-width: 600px) {
  .general .bulky {
    margin-top: 0px;
    margin-bottom: 38px;
  }
}
@media (min-width: 768px) {
  .general .bulky {
    margin-top: 0px;
    margin-bottom: 41px;
  }
}
@media (min-width: 900px) {
  .general .bulky {
    margin-top: 0px;
    margin-bottom: 44px;
  }
}
@media (min-width: 1100px) {
  .general .bulky {
    margin-top: 0px;
    margin-bottom: 47px;
  }
}
@media (min-width: 1240px) {
  .general .bulky {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.general .bulky:after {
  display: none;
}
.general p + h1, .general p + h2, .general ul + h1, .general ul + h2, .general ol + h1, .general ol + h2 {
  margin-top: 50px !important;
}
@media (min-width: 768px) {
  .general p + h1, .general p + h2, .general ul + h1, .general ul + h2, .general ol + h1, .general ol + h2 {
    margin-top: 75px !important;
  }
}
.general h3 + h1, .general h3 + h2 {
  margin-top: 50px !important;
}
@media (min-width: 768px) {
  .general h3 + h1, .general h3 + h2 {
    margin-top: 75px !important;
  }
}
.general ul, .general ol {
  clear: both;
  margin-top: 0px;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .general ul, .general ol {
    margin-top: 0px;
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .general ul, .general ol {
    margin-top: 0px;
    margin-bottom: 19px;
  }
}
@media (min-width: 900px) {
  .general ul, .general ol {
    margin-top: 0px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1100px) {
  .general ul, .general ol {
    margin-top: 0px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1240px) {
  .general ul, .general ol {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
.general ul li, .general ol li {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0px;
  text-transform: none;
}
@media (min-width: 600px) {
  .general ul li, .general ol li {
    font-size: 14.2857142857px;
    line-height: 23.2857142857px;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) {
  .general ul li, .general ol li {
    font-size: 14.5714285714px;
    line-height: 23.5714285714px;
    letter-spacing: 0px;
  }
}
@media (min-width: 900px) {
  .general ul li, .general ol li {
    font-size: 14.8571428571px;
    line-height: 23.8571428571px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .general ul li, .general ol li {
    font-size: 15.1428571429px;
    line-height: 24.1428571429px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) {
  .general ul li, .general ol li {
    font-size: 15.4285714286px;
    line-height: 24.4285714286px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1240px) {
  .general ul li, .general ol li {
    font-size: 15.7142857143px;
    line-height: 24.7142857143px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1400px) {
  .general ul li, .general ol li {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
  }
}
.general ul {
  margin-left: 30px;
}
.general ul li {
  position: relative;
  margin-bottom: 2px;
}
.general ul li:before {
  position: absolute;
  content: "•";
  margin-left: -20px;
  font-size: 10px;
}
.general blockquote {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 30px;
  padding: 20px 30px;
  position: relative;
  clear: both;
  overflow: hidden;
}
.general blockquote:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  color: #ec6b21;
  position: absolute;
  top: 18px;
  left: 3px;
  font-size: 20px;
}
.general blockquote img.alignright {
  margin: 8px 0 0;
}
.general .alignleft, .general .alignright, .general .aligncenter {
  clear: both;
  display: block;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .general .alignleft {
    display: inline;
    float: left;
    margin: 30px 30px 30px 0;
  }
}
@media (min-width: 768px) {
  .general .alignright {
    display: inline;
    float: right;
    margin: 30px 0 30px 30px;
  }
}

/*==============================================================*/
/*==============================================================*/
.marketNav {
  background: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 600px) {
  .marketNav {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .marketNav {
    padding-top: 31px;
    padding-bottom: 31px;
  }
}
@media (min-width: 900px) {
  .marketNav {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media (min-width: 1100px) {
  .marketNav {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
@media (min-width: 1240px) {
  .marketNav {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.marketNav .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1245px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marketNav .wrap a {
  color: #676767;
}
.marketNav .arrow {
  width: 120px;
}
@media (min-width: 768px) {
  .marketNav .arrow {
    width: 160px;
  }
}
.marketNav .arrow span {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}
.marketNav .arrow span.line {
  width: 24px;
  height: 2px;
  background: var(--orng);
  opacity: 0;
}
@media (max-width: 767px) {
  .marketNav .arrow span.line {
    display: none;
  }
}
.marketNav .arrow span.text {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0px;
  text-transform: none;
}
@media (min-width: 600px) {
  .marketNav .arrow span.text {
    font-size: 13.4285714286px;
    line-height: 13.4285714286px;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) {
  .marketNav .arrow span.text {
    font-size: 13.8571428571px;
    line-height: 13.8571428571px;
    letter-spacing: 0px;
  }
}
@media (min-width: 900px) {
  .marketNav .arrow span.text {
    font-size: 14.2857142857px;
    line-height: 14.2857142857px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .marketNav .arrow span.text {
    font-size: 14.7142857143px;
    line-height: 14.7142857143px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1100px) {
  .marketNav .arrow span.text {
    font-size: 15.1428571429px;
    line-height: 15.1428571429px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1240px) {
  .marketNav .arrow span.text {
    font-size: 15.5714285714px;
    line-height: 15.5714285714px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1400px) {
  .marketNav .arrow span.text {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
.marketNav .arrow.navPrev a:hover span.text {
  transform: translateX(7px);
}
.marketNav .arrow.navPrev a:hover span.line {
  transform: translateX(-7px);
  opacity: 1;
}
.marketNav .arrow.navNext {
  text-align: right;
}
.marketNav .arrow.navNext a:hover span.text {
  transform: translateX(-7px);
}
.marketNav .arrow.navNext a:hover span.line {
  transform: translateX(7px);
  opacity: 1;
}
.marketNav .navAll {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .marketNav .navAll {
    width: 40px;
    height: 40px;
  }
}
.marketNav .navAll a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 24px;
}
@media (min-width: 768px) {
  .marketNav .navAll a {
    font-size: 32px;
  }
}
.marketNav .navAll a:hover {
  color: var(--orng);
  font-size: 30px;
}
@media (min-width: 768px) {
  .marketNav .navAll a:hover {
    font-size: 40px;
  }
}

.pdfWrap {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
}
.pdfWrap a.icon-download {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: #ec6b21;
  color: white;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 35px;
  line-height: 35px;
  top: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .pdfWrap a.icon-download {
    width: 50px;
    height: 50px;
    font-size: 46px;
    line-height: 50px;
    top: 15px;
    right: 30px;
  }
}
.pdfWrap a.icon-download:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pdfWrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
