@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel {
  position: relative;
  box-sizing: border-box; }

.carousel *,
.carousel *:after,
.carousel *:before {
  box-sizing: inherit; }

.carousel.is-draggable {
  cursor: move;
  cursor: grab; }

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: flex; }

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease; }

.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }

.fancybox__container *,
.fancybox__container *::after,
.fancybox__container *::before {
  box-sizing: inherit; }

.fancybox__container :focus {
  outline: thin dotted; }

body.is-using-mouse .fancybox__container :focus {
  outline: none; }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px; } }
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(26, 8, 44, 0.93); }

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: flex;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px; }

.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  flex: 0 0 0;
  margin: auto; }

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }
.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }
.carousel__button.is-close {
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }
.fancybox__content > .carousel__button.is-close {
  color: var(--fancybox-color, #fff); }

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
  animation: 0.15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  animation: 0.15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown; }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  user-select: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-fadeOut,
.tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

body#voicepage #topnav {
  transition-duration: 100ms; }
body#voicepage #voicehero {
  padding-top: 15vh; }
  body#voicepage #voicehero .heroimage {
    display: block;
    margin: 0 auto;
    margin-bottom: 60px; }
  body#voicepage #voicehero .intro {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 2.5;
    padding: 0 4vw 60px 4vw;
    background-color: #fff; }
    @media only screen and (min-width: 992px) {
      body#voicepage #voicehero .intro {
        font-size: 25px; } }
body#voicepage .paddedrow {
  padding: 0 4vw; }
body#voicepage #opportunitiessection {
  background: url(../images/largecloud.jpg) no-repeat top center;
  min-height: 800px;
  color: #fff;
  padding-top: 150px;
  margin-top: -50px; }
  body#voicepage #opportunitiessection p.intro {
    font-size: 25px;
    margin-bottom: 80px; }
  body#voicepage #opportunitiessection h2 {
    font-size: 40px;
    font-weight: 900; }
    @media only screen and (min-width: 992px) {
      body#voicepage #opportunitiessection h2 {
        font-size: 70px; } }
  body#voicepage #opportunitiessection .coloredbox {
    padding: 20px;
    text-align: center;
    margin-bottom: 24px; }
    body#voicepage #opportunitiessection .coloredbox.box1 {
      background-color: #6CBFE5; }
    body#voicepage #opportunitiessection .coloredbox.box2 {
      background-color: #758FCF; }
    body#voicepage #opportunitiessection .coloredbox.box3 {
      background-color: #7B6CBE; }
    body#voicepage #opportunitiessection .coloredbox.box4 {
      background-color: #8249AE; }
    body#voicepage #opportunitiessection .coloredbox.box5 {
      background-color: #933189; }
    body#voicepage #opportunitiessection .coloredbox.box6 {
      background-color: #A61964; }
    body#voicepage #opportunitiessection .coloredbox .boxhead {
      font-size: 21px;
      font-weight: 900;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      padding: 20px 0; }
    body#voicepage #opportunitiessection .coloredbox .boxcontent {
      text-align: left;
      font-size: 18px;
      line-height: 1.8;
      padding-top: 20px;
      min-height: 200px; }
  body#voicepage #opportunitiessection .heardrow {
    margin-top: 80px;
    color: #4A4A4A; }
    body#voicepage #opportunitiessection .heardrow h2 {
      color: #681683; }
  body#voicepage #opportunitiessection .linedboxrow {
    color: #4A4A4A; }
    body#voicepage #opportunitiessection .linedboxrow .linedbox {
      padding-bottom: 60px; }
      body#voicepage #opportunitiessection .linedboxrow .linedbox .contentwrap {
        position: relative;
        padding-top: 20px;
        font-size: 18px;
        min-height: 110px; }
        body#voicepage #opportunitiessection .linedboxrow .linedbox .contentwrap:before {
          content: '';
          width: 25px;
          height: 4px;
          display: block;
          background-color: green;
          position: absolute;
          top: 0;
          left: 0; }
      body#voicepage #opportunitiessection .linedboxrow .linedbox.box1 strong {
        color: #6CBFE5; }
      body#voicepage #opportunitiessection .linedboxrow .linedbox.box1 .contentwrap:before {
        background-color: #6CBFE5; }
      body#voicepage #opportunitiessection .linedboxrow .linedbox.box2 strong {
        color: #758FCF; }
      body#voicepage #opportunitiessection .linedboxrow .linedbox.box2 .contentwrap:before {
        background-color: #758FCF; }
      body#voicepage #opportunitiessection .linedboxrow .linedbox.box3 strong {
        color: #7B6CBE; }
      body#voicepage #opportunitiessection .linedboxrow .linedbox.box3 .contentwrap:before {
        background-color: #7B6CBE; }
      body#voicepage #opportunitiessection .linedboxrow .linedbox.box4 strong {
        color: #8249AE; }
      body#voicepage #opportunitiessection .linedboxrow .linedbox.box4 .contentwrap:before {
        background-color: #8249AE; }
      @media only screen and (min-width: 992px) {
        body#voicepage #opportunitiessection .linedboxrow .linedbox.box1 {
          border-bottom: 1px solid #ECECEC;
          border-right: 1px solid #ECECEC;
          padding-right: 90px; }
        body#voicepage #opportunitiessection .linedboxrow .linedbox.box2 {
          border-bottom: 1px solid #ECECEC;
          padding-left: 90px; }
        body#voicepage #opportunitiessection .linedboxrow .linedbox.box3 {
          border-right: 1px solid #ECECEC;
          padding-top: 80px;
          padding-right: 90px; }
        body#voicepage #opportunitiessection .linedboxrow .linedbox.box4 {
          padding-top: 80px;
          padding-left: 90px; } }
body#voicepage #joinvoice {
  background-color: #a80849;
  color: #fff;
  margin-top: 80px;
  padding: 80px 0; }
  body#voicepage #joinvoice h1 {
    font-size: 40px;
    font-weight: 900; }
    @media only screen and (min-width: 992px) {
      body#voicepage #joinvoice h1 {
        font-size: 70px; } }
  body#voicepage #joinvoice p.intro {
    font-size: 25px; }
  body#voicepage #joinvoice .btnholder {
    display: block;
    margin-top: 60px; }

/* end of voice page styles */
body#venturespage #topnav {
  transition-duration: 100ms; }
body#venturespage #ventureshero {
  padding-top: 15vh;
  margin-bottom: 50px; }
  body#venturespage #ventureshero .heroimage {
    display: block;
    margin: 0 auto;
    margin-bottom: 60px; }
  body#venturespage #ventureshero .intro {
    color: #4A4A4A;
    font-size: 20px;
    line-height: 1.9;
    background-color: #fff;
    margin-bottom: 20px; }
  body#venturespage #ventureshero .targetmessagebox {
    background: url(../images/ventures-statement-back.jpg) no-repeat center center;
    background-size: cover; }
    body#venturespage #ventureshero .targetmessagebox .targetmessage {
      color: #fff;
      font-weight: bold;
      font-size: 25px;
      text-align: center;
      padding: 50px 20px; }
body#venturespage .paddedrow {
  padding: 0 4vw; }
body#venturespage #opportunitiessection {
  background: url(../images/largecloud.jpg) no-repeat top center;
  min-height: 800px;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: 0px; }
  body#venturespage #opportunitiessection p.intro {
    font-size: 25px;
    margin-bottom: 80px; }
  body#venturespage #opportunitiessection h2 {
    font-size: 40px;
    font-weight: 900; }
    @media only screen and (min-width: 992px) {
      body#venturespage #opportunitiessection h2 {
        font-size: 70px; } }
  body#venturespage #opportunitiessection .coloredbox {
    padding: 20px;
    text-align: center;
    margin-bottom: 24px; }
    body#venturespage #opportunitiessection .coloredbox.box1 {
      background-color: #6CBFE5; }
    body#venturespage #opportunitiessection .coloredbox.box2 {
      background-color: #758FCF; }
    body#venturespage #opportunitiessection .coloredbox.box3 {
      background-color: #7B6CBE; }
    body#venturespage #opportunitiessection .coloredbox.box4 {
      background-color: #8249AE; }
    body#venturespage #opportunitiessection .coloredbox.box5 {
      background-color: #933189; }
    body#venturespage #opportunitiessection .coloredbox.box6 {
      background-color: #A61964; }
    body#venturespage #opportunitiessection .coloredbox .boxhead {
      font-size: 21px;
      font-weight: 900;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      padding: 20px 0; }
    body#venturespage #opportunitiessection .coloredbox .boxcontent {
      text-align: left;
      font-size: 18px;
      line-height: 1.8;
      padding-top: 20px;
      min-height: 200px; }
  body#venturespage #opportunitiessection .heardrow {
    margin-top: 80px;
    color: #4A4A4A; }
    body#venturespage #opportunitiessection .heardrow h2 {
      color: #681683; }
  body#venturespage #opportunitiessection .linedboxrow {
    color: #4A4A4A; }
    body#venturespage #opportunitiessection .linedboxrow .linedbox {
      padding-bottom: 60px; }
      body#venturespage #opportunitiessection .linedboxrow .linedbox .contentwrap {
        position: relative;
        padding-top: 20px;
        font-size: 18px;
        min-height: 110px; }
        body#venturespage #opportunitiessection .linedboxrow .linedbox .contentwrap:before {
          content: '';
          width: 25px;
          height: 4px;
          display: block;
          background-color: green;
          position: absolute;
          top: 0;
          left: 0; }
      body#venturespage #opportunitiessection .linedboxrow .linedbox.box1 strong {
        color: #6CBFE5; }
      body#venturespage #opportunitiessection .linedboxrow .linedbox.box1 .contentwrap:before {
        background-color: #6CBFE5; }
      body#venturespage #opportunitiessection .linedboxrow .linedbox.box2 strong {
        color: #758FCF; }
      body#venturespage #opportunitiessection .linedboxrow .linedbox.box2 .contentwrap:before {
        background-color: #758FCF; }
      body#venturespage #opportunitiessection .linedboxrow .linedbox.box3 strong {
        color: #7B6CBE; }
      body#venturespage #opportunitiessection .linedboxrow .linedbox.box3 .contentwrap:before {
        background-color: #7B6CBE; }
      body#venturespage #opportunitiessection .linedboxrow .linedbox.box4 strong {
        color: #8249AE; }
      body#venturespage #opportunitiessection .linedboxrow .linedbox.box4 .contentwrap:before {
        background-color: #8249AE; }
      @media only screen and (min-width: 992px) {
        body#venturespage #opportunitiessection .linedboxrow .linedbox.box1 {
          border-bottom: 1px solid #ECECEC;
          border-right: 1px solid #ECECEC;
          padding-right: 90px; }
        body#venturespage #opportunitiessection .linedboxrow .linedbox.box2 {
          border-bottom: 1px solid #ECECEC;
          padding-left: 90px; }
        body#venturespage #opportunitiessection .linedboxrow .linedbox.box3 {
          border-right: 1px solid #ECECEC;
          padding-top: 80px;
          padding-right: 90px; }
        body#venturespage #opportunitiessection .linedboxrow .linedbox.box4 {
          padding-top: 80px;
          padding-left: 90px; } }
body#venturespage #supportinfo h2 {
  color: #681683;
  font-size: 30px;
  font-weight: 900; }
  @media only screen and (min-width: 992px) {
    body#venturespage #supportinfo h2 {
      font-size: 50px; } }
body#venturespage #supportinfo img {
  box-shadow: 0px 24px 40px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 24px 40px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 24px 40px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px; }
body#venturespage #supportinfo .row {
  margin-bottom: 100px; }
  @media only screen and (min-width: 992px) {
    body#venturespage #supportinfo .row .text1 {
      padding-left: 30px; }
    body#venturespage #supportinfo .row .text2 {
      padding-right: 100px; } }
body#venturespage #funding {
  background-color: #a80849;
  color: #fff;
  margin-top: 80px;
  padding: 80px 0; }
  body#venturespage #funding h1 {
    font-size: 40px;
    font-weight: 900; }
    @media only screen and (min-width: 992px) {
      body#venturespage #funding h1 {
        font-size: 70px; } }
  body#venturespage #funding p.intro {
    font-size: 25px;
    margin-bottom: 80px; }
  body#venturespage #funding .btnholder {
    display: block;
    margin-top: 60px; }

/* end of voice page styles */
/*------------------SITE CSS----------------------*/
html, body {
  overflow-x: hidden; }

body {
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  font-family: 'Roboto', Helvetica, Arial, sans-serif; }
  body::-webkit-scrollbar {
    width: 10px;
    border-radius: 6px;
    background-color: #ccc; }
  body::-webkit-scrollbar-thumb {
    background: #ac1050;
    border-radius: 6px; }
  body.menu-is-active #topnav {
    pointer-events: none; }
    body.menu-is-active #topnav #burgerwrapper, body.menu-is-active #topnav .pillbtn.top, body.menu-is-active #topnav .mainlogo {
      pointer-events: all; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

p {
  margin-bottom: 20px;
  font-size: 14px; }
  p sup {
    font-size: 8px; }
  @media only screen and (min-width: 992px) {
    p {
      font-size: 16px; } }

a {
  text-decoration: underline;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  cursor: pointer; }
  a:active, a:focus {
    outline: none; }

.btn {
  border-radius: 0;
  line-height: 1;
  text-decoration: none;
  border: none; }

.btn-primary {
  vertical-align: middle !important;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  transition: all 600ms ease-out; }
  .btn-primary:active, .btn-primary:focus {
    outline: none; }

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

.desktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .desktop {
      display: block; } }

.mobile {
  display: block; }
  @media only screen and (min-width: 768px) {
    .mobile {
      display: none; } }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  animation: pulse 3s infinite;
  -webkit-animation: pulse 3s infinite; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(-20%); }
  100% {
    -webkit-transform: translateY(0%); } }
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(-20%); }
  100% {
    -webkit-transform: translateY(0%); } }
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite; }

#topnav {
  position: fixed;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  z-index: 3;
  width: 100vw;
  top: 0px;
  left: 0;
  padding: 0px 0px; }
  #topnav .sidelinks {
    position: absolute;
    bottom: -25px;
    right: 0px;
    background-color: #fff;
    padding-right: 20px;
    width: 100vw; }
  #topnav .sidelink {
    color: #ac1050;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px; }
    #topnav .sidelink:hover {
      color: #681683; }
  #topnav.headroom {
    position: fixed; }
  #topnav.belowoffset {
    background-color: rgba(104, 22, 131, 0.8); }
    #topnav.belowoffset .mainlogo .color {
      display: none; }
    #topnav.belowoffset .mainlogo .white {
      display: block; }
    #topnav.belowoffset .sidelinks {
      background-color: #681683; }
    #topnav.belowoffset .sidelink {
      color: #fff; }
      #topnav.belowoffset .sidelink:hover {
        color: #ac1050; }
    #topnav.belowoffset #burgerwrapper #burger span {
      background-color: #fff; }
  @media only screen and (min-width: 992px) {
    #topnav {
      padding: 5px 0px; }
      #topnav .sidelinks {
        position: relative;
        display: inline-block;
        width: auto;
        bottom: 0px;
        background-color: transparent;
        font-size: 16px; }
      #topnav.belowoffset .sidelinks {
        background-color: transparent; } }
  #topnav .mainlogo {
    display: block;
    margin-left: 3vw;
    padding-top: 10px; }
    #topnav .mainlogo .color {
      display: block; }
    #topnav .mainlogo .white {
      display: none; }
    #topnav .mainlogo.color .color {
      display: block; }
    #topnav .mainlogo.color .white {
      display: none; }
    #topnav .mainlogo.white .color {
      display: none; }
    #topnav .mainlogo.white .white {
      display: block; }

#bottombtn {
  display: block;
  background-color: rgba(104, 22, 131, 0.9);
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  z-index: 3;
  width: 100vw;
  bottom: 0px;
  left: 0;
  padding: 20px;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    #bottombtn {
      display: none; } }
  #bottombtn.headroom {
    position: fixed; }
  #bottombtn.scrollin-up {
    transform: translateY(100%); }
  #bottombtn.scrollin-down.belowoffset {
    transform: translateY(0%); }

.pillbtn {
  text-decoration: none;
  background-color: transparent;
  color: #ac1050;
  border: 2px solid #ac1050;
  padding: 10px 20px;
  border-radius: 60px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  /*
  &.bottom {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 90vw;
    z-index: 2;
    strong {
      display: none;
    }
    @media only screen and (min-width: 768px) {
        display: none;
    }

  }
  */ }
  @media only screen and (min-width: 992px) {
    .pillbtn {
      min-width: 170px; } }
  .pillbtn strong {
    font-weight: 700; }
  .pillbtn:active, .pillbtn:focus {
    outline: none; }
  .pillbtn:hover {
    background-color: #ac1050;
    color: #fff; }
  .pillbtn.reverse {
    color: #fff;
    border-color: #fff; }
    .pillbtn.reverse.fillwhite {
      background-color: transparent; }
    .pillbtn.reverse:hover {
      border-color: #ac1050; }
  .pillbtn.white {
    color: #fff;
    border-color: #fff; }
    .pillbtn.white:hover {
      color: #681683;
      background-color: #fff;
      border-color: #fff; }
  .pillbtn.top {
    display: none; }
    .pillbtn.top strong {
      display: none; }
    @media only screen and (min-width: 768px) {
      .pillbtn.top {
        display: inline-block;
        vertical-align: middle; } }
    @media only screen and (min-width: 992px) {
      .pillbtn.top strong {
        display: inline-block; } }
  .pillbtn.fillwhite {
    background-color: #fff; }
  .pillbtn.embedded {
    display: block;
    max-width: 90vw; }
    .pillbtn.embedded strong {
      display: none; }

#burgerwrapper {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px; }
  #burgerwrapper #burger {
    width: 32px;
    height: 18px;
    position: relative;
    cursor: pointer; }
    #burgerwrapper #burger span {
      width: 100%;
      height: 6px;
      display: block;
      position: absolute;
      background-color: #ac1050;
      transform-origin: center;
      -webkit-transition: all 600ms ease-out;
      -moz-transition: all 600ms ease-out;
      transition: all 600ms ease-out; }
      #burgerwrapper #burger span:first-child {
        top: 0;
        left: 0; }
      #burgerwrapper #burger span:last-child {
        bottom: 0;
        left: 0; }
    #burgerwrapper #burger.white span {
      background-color: #fff; }
    #burgerwrapper #burger.is-active span {
      background-color: #fff; }
      #burgerwrapper #burger.is-active span:first-child {
        transform: rotate(45deg) translateY(5px) translateX(3px); }
      #burgerwrapper #burger.is-active span:last-child {
        transform: rotate(-45deg) translateY(-6px) translateX(3px); }
  @media only screen and (min-width: 992px) {
    #burgerwrapper {
      margin-right: 12px;
      background-color: transparent; } }

#menu {
  position: fixed;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #1a082c;
  display: flex;
  justify-content: center;
  align-items: start;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  transition: all 600ms ease-out; }
  @media only screen and (min-width: 992px) {
    #menu {
      align-items: center; } }
  #menu.is-active {
    opacity: 1;
    pointer-events: all; }
  #menu ul {
    position: relative;
    margin: 20vh 0 0 0;
    padding: 0;
    list-style: none; }
    #menu ul li a {
      display: block;
      color: #fff;
      font-weight: 900;
      text-decoration: none;
      font-size: 35px; }
      #menu ul li a:hover {
        color: #AE0D51; }
      @media only screen and (min-width: 992px) {
        #menu ul li a {
          font-size: 45px; } }
    #menu ul li.active a {
      color: #681683; }
    #menu ul:before {
      content: '';
      width: 20px;
      height: 3px;
      display: block;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  @media only screen and (min-width: 992px) {
    #menu {
      background-color: rgba(26, 8, 44, 0.93); }
      #menu ul {
        margin-top: 0px; } }

#cloud {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center; }
  #cloud img {
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    image-rendering: auto;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    transition: all 600ms ease-out; }
  #cloud.enlarge img {
    transform: scale(3) translateX(-13%) translateY(-30%); }
  #cloud.shiftup img {
    transform: scale(3) translateX(-20%) translateY(-50%); }
    @media only screen and (min-width: 992px) {
      #cloud.shiftup img {
        transform: scale(3) translateX(-20%) translateY(-40%); } }
  #cloud.topcorner img {
    transform: scale(3) translateX(-40%) translateY(-50%); }

.panel {
  width: 100vw;
  position: relative;
  z-index: 0;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  transition: all 600ms ease-out; }
  @media only screen and (min-width: 992px) {
    .panel {
      min-height: 100vh; } }
  .panel .devnote {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none; }
  .panel .container,
  .panel .container-fluid {
    min-height: 100vh; }
  .panel .row.fullheightrow {
    height: 100vh; }
    .panel .row.fullheightrow .row {
      height: auto; }
  @media only screen and (min-width: 992px) {
    .panel .row.fullheightrowdeskonly {
      height: 100vh; }
      .panel .row.fullheightrowdeskonly .row {
        height: auto; } }
  .panel .plumback {
    width: 95%;
    height: auto;
    background-color: #ac1050;
    color: #fff;
    display: inline-block;
    align-items: center;
    min-height: 48vh; }
    @media only screen and (min-width: 768px) {
      .panel .plumback {
        width: 100%;
        display: flex;
        height: 100vh; } }
    .panel .plumback .content {
      text-align: left;
      padding: 50px 3.5vw 20px 3.5vw; }
      .panel .plumback .content h2 {
        font-weight: 900;
        line-height: 1;
        margin-bottom: 3vh;
        display: block;
        width: 100%; }
      .panel .plumback .content p {
        margin-bottom: 0px; }
      @media only screen and (min-width: 992px) {
        .panel .plumback .content {
          padding: 0px 3.5vw; } }
  .panel .designingrow {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 3vh;
    line-height: 1.2; }
    .panel .designingrow h1.bar {
      font-weight: 900;
      font-size: 16px;
      color: #fff; }
      .panel .designingrow h1.bar:before {
        content: '';
        height: 3px;
        width: 20px;
        background-color: #fff;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle; }
    .panel .designingrow.mobile {
      text-align: right;
      margin-right: 20px; }
      .panel .designingrow.mobile span.bar {
        position: relative; }
        .panel .designingrow.mobile span.bar:before {
          margin-right: 0px;
          position: absolute;
          top: -10px;
          right: 0px;
          display: block; }
  .panel .imageholder {
    position: relative;
    z-index: 2;
    height: 23vh;
    margin-bottom: -40px; }
    .panel .imageholder img {
      max-height: 100%;
      width: auto;
      margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .panel .imageholder {
        position: absolute;
        top: 10vh;
        right: 50vw;
        height: auto;
        max-width: 30vw;
        margin-bottom: 0px;
        transform: translateX(-20%); } }
    .panel .imageholder.model {
      margin-right: -40px; }
      @media only screen and (min-width: 768px) {
        .panel .imageholder.model {
          max-width: 40vw;
          transform: translateX(-6%); } }
    .panel .imageholder.hand {
      margin-right: -70px; }
      @media only screen and (min-width: 768px) {
        .panel .imageholder.hand {
          max-width: 45vw;
          transform: translateX(-3%); } }
    .panel .imageholder.drone {
      margin-right: -70px; }
      @media only screen and (min-width: 768px) {
        .panel .imageholder.drone {
          max-width: 50vw;
          top: 20vh;
          transform: translateX(-3%); } }
    .panel .imageholder.lifehealth {
      margin-right: -50px;
      margin-bottom: -90px; }
      @media only screen and (min-width: 768px) {
        .panel .imageholder.lifehealth {
          max-width: 52vw;
          top: 20vh;
          transform: translateX(0%); } }
  .panel .carouselwrapper {
    position: relative; }
    .panel .carouselwrapper .content {
      position: relative;
      padding-left: 20px;
      padding-right: 20px; }
      .panel .carouselwrapper .content h2 {
        color: #681683;
        font-weight: 900;
        line-height: 1; }
        @media only screen and (min-width: 992px) {
          .panel .carouselwrapper .content h2 {
            margin-bottom: 30px; } }
      .panel .carouselwrapper .content .dotrow {
        display: flex;
        align-items: center;
        font-weight: 900;
        font-size: 16px;
        margin-bottom: 10px; }
        @media only screen and (min-width: 992px) {
          .panel .carouselwrapper .content .dotrow {
            margin-bottom: 30px; } }
        .panel .carouselwrapper .content .dotrow h1.bar {
          font-weight: 900;
          font-size: 16px;
          color: #ac1050;
          margin-right: 20px;
          margin-top: 20px; }
          .panel .carouselwrapper .content .dotrow h1.bar:before {
            content: '';
            height: 3px;
            width: 20px;
            background-color: #ac1050;
            display: block; }
          @media only screen and (min-width: 992px) {
            .panel .carouselwrapper .content .dotrow h1.bar {
              margin-top: 0px; }
              .panel .carouselwrapper .content .dotrow h1.bar:before {
                margin-right: 5px;
                display: inline-block;
                vertical-align: middle; } }
        .panel .carouselwrapper .content .dotrow ul {
          list-style: none;
          margin: 0;
          padding: 0;
          position: absolute;
          top: -40px; }
          .panel .carouselwrapper .content .dotrow ul li {
            display: inline-block;
            vertical-align: middle;
            line-height: 32.5px;
            width: 32.5px;
            background-color: #EFEFEF;
            border-radius: 100%;
            color: #9D9D9D;
            text-align: center;
            margin: 0 5px;
            cursor: pointer; }
            .panel .carouselwrapper .content .dotrow ul li.active {
              background-color: #ac1050;
              color: #fff; }
          @media only screen and (min-width: 1200px) {
            .panel .carouselwrapper .content .dotrow ul {
              position: relative;
              flex: 0 1 auto;
              top: 0px; } }
      @media only screen and (min-width: 992px) {
        .panel .carouselwrapper .content {
          position: absolute;
          top: -20vh;
          left: 0;
          padding: 0 80px 0 40px;
          text-align: left; } }

body.fullmodal .fancybox__container {
  max-height: 100vh; }

.fancybox__thumbs {
  display: none; }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/thickclose.svg) no-repeat center center; }
  .fancybox__content > .carousel__button.is-close svg {
    display: none; }

.fancybox__slide {
  padding: 0px; }

.fancybox__content {
  background: transparent; }

#welcome .tilter {
  width: 100vw;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  transform-style: preserve-3d; }
#welcome h1 {
  font-weight: 900;
  color: #681683;
  font-size: 65px;
  line-height: 1; }
#welcome .beginbtn {
  width: 115px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 100%;
  font-weight: 900;
  font-size: 21px;
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  transition: all 600ms ease-out; }
  #welcome .beginbtn:hover {
    transform: scale(1.1); }

#whatiscatalyst .arrowholder {
  position: absolute;
  bottom: 10vh;
  left: 0px;
  width: 100vw;
  text-align: center; }
  #whatiscatalyst .arrowholder .downarrow {
    display: inline-block;
    padding: 20px; }
@media only screen and (min-width: 992px) {
  #whatiscatalyst {
    padding-top: 0px; }
    #whatiscatalyst .arrowholder {
      bottom: 10vh; }
    #whatiscatalyst .align-items-center {
      align-items: center !important; } }

#whatiscatalyst,
#creatingbettertogether {
  background-color: rgba(104, 22, 131, 0.6);
  color: #fff; }
  #whatiscatalyst .introblock,
  #creatingbettertogether .introblock {
    position: relative;
    font-size: 20px; }
    #whatiscatalyst .introblock h2,
    #creatingbettertogether .introblock h2 {
      display: block;
      text-align: center;
      padding: 10px 0px 20px 0px;
      font-size: 16px;
      font-weight: 900; }
    #whatiscatalyst .introblock:before,
    #creatingbettertogether .introblock:before {
      content: '';
      width: 20px;
      height: 3px;
      display: block;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    @media only screen and (min-width: 992px) {
      #whatiscatalyst .introblock,
      #creatingbettertogether .introblock {
        font-size: 40px; } }

#creatingbettertogether {
  padding-top: 10vh; }
  #creatingbettertogether .align-items-center {
    align-items: start !important; }
  #creatingbettertogether .arrowholder {
    position: absolute;
    bottom: 0vh;
    left: 0px;
    width: 100vw;
    text-align: center; }
    #creatingbettertogether .arrowholder .downarrow {
      display: inline-block;
      padding: 20px; }
  @media only screen and (min-width: 992px) {
    #creatingbettertogether {
      padding-top: 0px; }
      #creatingbettertogether .align-items-center {
        align-items: center !important; } }

#purpose {
  color: #fff; }
  #purpose .plumback.wipeup {
    transform: translateY(0%); }

#process img {
  max-height: 100vh;
  margin: 0 auto; }
#process .processSlider .row {
  display: flex; }

#opportunities #opbox {
  background-color: #681683;
  color: #fff;
  padding: 20px 0 20px 20px;
  margin-right: 20px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    #opportunities #opbox {
      margin-right: 0px;
      padding: 8vh 5vw 4vh 5vw; } }
  #opportunities #opbox h1 {
    font-weight: 900;
    color: inherit; }
  #opportunities #opbox #boxrowwrapper {
    position: relative; }
    #opportunities #opbox #boxrowwrapper .boxrow .box .boxtitle {
      font-weight: 900;
      font-size: 16px;
      line-height: 1;
      cursor: pointer;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #opportunities #opbox #boxrowwrapper .boxrow .box .boxtitle h2 {
        font-weight: 900;
        font-size: 16px;
        margin-bottom: 0px; }
      #opportunities #opbox #boxrowwrapper .boxrow .box .boxtitle.active img {
        transform: rotate(45deg); }
    #opportunities #opbox #boxrowwrapper .boxrow .box .boxcontent {
      display: none;
      padding: 0px 15px 15px 15px;
      font-size: 14px; }
      @media only screen and (min-width: 992px) {
        #opportunities #opbox #boxrowwrapper .boxrow .box .boxcontent {
          font-size: 16px; } }
      #opportunities #opbox #boxrowwrapper .boxrow .box .boxcontent .btnholder {
        display: block;
        margin-top: 20px; }
        #opportunities #opbox #boxrowwrapper .boxrow .box .boxcontent .btnholder .pillbtn {
          padding: 5px 10px;
          font-size: 13px;
          font-weight: 900;
          text-transform: uppercase; }
    #opportunities #opbox #boxrowwrapper .boxrow .box.box1 {
      background-color: #6CBFE5; }
    #opportunities #opbox #boxrowwrapper .boxrow .box.box2 {
      background-color: #758FCF; }
    #opportunities #opbox #boxrowwrapper .boxrow .box.box3 {
      background-color: #7B6CBE; }
    #opportunities #opbox #boxrowwrapper .boxrow .box.box4 {
      background-color: #8249AE; }
    #opportunities #opbox #boxrowwrapper .boxrow .box.box5 {
      background-color: #933189; }
    #opportunities #opbox #boxrowwrapper .boxrow .box.box6 {
      background-color: #A61964; }
    @media only screen and (min-width: 992px) {
      #opportunities #opbox #boxrowwrapper .boxrow .box {
        margin-bottom: 24px; }
        #opportunities #opbox #boxrowwrapper .boxrow .box .boxtitle {
          height: 80px; }
          #opportunities #opbox #boxrowwrapper .boxrow .box .boxtitle h2 {
            font-size: 23px; }
        #opportunities #opbox #boxrowwrapper .boxrow .box .boxcontent {
          padding: 0px 20px 20px 20px; } }
    #opportunities #opbox #boxrowwrapper .boxmodal {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #EFEFEF;
      z-index: 2;
      display: none; }
      #opportunities #opbox #boxrowwrapper .boxmodal.active {
        display: block; }
      #opportunities #opbox #boxrowwrapper .boxmodal#modalbox1 .modalboxtitle {
        background-color: #6CBFE5; }
      #opportunities #opbox #boxrowwrapper .boxmodal#modalbox2 .modalboxtitle {
        background-color: #758FCF; }
      #opportunities #opbox #boxrowwrapper .boxmodal#modalbox3 .modalboxtitle {
        background-color: #7B6CBE; }
      #opportunities #opbox #boxrowwrapper .boxmodal#modalbox4 .modalboxtitle {
        background-color: #8249AE; }
      #opportunities #opbox #boxrowwrapper .boxmodal#modalbox5 .modalboxtitle {
        background-color: #933189; }
      #opportunities #opbox #boxrowwrapper .boxmodal#modalbox5 .scrollbox {
        height: 218px; }
      #opportunities #opbox #boxrowwrapper .boxmodal#modalbox6 .modalboxtitle {
        background-color: #A61964; }
      #opportunities #opbox #boxrowwrapper .boxmodal .modalboxtitle {
        font-weight: 900;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #opportunities #opbox #boxrowwrapper .boxmodal .modalboxtitle img {
          transform: rotate(45deg); }
        @media only screen and (min-width: 992px) {
          #opportunities #opbox #boxrowwrapper .boxmodal .modalboxtitle {
            font-size: 30px;
            padding: 20px; } }
      #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox {
        background-color: #EFEFEF;
        display: block;
        height: 245px; }
        #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .frame {
          width: 98%;
          height: 100%;
          padding: 0;
          float: left;
          cursor: grab; }
          #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .frame ul.slidee {
            margin: 0;
            padding: 0;
            height: 100%;
            list-style: none; }
        #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .scrollbar {
          width: 6px;
          height: 100%;
          float: right;
          background: #E7E5E9;
          border-radius: 20px; }
          #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .scrollbar .handle {
            width: 100%;
            background: #9D9D9D;
            border-radius: 20px;
            border: 1px solid #E7E5E9; }
        #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox li.jobbox {
          width: 100%;
          display: block;
          padding: 10px;
          border-bottom: 1px solid #ccc;
          color: #000;
          font-size: 14px; }
          #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox li.jobbox .title {
            font-weight: 700;
            margin-bottom: 10px; }
          #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox li.jobbox .btnholder {
            display: block;
            margin: 20px 0 10px 0; }
          #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox li.jobbox .pillbtn {
            padding: 5px 10px; }
        #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .nojobbox {
          width: 100%;
          display: block;
          padding: 15px;
          color: #000;
          font-size: 14px;
          text-align: center; }
          #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .nojobbox .title {
            font-weight: 700;
            margin-bottom: 10px; }
          #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .nojobbox .btnholder {
            display: block;
            margin: 20px 0 10px 0; }
          #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .nojobbox .pillbtn {
            padding: 5px 10px; }
        @media only screen and (min-width: 992px) {
          #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox {
            margin-top: 20px;
            padding-bottom: 20px;
            height: 270px; }
            #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .frame {
              width: 100%;
              float: none; }
            #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .scrollbar {
              margin-top: 20px;
              width: 100%;
              height: 6px;
              float: none;
              border-radius: 20px; }
              #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .scrollbar .handle {
                height: 100%; }
            #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox li.jobbox {
              float: left;
              width: 450px;
              border-right: 1px solid #ccc;
              border-bottom: none;
              font-size: 16px;
              padding: 10px; }
            #opportunities #opbox #boxrowwrapper .boxmodal .scrollbox .nojobbox {
              font-size: 16px;
              padding: 6vh 15vw; } }
  #opportunities #opbox .promorow {
    position: relative; }
    #opportunities #opbox .promorow h3 {
      font-weight: 900;
      font-size: 15px;
      margin-bottom: 0px; }
    #opportunities #opbox .promorow .pillbtn {
      display: block;
      font-weight: 700;
      margin-right: 10px; }
    #opportunities #opbox .promorow .promowrapper {
      border-top: 1px solid #7549A9;
      padding-top: 20px; }
    @media only screen and (min-width: 992px) {
      #opportunities #opbox .promorow h3 {
        font-size: 25px;
        padding-left: 12px; }
      #opportunities #opbox .promorow .pillbtn {
        min-width: 170px;
        display: inline-block; }
      #opportunities #opbox .promorow .promowrapper {
        padding: 3vh 0px; }
        #opportunities #opbox .promorow .promowrapper .btnholder {
          padding-right: 0px; } }

#partnerships #partnerbox {
  background-color: #ac1050;
  color: #fff;
  padding: 20px;
  margin-right: 20px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    #partnerships #partnerbox {
      margin-right: 0px;
      padding: 5vh 4vw; } }
  #partnerships #partnerbox h1 {
    font-weight: 900;
    color: inherit; }
  #partnerships #partnerbox .scrollbox {
    display: block;
    margin-top: 20px;
    position: relative; }
    #partnerships #partnerbox .scrollbox:after {
      content: '';
      width: 100px;
      height: 100%;
      position: absolute;
      top: 0px;
      right: -30px;
      display: none;
      background: #ac1050;
      background: linear-gradient(90deg, rgba(172, 16, 80, 0) 0%, #ac1050 100%); }
      @media only screen and (min-width: 992px) {
        #partnerships #partnerbox .scrollbox:after {
          display: block; } }
  #partnerships #partnerbox .frame {
    width: 100%;
    padding: 0 0 20px 0;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden; }
    #partnerships #partnerbox .frame::-webkit-scrollbar {
      height: 6px;
      border-radius: 6px;
      background-color: #BE3D74; }
    #partnerships #partnerbox .frame::-webkit-scrollbar-thumb {
      background: #fff;
      border-radius: 6px; }
    #partnerships #partnerbox .frame ul.slidee {
      display: flex;
      flex-wrap: nowrap;
      list-style: none;
      margin: 0px;
      padding: 0px; }
      #partnerships #partnerbox .frame ul.slidee li.partnerbox {
        flex: 1 0 315px;
        height: auto;
        padding: 20px;
        border-radius: 10px;
        background-color: #B9306A;
        margin-right: 10px; }
        #partnerships #partnerbox .frame ul.slidee li.partnerbox .title {
          font-weight: 700;
          font-size: 20px; }
        #partnerships #partnerbox .frame ul.slidee li.partnerbox p {
          font-size: 14px;
          margin-bottom: 0px; }
        @media only screen and (min-width: 992px) {
          #partnerships #partnerbox .frame ul.slidee li.partnerbox {
            flex: 1 0 410px;
            height: 220px; } }
  #partnerships #partnerbox .promorow {
    padding: 20px 0px; }
    #partnerships #partnerbox .promorow h3 {
      font-size: 15px;
      font-weight: 900;
      margin-bottom: 0px; }
      @media only screen and (min-width: 992px) {
        #partnerships #partnerbox .promorow h3 {
          font-size: 23px; } }
    #partnerships #partnerbox .promorow .pillbtn {
      display: block;
      padding: 10px 10px; }
  #partnerships #partnerbox #partnerlogos {
    display: none; }
    @media only screen and (min-width: 992px) {
      #partnerships #partnerbox #partnerlogos {
        overflow: hidden;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #ac1050;
        height: 100%;
        width: 33.33333333%; }
        #partnerships #partnerbox #partnerlogos video {
          position: absolute;
          top: 0px;
          left: -10px; } }

#team h1 {
  color: #681683;
  font-weight: 900;
  margin-bottom: 10px; }
#team .frame {
  width: 100%;
  padding: 0 0 20px 0;
  overflow-x: auto;
  overflow-y: hidden; }
  #team .frame::-webkit-scrollbar {
    height: 6px;
    border-radius: 6px;
    background-color: #E7E5E9; }
  #team .frame::-webkit-scrollbar-thumb {
    background: #9D9D9D;
    border-radius: 6px; }
  #team .frame ul.slidee {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    display: flex;
    flex-wrap: nowrap; }
    #team .frame ul.slidee li.teambox {
      flex: 1 0 230px;
      position: relative;
      margin-right: 10px; }
      #team .frame ul.slidee li.teambox a {
        text-decoration: none; }
        #team .frame ul.slidee li.teambox a img.headshot {
          width: 100%;
          height: auto; }
        #team .frame ul.slidee li.teambox a .biocontent {
          background-color: #ac1050;
          border-bottom: 6px solid #000;
          color: #fff;
          padding: 30px 15px 15px 15px;
          text-align: left;
          position: relative;
          -webkit-transition: all 600ms ease-out;
          -moz-transition: all 600ms ease-out;
          transition: all 600ms ease-out; }
          #team .frame ul.slidee li.teambox a .biocontent p {
            height: 160px;
            margin-bottom: 0px; }
          #team .frame ul.slidee li.teambox a .biocontent:before {
            content: '';
            height: 3px;
            width: 20px;
            background-color: #fff;
            margin-right: 5px;
            display: inline-block;
            position: absolute;
            top: 20px;
            left: 15px; }
          #team .frame ul.slidee li.teambox a .biocontent .btnholder {
            display: block; }
            #team .frame ul.slidee li.teambox a .biocontent .btnholder .biobtn {
              color: #fff;
              text-decoration: none;
              font-weight: 700;
              font-size: 13px; }
              #team .frame ul.slidee li.teambox a .biocontent .btnholder .biobtn img {
                width: 18px;
                display: inline-block;
                vertical-align: middle;
                margin-left: 5px; }
        #team .frame ul.slidee li.teambox a:hover .biocontent {
          background-color: #681683; }
#team .scrollbar {
  width: 100%;
  height: 6px;
  background: #E7E5E9;
  border-radius: 20px; }
  #team .scrollbar .handle {
    height: 100%;
    width: 50px;
    background: #9D9D9D;
    border-radius: 20px;
    border: 1px solid #E7E5E9; }
@media only screen and (min-width: 992px) {
  #team h2 {
    margin-bottom: 30px; }
  #team .frame {
    height: auto; }
    #team .frame ul.slidee {
      display: flex;
      align-content: space-between; }
      #team .frame ul.slidee li.teambox {
        flex: 0 1 25%;
        margin: 0 10px; }
        #team .frame ul.slidee li.teambox a .biocontent {
          padding: 50px 30px 30px 30px; }
          #team .frame ul.slidee li.teambox a .biocontent p {
            height: 160px; }
          #team .frame ul.slidee li.teambox a .biocontent:before {
            top: 30px;
            left: 30px; }
  #team .scrollbar {
    display: none; } }
#team #biomodals {
  display: none; }

.biomodal .headshot {
  position: relative;
  display: block;
  padding-bottom: 10px; }
  .biomodal .headshot:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-image: url(../images/headshotbottom@2x.png);
    background-size: cover;
    display: block; }
.biomodal .bio {
  padding: 20px;
  color: #fff;
  font-size: 14px; }
  .biomodal .bio .name {
    color: #fff;
    font-weight: 900;
    font-size: 7vw;
    position: relative;
    margin-bottom: 0px; }
    .biomodal .bio .name:before {
      content: '';
      height: 3px;
      width: 20px;
      background-color: #fff;
      display: inline-block;
      position: absolute;
      top: 0px;
      left: 0px; }
  @media only screen and (min-width: 992px) {
    .biomodal .bio {
      font-size: 16px; }
      .biomodal .bio .name {
        font-size: 5vw; } }

#media #mediabox {
  background-color: #681683;
  color: #fff;
  padding: 20px 0 20px 20px;
  margin-right: 20px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    #media #mediabox {
      margin-right: 0px;
      padding: 8vh 0vw 8vh 0vw; } }
  #media #mediabox h1 {
    font-weight: 900;
    color: inherit;
    padding: 0px 20px;
    margin-bottom: 0px; }
    @media only screen and (min-width: 992px) {
      #media #mediabox h1 {
        padding: 0px 5vw; } }
  #media #mediabox .scrollbox {
    display: block; }
    @media only screen and (min-width: 992px) {
      #media #mediabox .scrollbox {
        margin-top: 20px; } }
  #media #mediabox .frame {
    width: 100%;
    padding: 0 0 20px 0;
    display: block;
    overflow-x: auto;
    overflow-y: hidden; }
    #media #mediabox .frame::-webkit-scrollbar {
      height: 6px;
      border-radius: 6px;
      background-color: #7C3594; }
    #media #mediabox .frame::-webkit-scrollbar-thumb {
      background: #fff;
      border-radius: 6px; }
    #media #mediabox .frame ul.slidee {
      display: flex;
      flex-wrap: nowrap;
      list-style: none;
      margin: 0px;
      padding: 0px; }
      #media #mediabox .frame ul.slidee li.newsbox {
        flex: 1 0 350px;
        padding: 20px;
        border-right: 1px solid #7C3594; }
        #media #mediabox .frame ul.slidee li.newsbox:last-child {
          border-right: none; }
        #media #mediabox .frame ul.slidee li.newsbox .title {
          font-weight: 700;
          font-size: 18px;
          line-height: 1.2;
          margin-bottom: 10px; }
        #media #mediabox .frame ul.slidee li.newsbox p {
          font-size: 14px;
          margin-bottom: 0px; }
          #media #mediabox .frame ul.slidee li.newsbox p a {
            color: #D0729A; }
        #media #mediabox .frame ul.slidee li.newsbox .btnholder {
          display: block; }
          #media #mediabox .frame ul.slidee li.newsbox .btnholder a {
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            font-size: 13px; }
            #media #mediabox .frame ul.slidee li.newsbox .btnholder a img {
              width: 18px;
              display: inline-block;
              vertical-align: middle;
              margin-left: 5px; }
        @media only screen and (min-width: 992px) {
          #media #mediabox .frame ul.slidee li.newsbox {
            flex: 1 0 510px;
            padding: 20px 5vw; } }
  #media #mediabox .scrollwrap {
    padding: 20px 20px; }
    @media only screen and (min-width: 992px) {
      #media #mediabox .scrollwrap {
        padding: 40px 5vw; } }
  #media #mediabox .scrollbar {
    width: 100%;
    height: 9px;
    background: #7C3594;
    margin: 0 auto;
    border-radius: 20px; }
    #media #mediabox .scrollbar .handle {
      height: 100%;
      background: #fff;
      border-radius: 20px;
      border: 1px solid #7C3594; }
    @media only screen and (min-width: 992px) {
      #media #mediabox .scrollbar {
        display: none; } }

#connect {
  color: #fff; }
  #connect h1 {
    font-weight: 900;
    color: inherit;
    line-height: 1.1;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      #connect h1 {
        margin-bottom: 20px; } }
  #connect h2 {
    font-weight: 900;
    color: inherit;
    font-size: 16px; }
    @media only screen and (min-width: 992px) {
      #connect h2 {
        font-size: 30px; } }
  #connect .plumbox {
    background-color: #ac1050;
    padding: 20px; }
    #connect .plumbox .plumcontent {
      padding: 0px; }
      #connect .plumbox .plumcontent .btnholder {
        text-align: center; }
      @media only screen and (min-width: 992px) {
        #connect .plumbox .plumcontent {
          padding: 20px 40px 20px 0px;
          border-right: 1px solid #D0729A; }
          #connect .plumbox .plumcontent .btnholder {
            text-align: left; } }
    #connect .plumbox .plumform {
      padding: 20px 0px;
      border-top: 1px solid #D0729A;
      display: block; }
      #connect .plumbox .plumform .intro {
        text-align: center;
        font-weight: 900;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px; }
      #connect .plumbox .plumform input::placeholder {
        color: #E4ADC4; }
      #connect .plumbox .plumform .btnholder {
        text-align: center; }
    @media only screen and (min-width: 992px) {
      #connect .plumbox {
        padding: 20px 5vw; }
        #connect .plumbox .plumform {
          padding: 20px 40px;
          border-top: none; }
          #connect .plumbox .plumform .btnholder {
            margin-top: 15px;
            text-align: center; } }
  #connect .purplebox {
    background-color: #681683;
    padding: 20px;
    margin-top: 10px; }
    #connect .purplebox .purpleboxtitle {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #connect .purplebox .purpleboxtitle h3 {
        flex: 0 1 auto;
        margin-bottom: 0px; }
      @media only screen and (min-width: 992px) {
        #connect .purplebox .purpleboxtitle img {
          display: none; } }
    #connect .purplebox .purpleboxcontent {
      display: none;
      text-align: center;
      padding-top: 20px; }
      #connect .purplebox .purpleboxcontent a {
        color: #fff; }
      #connect .purplebox .purpleboxcontent.opened {
        display: block; }
      @media only screen and (min-width: 992px) {
        #connect .purplebox .purpleboxcontent {
          display: block;
          text-align: left; }
          #connect .purplebox .purpleboxcontent p {
            min-height: 75px; }
          #connect .purplebox .purpleboxcontent.opened {
            display: block; } }
    @media only screen and (min-width: 992px) {
      #connect .purplebox {
        margin-top: 24px;
        padding: 40px;
        height: 100%; } }

.copyrightrow {
  padding-top: 20px;
  padding-bottom: 100px; }
  .copyrightrow .copyright {
    display: block;
    text-align: center;
    color: #000;
    font-size: 12px;
    margin-top: 10px; }
    .copyrightrow .copyright .inlinestar {
      display: none; }
    @media only screen and (min-width: 992px) {
      .copyrightrow .copyright {
        font-size: 15px;
        text-align: right;
        margin-top: 0px; }
        .copyrightrow .copyright .inlinestar {
          display: inline-block;
          vertical-align: middle;
          margin-left: 24px; } }
  .copyrightrow .blockstar {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
    .copyrightrow .blockstar img {
      display: inline-block; }
    @media only screen and (min-width: 992px) {
      .copyrightrow .blockstar {
        display: none; } }
  .copyrightrow .footernav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center; }
    .copyrightrow .footernav li {
      flex: 1 0 auto;
      border-right: 1px solid #000; }
      .copyrightrow .footernav li:last-child {
        border-right: none; }
      .copyrightrow .footernav li a {
        text-decoration: none;
        color: #ac1050;
        font-size: 12px;
        padding: 0px 5px;
        display: block;
        line-height: 1;
        text-align: center; }
      @media only screen and (min-width: 992px) {
        .copyrightrow .footernav li {
          flex: 0 1 auto; }
          .copyrightrow .footernav li a {
            font-size: 15px;
            padding: 0px 10px; } }

#formmodals {
  display: none; }

.formmodal {
  min-width: 80vw; }
  @media only screen and (min-width: 992px) {
    .formmodal {
      min-width: 40vw; } }
  .formmodal h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 900; }
  .formmodal .btnholder {
    display: block;
    text-align: center;
    margin-top: 40px; }
    .formmodal .btnholder .pillbtn {
      min-width: 170px; }
  .formmodal#thankyoumodal h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .formmodal#thankyoumodal p {
    color: #fff;
    text-align: center; }
  @media only screen and (min-width: 992px) {
    .formmodal#thankyoumodal {
      max-width: 50vw; }
      .formmodal#thankyoumodal h2 {
        font-size: 65px; } }

label {
  font-size: 13px;
  color: #fff;
  display: block;
  margin-bottom: 5px; }

input[type='text'], input[type='email'], input[type="tel"], textarea {
  display: block;
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  background-color: transparent;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px; }
  @media only screen and (min-width: 992px) {
    input[type='text'], input[type='email'], input[type="tel"], textarea {
      font-size: 16px; } }

input[type='submit'].pillbtn.white {
  padding: 10px 20px;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  transition: all 600ms ease-out; }
  input[type='submit'].pillbtn.white:hover {
    background-color: #681683;
    border-color: #681683; }

.select-wrapper {
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: url("../images/selectarrow.svg") no-repeat 98% center;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative; }
  .select-wrapper:hover {
    border-color: #239fdb; }
  .select-wrapper .holder {
    display: block;
    margin: 10px 35px 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: -1;
    color: #fff; }
  .select-wrapper select {
    -webkit-appearance: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0; }
