@import url('qualtrics-pages-blessed1.css?z=1544480011546');

@media (min-width: 420px) {
  .qualtrics-cx-landing .hex-container {
    -webkit-transform: scale(0.6) translate(-84%, -84%);
    transform: scale(0.6) translate(-84%, -84%);
  }
  .qualtrics-cx-landing .hex-outer-wrap {
    height: 300px;
  }
}
@media (min-width: 600px) {
  .qualtrics-cx-landing .hex-container {
    -webkit-transform: scale(0.8) translate(-63%, -60%);
    transform: scale(0.8) translate(-63%, -60%);
  }
  .qualtrics-cx-landing .hex-outer-wrap {
    height: 400px;
  }
}
@media (min-width: 1000px) {
  .qualtrics-cx-landing .hex-container {
    -webkit-transform: scale(1) translate(-47.5%, -50%);
    transform: scale(1) translate(-47.5%, -50%);
  }
  .qualtrics-cx-landing .hex-outer-wrap {
    height: 600px;
  }
}
.qualtrics-cx-landing .rippleEffect {
  background: #97D700 !important;
}
.qualtrics-cx-landing .cx-hover:before {
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
}
.qualtrics-cx-landing .cx-hover:hover:before {
  border-color: #97D700 !important;
}
.qualtrics-cx-landing .white-divider {
  width: 100px;
  height: 0;
  display: block;
  border: 2px solid #fff;
  margin-top: 34px;
  margin-bottom: 36px;
}
.employee-pulse .spacing-lg {
  margin-top: 78px;
  margin-bottom: 78px;
}
.employee-pulse .color-half,
.employee-pulse .image-half {
  position: relative;
}
.employee-pulse .color-half:before,
.employee-pulse .image-half:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #147BD1;
  background-image: url('/uk/wp-content/themes/qualtrics/images/pages/employee-pulse/header-uk.jpg');
  background-size: cover;
  background-position: center 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .employee-pulse .color-half:before,
  .employee-pulse .image-half:before {
    width: 50%;
  }
}
.employee-pulse .color-half {
  position: relative;
}
.employee-pulse .color-half:before {
  background-image: none;
}
.employee-pulse .color-half:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px solid #2E393F;
  top: 0;
  left: 0;
}
.employee-pulse .text-white * {
  color: #fff;
}
.employee-pulse h1 {
  font-weight: 200;
}
.employee-pulse .align-vert-bottom {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .employee-pulse .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .employee-pulse .row-eq-height > * {
    position: relative;
  }
  .employee-pulse .align-vert-bottom {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
  }
}
.employee-pulse .rounded-edges-btn {
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 14px;
  text-transform: uppercase;
}
.employee-pulse .bold-link {
  font-weight: 700;
  border: none;
  overflow: visible;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding-left: 0;
  padding-right: 0;
  line-height: 20px;
  user-select: none;
  cursor: pointer;
}
.employee-pulse .bold-link:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 0;
  display: block;
  background: #147BD1;
  top: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.employee-pulse .bold-link:hover {
  color: #fff;
}
.employee-pulse .bold-link:hover:after {
  height: 100%;
  top: 0;
  box-shadow: 0 0 0 2px #147BD1;
}
.employee-pulse .bold-link.blue-link {
  color: #147BD1;
  border-bottom: 1px solid #147BD1;
}
.employee-pulse .bold-link.blue-link:after {
  background: #147BD1;
}
.employee-pulse .bold-link.blue-link:hover {
  color: #fff;
}
.employee-pulse .bold-link.blue-link:hover:after {
  box-shadow: 0 0 0 2px #147BD1;
}
.employee-pulse .bold-link.white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.employee-pulse .bold-link.white-link:after {
  background: #fff;
}
.employee-pulse .bold-link.white-link:hover {
  color: #147BD1;
}
.employee-pulse .bold-link.white-link:hover:after {
  box-shadow: 0 0 0 2px #fff;
}
.employee-pulse .white-link {
  color: #fff;
  font-weight: 700;
  border: none;
  border-bottom: 1px solid #fff;
  overflow: visible;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding-left: 0;
  padding-right: 0;
  line-height: 20px;
  user-select: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 84%;
  display: inline-block;
  position: relative;
}
.employee-pulse .white-link:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 0;
  display: block;
  background: #fff;
  top: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.employee-pulse .white-link:hover {
  color: #147BD1;
}
.employee-pulse .white-link:hover:after {
  height: 100%;
  top: 0;
  box-shadow: 0 0 0 2px #fff;
}
.employee-pulse .circle-btn {
  display: block;
  width: 36px;
  height: 36px;
  margin: 6px 12px;
  position: relative;
  text-align: center;
  border-radius: 24px;
  padding: 0!important;
  background-color: transparent!important;
}
.employee-pulse .circle-btn:before {
  border: 1px solid #fff !important;
  border-radius: 24px!important;
  background-color: transparent!important;
}
.employee-pulse .download-btn {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: auto!important;
  border-radius: 18px;
  max-width: 36px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  line-height: 34px;
  overflow: hidden!important;
}
.employee-pulse .download-btn:hover {
  color: inherit;
  max-width: 220px;
  padding-left: 30px!important;
  padding-right: 12px!important;
}
.employee-pulse .download-btn span {
  z-index: 200;
  width: 36px;
  height: 36px;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: -1px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/uk/wp-content/themes/qualtrics/images/pages/employee-pulse/download.svg') !important;
  background-size: 48px 48px!important;
  background-position: center center!important;
}
.employee-pulse .download-btn.white-download {
  border: 1px solid #fff;
}
.employee-pulse .download-btn.white-download:hover {
  color: inherit;
  max-width: 200px;
}
.employee-pulse .download-btn.white-download span {
  left: 17px!important;
  background-image: url('/uk/wp-content/themes/qualtrics/images/pages/employee-pulse/white-download.svg') !important;
}
.employee-pulse .fixed-download-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0!important;
  margin: 12px;
  background-color: #fff !important;
  border: 1px solid #2E393F;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: auto;
}
.employee-pulse .fixed-download-btn span {
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: -1px;
  position: absolute;
}
.employee-pulse .fixed-download-btn:before {
  border: none!important;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.employee-pulse .circle-btn:hover:before {
  border: none!important;
}
.employee-pulse .mega-text h2 {
  font-size: 56px;
  font-weight: 100;
}
.employee-pulse .mega-text h3 {
  font-size: 28px;
}
.employee-pulse .fixed-right-nav {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  display: none;
}
@media (min-width: 480px) {
  .employee-pulse .fixed-right-nav {
    display: block;
  }
}
.employee-pulse .fixed-right-nav .circle-btn {
  padding: 0!important;
  margin: 12px;
  background-color: #fff !important;
  border: 1px solid #2E393F;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.employee-pulse .fixed-right-nav .circle-btn span {
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.employee-pulse .fixed-right-nav .circle-btn:before {
  border: none!important;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.employee-pulse .fixed-right-nav .circle-btn:hover {
  transition-delay: 300ms;
  background: #2E393F !important;
}
.employee-pulse .fixed-right-nav .circle-btn.active {
  border: 1px solid #fff;
  background: #147BD1 !important;
}
.employee-pulse .fixed-right-nav .circle-btn.active span {
  color: #fff !important;
}
.employee-pulse .ultra-text ~ h2 {
  font-weight: 100!important;
}
.employee-pulse .ultra-text {
  margin-top: 10px;
  font-size: 40px!important;
  line-height: 48px!important;
}
.employee-pulse .custom-map-key {
  max-height: 500px;
}
@media screen and (min-width: 992px) {
  .employee-pulse .custom-map-key {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.employee-pulse .light-blue-hr {
  border-top: 1px solid #147BD1;
}
.employee-pulse .custom-logo {
  position: fixed;
  left: 50%;
  top: 33px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background: #fff;
  border: 1px solid #2E393F;
  display: inline-block;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px 10px;
}
.employee-pulse .custom-header {
  position: fixed;
  width: 100%;
  height: 50px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  overflow: visible;
  top: -60px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05), 0 0 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 20;
  text-align: center;
}
.employee-pulse .custom-header h3 {
  margin: 0!important;
  padding: 0!important;
  color: #147BD1;
  position: absolute;
  left: 50%;
  top: 25px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.employee-pulse .custom-header.scrolled-header {
  top: 0;
}
.employee-pulse .custom-header.scrolled-header + .custom-logo {
  top: -25px;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-50%, -50%) scale(0.95);
}
.employee-pulse .qi-qualtrics-logotype {
  font-size: 26px;
}
.employee-pulse .qi-qualtrics-logotype:after {
  content: "®";
  font-size: 7px!important;
  font-style: normal!important;
  top: -4px;
  left: 0px;
  position: relative;
}
.employee-pulse .dynamic-graph {
  max-width: 1000px;
  min-width: 250px;
  margin: 32px auto;
  text-align: center;
  border-right: 1px dashed #2E393F;
  position: relative;
}
.employee-pulse .dynamic-graph.minimal-graph {
  margin-left: 6px;
}
.employee-pulse .dynamic-graph:before {
  content: '';
  display: block;
  position: absolute;
  left: 102px;
  height: 100%;
  width: 0;
  top: 0;
  border-right: 1px dashed #2E393F;
  z-index: 0;
}
.employee-pulse .dynamic-graph h3 {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1!important;
}
.employee-pulse .dynamic-graph h2 {
  font-weight: 200;
  font-size: 33.33333333px;
}
.employee-pulse .dynamic-graph h2,
.employee-pulse .dynamic-graph h3,
.employee-pulse .dynamic-graph p {
  padding: 0;
  margin: 0;
}
.employee-pulse .dynamic-graph p {
  font-size: 10px;
  line-height: 1;
  font-weight: 700!important;
}
.employee-pulse .dynamic-graph .pillar {
  text-align: left;
  vertical-align: top;
  padding: 0;
  width: 100%;
  max-width: 800px;
  display: inline-block;
  margin-right: -5px;
  position: relative;
}
.employee-pulse .dynamic-graph .pillar.narrow {
  min-width: 40px;
  text-align: right;
  max-width: auto;
}
.employee-pulse .dynamic-graph .pillar.narrow p {
  padding-right: 4px;
}
.employee-pulse .dynamic-graph .pillar.narrow .segment {
  border-top: none!important;
}
.employee-pulse .dynamic-graph .pillar .segment {
  position: relative;
  height: auto;
  min-height: 60px;
}
.employee-pulse .dynamic-graph .pillar .segment.left-pad {
  padding-left: 6px;
}
.employee-pulse .dynamic-graph .pillar .segment:nth-child(1) {
  top: 0;
  right: 2px;
  left: 100px;
  position: absolute;
}
.employee-pulse .dynamic-graph .pillar .segment:nth-child(2) {
  width: 100px;
  float: left;
  border-top: 1px solid #2E393F;
}
.employee-pulse .dynamic-graph .bar {
  display: block;
  max-width: 100%;
  min-height: 28px;
  background: #147BD1;
  border-top: 1px solid #2E393F;
}
.employee-pulse .dynamic-graph.minimal-graph {
  min-width: 420px;
  border-right: none;
}
.employee-pulse .dynamic-graph.minimal-graph .pillar .segment {
  border: none;
}
.employee-pulse .dynamic-graph.minimal-graph:before {
  display: none;
}
.employee-pulse .dynamic-graph.minimal-graph .bar {
  border-top: none;
  border-bottom: 1px dashed #2E393F;
}
.employee-pulse .dynamic-graph.minimal-graph .bar span {
  color: #fff !important;
}
.employee-pulse .dynamic-graph.minimal-graph .bar span.label {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 10px;
  margin: 10px 8px;
  text-align: left;
  white-space: nowrap;
  max-width: 94%;
  overflow: hidden;
  text-overflow: ellipses;
  text-overflow: ellipsis;
  display: inline-block;
  border-radius: 0;
}
.employee-pulse .dynamic-graph.minimal-graph .pillar .segment h2 {
  line-height: 30px;
  border-bottom: 1px dashed #2E393F;
}
.employee-pulse .picture-half-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #147BD1;
}
.employee-pulse .picture-half-wrapper:after {
  padding-top: 70.25%;
  display: block;
  content: '';
}
.employee-pulse .picture-half {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-size: 192% auto;
  background-repeat: no-repeat;
}
.employee-pulse .picture-half.half-1 {
  margin-bottom: -1px;
  background-position: 0 0;
}
.employee-pulse .picture-half.half-2 {
  background-position: 100% center;
}
.employee-pulse svg {
  font-family: inherit!important;
}
.employee-pulse .custom-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}
.employee-pulse .close-btn-fixed {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: transparent;
  background-image: url('/uk/wp-content/themes/qualtrics/images/pages/employee-pulse/close.svg') !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
}
.employee-pulse .light-text {
  font-weight: 200;
  text-transform: none;
}
.employee-pulse .small-bold-text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 23px;
}
.employee-pulse .bold-text {
  font-weight: 700;
}
.employee-pulse .blue-text {
  color: #147BD1;
}
.employee-pulse .huge-text {
  font-size: 110px;
  line-height: 0.9;
}
.employee-pulse .large-text {
  font-size: 80px;
  line-height: 0.92;
}
.employee-pulse .accent,
.employee-pulse .upper-bold {
  font-weight: 700;
  font-size: 84%;
  text-transform: uppercase;
}
.employee-pulse .upper-bold {
  font-size: 16px;
}
.employee-pulse .sub-h2 {
  font-size: 32px;
}
.employee-pulse .side-by-side-img {
  padding: 0;
  border-left: 1px solid #fff;
  position: relative;
}
.employee-pulse .side-by-side-img img {
  z-index: 0;
}
.employee-pulse .side-by-side-img img.svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  height: 75%;
  width: auto;
  z-index: 2;
}
.employee-pulse .side-by-side-img img.svg.svg-small {
  height: 62.5%;
}
.employee-pulse .side-by-side-img img.svg.svg-smaller {
  height: 50%;
}
.employee-pulse .scroll-down-indicator:before,
.employee-pulse .scroll-down-indicator:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -75px;
  margin-left: -25px;
  z-index: 5;
}
@media (min-width: 768px) {
  .employee-pulse .scroll-down-indicator:before,
  .employee-pulse .scroll-down-indicator:after {
    border-bottom: 1px solid #fafafa;
  }
}
.employee-pulse .scroll-down-indicator:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 1px solid #aaa;
}
.employee-pulse .text-gray {
  color: #2E393F;
}
.employee-pulse .bottom-left-text {
  bottom: -2px;
  line-height: 0.8;
  left: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.employee-pulse .number-row {
  position: relative;
  padding: 20px;
  padding-left: 130px;
  margin-bottom: 12px;
  max-width: 500px;
}
.employee-pulse .quote-row {
  border-top: 1px solid #2E393F;
  position: relative;
  height: 140px;
}
@media (min-width: 768px) {
  .employee-pulse .quote-row ~ p {
    margin-right: 160px;
  }
}
.employee-pulse .quote-mark,
.employee-pulse .quote-image {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  backgorund-repeat: none;
}
.employee-pulse .quote-mark {
  border-radius: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: top right;
  width: 50px;
  background-size: 100% auto;
  top: 0;
}
@media (min-width: 480px) {
  .employee-pulse .quote-mark {
    width: 150px;
    background-size: auto 100%;
  }
}
.employee-pulse .quote-text {
  position: absolute;
  left: 100px;
  right: 0;
  margin-left: 10px;
  height: 100px;
  top: 20px;
}
@media (min-width: 480px) {
  .employee-pulse .quote-text {
    right: 150px;
    margin-left: 20px;
  }
}
.employee-pulse .quote-text .quote-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.employee-pulse .large-h3 {
  color: #147BD1;
  font-size: 30px;
  line-height: 33px;
}
.employee-pulse .hr-ex {
  border-color: #147BD1;
}
.employee-pulse .label-hr {
  padding: 1px;
  margin: 1px -1px;
}
.employee-pulse .table-rows .row {
  border-top: 1px solid #2E393F;
  padding: 12px 0;
}
.employee-pulse .table-rows .row:first-of-type {
  border-top: none;
}
.employee-pulse .table-rows .row .col-bl-6 {
  padding-right: 14px;
}
.employee-pulse .rel-wrap {
  position: relative;
  overflow: visible;
}
.employee-pulse .iQ-powered {
  position: relative;
  bottom: -2px;
  width: 80px;
  height: auto;
  vertical-align: baseline;
}
.employee-pulse h3.mini {
  font-size: 15px!important;
  letter-spacing: 0px !important;
}
.employee-pulse h3.micro {
  font-size: 13px!important;
  letter-spacing: 0px !important;
}
.employee-pulse .golden-ratio-images {
  white-space: nowrap;
  overflow: visible;
}
.employee-pulse .golden-ratio-images img {
  vertical-align: top;
}
.employee-pulse .golden-ratio-images img:nth-child(2) {
  max-width: 35.55%;
  margin-left: -3px;
  display: none;
}
@media (min-width: 992px) {
  .employee-pulse .golden-ratio-images img:nth-child(1) {
    max-width: 61.99%;
  }
  .employee-pulse .golden-ratio-images img:nth-child(2) {
    display: inline-block;
  }
}
.employee-pulse .dash-list {
  padding-left: 18px;
}
.employee-pulse .dash-list span {
  margin-left: -18px;
}
.employee-pulse .iQ-powered {
  cursor: pointer;
}
.employee-pulse .spacing-micro-bottom {
  margin-bottom: 8px;
}
/*
 * qualtrics-less/pages/page-office-visit.less
 * ----------------------------------------------------------------
 */
.office-visit .brands {
  background: url('/wp-content/themes/qualtrics/images/pages/office-visit/office.jpg');
  height: 300px;
  overflow-x: hidden;
  background-attachment: fixed;
  background-position: inherit;
  background-repeat: repeat-y;
  -moz-background-size: 100% auto;
  background-size: cover;
}
@media (min-width: 480px) {
  .office-visit .brands {
    height: 600px;
  }
}
.office-visit .slant-top {
  background: #fff;
  z-index: 1;
  position: relative;
}
.office-visit .slant-top:before {
  content: '';
  display: block;
  background: inherit;
  position: absolute;
  top: -6px;
  height: 500px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: skewY(10.5deg);
  -moz-transform: skewY(10.5deg);
  -ms-transform: skewY(10.5deg);
  -o-transform: skewY(10.5deg);
  transform: skewY(10.5deg);
  -webkit-transform-origin: 100%;
  -moz-transform-origin: 100%;
  -ms-transform-origin: 100%;
  -o-transform-origin: 100%;
  transform-origin: 100%;
  -webkit-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.05), 0 -12px 28px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.05), 0 -12px 28px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.05), 0 -12px 28px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 1700px) {
  .office-visit .slant-top:before {
    top: -60px;
    -webkit-transform: skewY(5.5deg);
    -moz-transform: skewY(5.5deg);
    -ms-transform: skewY(5.5deg);
    -o-transform: skewY(5.5deg);
    transform: skewY(5.5deg);
  }
}
.office-visit .slant-top:after {
  height: inherit !important;
  left: inherit !important;
  right: inherit !important;
  bottom: inherit !important;
}
.office-visit .slant-top-inverse:before {
  top: -12px;
  height: 150px;
  left: -2px;
}
@media (min-width: 480px) {
  .office-visit .slant-top-inverse:before {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .office-visit .slant-top-inverse:before {
    height: 324px;
  }
}
@media (min-width: 1700px) {
  .office-visit .slant-top-inverse:before {
    top: -60px;
  }
}
.office-visit .hero-box {
  padding: 40px 60px;
}
@media (max-width: 480px) {
  .office-visit .hero-box {
    padding: 30px 15px;
  }
}
.office-visit .clear {
  clear: both;
}
@media (min-width: 768px) {
  .office-visit .right-margin {
    margin-right: 10%;
  }
}
@media (max-width: 992px) {
  .office-visit .no-spacing-sm {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .office-visit .spacing-top-sm {
    margin-top: 84px;
  }
}
@media (max-width: 992px) {
  .office-visit .spacing-bottom-sm {
    margin-bottom: 84px;
  }
}
@media (max-width: 480px) {
  .office-visit .special-spacing {
    padding: 15px 0px;
  }
}
@media screen and (max-width: 480px) {
  .office-visit div.container.spacing-md {
    margin-bottom: 84px;
    margin-top: 84px;
  }
}
@media (min-width: 992px) {
  .office-visit .offset-1 {
    margin-top: -85px;
  }
}
@media (min-width: 992px) {
  .office-visit .offset-2 {
    margin-top: -75px;
    z-index: -1;
    max-height: 400px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .office-visit .offset-3 {
    margin-top: -150px;
  }
}
@media (min-width: 992px) {
  .office-visit .offset-4 {
    margin-top: -75px;
    z-index: -1;
    max-height: 425px;
    overflow: hidden;
  }
}
.office-visit .offset-5 {
  margin: -20px 15px;
}
@media (min-width: 992px) {
  .office-visit .offset-5 {
    margin-top: -100px;
  }
}
.office-visit .offset-6 {
  margin-top: -125px;
}
.page-template-qualtrics-support-center {
  /* FAQ STYLES */
  /* FEEDBACK STYLES */
}
.page-template-qualtrics-support-center .line {
  border-bottom: solid 1px #ddd;
  display: block;
  margin: 0px 0px 15px 0px;
}
.page-template-qualtrics-support-center .line-faq {
  border-bottom: solid 1px #ddd;
  display: block;
  padding: 5px 0px;
}
.page-template-qualtrics-support-center .button-span {
  display: grid;
  display: block;
}
.page-template-qualtrics-support-center .contact-button {
  border-radius: 5px;
  transform: translateY(15px);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.page-template-qualtrics-support-center #language_selector > li {
  cursor: pointer;
}
@media (max-width: 480px) {
  .page-template-qualtrics-support-center .contact-button {
    min-height: 280px;
  }
}
@media (min-width: 480px) {
  .page-template-qualtrics-support-center .contact-button {
    min-height: 280px;
  }
}
@media (min-width: 768px) {
  .page-template-qualtrics-support-center .contact-button {
    min-height: 285px;
  }
}
@media (min-width: 992px) {
  .page-template-qualtrics-support-center .contact-button {
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .page-template-qualtrics-support-center .contact-button {
    min-height: 330px;
  }
}
.page-template-qualtrics-support-center .contact-button p {
  padding: 0px 8px 16px 8px;
}
.page-template-qualtrics-support-center .contact-button a {
  color: #2E393F !important;
}
.page-template-qualtrics-support-center .contact-button:hover {
  background-color: #ffffff;
  color: #2E393F !important;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transform: translateY(0px);
  transition: all 0.2s !important;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.page-template-qualtrics-support-center .contact-button img {
  padding-top: 15px;
}
.page-template-qualtrics-support-center .qi-li.clock-md {
  position: absolute;
  font-size: 18px !important;
  left: -35px !important;
  top: 1px !important;
  text-align: center;
  vertical-align: text-top;
}
.page-template-qualtrics-support-center .qa-test {
  font-size: 13px !important;
  margin: -25px 0px 0px 23px !important;
  position: absolute;
  text-align: left;
}
.page-template-qualtrics-support-center .qa-standout {
  background-color: #ffffff;
  color: #2E393F !important;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transform: translateY(0px);
  transition: all 0.2s !important;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.page-template-qualtrics-support-center .callout-new {
  font-size: 13px !important;
  margin: -25px 0px 0px 6px !important;
  position: absolute;
  text-align: left;
  width: 100%;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.page-template-qualtrics-support-center .callout-new i.fa.fa-star {
  padding-right: 8px;
}
@media (max-width: 480px) {
  .page-template-qualtrics-support-center .q-xm .q-btn.q-secondary {
    padding: 25px 0px !important;
    width: 300px;
    margin: 12px auto;
  }
}
@media (max-width: 360px) {
  .page-template-qualtrics-support-center .q-xm .q-btn.q-secondary {
    padding: 25px 0px !important;
    width: 250px;
    margin: 12px auto;
  }
}
@media (min-width: 480px) {
  .page-template-qualtrics-support-center .q-xm .q-btn.q-secondary {
    padding: 28px 25px !important;
    margin: 15px auto !important;
    width: 450px;
    display: block;
  }
}
@media (min-width: 768px) {
  .page-template-qualtrics-support-center .q-xm .q-btn.q-secondary {
    padding: 20px 20px !important;
    margin: 10px 0px !important;
    width: 335px;
    line-height: 43px;
  }
}
@media (min-width: 992px) {
  .page-template-qualtrics-support-center .q-xm .q-btn.q-secondary {
    padding: 15px 0px !important;
    margin: 5px 0px !important;
    font-size: 13px;
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .page-template-qualtrics-support-center .q-xm .q-btn.q-secondary {
    padding: 20px 0px !important;
    margin: 5px -10px !important;
    font-size: 16px;
    font-weight: 300 !important;
    width: 178px;
  }
}
.page-template-qualtrics-support-center .faq-statment {
  padding-right: 40px;
  font-size: 14px;
}
.page-template-qualtrics-support-center label {
  display: inline !important;
  font-size: 16px;
  margin-bottom: 0px !important;
  padding: 0px 0px 0px 30px;
  font-weight: 200 !important;
}
.page-template-qualtrics-support-center .faq-check:checked {
  background-color: #D6001C;
}
.page-template-qualtrics-support-center #FAQs {
  display: inline-grid;
}
.page-template-qualtrics-support-center .faq {
  margin: 5px 0px 0px 0px;
  padding: 20px 0px;
  border-bottom: solid 1px #ddd;
  position: relative;
}
.page-template-qualtrics-support-center .question,
.page-template-qualtrics-support-center .questionSurvey,
.page-template-qualtrics-support-center .questionDistributions,
.page-template-qualtrics-support-center .questionData,
.page-template-qualtrics-support-center .questionReports,
.page-template-qualtrics-support-center .questionContacts,
.page-template-qualtrics-support-center .questionLibrary,
.page-template-qualtrics-support-center .questionAdmin,
.page-template-qualtrics-support-center .questionTA,
.page-template-qualtrics-support-center .questionSI,
.page-template-qualtrics-support-center .questionVOC,
.page-template-qualtrics-support-center .questionINT,
.page-template-qualtrics-support-center .questionSW,
.page-template-qualtrics-support-center .question360,
.page-template-qualtrics-support-center .questionEE,
.page-template-qualtrics-support-center .questionReports,
.page-template-qualtrics-support-center .questionData,
.page-template-qualtrics-support-center .questionMyProjects {
  font-weight: 300;
  display: block;
  color: #2E393F;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  margin-right: -1%;
}
.page-template-qualtrics-support-center .question p {
  font-weight: 300 !important;
  display: inline-block;
  color: #2E393F;
  margin: 0px 0px 0px 0px;
  margin-right: 7%;
  font-size: 18px !important;
}
.page-template-qualtrics-support-center .arrow {
  display: inline;
  margin: 9% -1%;
  position: initial;
  float: right;
  background: url(https://cdn4.iconfinder.com/data/icons/mayssam/512/plus-24.png);
  height: 16px;
  width: 16px;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 480px) {
  .page-template-qualtrics-support-center .arrow {
    margin: -6% 0%;
  }
}
@media (max-width: 360px) {
  .page-template-qualtrics-support-center .arrow {
    margin: -12% -1%;
  }
}
@media (min-width: 480px) {
  .page-template-qualtrics-support-center .arrow {
    margin: -4% 1%;
  }
}
@media (min-width: 768px) {
  .page-template-qualtrics-support-center .arrow {
    margin: -3% 2%;
  }
}
@media (min-width: 992px) {
  .page-template-qualtrics-support-center .arrow {
    margin: -3% 2%;
  }
}
.page-template-qualtrics-support-center .rotate-arrow {
  transform: rotate(-45deg);
}
.page-template-qualtrics-support-center .faq-block {
  display: block;
}
.page-template-qualtrics-support-center #survey-sections,
.page-template-qualtrics-support-center #survey-sections-de {
  display: none;
}
.page-template-qualtrics-support-center .user-check {
  margin: 0px 0px 0px -30px;
}
.page-template-qualtrics-support-center .check-text {
  display: inline-block;
}
.page-template-qualtrics-support-center .answer {
  font-weight: 300;
  border-radius: 0px;
  text-align: left;
  background: #F4F4F4;
  line-height: 1.4em;
  margin: 15px 0px;
  font-family: "Qualtrics Grotesque";
  display: none;
}
.page-template-qualtrics-support-center .answer p {
  padding: 20px 15px;
  margin: 0 0 0px;
}
.page-template-qualtrics-support-center .answer ul li {
  padding: 15px 30px 0px 15px;
  font-size: 16px;
}
.page-template-qualtrics-support-center .answer ol li {
  padding: 15px 30px 0px 15px;
  line-height: 1.4em;
  font-size: 16px;
}
.page-template-qualtrics-support-center .faq-block {
  display: block;
}
.page-template-qualtrics-support-center #survey-sections,
.page-template-qualtrics-support-center #survey-sections-de {
  display: none;
}
.page-template-qualtrics-support-center .active {
  background-color: #2E393F !important;
}
.page-template-qualtrics-support-center .active span {
  color: #fff !important;
}
.page-template-qualtrics-support-center .check-text {
  display: inline-block;
}
.page-template-qualtrics-support-center .faq-title {
  margin: 0px 0px;
}
.page-template-qualtrics-support-center #chat,
.page-template-qualtrics-support-center #chatoff,
.page-template-qualtrics-support-center #nochat {
  display: none;
}
.page-template-qualtrics-support-center .disablechat {
  opacity: 0.5;
  pointer-events: none;
}
.page-template-qualtrics-support-center .thumbs-up,
.page-template-qualtrics-support-center .thumbs-down {
  display: inline !important;
  width: 32px;
}
.page-template-qualtrics-support-center .thumbs-down {
  margin-left: 20px;
}
.page-template-qualtrics-support-center .thumbs-up.selected {
  display: inline !important;
  width: 32px;
  background: url(/wp-content/themes/qualtrics/images/pages/support-center/thumbsupred.svg);
  background-size: initial;
}
.page-template-qualtrics-support-center .thumbs-down.selected {
  display: inline !important;
  width: 32px;
  background: url(/wp-content/themes/qualtrics/images/pages/support-center/thumbsdownred.svg);
  background-size: initial;
}
.page-template-qualtrics-support-center .faq-feedback {
  display: none;
  margin: 22px 0px 90px -45px;
  position: initial !important;
}
.page-template-qualtrics-support-center .feedback-btn {
  padding: 0px 0px !important;
  width: 16%;
  font-size: 14px !important;
  line-height: 35px !important;
  min-width: 85px;
}
.page-template-qualtrics-support-center textarea {
  padding: 2px 10px;
  color: #000 !important;
  font-size: 14px !important;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 3;
}
.page-template-qualtrics-support-center .button-special {
  font-size: 14px;
}
@media (min-width: 992px) {
  .page-template-qualtrics-support-center .button-special {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .page-template-qualtrics-support-center .button-special {
    font-size: 14px;
  }
}
.page-template-qualtrics-support-center .button-special-extra {
  font-size: 13px;
}
@media (min-width: 992px) {
  .page-template-qualtrics-support-center .button-special-extra {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .page-template-qualtrics-support-center .button-special-extra {
    font-size: 13px;
  }
}
.page-template-qualtrics-support-center .visible-xxs {
  display: none;
}
@media (max-width: 480px) {
  .page-template-qualtrics-support-center .visible-xxs {
    display: block;
  }
}
.page-template-qualtrics-support-center .email-channel {
  width: 40%;
}
@media (max-width: 992px) {
  .page-template-qualtrics-support-center .email-channel {
    width: 25%;
  }
}
.page-template-qualtrics-support-center .phone-channel {
  width: 26%;
}
@media (max-width: 992px) {
  .page-template-qualtrics-support-center .phone-channel {
    width: 20%;
  }
}
.page-template-qualtrics-support-center .community-channel {
  width: 50%;
  padding-top: 33px!important;
}
@media (max-width: 992px) {
  .page-template-qualtrics-support-center .community-channel {
    width: 33%;
  }
}
.page-template-qualtrics-support-center .chat-channel {
  width: 63%;
}
@media (max-width: 992px) {
  .page-template-qualtrics-support-center .chat-channel {
    width: 35%;
  }
}
.page-template-qualtrics-support-center .q-feedback {
  background-color: #ffffff;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  min-height: 100px;
  opacity: 0.8;
  padding-top: 20px;
}
.page-template-qualtrics-support-center .q-feedback:hover {
  opacity: 1;
}
.page-template-qualtrics-support-center .q-feedback * {
  font-size: 15px!important;
}
.page-template-qualtrics-support-center .q-feedback hr {
  border-color: #e8e8e8;
  margin: 10px 0;
}
.page-template-qualtrics-support-center .q-feedback p {
  margin: 10px;
  padding: 10px 0px;
  margin-left: 0;
  display: inline-block;
}
.page-template-qualtrics-support-center .q-feedback textarea {
  width: 100%;
  height: 68px;
  position: relative;
  border: 1px solid #ccc;
  padding-left: 5px;
  outline: none;
  margin-top: 10px;
}
.page-template-qualtrics-support-center .show-on-submit,
.page-template-qualtrics-support-center .show-on-negative,
.page-template-qualtrics-support-center .show-on-positive {
  display: none;
}
.page-template-qualtrics-support-center .q-feedback-btn {
  background: transparent;
  -webkit-transition: border 180ms ease;
  -o-transition: border 180ms ease;
  -moz-transition: border 180ms ease;
  transition: border 180ms ease;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  border-radius: 9.6px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 15;
  line-height: 1;
  padding: 6px 12px;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #2E393F;
  border: 1px solid #2E393F;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  min-width: 50px;
  margin-right: 9px;
  outline: none;
  opacity: 0.8;
}
.page-template-qualtrics-support-center .q-feedback-btn:after {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-template-qualtrics-support-center .q-feedback-submit {
  padding: 10px 16px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.page-template-qualtrics-support-center .q-feedback-btn:hover,
.page-template-qualtrics-support-center .q-feedback-btn.selected {
  background: #2E393F;
  color: #fff;
}
.page-template-qualtrics-support-center .q-feedback-btn:hover {
  opacity: 1;
}
.page-template-qualtrics-support-center .q-feedback-btn:disabled {
  opacity: 0.33 !important;
}
.page-template-qualtrics-support-center .q-feedback-btn:hover:disabled {
  background: #fff;
  color: #2E393F;
  position: relative;
  overflow: visible;
}
.page-template-qualtrics-support-center .q-feedback-btn:disabled:after {
  content: 'Please enter text above';
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
  font-size: 13px!important;
  opacity: 0;
}
.page-template-qualtrics-support-center .q-feedback-btn:hover:disabled:after {
  opacity: 1;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
.page-template-qualtrics-support-center .mini-text {
  font-size: 13px!important;
  opacity: 0.5 !important;
  display: block!important;
  width: 100%!important;
  margin: 0!important;
}
.page-template-qualtrics-support-center b,
.page-template-qualtrics-support-center strong {
  font-weight: 600 !important;
}
.page-template-qualtrics-support-center .email-link {
  cursor: pointer;
}
.page-template-qualtrics-support-center .disablechat {
  opacity: 0.5;
  pointer-events: none;
}
.cx-info-page .spacing-lg {
  margin-top: 78px;
  margin-bottom: 78px;
}
.cx-info-page .color-half,
.cx-info-page .image-half {
  position: relative;
}
.cx-info-page .color-half:before,
.cx-info-page .image-half:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #97D700;
  background-image: url('/wp-content/themes/qualtrics/images/pages-new/customer-experience/credit-report/cards-100.jpg');
  background-size: cover;
  background-position: center 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .cx-info-page .color-half:before,
  .cx-info-page .image-half:before {
    width: 50%;
  }
}
.cx-info-page .color-half {
  position: relative;
}
.cx-info-page .color-half:before {
  background-image: none;
}
.cx-info-page .color-half:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px solid #2E393F;
  top: 0;
  left: 0;
}
.cx-info-page .text-white * {
  color: #fff;
}
.cx-info-page h1 {
  font-weight: 200;
}
.cx-info-page .align-vert-bottom {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cx-info-page .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cx-info-page .row-eq-height > * {
    position: relative;
  }
  .cx-info-page .align-vert-bottom {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
  }
}
.cx-info-page .blue-link {
  color: #97D700;
  font-weight: 700;
  border: none;
  border-bottom: 1px solid #97D700;
  overflow: visible;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding-left: 0;
  padding-right: 0;
  line-height: 20px;
  user-select: none;
  cursor: pointer;
}
.cx-info-page .blue-link:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 0;
  display: block;
  background: #97D700;
  top: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cx-info-page .blue-link:hover {
  color: #fff;
}
.cx-info-page .blue-link:hover:after {
  height: 100%;
  top: 0;
  box-shadow: 0 0 0 2px #97D700;
}
.cx-info-page .white-link {
  color: #fff;
  font-weight: 700;
  border: none;
  border-bottom: 1px solid #fff;
  overflow: visible;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding-left: 0;
  padding-right: 0;
  line-height: 20px;
  user-select: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 84%;
  display: inline-block;
  position: relative;
}
.cx-info-page .white-link:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 0;
  display: block;
  background: #fff;
  top: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cx-info-page .white-link:hover {
  color: #97D700;
}
.cx-info-page .white-link:hover:after {
  height: 100%;
  top: 0;
  box-shadow: 0 0 0 2px #fff;
}
.cx-info-page .circle-btn {
  display: block;
  width: 36px;
  height: 36px;
  margin: 6px 12px;
  position: relative;
  text-align: center;
  border-radius: 24px;
  padding: 0!important;
  background-color: transparent!important;
}
.cx-info-page .circle-btn:before {
  border: 1px solid #fff !important;
  border-radius: 24px!important;
  background-color: transparent!important;
}
.cx-info-page .download-btn {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: auto!important;
  border-radius: 18px;
  max-width: 36px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  line-height: 34px;
  overflow: hidden!important;
}
.cx-info-page .download-btn:hover {
  color: inherit;
  max-width: 220px;
  padding-left: 30px!important;
  padding-right: 12px!important;
}
.cx-info-page .download-btn span {
  z-index: 200;
  width: 36px;
  height: 36px;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: -1px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('/uk/wp-content/themes/qualtrics/images/pages/employee-pulse/download.svg') !important;
  background-size: 48px 48px!important;
  background-position: center center!important;
}
.cx-info-page .download-btn.white-download {
  border: 1px solid #fff;
}
.cx-info-page .download-btn.white-download:hover {
  color: inherit;
  max-width: 200px;
}
.cx-info-page .download-btn.white-download span {
  left: 17px!important;
  background-image: url('/uk/wp-content/themes/qualtrics/images/pages/employee-pulse/white-download.svg') !important;
}
.cx-info-page .fixed-download-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0!important;
  margin: 12px;
  background-color: #fff !important;
  border: 1px solid #2E393F;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: auto;
}
.cx-info-page .fixed-download-btn span {
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: -1px;
  position: absolute;
}
.cx-info-page .fixed-download-btn:before {
  border: none!important;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cx-info-page .circle-btn:hover:before {
  border: none!important;
}
.cx-info-page .mega-text h2 {
  font-size: 56px;
  font-weight: 200;
}
.cx-info-page .mega-text h3 {
  font-size: 28px;
}
.cx-info-page .fixed-right-nav {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  display: none;
}
@media (min-width: 480px) {
  .cx-info-page .fixed-right-nav {
    display: block;
  }
}
.cx-info-page .fixed-right-nav .circle-btn {
  padding: 0!important;
  margin: 12px;
  background-color: #fff !important;
  border: 1px solid #2E393F;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cx-info-page .fixed-right-nav .circle-btn span {
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.cx-info-page .fixed-right-nav .circle-btn:before {
  border: none!important;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cx-info-page .fixed-right-nav .circle-btn:hover {
  transition-delay: 300ms;
  background: #2E393F !important;
}
.cx-info-page .fixed-right-nav .circle-btn.active {
  border: 1px solid #fff;
  background: #97D700 !important;
}
.cx-info-page .fixed-right-nav .circle-btn.active span {
  color: #fff !important;
}
.cx-info-page .ultra-text ~ h2 {
  font-weight: 200!important;
}
.cx-info-page .ultra-text {
  margin-top: 10px;
  font-size: 40px!important;
  line-height: 48px!important;
}
.cx-info-page .custom-map-key {
  max-height: 500px;
}
@media screen and (min-width: 992px) {
  .cx-info-page .custom-map-key {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cx-info-page .light-blue-hr {
  border-top: 1px solid #97D700;
}
.cx-info-page .custom-logo {
  position: fixed;
  left: 50%;
  top: 33px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  background: #fff;
  border: 1px solid #2E393F;
  display: inline-block;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px 10px;
}
.cx-info-page .custom-header {
  position: fixed;
  width: 100%;
  height: 50px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  overflow: visible;
  top: -60px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05), 0 0 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 20;
  text-align: center;
}
.cx-info-page .custom-header h3 {
  margin: 0!important;
  padding: 0!important;
  color: #97D700;
  position: absolute;
  left: 50%;
  top: 25px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cx-info-page .custom-header.scrolled-header {
  top: 0;
}
.cx-info-page .custom-header.scrolled-header + .custom-logo {
  top: -25px;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-50%, -50%) scale(0.95);
}
.cx-info-page .qi-qualtrics-logotype {
  font-size: 26px;
}
.cx-info-page .qi-qualtrics-logotype:after {
  content: "®";
  font-size: 7px!important;
  font-style: normal!important;
  top: -4px;
  left: 0px;
  position: relative;
}
.cx-info-page .dynamic-graph {
  max-width: 1000px;
  min-width: 250px;
  margin: 32px auto;
  text-align: center;
  border-right: 1px dashed #2E393F;
}
.cx-info-page .dynamic-graph h3 {
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1!important;
}
.cx-info-page .dynamic-graph h2 {
  font-weight: 100;
  font-size: 33.33333333px;
}
.cx-info-page .dynamic-graph h2,
.cx-info-page .dynamic-graph h3,
.cx-info-page .dynamic-graph p {
  padding: 0;
  margin: 0;
}
.cx-info-page .dynamic-graph p {
  font-size: 10px;
  line-height: 1;
  font-weight: 700!important;
}
.cx-info-page .dynamic-graph .pillar {
  text-align: left;
  vertical-align: top;
  padding: 0;
  width: 100%;
  max-width: 800px;
  display: inline-block;
  margin-right: -5px;
  position: relative;
}
.cx-info-page .dynamic-graph .pillar.narrow {
  min-width: 40px;
  text-align: right;
  max-width: auto;
}
.cx-info-page .dynamic-graph .pillar.narrow p {
  padding-right: 4px;
}
.cx-info-page .dynamic-graph .pillar.narrow .segment {
  border-top: none;
}
.cx-info-page .dynamic-graph .pillar .segment {
  position: relative;
  height: auto;
  min-height: 40px;
}
.cx-info-page .dynamic-graph .pillar .segment:after,
.cx-info-page .dynamic-graph .pillar .segment:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  border-bottom: 2px solid #fff;
}
.cx-info-page .dynamic-graph .pillar .segment:before {
  right: auto;
  left: 0;
}
.cx-info-page .dynamic-graph .pillar .segment.left-pad {
  padding-left: 2px;
  padding-top: 6px;
  border-top: 1px solid #2E393F;
}
.cx-info-page .dynamic-graph .pillar .segment:nth-child(1) {
  top: 0;
  right: 2px;
  left: 86px;
  position: absolute;
}
@media (min-width: 480px) {
  .cx-info-page .dynamic-graph .pillar .segment:nth-child(1) {
    left: 186px;
  }
}
.cx-info-page .dynamic-graph .pillar .segment:nth-child(2) {
  width: 86px;
  float: left;
  border-right: 1px dashed #2E393F;
}
@media (min-width: 480px) {
  .cx-info-page .dynamic-graph .pillar .segment:nth-child(2) {
    width: 186px;
  }
}
.cx-info-page .dynamic-graph .bar {
  display: block;
  max-width: 100%;
  max-height: 24px;
  min-height: 24px;
  background: #97D700;
  border-top: 1px solid #2E393F;
  position: relative;
}
.cx-info-page .dynamic-graph .bar:after {
  content: attr(data-number);
  display: block;
  font-size: 30px;
  font-weight: 200;
  right: -108px;
  width: 100px;
  text-align: left;
  top: -14px;
  position: absolute;
}
.cx-info-page .picture-half-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #97D700;
}
.cx-info-page .picture-half-wrapper:after {
  padding-top: 70.25%;
  display: block;
  content: '';
}
.cx-info-page .picture-half {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-size: 192% auto;
  background-repeat: no-repeat;
}
.cx-info-page .picture-half.half-1 {
  margin-bottom: -1px;
  background-position: 0 0;
}
.cx-info-page .picture-half.half-2 {
  background-position: 100% center;
}
.cx-info-page svg {
  font-family: inherit!important;
}
.cx-info-page .custom-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}
.cx-info-page .close-btn-fixed {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: transparent;
  background-image: url('/uk/wp-content/themes/qualtrics/images/pages/employee-pulse/close.svg') !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
}
.cx-info-page .scroll-down-indicator:before,
.cx-info-page .scroll-down-indicator:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-bottom: 1px solid #fafafa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -75px;
  margin-left: -25px;
}
.cx-info-page .scroll-down-indicator:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 1px solid #aaa;
}
.cx-info-page img.col-xs-4,
.cx-info-page img.col-xs-6 {
  padding: 0;
  /* make images seamless */
  border-right: 1px solid #fff;
}
.cx-info-page .match-height {
  position: relative;
  min-height: 100px;
}
.cx-info-page .both-middle {
  top: 50%;
  left: 50%;
  width: 95%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cx-info-page .sub-text {
  font-size: 36px;
}
.cx-info-page .circle-img {
  max-width: 200px;
  margin: 0 auto;
}
.cx-info-page .w-100 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.apac-x4 .mobile-hide {
  display: none;
}
@media only screen and (min-width: 990px) {
  .apac-x4 .mobile-hide {
    display: block;
  }
}
.apac-x4 .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .container {
    width: 1170px;
  }
}
.apac-x4 section {
  z-index: 200;
}
.apac-x4 .text-center {
  text-align: center;
}
.apac-x4 .btn-xm {
  background-image: url('/x4summit/assets/images/18/btn-compressor.jpg');
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 25px 27px;
  top: 0;
  position: absolute;
  font-weight: 600;
  right: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 400px) {
}
@media only screen and (min-width: 768px) {
}
.apac-x4 .btn-xm:hover {
  text-decoration: none;
}
.apac-x4 .btn-sponsors {
  background-image: url(/x4summit/assets/images/18/back-alt-compressor.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  padding: 6px 15px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  top: 0px;
  font-size: 16px;
  border-radius: 0;
  border: 0;
}
.apac-x4 .lighter-font-weight {
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .lighter-font-weight {
    font-weight: 200;
  }
}
.apac-x4 .img-res-continer {
  width: 100%;
}
.apac-x4 .img-res-continer .special-quote {
  position: relative;
  right: 40px;
}
.apac-x4 .img-res-continer .special-quote p {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .img-res-continer .special-quote p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .apac-x4 .img-res-continer .special-quote {
    right: 9%;
  }
}
.apac-x4 .img-res-continer .img-item {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
  margin-bottom: 50px;
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
}
.apac-x4 .img-res-continer .img-item img {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.apac-x4 .img-res-continer .img-item .xsmall {
  width: 40px;
}
.apac-x4 .img-res-continer .img-item .smaller {
  width: 50px;
}
.apac-x4 .img-res-continer .img-item .small {
  width: 60px;
}
.apac-x4 .img-res-continer .img-item .large {
  width: 150px;
}
@media only screen and (min-width: 480px) {
  .apac-x4 .img-res-continer .img-item {
    width: 28%;
  }
}
@media only screen and (min-width: 768px) {
  .apac-x4 .img-res-continer .img-item {
    width: 31%;
  }
  .apac-x4 .img-res-continer .img-item img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .img-res-continer .img-item {
    width: 19%;
  }
}
.apac-x4 .navbar {
  background-color: #fff;
  border-bottom: 0px solid #efefef;
  border: 0;
  min-height: 75px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.apac-x4 .navbar .navbar-header {
  width: 100%;
  top: 10px;
  position: relative;
}
.apac-x4 .navbar .navbar-header .navbar-toggle {
  float: left;
  margin-top: 2px;
}
.apac-x4 .navbar .navbar-header .navbar-toggle img {
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .navbar .navbar-header .navbar-toggle {
    display: block;
  }
}
@media only screen and (min-width: 990px) {
  .apac-x4 .navbar .navbar-header .navbar-toggle {
    display: none;
  }
}
.apac-x4 .navbar .navbar-header .navbar-brand img {
  width: 166px;
  top: 4px;
  position: relative;
}
@media only screen and (min-width: 400px) {
  .apac-x4 .navbar .navbar-header .navbar-brand img {
    width: 150px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .apac-x4 .navbar .navbar-header .navbar-brand img {
    width: 210px;
    margin-left: 12px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 990px) {
  .apac-x4 .navbar .navbar-header .navbar-brand img {
    margin-top: 3px;
  }
}
.apac-x4 .navbar .navbar-header .navbar-brand .desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .navbar .navbar-header .navbar-brand .desktop {
    display: inline-block;
  }
}
.apac-x4 .navbar .navbar-header .navbar-brand .mobile {
  top: -1px;
  width: 100px;
  left: -14px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .navbar .navbar-header .navbar-brand .mobile {
    display: none;
  }
}
.apac-x4 .navbar .navbar-header .navbar-brand .caret {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
@media only screen and (min-width: 990px) {
  .apac-x4 .navbar .navbar-header .navbar-brand .caret {
    float: none;
    margin-top: auto;
  }
}
.apac-x4 .navbar .navbar-header .dropdown-menu {
  border-radius: 0;
  left: 11px;
  top: 104%;
  padding: 20px  0 0 0;
}
.apac-x4 .navbar .navbar-header .dropdown-menu li a {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  padding: 10px 20px;
}
@media only screen and (min-width: 990px) {
  .apac-x4 .navbar .navbar-header .dropdown-menu {
    left: 27px;
    top: 95%;
  }
}
.apac-x4 .navbar .navbar-header .mobile-showing img {
  width: 156px;
  top: 5px;
  position: relative;
  left: 0px;
}
@media only screen and (min-width: 400px) {
  .apac-x4 .navbar .navbar-header .mobile-showing img {
    width: 150px;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .apac-x4 .navbar .navbar-header .mobile-showing img {
    width: 210px;
    margin-left: 12px;
    margin-top: 3px;
    left: 0;
  }
}
@media only screen and (min-width: 990px) {
  .apac-x4 .navbar .navbar-header .mobile-showing img {
    left: -5px;
  }
}
.apac-x4 .navbar .navbar-header .x4-mobile {
  width: 0;
  opacity: 0;
  margin-left: -60px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.apac-x4 .navbar .navbar-header .x4-mobile.showing {
  opacity: 0;
  margin-left: 0px;
}
@media only screen and (min-width: 990px) {
  .apac-x4 .navbar .navbar-header .x4-mobile {
    width: 78px;
  }
  .apac-x4 .navbar .navbar-header .x4-mobile.showing {
    opacity: 1;
    margin-left: -5px;
  }
}
.apac-x4 .navbar .navbar-header .navbar-nav {
  position: absolute;
  right: -19px;
  top: 57px;
  background: #fff;
  width: 112%;
  border-top: 1px solid #95989A;
  display: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) {
  .apac-x4 .navbar .navbar-header .navbar-nav {
    position: absolute;
    right: -19px;
    top: 65px;
    background: #fff;
    width: 100%;
    border-top: 1px solid #95989A;
  }
}
@media only screen and (min-width: 990px) {
  .apac-x4 .navbar .navbar-header .navbar-nav {
    width: auto;
    position: relative;
    top: 8px;
    right: 106px;
    border-top: 0px solid #95989A;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .navbar .navbar-header .navbar-nav {
    right: 90px;
  }
}
.apac-x4 .navbar .navbar-header .navbar-nav li {
  float: none;
}
@media only screen and (min-width: 990px) {
  .apac-x4 .navbar .navbar-header .navbar-nav li {
    float: left;
  }
}
.apac-x4 .navbar .navbar-header .navbar-nav li a {
  font-weight: 600;
  color: #000;
  font-size: 17px;
  padding: 15px 20px;
}
.apac-x4 .navbar .navbar-header .navbar-nav li a:hover {
  background: transparent;
  color: gray;
}
@media only screen and (min-width: 992px) {
  .apac-x4 .navbar .navbar-header .navbar-nav li a {
    padding: 10px 10px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .navbar .navbar-header .navbar-nav li a {
    padding: 10px 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .navbar .navbar-header .navbar-nav {
    display: block;
  }
}
.apac-x4 .navbar .navbar-header .in {
  display: block;
}
.apac-x4 .video-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  top: 29px;
  background-size: cover;
  background-position: center;
}
.apac-x4 .video-banner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6494949', endColorstr='#99000000', GradientType=0);
  /* IE6-9 */
}
@media only screen and (min-width: 480px) {
  .apac-x4 .video-banner {
    background-image: none;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .apac-x4 .video-banner {
    background-image: none;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .video-banner {
    height: 625px;
  }
}
@media only screen and (min-width: 1500px) {
  .apac-x4 .video-banner {
    height: 650px;
    top: 43px;
  }
}
@media only screen and (min-width: 1800px) {
  .apac-x4 .video-banner {
    height: 675px;
  }
}
.apac-x4 .video-banner .video-image {
  position: absolute;
  top: -20px;
  left: 43px;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow-x: hidden;
  z-index: 500;
  width: 225px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .video-banner .video-image {
    top: -50px;
    left: 0;
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .video-banner .video-image {
    width: 400px;
  }
}
@media only screen and (min-width: 1500px) {
  .apac-x4 .video-banner .video-image {
    width: 400px;
  }
}
@media only screen and (min-width: 1800px) {
  .apac-x4 .video-banner .video-image {
    width: 500px;
  }
}
.apac-x4 .video-banner video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  display: none;
  margin-left: -9%;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .video-banner video {
    display: block;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .video-banner video {
    top: 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .apac-x4 .video-banner video {
    top: 265px;
  }
}
.apac-x4 .x4 {
  z-index: 3;
}
.apac-x4 .event-description {
  z-index: 10;
  top: 49px;
  position: relative;
  background-image: url('/x4summit/assets/images/18/MAP-compressor.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.apac-x4 .event-description .spacing-md {
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-description .spacing-md {
    margin-top: 84px;
  }
}
.apac-x4 .event-description .date {
  position: relative;
  top: 15px;
  float: none;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-description .date {
    float: right;
  }
}
.apac-x4 .event-description .date h3 {
  font-size: 20.5px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-description .date h3 {
    font-size: 24.5px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-description .date h3 {
    font-size: 28.5px;
  }
}
.apac-x4 .event-description .date h3:first-child {
  margin-right: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-description .date h3:first-child {
    margin-right: 50px;
    margin-bottom: 10px;
  }
}
.apac-x4 .event-description .special-section {
  position: relative;
  z-index: 100;
}
.apac-x4 .event-description .special-image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
.apac-x4 .event-description .text-white {
  margin-bottom: 37px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-description .text-white {
    margin-bottom: 256px;
  }
}
@media only screen and (min-width: 1400px) {
  .apac-x4 .event-description .text-white {
    margin-bottom: 256px;
  }
}
@media only screen and (min-width: 1800px) {
  .apac-x4 .event-description .text-white {
    margin-bottom: 500px;
  }
}
.apac-x4 .event-description .text-white .inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.apac-x4 .event-description .text-white h3 {
  font-size: 20.5px;
  font-weight: 200;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-description .text-white h3 {
    font-size: 24.5px;
    font-weight: 100;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-description .text-white h3 {
    font-size: 28.5px;
  }
}
.apac-x4 .event-description .text-white .large {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-description .text-white .large {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-description .text-white .large {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .event-description .text-white .large {
    font-size: 61px;
  }
}
.apac-x4 .event-description .text-white .special {
  margin-bottom: 30px;
  padding-right: 72px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-description .text-white .special {
    padding-right: 0;
  }
}
.apac-x4 .event-description .text-white .compact {
  padding-right: 0;
  margin: 0;
}
.apac-x4 .event-description .text-white .compact span {
  color: #000;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: -1px;
}
.apac-x4 .event-description .text-white .compact div {
  display: none;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-description .text-white .compact {
    padding-right: 15%;
  }
  .apac-x4 .event-description .text-white .compact div {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-description .text-white .compact {
    padding-right: 0%;
    width: 400px;
    vertical-align: top;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 2.6;
  }
}
.apac-x4 .event-description .text-white .link {
  position: absolute;
  vertical-align: bottom;
  bottom: 0;
}
.apac-x4 .event-description .text-white .link a {
  text-decoration: none;
  font-size: 24.5px;
  font-weight: 100;
  color: #fff;
}
.apac-x4 .event-description .text-white-alt {
  min-height: 230px;
}
.apac-x4 .event-logos .mobile-h2 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-logos .mobile-h2 {
    display: none;
  }
}
.apac-x4 .event-logos .special-mobile-h2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-logos .special-mobile-h2 {
    display: inline-block;
  }
}
.apac-x4 .event-logos .spacing-lg-top {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-logos .spacing-lg-top {
    margin-top: 156px;
  }
}
.apac-x4 .event-hightlights .container {
  padding-left: 15px;
  padding-right: 15px;
}
.apac-x4 .event-hightlights .spacing-sm-top {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-hightlights .spacing-sm-top {
    margin-top: 60px;
  }
}
.apac-x4 .event-hightlights .spacing-sm-bottom {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-hightlights .spacing-sm-bottom {
    margin-bottom: 60px;
  }
}
.apac-x4 .event-hightlights .highlight-containter {
  background-color: #000;
  min-height: 325px;
  padding: 50px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-hightlights .highlight-containter {
    min-height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-hightlights .highlight-containter {
    min-height: 357px;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .event-hightlights .highlight-containter {
    min-height: 425px;
  }
}
.apac-x4 .event-hightlights .highlight-containter p {
  color: #fff;
  padding: 0 9%;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 31px;
  font-size: 30px;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-hightlights .highlight-containter p {
    padding: 0 33px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-hightlights .highlight-containter p {
    font-size: 25px;
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .event-hightlights .highlight-containter p {
    font-size: 33px;
    margin-top: 55px;
  }
}
.apac-x4 .event-hightlights .section-video {
  margin-top: 18px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-hightlights .section-video {
    margin-top: 0px;
  }
}
.apac-x4 .event-hightlights .section-video iframe {
  width: 100%;
}
.apac-x4 .event-speakers .spacing-sm-top {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .spacing-sm-top {
    margin-top: 60px;
  }
}
.apac-x4 .event-speakers .spacing-md-top {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .spacing-md-top {
    margin-top: 60px;
  }
}
.apac-x4 .event-speakers .call-out {
  text-align: center;
  font-size: 25px;
  font-weight: 200;
  text-transform: none;
  letter-spacing: 0px;
}
@media only screen and (max-width: 768px) {
  .apac-x4 .event-speakers .call-out {
    margin-top: 25px;
  }
}
.apac-x4 .event-speakers .vertical-text {
  text-align: left;
  transform: rotate(0);
  transform-origin: left top 0;
  font-size: 54px;
  top: -12px;
  left: 20px;
  position: relative;
  line-height: 0.9;
  color: #000;
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .vertical-text {
    font-size: 60px;
    padding-right: 0;
    line-height: 0.9;
    left: 20px;
    width: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-speakers .vertical-text {
    transform: rotate(90deg);
    top: -15px;
    left: 139px;
    font-size: 80px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .event-speakers .vertical-text {
    width: 600px;
  }
}
.apac-x4 .event-speakers .upertext {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .apac-x4 .event-speakers .upertext {
    margin-bottom: 55px;
  }
}
.apac-x4 .event-speakers .img-res-continer {
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -20px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer {
    top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-speakers .img-res-continer {
    width: 88%;
    display: inline-block;
    margin: 0;
    -webkit-transform: translateX(8%);
    transform: translateX(8%);
  }
}
.apac-x4 .event-speakers .img-res-continer .img-item {
  height: 177px;
  margin-bottom: 85px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer .img-item {
    margin-bottom: 36px;
    height: 240px;
  }
}
.apac-x4 .event-speakers .img-res-continer .img-item img {
  width: 75%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer .img-item img {
    margin-bottom: 20px;
  }
}
.apac-x4 .event-speakers .img-res-continer .img-item h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 10px 0 10px;
  letter-spacing: 0px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer .img-item h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 2.5px 0;
  }
}
.apac-x4 .event-speakers .img-res-continer .img-item .mobile {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer .img-item .mobile {
    display: none;
  }
}
.apac-x4 .event-speakers .img-res-continer .img-item .desktop {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  display: none;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer .img-item .desktop {
    display: block;
  }
}
.apac-x4 .event-speakers .img-res-continer .lg-container {
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer .lg-container {
    width: 17%;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-speakers .img-res-continer .lg-container {
    width: 17%;
    height: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .event-speakers .img-res-continer .lg-container {
    width: 19%;
    height: 300px;
  }
}
.apac-x4 .event-speakers .img-res-continer .lg-container .lg-img {
  width: 75%;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer .lg-container .lg-img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer .lg-container {
    margin-right: 47px;
  }
}
.apac-x4 .event-speakers .img-res-continer .lg-container .mobile {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer .lg-container .mobile {
    display: none;
  }
}
.apac-x4 .event-speakers .img-res-continer .lg-container .desktop {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  display: none;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer .lg-container .desktop {
    display: block;
  }
}
.apac-x4 .event-speakers .img-res-continer .hidden-xs-special {
  display: none;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-speakers .img-res-continer .hidden-xs-special {
    display: inline-block;
  }
}
.apac-x4 .event-speakers .special-img-res {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-speakers .special-img-res {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
}
.apac-x4 .event-tracks {
  display: none;
}
@media only screen and (min-width: 480px) {
  .apac-x4 .event-tracks {
    display: block;
  }
}
.apac-x4 .event-tracks .spacing-sm {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-tracks .spacing-sm {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.apac-x4 .event-tracks .nav-tabs {
  border-bottom: 0;
  margin-bottom: -4%;
}
.apac-x4 .event-tracks .nav-tabs li {
  width: 47%;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-tracks .nav-tabs li {
    width: auto;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-tracks .nav-tabs li {
    margin-right: 30px;
  }
}
.apac-x4 .event-tracks .nav-tabs li a {
  border: 0;
  color: #D8D8D8;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 5px 0;
  border-bottom: 5px solid #D8D8D8;
}
.apac-x4 .event-tracks .nav-tabs li a:hover {
  background-color: transparent;
  color: #000;
}
.apac-x4 .event-tracks .nav-tabs li:hover .cx {
  border-bottom: 5px solid #97D700;
}
.apac-x4 .event-tracks .nav-tabs li:hover .ex {
  border-bottom: 5px solid #147BD1;
}
.apac-x4 .event-tracks .nav-tabs li:hover .px {
  border-bottom: 5px solid #2DCCD3;
}
.apac-x4 .event-tracks .nav-tabs li:hover .bx {
  border-bottom: 5px solid #464E7E;
}
.apac-x4 .event-tracks .nav-tabs li:hover .academic {
  border-bottom: 5px solid #ffce06;
}
.apac-x4 .event-tracks .nav-tabs .active a {
  color: #000;
}
.apac-x4 .event-tracks .nav-tabs .active .mr {
  border-bottom: 5px solid #2E393F;
}
.apac-x4 .event-tracks .nav-tabs .active .cx {
  border-bottom: 5px solid #97D700;
}
.apac-x4 .event-tracks .nav-tabs .active .ex {
  border-bottom: 5px solid #147BD1;
}
.apac-x4 .event-tracks .nav-tabs .active .px {
  border-bottom: 5px solid #2DCCD3;
}
.apac-x4 .event-tracks .nav-tabs .active .bx {
  border-bottom: 5px solid #464E7E;
}
.apac-x4 .event-tracks .nav-tabs .active .academic {
  border-bottom: 5px solid #ffce06;
}
.apac-x4 .event-tracks .tab-content .tab-pane {
  margin-top: 15px;
}
.apac-x4 .event-tracks .tab-content .tab-pane .content-senction {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 4% 0;
  min-height: 364px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-tracks .tab-content .tab-pane .content-senction {
    width: 49%;
  }
}
.apac-x4 .event-tracks .tab-content .tab-pane .content-senction p {
  font-size: 16px;
  line-height: normal;
  font-weight: 200;
  padding-right: 16%;
  line-height: 1.6;
}
.apac-x4 .event-tracks .tab-content .tab-pane .content-senction li {
  font-size: 16px;
  line-height: normal;
  font-weight: 200;
  padding-right: 16%;
  line-height: 1.6;
}
.apac-x4 .event-tracks .tab-content .tab-pane .content-senction h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #000;
}
.apac-x4 .event-tracks .tab-content .tab-pane .content-senction .h2-reset {
  color: #000;
  background-color: transparent;
  padding: 5px 0px;
}
.apac-x4 .event-tracks .tab-content .tab-pane .noborder {
  border-bottom: 0;
}
.apac-x4 .event-tracks .tab-content .tab-pane .clearfix {
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
}
.apac-x4 .event-concert .container {
  padding-left: 15px;
  padding-right: 15px;
}
.apac-x4 .event-concert .spacing-sm-bottom {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-concert .spacing-sm-bottom {
    margin-bottom: 60px;
  }
}
.apac-x4 .event-concert .mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-concert .mobile {
    display: none;
  }
}
.apac-x4 .event-concert .desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-concert .desktop {
    display: block;
  }
}
.apac-x4 .event-features .container {
  padding-left: 15px;
  padding-right: 15px;
}
.apac-x4 .event-features .spacing-md {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .spacing-md {
    margin-bottom: 84px;
  }
}
.apac-x4 .event-features .divider-c {
  width: 100%;
  display: inline-block;
}
.apac-x4 .event-features .item-grid {
  display: inline-block;
  vertical-align: top;
}
.apac-x4 .event-features .item-grid h2 {
  margin-bottom: 27px;
  padding-left: 18px;
  font-family: din-condensed, sans-serif;
  display: inline-block;
  color: #fff;
  background: #000;
  margin: 0 0 18px -5px;
  padding: 8px 10px 5px 10px;
  line-height: 0.99;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid h2 {
    padding-left: 10px;
  }
}
.apac-x4 .event-features .item-grid p {
  font-size: 16px;
  font-weight: 300;
  padding: 0 26px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid p {
    padding: 0;
  }
}
.apac-x4 .event-features .item-grid img {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid img {
    margin-bottom: 40px;
  }
}
.apac-x4 .event-features .vertical-text {
  text-align: left;
  transform: rotate(0);
  transform-origin: left top 0;
  font-size: 54px;
  top: -104px;
  left: 20px;
  width: 440px;
  line-height: 0.9;
  padding-right: 119px;
  position: relative;
  display: block;
  margin: 30px 0 0px 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .vertical-text {
    padding-right: 0;
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-features .vertical-text {
    transform: rotate(90deg);
    top: -32px;
    left: 139px;
    font-size: 80px;
  }
}
.apac-x4 .event-features .upertext {
  width: 0;
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-features .upertext {
    width: 21%;
  }
}
.apac-x4 .event-features .item-grid-a {
  width: 100%;
  margin-top: -67px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid-a {
    width: 49%;
    margin-top: 0;
  }
  .apac-x4 .event-features .item-grid-a img {
    width: initial;
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-features .item-grid-a {
    width: 33%;
  }
}
.apac-x4 .event-features .item-grid-b {
  width: 100%;
}
.apac-x4 .event-features .item-grid-b p {
  padding-bottom: 44px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid-b {
    width: 49%;
  }
  .apac-x4 .event-features .item-grid-b p {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-features .item-grid-b {
    width: 40%;
  }
}
.apac-x4 .event-features .item-grid-c {
  width: 100%;
  margin-top: 0;
}
.apac-x4 .event-features .item-grid-c img {
  width: 100%;
}
.apac-x4 .event-features .item-grid-c p {
  font-weight: 300;
  padding-right: 15px;
  padding-bottom: 44px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid-c {
    width: 49%;
    margin-top: 0;
  }
  .apac-x4 .event-features .item-grid-c img {
    width: 90%;
  }
  .apac-x4 .event-features .item-grid-c p {
    padding-right: 30%;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-features .item-grid-c {
    width: 50%;
    margin-top: 100px;
  }
  .apac-x4 .event-features .item-grid-c img {
    width: 75%;
  }
  .apac-x4 .event-features .item-grid-c p {
    padding-right: 30%;
  }
}
.apac-x4 .event-features .item-grid-d {
  width: 100%;
}
.apac-x4 .event-features .item-grid-d p {
  font-weight: 300;
  padding-right: 15px;
  padding-bottom: 44px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid-d {
    width: 38%;
    float: right;
  }
  .apac-x4 .event-features .item-grid-d p {
    padding-right: 20%;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-features .item-grid-d {
    width: 38%;
    float: right;
  }
  .apac-x4 .event-features .item-grid-d p {
    padding-right: 20%;
    padding-bottom: 0;
  }
}
.apac-x4 .event-features .item-grid-empty {
  width: 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid-empty {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-features .item-grid-empty {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .apac-x4 .event-features .item-grid-empty {
    display: none;
  }
}
.apac-x4 .event-features .item-grid-e {
  vertical-align: top;
  top: 0px;
  position: relative;
  left: 55px;
}
@media only screen and (max-width: 992px) {
  .apac-x4 .event-features .item-grid-e {
    display: none;
  }
}
.apac-x4 .event-features .item-grid-e img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid-e img {
    display: none;
  }
}
.apac-x4 .event-features .item-grid-e h2 {
  position: relative;
}
.apac-x4 .event-features .item-grid-e p {
  font-weight: 300;
  padding-right: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid-e p {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid-e {
    width: 37%;
  }
  .apac-x4 .event-features .item-grid-e p {
    padding-right: 10%;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-features .item-grid-e p {
    padding-right: 10%;
  }
}
.apac-x4 .event-features .item-grid-f {
  width: 100%;
  display: none;
}
.apac-x4 .event-features .item-grid-f img {
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .apac-x4 .event-features .item-grid-f img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid-f {
    width: 35%;
    display: inline-block;
  }
}
.apac-x4 .event-features .item-grid-g {
  width: 100%;
  margin-top: 0;
}
.apac-x4 .event-features .item-grid-g p {
  padding-right: 61%;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .apac-x4 .event-features .item-grid-g p {
    padding-right: 15px;
    padding-bottom: 44px;
  }
}
.apac-x4 .event-features .item-grid-g img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid-g {
    width: 100%;
    margin-top: 75px;
  }
  .apac-x4 .event-features .item-grid-g img {
    width: 37.5%;
  }
}
.apac-x4 .event-features .item-grid-h {
  width: 100%;
  vertical-align: bottom;
  top: 0;
  position: relative;
  float: right;
  margin-bottom: 0px;
}
.apac-x4 .event-features .item-grid-h p {
  padding-right: 15px;
  font-weight: 300;
  padding-bottom: 44px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-features .item-grid-h {
    width: 44%;
    top: -250px;
    margin-bottom: -125px;
  }
  .apac-x4 .event-features .item-grid-h p {
    padding-right: 25%;
    padding-bottom: 0;
  }
}
.apac-x4 .event-sponsors .vertical-text {
  text-align: left;
  transform: rotate(0);
  transform-origin: left top 0;
  font-size: 54px;
  padding-right: 250px;
  top: -50px;
  left: 20px;
  width: 420px;
  color: #000;
  line-height: 1;
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-sponsors .vertical-text {
    font-size: 60px;
    padding-right: 0;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-sponsors .vertical-text {
    transform: rotate(90deg);
    font-size: 80px;
    top: -25px;
    left: 70px;
    width: 440px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .event-sponsors .vertical-text {
    width: 600px;
  }
}
.apac-x4 .event-sponsors .upertext {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.apac-x4 .event-sponsors .sponsors-section {
  width: 90%;
  display: inline-block;
  margin: 0;
  -webkit-transform: translateX(8%);
  transform: translateX(8%);
  vertical-align: top;
}
@media only screen and (min-width: 400px) {
  .apac-x4 .event-sponsors .sponsors-section {
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-sponsors .sponsors-section {
    width: 88%;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
.apac-x4 .event-sponsors .sponsors-section .type-of-sponsors {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #D8D8D8;
  padding-right: 7%;
  margin-right: 5%;
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-sponsors .sponsors-section .type-of-sponsors {
    width: 46%;
  }
}
.apac-x4 .event-sponsors .sponsors-section .type-of-sponsors h2 {
  position: relative;
  top: -2px;
  background: #D8D8D8;
}
.apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .special-line {
  display: none;
  position: absolute;
  width: 1px;
  background: #D8D8D8;
  height: 300px;
  top: 34px;
  margin-left: -27px;
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .special-line {
    display: block;
  }
}
.apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .img-contaier {
  height: 200px;
}
.apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .img-contaier img {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  margin-top: 50px;
}
.apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .img-contaier img:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .img-contaier img {
    margin-right: 25px;
    width: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .img-contaier img {
    margin-right: 50px;
    width: 150px;
  }
}
.apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .img-contaier .small {
  width: 120px;
  margin-right: 88px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .img-contaier .small {
    width: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .img-contaier .small {
    width: 100px;
    margin-right: 0;
  }
}
.apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .img-contaier .xlage {
  width: 220px;
  margin-right: 25px;
  position: relative;
  left: -10px;
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .img-contaier .xlage {
    width: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .event-sponsors .sponsors-section .type-of-sponsors .img-contaier .xlage {
    width: 220px;
  }
}
.apac-x4 .event-sponsors .sponsors-section .no-margin {
  margin-right: 0;
  top: 150px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-sponsors .sponsors-section .no-margin {
    top: 0;
  }
}
.apac-x4 .event-agenda h3 {
  font-size: 80px;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .apac-x4 .event-agenda h3 {
    margin-top: 0px !important;
    font-size: 48px;
    left: 20px;
    position: relative;
    line-height: 0.9;
  }
}
.apac-x4 .event-agenda h2 {
  font-family: din-condensed, sans-serif;
  display: inline-block;
  color: #fff;
  background: #000;
  margin: 0;
  padding: 8px 10px 5px 10px;
  line-height: 0.99;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
}
.apac-x4 .event-agenda .short-agenda {
  display: none;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .short-agenda {
    display: block;
  }
}
.apac-x4 .event-agenda .short-agenda .agenda-col {
  padding: 0;
  margin-bottom: 50px;
}
.apac-x4 .event-agenda .short-agenda .agenda-col h2 {
  text-transform: uppercase;
}
.apac-x4 .event-agenda .short-agenda .agenda-col h4 {
  padding: 0 26px;
  margin-bottom: 2.5px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .short-agenda .agenda-col h4 {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-agenda .short-agenda .agenda-col h4 {
    padding: 0;
  }
}
.apac-x4 .event-agenda .short-agenda .agenda-col p {
  padding: 0 26px;
  line-height: 1.2;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .short-agenda .agenda-col p {
    padding: 0 26px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-agenda .short-agenda .agenda-col p {
    padding: 0;
    font-size: 18px;
  }
}
.apac-x4 .event-agenda .short-agenda .agenda-col .special-action {
  color: #147BD1;
  cursor: pointer;
}
.apac-x4 .event-agenda .short-agenda .agenda-full-block {
  width: 90%;
}
.apac-x4 .event-agenda .short-agenda .agenda-half-block {
  width: 90%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .short-agenda .agenda-half-block {
    width: 48%;
  }
}
.apac-x4 .event-agenda .btn-xm-agenda {
  background-image: url('/x4summit/assets/images/18/btn-compressor.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  top: -35px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .btn-xm-agenda {
    display: inline-block;
    top: -2px;
    font-size: 16px;
  }
}
.apac-x4 .event-agenda .btn-xm-agenda:hover {
  color: #fff !important;
}
.apac-x4 .event-agenda .btn-xm-agenda:visited {
  color: #fff !important;
}
.apac-x4 .event-agenda .close {
  display: none;
  color: #000 !important;
}
.apac-x4 .event-agenda .close:hover {
  color: #000 !important;
}
.apac-x4 .event-agenda .close:visited {
  color: #000 !important;
}
.apac-x4 .event-agenda .btn-xm-agenda.active .open {
  display: none;
}
.apac-x4 .event-agenda .btn-xm-agenda.active .close {
  display: block;
}
.apac-x4 .event-agenda .full-agenda {
  display: block;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .full-agenda {
    display: none;
  }
}
.apac-x4 .event-agenda .full-agenda .panel {
  border: 0px solid transparent;
  box-shadow: 0 0 0;
  border-bottom: 1px solid #95989A;
  border-radius: 0;
}
.apac-x4 .event-agenda .full-agenda .panel-body {
  padding: 0;
}
.apac-x4 .event-agenda .full-agenda h2 {
  text-transform: uppercase;
}
.apac-x4 .event-agenda .full-agenda .panel-heading {
  background: #fff;
  border-color: transparent;
  padding: 4px 15px 10px 10px;
}
.apac-x4 .event-agenda .full-agenda .panel-heading h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #000;
  padding: 2px 0;
  display: inline;
}
.apac-x4 .event-agenda .full-agenda .panel-heading h4 a {
  text-decoration: none;
}
.apac-x4 .event-agenda .full-agenda .panel-heading h4 a span img {
  width: 20px;
  position: relative;
  top: -20px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 3px 6px 3px;
}
.apac-x4 .event-agenda .full-agenda .panel-heading h4 a span img.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 3px 6px 3px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .full-agenda .panel-heading h4 a span img {
    top: 6px;
  }
}
.apac-x4 .event-agenda .full-agenda .panel-heading h4 .simple-link {
  cursor: none;
}
.apac-x4 .event-agenda .full-agenda .panel-heading h4 .agenda-row {
  display: block;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .full-agenda .panel-heading h4 .agenda-row {
    display: inline-block;
  }
}
.apac-x4 .event-agenda .full-agenda .panel-heading h4 .agenda-date {
  width: 201px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.apac-x4 .event-agenda .full-agenda .panel-heading h4 .agenda-item {
  font-size: 25px;
  font-weight: 200;
  text-transform: none;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .full-agenda .panel-heading h4 .agenda-item {
    font-weight: 200;
  }
}
.apac-x4 .event-agenda .full-agenda .collapse {
  height: 0px;
}
.apac-x4 .event-agenda .full-agenda .collapse.in {
  height: auto;
}
.apac-x4 .event-agenda .full-agenda .panel-heading {
  padding: 4px 15px 10px 10px;
}
.apac-x4 .event-agenda .full-agenda .panel-body {
  border-top: 0px solid #ddd !important;
}
.apac-x4 .event-agenda .full-agenda .panel-body .explanation {
  margin-left: 1%;
  border-top: 1px solid #95989A;
  border-bottom: 1px solid #95989A;
  padding: 25px 0;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .full-agenda .panel-body .explanation {
    margin-left: 20%;
  }
}
.apac-x4 .event-agenda .full-agenda .panel-body .explanation p {
  font-size: 16px;
  line-height: normal;
  font-weight: 200;
  padding: 4px 15px 10px 10px;
}
.apac-x4 .event-agenda .full-agenda .panel-body .explanation .base-camp-cx {
  width: 16px;
  height: 16px;
}
.apac-x4 .event-agenda .full-agenda .panel-body .explanation .base-camp-cx img {
  width: 11px;
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 9px;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out {
  margin-left: 1%;
  cursor: pointer;
  border-bottom: 1px solid #95989A;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .full-agenda .panel-body .break-out {
    margin-left: 19%;
    z-index: 8;
    position: relative;
  }
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out h4 {
  display: inline-block;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .cx span {
  color: #97D700 !important;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .px span {
  color: #2DCCD3 !important;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .ex span {
  color: #147BD1 !important;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .bx span {
  color: #464E7E !important;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .defualt span {
  color: #000 !important;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .session-title span {
  width: 16px;
  height: 16px;
  position: relative;
  left: -3px;
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  line-height: 1.2;
  top: 25px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .full-agenda .panel-body .break-out .session-title span {
    left: 0;
  }
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out p {
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  font-weight: 200;
  width: 88%;
  line-height: 1.2;
  margin-left: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .full-agenda .panel-body .break-out p {
    margin-bottom: 20px;
    width: 88%;
    margin-left: 8px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-agenda .full-agenda .panel-body .break-out p {
    width: 88%;
    margin-left: 16px;
    font-size: 23px;
  }
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .agenda-title-row {
  width: 16px !important;
  height: 16px !important;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .agenda-title-row img {
  width: 80%;
  position: relative;
  top: 3px;
  right: 5px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 3px 6px 3px;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .agenda-title-row img.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 3px 6px 3px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .full-agenda .panel-body .break-out .agenda-title-row img {
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .full-agenda .panel-body .break-out .agenda-title-row {
    width: 20px !important;
    height: 17.39px !important;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-agenda .full-agenda .panel-body .break-out .agenda-title-row {
    width: 26px !important;
    height: 17.39px !important;
  }
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .details {
  margin-left: 25px;
  display: none;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .details p {
  font-size: 16px;
  line-height: normal;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 25px;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .details div.speakers {
  margin-top: 5px;
  margin-bottom: 15px;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .details div.speakers p.speaker {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.45;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .details div.speakers p.speaker span.speaker-name {
  font-weight: 500;
  padding-right: 7px;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .open-details {
  display: block;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .base-camp {
  margin-left: 0;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .base-camp .base-camp-cx {
  position: relative;
  left: -3px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out .base-camp .base-camp-cx img {
  width: 11px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-agenda .full-agenda .panel-body .break-out .base-camp .base-camp-cx {
    left: 0;
  }
}
.apac-x4 .event-agenda .full-agenda .panel-body .break-out img {
  width: 15px;
  display: inline-block;
}
.apac-x4 .event-agenda .full-agenda .panel-body .reset-pointer {
  cursor: auto;
}
.apac-x4 .event-agenda .full-agenda .panel-body .last {
  border-bottom: 0;
}
.apac-x4 .event-pricing {
  background-image: url('/x4summit/assets/images/18/pricing-bg-compressor.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.apac-x4 .event-pricing .spacing-xs-top {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-pricing .spacing-xs-top {
    margin-top: 36px;
  }
}
.apac-x4 .event-pricing h3 {
  color: #fff;
  padding-left: 35px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-pricing h3 {
    padding-left: 0;
  }
}
.apac-x4 .event-pricing .card {
  padding-left: 8%;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-pricing .card {
    padding-left: 0;
  }
}
.apac-x4 .event-pricing .card .wrapper {
  width: 92%;
  background: #fff;
}
.apac-x4 .event-pricing .card .wrapper h3 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  padding-left: 15px;
  padding-top: 10px;
  margin-bottom: 5px;
}
.apac-x4 .event-pricing .card .wrapper p {
  font-weight: 100;
  font-size: 16px;
  padding-left: 15px;
  margin: 0;
}
.apac-x4 .event-pricing .card .wrapper .price {
  font-weight: 100;
  font-size: 60px;
  line-height: normal;
  margin: 0;
}
.apac-x4 .event-pricing .card .wrapper .inlne {
  display: inline-block;
  margin-right: 15px;
}
.apac-x4 .event-pricing .card .wrapper .see-more {
  display: block;
  font-size: 14px;
  color: #147BD1;
  padding-left: 15px;
  margin: 5px 0 10px 0;
  font-weight: normal;
}
.apac-x4 .event-pricing .card .wrapper .see-more:hover {
  color: #147BD1;
}
.apac-x4 .event-pricing .card .wrapper .see-more:visited {
  color: #147BD1;
}
.apac-x4 .event-pricing .card .wrapper .see-more-child {
  display: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0;
}
.apac-x4 .event-pricing .card .wrapper .see-more-child p {
  padding: 10px 0;
}
.apac-x4 .event-pricing .card .wrapper .see-more-child .light-gray-bg {
  background: #F4F4F4;
}
.apac-x4 .event-pricing .card .wrapper .show {
  display: block;
  opacity: 1;
}
.apac-x4 .event-pricing .card .wrapper .btn-black {
  color: #fff;
  background-color: #000;
  text-align: center;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 0 7px 0;
  margin-top: 15px;
}
.apac-x4 .event-lodging .vertical-text {
  text-align: left;
  transform: rotate(0);
  transform-origin: left top 0;
  font-size: 54px;
  padding-right: 250px;
  top: -50px;
  left: 20px;
  width: 420px;
  line-height: 1;
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-lodging .vertical-text {
    font-size: 60px;
    padding-right: 0;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .event-lodging .vertical-text {
    transform: rotate(90deg);
    font-size: 80px;
    top: -25px;
    left: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .event-lodging .vertical-text {
    width: 600px;
  }
}
.apac-x4 .event-lodging .hotel-container {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-lodging .hotel-container {
    top: -155px;
    width: 88%;
    left: 10%;
    padding-bottom: 0;
  }
}
.apac-x4 .event-lodging .hotel-container .hotel {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-lodging .hotel-container .hotel {
    width: 24.33%;
  }
}
.apac-x4 .event-lodging .hotel-container .hotel img {
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-lodging .hotel-container .hotel img {
    width: 120px;
  }
}
.apac-x4 .event-lodging .hotel-container .hotel .small {
  width: 107px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-lodging .hotel-container .hotel .small {
    width: 92px;
  }
}
.apac-x4 .event-lodging .hotel-container .no-margin {
  margin-bottom: 10px;
}
.apac-x4 .event-faq {
  position: relative;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-faq {
    top: -75px;
  }
}
.apac-x4 .event-faq .panel {
  border: 0px solid transparent;
  box-shadow: 0 0 0;
  border-bottom: 1px solid #95989A;
  border-radius: 0;
}
.apac-x4 .event-faq .panel-heading {
  background: #fff;
  border-color: transparent;
}
.apac-x4 .event-faq .panel-heading h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #000;
  padding: 10px 0 10px 0;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-faq .panel-heading h4 {
    padding: 10px 0;
    width: 100%;
  }
}
.apac-x4 .event-faq .panel-heading h4 a span {
  margin-right: -40px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-faq .panel-heading h4 a span {
    margin-right: 0;
  }
}
.apac-x4 .event-faq .panel-heading h4 a span img {
  width: 10px;
  position: relative;
  top: 6px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 3px 6px 3px;
}
.apac-x4 .event-faq .panel-heading h4 a span img.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 3px 6px 3px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .event-faq .panel-heading h4 a span img {
    width: 20px;
  }
}
.apac-x4 .event-faq .panel-heading h4 a:hover {
  text-decoration: none;
  color: gray;
}
.apac-x4 .event-faq .collapse {
  height: 0px;
}
.apac-x4 .event-faq .collapse.in {
  height: auto;
}
.apac-x4 .event-faq .panel-body {
  border-top: 0px solid #ddd !important;
}
.apac-x4 .event-faq .panel-body p {
  line-height: normal;
  font-size: 16px;
}
.apac-x4 .lead-gen {
  background: #000;
  width: 100%;
}
.apac-x4 .lead-gen .form-wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0px 15px;
}
.apac-x4 .lead-gen .form-wrapper h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 22px;
  line-height: 1.4em;
  text-transform: none;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .lead-gen .form-wrapper {
    width: 60%;
    padding: 0px 0px;
  }
}
.apac-x4 .lead-gen #Email {
  width: 62%!important;
  color: #fff !important;
  padding: 8px 16px!important;
  margin-left: 13%!important;
  border-radius: 0 !important;
  background-color: #000 !important;
  display: inline-block !important;
  border: 2px solid #fff;
}
@media only screen and (min-width: 480px) {
  .apac-x4 .lead-gen #Email {
    width: 62% !important;
    margin-left: 19%!important;
  }
}
@media only screen and (min-width: 768px) {
  .apac-x4 .lead-gen #Email {
    width: 60% !important;
    margin-left: 13%!important;
  }
}
@media only screen and (min-width: 992px) {
  .apac-x4 .lead-gen #Email {
    margin-left: 14%!important;
  }
}
@media only screen and (min-width: 1200px) {
  .apac-x4 .lead-gen #Email {
    width: 53% !important;
    margin-left: 26%!important;
  }
}
.apac-x4 .lead-gen #Email::-webkit-input-placeholder {
  color: #fff;
}
.apac-x4 .lead-gen #Email::-moz-placeholder {
  color: #fff;
}
.apac-x4 .lead-gen #Email:-ms-input-placeholder {
  color: #fff;
}
.apac-x4 .lead-gen #Email:-moz-placeholder {
  color: #fff;
}
.apac-x4 .lead-gen .mktoButtonWrap {
  width: 20px !important;
}
.apac-x4 .lead-gen .mktoButtonWrap .mktoButton {
  color: #fff;
  background: #26c0c8 !important;
  background: -moz-linear-gradient(45deg, #83d00e 0%, #26c0c8 100%) !important;
  background: -webkit-linear-gradient(45deg, #83d00e 0%, #26c0c8 100%) !important;
  background: linear-gradient(45deg, #83d00e 0%, #26c0c8 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83d00e', endColorstr='#26c0c8', GradientType=1) !important;
  padding: 10px 16px !important;
  margin-left: 2px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: absolute;
  top: -56.74px;
  right: 31px;
  line-height: 1.3;
  margin-top: 0;
  border-radius: 0;
  border: 2px solid #000;
}
.apac-x4 .lead-gen .in-page-success-message {
  display: none;
  text-align: center;
}
.apac-x4 .lead-gen .in-page-success-message iframe {
  width: 100%;
  position: relative;
  height: 50px;
  border: 0;
}
.apac-x4 footer hr {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.apac-x4 footer .img-footer {
  width: 250px;
}
.apac-x4 footer h2 {
  display: inline-block;
  font-family: din-condensed, sans-serif;
  color: #fff;
  background: #000;
  margin: 0 0 3px -5px;
  padding: 8px 10px 5px 10px;
  line-height: 0.99;
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 0;
}
.apac-x4 footer ul {
  display: inline-block;
  margin-left: 15px;
}
.apac-x4 footer ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 200;
}
.apac-x4 .modal .modal-dialog {
  width: 95%;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .modal .modal-dialog {
    width: 70%;
  }
}
.apac-x4 .modal .modal-header {
  border-bottom: 0;
  padding: 0;
}
.apac-x4 .modal .modal-header .close {
  background: transparent;
  border: 0px;
  float: right;
  width: 30px;
  height: 30px;
}
.apac-x4 .modal .modal-content {
  background-image: url(/x4summit/assets/images/18/Path-1861-compressor.jpg);
  background-size: 408%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .modal .modal-content {
    background-size: 108%;
    padding: 0 50px;
  }
}
.apac-x4 .modal .modal-body {
  padding: 0;
}
.apac-x4 .modal .modal-body p {
  font-size: 16px;
  font-weight: 200;
  line-height: normal;
}
.apac-x4 .modal .modal-body p a {
  color: #2DCCD3;
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
}
.apac-x4 .modal .modal-body h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 55px;
}
.apac-x4 .modal .modal-body #sponsor-form input {
  width: 100%;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
  border-radius: 0;
  border: 0;
  top: 2px;
}
@media only screen and (min-width: 768px) {
  .apac-x4 .modal .modal-body #sponsor-form input {
    width: 40%;
  }
}
.apac-x4 .modal .modal-body #sponsor-form input.error {
  border: 1px solid red;
}
.apac-x4 .modal .modal-body #sponsor-form .btn-sponsors {
  padding: 3px 15px;
}
.apac-x4 .modal .modal-body #sponsor-form label.error {
  color: red;
  visibility: visible;
  font-weight: 200;
  border-color: red;
  padding-left: 0px;
  text-transform: initial;
  font-size: 12px;
  position: absolute;
  margin-top: 34px;
  float: left;
  margin-left: -42%;
}
.xm-hub {
  /* padding-top:50px; */
}
.xm-hub .sub-menu .sub-menu .sub-menu {
  display: none!important;
  color: red!important;
}
.xm-hub .menu {
  position: relative;
}
.xm-hub .menu-title {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.xm-hub .menu-content-hub-container > ul > li {
  list-style-type: none;
}
@media (min-width: 1006px) {
  .xm-hub .menu-content-hub-container > ul {
    text-align: right;
    margin-left: 0!important;
    padding-left: 0!important;
    float: right;
    display: none;
  }
  .xm-hub .menu-content-hub-container > ul > li {
    list-style-type: none;
    vertical-align: top;
    padding-left: 0;
    height: 160%;
    margin-left: 20px;
    margin-bottom: -15px;
    width: 180px;
    border-bottom: 1px solid #A2AAAD !important;
    text-align: left;
  }
  .xm-hub .menu-content-hub-container > ul {
    overflow: hidden;
    margin-bottom: 0!important;
  }
  .xm-hub .menu-content-hub-container > ul > li {
    height: 75px;
  }
  .xm-hub .menu-content-hub-container > ul > li > a {
    padding: 22px 0;
    color: #A2AAAD;
    font-size: 12px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    width: 100%;
    display: block;
    vertical-align: top;
    position: relative;
    top: 0;
    margin-top: 0;
  }
  .xm-hub .menu-item-46447 {
    /* @q-customer-exp */
    background-color: #97D700;
    border-color: transparent;
    color: #97D700;
  }
  .xm-hub .menu-item-46461 {
    /* @q-employee-exp */
    background-color: #147BD1;
    border-color: transparent;
    color: #147BD1;
  }
  .xm-hub .menu-item-46459 {
    /* @q-product-exp */
    background-color: #2DCCD3;
    border-color: transparent;
    color: #2DCCD3;
  }
  .xm-hub .menu-item-46460 {
    /* @q-brand-exp */
    background-color: #464E7E;
    border-color: transparent;
    color: #464E7E;
  }
  .xm-hub .menu-item-46458 {
    /* @q-gray-dark */
    background: #2E393F;
    border-color: transparent;
    color: #2E393F;
  }
  .xm-hub .current-menu-item a,
  .xm-hub .current-content_hub-ancestor a {
    color: #2E393F !important;
    border-color: inherit !important;
    padding-bottom: 13px!important;
  }
}
.xm-hub .mobile-fixed-menu {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  background-color: #fff;
  background-image: url('/wp-content/themes/qualtrics/images/content-hub/logo-mobile.svg');
  background-position: center center;
  background-size: 85px auto;
  background-repeat: no-repeat;
  height: 50px;
  z-index: 2000000;
}
.xm-hub .hidden-mobile {
  display: none;
}
@media (min-width: 1006px) {
  .xm-hub {
    padding-top: 0px;
  }
  .xm-hub .hidden-mobile {
    display: block;
  }
  .xm-hub .hidden-desktop {
    display: block;
  }
  .xm-hub .mobile-fixed-menu {
    display: none;
  }
  .xm-hub.fixed-custom .menu-wrapper {
    top: 53px;
    position: fixed;
  }
  .xm-hub.fixed-custom {
    padding-top: 55px;
  }
  .xm-hub .menu-content-hub-container > ul {
    margin-top: 0;
    display: block;
  }
  .xm-hub .menu-content-hub-container > ul > li {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .xm-hub .menu-content-hub-container > ul > li > a {
    letter-spacing: 0.5px;
  }
}
.xm-hub .menu-content-hub-container > ul > li > a:hover {
  color: #2E393F !important;
}
.xm-hub .box-shadow {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 7px 0 rgba(0, 0, 0, 0.05);
}
.xm-hub .post {
  border: 1px solid #f8f8f8;
  min-height: 300px;
}
.xm-hub .menu-wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 16;
  left: 0;
  right: 0;
}
.xm-hub .breadcrumbs-wrap {
  position: relative;
}
.xm-hub .breadcrumbs {
  margin: 0;
  padding: 0;
  margin-top: 8px;
  white-space: nowrap;
  max-width: 100%;
  overflow-x: auto;
  padding-right: 30px;
}
.xm-hub .breadcrumbs-wrap:after {
  content: '';
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.xm-hub .breadcrumbs li {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
}
.xm-hub .breadcrumbs li a {
  color: #7B7B7B;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.xm-hub .breadcrumbs li a:hover {
  color: #2E393F;
}
.xm-hub .breadcrumbs li:after {
  content: '>';
  display: inline-block;
  width: 20px;
  text-align: center;
}
.xm-hub .breadcrumbs li:last-child:after {
  display: none;
}
.xm-hub p.read-more {
  font-weight: 600!important;
  font-size: 13px!important;
}
.xm-hub .upper-gray {
  color: #A2AAAD !important;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.xm-hub hr {
  border: none;
  height: 1px;
  background: #A2AAAD !important;
  opacity: 0.66;
}
.xm-hub .panel-resource-image {
  background-color: #2E393F !important;
}
.xm-hub .intro-summary {
  font-size: 26.5px;
  font-weight: 500;
  line-height: 32px;
}
.xm-hub .primary-header {
  margin-bottom: -3px;
}
.xm-hub .generated-content h2 {
  font-size: 26.5px;
  margin: 50px 0 20px 0;
}
.xm-hub .generated-content p {
  margin-bottom: 20px;
}
.xm-hub .generated-content.customer blockquote,
.xm-hub .generated-content.customer blockquote p,
.xm-hub .generated-content.customer a {
  color: #97D700;
  fill: currentColor;
}
.xm-hub .generated-content.employee blockquote,
.xm-hub .generated-content.employee blockquote p,
.xm-hub .generated-content.employee a {
  color: #147BD1;
  fill: currentColor;
}
.xm-hub .generated-content.product blockquote,
.xm-hub .generated-content.product blockquote p,
.xm-hub .generated-content.product a {
  color: #2DCCD3;
  fill: currentColor;
}
.xm-hub .generated-content.brand blockquote,
.xm-hub .generated-content.brand blockquote p,
.xm-hub .generated-content.brand a {
  color: #464E7E;
  fill: currentColor;
}
.xm-hub .generated-content a.q-btn,
.xm-hub .generated-content.research blockquote,
.xm-hub .generated-content.research blockquote p,
.xm-hub .generated-content.research a {
  color: #2E393F;
  fill: currentColor;
}
.xm-hub .generated-content.research a {
  color: #D6001C;
}
.xm-hub .generated-content .featured-label {
  display: block;
  margin-bottom: 18px;
  color: #2E393F !important;
}
.xm-hub .generated-content .panel-resource-title .featured-label {
  margin-bottom: 2px;
}
.xm-hub .panel-module .panel-resource-wrap article.panel-resource {
  margin-bottom: 22px;
}
.xm-hub .side-banner {
  padding-bottom: 10px;
}
.xm-hub .intro-summary {
  font-size: 21.5px;
  font-weight: 500;
  line-height: 24px;
}
.xm-hub .read-more.spacing-xxs-top {
  margin-top: 10px!important;
}
.xm-hub .read-more {
  position: relative;
  display: inline-block;
}
.xm-hub .read-more:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('/wp-content/themes/qualtrics/images/content-hub/arrow.svg');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.xm-hub .post-link {
  display: block;
}
.xm-hub .post-link:hover .read-more:after {
  -webkit-transform: translate(12px, -50%);
  transform: translate(12px, -50%);
}
.xm-hub .customer-panel {
  padding: 30px;
  text-align: left;
  margin-bottom: 18px;
}
.xm-hub .generated-content .customer-panel h3 {
  font-size: 13px;
}
.xm-hub .generated-content .customer-panel h2 {
  margin: 0;
}
.xm-hub .generated-content li {
  margin-top: 8px;
  margin-bottom: 14px;
}
.xm-hub .generated-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
}
.xm-hub .generated-content ul {
  padding-left: 0;
}
.xm-hub .generated-content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.xm-hub .generated-content ol,
.xm-hub .generated-content ul {
  margin-top: 24px;
  margin-bottom: 24px;
}
.xm-hub .generated-content ol,
.xm-hub .generated-content ol li,
.xm-hub .generated-content ul,
.xm-hub .generated-content ul li {
  font-weight: inherit;
  font-size: inherit;
}
.xm-hub .generated-content ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #2E393F;
}
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-cx,
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-CX,
.xm-hub .generated-content .q-btn-CX,
.xm-hub .generated-content.customer li:before {
  background-color: #97D700 !important;
  color: #fff !important;
}
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-ex,
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-EX,
.xm-hub .generated-content .q-btn-EX,
.xm-hub .generated-content.employee li:before {
  background-color: #147BD1 !important;
  color: #fff !important;
}
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-px,
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-PX,
.xm-hub .generated-content .q-btn-PX,
.xm-hub .generated-content.product li:before {
  background-color: #2DCCD3 !important;
  color: #fff !important;
}
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-bx,
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-BX,
.xm-hub .generated-content .q-btn-BX,
.xm-hub .generated-content.brand li:before {
  background-color: #464E7E !important;
  color: #fff !important;
}
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-rc,
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-RC,
.xm-hub .generated-content .q-btn-RC,
.xm-hub .generated-content.research li:before {
  background-color: #2E393F !important;
  color: #fff !important;
}
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-rc,
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-RC {
  padding-bottom: 0!important;
  border-bottom: none!important;
}
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-rc:after,
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image.panel-RC:after {
  content: '';
  display: block;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 5px;
  position: absolute;
  background: #97d700;
  background: -moz-linear-gradient(left, #97d700 0%, #2dccd3 33%, #147bd1 66%, #464e7e 100%);
  background: -webkit-linear-gradient(left, #97d700 0%, #2dccd3 33%, #147bd1 66%, #464e7e 100%);
  background: linear-gradient(to right, #97d700 0%, #2dccd3 33%, #147bd1 66%, #464e7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97d700', endColorstr='#464e7e', GradientType=1);
}
.xm-hub .customer-thumbnail {
  min-width: 100%;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 1024px) {
  .xm-hub .generated-content .customer-panel h3 {
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .xm-hub .customer-thumbnail {
    margin-right: 30px;
    margin-bottom: 0!important;
  }
}
.xm-hub .panel-resource-content .secondary-text {
  display: block;
}
.xm-hub .social-link {
  width: 30px;
  display: inline-block;
  position: relative;
}
.xm-hub .content-block > p > img,
.xm-hub .img-primary {
  width: 100%;
  height: auto;
}
.xm-hub .post-card .img-responsive {
  width: 100%;
  height: auto;
}
.xm-hub .breadcrumb-section {
  height: 18px;
}
.xm-hub .faded-hr {
  opacity: 0.33;
}
.xm-hub section .bold {
  font-weight: 500;
}
.xm-hub .q-gray-dark {
  color: #2E393F !important;
}
.xm-hub .spacing-micro-top {
  margin-top: 8px;
}
.xm-hub .swiper-slide {
  width: 75%;
  padding: 10px 20px 10px 0;
}
.xm-hub .swiper-container {
  overflow: visible;
}
.xm-hub .swiper-button-custom {
  display: none;
}
.xm-hub .panel-resource-title .secondary-text {
  font-size: 15px!important;
}
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image,
.xm-hub .panel-module .panel-resource-wrap-2 .panel-resource-image,
.xm-hub .panel-module .panel-resource-wrap-3 .panel-resource-image {
  height: 120px;
}
@media (min-width: 400px) {
  .xm-hub .swiper-slide {
    width: 66%;
  }
}
@media (min-width: 480px) {
  .xm-hub .swiper-slide {
    width: 44%;
  }
}
@media (min-width: 640px) {
  .xm-hub .swiper-button-custom {
    display: block;
  }
  .xm-hub .swiper-slide {
    width: 50%;
    padding: 10px 15px 10px 15px;
  }
  .xm-hub .swiper-container {
    overflow: hidden;
  }
  .xm-hub .swiper-custom-wrap {
    padding-left: 7.5%;
    width: 92.5%;
    position: relative;
  }
  .xm-hub .featured-content-label {
    margin-left: calc(7.5% + 15px) !important;
  }
}
@media (min-width: 992px) {
  .xm-hub .swiper-custom-wrap {
    padding-left: 5%;
    width: 95%;
  }
  .xm-hub .featured-content-label {
    margin-left: calc(5% + 15px) !important;
  }
  .xm-hub .border-right,
  .xm-hub .border-right-odd:nth-child(odd) {
    border-right: 1px solid rgba(162, 170, 173, 0.5);
  }
  .xm-hub .swiper-slide {
    width: 50%;
  }
  .xm-hub .category-swiper .swiper-slide {
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .xm-hub .swiper-slide {
    width: 33.333333%;
  }
  .xm-hub .category-swiper .swiper-slide {
    width: 25%;
  }
}
.xm-hub .filter-head {
  border-bottom: 1px solid rgba(162, 170, 173, 0.5);
  position: relative;
}
.xm-hub .pre-filtered .filterable-card:nth-of-type(1n+9) {
  display: none;
}
.xm-hub .panel-module .panel-resource-wrap .panel-resource-title {
  padding: 0px 18px;
}
.xm-hub .custom-heading-h1 {
  font-size: 30px!important;
}
@media (min-width: 480px) {
  .xm-hub .custom-heading-h1 {
    font-size: 30px!important;
  }
}
.xm-hub .panel-module .panel-resource-wrap .panel-resource-image {
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid transparent;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.xm-hub .text-white > p {
  color: #fff !important;
}
.xm-hub .category-content ul {
  font-size: 16px!important;
}
.xm-hub .category-content ul,
.xm-hub .category-content p {
  margin-bottom: 18px!important;
}
.xm-hub .category-content p:last-child {
  margin-bottom: 0!important;
}
.xm-hub .match-heights {
  position: relative;
}
.xm-hub .match-heights .vert-line {
  display: block;
  position: absolute;
  left: 50%;
  top: 5px;
  bottom: 5px;
  height: auto;
  margin-left: -1px;
  width: 2px;
  background: rgba(255, 255, 255, 0.33);
}
@media (max-width: 991px) {
  .xm-hub .match-heights {
    min-height: 24px;
  }
  .xm-hub .match-heights .vert-line {
    background: transparent!important;
  }
}
.xm-hub .menu-dots {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.xm-hub .dot {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 13.75px;
  height: 13.75px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.xm-hub .dot:nth-child(1) {
  border-color: #97D700;
  margin-left: -8px;
  margin-top: -8px;
}
.xm-hub .dot:nth-child(2) {
  border-color: #147BD1;
  margin-left: 8px;
  margin-top: -8px;
}
.xm-hub .dot:nth-child(3) {
  border-color: #464E7E;
  margin-left: -8px;
  margin-top: 8px;
}
.xm-hub .dot:nth-child(4) {
  border-color: #2DCCD3;
  margin-left: 8px;
  margin-top: 8px;
}
.xm-hub.CX .vert-line,
.xm-hub .menu-dots.RC .dot:nth-child(1),
.xm-hub .menu-dots.CX .dot:nth-child(1) {
  background-color: #97D700;
}
.xm-hub.EX .vert-line,
.xm-hub .menu-dots.RC .dot:nth-child(2),
.xm-hub .menu-dots.EX .dot:nth-child(2) {
  background-color: #147BD1;
}
.xm-hub.BX .vert-line,
.xm-hub .menu-dots.RC .dot:nth-child(3),
.xm-hub .menu-dots.BX .dot:nth-child(3) {
  background-color: #464E7E;
}
.xm-hub.PX .vert-line,
.xm-hub .menu-dots.RC .dot:nth-child(4),
.xm-hub .menu-dots.PX .dot:nth-child(4) {
  background-color: #2DCCD3;
}
.xm-hub.RC .vert-line {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#97d700+0,2dccd3+33,147bd1+66,464e7e+100 */
  background: #97d700;
  /* Old browsers */
  background: -moz-linear-gradient(top, #97d700 0%, #2dccd3 33%, #147bd1 66%, #464e7e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #97d700 0%, #2dccd3 33%, #147bd1 66%, #464e7e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #97d700 0%, #2dccd3 33%, #147bd1 66%, #464e7e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97d700', endColorstr='#464e7e', GradientType=0);
  /* IE6-9 */
}
.xm-hub section .post-card-small {
  line-height: 15px;
}
.xm-hub section .post-card-small .bold {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
}
.xm-hub .panel-resource-title {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.xm-hub .panel-resource-title .upper-gray {
  padding-bottom: 4px;
  display: block;
}
.xm-hub .panel-resource-wrap {
  max-width: 250px;
}
@media (min-width: 768px) {
  .xm-hub .next-article,
  .xm-hub .prev-article,
  .xm-hub .swiper-button-custom {
    border-color: #2E393F;
    outline: none;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
  }
  .xm-hub .prev-article,
  .xm-hub .swiper-button-custom-prev {
    left: 10px;
    border-left: 1px solid #2E393F;
    border-top: 1px solid #2E393F;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .xm-hub .next-article,
  .xm-hub .swiper-button-custom-next {
    right: -40px;
    border-right: 1px solid #2E393F;
    border-bottom: 1px solid #2E393F;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
  }
  .xm-hub .prev-article {
    left: 20px;
  }
}
.xm-hub .next-article {
  right: 20px;
}
.xm-hub .prev-link,
.xm-hub .next-link {
  position: relative;
}
.xm-hub .prev-next .secondary-text {
  max-width: 320px;
}
.xm-hub .prev-next .post-link {
  padding: 0 60px;
  z-index: 5;
}
.xm-hub .next-link {
  text-align: right!important;
  right: 0;
}
.xm-hub .prev-link .read-more,
.xm-hub .next-link .read-more {
  display: none!important;
}
.xm-hub .next-link .secondary-text {
  float: right;
}
.xm-hub .special-thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 59.5%;
  background-color: #F4F4F4;
}
@media (max-width: 1005px) {
  .xm-hub .page-cover {
    position: fixed;
    display: block;
    background: rgba(0, 0, 0, 0.66);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 16;
    display: none;
  }
  .xm-hub .menu-wrapper {
    position: fixed;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
    width: calc(100% - 45px);
    max-width: 500px;
    right: -15px;
    left: auto;
    background: #F4F4F4;
    z-index: 17;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 500ms ease!important;
    transition: all 500ms ease!important;
  }
  .xm-hub .menu-wrapper ul {
    padding-top: 10px;
    padding-left: 15px;
  }
  .xm-hub .menu-wrapper .menu-item a,
  .xm-hub .menu-wrapper .menu-item {
    background: transparent;
  }
  .xm-hub .menu-wrapper .menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(162, 170, 173, 0.5);
    font-size: 15px;
  }
  .xm-hub .current-menu-item a,
  .xm-hub .current-content_hub-ancestor a {
    font-weight: 400;
  }
  .xm-hub.xm-menu-showing .menu-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .xm-hub .menu-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .xm-hub .bar {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    background: #2E393F;
    width: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .xm-hub .bar-up {
    margin-top: -7px;
  }
  .xm-hub .bar-down {
    margin-top: 7px;
  }
  .xm-hub.xm-menu-showing .bar {
    width: 0;
  }
  .xm-hub.xm-menu-showing .bar-up {
    margin-top: 0;
    width: 20px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .xm-hub.xm-menu-showing .bar-down {
    margin-top: 0;
    width: 20px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .xm-hub .prev-next .post-link {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .xm-hub .prev-next .secondary-text {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left!important;
    font-size: 22px;
    width: 100%;
    max-width: 100%;
    left: 0!important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .xm-hub .prev-link .secondary-text:before {
    content: "Previous Article";
    color: #A2AAAD !important;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
  }
  .xm-hub .next-link .secondary-text:before {
    content: "Next Article";
    color: #A2AAAD !important;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
  }
  .xm-hub .prev-next:nth-of-type(2) .secondary-text {
    border-bottom: none;
  }
  .xm-hub .post-card.post-card-medium span.upper-gray {
    display: block;
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    line-height: 17px!important;
  }
  .xm-hub .post-card.post-card-medium .bold {
    line-height: 21px;
  }
}
.xm-hub .cta-panel {
  padding-left: 8px;
  padding-right: 8px;
}
.xm-hub .video-thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.xm-hub .video-thumbnail:before {
  content: '';
  z-index: 1;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjM5OTIgMzA2My42MDkgNTcuNTUgNzcuOTUyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUGF0aF8zNSIgZGF0YS1uYW1lPSJQYXRoIDM1IiBjbGFzcz0iY2xzLTEiIGQ9Ik01NiwzNS45NTgsNS43ODYuNjkxQTMuNjY4LDMuNjY4LDAsMCwwLDAsMy43MjJWNzQuMjU2YTMuNjg3LDMuNjg3LDAsMCwwLDUuNzg2LDMuMDMxTDU2LDQyLjAyQTMuNzM4LDMuNzM4LDAsMCwwLDU2LDM1Ljk1OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5OTIgMzA2My42MDEpIi8+Cjwvc3ZnPgo=');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-size: 60px auto;
  background-repeat: no-repeat;
}
.xm-hub .video-thumbnail:hover:after {
  opacity: 0.5;
}
.xm-hub .negate-top {
  margin-top: -4px;
}
.xm-hub .filter-row {
  -webkit-transition: min-height 600ms ease;
  transition: min-height 600ms ease;
  min-height: 0;
}
.xm-hub .filter-head {
  position: relative;
  min-height: 39px;
  border-bottom: none;
  z-index: 1;
}
.xm-hub .filter-head * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.xm-hub .filter-controls {
  border-bottom: 1px solid rgba(162, 170, 173, 0.5);
  border-top: 1px solid rgba(162, 170, 173, 0.5);
  width: 100%;
}
.xm-hub .filter-dropdown {
  display: inline-block;
  border: 1px solid rgba(162, 170, 173, 0);
  border-left: 1px solid rgba(162, 170, 173, 0.5);
  text-align: center;
  cursor: pointer;
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  vertical-align: middle;
  right: 0;
  position: relative;
}
.xm-hub .filter-dropdown:before,
.xm-hub .filter-dropdown:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 6px;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.xm-hub .filter-dropdown:before {
  border-bottom: 1px solid #A2AAAD;
}
.xm-hub .filter-dropdown:after {
  border-right: 1px solid #A2AAAD;
}
.xm-hub .filter-dropdown.dropped-down:after,
.xm-hub .filter-dropdown.dropped-down:before {
  -webkit-transform: translate(-50%, 0) rotate(-135deg);
  transform: translate(-50%, 0) rotate(-135deg);
}
.xm-hub .filter-dropdown ul {
  overflow: hidden;
  list-style-type: none;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.xm-hub .filter-dropdown ul li {
  margin: 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  max-width: 500px;
}
.xm-hub .filter-dropdown {
  padding: 4px 40px 4px 8px;
  width: 100%;
}
.xm-hub section span.filter-label {
  vertical-align: top;
  line-height: 38px;
  padding: 4px 16px;
  display: none;
}
.xm-hub .filter-dropdown.dropped-down li {
  max-height: 34px;
  opacity: 1;
  padding: 2px 0;
}
.xm-hub .filter-active {
  font-weight: 500;
}
.xm-hub .filter-dropdown .current {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
}
.xm-hub .filter-dropdown.dropped-down .current {
  opacity: 0.1;
  max-width: 0;
}
.xm-hub .filter-controls {
  border-right: 1px solid rgba(162, 170, 173, 0.5);
}
@media (min-width: 400px) {
  .xm-hub .filter-dropdown {
    width: auto;
    float: right;
  }
  .xm-hub .filter-dropdown .current {
    max-width: 220px;
  }
  .xm-hub section span.filter-label {
    display: initial;
  }
  .xm-hub .filter-controls {
    display: inline-block;
    right: 0;
    border-right: none;
  }
}
@media (min-width: 640px) {
  .xm-hub .filter-controls {
    width: auto;
  }
  .xm-hub .filter-head:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    right: 1px;
    border-bottom: 1px solid rgba(162, 170, 173, 0.5);
    z-index: -1;
  }
  .xm-hub .filter-dropdown:hover {
    border: 1px solid rgba(162, 170, 173, 0.5);
  }
  .xm-hub .filter-dropdown {
    background: #fff;
    border-bottom: 1px solid rgba(162, 170, 173, 0.5);
  }
  .xm-hub .filter-controls {
    position: absolute;
    border: none;
  }
  .xm-hub .filter-dropdown.dropped-down {
    border: 1px solid rgba(162, 170, 173, 0.5);
  }
}
.xm-hub .qi-home-alt-md {
  font-size: 15px;
  top: 3px;
  position: relative;
}
.xm-hub .lazy {
  background-color: #EEEEEE !important;
  background-size: 0!important;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-transition: background 3s linear;
  -moz-transition: background 3s linear;
  -o-transition: background 3s linear;
  -ms-transition: background 3s linear;
  transition: background 3s linear;
}
.xm-hub .lazy:before {
  opacity: 1;
  z-index: 1;
  content: '';
  width: 400%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: -webkit-linear-gradient(left, #EEEEEE 0%, #F5F5F5 50%, #EEEEEE 100%);
  background: -o-linear-gradient(left, #EEEEEE 0%, #F5F5F5 50%, #EEEEEE 100%);
  background: linear-gradient(to right, #EEEEEE 0%, #F5F5F5 50%, #EEEEEE 100%);
  -webkit-animation: lazyPreAnimation 2s infinite;
  -moz-animation: lazyPreAnimation 2s infinite;
  -o-animation: lazyPreAnimation 2s infinite;
  animation: lazyPreAnimation 2s infinite;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.xm-hub .lazy:after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  transition-delay: 500ms;
}
@-webkit-keyframes lazyPreAnimation {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes lazyPreAnimation {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes lazyPreAnimation {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes lazyPreAnimation {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.xm-hub .lazy.finished:after {
  opacity: 1;
}
.xm-hub.CX .featured-colored .q-btn-gray.q-secondary,
.xm-hub.q-xm .featured-colored.CX .q-btn-gray.q-secondary {
  background-color: #97D700 !important;
}
.xm-hub.EX .featured-colored .q-btn-gray.q-secondary,
.xm-hub.q-xm .featured-colored.EX .q-btn-gray.q-secondary {
  background-color: #147BD1 !important;
}
.xm-hub.PX .featured-colored .q-btn-gray.q-secondary,
.xm-hub.q-xm .featured-colored.PX .q-btn-gray.q-secondary {
  background-color: #2DCCD3 !important;
}
.xm-hub.BX .featured-colored .q-btn-gray.q-secondary,
.xm-hub.q-xm .featured-colored.BX .q-btn-gray.q-secondary {
  background-color: #464E7E !important;
}
.xm-hub.RC .featured-colored .q-btn-gray.q-secondary,
.xm-hub.q-xm .featured-colored.RC .q-btn-gray.q-secondary {
  background-color: #2E393F !important;
}
.xm-hub.q-xm .featured-colored.red .q-btn-gray.q-secondary {
  background-color: #D6001C !important;
}
.xm-hub.q-xm .featured-colored .q-btn-gray.q-secondary,
.xm-hub.q-xm .featured-colored .q-btn-gray.q-secondary span {
  color: #fff !important;
}
.xm-hub.q-xm .featured-colored .q-btn-gray.q-secondary:before {
  border-color: transparent!important;
}
.xm-hub .featured-colored .q-btn-gray.q-secondary .ripple {
  background: rgba(255, 255, 255, 0.1) !important;
}
.xm-hub .date-text {
  border-left: 2px solid #F4F4F4;
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
  color: #A2AAAD !important;
}
.xm-resources .box-row i {
  font-size: 40px;
  font-weight: 100;
  color: inherit!important;
}
.xm-resources .box-row .secondary-text {
  font-size: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.xm-resources .box-row .inner-box {
  padding: 16px 8px 8px 8px;
  margin: 8px auto;
  border: 1px solid #F4F4F4;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
  max-width: 250px;
}
.xm-resources .box-row .inner-box.active {
  border: 1px solid #D9D9D6;
  background: #F8F8F8;
}
@media (min-width: 480px) {
  .xm-resources .box-row .inner-box:hover {
    border: 1px solid #D9D9D6;
    background: #F8F8F8;
  }
}
.xm-resources.q-xm section .user-content h1,
.xm-resources.q-xm section .user-content h2,
.xm-resources.q-xm section .user-content h3,
.xm-resources.q-xm section .user-content h4,
.xm-resources.q-xm section .user-content h5,
.xm-resources.q-xm section .user-content p {
  margin-top: 8px;
}
.xm-resources .date-text {
  border-left: 2px solid #F4F4F4;
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
  color: #A2AAAD !important;
}
.xm-resources.q-xm section .type-research span.upper-gray,
.xm-resources.q-xm section .type-webinar span.upper-gray,
.xm-resources.q-xm section .type-event span.upper-gray {
  color: #D9D9D6 !important;
}
.xm-resources .view-all {
  display: inline-block;
  margin-right: 0!important;
  font-size: 15px;
}
@media (min-width: 640px) {
  .xm-resources .view-all {
    margin-right: calc(7.5% + 15px) !important;
  }
}
@media (min-width: 768px) {
  .xm-resources .view-all {
    margin-right: calc(9% + 15px) !important;
  }
}
@media (min-width: 992px) {
  .xm-resources .view-all {
    margin-right: calc(5% + 15px) !important;
  }
}
.xm-resources .panel-resource-wrap {
  margin: 10px auto 18px auto;
}
@media (max-width: 479px) {
  .xm-resources.xm-hub .filter-dropdown {
    width: 100%;
    border-top: 1px solid rgba(162, 170, 173, 0.5);
  }
  .xm-resources.xm-hub .filter-dropdown .current {
    text-align: left!important;
    padding-left: 7px!important;
  }
  .xm-resources.xm-hub .filter-dropdown li {
    padding-left: 7px!important;
  }
  .xm-resources .filter-label {
    border-left: 1px solid rgba(162, 170, 173, 0.5);
    display: block!important;
    padding: 0 14px!important;
    margin: 0!important;
  }
  .xm-resources .filter-head {
    border-right: 1px solid rgba(162, 170, 173, 0.5);
  }
}
@media (min-width: 480px) {
  .xm-resources.xm-hub .filter-dropdown {
    margin-right: -1px;
  }
  .xm-resources.xm-hub .filter-dropdown:nth-of-type(1) {
    z-index: 2;
  }
}
.xm-resources.xm-hub section span.filter-label {
  display: initial;
}
.xm-resources.xm-hub .filter-dropdown {
  background: #F4F4F4;
}
.xm-resources.xm-hub .filter-dropdown.dropped-down {
  background: #FFF;
}
.xm-resources a.text-underline,
.xm-resources a.text-underline:hover {
  text-decoration: underline;
}
.xm-resources .special-icon {
  font-size: 17px;
  padding-right: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -2px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .xm-resources .special-icon {
    margin-left: 12px;
  }
}
@media (min-width: 1006px) {
  .xm-resources .special-icon {
    margin-left: 0;
  }
}
.xm-resources.xm-hub .panel-resource-wrap {
  max-width: 250px;
  min-width: 180px;
}
.xm-resources .logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  display: block;
}
.xm-resources .logo-block {
  position: absolute;
  font-size: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 3px;
}
.xm-resources .logo-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.xm-resources.q-xm .q-btn.q-secondary {
  line-height: 38px;
  padding: 0 13px;
}
.xm-resources .ql:before {
  background-size: contain;
  min-height: 50px;
  min-width: 50px;
  overflow: visible;
}
.xm-resources .filter-row {
  min-height: 400px;
  margin: 60px 0;
}
.xm-resources .resource-panel {
  padding: 10px 0 30px 0;
}
@media (min-width: 1200px) {
  .xm-resources .filter-row {
    margin: 96px 68px;
  }
}
.xm-resources.q-xm .panel-module .panel-resource-wrap article.panel-resource {
  box-shadow: 3px 8px 26px 0 rgba(0, 0, 0, 0.06), 2px 6px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.xm-resources.q-xm .panel-module .panel-resource-wrap article.panel-resource:hover {
  box-shadow: 2px 10px 28px 0 rgba(0, 0, 0, 0.06), 1px 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.xm-resources .user-content a {
  color: #D6001C;
}
.xm-resources .user-content a,
.xm-resources .user-content a:visited {
  color: #D6001C;
}
.xm-resources .user-content a:hover,
.xm-resources .user-content a:active {
  color: red;
}
@media screen and (min-width: 992px) {
  .landing-page .sub-menu #main-nav {
    position: fixed !important;
  }
}
.landing-page input {
  margin-bottom: 5px !important;
  font-size: 15px !important;
  padding: 11px 5px !important;
  border-radius: 3px !important;
  border: 1px solid #a2aaad !important;
}
.landing-page select {
  margin-bottom: 5px !important;
  font-size: 15px !important;
  padding: 10px 5px !important;
  border-radius: 3px !important;
  border: 1px solid #a2aaad !important;
  width: 250px !important;
  color: gray !important;
}
@media only screen and (max-width: 480px) {
  .landing-page select {
    width: 100% !important;
  }
}
.landing-page label[for="marketingOptIn"] {
  float: right;
  line-height: 1.5em;
  margin-top: 5px;
  margin-bottom: 7px;
  font-weight: normal !important;
  padding-left: 10px;
}
.landing-page #marketingOptIn {
  position: absolute;
  left: 0;
}
.landing-page label[for="privacyOptin"] {
  float: right;
  line-height: 1.5em;
  margin-top: 5px;
  margin-bottom: 7px;
  font-weight: normal !important;
  padding-left: 10px;
}
.landing-page #privacyOptin {
  position: absolute;
  left: 0;
}
.landing-page .form-container {
  z-index: 3;
  margin-left: 0px;
  padding-left: 7%;
}
@media (max-width: 992px) {
  .landing-page .form-border {
    display: none;
  }
}
.landing-page .image-container:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#494949+0,000000+100&0.65+0,0.6+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6494949', endColorstr='#99000000', GradientType=0);
  /* IE6-9 */
}
.landing-page #thank-you-overlay {
  opacity: 1;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.landing-page .qualtrics-logos .logo-space {
  margin: 0px 18px 0px 18px;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100px;
}
@media (max-width: 768px) {
  .landing-page .qualtrics-logos .logo-space {
    margin: 0px 5px 0px 5px;
  }
}
.landing-page .qualtrics-logos .logo-space img {
  max-width: 85%;
  max-height: 80%;
  margin-bottom: -10px;
}
.landing-page .qualtrics-logos .logo-space img {
  max-width: 55%;
  max-height: 80%;
  padding: 12px 0px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .landing-page .qualtrics-logos .logo-space img {
    margin-bottom: 5px;
  }
}