*[data-animate-in=up] {
  opacity: 0;
  -webkit-transform: translate3d(0, 24px, 0);
  transform: translate3d(0, 24px, 0);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
*[data-animate-in=up].in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

*[data-animate-in=down] {
  opacity: 0;
  -webkit-transform: translate3d(0, -24px, 0);
  transform: translate3d(0, -24px, 0);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
*[data-animate-in=down].in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

*[data-animate-in=fade] {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
*[data-animate-in=fade].in-view {
  opacity: 1;
}

*[data-animate-in=left] {
  opacity: 0;
  -webkit-transform: translate3d(-24px, 0, 0);
  transform: translate3d(-24px, 0, 0);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
*[data-animate-in=left].in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

*[data-animate-in=right] {
  opacity: 0;
  -webkit-transform: translate3d(24px, 0, 0);
  transform: translate3d(24px, 0, 0);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
*[data-animate-in=right].in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wrapper {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
}

.wrapper-wide {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 1280px;
}

.wrapper-nocap {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 100%;
}

.wrapper-md {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 1032px;
}

.wrapper-full {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.wrapper-after-md {
  width: 100%;
}
@media (min-width: 769px) {
  .wrapper-after-md {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    -webkit-transition: max-width 0.4s ease;
    transition: max-width 0.4s ease;
    max-width: 960px;
  }
}

.wrapper-form {
  position: relative;
  z-index: 2;
}

.wrapper-thin {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 756px;
}

.my-7 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .my-7 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.py-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 1024px) {
  .py-7 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.my-8 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .my-8 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}

.py-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .py-8 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.carousel-long {
  width: auto;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .carousel-long {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    -webkit-transition: max-width 0.4s ease;
    transition: max-width 0.4s ease;
  }
}
.carousel-long::-webkit-scrollbar {
  display: block;
  height: 2px;
  background: #C9C9D1;
}
.carousel-long::-webkit-scrollbar-track {
  background: #C9C9D1;
}
.carousel-long::-webkit-scrollbar-thumb {
  background: #3C3C3C;
}
.carousel-long > * {
  width: 220px;
  min-width: 220px;
  height: auto;
  margin: 0 10px;
  background: red;
}
@media (min-width: 769px) {
  .carousel-long > * {
    min-width: auto;
    width: calc(25% - 16px);
  }
}

@media (max-width: 1023px) {
  .wrapper-scroll-h .row {
    width: auto;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 24px;
  }
  .wrapper-scroll-h .row::-webkit-scrollbar {
    display: block;
    height: 2px;
    background: #C9C9D1;
  }
  .wrapper-scroll-h .row::-webkit-scrollbar-track {
    background: #C9C9D1;
  }
  .wrapper-scroll-h .row::-webkit-scrollbar-thumb {
    background: #3C3C3C;
  }
  .wrapper-scroll-h .row > * {
    min-width: 244px;
  }
}
@media (min-width: 1024px) {
  .wrapper-scroll-h .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrapper-scroll-h .row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .wrapper-scroll-h .row > * > * {
    padding-bottom: 24px;
    border-bottom: 1px solid #C9C9D1;
  }
}
body.blog,
body.single-post {
  background: #000000;
}
body.blog #link-Insights,
body.single-post #link-Insights {
  color: #289ad3 !important;
}
body.blog #content,
body.single-post #content {
  color: #ffffff;
}
body.blog #content > .container,
body.single-post #content > .container {
  padding: 0;
}

.blog-header {
  padding: 90px 0 48px;
}
@media (min-width: 1024px) {
  .blog-header {
    padding: 90px 0 80px;
  }
}

.rte p,
.rte ul,
.rte ol {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.5 !important;
}
@media (min-width: 1024px) {
  .rte p,
  .rte ul,
  .rte ol {
    font-size: 18px !important;
  }
}

.rte--lg p,
.p-lg {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 1.5 !important;
}
@media (min-width: 1024px) {
  .rte--lg p,
  .p-lg {
    font-size: 28px !important;
  }
}

.rte blockquote {
  margin: 36px 0;
}
.rte blockquote p {
  font-size: 18px !important;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 1024px) {
  .rte blockquote p {
    font-size: 24px !important;
  }
}

.rte a {
  color: #289ad3;
  text-decoration: underline;
  -webkit-text-decoration-color: #000000;
  text-decoration-color: #000000;
  -webkit-transition: -webkit-text-decoration-color 0.4s ease;
  transition: -webkit-text-decoration-color 0.4s ease;
  transition: text-decoration-color 0.4s ease;
  transition: text-decoration-color 0.4s ease, -webkit-text-decoration-color 0.4s ease;
}
.rte a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #ffffff;
  text-decoration-color: #ffffff;
}

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 120px;
}
.post-list:after {
  content: "";
  display: block;
  height: 0;
}
.post-list:after,
.post-list .post-preview {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .post-list:after,
  .post-list .post-preview {
    width: calc(50% - 16px);
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .post-list:after,
  .post-list .post-preview {
    width: calc(33% - 24px);
    margin-bottom: 24px;
  }
}

.post-preview,
.post-preview-featured {
  color: #ffffff;
  text-decoration: none;
}
.post-preview h2, .post-preview h3,
.post-preview-featured h2,
.post-preview-featured h3 {
  line-height: 1.2;
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration-color 0.4s ease;
  transition: -webkit-text-decoration-color 0.4s ease;
  transition: text-decoration-color 0.4s ease;
  transition: text-decoration-color 0.4s ease, -webkit-text-decoration-color 0.4s ease;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.post-preview h3,
.post-preview-featured h3 {
  font-size: 28px;
}
@media (min-width: 1024px) {
  .post-preview h3,
  .post-preview-featured h3 {
    font-size: 32px;
  }
}
.post-preview:hover h2, .post-preview:hover h3,
.post-preview-featured:hover h2,
.post-preview-featured:hover h3 {
  -webkit-text-decoration-color: #289ad3;
  text-decoration-color: #289ad3;
}
.post-preview:hover h2, .post-preview:hover h3,
.post-preview-featured:hover h2,
.post-preview-featured:hover h3 {
  -webkit-text-decoration-color: #289ad3;
  text-decoration-color: #289ad3;
}
.post-preview:hover figure:after,
.post-preview-featured:hover figure:after {
  opacity: 0.4;
}

.post-preview figure,
.post-preview-featured figure,
.insight__image {
  position: relative;
  overflow: hidden;
  margin: 0 0 12px;
  padding: 0;
  z-index: 1;
  height: 0;
  padding-bottom: 65%;
  background: #289ad3;
}
.post-preview figure:after,
.post-preview-featured figure:after,
.insight__image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #289ad3;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.post-preview figure img,
.post-preview-featured figure img,
.insight__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.post-preview-featured figure {
  width: 100%;
  padding-bottom: 50%;
}
.post-preview-featured h2 {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .post-preview-featured h2 {
    font-size: 40px;
  }
}
.post-preview-featured .post-preview-featured__content {
  width: 92%;
  padding-top: 18px;
  padding-bottom: 68px;
}
@media (min-width: 1024px) {
  .post-preview-featured .post-preview-featured__content {
    padding-top: 24px;
    padding-bottom: 80px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 4%;
  background: #289ad3;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .pagination {
    padding: 72px 4%;
  }
}
.pagination span {
  display: block;
  width: 50%;
  height: 8px;
  background: #ffffff;
  margin: 0 24px;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.pagination a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  white-space: nowrap;
}
.pagination a:hover {
  color: #000000;
}
.pagination a:first-child {
  position: relative;
  display: block;
}
.pagination.single a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 92%;
  overflow: hidden;
}
.pagination.single a:before, .pagination.single a:after {
  content: "";
  width: 400px;
  height: 8px;
  background: #ffffff;
  display: block;
  margin: 0 24px;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.insight .blog-header h1 {
  margin-bottom: 0;
}

.insight__image {
  margin: 0;
  padding-bottom: 50%;
}

.insight__content .alignleft {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}

.insight__content .alignright {
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
}

.insight__content .rte:after {
  content: "";
  display: table;
  clear: both;
}

.video-wrap {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.video-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-wrap iframe,
.video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.image-single {
  margin: 0;
  padding: 0;
}

.image-single,
.image-double figure {
  position: relative;
  z-index: 1;
}
.image-single figcaption,
.image-double figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  z-index: 3;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 12px;
  text-align: right;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(92%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 92%);
}
@media (min-width: 1024px) {
  .image-single figcaption,
  .image-double figure figcaption {
    padding: 24px;
    font-size: 16px;
  }
}

.image-double figure {
  position: relative;
  overflow: hidden;
}
.image-double figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-double figure,
.image-triple figure {
  padding: 0;
  margin: 0;
  width: 100%;
}
.image-double figure + figure,
.image-triple figure + figure {
  margin-top: 12px;
}
@media (min-width: 769px) {
  .image-double,
  .image-triple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .image-double figure,
  .image-triple figure {
    width: calc(50% - 12px);
  }
  .image-double figure + figure,
  .image-triple figure + figure {
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .image-triple figure {
    width: calc(33% - 12px);
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
  overflow: hidden;
}

.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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
}
.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;
}
.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;
}

.js-slider {
  position: relative;
}
.js-slider .slick-list {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.slick-arrow {
  position: absolute;
  height: 100%;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
}
@media (min-width: 1500px) {
  .slick-arrow {
    display: block;
  }
}
.slick-arrow:hover {
  cursor: pointer;
}
.slick-arrow.slick-disabled {
  opacity: 0;
}
.slick-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #ffffff;
}
.slick-arrow.slick-prev {
  left: 12px;
}
@media (min-width: 1500px) {
  .slick-arrow.slick-prev {
    left: 4%;
  }
}
.slick-arrow.slick-prev svg {
  -webkit-transform: translate3d(-12px, 0, 0);
  transform: translate3d(-12px, 0, 0);
}
.slick-arrow.slick-next {
  right: 12px;
}
@media (min-width: 1500px) {
  .slick-arrow.slick-next {
    right: 4%;
  }
}
.slick-arrow.slick-next svg {
  -webkit-transform: translate3d(12px, 0, 0);
  transform: translate3d(12px, 0, 0);
}

.js-slider .slick-list {
  overflow: visible !important;
}
.js-slider .slick-slide > div {
  padding-right: 10px;
}
.js-slider .session-preview {
  margin-right: 10px;
}
.js-slider .session-preview .session-slider-title {
  padding: 0;
  height: 50px;
  overflow: hidden;
}
.js-slider .session-preview .session-sm-deets {
  display: none;
}

.carousel-wide .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carousel-wide .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.carousel-wide img {
  margin: 0 auto;
}
.carousel-wide.carousel--img-pad img {
  padding: 0 12px;
}
.carousel-wide .slick-arrow.slick-prev {
  left: 12px;
}
@media (min-width: 1500px) {
  .carousel-wide .slick-arrow.slick-prev {
    left: -80px;
  }
}
.carousel-wide .slick-arrow.slick-next {
  right: 12px;
}
@media (min-width: 1500px) {
  .carousel-wide .slick-arrow.slick-next {
    right: -80px;
  }
}

.theme-dark .slick-arrow svg > circle {
  fill: #ffffff;
}
.theme-dark .slick-arrow svg ellipse {
  fill: #000000;
}
.theme-dark .slick-arrow svg path {
  stroke: #000000;
}

.carousel-sync {
  padding-left: 120px;
}
@media (max-width: 768px) {
  .carousel-sync:after {
    content: "Swipe for more";
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    text-align: right;
    -webkit-font-feature-settings: "salt" on;
    font-feature-settings: "salt" on;
    position: absolute;
    right: 0;
    top: 2px;
  }
}
.carousel-sync .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 106px;
  height: 2px;
  background: #C9C9D1;
  position: absolute;
  left: 0;
  top: 9px;
}
.carousel-sync .slick-dots li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.carousel-sync .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: transparent;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  text-indent: -999999px;
}
.carousel-sync .slick-dots li.slick-active button {
  background: #3C3C3C !important;
}

.theme-dark .carousel-sync .slick-dots {
  background: #C9C9D1;
}
.theme-dark .carousel-sync .slick-dots li.slick-active button {
  background: #ffffff;
}

.js-carousel figure {
  padding: 0 !important;
  margin: 0 12px;
}

.page-template-template-tradeshow {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.page-template-template-tradeshow.fade-in-page {
  opacity: 1;
}
.page-template-template-tradeshow header.full {
  position: relative;
  padding: 36px 0;
}
.page-template-template-tradeshow header.full .logo {
  position: relative;
  top: auto;
  margin: 0 auto;
  background: url(../assets/images/the-bernard-group-logo-black.png) center/100% auto no-repeat;
}
.page-template-template-tradeshow figure {
  margin: 0;
  padding: 0;
}
.page-template-template-tradeshow div.footer {
  display: none !important;
}
.page-template-template-tradeshow .wrapper > *:last-child {
  margin-bottom: 0;
}

.tradeshow-top-banner {
  background: sage;
  padding: 12px 4%;
  text-align: center;
}
.tradeshow-top-banner *:last-child {
  margin-bottom: 0;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.py-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.embeds .embeds-hd {
  margin-bottom: 36px;
}

.embeds-list {
  width: 100%;
}
@media (min-width: 769px) {
  .embeds-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .embeds-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.embed-preview {
  width: 100%;
  margin-bottom: 24px;
}
.embed-preview:hover {
  cursor: pointer;
}
.embed-preview:hover .embed-preview__embed span {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
@media (min-width: 1024px) {
  .embed-preview:hover .embed-preview__embed span {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
  }
}
.embed-preview:hover .embed-preview__embed span .btn {
  background: #a0ae95;
}
@media (min-width: 769px) {
  .embed-preview {
    width: calc(50% - 12px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin: 0 6px;
  }
}
@media (min-width: 1024px) {
  .embed-preview {
    width: calc(25% - 12px);
  }
}

.embed-preview__title {
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.embed-preview__title h3 {
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  padding: 12px 12px 14px;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .embed-preview__title h3 {
    font-size: 24px;
  }
}

.embed-preview__embed {
  position: relative;
  z-index: 1;
}
.embed-preview__embed .embed-preview__overlay,
.embed-preview__embed .embed-preview__img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}
.embed-preview__embed .embed-preview__overlay {
  content: "";
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  -webkit-transition: background 0.4s ease, opacity 0.4s ease;
  transition: background 0.4s ease, opacity 0.4s ease;
}
@media (min-width: 1024px) {
  .embed-preview__embed .embed-preview__overlay {
    opacity: 0;
  }
}
.embed-preview__embed .embed-preview__overlay .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 94%;
  font-size: 20px;
  height: 44px;
  min-width: 0;
  padding: 6px 36px 8px;
  white-space: nowrap;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.embed-preview__embed .embed-preview__img {
  z-index: 1;
}
.embed-preview__embed .embed-preview__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.embed-preview__embed > div,
.embed-preview__embed .sketchfab-embed-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  pointer-events: none;
}
.embed-preview__embed > div iframe,
.embed-preview__embed .sketchfab-embed-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: -4;
}

.embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .embed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .embed > .embed__title {
    display: none;
  }
}

.embed__embed {
  width: 100%;
}
.embed__embed .embed-preview__overlay,
.embed__embed .embed-preview__img {
  display: none !important;
}
@media (min-width: 1024px) {
  .embed__embed {
    width: 50%;
  }
}
.embed__embed div,
.embed__embed .sketchfab-embed-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
@media (min-width: 769px) {
  .embed__embed div,
  .embed__embed .sketchfab-embed-wrapper {
    padding-bottom: 80%;
  }
}
@media (min-width: 1024px) {
  .embed__embed div,
  .embed__embed .sketchfab-embed-wrapper {
    padding-bottom: 0;
    height: 100%;
  }
}
.embed__embed div iframe,
.embed__embed .sketchfab-embed-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
  transform: translate3d(-50%, -50%, 0) !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.embed__title {
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.embed__title h3 {
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  padding: 12px 12px 14px;
}

.embed__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #bac4b2;
}
.embed__content > img {
  display: block;
  max-width: 80%;
  margin: 0 auto 24px;
}
@media (min-width: 1024px) {
  .embed__content {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .embed__content .embed__content-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 580px;
    margin-left: auto;
  }
  .embed__content .embed__content-content p {
    font-size: 18px;
  }
}
.embed__content .embed__title {
  display: none;
}
@media (min-width: 1024px) {
  .embed__content .embed__title {
    display: block;
    padding: 12px 0;
  }
  .embed__content .embed__title h3 {
    font-size: 36px;
  }
}

.embed__content-content {
  padding: 24px 4%;
}
@media (min-width: 1024px) {
  .embed__content-content {
    padding: 36px 24px;
    text-align: right;
  }
}

.materials .materials-hd {
  padding: 48px 0 24px;
}
.materials .materials-ft {
  padding: 36px 0 48px;
}
.materials *[data-modal]:hover {
  cursor: pointer;
}
.materials figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 400px;
}
.materials figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.materials figure a {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #d4dacf;
  background: #ffffff;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
  color: #bac4b2;
}
.materials figure a:hover {
  opacity: 1;
  background: #bac4b2;
  color: #fff;
}

#materials .modal,
#living-materials .modal,
.materials .modal .modal {
  padding: 48px 0;
}
#materials .modal .mats-hd,
#living-materials .modal .mats-hd,
.materials .modal .modal .mats-hd {
  margin-bottom: 48px;
}
#materials .modal .mats-ft,
#living-materials .modal .mats-ft,
.materials .modal .modal .mats-ft {
  margin-top: 48px;
  text-align: center;
}

.js-carousel-materials {
  max-width: 2000px;
  margin: 0 auto;
}
.js-carousel-materials .slick-slide {
  margin: 0 6px;
}
.js-carousel-materials .slick-next,
.js-carousel-materials .slick-prev {
  top: 33%;
}
@media (min-width: 600px) {
  .js-carousel-materials .slick-next,
  .js-carousel-materials .slick-prev {
    top: 36%;
  }
}
@media (min-width: 1024px) {
  .js-carousel-materials .slick-next,
  .js-carousel-materials .slick-prev {
    top: 30%;
  }
}
@media (min-width: 1500px) {
  .js-carousel-materials .slick-next,
  .js-carousel-materials .slick-prev {
    top: 33%;
  }
}
.js-carousel-materials .slick-next svg,
.js-carousel-materials .slick-prev svg {
  fill: #ffffff;
}
.js-carousel-materials .slick-next {
  right: 32px;
}
.js-carousel-materials .slick-prev {
  left: 32px;
}

.js-carousel-materials-lg {
  max-width: 2000px;
  margin: 0 auto;
}
.js-carousel-materials-lg .slick-slide {
  margin: 0 6px;
}
.js-carousel-materials-lg .slick-next,
.js-carousel-materials-lg .slick-prev {
  top: 33%;
}
@media (min-width: 768px) {
  .js-carousel-materials-lg .slick-next,
  .js-carousel-materials-lg .slick-prev {
    top: 30%;
  }
}
@media (min-width: 1024px) {
  .js-carousel-materials-lg .slick-next,
  .js-carousel-materials-lg .slick-prev {
    top: 34%;
  }
}
@media (min-width: 1224px) {
  .js-carousel-materials-lg .slick-next,
  .js-carousel-materials-lg .slick-prev {
    top: 36%;
  }
}
@media (min-width: 1500px) {
  .js-carousel-materials-lg .slick-next,
  .js-carousel-materials-lg .slick-prev {
    top: 38%;
  }
}
.js-carousel-materials-lg .slick-next svg,
.js-carousel-materials-lg .slick-prev svg {
  fill: #ffffff;
}
.js-carousel-materials-lg .slick-next {
  right: 32px;
}
.js-carousel-materials-lg .slick-prev {
  left: 32px;
}

.material-preview figure {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 80%;
}
.material-preview figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.material-preview > div {
  padding: 18px 12px 12px;
}
.material-preview > div h3, .material-preview > div h4 {
  font-size: 20px;
  margin-bottom: 8px;
}
.material-preview a {
  color: #289ad3;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.material-preview a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 60px;
  min-width: 220px;
  background: #bac4b2;
  color: #3f5746;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 6px 32px 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  line-height: 1;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 32px;
    height: 80px;
    min-width: 420px;
  }
}
.btn:hover {
  background: #d4dacf;
}

.living-materials {
  margin-top: 12px;
}

.client-logo {
  position: relative;
  margin: 72px auto -48px !important;
  display: block;
  max-width: 80%;
  width: 100%;
  z-index: 2;
}
.client-logo img {
  display: block;
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}

.full-embed-wrap .few-hd {
  padding: 10px 0 24px;
  margin-bottom: 15px;
}
.full-embed-wrap + .full-embed-wrap {
  margin-top: 48px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.full-embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.full-embed figure {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: -1;
}
.full-embed figure img {
  width: 100%;
}
.full-embed .btn {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 48px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.full-embed .btn--embed--2:hover {
  background: #e14949 !important;
}
.full-embed.is-active:after {
  pointer-events: none;
}

.full-embed-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.full-embed-gallery figure {
  position: relative;
  width: calc(50% - 12px);
  margin-bottom: 12px;
}
.full-embed-gallery figure img {
  width: 100%;
}
@media (min-width: 769px) {
  .full-embed-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .full-embed-gallery figure {
    width: calc(25% - 12px);
    margin-bottom: 0;
  }
}

.tradeshow-footer {
  background: #F3E8DE;
  text-align: center;
  padding: 48px 0;
}
.tradeshow-footer p {
  font-size: 18px;
  line-height: 1.6;
}
.tradeshow-footer img {
  margin-top: 24px;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
.modal-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.modal-wrap.modal-active {
  opacity: 1;
  pointer-events: inherit;
}
.modal-wrap .modal__screen {
  background: rgba(36, 41, 46, 0.95);
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  border-radius: 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
}
.modal-wrap .modal__screen:hover {
  cursor: crosshair;
}

.modal {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body.modal-is-active {
  overflow: hidden;
}

.modal__full {
  width: 100%;
  height: 100%;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 4;
  top: 4px;
}
.modal__close svg {
  display: block;
  fill: #ffffff;
  width: 36px;
  height: auto;
}
.modal__close:hover {
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .modal__close {
    top: 0;
    width: 60px;
    height: 60px;
  }
  .modal__close svg {
    display: block;
    fill: #ffffff;
    width: 44px;
    height: auto;
  }
}

#living-materials .modal__close svg,
#materials .modal__close svg {
  fill: #000000 !important;
}

#__bs_notify__ {
  opacity: 0;
  bottom: 0 !important;
  top: auto !important;
  height: 50px;
}

body.localhost:after {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: white;
  font-size: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px;
  content: "Mobile";
}
@media (min-width: 480px) {
  body.localhost:after {
    content: "Small";
  }
}
@media (min-width: 769px) {
  body.localhost:after {
    content: "Medium";
  }
}
@media (min-width: 1024px) {
  body.localhost:after {
    content: "Large";
  }
}
@media (min-width: 1200px) {
  body.localhost:after {
    content: "x-large";
  }
}