@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500&display=swap");
@font-face {
  font-family: 'Balto Web';
  src: url("../fonts/baltoweb-ultra.eot");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Balto Web';
  src: url("../fonts/baltoweb-ultra.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Balto Web';
  src: url("../fonts/baltoweb-super.eot");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Balto Web';
  src: url("../fonts/baltoweb-super.woff") format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Balto Web';
  src: url("../fonts/baltoweb-black.eot");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Balto Web';
  src: url("../fonts/baltoweb-black.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Balto Web';
  src: url("../fonts/baltoweb-bold.eot");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Balto Web';
  src: url("../fonts/baltoweb-bold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Balto Web';
  src: url("../fonts/baltoweb-medium.eot");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Balto Web';
  src: url("../fonts/baltoweb-medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
hr.spectrum {
  height: 2px;
  border: none;
}
.spectrum {
  background: -webkit-gradient(linear, left top, right top, from(#ef6c2a), color-stop(10%, #d5257c), color-stop(20%, #8e21a2), color-stop(30%, #0052ad), color-stop(40%, #2b83df), color-stop(50%, #08088c), color-stop(60%, #00b09c), color-stop(70%, #95c039), color-stop(80%, #bace11), color-stop(90%, #fdc534));
  background: linear-gradient(90deg, #ef6c2a 0%, #d5257c 10%, #8e21a2 20%, #0052ad 30%, #2b83df 40%, #08088c 50%, #00b09c 60%, #95c039 70%, #bace11 80%, #fdc534 90%);
}
.stepped {
  background: -webkit-gradient(linear, left top, right top, from(#ef6c2a), color-stop(9.999%, #ef6c2a), color-stop(10%, #d5257c), color-stop(19.999%, #d5257c), color-stop(20%, #8e21a2), color-stop(29.999%, #8e21a2), color-stop(30%, #0052ad), color-stop(39.999%, #0052ad), color-stop(40%, #2b83df), color-stop(49.999%, #2b83df), color-stop(50%, #08088c), color-stop(59.999%, #08088c), color-stop(60%, #00b09c), color-stop(69.999%, #00b09c), color-stop(70%, #95c039), color-stop(79.999%, #95c039), color-stop(80%, #bace11), color-stop(89.999%, #bace11), color-stop(90%, #fdc534));
  background: linear-gradient(90deg, #ef6c2a 0%, #ef6c2a 9.999%, #d5257c 10%, #d5257c 19.999%, #8e21a2 20%, #8e21a2 29.999%, #0052ad 30%, #0052ad 39.999%, #2b83df 40%, #2b83df 49.999%, #08088c 50%, #08088c 59.999%, #00b09c 60%, #00b09c 69.999%, #95c039 70%, #95c039 79.999%, #bace11 80%, #bace11 89.999%, #fdc534 90% #fdc534 100%);
}
.spectrum-under::after {
  background: -webkit-gradient(linear, left top, right top, from(#ef6c2a), color-stop(10%, #d5257c), color-stop(20%, #8e21a2), color-stop(30%, #0052ad), color-stop(40%, #2b83df), color-stop(50%, #08088c), color-stop(60%, #00b09c), color-stop(70%, #95c039), color-stop(80%, #bace11), color-stop(90%, #fdc534));
  background: linear-gradient(90deg, #ef6c2a 0%, #d5257c 10%, #8e21a2 20%, #0052ad 30%, #2b83df 40%, #08088c 50%, #00b09c 60%, #95c039 70%, #bace11 80%, #fdc534 90%);
  content: '';
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 1px;
}
.full-bg(img = '') {
  background: url("img");
  background-size: contain;
  background-repeat: no-repeat;
}
p {
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #222;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #515151;
  -webkit-font-smoothing: auto;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 900px) {
  html,
  body {
    font-size: 16px;
  }
}
header,
nav,
section,
main,
article,
aside,
footer {
  display: block;
}
h1,
.h1 {
  color: #333;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -1px;
  line-height: 64px;
  margin-top: 24px;
  margin-bottom: 0;
}
.h2,
h2 {
  color: #333;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 24px;
}
h3 {
  color: #333;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}
h4 {
  color: #333;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}
h5 {
  color: #333;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0;
  margin-bottom: 24px;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
hr {
  border: 1px solid;
  margin: -1px 0;
}
b,
strong,
em,
small,
code {
  line-height: 1;
}
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #08088c;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}
strong {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
}
button {
  cursor: pointer;
}
button:focus {
  outline: 0;
}
section.content {
  min-height: 300px;
}
section.content a:hover {
  text-decoration: underline;
}
section.content a.no-hover-underline:hover {
  text-decoration: none;
}
section.content.framed {
  padding-top: 23px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 1170px) {
  section.content.framed {
    padding-top: 0;
  }
}
section.content.framed .framed-inside {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.bg-gray {
  background-color: #f1f1f1;
}
.bg-white {
  background-color: #fff;
}
.contained {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 35px;
}
.contained:before,
.contained:after {
  content: '';
  display: table;
}
.contained:after {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .contained {
    padding: 0 20px;
  }
}
.contained.padded {
  max-width: 1110px;
}
.contained.framed {
  max-width: 1100px;
}
.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  margin: -1px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
input:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #515151;
}
:-moz-placeholder {
  color: #515151;
  opacity: 1;
}
::-moz-placeholder {
  color: #515151;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #515151;
}
:placeholder-shown {
  color: #515151;
}
.combined-content-divider {
  border-bottom: 1px solid #ddd;
}
.agency-program-body {
  scroll-behavior: smooth;
}
@media only screen and (max-width: 660px) {
  .agency-program-body .icon-nav {
    display: none;
  }
}
.agency-program .overview .subtitle,
.partner-hub .overview .subtitle,
#lightbox .inner .overview .subtitle {
  padding: 60px;
  margin: 0 auto;
  color: #515151;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  max-width: 1024px;
}
@media only screen and (max-width: 900px) {
  .agency-program .overview .product-page-row,
  .partner-hub .overview .product-page-row,
  #lightbox .inner .overview .product-page-row {
    padding: 0;
  }
  .agency-program .overview .product-page-row h2,
  .partner-hub .overview .product-page-row h2,
  #lightbox .inner .overview .product-page-row h2 {
    font-size: 28px;
  }
}
.agency-program .overview .product-page-row-left h2,
.partner-hub .overview .product-page-row-left h2,
#lightbox .inner .overview .product-page-row-left h2 {
  margin: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 15px;
  margin-left: 73px;
}
@media only screen and (max-width: 900px) {
  .agency-program .overview .product-page-row-left h2,
  .partner-hub .overview .product-page-row-left h2,
  #lightbox .inner .overview .product-page-row-left h2 {
    margin-top: 20px;
    margin-left: 0 !important;
    text-align: center;
  }
}
.agency-program .overview .last .product-page-row-left h2,
.partner-hub .overview .last .product-page-row-left h2,
#lightbox .inner .overview .last .product-page-row-left h2 {
  margin-left: 89px;
}
.agency-program .overview .icon-row,
.partner-hub .overview .icon-row,
#lightbox .inner .overview .icon-row {
  *zoom: 1;
  margin-bottom: 25px;
}
.agency-program .overview .icon-row:before,
.partner-hub .overview .icon-row:before,
#lightbox .inner .overview .icon-row:before,
.agency-program .overview .icon-row:after,
.partner-hub .overview .icon-row:after,
#lightbox .inner .overview .icon-row:after {
  content: '';
  display: table;
}
.agency-program .overview .icon-row:after,
.partner-hub .overview .icon-row:after,
#lightbox .inner .overview .icon-row:after {
  clear: both;
}
.agency-program .overview .icon-row .icon-row-icon,
.partner-hub .overview .icon-row .icon-row-icon,
#lightbox .inner .overview .icon-row .icon-row-icon {
  font-size: 60px;
  float: left;
  padding-right: 15px;
}
.agency-program .overview .icon-row .icon-row-icon.green,
.partner-hub .overview .icon-row .icon-row-icon.green,
#lightbox .inner .overview .icon-row .icon-row-icon.green {
  color: #94c039;
}
.agency-program .overview .icon-row .icon-row-icon.blue,
.partner-hub .overview .icon-row .icon-row-icon.blue,
#lightbox .inner .overview .icon-row .icon-row-icon.blue {
  color: #1bb9d5;
  font-size: 90px;
  padding-right: 0;
}
.agency-program .overview .icon-row .icon-row-text,
.partner-hub .overview .icon-row .icon-row-text,
#lightbox .inner .overview .icon-row .icon-row-text {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 11px;
  float: left;
  width: calc(100% - 95px);
}
.agency-program .overview .icon-row .icon-row-text .icon-row-detail,
.partner-hub .overview .icon-row .icon-row-text .icon-row-detail,
#lightbox .inner .overview .icon-row .icon-row-text .icon-row-detail {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.agency-program .overview .last,
.partner-hub .overview .last,
#lightbox .inner .overview .last {
  padding-top: 60px;
}
.agency-program .benefits,
.partner-hub .benefits,
#lightbox .inner .benefits {
  color: #fff;
  padding: 75px 0 95px 0;
  background: #4184cc;
}
.agency-program .benefits-left,
.partner-hub .benefits-left,
#lightbox .inner .benefits-left,
.agency-program .benefits-right,
.partner-hub .benefits-right,
#lightbox .inner .benefits-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.agency-program .benefits-left:before,
.partner-hub .benefits-left:before,
#lightbox .inner .benefits-left:before,
.agency-program .benefits-right:before,
.partner-hub .benefits-right:before,
#lightbox .inner .benefits-right:before,
.agency-program .benefits-left:after,
.partner-hub .benefits-left:after,
#lightbox .inner .benefits-left:after,
.agency-program .benefits-right:after,
.partner-hub .benefits-right:after,
#lightbox .inner .benefits-right:after {
  content: '';
  display: table;
}
.agency-program .benefits-left:after,
.partner-hub .benefits-left:after,
#lightbox .inner .benefits-left:after,
.agency-program .benefits-right:after,
.partner-hub .benefits-right:after,
#lightbox .inner .benefits-right:after {
  clear: both;
}
.agency-program .benefits-left:last-child,
.partner-hub .benefits-left:last-child,
#lightbox .inner .benefits-left:last-child,
.agency-program .benefits-right:last-child,
.partner-hub .benefits-right:last-child,
#lightbox .inner .benefits-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 770px) {
  .agency-program .benefits-left,
  .partner-hub .benefits-left,
  #lightbox .inner .benefits-left,
  .agency-program .benefits-right,
  .partner-hub .benefits-right,
  #lightbox .inner .benefits-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .agency-program .benefits-left:before,
  .partner-hub .benefits-left:before,
  #lightbox .inner .benefits-left:before,
  .agency-program .benefits-right:before,
  .partner-hub .benefits-right:before,
  #lightbox .inner .benefits-right:before,
  .agency-program .benefits-left:after,
  .partner-hub .benefits-left:after,
  #lightbox .inner .benefits-left:after,
  .agency-program .benefits-right:after,
  .partner-hub .benefits-right:after,
  #lightbox .inner .benefits-right:after {
    content: '';
    display: table;
  }
  .agency-program .benefits-left:after,
  .partner-hub .benefits-left:after,
  #lightbox .inner .benefits-left:after,
  .agency-program .benefits-right:after,
  .partner-hub .benefits-right:after,
  #lightbox .inner .benefits-right:after {
    clear: both;
  }
  .agency-program .benefits-left:last-child,
  .partner-hub .benefits-left:last-child,
  #lightbox .inner .benefits-left:last-child,
  .agency-program .benefits-right:last-child,
  .partner-hub .benefits-right:last-child,
  #lightbox .inner .benefits-right:last-child {
    margin-right: 0%;
  }
}
.agency-program .benefits-header-title,
.partner-hub .benefits-header-title,
#lightbox .inner .benefits-header-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
}
.agency-program .benefits-perk,
.partner-hub .benefits-perk,
#lightbox .inner .benefits-perk {
  *zoom: 1;
  margin-bottom: 50px;
}
.agency-program .benefits-perk:before,
.partner-hub .benefits-perk:before,
#lightbox .inner .benefits-perk:before,
.agency-program .benefits-perk:after,
.partner-hub .benefits-perk:after,
#lightbox .inner .benefits-perk:after {
  content: '';
  display: table;
}
.agency-program .benefits-perk:after,
.partner-hub .benefits-perk:after,
#lightbox .inner .benefits-perk:after {
  clear: both;
}
@media only screen and (max-width: 770px) {
  .agency-program .benefits-perk,
  .partner-hub .benefits-perk,
  #lightbox .inner .benefits-perk {
    max-width: 525px;
    margin: 0 auto 50px auto;
  }
}
.agency-program .benefits-perk:last-child,
.partner-hub .benefits-perk:last-child,
#lightbox .inner .benefits-perk:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 770px) {
  .agency-program .benefits-perk:last-child,
  .partner-hub .benefits-perk:last-child,
  #lightbox .inner .benefits-perk:last-child {
    margin-bottom: 50px;
  }
}
.agency-program .benefits-icon,
.partner-hub .benefits-icon,
#lightbox .inner .benefits-icon {
  float: left;
  width: 65px;
  font-size: 80px;
  position: relative;
  top: -26px;
  left: -10px;
}
.agency-program .benefits-text,
.partner-hub .benefits-text,
#lightbox .inner .benefits-text {
  float: left;
}
.agency-program .benefits-title,
.partner-hub .benefits-title,
#lightbox .inner .benefits-title {
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.agency-program .benefits-sign-up,
.partner-hub .benefits-sign-up,
#lightbox .inner .benefits-sign-up {
  text-align: center;
  padding-bottom: 40px;
  clear: both;
}
.agency-program .benefits-sign-up-btn,
.partner-hub .benefits-sign-up-btn,
#lightbox .inner .benefits-sign-up-btn {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: #0052ad;
  border-width: 2px;
  border-color: #0052ad;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #fff;
  border-color: #fff;
}
.agency-program .benefits-sign-up-btn:hover,
.partner-hub .benefits-sign-up-btn:hover,
#lightbox .inner .benefits-sign-up-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #0052ad;
  text-decoration: none !important;
}
.agency-program .benefits-sign-up-btn:active,
.partner-hub .benefits-sign-up-btn:active,
#lightbox .inner .benefits-sign-up-btn:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.agency-program .agency-program-page section.upper,
.partner-hub .agency-program-page section.upper,
#lightbox .inner .agency-program-page section.upper {
  background: #f1f1f1 url("https://brightcove.imgix.net/web/hex-bg.jpg?auto=format") 0 0 repeat-x;
  text-align: center;
  padding-bottom: 60px;
}
.agency-program .agency-program-page section.upper h1,
.partner-hub .agency-program-page section.upper h1,
#lightbox .inner .agency-program-page section.upper h1 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .agency-program .agency-program-page section.upper h1,
  .partner-hub .agency-program-page section.upper h1,
  #lightbox .inner .agency-program-page section.upper h1 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }
}
.agency-program .agency-program-page section.upper h2,
.partner-hub .agency-program-page section.upper h2,
#lightbox .inner .agency-program-page section.upper h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ee6c2a;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 48px;
}
@media only screen and (max-width: 600px) {
  .agency-program .agency-program-page section.upper h2,
  .partner-hub .agency-program-page section.upper h2,
  #lightbox .inner .agency-program-page section.upper h2 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
  }
}
.agency-program .agency-program-page section.upper .hidden,
.partner-hub .agency-program-page section.upper .hidden,
#lightbox .inner .agency-program-page section.upper .hidden {
  display: none;
}
.agency-program .agency-program-page section.upper .agency-program-form,
.partner-hub .agency-program-page section.upper .agency-program-form,
#lightbox .inner .agency-program-page section.upper .agency-program-form {
  max-width: 675px;
  margin: 0 auto;
}
.agency-program .agency-program-page section.upper .form-item,
.partner-hub .agency-program-page section.upper .form-item,
#lightbox .inner .agency-program-page section.upper .form-item {
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.agency-program .agency-program-page section.upper .form-item:before,
.partner-hub .agency-program-page section.upper .form-item:before,
#lightbox .inner .agency-program-page section.upper .form-item:before,
.agency-program .agency-program-page section.upper .form-item:after,
.partner-hub .agency-program-page section.upper .form-item:after,
#lightbox .inner .agency-program-page section.upper .form-item:after {
  content: '';
  display: table;
}
.agency-program .agency-program-page section.upper .form-item:after,
.partner-hub .agency-program-page section.upper .form-item:after,
#lightbox .inner .agency-program-page section.upper .form-item:after {
  clear: both;
}
.agency-program .agency-program-page section.upper .form-item:nth-child(2n),
.partner-hub .agency-program-page section.upper .form-item:nth-child(2n),
#lightbox .inner .agency-program-page section.upper .form-item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.agency-program .agency-program-page section.upper .form-item:nth-child(2n+1),
.partner-hub .agency-program-page section.upper .form-item:nth-child(2n+1),
#lightbox .inner .agency-program-page section.upper .form-item:nth-child(2n+1) {
  clear: both;
}
.agency-program .agency-program-page section.upper .form-item.wide,
.partner-hub .agency-program-page section.upper .form-item.wide,
#lightbox .inner .agency-program-page section.upper .form-item.wide {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.agency-program .agency-program-page section.upper .form-item.wide:before,
.partner-hub .agency-program-page section.upper .form-item.wide:before,
#lightbox .inner .agency-program-page section.upper .form-item.wide:before,
.agency-program .agency-program-page section.upper .form-item.wide:after,
.partner-hub .agency-program-page section.upper .form-item.wide:after,
#lightbox .inner .agency-program-page section.upper .form-item.wide:after {
  content: '';
  display: table;
}
.agency-program .agency-program-page section.upper .form-item.wide:after,
.partner-hub .agency-program-page section.upper .form-item.wide:after,
#lightbox .inner .agency-program-page section.upper .form-item.wide:after {
  clear: both;
}
.agency-program .agency-program-page section.upper .form-item.wide:last-child,
.partner-hub .agency-program-page section.upper .form-item.wide:last-child,
#lightbox .inner .agency-program-page section.upper .form-item.wide:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .agency-program .agency-program-page section.upper .form-item,
  .partner-hub .agency-program-page section.upper .form-item,
  #lightbox .inner .agency-program-page section.upper .form-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .agency-program .agency-program-page section.upper .form-item:before,
  .partner-hub .agency-program-page section.upper .form-item:before,
  #lightbox .inner .agency-program-page section.upper .form-item:before,
  .agency-program .agency-program-page section.upper .form-item:after,
  .partner-hub .agency-program-page section.upper .form-item:after,
  #lightbox .inner .agency-program-page section.upper .form-item:after {
    content: '';
    display: table;
  }
  .agency-program .agency-program-page section.upper .form-item:after,
  .partner-hub .agency-program-page section.upper .form-item:after,
  #lightbox .inner .agency-program-page section.upper .form-item:after {
    clear: both;
  }
  .agency-program .agency-program-page section.upper .form-item:nth-child(2n),
  .partner-hub .agency-program-page section.upper .form-item:nth-child(2n),
  #lightbox .inner .agency-program-page section.upper .form-item:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .agency-program .agency-program-page section.upper .form-item:nth-child(2n+1),
  .partner-hub .agency-program-page section.upper .form-item:nth-child(2n+1),
  #lightbox .inner .agency-program-page section.upper .form-item:nth-child(2n+1) {
    clear: none;
  }
  .agency-program .agency-program-page section.upper .form-item:last-child,
  .partner-hub .agency-program-page section.upper .form-item:last-child,
  #lightbox .inner .agency-program-page section.upper .form-item:last-child {
    margin-right: 0%;
  }
}
.agency-program .agency-program-page section.upper .form-input,
.partner-hub .agency-program-page section.upper .form-input,
#lightbox .inner .agency-program-page section.upper .form-input {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  border-radius: 4px;
  border: 0;
  background-color: #fff;
}
.agency-program .agency-program-page section.upper .form-input-text,
.partner-hub .agency-program-page section.upper .form-input-text,
#lightbox .inner .agency-program-page section.upper .form-input-text,
.agency-program .agency-program-page section.upper .form-input-select,
.partner-hub .agency-program-page section.upper .form-input-select,
#lightbox .inner .agency-program-page section.upper .form-input-select {
  border: 1px solid #d5d5d5;
}
.agency-program .agency-program-page section.upper .form-input-text.field-error,
.partner-hub .agency-program-page section.upper .form-input-text.field-error,
#lightbox .inner .agency-program-page section.upper .form-input-text.field-error,
.agency-program .agency-program-page section.upper .form-input-select.field-error,
.partner-hub .agency-program-page section.upper .form-input-select.field-error,
#lightbox .inner .agency-program-page section.upper .form-input-select.field-error {
  border-color: #c90216;
}
.agency-program .agency-program-page section.upper .form-input-select,
.partner-hub .agency-program-page section.upper .form-input-select,
#lightbox .inner .agency-program-page section.upper .form-input-select {
  height: 55px;
}
.agency-program .agency-program-page section.upper textarea.form-input,
.partner-hub .agency-program-page section.upper textarea.form-input,
#lightbox .inner .agency-program-page section.upper textarea.form-input {
  line-height: 24px;
  padding: 18px 10px;
}
.agency-program .agency-program-page section.upper .receive-updates,
.partner-hub .agency-program-page section.upper .receive-updates,
#lightbox .inner .agency-program-page section.upper .receive-updates {
  display: inline-block;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.agency-program .agency-program-page section.upper #submit,
.partner-hub .agency-program-page section.upper #submit,
#lightbox .inner .agency-program-page section.upper #submit {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #ef6c2a;
  color: #fff;
  border-width: 2px;
  border-color: #ef6c2a;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-left: 18px;
  display: inline-block;
  padding: 0 50px;
  border: 0;
}
.agency-program .agency-program-page section.upper #submit:hover,
.partner-hub .agency-program-page section.upper #submit:hover,
#lightbox .inner .agency-program-page section.upper #submit:hover {
  background: #f9b15c;
  text-decoration: none !important;
}
.agency-program .agency-program-page section.upper #submit:active,
.partner-hub .agency-program-page section.upper #submit:active,
#lightbox .inner .agency-program-page section.upper #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #df4c33;
}
.agency-program .agency-program-page section.upper #submit.disabled,
.partner-hub .agency-program-page section.upper #submit.disabled,
#lightbox .inner .agency-program-page section.upper #submit.disabled {
  background-color: #f9b15c;
}
.agency-program .agency-program-page section.upper #submit.disabled .loader,
.partner-hub .agency-program-page section.upper #submit.disabled .loader,
#lightbox .inner .agency-program-page section.upper #submit.disabled .loader {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .agency-program .agency-program-page section.upper #submit,
  .partner-hub .agency-program-page section.upper #submit,
  #lightbox .inner .agency-program-page section.upper #submit {
    margin: 18px auto 0;
  }
}
.agency-program .agency-program-page section.upper .validation-message,
.partner-hub .agency-program-page section.upper .validation-message,
#lightbox .inner .agency-program-page section.upper .validation-message {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #c90216;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 1;
}
.agency-program .agency-program-page section.upper .validation-message:after,
.partner-hub .agency-program-page section.upper .validation-message:after,
#lightbox .inner .agency-program-page section.upper .validation-message:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(201,2,22,0);
  border-bottom-color: #c90216;
  border-width: 7px;
  margin-left: -7px;
}
.agency-program .agency-program-page section.upper .loader,
.partner-hub .agency-program-page section.upper .loader,
#lightbox .inner .agency-program-page section.upper .loader {
  border: 0.15em solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
  width: 0.5em;
  height: 0.5em;
  -webkit-animation: spin 0.75s linear infinite;
          animation: spin 0.75s linear infinite;
  margin-left: 10px;
}
.agency-program .agency-program-page section.upper .error-message,
.partner-hub .agency-program-page section.upper .error-message,
#lightbox .inner .agency-program-page section.upper .error-message {
  display: none;
  margin-top: 20px;
  color: #ef6c2a;
}
.agency-program .agency-program-page section.upper .notes,
.partner-hub .agency-program-page section.upper .notes,
#lightbox .inner .agency-program-page section.upper .notes {
  margin-top: 20px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.agency-program .agency-program-page section.bottom,
.partner-hub .agency-program-page section.bottom,
#lightbox .inner .agency-program-page section.bottom {
  text-align: center;
  padding: 80px 0 0 0;
}
.agency-program .agency-program-page section.bottom .us-phone img,
.partner-hub .agency-program-page section.bottom .us-phone img,
#lightbox .inner .agency-program-page section.bottom .us-phone img {
  margin-right: 13px;
}
.agency-program .agency-program-page section.bottom .us-phone span,
.partner-hub .agency-program-page section.bottom .us-phone span,
#lightbox .inner .agency-program-page section.bottom .us-phone span {
  display: inline-block;
  position: relative;
  top: -5px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.agency-program .agency-program-page section.bottom .us-phone span.bold,
.partner-hub .agency-program-page section.bottom .us-phone span.bold,
#lightbox .inner .agency-program-page section.bottom .us-phone span.bold {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .agency-program .agency-program-page section.bottom .us-phone span.number,
  .partner-hub .agency-program-page section.bottom .us-phone span.number,
  #lightbox .inner .agency-program-page section.bottom .us-phone span.number {
    display: block;
  }
}
.agency-program .agency-program-page section.bottom .phones,
.partner-hub .agency-program-page section.bottom .phones,
#lightbox .inner .agency-program-page section.bottom .phones {
  max-width: 1025px;
  margin: 40px auto 80px auto;
  *zoom: 1;
}
.agency-program .agency-program-page section.bottom .phones:before,
.partner-hub .agency-program-page section.bottom .phones:before,
#lightbox .inner .agency-program-page section.bottom .phones:before,
.agency-program .agency-program-page section.bottom .phones:after,
.partner-hub .agency-program-page section.bottom .phones:after,
#lightbox .inner .agency-program-page section.bottom .phones:after {
  content: '';
  display: table;
}
.agency-program .agency-program-page section.bottom .phones:after,
.partner-hub .agency-program-page section.bottom .phones:after,
#lightbox .inner .agency-program-page section.bottom .phones:after {
  clear: both;
}
.agency-program .agency-program-page section.bottom .phones-col,
.partner-hub .agency-program-page section.bottom .phones-col,
#lightbox .inner .agency-program-page section.bottom .phones-col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
  margin-right: -1px;
  border-right: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.agency-program .agency-program-page section.bottom .phones-col:before,
.partner-hub .agency-program-page section.bottom .phones-col:before,
#lightbox .inner .agency-program-page section.bottom .phones-col:before,
.agency-program .agency-program-page section.bottom .phones-col:after,
.partner-hub .agency-program-page section.bottom .phones-col:after,
#lightbox .inner .agency-program-page section.bottom .phones-col:after {
  content: '';
  display: table;
}
.agency-program .agency-program-page section.bottom .phones-col:after,
.partner-hub .agency-program-page section.bottom .phones-col:after,
#lightbox .inner .agency-program-page section.bottom .phones-col:after {
  clear: both;
}
.agency-program .agency-program-page section.bottom .phones-col:last-child,
.partner-hub .agency-program-page section.bottom .phones-col:last-child,
#lightbox .inner .agency-program-page section.bottom .phones-col:last-child {
  margin-right: 0%;
}
.agency-program .agency-program-page section.bottom .phones-col.last,
.partner-hub .agency-program-page section.bottom .phones-col.last,
#lightbox .inner .agency-program-page section.bottom .phones-col.last {
  border-right: none;
}
@media only screen and (max-width: 900px) {
  .agency-program .agency-program-page section.bottom .phones-col,
  .partner-hub .agency-program-page section.bottom .phones-col,
  #lightbox .inner .agency-program-page section.bottom .phones-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    max-width: 340px;
    margin: 0 auto !important;
    float: none;
  }
  .agency-program .agency-program-page section.bottom .phones-col:before,
  .partner-hub .agency-program-page section.bottom .phones-col:before,
  #lightbox .inner .agency-program-page section.bottom .phones-col:before,
  .agency-program .agency-program-page section.bottom .phones-col:after,
  .partner-hub .agency-program-page section.bottom .phones-col:after,
  #lightbox .inner .agency-program-page section.bottom .phones-col:after {
    content: '';
    display: table;
  }
  .agency-program .agency-program-page section.bottom .phones-col:after,
  .partner-hub .agency-program-page section.bottom .phones-col:after,
  #lightbox .inner .agency-program-page section.bottom .phones-col:after {
    clear: both;
  }
  .agency-program .agency-program-page section.bottom .phones-col:last-child,
  .partner-hub .agency-program-page section.bottom .phones-col:last-child,
  #lightbox .inner .agency-program-page section.bottom .phones-col:last-child {
    margin-right: 0%;
  }
  .agency-program .agency-program-page section.bottom .phones-col.last,
  .partner-hub .agency-program-page section.bottom .phones-col.last,
  #lightbox .inner .agency-program-page section.bottom .phones-col.last {
    border-bottom: 0;
    margin-right: 0;
  }
}
.agency-program .agency-program-page section.bottom .phones-location,
.partner-hub .agency-program-page section.bottom .phones-location,
#lightbox .inner .agency-program-page section.bottom .phones-location {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.agency-program .agency-program-page section.bottom .divider,
.partner-hub .agency-program-page section.bottom .divider,
#lightbox .inner .agency-program-page section.bottom .divider {
  height: 6px;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  .agency-program .agency-program-page section.bottom .divider,
  .partner-hub .agency-program-page section.bottom .divider,
  #lightbox .inner .agency-program-page section.bottom .divider {
    margin: 0 10px 0 10px;
  }
}
.agency-program .agency-form-confirmation,
.partner-hub .agency-form-confirmation,
#lightbox .inner .agency-form-confirmation {
  display: none;
}
.agency-program .agency-form-confirmation section.thank-you,
.partner-hub .agency-form-confirmation section.thank-you,
#lightbox .inner .agency-form-confirmation section.thank-you {
  background: #f1f1f1 url("https://brightcove.imgix.net/web/hex-bg.jpg?auto=format") 0 0 repeat-x;
  text-align: center;
  padding: 120px 100px 120px 100px;
}
@media only screen and (max-width: 900px) {
  .agency-program .agency-form-confirmation section.thank-you,
  .partner-hub .agency-form-confirmation section.thank-you,
  #lightbox .inner .agency-form-confirmation section.thank-you {
    padding: 0;
  }
}
.agency-program .agency-form-confirmation section.thank-you .csr-confirmation-box,
.partner-hub .agency-form-confirmation section.thank-you .csr-confirmation-box,
#lightbox .inner .agency-form-confirmation section.thank-you .csr-confirmation-box {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: #ddd 1px 1px 1px;
          box-shadow: #ddd 1px 1px 1px;
  padding: 120px 100px 120px 100px;
}
@media only screen and (max-width: 900px) {
  .agency-program .agency-form-confirmation section.thank-you .csr-confirmation-box,
  .partner-hub .agency-form-confirmation section.thank-you .csr-confirmation-box,
  #lightbox .inner .agency-form-confirmation section.thank-you .csr-confirmation-box {
    padding: 100px 40px 100px 40px;
  }
}
.agency-program .agency-form-confirmation section.thank-you .csr-confirmation-box .thank-you,
.partner-hub .agency-form-confirmation section.thank-you .csr-confirmation-box .thank-you,
#lightbox .inner .agency-form-confirmation section.thank-you .csr-confirmation-box .thank-you {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  color: #ee6c2a;
}
.agency-program .agency-form-confirmation section.thank-you .csr-confirmation-box .trial-text i,
.partner-hub .agency-form-confirmation section.thank-you .csr-confirmation-box .trial-text i,
#lightbox .inner .agency-form-confirmation section.thank-you .csr-confirmation-box .trial-text i {
  font-size: 13px;
  margin-right: 8px;
}
@media only screen and (max-width: 900px) {
  .agency-program .agency-form-confirmation section.thank-you .csr-confirmation-box .trial-text i,
  .partner-hub .agency-form-confirmation section.thank-you .csr-confirmation-box .trial-text i,
  #lightbox .inner .agency-form-confirmation section.thank-you .csr-confirmation-box .trial-text i {
    display: none;
  }
}
.agency-program .how-it-works,
.partner-hub .how-it-works,
#lightbox .inner .how-it-works {
  padding: 35px 0;
}
.agency-program .how-it-works ul,
.partner-hub .how-it-works ul,
#lightbox .inner .how-it-works ul {
  list-style-type: none;
  width: 75%;
  margin: 40px auto;
}
.agency-program .how-it-works ul li:nth-child(1n),
.partner-hub .how-it-works ul li:nth-child(1n),
#lightbox .inner .how-it-works ul li:nth-child(1n) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.agency-program .how-it-works ul li:nth-child(2n),
.partner-hub .how-it-works ul li:nth-child(2n),
#lightbox .inner .how-it-works ul li:nth-child(2n) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.agency-program .how-it-works ul li:nth-child(3n),
.partner-hub .how-it-works ul li:nth-child(3n),
#lightbox .inner .how-it-works ul li:nth-child(3n) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.agency-program .how-it-works ul li:nth-child(4n),
.partner-hub .how-it-works ul li:nth-child(4n),
#lightbox .inner .how-it-works ul li:nth-child(4n) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.agency-program .how-it-works ul li,
.partner-hub .how-it-works ul li,
#lightbox .inner .how-it-works ul li {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  width: 300px;
  text-align: center;
  background: #fff;
  margin-top: -20px;
  border: 1px #ccc solid;
}
.agency-program .how-it-works ul li.nopad,
.partner-hub .how-it-works ul li.nopad,
#lightbox .inner .how-it-works ul li.nopad {
  padding: 0;
  -webkit-transform: translateX(0) translateY(0) !important;
      -ms-transform: translateX(0) translateY(0) !important;
          transform: translateX(0) translateY(0) !important;
  -webkit-transition-delay: 0 !important;
          transition-delay: 0 !important;
  width: 100%;
  float: none !important;
  clear: both;
  background: transparent;
  border: 0;
  height: auto !important;
  z-index: -1;
  position: relative;
}
@media only screen and (max-width: 995px) {
  .agency-program .how-it-works ul li,
  .partner-hub .how-it-works ul li,
  #lightbox .inner .how-it-works ul li {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
}
.agency-program .how-it-works ul li h4,
.partner-hub .how-it-works ul li h4,
#lightbox .inner .how-it-works ul li h4 {
  background-color: #40c4b5;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 12px;
}
.agency-program .how-it-works ul li p,
.partner-hub .how-it-works ul li p,
#lightbox .inner .how-it-works ul li p {
  padding: 24px;
  margin-bottom: 0;
}
.agency-program .how-it-works ul li.right,
.partner-hub .how-it-works ul li.right,
#lightbox .inner .how-it-works ul li.right {
  float: right;
  clear: both;
  -webkit-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}
@media only screen and (max-width: 995px) {
  .agency-program .how-it-works ul li.right,
  .partner-hub .how-it-works ul li.right,
  #lightbox .inner .how-it-works ul li.right {
    float: none;
    -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.agency-program .how-it-works.focused li,
.partner-hub .how-it-works.focused li,
#lightbox .inner .how-it-works.focused li {
  opacity: 1;
}
.agency-program .how-it-works h2,
.partner-hub .how-it-works h2,
#lightbox .inner .how-it-works h2 {
  text-align: center;
}
.agency-program .how-it-works svg,
.partner-hub .how-it-works svg,
#lightbox .inner .how-it-works svg {
  z-index: -1;
  width: calc(100% - 150px);
  fill: none;
  stroke: #333;
}
@media only screen and (max-width: 900px) {
  .agency-program .how-it-works svg,
  .partner-hub .how-it-works svg,
  #lightbox .inner .how-it-works svg {
    display: none;
  }
}
.agency-program .how-it-works svg path,
.partner-hub .how-it-works svg path,
#lightbox .inner .how-it-works svg path {
  -webkit-transition: 2s stroke-dashoffset;
  transition: 2s stroke-dashoffset;
  opacity: 0;
  stroke-width: 2px;
}
.agency-program .how-it-works svg path.activate,
.partner-hub .how-it-works svg path.activate,
#lightbox .inner .how-it-works svg path.activate {
  opacity: 1;
  stroke-dashoffset: 0 !important;
  -webkit-animation: dash 5s linear;
          animation: dash 5s linear;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0 !important;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0 !important;
  }
}
.agency-program .faqs,
.partner-hub .faqs,
#lightbox .inner .faqs {
  max-width: 700px;
  padding: 0 30px;
  margin: 0 auto;
}
.agency-program .faqs h2,
.partner-hub .faqs h2,
#lightbox .inner .faqs h2 {
  padding: 60px;
  margin: 0 auto;
  color: #515151;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  max-width: 1024px;
}
.agency-program .faqs .faq .question,
.partner-hub .faqs .faq .question,
#lightbox .inner .faqs .faq .question {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.agency-program .faqs .faq .answer,
.partner-hub .faqs .faq .answer,
#lightbox .inner .faqs .faq .answer {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.agency-program .faqs .notes,
.partner-hub .faqs .notes,
#lightbox .inner .faqs .notes {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.agency-program .divider,
.partner-hub .divider,
#lightbox .inner .divider {
  border-bottom: 6px solid #ccc;
  padding-bottom: 64px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .agency-program .tiers,
  .partner-hub .tiers,
  #lightbox .inner .tiers {
    display: none;
  }
}
.agency-program .tiers h2,
.partner-hub .tiers h2,
#lightbox .inner .tiers h2 {
  padding: 60px;
  margin: 0 auto;
  color: #515151;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  max-width: 1024px;
  text-transform: uppercase;
}
.agency-program .tiers h3.first,
.partner-hub .tiers h3.first,
#lightbox .inner .tiers h3.first {
  max-width: 870px;
  margin: -20px auto 48px auto;
  text-align: center;
  font-size: 2px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
}
.agency-program .tiers h3.last,
.partner-hub .tiers h3.last,
#lightbox .inner .tiers h3.last {
  max-width: 870px;
  margin: -20px auto 48px auto;
  text-align: center;
  font-size: 2px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 500;
}
.agency-program .tiers .pricing-block,
.partner-hub .tiers .pricing-block,
#lightbox .inner .tiers .pricing-block {
  padding-bottom: 50px;
}
.agency-program .tiers .pricing-block .contained,
.partner-hub .tiers .pricing-block .contained,
#lightbox .inner .tiers .pricing-block .contained {
  max-width: 1000px;
}
.agency-program .tiers .pricing-block-title,
.partner-hub .tiers .pricing-block-title,
#lightbox .inner .tiers .pricing-block-title {
  padding: 60px 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}
.agency-program .tiers .pricing-block-title-text,
.partner-hub .tiers .pricing-block-title-text,
#lightbox .inner .tiers .pricing-block-title-text {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  text-transform: none;
  letter-spacing: -1px;
}
.agency-program .tiers .pricing-block-title-subtext,
.partner-hub .tiers .pricing-block-title-subtext,
#lightbox .inner .tiers .pricing-block-title-subtext {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  padding-top: 12px;
}
.agency-program .tiers .pricing-bg,
.partner-hub .tiers .pricing-bg,
#lightbox .inner .tiers .pricing-bg {
  background: #1bb9d5;
  border-bottom: 0px solid #ccc;
  max-width: 100%;
}
.agency-program .tiers .pricing-block-title,
.partner-hub .tiers .pricing-block-title,
#lightbox .inner .tiers .pricing-block-title {
  padding-bottom: 60px;
  padding-top: 96px;
}
.agency-program .tiers .pricing-block-title-subtext,
.partner-hub .tiers .pricing-block-title-subtext,
#lightbox .inner .tiers .pricing-block-title-subtext {
  color: #ef6c2a;
}
.agency-program .tiers .pricing-block-col,
.partner-hub .tiers .pricing-block-col,
#lightbox .inner .tiers .pricing-block-col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
  background-color: #fff;
}
.agency-program .tiers .pricing-block-col:before,
.partner-hub .tiers .pricing-block-col:before,
#lightbox .inner .tiers .pricing-block-col:before,
.agency-program .tiers .pricing-block-col:after,
.partner-hub .tiers .pricing-block-col:after,
#lightbox .inner .tiers .pricing-block-col:after {
  content: '';
  display: table;
}
.agency-program .tiers .pricing-block-col:after,
.partner-hub .tiers .pricing-block-col:after,
#lightbox .inner .tiers .pricing-block-col:after {
  clear: both;
}
.agency-program .tiers .pricing-block-col:last-child,
.partner-hub .tiers .pricing-block-col:last-child,
#lightbox .inner .tiers .pricing-block-col:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1035px) {
  .agency-program .tiers .pricing-block-col,
  .partner-hub .tiers .pricing-block-col,
  #lightbox .inner .tiers .pricing-block-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    max-width: 400px;
    margin: 0 auto 50px auto !important;
    float: none;
  }
  .agency-program .tiers .pricing-block-col:before,
  .partner-hub .tiers .pricing-block-col:before,
  #lightbox .inner .tiers .pricing-block-col:before,
  .agency-program .tiers .pricing-block-col:after,
  .partner-hub .tiers .pricing-block-col:after,
  #lightbox .inner .tiers .pricing-block-col:after {
    content: '';
    display: table;
  }
  .agency-program .tiers .pricing-block-col:after,
  .partner-hub .tiers .pricing-block-col:after,
  #lightbox .inner .tiers .pricing-block-col:after {
    clear: both;
  }
  .agency-program .tiers .pricing-block-col:last-child,
  .partner-hub .tiers .pricing-block-col:last-child,
  #lightbox .inner .tiers .pricing-block-col:last-child {
    margin-right: 0%;
  }
}
.agency-program .tiers .pricing-block-col-title-text,
.partner-hub .tiers .pricing-block-col-title-text,
#lightbox .inner .tiers .pricing-block-col-title-text {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.agency-program .tiers .pricing-block-col-title,
.partner-hub .tiers .pricing-block-col-title,
#lightbox .inner .tiers .pricing-block-col-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
  text-align: center;
  height: 60px;
  background-color: #1bb9d5;
  letter-spacing-: -1px;
  text-transform: uppercase;
  padding: 0px 30px;
}
.agency-program .tiers .pricing-block-col-body,
.partner-hub .tiers .pricing-block-col-body,
#lightbox .inner .tiers .pricing-block-col-body {
  padding: 30px;
  -webkit-box-shadow: 0px 2px 5px 0 #ccc;
          box-shadow: 0px 2px 5px 0 #ccc;
  border-top: 0px;
}
.agency-program .tiers .pricing-block-col-desc,
.partner-hub .tiers .pricing-block-col-desc,
#lightbox .inner .tiers .pricing-block-col-desc {
  height: 65px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-align: center;
}
.agency-program .tiers .pricing-block-col-billing-notice,
.partner-hub .tiers .pricing-block-col-billing-notice,
#lightbox .inner .tiers .pricing-block-col-billing-notice {
  margin-top: 0;
}
.agency-program .tiers .pricing-block-col-detail,
.partner-hub .tiers .pricing-block-col-detail,
#lightbox .inner .tiers .pricing-block-col-detail {
  height: 75px;
  text-align: left;
  padding-top: 5px;
  line-height: 16px;
}
.agency-program .tiers .pricing-block-col-features,
.partner-hub .tiers .pricing-block-col-features,
#lightbox .inner .tiers .pricing-block-col-features {
  padding-top: 10px;
  line-height: 24px;
  height: 140px;
}
.agency-program .tiers .pricing-block-col-features ul,
.partner-hub .tiers .pricing-block-col-features ul,
#lightbox .inner .tiers .pricing-block-col-features ul {
  padding-left: 0;
  margin-bottom: 50px;
}
.agency-program .tiers .pricing-block-col-features li,
.partner-hub .tiers .pricing-block-col-features li,
#lightbox .inner .tiers .pricing-block-col-features li {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 400;
  list-style-type: none;
  background: url("https://brightcove.imgix.net/web/products/check-green.png?auto=format") 0 5px no-repeat;
  margin-bottom: 7px;
  padding-left: 20px;
  line-height: 21px;
  letter-spacing: -0.2px;
}
.agency-program .tiers .pricing-block-col-price strong,
.partner-hub .tiers .pricing-block-col-price strong,
#lightbox .inner .tiers .pricing-block-col-price strong {
  font-size: 30px;
  font-weight: 500;
}
.agency-program .tiers .pricing-center,
.partner-hub .tiers .pricing-center,
#lightbox .inner .tiers .pricing-center {
  text-align: center;
}
.agency-program .tiers .editions-block,
.partner-hub .tiers .editions-block,
#lightbox .inner .tiers .editions-block {
  padding-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .agency-program .tiers .editions-block,
  .partner-hub .tiers .editions-block,
  #lightbox .inner .tiers .editions-block {
    display: none;
  }
}
.agency-program .tiers .editions-block h3,
.partner-hub .tiers .editions-block h3,
#lightbox .inner .tiers .editions-block h3 {
  text-transform: uppercase;
  color: #ef6c2a;
  font-size: 18px;
  text-align: center;
  padding: 70px 0 0;
}
.agency-program .tiers .editions-block hr,
.partner-hub .tiers .editions-block hr,
#lightbox .inner .tiers .editions-block hr {
  border: 0px;
  border-bottom: 1px solid #ddd;
}
.agency-program .tiers .editions-block .notes,
.partner-hub .tiers .editions-block .notes,
#lightbox .inner .tiers .editions-block .notes {
  max-width: 800px;
  margin: 0 auto;
}
.agency-program .tiers .editions-table,
.partner-hub .tiers .editions-table,
#lightbox .inner .tiers .editions-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.agency-program .tiers .editions-table .subhead,
.partner-hub .tiers .editions-table .subhead,
#lightbox .inner .tiers .editions-table .subhead {
  background: #515151 !important;
  color: #fff;
  text-transform: uppercase;
  border: 0;
}
.agency-program .tiers .editions-table-title,
.partner-hub .tiers .editions-table-title,
#lightbox .inner .tiers .editions-table-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-weight: 300;
  line-height: 48px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 20px;
}
.agency-program .tiers .editions-table .starter,
.partner-hub .tiers .editions-table .starter,
#lightbox .inner .tiers .editions-table .starter,
.agency-program .tiers .editions-table .pro,
.partner-hub .tiers .editions-table .pro,
#lightbox .inner .tiers .editions-table .pro,
.agency-program .tiers .editions-table .enterprise,
.partner-hub .tiers .editions-table .enterprise,
#lightbox .inner .tiers .editions-table .enterprise {
  width: 20%;
  text-align: center;
}
.agency-program .tiers .editions-table td,
.partner-hub .tiers .editions-table td,
#lightbox .inner .tiers .editions-table td {
  padding: 12px 15px 10px;
}
.agency-program .tiers .editions-table thead tr,
.partner-hub .tiers .editions-table thead tr,
#lightbox .inner .tiers .editions-table thead tr {
  background: #1bb9d5;
  color: #fff;
  text-align: center;
}
.agency-program .tiers .editions-table tbody .starter,
.partner-hub .tiers .editions-table tbody .starter,
#lightbox .inner .tiers .editions-table tbody .starter {
  background: #f4f4f4;
}
.agency-program .tiers .editions-table tbody .pro,
.partner-hub .tiers .editions-table tbody .pro,
#lightbox .inner .tiers .editions-table tbody .pro {
  background: #fff;
}
.agency-program .tiers .editions-table tbody .enterprise,
.partner-hub .tiers .editions-table tbody .enterprise,
#lightbox .inner .tiers .editions-table tbody .enterprise {
  background: #f4f4f4;
}
.agency-program .tiers .editions-table tbody td,
.partner-hub .tiers .editions-table tbody td,
#lightbox .inner .tiers .editions-table tbody td {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.agency-program .tiers .editions-table tbody td i,
.partner-hub .tiers .editions-table tbody td i,
#lightbox .inner .tiers .editions-table tbody td i {
  font-size: 32px;
  color: #94c039;
}
.agency-program .tiers .editions-table tbody td i:before,
.partner-hub .tiers .editions-table tbody td i:before,
#lightbox .inner .tiers .editions-table tbody td i:before {
  line-height: 0;
  display: block;
}
.partner-program header h1 {
  width: 50%;
  margin: 20px auto;
}
.partner-program header,
.partner-program .center {
  text-align: center;
  background-position: top center;
}
.partner-program .center {
  text-align: center;
}
.partner-program .solutions .overview .product-page-row-left h2 {
  margin-left: 0;
}
.partner-program .benefits .benefits-container .benefits-perk {
  max-width: 66%;
  margin: 0px auto 24px;
}
.partner-program .partner-benefits {
  clear: both;
}
.partner-program .contained.padded.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media only screen and (max-width: 600px) {
  .partner-program .contained.padded.flex {
    display: inline-block;
  }
  .partner-program .contained.padded.flex h2 {
    text-align: left;
  }
}
.partner-program .partner-hub .overview .product-page-row-left h2 {
  margin-left: 0;
}
.partner-program .partner-hub ul.pricing-tiles {
  list-style: none;
  margin: -55px auto 60px;
  padding: 0;
  max-width: 1170px;
  list-style-type: none;
}
.partner-program .partner-hub ul.pricing-tiles > li {
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.partner-program .partner-hub ul.pricing-tiles > li:before,
.partner-program .partner-hub ul.pricing-tiles > li:after {
  content: '';
  display: table;
}
.partner-program .partner-hub ul.pricing-tiles > li:after {
  clear: both;
}
.partner-program .partner-hub ul.pricing-tiles > li:last-child {
  margin-right: 0%;
}
.partner-program .partner-hub ul.pricing-tiles > li p {
  padding: 12px 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 850px) {
  .partner-program .partner-hub ul.pricing-tiles > li {
    float: none;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.83333333333333%;
    margin-left: 17.08333333333333%;
    margin-right: 2.5%;
    margin-bottom: 15px;
    text-align: center;
  }
  .partner-program .partner-hub ul.pricing-tiles > li:before,
  .partner-program .partner-hub ul.pricing-tiles > li:after {
    content: '';
    display: table;
  }
  .partner-program .partner-hub ul.pricing-tiles > li:after {
    clear: both;
  }
  .partner-program .partner-hub ul.pricing-tiles > li:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 550px) {
  .partner-program .partner-hub ul.pricing-tiles > li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    text-align: center;
  }
  .partner-program .partner-hub ul.pricing-tiles > li:before,
  .partner-program .partner-hub ul.pricing-tiles > li:after {
    content: '';
    display: table;
  }
  .partner-program .partner-hub ul.pricing-tiles > li:after {
    clear: both;
  }
  .partner-program .partner-hub ul.pricing-tiles > li:last-child {
    margin-right: 0%;
  }
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-cta:hover {
  cursor: pointer;
}
.partner-program .partner-hub ul.pricing-tiles > li.marketing h3 {
  background-color: #08088c;
}
.partner-program .partner-hub ul.pricing-tiles > li.marketing .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #08088c;
  color: #08088c;
}
.partner-program .partner-hub ul.pricing-tiles > li.marketing .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #3939ac;
  background-color: #3939ac;
}
.partner-program .partner-hub ul.pricing-tiles > li.comms h3 {
  background-color: #2b83df;
}
.partner-program .partner-hub ul.pricing-tiles > li.comms .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #2b83df;
  color: #2b83df;
}
.partner-program .partner-hub ul.pricing-tiles > li.comms .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #5ebcf4;
  background-color: #5ebcf4;
}
.partner-program .partner-hub ul.pricing-tiles > li.monetization h3 {
  background-color: #00b09c;
}
.partner-program .partner-hub ul.pricing-tiles > li.monetization .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #00b09c;
  color: #00b09c;
}
.partner-program .partner-hub ul.pricing-tiles > li.monetization .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #40c4b5;
  background-color: #40c4b5;
}
.partner-program .partner-hub ul.pricing-tiles > li h3 {
  margin: 0;
  padding: 15px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  -ms-word-break: break-all;
  word-break: break-all;
/* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px 80px;
}
@media only screen and (max-width: 900px) {
  .partner-program .partner-hub ul.pricing-tiles > li .pricing-details {
    padding-bottom: 80px;
  }
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details .price-spacer {
  height: 30px;
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details .price-wrap {
  position: relative;
  height: 75px;
  margin-bottom: 10px;
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details .price-wrap .price {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details .price-wrap .price .start {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details .price-wrap .price .cost {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details .price-wrap .price .time {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details h4 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0;
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details h4 span {
  display: block;
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details .split {
  width: 70px;
  height: 4px;
  margin: 30px auto;
  padding: 0;
  background-color: #d4d4d4;
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details ul.featured {
  margin: 0;
  padding: 0;
  list-style: none;
}
.partner-program .partner-hub ul.pricing-tiles > li .pricing-details ul.featured li {
  margin: 0 0 10px;
  padding: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #717171;
}
.partner-program .partner-hub ul.pricing-tiles > li .cta-position {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  bottom: 10px;
}
.partner-program .partner-hub ul.pricing-tiles > li .cta-position .pricing-cta {
  display: inline-block;
  min-width: 240px;
  margin: 0 0 5px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
/* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.partner-program .partner-hub ul.pricing-tiles > li .cta-position .pricing-cta:hover {
  text-decoration: none;
}
.partner-program .partner-hub ul.pricing-tiles > li .cta-position .view-features,
.partner-program .partner-hub ul.pricing-tiles > li .cta-position .view-features-filler {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
@media only screen and (max-width: 900px) {
  .partner-program .partner-hub ul.pricing-tiles > li .cta-position .view-features,
  .partner-program .partner-hub ul.pricing-tiles > li .cta-position .view-features-filler {
    display: none;
  }
}
.animate-left,
.animate-right,
.animate-up,
.animate-down,
.animate-scale {
  opacity: 0;
  -webkit-transition: 0.9s all;
  transition: 0.9s all;
}
.animate-left.focused,
.animate-right.focused,
.animate-up.focused,
.animate-down.focused,
.animate-scale.focused {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}
.animate-left {
  -webkit-transform: translateX(25%);
      -ms-transform: translateX(25%);
          transform: translateX(25%);
}
.animate-right {
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%);
}
.animate-up {
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
}
.animate-down {
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
}
.animate-scale {
  -webkit-transform: scale(0.75) translate(25%, 25%);
      -ms-transform: scale(0.75) translate(25%, 25%);
          transform: scale(0.75) translate(25%, 25%);
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("https://files.brightcove.com/bc-icons/bc-icons.eot?hsl5ru");
  src: url("https://files.brightcove.com/bc-icons/bc-icons.eot?hsl5ru#iefix") format('embedded-opentype'), url("https://files.brightcove.com/bc-icons/bc-icons.ttf?hsl5ru") format('truetype'), url("https://files.brightcove.com/bc-icons/bc-icons.woff?hsl5ru") format('woff'), url("https://files.brightcove.com/bc-icons/bc-icons.svg?hsl5ru#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-']:before,
[class*=' icon-']:before {
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
.icon-enterprise:before {
  content: "\e938";
}
.icon-ad-insertion:before {
  content: "\e900";
}
.icon-add:before {
  content: "\e901";
}
.icon-advertising:before {
  content: "\e902";
}
.icon-analytics:before {
  content: "\e903";
}
.icon-arrow-left-inverted:before {
  content: "\e904";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right-inverted:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
.icon-automation:before {
  content: "\e908";
}
.icon-badge:before {
  content: "\e909";
}
.icon-calendar:before {
  content: "\e90a";
}
.icon-case-study:before {
  content: "\e90b";
}
.icon-cdn:before {
  content: "\e90c";
}
.icon-chat:before {
  content: "\e90d";
}
.icon-check-mark:before {
  content: "\e90e";
}
.icon-chevron-down:before {
  content: "\e90f";
}
.icon-close:before {
  content: "\e910";
}
.icon-connected-tv:before {
  content: "\e911";
}
.icon-delivery:before {
  content: "\e912";
}
.icon-desktop-player:before {
  content: "\e913";
}
.icon-discover:before {
  content: "\e914";
}
.icon-distribution:before {
  content: "\e915";
}
.icon-document:before {
  content: "\e916";
}
.icon-ecommerce:before {
  content: "\e917";
}
.icon-education:before {
  content: "\e918";
}
.icon-folder:before {
  content: "\e919";
}
.icon-food:before {
  content: "\e91a";
}
.icon-gallery:before {
  content: "\e91b";
}
.icon-health:before {
  content: "\e91c";
}
.icon-hex:before {
  content: "\e91d";
}
.icon-idea:before {
  content: "\e91e";
}
.icon-ingest:before {
  content: "\e91f";
}
.icon-laptop:before {
  content: "\e920";
}
.icon-location:before {
  content: "\e921";
}
.icon-loyalty:before {
  content: "\e922";
}
.icon-mobile-video:before {
  content: "\e923";
}
.icon-mobile:before {
  content: "\e924";
}
.icon-monetize:before {
  content: "\e925";
}
.icon-multi-platform:before {
  content: "\e926";
}
.icon-news:before {
  content: "\e927";
}
.icon-ott:before {
  content: "\e928";
}
.icon-recommendation:before {
  content: "\e929";
}
.icon-schedule:before {
  content: "\e92a";
}
.icon-search:before {
  content: "\e92b";
}
.icon-security:before {
  content: "\e92c";
}
.icon-settings:before {
  content: "\e92d";
}
.icon-social:before {
  content: "\e92e";
}
.icon-speaker:before {
  content: "\e92f";
}
.icon-star:before {
  content: "\e930";
}
.icon-stream:before {
  content: "\e931";
}
.icon-subtract:before {
  content: "\e932";
}
.icon-tablet:before {
  content: "\e933";
}
.icon-touch:before {
  content: "\e934";
}
.icon-user:before {
  content: "\e935";
}
.icon-users:before {
  content: "\e936";
}
.icon-video:before {
  content: "\e937";
}
.blog-header {
  width: 100%;
  background: #222;
}
.blog-header.stuck {
  position: fixed;
  top: 0;
  z-index: 40;
}
.blog-header-placeholder {
  height: 48px;
}
@media only screen and (max-width: 700px) {
  .blog-header {
    display: none;
  }
}
.blog-header-inside {
  max-width: 1140px !important;
}
.blog-header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #fff;
}
.blog-header ul li {
  float: left;
  margin-right: 10px;
}
.blog-header ul li a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 48px;
  padding: 0 15px;
}
.blog-header ul li a:hover {
  text-decoration: underline;
}
.blog-header-mobile {
  display: none;
  width: 100%;
  height: 48px;
  z-index: 40;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .blog-header-mobile {
    display: block;
  }
}
.blog-header-mobile-inside {
  padding-left: 15px;
}
.blog-header-mobile .blog-header-list {
  background: #222;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: block;
  text-transform: uppercase;
  line-height: 48px;
  padding: 0 6px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 30px;
}
.blog-header-mobile .blog-header-list:hover {
  text-decoration: underline;
}
.blog-header-mobile i {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 26px;
  pointer-events: none;
  color: #fff;
}
.blog-thumbnail-block {
  background: #fff;
  padding: 60px 0;
  *zoom: 1;
}
.blog-thumbnail-block:before,
.blog-thumbnail-block:after {
  content: '';
  display: table;
}
.blog-thumbnail-block:after {
  clear: both;
}
.blog-thumbnail-block-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 32px;
}
.blog-thumbnail-block-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
  display: block;
  color: #333;
  overflow: hidden;
}
.blog-thumbnail-block-item:before,
.blog-thumbnail-block-item:after {
  content: '';
  display: table;
}
.blog-thumbnail-block-item:after {
  clear: both;
}
.blog-thumbnail-block-item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .blog-thumbnail-block-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .blog-thumbnail-block-item:before,
  .blog-thumbnail-block-item:after {
    content: '';
    display: table;
  }
  .blog-thumbnail-block-item:after {
    clear: both;
  }
  .blog-thumbnail-block-item:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .blog-thumbnail-block-item:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .blog-thumbnail-block-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .blog-thumbnail-block-item:before,
  .blog-thumbnail-block-item:after {
    content: '';
    display: table;
  }
  .blog-thumbnail-block-item:after {
    clear: both;
  }
  .blog-thumbnail-block-item:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .blog-thumbnail-block-item:nth-child(2n+1) {
    clear: none;
  }
  .blog-thumbnail-block-item:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .blog-thumbnail-block-item:nth-child(1n+1) {
    clear: both;
  }
}
.blog-thumbnail-block-item-image {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-filter 0.3s, -webkit-transform 0.3s;
  transition: -webkit-filter 0.3s, -webkit-transform 0.3s;
  transition: filter 0.3s, transform 0.3s;
  transition: filter 0.3s, transform 0.3s, -webkit-filter 0.3s, -webkit-transform 0.3s;
  -webkit-filter: none;
          filter: none;
}
.blog-thumbnail-block-item-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-top: 12px;
}
.blog-thumbnail-block-item:hover {
  text-decoration: underline;
}
.blog-thumbnail-block-item:hover img {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.breakpoint-debugger {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #777;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
}
.business-continuity .video-row {
  padding-bottom: 0;
}
.business-continuity .video-row .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.business-continuity .video-row .columns .column {
  width: 25%;
}
@media only screen and (max-width: 1135px) {
  .business-continuity .video-row .columns .column {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .business-continuity .video-row .columns .column {
    width: 100%;
  }
}
.business-continuity .video-row .columns .column h3 {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.business-continuity .overview {
  text-align: center;
  padding: 60px;
}
@media only screen and (max-width: 600px) {
  .business-continuity .overview {
    padding: 20px;
  }
}
.business-continuity .overview h2.subtitle {
  margin: 0 auto;
  color: #515151;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.business-continuity .overview button {
  display: inline-block;
  width: 200px;
  border-radius: 5px;
  background: #8e21a2;
  border-color: #8e21a2;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
  margin-top: 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-weight: 800;
}
.business-continuity .product-page-row.last.bg-gray .contained.padded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.business-continuity .product-page-row.last.bg-gray .contained.padded .product-page-row-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business-continuity .row .half-image,
.business-continuity .row .half-text {
  width: 50%;
  height: 400px;
  display: inline-block;
}
.business-continuity .row .half-image {
  background: url("https://brightcove.imgix.net/web/business-continuity-assets/bcontinuitiy_banner_image.jpg?auto=format");
  height: 480px;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 900px) {
  .business-continuity .row .half-image {
    display: none;
  }
}
.business-continuity .row .half-text {
  background: #5ad2ed;
  padding: 40px;
  color: #fff;
  width: calc(50% - 80px);
}
@media only screen and (max-width: 1135px) {
  .business-continuity .row .half-text {
    padding: 60px 40px 20px 40px;
  }
}
@media only screen and (max-width: 900px) {
  .business-continuity .row .half-text {
    width: calc(100% - 80px);
  }
}
.business-continuity .row .half-text h1,
.business-continuity .row .half-text h3 {
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1135px) {
  .business-continuity .row .half-text h1,
  .business-continuity .row .half-text h3 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .business-continuity .row .half-text h1,
  .business-continuity .row .half-text h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
.business-continuity .row .half-text h3 {
  font-weight: 100;
}
@media only screen and (max-width: 600px) {
  .business-continuity .row .half-text h3 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
}
.business-continuity .product-page-row-left img {
  max-width: 100%;
}
.business-continuity a.webinar-link {
  display: inline-block;
  margin: 30px 20px 0 10px;
  font-weight: 800;
}
.business-continuity img.download-thumb {
  width: calc(50% - 80px);
  display: inline-block;
  float: right;
  padding: 40px;
}
@media only screen and (max-width: 900px) {
  .business-continuity img.download-thumb {
    float: none;
    width: calc(100% - 80px);
  }
}
.business-continuity .content-registration-form {
  width: 50%;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .business-continuity .content-registration-form {
    width: 100%;
  }
}
.business-continuity .content-registration-form section.upper {
  text-align: left;
  padding-bottom: 60px;
}
.business-continuity .content-registration-form section.upper .demo-header {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 8.541666666666664%;
  margin-right: 2.5%;
  margin-top: 140px;
}
.business-continuity .content-registration-form section.upper .demo-header:before,
.business-continuity .content-registration-form section.upper .demo-header:after {
  content: '';
  display: table;
}
.business-continuity .content-registration-form section.upper .demo-header:after {
  clear: both;
}
.business-continuity .content-registration-form section.upper .demo-header:last-child {
  margin-right: 0%;
}
.business-continuity .content-registration-form section.upper .demo-header h1 {
  margin: 0 0 40px;
  text-align: left;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 72px;
}
@media only screen and (max-width: 735px) {
  .business-continuity .content-registration-form section.upper .demo-header h1 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1010px) {
  .business-continuity .content-registration-form section.upper .demo-header {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.83333333333333%;
    margin-left: 17.08333333333333%;
    margin-right: 2.5%;
    margin-top: 80px;
  }
  .business-continuity .content-registration-form section.upper .demo-header:before,
  .business-continuity .content-registration-form section.upper .demo-header:after {
    content: '';
    display: table;
  }
  .business-continuity .content-registration-form section.upper .demo-header:after {
    clear: both;
  }
  .business-continuity .content-registration-form section.upper .demo-header:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 735px) {
  .business-continuity .content-registration-form section.upper .demo-header {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .business-continuity .content-registration-form section.upper .demo-header:before,
  .business-continuity .content-registration-form section.upper .demo-header:after {
    content: '';
    display: table;
  }
  .business-continuity .content-registration-form section.upper .demo-header:after {
    clear: both;
  }
  .business-continuity .content-registration-form section.upper .demo-header:last-child {
    margin-right: 0%;
  }
}
.business-continuity .content-registration-form section.upper h1 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-top: 60px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #8e21a2;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .business-continuity .content-registration-form section.upper h1 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }
}
.business-continuity .content-registration-form section.upper h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .business-continuity .content-registration-form section.upper h2 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
  }
}
.business-continuity .content-registration-form section.upper ul.platform-list {
  list-style: none;
  padding: 0;
}
.business-continuity .content-registration-form section.upper ul.platform-list li {
  margin: 0 0 20px;
  text-align: left;
}
.business-continuity .content-registration-form section.upper ul.platform-list li i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-color: #40c4b5;
  border-radius: 50%;
}
.business-continuity .content-registration-form section.upper ul.platform-list li i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 30px;
  color: #fff;
}
.business-continuity .content-registration-form section.upper ul.platform-list li span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 44px);
  margin: 0 0 0 20px;
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (max-width: 735px) {
  .business-continuity .content-registration-form section.upper ul.platform-list li span {
    line-height: 24px;
  }
}
.business-continuity .content-registration-form section.upper .hidden {
  display: none;
}
.business-continuity .content-registration-form section.upper .demo-form {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 8.541666666666664%;
  margin-right: 2.5%;
  margin-top: 30px;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 35px rgba(0,0,0,0.1);
}
.business-continuity .content-registration-form section.upper .demo-form:before,
.business-continuity .content-registration-form section.upper .demo-form:after {
  content: '';
  display: table;
}
.business-continuity .content-registration-form section.upper .demo-form:after {
  clear: both;
}
.business-continuity .content-registration-form section.upper .demo-form:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1010px) {
  .business-continuity .content-registration-form section.upper .demo-form {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.83333333333333%;
    margin-left: 17.08333333333333%;
    margin-right: 2.5%;
    margin-top: 80px;
  }
  .business-continuity .content-registration-form section.upper .demo-form:before,
  .business-continuity .content-registration-form section.upper .demo-form:after {
    content: '';
    display: table;
  }
  .business-continuity .content-registration-form section.upper .demo-form:after {
    clear: both;
  }
  .business-continuity .content-registration-form section.upper .demo-form:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 735px) {
  .business-continuity .content-registration-form section.upper .demo-form {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .business-continuity .content-registration-form section.upper .demo-form:before,
  .business-continuity .content-registration-form section.upper .demo-form:after {
    content: '';
    display: table;
  }
  .business-continuity .content-registration-form section.upper .demo-form:after {
    clear: both;
  }
  .business-continuity .content-registration-form section.upper .demo-form:last-child {
    margin-right: 0%;
  }
}
.business-continuity .content-registration-form section.upper .demo-form .form-input {
  margin-bottom: 10px;
}
.business-continuity .content-registration-form section.upper .demo-form #submit {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #d5257c;
  color: #fff;
  border-width: 2px;
  border-color: #d5257c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
  padding: 0;
  margin: 20px 0;
}
.business-continuity .content-registration-form section.upper .demo-form #submit:hover {
  background: #ef41b5;
  text-decoration: none !important;
}
.business-continuity .content-registration-form section.upper .demo-form #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #ba2453;
}
.business-continuity .content-registration-form section.upper .demo-form #submit.disabled {
  background-color: #ef41b5;
}
.business-continuity .content-registration-form section.upper form#contact-sales {
  max-width: 675px;
  margin: 0 auto;
}
.business-continuity .content-registration-form section.upper .form-item {
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.business-continuity .content-registration-form section.upper .form-item:before,
.business-continuity .content-registration-form section.upper .form-item:after {
  content: '';
  display: table;
}
.business-continuity .content-registration-form section.upper .form-item:after {
  clear: both;
}
.business-continuity .content-registration-form section.upper .form-item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.business-continuity .content-registration-form section.upper .form-item:nth-child(2n+1) {
  clear: both;
}
.business-continuity .content-registration-form section.upper .form-item.wide {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.business-continuity .content-registration-form section.upper .form-item.wide:before,
.business-continuity .content-registration-form section.upper .form-item.wide:after {
  content: '';
  display: table;
}
.business-continuity .content-registration-form section.upper .form-item.wide:after {
  clear: both;
}
.business-continuity .content-registration-form section.upper .form-item.wide:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .business-continuity .content-registration-form section.upper .form-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .business-continuity .content-registration-form section.upper .form-item:before,
  .business-continuity .content-registration-form section.upper .form-item:after {
    content: '';
    display: table;
  }
  .business-continuity .content-registration-form section.upper .form-item:after {
    clear: both;
  }
  .business-continuity .content-registration-form section.upper .form-item:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .business-continuity .content-registration-form section.upper .form-item:nth-child(2n+1) {
    clear: none;
  }
  .business-continuity .content-registration-form section.upper .form-item:last-child {
    margin-right: 0%;
  }
}
.business-continuity .content-registration-form section.upper .form-input {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  border-radius: 4px;
  border: 0;
  background-color: #fff;
}
.business-continuity .content-registration-form section.upper .form-input-text,
.business-continuity .content-registration-form section.upper .form-input-select {
  border: 1px solid #d5d5d5;
}
.business-continuity .content-registration-form section.upper .form-input-text.field-error,
.business-continuity .content-registration-form section.upper .form-input-select.field-error {
  border-color: #c90216;
}
.business-continuity .content-registration-form section.upper .form-input-select {
  height: 55px;
}
.business-continuity .content-registration-form section.upper textarea.form-input {
  line-height: 24px;
  padding: 18px 10px;
}
.business-continuity .content-registration-form section.upper .receive-updates {
  display: block;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.business-continuity .content-registration-form section.upper #submit {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #8e21a2;
  color: #fff;
  border-width: 2px;
  border-color: #8e21a2;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: inline-block;
  padding: 0 50px;
  border: 0;
  width: 50%;
}
.business-continuity .content-registration-form section.upper #submit:hover {
  background: #c141d9;
  text-decoration: none !important;
}
.business-continuity .content-registration-form section.upper #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #681871;
}
.business-continuity .content-registration-form section.upper #submit.disabled {
  background-color: #3939ac;
}
.business-continuity .content-registration-form section.upper #submit.disabled .loader {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .business-continuity .content-registration-form section.upper #submit {
    margin: 18px auto 0;
  }
}
@media only screen and (max-width: 600px) {
  .business-continuity .content-registration-form section.upper #submit {
    width: 100%;
  }
}
.business-continuity .content-registration-form section.upper .validation-message {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #c90216;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 1;
}
.business-continuity .content-registration-form section.upper .validation-message:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(201,2,22,0);
  border-bottom-color: #c90216;
  border-width: 7px;
  margin-left: -7px;
}
.business-continuity .content-registration-form section.upper .loader {
  border: 0.15em solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
  width: 0.5em;
  height: 0.5em;
  -webkit-animation: spin 0.75s linear infinite;
          animation: spin 0.75s linear infinite;
  margin-left: 10px;
}
.business-continuity .content-registration-form section.upper .error-message {
  display: none;
  margin-top: 20px;
  color: #ef6c2a;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.business-continuity .content-registration-form section.bottom,
.business-continuity .content-registration-form #lightbox .form-wrapper {
  text-align: center;
  padding: 80px 0 0 0;
}
.business-continuity .content-registration-form section.bottom.demo,
.business-continuity .content-registration-form #lightbox .form-wrapper.demo {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.business-continuity .content-registration-form section.bottom.demo:before,
.business-continuity .content-registration-form #lightbox .form-wrapper.demo:before,
.business-continuity .content-registration-form section.bottom.demo:after,
.business-continuity .content-registration-form #lightbox .form-wrapper.demo:after {
  content: '';
  display: table;
}
.business-continuity .content-registration-form section.bottom.demo:after,
.business-continuity .content-registration-form #lightbox .form-wrapper.demo:after {
  clear: both;
}
.business-continuity .content-registration-form section.bottom .primary-phone img,
.business-continuity .content-registration-form #lightbox .form-wrapper .primary-phone img {
  margin-right: 13px;
}
.business-continuity .content-registration-form section.bottom .primary-phone span,
.business-continuity .content-registration-form #lightbox .form-wrapper .primary-phone span {
  display: inline-block;
  position: relative;
  top: -5px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.business-continuity .content-registration-form section.bottom .primary-phone span.bold,
.business-continuity .content-registration-form #lightbox .form-wrapper .primary-phone span.bold {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .business-continuity .content-registration-form section.bottom .primary-phone span.number,
  .business-continuity .content-registration-form #lightbox .form-wrapper .primary-phone span.number {
    display: block;
  }
}
.business-continuity .content-registration-form section.bottom .phones,
.business-continuity .content-registration-form #lightbox .form-wrapper .phones {
  max-width: 1025px;
  margin: 40px auto 80px auto;
  *zoom: 1;
}
.business-continuity .content-registration-form section.bottom .phones:before,
.business-continuity .content-registration-form #lightbox .form-wrapper .phones:before,
.business-continuity .content-registration-form section.bottom .phones:after,
.business-continuity .content-registration-form #lightbox .form-wrapper .phones:after {
  content: '';
  display: table;
}
.business-continuity .content-registration-form section.bottom .phones:after,
.business-continuity .content-registration-form #lightbox .form-wrapper .phones:after {
  clear: both;
}
.business-continuity .content-registration-form section.bottom .phones-col,
.business-continuity .content-registration-form #lightbox .form-wrapper .phones-col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
  margin-right: -1px;
  border-right: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.business-continuity .content-registration-form section.bottom .phones-col:before,
.business-continuity .content-registration-form #lightbox .form-wrapper .phones-col:before,
.business-continuity .content-registration-form section.bottom .phones-col:after,
.business-continuity .content-registration-form #lightbox .form-wrapper .phones-col:after {
  content: '';
  display: table;
}
.business-continuity .content-registration-form section.bottom .phones-col:after,
.business-continuity .content-registration-form #lightbox .form-wrapper .phones-col:after {
  clear: both;
}
.business-continuity .content-registration-form section.bottom .phones-col:last-child,
.business-continuity .content-registration-form #lightbox .form-wrapper .phones-col:last-child {
  margin-right: 0%;
}
.business-continuity .content-registration-form section.bottom .phones-col.last,
.business-continuity .content-registration-form #lightbox .form-wrapper .phones-col.last {
  border-right: none;
}
@media only screen and (max-width: 900px) {
  .business-continuity .content-registration-form section.bottom .phones-col,
  .business-continuity .content-registration-form #lightbox .form-wrapper .phones-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    max-width: 340px;
    margin: 0 auto !important;
    float: none;
  }
  .business-continuity .content-registration-form section.bottom .phones-col:before,
  .business-continuity .content-registration-form #lightbox .form-wrapper .phones-col:before,
  .business-continuity .content-registration-form section.bottom .phones-col:after,
  .business-continuity .content-registration-form #lightbox .form-wrapper .phones-col:after {
    content: '';
    display: table;
  }
  .business-continuity .content-registration-form section.bottom .phones-col:after,
  .business-continuity .content-registration-form #lightbox .form-wrapper .phones-col:after {
    clear: both;
  }
  .business-continuity .content-registration-form section.bottom .phones-col:last-child,
  .business-continuity .content-registration-form #lightbox .form-wrapper .phones-col:last-child {
    margin-right: 0%;
  }
  .business-continuity .content-registration-form section.bottom .phones-col.last,
  .business-continuity .content-registration-form #lightbox .form-wrapper .phones-col.last {
    border-bottom: 0;
    margin-right: 0;
  }
}
.business-continuity .content-registration-form section.bottom .phones-location,
.business-continuity .content-registration-form #lightbox .form-wrapper .phones-location {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.business-continuity .content-registration-form section.bottom .divider,
.business-continuity .content-registration-form #lightbox .form-wrapper .divider {
  height: 6px;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  .business-continuity .content-registration-form section.bottom .divider,
  .business-continuity .content-registration-form #lightbox .form-wrapper .divider {
    margin: 0 10px 0 10px;
  }
}
#business-quiz {
  text-align: center;
  padding: 40px 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
}
#business-quiz.active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  pointer-events: auto;
}
#business-quiz #quiz-wrap {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#business-quiz #quiz-wrap.active {
  overflow-y: scroll;
}
#business-quiz .question,
#business-quiz .surveyWrap {
  display: none;
  height: 440px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#business-quiz .question .img-wrap,
#business-quiz .surveyWrap .img-wrap,
#business-quiz .question .text-wrap,
#business-quiz .surveyWrap .text-wrap {
  display: inline-block;
  vertical-align: text-top;
}
@media only screen and (max-width: 900px) {
  #business-quiz .question .img-wrap,
  #business-quiz .surveyWrap .img-wrap,
  #business-quiz .question .text-wrap,
  #business-quiz .surveyWrap .text-wrap {
    border: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }
}
#business-quiz .question .img-wrap,
#business-quiz .surveyWrap .img-wrap {
  width: 50%;
  float: left;
}
#business-quiz .question .img-wrap img,
#business-quiz .surveyWrap .img-wrap img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #business-quiz .question .img-wrap,
  #business-quiz .surveyWrap .img-wrap {
    width: 100%;
    min-height: 100px;
  }
}
#business-quiz .question .text-wrap,
#business-quiz .surveyWrap .text-wrap {
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  padding: 20px;
  width: calc(50% - 50px);
  border: 0px solid transparent;
  border-left: 5px solid #eee;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  height: 400px;
}
@media only screen and (max-width: 900px) {
  #business-quiz .question .text-wrap,
  #business-quiz .surveyWrap .text-wrap {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 600px) {
  #business-quiz .question .text-wrap,
  #business-quiz .surveyWrap .text-wrap {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 900px) {
  #business-quiz .question,
  #business-quiz .surveyWrap {
    height: auto;
  }
}
#business-quiz .question .input-wrap,
#business-quiz .surveyWrap .input-wrap {
  display: inline-block;
  width: calc(20% - 20px);
  vertical-align: text-top;
  font-size: 12px;
  line-height: 0.75rem;
  margin-right: 5px;
  margin-top: 20px;
  border: 2px solid transparent;
}
#business-quiz .question .input-wrap.active,
#business-quiz .surveyWrap .input-wrap.active,
#business-quiz .question .input-wrap:hover,
#business-quiz .surveyWrap .input-wrap:hover {
  border: 2px solid #1bb9d6;
}
#business-quiz .question .input-wrap label,
#business-quiz .surveyWrap .input-wrap label {
  display: block;
  text-align: center;
}
#business-quiz .question .input-wrap label img,
#business-quiz .surveyWrap .input-wrap label img {
  max-width: 100%;
}
#business-quiz .question .input-wrap label:hover,
#business-quiz .surveyWrap .input-wrap label:hover {
  cursor: pointer;
}
#business-quiz .question .input-wrap label span,
#business-quiz .surveyWrap .input-wrap label span {
  display: block;
}
@media only screen and (max-width: 900px) {
  #business-quiz .question .input-wrap,
  #business-quiz .surveyWrap .input-wrap {
    width: calc(20% - 10px);
  }
  #business-quiz .question .input-wrap span,
  #business-quiz .surveyWrap .input-wrap span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 600px) {
  #business-quiz .question .input-wrap,
  #business-quiz .surveyWrap .input-wrap {
    width: calc(20% - 6px);
    margin-right: 2px;
  }
}
#business-quiz .question input[type='radio'],
#business-quiz .surveyWrap input[type='radio'] {
  position: fixed;
  opacity: 0;
}
#business-quiz .question input[type='text'],
#business-quiz .surveyWrap input[type='text'],
#business-quiz .question input[type='tel'],
#business-quiz .surveyWrap input[type='tel'] {
  width: 20px;
  display: inline-block;
  border: 1px solid #717171;
  text-align: center;
  height: 20px;
}
#business-quiz .question .number,
#business-quiz .surveyWrap .number {
  width: 30px;
  height: 22px;
  padding-top: 8px;
  border-radius: 50%;
  border: 5px solid #333;
  text-align: center;
  display: inline-block;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: 20px;
  line-height: 16px;
  background: #fff;
  -webkit-transform: translateX(-106%);
      -ms-transform: translateX(-106%);
          transform: translateX(-106%);
}
#business-quiz .question .number::before,
#business-quiz .surveyWrap .number::before {
  position: absolute;
  content: '';
  display: inline-block;
  background: #333;
  width: 5px;
  height: 20px;
  top: -25px;
  left: 12.5px;
}
@media only screen and (max-width: 900px) {
  #business-quiz .question .number,
  #business-quiz .surveyWrap .number {
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
    margin: 0px auto;
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-size: 36px;
    width: 50px;
    height: 40px;
    line-height: 32px;
  }
  #business-quiz .question .number::before,
  #business-quiz .surveyWrap .number::before {
    display: none;
  }
}
#business-quiz .question.active,
#business-quiz .surveyWrap.active {
  display: inline-block;
  opacity: 1;
}
#business-quiz .question.active .number,
#business-quiz .surveyWrap.active .number {
  border-color: #1bb9d6;
}
#business-quiz .question.active .number::before,
#business-quiz .surveyWrap.active .number::before {
  background: #1bb9d6;
}
#business-quiz .question.active .text-wrap,
#business-quiz .surveyWrap.active .text-wrap {
  border-left: 5px solid #1bb9d6;
}
#business-quiz .question:nth-of-type(3),
#business-quiz .surveyWrap:nth-of-type(3) {
  text-align: center;
}
#business-quiz .question:nth-of-type(3) .number,
#business-quiz .surveyWrap:nth-of-type(3) .number {
  -webkit-transform: translate(2px, -1px);
      -ms-transform: translate(2px, -1px);
          transform: translate(2px, -1px);
}
#business-quiz .question:nth-of-type(3) .text-wrap,
#business-quiz .surveyWrap:nth-of-type(3) .text-wrap {
  border-color: transparent !important;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #business-quiz .question:nth-of-type(3),
  #business-quiz .surveyWrap:nth-of-type(3) {
    text-align: left;
  }
  #business-quiz .question:nth-of-type(3) .text-wrap,
  #business-quiz .surveyWrap:nth-of-type(3) .text-wrap {
    text-align: left;
  }
}
#business-quiz .question:nth-of-type(2n) .number,
#business-quiz .surveyWrap:nth-of-type(2n) .number {
  -webkit-transform: translateX(106%);
      -ms-transform: translateX(106%);
          transform: translateX(106%);
}
#business-quiz .question:nth-of-type(2n) .img-wrap,
#business-quiz .surveyWrap:nth-of-type(2n) .img-wrap {
  float: right;
}
#business-quiz .question:nth-of-type(2n) .text-wrap,
#business-quiz .surveyWrap:nth-of-type(2n) .text-wrap {
  text-align: right;
  border-left: 5px solid transparent;
  border-right: 5px solid #eee;
  margin-right: -14px;
}
#business-quiz .question:nth-of-type(2n).active .text-wrap,
#business-quiz .surveyWrap:nth-of-type(2n).active .text-wrap {
  border-left: 5px solid transparent;
  border-right: 5px solid #1bb9d6;
}
@media only screen and (max-width: 900px) {
  #business-quiz .question:nth-of-type(2n) .text-wrap,
  #business-quiz .surveyWrap:nth-of-type(2n) .text-wrap {
    text-align: left;
  }
}
#business-quiz .surveyWrap {
  margin-top: 20px;
}
#business-quiz .surveyWrap .number {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
#business-quiz .surveyWrap p {
  padding-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
@media only screen and (max-width: 900px) {
  #business-quiz .surveyWrap p {
    text-align: left;
  }
}
#business-quiz .surveyWrap .input-wrap {
  width: 120px;
  text-align: center;
}
#business-quiz .surveyWrap .input-wrap:hover {
  border-color: transparent;
}
#business-quiz .surveyWrap .input-wrap label:hover {
  cursor: initial;
}
#business-quiz .surveyWrap .input-wrap label span {
  display: block;
  min-height: 40px;
  margin-top: 10px;
}
#business-quiz .surveyWrap:nth-of-type(2n) .number {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
@media only screen and (max-width: 900px) {
  #business-quiz .surveyWrap .text-wrap {
    text-align: left;
  }
}
#business-quiz #results h1 {
  color: #1bb9d6;
  text-transform: uppercase;
}
#business-quiz #results h3 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 16px;
}
#business-quiz #results p {
  font-size: 28px;
  line-height: 30px;
}
#business-quiz #results .img-wrap,
#business-quiz #results .text-wrap {
  display: inline-block;
  width: 33%;
  text-align: left;
  vertical-align: text-top;
}
#business-quiz #results .img-wrap img,
#business-quiz #results .text-wrap img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #business-quiz #results .img-wrap,
  #business-quiz #results .text-wrap {
    width: 100%;
  }
}
#business-quiz #comparison .keys {
  margin-top: 20px;
}
#business-quiz #comparison .keys span {
  display: inline-block;
  margin-right: 20px;
}
#business-quiz #comparison .keys span::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 8px;
  background: #2fc1dd;
}
#business-quiz #comparison .keys span.researchKey::before {
  background: #b33bc8;
}
#business-quiz #comparison table {
  display: inline-block;
}
#business-quiz #comparison .chart-wrap {
  display: inline-block;
  vertical-align: text-top;
  margin-bottom: 20px;
}
#business-quiz #comparison .chart-wrap strong {
  font-size: 28px;
  font-weight: 100;
}
#business-quiz #comparison .chart-wrap svg {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
#business-quiz #comparison .chart-wrap text {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #515151;
}
#business-quiz #comparison .chart-wrap .y.axis path.domain,
#business-quiz #comparison .chart-wrap .x.axis path.domain,
#business-quiz #comparison .chart-wrap .y.axis g.tick line,
#business-quiz #comparison .chart-wrap .x.axis g.tick line {
  display: none;
}
#business-quiz #comparison .chart-wrap .x.grid line,
#business-quiz #comparison .chart-wrap .x.grid path.domain {
  stroke: #eee !important;
}
#business-quiz #comparison .chart-wrap .bottom-key {
  padding-left: 150px;
}
#business-quiz #comparison .chart-wrap .bottom-key img {
  width: calc(100% - 200px);
}
#business-quiz #comparison .chart-wrap .bottom-key span {
  max-width: 90px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  float: left;
  text-align: right;
  margin-right: 10px;
}
#business-quiz #comparison .chart-wrap .bottom-key span:nth-of-type(2) {
  float: right;
  text-align: left;
  margin-right: 0px;
  margin-left: 10px;
}
#business-quiz #comparison .chart-wrap:nth-of-type(3) .bottom-key {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  #business-quiz #comparison .chart-wrap:nth-of-type(3) .bottom-key {
    margin-top: 0;
  }
}
ol.bxslider,
ul.bxslider {
  margin: 0;
  padding-left: 0;
}
.post-body .bxslider li:nth-child(1) {
  margin-top: inherit;
}
.job-detail-page .job-detail {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 600px) {
  .job-detail-page .job-detail {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
.job-detail-page-prehead {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #a0a0a0;
  font-size: 14px;
  letter-spacing: 3px;
}
.job-detail-page-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .job-detail-page-title {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.job-detail-page-subtitle {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
}
.job-detail-page-description {
  margin-top: 30px;
}
.job-detail-page-description[style],
.job-detail-page-description p[style],
.job-detail-page-description p span[style],
.job-detail-page-description li[style],
.job-detail-page-description li span[style] {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
}
.job-detail-page-actions {
  margin-top: 75px;
}
.job-detail-page-apply {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  margin-right: 15px;
}
.job-detail-page-apply:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.job-detail-page-apply:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
@media only screen and (max-width: 600px) {
  .job-detail-page-apply {
    font-size: 12px;
  }
}
.job-detail-page-viewall {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: #08088c;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
}
.job-detail-page-viewall:hover {
  background: #fff;
  border-color: #fff;
  color: #08088c;
  text-decoration: none !important;
}
.job-detail-page-viewall:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
@media only screen and (max-width: 600px) {
  .job-detail-page-viewall {
    font-size: 12px;
  }
}
.job-detail-page-viewall:hover {
  background: #08088c;
  border-color: #08088c;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .job-detail-page-viewall {
    margin-top: 30px;
  }
}
.job-detail-page p {
  margin-bottom: 10px;
}
.job-detail-page h3 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .job-detail-page .bg-gray {
    background-color: #fff;
  }
}
.open-positions-page .bottom-border {
  margin-top: 115px;
  border-bottom: 6px solid #ccc;
}
.open-positions-page .title-hero-subtitle {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 800px;
  padding-top: 16px;
}
.careers-positions-list {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.375%;
  margin-left: 0%;
  margin-right: 2.5%;
  margin-top: 55px;
}
.careers-positions-list:before,
.careers-positions-list:after {
  content: '';
  display: table;
}
.careers-positions-list:after {
  clear: both;
}
.careers-positions-list:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .careers-positions-list {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .careers-positions-list:before,
  .careers-positions-list:after {
    content: '';
    display: table;
  }
  .careers-positions-list:after {
    clear: both;
  }
  .careers-positions-list:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 900px) {
  .careers-positions-list .careers-list-no-result {
    text-align: center;
  }
}
.careers-positions-list-item {
  display: block;
  position: relative;
  *zoom: 1;
}
.careers-positions-list-item:before,
.careers-positions-list-item:after {
  content: '';
  display: table;
}
.careers-positions-list-item:after {
  clear: both;
}
.careers-positions-list-item-left {
  float: left;
  width: 92px;
}
@media only screen and (max-width: 600px) {
  .careers-positions-list-item-left {
    display: none;
  }
}
.careers-positions-list-item-left i {
  font-size: 62px;
  top: 16px;
  position: relative;
  color: #08088c;
  left: 12px;
}
.careers-positions-list-item-right {
  float: left;
  width: calc(100% - 92px);
  max-width: 625px;
  border-bottom: 1px solid #ccc;
  padding: 1.5em 0;
}
@media only screen and (max-width: 900px) {
  .careers-positions-list-item-right {
    max-width: none;
  }
}
@media only screen and (max-width: 600px) {
  .careers-positions-list-item-right {
    width: 100%;
  }
}
.careers-positions-list-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  color: #515151;
}
.careers-positions-list-title:hover {
  text-decoration: underline;
}
.careers-positions-list-location {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
}
.careers-positions-aside {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
  margin-top: 70px;
}
.careers-positions-aside:before,
.careers-positions-aside:after {
  content: '';
  display: table;
}
.careers-positions-aside:after {
  clear: both;
}
.careers-positions-aside:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .careers-positions-aside {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    margin-top: 110px;
    text-align: center;
  }
  .careers-positions-aside:before,
  .careers-positions-aside:after {
    content: '';
    display: table;
  }
  .careers-positions-aside:after {
    clear: both;
  }
  .careers-positions-aside:last-child {
    margin-right: 0%;
  }
}
.careers-positions-aside-section {
  padding-bottom: 50px;
}
.careers-positions-aside-subtitle {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  color: #515151;
  text-transform: uppercase;
}
.careers-positions-aside-description {
  color: #515151;
  padding: 10px 0;
}
.careers-positions-aside-actions {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.careers-positions-aside-actions a {
  display: block;
  font-size: 14px;
  padding: 10px 0;
}
.careers-positions-aside-actions a i {
  font-size: 12px;
  color: #515151;
  margin-right: 5px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .icon-nav {
    display: none;
  }
}
.careers-overview .content {
  margin-bottom: 65px;
}
.careers-overview .title-hero h3 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 35px;
}
.careers-overview-hero-cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: ;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 3px solid #fff;
  color: #fff;
  letter-spacing: 2.5%;
}
.careers-overview-hero-cta:hover {
  background: #fff;
  border-color: #fff;
  color: ;
  text-decoration: none !important;
}
.careers-overview-hero-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.careers-overview-hero-cta:hover {
  background-color: #fff;
  color: #08088c;
}
@media only screen and (max-width: 600px) {
  .lang-fr .careers-overview-hero-cta {
    font-size: 13px;
  }
}
.careers-overview .culture {
  *zoom: 1;
  padding: 70px 0 80px 0;
}
.careers-overview .culture:before,
.careers-overview .culture:after {
  content: '';
  display: table;
}
.careers-overview .culture:after {
  clear: both;
}
.careers-overview .culture-left,
.careers-overview .culture-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.careers-overview .culture-left:before,
.careers-overview .culture-right:before,
.careers-overview .culture-left:after,
.careers-overview .culture-right:after {
  content: '';
  display: table;
}
.careers-overview .culture-left:after,
.careers-overview .culture-right:after {
  clear: both;
}
.careers-overview .culture-left:last-child,
.careers-overview .culture-right:last-child {
  margin-right: 0%;
}
.careers-overview .culture-left .vjs-play-progress,
.careers-overview .culture-right .vjs-play-progress,
.careers-overview .culture-left .vjs-volume-level,
.careers-overview .culture-right .vjs-volume-level,
.careers-overview .culture-left .vjs-big-play-button,
.careers-overview .culture-right .vjs-big-play-button {
  background-color: #08088c !important;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .culture-left,
  .careers-overview .culture-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .careers-overview .culture-left:before,
  .careers-overview .culture-right:before,
  .careers-overview .culture-left:after,
  .careers-overview .culture-right:after {
    content: '';
    display: table;
  }
  .careers-overview .culture-left:after,
  .careers-overview .culture-right:after {
    clear: both;
  }
  .careers-overview .culture-left:last-child,
  .careers-overview .culture-right:last-child {
    margin-right: 0%;
  }
}
.careers-overview .culture-left {
  position: relative;
  left: -51.25%;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .culture-left {
    position: static;
    left: 0;
  }
}
.careers-overview .culture-right {
  position: relative;
  left: 51.25%;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .culture-right {
    position: static;
    left: 0;
  }
}
.careers-overview .culture-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .lang-fr .careers-overview .culture-title,
  .lang-de .careers-overview .culture-title,
  .lang-es .careers-overview .culture-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.careers-overview .culture-desc {
  margin-top: 5px;
}
.careers-overview .culture-quote {
  margin-top: 60px;
}
.careers-overview .culture-quote-photo {
  float: left;
  width: 90px;
  padding-top: 5px;
}
.careers-overview .culture-quote-text {
  float: left;
  width: calc(100% - 115px);
  padding-left: 25px;
  background: url("https://brightcove.imgix.net/web/careers/quote.png?auto=format") 0 0 no-repeat;
  padding-top: 4px;
}
.careers-overview .culture-quote-quote {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #08088c;
  font-style: italic;
  padding-right: 50px;
}
.careers-overview .culture-quote-cite {
  margin-top: 8px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.careers-overview .culture-video-thumbnails {
  margin-top: 25px;
}
.careers-overview .culture-video-thumbnail {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 24.625%;
  margin-left: 0%;
  margin-right: 0.5%;
  position: relative;
  cursor: pointer;
}
.careers-overview .culture-video-thumbnail:before,
.careers-overview .culture-video-thumbnail:after {
  content: '';
  display: table;
}
.careers-overview .culture-video-thumbnail:after {
  clear: both;
}
.careers-overview .culture-video-thumbnail:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .careers-overview .culture-video-thumbnail {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.75%;
    margin-left: 0%;
    margin-right: 0.5%;
  }
  .careers-overview .culture-video-thumbnail:before,
  .careers-overview .culture-video-thumbnail:after {
    content: '';
    display: table;
  }
  .careers-overview .culture-video-thumbnail:after {
    clear: both;
  }
  .careers-overview .culture-video-thumbnail:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .careers-overview .culture-video-thumbnail:nth-child(2n+1) {
    clear: both;
  }
}
.careers-overview .culture-video-thumbnail:after {
  content: '';
  background: url("https://brightcove.imgix.net/hr-play-btn-small.png?auto=format") 0 0 no-repeat;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -19px auto 0 auto;
}
.careers-overview .culture-video-thumbnail:hover:after {
  background-position: bottom left;
}
.careers-overview .culture-video-thumbnail img {
  width: 100%;
}
.careers-overview .global-talent {
  padding: 37px 0 46px 0;
  background: #f1f1f1;
}
.careers-overview .global-talent-left {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.83333333333333%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.careers-overview .global-talent-left:before,
.careers-overview .global-talent-left:after {
  content: '';
  display: table;
}
.careers-overview .global-talent-left:after {
  clear: both;
}
.careers-overview .global-talent-left:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .global-talent-left {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .careers-overview .global-talent-left:before,
  .careers-overview .global-talent-left:after {
    content: '';
    display: table;
  }
  .careers-overview .global-talent-left:after {
    clear: both;
  }
  .careers-overview .global-talent-left:last-child {
    margin-right: 0%;
  }
}
.careers-overview .global-talent-left img {
  width: 100%;
/*+below(bp-desktop)
                    width: 70%
                +below(bp-tablet)
                    width: 80%
                +below(bp-landscape)
                    width: 100%*/
}
.careers-overview .global-talent-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.careers-overview .global-talent-right:before,
.careers-overview .global-talent-right:after {
  content: '';
  display: table;
}
.careers-overview .global-talent-right:after {
  clear: both;
}
.careers-overview .global-talent-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .global-talent-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .careers-overview .global-talent-right:before,
  .careers-overview .global-talent-right:after {
    content: '';
    display: table;
  }
  .careers-overview .global-talent-right:after {
    clear: both;
  }
  .careers-overview .global-talent-right:last-child {
    margin-right: 0%;
  }
}
.careers-overview .global-talent-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 46px;
}
@media only screen and (max-width: 600px) {
  .lang-fr .careers-overview .global-talent-title,
  .lang-de .careers-overview .global-talent-title,
  .lang-es .careers-overview .global-talent-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.careers-overview .global-talent-desc {
  margin-top: 5px;
  padding-right: 50px;
}
.careers-overview .global-talent-btn {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-top: 43px;
}
.careers-overview .global-talent-btn:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.careers-overview .global-talent-btn:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
.lang-de .careers-overview .global-talent-btn {
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
  .lang-fr .careers-overview .global-talent-btn,
  .lang-de .careers-overview .global-talent-btn,
  .lang-es .careers-overview .global-talent-btn {
    font-size: 12px;
  }
}
.careers-overview .global-talent-btn:hover {
  background: #08088c;
  border-color: #08088c;
  color: #fff;
}
.careers-overview .calling-engineers {
  padding: 80px 0;
}
.careers-overview .calling-engineers-left,
.careers-overview .calling-engineers-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.careers-overview .calling-engineers-left:before,
.careers-overview .calling-engineers-right:before,
.careers-overview .calling-engineers-left:after,
.careers-overview .calling-engineers-right:after {
  content: '';
  display: table;
}
.careers-overview .calling-engineers-left:after,
.careers-overview .calling-engineers-right:after {
  clear: both;
}
.careers-overview .calling-engineers-left:last-child,
.careers-overview .calling-engineers-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .calling-engineers-left,
  .careers-overview .calling-engineers-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .careers-overview .calling-engineers-left:before,
  .careers-overview .calling-engineers-right:before,
  .careers-overview .calling-engineers-left:after,
  .careers-overview .calling-engineers-right:after {
    content: '';
    display: table;
  }
  .careers-overview .calling-engineers-left:after,
  .careers-overview .calling-engineers-right:after {
    clear: both;
  }
  .careers-overview .calling-engineers-left:last-child,
  .careers-overview .calling-engineers-right:last-child {
    margin-right: 0%;
  }
}
.careers-overview .calling-engineers-left img,
.careers-overview .calling-engineers-right img {
  width: 100%;
}
.careers-overview .calling-engineers-left {
  position: relative;
  left: -51.25%;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .calling-engineers-left {
    position: static;
    left: 0;
  }
}
.careers-overview .calling-engineers-right {
  position: relative;
  left: 51.25%;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .calling-engineers-right {
    position: static;
    left: 0;
  }
}
.careers-overview .calling-engineers-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .lang-fr .careers-overview .calling-engineers-title,
  .lang-de .careers-overview .calling-engineers-title,
  .lang-es .careers-overview .calling-engineers-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.careers-overview .calling-engineers-desc {
  margin-top: 5px;
  padding-right: 50px;
}
.careers-overview .calling-engineers-btn {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-top: 5px;
}
.careers-overview .calling-engineers-btn:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.careers-overview .calling-engineers-btn:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
.lang-de .careers-overview .calling-engineers-btn {
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
  .lang-fr .careers-overview .calling-engineers-btn,
  .lang-de .careers-overview .calling-engineers-btn,
  .lang-es .careers-overview .calling-engineers-btn {
    font-size: 12px;
  }
}
.careers-overview .calling-engineers-btn:hover {
  background: #08088c;
  border-color: #08088c;
  color: #fff;
}
.careers-overview .sales {
  background: #f1f1f1;
  padding: 80px 0;
}
.careers-overview .sales .vjs-play-progress,
.careers-overview .sales .vjs-volume-level,
.careers-overview .sales .vjs-big-play-button {
  background-color: #08088c !important;
}
.careers-overview .sales-left,
.careers-overview .sales-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.careers-overview .sales-left:before,
.careers-overview .sales-right:before,
.careers-overview .sales-left:after,
.careers-overview .sales-right:after {
  content: '';
  display: table;
}
.careers-overview .sales-left:after,
.careers-overview .sales-right:after {
  clear: both;
}
.careers-overview .sales-left:last-child,
.careers-overview .sales-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .sales-left,
  .careers-overview .sales-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .careers-overview .sales-left:before,
  .careers-overview .sales-right:before,
  .careers-overview .sales-left:after,
  .careers-overview .sales-right:after {
    content: '';
    display: table;
  }
  .careers-overview .sales-left:after,
  .careers-overview .sales-right:after {
    clear: both;
  }
  .careers-overview .sales-left:last-child,
  .careers-overview .sales-right:last-child {
    margin-right: 0%;
  }
}
.careers-overview .sales-left img,
.careers-overview .sales-right img {
  width: 100%;
}
.careers-overview .sales-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .lang-fr .careers-overview .sales-title,
  .lang-de .careers-overview .sales-title,
  .lang-es .careers-overview .sales-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.careers-overview .sales-desc {
  margin-top: 5px;
  padding-right: 50px;
}
.careers-overview .sales-btn {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-top: 5px;
}
.careers-overview .sales-btn:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.careers-overview .sales-btn:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
.lang-de .careers-overview .sales-btn {
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
  .lang-fr .careers-overview .sales-btn,
  .lang-de .careers-overview .sales-btn,
  .lang-es .careers-overview .sales-btn {
    font-size: 12px;
  }
}
.careers-overview .sales-btn:hover {
  background: #08088c;
  border-color: #08088c;
  color: #fff;
}
.careers-overview .benefits {
  color: #fff;
  padding: 95px 0 125px 0;
  background: #08088c;
}
.careers-overview .benefits-left,
.careers-overview .benefits-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.careers-overview .benefits-left:before,
.careers-overview .benefits-right:before,
.careers-overview .benefits-left:after,
.careers-overview .benefits-right:after {
  content: '';
  display: table;
}
.careers-overview .benefits-left:after,
.careers-overview .benefits-right:after {
  clear: both;
}
.careers-overview .benefits-left:last-child,
.careers-overview .benefits-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 770px) {
  .careers-overview .benefits-left,
  .careers-overview .benefits-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .careers-overview .benefits-left:before,
  .careers-overview .benefits-right:before,
  .careers-overview .benefits-left:after,
  .careers-overview .benefits-right:after {
    content: '';
    display: table;
  }
  .careers-overview .benefits-left:after,
  .careers-overview .benefits-right:after {
    clear: both;
  }
  .careers-overview .benefits-left:last-child,
  .careers-overview .benefits-right:last-child {
    margin-right: 0%;
  }
}
.careers-overview .benefits-header-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 62px;
}
.careers-overview .benefits-perk {
  *zoom: 1;
  margin-bottom: 50px;
}
.careers-overview .benefits-perk:before,
.careers-overview .benefits-perk:after {
  content: '';
  display: table;
}
.careers-overview .benefits-perk:after {
  clear: both;
}
@media only screen and (max-width: 770px) {
  .careers-overview .benefits-perk {
    max-width: 525px;
    margin: 0 auto 50px auto;
  }
}
.careers-overview .benefits-perk:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 770px) {
  .careers-overview .benefits-perk:last-child {
    margin-bottom: 50px;
  }
}
.careers-overview .benefits-icon {
  float: left;
  width: 65px;
  font-size: 80px;
  position: relative;
  top: -26px;
  left: -10px;
}
.careers-overview .benefits-text {
  float: left;
  width: calc(100% - 65px);
}
.careers-overview .benefits-title {
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.careers-overview .benefits-desc {
  max-width: 450px;
}
.careers-overview .start-yr-career {
  background: #f1f1f1;
  padding: 90px 0;
}
.careers-overview .start-yr-career .vjs-play-progress,
.careers-overview .start-yr-career .vjs-volume-level,
.careers-overview .start-yr-career .vjs-big-play-button {
  background-color: #08088c !important;
}
.careers-overview .start-yr-career-left {
  position: relative;
  left: -51.25%;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .start-yr-career-left {
    position: static;
    left: 0;
  }
}
.careers-overview .start-yr-career-left,
.careers-overview .start-yr-career-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.careers-overview .start-yr-career-left:before,
.careers-overview .start-yr-career-right:before,
.careers-overview .start-yr-career-left:after,
.careers-overview .start-yr-career-right:after {
  content: '';
  display: table;
}
.careers-overview .start-yr-career-left:after,
.careers-overview .start-yr-career-right:after {
  clear: both;
}
.careers-overview .start-yr-career-left:last-child,
.careers-overview .start-yr-career-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .start-yr-career-left,
  .careers-overview .start-yr-career-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .careers-overview .start-yr-career-left:before,
  .careers-overview .start-yr-career-right:before,
  .careers-overview .start-yr-career-left:after,
  .careers-overview .start-yr-career-right:after {
    content: '';
    display: table;
  }
  .careers-overview .start-yr-career-left:after,
  .careers-overview .start-yr-career-right:after {
    clear: both;
  }
  .careers-overview .start-yr-career-left:last-child,
  .careers-overview .start-yr-career-right:last-child {
    margin-right: 0%;
  }
}
.careers-overview .start-yr-career-right {
  text-align: center;
  position: relative;
  left: 51.25%;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .start-yr-career-right {
    position: static;
    left: 0;
  }
}
.careers-overview .start-yr-career-right em {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 55px;
  display: block;
}
@media only screen and (max-width: 1050px) {
  .careers-overview .start-yr-career-right em {
    margin-bottom: 20px;
  }
}
.careers-overview .start-yr-career-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .lang-fr .careers-overview .start-yr-career-title,
  .lang-de .careers-overview .start-yr-career-title,
  .lang-es .careers-overview .start-yr-career-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.careers-overview .start-yr-career-desc {
  margin-top: 5px;
  padding-right: 15px;
}
.careers-overview .start-yr-career-desc strong {
  text-transform: uppercase;
}
header.gh.demo .gh-bottom-inner .lock-position {
  position: relative;
}
header.gh.demo .demo-phone {
  position: absolute;
  right: 15px;
  top: 25px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
header.gh.demo .demo-phone span {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.contact-sales-form section.upper {
  text-align: center;
  padding-bottom: 60px;
}
.contact-sales-form section.upper .demo-header {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 8.541666666666664%;
  margin-right: 2.5%;
  margin-top: 140px;
}
.contact-sales-form section.upper .demo-header:before,
.contact-sales-form section.upper .demo-header:after {
  content: '';
  display: table;
}
.contact-sales-form section.upper .demo-header:after {
  clear: both;
}
.contact-sales-form section.upper .demo-header:last-child {
  margin-right: 0%;
}
.contact-sales-form section.upper .demo-header h1 {
  margin: 0 0 40px;
  text-align: left;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 72px;
  text-transform: uppercase;
}
@media only screen and (max-width: 735px) {
  .contact-sales-form section.upper .demo-header h1 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1010px) {
  .contact-sales-form section.upper .demo-header {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.83333333333333%;
    margin-left: 17.08333333333333%;
    margin-right: 2.5%;
    margin-top: 80px;
  }
  .contact-sales-form section.upper .demo-header:before,
  .contact-sales-form section.upper .demo-header:after {
    content: '';
    display: table;
  }
  .contact-sales-form section.upper .demo-header:after {
    clear: both;
  }
  .contact-sales-form section.upper .demo-header:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 735px) {
  .contact-sales-form section.upper .demo-header {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .contact-sales-form section.upper .demo-header:before,
  .contact-sales-form section.upper .demo-header:after {
    content: '';
    display: table;
  }
  .contact-sales-form section.upper .demo-header:after {
    clear: both;
  }
  .contact-sales-form section.upper .demo-header:last-child {
    margin-right: 0%;
  }
}
.contact-sales-form section.upper h1 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .contact-sales-form section.upper h1 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }
}
.contact-sales-form section.upper h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .contact-sales-form section.upper h2 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
  }
}
.contact-sales-form section.upper ul.platform-list {
  list-style: none;
  padding: 0;
}
.contact-sales-form section.upper ul.platform-list li {
  margin: 0 0 20px;
  text-align: left;
}
.contact-sales-form section.upper ul.platform-list li i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-color: #08088c;
  border-radius: 50%;
}
.contact-sales-form section.upper ul.platform-list li i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 30px;
  color: #fff;
}
.contact-sales-form section.upper ul.platform-list li span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 44px);
  margin: 0 0 0 20px;
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (max-width: 735px) {
  .contact-sales-form section.upper ul.platform-list li span {
    line-height: 24px;
  }
}
.contact-sales-form section.upper .hidden {
  display: none;
}
.contact-sales-form section.upper .demo-form {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 8.541666666666664%;
  margin-right: 2.5%;
  margin-top: 30px;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 35px rgba(0,0,0,0.1);
}
.contact-sales-form section.upper .demo-form:before,
.contact-sales-form section.upper .demo-form:after {
  content: '';
  display: table;
}
.contact-sales-form section.upper .demo-form:after {
  clear: both;
}
.contact-sales-form section.upper .demo-form:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1010px) {
  .contact-sales-form section.upper .demo-form {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.83333333333333%;
    margin-left: 17.08333333333333%;
    margin-right: 2.5%;
    margin-top: 80px;
  }
  .contact-sales-form section.upper .demo-form:before,
  .contact-sales-form section.upper .demo-form:after {
    content: '';
    display: table;
  }
  .contact-sales-form section.upper .demo-form:after {
    clear: both;
  }
  .contact-sales-form section.upper .demo-form:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 735px) {
  .contact-sales-form section.upper .demo-form {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .contact-sales-form section.upper .demo-form:before,
  .contact-sales-form section.upper .demo-form:after {
    content: '';
    display: table;
  }
  .contact-sales-form section.upper .demo-form:after {
    clear: both;
  }
  .contact-sales-form section.upper .demo-form:last-child {
    margin-right: 0%;
  }
}
.contact-sales-form section.upper .demo-form .form-input {
  margin-bottom: 10px;
}
.contact-sales-form section.upper .demo-form #submit {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin: 20px 0;
}
.contact-sales-form section.upper .demo-form #submit:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.contact-sales-form section.upper .demo-form #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
.contact-sales-form section.upper .demo-form #submit.disabled {
  background-color: #3939ac;
}
.contact-sales-form section.upper form#contact-sales {
  max-width: 675px;
  margin: 0 auto;
}
.contact-sales-form section.upper .form-item {
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.contact-sales-form section.upper .form-item:before,
.contact-sales-form section.upper .form-item:after {
  content: '';
  display: table;
}
.contact-sales-form section.upper .form-item:after {
  clear: both;
}
.contact-sales-form section.upper .form-item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.contact-sales-form section.upper .form-item:nth-child(2n+1) {
  clear: both;
}
.contact-sales-form section.upper .form-item.wide {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.contact-sales-form section.upper .form-item.wide:before,
.contact-sales-form section.upper .form-item.wide:after {
  content: '';
  display: table;
}
.contact-sales-form section.upper .form-item.wide:after {
  clear: both;
}
.contact-sales-form section.upper .form-item.wide:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .contact-sales-form section.upper .form-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .contact-sales-form section.upper .form-item:before,
  .contact-sales-form section.upper .form-item:after {
    content: '';
    display: table;
  }
  .contact-sales-form section.upper .form-item:after {
    clear: both;
  }
  .contact-sales-form section.upper .form-item:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .contact-sales-form section.upper .form-item:nth-child(2n+1) {
    clear: none;
  }
  .contact-sales-form section.upper .form-item:last-child {
    margin-right: 0%;
  }
}
.contact-sales-form section.upper .form-input {
  color: #666;
  width: 100%;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 64px;
  border-radius: 6px;
  border: 0;
  background-color: transparent;
}
.contact-sales-form section.upper .form-input-text,
.contact-sales-form section.upper .form-input-select {
  border: 1px solid #666;
}
.contact-sales-form section.upper .form-input-text.field-error,
.contact-sales-form section.upper .form-input-select.field-error {
  border-color: #c90216;
}
.contact-sales-form section.upper .form-input-select {
  height: 66px;
}
.contact-sales-form section.upper textarea.form-input {
  line-height: 24px;
  padding: 18px 10px;
  border: 1px solid #666;
}
.contact-sales-form section.upper .receive-updates {
  display: inline-block;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.contact-sales-form section.upper #submit {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-left: 18px;
  display: inline-block;
  border: 0;
}
.contact-sales-form section.upper #submit:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.contact-sales-form section.upper #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
.contact-sales-form section.upper #submit:hover {
  color: #00eae4;
}
.contact-sales-form section.upper #submit.disabled {
  background-color: #000;
}
.contact-sales-form section.upper #submit.disabled .loader {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .contact-sales-form section.upper #submit {
    margin: 18px auto 0;
  }
}
.contact-sales-form section.upper .validation-message {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #c90216;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 1;
}
.contact-sales-form section.upper .validation-message:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(201,2,22,0);
  border-bottom-color: #c90216;
  border-width: 7px;
  margin-left: -7px;
}
.contact-sales-form section.upper .biz-email-validation-message {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #c90216;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 1;
}
.contact-sales-form section.upper .biz-email-validation-message:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(201,2,22,0);
  border-bottom-color: #c90216;
  border-width: 7px;
  margin-left: -7px;
}
.contact-sales-form section.upper .loader {
  border: 0.15em solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
  width: 0.5em;
  height: 0.5em;
  -webkit-animation: spin 0.75s linear infinite;
          animation: spin 0.75s linear infinite;
  margin-left: 10px;
}
.contact-sales-form section.upper .error-message {
  display: none;
  margin-top: 20px;
  color: #ef6c2a;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.contact-sales-form section.bottom,
.contact-sales-form #lightbox .form-wrapper {
  text-align: center;
  padding: 80px 0 0 0;
}
.contact-sales-form section.bottom.demo,
.contact-sales-form #lightbox .form-wrapper.demo {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.contact-sales-form section.bottom.demo:before,
.contact-sales-form #lightbox .form-wrapper.demo:before,
.contact-sales-form section.bottom.demo:after,
.contact-sales-form #lightbox .form-wrapper.demo:after {
  content: '';
  display: table;
}
.contact-sales-form section.bottom.demo:after,
.contact-sales-form #lightbox .form-wrapper.demo:after {
  clear: both;
}
.contact-sales-form section.bottom .primary-phone img,
.contact-sales-form #lightbox .form-wrapper .primary-phone img {
  margin-right: 13px;
}
.contact-sales-form section.bottom .primary-phone span,
.contact-sales-form #lightbox .form-wrapper .primary-phone span {
  display: inline-block;
  position: relative;
  top: -5px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.contact-sales-form section.bottom .primary-phone span.bold,
.contact-sales-form #lightbox .form-wrapper .primary-phone span.bold {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .contact-sales-form section.bottom .primary-phone span.number,
  .contact-sales-form #lightbox .form-wrapper .primary-phone span.number {
    display: block;
  }
}
.contact-sales-form section.bottom .phones,
.contact-sales-form #lightbox .form-wrapper .phones {
  max-width: 1025px;
  margin: 40px auto 80px auto;
  *zoom: 1;
}
.contact-sales-form section.bottom .phones:before,
.contact-sales-form #lightbox .form-wrapper .phones:before,
.contact-sales-form section.bottom .phones:after,
.contact-sales-form #lightbox .form-wrapper .phones:after {
  content: '';
  display: table;
}
.contact-sales-form section.bottom .phones:after,
.contact-sales-form #lightbox .form-wrapper .phones:after {
  clear: both;
}
.contact-sales-form section.bottom .phones-col,
.contact-sales-form #lightbox .form-wrapper .phones-col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
  margin-right: -1px;
  border-right: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact-sales-form section.bottom .phones-col:before,
.contact-sales-form #lightbox .form-wrapper .phones-col:before,
.contact-sales-form section.bottom .phones-col:after,
.contact-sales-form #lightbox .form-wrapper .phones-col:after {
  content: '';
  display: table;
}
.contact-sales-form section.bottom .phones-col:after,
.contact-sales-form #lightbox .form-wrapper .phones-col:after {
  clear: both;
}
.contact-sales-form section.bottom .phones-col:last-child,
.contact-sales-form #lightbox .form-wrapper .phones-col:last-child {
  margin-right: 0%;
}
.contact-sales-form section.bottom .phones-col.last,
.contact-sales-form #lightbox .form-wrapper .phones-col.last {
  border-right: none;
}
@media only screen and (max-width: 900px) {
  .contact-sales-form section.bottom .phones-col,
  .contact-sales-form #lightbox .form-wrapper .phones-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    max-width: 340px;
    margin: 0 auto !important;
    float: none;
  }
  .contact-sales-form section.bottom .phones-col:before,
  .contact-sales-form #lightbox .form-wrapper .phones-col:before,
  .contact-sales-form section.bottom .phones-col:after,
  .contact-sales-form #lightbox .form-wrapper .phones-col:after {
    content: '';
    display: table;
  }
  .contact-sales-form section.bottom .phones-col:after,
  .contact-sales-form #lightbox .form-wrapper .phones-col:after {
    clear: both;
  }
  .contact-sales-form section.bottom .phones-col:last-child,
  .contact-sales-form #lightbox .form-wrapper .phones-col:last-child {
    margin-right: 0%;
  }
  .contact-sales-form section.bottom .phones-col.last,
  .contact-sales-form #lightbox .form-wrapper .phones-col.last {
    border-bottom: 0;
    margin-right: 0;
  }
}
.contact-sales-form section.bottom .phones-location,
.contact-sales-form #lightbox .form-wrapper .phones-location {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-sales-form section.bottom .divider,
.contact-sales-form #lightbox .form-wrapper .divider {
  height: 6px;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  .contact-sales-form section.bottom .divider,
  .contact-sales-form #lightbox .form-wrapper .divider {
    margin: 0 10px 0 10px;
  }
}
.lets-talk .customer-quote .quote-symbol {
  margin-left: -30px;
}
@media only screen and (max-width: 850px) {
  .lets-talk .customer-quote .quote-symbol {
    margin-left: 0;
  }
}
.contact-sales-confirmation {
  display: none;
}
.contact-sales-confirmation section.thank-you {
  background: #f1f1f1 url("https://brightcove.imgix.net/web/hex-bg.jpg?auto=format") 0 0 repeat-x;
  text-align: center;
  padding: 75px 0 95px 0;
}
@media only screen and (max-width: 900px) {
  .contact-sales-confirmation section.thank-you {
    padding: 0;
  }
}
.contact-sales-confirmation section.thank-you .csr-confirmation-box {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: #ddd 1px 1px 1px;
          box-shadow: #ddd 1px 1px 1px;
  padding: 145px 0 120px 0;
}
@media only screen and (max-width: 900px) {
  .contact-sales-confirmation section.thank-you .csr-confirmation-box {
    padding: 100px 40px 100px 40px;
  }
}
.contact-sales-confirmation section.thank-you .csr-confirmation-box .thank-you {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  color: #ee6c2a;
}
@media only screen and (max-width: 900px) {
  .contact-sales-confirmation section.thank-you .csr-confirmation-box .thank-you {
    line-height: 32px;
  }
}
.contact-sales-confirmation section.thank-you .csr-confirmation-box .trial-text i {
  font-size: 13px;
  margin-right: 8px;
}
@media only screen and (max-width: 900px) {
  .contact-sales-confirmation section.thank-you .csr-confirmation-box .trial-text i {
    display: none;
  }
}
.contact-us .bottom-border {
  margin-top: 115px;
  border-bottom: 6px solid #ccc;
}
.contact-us .headquarters {
  *zoom: 1;
  padding: 70px 0;
}
.contact-us .headquarters:before,
.contact-us .headquarters:after {
  content: '';
  display: table;
}
.contact-us .headquarters:after {
  clear: both;
}
.contact-us .headquarters-title {
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.contact-us .headquarters-left,
.contact-us .headquarters-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.contact-us .headquarters-left:before,
.contact-us .headquarters-right:before,
.contact-us .headquarters-left:after,
.contact-us .headquarters-right:after {
  content: '';
  display: table;
}
.contact-us .headquarters-left:after,
.contact-us .headquarters-right:after {
  clear: both;
}
.contact-us .headquarters-left:last-child,
.contact-us .headquarters-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .contact-us .headquarters-left,
  .contact-us .headquarters-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .contact-us .headquarters-left:before,
  .contact-us .headquarters-right:before,
  .contact-us .headquarters-left:after,
  .contact-us .headquarters-right:after {
    content: '';
    display: table;
  }
  .contact-us .headquarters-left:after,
  .contact-us .headquarters-right:after {
    clear: both;
  }
  .contact-us .headquarters-left:last-child,
  .contact-us .headquarters-right:last-child {
    margin-right: 0%;
  }
}
.contact-us .headquarters-left {
  position: relative;
  left: -51.25%;
}
@media only screen and (max-width: 600px) {
  .contact-us .headquarters-left {
    position: static;
    left: 0;
  }
}
.contact-us .headquarters-right {
  position: relative;
  left: 51.25%;
}
@media only screen and (max-width: 600px) {
  .contact-us .headquarters-right {
    position: static;
    left: 0;
  }
}
.contact-us .headquarters-address,
.contact-us .headquarters-numbers {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.contact-us .headquarters-address:before,
.contact-us .headquarters-numbers:before,
.contact-us .headquarters-address:after,
.contact-us .headquarters-numbers:after {
  content: '';
  display: table;
}
.contact-us .headquarters-address:after,
.contact-us .headquarters-numbers:after {
  clear: both;
}
.contact-us .headquarters-address:last-child,
.contact-us .headquarters-numbers:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .contact-us .headquarters-address,
  .contact-us .headquarters-numbers {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .contact-us .headquarters-address:before,
  .contact-us .headquarters-numbers:before,
  .contact-us .headquarters-address:after,
  .contact-us .headquarters-numbers:after {
    content: '';
    display: table;
  }
  .contact-us .headquarters-address:after,
  .contact-us .headquarters-numbers:after {
    clear: both;
  }
  .contact-us .headquarters-address:last-child,
  .contact-us .headquarters-numbers:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 1050px) {
  .contact-us .headquarters-numbers {
    margin-top: 20px;
  }
}
.contact-us .headquarters-info {
  *zoom: 1;
}
.contact-us .headquarters-info:before,
.contact-us .headquarters-info:after {
  content: '';
  display: table;
}
.contact-us .headquarters-info:after {
  clear: both;
}
.contact-us .headquarters .google-map {
  width: 96.5%;
  margin-left: 3.5%;
}
@media only screen and (max-width: 600px) {
  .contact-us .headquarters .google-map {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.contact-us .office-a,
.contact-us .office-b {
  *zoom: 1;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.contact-us .office-a:before,
.contact-us .office-b:before,
.contact-us .office-a:after,
.contact-us .office-b:after {
  content: '';
  display: table;
}
.contact-us .office-a:after,
.contact-us .office-b:after {
  clear: both;
}
.contact-us .office-a:before,
.contact-us .office-b:before,
.contact-us .office-a:after,
.contact-us .office-b:after {
  content: '';
  display: table;
}
.contact-us .office-a:after,
.contact-us .office-b:after {
  clear: both;
}
.contact-us .office-a:last-child,
.contact-us .office-b:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .contact-us .office-a,
  .contact-us .office-b {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .contact-us .office-a:before,
  .contact-us .office-b:before,
  .contact-us .office-a:after,
  .contact-us .office-b:after {
    content: '';
    display: table;
  }
  .contact-us .office-a:after,
  .contact-us .office-b:after {
    clear: both;
  }
  .contact-us .office-a:last-child,
  .contact-us .office-b:last-child {
    margin-right: 0%;
  }
}
.contact-us .office {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 900px) {
  .contact-us .office {
    padding: 60px 0;
    border-top: 1px solid #ddd;
  }
}
.contact-us .office-left,
.contact-us .office-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.contact-us .office-left:before,
.contact-us .office-right:before,
.contact-us .office-left:after,
.contact-us .office-right:after {
  content: '';
  display: table;
}
.contact-us .office-left:after,
.contact-us .office-right:after {
  clear: both;
}
.contact-us .office-left:last-child,
.contact-us .office-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 480px) {
  .contact-us .office-left,
  .contact-us .office-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .contact-us .office-left:before,
  .contact-us .office-right:before,
  .contact-us .office-left:after,
  .contact-us .office-right:after {
    content: '';
    display: table;
  }
  .contact-us .office-left:after,
  .contact-us .office-right:after {
    clear: both;
  }
  .contact-us .office-left:last-child,
  .contact-us .office-right:last-child {
    margin-right: 0%;
  }
}
.contact-us .office-left {
  position: relative;
  left: -51.25%;
}
@media only screen and (max-width: 480px) {
  .contact-us .office-left {
    position: static;
    left: 0;
  }
}
.contact-us .office-right {
  position: relative;
  left: 51.25%;
}
@media only screen and (max-width: 480px) {
  .contact-us .office-right {
    position: static;
    left: 0;
  }
}
.contact-us .office-row {
  *zoom: 1;
  padding: 72px 0;
  border-top: 1px solid #ddd;
}
.contact-us .office-row:before,
.contact-us .office-row:after {
  content: '';
  display: table;
}
.contact-us .office-row:after {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .contact-us .office-row {
    border: none;
    padding: 0;
  }
}
.contact-us .office-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.contact-us .office-numbers {
  margin-top: 15px;
}
.contact-us .office .google-map {
  width: 91%;
}
@media only screen and (max-width: 900px) {
  .contact-us .office .google-map {
    float: right;
    width: 96.5%;
    margin-left: 3.5%;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us .office .google-map {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.contact-us .office-b .office-title,
.contact-us .office-b .office-address,
.contact-us .office-b .office-numbers {
  padding-left: 20px;
}
@media only screen and (max-width: 900px) {
  .contact-us .office-b .office-title,
  .contact-us .office-b .office-address,
  .contact-us .office-b .office-numbers {
    padding-left: 0;
  }
}
.contact-us .office-b .google-map {
  float: right;
}
.contact-us .contact-cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-top: 35px;
}
.contact-us .contact-cta:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.contact-us .contact-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
.cta-block {
  background-size: cover;
  color: #fff;
  background: #08088c;
  text-align: center;
  padding: 130px 0;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .cta-block {
    padding: 85px 0;
  }
}
.cta-block .cta-block-inside {
  *zoom: 1;
  width: auto;
  max-width: 900;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 20px;
}
.cta-block .cta-block-inside:before,
.cta-block .cta-block-inside:after {
  content: '';
  display: table;
}
.cta-block .cta-block-inside:after {
  clear: both;
}
.cta-block .cta-block-inside .cta-block-text {
  margin-bottom: 35px;
}
.cta-block .cta-block-inside .cta-block-text .cta-block-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 44px;
}
@media only screen and (max-width: 600px) {
  .cta-block .cta-block-inside .cta-block-text .cta-block-title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 600px) {
  .cta-block .cta-block-inside .cta-block-text .cta-block-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.cta-block .cta-block-inside .cta-block-text .cta-block-subtitle {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
}
.cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-first {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: ;
  color: #fff;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #08088c;
  border: 2px solid #fff;
  background-color: #fff;
  min-width: 150px;
}
.cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-first:hover {
  background: ;
  text-decoration: none !important;
}
.cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-first:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
.cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-first:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-first {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .lang-fr .cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-first,
  .lang-es .cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-first,
  .lang-de .cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-first {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
}
.cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-last {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: ;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #fff;
  border-color: #fff;
  min-width: 150px;
  margin-left: 20px;
  padding: 24px 18px;
}
.cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-last:hover {
  background: #fff;
  border-color: #fff;
  color: ;
  text-decoration: none !important;
}
.cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-last:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-last:hover {
  border-color: #fff;
  background-color: #fff;
  color: #08088c;
}
@media only screen and (max-width: 600px) {
  .cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-last {
    width: 80%;
    display: block;
    margin: 25px auto 0 auto;
  }
  .lang-fr .cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-last,
  .lang-es .cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-last,
  .lang-de .cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-last {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
}
ul.cta-cards {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  position: relative;
  margin: 0px auto;
  padding: 0;
  max-width: 1150px;
}
@media only screen and (max-width: 900px) {
  ul.cta-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
ul.cta-cards a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  text-decoration: none;
}
ul.cta-cards a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  ul.cta-cards a {
    display: block;
    width: 100%;
  }
}
ul.cta-cards li {
  color: #515151;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  margin: 1.2rem;
  padding: 1.5rem 3rem;
  background: #fff;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
@media only screen and (max-width: 900px) {
  ul.cta-cards li {
    max-width: 100%;
    padding: 1.5rem;
    display: block;
  }
}
ul.cta-cards li img {
  max-width: 100%;
  margin-right: 4%;
  margin: 0px auto 4% auto;
  float: left;
}
@media only screen and (max-width: 1360px) {
  ul.cta-cards li img {
    max-width: 100%;
    margin: 0px auto 4% auto;
    display: block;
  }
}
ul.cta-cards li h4 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
  line-height: 23.76px;
}
ul.cta-cards li span {
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
ul.cta-cards li span.link {
  display: block;
  margin: 1rem 0 0;
  letter-spacing: 1.5%;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
ul.cta-cards li span.link:hover {
  text-decoration: none;
}
ul.cta-cards li:hover {
  -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
          transform: translateY(-5%);
}
@media only screen and (max-width: 1136px) {
  ul.cta-cards li:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.cards-bg {
  min-height: 285px;
  -webkit-transform: translateY(-86%);
      -ms-transform: translateY(-86%);
          transform: translateY(-86%);
  position: relative;
  z-index: 2;
  margin-bottom: -285px;
}
.sem-hub .content .card-wrapper.background {
  background-size: cover;
  padding: 60px 0;
}
.sem-hub .content .card-wrapper.background .cards-bg {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
          box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.sem-hub .content .card-wrapper .cta-block {
  background: transparent;
  border-bottom: 0;
}
.page-case-study .bg-gray {
  background-color: #08088c;
}
.page-case-study .case-study {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 600px) {
  .page-case-study .case-study {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
.page-case-study .case-study-prehead {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #08088c;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .page-case-study .case-study h1.h2 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }
}
.page-case-study .case-study h4 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
.page-case-study .case-study .vjs-play-progress,
.page-case-study .case-study .vjs-volume-level,
.page-case-study .case-study .vjs-big-play-button {
  background-color: #08088c !important;
}
.page-case-study .case-study .responsive-video {
  margin: 0 0 22px 0;
}
.page-case-study .case-study-image {
  width: 100%;
}
.page-case-study .case-study-quote {
  text-align: left;
  padding: 55px 100px 40px 100px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 32px 0 32px 0;
  background: url("https://brightcove.imgix.net/web/quote-overlay-small.png?auto=format") 40px 30px no-repeat;
}
@media only screen and (max-width: 480px) {
  .page-case-study .case-study-quote {
    padding: 105px 10px 40px;
    background: url("https://brightcove.imgix.net/web/quote-overlay-small.png?auto=format") center 40px no-repeat;
  }
}
.page-case-study .case-study-quote blockquote {
  line-height: 32px;
  font-style: italic;
  color: #08088c;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .page-case-study .case-study-quote blockquote {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
  }
}
.page-case-study .case-study-quote cite {
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  font-style: normal;
  color: #515151;
  display: block;
}
@media only screen and (max-width: 480px) {
  .page-case-study .case-study-quote cite {
    text-align: center;
  }
}
.page-case-study .case-study-quote-author {
  padding-top: 25px;
}
@media only screen and (max-width: 600px) {
  .page-case-study .bg-gray {
    background-color: #fff;
  }
}
@media print {
  .page-case-study .gh,
  .page-case-study .gf,
  .page-case-study .cta-block,
  .page-case-study .gh-search-dropdown {
    display: none;
  }
  .page-case-study section.content {
    background: #fff;
    padding: 0;
  }
  .page-case-study .case-study {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .page-case-study .responsive-video {
    display: none;
  }
}
.page-customers .customers-list,
.page-events .events-list,
.page-leadership .leadership-list,
.page-partners .partners-list {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 6px solid #ccc;
}
.page-customers .customers-list:before,
.page-events .events-list:before,
.page-leadership .leadership-list:before,
.page-partners .partners-list:before,
.page-customers .customers-list:after,
.page-events .events-list:after,
.page-leadership .leadership-list:after,
.page-partners .partners-list:after {
  content: '';
  display: table;
}
.page-customers .customers-list:after,
.page-events .events-list:after,
.page-leadership .leadership-list:after,
.page-partners .partners-list:after {
  clear: both;
}
@media only screen and (max-width: 480px) {
  .page-customers .customers-list,
  .page-events .events-list,
  .page-leadership .leadership-list,
  .page-partners .partners-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .page-customers .customers-list,
  .page-events .events-list,
  .page-leadership .leadership-list,
  .page-partners .partners-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-customers .customers-list__headline,
.page-events .events-list__headline,
.page-leadership .leadership-list__headline,
.page-partners .partners-list__headline {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 4rem 2rem;
  text-align: center;
}
.page-customers .customers-list__headline--wrapper,
.page-events .events-list__headline--wrapper,
.page-leadership .leadership-list__headline--wrapper,
.page-partners .partners-list__headline--wrapper {
  background: url("/images/static/placeholder-wide.png");
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.page-customers .customers-list__headline--wrapper:before,
.page-events .events-list__headline--wrapper:before,
.page-leadership .leadership-list__headline--wrapper:before,
.page-partners .partners-list__headline--wrapper:before,
.page-customers .customers-list__headline--wrapper:after,
.page-events .events-list__headline--wrapper:after,
.page-leadership .leadership-list__headline--wrapper:after,
.page-partners .partners-list__headline--wrapper:after {
  content: '';
  display: table;
}
.page-customers .customers-list__headline--wrapper:after,
.page-events .events-list__headline--wrapper:after,
.page-leadership .leadership-list__headline--wrapper:after,
.page-partners .partners-list__headline--wrapper:after {
  clear: both;
}
.page-customers .customers-list__headline--wrapper:last-child,
.page-events .events-list__headline--wrapper:last-child,
.page-leadership .leadership-list__headline--wrapper:last-child,
.page-partners .partners-list__headline--wrapper:last-child {
  margin-right: 0%;
}
.page-customers .customer--tile,
.page-events .event--tile,
.page-partners .partner--tile {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  height: 315px;
  margin-bottom: 2.5%;
  border: 1px solid #ccc;
  padding: 1em 1em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #222;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.page-customers .customer--tile:before,
.page-events .event--tile:before,
.page-partners .partner--tile:before,
.page-customers .customer--tile:after,
.page-events .event--tile:after,
.page-partners .partner--tile:after {
  content: '';
  display: table;
}
.page-customers .customer--tile:after,
.page-events .event--tile:after,
.page-partners .partner--tile:after {
  clear: both;
}
.page-customers .customer--tile:nth-child(4n),
.page-events .event--tile:nth-child(4n),
.page-partners .partner--tile:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.page-customers .customer--tile:nth-child(4n+1),
.page-events .event--tile:nth-child(4n+1),
.page-partners .partner--tile:nth-child(4n+1) {
  clear: both;
}
.page-customers .customer--tile:hover,
.page-events .event--tile:hover,
.page-partners .partner--tile:hover {
  text-decoration: none;
}
.page-customers .customer--tile:hover .show,
.page-events .event--tile:hover .show,
.page-partners .partner--tile:hover .show {
  background: #08088c;
}
@media only screen and (max-width: 900px) {
  .page-customers .customer--tile,
  .page-events .event--tile,
  .page-partners .partner--tile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.66666666666666%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .page-customers .customer--tile:before,
  .page-events .event--tile:before,
  .page-partners .partner--tile:before,
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-partners .partner--tile:after {
    content: '';
    display: table;
  }
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-partners .partner--tile:after {
    clear: both;
  }
  .page-customers .customer--tile:nth-child(4n),
  .page-events .event--tile:nth-child(4n),
  .page-partners .partner--tile:nth-child(4n) {
    margin-right: 2.5%;
    float: left;
  }
  .page-customers .customer--tile:nth-child(4n+1),
  .page-events .event--tile:nth-child(4n+1),
  .page-partners .partner--tile:nth-child(4n+1) {
    clear: none;
  }
  .page-customers .customer--tile:nth-child(3n),
  .page-events .event--tile:nth-child(3n),
  .page-partners .partner--tile:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .page-customers .customer--tile:nth-child(3n+1),
  .page-events .event--tile:nth-child(3n+1),
  .page-partners .partner--tile:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .page-customers .customer--tile,
  .page-events .event--tile,
  .page-partners .partner--tile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .page-customers .customer--tile:before,
  .page-events .event--tile:before,
  .page-partners .partner--tile:before,
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-partners .partner--tile:after {
    content: '';
    display: table;
  }
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-partners .partner--tile:after {
    clear: both;
  }
  .page-customers .customer--tile:nth-child(3n),
  .page-events .event--tile:nth-child(3n),
  .page-partners .partner--tile:nth-child(3n) {
    margin-right: 2.5%;
    float: left;
  }
  .page-customers .customer--tile:nth-child(3n+1),
  .page-events .event--tile:nth-child(3n+1),
  .page-partners .partner--tile:nth-child(3n+1) {
    clear: none;
  }
  .page-customers .customer--tile:nth-child(2n),
  .page-events .event--tile:nth-child(2n),
  .page-partners .partner--tile:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .page-customers .customer--tile:nth-child(2n+1),
  .page-events .event--tile:nth-child(2n+1),
  .page-partners .partner--tile:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .page-customers .customer--tile,
  .page-events .event--tile,
  .page-partners .partner--tile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    margin-bottom: 20px;
  }
  .page-customers .customer--tile:before,
  .page-events .event--tile:before,
  .page-partners .partner--tile:before,
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-partners .partner--tile:after {
    content: '';
    display: table;
  }
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-partners .partner--tile:after {
    clear: both;
  }
  .page-customers .customer--tile:nth-child(2n),
  .page-events .event--tile:nth-child(2n),
  .page-partners .partner--tile:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .page-customers .customer--tile:nth-child(2n+1),
  .page-events .event--tile:nth-child(2n+1),
  .page-partners .partner--tile:nth-child(2n+1) {
    clear: none;
  }
  .page-customers .customer--tile:nth-child(1n),
  .page-events .event--tile:nth-child(1n),
  .page-partners .partner--tile:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .page-customers .customer--tile:nth-child(1n+1),
  .page-events .event--tile:nth-child(1n+1),
  .page-partners .partner--tile:nth-child(1n+1) {
    clear: both;
  }
}
.page-customers .customer--tile img.img-loading,
.page-events .event--tile img.img-loading,
.page-partners .partner--tile img.img-loading {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.page-customers .customer--tile img.img-loaded,
.page-events .event--tile img.img-loaded,
.page-partners .partner--tile img.img-loaded {
  opacity: 1;
}
.page-customers .customer--tile hr,
.page-events .event--tile hr,
.page-partners .partner--tile hr {
  border: none;
  border-bottom: 1px solid #222;
}
.page-customers .customer__logo,
.page-events .event__logo,
.page-partners .partner__logo {
  width: 100%;
  margin: 0 auto;
}
.page-customers .customer__logo--wrapper,
.page-events .event__logo--wrapper,
.page-partners .partner__logo--wrapper {
  padding-bottom: 54%;
  height: 0;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #222;
}
.page-customers .customer__tagline,
.page-events .event__tagline,
.page-partners .partner__tagline {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 1050px) {
  .page-customers .customer__tagline,
  .page-events .event__tagline,
  .page-partners .partner__tagline {
    font-size: 13px;
  }
}
.page-customers .customer__readmore--wrapper,
.page-events .event__readmore--wrapper,
.page-partners .partner__readmore--wrapper {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
}
.page-customers .customer__readmore--wrapper i,
.page-events .event__readmore--wrapper i,
.page-partners .partner__readmore--wrapper i {
  font-style: normal;
  color: #222;
}
.page-customers .customer__video-icon--wrapper,
.page-events .event__video-icon--wrapper,
.page-partners .partner__video-icon--wrapper {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  display: none;
  background: #aaa;
  border-radius: 50%;
  padding: 10px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-customers .customer__video-icon--wrapper.show,
.page-events .event__video-icon--wrapper.show,
.page-partners .partner__video-icon--wrapper.show {
  display: inline-block;
}
.page-customers .customer__video-icon--wrapper span,
.page-events .event__video-icon--wrapper span,
.page-partners .partner__video-icon--wrapper span {
  font-style: normal;
  font-size: 3em;
  line-height: 12px;
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  display: inline-block;
  margin-top: -1px;
  position: absolute;
}
.page-customers .customers-list__load-more,
.page-events .events-list__load-more,
.page-leadership .leadership-list__load-more,
.page-partners .partners-list__load-more {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  letter-spacing: 2px;
  text-transform: uppercase;
  float: none;
  padding: 0 30px;
}
.page-customers .customers-list__load-more:hover,
.page-events .events-list__load-more:hover,
.page-leadership .leadership-list__load-more:hover,
.page-partners .partners-list__load-more:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.page-customers .customers-list__load-more:active,
.page-events .events-list__load-more:active,
.page-leadership .leadership-list__load-more:active,
.page-partners .partners-list__load-more:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
.page-customers .customers-list__load-more--wrapper,
.page-events .events-list__load-more--wrapper,
.page-leadership .leadership-list__load-more--wrapper,
.page-partners .partners-list__load-more--wrapper {
  text-align: center;
  margin: 30px auto 0 auto;
}
.page-customers .customers-list-no-result,
.page-events .events-list-no-result,
.page-leadership .leadership-list-no-result,
.page-partners .partners-list-no-result {
  margin-top: 0;
}
.page-customers .filter-mechanism,
.page-events .filter-mechanism,
.page-leadership .filter-mechanism,
.page-partners .filter-mechanism {
  background-color: #efefef;
}
.page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset,
.page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset,
.page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset,
.page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset {
  padding-top: 20px;
  padding-bottom: 30px;
}
.page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label,
.page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label,
.page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label,
.page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label {
  float: none;
  margin: 0;
  line-height: 35px;
  color: #222;
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label,
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label,
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label,
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label {
    display: block;
  }
}
.page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label-filters,
.page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label-filters,
.page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label-filters,
.page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-label-filters {
  margin-top: 10px;
}
.page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-search,
.page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-search,
.page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-search,
.page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-search {
  border: 1px solid #222;
}
.page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter,
.page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter,
.page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter,
.page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
  margin-top: 0;
  padding-right: 35px;
  border: 1px solid #222;
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
}
.page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
.page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
.page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
.page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
.page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
.page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
.page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
.page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after {
  content: '';
  display: table;
}
.page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
.page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
.page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
.page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after {
  clear: both;
}
.page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:last-child,
.page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:last-child,
.page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:last-child,
.page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter,
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter,
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter,
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter {
    margin-top: 10px;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after {
    content: '';
    display: table;
  }
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after {
    clear: both;
  }
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n),
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n),
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n),
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n+1),
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n+1),
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n+1),
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter,
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter,
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter,
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:before,
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after {
    content: '';
    display: table;
  }
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after,
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:after {
    clear: both;
  }
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n),
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n),
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n),
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n+1),
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n+1),
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n+1),
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(2n+1) {
    clear: none;
  }
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(1n),
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(1n),
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(1n),
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .page-customers .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(1n+1),
  .page-events .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(1n+1),
  .page-leadership .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(1n+1),
  .page-partners .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter:nth-child(1n+1) {
    clear: both;
  }
}
.page-customers .title-hero-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  max-width: 600px;
  color: #fff;
}
.page-customers .title-hero-subtitle {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
  margin: 24px 0px;
  color: #fff;
}
.page-customers .title-hero-cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  border-radius: 6px;
}
.page-customers .title-hero-cta:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.page-customers .title-hero-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
.page-customers .title-hero-cta:hover {
  color: #00eae4;
}
@media only screen and (max-width: 600px) {
  .page-customers .title-hero .first .title-hero-title {
    font-size: 42px !important;
    line-height: 54px !important;
  }
}
.page-customers .item-list-item {
  background-color: #fff;
}
.page-customers .filter-mechanism {
  display: none;
}
.bc-editable {
  position: relative;
}
.bc-editable-link {
  display: none;
  position: absolute;
  background: #fff;
  color: #08088c;
  border: 1px solid #08088c;
  border-radius: 2px;
  padding: 0 6px;
  right: 5px;
  top: 5px;
  font-size: 12px;
}
.bc-editable-link:hover {
  color: #fff;
  background: #08088c;
}
.bc-editable:hover .bc-editable-link {
  display: block;
}
.bc-editable-large-link {
  display: inline-block;
  padding: 6px;
}
.bc-editable-large:hover .bc-editable-link {
  display: inline-block;
}
#events-list .page-body {
  border-bottom: 6px solid #ccc;
}
.events-list-results {
  margin: 72px 0 60px 0;
}
.events-list-results .events-list-no-result {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .events-list-results .events-list-no-result {
    text-align: center;
  }
}
.events-list-results .events-list-row {
  margin-top: 36px;
  *zoom: 1;
  border-bottom: 1px solid #ddd;
  padding: 0 0 48px 0;
}
.events-list-results .events-list-row.play .event-icon .icon-hex,
.events-list-results .events-list-row.play-2019 .event-icon .icon-hex,
.events-list-results .events-list-row.brightcove-play-2019 .event-icon .icon-hex {
  position: relative;
  display: block;
  text-shadow: none;
  color: transparent;
  background: url("https://files.brightcove.com/PLAY2019_web/PLAY_2019-full-lockup.svg");
  background-size: 90%;
  background-repeat: no-repeat;
}
.events-list-results .events-list-row.play .event-icon .icon-users,
.events-list-results .events-list-row.play-2019 .event-icon .icon-users,
.events-list-results .events-list-row.brightcove-play-2019 .event-icon .icon-users {
  color: #fff;
  position: relative;
  top: -132px;
  display: none;
}
.events-list-results .events-list-row:before,
.events-list-results .events-list-row:after {
  content: '';
  display: table;
}
.events-list-results .events-list-row:after {
  clear: both;
}
.events-list-results .events-list-row:last-child {
  border-bottom: none;
}
.events-list-results .events-list-row .event-icon {
  float: left;
  width: 170px;
  font-size: 132px;
}
@media only screen and (max-width: 950px) {
  .events-list-results .events-list-row .event-icon {
    display: none;
  }
}
.events-list-results .events-list-row .event-icon .icon-hex {
  position: relative;
  display: block;
  text-shadow: 0 4px 12px rgba(0,0,0,0.2);
  color: #00bbb8;
}
.events-list-results .events-list-row .event-icon .icon-users {
  color: #fff;
  position: relative;
  top: -132px;
}
.events-list-results .events-list-row .event-details {
  float: left;
  max-width: 720px;
}
@media only screen and (max-width: 950px) {
  .events-list-results .events-list-row .event-details {
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  .events-list-results .events-list-row .event-details {
    background: none;
    padding-left: 0;
    max-width: none;
  }
}
.events-list-results .events-list-row .event-details-type {
  font-size: 14px;
  color: #a0a0a0;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 3px;
}
.events-list-results .events-list-row .event-details-title {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .events-list-results .events-list-row .event-details-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.events-list-results .events-list-row .event-details-date {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-top: 16px;
}
.events-list-results .events-list-row .event-details-location {
  margin-bottom: 15px;
}
.events-list-results .events-list-row .event-details-register {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: #08088c;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.events-list-results .events-list-row .event-details-register:hover {
  background: #fff;
  border-color: #fff;
  color: #08088c;
  text-decoration: none !important;
}
.events-list-results .events-list-row .event-details-register:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
@media only screen and (max-width: 600px) {
  .lang-fr .events-list-results .events-list-row .event-details-register {
    font-size: 12px;
    padding: 0 15px;
  }
}
.events-list-results .events-list-row .event-details-register:hover {
  border-color: #08088c;
  background: #08088c;
  color: #fff;
}
#webinars-list .filter-mechanism {
  display: none;
}
#in-page-modules .inpage-content {
  border-bottom: 6px solid #ccc;
}
#in-page-modules .inpage-content h3 {
  margin: 0;
  padding: 50px 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top: 1px solid #ddd;
  color: #a6a6a6;
}
#in-page-modules .inpage-content .inpage-module {
  margin-bottom: 50px;
}
.page-events.grid main {
  display: grid;
  grid-template-columns: 80% 20%;
  height: calc(100vh + 4vw);
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.page-events.grid main aside,
.page-events.grid main #webinars-list {
  overflow-y: scroll;
}
.page-events.grid main aside.eventslist,
.page-events.grid main #webinars-list.eventslist {
  background: #eee;
}
.page-events.grid main aside #webinars-list {
  background: #eee;
}
.page-events.grid main aside #webinars-list .events-list-results {
  margin-top: 3vh;
}
.page-events.grid main aside #webinars-list .events-list-results .events-list-row .event-details-title {
  font-size: 1.8rem;
  line-height: 2rem;
}
.page-events.grid main aside #webinars-list .event-details-body {
  font-size: 0.85rem;
}
#minutes .events-list-results .events-list-row .event-details-register,
#minutes section.gridHolder button.loadMore {
  background: #2b83df;
  border-color: #2b83df;
  color: #fff;
}
#minutes .events-list-results .events-list-row .event-details-register:hover,
#minutes section.gridHolder button.loadMore:hover {
  background: #fff;
  color: #2b83df;
}
#minutes section.gridHolder button.loadMore.hidden {
  display: none;
}
#minutes header {
  background-image: url("//brightcove.imgix.net/web/resources/22min-bg.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% + 320px) 0;
  background-size: 624px 162px;
}
#minutes header .title-hero-content {
  max-width: 1170px;
}
#minutes header .title-hero-title {
  color: #08088c;
  font-weight: 400;
}
#minutes header .title-hero-title span {
  font-style: italic;
  font-weight: 600;
}
#minutes header .title-hero-subtitle {
  color: #95c039;
  font-size: 2rem;
}
#minutes main {
  display: block;
  height: auto;
  overflow: none;
  border: 0;
}
#minutes #webinars-list .page-body {
  color: #222;
  background: rgba(0,0,0,0.1);
  padding: 50px 30px;
  margin-bottom: 50px;
}
#minutes #webinars-list .page-body .event-icon {
  display: none;
}
#minutes #webinars-list .page-body .event-details-type {
  color: #2b83df;
  font-weight: 600;
}
#minutes #webinars-list .page-body .event-details-location {
  display: none;
}
#minutes #webinars-list .page-body .event-details-title {
  color: rgba(0,0,0,0.8);
  background-color: rgba(0,0,0,0.1);
}
#minutes #webinars-list .page-body .events-list-results {
  margin: 0;
  padding: 0;
}
#minutes #webinars-list .page-body .events-list-results .events-list-row {
  margin: 0;
  padding: 0;
}
#minutes #webinars-list .page-body .events-list-results .events-list-row .event-details {
  max-width: none;
  float: none;
}
#minutes #webinar-vids:before {
  display: block;
  content: 'LATEST WEBINAR';
  color: #2b83df;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 30px;
}
#minutes #webinar-vids aside {
  display: none;
}
#minutes #webinar-vids .video-content {
  grid-column-start: 2;
}
#minutes #webinar-vids .socialShare {
  position: relative;
  left: -5px;
}
#minutes #webinar-vids .socialShare a {
  background: transparent;
  color: #222;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#minutes #webinar-vids .socialShare a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#minutes .videoHero {
  width: 50%;
  padding-bottom: 0;
  float: left;
}
#minutes .videoHero .video-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
#minutes .videoHero .searchWrapper {
  clear: both;
  width: 100%;
  padding-top: 20px;
}
#minutes .videoHero .searchWrapper #searchWebinar {
  border: 1px solid #000;
  border-radius: 2px;
}
#minutes .videoHero .searchWrapper #searchWebinar input {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  width: 84%;
  padding: 0 10px;
  font-size: 12px;
  border: 0;
  color: #000;
  text-transform: uppercase;
}
#minutes .videoHero .searchWrapper #searchWebinar button {
  background: transparent;
  height: 30px;
  display: inline-block;
}
#minutes .videoHero .searchWrapper #searchWebinar button .icon-search {
  color: #000;
  font-size: 15px;
  float: right;
}
#minutes .videoHero .searchWrapper #searchWebinar button .icon-search:hover {
  color: rgba(0,0,0,0.8);
}
#minutes .videoHero .searchWrapper .searchResults {
  min-height: 30px;
  font-size: 11px;
  padding-top: 5px;
  color: #000;
}
#minutes section.videoHero .video-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#minutes .videoInfo {
  float: right;
  width: 47%;
  margin: 0;
}
#minutes .videoInfo h2 {
  color: #08088c;
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin: 1vh 0;
  text-transform: uppercase;
}
#minutes section.gridHolder {
  padding: 0 0 3vh;
  clear: both;
}
#minutes section.gridHolder button {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 25px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #08088c;
  border: 2px solid;
  margin: 1.5vh auto;
}
#minutes section.gridHolder button:hover {
  background: #08088c;
  color: #fff;
}
#minutes section.gridHolder .emptyMessage {
  text-align: center;
  padding: 100px 0;
}
#minutes section.gridHolder .emptyMessage.hidden {
  display: none;
}
#minutes section.gridHolder ul.thumbsHolder,
#minutes section.categoryLists {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px);
  grid-template-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  clear: both;
}
#minutes section.gridHolder ul li {
  list-style-type: none;
  position: relative;
}
#minutes section.gridHolder ul li:hover {
  cursor: pointer;
}
#minutes section.gridHolder ul.playlistTabs {
  padding: 0;
  margin: 0 0 2vh 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#minutes section.gridHolder ul.playlistTabs li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 20%;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: rgba(0,0,0,0.6);
  text-align: center;
  font-weight: 400;
  background: rgba(0,0,0,0.1);
  padding: 17px 0;
}
#minutes section.gridHolder ul.playlistTabs li:hover {
  color: #08088c;
}
#minutes section.gridHolder h4 {
  display: inline-block;
  border-bottom: 1px solid transparent;
  margin-right: 1vw;
  padding: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}
#minutes section.gridHolder ul.playlistTabs li.active {
  background: #08088c;
  color: #fff;
  position: relative;
}
#minutes section.gridHolder ul.playlistTabs li.active:before {
  display: block;
  content: '';
  border-top: 10px solid #08088c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0;
  top: 100%;
  left: calc(50% - 10px);
  position: absolute;
}
#minutes section.gridHolder ul li.vidThumb {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: transparent;
  border-radius: 2px;
  overflow: hidden;
}
#minutes section.gridHolder ul li.vidThumb.active {
  color: #fff;
}
#minutes section.gridHolder ul li.vidThumb p {
  display: inline-block;
  padding: 1vh;
  margin: 0;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  color: rgba(0,0,0,0.8);
}
#minutes section.gridHolder ul li.vidThumb .imgHolder {
  width: 100%;
  padding-top: 56.25%;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  position: relative;
}
#minutes section.gridHolder ul li.vidThumb .imgHolder .playIcon {
  background: rgba(0,0,0,0.6);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#minutes section.gridHolder ul li.vidThumb .imgHolder .playIcon .inner {
  background: #08088c;
  border-radius: 50%;
  padding: 30px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}
#minutes section.gridHolder ul li.vidThumb .imgHolder .playIcon .inner span {
  height: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 8px);
}
#minutes section.gridHolder ul li.vidThumb:hover {
  cursor: pointer;
  background: #565656;
  color: #fff;
}
#minutes section.gridHolder ul li.vidThumb:hover .playIcon {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#minutes section.gridHolder ul li.vidThumb:hover p.title {
  color: #fff;
}
#minutes section.categoryLists ul.playlistWrap {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  line-height: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#minutes section.categoryLists ul.playlistWrap li {
  padding: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#minutes section.categoryLists ul.playlistWrap li .imgHolder {
  width: 20%;
  padding-top: 20%;
  margin-right: 5%;
}
#minutes section.categoryLists ul.playlistWrap linth-of-type(2) .imgHolder {
  width: 100%;
  padding-top: 56.25%;
  margin-right: 0;
}
#minutes section.categoryLists ul.playlistWrap li:hover {
  cursor: pointer;
  background: #ddd;
}
#minutes section.categoryLists ul.playlistWrap li.playlistName {
  text-transform: uppercase;
  font-weight: 900;
  color: #2b83df;
}
@media screen and (max-width: 600px) {
  #minutes section.gridHolder ul.playlistTabs {
    display: none;
  }
  #minutes section.gridHolder ul.thumbsHolder,
  #minutes #minutes section.categoryLists {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
  #minutes section.videoHero {
    width: 100%;
    float: none;
    padding-bottom: 55.25%;
  }
  #minutes .videoInfo {
    float: none;
    width: 100%;
    margin: 50px 0;
  }
  #minutes section.gridHolder {
    padding: 0 0 3vh;
  }
}
#minutes.webinars #webinar-vids:before {
  display: none;
}
#minutes.webinars .videoInfo h1 {
  color: #08088c;
}
#minutes.webinars .videoInfo h2 {
  text-transform: none;
  color: #222;
  font-size: 2.3rem;
  line-height: 1;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
}
#minutes.webinars .videoInfo .events-list-results .events-list-row .event-details-register,
#minutes.webinars .videoInfo section.gridHolder button.loadMore {
  color: #00eae4;
}
#minutes.webinars section.gridHolder ul.playlistTabs li {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1025px) {
  #minutes.webinars .videoHero .searchWrapper #searchWebinar input {
    width: 88%;
  }
  #minutes.webinars section.gridHolder ul.playlistTabs li {
    font-size: 10px;
  }
}
@media screen and (max-width: 769px) {
  #minutes.webinars section.gridHolder ul.playlistTabs {
    display: none;
  }
  #minutes.webinars section.gridHolder ul.thumbsHolder,
  #minutes.webinars #minutes section.categoryLists {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
  #minutes.webinars section.videoHero {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  #minutes.webinars section.videoHero .searchWrapper {
    display: none;
  }
  #minutes.webinars .videoInfo {
    float: none;
    width: 100%;
    margin: 50px 0;
  }
  #minutes.webinars section.gridHolder {
    padding: 0 0 3vh;
  }
}
.webinar-videos #videoWidget {
  display: grid;
  grid-template-columns: 15% 85%;
  overflow: hidden;
}
.webinar-videos #videoWidget aside {
  background: #333;
  height: 100%;
  padding: 2vw 1vw;
  color: #fff;
}
.webinar-videos #videoWidget aside h1 {
  color: #fff;
  font-size: 1.3vw;
  margin: 0.6rem 0;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.webinar-videos #videoWidget aside select {
  width: 100%;
  margin: 10px 20px 10px 0;
  height: 35px;
  color: #515151;
  font-size: 12px;
  line-height: 24px;
  border-color: #fff;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  background: #fff url("https://brightcove.imgix.net/web/select-arrow-2.png?auto=format") right center no-repeat;
  padding-right: 35px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.webinar-videos #videoWidget .video-content {
  padding: 2vw;
  height: 100vh;
  overflow-y: scroll;
  grid-column-start: 2;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.webinar-videos section.videoHero {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.webinar-videos section.videoHero .video-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.webinar-videos .videoInfo h2 {
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin: 1vh 0;
}
.webinar-videos section.gridHolder {
  padding-bottom: 3vh;
}
.webinar-videos section.gridHolder button {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 25px;
  height: 38px;
  line-height: 36px;
  background-color: #fff;
  color: #08088c;
  border: 2px solid;
  margin: 1.5vh auto;
}
.webinar-videos section.gridHolder button:hover {
  background: #08088c;
  color: #fff;
}
.webinar-videos section.gridHolder ul.thumbsHolder,
.webinar-videos section.categoryLists {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px);
  grid-template-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  clear: both;
}
.webinar-videos section.gridHolder ul li {
  list-style-type: none;
  position: relative;
}
.webinar-videos section.gridHolder ul li:hover {
  cursor: pointer;
}
.webinar-videos section.gridHolder ul.playlistTabs {
  padding: 0;
  margin: 0 0 2vh 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.webinar-videos section.gridHolder ul.playlistTabs li {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  line-height: 14px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.webinar-videos section.gridHolder ul.playlistTabs li:hover {
  color: #5ebcf4;
}
.webinar-videos section.gridHolder h4 {
  display: inline-block;
  border-bottom: 1px solid transparent;
  margin-right: 1vw;
  padding: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.webinar-videos section.gridHolder ul.playlistTabs li.active {
  color: #2b83df;
}
.webinar-videos section.gridHolder ul li.vidThumb {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 2px;
  background: #ddd;
  overflow: hidden;
}
.webinar-videos section.gridHolder ul li.vidThumb.active {
  color: #fff;
  background: #08088c;
}
.webinar-videos section.gridHolder ul li.vidThumb p {
  display: inline-block;
  padding: 1vh;
  margin: 0;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.webinar-videos section.gridHolder ul li.vidThumb .imgHolder {
  width: 100%;
  padding-top: 56.25%;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  position: relative;
}
.webinar-videos section.gridHolder ul li.vidThumb .imgHolder .playIcon {
  background: rgba(0,0,0,0.6);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.webinar-videos section.gridHolder ul li.vidThumb .imgHolder .playIcon .inner {
  background: #08088c;
  border-radius: 50%;
  padding: 30px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}
.webinar-videos section.gridHolder ul li.vidThumb .imgHolder .playIcon .inner span {
  height: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 8px);
}
.webinar-videos section.gridHolder ul li.vidThumb:hover {
  cursor: pointer;
  background: #565656;
  color: #fff;
}
.webinar-videos section.gridHolder ul li.vidThumb:hover .playIcon {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.webinar-videos section.categoryLists ul.playlistWrap {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  line-height: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.webinar-videos section.categoryLists ul.playlistWrap li {
  padding: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.webinar-videos section.categoryLists ul.playlistWrap li .imgHolder {
  width: 20%;
  padding-top: 20%;
  margin-right: 5%;
}
.webinar-videos section.categoryLists ul.playlistWrap linth-of-type(2) .imgHolder {
  width: 100%;
  padding-top: 56.25%;
  margin-right: 0;
}
.webinar-videos section.categoryLists ul.playlistWrap li:hover {
  cursor: pointer;
  background: #ddd;
}
.webinar-videos section.categoryLists ul.playlistWrap li.playlistName {
  text-transform: uppercase;
  font-weight: 900;
  color: #2b83df;
}
.feature-guide main,
.legal main {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.83333333333333%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.feature-guide main:before,
.legal main:before,
.feature-guide main:after,
.legal main:after {
  content: '';
  display: table;
}
.feature-guide main:after,
.legal main:after {
  clear: both;
}
.feature-guide main:last-child,
.legal main:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .feature-guide main,
  .legal main {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .feature-guide main:before,
  .legal main:before,
  .feature-guide main:after,
  .legal main:after {
    content: '';
    display: table;
  }
  .feature-guide main:after,
  .legal main:after {
    clear: both;
  }
  .feature-guide main:last-child,
  .legal main:last-child {
    margin-right: 0%;
  }
}
.feature-guide nav.desktop-nav,
.legal nav.desktop-nav {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.feature-guide nav.desktop-nav:before,
.legal nav.desktop-nav:before,
.feature-guide nav.desktop-nav:after,
.legal nav.desktop-nav:after {
  content: '';
  display: table;
}
.feature-guide nav.desktop-nav:after,
.legal nav.desktop-nav:after {
  clear: both;
}
.feature-guide nav.desktop-nav:last-child,
.legal nav.desktop-nav:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .feature-guide nav.desktop-nav,
  .legal nav.desktop-nav {
    display: none;
  }
}
.feature-guide-content,
.legal-content {
  padding-left: 30px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1050px) {
  .feature-guide-content,
  .legal-content {
    padding-left: 0;
  }
}
.feature-guide-title,
.legal-title {
  *zoom: 1;
  margin-top: 78px;
}
.feature-guide-title:before,
.legal-title:before,
.feature-guide-title:after,
.legal-title:after {
  content: '';
  display: table;
}
.feature-guide-title:after,
.legal-title:after {
  clear: both;
}
.feature-guide-title-icon,
.legal-title-icon {
  position: relative;
  float: left;
}
.feature-guide-title-icon .icon-hex,
.legal-title-icon .icon-hex {
  color: #f67e33;
  font-size: 40px;
  display: block;
}
.feature-guide-title-icon .icon-document,
.legal-title-icon .icon-document {
  position: absolute;
  font-size: 38px;
  color: #fff;
  top: -1px;
  left: 2px;
}
.feature-guide-title-text,
.legal-title-text {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #a0a0a0;
  line-height: 42px;
  letter-spacing: 2px;
  float: left;
  margin-left: 10px;
}
@media only screen and (max-width: 600px) {
  .lang-fr .feature-guide-title-text,
  .lang-fr .legal-title-text,
  .lang-es .feature-guide-title-text,
  .lang-es .legal-title-text,
  .feature-guide-title-text .lang-de,
  .legal-title-text .lang-de {
    max-width: 75%;
    line-height: 20px;
  }
}
.feature-guide h1,
.legal h1 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 32px;
}
.feature-guide .feature-guide-summary h2,
.legal .feature-guide-summary h2,
.legal .legal-summary h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #08088c;
  margin-top: 45px;
  line-height: 32px;
  margin-bottom: 0;
}
.feature-guide .feature-guide-summary p,
.legal .feature-guide-summary p,
.legal .legal-summary p {
  margin-top: 11px;
  margin-bottom: 0;
}
.feature-guide .feature-guide-feature,
.legal .feature-guide-feature {
  border-bottom: 1px solid #ddd;
}
.feature-guide .feature-guide-feature:last-child,
.legal .feature-guide-feature:last-child {
  border-bottom: 0;
}
.feature-guide .feature-guide-feature h3,
.legal .feature-guide-feature h3 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 38px;
  margin-bottom: 10px;
}
.feature-guide .feature-guide-feature.with-image,
.legal .feature-guide-feature.with-image {
  *zoom: 1;
}
.feature-guide .feature-guide-feature.with-image:before,
.legal .feature-guide-feature.with-image:before,
.feature-guide .feature-guide-feature.with-image:after,
.legal .feature-guide-feature.with-image:after {
  content: '';
  display: table;
}
.feature-guide .feature-guide-feature.with-image:after,
.legal .feature-guide-feature.with-image:after {
  clear: both;
}
.feature-guide .feature-guide-feature.with-image .feature-guide-feature-text,
.legal .feature-guide-feature.with-image .feature-guide-feature-text {
  width: 70%;
  float: left;
}
.feature-guide .feature-guide-feature.with-image .feature-guide-feature-image,
.legal .feature-guide-feature.with-image .feature-guide-feature-image {
  width: 26%;
  float: right;
}
.feature-guide .feature-guide-feature.with-image .feature-guide-feature-image img,
.legal .feature-guide-feature.with-image .feature-guide-feature-image img {
  margin: 35px 0;
  width: 100%;
}
.feature-guide-nav,
.legal-nav {
  margin-top: 155px;
  list-style-type: none;
  float: right;
}
.feature-guide-nav .feature-guide-nav-link,
.legal-nav .feature-guide-nav-link,
.legal-nav .legal-nav-link {
  display: block;
  margin: 8px 0;
  padding: 4px 0 5px 17px;
  border-left: 8px solid #fff;
}
.feature-guide-nav .feature-guide-nav-link.active,
.legal-nav .feature-guide-nav-link.active,
.legal-nav .legal-nav-link.active {
  border-left: 8px solid #ef6c2a;
  color: #515151;
}
.feature-guide .mobile-nav,
.legal .mobile-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 64px;
  border-bottom: 1px solid #ccc;
  z-index: 40;
}
@media only screen and (max-width: 1050px) {
  .feature-guide .mobile-nav,
  .legal .mobile-nav {
    display: block;
  }
}
.feature-guide .mobile-nav-list,
.legal .mobile-nav-list {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 60px;
  line-height: 61px;
  padding-left: 22px;
  border: 0;
  background: #fff;
  border-radius: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.feature-guide .mobile-nav i,
.legal .mobile-nav i {
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 26px;
  pointer-events: none;
}
.filter-mechanism {
  background-color: #efefef;
  *zoom: 1;
}
.filter-mechanism:before,
.filter-mechanism:after {
  content: '';
  display: table;
}
.filter-mechanism:after {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .filter-mechanism {
    height: auto;
  }
}
.filter-mechanism .filter-mechanism-inner .filter-mechanism-label {
  float: left;
  text-transform: uppercase;
  line-height: 120px;
  margin-right: 15px;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .filter-mechanism .filter-mechanism-inner .filter-mechanism-label {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset {
    width: 100%;
    float: none;
    padding: 15px 0;
  }
}
.filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter {
  margin: 36px 20px 0 0;
  height: 45px;
  color: #515151;
  font-size: 16px;
  line-height: 45px;
  border-color: #222;
  border: none;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 10px;
  background: #fff url("https://brightcove.imgix.net/web/select-arrow-2.png?auto=format") right center no-repeat;
  padding-right: 35px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-filter {
    width: 100%;
    margin: 5px 0;
  }
}
.filter-mechanism .filter-mechanism-inner .filter-mechanism-fieldset .filter-mechanism-search {
  width: 98%;
  padding: 0 1%;
  height: 45px;
  background: #fff;
  color: #515151;
  font-size: 16px;
  line-height: 45px;
  border: 1px solid #bbb lack;
  border-radius: 6px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1135px) {
  body {
    margin-top: 65px;
  }
  body section.content,
  body .cta-block,
  body .gf {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    overflow: hidden;
  }
  body.language-menu-open,
  body.navigation-menu-open {
    overflow: hidden;
  }
  body.language-menu-open section.content,
  body.navigation-menu-open section.content,
  body.language-menu-open .cta-block,
  body.navigation-menu-open .cta-block,
  body.language-menu-open .gf,
  body.navigation-menu-open .gf {
    -ms-transform: translate(-400px, 0px);
        transform: translate(-400px, 0px);
    -webkit-transform: translate(-400px, 0px);
    -moz-transform: translate(-400px, 0px);
  }
}
.gh {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0 1px 5px 0 rgba(34,34,34,0.2);
          box-shadow: 0 1px 5px 0 rgba(34,34,34,0.2);
  position: relative;
  z-index: 50;
  background: #fff;
}
@media only screen and (min-width: 1136px) {
  .gh-burger-only {
    display: none !important;
  }
}
.gh-mobile-nav-spacer {
  height: 30px;
}
.gh-top {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  letter-spacing: 1px;
  background: #fff;
}
.gh-top:before,
.gh-top:after {
  content: '';
  display: table;
}
.gh-top:after {
  clear: both;
}
@media only screen and (max-width: 1135px) {
  .gh-top {
    height: 64px;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 50;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,34,34,0.1);
            box-shadow: 0 2px 4px 0 rgba(34,34,34,0.1);
  }
}
@media only screen and (min-width: 1136px) {
  .gh-top {
    padding-top: 24px;
    padding-right: 10px;
    padding-bottom: 7px;
  }
}
.gh-burger-logo {
  float: left;
  margin-top: 21px;
  margin-left: 18px;
}
.gh-burger-logo img {
  width: 100%;
}
@media only screen and (min-width: 1136px) {
  .gh-burger-logo {
    display: none;
  }
}
.gh-supernav {
  float: right;
  white-space: nowrap;
}
.gh-supernav-item,
.gh-supernav-divider,
.gh-supernav-spacer {
  color: #222;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1135px) {
  .gh-supernav-item,
  .gh-supernav-divider,
  .gh-supernav-spacer {
    display: none;
  }
}
.gh-supernav-item {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.gh-supernav-item.link:hover {
  color: #d13f19;
}
.gh-supernav-divider {
  margin: 0 20px;
}
.gh-supernav-divider::after {
  content: "|";
}
.gh-supernav-spacer {
  margin-left: 20px;
}
.gh-supernav-spacer.small {
  margin-left: 10px;
}
.gh-supernav-searchbutton {
  cursor: pointer;
}
.icon-search {
  position: relative;
  font-size: 13px;
  top: 2px;
  display: inline-block;
  width: 14px;
}
.gh-supernav .icon-chevron-down {
  width: 11px;
}
.gh .icon-chevron-down {
  display: inline-block;
  font-size: 10px;
  position: relative;
  top: 0;
  line-height: 0;
}
@media only screen and (max-width: 1135px) {
  .gh .icon-chevron-down {
    display: none;
  }
}
.gh-burgerbutton {
  display: none;
}
@media only screen and (max-width: 1135px) {
  .gh-burgerbutton {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    width: 64px;
    height: 64px;
    cursor: pointer;
    position: relative;
  }
  .gh-burgerbutton-inner {
    width: 23px;
    height: 18px;
    position: relative;
    margin: 23px auto 0 auto;
    transform: translateZ(1px);
    -webkit-transform: translateZ(1px);
  }
  .gh-burgerbutton span {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 7px;
    background-color: #222;
  }
  .gh-burgerbutton span::before,
  .gh-burgerbutton span::after {
    background: #222;
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    height: 3px;
    -webkit-transition-duration: 0.2s, 0.2s;
            transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  .gh-burgerbutton span::before {
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transition-property: top, -webkit-transform;
    top: -7px;
  }
  .gh-burgerbutton span::after {
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
    -webkit-transition-property: bottom, -webkit-transform;
    bottom: -7px;
  }
  .gh-burgerbutton.mobile-menu-open {
    background-color: #f6f6f6;
  }
  .gh-burgerbutton.mobile-menu-open span {
    background: transparent;
  }
  .gh-burgerbutton.mobile-menu-open span::before,
  .gh-burgerbutton.mobile-menu-open span::after {
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  .gh-burgerbutton.mobile-menu-open span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .gh-burgerbutton.mobile-menu-open span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
}
.gh-bottom {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background: transparent;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.gh-bottom-inner {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  background: #fff;
}
.gh-bottom-inner:before,
.gh-bottom-inner:after {
  content: '';
  display: table;
}
.gh-bottom-inner:after {
  clear: both;
}
@media only screen and (max-width: 1135px) {
  .gh-bottom-inner {
    position: fixed;
    height: 100%;
    top: 64px;
    right: -400px;
    width: 400px;
    z-index: 50;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #f6f6f6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  .gh-bottom-inner.mobile-menu-open.transform {
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
  }
  .gh-bottom-inner.mobile-menu-open.no-transform {
    right: 0;
  }
}
@media only screen and (max-width: 1135px) and (max-width: 600px) {
  .gh-bottom-inner {
    right: -100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1136px) {
  .gh-bottom {
    height: 64px;
  }
  .gh-bottom-placeholder {
    height: 64px;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-bottom {
    background: #f6f6f6;
  }
}
.gh-logo {
  width: 166px;
  height: 41px;
  display: inline-block;
  float: left;
  margin-top: 9px;
}
@media only screen and (max-width: 1135px) {
  .gh-logo {
    display: none;
  }
}
@media only screen and (min-width: 1136px) {
  .gh-nav {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gh-nav-wrap {
    *zoom: 1;
    width: auto;
    max-width: 1170px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gh-nav-wrap:before,
  .gh-nav-wrap:after {
    content: '';
    display: table;
  }
  .gh-nav-wrap:after {
    clear: both;
  }
}
.gh-contact-button {
  vertical-align: middle;
  text-transform: uppercase;
}
@media only screen and (min-width: 1136px) {
  .gh-contact-button {
    display: inline-block;
    white-space: nowrap;
  }
}
.gh-nav-item {
  vertical-align: middle;
  margin-top: 9px;
  z-index: 49;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 1136px) {
  .gh-nav-item {
    display: inline-block;
  }
  .gh-nav-item.inverted {
    display: none;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-nav-item {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
  }
  .gh-nav-item a {
    color: #222;
  }
  .gh-nav-item.inverted {
    display: block;
    background-color: #222;
    margin-top: 0;
    padding-top: 6px;
  }
  .gh-nav-item.inverted a {
    color: #fff;
  }
}
.gh-nav-item .dropdownArrow {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  left: -5px;
  font-size: 12px;
  background-size: 12px 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width=%2718%27%20height=%2718%27%20viewBox=%270%200%2018%2018%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M5.5%208L1.60289%202.75L9.39712%202.75L5.5%208Z%27%20stroke=%27%23000%27%20fill=%27%23000%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.gh-nav-item-label {
  text-transform: uppercase;
  margin-right: 10px;
}
@media only screen and (max-width: 1135px) {
  .gh-nav-item-label {
    color: #222;
  }
}
@media only screen and (min-width: 1136px) {
  .gh-nav-item-label {
    color: #222;
    display: inline-block;
    line-height: 1.2;
    font-size: 14px;
  }
  .gh-nav-item-label .search-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width=%2718%27%20height=%2718%27%20viewBox=%270%200%2018%2018%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M8.25%2014.25C11.5637%2014.25%2014.25%2011.5637%2014.25%208.25C14.25%204.93629%2011.5637%202.25%208.25%202.25C4.93629%202.25%202.25%204.93629%202.25%208.25C2.25%2011.5637%204.93629%2014.25%208.25%2014.25Z%27%20stroke=%27%23000%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27/%3E%3Cpath%20d=%27M15.75%2015.75L12.4875%2012.4875%27%20stroke=%27%23000%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27/%3E%3C/svg%3E");
    font-size: 1px;
    width: 18px;
    height: 18px;
    line-height: 25px;
    position: relative;
    border: 0px;
    display: block;
    margin-right: 14px;
  }
  .gh-nav-item-label:after {
    content: "";
    display: block;
    width: 1%;
    height: 2px;
    -webkit-transition: width 300ms ease 0s, background-color 500ms ease 0s;
    transition: width 300ms ease 0s, background-color 500ms ease 0s;
    margin-top: 4px;
    background-color: transparent;
  }
  .gh-nav-item-label:hover,
  .gh-nav-item-label:focus {
    cursor: pointer;
  }
  .gh-nav-item-label:hover:after,
  .gh-nav-item-label:focus:after {
    width: 100%;
    background-color: #000;
  }
}
.gh-nav-item-label .icon-chevron-down {
  width: 10px;
}
@media only screen and (max-width: 1135px) {
  .gh-nav-item {
    display: block;
    border-bottom: 1px solid #222;
  }
  .gh-nav-item-label {
    display: inline-block;
    width: 84%;
  }
  .gh-nav-item.first {
    border-top: 0;
  }
  .gh-nav-item-label {
    font-size: 0.9rem;
    padding: 10px 0px 12px 20px;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-nav-item-minor {
    display: block;
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    color: #222;
    border-bottom: 1px solid #ddd;
  }
  .gh-nav-item-minor-label {
    display: inline-block;
    width: 84%;
  }
  .gh-nav-item-minor.first {
    border-bottom: 1px solid #222;
    padding-top: 40px;
  }
  .gh-nav-item-minor .gh-nav-item-minor-label {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-nav-item-expandbutton {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 42px;
    width: 52px;
    height: 42px;
    text-align: center;
    margin: -14px;
    margin-left: -38px;
  }
}
.gh-contact-button {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: ;
  color: #fff;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.2;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  float: right;
  border: 1px solid;
  border-radius: 0;
}
.gh-contact-button:hover {
  background: ;
  text-decoration: none !important;
}
.gh-contact-button:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
@media only screen and (min-width: 1136px) {
  .gh-contact-button {
    background-color: transparent;
    color: #222;
    border: 1px solid;
    margin-top: 4px;
    padding: 10px 18px;
  }
  .gh-contact-button:hover {
    border-color: #222;
    background-color: #222;
    color: #fff;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-contact-button {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2.5%;
    padding: 24px 18px;
    display: inline-block;
    border-radius: 6px;
    background: ;
    color: #fff;
    border-width: 2px;
    border-color: ;
    border-style: solid;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
    transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    margin: 0 auto;
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    border: 0;
    margin-top: 30px;
  }
  .gh-contact-button:hover {
    background: ;
    text-decoration: none !important;
  }
  .gh-contact-button:active {
    -webkit-transform: translate3d(0px, 1px, 0px);
            transform: translate3d(0px, 1px, 0px);
    background: ;
  }
}
.gh-search {
  text-align: center;
}
.gh-search-dropdown {
  margin-top: 49px;
  -webkit-transform: translate3d(0, -200%, 0);
          transform: translate3d(0, -200%, 0);
  opacity: 0;
}
@media only screen and (min-width: 1136px) {
  .gh-search-dropdown {
    background: #fff;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    overflow: hidden;
    whitespace: initial;
  }
  .gh-nav-item.pseudo-hover .gh-search-dropdown,
  .gh-search-dropdown:hover,
  .gh-search-dropdown:focus,
  .gh-search-dropdown.focus {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 1135px) {
  .gh-search-dropdown {
    display: block;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: max-height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .gh-nav-item.gh-expanded .gh-search-dropdown {
    max-height: 1000px;
  }
}
@media only screen and (max-width: 1170px) {
  .gh-search-dropdown {
    width: 100%;
  }
}
@media only screen and (min-width: 1136px) {
  .pseudo-hover .gh-search-dropdown-inner {
    opacity: 1;
  }
  .gh-search-dropdown-inner {
    padding-top: 60px;
    padding-bottom: 90px;
    text-align: left;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    opacity: 0;
    *zoom: 1;
    width: auto;
    max-width: 1112px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 44px;
    padding-right: 44px;
  }
  .gh-search-dropdown-inner:before,
  .gh-search-dropdown-inner:after {
    content: '';
    display: table;
  }
  .gh-search-dropdown-inner:after {
    clear: both;
  }
}
@media only screen and (min-width: 1136px) {
  .gh-search-dropdown {
    padding: 0;
    z-index: 1;
    max-height: 1000px;
    background-color: #00eae4;
    color: #222;
  }
  .gh-search-dropdown-inner {
    padding-top: 35px;
    padding-bottom: 19px;
    text-align: center;
    opacity: 1;
    width: 100%;
  }
  .gh-search-dropdown.focus {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .gh-search-dropdown.stuck {
    position: fixed;
    top: 64px;
    -webkit-transition: none;
    transition: none;
  }
  .gh-search-dropdown.transition {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-search-dropdown {
    display: none;
  }
}
.gh-search-input,
.gh-search-button {
  border-radius: 4px;
  line-height: 1;
  vertical-align: middle;
  border: 0;
}
.gh-search-input {
  color: #222;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 1136px) {
  .gh-search-input,
  .gh-search-button {
    display: inline-block;
    height: 48px;
    font-size: 16px;
  }
  .gh-search-button {
    margin-left: 9px;
    width: unset;
    line-height: 0;
    text-align: center;
    background: transparent;
    color: #222;
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-weight: 700;
  }
  .gh-search-button .icon-search {
    position: relative;
    font-size: 21px;
    top: 1px;
  }
  .gh-search-input {
    width: 585px;
    margin-left: 68px;
    margin-right: 9px;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-search-input {
    display: block;
    width: 100%;
    border-bottom: 1px solid #222;
    height: 42px;
    margin-bottom: 8px;
    background-size: 20px 20px;
    background-color: #222;
    background-position: right;
  }
  .gh-search-button {
    display: none;
  }
}
@media only screen and (min-width: 1136px) {
  .gh-why-brightcove-dropdown,
  .gh-products-dropdown,
  .gh-solutions-dropdown,
  .gh-resources-dropdown,
  .gh-company-dropdown {
    background: #fff;
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    padding-top: 3px;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    width: 100%;
    left: 0;
  }
  .gh-nav-item.pseudo-hover .gh-why-brightcove-dropdown,
  .gh-nav-item.pseudo-hover .gh-products-dropdown,
  .gh-nav-item.pseudo-hover .gh-solutions-dropdown,
  .gh-nav-item.pseudo-hover .gh-resources-dropdown,
  .gh-nav-item.pseudo-hover .gh-company-dropdown,
  .gh-why-brightcove-dropdown:hover,
  .gh-products-dropdown:hover,
  .gh-solutions-dropdown:hover,
  .gh-resources-dropdown:hover,
  .gh-company-dropdown:hover,
  .gh-why-brightcove-dropdown:focus,
  .gh-products-dropdown:focus,
  .gh-solutions-dropdown:focus,
  .gh-resources-dropdown:focus,
  .gh-company-dropdown:focus,
  .gh-why-brightcove-dropdown.focus,
  .gh-products-dropdown.focus,
  .gh-solutions-dropdown.focus,
  .gh-resources-dropdown.focus,
  .gh-company-dropdown.focus {
    visibility: visible;
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
  }
  .gh-why-brightcove-dropdown .flex-container,
  .gh-products-dropdown .flex-container,
  .gh-solutions-dropdown .flex-container,
  .gh-resources-dropdown .flex-container,
  .gh-company-dropdown .flex-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item,
  .gh-products-dropdown .flex-container .flex-item,
  .gh-solutions-dropdown .flex-container .flex-item,
  .gh-resources-dropdown .flex-container .flex-item,
  .gh-company-dropdown .flex-container .flex-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 0%;
    right: auto;
    left: auto;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item.product-item,
  .gh-products-dropdown .flex-container .flex-item.product-item,
  .gh-solutions-dropdown .flex-container .flex-item.product-item,
  .gh-resources-dropdown .flex-container .flex-item.product-item,
  .gh-company-dropdown .flex-container .flex-item.product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item.emptyColumn,
  .gh-products-dropdown .flex-container .flex-item.emptyColumn,
  .gh-solutions-dropdown .flex-container .flex-item.emptyColumn,
  .gh-resources-dropdown .flex-container .flex-item.emptyColumn,
  .gh-company-dropdown .flex-container .flex-item.emptyColumn {
    border-right: 1px solid #ddd;
    max-width: 25%;
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item a,
  .gh-products-dropdown .flex-container .flex-item a,
  .gh-solutions-dropdown .flex-container .flex-item a,
  .gh-resources-dropdown .flex-container .flex-item a,
  .gh-company-dropdown .flex-container .flex-item a {
    display: block;
    color: #000;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item h4,
  .gh-products-dropdown .flex-container .flex-item h4,
  .gh-solutions-dropdown .flex-container .flex-item h4,
  .gh-resources-dropdown .flex-container .flex-item h4,
  .gh-company-dropdown .flex-container .flex-item h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: 700;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-why-brightcove-section-item a,
  .gh-products-dropdown .flex-container .flex-item .gh-why-brightcove-section-item a,
  .gh-solutions-dropdown .flex-container .flex-item .gh-why-brightcove-section-item a,
  .gh-resources-dropdown .flex-container .flex-item .gh-why-brightcove-section-item a,
  .gh-company-dropdown .flex-container .flex-item .gh-why-brightcove-section-item a {
    font-weight: 700;
    padding: 100px 20px 20px;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-why-brightcove-section-item a:hover,
  .gh-products-dropdown .flex-container .flex-item .gh-why-brightcove-section-item a:hover,
  .gh-solutions-dropdown .flex-container .flex-item .gh-why-brightcove-section-item a:hover,
  .gh-resources-dropdown .flex-container .flex-item .gh-why-brightcove-section-item a:hover,
  .gh-company-dropdown .flex-container .flex-item .gh-why-brightcove-section-item a:hover {
    background-color: #ffce00;
    color: #ff5000;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-products-section-item,
  .gh-products-dropdown .flex-container .flex-item .gh-products-section-item,
  .gh-solutions-dropdown .flex-container .flex-item .gh-products-section-item,
  .gh-resources-dropdown .flex-container .flex-item .gh-products-section-item,
  .gh-company-dropdown .flex-container .flex-item .gh-products-section-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.8rem;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-products-section-item h4,
  .gh-products-dropdown .flex-container .flex-item .gh-products-section-item h4,
  .gh-solutions-dropdown .flex-container .flex-item .gh-products-section-item h4,
  .gh-resources-dropdown .flex-container .flex-item .gh-products-section-item h4,
  .gh-company-dropdown .flex-container .flex-item .gh-products-section-item h4 {
    margin-top: 0;
    font-weight: 700;
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-products-section-item a,
  .gh-products-dropdown .flex-container .flex-item .gh-products-section-item a,
  .gh-solutions-dropdown .flex-container .flex-item .gh-products-section-item a,
  .gh-resources-dropdown .flex-container .flex-item .gh-products-section-item a,
  .gh-company-dropdown .flex-container .flex-item .gh-products-section-item a {
    text-transform: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    line-height: 33px;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 0.8rem;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-products-section-item a:hover,
  .gh-products-dropdown .flex-container .flex-item .gh-products-section-item a:hover,
  .gh-solutions-dropdown .flex-container .flex-item .gh-products-section-item a:hover,
  .gh-resources-dropdown .flex-container .flex-item .gh-products-section-item a:hover,
  .gh-company-dropdown .flex-container .flex-item .gh-products-section-item a:hover {
    background-color: #08088c;
    color: #00eae4;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-products-section-item a:hover.nav-large,
  .gh-products-dropdown .flex-container .flex-item .gh-products-section-item a:hover.nav-large,
  .gh-solutions-dropdown .flex-container .flex-item .gh-products-section-item a:hover.nav-large,
  .gh-resources-dropdown .flex-container .flex-item .gh-products-section-item a:hover.nav-large,
  .gh-company-dropdown .flex-container .flex-item .gh-products-section-item a:hover.nav-large {
    background-color: #00eae4;
    color: #08088c;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-products-section-item a.nav-large,
  .gh-products-dropdown .flex-container .flex-item .gh-products-section-item a.nav-large,
  .gh-solutions-dropdown .flex-container .flex-item .gh-products-section-item a.nav-large,
  .gh-resources-dropdown .flex-container .flex-item .gh-products-section-item a.nav-large,
  .gh-company-dropdown .flex-container .flex-item .gh-products-section-item a.nav-large {
    line-height: 46px;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-products-section-item a.nav-small,
  .gh-products-dropdown .flex-container .flex-item .gh-products-section-item a.nav-small,
  .gh-solutions-dropdown .flex-container .flex-item .gh-products-section-item a.nav-small,
  .gh-resources-dropdown .flex-container .flex-item .gh-products-section-item a.nav-small,
  .gh-company-dropdown .flex-container .flex-item .gh-products-section-item a.nav-small {
    line-height: 24px;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-solutions-section-item a,
  .gh-products-dropdown .flex-container .flex-item .gh-solutions-section-item a,
  .gh-solutions-dropdown .flex-container .flex-item .gh-solutions-section-item a,
  .gh-resources-dropdown .flex-container .flex-item .gh-solutions-section-item a,
  .gh-company-dropdown .flex-container .flex-item .gh-solutions-section-item a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 100px 20px 20px;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-solutions-section-item a.nav-small,
  .gh-products-dropdown .flex-container .flex-item .gh-solutions-section-item a.nav-small,
  .gh-solutions-dropdown .flex-container .flex-item .gh-solutions-section-item a.nav-small,
  .gh-resources-dropdown .flex-container .flex-item .gh-solutions-section-item a.nav-small,
  .gh-company-dropdown .flex-container .flex-item .gh-solutions-section-item a.nav-small {
    padding-top: 120px;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-solutions-section-item a.nav-large,
  .gh-products-dropdown .flex-container .flex-item .gh-solutions-section-item a.nav-large,
  .gh-solutions-dropdown .flex-container .flex-item .gh-solutions-section-item a.nav-large,
  .gh-resources-dropdown .flex-container .flex-item .gh-solutions-section-item a.nav-large,
  .gh-company-dropdown .flex-container .flex-item .gh-solutions-section-item a.nav-large {
    padding-top: 240px;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-solutions-section-item a:hover,
  .gh-products-dropdown .flex-container .flex-item .gh-solutions-section-item a:hover,
  .gh-solutions-dropdown .flex-container .flex-item .gh-solutions-section-item a:hover,
  .gh-resources-dropdown .flex-container .flex-item .gh-solutions-section-item a:hover,
  .gh-company-dropdown .flex-container .flex-item .gh-solutions-section-item a:hover {
    background-color: #ff5000;
    color: #ffce00;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-resources-section-item a,
  .gh-products-dropdown .flex-container .flex-item .gh-resources-section-item a,
  .gh-solutions-dropdown .flex-container .flex-item .gh-resources-section-item a,
  .gh-resources-dropdown .flex-container .flex-item .gh-resources-section-item a,
  .gh-company-dropdown .flex-container .flex-item .gh-resources-section-item a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 100px 20px 20px;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-resources-section-item a.nav-large,
  .gh-products-dropdown .flex-container .flex-item .gh-resources-section-item a.nav-large,
  .gh-solutions-dropdown .flex-container .flex-item .gh-resources-section-item a.nav-large,
  .gh-resources-dropdown .flex-container .flex-item .gh-resources-section-item a.nav-large,
  .gh-company-dropdown .flex-container .flex-item .gh-resources-section-item a.nav-large {
    padding-top: 240px;
  }
  .gh-why-brightcove-dropdown .flex-container .flex-item .gh-resources-section-item a:hover,
  .gh-products-dropdown .flex-container .flex-item .gh-resources-section-item a:hover,
  .gh-solutions-dropdown .flex-container .flex-item .gh-resources-section-item a:hover,
  .gh-resources-dropdown .flex-container .flex-item .gh-resources-section-item a:hover,
  .gh-company-dropdown .flex-container .flex-item .gh-resources-section-item a:hover {
    background-color: #00eae4;
    color: #08088c;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-why-brightcove-dropdown,
  .gh-products-dropdown,
  .gh-solutions-dropdown,
  .gh-resources-dropdown,
  .gh-company-dropdown {
    display: block;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: max-height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .gh-nav-item.gh-expanded .gh-why-brightcove-dropdown,
  .gh-nav-item.gh-expanded .gh-products-dropdown,
  .gh-nav-item.gh-expanded .gh-solutions-dropdown,
  .gh-nav-item.gh-expanded .gh-resources-dropdown,
  .gh-nav-item.gh-expanded .gh-company-dropdown {
    max-height: 1000px;
  }
}
@media only screen and (min-width: 1136px) and (max-width: 1135px) {
  .gh-why-brightcove-dropdown .gh-products-section-item,
  .gh-products-dropdown .gh-products-section-item,
  .gh-solutions-dropdown .gh-products-section-item,
  .gh-resources-dropdown .gh-products-section-item,
  .gh-company-dropdown .gh-products-section-item {
    padding: 14px 10px 12px 48px;
  }
}
.gh-why-brightcove-section-items,
.gh-products-section-items,
.gh-solutions-section-items,
.gh-resources-section-items,
.gh-company-section-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
@media only screen and (min-width: 1136px) {
  .gh-why-brightcove-section-items,
  .gh-products-section-items,
  .gh-solutions-section-items,
  .gh-resources-section-items,
  .gh-company-section-items {
    padding: 0 20px;
    text-align: left;
  }
  .gh-why-brightcove-section-item,
  .gh-products-section-item,
  .gh-solutions-section-item,
  .gh-resources-section-item,
  .gh-company-section-item {
    color: #222;
    line-height: 19px;
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
  }
  .gh-why-brightcove-section-item:hover,
  .gh-products-section-item:hover,
  .gh-solutions-section-item:hover,
  .gh-resources-section-item:hover,
  .gh-company-section-item:hover {
    color: #08088c;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-why-brightcove-section-items,
  .gh-products-section-items,
  .gh-solutions-section-items,
  .gh-resources-section-items,
  .gh-company-section-items {
    padding-bottom: 0;
  }
  .gh-why-brightcove-section-items:first-of-type,
  .gh-products-section-items:first-of-type,
  .gh-solutions-section-items:first-of-type,
  .gh-resources-section-items:first-of-type,
  .gh-company-section-items:first-of-type {
    border-top: 1px solid #222;
  }
  .gh-why-brightcove-section-item,
  .gh-products-section-item,
  .gh-solutions-section-item,
  .gh-resources-section-item,
  .gh-company-section-item {
    display: block;
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    color: #222;
    border-bottom: 1px solid #ddd;
  }
  .gh-why-brightcove-section-item-label,
  .gh-products-section-item-label,
  .gh-solutions-section-item-label,
  .gh-resources-section-item-label,
  .gh-company-section-item-label {
    display: inline-block;
    width: 84%;
  }
  .gh-why-brightcove-section-item a,
  .gh-products-section-item a,
  .gh-solutions-section-item a,
  .gh-resources-section-item a,
  .gh-company-section-item a {
    display: inline-block;
    padding: 14px 10px 12px 30px;
  }
  .gh-why-brightcove-section-item h4,
  .gh-products-section-item h4,
  .gh-solutions-section-item h4,
  .gh-resources-section-item h4,
  .gh-company-section-item h4 {
    padding: 14px 10px 12px 30px;
    margin-top: 0;
    color: #fff;
    background: #999;
    font-size: 0.9rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-bn {
    display: none;
  }
  .gh-bb {
    display: block;
  }
  .gh-bib {
    display: inline-block;
  }
  .gh-bi {
    display: inline;
  }
}
@media only screen and (min-width: 1136px) {
  .gh-dn {
    display: none;
  }
  .gh-db {
    display: block;
  }
  .gh-dib {
    display: inline-block;
  }
  .gh-di {
    display: inline;
  }
}
.lang-fr .gh-products-left .gh-products-sections-title,
.lang-de .gh-products-left .gh-products-sections-title,
.lang-es .gh-products-left .gh-products-sections-title {
  height: 41px;
}
.blog-dropdown {
  cursor: pointer;
  position: relative;
}
.blog-dropdown .icon-chevron-down {
  left: 3px;
}
.blog-dropdown:hover .blog-dropdown-menu {
  display: block;
}
.blog-dropdown .blog-dropdown-menu {
  border-radius: 3px;
  position: absolute;
  padding: 5px 15px;
  margin: 0;
  background: #fff;
  z-index: 53;
  display: none;
  left: -38px;
  border: 1px solid #ddd;
}
.blog-dropdown .blog-dropdown-menu .blog-dropdown-item {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  list-style-type: none;
  color: #eee;
}
.blog-dropdown .blog-dropdown-menu .blog-dropdown-item a {
  font-size: 11px;
  color: #222;
}
.blog-dropdown .blog-dropdown-menu .blog-dropdown-item a:hover {
  color: #333;
  text-decoration: underline;
}
.search-validation-message {
  display: none;
  position: absolute;
  top: 85px;
  right: 300px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #c90216;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 1;
}
.search-validation-message:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(201,2,22,0);
  border-bottom-color: #c90216;
  border-width: 7px;
  margin-left: -7px;
}
@media only screen and (max-width: 1135px) {
  .gh-dn {
    padding: 10px 0px 12px 20px;
    color: #000;
    font-size: 0.9rem;
    width: 100%;
    display: inline-block;
  }
  .gh-dn .login-dropdown .icon-user {
    display: none;
  }
  .gh-dn .login-dropdown .login-dropdown-menu {
    position: relative;
    background: none;
    border: 0;
    margin: 0;
    left: 0;
    padding: 10px 20px 12px;
  }
  .gh-dn .login-dropdown .login-dropdown-menu .login-dropdown-item {
    padding: 4px 20px 0px;
    font-size: 0.8rem;
  }
  .gh-dn .language-picker {
    display: block;
    background: none;
    height: unset;
    width: unset;
  }
  .gh-dn .language-picker .current-language {
    display: inline-block;
  }
  .gh-dn .language-picker .language-picker-menu {
    padding-left: 20px;
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-weight: 500;
    color: #222;
  }
}
@media only screen and (max-width: 1135px) {
  .item-padding {
    padding: 0;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-supernav-searchbutton,
  .gh-contact-button {
    display: none;
  }
}
@font-face {
  font-family: 'si';
  src: url("//files.brightcove.com/fonts/socicon.eot");
  src: url("//files.brightcove.com/fonts/socicon.eot?#iefix") format('embedded-opentype'), url("//files.brightcove.com/fonts/socicon.woff") format('woff'), url("//files.brightcove.com/fonts/socicon.ttf") format('truetype'), url("//files.brightcove.com/fonts/socicon.svg#icomoonregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url("//files.brightcove.com/fonts/socicon.svg") format(svg);
  }
}
.footer-social-link {
  font-family: si !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 26px;
  border-radius: 9999px;
  background: #515151;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}
.gf {
  background: #fff;
  padding: 98px 0 82px 0;
  color: #222;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media only screen and (max-width: 1150px) {
  .gf {
    padding: 50px 0 40px 0;
  }
}
.gf-top {
  margin-bottom: 111px;
  *zoom: 1;
}
.gf-top:before,
.gf-top:after {
  content: '';
  display: table;
}
.gf-top:after {
  clear: both;
}
@media only screen and (max-width: 1150px) {
  .gf-top {
    display: none;
  }
}
.gf-top .gf-links-cols {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 18%;
  margin-left: 0%;
  margin-right: 2.5%;
/*&:nth-child(5)
                col(1.5/12)
            &:last-child
                col(2.5/12)*/
}
.gf-top .gf-links-cols:before,
.gf-top .gf-links-cols:after {
  content: '';
  display: table;
}
.gf-top .gf-links-cols:after {
  clear: both;
}
.gf-top .gf-links-cols:last-child {
  margin-right: 0%;
}
.gf-category-title {
  color: #222;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #222;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 20px;
  margin-bottom: 21px;
  letter-spacing: 5%;
  color: #222;
}
.gf-category-title:first-child {
  margin-top: 3px;
}
.gf-category-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: inherit;
  margin-bottom: 31px;
  color: #222;
}
.gf-category-link {
  color: #222;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #222;
  display: block;
  margin-bottom: 10px;
  line-height: 16px;
}
.gf-category-link:hover {
  text-decoration: underline;
}
.gf-description {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  line-height: 25px;
}
.gf-bottom {
  *zoom: 1;
  padding-top: 50px;
}
.gf-bottom:before,
.gf-bottom:after {
  content: '';
  display: table;
}
.gf-bottom:after {
  clear: both;
}
@media only screen and (max-width: 1150px) {
  .gf-bottom {
    padding-top: 0;
    margin-top: 17px;
  }
}
@media only screen and (max-width: 900px) {
  .gf-bottom {
    margin-top: 20px;
    text-align: center;
  }
}
.gf-bottom .gf-links-cols:first-child {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.83333333333333%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.gf-bottom .gf-links-cols:first-child:before,
.gf-bottom .gf-links-cols:first-child:after {
  content: '';
  display: table;
}
.gf-bottom .gf-links-cols:first-child:after {
  clear: both;
}
.gf-bottom .gf-links-cols:first-child:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .gf-bottom .gf-links-cols:first-child {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .gf-bottom .gf-links-cols:first-child:before,
  .gf-bottom .gf-links-cols:first-child:after {
    content: '';
    display: table;
  }
  .gf-bottom .gf-links-cols:first-child:after {
    clear: both;
  }
  .gf-bottom .gf-links-cols:first-child:last-child {
    margin-right: 0%;
  }
}
.gf-bottom .gf-links-cols:last-child {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.gf-bottom .gf-links-cols:last-child:before,
.gf-bottom .gf-links-cols:last-child:after {
  content: '';
  display: table;
}
.gf-bottom .gf-links-cols:last-child:after {
  clear: both;
}
.gf-bottom .gf-links-cols:last-child:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .gf-bottom .gf-links-cols:last-child {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .gf-bottom .gf-links-cols:last-child:before,
  .gf-bottom .gf-links-cols:last-child:after {
    content: '';
    display: table;
  }
  .gf-bottom .gf-links-cols:last-child:after {
    clear: both;
  }
  .gf-bottom .gf-links-cols:last-child:last-child {
    margin-right: 0%;
  }
}
.gf-bottom-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
}
.gf-bottom-item::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 15px;
  background-color: #a0a0a0;
  position: relative;
  left: 13px;
}
.gf-bottom-item:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  .gf-bottom-item:first-child::after {
    display: none;
  }
}
.gf-bottom-item.last {
  margin-right: 0;
}
.gf-bottom-item.last::after {
  display: none;
}
.gf-bottom-copyright {
  color: #222;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .gf-bottom-copyright {
    display: block;
    margin: 0 0 10px 0;
  }
}
.gf-bottom-link {
  color: #222;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #222;
}
@media only screen and (max-width: 900px) {
  .gf-bottom-link.first {
    margin-left: 0;
  }
}
.gf-social {
  margin-top: -17px;
  float: right;
}
@media only screen and (max-width: 900px) {
  .gf-social {
    margin-top: 24px;
    float: none;
    margin-left: 7px;
  }
}
.gf-social-linkedin,
.gf-social-twitter,
.gf-social-facebook,
.gf-social-googleplus {
  font-family: si !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 26px;
  border-radius: 9999px;
  background: #515151;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  display: inline-block;
  margin-right: 5px;
  color: #222;
  background: transparent;
}
.gf-social-linkedin.last,
.gf-social-twitter.last,
.gf-social-facebook.last,
.gf-social-googleplus.last {
  margin-right: 0;
}
.gf-social-linkedin:before {
  content: 'j';
}
.gf-social-twitter:before {
  content: 'a';
}
.gf-social-facebook {
  color: #fff;
  background: #222;
}
.gf-social-facebook:before {
  content: 'b';
}
.gf-social-googleplus:before {
  content: 'c';
}
.gf.dark {
  background: #fff;
  color: #222;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.gf.dark .gf-category-title {
  color: #222;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #222;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.gf.dark .gf-category-link {
  color: #222;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #222;
}
.homepage #slider-video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.homepage .slider {
  background: #515151 url("https://brightcove.imgix.net/web/homepage-desktop-lq.jpg?auto=format");
  background-size: cover;
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.lang-ja .homepage .slider h1 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
}
.lang-ja .homepage .slider h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
}
.homepage .slider .left {
  text-align: left;
}
.homepage .slider small.replay {
  display: block;
  line-height: 54px;
}
.homepage .slider small.replay .pink {
  color: #d6006d;
}
@media only screen and (max-width: 600px) {
  .homepage .slider {
    background: url("https://brightcove.imgix.net/web/homepage-mobile-02.jpg?auto=format");
    background-size: initial;
    background-position: center center;
  }
}
@media only screen and (max-width: 875px) {
  .homepage .slider h1 {
    margin-top: 0;
    padding: 0 15px;
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
  }
  .homepage .slider-slide-one h2 {
    display: none;
  }
}
@media only screen and (max-width: 1540px) {
  .homepage .slider {
    background-size: initial;
    background-position: center;
  }
}
@media only screen and (max-width: 800px) {
  .homepage .slider.no-video {
    background: url("https://brightcove.imgix.net/web/homepage-mobile-02.jpg?auto=format");
    background-size: initial;
    background-position: center center;
  }
}
.homepage .slider-video {
  padding-top: 31.1%;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
}
@media only screen and (max-width: 1540px) {
  .homepage .slider-video {
    left: 0;
    height: 479px;
    width: 1540px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .slider-video {
    height: 380px;
  }
}
@media only screen and (min-width: 1541px) {
  .homepage .slider-video {
    left: 0 !important;
  }
}
.homepage .slider .bxslider-hero {
  min-height: 480px;
}
.homepage .slider .bxslider-hero li.fill {
  height: 100%;
}
.homepage .slider .bxslider-hero li.shadow {
  text-shadow: 0 0 40px rgba(0,0,0,0.4);
}
.homepage .slider .bxslider-hero li.shadow h1 {
  padding: 0 72px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 875px) {
  .homepage .slider .bxslider-hero li.shadow h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.homepage .slider .bxslider-hero li.play h1.event-past span,
.homepage .slider .bxslider-hero li.play h1.event-past small,
.homepage .slider .bxslider-hero li.play h1.event-past br {
  display: none !important;
}
.homepage .slider .bxslider-hero li.play h1.event-past .countdown-hidden {
  display: block !important;
}
.homepage .slider .bxslider-hero li.play .countdown-hidden {
  display: none;
}
.homepage .slider .bxslider-hero li.play img {
  height: 60px;
  max-width: 100%;
}
.homepage .slider .bxslider-hero li.play .slider-ctas a {
  background: #d5257c;
}
.homepage .slider .bxslider-hero li.play.minimize .title-hero-title {
  max-width: 900px;
}
.homepage .slider .bxslider-hero li.play.minimize .title-hero-subtitle {
  max-width: 700px;
}
.homepage .slider .bxslider-hero li.frost .title-hero-content {
  background: url("https://brightcove.imgix.net/web/homepage/Brightcove-Award-Logo.jpg") no-repeat center left;
  background-size: contain;
  background-position-x: calc(42% - 198px);
}
.homepage .slider .bxslider-hero li.frost .title-hero-content > * {
  padding-left: 42%;
}
.homepage .slider .bxslider-hero li.frost .title-hero-content .title-hero-title {
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .homepage .slider .bxslider-hero li.frost .title-hero-content {
    background: none;
  }
  .homepage .slider .bxslider-hero li.frost .title-hero-content > * {
    padding-left: 0;
  }
  .homepage .slider .bxslider-hero li.frost .title-hero-content > * br {
    display: none;
  }
}
.homepage .slider .bxslider-hero li.engage h1.event-past span,
.homepage .slider .bxslider-hero li.engage h1.event-past small,
.homepage .slider .bxslider-hero li.engage h1.event-past br {
  display: none !important;
}
.homepage .slider .bxslider-hero li.engage h1.event-past .countdown-hidden {
  display: block !important;
}
.homepage .slider .bxslider-hero li.engage .countdown-hidden {
  display: none;
}
.homepage .slider .bxslider-hero li.engage .title-hero-subtitle.h1 {
  line-height: 1;
}
.homepage .slider .bxslider-hero li.engage img {
  height: 60px;
  max-width: 100%;
}
.homepage .slider .bxslider-hero li.engage .slider-ctas a {
  background: #c141d9;
}
@media only screen and (max-width: 875px) {
  .homepage .slider .bxslider-hero li.engage .title-hero-subtitle.h1 {
    line-height: 1;
  }
  .homepage .slider .bxslider-hero li.engage .title-hero-subtitle.h1 br {
    display: none;
  }
}
.homepage .slider li.play2020-new header {
  background: url("https://brightcove.imgix.net/web/Play2020_Homepage_Jimmy_img_480x480_update.jpg?auto=format"), url("https://brightcove.imgix.net/web/Play2020_Homepage_Soledad_img_480x480_update.jpg?auto=format"), -webkit-gradient(linear, left bottom, left top, from(#222), color-stop(33%, rgba(0,0,0,0.2)), to(rgba(0,0,0,0.2))), #5426fc;
  background: url("https://brightcove.imgix.net/web/Play2020_Homepage_Jimmy_img_480x480_update.jpg?auto=format"), url("https://brightcove.imgix.net/web/Play2020_Homepage_Soledad_img_480x480_update.jpg?auto=format"), linear-gradient(0deg, #222 0%, rgba(0,0,0,0.2) 33%, rgba(0,0,0,0.2) 100%), #5426fc;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, auto, auto;
  background-position: center left, center right, center, center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4em;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 480px;
}
@media only screen and (max-width: 1136px) {
  .homepage .slider li.play2020-new header {
    background: url("https://brightcove.imgix.net/web/jimmy_update.jpg?auto=format"), url("https://brightcove.imgix.net/web/soledad_update.jpg?auto=format"), -webkit-gradient(linear, left bottom, left top, from(#222), color-stop(33%, rgba(0,0,0,0.2)), to(rgba(0,0,0,0.2))), #5426fc;
    background: url("https://brightcove.imgix.net/web/jimmy_update.jpg?auto=format"), url("https://brightcove.imgix.net/web/soledad_update.jpg?auto=format"), linear-gradient(0deg, #222 0%, rgba(0,0,0,0.2) 33%, rgba(0,0,0,0.2) 100%), #5426fc;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: contain, contain, auto, auto;
    background-position: center left, center right, center, center;
  }
  .homepage .slider li.play2020-new header .title-hero-content img {
    max-height: 240px;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .slider li.play2020-new header {
    background: url("https://brightcove.imgix.net/web/jimmy_update.jpg?auto=format"), url("https://brightcove.imgix.net/web/soledad_update.jpg?auto=format"), -webkit-gradient(linear, left bottom, left top, from(#222), color-stop(33%, rgba(0,0,0,0.2)), to(rgba(0,0,0,0.2))), #5426fc;
    background: url("https://brightcove.imgix.net/web/jimmy_update.jpg?auto=format"), url("https://brightcove.imgix.net/web/soledad_update.jpg?auto=format"), linear-gradient(0deg, #222 0%, rgba(0,0,0,0.2) 33%, rgba(0,0,0,0.2) 100%), #5426fc;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: contain, contain, auto, auto;
    background-position: -20% 0, 120% 0, center, center;
  }
  .homepage .slider li.play2020-new header .title-hero-subtitle {
    margin-bottom: 44px;
  }
  .homepage .slider li.play2020-new header h1 small {
    font-weight: 100;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
  }
  .homepage .slider li.play2020-new header h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .homepage .slider li.play2020-new header a {
    font-size: 16px;
  }
}
.homepage .slider li.play2020-new header .title-hero-bg {
  margin: 0px auto;
}
.homepage .slider li.play2020-new header .title-hero-bg .title-hero-content {
  height: 400px;
}
.homepage .slider li.play2020-new header .title-hero-bg .title-hero-content img {
  max-height: 300px;
}
.homepage .slider li.play2020-new header .title-hero-bg a {
  display: inline-block;
  border-radius: 4px;
  background-color: #5426fc;
  color: #fff;
  border-color: #5426fc;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.homepage .slider li.play2020-new header .title-hero-bg a:hover {
  background-color: #00fae3;
  border-color: #00fae3;
  color: #000;
  text-decoration: none;
}
.homepage .slider li.play2020-new h1 small {
  font-weight: 100;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
.homepage .slider li.play2020-new h1 img {
  float: left;
  max-height: 200px;
  height: 240px;
  display: inline-block;
  margin-bottom: 20px;
}
.homepage .slider li.play2020 header {
  text-align: left;
}
.homepage .slider li.play2020 h1 small {
  font-weight: 100;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
.homepage .slider li.play2020 h1 img {
  float: left;
  max-height: 200px;
  height: 240px;
  display: inline-block;
}
.homepage .slider li.play2020 h3 {
  max-width: 600px;
  margin-bottom: 12px;
  display: inline-block;
  margin-top: 40px;
}
.homepage .slider li.play2020 h3 span.upper {
  text-transform: uppercase;
  font-size: 1.2em;
}
.homepage .slider li.play2020 h3 span,
.homepage .slider li.play2020 h3 strong {
  display: block;
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 10px 0;
}
@media only screen and (max-width: 875px) {
  .homepage .slider li.play2020 h3 span,
  .homepage .slider li.play2020 h3 strong {
    font-size: 1.2em;
    line-height: 1em;
  }
}
.homepage .slider li.play2020 h3 strong {
  font-size: 1.6em;
}
.homepage .slider li.play2020 h3 small {
  max-width: 475px;
  display: inline-block;
  font-size: 1em;
}
.homepage .slider li.play2020 a {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-size: 1.6em;
}
.homepage .slider li.play2020 a i {
  margin-left: 10px;
  font-size: 0.9em;
}
@media only screen and (max-width: 875px) {
  .homepage .slider li.play2020 header {
    text-align: center;
  }
  .homepage .slider li.play2020 h1 {
    padding: 0;
  }
  .homepage .slider li.play2020 h1 small {
    font-weight: 100;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
  }
  .homepage .slider li.play2020 h1 img {
    max-height: 150px;
    margin: 0px auto;
    float: none;
  }
  .homepage .slider li.play2020 h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .homepage .slider li.play2020 a {
    font-size: 16px;
  }
}
.homepage .slider li.vir-q2-2020 .title-hero-bg {
  padding-top: 20px;
}
.homepage .slider li.vir-q2-2020 h1 {
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 0px;
  float: right;
  width: 29%;
}
.homepage .slider li.vir-q2-2020 h1 strong {
  font-weight: 900;
  color: #00e7ff;
}
.homepage .slider li.vir-q2-2020 h3 {
  float: left;
  width: 68%;
}
.homepage .slider li.vir-q2-2020 img {
  height: auto;
  width: 100%;
}
.homepage .slider li.vir-q2-2020 .slider-ctas {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  margin-top: 16px;
}
.homepage .slider li.vir-q2-2020 .slider-ctas a {
  padding: 20px 40px;
  font-size: 23px;
  border-radius: 0;
  background: #00e6ff;
}
@media only screen and (max-width: 1136px) {
  .homepage .slider li.vir-q2-2020 h1 {
    width: 37%;
    margin-bottom: 10px;
  }
  .homepage .slider li.vir-q2-2020 h3 {
    width: 60%;
  }
  .homepage .slider li.vir-q2-2020 .slider-ctas {
    height: auto;
    margin-top: 0 !important;
    width: 37%;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .homepage .slider li.vir-q2-2020 .slider-ctas a {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 900px) {
  .homepage .slider li.vir-q2-2020 .title-hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homepage .slider li.vir-q2-2020 h1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .homepage .slider li.vir-q2-2020 h1 br {
    display: none;
  }
  .homepage .slider li.vir-q2-2020 h3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    float: none;
    margin: 20px auto;
    width: 70%;
  }
  .homepage .slider li.vir-q2-2020 .slider-ctas {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    float: none;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .slider li.vir-q2-2020 h1 {
    font-size: 1.5em;
  }
  .homepage .slider li.vir-q2-2020 h3 {
    float: none;
    width: 100%;
  }
  .homepage .slider li.vir-q2-2020 .slider-ctas {
    margin-top: 0;
    display: block;
    height: 100px;
    width: calc(100% - 40px);
  }
}
.homepage .slider li.virtual-events h1 {
  font-weight: 300;
  font-size: 3.5em;
  line-height: 1;
  border-left: 1px solid #00e5ff;
  padding-left: 20px;
}
.homepage .slider li.virtual-events h1 strong {
  font-weight: 900;
}
.homepage .slider li.virtual-events h3 {
  margin: 10px 0;
}
.homepage .slider li.virtual-events .slider-ctas {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 0px !important;
}
.homepage .slider li.virtual-events .slider-ctas a {
  padding: 10px 40px;
  font-size: 23px;
  border-radius: 0;
  background: #00e6ff;
}
@media only screen and (max-width: 600px) {
  .homepage .slider li.virtual-events h1 {
    font-size: 2em;
  }
}
.homepage .slider .bx-viewport {
  height: 100% !important;
}
.homepage .slider .video-js {
  background: transparent;
}
.homepage .slider .vjs-fullscreen {
  padding-top: 0;
}
.homepage .slider .vjs-control-bar,
.homepage .slider .vjs-big-play-button,
.homepage .slider .vjs-error-display,
.homepage .slider .vjs-loading-spinner {
  display: none;
}
.homepage .slider .vjs-tech {
  height: 100%;
  width: 100%;
}
.homepage .slider-slides {
  display: block !important;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.homepage .slider-slides .bx-wrapper,
.homepage .slider-slides .bxslider-hero {
  height: 100%;
}
.homepage .slider-slide {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.homepage .slider-slide-content {
  max-width: 1050px;
  margin: 0 auto;
}
.homepage .slider-slide h1 {
  margin-top: 8px;
  color: #fff;
  text-transform: uppercase;
}
.homepage .slider-slide h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: -12px 0 0 0;
}
@media only screen and (max-width: 875px) {
  .homepage .slider-slide-one .slider-cta-secondary {
    display: none;
  }
}
.homepage .slider-slide-two img {
  width: 300px;
}
.homepage .slider-slide-two h2 {
  margin-top: 15px;
  text-transform: none;
  line-height: 36px;
}
@media only screen and (max-width: 600px) {
  .homepage .slider-slide-two h2 {
    line-height: 28px;
    font-size: 18px;
  }
}
.homepage .slider-slide-two .slider-cta-primary {
  padding: 0 30px;
}
.homepage .slider-slide-three h2 {
  text-transform: none;
  line-height: 26px;
  margin-top: 10px;
  font-size: 22px;
}
.homepage .slider-ctas {
  margin-top: 40px;
}
.homepage .slider-cta-primary {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 0 15px;
}
.homepage .slider-cta-primary:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.homepage .slider-cta-primary:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
.homepage .slider-cta-secondary {
  margin-left: 10px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: #08088c;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-color: #fff;
  color: #fff;
}
.homepage .slider-cta-secondary:hover {
  background: #fff;
  border-color: #fff;
  color: #08088c;
  text-decoration: none !important;
}
.homepage .slider-cta-secondary:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.homepage .slider .optional-titles {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 90%;
}
.homepage .slider .optional-titles h1 {
  margin-top: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .homepage .slider .optional-titles h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
.homepage .slider .optional-titles h1 .always {
  display: block;
}
.homepage .slider .optional-titles h1 .rollin {
  display: none;
}
.homepage .slider .optional-titles h1 .rollin.selected {
  display: block;
}
.homepage .slider .optional-titles h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .homepage .slider .optional-titles h2 {
    font-size: 16px;
  }
}
.homepage .slider .optional-titles .slider-ctas {
  margin-top: 0;
}
.homepage .slider .optional-titles .product-page-hero-cta {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  margin-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #95c039;
}
.homepage .slider .optional-titles .product-page-hero-cta:hover {
  background-color: #c5e16e;
}
@media only screen and (max-width: 600px) {
  .homepage .slider .optional-titles .product-page-hero-cta {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .slider .optional-titles #bannerCTA {
    display: none;
  }
}
.homepage .slider .optional-titles #bannerCTAmobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .homepage .slider .optional-titles #bannerCTAmobile {
    display: inline-block;
  }
}
.homepage .succeed-with-video {
  padding: 50px 0;
  text-align: center;
}
.homepage .succeed-with-video h3 {
  margin: 0 0 50px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video h3 {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 32px;
  }
}
.homepage .succeed-with-video h3 .product-page-hero-cta {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin-left: 20px;
  vertical-align: text-top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #95c039;
}
.homepage .succeed-with-video h3 .product-page-hero-cta:hover {
  background-color: #c5e16e;
}
@media only screen and (max-width: 955px) {
  .homepage .succeed-with-video h3 .product-page-hero-cta {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video h3 .product-page-hero-cta {
    width: auto;
  }
}
.homepage .succeed-with-video .swv-filters {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .swv-filters {
    display: none;
  }
}
.homepage .succeed-with-video .swv-filters li {
  display: inline-block;
  vertical-align: middle;
  width: 33.3%;
  max-width: 250px;
}
@media only screen and (max-width: 500px) {
  .homepage .succeed-with-video .swv-filters li {
    width: 100%;
    max-width: none;
    margin-bottom: 25px;
  }
}
.homepage .succeed-with-video .swv-filters li a,
.homepage .succeed-with-video .section-center .center-col > a {
  display: inline-block;
  position: relative;
  padding: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #565656;
  -ms-word-break: break-all;
  word-break: break-all;
/* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.homepage .succeed-with-video .swv-filters li a:hover .underline,
.homepage .succeed-with-video .section-center .center-col > a:hover .underline,
.homepage .succeed-with-video .swv-filters li a.selected .underline,
.homepage .succeed-with-video .section-center .center-col > a.selected .underline {
  width: 100%;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.homepage .succeed-with-video .swv-filters li a .underline,
.homepage .succeed-with-video .section-center .center-col > a .underline {
  display: block;
  margin: 10px auto 0;
  height: 4px;
  width: 0;
}
.homepage .succeed-with-video .swv-filters li a.monetization .underline,
.homepage .succeed-with-video .section-center .center-col > a.monetization .underline {
  background-color: #40c4b5;
}
.homepage .succeed-with-video .swv-filters li a.marketing .underline,
.homepage .succeed-with-video .section-center .center-col > a.marketing .underline {
  background-color: #08088c;
}
.homepage .succeed-with-video .swv-filters li a.comms .underline,
.homepage .succeed-with-video .section-center .center-col > a.comms .underline {
  background-color: #2b83df;
}
.homepage .succeed-with-video .section-center {
  *zoom: 1;
}
.homepage .succeed-with-video .section-center:before,
.homepage .succeed-with-video .section-center:after {
  content: '';
  display: table;
}
.homepage .succeed-with-video .section-center:after {
  clear: both;
}
.homepage .succeed-with-video .section-center .center-col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 82.91666666666667%;
  margin-left: 8.541666666666664%;
  margin-right: 2.5%;
}
.homepage .succeed-with-video .section-center .center-col:before,
.homepage .succeed-with-video .section-center .center-col:after {
  content: '';
  display: table;
}
.homepage .succeed-with-video .section-center .center-col:after {
  clear: both;
}
.homepage .succeed-with-video .section-center .center-col:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .homepage .succeed-with-video .section-center .center-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .homepage .succeed-with-video .section-center .center-col:before,
  .homepage .succeed-with-video .section-center .center-col:after {
    content: '';
    display: table;
  }
  .homepage .succeed-with-video .section-center .center-col:after {
    clear: both;
  }
  .homepage .succeed-with-video .section-center .center-col:last-child {
    margin-right: 0%;
  }
}
.homepage .succeed-with-video .section-center .center-col > a {
  display: none;
  margin-bottom: 10px;
  padding: 15px 25px;
  text-align: left;
  color: #fff;
}
.homepage .succeed-with-video .section-center .center-col > a.selected > i {
  opacity: 0;
}
.homepage .succeed-with-video .section-center .center-col > a.monetization {
  background-color: #40c4b5;
}
.homepage .succeed-with-video .section-center .center-col > a.marketing {
  background-color: #08088c;
}
.homepage .succeed-with-video .section-center .center-col > a.comms {
  background-color: #2b83df;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col > a {
    display: block;
  }
}
.homepage .succeed-with-video .section-center .center-col > a > i {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 25px;
  opacity: 1;
  font-size: 20px;
  color: #efefef;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles {
  *zoom: 1;
  display: none;
  list-style: none;
  padding: 0;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles:before,
.homepage .succeed-with-video .section-center .center-col .swv-tiles:after {
  content: '';
  display: table;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles {
    display: block;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles.selected {
  display: block;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles.selected {
    max-height: 400px;
    -webkit-transition: max-height 0.3s ease-in;
    transition: max-height 0.3s ease-in;
  }
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
  position: relative;
  height: 200px;
  margin-bottom: 2.5%;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li:before,
.homepage .succeed-with-video .section-center .center-col .swv-tiles li:after {
  content: '';
  display: table;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li:after {
  clear: both;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 800px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:before,
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:after {
    content: '';
    display: table;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:after {
    clear: both;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:nth-child(3n) {
    margin-right: 2.5%;
    float: left;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:nth-child(3n+1) {
    clear: none;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    margin-bottom: 5px;
    height: auto;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:before,
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:after {
    content: '';
    display: table;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:after {
    clear: both;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:nth-child(2n+1) {
    clear: none;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:nth-child(1n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li:last-of-type {
    margin-bottom: 10px;
  }
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li .centered {
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 5px;
  }
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #efefef;
  color: #565656;
  -webkit-box-shadow: 0px 2px 5px 0 #ccc;
          box-shadow: 0px 2px 5px 0 #ccc;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li a:hover {
  -webkit-box-shadow: 0px 5px 15px 0 #ccc;
          box-shadow: 0px 5px 15px 0 #ccc;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li a:hover p {
  max-height: 80px;
  -webkit-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li a {
    position: relative;
    top: auto;
    left: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #eee;
  }
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li a i {
  display: block;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li a i:before {
  display: block;
  position: relative;
  font-size: 120px;
  line-height: 55px;
  color: #00b09c;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li a i:before {
    font-size: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li a i {
    display: inline-block;
    vertical-align: middle;
  }
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li a h4 {
  margin: 5px 0;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li a h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
  }
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles li a p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .section-center .center-col .swv-tiles li a p {
    display: none;
  }
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles.monetization li a i:before {
  color: #40c4b5;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles.marketing li a i:before {
  color: #08088c;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles.comms li a i:before {
  color: #2b83df;
}
.homepage .succeed-with-video .explore {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: #08088c;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.homepage .succeed-with-video .explore:hover {
  background: #fff;
  border-color: #fff;
  color: #08088c;
  text-decoration: none !important;
}
.homepage .succeed-with-video .explore:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
@media only screen and (max-width: 600px) {
  .homepage .succeed-with-video .explore {
    margin-top: 30px;
  }
}
.homepage .succeed-with-video .explore:hover {
  color: #fff;
  background: #3939ac;
  border-color: #3939ac;
}
.homepage .inpage-bg {
  padding: 60px 0;
  background: url("https://brightcove.imgix.net/web/landing-pages/hub-sem/mark-pattern.png?auto=format") repeat left center #08088c;
  background-size: cover;
}
.homepage .inpage-bg .customer-stories {
  text-align: center;
}
.homepage .inpage-bg .customer-stories h3 {
  margin: 0 0 40px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .homepage .inpage-bg .customer-stories h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.homepage .inpage-bg .customer-stories .inpage-module {
  display: none;
}
.homepage .inpage-bg .customer-stories .inpage-module.selected {
  display: block;
  min-height: 315px;
}
.homepage .inpage-bg .customer-stories .more-stories {
  margin-top: 20px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.homepage .inpage-bg .customer-stories .more-stories:hover {
  background: #fff;
  border-color: #fff;
  color: #fff;
  text-decoration: none !important;
}
.homepage .inpage-bg .customer-stories .more-stories:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.homepage .inpage-bg .customer-stories .more-stories:hover {
  color: #3939ac;
}
.homepage .join-thousands {
  *zoom: 1;
  padding: 60px 0;
}
.homepage .join-thousands:before,
.homepage .join-thousands:after {
  content: '';
  display: table;
}
.homepage .join-thousands:after {
  clear: both;
}
.homepage .join-thousands .join-text {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.homepage .join-thousands .join-text:before,
.homepage .join-thousands .join-text:after {
  content: '';
  display: table;
}
.homepage .join-thousands .join-text:after {
  clear: both;
}
.homepage .join-thousands .join-text:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .homepage .join-thousands .join-text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    text-align: center;
    padding-bottom: 30px;
  }
  .homepage .join-thousands .join-text:before,
  .homepage .join-thousands .join-text:after {
    content: '';
    display: table;
  }
  .homepage .join-thousands .join-text:after {
    clear: both;
  }
  .homepage .join-thousands .join-text:last-child {
    margin-right: 0%;
  }
}
.homepage .join-thousands .join-text h3 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 52px;
  color: #565656;
  margin-top: 15%;
}
@media only screen and (max-width: 1000px) {
  .homepage .join-thousands .join-text h3 {
    margin-top: 35%;
  }
}
@media only screen and (max-width: 800px) {
  .homepage .join-thousands .join-text h3 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .join-thousands .join-text h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.homepage .join-thousands .join-logos {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.83333333333333%;
  margin-left: 0%;
  margin-right: 2.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #ddd;
}
.homepage .join-thousands .join-logos:before,
.homepage .join-thousands .join-logos:after {
  content: '';
  display: table;
}
.homepage .join-thousands .join-logos:after {
  clear: both;
}
.homepage .join-thousands .join-logos:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .homepage .join-thousands .join-logos {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    border-left: none;
    border-top: 1px solid #ddd;
  }
  .homepage .join-thousands .join-logos:before,
  .homepage .join-thousands .join-logos:after {
    content: '';
    display: table;
  }
  .homepage .join-thousands .join-logos:after {
    clear: both;
  }
  .homepage .join-thousands .join-logos:last-child {
    margin-right: 0%;
  }
}
.homepage .join-thousands .join-logos .collection {
  display: none;
}
.homepage .join-thousands .join-logos .collection.selected {
  display: block;
}
.homepage .join-thousands .join-logos .logo-grid {
  border-bottom: none;
  padding: 30px 0 30px 20px;
}
@media only screen and (max-width: 800px) {
  .homepage .join-thousands .join-logos .logo-grid {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1165px) {
  .homepage .join-thousands .join-logos .logo-grid-inside {
    max-width: auto;
    margin: 0;
  }
}
.homepage .join-thousands .join-logos .logo-grid-logo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.homepage .join-thousands .join-logos .logo-grid-logo:before,
.homepage .join-thousands .join-logos .logo-grid-logo:after {
  content: '';
  display: table;
}
.homepage .join-thousands .join-logos .logo-grid-logo:after {
  clear: both;
}
.homepage .join-thousands .join-logos .logo-grid-logo:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.homepage .join-thousands .join-logos .logo-grid-logo:nth-child(4n+1) {
  clear: both;
}
@media only screen and (max-width: 1000px) {
  .homepage .join-thousands .join-logos .logo-grid-logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.66666666666666%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:before,
  .homepage .join-thousands .join-logos .logo-grid-logo:after {
    content: '';
    display: table;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:after {
    clear: both;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:nth-child(4n) {
    margin-right: 2.5%;
    float: left;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:nth-child(4n+1) {
    clear: none;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .join-thousands .join-logos .logo-grid-logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:before,
  .homepage .join-thousands .join-logos .logo-grid-logo:after {
    content: '';
    display: table;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:after {
    clear: both;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:nth-child(3n) {
    margin-right: 2.5%;
    float: left;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:nth-child(3n+1) {
    clear: none;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .homepage .join-thousands .join-logos .logo-grid-logo:nth-child(2n+1) {
    clear: both;
  }
}
.homepage .solutions {
  padding: 96px 0 120px 0;
}
@media only screen and (max-width: 1165px) {
  .homepage .solutions {
    padding: 96px 0 0px 0;
  }
}
.homepage .solutions-title {
  margin-bottom: 80px;
  text-align: center;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .homepage .solutions-title {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.homepage .solutions-cols {
  *zoom: 1;
}
.homepage .solutions-cols:before,
.homepage .solutions-cols:after {
  content: '';
  display: table;
}
.homepage .solutions-cols:after {
  clear: both;
}
.homepage .solutions-col {
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
  border-left: 1px solid #ddd;
  margin-left: -1px;
  min-height: 165px;
  padding-top: 3px;
}
.homepage .solutions-col:before,
.homepage .solutions-col:after {
  content: '';
  display: table;
}
.homepage .solutions-col:after {
  clear: both;
}
.homepage .solutions-col:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1165px) {
  .homepage .solutions-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    float: none;
    margin: 0 auto;
    margin-right: auto !important;
    border: none;
    min-height: none;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }
  .homepage .solutions-col:before,
  .homepage .solutions-col:after {
    content: '';
    display: table;
  }
  .homepage .solutions-col:after {
    clear: both;
  }
  .homepage .solutions-col:last-child {
    margin-right: 0%;
  }
  .homepage .solutions-col-inside {
    margin: 0 auto;
    position: relative;
    max-width: 560px;
  }
}
@media only screen and (max-width: 1165px) {
  .homepage .solutions-col.last {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .solutions-col.last-inside {
    padding-bottom: 0;
  }
}
.homepage .solutions-col.first {
  border-left: none;
}
.homepage .solutions-col-icon {
  position: absolute;
  top: -27px;
  left: 25px;
}
@media only screen and (max-width: 1165px) {
  .homepage .solutions-col-icon {
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .solutions-col-icon {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
  }
}
.homepage .solutions-col-icon i {
  font-size: 100px;
}
.homepage .solutions-col-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.homepage .solutions-col-text {
  margin-left: 130px;
  line-height: 24px;
}
@media only screen and (max-width: 1165px) {
  .homepage .solutions-col-text {
    margin-left: 117px;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .solutions-col-text {
    text-align: center;
    margin-left: 0;
  }
}
.homepage .solutions-col-desc {
  margin-top: 12px;
}
.homepage .solutions-col-link {
  display: block;
  text-transform: uppercase;
  margin-top: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
}
.homepage .solutions-col.media .solutions-col-icon {
  left: 16px;
}
@media only screen and (max-width: 1165px) {
  .homepage .solutions-col.media .solutions-col-icon {
    left: 3px;
  }
}
.homepage .solutions-col.media i {
  color: #8e20a1;
}
.homepage .solutions-col.marketing .solutions-col-icon {
  top: -25px;
}
@media only screen and (max-width: 600px) {
  .homepage .solutions-col.marketing .solutions-col-icon {
    top: 0;
  }
}
.homepage .solutions-col.marketing i {
  color: #d4227b;
}
.homepage .solutions-col.enterprise i {
  color: #2b83df;
}
@media only screen and (max-width: 1165px) and (max-width: 600px) {
  .homepage .solutions-col-inside {
    padding-bottom: 60px;
  }
}
.homepage .product-block {
  padding: 100px 0;
}
.homepage .product-block-title {
  text-transform: uppercase;
}
.homepage .product-block .video-js {
  background: #000 !important;
}
.homepage .case-studies {
  padding: 105px 0 120px 0;
}
@media only screen and (max-width: 900px) {
  .homepage .case-studies {
    padding-bottom: 90px;
  }
}
.homepage .case-studies-title {
  max-width: 740px;
  margin: 0 auto;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .homepage .case-studies-title {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding-bottom: 56px;
  }
}
.homepage .case-studies-cols {
  *zoom: 1;
}
.homepage .case-studies-cols:before,
.homepage .case-studies-cols:after {
  content: '';
  display: table;
}
.homepage .case-studies-cols:after {
  clear: both;
}
.homepage .case-studies-col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #515151;
  overflow: hidden;
  margin-top: 12px;
}
.homepage .case-studies-col:before,
.homepage .case-studies-col:after {
  content: '';
  display: table;
}
.homepage .case-studies-col:after {
  clear: both;
}
.homepage .case-studies-col:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .homepage .case-studies-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%;
    margin-bottom: 30px;
  }
  .homepage .case-studies-col:before,
  .homepage .case-studies-col:after {
    content: '';
    display: table;
  }
  .homepage .case-studies-col:after {
    clear: both;
  }
  .homepage .case-studies-col:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .homepage .case-studies-col:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .homepage .case-studies-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .homepage .case-studies-col:before,
  .homepage .case-studies-col:after {
    content: '';
    display: table;
  }
  .homepage .case-studies-col:after {
    clear: both;
  }
  .homepage .case-studies-col:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .homepage .case-studies-col:nth-child(2n+1) {
    clear: none;
  }
  .homepage .case-studies-col:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .homepage .case-studies-col:nth-child(1n+1) {
    clear: both;
  }
}
.homepage .case-studies-col-thumb {
  position: relative;
}
.homepage .case-studies-col-image {
  width: 100%;
  -webkit-transition: -webkit-filter 0.3s, -webkit-transform 0.3s;
  transition: -webkit-filter 0.3s, -webkit-transform 0.3s;
  transition: filter 0.3s, transform 0.3s;
  transition: filter 0.3s, transform 0.3s, -webkit-filter 0.3s, -webkit-transform 0.3s;
  -webkit-filter: none;
          filter: none;
}
.homepage .case-studies-col-title {
  color: #515151;
  margin-top: 12px;
}
.homepage .case-studies-col:hover {
  text-decoration: underline;
}
.homepage .case-studies-col:hover .case-studies-col-image {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.homepage .card-wrapper.background {
  padding: 36px 0;
}
.homepage .play-banner {
  color: #fff;
  background-color: #08088c;
  padding: 1%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .homepage .play-banner {
    padding: 12px;
  }
}
.homepage .play-banner a {
  color: #fff;
}
.homepage .play-banner .banner-promo {
  width: 100%;
  display: block;
}
.homepage .play-banner .banner-promo strong {
  font-size: 20px;
  display: inline-block;
  margin-top: 7px;
}
.homepage .play-banner button {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-left: 24px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 25px;
  height: 36px;
  text-transform: uppercase;
  border-radius: 6px;
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  .homepage .play-banner button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    display: block;
  }
}
.homepage .play-banner button:hover {
  color: #08088c;
  background: #fff;
}
.homepage .quoteWrap {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.6)), to(rgba(0,0,0,0.6))) 0% 2%/cover no-repeat, url("//img.brightcove.com/web/abstract-bg/quotes-bg.jpg") 50% 50%;
  background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.6)) 0% 2%/cover no-repeat, url("//img.brightcove.com/web/abstract-bg/quotes-bg.jpg") 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  max-width: 100%;
  padding: 5rem;
  height: 100%;
}
.homepage .quoteWrap .userQuoteWrap {
  width: 66%;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .homepage .quoteWrap .userQuoteWrap {
    width: 280px;
  }
}
@media only screen and (max-width: 650px) {
  .homepage .quoteWrap .userQuoteWrap {
    display: none;
  }
}
.homepage .quoteWrap .ctaWrap {
  width: 300px;
  height: 300px;
  margin-right: 10%;
  text-align: left;
}
.homepage .quoteWrap .ctaWrap img {
  height: 60px;
}
.homepage .quoteWrap h4 {
  width: 100%;
  font-size: 3em;
  color: #fff;
  font-weight: 900;
  line-height: 36px;
  text-align: left;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 3.6rem;
}
@media only screen and (max-width: 900px) {
  .homepage .quoteWrap h4 {
    width: 75%;
    font-size: 2.3em;
    margin: 0 0 10px 0;
    line-height: 3rem;
  }
}
.homepage .quoteWrap p {
  font-style: italic;
  font-weight: 400;
  min-height: 100px;
  font-size: 2.3rem;
  line-height: 3rem;
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.homepage .quoteWrap p:before {
  content: '“';
  position: absolute;
  font-size: 6rem;
  font-style: normal;
  -webkit-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
          transform: translateX(-120%);
  font-weight: 900;
}
@media only screen and (max-width: 900px) {
  .homepage .quoteWrap p:before {
    font-size: 2.5rem;
  }
}
.homepage .quoteWrap p.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  .homepage .quoteWrap p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 900px) {
  .homepage .quoteWrap p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.homepage .quoteWrap span {
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  font-size: 1.8rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 1280px) {
  .homepage .quoteWrap span {
    font-size: 1.2rem;
  }
}
.homepage .quoteWrap a button {
  background: #d5257c;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 4px;
  width: 90%;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  border: none;
  font-weight: 900;
}
.homepage .quoteWrap a button:hover {
  background: #ef41b5;
}
.icon-nav {
  padding-top: 23px;
  padding-bottom: 39px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.icon-nav-inside {
  margin: 0 auto;
}
.icon-nav-item {
  color: #08088c;
  cursor: pointer;
}
.icon-nav-item i {
  font-size: 80px;
  margin-top: -30px;
  display: block;
  margin-bottom: -12px;
}
.icon-nav-item-label {
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 4px;
}
.icon-nav-item:hover i {
  text-decoration: none;
}
.icon-nav-item:hover .icon-nav-item-label {
  text-decoration: underline;
}
.icon-nav-3 .icon-nav-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.icon-nav-3 .icon-nav-item:before,
.icon-nav-3 .icon-nav-item:after {
  content: '';
  display: table;
}
.icon-nav-3 .icon-nav-item:after {
  clear: both;
}
.icon-nav-3 .icon-nav-item:last-child {
  margin-right: 0%;
}
.icon-nav-4 .icon-nav-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.icon-nav-4 .icon-nav-item:before,
.icon-nav-4 .icon-nav-item:after {
  content: '';
  display: table;
}
.icon-nav-4 .icon-nav-item:after {
  clear: both;
}
.icon-nav-4 .icon-nav-item:last-child {
  margin-right: 0%;
}
.icon-nav-5 .icon-nav-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 18%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.icon-nav-5 .icon-nav-item:before,
.icon-nav-5 .icon-nav-item:after {
  content: '';
  display: table;
}
.icon-nav-5 .icon-nav-item:after {
  clear: both;
}
.icon-nav-5 .icon-nav-item:last-child {
  margin-right: 0%;
}
.icon-nav-6 .icon-nav-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.58333333333333%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.icon-nav-6 .icon-nav-item:before,
.icon-nav-6 .icon-nav-item:after {
  content: '';
  display: table;
}
.icon-nav-6 .icon-nav-item:after {
  clear: both;
}
.icon-nav-6 .icon-nav-item:last-child {
  margin-right: 0%;
}
.sem-hub .content .text-hero {
  *zoom: 1;
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.sem-hub .content .text-hero:before,
.sem-hub .content .text-hero:after {
  content: '';
  display: table;
}
.sem-hub .content .text-hero:after {
  clear: both;
}
.sem-hub .content .text-hero .grid-wrapper {
  background: url("static/landing-pages/hub-sem/confetti-01.png?auto=format") no-repeat center center;
  background-size: 1170px auto;
}
.sem-hub .content .text-hero h2 {
  color: #8f8f8f;
  margin: 36px 0 15px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 700px) {
  .sem-hub .content .text-hero h2 {
    font-size: 12px;
    line-height: 20px;
  }
}
.sem-hub .content .text-hero h1 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin: 0 auto 20px;
  width: 700px;
  line-height: 54px;
}
@media only screen and (max-width: 700px) {
  .sem-hub .content .text-hero h1 {
    width: 95%;
    font-size: 36px;
    line-height: 48px;
  }
}
.sem-hub .content .text-hero p {
  width: 810px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (max-width: 810px) {
  .sem-hub .content .text-hero p {
    width: 95%;
  }
}
@media only screen and (max-width: 700px) {
  .sem-hub .content .text-hero p {
    font-size: 16px;
    line-height: 20px;
  }
}
.sem-hub .content .text-hero p br {
  display: none;
}
@media only screen and (max-width: 700px) {
  .sem-hub .content .text-hero p br {
    display: block;
  }
}
.sem-hub .content .text-hero p a {
  color: #d5257c;
}
.sem-hub .content .text-hero p a:hover {
  color: #ef41b5;
}
.sem-hub .content .text-hero .dreams-plans {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .sem-hub .content .text-hero .dreams-plans {
    padding: 0 10px;
  }
}
.sem-hub .content .text-hero .product-page-hero-video-cta,
.sem-hub .content .text-hero .product-page-hero-cta {
  width: 160px;
  height: 55px;
  line-height: 55px;
}
@media only screen and (max-width: 600px) {
  .sem-hub .content .text-hero .product-page-hero-video-cta,
  .sem-hub .content .text-hero .product-page-hero-cta {
    width: 80%;
  }
}
.sem-hub .content .text-hero .product-page-hero-video-cta {
  color: #d5257c;
  background-color: transparent;
  border-color: #d5257c;
}
.sem-hub .content .text-hero .product-page-hero-video-cta:hover {
  color: #fff;
  background-color: #ef41b5;
  border-color: #ef41b5;
}
.sem-hub .content .text-hero .product-page-hero-cta {
  background-color: #d5257c;
  border: 1px solid #d5257c;
}
.sem-hub .content .text-hero .product-page-hero-cta:hover {
  background-color: #ef41b5;
  border-color: #ef41b5;
}
@media only screen and (max-width: 600px) {
  .sem-hub .content .text-hero .product-page-hero-cta {
    margin-right: 0;
  }
}
.sem-hub .content .text-hero .product-list {
  text-align: center;
  padding: 60px 0;
}
.sem-hub .content .text-hero .product-list ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 40px 0;
}
@media only screen and (max-width: 940px) {
  .sem-hub .content .text-hero .product-list ul {
    margin: 0;
    display: block;
  }
}
.sem-hub .content .text-hero .product-list ul li {
  margin: 0 0 20px;
  text-align: left;
}
@media only screen and (max-width: 940px) {
  .sem-hub .content .text-hero .product-list ul li {
    display: block;
    width: 300px;
    margin: 0 0 20px 50%;
    -webkit-transform: translate(-150px, 0);
    -ms-transform: translate(-150px, 0);
    transform: translate(-150px, 0);
  }
}
.sem-hub .content .text-hero .product-list ul li i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-color: #d5257c;
  border-radius: 50%;
}
.sem-hub .content .text-hero .product-list ul li i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 30px;
  color: #fff;
}
.sem-hub .content .text-hero .product-list ul li span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 44px);
  margin: 0 0 0 20px;
  line-height: 16px;
  text-transform: uppercase;
}
.sem-hub .content .leading-brands {
  background-color: #f1f1f1;
  padding: 60px 0;
}
.sem-hub .content .leading-brands .clients {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 40px 0 0;
  text-align: center;
}
.sem-hub .content .leading-brands .clients:before,
.sem-hub .content .leading-brands .clients:after {
  content: '';
  display: table;
}
.sem-hub .content .leading-brands .clients:after {
  clear: both;
}
.sem-hub .content .leading-brands .clients li {
/*col(1/6, cycle: 6)
                    position: relative
                    height: 160px;
                    margin-bottom: 10px
                    list-style: none
                    background-color: #fff*/
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px 5px;
  width: 14%;
  height: 130px;
  list-style: none;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .sem-hub .content .leading-brands .clients li {
    width: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .sem-hub .content .leading-brands .clients li {
    width: 30%;
  }
}
@media only screen and (max-width: 400px) {
  .sem-hub .content .leading-brands .clients li {
    width: 45%;
  }
}
.sem-hub .content .leading-brands .clients li img {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  height: auto;
}
.sem-hub .content .leading-brands .clients li img.tall {
  height: 60%;
  width: auto;
}
.sem-hub .content .customer-quote {
  position: relative;
  text-align: center;
}
.sem-hub .content .customer-quote .grid-wrapper {
  padding: 60px 0;
  background: url("static/landing-pages/hub-sem/confetti-02.png?auto=format") no-repeat center center;
  background-size: 1170px auto;
}
.sem-hub .content .customer-quote .quote-symbol {
  position: absolute;
  left: 10px;
  top: 60px;
  display: block;
  width: 90px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .sem-hub .content .customer-quote .quote-symbol {
    top: 40px;
    width: 70px;
  }
}
.sem-hub .content .customer-quote .headshot-hexagon {
  width: 230px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .sem-hub .content .customer-quote .headshot-hexagon {
    width: 180px;
  }
}
.sem-hub .content .customer-quote h3 {
  padding: 20px;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 34px;
}
@media only screen and (max-width: 800px) {
  .sem-hub .content .customer-quote h3 {
    width: auto;
  }
}
.sem-hub .content .customer-quote p {
  text-transform: uppercase;
  font-size: 14px;
}
.sem-hub .content .video-statistics h2:after,
.sem-hub .content .video-leader h2:after {
  content: '';
  position: relative;
  display: block;
  margin: 20px auto 0;
  width: 40px;
  height: 3px;
}
@media only screen {
  .sem-hub .content .video-statistics h2:after,
  .sem-hub .content .video-leader h2:after {
    margin-bottom: 60px;
  }
}
.sem-hub .content .video-statistics .stat-blocks,
.sem-hub .content .video-leader .stat-blocks {
  *zoom: 1;
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.sem-hub .content .video-statistics .stat-blocks:before,
.sem-hub .content .video-leader .stat-blocks:before,
.sem-hub .content .video-statistics .stat-blocks:after,
.sem-hub .content .video-leader .stat-blocks:after {
  content: '';
  display: table;
}
.sem-hub .content .video-statistics .stat-blocks:after,
.sem-hub .content .video-leader .stat-blocks:after {
  clear: both;
}
.sem-hub .content .video-statistics .stat-blocks li,
.sem-hub .content .video-leader .stat-blocks li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  list-style: none;
  text-align: center;
}
.sem-hub .content .video-statistics .stat-blocks li:before,
.sem-hub .content .video-leader .stat-blocks li:before,
.sem-hub .content .video-statistics .stat-blocks li:after,
.sem-hub .content .video-leader .stat-blocks li:after {
  content: '';
  display: table;
}
.sem-hub .content .video-statistics .stat-blocks li:after,
.sem-hub .content .video-leader .stat-blocks li:after {
  clear: both;
}
.sem-hub .content .video-statistics .stat-blocks li:nth-child(3n),
.sem-hub .content .video-leader .stat-blocks li:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.sem-hub .content .video-statistics .stat-blocks li:nth-child(3n+1),
.sem-hub .content .video-leader .stat-blocks li:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .sem-hub .content .video-statistics .stat-blocks li,
  .sem-hub .content .video-leader .stat-blocks li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    margin-bottom: 60px;
  }
  .sem-hub .content .video-statistics .stat-blocks li:before,
  .sem-hub .content .video-leader .stat-blocks li:before,
  .sem-hub .content .video-statistics .stat-blocks li:after,
  .sem-hub .content .video-leader .stat-blocks li:after {
    content: '';
    display: table;
  }
  .sem-hub .content .video-statistics .stat-blocks li:after,
  .sem-hub .content .video-leader .stat-blocks li:after {
    clear: both;
  }
  .sem-hub .content .video-statistics .stat-blocks li:nth-child(2n),
  .sem-hub .content .video-leader .stat-blocks li:nth-child(2n) {
    margin-right: 0%;
    float: left;
  }
  .sem-hub .content .video-statistics .stat-blocks li:nth-child(2n+1),
  .sem-hub .content .video-leader .stat-blocks li:nth-child(2n+1) {
    clear: none;
  }
  .sem-hub .content .video-statistics .stat-blocks li:nth-child(1n),
  .sem-hub .content .video-leader .stat-blocks li:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .sem-hub .content .video-statistics .stat-blocks li:nth-child(1n+1),
  .sem-hub .content .video-leader .stat-blocks li:nth-child(1n+1) {
    clear: both;
  }
}
@media only screen {
  .sem-hub .content .video-statistics .stat-blocks li:last-child,
  .sem-hub .content .video-leader .stat-blocks li:last-child {
    margin-bottom: 0;
  }
}
.sem-hub .content .video-statistics .stat-blocks li .stat-num,
.sem-hub .content .video-leader .stat-blocks li .stat-num {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 120px;
  line-height: 126px;
}
.sem-hub .content .video-statistics .stat-blocks li .stat-byline,
.sem-hub .content .video-leader .stat-blocks li .stat-byline {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sem-hub .content .video-statistics {
  padding: 120px 0;
  background: url("https://brightcove.imgix.net/web/landing-pages/hub-sem/mark-pattern.png?auto=format") repeat left center #08088c;
  background-size: cover;
  color: #fff;
}
.sem-hub .content .video-statistics h2 {
  color: #fff;
}
.sem-hub .content .video-statistics h2:after {
  background-color: #fff;
}
.sem-hub .content .video-leader {
  color: #ddd;
}
.sem-hub .content .video-leader .grid-wrapper {
  padding: 80px 0;
  background: url("static/landing-pages/hub-sem/confetti-03.png?auto=format") no-repeat center center;
  background-size: 1170px auto;
}
.sem-hub .content .video-leader h2 {
  color: #000;
}
.sem-hub .content .video-leader h2:after {
  background-color: #ddd;
}
.sem-hub .content .video-leader .stat-blocks li .img-align {
  height: 150px;
  line-height: 150px;
}
@media only screen and (max-width: 900px) {
  .sem-hub .content .video-leader .stat-blocks li .img-align {
    height: auto;
    line-height: normal;
    margin-bottom: 30px;
  }
}
.sem-hub .content .video-leader .stat-blocks li .stat-byline {
  width: 85%;
  margin: 0 auto;
  color: #565656;
}
.sem-hub .content .video-leader img {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  height: auto;
}
.sem-hub .content .video-leader img.tall {
  height: 64%;
  width: auto;
}
@media only screen and (max-width: 900px) {
  .sem-hub .content .video-leader img.tall {
    height: 150px;
  }
}
@media only screen and (max-width: 900px) {
  .sem-hub .content .video-leader img {
    width: 250px;
  }
}
.sem-hub .content .map-covered {
  position: relative;
}
.sem-hub .content .map-covered .grid-wrapper {
  padding: 80px 0;
  margin-bottom: 80px;
  margin-top: 80px;
  background: url("static/landing-pages/hub-sem/confetti-04.png?auto=format") no-repeat bottom center;
  background-size: 1170px auto;
}
.sem-hub .content .map-covered .map-img {
  display: block;
  width: 100%;
  height: auto;
}
.sem-hub .content .map-covered .text-frame {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .sem-hub .content .map-covered .text-frame {
    position: relative;
    top: auto;
    left: auto;
  }
}
.sem-hub .content .map-covered .text-frame h2 {
  color: #000;
}
.sem-hub .content .map-covered .text-frame p {
  color: #717171;
}
.sem-hub .content .map-covered .text-frame p:after {
  content: '';
  position: relative;
  display: block;
  margin: 20px auto 0;
  width: 40px;
  height: 3px;
  background-color: #717171;
}
.sem-hub .content .cta-block {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 120px 0;
  background: none;
  color: #717171;
  border-bottom: solid 5px #ccc;
  clear: both;
}
.sem-hub .content .cta-block:before,
.sem-hub .content .cta-block:after {
  content: '';
  display: table;
}
.sem-hub .content .cta-block:after {
  clear: both;
}
.sem-hub .content .cta-block .cta-block-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 500;
  padding: 0 10px;
  line-height: 48px;
  width: 800px;
  margin: 0 auto;
  text-transform: none;
  color: #333;
}
@media only screen and (max-width: 800px) {
  .sem-hub .content .cta-block .cta-block-title {
    width: 95%;
    margin-bottom: 20px;
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
  }
}
.sem-hub .content .cta-block .cta-block-subtitle {
  padding: 0 10px;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (max-width: 800px) {
  .sem-hub .content .cta-block .cta-block-subtitle {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
}
.sem-hub .content .cta-block .cta-block-btn-first {
  border: 1px solid #d5257c;
  background: #d5257c;
}
.sem-hub .content .cta-block .cta-block-btn-first:hover {
  border-color: #ef41b5;
  background: #ef41b5;
}
.sem-hub .content .cta-block .cta-block-buttons a {
  height: 55px;
  line-height: 55px;
}
.sem-hub .content .cta-block .cta-block-btn-last {
  color: #d5257c;
  border-color: #d5257c;
}
.sem-hub .content .cta-block .cta-block-btn-last:hover {
  background: #ef41b5;
  color: #fff;
  border-color: #ef41b5;
}
.landing-page .gh-top {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 1135px) {
  .landing-page .gh-top {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
}
.landing-page .content .grid-wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.landing-page .content .grid-wrapper:before,
.landing-page .content .grid-wrapper:after {
  content: '';
  display: table;
}
.landing-page .content .grid-wrapper:after {
  clear: both;
}
.landing-page .content h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  padding: 0 10px;
}
.landing-page .content h2.emphasis {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
}
.landing-page .content p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding: 0 10px;
}
.manifesto .content h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.manifesto .content h2.anchor {
  margin-top: 70px;
}
.manifesto .content p {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
}
.manifesto .content a {
  color: #2b83df;
}
.manifesto .content a:hover {
  color: #5ebcf4;
}
.manifesto .content .attribution {
  margin: 0 0 0 20px;
  padding: 20px 0;
}
.manifesto .content .attribution li {
  margin: 0;
  padding: 0 0 10px 10px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  word-wrap: break-word;
  word-break: break-word;
  color: #a1a1a1;
}
.manifesto .content .attribution li i {
  color: #a1a1a1;
}
.manifesto .content .attribution li a {
  color: #a1a1a1;
  text-decoration: none;
}
.manifesto .content .title-hero {
  z-index: 2;
  text-align: center;
}
.manifesto .content .title-hero .title-hero-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
  width: 750px;
  margin: 0 auto 40px;
  text-transform: none;
}
@media only screen and (max-width: 800px) {
  .manifesto .content .title-hero .title-hero-title {
    width: 95%;
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 54px;
  }
}
@media only screen and (max-width: 400px) {
  .manifesto .content .title-hero .title-hero-title {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
  }
}
.manifesto .content .title-hero .title-hero-subtitle {
  width: 95%;
  margin: 0 auto 40px;
}
.manifesto .content .title-hero .product-page-hero-cta {
  padding: 0 30px;
  margin-right: 0;
  background-color: #d5257c;
  border: 1px solid #d5257c;
  color: #fff;
}
.manifesto .content .title-hero .product-page-hero-cta:hover {
  background-color: #ef41b5;
  border-color: #ef41b5;
}
@media only screen and (max-width: 600px) {
  .manifesto .content .title-hero .product-page-hero-cta {
    width: 80%;
  }
}
@media only screen and (max-width: 400px) {
  .manifesto .content .title-hero .product-page-hero-cta {
    font-size: 12px;
  }
}
.manifesto .content .manifesto-menu {
  position: relative;
}
.manifesto .content .manifesto-select {
  position: relative;
  z-index: 2;
  margin: 0 0 2px;
  padding: 0;
  height: 100px;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #565656;
  background-color: #fff;
  cursor: pointer;
}
.manifesto .content .manifesto-select:hover {
  color: #717171;
}
.manifesto .content .manifesto-select .icon-chevron-down {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #d4d4d4;
  -webkit-transition: transform 0.75s ease; /* Safari */
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.manifesto .content .manifesto-select .icon-chevron-down.open {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.manifesto .content .manifesto-chapters {
  position: absolute;
  width: 100%;
  height: 330px;
  top: -228px;
  padding: 20px 20px 0;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: top 0.75s ease; /* Safari */
  transition: top 0.75s ease;
}
@media only screen and (max-width: 480px) {
  .manifesto .content .manifesto-chapters {
    height: 470px;
    top: -368px;
  }
}
.manifesto .content .manifesto-chapters.open {
  top: 100px;
}
.manifesto .content .manifesto-chapters ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.manifesto .content .manifesto-chapters ul li {
  margin: 0 0 15px;
  padding: 0;
}
.manifesto .content .manifesto-chapters ul li a {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #565656;
}
.manifesto .content .manifesto-chapters ul li a:hover {
  color: #5ebcf4;
  text-decoration: none;
}
.manifesto .content .manifesto-chapters .grey-rule {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  bottom: 0;
  margin: 0;
  width: calc(100% - 20px);
  max-width: 1170px;
  height: 2px;
  background-color: #ddd;
}
.manifesto .content .manifesto-menu-frame {
  position: relative;
  top: 0px;
  -webkit-transition: top 0.75s ease /* Safari */;
  -webkit-transition: top 0.75s ease;
  transition: top 0.75s ease;
}
.manifesto .content .manifesto-menu-frame.open {
  top: 330px;
}
@media only screen and (max-width: 480px) {
  .manifesto .content .manifesto-menu-frame.open {
    top: 470px;
  }
}
.manifesto .content .manifesto-simple-text {
  padding: 60px 0 0;
}
.manifesto .content .manifesto-simple-text .manifesto-text {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.83333333333333%;
  margin-left: 17.08333333333333%;
  margin-right: 2.5%;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.manifesto .content .manifesto-simple-text .manifesto-text:before,
.manifesto .content .manifesto-simple-text .manifesto-text:after {
  content: '';
  display: table;
}
.manifesto .content .manifesto-simple-text .manifesto-text:after {
  clear: both;
}
.manifesto .content .manifesto-simple-text .manifesto-text:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .manifesto .content .manifesto-simple-text .manifesto-text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    padding: 30px 20px;
  }
  .manifesto .content .manifesto-simple-text .manifesto-text:before,
  .manifesto .content .manifesto-simple-text .manifesto-text:after {
    content: '';
    display: table;
  }
  .manifesto .content .manifesto-simple-text .manifesto-text:after {
    clear: both;
  }
  .manifesto .content .manifesto-simple-text .manifesto-text:last-child {
    margin-right: 0%;
  }
}
.manifesto .content .manifesto-simple-text .manifesto-text ul.takeaways-list li h3 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.manifesto .content .manifesto-three-col {
  padding: 80px 0 40px;
  background: url("static/landing-pages/manifesto/confetti-01.png?auto=format") no-repeat center center;
  background-size: auto 100%;
}
.manifesto .content .manifesto-three-col h3 {
  margin: 0 auto 60px;
  width: 430px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 430px) {
  .manifesto .content .manifesto-three-col h3 {
    width: 95%;
  }
}
.manifesto .content .manifesto-three-col .three-col-frame {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 4.270833333333333%;
  margin-right: 2.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.manifesto .content .manifesto-three-col .three-col-frame:before,
.manifesto .content .manifesto-three-col .three-col-frame:after {
  content: '';
  display: table;
}
.manifesto .content .manifesto-three-col .three-col-frame:after {
  clear: both;
}
.manifesto .content .manifesto-three-col .three-col-frame:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .manifesto .content .manifesto-three-col .three-col-frame {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    padding: 30px 20px !important;
  }
  .manifesto .content .manifesto-three-col .three-col-frame:before,
  .manifesto .content .manifesto-three-col .three-col-frame:after {
    content: '';
    display: table;
  }
  .manifesto .content .manifesto-three-col .three-col-frame:after {
    clear: both;
  }
  .manifesto .content .manifesto-three-col .three-col-frame:last-child {
    margin-right: 0%;
  }
}
.manifesto .content .manifesto-three-col .three-col-frame:first-of-type {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 8.541666666666664%;
  margin-right: 2.5%;
}
.manifesto .content .manifesto-three-col .three-col-frame:first-of-type:before,
.manifesto .content .manifesto-three-col .three-col-frame:first-of-type:after {
  content: '';
  display: table;
}
.manifesto .content .manifesto-three-col .three-col-frame:first-of-type:after {
  clear: both;
}
.manifesto .content .manifesto-three-col .three-col-frame:first-of-type:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .manifesto .content .manifesto-three-col .three-col-frame:first-of-type {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .manifesto .content .manifesto-three-col .three-col-frame:first-of-type:before,
  .manifesto .content .manifesto-three-col .three-col-frame:first-of-type:after {
    content: '';
    display: table;
  }
  .manifesto .content .manifesto-three-col .three-col-frame:first-of-type:after {
    clear: both;
  }
  .manifesto .content .manifesto-three-col .three-col-frame:first-of-type:last-child {
    margin-right: 0%;
  }
}
.manifesto .content .manifesto-three-col .three-col-frame h4 {
  margin: 0 0 30px;
  padding: 15px 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  background-color: #2b83df;
  color: #fff;
}
.manifesto .content .manifesto-three-col .three-col-frame ul {
  margin: 0 0 30px;
  padding: 0 0 0 40px;
  list-style: none;
}
.manifesto .content .manifesto-three-col .three-col-frame ul li {
  position: relative;
  padding: 0 0 20px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-weight: 400;
  color: #565656;
}
.manifesto .content .manifesto-three-col .three-col-frame ul li:before {
  content: "\e90e";
  position: absolute;
  left: -40px;
  top: -5px;
  display: block;
  font-family: 'icomoon';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #cecece;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
@media only screen and (max-width: 600px) {
  .manifesto .content .manifesto-three-col .three-col-frame {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    padding: 0 10px;
  }
  .manifesto .content .manifesto-three-col .three-col-frame:before,
  .manifesto .content .manifesto-three-col .three-col-frame:after {
    content: '';
    display: table;
  }
  .manifesto .content .manifesto-three-col .three-col-frame:after {
    clear: both;
  }
  .manifesto .content .manifesto-three-col .three-col-frame:last-child {
    margin-right: 0%;
  }
}
.manifesto .content .manifesto-bluedisc-list .bluedisc-list {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.83333333333333%;
  margin-left: 17.08333333333333%;
  margin-right: 2.5%;
  position: relative;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  counter-reset: manifesto-counter;
}
.manifesto .content .manifesto-bluedisc-list .bluedisc-list:before,
.manifesto .content .manifesto-bluedisc-list .bluedisc-list:after {
  content: '';
  display: table;
}
.manifesto .content .manifesto-bluedisc-list .bluedisc-list:after {
  clear: both;
}
.manifesto .content .manifesto-bluedisc-list .bluedisc-list:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .manifesto .content .manifesto-bluedisc-list .bluedisc-list {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    padding: 30px 20px;
  }
  .manifesto .content .manifesto-bluedisc-list .bluedisc-list:before,
  .manifesto .content .manifesto-bluedisc-list .bluedisc-list:after {
    content: '';
    display: table;
  }
  .manifesto .content .manifesto-bluedisc-list .bluedisc-list:after {
    clear: both;
  }
  .manifesto .content .manifesto-bluedisc-list .bluedisc-list:last-child {
    margin-right: 0%;
  }
}
.manifesto .content .manifesto-bluedisc-list .bluedisc-list li {
  margin: 0 0 40px 70px;
}
@media only screen and (max-width: 600px) {
  .manifesto .content .manifesto-bluedisc-list .bluedisc-list li {
    margin: 0 0 40px;
  }
}
.manifesto .content .manifesto-bluedisc-list .bluedisc-list li a:hover {
  text-decoration: none;
}
.manifesto .content .manifesto-bluedisc-list .bluedisc-list li a:hover h3 {
  color: #5ebcf4;
}
.manifesto .content .manifesto-bluedisc-list .bluedisc-list li a:hover h3:before {
  background-color: #5ebcf4;
}
.manifesto .content .manifesto-bluedisc-list .bluedisc-list li a h3 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 5px;
  padding: 5px 0 0;
  color: #2b83df;
}
.manifesto .content .manifesto-bluedisc-list .bluedisc-list li a h3:before {
  content: counter(manifesto-counter);
  counter-increment: manifesto-counter;
  position: absolute;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  background-color: #2b83df;
  border-radius: 50%;
}
@media only screen and (max-width: 600px) {
  .manifesto .content .manifesto-bluedisc-list .bluedisc-list li a h3:before {
    position: relative;
    margin: 0 auto 20px;
  }
}
.manifesto .content .manifesto-bluedisc-list .bluedisc-list li p {
  margin: 0;
}
.manifesto .content .manifesto-stat-donuts .donut-charts {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.83333333333333%;
  margin-left: 17.08333333333333%;
  margin-right: 2.5%;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.manifesto .content .manifesto-stat-donuts .donut-charts:before,
.manifesto .content .manifesto-stat-donuts .donut-charts:after {
  content: '';
  display: table;
}
.manifesto .content .manifesto-stat-donuts .donut-charts:after {
  clear: both;
}
.manifesto .content .manifesto-stat-donuts .donut-charts:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 850px) {
  .manifesto .content .manifesto-stat-donuts .donut-charts {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    padding: 30px 20px;
  }
  .manifesto .content .manifesto-stat-donuts .donut-charts:before,
  .manifesto .content .manifesto-stat-donuts .donut-charts:after {
    content: '';
    display: table;
  }
  .manifesto .content .manifesto-stat-donuts .donut-charts:after {
    clear: both;
  }
  .manifesto .content .manifesto-stat-donuts .donut-charts:last-child {
    margin-right: 0%;
  }
}
.manifesto .content .manifesto-stat-donuts .donut-charts .donut-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 30px;
}
@media only screen and (max-width: 650px) {
  .manifesto .content .manifesto-stat-donuts .donut-charts .donut-frame {
    display: block;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.manifesto .content .manifesto-stat-donuts .donut-charts .donut-frame .donut-box {
  float: left;
  width: 185px;
}
@media only screen and (max-width: 650px) {
  .manifesto .content .manifesto-stat-donuts .donut-charts .donut-frame .donut-box {
    float: none;
    margin: 0 auto 30px;
  }
}
.manifesto .content .manifesto-stat-donuts .donut-charts .donut-frame .donut-box p {
  margin: 20px 0 0;
  text-align: center;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.manifesto .content .manifesto-stat-donuts .donut-charts .donut {
  position: relative;
  width: 170px;
  height: 170px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #1b57c9 -webkit-gradient(linear, left top, right top, color-stop(50%, #1b57c9), color-stop(50%, #2b83df));
  background: #1b57c9 linear-gradient(to right, #1b57c9 50%, #2b83df 50%);
  color: #2b83df;
  border-radius: 50%;
}
.manifesto .content .manifesto-stat-donuts .donut-charts .donut::after {
  content: '';
  width: 55%;
  height: 55%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%;
}
.manifesto .content .manifesto-stat-donuts .donut-charts .donut::before {
  content: '';
  position: absolute;
  display: block;
  background-color: inherit;
  height: 100%;
  width: 50%;
  bottom: 0;
  right: 0;
  border-radius: 0 100% 100% 0/50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-animation: 50s spinDonut infinite linear, 100s background infinite step-end;
          animation: 50s spinDonut infinite linear, 100s background infinite step-end;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: inherit;
          animation-delay: inherit;
}
.manifesto .content .manifesto-stat-donuts .donut-charts .donut span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
  color: #515151;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@-webkit-keyframes spinDonut {
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes spinDonut {
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes background {
  50% {
    background-color: #2b83df;
  }
}
@keyframes background {
  50% {
    background-color: #2b83df;
  }
}
.manifesto .content .manifesto-video-block {
  background-color: #f1f1f1;
}
.manifesto .content .manifesto-video-block .video-content {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 82.91666666666667%;
  margin-left: 8.541666666666664%;
  margin-right: 2.5%;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.manifesto .content .manifesto-video-block .video-content:before,
.manifesto .content .manifesto-video-block .video-content:after {
  content: '';
  display: table;
}
.manifesto .content .manifesto-video-block .video-content:after {
  clear: both;
}
.manifesto .content .manifesto-video-block .video-content:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .manifesto .content .manifesto-video-block .video-content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    padding: 100px 20px;
  }
  .manifesto .content .manifesto-video-block .video-content:before,
  .manifesto .content .manifesto-video-block .video-content:after {
    content: '';
    display: table;
  }
  .manifesto .content .manifesto-video-block .video-content:after {
    clear: both;
  }
  .manifesto .content .manifesto-video-block .video-content:last-child {
    margin-right: 0%;
  }
}
.manifesto .content .manifesto-video-block .video-content h3 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}
.manifesto .content .manifesto-video-block .video-content p {
  text-align: center;
  line-height: 22px;
  margin: 0 0 40px;
}
.manifesto .content .manifesto-paging .grid-wrapper {
  border-bottom: solid 5px #ccc;
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.83333333333333%;
  margin-left: 17.08333333333333%;
  margin-right: 2.5%;
  position: relative;
  height: 215px;
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons:before,
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons:after {
  content: '';
  display: table;
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons:after {
  clear: both;
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons:before,
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons:after {
    content: '';
    display: table;
  }
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons:after {
    clear: both;
  }
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons:last-child {
    margin-right: 0%;
  }
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
}
@media only screen and (max-width: 400px) {
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links {
    width: 100%;
    text-align: center;
  }
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links.prev {
  left: 0;
}
@media only screen and (max-width: 600px) {
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links.prev {
    left: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links.prev {
    left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links.prev.double {
    top: 33%;
  }
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links.prev a i {
  margin: 0 10px 0 0;
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links.next {
  right: 0;
}
@media only screen and (max-width: 600px) {
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links.next {
    right: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links.next {
    right: 0;
  }
}
@media only screen and (max-width: 400px) {
  .manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links.next.double {
    top: 66%;
  }
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links.next a i {
  margin: 0 0 0 10px;
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: #565656;
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links a:hover {
  text-decoration: none;
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links a span {
  display: inline-block;
  vertical-align: middle;
}
.manifesto .content .manifesto-paging .grid-wrapper .page-buttons .page-links a i {
  vertical-align: middle;
  font-size: 36px;
  color: #08088c;
}
.manifesto .content .contact-sales-confirmation .csr-confirmation-box {
  padding: 120px 0;
}
@media only screen and (max-width: 900px) {
  .manifesto .content .contact-sales-confirmation .csr-confirmation-box {
    padding: 100px 40px;
  }
}
.manifesto .content .manifesto-CTA-form {
  background: url("static/cta-block-bg.jpg?auto=format");
  color: #565656;
  text-align: center;
  padding: 40px 0;
}
@media only screen and (max-width: 800px) {
  .manifesto .content .manifesto-CTA-form {
    padding: 10px 0;
  }
}
.manifesto .content .manifesto-CTA-form section.upper {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.83333333333333%;
  margin-left: 17.08333333333333%;
  margin-right: 2.5%;
  background: none;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.manifesto .content .manifesto-CTA-form section.upper:before,
.manifesto .content .manifesto-CTA-form section.upper:after {
  content: '';
  display: table;
}
.manifesto .content .manifesto-CTA-form section.upper:after {
  clear: both;
}
.manifesto .content .manifesto-CTA-form section.upper:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 700px) {
  .manifesto .content .manifesto-CTA-form section.upper {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    padding: 30px 20px;
  }
  .manifesto .content .manifesto-CTA-form section.upper:before,
  .manifesto .content .manifesto-CTA-form section.upper:after {
    content: '';
    display: table;
  }
  .manifesto .content .manifesto-CTA-form section.upper:after {
    clear: both;
  }
  .manifesto .content .manifesto-CTA-form section.upper:last-child {
    margin-right: 0%;
  }
}
.manifesto .content .manifesto-CTA-form section.upper h3 {
  width: 600px;
  margin: 0 auto 40px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
@media only screen and (max-width: 800px) {
  .manifesto .content .manifesto-CTA-form section.upper h3 {
    width: 95%;
  }
}
.manifesto .content .manifesto-CTA-form section.upper .form-item {
  position: relative;
}
.manifesto .content .manifesto-CTA-form section.upper .valid-frame {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .manifesto .content .manifesto-CTA-form section.upper .valid-frame {
    width: 90%;
  }
}
.manifesto .content .manifesto-CTA-form section.upper .form-input {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 52px;
  line-height: 20px;
  border-radius: 4px;
  border: 0;
  background-color: #fff;
}
.manifesto .content .manifesto-CTA-form section.upper .form-input-text,
.manifesto .content .manifesto-CTA-form section.upper .form-input-select {
  border: 1px solid #d5d5d5;
}
.manifesto .content .manifesto-CTA-form section.upper .form-input-text.field-error,
.manifesto .content .manifesto-CTA-form section.upper .form-input-select.field-error {
  border-color: #c90216;
}
.manifesto .content .manifesto-CTA-form section.upper .form-input-select {
  height: 50px;
}
.manifesto .content .manifesto-CTA-form section.upper .receive-updates {
  width: 400px;
  display: inline-block;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #333;
}
@media only screen and (max-width: 450px) {
  .manifesto .content .manifesto-CTA-form section.upper .receive-updates {
    width: 90%;
  }
}
.manifesto .content .manifesto-CTA-form section.upper .receive-updates input#receiveUpdates {
  margin-right: 10px;
}
.manifesto .content .manifesto-CTA-form section.upper #submit {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #d5257c;
  color: #fff;
  border-width: 2px;
  border-color: #d5257c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-left: 10px;
  display: inline-block;
  width: 180px;
  padding: 0;
  border: 0;
  height: 52px;
  line-height: 52px;
  margin: 0 0 20px;
}
.manifesto .content .manifesto-CTA-form section.upper #submit:hover {
  background: #ef41b5;
  text-decoration: none !important;
}
.manifesto .content .manifesto-CTA-form section.upper #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #ba2453;
}
.manifesto .content .manifesto-CTA-form section.upper #submit.disabled {
  background-color: #ef41b5;
}
.manifesto .content .manifesto-CTA-form section.upper #submit.disabled .loader {
  display: inline-block;
}
.manifesto .content .manifesto-CTA-form section.upper .validation-message {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #c90216;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 1;
}
.manifesto .content .manifesto-CTA-form section.upper .validation-message:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(201,2,22,0);
  border-bottom-color: #c90216;
  border-width: 7px;
  margin-left: -7px;
}
.manifesto .content .manifesto-CTA-form section.upper .loader {
  border: 0.15em solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
  width: 0.5em;
  height: 0.5em;
  -webkit-animation: spin 0.75s linear infinite;
          animation: spin 0.75s linear infinite;
  margin-left: 10px;
}
.manifesto .content .manifesto-CTA-form section.upper .error-message {
  display: none;
  margin-top: 20px;
  color: #ef6c2a;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media only screen and (max-width: 450px) {
  .manifesto .content.corporate .title-hero .title-hero-title,
  .manifesto .content.takeaways .title-hero .title-hero-title {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
  }
}
.manifesto footer.gf {
  position: relative;
  top: 0;
  -webkit-transition: top 0.75s ease /* Safari */;
  -webkit-transition: top 0.75s ease;
  transition: top 0.75s ease;
}
.manifesto footer.gf.open {
  top: 330px;
}
.language-picker {
  cursor: pointer;
  position: relative;
}
.language-picker .icon-chevron-down {
  left: 3px;
}
@media only screen and (max-width: 1135px) {
  .language-picker {
    background-image: url("https://brightcove.imgix.net/blog-assets/lang-chooser.png?auto=format");
    background-size: 21px;
    background-position: 20px;
    background-repeat: no-repeat;
    padding: 0;
    height: 64px;
    width: 64px;
    margin: 0;
    display: none;
  }
  .language-picker.mobile-menu-open {
    background-color: #f6f6f6;
  }
  .language-picker .icon-chevron-down {
    display: none;
  }
}
@media only screen and (min-width: 1136px) {
  .language-picker:hover .language-picker-menu {
    display: block;
  }
}
@media only screen and (max-width: 1135px) {
  .language-picker .current-language {
    display: none;
  }
}
.language-picker .language-picker-menu {
  border-radius: 3px;
  position: absolute;
  padding: 5px 15px;
  margin: 0;
  background: #fff;
  z-index: 53;
}
@media only screen and (min-width: 1136px) {
  .language-picker .language-picker-menu {
    display: none;
    left: -18px;
    border: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1135px) {
  .language-picker .language-picker-menu {
    position: fixed;
    height: 100%;
    top: 64px;
    right: -400px;
    width: 400px;
    z-index: 50;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #f6f6f6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    display: block;
    padding-top: 49px;
    height: 99%;
  }
  .language-picker .language-picker-menu.mobile-menu-open.transform {
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
  }
  .language-picker .language-picker-menu.mobile-menu-open.no-transform {
    right: 0;
  }
  .language-picker .language-picker-menu.mobile-menu-open {
    height: 100%;
  }
}
.language-picker .language-picker-menu .language-picker-language {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  list-style-type: none;
  color: #eee;
}
.language-picker .language-picker-menu .language-picker-language a {
  color: #565656;
}
.language-picker .language-picker-menu .language-picker-language a:hover {
  color: #333;
  text-decoration: underline;
}
@media only screen and (max-width: 1135px) {
  .language-picker .language-picker-menu .language-picker-language {
    text-transform: uppercase;
    text-align: left;
  }
  .language-picker .language-picker-menu .language-picker-language a {
    display: block;
    line-height: 1;
    padding: 24px 0;
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
  }
  .language-picker .language-picker-menu .language-picker-language a:hover {
    border-bottom: 1px solid #a1a1a1;
  }
  .language-picker .language-picker-menu .language-picker-language.last {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 1135px) and (max-width: 600px) {
  .language-picker .language-picker-menu {
    right: -100%;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .lang-de .page-leadership .title-hero-title {
    font-size: 26px;
  }
}
.page-leadership .content h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #222;
  line-height: 32px;
  text-align: center;
  width: 960px;
  margin: 57px auto auto;
}
@media only screen and (max-width: 960px) {
  .page-leadership .content h2 {
    width: auto;
    padding: 0 30px 30px 30px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .page-leadership .content h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-leadership .leadership-list {
  border-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-leadership .person--tile {
  background: #fff;
  height: auto;
  width: 24%;
  margin-bottom: 2.5%;
  margin-right: 2%;
  -webkit-box-shadow: 0px 2px 5px 0 #ccc;
          box-shadow: 0px 2px 5px 0 #ccc;
  border: 1px solid #efefef;
  padding: 1em 1em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #565656;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.page-leadership .person--tile:hover {
  -webkit-box-shadow: 0px 5px 15px 0 #ccc;
          box-shadow: 0px 5px 15px 0 #ccc;
  text-decoration: none;
}
.page-leadership .person--tile:hover .show {
  background: #08088c;
}
.page-leadership .person--tile img {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .page-leadership .person--tile {
    height: auto;
  }
}
@media only screen and (max-width: 900px) {
  .page-leadership .person--tile {
    width: 47% !important;
    margin-right: 2% !important;
  }
}
@media only screen and (max-width: 600px) {
  .page-leadership .person--tile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .page-leadership .person--tile:before,
  .page-leadership .person--tile:after {
    content: '';
    display: table;
  }
  .page-leadership .person--tile:after {
    clear: both;
  }
  .page-leadership .person--tile:nth-child(3n) {
    margin-right: 2.5%;
    float: left;
  }
  .page-leadership .person--tile:nth-child(3n+1) {
    clear: none;
  }
  .page-leadership .person--tile:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .page-leadership .person--tile:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .page-leadership .person--tile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    margin-bottom: 20px;
  }
  .page-leadership .person--tile:before,
  .page-leadership .person--tile:after {
    content: '';
    display: table;
  }
  .page-leadership .person--tile:after {
    clear: both;
  }
  .page-leadership .person--tile:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .page-leadership .person--tile:nth-child(2n+1) {
    clear: none;
  }
  .page-leadership .person--tile:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .page-leadership .person--tile:nth-child(1n+1) {
    clear: both;
  }
}
.page-leadership .person-name {
  margin-top: 16px;
  color: #333;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.page-leadership .person-title {
  color: #333;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.page-leadership .board {
  background: #f1f1f1;
  padding-bottom: 90px;
  border-bottom: 0;
}
.page-leadership .board h3 {
  padding-top: 58px;
  text-align: center;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
}
.page-leadership .board .leadership-list {
  margin-bottom: 0;
}
.page-leadership .IN-widget {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.page-leadership .person-linkedin {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 18px;
  top: 24px;
  left: 210px;
}
.page-leadership .person-linkedin:hover {
  -webkit-box-shadow: 0px 5px 15px 0 #ccc;
          box-shadow: 0px 5px 15px 0 #ccc;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .page-leadership .person-linkedin {
    left: 270px;
  }
}
@media only screen and (max-width: 480px) {
  .page-leadership .person-linkedin {
    left: 86px;
  }
}
.page-leadership-bios section.content {
  padding-top: 95px;
}
@media only screen and (max-width: 750px) {
  .page-leadership-bios section.content {
    padding-top: 30px;
  }
}
.page-leadership-bios .content h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .page-leadership-bios .content h2 {
    margin-bottom: -62px;
    font-size: 30px;
    line-height: 36px;
  }
}
.page-leadership-bios .person {
  padding-top: 46px;
}
.page-leadership-bios .person-table {
  display: table;
}
@media only screen and (max-width: 750px) {
  .page-leadership-bios .person-table {
    display: block;
  }
}
.page-leadership-bios .person-row {
  display: table-row;
}
@media only screen and (max-width: 750px) {
  .page-leadership-bios .person-row {
    display: block;
  }
}
.page-leadership-bios .person-container {
  border-bottom: 1px solid #ddd;
}
.page-leadership-bios .person-photo {
  display: table-cell;
  width: 240px;
}
@media only screen and (max-width: 750px) {
  .page-leadership-bios .person-photo {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}
.page-leadership-bios .person-photo img {
  margin-top: -25px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .page-leadership-bios .person-photo img {
    margin-top: 0;
  }
}
.page-leadership-bios .person-details {
  display: table-cell;
  padding-left: 30px;
  padding-bottom: 50px;
  padding-top: 45px;
}
@media only screen and (max-width: 750px) {
  .page-leadership-bios .person-details {
    display: block;
    padding-top: 0;
    padding-left: 0;
  }
}
.page-leadership-bios .person-name {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.page-leadership-bios .person-bio {
  margin-top: 35px;
}
.page-leadership-bios .person-title {
  margin-top: 2px;
}
.page-leadership-bios .board {
  margin-top: 75px;
}
.page-leadership-bios .IN-widget {
  margin-top: 28px;
}
.page-leadership-bios .person-linkedin {
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 11px;
}
@media only screen and (max-width: 480px) {
  .page-leadership-bios .person-linkedin {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 18px;
  }
}
.post-detail .post-container-inside {
  max-width: 820px !important;
}
.post-detail .post-sections-title {
  display: block;
  padding: 14px 13px 12px;
  margin-bottom: 10px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.post-detail .post-sections-title i {
  float: right;
  font-size: 16px;
  margin-top: 1px;
}
.post-detail .post-sections-title.media {
  background-color: #08088c;
}
.post-detail .post-sections-title.marketing {
  background-color: #08088c;
}
.post-detail .post-sections-title.developer {
  background-color: #08088c;
}
.post-detail .post-sections ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.post-detail .post-sections ul li {
  list-style-type: none;
  padding: 10px 0;
  padding-left: 13px;
}
.post-detail .post-sections-post {
  color: #5d5d5d;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.post-detail .post-container {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.375%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.post-detail .post-container:before,
.post-detail .post-container:after {
  content: '';
  display: table;
}
.post-detail .post-container:after {
  clear: both;
}
.post-detail .post-container:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .post-detail .post-container {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .post-detail .post-container:before,
  .post-detail .post-container:after {
    content: '';
    display: table;
  }
  .post-detail .post-container:after {
    clear: both;
  }
  .post-detail .post-container:last-child {
    margin-right: 0%;
  }
}
.post-detail .post-container-inside {
  padding-left: 30px;
  max-width: 770px;
}
@media only screen and (max-width: 900px) {
  .post-detail .post-container-inside {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1320px) {
  .post-detail .post-container-inside {
    padding-left: 0;
  }
}
.post-detail .sidebar {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.post-detail .sidebar:before,
.post-detail .sidebar:after {
  content: '';
  display: table;
}
.post-detail .sidebar:after {
  clear: both;
}
.post-detail .sidebar:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .post-detail .sidebar {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .post-detail .sidebar:before,
  .post-detail .sidebar:after {
    content: '';
    display: table;
  }
  .post-detail .sidebar:after {
    clear: both;
  }
  .post-detail .sidebar:last-child {
    margin-right: 0%;
  }
}
.detail-page-divider {
  border-top: solid #ccc 1px;
}
.post-header {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.375%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.post-header:before,
.post-header:after {
  content: '';
  display: table;
}
.post-header:after {
  clear: both;
}
.post-header:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .post-header {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .post-header:before,
  .post-header:after {
    content: '';
    display: table;
  }
  .post-header:after {
    clear: both;
  }
  .post-header:last-child {
    margin-right: 0%;
  }
}
.post-title-container {
  padding-left: 30px;
}
@media only screen and (max-width: 900px) {
  .post-title-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1320px) {
  .post-title-container {
    padding-left: 0;
  }
}
.post-title-container h1,
.post-title-container h2.big {
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 900px) {
  .post-title-container h1,
  .post-title-container h2.big {
    margin-top: 0.8625em;
    font-size: 2.1em;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 601px) {
  .post-title-container h1,
  .post-title-container h2.big {
    margin-top: 52px;
    font-size: 2em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 600px) {
  .post-title-container h1,
  .post-title-container h2.big {
    font-size: 24px;
    line-height: 30px;
  }
}
.post-title-container h1.small {
  font-size: 1.2em;
  letter-spacing: 0;
  font-weight: 300;
  color: #a1a1a1;
  margin: 0.8em 0;
  line-height: 1.4em;
}
.post-title-container .edit-controls a {
  border-radius: 3px;
  background: #08088c;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 2px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  width: 113px;
  font-size: 13px;
  height: 35px;
  display: block;
  color: #fff;
  margin-bottom: 1em;
}
.post-title-container .edit-controls a:hover {
  background: #3939ac;
}
.post-title-container .edit-controls .unpublished {
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  margin-bottom: 7px;
  color: #f44336;
}
.post-title-container .byline {
  font-size: 0.8em;
  margin-bottom: 2.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 900px) {
  .post-title-container .byline .byline-divider {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .post-title-container .byline .section-link {
    display: none;
  }
}
.post-title-container .byline a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 900px) {
  .post-title-container .byline {
    margin-bottom: 1.5em;
  }
}
.post-banner-container {
  margin-bottom: 1.5em;
}
.post-banner-container .post-banner {
  width: 100%;
  height: auto;
}
.post-body,
.legal .content-block {
  margin-bottom: 3em;
}
.post-body .hljs,
.legal .content-block .hljs {
  padding: 1.3em;
  font-size: 14px;
}
.post-body a:hover,
.legal .content-block a:hover {
  text-decoration: underline;
}
.post-body li,
.legal .content-block li {
  padding-bottom: 0.5em;
}
.post-body li:nth-child(1),
.legal .content-block li:nth-child(1) {
  margin-top: -15px;
}
.post-body li:nth-last-child(1),
.legal .content-block li:nth-last-child(1) {
  padding-bottom: 0;
}
.post-body code,
.legal .content-block code {
  backgroud: #fafafa;
}
.post-body blockquote,
.legal .content-block blockquote {
  background: url("https://brightcove.imgix.net/blog/blog-blockquote-bg.png?auto=format") no-repeat top left;
  padding-left: 35px;
  margin-start: 20px;
  -moz-margin-start: 20px;
  -webkit-margin-start: 20px;
}
.post-body img,
.legal .content-block img {
  float: none;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .post-body img,
  .legal .content-block img {
    max-width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 900px) {
  .post-body table,
  .legal .content-block table {
    width: 100% !important;
  }
}
.post-body h2,
.legal .content-block h2 {
  font-size: 24px;
  line-height: 36px;
}
.post-body iframe,
.legal .content-block iframe {
  border: none;
}
.post-body .video-js-responsive,
.legal .content-block .video-js-responsive {
  position: relative;
  padding-top: 56.25%;
}
.post-body .video-js-responsive .video-js,
.legal .content-block .video-js-responsive .video-js {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  background: transparent;
}
.post-body .fluid-width-video-wrapper,
.legal .content-block .fluid-width-video-wrapper {
  padding-top: 56.25% !important;
  margin-bottom: 3em;
}
.post-body .cta-section,
.legal .content-block .cta-section {
  background: #ececec;
  padding: 0 40px;
  height: 110px;
  margin: 3em 0 3em 0;
}
@media only screen and (max-width: 600px) {
  .post-body .cta-section,
  .legal .content-block .cta-section {
    height: auto;
    padding: 20px;
    margin: 30px 0 50px 0;
  }
}
.post-body .cta-section .cta-section-text,
.legal .content-block .cta-section .cta-section-text {
  padding: 0;
  margin: 0;
  width: 55%;
  float: left;
}
@media only screen and (min-width: 601px) {
  .post-body .cta-section .cta-section-text,
  .legal .content-block .cta-section .cta-section-text {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media only screen and (max-width: 600px) {
  .post-body .cta-section .cta-section-text,
  .legal .content-block .cta-section .cta-section-text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    float: none;
    -webkit-transform: 0;
        -ms-transform: 0;
            transform: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .post-body .cta-section .cta-section-text:before,
  .legal .content-block .cta-section .cta-section-text:before,
  .post-body .cta-section .cta-section-text:after,
  .legal .content-block .cta-section .cta-section-text:after {
    content: '';
    display: table;
  }
  .post-body .cta-section .cta-section-text:after,
  .legal .content-block .cta-section .cta-section-text:after {
    clear: both;
  }
  .post-body .cta-section .cta-section-text:last-child,
  .legal .content-block .cta-section .cta-section-text:last-child {
    margin-right: 0%;
  }
}
.post-body .cta-section .cta-section-divider,
.legal .content-block .cta-section .cta-section-divider {
  border-left: solid #a5a5a5 1px;
  display: block;
  float: right;
}
.post-body .cta-section .cta-section-divider .blog-detail-cta,
.legal .content-block .cta-section .cta-section-divider .blog-detail-cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: ;
  color: #fff;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #08088c !important;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin: 10px 0 10px 30px;
  padding: 10px 15px;
}
.post-body .cta-section .cta-section-divider .blog-detail-cta:hover,
.legal .content-block .cta-section .cta-section-divider .blog-detail-cta:hover {
  background: ;
  text-decoration: none !important;
}
.post-body .cta-section .cta-section-divider .blog-detail-cta:active,
.legal .content-block .cta-section .cta-section-divider .blog-detail-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
@media only screen and (max-width: 600px) {
  .post-body .cta-section .cta-section-divider .blog-detail-cta,
  .legal .content-block .cta-section .cta-section-divider .blog-detail-cta {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 601px) {
  .post-body .cta-section .cta-section-divider,
  .legal .content-block .cta-section .cta-section-divider {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1050px) {
  .post-body .cta-section .cta-section-divider,
  .legal .content-block .cta-section .cta-section-divider {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .post-body .cta-section .cta-section-divider,
  .legal .content-block .cta-section .cta-section-divider {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    float: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border-left: none;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .post-body .cta-section .cta-section-divider:before,
  .legal .content-block .cta-section .cta-section-divider:before,
  .post-body .cta-section .cta-section-divider:after,
  .legal .content-block .cta-section .cta-section-divider:after {
    content: '';
    display: table;
  }
  .post-body .cta-section .cta-section-divider:after,
  .legal .content-block .cta-section .cta-section-divider:after {
    clear: both;
  }
  .post-body .cta-section .cta-section-divider:last-child,
  .legal .content-block .cta-section .cta-section-divider:last-child {
    margin-right: 0%;
  }
}
.addthis_responsive_sharing {
  display: none;
  width: 580px;
  margin: 0 auto 2em auto;
}
@media only screen and (max-width: 1170px) {
  .addthis_responsive_sharing {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .addthis_responsive_sharing {
    width: 247px;
  }
}
.related-posts {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 1321px) {
  .related-posts {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .related-posts {
    min-height: 295px;
  }
}
.related-posts .related-post-header {
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin: 2.5em 0;
  color: #08088c;
  display: block;
  width: 100%;
}
.related-posts .related-post-container {
  width: 24%;
  margin: 0 1% 0 0;
  overflow: hidden;
}
.related-posts .related-post-container p {
  font-size: 18px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #717171;
  color: #fff;
  margin-top: 0;
  height: 100%;
  padding: 12px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.related-posts .related-post-container:nth-of-type(2):hover .related-post-title {
  text-decoration: none;
  background: #3939ac;
}
.related-posts .related-post-container:hover {
  cursor: pointer;
}
.related-posts .related-post-container:hover .related-post-title {
  text-decoration: none;
}
.related-posts .related-post-container:hover .related-post-image {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.related-posts .related-post-container .related-post-image {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
  -webkit-filter: none;
          filter: none;
}
.related-posts .related-post-container .post-img-wrap {
  max-height: 125px;
  overflow: hidden;
}
@media only screen and (max-width: 1135px) {
  .related-posts .related-post-container .post-img-wrap {
    max-height: 150px;
  }
}
@media only screen and (max-width: 1135px) {
  .post-footer .related-posts {
    padding: 1%;
  }
  .post-footer .related-post-container {
    width: 98%;
    margin: 1%;
  }
  .post-footer .related-resources-title {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 900px) {
  .about-the-author {
    margin-top: 20px;
    margin-bottom: 2.5em;
    padding-top: 2.5em;
    border-top: solid #ccc 1px;
  }
}
.about-the-author .author-photo-container {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.about-the-author .author-photo-container:before,
.about-the-author .author-photo-container:after {
  content: '';
  display: table;
}
.about-the-author .author-photo-container:after {
  clear: both;
}
.about-the-author .author-photo-container:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .about-the-author .author-photo-container {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.125%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .about-the-author .author-photo-container:before,
  .about-the-author .author-photo-container:after {
    content: '';
    display: table;
  }
  .about-the-author .author-photo-container:after {
    clear: both;
  }
  .about-the-author .author-photo-container:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .about-the-author .author-photo-container {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .about-the-author .author-photo-container:before,
  .about-the-author .author-photo-container:after {
    content: '';
    display: table;
  }
  .about-the-author .author-photo-container:after {
    clear: both;
  }
  .about-the-author .author-photo-container:last-child {
    margin-right: 0%;
  }
}
.about-the-author .author-photo-container .author-photo {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .about-the-author .author-photo-container .author-photo {
    width: 100%;
  }
}
.about-the-author .author-details-container {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.about-the-author .author-details-container:before,
.about-the-author .author-details-container:after {
  content: '';
  display: table;
}
.about-the-author .author-details-container:after {
  clear: both;
}
.about-the-author .author-details-container:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .about-the-author .author-details-container {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.375%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .about-the-author .author-details-container:before,
  .about-the-author .author-details-container:after {
    content: '';
    display: table;
  }
  .about-the-author .author-details-container:after {
    clear: both;
  }
  .about-the-author .author-details-container:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .about-the-author .author-details-container {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .about-the-author .author-details-container:before,
  .about-the-author .author-details-container:after {
    content: '';
    display: table;
  }
  .about-the-author .author-details-container:after {
    clear: both;
  }
  .about-the-author .author-details-container:last-child {
    margin-right: 0%;
  }
}
.about-the-author .author-details-container .about-header {
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  margin-top: 0.7em;
  color: #222;
}
@media only screen and (max-width: 900px) {
  .about-the-author .author-details-container .about-header {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .about-the-author .author-details-container .about-header {
    margin-top: 0.7em;
  }
}
.about-the-author .author-details-container .author-name {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  color: #08088c;
}
.about-the-author .author-details-container .author-bio {
  font-size: 0.9em;
  line-height: 1.3em;
}
.about-the-author .author-details-container .author-twitter {
  margin-top: 20px;
}
.about-the-author .author-details-container .author-twitter a:hover {
  text-decoration: underline;
}
.ad-divider {
  margin: 2.5em 0;
}
@media only screen and (max-width: 900px) {
  .ad-divider {
    margin: 0 0 2.5em 0;
  }
}
.ad-section .ad-image {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .ad-section .ad-image {
    display: block;
    width: 50%;
    margin: 0 auto 2.5em auto;
  }
}
@media only screen and (max-width: 600px) {
  .ad-section .ad-image {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) {
  .ad-section .ad-image {
    width: 100%;
  }
}
.sidebar .ad-section #mc_embed_signup form {
  padding: 0 0 20px;
}
.sidebar .ad-section #mc_embed_signup h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 0;
}
.sidebar .ad-section #mc_embed_signup h2 span {
  text-transform: capitalize;
}
.sidebar .ad-section #mc_embed_signup input.email {
  height: 36px;
  width: 100%;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  border-color: #d5d5d5;
  color: #565656;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .ad-section #mc_embed_signup input.email::-webkit-input-placeholder {
  color: #ddd;
}
.sidebar .ad-section #mc_embed_signup input.email::-moz-placeholder {
  color: #ddd;
}
.sidebar .ad-section #mc_embed_signup input.email:-ms-input-placeholder {
  color: #ddd;
}
.sidebar .ad-section #mc_embed_signup input.email:-moz-placeholder {
  color: #ddd;
}
.sidebar .ad-section #mc_embed_signup .button {
  -webkit-appearance: none;
  padding: 0 30px;
  height: 36px;
  width: auto;
  line-height: 36px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  background: #08088c;
}
.sidebar .ad-section #mc_embed_signup .button:hover {
  background: #3939ac;
}
.post-footer .ad-section,
.post-footer .ad-divider {
  display: none;
}
@media only screen and (max-width: 900px) {
  .post-footer .ad-section,
  .post-footer .ad-divider {
    display: block;
  }
}
.post-footer-divider {
  border-bottom: 6px solid #ccc;
  padding-bottom: 64px;
  max-width: 1100px;
}
.legal-content h3 {
  margin-bottom: 20px;
}
.legal-content table {
  border-collapse: collapse;
}
@media only screen and (max-width: 500px) {
  .legal-content table {
    font-size: 12px;
    line-height: 18px;
  }
}
.legal-content table tr td {
  padding: 5px;
}
.legal-content #mc_embed_signup label {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.legal-content #mc_embed_signup input.email {
  height: 36px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  border-color: #d5d5d5;
  color: #565656;
  display: inline-block;
  margin: 0 2% 10px 0;
}
.legal-content #mc_embed_signup input.email::-webkit-input-placeholder {
  color: #ddd;
}
.legal-content #mc_embed_signup input.email::-moz-placeholder {
  color: #ddd;
}
.legal-content #mc_embed_signup input.email:-ms-input-placeholder {
  color: #ddd;
}
.legal-content #mc_embed_signup input.email:-moz-placeholder {
  color: #ddd;
}
.legal-content #mc_embed_signup form {
  padding: 0;
  margin: 0;
}
.legal-content #mc_embed_signup .button {
  -webkit-appearance: none;
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  background: #0052ad;
}
.legal-content #mc_embed_signup .button:hover {
  background: #4184cc;
}
@media only screen and (max-width: 770px) {
  .legal-content #mc_embed_signup .button {
    margin-left: 0;
  }
}
.legal-form.contact-sales-form#legal-form .form-item {
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.legal-form.contact-sales-form#legal-form .form-item:before,
.legal-form.contact-sales-form#legal-form .form-item:after {
  content: '';
  display: table;
}
.legal-form.contact-sales-form#legal-form .form-item:after {
  clear: both;
}
.legal-form.contact-sales-form#legal-form .form-item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.legal-form.contact-sales-form#legal-form .form-item:nth-child(2n+1) {
  clear: both;
}
.legal-form.contact-sales-form#legal-form .form-item.wide {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.legal-form.contact-sales-form#legal-form .form-item.wide:before,
.legal-form.contact-sales-form#legal-form .form-item.wide:after {
  content: '';
  display: table;
}
.legal-form.contact-sales-form#legal-form .form-item.wide:after {
  clear: both;
}
.legal-form.contact-sales-form#legal-form .form-item.wide:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.legal-form.contact-sales-form#legal-form .form-item.wide:nth-child(2n+1) {
  clear: both;
}
.legal-form.contact-sales-form#legal-form .form-item.wide:last-child {
  float: left;
  clear: none;
}
.legal-form.contact-sales-form#legal-form .form-item.wide:nth-child(8n+1) {
/*   clear: both; */
  float: right;
}
@media only screen and (max-width: 600px) {
  .legal-form.contact-sales-form#legal-form .form-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .legal-form.contact-sales-form#legal-form .form-item:before,
  .legal-form.contact-sales-form#legal-form .form-item:after {
    content: '';
    display: table;
  }
  .legal-form.contact-sales-form#legal-form .form-item:after {
    clear: both;
  }
  .legal-form.contact-sales-form#legal-form .form-item:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .legal-form.contact-sales-form#legal-form .form-item:nth-child(2n+1) {
    clear: none;
  }
  .legal-form.contact-sales-form#legal-form .form-item:last-child {
    margin-right: 0%;
  }
}
.legal-form.contact-sales-form#legal-form .form-input {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  border-radius: 4px;
  border: 0;
  background-color: #fff;
}
.legal-form.contact-sales-form#legal-form .form-input-text,
.legal-form.contact-sales-form#legal-form .form-input-select {
  border: 1px solid #d5d5d5;
}
.legal-form.contact-sales-form#legal-form .form-input-text.field-error,
.legal-form.contact-sales-form#legal-form .form-input-select.field-error {
  border-color: #c90216;
}
.legal-form.contact-sales-form#legal-form .form-input-select {
  height: 55px;
}
.legal-form.contact-sales-form#legal-form textarea.form-input {
  line-height: 24px;
  padding: 18px 10px;
}
.legal-form.contact-sales-form#legal-form .receive-updates {
  display: inline-block;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  padding: 2.5%;
  width: 97.5%;
  margin-right: 2.5%;
  text-align: right;
}
.legal-form.contact-sales-form#legal-form #submit {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #ef6c2a;
  color: #fff;
  border-width: 2px;
  border-color: #ef6c2a;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-left: 18px;
  display: inline-block;
  padding: 0 50px;
  border: 0;
}
.legal-form.contact-sales-form#legal-form #submit:hover {
  background: #f9b15c;
  text-decoration: none !important;
}
.legal-form.contact-sales-form#legal-form #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #df4c33;
}
.legal-form.contact-sales-form#legal-form #submit.disabled {
  background-color: #f9b15c;
}
.legal-form.contact-sales-form#legal-form #submit.disabled .loader {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .legal-form.contact-sales-form#legal-form #submit {
    margin: 18px auto 0;
  }
}
.legal-form.contact-sales-form#legal-form .validation-message {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #c90216;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 1;
}
.legal-form.contact-sales-form#legal-form .validation-message:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(201,2,22,0);
  border-bottom-color: #c90216;
  border-width: 7px;
  margin-left: -7px;
}
.legal-form.contact-sales-form#legal-form .loader {
  border: 0.15em solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
  width: 0.5em;
  height: 0.5em;
  -webkit-animation: spin 0.75s linear infinite;
          animation: spin 0.75s linear infinite;
  margin-left: 10px;
}
.legal-form.contact-sales-form#legal-form .error-message {
  display: none;
  margin-top: 20px;
  color: #ef6c2a;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#legal-confirm .contact-sales-confirmation#legal {
  display: none;
}
#legal-confirm .contact-sales-confirmation#legal section.thank-you {
  background: transparent;
  padding: 0;
}
#legal-confirm .contact-sales-confirmation#legal section.thank-you .csr-confirmation-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}
#lightbox {
  position: fixed;
  background: rgba(0,0,0,0.75);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 200;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
}
#lightbox.no-pad {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#lightbox.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  -webkit-animation: 0.5s ease 0s 1 normal forwards fadein;
          animation: 0.5s ease 0s 1 normal forwards fadein;
}
#lightbox.active .inner {
  -webkit-animation: 0.5s ease 0s 1 normal forwards moveup;
          animation: 0.5s ease 0s 1 normal forwards moveup;
}
#lightbox .inner {
  background: #fff;
  padding: 3rem;
  margin: 6rem 3rem;
  font-size: 0.9rem;
  overflow-y: scroll;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.6);
          box-shadow: 0 0 40px rgba(0,0,0,0.6);
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  #lightbox .inner {
    padding: 0.5rem;
    margin: 4rem 0.5rem;
  }
}
#lightbox .inner .demo-header {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 8.541666666666664%;
  margin-right: 2.5%;
  margin-top: 140px;
}
#lightbox .inner .demo-header:before,
#lightbox .inner .demo-header:after {
  content: '';
  display: table;
}
#lightbox .inner .demo-header:after {
  clear: both;
}
#lightbox .inner .demo-header:last-child {
  margin-right: 0%;
}
#lightbox .inner .demo-header h1 {
  margin: 0 0 40px;
  text-align: left;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 72px;
}
@media only screen and (max-width: 735px) {
  #lightbox .inner .demo-header h1 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1010px) {
  #lightbox .inner .demo-header {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.83333333333333%;
    margin-left: 17.08333333333333%;
    margin-right: 2.5%;
    margin-top: 80px;
  }
  #lightbox .inner .demo-header:before,
  #lightbox .inner .demo-header:after {
    content: '';
    display: table;
  }
  #lightbox .inner .demo-header:after {
    clear: both;
  }
  #lightbox .inner .demo-header:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 735px) {
  #lightbox .inner .demo-header {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  #lightbox .inner .demo-header:before,
  #lightbox .inner .demo-header:after {
    content: '';
    display: table;
  }
  #lightbox .inner .demo-header:after {
    clear: both;
  }
  #lightbox .inner .demo-header:last-child {
    margin-right: 0%;
  }
}
#lightbox .inner h1 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  #lightbox .inner h1 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }
}
#lightbox .inner h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ee6c2a;
  line-height: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  #lightbox .inner h2 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
  }
}
#lightbox .inner h3 {
  text-align: center;
  margin-bottom: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#lightbox .inner .thank-you {
  display: none;
}
#lightbox .inner ul.platform-list {
  list-style: none;
  padding: 0;
}
#lightbox .inner ul.platform-list li {
  margin: 0 0 20px;
  text-align: left;
}
#lightbox .inner ul.platform-list li i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-color: #40c4b5;
  border-radius: 50%;
}
#lightbox .inner ul.platform-list li i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 30px;
  color: #fff;
}
#lightbox .inner ul.platform-list li span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 44px);
  margin: 0 0 0 20px;
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (max-width: 735px) {
  #lightbox .inner ul.platform-list li span {
    line-height: 24px;
  }
}
#lightbox .inner.no-pad {
  padding: 0;
  margin: 6rem 6rem;
}
@media only screen and (max-width: 600px) {
  #lightbox .inner.no-pad {
    padding: 0;
    margin: 0.5rem 0.5rem;
  }
}
#lightbox .inner .hidden {
  display: none;
}
#lightbox .inner .demo-form {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
}
#lightbox .inner .demo-form:before,
#lightbox .inner .demo-form:after {
  content: '';
  display: table;
}
#lightbox .inner .demo-form:after {
  clear: both;
}
#lightbox .inner .demo-form:last-child {
  margin-right: 0%;
}
#lightbox .inner .demo-form .form-input {
  margin-bottom: 10px;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
}
#lightbox .inner .demo-form #submit {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin: 20px 0;
}
#lightbox .inner .demo-form #submit:hover {
  background: #3939ac;
  text-decoration: none !important;
}
#lightbox .inner .demo-form #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
#lightbox .inner .demo-form #submit.disabled {
  background-color: #3939ac;
}
#lightbox .inner form#contact-sales {
  max-width: 675px;
  margin: 0 auto;
}
#lightbox .inner .form-item {
  position: relative;
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
#lightbox .inner .form-item:nth-of-type(2n) {
  margin-right: 0%;
  float: right;
}
#lightbox .inner .form-item.text-wide {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
}
#lightbox .inner .form-item.text-wide:before,
#lightbox .inner .form-item.text-wide:after {
  content: '';
  display: table;
}
#lightbox .inner .form-item.text-wide:after {
  clear: both;
}
#lightbox .inner .form-item.text-wide:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  #lightbox .inner .form-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  #lightbox .inner .form-item:before,
  #lightbox .inner .form-item:after {
    content: '';
    display: table;
  }
  #lightbox .inner .form-item:after {
    clear: both;
  }
  #lightbox .inner .form-item:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  #lightbox .inner .form-item:nth-child(2n+1) {
    clear: none;
  }
  #lightbox .inner .form-item:last-child {
    margin-right: 0%;
  }
}
#lightbox .inner .form-item textarea {
  width: 100%;
}
#lightbox .inner .form-item:nth-of-type(7),
#lightbox .inner .form-item:nth-of-type(8),
#lightbox .inner .form-item:nth-of-type(9) {
  width: 100%;
  clear: both;
  text-align: center;
}
#lightbox .inner .form-input {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  border-radius: 4px;
  border: 0;
  background-color: #fff;
}
#lightbox .inner .form-input-text,
#lightbox .inner .form-input-select {
  border: 1px solid #d5d5d5;
}
#lightbox .inner .form-input-text.field-error,
#lightbox .inner .form-input-select.field-error {
  border-color: #c90216;
}
#lightbox .inner .form-input-select {
  height: 55px;
}
#lightbox .inner textarea.form-input {
  line-height: 24px;
  padding: 18px 10px;
}
#lightbox .inner .receive-updates {
  display: inline-block;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
#lightbox .inner #submit {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-left: 18px;
  display: inline-block;
  padding: 0 50px;
  border: 0;
}
#lightbox .inner #submit:hover {
  background: #3939ac;
  text-decoration: none !important;
}
#lightbox .inner #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
#lightbox .inner #submit.disabled {
  background-color: #3939ac;
}
#lightbox .inner #submit.disabled .loader {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  #lightbox .inner #submit {
    margin: 18px auto 0;
  }
}
#lightbox .inner .validation-message {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #c90216;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 1;
}
#lightbox .inner .validation-message:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(201,2,22,0);
  border-bottom-color: #c90216;
  border-width: 7px;
  margin-left: -7px;
}
#lightbox .inner .loader {
  border: 0.15em solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
  width: 0.5em;
  height: 0.5em;
  -webkit-animation: spin 0.75s linear infinite;
          animation: spin 0.75s linear infinite;
  margin-left: 10px;
}
#lightbox .inner .error-message {
  display: none;
  margin-top: 20px;
  color: #ef6c2a;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#lightbox .close {
  position: absolute;
  right: 40px;
  top: 40px;
  color: #ccc;
  font-size: 2em;
  z-index: 200;
}
#lightbox .close:hover {
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  #lightbox .close {
    right: 10px;
    top: 10px;
  }
}
#lightbox .form-wrapper {
  display: none;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes moveup {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes moveup {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.login-dropdown {
  cursor: pointer;
  position: relative;
}
.login-dropdown .icon-user {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #222;
}
.login-dropdown .icon-user::before {
  height: 25px;
  line-height: 25px;
}
.login-dropdown .login-dropdown-label {
  display: inline-block;
  vertical-align: middle;
}
.login-dropdown:hover .login-dropdown-menu {
  display: block;
}
.login-dropdown .login-dropdown-menu {
  border-radius: 3px;
  position: absolute;
  padding: 5px 15px;
  margin: 0;
  background: #fff;
  z-index: 53;
  display: none;
  left: -38px;
  border: 1px solid #ddd;
}
.login-dropdown .login-dropdown-menu .login-dropdown-item {
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  list-style-type: none;
  color: #eee;
}
.login-dropdown .login-dropdown-menu .login-dropdown-item a {
  color: #565656;
}
.login-dropdown .login-dropdown-menu .login-dropdown-item a:hover {
  color: #333;
  text-decoration: underline;
}
.logo-grid {
  padding: 36px 0 30px 0;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  text-align: center;
  *zoom: 1;
}
.logo-grid:before,
.logo-grid:after {
  content: '';
  display: table;
}
.logo-grid:after {
  clear: both;
}
@media only screen and (max-width: 1165px) {
  .logo-grid-inside {
    max-width: 800px;
    margin: 0 auto;
  }
}
.logo-grid-logo {
  padding: 0 5px;
  width: 125px;
}
@media only screen and (max-width: 1165px) {
  .logo-grid-logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.125%;
    margin-left: 0%;
    margin-right: 2.5%;
    padding: 0 0 10px 0;
  }
  .logo-grid-logo:before,
  .logo-grid-logo:after {
    content: '';
    display: table;
  }
  .logo-grid-logo:after {
    clear: both;
  }
  .logo-grid-logo:nth-child(4n) {
    margin-right: 0%;
    float: right;
  }
  .logo-grid-logo:nth-child(4n+1) {
    clear: both;
  }
}
.logo-grid img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.logo-grid .lazy-load {
  opacity: 0;
}
.our-story-description {
  padding: 60px;
  margin: 0 auto;
  color: #565656;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 900px) {
  .our-story-description {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .our-story-description {
    padding: 60px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.our-story .title-hero-title {
  width: 100%;
}
.our-story .title-hero-subtitle {
  max-width: 640px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 28px 0 35px 0;
}
.our-story .title-hero-subtitle.h1 {
  margin-top: 5px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}
.our-story-hero-cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 0 15px;
  margin-right: 10px;
}
.our-story-hero-cta:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.our-story-hero-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
.our-story-hero-video-cta,
.our-story-hero-other-cta {
  margin-top: 30px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: #08088c;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-color: #fff;
  color: #fff;
}
.our-story-hero-video-cta:hover,
.our-story-hero-other-cta:hover {
  background: #fff;
  border-color: #fff;
  color: #08088c;
  text-decoration: none !important;
}
.our-story-hero-video-cta:active,
.our-story-hero-other-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
@media only screen and (max-width: 600px) {
  .our-story-hero-video-cta,
  .our-story-hero-other-cta {
    margin-top: 20px;
  }
}
.our-story-hero-video-cta i,
.our-story-hero-other-cta i {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 5px;
}
.our-story-row {
  padding: 60px 0;
}
.our-story-row .contained.padded {
  padding-right: 0;
  max-width: 1150px;
}
@media only screen and (max-width: 1050px) {
  .our-story-row .contained.padded {
    padding-right: 35px;
    max-width: 1110px;
  }
}
@media only screen and (max-width: 900px) {
  .our-story-row .contained.padded {
    padding-right: 20px;
  }
}
.our-story-row-left,
.our-story-row-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 47.5%;
  margin-left: 0%;
  margin-right: 5%;
}
.our-story-row-left:before,
.our-story-row-right:before,
.our-story-row-left:after,
.our-story-row-right:after {
  content: '';
  display: table;
}
.our-story-row-left:after,
.our-story-row-right:after {
  clear: both;
}
.our-story-row-left:last-child,
.our-story-row-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .our-story-row-left,
  .our-story-row-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .our-story-row-left:before,
  .our-story-row-right:before,
  .our-story-row-left:after,
  .our-story-row-right:after {
    content: '';
    display: table;
  }
  .our-story-row-left:after,
  .our-story-row-right:after {
    clear: both;
  }
  .our-story-row-left:last-child,
  .our-story-row-right:last-child {
    margin-right: 0%;
  }
}
.our-story-row.inverted-stack .our-story-row-right {
  position: relative;
  left: 52.5%;
}
@media only screen and (max-width: 900px) {
  .our-story-row.inverted-stack .our-story-row-right {
    position: static;
    left: 0;
  }
}
.our-story-row.inverted-stack .our-story-row-left {
  position: relative;
  left: -52.5%;
}
@media only screen and (max-width: 900px) {
  .our-story-row.inverted-stack .our-story-row-left {
    position: static;
    left: 0;
  }
}
.our-story-row-img {
  width: 100%;
}
.our-story-row-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 25px;
}
.our-story-row-links {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 22px;
}
.our-story-row-links li {
  list-style-type: none;
  margin-bottom: 3px;
}
.our-story-row-links i {
  font-size: 13px;
  color: #515151;
  content: '\e907';
  font-family: 'icomoon';
  padding-right: 10px;
}
.our-story-row-links a {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.pager-full {
  *zoom: 1;
}
.pager-full:before,
.pager-full:after {
  content: '';
  display: table;
}
.pager-full:after {
  clear: both;
}
@media only screen and (max-width: 1050px) {
  .pager-full {
    width: 100%;
    margin: 0 auto;
  }
}
.pager-full a {
  display: block;
  float: left;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  color: #515151;
  line-height: 34px;
  font-size: 16px;
  padding-top: 2px;
  margin-right: 15px;
}
.pager-full ul {
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
.pager-full-item {
  list-style-type: none;
}
@media only screen and (max-width: 1050px) {
  .pager-full-item {
    display: none;
  }
}
.pager-full-item a {
  width: 36px;
  border-radius: 3px;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .pager-full-item-current {
    display: block;
  }
}
.pager-full-item-current a {
  background-color: #08088c;
  color: #fff;
}
@media only screen and (max-width: 1050px) {
  .pager-full-item-current a {
    width: 18%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  a.pager-full-prev {
    width: 41%;
    margin: 0;
  }
}
a.pager-full-next {
  margin-right: 0;
}
@media only screen and (max-width: 1050px) {
  a.pager-full-next {
    text-align: right;
    width: 41%;
  }
}
.pager {
  margin: 30px auto 50px auto;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .pager {
    width: 100%;
  }
}
.pager .pager-prev {
  width: 42%;
  text-align: left;
  display: block;
  float: left;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.pager .pager-prev.last {
  float: none;
  margin: 0 auto;
}
.pager .pager-prev a {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #ddd;
  color: #fff;
  border-width: 2px;
  border-color: #ddd;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: block;
}
.pager .pager-prev a:hover {
  background: #eee;
  text-decoration: none !important;
}
.pager .pager-prev a:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #ccc;
}
.pager .pager-page-count {
  float: left;
  width: 16%;
  text-align: center;
  padding: 30px 0;
}
.pager .pager-next {
  width: 42%;
  text-align: right;
  display: block;
  float: right;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.pager .pager-next.first {
  float: none;
  margin: 0 auto;
}
.pager .pager-next a {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: block;
}
.pager .pager-next a:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.pager .pager-next a:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
.listing-filter {
  background-color: #ddd;
}
.listing-filter--wrapper {
  border: none;
  padding: 0.5rem 1rem;
  margin: 0;
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.listing-filter--wrapper:before,
.listing-filter--wrapper:after {
  content: '';
  display: table;
}
.listing-filter--wrapper:after {
  clear: both;
}
.listing-filter--wrapper:first-of-type {
  padding-top: 2rem;
}
.listing-filter--wrapper:last-of-type {
  padding-bottom: 2rem;
}
.listing-filter__search--legend,
.listing-filter__browse-by--legend {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 10.3125%;
  margin-left: 0%;
  margin-right: 2.5%;
  padding: 0;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: right;
  position: relative;
}
.listing-filter__search--legend:before,
.listing-filter__browse-by--legend:before,
.listing-filter__search--legend:after,
.listing-filter__browse-by--legend:after {
  content: '';
  display: table;
}
.listing-filter__search--legend:after,
.listing-filter__browse-by--legend:after {
  clear: both;
}
.listing-filter__search--legend:last-child,
.listing-filter__browse-by--legend:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .listing-filter__search--legend,
  .listing-filter__browse-by--legend {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.58333333333333%;
    margin-left: 0%;
    margin-right: 2.5%;
    text-align: right;
  }
  .listing-filter__search--legend:before,
  .listing-filter__browse-by--legend:before,
  .listing-filter__search--legend:after,
  .listing-filter__browse-by--legend:after {
    content: '';
    display: table;
  }
  .listing-filter__search--legend:after,
  .listing-filter__browse-by--legend:after {
    clear: both;
  }
  .listing-filter__search--legend:last-child,
  .listing-filter__browse-by--legend:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .listing-filter__search--legend,
  .listing-filter__browse-by--legend {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.125%;
    margin-left: 0%;
    margin-right: 2.5%;
    text-align: right;
  }
  .listing-filter__search--legend:before,
  .listing-filter__browse-by--legend:before,
  .listing-filter__search--legend:after,
  .listing-filter__browse-by--legend:after {
    content: '';
    display: table;
  }
  .listing-filter__search--legend:after,
  .listing-filter__browse-by--legend:after {
    clear: both;
  }
  .listing-filter__search--legend:last-child,
  .listing-filter__browse-by--legend:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 480px) {
  .listing-filter__search--legend,
  .listing-filter__browse-by--legend {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .listing-filter__search--legend:before,
  .listing-filter__browse-by--legend:before,
  .listing-filter__search--legend:after,
  .listing-filter__browse-by--legend:after {
    content: '';
    display: table;
  }
  .listing-filter__search--legend:after,
  .listing-filter__browse-by--legend:after {
    clear: both;
  }
  .listing-filter__search--legend:last-child,
  .listing-filter__browse-by--legend:last-child {
    margin-right: 0%;
  }
}
.listing-filter__search--group,
.listing-filter__browse-by--group {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 87.1875%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.listing-filter__search--group:before,
.listing-filter__browse-by--group:before,
.listing-filter__search--group:after,
.listing-filter__browse-by--group:after {
  content: '';
  display: table;
}
.listing-filter__search--group:after,
.listing-filter__browse-by--group:after {
  clear: both;
}
.listing-filter__search--group:last-child,
.listing-filter__browse-by--group:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .listing-filter__search--group,
  .listing-filter__browse-by--group {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.91666666666667%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .listing-filter__search--group:before,
  .listing-filter__browse-by--group:before,
  .listing-filter__search--group:after,
  .listing-filter__browse-by--group:after {
    content: '';
    display: table;
  }
  .listing-filter__search--group:after,
  .listing-filter__browse-by--group:after {
    clear: both;
  }
  .listing-filter__search--group:last-child,
  .listing-filter__browse-by--group:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .listing-filter__search--group,
  .listing-filter__browse-by--group {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.375%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .listing-filter__search--group:before,
  .listing-filter__browse-by--group:before,
  .listing-filter__search--group:after,
  .listing-filter__browse-by--group:after {
    content: '';
    display: table;
  }
  .listing-filter__search--group:after,
  .listing-filter__browse-by--group:after {
    clear: both;
  }
  .listing-filter__search--group:last-child,
  .listing-filter__browse-by--group:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 480px) {
  .listing-filter__search--group,
  .listing-filter__browse-by--group {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .listing-filter__search--group:before,
  .listing-filter__browse-by--group:before,
  .listing-filter__search--group:after,
  .listing-filter__browse-by--group:after {
    content: '';
    display: table;
  }
  .listing-filter__search--group:after,
  .listing-filter__browse-by--group:after {
    clear: both;
  }
  .listing-filter__search--group:last-child,
  .listing-filter__browse-by--group:last-child {
    margin-right: 0%;
  }
}
.listing-filter__search {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: 6px -56px;
  padding-left: 35px;
}
.listing-filter__search:before,
.listing-filter__search:after {
  content: '';
  display: table;
}
.listing-filter__search:after {
  clear: both;
}
.listing-filter__search:last-child {
  margin-right: 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .listing-filter__search {
    background-position: 6px -56px;
  }
}
.listing-filter__search--legend {
  top: 9px;
}
@media only screen and (max-width: 480px) {
  .listing-filter__search--legend {
    top: 0;
  }
}
.listing-filter__browse-by {
  width: 100%;
  height: 34px;
}
.listing-filter__browse-by--legend {
  top: 29px;
}
@media only screen and (max-width: 480px) {
  .listing-filter__browse-by--legend {
    top: 0;
  }
}
.listing-filter__browse-by--label {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.listing-filter__browse-by--label:before,
.listing-filter__browse-by--label:after {
  content: '';
  display: table;
}
.listing-filter__browse-by--label:after {
  clear: both;
}
.listing-filter__browse-by--label:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .listing-filter__browse-by--label {
    display: none;
  }
  .listing-filter__browse-by--label:last-child {
    display: block;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    float: none;
  }
  .listing-filter__browse-by--label:last-child:before,
  .listing-filter__browse-by--label:last-child:after {
    content: '';
    display: table;
  }
  .listing-filter__browse-by--label:last-child:after {
    clear: both;
  }
  .listing-filter__browse-by--label:last-child:last-child {
    margin-right: 0%;
  }
}
.listing-filter__browse-by--label span {
  font-size: 0.7rem;
  padding-left: 4px;
  text-transformation: uppercase;
}
.page-partners .partners-list {
  border-bottom: 0;
}
.page-partners .title-hero-subtitle {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.partners-inquiry-cta {
  color: #fff;
  clear: both;
  top: -36px;
  position: absolute;
  height: 204px;
  right: 0;
  width: 272px;
}
@media only screen and (max-width: 1190px) {
  .partners-inquiry-cta {
    right: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .partners-inquiry-cta {
    display: none;
  }
}
.partners-inquiry-cta .partners-inquiry-copy {
  padding: 42px 30px;
}
.partners-inquiry-cta .partners-inquiry-copy a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 700;
}
.partners-inquiry-cta .partners-inquiry-copy i {
  font-size: 14px;
  margin-right: 5px;
}
.partners-inquiry-cta-mobile {
  display: none;
  padding: 15px;
  color: #fff;
}
.partners-inquiry-cta-mobile a {
  color: #fff;
}
.partners-inquiry-cta-mobile i {
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}
@media only screen and (max-width: 900px) {
  .partners-inquiry-cta-mobile {
    display: block;
  }
}
.partner--tile {
  background-color: #fff;
}
.page-partner main {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.375%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.page-partner main:before,
.page-partner main:after {
  content: '';
  display: table;
}
.page-partner main:after {
  clear: both;
}
.page-partner main:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .page-partner main {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .page-partner main:before,
  .page-partner main:after {
    content: '';
    display: table;
  }
  .page-partner main:after {
    clear: both;
  }
  .page-partner main:last-child {
    margin-right: 0%;
  }
}
.page-partner aside {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.page-partner aside:before,
.page-partner aside:after {
  content: '';
  display: table;
}
.page-partner aside:after {
  clear: both;
}
.page-partner aside:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .page-partner aside {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    margin-top: 30px;
  }
  .page-partner aside:before,
  .page-partner aside:after {
    content: '';
    display: table;
  }
  .page-partner aside:after {
    clear: both;
  }
  .page-partner aside:last-child {
    margin-right: 0%;
  }
}
.page-partner .partner-inside {
  padding-left: 30px;
  max-width: 770px;
}
@media only screen and (max-width: 900px) {
  .page-partner .partner-inside {
    padding-left: 0;
  }
}
.page-partner .partner-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2.5%;
  margin-top: 60px;
  margin-bottom: 42px;
}
.page-partner .partner-section-label {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-partner .partner-body h1,
.page-partner .partner-body h2,
.page-partner .partner-body h3,
.page-partner .partner-body h4,
.page-partner .partner-body h5 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-partner .partner-body ul {
  font-family: "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
}
.page-partner .partner-logo {
  margin-top: 72px;
}
@media only screen and (max-width: 900px) {
  .page-partner .partner-logo {
    margin-top: 0;
  }
}
.page-partner .partner-logo img {
  border: 1px solid #ddd;
  width: 100%;
}
.page-partner .partner-address {
  margin-top: 20px;
  color: #717171;
}
.page-partner .partner-website {
  margin-top: 5px;
  padding-bottom: 34px;
  border-bottom: 1px solid #ddd;
}
.page-partner .partner-website a {
  padding: 0 35px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #000;
  color: #fff;
  border-width: 2px;
  border-color: #000;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-partner .partner-website a:hover {
  background: #000;
  text-decoration: none !important;
}
.page-partner .partner-website a:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #000;
}
.page-partner .partner-contacts {
  margin-top: 25px;
  border-bottom: 1px solid #ddd;
}
.page-partner .partner-resources {
  margin-top: 25px;
}
.page-partner .partner-resources p {
  margin-bottom: 7px;
}
.page-partner .partner-products {
  margin-top: 25px;
}
.page-partner .partner-products p {
  margin-bottom: 7px;
}
.page-partner .partner-regions {
  margin-top: 25px;
  margin-bottom: 75px;
}
.page-partner .partner-regions p {
  margin-bottom: 7px;
}
.page-partner .partner .video-js {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%;
}
.page-partner .partner .video-js video {
  width: 100% !important;
  height: 100% !important;
}
.post-list-page-divider {
  border-top: solid #bebebe 1px;
}
.post-list.blog-home .post-container {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 69.25%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.post-list.blog-home .post-container:before,
.post-list.blog-home .post-container:after {
  content: '';
  display: table;
}
.post-list.blog-home .post-container:after {
  clear: both;
}
.post-list.blog-home .post-container:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .post-list.blog-home .post-container {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .post-list.blog-home .post-container:before,
  .post-list.blog-home .post-container:after {
    content: '';
    display: table;
  }
  .post-list.blog-home .post-container:after {
    clear: both;
  }
  .post-list.blog-home .post-container:last-child {
    margin-right: 0%;
  }
}
.post-list.blog-home .post-container-inside {
  padding: 0 30px;
  max-width: 770px;
}
@media only screen and (max-width: 900px) {
  .post-list.blog-home .post-container-inside {
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1320px) {
  .post-list.blog-home .post-container-inside {
    padding-left: 0;
  }
}
.post-list.blog-home .byline {
  margin-bottom: 0;
  margin-top: 0;
}
.post-list.blog-home .sidebar {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 28.25%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.post-list.blog-home .sidebar:before,
.post-list.blog-home .sidebar:after {
  content: '';
  display: table;
}
.post-list.blog-home .sidebar:after {
  clear: both;
}
.post-list.blog-home .sidebar:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .post-list.blog-home .sidebar {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .post-list.blog-home .sidebar:before,
  .post-list.blog-home .sidebar:after {
    content: '';
    display: table;
  }
  .post-list.blog-home .sidebar:after {
    clear: both;
  }
  .post-list.blog-home .sidebar:last-child {
    margin-right: 0%;
  }
}
.post-list.blog-home .post-list-post.first {
  margin-top: 70px;
}
.post-list.blog-home .post-list-post.first .post-list-thumb-container,
.post-list.blog-home .post-list-post.first .post-list-copy {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.post-list.blog-home .post-list-post.first .post-list-thumb-container:before,
.post-list.blog-home .post-list-post.first .post-list-copy:before,
.post-list.blog-home .post-list-post.first .post-list-thumb-container:after,
.post-list.blog-home .post-list-post.first .post-list-copy:after {
  content: '';
  display: table;
}
.post-list.blog-home .post-list-post.first .post-list-thumb-container:after,
.post-list.blog-home .post-list-post.first .post-list-copy:after {
  clear: both;
}
.post-list.blog-home .post-list-post.first .post-list-thumb-container:last-child,
.post-list.blog-home .post-list-post.first .post-list-copy:last-child {
  margin-right: 0%;
}
.post-list.blog-home .post-list-post.first .post-list-thumb-container img,
.post-list.blog-home .post-list-post.first .post-list-copy img {
  width: 100%;
}
.post-list.blog-home .post-list-post.first .post-list-copy-inside {
  padding-left: 0;
}
.post-list.blog-home .post-list-post.first .post-list-thumb-container {
  margin-bottom: 15px;
}
.post-list.blog-home .post-sections {
  margin-top: 70px;
  margin-bottom: 30px;
}
.post-list.blog-home .post-sections-title {
  display: block;
  padding: 14px 13px 12px;
  margin-bottom: 10px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #222;
}
.post-list.blog-home .post-sections-title i {
  float: right;
  font-size: 16px;
  margin-top: 1px;
}
.post-list.blog-home .post-sections ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.post-list.blog-home .post-sections ul li {
  list-style-type: none;
  padding: 10px 0;
  padding-left: 13px;
}
.post-list.blog-home .post-sections-post {
  color: #5d5d5d;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.post-list .pager {
  margin-top: 64px;
}
.post-list .prehead {
  color: #00eae4;
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-left: 2px;
  letter-spacing: 3px;
}
.post-list .title-hero-bg {
  background-color: #08088c;
}
.post-list .title-hero-title {
  line-height: 52px;
}
@media only screen and (max-width: 600px) {
  .post-list .title-hero-title {
    line-height: 42px;
  }
}
.post-list-container {
  padding-left: 30px;
  padding-top: 27px;
  border-bottom: 6px solid #ccc;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1180px) {
  .post-list-container {
    padding-left: 0;
  }
}
.post-list .byline {
  margin-bottom: 10px;
  margin-top: -15px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 600px) {
  .post-list .byline {
    margin-bottom: 0;
  }
}
.post-list .byline a.section-link {
  color: #08088c;
}
.post-list .byline a.section-link:hover {
  color: #3939ac;
  text-decoration: underline;
}
.post-list .post-list-post {
  margin: 2.3em 0;
}
@media only screen and (max-width: 600px) {
  .post-list .post-list-post {
    margin: 1.5em 0;
  }
}
.post-list .post-list-post .post-list-thumb-container {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.post-list .post-list-post .post-list-thumb-container:before,
.post-list .post-list-post .post-list-thumb-container:after {
  content: '';
  display: table;
}
.post-list .post-list-post .post-list-thumb-container:after {
  clear: both;
}
.post-list .post-list-post .post-list-thumb-container:last-child {
  margin-right: 0%;
}
.post-list .post-list-post .post-list-thumb-container .post-list-thumb {
  margin-top: 0.5em;
  width: 100%;
  height: auto;
}
.post-list .post-list-post .post-list-thumb-container .post-list-thumb:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
@media only screen and (max-width: 600px) {
  .post-list .post-list-post .post-list-thumb-container .post-list-thumb {
    margin-bottom: 0.7em;
  }
}
@media only screen and (max-width: 600px) {
  .post-list .post-list-post .post-list-thumb-container {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .post-list .post-list-post .post-list-thumb-container:before,
  .post-list .post-list-post .post-list-thumb-container:after {
    content: '';
    display: table;
  }
  .post-list .post-list-post .post-list-thumb-container:after {
    clear: both;
  }
  .post-list .post-list-post .post-list-thumb-container:last-child {
    margin-right: 0%;
  }
}
.post-list .post-list-post-title {
  color: #515151;
}
.post-list .post-list-post.dev .post-list-copy {
  width: 100%;
}
.post-list .post-list-post .post-list-copy {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.83333333333333%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.post-list .post-list-post .post-list-copy:before,
.post-list .post-list-post .post-list-copy:after {
  content: '';
  display: table;
}
.post-list .post-list-post .post-list-copy:after {
  clear: both;
}
.post-list .post-list-post .post-list-copy:last-child {
  margin-right: 0%;
}
.post-list .post-list-post .post-list-copy-inside {
  padding-left: 15px;
}
@media only screen and (max-width: 600px) {
  .post-list .post-list-post .post-list-copy-inside {
    padding-left: 0;
  }
}
.post-list .post-list-post .post-list-copy h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  height: auto;
  color: #222;
  line-height: 42px;
}
@media only screen and (max-width: 600px) {
  .post-list .post-list-post .post-list-copy h2 {
    line-height: 1.45em;
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .post-list .post-list-post .post-list-copy {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .post-list .post-list-post .post-list-copy:before,
  .post-list .post-list-post .post-list-copy:after {
    content: '';
    display: table;
  }
  .post-list .post-list-post .post-list-copy:after {
    clear: both;
  }
  .post-list .post-list-post .post-list-copy:last-child {
    margin-right: 0%;
  }
  .post-list .post-list-post .post-list-copy .summary {
    display: none;
  }
}
.post-list .post-list-load-more {
  margin: 2.3em 0;
}
.post-list .post-list-load-more .load-more-cta-container .load-more-cta {
  font-size: 13px;
  padding: 10px 22px;
  border-radius: 3px;
  background-color: #0074d9;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #08088c;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  display: block;
  width: 200px;
  margin: 14px auto 0 auto;
}
.post-list .post-list-load-more .load-more-cta-container .load-more-cta:hover,
.post-list .post-list-load-more .load-more-cta-container .load-more-cta:focus {
  background-color: #006ece;
  color: #f7f7f7;
  border: none;
}
.post-list .post-list-load-more .load-more-cta-container .load-more-cta:active {
  background-color: #0068c3;
}
.post-list .post-list-load-more .load-more-cta-container .load-more-cta:hover {
  background-color: #3939ac;
}
.post-list .post-list-load-more .load-more-cta-container .load-more-cta:active {
  background: #08088c;
}
@media only screen and (max-width: 600px) {
  .post-list .post-list-load-more .load-more-cta-container .load-more-cta {
    width: 90%;
  }
}
.post-list .signup-horiz {
  padding-top: 40px;
}
.post-list .signup-horiz #mc_embed_signup label {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.post-list .signup-horiz #mc_embed_signup input.email {
  height: 36px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  border-color: #d5d5d5;
  color: #565656;
}
.post-list .signup-horiz #mc_embed_signup input.email::-webkit-input-placeholder {
  color: #ddd;
}
.post-list .signup-horiz #mc_embed_signup input.email::-moz-placeholder {
  color: #ddd;
}
.post-list .signup-horiz #mc_embed_signup input.email:-ms-input-placeholder {
  color: #ddd;
}
.post-list .signup-horiz #mc_embed_signup input.email:-moz-placeholder {
  color: #ddd;
}
.post-list .signup-horiz #mc_embed_signup .button {
  -webkit-appearance: none;
  margin-left: 5px;
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  background: #08088c;
}
.post-list .signup-horiz #mc_embed_signup .button:hover {
  background: #3939ac;
}
@media only screen and (max-width: 770px) {
  .post-list .signup-horiz #mc_embed_signup .button {
    margin-left: 0;
  }
}
.page-press-coverage main {
  max-width: 770px;
  margin: 0 auto;
}
.page-press-coverage .pc-list {
  margin: 35px 0 80px 0;
  padding: 0;
}
.page-press-coverage .pc-list .pc-item {
  list-style-type: none;
}
.page-press-coverage .pc-list .pc-item .pc-link {
  *zoom: 1;
  display: block;
}
.page-press-coverage .pc-list .pc-item .pc-link:before,
.page-press-coverage .pc-list .pc-item .pc-link:after {
  content: '';
  display: table;
}
.page-press-coverage .pc-list .pc-item .pc-link:after {
  clear: both;
}
.page-press-coverage .pc-list .pc-item .pc-icon {
  float: left;
  width: 70px;
  font-size: 62px;
}
@media only screen and (max-width: 600px) {
  .page-press-coverage .pc-list .pc-item .pc-icon {
    display: none;
  }
}
.page-press-coverage .pc-list .pc-item .icon-hex {
  position: relative;
  display: block;
  text-shadow: 0 4px 12px rgba(0,0,0,0.2);
  color: #1b57c9;
  top: 26px;
}
.page-press-coverage .pc-list .pc-item .icon-document {
  color: #ccc;
  position: relative;
  top: 16px;
}
.page-press-coverage .pc-list .pc-item .pc-text {
  float: left;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  width: calc(100% - 70px);
}
@media only screen and (max-width: 600px) {
  .page-press-coverage .pc-list .pc-item .pc-text {
    width: 100%;
  }
}
.page-press-coverage .pc-list .pc-item .pc-text .pc-title {
  color: #515151;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-right: 30px;
}
.page-press-coverage .pc-list .pc-item .pc-text .pc-title:hover {
  text-decoration: underline;
}
.page-press-coverage .pc-list .pc-item .pc-text .pc-date-source {
  color: #515151;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.page-press-coverage .pager-full {
  margin-left: 90px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1050px) {
  .page-press-coverage .pager-full {
    margin: 0 auto 100px auto;
  }
}
.page-press-releases main {
  max-width: 770px;
  margin: 0 auto;
}
.page-press-releases .pr-list {
  margin: 35px 0 80px 0;
  padding: 0;
}
.page-press-releases .pr-list .pr-item {
  list-style-type: none;
}
.page-press-releases .pr-list .pr-item .pr-link {
  *zoom: 1;
  display: block;
}
.page-press-releases .pr-list .pr-item .pr-link:before,
.page-press-releases .pr-list .pr-item .pr-link:after {
  content: '';
  display: table;
}
.page-press-releases .pr-list .pr-item .pr-link:after {
  clear: both;
}
.page-press-releases .pr-list .pr-item .pr-link .pr-icon {
  float: left;
  width: 70px;
  font-size: 62px;
}
@media only screen and (max-width: 600px) {
  .page-press-releases .pr-list .pr-item .pr-link .pr-icon {
    display: none;
  }
}
.page-press-releases .pr-list .pr-item .pr-link .pr-icon .icon-hex {
  position: relative;
  display: block;
  text-shadow: 0 4px 12px rgba(0,0,0,0.2);
  color: #1b57c9;
  top: 26px;
}
.page-press-releases .pr-list .pr-item .pr-link .pr-icon .icon-document {
  color: #ccc;
  position: relative;
  top: 16px;
}
.page-press-releases .pr-list .pr-item .pr-link .pr-text {
  float: left;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  width: calc(100% - 70px);
}
@media only screen and (max-width: 600px) {
  .page-press-releases .pr-list .pr-item .pr-link .pr-text {
    width: 100%;
  }
}
.page-press-releases .pr-list .pr-item .pr-link .pr-title {
  color: #515151;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.page-press-releases .pr-list .pr-item .pr-link .pr-title:hover {
  text-decoration: underline;
}
.page-press-releases .pr-list .pr-item .pr-link .pr-date {
  color: #a0a0a0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.page-press-releases .pager-full {
  margin-left: 90px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1050px) {
  .page-press-releases .pager-full {
    margin: 0 auto 100px auto;
  }
}
.page-press-release-detail .press-release {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 600px) {
  .page-press-release-detail .press-release {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
.page-press-release-detail .pr-header {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 6px solid #08088c;
}
.page-press-release-detail .pr-prehead {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #a0a0a0;
  letter-spacing: 3px;
}
@media only screen and (max-width: 600px) {
  .page-press-release-detail .pr-prehead h1.h2 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.page-press-release-detail .pr-date {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .page-press-release-detail .pr-date {
    margin-top: 8px;
  }
}
.page-press-release-detail .pr-body,
.page-press-release-detail .pr-body span {
  font-family: "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #333 !important;
}
.contained.logo-use {
  padding: 2.5em 5em;
}
.contained.logo-use hr {
  border: transparent;
  height: 1px;
  background: #ccc;
}
.contained.logo-use h1,
.contained.logo-use h2,
.contained.logo-use h4 {
  text-transform: uppercase;
  font-weight: 300;
}
.contained.logo-use h4 {
  font-size: 24px;
  line-height: 32px;
}
.contained.logo-use img {
  padding: 2em;
  margin: 0px auto;
  display: inline-block;
  max-width: 100%;
}
.contained.logo-use img.left {
  float: left;
}
.contained.logo-use img.right {
  float: right;
}
.contained.logo-use ul {
  list-style-type: none;
}
.contained.logo-use h2 {
  clear: both;
}
.contained.logo-use button {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: #08088c;
  color: #fff;
  border-color: #08088c;
  padding: 0 24px;
}
.contained.logo-use button:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.contained.logo-use button:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
.contained.logo-use button:hover {
  background: #3939ac;
  border-color: #3939ac;
}
.page-newsroom {
  background: #eee;
}
@media only screen and (max-width: 600px) {
  .page-newsroom .title-hero-title {
    text-align: center;
  }
}
.page-newsroom .newsroom-table {
  display: table;
  border-collapse: separate;
  border-spacing: 30px 0;
  margin: 45px -30px 45px -30px;
}
@media only screen and (max-width: 900px) {
  .page-newsroom .newsroom-table {
    border-spacing: 0;
    display: block;
    margin: 45px 0;
  }
}
.page-newsroom .newsroom-row {
  display: table-row;
}
@media only screen and (max-width: 900px) {
  .page-newsroom .newsroom-row {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .page-newsroom .newsroom-press-releases {
    margin-bottom: 30px;
  }
}
.page-newsroom .newsroom-press-releases,
.page-newsroom .newsroom-press-coverage {
  display: table-cell;
  width: 50%;
  background: #fff;
}
@media only screen and (max-width: 900px) {
  .page-newsroom .newsroom-press-releases,
  .page-newsroom .newsroom-press-coverage {
    display: block;
    width: 100%;
  }
}
.page-newsroom .newsroom-press-releases:after,
.page-newsroom .newsroom-press-coverage:after {
  display: block;
  position: absolute;
  height: 100%;
  content: "";
  background-color: #fff;
}
.page-newsroom .newsroom-press-releases .newsroom-column-inside,
.page-newsroom .newsroom-press-coverage .newsroom-column-inside {
  padding: 30px;
}
.page-newsroom .newsroom-press-releases .newsroom-column-inside .newsroom-column-title,
.page-newsroom .newsroom-press-coverage .newsroom-column-inside .newsroom-column-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 35px;
}
.page-newsroom .newsroom-press-releases .newsroom-column-inside .newsroom-item,
.page-newsroom .newsroom-press-coverage .newsroom-column-inside .newsroom-item {
  display: block;
  margin-bottom: 25px;
}
.page-newsroom .newsroom-press-releases .newsroom-column-inside .newsroom-item-title,
.page-newsroom .newsroom-press-coverage .newsroom-column-inside .newsroom-item-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  color: #515151;
  font-size: 16px;
  line-height: 24px;
}
.page-newsroom .newsroom-press-releases .newsroom-column-inside .newsroom-item-title:hover,
.page-newsroom .newsroom-press-coverage .newsroom-column-inside .newsroom-item-title:hover {
  text-decoration: underline;
}
.page-newsroom .newsroom-press-releases .newsroom-column-inside .newsroom-item-date,
.page-newsroom .newsroom-press-coverage .newsroom-column-inside .newsroom-item-date {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 24px;
}
.page-newsroom .newsroom-press-releases .newsroom-column-inside .newsroom-viewall-button,
.page-newsroom .newsroom-press-coverage .newsroom-column-inside .newsroom-viewall-button {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: #08088c;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin: 30px 0;
}
.page-newsroom .newsroom-press-releases .newsroom-column-inside .newsroom-viewall-button:hover,
.page-newsroom .newsroom-press-coverage .newsroom-column-inside .newsroom-viewall-button:hover {
  background: #fff;
  border-color: #fff;
  color: #08088c;
  text-decoration: none !important;
}
.page-newsroom .newsroom-press-releases .newsroom-column-inside .newsroom-viewall-button:active,
.page-newsroom .newsroom-press-coverage .newsroom-column-inside .newsroom-viewall-button:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.page-newsroom .newsroom-press-releases .newsroom-column-inside .newsroom-viewall-button:hover,
.page-newsroom .newsroom-press-coverage .newsroom-column-inside .newsroom-viewall-button:hover {
  border-color: #3939ac;
  color: #3939ac;
}
.page-newsroom .press-inquiry-cta {
  color: #08088c;
  clear: both;
  top: -70px;
  position: absolute;
  height: 204px;
  right: 0;
  background: #00eae4;
  width: 272px;
}
@media only screen and (max-width: 1190px) {
  .page-newsroom .press-inquiry-cta {
    right: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .page-newsroom .press-inquiry-cta {
    display: none;
  }
}
.page-newsroom .press-inquiry-copy {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 30px;
}
.page-newsroom .press-inquiry-copy a {
  color: #08088c;
}
.page-newsroom .press-inquiry-copy i {
  font-size: 14px;
  margin-right: 5px;
}
.page-newsroom .press-inquiry-copy-mobile {
  display: none;
  background: #3f86df;
  padding: 15px;
  color: #fff;
}
.page-newsroom .press-inquiry-copy-mobile a {
  color: #fff;
}
.page-newsroom .press-inquiry-copy-mobile i {
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}
@media only screen and (max-width: 900px) {
  .page-newsroom .press-inquiry-copy-mobile {
    display: block;
  }
}
.lang-ja .unified-pricing .pricing-tiles li .pricing-details .price-wrap {
  display: none !important;
}
.unified-pricing .pricing-hero {
  padding: 50px 0;
  color: #222;
  background-color: #ddd;
}
.unified-pricing .pricing-hero h1 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  margin: 0 0 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.unified-pricing .pricing-hero h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin: 0 0 50px;
}
.unified-pricing .pricing-hero ul.pricing-tiles {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.unified-pricing .pricing-hero ul.pricing-tiles:before,
.unified-pricing .pricing-hero ul.pricing-tiles:after {
  content: '';
  display: table;
}
.unified-pricing .pricing-hero ul.pricing-tiles:after {
  clear: both;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li {
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #efefef;
  text-align: center;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li:before,
.unified-pricing .pricing-hero ul.pricing-tiles > li:after {
  content: '';
  display: table;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li:after {
  clear: both;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 850px) {
  .unified-pricing .pricing-hero ul.pricing-tiles > li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.83333333333333%;
    margin-left: 17.08333333333333%;
    margin-right: 2.5%;
    margin-bottom: 15px;
    text-align: center;
  }
  .unified-pricing .pricing-hero ul.pricing-tiles > li:before,
  .unified-pricing .pricing-hero ul.pricing-tiles > li:after {
    content: '';
    display: table;
  }
  .unified-pricing .pricing-hero ul.pricing-tiles > li:after {
    clear: both;
  }
  .unified-pricing .pricing-hero ul.pricing-tiles > li:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 550px) {
  .unified-pricing .pricing-hero ul.pricing-tiles > li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    text-align: center;
  }
  .unified-pricing .pricing-hero ul.pricing-tiles > li:before,
  .unified-pricing .pricing-hero ul.pricing-tiles > li:after {
    content: '';
    display: table;
  }
  .unified-pricing .pricing-hero ul.pricing-tiles > li:after {
    clear: both;
  }
  .unified-pricing .pricing-hero ul.pricing-tiles > li:last-child {
    margin-right: 0%;
  }
}
.unified-pricing .pricing-hero ul.pricing-tiles > li h3 {
  text-transform: uppercase;
  letter-spacing: 0;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.marketing h3 {
  background-color: #08088c;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.marketing .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #08088c;
  color: #08088c;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.marketing .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #3939ac;
  background-color: #3939ac;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.comms h3 {
  background-color: #08088c;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.comms .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #08088c;
  color: #08088c;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.comms .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #3939ac;
  background-color: #3939ac;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.monetization h3 {
  background-color: #08088c;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.monetization .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #08088c;
  color: #08088c;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.monetization .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #3939ac;
  background-color: #3939ac;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li h3 {
  margin: 0;
  padding: 15px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -ms-word-break: break-all;
  word-break: break-all;
/* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px 80px;
}
@media only screen and (max-width: 900px) {
  .unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details {
    padding-bottom: 80px;
  }
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details .price-spacer {
  height: 30px;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details .price-wrap {
  position: relative;
  height: 75px;
  margin-bottom: 10px;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details .price-wrap .price {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details .price-wrap .price .start {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details .price-wrap .price .cost {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details .price-wrap .price .time {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details h4 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0;
  padding: 0;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details h4 span {
  display: block;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details .split {
  width: 70px;
  height: 4px;
  margin: 30px auto;
  padding: 0;
  background-color: #d4d4d4;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details ul.featured {
  margin: 0;
  padding: 0;
  list-style: none;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .pricing-details ul.featured li {
  margin: 0 0 10px;
  padding: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  color: #222;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .cta-position {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  bottom: 10px;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .cta-position .pricing-cta {
  display: inline-block;
  min-width: 240px;
  margin: 0 0 5px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
/* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .cta-position .pricing-cta:hover {
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  .unified-pricing .pricing-hero ul.pricing-tiles > li .cta-position .pricing-cta.ft {
    display: none;
  }
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .cta-position .pricing-cta.cu {
  display: none;
}
@media only screen and (max-width: 900px) {
  .unified-pricing .pricing-hero ul.pricing-tiles > li .cta-position .pricing-cta.cu {
    display: inline-block;
  }
}
.unified-pricing .pricing-hero ul.pricing-tiles > li .cta-position .view-features,
.unified-pricing .pricing-hero ul.pricing-tiles > li .cta-position .view-features-filler {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
@media only screen and (max-width: 900px) {
  .unified-pricing .pricing-hero ul.pricing-tiles > li .cta-position .view-features,
  .unified-pricing .pricing-hero ul.pricing-tiles > li .cta-position .view-features-filler {
    display: none;
  }
}
.unified-pricing .unified-features-vms,
.unified-pricing .unified-features-evs {
  max-height: 0;
  min-height: auto;
  overflow: hidden;
  -webkit-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out;
}
@media only screen and (max-width: 900px) {
  .unified-pricing .unified-features-vms,
  .unified-pricing .unified-features-evs {
    display: none;
  }
}
.unified-pricing .unified-features-vms.open,
.unified-pricing .unified-features-evs.open {
  max-height: 4000px;
  overflow: auto;
  -webkit-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}
.unified-pricing .unified-features-vms h4.unified-feature-sub,
.unified-pricing .unified-features-evs h4.unified-feature-sub {
  margin: 70px 0 10px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a0a0a0;
}
.unified-pricing .unified-features-vms h3,
.unified-pricing .unified-features-evs h3 {
  margin: 0 0 50px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  color: #222;
}
.unified-pricing .unified-features-vms h4,
.unified-pricing .unified-features-evs h4 {
  margin: 0 0 30px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #222;
}
.unified-pricing .unified-features-vms .footnote,
.unified-pricing .unified-features-evs .footnote {
  text-align: center;
}
.unified-pricing .unified-features-vms table,
.unified-pricing .unified-features-evs table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
}
.unified-pricing .unified-features-vms table tr td,
.unified-pricing .unified-features-evs table tr td {
  text-align: center;
}
.unified-pricing .unified-features-vms table tr td.feature-cell,
.unified-pricing .unified-features-evs table tr td.feature-cell {
  width: 40%;
}
.unified-pricing .unified-features-vms table tr th.feature-cell,
.unified-pricing .unified-features-evs table tr th.feature-cell {
  width: 40%;
}
.unified-pricing .unified-features-vms .sticky-plans-table,
.unified-pricing .unified-features-evs .sticky-plans-table {
  margin-bottom: 0;
  position: relative;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.unified-pricing .unified-features-vms .sticky-plans-table.fixed,
.unified-pricing .unified-features-evs .sticky-plans-table.fixed {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 64px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.unified-pricing .unified-features-vms .sticky-plans-table.fo,
.unified-pricing .unified-features-evs .sticky-plans-table.fo {
  opacity: 0;
}
.unified-pricing .unified-features-vms .sticky-plans-table tr td,
.unified-pricing .unified-features-evs .sticky-plans-table tr td {
  padding: 20px 5px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
}
.unified-pricing .unified-features-vms .sticky-plans-table tr td.feature-cell,
.unified-pricing .unified-features-evs .sticky-plans-table tr td.feature-cell {
  background-color: #f4f4f4;
  color: #000;
}
.unified-pricing .unified-features-vms .sticky-plans-table tr td .icon-close,
.unified-pricing .unified-features-evs .sticky-plans-table tr td .icon-close {
  position: absolute;
  top: 0;
  right: -30px;
  font-size: 25px;
  cursor: pointer;
}
.unified-pricing .unified-features-vms .features-content-table,
.unified-pricing .unified-features-evs .features-content-table {
  margin-bottom: 50px;
}
.unified-pricing .unified-features-vms .features-content-table tr,
.unified-pricing .unified-features-evs .features-content-table tr {
  border-top: 1px solid #e9e9e9;
}
.unified-pricing .unified-features-vms .features-content-table tr:first-child,
.unified-pricing .unified-features-evs .features-content-table tr:first-child {
  border-top: none;
}
.unified-pricing .unified-features-vms .features-content-table tr th,
.unified-pricing .unified-features-evs .features-content-table tr th {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  text-transform: uppercase;
  background-color: #565656;
  color: #fff;
  padding: 10px 15px;
}
.unified-pricing .unified-features-vms .features-content-table tr td,
.unified-pricing .unified-features-evs .features-content-table tr td {
  padding: 12px 15px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-weight: 400;
  line-height: 18px;
  color: #565656;
}
.unified-pricing .unified-features-vms .features-content-table tr td.feature-cell,
.unified-pricing .unified-features-evs .features-content-table tr td.feature-cell {
  text-align: left;
}
.unified-pricing .unified-features-vms .features-content-table tr td:nth-child(even),
.unified-pricing .unified-features-evs .features-content-table tr td:nth-child(even) {
  background-color: #f4f4f4;
}
.unified-pricing .unified-features-vms .features-content-table tr td .icon-check-mark,
.unified-pricing .unified-features-evs .features-content-table tr td .icon-check-mark {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 14px;
  color: #95c039;
}
.unified-pricing .unified-features-vms .features-content-table tr td .icon-check-mark:before,
.unified-pricing .unified-features-evs .features-content-table tr td .icon-check-mark:before {
  line-height: 14px;
}
.unified-pricing .unified-features-vms .features-content-table tr td .sub,
.unified-pricing .unified-features-evs .features-content-table tr td .sub {
  display: block;
  font-size: 12px;
  font-style: italic;
}
.unified-pricing .unified-features-vms.no-starter .sticky-plans-table tr td,
.unified-pricing .unified-features-vms.no-starter .features-content-table tr td,
.unified-pricing .unified-features-vms.no-starter .sticky-plans-table tr th,
.unified-pricing .unified-features-vms.no-starter .features-content-table tr th {
  width: 30%;
}
.unified-pricing .unified-features-vms.no-starter .sticky-plans-table tr td:nth-child(2),
.unified-pricing .unified-features-vms.no-starter .features-content-table tr td:nth-child(2),
.unified-pricing .unified-features-vms.no-starter .sticky-plans-table tr th:nth-child(2),
.unified-pricing .unified-features-vms.no-starter .features-content-table tr th:nth-child(2) {
  display: none;
}
.unified-pricing .unified-features-vms.no-starter .sticky-plans-table tr td.feature-cell,
.unified-pricing .unified-features-vms.no-starter .features-content-table tr td.feature-cell,
.unified-pricing .unified-features-vms.no-starter .sticky-plans-table tr th.feature-cell,
.unified-pricing .unified-features-vms.no-starter .features-content-table tr th.feature-cell {
  width: 40%;
}
.unified-pricing .unified-features-vms.no-starter .features-content-table tr td {
  background-color: #fff;
}
.unified-pricing .unified-features-vms.no-starter .features-content-table tr td:nth-child(3) {
  background-color: #f4f4f4;
}
.unified-pricing .unified-features-vms .sticky-plans-table tr td {
  width: 20%;
  background-color: #08088c;
}
.unified-pricing .unified-features-vms .sticky-plans-table tr td:nth-child(3) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.unified-pricing .unified-features-vms .sticky-plans-table tr td .icon-close {
  color: #08088c;
}
.unified-pricing .unified-features-vms .features-content-table tr th {
  width: 20%;
}
.unified-pricing .unified-features-evs .sticky-plans-table tr td {
  width: 30%;
  background-color: #08088c;
}
.unified-pricing .unified-features-evs .sticky-plans-table tr td:nth-child(2) {
  border-right: 1px solid #fff;
}
.unified-pricing .unified-features-evs .sticky-plans-table tr td .icon-close {
  color: #08088c;
}
.unified-pricing .unified-features-evs .features-content-table tr th {
  width: 30%;
}
.unified-pricing .quotation {
  padding: 70px 0 0;
}
.unified-pricing .quotation p.clear {
  display: block;
}
.unified-pricing .quotation p.clear button {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 2px solid #08088c;
  padding: 0 25px;
  height: auto;
  line-height: 3rem;
  margin-top: 25px;
}
.unified-pricing .quotation p.clear button:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.unified-pricing .quotation p.clear button:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
.unified-pricing .quotation p.clear button:hover {
  border: 2px solid #3939ac;
}
.unified-pricing .quotation .divider {
  height: 6px;
  max-width: 1170px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 1170px) {
  .unified-pricing .quotation .divider {
    margin: 0 10px 0 10px;
  }
}
.customer-quote {
  position: relative;
  text-align: center;
}
.customer-quote .grid-wrapper {
  padding: 0 10px 100px;
  background-size: 1170px auto;
}
.customer-quote .quote-symbol {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: -15px 0 0;
  width: 50px;
  height: auto;
}
.customer-quote h3 {
  position: relative;
  padding: 20px;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 34px;
}
@media only screen and (max-width: 800px) {
  .customer-quote h3 {
    width: auto;
  }
}
.customer-quote .headshot-hexagon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: auto;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .customer-quote .headshot-hexagon {
    display: block;
    margin: 0 auto 10px;
  }
}
.customer-quote p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .page-privacy-policy h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.product-block {
  padding: 120px 0;
  background: #08088c;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .product-block {
    padding: 72px 0;
  }
}
.product-block-left,
.product-block-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.product-block-left:before,
.product-block-right:before,
.product-block-left:after,
.product-block-right:after {
  content: '';
  display: table;
}
.product-block-left:after,
.product-block-right:after {
  clear: both;
}
.product-block-left:last-child,
.product-block-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .product-block-left,
  .product-block-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .product-block-left:before,
  .product-block-right:before,
  .product-block-left:after,
  .product-block-right:after {
    content: '';
    display: table;
  }
  .product-block-left:after,
  .product-block-right:after {
    clear: both;
  }
  .product-block-left:nth-child(1n),
  .product-block-right:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .product-block-left:nth-child(1n+1),
  .product-block-right:nth-child(1n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 601px) {
  .product-block-left {
    position: relative;
    left: -51.25%;
  }
}
@media only screen and (max-width: 900px) {
  .product-block-left {
    position: static;
    left: 0;
    text-align: center;
    padding-top: 40px;
  }
}
.product-block-right img {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .product-block-right {
    position: relative;
    left: 51.25%;
  }
}
@media only screen and (max-width: 900px) {
  .product-block-right {
    position: static;
    left: 0;
  }
}
.product-block-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
}
@media only screen and (max-width: 600px) {
  .product-block-title {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 23px;
  }
}
.product-block-desc {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  max-width: 500px;
  margin-top: 23px;
}
@media only screen and (max-width: 900px) {
  .product-block-desc {
    max-width: none;
  }
}
.product-block-cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: ;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 24px 18px;
  margin-top: 40px;
  border-color: #fff;
  color: #fff;
}
.product-block-cta:hover {
  background: #fff;
  border-color: #fff;
  color: ;
  text-decoration: none !important;
}
.product-block-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.product-block-cta:hover {
  color: #08088c;
}
@media only screen and (max-width: 750px) {
  .product-page .icon-nav {
    display: none;
  }
}
.product-page .product-description {
  padding: 60px;
  margin: 0 auto;
  color: #565656;
  margin-right: -35px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.product-page .product-description h3 {
  font-weight: 400;
  margin-top: 0;
  line-height: 32px;
}
@media only screen and (max-width: 900px) {
  .product-page .product-description {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .product-page .product-description {
    padding: 60px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1260px) {
  .product-page .product-description {
    margin-right: 0;
  }
}
.product-page .title-hero {
  border-bottom: 6px solid;
}
.product-page .title-hero.lower .title-hero-content h1.title-hero-title {
  text-transform: none;
  font-weight: 500;
}
.product-page .title-hero.no-border {
  border-bottom: none;
}
.product-page .title-hero-title {
  max-width: 640px;
}
.lang-de .product-page .title-hero-title,
.lang-fr .product-page .title-hero-title,
.lang-es .product-page .title-hero-title {
  font-size: 36px !important;
  line-height: 42px !important;
}
@media only screen and (max-width: 600px) {
  .lang-de .product-page .title-hero-title,
  .lang-fr .product-page .title-hero-title,
  .lang-es .product-page .title-hero-title {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
.product-page .title-hero-subtitle {
  max-width: 640px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 28px 0 35px 0;
}
.product-page .title-hero-subtitle.h1 {
  margin-top: 5px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}
.lang-de .product-page .title-hero-subtitle.h1,
.lang-fr .product-page .title-hero-subtitle.h1,
.lang-es .product-page .title-hero-subtitle.h1 {
  font-size: 36px !important;
  line-height: 42px !important;
}
@media only screen and (max-width: 600px) {
  .lang-de .product-page .title-hero-subtitle.h1,
  .lang-fr .product-page .title-hero-subtitle.h1,
  .lang-es .product-page .title-hero-subtitle.h1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
.product-page-hero-cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 0 15px;
  margin-right: 10px;
}
.product-page-hero-cta:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.product-page-hero-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #08088c;
}
.product-page-hero-cta.green {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #95c039;
  color: #fff;
  border-width: 2px;
  border-color: #95c039;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.product-page-hero-cta.green:hover {
  background: #c5e16e;
  text-decoration: none !important;
}
.product-page-hero-cta.green:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #669324;
}
@media only screen and (max-width: 600px) {
  .product-page-hero-cta {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .lang-fr .product-page-hero-cta {
    font-size: 12px;
  }
}
.product-page-hero-video-cta,
.product-page-hero-other-cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: #08088c;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-color: #fff;
  color: #fff;
}
.product-page-hero-video-cta:hover,
.product-page-hero-other-cta:hover {
  background: #fff;
  border-color: #fff;
  color: #08088c;
  text-decoration: none !important;
}
.product-page-hero-video-cta:active,
.product-page-hero-other-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
@media only screen and (max-width: 600px) {
  .product-page-hero-video-cta,
  .product-page-hero-other-cta {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .lang-fr .product-page-hero-video-cta,
  .lang-fr .product-page-hero-other-cta {
    font-size: 12px;
  }
}
.product-page-hero-video-cta i,
.product-page-hero-other-cta i {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 5px;
}
.product-page .icon-nav {
  margin-bottom: 30px;
}
.product-page-row {
  padding: 72px 0;
}
@media only screen and (max-width: 900px) {
  .product-page-row {
    padding: 36px 0;
  }
  .product-page-row h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.product-page-row .contained.padded {
  padding-right: 15px;
  max-width: 1150px;
}
@media only screen and (max-width: 1260px) {
  .product-page-row .contained.padded {
    padding-right: 35px;
    max-width: 1110px;
  }
}
@media only screen and (max-width: 900px) {
  .product-page-row .contained.padded {
    padding-right: 20px;
  }
}
.product-page-row-left,
.product-page-row-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 47.5%;
  margin-left: 0%;
  margin-right: 5%;
}
.product-page-row-left:before,
.product-page-row-right:before,
.product-page-row-left:after,
.product-page-row-right:after {
  content: '';
  display: table;
}
.product-page-row-left:after,
.product-page-row-right:after {
  clear: both;
}
.product-page-row-left:last-child,
.product-page-row-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .product-page-row-left,
  .product-page-row-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .product-page-row-left:before,
  .product-page-row-right:before,
  .product-page-row-left:after,
  .product-page-row-right:after {
    content: '';
    display: table;
  }
  .product-page-row-left:after,
  .product-page-row-right:after {
    clear: both;
  }
  .product-page-row-left:last-child,
  .product-page-row-right:last-child {
    margin-right: 0%;
  }
}
.product-page-row.inverted-stack .product-page-row-right {
  position: relative;
  left: 52.5%;
}
@media only screen and (max-width: 900px) {
  .product-page-row.inverted-stack .product-page-row-right {
    position: static;
    left: 0;
  }
}
.product-page-row.inverted-stack .product-page-row-left {
  position: relative;
  left: -52.5%;
}
@media only screen and (max-width: 900px) {
  .product-page-row.inverted-stack .product-page-row-left {
    position: static;
    left: 0;
  }
}
.product-page-row-img {
  width: 100%;
}
.product-page-row-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .product-page-row-title {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
  }
  .lang-de .product-page-row-title,
  .lang-fr .product-page-row-title,
  .lang-es .product-page-row-title {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
  }
}
.product-page-row-links {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 22px;
}
.product-page-row-links li {
  list-style-type: none;
  margin-bottom: 3px;
}
.product-page-row-links i {
  font-size: 13px;
  color: #515151;
  content: '\e907';
  font-family: 'icomoon';
  padding-right: 10px;
}
.product-page-row-links a {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.product-page-row-list {
  padding-left: 20px;
  margin-top: 1em;
}
.product-page-row-detail>ul>li {
  margin-top: 11px;
  margin-bottom: 11px;
}
.product-page-row-detail>ul>li.hex {
  list-style-type: none;
}
.product-page-row-detail>ul>li.hex:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2080%2080%22%20style%3D%22enable-background%3Anew%200%200%2080%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2395c039%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M76.2%2C44.2l-15%2C26.5c-1.1%2C2-3.8%2C3.6-6.1%2C3.6h-30c-2.2%2C0-5-1.6-6.1-3.6l-15-26.5C3%2C42.2%2C3%2C39%2C4.1%2C37l15-26.5%0A%09c1.1-2%2C3.8-3.6%2C6.1-3.6h30c2.2%2C0%2C5%2C1.6%2C6.1%2C3.6l15%2C26.5C77.3%2C39%2C77.3%2C42.2%2C76.2%2C44.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  margin-right: -20px;
}
.product-page-row .responsive-iframe-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.product-page-row .responsive-iframe-wrap iframe {
  border: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.product-page.vms .vjs-play-progress,
.product-page.vms .vjs-volume-level,
.product-page.vms .vjs-big-play-button {
  background-color: #ef6c2a !important;
}
.product-page.vms .title-hero {
  border-bottom: 6px solid #ef6c2a;
}
.product-page.video-cloud .vjs-play-progress,
.product-page.video-cloud .vjs-volume-level,
.product-page.video-cloud .vjs-big-play-button {
  background-color: #ef6c2a !important;
}
.product-page.video-cloud .title-hero-title {
  max-width: 540px;
}
.product-page.video-cloud .title-hero {
  border-bottom: 6px solid #ef6c2a;
}
.product-page.cae .cae-awards {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .product-page.cae .cae-awards {
    font-size: 16px;
  }
}
.product-page.cae .cae-awards span {
  white-space: nowrap;
}
.product-page #live-benefits {
  color: #fff;
  padding: 75px 0 95px 0;
  background: #4184cc;
}
@media only screen and (max-width: 770px) {
  .product-page #live-benefits {
    padding: 54px 0;
  }
}
.product-page #live-benefits h2,
.product-page #live-benefits h3 {
  text-transform: uppercase;
}
.product-page #live-benefits h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 62px;
  border: 0;
}
.product-page #live-benefits h2::before {
  display: none;
}
@media only screen and (max-width: 770px) {
  .product-page #live-benefits h2 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 42px;
    line-height: 42px;
  }
}
.product-page #live-benefits h3 {
  margin-top: 0px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.product-page #live-benefits .column {
  width: 28%;
  display: inline-block;
  vertical-align: text-top;
}
.product-page #live-benefits .column.pad {
  margin-right: 8%;
}
@media only screen and (max-width: 770px) {
  .product-page #live-benefits .column {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .product-page #live-benefits .column:before,
  .product-page #live-benefits .column:after {
    content: '';
    display: table;
  }
  .product-page #live-benefits .column:after {
    clear: both;
  }
  .product-page #live-benefits .column:last-child {
    margin-right: 0%;
  }
}
.product-page #live-benefits .column p {
  margin-bottom: 50px;
}
@media only screen and (max-width: 770px) {
  .product-page #live-benefits .column p {
    max-width: 525px;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (max-width: 770px) {
  .product-page #live-benefits .column h3 {
    max-width: 525px;
    margin: 0 auto;
  }
}
.product-page hr {
  height: 2px;
  border: 0;
}
.product-page.gallery .vjs-play-progress,
.product-page.gallery .vjs-volume-level,
.product-page.gallery .vjs-big-play-button {
  background-color: #d5257c !important;
}
.product-page.gallery .title-hero {
  border-bottom-color: #d5257c;
}
.lang-en .product-page.gallery .title-hero-subtitle {
  max-width: 500px;
}
.product-page.vms .title-hero {
  border-bottom-color: #ef6c2a;
}
.product-page.evs .title-hero {
  border-bottom-color: #ef6c2a;
}
.product-page.once .title-hero {
  border-bottom-color: #bace11;
}
.product-page.player .title-hero {
  border-bottom-color: #2b83df;
}
.product-page.ott .title-hero {
  border-bottom-color: #08088c;
}
.product-page.video-cloud .title-hero {
  border-bottom-color: #ef6c2a;
}
.product-page.evs .title-hero {
  border-bottom-color: #ef6c2a;
}
.product-page.audience .title-hero {
  border-bottom-color: #08088c;
}
.lang-en .product-page.audience .title-hero-subtitle {
  max-width: 555px;
}
.product-page.social .title-hero {
  border-bottom-color: #8e21a2;
}
.product-page.lift .title-hero {
  border-bottom-color: #fdc534;
}
.product-page.zencoder .title-hero {
  border-bottom-color: #00b09c;
}
.product-page.live .title-hero {
  border-bottom: none;
}
.product-page.live .title-hero::after {
  content: '';
  height: 6px;
  width: 100%;
/* background: #95be44; */
  background: #fdc534;
  background: -webkit-gradient(linear, left top, right top, from(#95be44), to(#fdc534));
  background: linear-gradient(90deg, #95be44, #fdc534);
  display: block;
}
.product-page.live .product-page-row {
  padding: 12px 0;
}
.product-page.live .product-page-row:nth-of-type(2) {
  padding-top: 72px;
}
.product-page.live .product-page-row:nth-of-type(5) {
  padding-bottom: 72px;
}
.product-page.live.sports .title-hero {
  text-align: center;
}
.product-page.live.sports .title-hero-title {
  max-width: 100%;
  margin-bottom: 24px;
}
.product-page.live.sports .title-hero::after {
  display: none;
}
.product-page.cae .title-hero {
  border-bottom-color: #fdc534;
}
.product-page.cae .title-hero-title img {
  display: none;
}
.product-page.embedded {
  margin-top: 0;
}
.product-page.embedded header.gh,
.product-page.embedded footer {
  display: none;
}
.product-page.demand-gen p.price-select {
  margin: 10px 0;
}
.product-page.demand-gen button.currency-select {
  display: inline-block;
  background: #ccc;
  color: #fff;
  border-radius: 0;
  border: 0px;
  font-size: 0.8em;
  padding: 0.8em 1.6em;
  padding: 0.8em 1.6em;
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.product-page.demand-gen button.currency-select.active {
  background: #565656;
}
.product-page.demand-gen button.currency-select:nth-of-type(1) {
  border-radius: 4px 0 0 4px;
}
.product-page.demand-gen button.currency-select:nth-of-type(3) {
  border-radius: 0 4px 4px 0;
}
.product-page.demand-gen button.currency-select:hover {
  background: #717171;
}
.product-page.demand-gen ul.pricing-tiles {
  list-style: none;
  margin: 10px 0 60px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 550px) {
  .product-page.demand-gen ul.pricing-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-page.demand-gen ul.pricing-tiles > li {
  position: relative;
  width: 22.5%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0px 2px 5px 0 #ccc;
          box-shadow: 0px 2px 5px 0 #ccc;
  text-align: center;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-cta:hover {
  cursor: pointer;
}
@media only screen and (max-width: 550px) {
  .product-page.demand-gen ul.pricing-tiles > li {
    width: 100%;
  }
}
.product-page.demand-gen ul.pricing-tiles > li.individual h3 {
  background-color: #08088c;
}
.product-page.demand-gen ul.pricing-tiles > li.individual .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #08088c;
  color: #08088c;
}
.product-page.demand-gen ul.pricing-tiles > li.individual .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #3939ac;
  background-color: #3939ac;
}
.product-page.demand-gen ul.pricing-tiles > li.small-team h3 {
  background-color: #2b83df;
}
.product-page.demand-gen ul.pricing-tiles > li.small-team .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #2b83df;
  color: #2b83df;
}
.product-page.demand-gen ul.pricing-tiles > li.small-team .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #5ebcf4;
  background-color: #5ebcf4;
}
.product-page.demand-gen ul.pricing-tiles > li.large-team h3 {
  background-color: #00b09c;
}
.product-page.demand-gen ul.pricing-tiles > li.large-team .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #00b09c;
  color: #00b09c;
}
.product-page.demand-gen ul.pricing-tiles > li.large-team .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #40c4b5;
  background-color: #40c4b5;
}
.product-page.demand-gen ul.pricing-tiles > li.enterprise h3 {
  background-color: #058573;
}
.product-page.demand-gen ul.pricing-tiles > li.enterprise .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #058573;
  color: #058573;
}
.product-page.demand-gen ul.pricing-tiles > li.enterprise .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #00b09c;
  background-color: #00b09c;
}
.product-page.demand-gen ul.pricing-tiles > li h3 {
  margin: 0;
  padding: 15px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  -ms-word-break: break-all;
  word-break: break-all;
/* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80%;
  padding: 5px 10px 80px;
}
@media only screen and (max-width: 900px) {
  .product-page.demand-gen ul.pricing-tiles > li .pricing-details {
    padding-bottom: 80px;
    height: auto;
  }
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details .price-spacer {
  height: 30px;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details .price-wrap {
  position: relative;
  height: 75px;
  margin-bottom: 10px;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details .price-wrap .price {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details .price-wrap .price .start {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details .price-wrap .price .cost {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details .price-wrap .price .time {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details h4 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details h4 span {
  display: block;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details .split {
  width: 70px;
  height: 4px;
  margin: 30px auto;
  padding: 0;
  background-color: #d4d4d4;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details ul.featured {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-details ul.featured li {
  margin: 0 0 10px;
  padding: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #717171;
}
.product-page.demand-gen ul.pricing-tiles > li .cta-position {
  z-index: 1;
  bottom: 10px;
  position: relative;
}
.product-page.demand-gen ul.pricing-tiles > li .cta-position .pricing-cta {
  display: inline-block;
  width: calc(100% - 40px);
  left: 20px;
  position: absolute;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  margin: 0 0 5px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
/* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.product-page.demand-gen ul.pricing-tiles > li .cta-position .pricing-cta:hover {
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  .product-page.demand-gen ul.pricing-tiles > li .cta-position .pricing-cta.ft {
    display: none;
  }
}
.product-page.demand-gen ul.pricing-tiles > li .cta-position .pricing-cta.cu {
  display: none;
}
@media only screen and (max-width: 900px) {
  .product-page.demand-gen ul.pricing-tiles > li .cta-position .pricing-cta.cu {
    display: inline-block;
  }
}
.product-page.demand-gen ul.pricing-tiles > li .pricing-monthly {
  font-size: 0.7em;
}
@media only screen and (max-width: 750px) {
  .product-page .icon-nav {
    display: none;
  }
}
.product-page .product-description {
  padding: 60px;
  margin: 0 auto;
  color: #222;
  margin-right: -35px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.product-page .product-description h3 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 0;
  line-height: 32px;
}
@media only screen and (max-width: 900px) {
  .product-page .product-description {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .product-page .product-description {
    padding: 60px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1260px) {
  .product-page .product-description {
    margin-right: 0;
  }
}
.product-page .title-hero {
  border-bottom: 6px solid;
}
.product-page .title-hero.lower .title-hero-content h1.title-hero-title {
  text-transform: none;
  font-weight: 500;
}
.product-page .title-hero.no-border {
  border-bottom: none;
}
.product-page .title-hero-title {
  max-width: 640px;
}
.lang-de .product-page .title-hero-title,
.lang-fr .product-page .title-hero-title,
.lang-es .product-page .title-hero-title {
  font-size: 36px !important;
  line-height: 42px !important;
}
@media only screen and (max-width: 600px) {
  .lang-de .product-page .title-hero-title,
  .lang-fr .product-page .title-hero-title,
  .lang-es .product-page .title-hero-title {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
.product-page .title-hero-subtitle {
  max-width: 640px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 28px 0 35px 0;
}
.product-page .title-hero-subtitle.h1 {
  margin-top: 5px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}
.lang-de .product-page .title-hero-subtitle.h1,
.lang-fr .product-page .title-hero-subtitle.h1,
.lang-es .product-page .title-hero-subtitle.h1 {
  font-size: 36px !important;
  line-height: 42px !important;
}
@media only screen and (max-width: 600px) {
  .lang-de .product-page .title-hero-subtitle.h1,
  .lang-fr .product-page .title-hero-subtitle.h1,
  .lang-es .product-page .title-hero-subtitle.h1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
.product-page-hero-cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: ;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: transparent;
  border-color: #fff;
  color: #fff;
  margin-right: 10px;
}
.product-page-hero-cta:hover {
  background: #fff;
  border-color: #fff;
  color: ;
  text-decoration: none !important;
}
.product-page-hero-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.product-page-hero-cta:hover {
  color: #222;
}
.product-page-hero-cta.green {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: ;
  color: #fff;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.product-page-hero-cta.green:hover {
  background: ;
  text-decoration: none !important;
}
.product-page-hero-cta.green:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
@media only screen and (max-width: 600px) {
  .product-page-hero-cta {
    width: 100%;
    text-align: center;
    padding: 24px 0;
  }
  .lang-fr .product-page-hero-cta {
    font-size: 12px;
  }
}
.product-page-hero-video-cta,
.product-page-hero-other-cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: ;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.product-page-hero-video-cta:hover,
.product-page-hero-other-cta:hover {
  background: #fff;
  border-color: #fff;
  color: ;
  text-decoration: none !important;
}
.product-page-hero-video-cta:active,
.product-page-hero-other-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.product-page-hero-video-cta:hover,
.product-page-hero-other-cta:hover {
  color: #08088c;
}
@media only screen and (max-width: 600px) {
  .product-page-hero-video-cta,
  .product-page-hero-other-cta {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding: 24px 0;
  }
  .lang-fr .product-page-hero-video-cta,
  .lang-fr .product-page-hero-other-cta {
    font-size: 12px;
  }
}
.product-page-hero-video-cta i,
.product-page-hero-other-cta i {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 5px;
}
.product-page .icon-nav {
  margin-bottom: 30px;
}
.product-page-row {
  padding: 72px 0;
}
.product-page-row.center {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .product-page-row {
    padding: 36px 0;
  }
  .product-page-row h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.product-page-row .contained.padded {
  padding-right: 15px;
  max-width: 1150px;
}
@media only screen and (max-width: 1260px) {
  .product-page-row .contained.padded {
    padding-right: 35px;
    max-width: 1110px;
  }
}
@media only screen and (max-width: 900px) {
  .product-page-row .contained.padded {
    padding-right: 20px;
  }
}
.product-page-row-left,
.product-page-row-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 47.5%;
  margin-left: 0%;
  margin-right: 5%;
}
.product-page-row-left:before,
.product-page-row-right:before,
.product-page-row-left:after,
.product-page-row-right:after {
  content: '';
  display: table;
}
.product-page-row-left:after,
.product-page-row-right:after {
  clear: both;
}
.product-page-row-left:last-child,
.product-page-row-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .product-page-row-left,
  .product-page-row-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .product-page-row-left:before,
  .product-page-row-right:before,
  .product-page-row-left:after,
  .product-page-row-right:after {
    content: '';
    display: table;
  }
  .product-page-row-left:after,
  .product-page-row-right:after {
    clear: both;
  }
  .product-page-row-left:last-child,
  .product-page-row-right:last-child {
    margin-right: 0%;
  }
}
.product-page-row.inverted-stack .product-page-row-right {
  position: relative;
  left: 52.5%;
}
@media only screen and (max-width: 900px) {
  .product-page-row.inverted-stack .product-page-row-right {
    position: static;
    left: 0;
  }
}
.product-page-row.inverted-stack .product-page-row-left {
  position: relative;
  left: -52.5%;
}
@media only screen and (max-width: 900px) {
  .product-page-row.inverted-stack .product-page-row-left {
    position: static;
    left: 0;
  }
}
.product-page-row-img {
  width: 100%;
}
.product-page-row-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .product-page-row-title {
    line-height: 36px;
  }
  .lang-de .product-page-row-title,
  .lang-fr .product-page-row-title,
  .lang-es .product-page-row-title {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
  }
}
.product-page-row-links {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 22px;
}
.product-page-row-links li {
  list-style-type: none;
  margin-bottom: 3px;
}
.product-page-row-links i {
  font-size: 13px;
  color: #515151;
  content: '\e907';
  font-family: 'icomoon';
  padding-right: 10px;
}
.product-page-row-links a {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.product-page-row-list {
  padding-left: 20px;
  margin-top: 1em;
}
.product-page-row-detail>ul>li {
  margin-top: 11px;
  margin-bottom: 11px;
}
.product-page-row-detail>ul>li.hex {
  list-style-type: none;
}
.product-page-row-detail>ul>li.hex:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2080%2080%22%20style%3D%22enable-background%3Anew%200%200%2080%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2395c039%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M76.2%2C44.2l-15%2C26.5c-1.1%2C2-3.8%2C3.6-6.1%2C3.6h-30c-2.2%2C0-5-1.6-6.1-3.6l-15-26.5C3%2C42.2%2C3%2C39%2C4.1%2C37l15-26.5%0A%09c1.1-2%2C3.8-3.6%2C6.1-3.6h30c2.2%2C0%2C5%2C1.6%2C6.1%2C3.6l15%2C26.5C77.3%2C39%2C77.3%2C42.2%2C76.2%2C44.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  margin-right: -20px;
}
.product-page-row .responsive-iframe-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.product-page-row .responsive-iframe-wrap iframe {
  border: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.product-page.vms .vjs-play-progress,
.product-page.vms .vjs-volume-level,
.product-page.vms .vjs-big-play-button {
  background-color: #ff5000 !important;
}
.product-page.vms .title-hero {
  border-bottom: 6px solid #ff5000;
}
.product-page.video-cloud .vjs-play-progress,
.product-page.video-cloud .vjs-volume-level,
.product-page.video-cloud .vjs-big-play-button {
  background-color: #ff5000 !important;
}
.product-page.video-cloud .title-hero-title {
  max-width: 540px;
}
.product-page.video-cloud .title-hero {
  border-bottom: 6px solid #ff5000;
}
.product-page.cae .cae-awards {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .product-page.cae .cae-awards {
    font-size: 16px;
  }
}
.product-page.cae .cae-awards span {
  white-space: nowrap;
}
.product-page #live-benefits {
  color: #fff;
  padding: 75px 0 95px 0;
  background: #4184cc;
}
@media only screen and (max-width: 770px) {
  .product-page #live-benefits {
    padding: 54px 0;
  }
}
.product-page #live-benefits h2,
.product-page #live-benefits h3 {
  text-transform: uppercase;
}
.product-page #live-benefits h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 62px;
  border: 0;
}
.product-page #live-benefits h2::before {
  display: none;
}
@media only screen and (max-width: 770px) {
  .product-page #live-benefits h2 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 42px;
    line-height: 42px;
  }
}
.product-page #live-benefits h3 {
  margin-top: 0px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.product-page #live-benefits .column {
  width: 28%;
  display: inline-block;
  vertical-align: text-top;
}
.product-page #live-benefits .column.pad {
  margin-right: 8%;
}
@media only screen and (max-width: 770px) {
  .product-page #live-benefits .column {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .product-page #live-benefits .column:before,
  .product-page #live-benefits .column:after {
    content: '';
    display: table;
  }
  .product-page #live-benefits .column:after {
    clear: both;
  }
  .product-page #live-benefits .column:last-child {
    margin-right: 0%;
  }
}
.product-page #live-benefits .column p {
  margin-bottom: 50px;
}
@media only screen and (max-width: 770px) {
  .product-page #live-benefits .column p {
    max-width: 525px;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (max-width: 770px) {
  .product-page #live-benefits .column h3 {
    max-width: 525px;
    margin: 0 auto;
  }
}
.product-page hr {
  height: 2px;
  border: 0;
}
.product-page.gallery .vjs-play-progress,
.product-page.gallery .vjs-volume-level,
.product-page.gallery .vjs-big-play-button {
  background-color: #d5257c !important;
}
.product-page.gallery .title-hero {
  border-bottom-color: #d5257c;
}
.lang-en .product-page.gallery .title-hero-subtitle {
  max-width: 500px;
}
.product-page.vms .title-hero {
  border-bottom-color: #ff5000;
}
.product-page.evs .title-hero {
  border-bottom-color: #ff5000;
}
.product-page.once .title-hero {
  border-bottom-color: #bace11;
}
.product-page.player .title-hero {
  border-bottom-color: #2b83df;
}
.product-page.ott .title-hero {
  border-bottom-color: #08088c;
}
.product-page.video-cloud .title-hero {
  border-bottom-color: #ff5000;
}
.product-page.evs .title-hero {
  border-bottom-color: #ff5000;
}
.product-page.audience .title-hero {
  border-bottom-color: #08088c;
}
.lang-en .product-page.audience .title-hero-subtitle {
  max-width: 555px;
}
.product-page.social .title-hero {
  border-bottom-color: #8e21a2;
}
.product-page.lift .title-hero {
  border-bottom-color: #fdc534;
}
.product-page.zencoder .title-hero {
  border-bottom-color: #00b09c;
}
.product-page.live .title-hero {
  border-bottom: none;
}
.product-page.live .title-hero::after {
  content: '';
  height: 6px;
  width: 100%;
/* background: #95be44; */
  background: #fdc534;
  background: -webkit-gradient(linear, left top, right top, from(#95be44), to(#fdc534));
  background: linear-gradient(90deg, #95be44, #fdc534);
  display: block;
}
.product-page.live .product-page-row {
  padding: 12px 0;
}
.product-page.live .product-page-row:nth-of-type(2) {
  padding-top: 72px;
}
.product-page.live .product-page-row:nth-of-type(5) {
  padding-bottom: 72px;
}
.product-page.live.sports .title-hero {
  text-align: center;
}
.product-page.live.sports .title-hero-title {
  max-width: 100%;
  margin-bottom: 24px;
}
.product-page.live.sports .title-hero::after {
  display: none;
}
.product-page.continuum .title-hero {
  border-bottom: 0px;
}
.product-page.continuum .title-hero h3 {
  font-size: 48px;
  line-height: 42px;
  font-weight: 800;
  max-width: 750px;
}
@media only screen and (max-width: 678px) {
  .product-page.continuum .title-hero h3 {
    font-size: 30px !important;
    line-height: 1 !important;
  }
}
.product-page.cae .title-hero {
  border-bottom-color: #fdc534;
}
.product-page.cae .title-hero-title img {
  display: none;
}
.product-page.engage .title-hero-title img,
.product-page.demand-gen .title-hero-title img,
.product-page.campaign .title-hero-title img,
.product-page.continuum .title-hero-title img {
  max-height: 80px;
}
.product-page.engage h3.title-hero-subtitle,
.product-page.demand-gen h3.title-hero-subtitle,
.product-page.campaign h3.title-hero-subtitle,
.product-page.continuum h3.title-hero-subtitle {
  margin-top: 0;
  max-width: 550px;
}
.product-page.continuum .title-hero,
.product-page.continuum .product-description {
  border-bottom: 0px;
}
.product-page.continuum .title-hero h3.title-hero-subtitle,
.product-page.continuum .product-description h3.title-hero-subtitle {
  font-size: 48px;
  line-height: 42px;
  font-weight: 800;
  max-width: 750px;
}
.product-page.embedded {
  margin-top: 0;
}
.product-page.embedded header.gh,
.product-page.embedded footer {
  display: none;
}
.product-page.engage .title-hero,
.product-page.engage .product-description {
  border-bottom: 0px;
}
.product-page.engage h3.title-hero-subtitle {
  font-size: 48px;
  line-height: 42px;
  font-weight: 800;
  max-width: 750px;
}
@media only screen and (max-width: 600px) {
  .product-page.engage .title-hero-title {
    font-size: 32px;
    line-height: 36px;
  }
  .product-page.engage .title-hero-subtitle {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
  .product-page.engage .title-hero-subtitle br {
    display: none;
  }
}
.product-page.campaign .title-hero {
  border-bottom: none;
}
.product-page.campaign .title-hero img {
  max-height: 80px;
}
.product-page.campaign .title-hero .title-hero-subtitle.h1 {
  font-weight: 500;
}
.product-page.campaign .title-hero .title-hero-subtitle.h1 strong {
  font-weight: 700;
}
.product-page h3.form-title {
  text-align: center;
  margin-bottom: 20px;
}
.product-page form {
  max-width: 675px;
  margin: 0 auto;
}
.product-page form .form-item {
  position: relative;
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.product-page form .form-item:nth-of-type(2n) {
  margin-right: 0%;
  float: right;
}
.product-page form .form-item.text-wide {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.product-page form .form-item.text-wide:before,
.product-page form .form-item.text-wide:after {
  content: '';
  display: table;
}
.product-page form .form-item.text-wide:after {
  clear: both;
}
.product-page form .form-item.text-wide:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .product-page form .form-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .product-page form .form-item:before,
  .product-page form .form-item:after {
    content: '';
    display: table;
  }
  .product-page form .form-item:after {
    clear: both;
  }
  .product-page form .form-item:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .product-page form .form-item:nth-child(2n+1) {
    clear: none;
  }
  .product-page form .form-item:last-child {
    margin-right: 0%;
  }
}
.product-page form .form-item textarea {
  width: 100%;
}
.product-page form .form-item:nth-of-type(7),
.product-page form .form-item:nth-of-type(8) {
  width: 100%;
  clear: both;
  text-align: center;
}
.product-page form .form-input {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  border-radius: 4px;
  border: 0;
  background-color: #fff;
}
.product-page form .form-input-text,
.product-page form .form-input-select {
  border: 1px solid #d5d5d5;
}
.product-page form .form-input-text.field-error,
.product-page form .form-input-select.field-error {
  border-color: #c90216;
}
.product-page form .form-input-select {
  height: 55px;
}
.product-page form textarea.form-input {
  line-height: 24px;
  padding: 18px 10px;
}
.product-page form .receive-updates {
  display: inline-block;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}
.product-page form #submit {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: ;
  color: #fff;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-left: 18px;
  display: inline-block;
  padding: 0 50px;
  border: 0;
}
.product-page form #submit:hover {
  background: ;
  text-decoration: none !important;
}
.product-page form #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
.product-page form #submit.disabled {
  background-color: #f9b15c;
}
.product-page form #submit.disabled .loader {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .product-page form #submit {
    margin: 18px auto 0;
  }
}
.product-page form .validation-message {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #c90216;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 1;
}
.product-page form .validation-message:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(201,2,22,0);
  border-bottom-color: #c90216;
  border-width: 7px;
  margin-left: -7px;
}
.product-page form .loader {
  border: 0.15em solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
  width: 0.5em;
  height: 0.5em;
  -webkit-animation: spin 0.75s linear infinite;
          animation: spin 0.75s linear infinite;
  margin-left: 10px;
}
.product-page form .error-message {
  display: none;
  margin-top: 20px;
  color: #ef6c2a;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.product-page .contact-sales-confirmation {
  text-align: center;
}
.quote-block {
  padding: 115px 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .quote-block {
    padding: 72px 0;
  }
}
.quote-block .padded {
  padding: 0 50px;
}
.quote-block blockquote {
  max-width: 900px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #222;
  margin: 0 auto;
  padding: 36px 0 0 85px;
}
@media only screen and (max-width: 600px) {
  .quote-block blockquote {
    padding: 96px 0 0 0;
    background-position: center top;
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
}
.quote-block cite {
  display: block;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-style: normal;
  margin-top: 19px;
  margin-bottom: 10px;
}
.quote-block .quote-link {
  font-size: 14px;
}
.quote-block i {
  padding-right: 10px;
  font-size: 13px;
}
.related-resources {
  padding: 80px 0;
}
.related-resources-title {
  color: #a0a0a0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .related-resources-title {
    text-align: center;
  }
}
.related-resources-items {
  margin-top: 48px;
}
.related-resources-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
  color: #515151;
}
.related-resources-item:before,
.related-resources-item:after {
  content: '';
  display: table;
}
.related-resources-item:after {
  clear: both;
}
.related-resources-item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .related-resources-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .related-resources-item:before,
  .related-resources-item:after {
    content: '';
    display: table;
  }
  .related-resources-item:after {
    clear: both;
  }
  .related-resources-item:last-child {
    margin-right: 0%;
  }
  .related-resources-item:first-child {
    margin-bottom: 50px;
  }
}
.related-resources-item-image {
  float: left;
  width: 125px;
  margin-right: 20px;
  text-align: center;
}
.related-resources-item-image img {
  -webkit-box-shadow: 0 3px 10px 0 #ccc;
          box-shadow: 0 3px 10px 0 #ccc;
}
.related-resources-item-details {
  float: left;
  width: calc(100% - 145px);
}
.related-resources-item-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 18px;
}
.related-resources-item-desc {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  color: #515151;
  padding: 20px 0;
  margin-right: 50px;
}
@media only screen and (max-width: 900px) {
  .related-resources-item-desc {
    padding: 10px 0;
    margin-right: 0;
  }
}
.related-resources-item-link {
  color: #08088c;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
}
.related-resources-item-link:hover {
  text-decoration: underline;
}
.related-resources-item-link i {
  color: #a0a0a0;
  font-size: 12px;
  top: 0;
  position: relative;
}
.vjs-play-progress,
.vjs-volume-level,
.vjs-big-play-button {
  background-color: #08088c !important;
}
.responsive-video {
  position: relative;
  padding-top: 56.25%;
}
.responsive-video .video-js {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  background: transparent;
}
.responsive-video .video-js .vjs-control-bar {
  visibility: hidden;
}
.responsive-video .video-js.vjs-has-started .vjs-control-bar {
  visibility: visible;
}
.responsive-video .video-js .vjs-big-play-button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.9;
}
.responsive-video .video-js .vjs-big-play-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.responsive-video .video-js .vjs-big-play-button:before {
  opacity: 1;
}
.responsive-video .video-js .vjs-poster {
  background-color: transparent;
}
.sample-widget {
  color: #d13f19;
  background-color: #08088c;
}
.search-list-page-divider {
  border-top: solid #bebebe 1px;
  margin: 36px 0;
}
.search-list .framed-inside {
  max-width: none !important;
  padding: 0 30px;
}
.search-list h1 {
  padding-top: 0.9em;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
}
.search-list h4 {
  color: #565656;
  margin-top: 8px;
}
.search-list a {
  text-decoration: none !important;
}
.search-list a:hover {
  text-decoration: none !important;
}
.search-list a:hover .url,
.search-list a:hover .summary {
  text-decoration: none;
}
.search-list a:hover h2 {
  text-decoration: underline;
}
.search-list a .url {
  color: #515151;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.search-list a .summary {
  color: #515151;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.search-list .search-list-post {
  margin: 2.3em 0;
}
.search-list .search-list-post .search-list-copy h2 {
  color: #08088c;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
  height: auto;
}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}
section.security .main-text {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  padding: 40px 0;
  line-height: 1.2;
  text-align: center;
}
section.security .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 40px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.security .columns .column {
  padding: 20px;
  width: calc(50% - 40px);
}
section.security .columns .column-img {
  width: 100%;
}
section.security .columns .column-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}
section.security .columns .column-detail {
  padding-bottom: 20px;
}
section.security .columns .column-links {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 22px;
}
section.security .columns .column-links li {
  list-style-type: none;
  margin-bottom: 3px;
}
section.security .columns .column-links i {
  font-size: 13px;
  color: #515151;
  content: '\e907';
  font-family: 'icomoon';
  padding-right: 10px;
}
section.security .columns .column-links a {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  section.security {
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  section.security .columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.security .columns .column {
    width: calc(100% - 40px);
  }
  section.security .columns .column-img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  section.security .bg-gray .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  section.security .main-text {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }
  section.security .columns {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.security .columns .column {
    padding: 0;
    width: 100%;
  }
  section.security .columns .column-title {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 300;
  }
}
.services-page .service-description {
  padding: 50px 100px 40px 100px;
  margin: 0 auto;
  color: #565656;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 900px) {
  .services-page .service-description {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .services-page .service-description {
    padding: 60px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.services-page .service-sections {
  max-width: 900px;
  margin: 95px auto 0 auto;
}
.services-page .service-sections-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  padding: 80px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .services-page .service-sections-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 600px) {
  .services-page .service-sections-title {
    font-size: 28px;
    line-height: 42px;
    padding: 70px 0;
  }
}
.services-page .service-section {
  margin-bottom: 80px;
  *zoom: 1;
}
.services-page .service-section:before,
.services-page .service-section:after {
  content: '';
  display: table;
}
.services-page .service-section:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .services-page .service-section {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .services-page .service-section {
    padding: 0 10px;
  }
}
.services-page .service-section-icon {
  float: left;
  width: 185px;
  height: 168px;
  font-size: 162px;
  position: relative;
  text-align: center;
  margin-right: 30px;
}
.services-page .service-section-icon .icon-hex {
  position: relative;
  display: block;
  text-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.services-page .service-section-icon .icon-hex-icon {
  color: #fff;
  position: relative;
  top: -162px;
}
@media only screen and (max-width: 600px) {
  .services-page .service-section-icon {
    float: none;
    width: 100%;
    text-align: center;
  }
  .services-page .service-section-icon i {
    margin: 0;
  }
}
.services-page .service-section-detail {
  float: left;
  width: calc(100% - 215px);
}
@media only screen and (max-width: 600px) {
  .services-page .service-section-detail {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.services-page .service-section-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
@media only screen and (max-width: 600px) {
  .services-page .service-section-title {
    text-align: center;
    padding: 30px 0px 10px 0px;
  }
}
.services-page .service-section-desc {
  margin-top: 6px;
}
.services-page .service-section-desc ul {
  margin: 0;
  padding: 10px 20px 0 20px;
  line-height: 24px;
}
@media only screen and (max-width: 600px) {
  .services-page .service-section-desc ul {
    padding: 10px 0 0 20px;
    text-align: left;
    padding-top: 20px;
  }
}
.services-page .service-section-desc ul li {
  margin-bottom: 7px;
  list-style-position: outside;
}
.services-page.customer-support .customer-support-links {
  margin-top: 25px !important;
  list-style-type: none;
  padding: 0 !important;
}
.services-page.customer-support .customer-support-links li {
  position: relative;
}
.services-page.customer-support .customer-support-links i {
  font-size: 30px;
  color: #aaa;
  position: absolute;
  left: -3px;
  top: -4px;
}
.services-page.customer-support .customer-support-links a {
  margin-left: 25px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.services-page.customer-support .support-table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 600px) {
  .services-page.customer-support .support-table {
    display: none;
  }
}
.services-page.customer-support .support-table-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .services-page.customer-support .support-table-title {
    display: none;
  }
}
.services-page.customer-support .support-table .silver,
.services-page.customer-support .support-table .gold,
.services-page.customer-support .support-table .platinum {
  width: 20%;
  text-align: center;
}
.services-page.customer-support .support-table td {
  padding: 12px 0 10px 0;
}
.services-page.customer-support .support-table thead .silver {
  background: #dadada;
}
.services-page.customer-support .support-table thead .gold {
  background: #f5c31b;
}
.services-page.customer-support .support-table thead .platinum {
  background: #666;
  color: #fff;
}
@media only screen and (max-width: 915px) {
  .services-page.customer-support .support-table tbody .feature {
    padding-left: 15px;
  }
}
.services-page.customer-support .support-table tbody .silver {
  background: #f1f1f1;
}
.services-page.customer-support .support-table tbody .gold {
  background: #fefbe5;
}
.services-page.customer-support .support-table tbody .platinum {
  background: #f1f1f1;
}
.services-page.customer-support .support-table tbody td {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.services-page.customer-support .support-table tbody td i {
  font-size: 46px;
  color: #94c039;
}
.services-page.customer-support .support-table tbody td i:before {
  line-height: 0;
  display: block;
}
.services-page.customer-support .support-table-notes {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #aaa;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .services-page.customer-support .support-table-notes {
    display: none;
  }
}
.services-page.customer-support .support-table-notes p {
  margin-bottom: 14px;
}
.services-page.training header.title-hero {
  background-position: top center;
  text-align: center;
}
.services-page.training .product-page-row-left h2,
.services-page.training .product-page-row-right h2 {
  margin-left: 0;
}
.services-page.training .training-classes {
  float: right;
  height: 775px;
  width: calc(100% - 215px);
  margin-top: -80px;
  border: 0;
  margin-bottom: 48px;
}
.services-page.training .training-classes-wrap {
  *zoom: 1;
}
.services-page.training .training-classes-wrap:before,
.services-page.training .training-classes-wrap:after {
  content: '';
  display: table;
}
.services-page.training .training-classes-wrap:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .services-page.training .training-classes-wrap {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .services-page.training .training-classes {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.services-page.consulting .service-section-left,
.services-page.consulting .service-section-right {
  margin-top: 30px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.services-page.consulting .service-section-left:before,
.services-page.consulting .service-section-right:before,
.services-page.consulting .service-section-left:after,
.services-page.consulting .service-section-right:after {
  content: '';
  display: table;
}
.services-page.consulting .service-section-left:after,
.services-page.consulting .service-section-right:after {
  clear: both;
}
.services-page.consulting .service-section-left:last-child,
.services-page.consulting .service-section-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 715px) {
  .services-page.consulting .service-section-left,
  .services-page.consulting .service-section-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .services-page.consulting .service-section-left:before,
  .services-page.consulting .service-section-right:before,
  .services-page.consulting .service-section-left:after,
  .services-page.consulting .service-section-right:after {
    content: '';
    display: table;
  }
  .services-page.consulting .service-section-left:after,
  .services-page.consulting .service-section-right:after {
    clear: both;
  }
  .services-page.consulting .service-section-left:last-child,
  .services-page.consulting .service-section-right:last-child {
    margin-right: 0%;
  }
}
.services-page.consulting .service-section-left ul,
.services-page.consulting .service-section-right ul {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media only screen and (max-width: 715px) {
  .services-page.consulting .service-section-right {
    margin-top: 0;
  }
}
.services-page .responsive-video {
  margin: -60px 0px 60px 0px;
}
@media only screen and (max-width: 900px) {
  .services-page .responsive-video {
    margin: 0px 0px 60px 0px;
  }
}
.lms-login-splash {
  margin: 0;
  padding: 0;
  background-color: #333;
  height: 100%;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.lms-login-splash .bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.6;
  background-image: url("https://brightcove.imgix.net/web/abstract-bg/bokeh-bg.jpg?auto=format");
  background-size: cover;
}
.lms-login-splash .login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.lms-login-splash .login-wrap .login-inner {
  border-radius: 6px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  text-align: center;
  max-width: 400px;
  -webkit-box-shadow: 0 0 20px;
          box-shadow: 0 0 20px;
}
.lms-login-splash .login-wrap .login-inner h1 {
  font-size: 36px;
}
.lms-login-splash .login-wrap .login-inner p {
  margin: 12px 0;
}
.lms-login-splash .login-wrap .login-inner p em {
  line-height: 1.4em;
}
.lms-login-splash .login-wrap .login-inner p.small {
  font-size: 14px;
}
.lms-login-splash .login-wrap .login-inner a.lms-login button {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #08088c;
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  border: 0;
  width: 100%;
  margin-bottom: 12px;
}
.lms-login-splash .login-wrap .login-inner a.lms-login button:hover {
  background: #3939ac;
}
.lms-login-splash .login-wrap .login-inner a.lms-login.studio {
  margin-bottom: 18px;
}
.lms-login-splash .login-wrap .login-inner a.lms-login.studio button {
  background: #d5257c;
}
.lms-login-splash .login-wrap .login-inner a.lms-login.studio button:hover {
  background: #ef41b5;
}
.sidebar-menu {
  margin-top: 60px;
  padding-left: 0;
}
@media only screen and (max-width: 900px) {
  .sidebar-menu {
    text-align: center;
    margin: 0 0 70px 0;
  }
}
.sidebar-menu-item {
  margin-bottom: 25px;
}
@media only screen and (max-width: 900px) {
  .sidebar-menu-item {
    display: inline;
    list-style-type: none;
  }
}
.sidebar-menu-link {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #08088c;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .sidebar-menu-link {
    background: #eee;
    padding: 9px;
    display: inline-block;
    margin: 10px;
    border-radius: 5px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 600px) {
  .solutions-overview .title-hero {
    height: 380px !important;
  }
}
.solutions-overview .product-block {
  margin-top: 48px;
}
@media only screen and (max-width: 600px) {
  .solutions-overview .product-block {
    margin-top: 0;
  }
}
.solutions-overview .title-hero-title {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation: fadeIn 0.8s;
          animation: fadeIn 0.8s;
}
.solutions-overview .title-hero-stats {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation: fadeIn 0.8s;
          animation: fadeIn 0.8s;
  margin-top: 32px;
}
@media only screen and (max-width: 680px) {
  .solutions-overview .title-hero-stats {
    display: none;
  }
}
.solutions-overview-logo-grid {
  height: 165px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.solutions-overview-logo-grid img {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.solutions-overview-toc {
  margin-bottom: 96px;
}
.solutions-overview-toc-left {
  float: left;
  width: 140px;
  margin-right: 32px;
}
@media only screen and (max-width: 480px) {
  .solutions-overview-toc-left {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.solutions-overview-toc-right {
  float: left;
  width: calc(100% - 172px);
}
@media only screen and (max-width: 480px) {
  .solutions-overview-toc-right {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.solutions-overview-toc-title {
  color: #565656;
  font-size: 30px;
  padding: 96px 0;
  text-align: center;
  margin-bottom: 8px;
  line-height: 40px;
}
@media only screen and (max-width: 600px) {
  .solutions-overview-toc-title {
    padding: 48px 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }
}
.solutions-overview-toc-placeholder {
  margin-left: 48px;
}
@media only screen and (max-width: 900px) {
  .solutions-overview-toc-placeholder {
    display: none;
  }
}
.solutions-overview-toc-page {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
  margin-bottom: 80px;
}
.solutions-overview-toc-page:before,
.solutions-overview-toc-page:after {
  content: '';
  display: table;
}
.solutions-overview-toc-page:after {
  clear: both;
}
.solutions-overview-toc-page:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.solutions-overview-toc-page:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .solutions-overview-toc-page {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .solutions-overview-toc-page:before,
  .solutions-overview-toc-page:after {
    content: '';
    display: table;
  }
  .solutions-overview-toc-page:after {
    clear: both;
  }
  .solutions-overview-toc-page:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .solutions-overview-toc-page:nth-child(2n+1) {
    clear: none;
  }
  .solutions-overview-toc-page:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .solutions-overview-toc-page:nth-child(1n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .solutions-overview-toc-page {
    margin-bottom: 60px;
  }
}
.solutions-overview-toc-page-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  color: #222;
}
.solutions-overview-toc-page-title:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .solutions-overview-toc-page-title {
    margin: 20px 0;
  }
}
.solutions-overview-toc-page-desc {
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin-top: 10px;
  line-height: 22px;
}
@media only screen and (max-width: 600px) {
  .solutions-overview-toc-page-desc {
    margin-top: -10px;
  }
}
.solutions-overview-toc-page-link {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 22px;
  text-transform: uppercase;
}
.solutions-overview-toc-page-link:hover {
  text-decoration: underline;
}
.solutions-overview-toc-page-arrow {
  color: #565656;
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.solutions-overview-marketers #solutions-related-content.related-resources,
.solutions-enterprises #solutions-related-content.related-resources {
  padding-top: 0;
}
#solutions-related-content::before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #08088c;
}
#solutions-related-content .related-resources-title {
  padding: 32px 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 5%;
}
#solutions-related-content .related-post-container {
  width: 24%;
  margin: 0 1% 0 0;
}
#solutions-related-content .related-post-container p {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 22px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #08088c;
  color: #fff;
  margin-top: 0;
  height: 100%;
  padding: 12px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
#solutions-related-content .related-post-container:nth-of-type(1):hover .related-post-title {
  text-decoration: none;
  background: #3939ac;
}
#solutions-related-content .related-post-container:nth-of-type(2):hover .related-post-title {
  text-decoration: none;
  background: #3939ac;
}
#solutions-related-content .related-post-container:nth-of-type(3):hover .related-post-title {
  text-decoration: none;
  background: #3939ac;
}
#solutions-related-content .related-post-container:nth-of-type(4):hover .related-post-title {
  text-decoration: none;
  background: #3939ac;
}
#solutions-related-content .related-post-container:hover {
  cursor: pointer;
}
#solutions-related-content .related-post-container:hover .related-post-title {
  text-decoration: none;
}
#solutions-related-content .related-post-container:hover .related-post-image {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#solutions-related-content .related-post-container .related-post-image {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
  -webkit-filter: none;
          filter: none;
}
#solutions-related-content .related-post-container .post-img-wrap {
  max-height: 125px;
  overflow: hidden;
}
@media only screen and (max-width: 1135px) {
  #solutions-related-content .related-post-container .post-img-wrap {
    max-height: 150px;
  }
}
#solutions-related-content a:hover {
  text-decoration: none;
}
#solutions-related-content .related-posts {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 1135px) {
  #solutions-related-content .related-posts {
    padding: 1%;
  }
  #solutions-related-content .related-post-container {
    width: 46%;
    margin: 1%;
  }
  #solutions-related-content .related-resources-title {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 600px) {
  .solutions-detail .title-hero {
    height: 380px !important;
  }
}
.solutions-detail .title-hero-title {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation: fadeIn 0.8s;
          animation: fadeIn 0.8s;
}
.solutions-detail .solution-description {
  padding: 60px;
  margin: 0 auto;
  color: #565656;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 900px) {
  .solutions-detail .solution-description {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .solutions-detail .solution-description {
    padding: 60px 0;
    font-size: 18px;
    line-height: 26px;
  }
}
.solutions-detail .solution-capabilities {
  max-width: 900px;
  margin: 0 auto 120px auto;
}
.solutions-detail .solution-capabilities-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  padding: 80px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .solutions-detail .solution-capabilities-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 600px) {
  .solutions-detail .solution-capabilities-title {
    font-size: 30px;
    line-height: 36px;
    padding: 48px 0;
  }
}
.solutions-detail .solution-capability {
  margin-bottom: 80px;
  *zoom: 1;
}
.solutions-detail .solution-capability:before,
.solutions-detail .solution-capability:after {
  content: '';
  display: table;
}
.solutions-detail .solution-capability:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .solutions-detail .solution-capability {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .solutions-detail .solution-capability {
    padding: 0 10px;
  }
}
.solutions-detail .solution-capability-icon {
  float: left;
  width: 185px;
  height: 168px;
  font-size: 162px;
  position: relative;
  text-align: center;
  margin-right: 30px;
}
.solutions-detail .solution-capability-icon .icon-hex {
  position: relative;
  display: block;
  text-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.solutions-detail .solution-capability-icon .icon-hex-icon {
  color: #fff;
  position: relative;
  top: -162px;
}
@media only screen and (max-width: 600px) {
  .solutions-detail .solution-capability-icon {
    float: none;
    width: 100%;
    text-align: center;
  }
  .solutions-detail .solution-capability-icon i {
    margin: 0;
  }
}
.solutions-detail .solution-capability-detail {
  float: left;
  width: calc(100% - 215px);
}
@media only screen and (max-width: 600px) {
  .solutions-detail .solution-capability-detail {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.solutions-detail .solution-capability-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
@media only screen and (max-width: 600px) {
  .solutions-detail .solution-capability-title {
    text-align: center;
    padding: 30px 0px 10px 0px;
  }
}
.solutions-detail .solution-capability-desc {
  margin-top: 6px;
}
.solutions-detail .solution-capability-desc ul {
  margin: 0;
  padding: 10px 20px 0 20px;
  line-height: 24px;
}
@media only screen and (max-width: 600px) {
  .solutions-detail .solution-capability-desc ul {
    padding: 10px 0 0 20px;
    text-align: left;
    padding-top: 20px;
  }
}
.solutions-detail .solution-capability-desc ul li {
  margin-bottom: 7px;
  list-style-position: outside;
}
.solutions-detail .solutions-overview-toc {
  padding-top: 80px;
}
.solutions-detail .solutions-overview-toc-page-title:hover {
  text-decoration: none;
}
.solutions-detail h3.form-title {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 700;
}
.solutions-detail form {
  max-width: 675px;
  margin: 0 auto;
}
.solutions-detail form .form-item {
  position: relative;
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.solutions-detail form .form-item:nth-of-type(2n) {
  margin-right: 0%;
  float: right;
}
.solutions-detail form .form-item.text-wide {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.solutions-detail form .form-item.text-wide:before,
.solutions-detail form .form-item.text-wide:after {
  content: '';
  display: table;
}
.solutions-detail form .form-item.text-wide:after {
  clear: both;
}
.solutions-detail form .form-item.text-wide:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .solutions-detail form .form-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .solutions-detail form .form-item:before,
  .solutions-detail form .form-item:after {
    content: '';
    display: table;
  }
  .solutions-detail form .form-item:after {
    clear: both;
  }
  .solutions-detail form .form-item:nth-child(2n) {
    margin-right: 2.5%;
    float: left;
  }
  .solutions-detail form .form-item:nth-child(2n+1) {
    clear: none;
  }
  .solutions-detail form .form-item:last-child {
    margin-right: 0%;
  }
}
.solutions-detail form .form-item textarea {
  width: 100%;
}
.solutions-detail form .form-item:nth-of-type(7),
.solutions-detail form .form-item:nth-of-type(8) {
  width: 100%;
  clear: both;
  text-align: center;
}
.solutions-detail form .form-input {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  border-radius: 4px;
  border: 0;
  background-color: #fff;
}
.solutions-detail form .form-input-text,
.solutions-detail form .form-input-select {
  border: 1px solid #d5d5d5;
}
.solutions-detail form .form-input-text.field-error,
.solutions-detail form .form-input-select.field-error {
  border-color: #c90216;
}
.solutions-detail form .form-input-select {
  height: 55px;
}
.solutions-detail form textarea.form-input {
  line-height: 24px;
  padding: 18px 10px;
}
.solutions-detail form .receive-updates {
  display: inline-block;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}
.solutions-detail form #submit {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: ;
  color: #fff;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-left: 18px;
  display: inline-block;
  padding: 0 50px;
  border: 0;
}
.solutions-detail form #submit:hover {
  background: ;
  text-decoration: none !important;
}
.solutions-detail form #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
.solutions-detail form #submit.disabled {
  background-color: #f9b15c;
}
.solutions-detail form #submit.disabled .loader {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .solutions-detail form #submit {
    margin: 18px auto 0;
  }
}
.solutions-detail form .validation-message {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #c90216;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 1;
}
.solutions-detail form .validation-message:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(201,2,22,0);
  border-bottom-color: #c90216;
  border-width: 7px;
  margin-left: -7px;
}
.solutions-detail form .loader {
  border: 0.15em solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
  width: 0.5em;
  height: 0.5em;
  -webkit-animation: spin 0.75s linear infinite;
          animation: spin 0.75s linear infinite;
  margin-left: 10px;
}
.solutions-detail form .error-message {
  display: none;
  margin-top: 20px;
  color: #ef6c2a;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.solutions-detail .contact-sales-confirmation {
  text-align: center;
}
.logo-product-block {
  background: #f4f4f4;
}
.logo-product-block .contained.padded {
  max-width: 1170px;
}
@media only screen and (max-width: 1100px) {
  .logo-product-block .contained.padded {
    padding: 0;
  }
}
.logo-product-block-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 60px 0 57px 0;
  border-left: 1px solid #d3d3d3;
  margin-left: -1px !important;
  color: #565656;
}
.logo-product-block-item:before,
.logo-product-block-item:after {
  content: '';
  display: table;
}
.logo-product-block-item:after {
  clear: both;
}
.logo-product-block-item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .logo-product-block-item {
    padding: 36px 0 36px 0;
  }
}
.logo-product-block-item:first-child {
  border-left: none;
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  .logo-product-block-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  .logo-product-block-item:before,
  .logo-product-block-item:after {
    content: '';
    display: table;
  }
  .logo-product-block-item:after {
    clear: both;
  }
  .logo-product-block-item:nth-child(2n) {
    margin-right: 0%;
    float: left;
  }
  .logo-product-block-item:nth-child(2n+1) {
    clear: none;
  }
  .logo-product-block-item:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .logo-product-block-item:nth-child(1n+1) {
    clear: both;
  }
  .logo-product-block-item:nth-child(n+1) {
    border-top: 1px solid #d3d3d3;
  }
}
.logo-product-block-logo {
  height: 60px;
  text-align: center;
}
.logo-product-block-logo img {
  height: 60px;
  text-align: center;
}
.logo-product-block-desc {
  padding: 15px 0 0 0;
  max-width: 210px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .logo-product-block-desc {
    padding-top: 0;
  }
}
#sizzle {
  padding-top: 60px;
  padding-bottom: 60px;
}
#sizzle .video-js .vjs-dock-text {
  display: none;
}
.retail .product-description h3 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.product-description h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
.product-page-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-page-logos picture {
  padding: 0 20px;
}
@media only screen and (max-width: 480px) {
  .product-page-logos {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .product-page-logos picture {
    width: calc(50% - 40px);
  }
}
.cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: ;
  color: #fff;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  min-width: 150px;
  padding: 15px 30px;
}
.cta:hover {
  background: ;
  text-decoration: none !important;
}
.cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
.cta:hover {
  color: #08088c;
}
.download-content h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #08088c;
  font-weight: 600;
}
.download-content .product-page-row-detail {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 20px;
}
.download-content .cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  border-radius: 6px;
  background: #08088c;
  color: #fff;
  border-width: 2px;
  border-color: #08088c;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.download-content .cta:hover {
  background: #3939ac;
  text-decoration: none !important;
}
.download-content .cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: ;
}
.download-content .cta:hover {
  color: #00eae4;
}
.download-content .cta::before {
  color: #08088c;
  background-color: #08088c;
}
.download-content .product-page-row-right {
  max-width: 38%;
}
.download-content .product-page-row-right img {
  float: right;
  margin-right: 20px;
}
@media only screen and (max-width: 900px) {
  .download-content h2 {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }
  .download-content .product-page-row-detail {
    font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
  .download-content .product-page-row-right {
    max-width: 100%;
  }
  .download-content .product-page-row-right img {
    float: none;
    margin: 0px auto;
    margin-bottom: 40px;
    max-height: 400px;
    display: block;
  }
}
#download-wp,
#download-eBook {
  background: #fafafa;
}
#download-wp .product-page-row-left,
#download-eBook .product-page-row-left {
  max-width: 38%;
}
#download-wp .product-page-row-left img,
#download-eBook .product-page-row-left img {
  float: right;
  max-height: 300px;
  margin-right: 20px;
}
#download-wp p,
#download-eBook p {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 900px) {
  #download-wp p,
  #download-eBook p {
    padding: 0 40px;
  }
  #download-wp .product-page-row-left,
  #download-eBook .product-page-row-left {
    max-width: 100%;
  }
  #download-wp .product-page-row-left img,
  #download-eBook .product-page-row-left img {
    float: none;
    margin: 0px auto;
    margin-bottom: 40px;
    max-height: 400px;
    display: block;
  }
}
#download-eBook .product-page-row-left {
  max-width: 50%;
}
#download-eBook .product-page-row-left img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #download-eBook .product-page-row-left {
    max-width: 100%;
  }
}
.lang-en .solutions-publishers-broadcasters .title-hero-title {
  max-width: 840px;
}
.lang-en .solutions-publishers-broadcasters-monetization-advertising .title-hero-title {
  max-width: 800px;
}
.lang-en .solutions-publishers-broadcasters-ott .title-hero-title {
  max-width: 900px;
}
.lang-en .solutions-publishers-broadcasters-tve .title-hero-title {
  max-width: 900px;
}
@media only screen and (max-width: 600px) {
  .lang-ja .solutions-publishers-broadcasters-tve .title-hero-title {
    font-size: 34px;
  }
}
.lang-en .solutions-overview-marketers .title-hero-title {
  max-width: 900px;
}
.lang-en .solutions-marketers-ecommerce .title-hero-title {
  max-width: 910px;
}
.lang-en .solutions-marketers-brand-awareness .title-hero-title {
  max-width: 900px;
}
.lang-en .solutions-enterprises .title-hero-title {
  max-width: 800px;
}
.lang-en .enterprises-sales-partner-training .title-hero-title {
  max-width: 860px;
}
.lang-en .enterprises-video-security .title-hero-title {
  max-width: 880px;
}
.lang-en .solutions-live-streaming .title-hero-title {
  max-width: 900px;
}
.lang-en .solutions-live-streaming-live-events .title-hero-title {
  max-width: 870px;
}
.lang-en .solutions-live-streaming-live-transcoding .title-hero-title {
  max-width: 800px;
}
.lang-fr .solutions-overview .title-hero-stats,
.lang-de .solutions-overview .title-hero-stats,
.lang-ja .solutions-overview .title-hero-stats,
.lang-ko .solutions-overview .title-hero-stats,
.lang-es .solutions-overview .title-hero-stats,
.lang-fr .solutions-detail .title-hero-stats,
.lang-de .solutions-detail .title-hero-stats,
.lang-ja .solutions-detail .title-hero-stats,
.lang-ko .solutions-detail .title-hero-stats,
.lang-es .solutions-detail .title-hero-stats {
  display: none;
}
@media only screen and (max-width: 600px) {
  .lang-fr .solutions-overview .title-hero-title,
  lang-de .solutions-overview .title-hero-title,
  .lang-es .solutions-overview .title-hero-title,
  .lang-fr .solutions-detail .title-hero-title,
  lang-de .solutions-detail .title-hero-title,
  .lang-es .solutions-detail .title-hero-title {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
.biz-email-validation-message {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #c90216;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 1;
}
.biz-email-validation-message:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(201,2,22,0);
  border-bottom-color: #c90216;
  border-width: 7px;
  margin-left: -7px;
}
.livestreamvideo .vjs-dock-text {
  display: none;
}
.main-stage h1 {
  font-size: 36px;
  text-transform: none;
  line-height: 37px;
}
.main-stage h3 {
  font-size: 16px !important;
  line-height: 23px;
  font-weight: 400;
}
.video-for-government .title-hero {
  height: 480px;
}
@media only screen and (max-width: 480px) {
  .video-for-government .title-hero {
    height: 600px;
  }
}
.video-for-government .pink-header {
  text-align: center;
  color: #08088c;
  font-weight: 700;
  font-size: 35px;
}
.video-for-government h3.form-title {
  font-weight: 200;
  font-size: 35px;
}
.video-for-government #submit {
  background-color: #08088c !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.video-for-government .wp-link {
  margin-top: 11px;
}
#whitepaper h2.product-page-row-title {
  color: #222;
  font-weight: 700;
  font-size: 36px;
}
@media only screen and (max-width: 480px) {
  #whitepaper h2.product-page-row-title {
    font-size: 32px;
  }
}
#whitepaper .product-page-row-detail {
  font-weight: 200;
  font-size: 24px;
}
#whitepaper .icon-arrow-right {
  margin-left: 10px;
}
#whitepaper .product-page-row-links a {
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
}
@media only screen and (max-width: 900px) {
  #whitepaper .product-page-row-right img {
    max-height: 655px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.text-roller-wrap {
  overflow: hidden;
  position: relative;
  height: 1.2em;
}
.text-roller-text {
  opacity: 0;
  top: 0.2em;
  position: absolute;
  width: 100%;
  text-align: center;
}
.text-roller-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: tr-slide-in 0.6s;
          animation: tr-slide-in 0.6s;
}
.text-roller-hidden {
  opacity: 0;
  -webkit-animation: tr-slide-out 0.6s;
          animation: tr-slide-out 0.6s;
}
@-webkit-keyframes tr-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes tr-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes tr-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes tr-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.title-hero {
  position: relative;
  height: 265px;
  background-color: #515151;
  background-position: bottom center;
  background-size: cover;
}
.title-hero-bg {
  height: 100%;
  background-color: rgba(34,34,34,0);
  -webkit-transition: background-color 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  transition: background-color 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.title-hero-bg.visible {
  background-color: #222;
}
.title-hero-bg.visible .title-hero-video {
  display: block;
}
.title-hero-content {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.title-hero-title {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.lang-ja .title-hero-title {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
}
.title-hero-title.with-image {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .title-hero-title {
    font-size: 42px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 600px) {
  .title-hero-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.title-hero-subtitle {
  color: #fff;
  margin: 0;
  margin-bottom: 24px;
}
.title-hero-subtitle.h1 {
  margin-top: 5px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
}
.lang-ja .title-hero-subtitle.h1 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .title-hero-subtitle.h1 {
    font-size: 42px !important;
    line-height: 54px !important;
  }
}
@media only screen and (max-width: 600px) {
  .title-hero-subtitle.h1 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}
.title-hero-scroll-arrow {
  top: auto;
  bottom: 28px;
  width: 100%;
  position: absolute;
}
.title-hero-scroll-arrow i {
  color: #fff;
  font-size: 42px;
  padding: 20px;
  cursor: pointer;
}
.title-hero-video {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #222;
  z-index: 10;
  width: 100%;
}
.title-hero-video-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  z-index: 10;
  font-size: 28px;
}
.title-hero-video-inside {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.title-hero-video-inside .responsive-video {
  margin: 0 auto;
}
.title-hero-video-cta {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5%;
  padding: 24px 18px;
  display: inline-block;
  color: ;
  border-width: 2px;
  border-color: ;
  border-style: solid;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-color: #fff;
  color: #fff;
}
.title-hero-video-cta:hover {
  background: #fff;
  border-color: #fff;
  color: ;
  text-decoration: none !important;
}
.title-hero-video-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.title-hero-video-cta:hover {
  color: #222;
}
@media only screen and (max-width: 600px) {
  .title-hero-video-cta {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .lang-fr .title-hero-video-cta {
    font-size: 12px;
  }
}
.title-hero-video-cta i {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 5px;
}
.title-hero-slider {
  height: 480px;
}
.bxslider-hero {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1050px) {
  .bxslider-hero .title-hero-content {
    padding-right: 20px;
  }
}
.bxslider-hero-wrapper {
  background: #5d5d5d;
}
.bxslider-hero-wrapper .bx-controls {
  position: absolute;
  text-align: center;
  z-index: 49;
  width: 100%;
}
.bxslider-hero-wrapper .bx-controls-direction {
  position: absolute;
  width: 100%;
}
.bxslider-hero-wrapper .bx-controls .bx-pager {
  position: relative;
  margin-top: -40px;
  text-align: center;
  width: 100%;
}
.bxslider-hero-wrapper .bx-controls .bx-pager-item {
  display: none;
}
.bxslider-hero-wrapper .bx-controls .bx-pager-item a {
  display: block;
  height: 13px;
  margin: 0 5px;
  background: #717171;
  border-radius: 10px;
  width: 13px;
  text-indent: -9999px;
}
.bxslider-hero-wrapper .bx-controls .bx-pager-item a.active {
  background: #fff;
}
.bxslider-hero-wrapper .bx-controls .bx-prev {
  display: none;
}
.bxslider-hero-wrapper .bx-controls .bx-next {
  display: block;
  position: absolute;
  top: -265px;
  width: 28px;
  height: 82px;
  background: url("https://brightcove.imgix.net/homepage-fma-arrows.png?auto=format");
  right: 30px;
  text-indent: -9999px;
}
@media only screen and (max-width: 1050px) {
  .bxslider-hero-wrapper .bx-controls .bx-next {
    right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .bxslider-hero-wrapper .bx-controls .bx-next {
    display: none;
  }
}
.bxslider-hero li {
  display: none;
  z-index: 49 !important;
  position: relative;
}
header strong.brand-name {
  margin: 0px auto;
  text-transform: uppercase;
  color: #23b0ac;
  display: block;
  position: relative;
  text-align: center;
  max-width: 800px;
  font-size: 1rem;
  letter-spacing: 2px;
  padding-bottom: 14px;
}
.video-header {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.video-header-player {
  padding-top: 30.8%;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
}
@media only screen and (max-width: 1540px) {
  .video-header-player {
    left: 0;
    height: 474px;
    width: 1540px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1541px) {
  .video-header-player {
    left: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .video-header-player {
    height: 380px;
  }
}
.video-header-video {
  width: 100%;
  height: 100%;
  background: transparent;
}
@media only screen and (min-width: 1541px) {
  .video-header-video {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.video-header-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-header .vjs-text-track-display,
.video-header .vjs-loading-spinner,
.video-header .vjs-big-play-button,
.video-header .vjs-control-bar,
.video-header .vjs-error-display,
.video-header .vjs-caption-settings {
  display: none !important;
}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}
#ovelay-form {
  position: fixed;
  z-index: 999999;
  width: 100vw;
  height: 50vh;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-top: 50vh;
}
#ovelay-form.visible {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
}
#ovelay-form .form-wrapper {
  background: #fff;
  width: 1024px;
  height: 500px;
  margin: -350px auto 0;
  overflow-clip: hidden;
  padding: 40px;
}
#ovelay-form .form-wrapper > a {
  float: right;
  font-size: 1.5rem;
  position: relative;
  top: -20px;
  right: -20px;
  color: #53575a;
  cursor: pointer;
}
#ovelay-form .form-wrapper > a:hover {
  color: #00e7ff;
}
#ovelay-form .form-wrapper h2 {
  text-transform: uppercase;
  padding: 0 100px 0 0;
  line-height: 1;
  font-weight: 600;
}
#ovelay-form .form-wrapper h2 span {
  color: #00e7ff;
}
#ovelay-form .form-wrapper form {
  max-width: 100%;
}
#ovelay-form .form-wrapper form .form-item:nth-of-type(7),
#ovelay-form .form-wrapper form .form-item:nth-of-type(8) {
  width: 48.7%;
  clear: none;
  text-align: left;
}
#ovelay-form .form-wrapper form .form-item.wide {
  clear: both;
  float: none;
}
#ovelay-form .form-wrapper form input,
#ovelay-form .form-wrapper form select {
  border-radius: 0;
}
#ovelay-form .form-wrapper form button {
  background: #00e7ff;
  color: #fff;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  padding: 12px 20px 10px;
}
@media screen and (max-width: 1255px) {
  #ovelay-form .form-wrapper {
    width: 800px;
  }
  #ovelay-form .form-wrapper .content {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #ovelay-form .form-wrapper .content .contained {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #ovelay-form .form-wrapper {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 600px) {
  #ovelay-form .form-wrapper {
    width: calc(100% - 60px);
    padding: 20px;
    height: calc(100vh - 60px);
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    overflow-y: scroll;
  }
  #ovelay-form .form-wrapper > a {
    font-size: 1rem;
    top: 20px;
    right: 10px;
    position: absolute;
  }
  #ovelay-form .form-wrapper h2 {
    padding: 0;
    font-size: 1.4rem;
  }
  #ovelay-form .form-wrapper form .form-item:nth-of-type(7),
  #ovelay-form .form-wrapper form .form-item:nth-of-type(8) {
    width: 100%;
  }
}
section.video-index .mobile-only {
  display: none;
}
section.video-index .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
section.video-index .vir-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 40px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.video-index .vir-logo div:nth-child(1) {
  font-size: 57px;
  font-weight: 300;
  color: #53575a;
  line-height: 1;
  border-left: 2px solid #00e7ff;
  padding-left: 20px;
  margin-left: 20px;
}
section.video-index .vir-logo div:nth-child(2) {
  font-size: 215px;
  font-weight: 800;
  color: #00e7ff;
  line-height: 0.7;
}
section.video-index .vir-logo div:nth-child(2) span {
  font-weight: 300;
  color: #53575a;
}
section.video-index .vir-header {
  padding-bottom: 50px;
  padding-top: 50px;
}
section.video-index .vir-header .vir-sub-header {
  font-size: 1.8rem;
  padding: 30px 0 0;
}
section.video-index .vir-header .vir-sub-header a {
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  padding: 0 10px;
  color: #00e7ff;
}
section.video-index .vir-header .vir-sub-header span {
  display: inline-block;
  height: 24px;
  border-right: 3px solid #53575a;
}
section.video-index .vir-intro {
  background: #fff;
}
section.video-index .vir-intro .cta {
  width: 80%;
  border-radius: 0;
  color: #fff;
  background: #00e7ff;
  font-size: 1.4rem;
}
section.video-index .vir-intro .center {
  text-align: center;
  font-size: 1.4rem;
}
section.video-index .vir-intro .columns .column:nth-child(1) {
  width: 33%;
  padding: 40px 20px 0 0;
}
section.video-index .vir-intro .columns .column:nth-child(2) {
  width: 66%;
}
section.video-index .vir-copy-line {
  background: #53575a;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  padding: 30px 0;
  line-height: 1.2;
}
section.video-index .vir-copy-line span,
section.video-index .vir-copy-line a {
  color: #00e7ff;
  font-weight: 600;
}
section.video-index .vir-copy-line a {
  text-decoration: underline;
  cursor: pointer;
}
section.video-index .vir-copy-line.inverse {
  background: #eee;
  color: #53575a;
}
section.video-index .vir-copy-line.inverse span {
  font-weight: 300;
}
section.video-index .vir-copy-line.alt {
  background: #00e7ff;
  color: #fff;
}
section.video-index .vir-copy-line.big {
  font-size: 3rem;
  padding: 10px 0;
}
section.video-index .vir-infographics {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #53575a), to(#53575a));
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #53575a 50%, #53575a 100%);
}
section.video-index .vir-infographics .columns .column:nth-child(1) {
  width: 60%;
}
section.video-index .vir-infographics .columns .column:nth-child(1) img {
  width: 100%;
  margin-bottom: -7px;
}
section.video-index .vir-infographics .columns .column:nth-child(2) {
  width: 40%;
}
section.video-index .vir-infographics .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 20px;
  border-top: 2px solid #00e7ff;
  padding: 28px 0;
  margin-left: 28px;
}
section.video-index .vir-infographics .info:nth-child(1) {
  border-top: 0;
}
section.video-index .vir-infographics .info .number {
  font-size: 8em;
  line-height: 0.8;
  font-weight: 600;
  text-align: right;
}
section.video-index .vir-infographics .info .aside {
  font-size: 1em;
  line-height: 1;
  width: 48%;
}
section.video-index .vir-infographics .info .aside .mesurement {
  font-size: 2.5em;
  padding-bottom: 5px;
}
section.video-index .vir-videos {
  background: #53575a;
  color: #fff;
  padding: 40px 0 60px;
}
section.video-index .vir-videos .columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.video-index .vir-videos .columns .column {
  width: calc(33% - 20px);
}
section.video-index .vir-videos .columns .column h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 20px;
}
section.video-index .vir-charts {
  padding: 40px 0;
}
section.video-index .vir-charts p {
  text-align: center;
  font-weight: 900;
  font-size: 1.8rem;
}
section.video-index .vir-charts img {
  width: 100%;
}
section.video-index .vir-charts .chart:first-child {
  border-bottom: 2px solid #53575a;
  margin-bottom: 40px;
}
section.video-index .vir-form {
  padding: 40px 0;
}
section.video-index .vir-form .contained > div:nth-child(2) {
  padding: 15px 0 0 20px;
}
section.video-index .vir-form .contained > div:nth-child(2) img {
  width: 108%;
}
section.video-index .vir-form .content-registration-form h1 {
  display: none;
}
section.video-index .vir-form .content-registration-form h2 {
  font-weight: 300;
  font-size: 28px;
  margin-top: 0;
}
section.video-index .vir-form .content-registration-form form {
  max-width: auto;
}
section.video-index .vir-form .content-registration-form form .form-item:nth-of-type(7),
section.video-index .vir-form .content-registration-form form .form-item:nth-of-type(8) {
  width: 48.75%;
  clear: none;
  text-align: left;
}
section.video-index .vir-form .content-registration-form form .form-item.wide {
  width: 100%;
}
section.video-index .vir-form .content-registration-form form button {
  background: #00e7ff;
  color: #fff;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  padding: 12px 20px 10px;
}
section.video-index .vir-form .content-registration-form .contained {
  padding: 0;
}
section.video-index .vir-form .columns .column {
  width: 50%;
}
section.video-index .vir-form .columns .column img {
  width: 100%;
}
@media screen and (max-width: 1255px) {
  section.video-index {
    font-size: 14px;
    line-height: 1.2;
  }
  section.video-index .vir-logo {
    font-size: 30px;
    max-width: 100%;
  }
  section.video-index .vir-logo div:nth-child(1) {
    font-size: 46px;
  }
  section.video-index .vir-logo div:nth-child(2) {
    font-size: 180px;
  }
  section.video-index .vir-header .vir-sub-header {
    font-size: 1.5rem;
  }
  section.video-index .vir-header .vir-cta a {
    font-size: 22px;
    line-height: 87px;
    padding: 32px 38px;
  }
  section.video-index .vir-copy-line {
    font-size: 26px;
    line-height: 1.2;
  }
  section.video-index .vir-infographics .info {
    font-size: 14px;
  }
  section.video-index .vir-infographics .columns .column:nth-child(1) img {
    margin-bottom: -3px;
  }
  section.video-index .vir-form h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  section.video-index .vir-header {
    display: block;
  }
  section.video-index .vir-header .vir-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 100%;
  }
  section.video-index .vir-header .vir-logo div:nth-child(1) {
    font-size: 4vw;
  }
  section.video-index .vir-header .vir-logo div:nth-child(2) {
    font-size: 17vw;
  }
  section.video-index .vir-header .vir-sub-header {
    font-size: 1.1rem;
  }
  section.video-index .vir-header .vir-sub-header span {
    height: 18px;
  }
  section.video-index .vir-header .vir-cta a {
    line-height: 1;
    padding: 14px 38px;
    display: block;
    margin: 20px 0 0;
    text-align: center;
  }
  section.video-index .vir-intro .cta {
    width: 92%;
  }
  section.video-index .vir-intro .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  section.video-index .vir-intro .columns .column:nth-child(2) {
    width: 100%;
  }
  section.video-index .vir-intro .columns .column:nth-child(1) {
    padding: 40px 20px;
    width: calc(100% - 40px);
  }
  section.video-index .vir-infographics {
    background: #fff;
  }
  section.video-index .vir-infographics .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  section.video-index .vir-infographics .columns .column:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  section.video-index .vir-infographics .columns .column:nth-child(1) img {
    max-width: 400px;
  }
  section.video-index .vir-infographics .columns .column:nth-child(2) {
    width: 100%;
    background: #53575a;
  }
  section.video-index .vir-infographics .columns .column:nth-child(2) .info {
    margin: 0 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.video-index .vir-videos .columns {
    display: block;
  }
  section.video-index .vir-videos .columns .column {
    width: 100%;
  }
  section.video-index .vir-charts .mobile-only {
    text-align: center;
  }
  section.video-index .vir-charts .mobile-only img {
    width: 70%;
  }
  section.video-index .vir-form .columns {
    display: block;
  }
  section.video-index .vir-form .columns .column {
    width: 100%;
  }
  section.video-index .vir-form .columns .column .content-registration-en {
    max-width: 9999px;
    padding-bottom: 40px;
  }
  section.video-index .vir-form .columns .column:nth-child(2) {
    text-align: center;
    padding: 0;
  }
  section.video-index .vir-form .columns .column:nth-child(2) img {
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  section.video-index .mobile-only {
    display: block;
  }
  section.video-index .hide-mobile {
    display: none;
  }
  section.video-index .vir-header .vir-sub-header {
    text-align: center;
  }
  section.video-index .vir-header .vir-sub-header span {
    display: none;
  }
  section.video-index .vir-logo {
    font-size: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.video-index .vir-logo div:nth-child(1) {
    max-width: 85px;
  }
  section.video-index .vir-intro .cta {
    width: 82%;
  }
  section.video-index .vir-copy-line {
    font-size: 20px;
  }
  section.video-index .vir-copy-line.big {
    font-size: 30px;
  }
  section.video-index .vir-charts p {
    font-size: 20px;
  }
  section.video-index .vir-form h2 {
    font-size: 20px;
  }
  section.video-index .vir-form img {
    padding-top: 20px;
  }
  section.video-index .vir-form .content-registration-form form .form-item:nth-of-type(7),
  section.video-index .vir-form .content-registration-form form .form-item:nth-of-type(8) {
    width: 100%;
  }
}
.page-why-brightcove .product-page-hero-cta {
  padding: 24px 18px !important;
}
.page-why-brightcove .video-header {
  background: #515151 url("https://brightcove.imgix.net/web/whybc-desktop.jpg?auto=format");
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .video-header {
    background: url("https://brightcove.imgix.net/web/whybc-mobile.jpg?auto=format");
    background-size: initial;
    background-position: center center;
  }
}
@media only screen and (max-width: 1540px) {
  .page-why-brightcove .video-header {
    background-size: initial;
    background-position: center;
  }
}
@media only screen and (max-width: 800px) {
  .page-why-brightcove .video-header.no-video {
    background: url("https://brightcove.imgix.net/web/whybc-mobile.jpg?auto=format");
    background-size: initial;
    background-position: center center;
  }
}
.page-why-brightcove .video-moves-billboard {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page-why-brightcove .video-moves-billboard h1 {
  margin-top: 0;
  letter-spacing: 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .video-moves-billboard h1 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
  }
}
.page-why-brightcove.new .video-moves-billboard h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0px auto;
  max-width: 945px;
  padding: 0 18px;
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove.new .video-moves-billboard h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
  }
}
.page-why-brightcove.new .video-moves-billboard h3 {
  text-align: center;
  color: #fff;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  padding: 18px;
  margin-top: 0;
}
.page-why-brightcove .why-brightcove-overview {
  font-size: 24px;
  line-height: 32px;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  width: 955px;
  margin: 50px auto;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .page-why-brightcove .why-brightcove-overview {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .why-brightcove-overview {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
.page-why-brightcove .why-brightcove-reasons {
  *zoom: 1;
  margin-bottom: 120px;
}
.page-why-brightcove .why-brightcove-reasons:before,
.page-why-brightcove .why-brightcove-reasons:after {
  content: '';
  display: table;
}
.page-why-brightcove .why-brightcove-reasons:after {
  clear: both;
}
.page-why-brightcove .why-brightcove-reasons .why-brightcove-reason {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.page-why-brightcove .why-brightcove-reasons .why-brightcove-reason:before,
.page-why-brightcove .why-brightcove-reasons .why-brightcove-reason:after {
  content: '';
  display: table;
}
.page-why-brightcove .why-brightcove-reasons .why-brightcove-reason:after {
  clear: both;
}
.page-why-brightcove .why-brightcove-reasons .why-brightcove-reason:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 900px) {
  .page-why-brightcove .why-brightcove-reasons .why-brightcove-reason {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    margin-top: 60px;
  }
  .page-why-brightcove .why-brightcove-reasons .why-brightcove-reason:before,
  .page-why-brightcove .why-brightcove-reasons .why-brightcove-reason:after {
    content: '';
    display: table;
  }
  .page-why-brightcove .why-brightcove-reasons .why-brightcove-reason:after {
    clear: both;
  }
  .page-why-brightcove .why-brightcove-reasons .why-brightcove-reason:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .page-why-brightcove .why-brightcove-reasons .why-brightcove-reason:nth-child(1n+1) {
    clear: both;
  }
}
.page-why-brightcove .why-brightcove-reasons .why-brightcove-reason-img {
  width: 100%;
}
.page-why-brightcove .why-brightcove-reasons .why-brightcove-reason-title {
  margin: 24px 0 16px 0;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .why-brightcove-reasons .why-brightcove-reason-title {
    margin: 20px 0 18px 0;
  }
}
.page-why-brightcove .why-brightcove-reasons .why-brightcove-reason-description {
  margin-bottom: 25px;
}
.page-why-brightcove .why-brightcove-reasons .why-brightcove-reason .icon-arrow-right {
  color: #515151;
  position: relative;
  font-size: 13px;
  top: 1px;
}
.page-why-brightcove .why-brightcove-reasons .why-brightcove-reason-link {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
  text-transform: uppercase;
}
.page-why-brightcove .join-thousands {
  *zoom: 1;
  padding: 0 0 60px 0;
}
.page-why-brightcove .join-thousands:before,
.page-why-brightcove .join-thousands:after {
  content: '';
  display: table;
}
.page-why-brightcove .join-thousands:after {
  clear: both;
}
.page-why-brightcove .join-thousands .join-text {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 0%;
  margin-right: 2.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-why-brightcove .join-thousands .join-text:before,
.page-why-brightcove .join-thousands .join-text:after {
  content: '';
  display: table;
}
.page-why-brightcove .join-thousands .join-text:after {
  clear: both;
}
.page-why-brightcove .join-thousands .join-text:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .page-why-brightcove .join-thousands .join-text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    text-align: center;
    padding-bottom: 30px;
  }
  .page-why-brightcove .join-thousands .join-text:before,
  .page-why-brightcove .join-thousands .join-text:after {
    content: '';
    display: table;
  }
  .page-why-brightcove .join-thousands .join-text:after {
    clear: both;
  }
  .page-why-brightcove .join-thousands .join-text:last-child {
    margin-right: 0%;
  }
}
.page-why-brightcove .join-thousands .join-text h3 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 32px;
  color: #000;
  margin-top: 15%;
}
@media only screen and (max-width: 1000px) {
  .page-why-brightcove .join-thousands .join-text h3 {
    margin-top: 35%;
  }
}
@media only screen and (max-width: 800px) {
  .page-why-brightcove .join-thousands .join-text h3 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .join-thousands .join-text h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-why-brightcove .join-thousands .join-logos {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.83333333333333%;
  margin-left: 0%;
  margin-right: 2.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #ddd;
}
.page-why-brightcove .join-thousands .join-logos:before,
.page-why-brightcove .join-thousands .join-logos:after {
  content: '';
  display: table;
}
.page-why-brightcove .join-thousands .join-logos:after {
  clear: both;
}
.page-why-brightcove .join-thousands .join-logos:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .page-why-brightcove .join-thousands .join-logos {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    border-left: none;
    border-top: none;
  }
  .page-why-brightcove .join-thousands .join-logos:before,
  .page-why-brightcove .join-thousands .join-logos:after {
    content: '';
    display: table;
  }
  .page-why-brightcove .join-thousands .join-logos:after {
    clear: both;
  }
  .page-why-brightcove .join-thousands .join-logos:last-child {
    margin-right: 0%;
  }
}
.page-why-brightcove .join-thousands .join-logos .collection {
  display: none;
}
.page-why-brightcove .join-thousands .join-logos .collection.selected {
  display: block;
}
.page-why-brightcove .join-thousands .join-logos .logo-grid {
  border-bottom: none;
  padding: 0 0 30px 20px;
}
@media only screen and (max-width: 1165px) {
  .page-why-brightcove .join-thousands .join-logos .logo-grid-inside {
    max-width: auto;
    margin: 0;
  }
}
.page-why-brightcove .join-thousands .join-logos .logo-grid-logo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-why-brightcove .join-thousands .join-logos .logo-grid-logo:before,
.page-why-brightcove .join-thousands .join-logos .logo-grid-logo:after {
  content: '';
  display: table;
}
.page-why-brightcove .join-thousands .join-logos .logo-grid-logo:after {
  clear: both;
}
.page-why-brightcove .join-thousands .join-logos .logo-grid-logo:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.page-why-brightcove .join-thousands .join-logos .logo-grid-logo:nth-child(4n+1) {
  clear: both;
}
.page-why-brightcove .card-wrapper.background {
  padding: 36px 0;
  background-color: #08088c;
}
.page-why-brightcove .contact-sales-form {
  display: none;
}
.page-why-brightcove .contact-sales-form.active {
  display: block;
}
.page-why-brightcove .product-page-row h2 {
  font-family: "Balto Web", "Public Sans", Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  line-height: 23px;
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .product-page-row h2 {
    margin-bottom: 18px;
  }
}
.page-why-brightcove .product-page-row strong {
  display: inline-block;
  font-weight: 100;
  color: #fff;
  background-color: #08088c;
  padding: 12px;
  border-radius: 4px;
  font-size: 0.7em;
}
@media only screen and (max-width: 900px) {
  .page-why-brightcove .product-page-row strong {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .page-why-brightcove .product-page-row strong.tall {
    margin-bottom: 60px;
  }
}
.page-why-brightcove .product-page-row strong.no-top-margin {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .page-why-brightcove .product-page-row strong.no-top-margin {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .page-why-brightcove .product-page-row strong br {
    display: none;
  }
}
.page-why-brightcove .product-page-row hr {
  display: none;
}
@media only screen and (max-width: 900px) {
  .page-why-brightcove .product-page-row hr {
    display: block;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .product-page-row {
    padding: 0 0 36px 0;
  }
  .page-why-brightcove .product-page-row:first-of-type {
    padding-top: 36px;
  }
}
.page-why-brightcove .product-page-row .product-page-row-detail {
  clear: both;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (min-width: 901px) {
  .page-why-brightcove .product-page-row img.pad-top {
    -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
            transform: translateY(25%);
  }
}
@media only screen and (max-width: 1135px) and (max-width: 600px) {
  body.language-menu-open section.content,
  body.navigation-menu-open section.content,
  body.language-menu-open .cta-block,
  body.navigation-menu-open .cta-block,
  body.language-menu-open .gf,
  body.navigation-menu-open .gf {
    -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
  }
}

//# sourceMappingURL=styles.styl.map