﻿*, *:before, *:after {
  box-sizing: border-box;
}
html {
  border: 0;
}
body {
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
.jw-tab-focus:focus {
  outline: 0 !important;
}
.cms-jwplayer {
  width: 100%;
  position: relative;
}
.media-left {
  float: left;
  margin: 1em 1em 1em 0;
}
.media-right {
  float: right;
  margin: 1em 0 1em 1em;
}
.media-full {
  display: block;
  margin: 1em auto;
}
.media-small {
  width: 25%;
}
.media-medium {
  width: 50%;
}
.media-large {
  width: 100%;
}
video {
  max-width: 100%;
}
button {
  border: 0;
}
figure {
  text-align: center;
}
fieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.half {
  width: 50%;
}
.third {
  width: 33.3%;
}
.fourth {
  width: 25%;
}
.two-thirds {
  width: 66.66%;
}
.three-fourths {
  width: 75%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.cms-admin .clear {
  height: auto;
}
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}
.cf:after {
  content: ' ';
  display: block;
  clear: both;
}
body .ninja {
  display: none !important;
}
html.no-generatedcontent .clearfix {
  zoom: 1;
}
html.no-generatedcontent .cf {
  zoom: 1;
}
.img-left {
  float: left;
}
.img-right {
  float: right;
}
.img-full {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
}
.img-small {
  width: 25%;
}
.img-medium {
  width: 50%;
}
.img-large {
  width: 100%;
}
.cms-button {
  display: inline-block;
  border: none;
  background-color: #35A6F6;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}
.cms-button.big {
  padding: 20px 40px;
  font-size: 16px;
}
.cms-button.unsafe {
  background-color: #EA5F5F;
}
.cms-button.unsafe:hover {
  background-color: #FF7373;
}
.cms-button.command {
  background-color: #FFFFFF;
  color: #35A6F6;
  border: 1px solid #D4D9E1;
}
.cms-button.command:hover {
  color: #63BEFF;
  border-color: #63BEFF;
  background-color: #FFFFFF;
}
.cms-button:hover {
  color: #FFFFFF;
  background-color: #63BEFF;
}
.cms-button.expand:after {
  content: '';
  display: inline-block;
  background-image: url(../../common/images/sprite24.png);
  width: 16px;
  height: 16px;
  background-position: -437px -293px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 5px;
  border: 1px solid #35A6F6;
  vertical-align: middle;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  opacity: .7;
}
.cms-button.expand:hover:after {
  opacity: 1;
}
.cms-button:focus {
  outline: 0;
}
.ui-scroll {
  overflow: auto;
}
.ui-scroll.horizontal {
  overflow-x: auto;
  overflow-y: hidden;
}
.ui-scroll.vertical {
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-scroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: none;
}
.ui-scroll::-webkit-scrollbar-track {
  background: none;
}
.ui-scroll::-webkit-scrollbar-thumb {
  border: solid 2px transparent;
  background-clip: padding-box;
  border-radius: 12px;
  background-color: rgba(16, 37, 78, .1);
}
.ui-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.ui-scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}
.ui-scroll-wrap .ui-scroll-thumb {
  position: absolute;
  margin: 2px;
  border-radius: 4px;
  background-color: rgba(16, 37, 78, .1);
}
.ui-scroll-wrap .ui-scroll-thumb.vertical {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 100px;
  min-height: 8px;
}
.ui-scroll-wrap .ui-scroll-thumb.horizontal {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100px;
  min-width: 8px;
}
.ui-scroll.horizontal .ui-scroll-thumb.vertical {
  display: none !important;
}
.ui-scroll.vertical .ui-scroll-thumb.horizontal {
  display: none !important;
}
.ui-front {
  z-index: 100;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  -webkit-animation: fade-in-60 .3s forwards;
  -moz-animation: fade-in-60 .3s forwards;
  -o-animation: fade-in-60 .3s forwards;
  animation: fade-in-60 .3s forwards;
}
.ui-widget-overlay.subtle {
  background: #FFFFFF;
  opacity: 0.05;
  -webkit-animation: fade-in-05 .3s forwards;
  -moz-animation: fade-in-05 .3s forwards;
  -o-animation: fade-in-05 .3s forwards;
  animation: fade-in-05 .3s forwards;
}
.ui-dialog {
  position: absolute;
  background: #1b1e24;
  color: #747b8f;
  border-radius: 3px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.7);
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  outline: 0;
  opacity: 0;
  -webkit-animation: dialog-in .5s .1s 1 ease forwards;
  -moz-animation: dialog-in .5s .1s 1 ease forwards;
  -o-animation: dialog-in .5s .1s 1 ease forwards;
  animation: dialog-in .5s .1s 1 ease forwards;
}
.ui-dialog.dialog-out {
  -webkit-animation: dialog-out .4s 1 ease forwards;
  -moz-animation: dialog-out .4s 1 ease forwards;
  -o-animation: dialog-out .4s 1 ease forwards;
  animation: dialog-out .4s 1 ease forwards;
}
.ui-dialog a:hover {
  text-decoration: none;
}
.ui-dialog .ui-widget-overlay {
  background: #1b1e24;
  position: absolute;
}
.ui-dialog > .ui-widget-overlay {
  border-radius: 3px;
}
.ui-dialog .ui-dialog-titlebar {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 40px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #d1d1d1;
  cursor: default;
  background: none;
  font-family: Montserrat, sans-serif;
}
.ui-dialog-titlebar.ui-draggable-handle:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: -96px -216px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -12px;
  text-align: center;
  opacity: 0;
  cursor: move;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.ui-dialog-titlebar.ui-draggable-handle:hover:after {
  opacity: .5;
}
.ui-draggable-handle span {
  cursor: default;
}
.ui-dialog .ui-dialog-title {}
.ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: 0px -216px;
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
  outline: solid 1px #747b8f;
  color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog .ui-dialog-content {
  display: block;
}
.ui-dialog > section {
  position: relative;
  z-index: 1;
}
.ui-dialog header {
  height: 68px;
  font-size: 16px;
  line-height: 36px;
  border-bottom: solid 1px rgba(217, 240, 255, .1);
  position: relative;
  z-index: 2;
}
.ui-dialog .ui-main {
  padding: 20px;
}
.ui-dialog .ui-dialog-buttonpane {
  height: 80px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  border-top: solid 1px rgba(217, 240, 255, .1);
  position: relative;
  z-index: 0;
  background: none;
  text-align: right;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0;
  background-color: transparent;
  padding: 0 30px;
  font-family: Montserrat, Arial;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
  border: 0;
  border-left: solid 1px rgba(217, 240, 255, .1);
  outline: 0;
  height: 79px;
  cursor: pointer;
  border-radius: 0;
  color: #9ca2b1;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ui-dialog .ui-dialog-buttonpane button span {
  color: #9ca2b1;
  font-family: Montserrat, Arial;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  vertical-align: middle;
}
.ui-dialog .ui-dialog-buttonpane button:focus {
  background-color: #35a6f6;
  color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #35a6f6;
  color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button:focus span {
  color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button:hover span {
  color: #fff;
}
.night .ui-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(217, 240, 255, .2);
}
.night .ui-scroll-wrap .ui-scroll-thumb {
  background-color: rgba(217, 240, 255, .2);
}
.ui-noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ui-noselect input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
.ui-noselect .ui-select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
.ui-dialog.ui-full-screen {
  position: fixed !important;
  top: 50px !important;
  left: 50px !important;
  width: calc(100% - 100px) !important;
  height: calc(100% - 100px) !important;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.ui-dialog .ui-dialog-titlebar-fullscreen {
  background: none;
  border: none;
  position: absolute;
  right: 35px;
  top: 5px;
  width: 36px;
  height: 24px;
  border-right: solid 1px #9b9d9e;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar-fullscreen:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: -48px -216px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ui-dialog.ui-full-screen .ui-dialog-titlebar-fullscreen:before {
  background-position: -72px -216px;
}
.ui-dialog .ui-dialog-titlebar-fullscreen:hover:before {
  opacity: 1;
}
.ui-dialog.ui-full-screen .ui-dialog-content {
  height: calc(100% - 80px) !important;
}
.ui-dialog.ui-no-buttons .ui-dialog-content {
  height: 100% !important;
}
.ui-dialog.ui-full-screen .ui-dialog-titlebar.ui-draggable-handle {
  cursor: inherit;
}
.ui-dialog.ui-full-screen .ui-draggable-handle:after {
  display: none !important;
}
.ui-dialog.ui-full-preview {
  position: fixed !important;
  top: 50px !important;
  left: 50px !important;
  width: calc(100% - 100px) !important;
  height: calc(100% - 100px) !important;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.ui-dialog.ui-full-preview .ui-dialog-content {
  height: 100% !important;
}
.ui-dialog.cms-alert {
  background: rgba(53, 166, 246, 0.95);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.4);
  min-width: 450px;
}
.no-rgba .ui-dialog.cms-alert {
  background: #35a6f6;
}
.ui-dialog.cms-alert .ui-dialog-content {
  color: #fff;
  padding: 40px 10px 20px;
  text-align: center;
  font-style: normal;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #afdcfd;
}
.ui-dialog.cms-alert .ui-dialog-content h2 {
  font-family: Montserrat, 'Open Sans', Arial;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.ui-dialog.cms-alert .ui-dialog-content h2 strong {
  display: block;
}
.ui-dialog.cms-alert .ui-dialog-content strong {
  color: #FFFFFF;
}
.ui-dialog.cms-alert .ui-dialog-content em {
  display: inline-block;
  margin: 15px 0 10px;
}
.ui-dialog.cms-alert.icon .ui-dialog-content {
  padding: 10px 10px 20px;
}
.ui-dialog.cms-alert.icon .ui-dialog-content:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  margin: 20px auto;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: -192px -552px;
  opacity: 0.4;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane {
  border-top: 0;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane {
  text-align: center;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button {
  display: inline-block;
  background-color: #5dbafc;
  padding: 18px 40px;
  line-height: 1em;
  height: auto;
  border-radius: 3px;
  border: 0;
  margin: 0 7px;
  text-transform: uppercase;
  font-size: 16px;
  float: none;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.15s;
  color: #fff;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button span {
  color: #fff;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button:focus {
  background: #64cb66;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button:hover {
  background: #64cb66;
}
.ui-dialog fieldset.form {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.ui-dialog fieldset.form ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.ui-dialog fieldset.form ul li {
  margin: 0;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
}
.ui-dialog .form-group {
  display: table;
  width: 100%;
}
.ui-dialog .form-group > * {
  display: table-cell;
  vertical-align: top;
}
.ui-dialog .form-group > div:first-child {
  display: block;
}
.ui-dialog .form-group label {
  color: #ffffff;
  line-height: 2em;
  text-align: right;
  padding: 0 20px;
}
.ui-dialog .form-group label.value {
  text-align: left;
  font-weight: 600;
  padding-left: 0px;
}
.ui-dialog .form-group .input-textbox {
  background: #fff;
  border: solid 1px #a0bdd3;
  border-radius: 3px;
  position: relative;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
}
.ui-dialog .form-group .input-textbox input {
  color: #889aa7;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: normal;
  margin: 0;
  padding: 6px;
  border: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  width: 100%;
}
.ui-dialog .form-group .input-textbox textarea {
  color: #889aa7;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: normal;
  margin: 0;
  padding: 6px;
  border: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  width: 100%;
  resize: none;
}
.ui-dialog .form-group .input-textbox.input-addon input {
  width: 90%;
}
.ui-dialog .form-group .input-textbox.input-addon:before {
  width: 10%;
  border-left: solid 1px #a0bdd3;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  padding: 9px 15px;
  color: #a0bdd3;
  font-size: 16px;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
  font-family: 'icomoon-ult';
}
.ui-dialog .form-group.focused .input-textbox {
  border-color: #35a6f6;
  box-shadow: 0 0 3px rgba(53, 166, 246, 0.5);
}
.ui-dialog .form-group.focused .input-textbox.input-addon:before {
  border-left-color: #35a6f6;
  color: #35a6f6;
}
.ui-dialog .form-group.invalid label {
  color: #D73B2A;
}
.ui-dialog .form-group.invalid .input-textbox {
  border-color: #D73B2A !important;
  box-shadow: 0 0 3px rgba(215, 59, 42, 0.5) !important;
}
.ui-dialog .form-group.invalid .input-textbox.input-addon:before {
  border-left-color: #D73B2A !important;
  color: #D73B2A !important;
}
.ui-dialog .form-group .validation {
  display: block;
  color: #D73B2A;
  font-size: 14px;
  line-height: 2em;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.ui-dialog .form-group.invalid .validation {
  height: 28px;
}
.ui-dialog.night .form-group .input-textbox {
  background: #2C313B;
  border-color: #2C313B;
}
.ui-dialog.night .form-group .input-textbox input {
  color: #afbac1;
}
.ui-dialog.night .form-group .input-textbox textarea {
  color: #afbac1;
}
.ui-dialog.night .form-group label {
  color: #5d616b;
}
.ui-dialog.night .form-group.focused .input-textbox {
  border-color: #4c535f;
  box-shadow: 0 0 3px rgba(76, 83, 95, 0.5);
}
.ui-dialog.night .form-group.focused .input-textbox.input-addon:before {
  border-left-color: #8e93a1;
  color: #8e93a1;
}
.ui-dialog.night [data-tooltip]:before {
  background-color: #8667ab;
  color: #ffffff;
}
.ui-dialog.night [data-tooltip]:after {
  background-color: #8667ab;
}
.ui-dialog.daylight {
  background: #fff;
}
.ui-dialog.daylight header {
  border-bottom-color: rgba(16, 37, 78, .15);
}
.ui-dialog.daylight .ui-dialog-buttonpane {
  border-top-color: rgba(16, 37, 78, .15);
}
.ui-dialog.daylight .ui-dialog-buttonpane button {
  border-left-color: rgba(16, 37, 78, .15);
}
.ui-dialog.daylight .ui-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(16, 37, 78, .15);
}
.ui-dialog.daylight .ui-scroll-wrap .ui-scroll-thumb {
  background-color: rgba(16, 37, 78, .15);
}
.daylight .ui-widget-overlay {
  background: #fff;
}
.no-animation {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.no-animation * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-moz-keyframes fade-in-60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-o-keyframes fade-in-60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes fade-in-60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes fade-in-05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@-moz-keyframes fade-in-05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@-o-keyframes fade-in-05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@keyframes fade-in-05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@-webkit-keyframes fade-in-90 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@-moz-keyframes fade-in-90 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@-o-keyframes fade-in-90 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes fade-in-90 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@-webkit-keyframes grow-in {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes grow-in {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes grow-in {
  0% {
    -o-transform: scale(0);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes grow-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes counter-clockwise {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes counter-clockwise {
  0% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes counter-clockwise {
  0% {
    -o-transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes counter-clockwise {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes clockwise {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes background-position {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-moz-keyframes background-position {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-o-keyframes background-position {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes background-position {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-webkit-keyframes slide-up-20 {
  0% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes slide-up-20 {
  0% {
    -moz-transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@-o-keyframes slide-up-20 {
  0% {
    -o-transform: translateY(20px);
  }
  100% {
    -o-transform: translateY(0px);
  }
}
@keyframes slide-up-20 {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes slide-down-20 {
  0% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes slide-down-20 {
  0% {
    -moz-transform: translateY(-20px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@-o-keyframes slide-down-20 {
  0% {
    -o-transform: translateY(-20px);
  }
  100% {
    -o-transform: translateY(0px);
  }
}
@keyframes slide-down-20 {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes dialog-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes dialog-in {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes dialog-in {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0);
  }
}
@keyframes dialog-in {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes dialog-out {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 35px, 0);
  }
}
@-moz-keyframes dialog-out {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 35px, 0);
  }
}
@-o-keyframes dialog-out {
  0% {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: translate3d(0, 35px, 0);
  }
}
@keyframes dialog-out {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 35px, 0);
  }
}
.ui-tabs .ui-tab {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ui-tabs .ui-tab-panel {
  display: none;
}
.ui-tabs .ui-tab-panel.active {
  display: block;
}
.ui-tabs tr.ui-tab-panel.active {
  display: table-row;
}
.ui-tabs .ui-tab-panel.flex.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ui-tabs .ui-tab-panel.ninja {
  display: none;
}
.ui-conditionals .ui-conditional-panel {
  display: none;
}
.ui-conditionals .ui-conditional-panel.active {
  display: block;
}
.ui-conditionals tr.ui-conditional-panel.active {
  display: table-row;
}
.ui-conditionals .ui-conditional-panel.flex.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ui-conditionals .ui-conditional-panel.ninja {
  display: none;
}
nav.ui-top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.ui-top-nav li {
  padding: 0;
  position: relative;
}
nav.ui-top-nav > ul {
  display: table;
}
nav.ui-top-nav > ul > li {
  display: table-cell;
  white-space: nowrap;
}
nav.ui-top-nav > ul > li ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
}
nav.ui-top-nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
}
nav.ui-top-nav ul li > ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  -moz-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
nav.ui-top-nav ul li.active > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0s;
  -moz-transition: opacity 0.25s ease, visibility 0s linear 0s;
  -o-transition: opacity 0.25s ease, visibility 0s linear 0s;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}
.ui-ajax-draggable {
  position: relative;
}
.ui-ajax-draggable .blank {
  background-color: #dedede;
}
.ui-ajax-draggable .blank * {
  visibility: hidden;
}
.ui-ajax-draggable tr.blank td {
  visibility: visible;
}
.ui-ajax-draggable tr.blank td * {
  visibility: hidden;
}
.ui-ajax-draggable .droppable {
  position: relative;
}
.ui-ajax-draggable .droppable:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 2px;
  width: 100%;
  background-color: #666666;
}
.ui-ajax-draggable .droppable.end:before {
  top: auto;
  bottom: -1px;
}
.ui-ajax-draggable tr.droppable:before {
  display: none;
}
.ui-ajax-draggable tr.droppable td {
  position: relative;
}
.ui-ajax-draggable tr.droppable td:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 2px;
  width: 100%;
  background-color: #666666;
}
.ui-ajax-draggable tr.droppable.end td:before {
  top: auto;
  bottom: -1px;
}
.ui-ajax-draggable .ui-draggable-dragging {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .4);
  opacity: 0.5;
  cursor: default;
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
html {
  font-size: .9375vw;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #FFFFFF;
  line-height: 1.65em;
  transition: padding-top .2s ease 0s;
  color: #494949;
  font-weight: 400;
  overflow-x: hidden;
}
form *, form *:before, form *:after {
  box-sizing: border-box;
}
.cms-admin div.ui-dialog div.jl-items {
  overflow: scroll;
}
html body div.ui-dialog ul.jl-list li:after {
  color: #6689A9;
  display: initial;
}
main section, footer section {
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 5em;
  padding-right: 5em;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
a.anchor-link {
  position: absolute;
  top: 0;
  left: 0;
}
body:not(.cms-admin) main > main section header:empty {
  display: none;
}
input, textarea, select {
  margin: 0;
  padding: 0.75em;
  border: none;
  font-size: 1em;
  border-radius: 0;
  background-image: none;
  font-family: 'Source Sans Pro', sans-serif;
  resize: none;
  outline: none;
  font-weight: 400;
  box-shadow: none;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
option {
  color: #000000;
}
.validation {
  display: none;
}
a {
  text-decoration: none;
  transition: color .4s ease 0s;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  cursor: default;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
video {
  max-width: 100%;
  display: block;
}
p {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main {
  max-width: 93.333em;
  width: auto;
  margin: 0 auto;
  position: relative;
}
.main.thin {
  max-width: 80em;
}
.main.thinner {
  max-width: 47em;
}
.flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.flex > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.half {
  width: 50%;
}
.spaced > .half {
  width: 48%;
}
.third {
  width: 33.33%;
}
.spaced > .third {
  width: 32%;
}
.two-thirds {
  width: 66.66%;
}
.spaced > .two-thirds {
  width: 64%;
}
.fourth {
  width: 25%;
}
.spaced > .fourth {
  width: 24%;
}
.three-fourths {
  width: 75%;
}
.spaced > .three-fourths {
  width: 74%;
}
.fifth {
  width: 20%;
}
.spaced > .fifth {
  width: 19.5%;
}
.two-fifths {
  width: 40%;
}
.spaced > .two-fifths {
  width: 39%;
}
.three-fifths {
  width: 60%;
}
.spaced > .three-fifths {
  width: 59%;
}
.four-fifths {
  width: 80%;
}
.spaced > .four-fifths {
  width: 78%;
}
.sixth {
  width: 16.666%;
}
.full {
  width: 100%;
}
.left {
  float: none;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.right {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  float: none;
}
.hide {
  display: none;
}
div.zone-editable > * {
  min-height: 15px;
}
body.cms-layout .cms-zone ul.zone-tab li {
  position: relative !important;
  opacity: 1 !important;
  float: none !important;
  overflow: visible !important;
}
body.cms-layout .cms-zone ul.zone-tab {
  overflow: visible !important;
  -webkit-column-count: auto !important;
  -moz-column-count: auto !important;
  column-count: auto !important;
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
body > iframe {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
figure, blockquote, figcaption {
  margin: 0;
  text-align: left;
}
iframe {
  border: none;
  outline: none;
  margin: 0;
}
.ui-scroll {}
.cms-admin .ui-scroll {
  overflow: auto;
}
.ui-scroll::-webkit-scrollbar {
  width: 6px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.05);
}
.ui-scroll::-webkit-scrollbar-thumb {
  border: none;
  background-color: rgba(255, 255, 255, 0.25);
}
.general.content-container > .main.flex, .general.content-container-2 > .main.flex {
  padding: 4em 5%;
  background-color: #FFFFFF;
  position: relative;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.general.content-container > .main.flex {
  margin-top: -2.333em;
}
.general.content-container .content-zone:not(.two-thirds) {
  width: 100%;
}
.wide-side {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wide-side .content h1 {
  color: #003BA8;
  font-weight: 700;
  font-size: 1.667em;
}
.wide-side aside {
  margin-top: -9em;
  width: 45%;
  max-width: 40em;
}
#YextScan {
  border-top: solid 7em #003BA8;
}
.jw-media video {
  max-width: none !important;
}
.no-flexbox .flex {
  display: table;
  width: 100%;
}
.no-flexbox .flex > * {
  display: table-cell;
}
.sub-content-area {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.sub-content-area > article {
  width: 65.666%;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.sub-content-area > aside {
  max-width: 32.333%;
  width: 23.024em;
}
.sub-content-area > aside > * + * {
  margin-top: 1.5em;
}
.content {
  position: relative;
}
.light {
  color: #FFFFFF;
}
.content center {
  text-align: left;
}
.general.content-container .content:not(.privacy) p:first-of-type:first-letter {
  float: left;
  padding-bottom: 2rem;
  font-size: 7.222em;
  font-weight: 900;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}
.light h1, .light h4, .light h6, .light header > strong {
  color: #FFFFFF;
}
h1 strong, h4 strong {
  display: block;
  font-weight: 600;
}
h2, h3, h5, h6 {
  margin: 2.5rem 0 1.75rem;
  line-height: 1.15;
}
h2 {
  font-size: 1.778em;
}
h3 {
  font-size: 1.778em;
  font-weight: 400;
  color: #494949;
}
.light h3 {
  color: #FFFFFF;
}
h5 {
  font-size: 1.333em;
  margin: 1.25rem 0;
}
.light h5 {
  color: #FFFFFF;
}
h6 {
  margin: 0;
  font-size: 1.176em;
}
.content p {
  margin: 1.25rem 0;
}
.content ul {
  list-style: disc;
  margin: 1.25rem 0;
  padding-left: 2.5em;
}
.content li > ul {
  margin: 0;
}
header {
  position: relative;
}
header.centered {
  text-align: center;
}
header h1, header h4 {
  position: relative;
  font-size: 6.667em;
  font-weight: 300;
}
header .bordered {
  position: relative;
  padding-bottom: 0;
}
header .bordered:before {
  content: '';
  position: absolute;
  width: 14rem;
  height: 1px;
  bottom: 0;
  left: 0;
}
.centered .bordered:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -8rem;
}
.centered .bordered .outer-span:first-of-type:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 8rem;
  content: '';
  position: absolute;
  bottom: 0;
  width: 14rem;
  height: 1px;
}
header .bordered:after {
  content: '';
  position: absolute;
  width: 0.65rem;
  height: 0.9rem;
  left: 14.75rem;
  bottom: 0;
  -webkit-transform: translateY(50%) skew(-38deg);
  -ms-transform: translateY(50%) skew(-38deg);
  transform: translateY(50%) skew(-38deg);
}
.centered .bordered:after {
  left: 50%;
  -webkit-transform: translate(-50%, 50%) skew(-38deg);
  -ms-transform: translate(-50%, 50%) skew(-38deg);
  transform: translate(-50%, 50%) skew(-38deg);
}
.outer-span {
  display: block;
  overflow: hidden;
  padding-bottom: 0.185em;
  margin-bottom: -0.185em;
}
.outer-span + .outer-span {
  margin-bottom: 0;
}
.inner-span {
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(130%);
  -ms-transform: translateY(130%);
  transform: translateY(130%);
  display: block;
  opacity: 0;
}
.visible .inner-span, .cms-editing .inner-span, .cms-admin .inner-span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.lg-letter {
  position: absolute;
  left: -0.04em;
  font-size: 31em;
  font-weight: 900;
  opacity: 0.1;
  line-height: 0.7;
  top: -0.233em;
  text-transform: uppercase;
  pointer-events: none;
}
.centered .lg-letter {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.light .lg-letter {
  opacity: 0.075;
  color: #FFFFFF;
}
header h6, figcaption h6 {
  color: #494949;
  font-size: 1.667em;
}
header h6 strong {
  font-weight: 600;
}
header > strong {
  font-weight: 600;
  font-size: 1.667em;
  color: #494949;
}
.btn, .button-list li a {
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  cursor: pointer;
  position: relative;
  color: #FFFFFF;
  transition: color 0.35s ease, background-position 0.3s ease-in-out, background-color 0.35s ease, box-shadow 0.3s ease-in-out;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  z-index: 1;
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  box-shadow: 0.25em 0.25em 2.25em rgba(0, 0, 0, 0.35);
  border: none;
  border-radius: 0;
  background-size: 200% 100%;
  background-position: 0 0;
}
.btn.small {
  padding: 0.35em 0.5em;
}
.btn:hover, a:hover .btn, .button-list li a:hover {
  color: #FFFFFF;
  background-position: 100% 100%;
  box-shadow: -0.25em 0.25em 2.25em rgba(0, 0, 0, 0.35);
}
.btn.v2 {
  background-image: none;
}
.btn.v2:hover, a:hover .btn.v2 {}
.btn.v3 {
  background-image: none;
}
.btn.v3:hover, a:hover .btn.v3 {}
.button-list {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.button-list li {
  min-width: 31.333%;
}
.button-list li + li {
  margin-left: 2.5%;
}
.button-list li a {
  width: 100%;
}
.line-btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
  padding: 0.3em 0 0.3em 1.5em;
  position: relative;
  color: #FFFFFF;
  transition: 0.2s ease, background-color 0.35s ease;
}
.line-btn:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 0;
  bottom: 0;
  right: 0;
  transition: width 0.2s ease, height 0.1s ease;
  border-bottom: solid 1px;
  border-left: solid 1px;
}
.line-btn:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-top: solid 1px transparent;
  border-right: solid 1px transparent;
}
.line-btn:hover, .line-btn.hover {
  padding: 0.3em 0.75em;
  transition: 0.2s ease, background-color 0.35s ease 0.5s, color 0.35s ease 0.5s;
  color: #FFFFFF;
}
.line-btn:hover:before, .line-btn.hover:before {
  transition: width 0.2s ease, height 0.1s ease 0.2s;
  width: 100%;
  height: 100%;
}
.line-btn:hover:after, .line-btn.hover:after {
  transition: width 0.2s ease 0.3s, height 0.1s ease 0.5s, border-color 0s ease 0.3s;
  width: 100%;
  height: 100%;
}
.container {
  position: relative;
  overflow: hidden;
}
.container ul, .container ol {
  transition: transform 0.5s ease;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.container li {
  width: 100%;
}
.scrolling-list-nav {
  position: relative;
  width: 100%;
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.active .scrolling-list-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.scrolling-list-nav > * {
  display: block;
  line-height: 1;
  position: relative;
  transition: 0.35s ease;
  cursor: pointer;
  border-radius: 50%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #494949;
  font-size: 2.15em;
}
.light .scrolling-list-nav > * {
  color: #FFFFFF;
}
.scrolling-list-nav > * + * {
  margin-left: 0.5em;
}
.scrolling-list-nav > *:hover {
  opacity: 0.7;
}
.scrolling-list-nav > *:before {
  display: block;
  font-family: 'fontello';
  line-height: 1;
  position: relative;
}
.scrolling-list-nav .prev:before {
  content: '\e80c';
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.scrolling-list-nav .next:before {
  content: '\e80c';
}
.start .scrolling-list-nav .prev, .end .scrolling-list-nav .next {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}
.light .start .scrolling-list-nav .prev, .light .end .scrolling-list-nav .next {}
.content-quote {
  display: block;
  position: relative;
  padding: 2em;
}
.content-quote:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
}
.content-quote p {
  font-size: 1.333em;
  font-weight: 300;
  line-height: 1.5;
}
.content-quote p strong {
  font-weight: 600;
}
.content-quote > strong {
  display: block;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 1.5em;
}
.content-quote small {
  display: block;
  font-weight: 600;
  font-size: 0.833em;
  line-height: 1.35;
}
.play-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 3px #FFFFFF;
  width: 1.85em;
  height: 1.85em;
  border-radius: 50%;
  margin: 1em auto 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.5em;
  transition: background-color 0.4s ease;
}
.play-btn:hover {
  background-color: #FFFFFF;
}
.play-btn icon {
  display: block;
  position: relative;
}
.play-btn icon:before {
  position: relative;
  line-height: 1;
  left: 0.1em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.play-btn icon:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.19em;
  border-style: solid;
  border-width: 0.2em 0.845em 0.2em 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: translateY(50%) rotate(-60deg);
  -ms-transform: translateY(50%) rotate(-60deg);
  transform: translateY(50%) rotate(-60deg);
}
.video-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 50;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0s 0.5s;
}
.video-pop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.5s ease, transform 0s;
}
.video-container {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  box-shadow: 0.25em 0.258em 2.5em rgba(0, 0, 0, 0.35);
  top: 50%;
  _padding-bottom: 56.25%;
}
.video-pop video {
  display: block;
  width: 100%;
  background-color: #19191D;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 11.222em auto;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 100%;
}
.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 5em;
  height: 5em;
}
.close-btn span {
  display: block;
  width: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  border-radius: 5em;
  background-color: #FFFFFF;
  transition: width 0.3s ease, transform 0.3s ease 0.3s;
  position: absolute;
}
.active .close-btn span {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 3em;
  transition: width 0.3s ease 0.5s, transform 0.3s ease 0.8s;
}
.active .close-btn span + span {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 1.35vw;
  }
  header h1, header h4 {
    font-size: 5em;
  }
  .general.content-container > .main.flex {
    margin-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 2vw;
  }
  main section, footer section {
    padding-left: 2em;
    padding-right: 2em;
  }
  .main.thinner {
    max-width: 94%;
  }
  header h1, header h4 {
    font-size: 4.5em;
  }
  .lg-letter {
    font-size: 20.75em;
  }
  header h6, figcaption h6 {
    font-size: 1.333em;
  }
  h3 {
    font-size: 1.333em;
  }
  .two-fifths {
    width: 100%;
  }
  .three-fifths {
    width: 100%;
  }
  .half {
    width: 100%;
  }
  .fourth {
    width: 100%;
  }
  .three-fourths {
    width: 100%;
  }
  .wide-side aside {
    margin-top: 2em;
    width: 100%;
    max-width: none;
  }
  .general.content-container > .main.flex > .two-thirds, .general.content-container > .main.flex > .third {
    width: 100%;
  }
  .general.content-container > .main.flex > .third {
    margin-top: 3em;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.65vw;
  }
  header h1, header h4 {
    font-size: 3.5em;
  }
  .lg-letter {
    font-size: 16.25em;
  }
  .two-thirds {
    width: 100%;
  }
  .third {
    width: 100%;
  }
  .spaced > .half {
    width: 100%;
  }
  .spaced > .two-thirds {
    width: 100%;
  }
  .spaced > .third {
    width: 100%;
  }
  .general.content-container > .main.flex, .general.content-container-2 > .main.flex {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 4.20vw;
  }
  header h1, header h4 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.444em;
  }
  h3 {
    font-size: 1.222em;
  }
  header h6, figcaption h6 {
    font-size: 1.222em;
  }
  .content-quote {
    padding: 1.5em;
  }
  .content-quote p {
    font-size: 1.111em;
  }
  main section, footer section {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.primary-token {
  color: #B621FE;
}
.secondary-token {
  color:#1FD1F9;
}
.tertiary-token {
  color: #65C0FF;
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
a {
  color:#1FD1F9;
}
a:hover {
  color: #B621FE;
}
.ui-scroll::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0.05);
}
.general.content-container .content:not(.privacy) p:first-of-type:first-letter {
  color: #B621FE;
}
.grad-bg {
  background-image: linear-gradient(135deg, #B621FE,#1FD1F9);
}
h2, h5, h6 {
  color: #494949;
}
header .bordered:before {
   background-image: linear-gradient(to right, #0149CC, #00C6FF, #0149CC);
  background-color: #B621FE;
}
.centered .bordered:before {
   background-image: linear-gradient(to right, #0149CC, #00C6FF, #0149CC);
  background-color: #B621FE;
}
.centered .bordered .outer-span:first-of-type:before {
  background-image: linear-gradient(to right, #0149CC, #00C6FF, #0149CC);
  background-color: #B621FE;
}
header .bordered:after {
  border-left: solid 2px#1FD1F9;
  border-right: solid 2px#1FD1F9;
}
.who-we-serve header h4 {
  color: #B621FE;
}
.lg-letter {
  color:#1FD1F9;
}
.btn, .button-list li a {
  background-color: #B621FE;
  background-image: linear-gradient(to right, #B621FE,#1FD1F9, #B621FE);
}
.btn.v2 {
  background-color:#1FD1F9;
}
.btn.v2:hover, a:hover .btn.v2 {
  background-color: #00A8D9;
}
.btn.v3 {
  background-color:#1FD1F9;
}
.btn.v3:hover, a:hover .btn.v3 {
  background-color: #B621FE;
}
.content-quote {
  background-color: #F0F9FF;
}
.content-quote:before {
  background-color: #B621FE;
  background-image: linear-gradient(to bottom, #B621FE,#1FD1F9);
}
.content-quote > strong {
  color: #B621FE;
}
.play-btn icon:before {
  color: #B621FE;
  background-image: linear-gradient(135deg, #B621FE,#1FD1F9);
}
.play-btn icon:after {
  border-color: transparent#1FD1F9 transparent transparent;
}
.video-pop video {
  background-image: url("../../images/corporate/narratree-logo400x400_side5.png");
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
#HeaderZone {
  position: fixed;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  transition: 0.35s ease;
}
.cms-admin #HeaderZone {
  position: relative;
}
.up-scroll .fixed #HeaderZone {
  _transform: translate(0, 0);
}
.down-scroll .fixed:not(.menu-open) #HeaderZone {
  _transform: translate(0, -100%);
}
.masthead {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: background-color 0.35s ease, border-color 0.35s ease;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  padding: 0.5em 3.5em;
}
.fixed .masthead, .cms-admin .masthead {
  background-color: linear-gradient(to right, #0149CC, #00C6FF, #0149CC);
  border-color: #D2D2D2;
}
.masthead a {
  display: block;
  position: relative;
}
.logo img {
  display: block;
  max-width: none;
  height: 10.889em;
  width: 15.222em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  transition: 0.35s ease;
  position: relative;
  z-index: 1;
}
.fixed .logo img {
  height: 4em;
}
.top-nav {
  padding: 0 2em;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.top-nav ul {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-nav a {
  text-transform: uppercase;
  font-size: 0.833em;
  color: #FFFFFF;
  padding: 0.5em 1.5em;
  transition: color 0.35s ease;
}
.fixed .top-nav a, .cms-admin .top-nav a {
  color: #494949;
}
.fixed.menu-open .top-nav a {
  color: #FFFFFF;
}
.top-nav .level-1 > a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  transition: width 0.3s ease-in-out;
}
.top-nav .level-1 > a:hover:before {
  width: calc(100% - 3em);
}
.contact-container {
  width: 15.222em;
  display: block;
  text-align: right;
}
.contact-container .mast-contact {
  font-size: 0.833em;
  color: #FFFFFF;
  text-transform: uppercase;
  display: table;
  position: relative;
  z-index: 2;
  margin: 0 0 0 auto;
}
.fixed .mast-contact, .hover .mast-contact, .cms-admin .mast-contact {
  color: #494949;
}
.menu-open.fixed .mast-contact {
  color: #FFFFFF;
}
.mast-contact:hover, .mast-contact.hover {
  color: #FFFFFF;
}
.mast-contact.hover {
  opacity: 0.7;
}
.mast-contact.hover:hover {
  opacity: 1;
}
.fixed .mast-contact:hover, .fixed .mast-contact.hover, .cms-admin .mast-contact:hover {
  color: #FFFFFF;
}
.mast-contact:before, .mast-contact.hover:before {
  border-color: #DEDEDE;
}
.mast-contact:hover:after, .mast-contact.hover:after {
  border-color: #DEDEDE;
}
.masthead .menu-btn {
  width: 2.75em;
  height: 2.75em;
  border: solid 1px rgba(255, 255, 255, 0.2);
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: none;
  transition: 0.35s ease;
}
.fixed .masthead .menu-btn, .cms-admin .masthead .menu-btn {
  border-color: rgba(73, 73, 73, 0.212);
}
.menu-open.fixed .masthead .menu-btn {
  border-color: rgba(255, 255, 255, 0.2);
}
.masthead .menu-btn span {
  position: absolute;
  width: 1.75em;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  transition: margin 0.3s ease 0.3s, opacity 0s 0.3s, transform 0.3s ease, background-color 0.35s ease;
}
.menu-open .masthead .menu-btn span {
  opacity: 0;
  transition: margin 0.3s ease, opacity 0s 0.3s, transform 0.3s ease 0.3s;
}
.menu-open.fixed .masthead .menu-btn span {
  background-color: #FFFFFF;
}
.masthead .menu-btn span:first-of-type {
  margin-top: -8px;
}
.menu-open .masthead .menu-btn span:first-of-type {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
.masthead .menu-btn span:last-of-type {
  margin-top: 8px;
}
.menu-open .masthead .menu-btn span:last-of-type {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
}
.contact-pop {
  position: absolute;
  width: 23em;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 5.75rem 3.5em 2em;
  max-width: 50%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: opacity 0.5s ease-in-out 0.2s, transform 0s 0.7s;
  z-index: -1;
  font-size: 2vh;
  opacity: 0;
}
.hover .contact-pop {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 0s;
}
.cms-edit-layout .contact-pop {
  display: none;
}
.contact-pop:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
  transition: opacity 0.5s ease-in-out 0.2s, transform 0s 0.7s;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
}
.hover .contact-pop:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.5s ease-in-out, transform 0s;
}
.contact-pop:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease-in-out 0.2s;
}
.hover .contact-pop:after {
  opacity: 1;
  transition: 0.5s ease-in-out 0s;
}
.contact-pop h6 {
  line-height: 1.15;
}
.pop-phone {
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
}
.contact-pop ul {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 1em;
}
.contact-pop li {
  width: 100%;
  font-size: 0.889em;
  line-height: 1.65;
  padding: 1em 0;
  border-top: solid 1px #E1E1E1;
}
.contact-pop li strong {
  display: block;
  font-weight: 600;
}
.contact-pop li a {
  display: block;
  font-weight: 600;
}
.contact-pop .social {
  max-width: 14em;
  margin-left: auto;
  margin-top: 1.5em;
}
.contact-pop .social a {
  margin: 0.25em 0 0.25em 0.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-height: 800px) {
  .contact-pop li {
    width: 50%;
    max-width: calc(50% - 1em);
    margin-top: 1.5em;
  }
  .contact-pop .social {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 1500px) {
  .masthead {
    padding: 0.5em 2em;
  }
  .top-nav a {
    padding: 0.5em;
  }
  .top-nav {
    padding: 0 1em;
  }
  .logo img, .contact-container {
    width: 9em;
  }
  .logo img {
    height: 5.35em;
  }
}
@media screen and (max-width: 1080px) {
  .masthead .menu-btn {
    display: block;
    margin-left: 1em;
  }
  .top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: opacity 0.5s ease-in-out, transform 0s 0.5s;
    opacity: 0;
    padding-top: 7.5em;
  }
  .menu-open .top-nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0s;
  }
  .top-nav ul {
    display: block;
    font-size: 3vh;
    text-align: center;
  }
  .top-nav li {
    line-height: 1.5;
  }
  .top-nav li a {
    display: inline-block;
    line-height: 1.5;
  }
  .contact-container {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 750px) {
  .contact-pop {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .masthead {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.primary-token {
  color: #B621FE;
}
.secondary-token {
  color:#1FD1F9;
}
.tertiary-token {
  color: #65C0FF;
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
.masthead {}
.logo img {
  background-image: url("../../images/corporate/narratree-logo400x400_side5.png");
}
.top-nav .level-1 > a:before {
  background-color:#1FD1F9;
}
.mast-contact:hover, .mast-contact.hover {
  background-color:#1FD1F9;
}
.fixed .mast-contact:before, .fixed .mast-contact.hover:before, .cms-admin .mast-contact:before {
  border-color:#1FD1F9;
}
.fixed .mast-contact:hover, .fixed .mast-contact.hover, .cms-admin .mast-contact:hover {
  background-color:#1FD1F9;
}
.fixed .mast-contact:hover:after, .fixed .mast-contact.hover:after, .cms-admin .mast-contact:hover:after {
  border-color:#1FD1F9;
}
.fixed .masthead .menu-btn span {
  background-color:#1FD1F9;
}
@media screen and (max-width: 1080px) {
  .top-nav {
    background-color: #B621FE;
    background-image: linear-gradient(135deg, #B621FE,#1FD1F9);
  }
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
.footer {
  padding-bottom: 0;
  padding-top: 3em;
}
.footer header a {
  font-weight: 600;
  font-size: 2em;
  margin-top: 0.25em;
  display: inline-block;
  line-height: 1;
}
.footer > nav {
  margin: 2.5em auto 0;
  border-bottom: solid 1px rgba(210, 210, 210, 0.502);
}
.footer > nav > strong {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #D2D2D2;
  font-size: 1.333em;
  font-weight: 600;
  line-height: 1;
}
.footer > nav > strong:before, .footer > nav > strong:after {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  background-color: rgba(210, 210, 210, 0.502);
  content: '';
}
.footer > nav > strong:before {
  margin-right: 0.75em;
}
.footer > nav > strong:after {
  margin-left: 0.75em;
}
.footer nav ul {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 2em 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer nav ul li {
  max-width: 25%;
  padding: 0 2em;
}
.footer nav ul li strong {
  display: block;
  font-weight: 600;
}
.footer nav ul li a {
  display: block;
  font-weight: 600;
}
.footer > .flex {
  padding: 1.5em 0;
}
.left-foot {
  width: auto;
  font-size: 0.833em;
  max-width: 50%;
}
.left-foot .schema {
  padding-right: 0.5em;
}
.left-foot li {
  display: inline-block;
}
.left-foot li a {
  display: block;
  padding: 0 0.5em;
  color: #494949;
}
.left-foot li a:hover {}
.right-foot {
  max-width: 50%;
}
.social {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.social a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #D2D2D2;
  font-size: 1.25em;
  width: 1.5em;
  height: 1.5em;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.social.light a {
  background-color: #F2F2F2;
  width: 2.25em;
  height: 2.25em;
}
.social a + a {
  margin-left: 0.5em;
}
.social a:hover {}
@media screen and (max-width: 1500px) {
  .footer nav ul li {
    padding: 0 1em;
  }
}
@media screen and (max-width: 1080px) {
  .left-foot .schema {
    width: 100%;
  }
  .left-foot li a {
    padding: 0 1em 0 0;
  }
}
@media screen and (max-width: 750px) {
  .footer nav ul li {
    width: 50%;
    max-width: none;
    text-align: center;
    margin: 1em 0;
  }
  .footer nav ul {
    padding: 1em 0;
  }
  .left-foot {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .left-foot > ul {
    width: 100%;
  }
  .left-foot li a {
    padding: 0 0.5em;
  }
  .right-foot {
    max-width: none;
    width: 100%;
    margin-top: 1em;
  }
  .social {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  .social {
    max-width: 10em;
    margin: 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social a, .social a + a {
    margin: 0.25em;
  }
  .footer nav ul li {
    width: 100%;
  }
}
.primary-token {
  color: #B621FE;
}
.secondary-token {
  color:#1FD1F9;
}
.tertiary-token {
  color: #65C0FF;
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
.footer header a {
  color:#1FD1F9;
}
.left-foot li a:hover {
  color:#1FD1F9;
}
.social a:hover {
  color:#1FD1F9;
}
@font-face {
  font-family: 'fontello';
  src: url('../../includes/fontello/fontello.eot') format('embedded-opentype'), url('../../includes/fontello/fontello.woff') format('woff'), url('../../includes/fontello/fontello.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
icon[class^='icon-']:before, icon[class*=' icon-']:before {
  font-family: 'fontello';
  text-align: center;
}
.icon-glassdoor:before, .glassdoor:before {
  content: '\e800';
  font-family: 'fontello';
}
.icon-google:before, .google-plus:before {
  content: '\e801' !important;
  font-family: 'fontello';
  font-size: 0.825em;
  position: relative;
  top: -0.175em;
}
.icon-ERP:before {
  content: '\e802';
}
.icon-search:before {
  content: '\e803';
}
.icon-website:before {
  content: '\e804';
}
.icon-BPR:before {
  content: '\e805';
}
.icon-HRIS:before {
  content: '\e806';
}
.icon-Support:before {
  content: '\e807';
}
.icon-BI:before {
  content: '\e808';
}
.icon-CRM:before {
  content: '\e809';
}
.icon-light-bulb:before {
  content: '\e80a';
}
.icon-marketing:before {
  content: '\e80b';
}
.icon-arrow:before {
  content: '\e80c';
}
.icon-outmigration:before {
  content: '\e80d';
}
.icon-BPR-groups:before {
  content: '\e80e';
}
.icon-responsive:before {
  content: '\e80f';
}
.icon-platform:before {
  content: '\e810';
}
.icon-scorpion:before {
  content: '\e811';
}
.icon-reach-patients:before {
  content: '\e812';
}
.icon-web-presence:before {
  content: '\e813';
}
.icon-web-design:before {
  content: '\e814';
}
.icon-trophy:before {
  content: '\e815';
}
.icon-urgent-care:before {
  content: '\e816';
}
.icon-brand-online:before {
  content: '\e817';
}
.icon-ux-design:before {
  content: '\e818';
}
.icon-winner:before {
  content: '\e819';
}
.icon-analytics:before {
  content: '\e81a';
}
.icon-award:before {
  content: '\e81b';
}
.icon-cms:before {
  content: '\e81c';
}
.icon-critical-access-hospitals:before {
  content: '\e81d';
}
.icon-google-partner:before {
  content: '\e81e';
}
.icon-hospital-systems:before {
  content: '\e81f';
}
.icon-independent-hospitals:before {
  content: '\e820';
}
.icon-competitive-advantage:before {
  content: '\e821';
}
.icon-attract-talent:before {
  content: '\e822';
}
.icon-technology:before {
  content: '\e823';
}
.icon-cover-letter:before {
  content: '\e824';
}
.icon-resume:before {
  content: '\e827';
}
.icon-other-materials:before {
  content: '\e828';
}
.icon-checkmark:before {
  content: '\e831';
}
.icon-blog-posts:before {
  content: '\e832';
}
.icon-blog-post:before {
  content: '\e833';
}
.icon-box:before {
  content: '\e834';
}
.icon-social-calendar:before {
  content: '\e835';
}
.icon-phone:before {
  content: '\e836';
}
.icon-social-post:before {
  content: '\e837';
}
.icon-day-40:before {
  content: '\e82e';
}
.icon-day-19-40:before {
  content: '\e82f';
}
.icon-day-2-7:before {
  content: '\e830';
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
p.quote-with-author.v1 {
  display: block;
  width: 100%;
  padding: 2rem 2.5rem;
  font-style: italic;
  font-size: 1.667em;
  font-weight: 300;
  box-shadow: .5rem .5rem 3rem rgba(0, 0, 0, 0.2);
  line-height: 1.6;
  background-color: #FFFFFF;
}
p.quote-with-author.v1 strong {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 2rem);
  margin-left: -2rem;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-style: normal;
  text-align: right;
  font-weight: 700;
  margin-top: 1.5rem;
  line-height: 1.2;
  opacity: .5;
  color: #494949;
}
p.quote-with-author.v1 strong:before {
  display: block;
  content: '';
  position: relative;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 0.667rem;
  height: .9rem;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  -webkit-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  transform: skew(-40deg);
  margin: 0 1rem 0 1.5rem;
}
p.quote-with-author.v1 strong:after {
  display: block;
  content: '';
  position: relative;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  width: auto;
}
.no-flexbox p.quote-with-author.v1 strong:after, .no-flexbox p.quote-with-author.v1 strong:before {
  display: none;
}
p.quote-with-author.v1 em {
  font-size: 1rem;
  font-style: normal;
  display: block;
  text-align: right;
  font-weight: 400;
  line-height: 1.2;
  opacity: .5;
  color: #494949;
}
@media screen and (max-width: 1500px) {
  p.quote-with-author.v1 {
    font-size: 1.333em;
    padding: 2rem;
  }
}
@media screen and (max-width: 1080px) {}
@media screen and (max-width: 750px) {}
@media screen and (max-width: 520px) {}
p.quote-with-author.v1 {}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
.contact-system {
  min-height: 100vh;
}
.contact-page {
  padding-bottom: 0;
  padding-top: 4em;
  padding-left: 0;
  padding-right: 0;
}
.contact-page.questions-page {
  max-width: 80em;
  margin: 5em auto 0;
}
.contact-page .third h4 {
  padding-bottom: 1em;
  font-size: 5.5em;
}
.contact-page .third .border:before {
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
}
.contact-page .third .border:after {
  left: 10rem;
}
.contact-page .two-thirds {
  box-shadow: 0.5em 1em 2.5em rgba(0, 0, 0, 0.285);
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.contact-page .contact-form {
  padding: 2em 2.5em;
  background-color: #FFFFFF;
  color: #494949;
  text-align: left;
  width: 45%;
}
.contact-page.questions-page .contact-form {
  width: 100%;
}
.contact-page .contact-form h6 {
  color: #494949;
  margin-bottom: 4.5vh;
  font-size: 1.6667em;
  font-weight: 500;
}
.contact-page .contact-form .btn {
  margin: 2rem 0 0 auto;
  display: table;
}
.contact-page .contact-form input, .contact-page .contact-form textarea, .contact-page .contact-form select {
  color: #494949;
  border-bottom: solid 1px #D2D2D2;
}
.contact-page .contact-form ::-webkit-input-placeholder {
  color: #494949;
}
.contact-page .contact-form :-moz-placeholder {
  color: #494949;
}
.contact-page .contact-form ::-ms-input-placeholder {
  color: #494949;
}
.contact-page .contact-form ::-moz-placeholder {
  color: #494949;
}
.contact-page .locations {
  padding: 2em 2.5em;
  width: 55%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-page .locations > .flex {
  margin-top: auto;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .locations header a {
  font-size: 2em;
  font-weight: 600;
}
.contact-page .locations .locations-list {
  margin-top: 1em;
}
.contact-page .locations .locations-list ul {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .locations .locations-list li {
  width: 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-top: 1em;
}
.contact-page .locations .locations-list li:nth-child(even) {
  padding-left: 2em;
}
.contact-page .locations a {
  color: #FFFFFF;
}
.contact-page .locations a:hover {
  color: #FFFFFF;
}
.contact-page .locations .right-foot {
  max-width: 13em;
}
.contact-page .locations .left-foot {
  max-width: none;
}
.contact-page .locations .social {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1em;
}
.contact-page .locations .social a {
  background-color: rgba(255, 255, 255, 0.502);
  padding: 0.65em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: relative;
  margin: 3px;
  text-align: center;
  height: 2.15em;
  width: 2.15em;
}
.contact-page .locations .left-foot li a {
  padding-left: 0;
}
@media screen and (max-width: 1500px) {
  .contact-page header.third {
    width: 100%;
  }
  .contact-page .third h4 {
    padding-bottom: 0;
  }
  .contact-page .two-thirds {
    width: 100%;
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 1080px) {
  .contact-page.questions-page {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .contact-page .contact-form {
    width: 100%;
  }
  .contact-page .locations {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .contact-page .third h4 {
    font-size: 2.5em;
  }
  .contact-page .contact-form {
    padding: 2em;
  }
  .contact-page .locations .social {
    margin: 0 0 1em;
    max-width: none;
  }
  .contact-page .locations .locations-list li {
    width: 100%;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .contact-page .locations .locations-list li:nth-child(even) {
    padding-left: 0;
  }
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
.contact-form {
  text-align: center;
  padding-top: 12em;
}
.contact-form header {}
.contact-form header .lg-letter {
  top: -0.43em;
}
.contact-form header h6 {
  margin-top: 2em;
}
.contact-form .outer-span {
  display: inline-block;
  margin-bottom: 0;
}
fieldset {
  text-align: left;
  border: none;
  padding: 0;
  margin: 0 auto;
  max-width: 55em;
}
fieldset .flex {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 3em 0;
}
fieldset .half {
  width: 49%;
  max-width: calc(50% - 2em);
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
fieldset .input-text {
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
fieldset input, fieldset select, fieldset textarea {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
  padding: 0.85em 0;
}
fieldset ul li.ui-conditional-panel, fieldset ul li.hide {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  max-height: 0;
  display: block !important;
  transition: padding-bottom .5s ease 0s, max-height .5s ease 0s;
}
fieldset ul li.ui-conditional-panel.active:not(.hide), fieldset ul li.hide.show:not(.ui-conditional-panel), fieldset ul li.ui-conditional-panel.active.show {
  max-height: 7em;
  padding-bottom: .8em;
}
fieldset ul li.ui-conditional-panel.active.invalid:not(.hide), fieldset ul li.hide.show.invalid:not(.ui-conditional-panel), fieldset ul li.ui-conditional-panel.active.show.invalid {
  overflow: visible;
}
fieldset textarea {
  min-height: 6em;
}
fieldset ::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
fieldset :-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
fieldset ::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
fieldset ::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
fieldset .validation {
  position: absolute;
  left: 0;
  padding: .5em 1em;
  background-color: rgba(0, 0, 0, 0.8);
  top: 100%;
  z-index: 2;
  color: #F2F2F2;
  font-size: .8em;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  white-space: nowrap;
}
_fieldset .invalid .validation {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  visibility: visible;
}
fieldset .validation:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: solid .5em transparent;
  border-right: solid .5em transparent;
  border-bottom: solid .5em rgba(0, 0, 0, 0.8);
  bottom: 100%;
  left: 1em;
}
fieldset .input-text:after, fieldset .input-text:before {
  display: block;
  position: absolute;
  transition: width 0.4s ease 0s;
  left: 50%;
  width: 0;
  height: 1px;
  content: '';
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
fieldset .input-text:before {
  background-color: #FF070B;
}
fieldset .invalid .input-text:before {
  width: 100%;
}
fieldset .input-text:after {
  background-color: #22C022;
}
fieldset .valid .input-text:after {
  width: 100%;
}
aside .contact-form {
  padding: 3em 2em;
}
aside .contact-form header {}
aside .contact-form .lg-letter, aside .contact-form h4 {
  display: none;
}
aside .contact-form header h6 {
  max-width: 15em;
  margin: 0 auto;
}
aside fieldset .flex {
  max-width: 27em;
  margin: 3em auto;
}
aside .contact-form .half {
  width: 100%;
  max-width: none;
}
aside .contact-form .half + .half {
  border-top: none;
}
aside .contact-form textarea {
  min-height: 9.5em;
}
@media screen and (max-width: 1500px) {}
@media screen and (max-width: 1080px) {
  .contact-form {
    padding-top: 8em;
  }
}
@media screen and (max-width: 750px) {
  fieldset .half {
    max-width: none;
  }
  .contact-form {
    padding-top: 6.5em;
  }
}
@media screen and (max-width: 520px) {
  fieldset .half {
    width: 100%;
  }
  fieldset .half + .half {
    border-top: none;
  }
  .contact-form .outer-span {
    display: block;
    margin-bottom: -0.185em;
  }
}
.primary-token {
  color: #B621FE;
}
.secondary-token {
  color:#1FD1F9;
}
.tertiary-token {
  color: #65C0FF;
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
.contact-system {
  background-color: #B621FE;
  background-image: linear-gradient(135deg, #B621FE,#1FD1F9);
}
.contact-page .contact-form {}
.contact-page.questions-page .two-thirds {
  box-shadow: none;
}
.contact-page .contact-form h6 {
  color: #494949;
}
.contact-page .contact-form .btn {}
.contact-page .contact-form input, .contact-page .contact-form textarea, .contact-page .contact-form select {}
.contact-page .contact-form ::-webkit-input-placeholder {
  color: #494949;
}
.contact-page .contact-form :-moz-placeholder {
  color: #494949;
}
.contact-page .contact-form ::-ms-input-placeholder {
  color: #494949;
}
.contact-page .contact-form ::-moz-placeholder {
  color: #494949;
}
.contact-page .locations header a {
  color: #FFFFFF;
}
.contact-page .locations {
  background-color: #B621FE;
  background-image: linear-gradient(314deg, rgba(0, 198, 255, 0.251),#1FD1F9);
}
.contact-page .locations .locations-list li {}
.contact-page .locations a {
  color: #B8EFFF;
}
.contact-page .locations a:hover {
  color: #FFFFFF;
}
.contact-page .locations .social a {
  background-color: rgba(255, 255, 255, 0.502);
}
p.quote-with-author.v1 strong:before {
  border-color:#1FD1F9;
}
p.quote-with-author.v1 strong:after {
   background-image: linear-gradient(to right, #0149CC, #00C6FF, #0149CC);
  background-color:#1FD1F9;
}
.crystal {
  /* background styles */
  position: relative;
  display: inline-block;
  padding: 11px 20px;
  background-color: sienna; /*for compatibility with older browsers*/
  /*background-image: linear-gradient(green);*/
  /* text styles */
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 200;
  height: 50%;
  shadow: 0.3s ease-in-out;
  border-radius: 3px;
  box-shadow: 0px 1px 4px -2px #0717f7;
  text-shadow: 0px -1px #16f5ed;
}
.crystal-green {
  /* background styles */
  position: relative;
  display: inline-block;
  padding: 11px 20px;
  background-color: #0a72ab; /*for compatibility with older browsers*/
  background-image: linear-gradient(green);
  /* text styles */
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 200;
  height: 50%;
  shadow: 0.3s ease-in-out;
  border-radius: 3px;
  box-shadow: 0px 1px 4px -2px #46C560;
  text-shadow: 0px -1px #16f5ed;
}
.glass {
  /* background styles */
  position: relative;
  display: inline-block;
  padding: 11px 20px;
  /*padding: 1em 1.5em;*/
  background-color: lightblue; /*for compatibility with older browsers*/
  /*background-image: linear-gradient(green);*/
  /* text styles */
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 200;
  height: 50%;
  shadow: 0.3s ease-in-out;
  border-radius: 100px;
  box-shadow: 0px 1px 4px -2px #0717f7;
  text-shadow: 0px -1px #16f5ed;
}
.glass:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  outline: none;
  cursor: pointer;
  width: calc(100% - 4px);
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  border-radius: 100px;
  box-shadow: 1px 1px 1px -5px #333;
  text-shadow: 0px -1px #333;
  padding: 1px 10px;
  height: 50%;
}
.glass:hover {
  background: linear-gradient(#073, #0fa);
}
/* end of addendum 20200427 */
/* Flexible iFrame */
.flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.flexible-container iframe, .flexible-container object, .flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sqglass {
  /* background styles */
  position: relative;
  display: inline-block;
  padding: 11px 20px;
  /*padding: 1em 1.5em;*/
  background-color: lightblue; /*for compatibility with older browsers*/
  /*background-image: linear-gradient(green);*/
  /* text styles */
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 200;
  height: 100%;
  shadow: 0.3s ease-in-out;
  /*border-radius: 100px;*/
  box-shadow: 0px 1px 4px -2px #0717f7;
  text-shadow: 0px -1px #16f5ed;
}
.sqglass:hover {
  background: linear-gradient(#0717f7, #0fa);
}
.glass2 {
  /* background styles */
  position: relative;
  display: inline-block;
  padding: 11px 20px;
  /*padding: 1em 1.5em;*/
  background-color: linear-gradient(#0717f7, #0fa);
  background-image: linear-gradient(#0717f7);
  /* text styles */
  text-decoration: none;
  color: darkgreen;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 900;
  height: 50%;
  shadow: .3s ease-in-out;
  border-radius: 100px;
  box-shadow: 1px 1px 1px 1px #1b11d6;
  /*text-shadow: 2px -2px #0717f7;*/
}
.glass2:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 2px;
  color: green;
  outline: none;
  cursor: pointer;
  width: calc(100% - 4px);
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  border-radius: 100px;
  /*box-shadow: 1px 1px 1px 0px #333;
  text-shadow: 0px -1px #333;*/
  padding: 0px 1px;
  height: 50%;
}
.glass2:hover {
  background: linear-gradient(135deg, #0717f7, #0fa);
}
.trglass {
  /* background styles */
  position: relative;
  /*padding: 11px 20px;*/
  background-color: lightblue; /*for compatibility with older browsers*/
  /*background-image: linear-gradient(green);*/
  /* text styles */
  text-shadow: 0px -1px #333;
  color: #fff;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 100;
  /*height: 50%;*/
  shadow: 0.3s ease-in-out;
  border-radius: 100px;
  box-shadow: 0px 1px 4px -2px #0717f7;
  bottom: 0 auto; /* At the bottom. Use top:0 to append it to the top */
  margin-top: .5em;
  margin-bottom: .5em;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.03); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 50px; /* Some padding */
  border-radius: 100px;
  max-width: 800px; /* Maximum width*/
  margin: auto; /* Center it */
}
/*
.trglass:hover {
  background: linear-gradient(135deg, #0a72ab, #46C560);
}*/
.trglass:hover {
  background: linear-gradient(135deg, #0717f7, #0fa);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.3);
}
/* added on 20200508 */
.why-narratree {}
.reasons-list {}
.reasons li:before {
  color: #0a72ab;
}
.reasons-list img {
  margin-top: 864px;
}
.rot-box.pink div {
  background-color: #27d6d0 /*#0a72ab*/ ;
}
.rot-box.purp div {
  background-color: #38b4e7 /*#0a72ab*/ ;
}
.rot-box.blue div {
  background-color: #ffb900; /*#9FCCD9;*/
}
.rot-box.yellow div {
  background-color: #27d6d0 /*#51539D*/ ;
}
.rot-box.green div {
  background-color: #ffb900; /*#C0DDE4;*/
}
.rot-box.pink .inner-box:before, .rot-box.pink .inner-box-2:before {
  background-color: #27d6d0 /*#1F206E*/ ;
}
.rot-box.purp .inner-box:before, .rot-box.purp .inner-box-2:before {
  background-color: #38b4e7 /*#2B97B5*/ ;
}
.rot-box.yellow .inner-box:before, .rot-box.yellow .inner-box-2:before {
  background-color: #27d6d0 /*#404185*/ ;
}
.rot-box.green .inner-box:before, .rot-box.green .inner-box-2:before {
  background-color: #ffb900; /*#ADCFD7;*/
}
.rot-box.blue .inner-box:before, .rot-box.blue .inner-box-2:before {
  background-color: #ffb900; /*#7EBACC;*/
}
.rot-box.pink .inner-box:after, .rot-box.pink .inner-box-2:after {
  background-color: #0ff7c1 /*#3033AD*/ ;
}
.rot-box.yellow .inner-box:after, .rot-box.yellow .inner-box-2:after {
  background-color: #27d6d0 /*#6F71BC*/ ;
}
.rot-box.purp .inner-box:after, .rot-box.purp .inner-box-2:after {
  background-color: #38b4e7 /*#55BBD7*/ ;
}
.rot-box.green .inner-box:after, .rot-box.green .inner-box-2:after {
  background-color: #ffb900 /*#D5EFF5*/ ;
}
.rot-box.blue .inner-box:after, .rot-box.blue .inner-box-2:after {
  background-color: #ffb900 /*#BEDCE5*/ ;
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
.why-narratree {
  padding-right: 0;
  overflow: hidden;
}
.why-narratree header {
  padding-right: 3%;
}
.why-narratree .content {
  display: block;
  max-width: 23em;
  margin: 1.5em 0 2.5em;
}
.why-narratree .content h3 {
  max-width: 12em;
}
.reasons-list {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.reasons {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.reasons li {
  counter-increment: reason;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.35s ease;
  -webkit-transform: translateY(2.5em);
  -ms-transform: translateY(2.5em);
  transform: translateY(2.5em);
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  line-height: 1.3;
  z-index: 2;
  position: relative;
}
.visible .reasons li:nth-child(2) {
  transition-delay: 0.15s;
}
.visible .reasons li:nth-child(3) {
  transition-delay: 0.3s;
}
.visible .reasons li:nth-child(4) {
  transition-delay: 0.45s;
}
.visible .reasons li:nth-child(5) {
  transition-delay: 0.6s;
}
.visible .reasons li:nth-child(6) {
  transition-delay: 0.75s;
}
.visible .reasons li:nth-child(7) {
  transition-delay: 0.9s;
}
.visible .reasons li:nth-child(8) {
  transition-delay: 1.05s;
}
.visible .reasons li:nth-child(9) {
  transition-delay: 1.25s;
}
.visible .reasons li:nth-child(10) {
  transition-delay: 1.4s;
}
.visible .reasons li:nth-child(11) {
  transition-delay: 1.55s;
}
.visible .reasons li:nth-child(12) {
  transition-delay: 1.7s;
}
.visible .reasons li:nth-child(13) {
  transition-delay: 1.85s;
}
.visible .reasons li, .cms-edit-layout .reasons li {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.reasons li + li {
  margin-top: 1em;
}
.reasons li:before {
  content: counter(reason);
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.889em;
  height: 1.889em;
  border-radius: 50%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  line-height: 1;
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
  border: solid 2px;
}
.reasons-list figure {
  position: relative;
  -webkit-perspective: 44.444em;
  -ms-perspective: 44.444em;
  perspective: 44.444em;
  min-height: 38em;
}
.reasons-list img {
  display: block;
  position: absolute;
  left: -10%;
  top: 0;
  max-width: 160%;
}
.rot-box {
  display: block;
  width: 5em;
  height: 5em;
  -webkit-transform-origin: 50% 50% -2.5em;
  -ms-transform-origin: 50% 50% -2.5em;
  transform-origin: 50% 50% -2.5em;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  -webkit-animation: rotating-box 25s linear infinite;
  animation: rotating-box 25s linear infinite;
  -webkit-transform: rotateX(-45deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(-45deg) translate3d(0, 0, 0);
  transform: rotateX(-45deg) translate3d(0, 0, 0);
  z-index: 1;
}
.rot-box icon {
  display: block;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 2.5em;
  line-height: 1;
  font-weight: 400;
}
.rot-box.box-1 {
  bottom: 0;
  left: 2%;
  font-size: 0.75em;
}
.rot-box.box-2 {
  top: 40%;
  right: -2.5%;
  font-size: 0.35em;
  -webkit-animation: rotating-box 15s linear reverse infinite;
  animation: rotating-box 15s linear reverse infinite;
}
.rot-box.box-3 {
  top: 52%;
  right: 8%;
}
.rot-box.box-4 {
  left: 58%;
  bottom: 3%;
  -webkit-animation: rotating-box 17s linear infinite;
  animation: rotating-box 17s linear infinite;
}
.rot-box.box-5 {
  left: 6%;
  top: 31%;
  font-size: 0.55em;
  -webkit-animation: rotating-box 21s linear infinite;
  animation: rotating-box 21s linear infinite;
}
.rot-box.box-6 {
  font-size: 0.9em;
  left: 65%;
  top: 3%;
  -webkit-animation: rotating-box 30s linear infinite;
  animation: rotating-box 30s linear infinite;
}
.rot-box.box-7 {
  left: 55%;
  top: 70%;
  font-size: 0.55em;
}
.rot-box.box-8 {
  left: 54%;
  top: 20%;
  z-index: 1;
  font-size: 0.8em;
  -webkit-animation: rotating-box 18s linear infinite;
  animation: rotating-box 18s linear infinite;
}
.rot-box.box-9 {
  left: 57%;
  top: 40%;
}
.touch .rot-box.box-9 {
  top: 32.5%;
  left: 56%;
}
.rot-box.box-10 {
  left: 64%;
  top: 24%;
  -webkit-animation: rotating-box 25s linear reverse infinite;
  animation: rotating-box 25s linear reverse infinite;
}
.touch .rot-box.box-10 {
  left: 76%;
}
.rot-box.box-11 {
  top: 26%;
  left: 19%;
  font-size: 0.85em;
  -webkit-animation: rotating-box 25s linear reverse infinite;
  animation: rotating-box 25s linear reverse infinite;
}
.rot-box.box-12 {
  left: 8%;
  top: 60%;
  -webkit-animation: rotating-box 12s linear infinite7;
  animation: rotating-box 12s linear infinite7;
}
.rot-box.box-13 {
  left: 27%;
  top: 37%;
  font-size: 0.55em;
  -webkit-animation: rotating-box 15s linear reverse infinite;
  animation: rotating-box 15s linear reverse infinite;
}
.rot-box.box-14 {
  top: 77%;
  left: 30%;
  -webkit-animation: rotating-box 24s linear reverse infinite;
  animation: rotating-box 24s linear reverse infinite;
}
.rot-box.box-15 {
  top: 48%;
  left: 38%;
  font-size: 1.75em;
  -webkit-animation: rotating-box 31s linear infinite;
  animation: rotating-box 31s linear infinite;
}
.rot-box div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #494949;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 0;
  left: 0;
  display: block;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rot-box .inner-box-2 {
  -webkit-transform: rotateX(180deg) translateZ(5em);
  -ms-transform: rotateX(180deg) translateZ(5em);
  transform: rotateX(180deg) translateZ(5em);
}
.rot-box .inner-box:before, .rot-box .inner-box:after, .rot-box .inner-box-2:before, .rot-box .inner-box-2:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 0;
  left: 0;
}
.rot-box .inner-box:before, .rot-box .inner-box-2:before {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  background-color: #545454;
}
.rot-box .inner-box-2:before {
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rot-box .inner-box:after, .rot-box .inner-box-2:after {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  background-color: #545454;
}
@-webkit-keyframes rotating-box {
  0% {
    -webkit-transform: rotateX(0) rotateY(0) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateY(360deg) translate3d(0, 0, 0);
  }
}
@-moz-keyframes rotating-box {
  0% {
    transform: rotateX(0) rotateY(0) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg) translate3d(0, 0, 0);
  }
}
@-o-keyframes rotating-box {
  0% {
    transform: rotateX(0) rotateY(0) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg) translate3d(0, 0, 0);
  }
}
@keyframes rotating-box {
  0% {
    transform: rotateX(0) rotateY(0) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1500px) {}
@media screen and (max-width: 1080px) {
  section.why-narratree .reasons-list {
    width: 50%;
  }
  .why-narratree header {
    width: 45%;
  }
  .reasons-list figure {
    width: 100%;
    height: 35em;
    bottom: 0;
    max-width: 35em;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .why-narratree {
    padding-bottom: 38em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 750px) {
  .why-narratree header {
    width: 100%;
  }
  section.why-narratree .reasons-list {
    width: 100%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 520px) {
  .rot-box {
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    display: none;
  }
  .rot-box.box-1, .rot-box.box-3, .rot-box.box-4, .rot-box.box-14 {
    display: block;
  }
  .reasons-list figure {
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4em;
    min-height: initial;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    font-size: 2.65vw;
  }
  .why-narratree {
    padding-bottom: 6em;
  }
  .reasons-list img {
    display: none;
  }
}
.primary-token {
  color: #B621FE;
}
.secondary-token {
  color:#1FD1F9;
}
.tertiary-token {
  color: #65C0FF;
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
.video-feed {
  background-image: url(../../images/corporate/video-pop-bg.jpg);
}
.video-feed2 {
  background-image: url("../../images/Singapore 2.jpg");
}
.video-feed3 {
  background-image: url(../../images/corporate/video-pop-bg3.jpg);
}
.video-feed4 {
  background-image: url("../../images/sg4.jpg");
}
.video-feed5 {
  background-image: url("../../images/Singapore 5.jpg");
}
.video-feed.case-video .lg-letter {
  color:#1FD1F9;
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
.video-feed {
  height: 55em;
  max-height: 100vh;
  min-height: 40em;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-feed header {
  width: 100%;
}
.video-feed h6 {
  margin-top: 1em;
}
.video-feed.case-video {}
.video-feed.case-video .lg-letter {
  opacity: 0.2;
}
.video-feed.case-video h6 {
  max-width: 40em;
  margin: 1.5em auto 0;
  line-height: 1.4;
}
.video-feed.case-video h6 small {
  display: block;
  margin-top: 1.5em;
  font-size: 0.6em;
}
@media screen and (max-width: 1500px) {}
@media screen and (max-width: 1080px) {
  .video-feed {
    height: 40em;
    max-height: none;
    min-height: initial;
  }
}
@media screen and (max-width: 750px) {}
@media screen and (max-width: 520px) {
  .video-feed {
    height: auto;
  }
  .video-feed.case-video h6 {
    font-size: 1.111em;
  }
  .video-feed.case-video h6 small {
    font-size: 0.75em;
  }
}
.primary-token {
  color: #0a72ab;
}
.secondary-token {
  color: #0a72ab;
}
.tertiary-token {
  color: #E3F0F4;
}
.light-token {
  color: #D2D2D2;
}
.dark-token {
  color: #494949;
}
.white-token {
  color: #FFFFFF;
}
