@charset "UTF-8";
.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%, #1bb9d5), 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%, #1bb9d5 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%, #1bb9d5), color-stop(59.999%, #1bb9d5), 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%, #1bb9d5 50%, #1bb9d5 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%, #1bb9d5), 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%, #1bb9d5 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;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #515151;
  -webkit-font-smoothing: auto;
}
@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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 24px;
}
h3 {
  color: #333;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}
h4 {
  color: #333;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}
h5 {
  color: #333;
  font-family: "Gotham A", "Gotham B", Arial, 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: #1bb9d5;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}
strong {
  font-family: "Gotham A", "Gotham B", Arial, 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;
}
@media only screen and (max-width: 660px) {
  .agency-program-body .icon-nav {
    display: none;
  }
}
.agency-program .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 {
    padding: 0;
  }
  .agency-program .overview .product-page-row h2 {
    font-size: 28px;
  }
}
.agency-program .overview .product-page-row-left h2 {
  margin: 0;
  font-family: "Gotham A", "Gotham B", Arial, 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 {
    margin-top: 20px;
    margin-left: 0 !important;
    text-align: center;
  }
}
.agency-program .overview .last .product-page-row-left h2 {
  margin-left: 89px;
}
.agency-program .overview .icon-row {
  *zoom: 1;
  margin-bottom: 25px;
}
.agency-program .overview .icon-row:before,
.agency-program .overview .icon-row:after {
  content: '';
  display: table;
}
.agency-program .overview .icon-row:after {
  clear: both;
}
.agency-program .overview .icon-row .icon-row-icon {
  font-size: 60px;
  float: left;
  padding-right: 15px;
}
.agency-program .overview .icon-row .icon-row-icon.green {
  color: #94c039;
}
.agency-program .overview .icon-row .icon-row-icon.blue {
  color: #1bb9d5;
  font-size: 90px;
  padding-right: 0;
}
.agency-program .overview .icon-row .icon-row-text {
  font-family: "Gotham A", "Gotham B", Arial, 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 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.agency-program .overview .last {
  padding-top: 60px;
}
.agency-program .benefits {
  color: #fff;
  padding: 75px 0 95px 0;
  background: #4184cc;
}
.agency-program .benefits-left,
.agency-program .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,
.agency-program .benefits-right:before,
.agency-program .benefits-left:after,
.agency-program .benefits-right:after {
  content: '';
  display: table;
}
.agency-program .benefits-left:after,
.agency-program .benefits-right:after {
  clear: both;
}
.agency-program .benefits-left:last-child,
.agency-program .benefits-right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 770px) {
  .agency-program .benefits-left,
  .agency-program .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,
  .agency-program .benefits-right:before,
  .agency-program .benefits-left:after,
  .agency-program .benefits-right:after {
    content: '';
    display: table;
  }
  .agency-program .benefits-left:after,
  .agency-program .benefits-right:after {
    clear: both;
  }
  .agency-program .benefits-left:last-child,
  .agency-program .benefits-right:last-child {
    margin-right: 0%;
  }
}
.agency-program .benefits-header-title {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 62px;
}
.agency-program .benefits-perk {
  *zoom: 1;
  margin-bottom: 50px;
}
.agency-program .benefits-perk:before,
.agency-program .benefits-perk:after {
  content: '';
  display: table;
}
.agency-program .benefits-perk:after {
  clear: both;
}
@media only screen and (max-width: 770px) {
  .agency-program .benefits-perk {
    max-width: 525px;
    margin: 0 auto 50px auto;
  }
}
.agency-program .benefits-perk:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 770px) {
  .agency-program .benefits-perk:last-child {
    margin-bottom: 50px;
  }
}
.agency-program .benefits-icon {
  float: left;
  width: 65px;
  font-size: 80px;
  position: relative;
  top: -26px;
  left: -10px;
}
.agency-program .benefits-text {
  float: left;
}
.agency-program .benefits-title {
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.agency-program .benefits-sign-up {
  text-align: center;
  padding-top: 80px;
  clear: both;
}
.agency-program .benefits-sign-up-btn {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #0052ad;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #0052ad;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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 {
  background: #fff;
  border-color: #fff;
  color: #0052ad;
  text-decoration: none !important;
}
.agency-program .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 {
  background: #f1f1f1 url("https://img.brightcove.com/web/hex-bg.jpg") 0 0 repeat-x;
  text-align: center;
  padding-bottom: 60px;
}
.agency-program .agency-program-page section.upper h1 {
  font-family: "Gotham A", "Gotham B", Arial, 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 {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }
}
.agency-program .agency-program-page section.upper h2 {
  font-family: "Gotham A", "Gotham B", Arial, 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 {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
  }
}
.agency-program .agency-program-page section.upper .hidden {
  display: none;
}
.agency-program .agency-program-page section.upper .agency-program-form {
  max-width: 675px;
  margin: 0 auto;
}
.agency-program .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,
.agency-program .agency-program-page section.upper .form-item:after {
  content: '';
  display: table;
}
.agency-program .agency-program-page section.upper .form-item:after {
  clear: both;
}
.agency-program .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) {
  clear: both;
}
.agency-program .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,
.agency-program .agency-program-page section.upper .form-item.wide:after {
  content: '';
  display: table;
}
.agency-program .agency-program-page section.upper .form-item.wide:after {
  clear: both;
}
.agency-program .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 {
    *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,
  .agency-program .agency-program-page section.upper .form-item:after {
    content: '';
    display: table;
  }
  .agency-program .agency-program-page section.upper .form-item:after {
    clear: both;
  }
  .agency-program .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) {
    clear: none;
  }
  .agency-program .agency-program-page section.upper .form-item:last-child {
    margin-right: 0%;
  }
}
.agency-program .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: "Gotham A", "Gotham B", Arial, 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,
.agency-program .agency-program-page section.upper .form-input-select {
  border: 1px solid #d5d5d5;
}
.agency-program .agency-program-page section.upper .form-input-text.field-error,
.agency-program .agency-program-page section.upper .form-input-select.field-error {
  border-color: #c90216;
}
.agency-program .agency-program-page section.upper .form-input-select {
  height: 55px;
}
.agency-program .agency-program-page section.upper textarea.form-input {
  line-height: 24px;
  padding: 18px 10px;
}
.agency-program .agency-program-page section.upper .receive-updates {
  display: inline-block;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.agency-program .agency-program-page section.upper #submit {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #ef6c2a;
  color: #fff;
  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, -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 {
  background: #f9b15c;
  text-decoration: none !important;
}
.agency-program .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 {
  background-color: #f9b15c;
}
.agency-program .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 {
    margin: 18px auto 0;
  }
}
.agency-program .agency-program-page section.upper .validation-message {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  font-family: "Gotham A", "Gotham B", Arial, 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 {
  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 {
  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 {
  display: none;
  margin-top: 20px;
  color: #ef6c2a;
}
.agency-program .agency-program-page section.upper .notes {
  margin-top: 20px;
  font-family: "Gotham A", "Gotham B", Arial, 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 {
  text-align: center;
  padding: 80px 0 0 0;
}
.agency-program .agency-program-page section.bottom .us-phone img {
  margin-right: 13px;
}
.agency-program .agency-program-page section.bottom .us-phone span {
  display: inline-block;
  position: relative;
  top: -5px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.agency-program .agency-program-page section.bottom .us-phone span.bold {
  font-family: "Gotham A", "Gotham B", Arial, 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 {
    display: block;
  }
}
.agency-program .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,
.agency-program .agency-program-page section.bottom .phones:after {
  content: '';
  display: table;
}
.agency-program .agency-program-page section.bottom .phones:after {
  clear: both;
}
.agency-program .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,
.agency-program .agency-program-page section.bottom .phones-col:after {
  content: '';
  display: table;
}
.agency-program .agency-program-page section.bottom .phones-col:after {
  clear: both;
}
.agency-program .agency-program-page section.bottom .phones-col:last-child {
  margin-right: 0%;
}
.agency-program .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 {
    *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,
  .agency-program .agency-program-page section.bottom .phones-col:after {
    content: '';
    display: table;
  }
  .agency-program .agency-program-page section.bottom .phones-col:after {
    clear: both;
  }
  .agency-program .agency-program-page section.bottom .phones-col:last-child {
    margin-right: 0%;
  }
  .agency-program .agency-program-page section.bottom .phones-col.last {
    border-bottom: 0;
    margin-right: 0;
  }
}
.agency-program .agency-program-page section.bottom .phones-location {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.agency-program .agency-program-page section.bottom .divider {
  height: 6px;
  background-color: #ccc;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  .agency-program .agency-program-page section.bottom .divider {
    margin: 0 10px 0 10px;
  }
}
.agency-program .agency-form-confirmation {
  display: none;
}
.agency-program .agency-form-confirmation section.thank-you {
  background: #f1f1f1 url("https://img.brightcove.com/web/hex-bg.jpg") 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 {
    padding: 0;
  }
}
.agency-program .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 {
    padding: 100px 40px 100px 40px;
  }
}
.agency-program .agency-form-confirmation section.thank-you .csr-confirmation-box .thank-you {
  font-family: "Gotham A", "Gotham B", Arial, 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 {
  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 {
    display: none;
  }
}
.agency-program .faqs {
  max-width: 700px;
  padding: 0 30px;
  margin: 0 auto;
}
.agency-program .faqs h2 {
  padding: 60px;
  margin: 0 auto;
  color: #515151;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  max-width: 1024px;
}
.agency-program .faqs .faq .question {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.agency-program .faqs .faq .answer {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.agency-program .faqs .notes {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.agency-program .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 {
    display: none;
  }
}
.agency-program .tiers h2 {
  padding: 60px;
  margin: 0 auto;
  color: #515151;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  max-width: 1024px;
  text-transform: uppercase;
}
.agency-program .tiers h3.first {
  max-width: 870px;
  margin: -20px auto 48px auto;
  text-align: center;
  font-size: 2px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
}
.agency-program .tiers h3.last {
  max-width: 870px;
  margin: -20px auto 48px auto;
  text-align: center;
  font-size: 2px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 500;
}
.agency-program .tiers .pricing-block {
  padding-bottom: 50px;
}
.agency-program .tiers .pricing-block .contained {
  max-width: 1000px;
}
.agency-program .tiers .pricing-block-title {
  padding: 60px 0;
  font-family: "Gotham A", "Gotham B", Arial, 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 {
  font-family: "Gotham A", "Gotham B", Arial, 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 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  padding-top: 12px;
}
.agency-program .tiers .pricing-bg {
  background: #1bb9d5;
  border-bottom: 0px solid #ccc;
  max-width: 100%;
}
.agency-program .tiers .pricing-block-title {
  padding-bottom: 60px;
  padding-top: 96px;
}
.agency-program .tiers .pricing-block-title-subtext {
  color: #ef6c2a;
}
.agency-program .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,
.agency-program .tiers .pricing-block-col:after {
  content: '';
  display: table;
}
.agency-program .tiers .pricing-block-col:after {
  clear: both;
}
.agency-program .tiers .pricing-block-col:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1035px) {
  .agency-program .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,
  .agency-program .tiers .pricing-block-col:after {
    content: '';
    display: table;
  }
  .agency-program .tiers .pricing-block-col:after {
    clear: both;
  }
  .agency-program .tiers .pricing-block-col:last-child {
    margin-right: 0%;
  }
}
.agency-program .tiers .pricing-block-col-title-text {
  font-family: "Gotham A", "Gotham B", Arial, 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 {
  font-family: "Gotham A", "Gotham B", Arial, 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 {
  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 {
  height: 65px;
  font-family: "Gotham A", "Gotham B", Arial, 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 {
  margin-top: 0;
}
.agency-program .tiers .pricing-block-col-detail {
  height: 75px;
  text-align: left;
  padding-top: 5px;
  line-height: 16px;
}
.agency-program .tiers .pricing-block-col-features {
  padding-top: 10px;
  line-height: 24px;
  height: 140px;
}
.agency-program .tiers .pricing-block-col-features ul {
  padding-left: 0;
  margin-bottom: 50px;
}
.agency-program .tiers .pricing-block-col-features li {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 400;
  list-style-type: none;
  background: url("https://img.brightcove.com/web/products/check-green.png") 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 {
  font-size: 30px;
  font-weight: 500;
}
.agency-program .tiers .pricing-center {
  text-align: center;
}
.agency-program .tiers .editions-block {
  padding-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .agency-program .tiers .editions-block {
    display: none;
  }
}
.agency-program .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 {
  border: 0px;
  border-bottom: 1px solid #ddd;
}
.agency-program .tiers .editions-block .notes {
  max-width: 800px;
  margin: 0 auto;
}
.agency-program .tiers .editions-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.agency-program .tiers .editions-table .subhead {
  background: #515151 !important;
  color: #fff;
  text-transform: uppercase;
  border: 0;
}
.agency-program .tiers .editions-table-title {
  font-family: "Gotham A", "Gotham B", Arial, 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,
.agency-program .tiers .editions-table .pro,
.agency-program .tiers .editions-table .enterprise {
  width: 20%;
  text-align: center;
}
.agency-program .tiers .editions-table td {
  padding: 12px 15px 10px;
}
.agency-program .tiers .editions-table thead tr {
  background: #1bb9d5;
  color: #fff;
  text-align: center;
}
.agency-program .tiers .editions-table tbody .starter {
  background: #f4f4f4;
}
.agency-program .tiers .editions-table tbody .pro {
  background: #fff;
}
.agency-program .tiers .editions-table tbody .enterprise {
  background: #f4f4f4;
}
.agency-program .tiers .editions-table tbody td {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.agency-program .tiers .editions-table tbody td i {
  font-size: 32px;
  color: #94c039;
}
.agency-program .tiers .editions-table tbody td i:before {
  line-height: 0;
  display: block;
}
@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: #8e21a2;
}
.blog-header.stuck {
  position: fixed;
  top: 64px;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  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: #8e21a2;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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;
}
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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #a0a0a0;
  font-size: 14px;
  letter-spacing: 3px;
}
.job-detail-page-title {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .job-detail-page-title {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.job-detail-page-subtitle {
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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;
  padding: 0 20px;
}
.job-detail-page-apply:hover {
  background: #5ad2ed;
  text-decoration: none !important;
}
.job-detail-page-apply:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
@media only screen and (max-width: 600px) {
  .job-detail-page-apply {
    font-size: 12px;
  }
}
.job-detail-page-viewall {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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;
  padding: 0 20px;
}
.job-detail-page-viewall:hover {
  background: #fff;
  border-color: #fff;
  color: #1bb9d5;
  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: #1bb9d5;
  border-color: #1bb9d5;
  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: "Gotham A", "Gotham B", Arial, 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: #1bb8d4;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #515151;
}
.careers-positions-list-title:hover {
  text-decoration: underline;
}
.careers-positions-list-location {
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 35px;
}
.careers-overview-hero-cta {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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: 1px;
  padding: 0 25px;
}
.careers-overview-hero-cta:hover {
  background: #5ad2ed;
  text-decoration: none !important;
}
.careers-overview-hero-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
@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: #d5257c !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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  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://img.brightcove.com/web/careers/quote.png") 0 0 no-repeat;
  padding-top: 4px;
}
.careers-overview .culture-quote-quote {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #d5257c;
  font-style: italic;
  padding-right: 50px;
}
.careers-overview .culture-quote-cite {
  margin-top: 8px;
  font-family: "Gotham A", "Gotham B", Arial, 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("//img.brightcove.com/hr-play-btn-small.png") 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: #fff;
  border-color: #fff;
  color: #1bb9d5;
  text-decoration: none !important;
}
.careers-overview .global-talent-btn:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.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: #1bb9d5;
  border-color: #1bb9d5;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: #fff;
  border-color: #fff;
  color: #1bb9d5;
  text-decoration: none !important;
}
.careers-overview .calling-engineers-btn:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.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: #1bb9d5;
  border-color: #1bb9d5;
  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: #d5257c !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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: #fff;
  border-color: #fff;
  color: #1bb9d5;
  text-decoration: none !important;
}
.careers-overview .sales-btn:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.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: #1bb9d5;
  border-color: #1bb9d5;
  color: #fff;
}
.careers-overview .benefits {
  color: #fff;
  padding: 95px 0 125px 0;
  background: #4184cc;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  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: "Gotham A", "Gotham B", Arial, 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: #d5257c !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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
header.gh.demo .demo-phone span {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.contact-sales-form section.upper {
  background: #f1f1f1 url("https://img.brightcove.com/web/hex-bg.jpg") 0 0 repeat-x;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 72px;
}
@media only screen and (max-width: 735px) {
  .contact-sales-form section.upper .demo-header h1 {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 500;
    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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .contact-sales-form section.upper h1 {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }
}
.contact-sales-form section.upper h2 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ee6c2a;
  line-height: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .contact-sales-form section.upper h2 {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    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: #40c4b5;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #d5257c;
  color: #fff;
  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, -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;
}
.contact-sales-form section.upper .demo-form #submit:hover {
  background: #ef41b5;
  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: #ba2453;
}
.contact-sales-form section.upper .demo-form #submit.disabled {
  background-color: #ef41b5;
}
.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 {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  border-radius: 4px;
  border: 0;
  background-color: #fff;
}
.contact-sales-form section.upper .form-input-text,
.contact-sales-form section.upper .form-input-select {
  border: 1px solid #d5d5d5;
}
.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: 55px;
}
.contact-sales-form section.upper textarea.form-input {
  line-height: 24px;
  padding: 18px 10px;
}
.contact-sales-form section.upper .receive-updates {
  display: inline-block;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.contact-sales-form section.upper #submit {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #ef6c2a;
  color: #fff;
  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, -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;
}
.contact-sales-form section.upper #submit:hover {
  background: #f9b15c;
  text-decoration: none !important;
}
.contact-sales-form section.upper #submit:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #df4c33;
}
.contact-sales-form section.upper #submit.disabled {
  background-color: #f9b15c;
}
.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: "Gotham A", "Gotham B", Arial, 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 .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 {
  text-align: center;
  padding: 80px 0 0 0;
}
.contact-sales-form section.bottom.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 section.bottom.demo:after {
  content: '';
  display: table;
}
.contact-sales-form section.bottom.demo:after {
  clear: both;
}
.contact-sales-form section.bottom .primary-phone img {
  margin-right: 13px;
}
.contact-sales-form section.bottom .primary-phone span {
  display: inline-block;
  position: relative;
  top: -5px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contact-sales-form section.bottom .primary-phone span.bold {
  font-family: "Gotham A", "Gotham B", Arial, 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 {
    display: block;
  }
}
.contact-sales-form section.bottom .phones {
  max-width: 1025px;
  margin: 40px auto 80px auto;
  *zoom: 1;
}
.contact-sales-form section.bottom .phones:before,
.contact-sales-form section.bottom .phones:after {
  content: '';
  display: table;
}
.contact-sales-form section.bottom .phones:after {
  clear: both;
}
.contact-sales-form 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;
}
.contact-sales-form section.bottom .phones-col:before,
.contact-sales-form section.bottom .phones-col:after {
  content: '';
  display: table;
}
.contact-sales-form section.bottom .phones-col:after {
  clear: both;
}
.contact-sales-form section.bottom .phones-col:last-child {
  margin-right: 0%;
}
.contact-sales-form section.bottom .phones-col.last {
  border-right: none;
}
@media only screen and (max-width: 900px) {
  .contact-sales-form 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;
  }
  .contact-sales-form section.bottom .phones-col:before,
  .contact-sales-form section.bottom .phones-col:after {
    content: '';
    display: table;
  }
  .contact-sales-form section.bottom .phones-col:after {
    clear: both;
  }
  .contact-sales-form section.bottom .phones-col:last-child {
    margin-right: 0%;
  }
  .contact-sales-form section.bottom .phones-col.last {
    border-bottom: 0;
    margin-right: 0;
  }
}
.contact-sales-form section.bottom .phones-location {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-sales-form section.bottom .divider {
  height: 6px;
  background-color: #ccc;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  .contact-sales-form section.bottom .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://img.brightcove.com/web/hex-bg.jpg") 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: "Gotham A", "Gotham B", Arial, 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 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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 60px;
  margin-top: 35px;
}
.contact-us .contact-cta:hover {
  background: #5ad2ed;
  text-decoration: none !important;
}
.contact-us .contact-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
.cta-block {
  background: url("https://img.brightcove.com/web/pattern-light.jpg") repeat center center;
  background-size: cover;
  color: #515151;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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: 0 30px;
}
.cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-first:hover {
  background: #5ad2ed;
  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: #079bb3;
}
@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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
}
.cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-last {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: 0 30px;
  margin-left: 20px;
}
.cta-block .cta-block-inside .cta-block-buttons .cta-block-btn-last:hover {
  background: #fff;
  border-color: #fff;
  color: #1bb9d5;
  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: #5ad2ed;
  background-color: #5ad2ed;
  color: #fff;
}
@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: "Gotham A", "Gotham B", Arial, 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 h1 {
  font-size: 24px;
  margin: 0 0 0.75rem 0;
  line-height: 1.6rem;
  font-weight: 500;
}
ul.cta-cards li span.link {
  display: block;
  margin: 1rem 0 0;
  text-transform: uppercase;
}
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: 200px;
  -webkit-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
          transform: translateY(-80%);
  position: relative;
  z-index: 2;
  margin-bottom: -200px;
}
.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 .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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #a0a0a0;
  font-size: 14px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 600px) {
  .page-case-study .case-study h1.h2 {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }
}
.page-case-study .case-study h4 {
  font-family: "Gotham A", "Gotham B", Arial, 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: #d32781 !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://img.brightcove.com/web/quote-overlay-small.png") 40px 30px no-repeat;
}
@media only screen and (max-width: 480px) {
  .page-case-study .case-study-quote {
    padding: 105px 10px 40px;
    background: url("https://img.brightcove.com/web/quote-overlay-small.png") center 40px no-repeat;
  }
}
.page-case-study .case-study-quote blockquote {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  font-style: italic;
  color: #d32781;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .page-case-study .case-study-quote blockquote {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
  }
}
.page-case-study .case-study-quote cite {
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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-leadership .person--tile,
.page-partners .partner--tile {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
  height: 315px;
  margin-bottom: 2.5%;
  -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: #515151;
  -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-leadership .person--tile:before,
.page-partners .partner--tile:before,
.page-customers .customer--tile:after,
.page-events .event--tile:after,
.page-leadership .person--tile:after,
.page-partners .partner--tile:after {
  content: '';
  display: table;
}
.page-customers .customer--tile:after,
.page-events .event--tile:after,
.page-leadership .person--tile:after,
.page-partners .partner--tile:after {
  clear: both;
}
.page-customers .customer--tile:nth-child(4n),
.page-events .event--tile:nth-child(4n),
.page-leadership .person--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-leadership .person--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-leadership .person--tile:hover,
.page-partners .partner--tile:hover {
  -webkit-box-shadow: 0px 5px 15px 0 #ccc;
          box-shadow: 0px 5px 15px 0 #ccc;
  text-decoration: none;
}
.page-customers .customer--tile:hover .show,
.page-events .event--tile:hover .show,
.page-leadership .person--tile:hover .show,
.page-partners .partner--tile:hover .show {
  background: #1bb9d5;
}
@media only screen and (max-width: 900px) {
  .page-customers .customer--tile,
  .page-events .event--tile,
  .page-leadership .person--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-leadership .person--tile:before,
  .page-partners .partner--tile:before,
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-leadership .person--tile:after,
  .page-partners .partner--tile:after {
    content: '';
    display: table;
  }
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-leadership .person--tile:after,
  .page-partners .partner--tile:after {
    clear: both;
  }
  .page-customers .customer--tile:nth-child(4n),
  .page-events .event--tile:nth-child(4n),
  .page-leadership .person--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-leadership .person--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-leadership .person--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-leadership .person--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-leadership .person--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-leadership .person--tile:before,
  .page-partners .partner--tile:before,
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-leadership .person--tile:after,
  .page-partners .partner--tile:after {
    content: '';
    display: table;
  }
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-leadership .person--tile:after,
  .page-partners .partner--tile:after {
    clear: both;
  }
  .page-customers .customer--tile:nth-child(3n),
  .page-events .event--tile:nth-child(3n),
  .page-leadership .person--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-leadership .person--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-leadership .person--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-leadership .person--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-leadership .person--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-leadership .person--tile:before,
  .page-partners .partner--tile:before,
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-leadership .person--tile:after,
  .page-partners .partner--tile:after {
    content: '';
    display: table;
  }
  .page-customers .customer--tile:after,
  .page-events .event--tile:after,
  .page-leadership .person--tile:after,
  .page-partners .partner--tile:after {
    clear: both;
  }
  .page-customers .customer--tile:nth-child(2n),
  .page-events .event--tile:nth-child(2n),
  .page-leadership .person--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-leadership .person--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-leadership .person--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-leadership .person--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-leadership .person--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-leadership .person--tile img.img-loaded,
.page-partners .partner--tile img.img-loaded {
  opacity: 1;
}
.page-customers .customer--tile hr,
.page-events .event--tile hr,
.page-leadership .person--tile hr,
.page-partners .partner--tile hr {
  border: none;
  border-bottom: 1px solid #ddd;
}
.page-customers .customer__logo,
.page-events .event__logo,
.page-leadership .person__logo,
.page-partners .partner__logo {
  width: 100%;
  margin: 0 auto;
}
.page-customers .customer__logo--wrapper,
.page-events .event__logo--wrapper,
.page-leadership .person__logo--wrapper,
.page-partners .partner__logo--wrapper {
  padding-bottom: 54%;
  height: 0;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.page-customers .customer__tagline,
.page-events .event__tagline,
.page-leadership .person__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-leadership .person__tagline,
  .page-partners .partner__tagline {
    font-size: 13px;
  }
}
.page-customers .customer__readmore--wrapper,
.page-events .event__readmore--wrapper,
.page-leadership .person__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-leadership .person__readmore--wrapper i,
.page-partners .partner__readmore--wrapper i {
  font-style: normal;
  color: #aaa;
}
.page-customers .customer__video-icon--wrapper,
.page-events .event__video-icon--wrapper,
.page-leadership .person__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-leadership .person__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-leadership .person__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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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: #5ad2ed;
  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: #079bb3;
}
.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 .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;
}
@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-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;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  max-width: 600px;
}
.page-customers .title-hero-subtitle {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
  margin: 24px 0px;
}
.page-customers .title-hero-cta {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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-top: 15px;
}
.page-customers .title-hero-cta:hover {
  background: #5ad2ed;
  text-decoration: none !important;
}
.page-customers .title-hero-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
@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 .filter-mechanism {
  display: none;
}
.bc-editable {
  position: relative;
}
.bc-editable-link {
  display: none;
  position: absolute;
  background: #fff;
  color: #1bb9d5;
  border: 1px solid #1bb9d5;
  border-radius: 2px;
  padding: 0 6px;
  right: 5px;
  top: 5px;
  font-size: 12px;
}
.bc-editable-link:hover {
  color: #fff;
  background: #1bb9d5;
}
.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: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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: #1bb9d5;
  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: #1bb9d5;
  background: #1bb9d5;
  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: "Gotham A", "Gotham B", Arial, 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;
}
.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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #079bb3;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: #eee;
  *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: #fff;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 10px;
  background: #fff url("https://img.brightcove.com/web/select-arrow-2.png") right center no-repeat;
  padding-right: 35px;
  font-family: "Gotham A", "Gotham B", Arial, 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 #fff;
  border-radius: 5px;
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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 {
  width: 132px;
  height: 33px;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}
.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: #717171;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1135px) {
  .gh-supernav-item,
  .gh-supernav-divider,
  .gh-supernav-spacer {
    display: none;
  }
}
.gh-supernav-item {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
}
.gh-supernav-item.link:hover {
  text-decoration: underline;
}
.gh-supernav-divider {
  margin: 0 20px;
}
.gh-supernav-divider::after {
  content: "|";
}
.gh-supernav-spacer {
  margin-left: 37px;
}
.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;
    margin-top: 8px;
    background-color: #515151;
  }
  .gh-burgerbutton span::before,
  .gh-burgerbutton span::after {
    background: #515151;
    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: 12px;
  font-weight: 500;
  line-height: 1;
  background: #fff;
}
.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 21px 124px;
    padding-top: 36px;
  }
  .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: -90%;
    width: 90%;
  }
}
@media only screen and (min-width: 1136px) {
  .gh-bottom {
    height: 64px;
  }
  .gh-bottom-placeholder {
    height: 64px;
  }
  .gh-bottom.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -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);
  }
  .gh-bottom.stuck .gh-logo {
    margin-top: 11px;
  }
  .gh-bottom.stuck .gh-contact-button {
    background: #1bb9d5;
    color: #fff;
    border-color: #1bb9d5;
  }
  .gh-bottom.stuck .gh-contact-button:hover {
    background: #5ad2ed;
    border-color: #5ad2ed;
  }
}
@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 {
    margin-top: 8px;
    text-align: 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: top;
  text-transform: uppercase;
}
@media only screen and (min-width: 1136px) {
  .gh-contact-button {
    display: inline-block;
    white-space: nowrap;
  }
}
.gh-nav-item {
  vertical-align: top;
  z-index: 51;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 1136px) {
  .gh-nav-item {
    display: inline-block;
  }
}
@media only screen and (min-width: 1136px) {
  .gh-nav-item.pseudo-hover .gh-nav-item-label {
    border-bottom: #1bb9d5 solid 4px;
  }
}
.gh-nav-item-label {
  text-transform: uppercase;
}
@media only screen and (max-width: 1135px) {
  .gh-nav-item-label {
    color: #515151;
  }
}
@media only screen and (min-width: 1136px) {
  .gh-nav-item-label {
    color: #515151;
    padding: 0 8px;
    display: block;
    margin: 0 15px;
    line-height: 52px;
    letter-spacing: 0.3px;
  }
  .gh-nav-item-label:hover,
  .gh-nav-item-label:focus {
    cursor: pointer;
    border-bottom: #1bb9d5 solid 4px;
  }
}
.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 #ddd;
  }
  .gh-nav-item-label {
    display: inline-block;
    width: 100%;
  }
  .gh-nav-item.first {
    border-top: 0;
  }
  .gh-nav-item-label {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-nav-item-minor {
    display: block;
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 0;
    color: #717171;
  }
  .gh-nav-item-minor-label {
    display: inline-block;
    width: 100%;
  }
  .gh-nav-item-minor.first {
    border-bottom: 1px solid #ddd;
    padding-top: 40px;
  }
  .gh-nav-item-minor .gh-nav-item-minor-label {
    padding: 0;
    margin: 0;
  }
}
.gh-nav-item-expandbutton {
  display: none;
}
@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-nav-item-expandbutton::before {
    content: "+";
  }
  .gh-expanded .gh-nav-item-expandbutton::before {
    content: "-";
  }
}
.gh-contact-button {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 25px;
  height: 36px;
  line-height: 36px;
  float: right;
}
.gh-contact-button:hover {
  background: #5ad2ed;
  text-decoration: none !important;
}
.gh-contact-button:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
@media only screen and (min-width: 1136px) {
  .gh-contact-button {
    background-color: #fff;
    color: #1bb9d5;
    border: 2px solid;
    margin-top: 4px;
  }
  .gh-contact-button:hover {
    border-color: #1bb9d5;
    background-color: #1bb9d5;
    color: #fff;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-contact-button {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    background: #1bb9d5;
    color: #fff;
    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, -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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    border: 0;
    margin-top: 30px;
  }
  .gh-contact-button:hover {
    background: #5ad2ed;
    text-decoration: none !important;
  }
  .gh-contact-button:active {
    -webkit-transform: translate3d(0px, 1px, 0px);
            transform: translate3d(0px, 1px, 0px);
    background: #079bb3;
  }
}
.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 {
    border-top: 1px solid #eee;
    background: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(34,34,34,0.1);
            box-shadow: 0px 2px 4px 0px rgba(34,34,34,0.1);
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1170px;
    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;
  }
  .gh-search-dropdown-inner {
    padding-top: 35px;
    padding-bottom: 38px;
    text-align: center;
    opacity: 1;
  }
  .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: #515151;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
}
@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: 59px;
    line-height: 0;
    text-align: center;
    background: #1bb9d5;
    color: #fff;
  }
  .gh-search-button .icon-search {
    position: relative;
    font-size: 21px;
    top: 1px;
  }
  .gh-search-input {
    width: 585px;
    margin-left: 68px;
    margin-right: 9px;
  }
}
@media only screen and (max-width: 1135px) {
  .gh-search-input {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    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 {
    border-top: 1px solid #eee;
    background: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(34,34,34,0.1);
            box-shadow: 0px 2px 4px 0px rgba(34,34,34,0.1);
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    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);
  }
  .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, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@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;
  }
}
.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: 20px 20px 10px;
    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: #515151;
    line-height: 19px;
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
  }
  .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 {
    text-decoration: underline;
  }
}
@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,
  .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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 0;
    color: #717171;
  }
  .gh-why-brightcove-section-items-label,
  .gh-products-section-items-label,
  .gh-solutions-section-items-label,
  .gh-resources-section-items-label,
  .gh-company-section-items-label,
  .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: 100%;
  }
}
@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: "Gotham A", "Gotham B", Arial, 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: #515151;
}
.blog-dropdown .blog-dropdown-menu .blog-dropdown-item a:hover {
  color: #333;
  text-decoration: underline;
}
@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: 90px 0 82px 0;
  color: #515151;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}
@media only screen and (max-width: 1150px) {
  .gf {
    padding: 50px 0 40px 0;
  }
}
.gf-top {
  *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: #515151;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #515151;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 32px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.gf-category-title:first-child {
  margin-top: 3px;
}
.gf-category-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
.gf-category-link {
  color: #515151;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #515151;
  display: block;
  margin-bottom: 10px;
  line-height: 16px;
}
.gf-category-link:hover {
  text-decoration: underline;
}
.gf-description {
  font-family: "Gotham A", "Gotham B", Arial, 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: #a0a0a0;
}
@media only screen and (max-width: 900px) {
  .gf-bottom-copyright {
    display: block;
    margin: 0 0 10px 0;
  }
}
.gf-bottom-link {
  color: #515151;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #a0a0a0;
}
@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;
}
.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:before {
  content: 'b';
}
.gf-social-googleplus:before {
  content: 'c';
}
.gf.dark {
  background: #515151;
  color: #fff;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}
.gf.dark .gf-category-title {
  color: #fff;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 32px;
}
.gf.dark .gf-category-link {
  color: #fff;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}
.homepage #slider-video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.homepage .slider {
  background: #515151 url("https://img.brightcove.com/web/homepage-desktop-lq.jpg");
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.lang-ja .homepage .slider h2 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .homepage .slider {
    background: url("https://img.brightcove.com/web/homepage-mobile-02.jpg");
    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: "Gotham A", "Gotham B", Arial, 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://img.brightcove.com/web/homepage-mobile-02.jpg");
    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 .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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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: #5ad2ed;
  text-decoration: none !important;
}
.homepage .slider-cta-primary:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
.homepage .slider-cta-secondary {
  margin-left: 10px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: #1bb9d5;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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 .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: #515151;
  -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: #1bb9d5;
}
.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: #1bb9d5;
}
.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: #515151;
  -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: #1bb9d5;
}
.homepage .succeed-with-video .section-center .center-col .swv-tiles.comms li a i:before {
  color: #2b83df;
}
.homepage .succeed-with-video .explore {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: #1bb9d5;
  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: #5ad2ed;
  border-color: #5ad2ed;
}
.homepage .inpage-bg {
  padding: 60px 0;
  background: url("https://img.brightcove.com/web/landing-pages/hub-sem/mark-pattern.png") repeat left center #1bb9d5;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: #5ad2ed;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 52px;
  color: #515151;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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;
}
.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: #1bb9d5;
  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: "Gotham A", "Gotham B", Arial, 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("https://img.brightcove.com/web/landing-pages/hub-sem/confetti-01.png") 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: "Gotham A", "Gotham B", Arial, 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("https://img.brightcove.com/web/landing-pages/hub-sem/confetti-02.png") 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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://img.brightcove.com/web/landing-pages/hub-sem/mark-pattern.png") repeat left center #1bb9d5;
  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("https://img.brightcove.com/web/landing-pages/hub-sem/confetti-03.png") 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: #515151;
}
.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("https://img.brightcove.com/web/landing-pages/hub-sem/confetti-04.png") 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #515151;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #515151;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.manifesto .content .manifesto-three-col {
  padding: 80px 0 40px;
  background: url("https://img.brightcove.com/web/landing-pages/manifesto/confetti-01.png") no-repeat center center;
  background-size: auto 100%;
}
.manifesto .content .manifesto-three-col h3 {
  margin: 0 auto 60px;
  width: 430px;
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-weight: 400;
  color: #515151;
}
.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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: #515151;
}
.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: #1bb9d5;
}
.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("https://img.brightcove.com/web/cta-block-bg.jpg");
  color: #515151;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #d5257c;
  color: #fff;
  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, -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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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("//img.brightcove.com/blog-assets/blog-ui-sprite.png");
    background-repeat: no-repeat;
    background-position: 20px -85px;
    padding: 0;
    height: 64px;
    width: 64px;
    margin: 0;
  }
  .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 21px 124px;
    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: "Gotham A", "Gotham B", Arial, 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: #515151;
}
.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: -90%;
    width: 90%;
  }
}
@media only screen and (max-width: 1135px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1135px) and (min-resolution: 1.5dppx), only screen and (max-width: 1135px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 1135px) and (min-resolution: 144dpi) {
  .language-picker {
    background-image: url("//img.brightcove.com/blog-assets/blog-ui-sprite2x.png");
    background-size: 183px 200px;
  }
}
@media only screen and (max-width: 600px) {
  .lang-de .page-leadership .title-hero-title {
    font-size: 26px;
  }
}
.page-leadership .content h2 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #515151;
  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;
}
.page-leadership .person--tile {
  background: #fff;
  height: 365px;
}
.page-leadership .person--tile img {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .page-leadership .person--tile {
    height: auto;
  }
}
.page-leadership .person-name {
  margin-top: 16px;
  color: #333;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.page-leadership .person-title {
  color: #333;
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.page-leadership .board .leadership-list {
  margin-bottom: 0;
}
.page-leadership .IN-widget {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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;
}
.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: "Gotham A", "Gotham B", Arial, 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: #2b83df;
}
.post-detail .post-sections-title.marketing {
  background-color: #d5257c;
}
.post-detail .post-sections-title.developer {
  background-color: #1bb9d5;
}
.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: "Gotham A", "Gotham B", Arial, 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: #0052ad;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 2px;
  font-family: "Gotham A", "Gotham B", Arial, 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: #4184cc;
}
.post-title-container .edit-controls .unpublished {
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  margin-bottom: 7px;
  color: #d5257c;
}
.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("//img.brightcove.com/blog/blog-blockquote-bg.png") 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #0052ad;
  color: #fff;
  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, -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-size: 14px;
  text-transform: uppercase;
  display: block;
  margin: 10px 0 10px 30px;
  padding: 0 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: #4184cc;
  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: #063980;
}
@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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin: 2.5em 0;
  color: #d5257c;
  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: #00b09c;
}
.related-posts .related-post-container:nth-of-type(3):hover .related-post-title {
  text-decoration: none;
  background: #1bb9d5;
}
.related-posts .related-post-container:nth-of-type(4):hover .related-post-title {
  text-decoration: none;
  background: #2b83df;
}
.related-posts .related-post-container:nth-of-type(5):hover .related-post-title {
  text-decoration: none;
  background: #0052ad;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  margin-top: 0.7em;
  color: #d5257c;
}
@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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  border-color: #d5d5d5;
  color: #515151;
  -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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  background: #0052ad;
}
.sidebar .ad-section #mc_embed_signup .button:hover {
  background: #4184cc;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.legal-content #mc_embed_signup input.email {
  height: 36px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  border-color: #d5d5d5;
  color: #515151;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #ef6c2a;
  color: #fff;
  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, -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: "Gotham A", "Gotham B", Arial, 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;
}
.login-dropdown {
  cursor: pointer;
  position: relative;
}
.login-dropdown .icon-user {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}
.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: "Gotham A", "Gotham B", Arial, 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: #515151;
}
.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: #515151;
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}
.our-story-hero-cta {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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: #5ad2ed;
  text-decoration: none !important;
}
.our-story-hero-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
.our-story-hero-video-cta,
.our-story-hero-other-cta {
  margin-top: 30px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: #1bb9d5;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: #1bb9d5;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.pager .pager-prev.last {
  float: none;
  margin: 0 auto;
}
.pager .pager-prev a {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #ddd;
  color: #fff;
  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, -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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.pager .pager-next.first {
  float: none;
  margin: 0 auto;
}
.pager .pager-next a {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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: #5ad2ed;
  text-decoration: none !important;
}
.pager .pager-next a:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
.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: 'ProximaNova-Regular', 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-image: url("//img.brightcove.com/blog-assets/blog-ui-sprite.png");
  background-repeat: no-repeat;
  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-image: url("//img.brightcove.com/blog-assets/blog-ui-sprite2x.png");
    background-size: 183px 200px;
  }
}
@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;
}
.title-hero-subtitle {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}
.partners-inquiry-cta {
  color: #fff;
  clear: both;
  top: -58px;
  position: absolute;
  height: 204px;
  right: 0;
  background: #3f86df;
  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;
}
.partners-inquiry-cta .partners-inquiry-copy i {
  font-size: 14px;
  margin-right: 5px;
}
.partners-inquiry-cta-mobile {
  display: none;
  background: #3f86df;
  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;
  }
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  margin-top: 60px;
  margin-bottom: 42px;
}
.page-partner .partner-section-label {
  font-family: "Gotham A", "Gotham B", Arial, 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-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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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: #5ad2ed;
  text-decoration: none !important;
}
.page-partner .partner-website a:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.post-list.blog-home .post-sections-title i {
  float: right;
  font-size: 16px;
  margin-top: 1px;
}
.post-list.blog-home .post-sections-title.media {
  background-color: #2b83df;
}
.post-list.blog-home .post-sections-title.marketing {
  background-color: #d5257c;
}
.post-list.blog-home .post-sections-title.developer {
  background-color: #1bb9d5;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.post-list .pager {
  margin-top: 64px;
}
.post-list .prehead {
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-left: 2px;
  letter-spacing: 3px;
}
.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: "Gotham A", "Gotham B", Arial, 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: #1bb9d5;
}
.post-list .byline a.section-link:hover {
  color: #1bb9d5;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  height: auto;
  color: #333;
  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: #1bb9d5;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", Arial, 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: #5ad2ed;
}
.post-list .post-list-load-more .load-more-cta-container .load-more-cta:active {
  background: #079bb3;
}
@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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.post-list .signup-horiz #mc_embed_signup input.email {
  height: 36px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  border-color: #d5d5d5;
  color: #515151;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  background: #0052ad;
}
.post-list .signup-horiz #mc_embed_signup .button:hover {
  background: #4184cc;
}
@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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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 #d5257c;
}
.page-press-release-detail .pr-prehead {
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.page-press-release-detail .pr-date {
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif !important;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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: #1bb9d5;
  color: #fff;
  border-color: #1bb9d5;
  padding: 0 24px;
}
.contained.logo-use button:hover {
  background: #5ad2ed;
  text-decoration: none !important;
}
.contained.logo-use button:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
.contained.logo-use button:hover {
  background: #5ad2ed;
  border-color: #5ad2ed;
}
.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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: #1bb9d5;
  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: #5ad2ed;
  color: #5ad2ed;
}
.page-newsroom .press-inquiry-cta {
  color: #fff;
  clear: both;
  top: -70px;
  position: absolute;
  height: 204px;
  right: 0;
  background: #3f86df;
  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: #fff;
}
.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;
  }
}
.unified-pricing .pricing-hero {
  background: url("https://img.brightcove.com/web/pattern-light.jpg") repeat center center;
  background-size: cover;
  padding: 50px 0;
  color: #515151;
}
.unified-pricing .pricing-hero h1 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  margin: 0 0 2px;
}
.unified-pricing .pricing-hero h2 {
  font-family: "Gotham A", "Gotham B", Arial, 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;
  -webkit-box-shadow: 0px 2px 5px 0 #ccc;
          box-shadow: 0px 2px 5px 0 #ccc;
  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.marketing h3 {
  background-color: #1bb9d5;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.marketing .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #1bb9d5;
  color: #1bb9d5;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.marketing .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #5ad2ed;
  background-color: #5ad2ed;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.comms h3 {
  background-color: #2b83df;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.comms .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #2b83df;
  color: #2b83df;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.comms .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #5ebcf4;
  background-color: #5ebcf4;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.monetization h3 {
  background-color: #00b09c;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.monetization .cta-position .pricing-cta {
  background-color: transparent;
  border: 2px solid #00b09c;
  color: #00b09c;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li.monetization .cta-position .pricing-cta:hover {
  color: #fff;
  border-color: #40c4b5;
  background-color: #40c4b5;
}
.unified-pricing .pricing-hero ul.pricing-tiles > li h3 {
  margin: 0;
  padding: 15px;
  font-family: "Gotham A", "Gotham B", Arial, 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;
}
.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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #717171;
}
.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: "Gotham A", "Gotham B", Arial, 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;
}
.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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  color: #515151;
}
.unified-pricing .unified-features-vms h4,
.unified-pricing .unified-features-evs h4 {
  margin: 0 0 30px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #515151;
}
.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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  text-transform: uppercase;
  background-color: #515151;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-weight: 400;
  line-height: 18px;
  color: #515151;
}
.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: #1bb9d5;
}
.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: #1bb9d5;
}
.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: #2b83df;
}
.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: #2b83df;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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 #1bb9d5;
  padding: 0 25px;
  height: auto;
  line-height: 3rem;
  margin-top: 25px;
}
.unified-pricing .quotation p.clear button:hover {
  background: #5ad2ed;
  text-decoration: none !important;
}
.unified-pricing .quotation p.clear button:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
.unified-pricing .quotation p.clear button:hover {
  border: 2px solid #5ad2ed;
}
.unified-pricing .quotation .divider {
  height: 6px;
  background-color: #ccc;
  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: url("https://img.brightcove.com/web/landing-pages/hub-sem/confetti-05.png") no-repeat center center;
  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: "Gotham A", "Gotham B", Arial, 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: #1bb9d5;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
}
@media only screen and (max-width: 600px) {
  .product-block-title {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
  }
}
.product-block-desc {
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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 30px;
  margin-top: 40px;
  border-color: #fff;
  color: #fff;
}
.product-block-cta:hover {
  background: #fff;
  border-color: #fff;
  color: #1bb9d5;
  text-decoration: none !important;
}
.product-block-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.pricing-page .page-body {
  border-bottom: 6px solid #ccc;
  width: auto;
  margin: 0 auto;
  max-width: 1250px;
}
.pricing-page .pricing-block {
  padding-bottom: 90px;
}
.pricing-page .pricing-block-title {
  padding: 60px 0;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}
.pricing-page .pricing-block-title-text {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  text-transform: none;
  letter-spacing: -1px;
}
.pricing-page .pricing-block-title-subtext {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  padding-top: 12px;
}
.pricing-page .pricing-block-col-btn {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
}
.pricing-page .pricing-block-col-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #1bb9d5;
  text-decoration: none !important;
}
.pricing-page .pricing-block-col-btn:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #efefef;
  border-color: #efefef;
}
.lang-fr .pricing-page .pricing-block-col-btn {
  font-size: 12px;
}
.pricing-page .pricing-block-col-btn:hover {
  background: #5ad2ed;
  border-color: #5ad2ed;
  color: #fff;
}
.pricing-page .pricing-block-col-billing-notice {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
}
.pricing-page .pricing-block .datasheet-download {
  text-align: center;
  padding-top: 40px;
}
.pricing-page .pricing-bg {
  background: #f4f4f4;
  border-bottom: 0px solid #ccc;
  max-width: 100%;
}
.pricing-page .pricing-block-title {
  padding-bottom: 60px;
  padding-top: 96px;
}
.pricing-page .pricing-block-title-subtext {
  color: #ef6c2a;
}
.pricing-page .pricing-block-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pricing-page .pricing-block-col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.125%;
  margin-left: 0%;
  margin-right: 2.5%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0 #ccc;
          box-shadow: 0px 2px 5px 0 #ccc;
}
.pricing-page .pricing-block-col:before,
.pricing-page .pricing-block-col:after {
  content: '';
  display: table;
}
.pricing-page .pricing-block-col:after {
  clear: both;
}
.pricing-page .pricing-block-col:last-child {
  margin-right: 0%;
}
.pricing-page .no-starter .pricing-block-col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.pricing-page .no-starter .pricing-block-col:before,
.pricing-page .no-starter .pricing-block-col:after {
  content: '';
  display: table;
}
.pricing-page .no-starter .pricing-block-col:after {
  clear: both;
}
.pricing-page .no-starter .pricing-block-col:last-child {
  margin-right: 0%;
}
.pricing-page.evs .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;
}
.pricing-page.evs .pricing-block-col:before,
.pricing-page.evs .pricing-block-col:after {
  content: '';
  display: table;
}
.pricing-page.evs .pricing-block-col:after {
  clear: both;
}
.pricing-page.evs .pricing-block-col:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.pricing-page.evs .pricing-block-col:nth-child(3n+1) {
  clear: both;
}
.pricing-page.evs .pricing-block-col:first-child {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 17.08333333333333%;
  margin-right: 2.5%;
}
.pricing-page.evs .pricing-block-col:first-child:before,
.pricing-page.evs .pricing-block-col:first-child:after {
  content: '';
  display: table;
}
.pricing-page.evs .pricing-block-col:first-child:after {
  clear: both;
}
.pricing-page.evs .pricing-block-col:first-child:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.pricing-page.evs .pricing-block-col:first-child:nth-child(3n+1) {
  clear: both;
}
.pricing-page.evs .no-starter .pricing-block-col:first-child {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.66666666666666%;
  margin-left: 34.16666666666666%;
  margin-right: 2.5%;
}
.pricing-page.evs .no-starter .pricing-block-col:first-child:before,
.pricing-page.evs .no-starter .pricing-block-col:first-child:after {
  content: '';
  display: table;
}
.pricing-page.evs .no-starter .pricing-block-col:first-child:after {
  clear: both;
}
.pricing-page.evs .no-starter .pricing-block-col:first-child:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.pricing-page.evs .no-starter .pricing-block-col:first-child:nth-child(3n+1) {
  clear: both;
}
.pricing-page.evs .editions-table .starter,
.pricing-page.evs .editions-table .pro,
.pricing-page.evs .editions-table .enterprise {
  width: 30%;
}
.pricing-page.evs .editions-table tbody .enterprise {
  background: #fff;
}
.pricing-page.evs .editions-block.no-starter .editions-table tbody .enterprise {
  background: #f4f4f4;
}
.pricing-page .pricing-block-col-title-text {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  height: 60px;
  line-height: 60px;
}
.pricing-page .pricing-block-col-title {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background-color: #2b83d7;
  letter-spacing-: -1px;
  text-transform: uppercase;
  padding: 0px 30px;
}
.pricing-page .pricing-block-col-body {
  padding: 30px;
  border-top: 0px;
}
.pricing-page .pricing-block-col-desc {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.lang-fr .pricing-page .pricing-block-col-desc {
  font-size: 16px;
  line-height: 24px;
}
.lang-de .pricing-page .pricing-block-col-desc {
  font-size: 16px;
  line-height: 24px;
}
.lang-es .pricing-page .pricing-block-col-desc {
  font-size: 16px;
  line-height: 24px;
}
.pricing-page .pricing-block-col-billing-notice {
  margin: 0 0 10px;
}
.pricing-page .pricing-block-col-detail {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding-top: 5px;
  line-height: 16px;
}
.pricing-page .pricing-block-col-features {
  padding-top: 15px;
  line-height: 24px;
  margin-bottom: 80px;
}
.pricing-page .pricing-block-col-features ul {
  padding-left: 0;
}
.pricing-page .pricing-block-col-features ul li {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 400;
  list-style-type: none;
  background: url("https://img.brightcove.com/web/products/check-green.png") 0 5px no-repeat;
  margin-bottom: 7px;
  padding-left: 20px;
  line-height: 21px;
  letter-spacing: -0.2px;
}
.pricing-page .pricing-block-col-price strong {
  font-size: 30px;
  font-weight: 500;
}
.pricing-page .pricing-center {
  text-align: center;
}
.pricing-page .datasheet-download {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.pricing-page .datasheet-download:before,
.pricing-page .datasheet-download:after {
  content: '';
  display: table;
}
.pricing-page .datasheet-download:after {
  clear: both;
}
.pricing-page .datasheet-download:nth-child(1n) {
  margin-right: 0%;
  float: right;
}
.pricing-page .datasheet-download:nth-child(1n+1) {
  clear: both;
}
.pricing-page .editions-block {
  padding-bottom: 60px;
}
.pricing-page .editions-block h3 {
  text-transform: uppercase;
  color: #ef6c2a;
  font-size: 18px;
  text-align: center;
  padding: 40px 0px 0px;
}
.pricing-page .editions-block hr {
  border: 0px;
  border-bottom: 1px solid #ddd;
}
.pricing-page .editions-block hr.no-starter .starter {
  display: none;
}
.pricing-page .editions-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.pricing-page .editions-table .subhead {
  background: #515151 !important;
  color: #fff;
  text-transform: uppercase;
}
.pricing-page .editions-table-title {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-weight: 300;
  line-height: 48px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 20px;
}
.pricing-page .editions-table .starter,
.pricing-page .editions-table .pro,
.pricing-page .editions-table .enterprise {
  width: 20%;
  text-align: center;
}
.pricing-page .editions-table td {
  padding: 12px 15px 10px;
}
.pricing-page .editions-table thead .feature,
.pricing-page .editions-table thead .starter,
.pricing-page .editions-table thead .pro,
.pricing-page .editions-table thead .enterprise {
  background: #515151;
  color: #fff;
  text-transform: uppercase;
}
.pricing-page .editions-table tbody .starter {
  background: #f4f4f4;
}
.pricing-page .editions-table tbody .pro {
  background: #fff;
}
.pricing-page .editions-table tbody .enterprise {
  background: #f4f4f4;
}
.pricing-page .editions-table tbody td {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.pricing-page .editions-table tbody td i {
  font-size: 32px;
  color: #94c039;
}
.pricing-page .editions-table tbody td i:before {
  line-height: 0;
  display: block;
}
@media only screen and (max-width: 1100px) {
  .pricing-page .pricing-block-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%;
    margin-bottom: 30px;
  }
  .pricing-page .pricing-block-col:before,
  .pricing-page .pricing-block-col:after {
    content: '';
    display: table;
  }
  .pricing-page .pricing-block-col:after {
    clear: both;
  }
  .pricing-page .pricing-block-col:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .pricing-page .pricing-block-col:nth-child(2n+1) {
    clear: both;
  }
  .pricing-page .pricing-block-col-features {
    margin-bottom: 120px;
  }
  .pricing-page.evs .pricing-block-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .pricing-page.evs .pricing-block-col:before,
  .pricing-page.evs .pricing-block-col:after {
    content: '';
    display: table;
  }
  .pricing-page.evs .pricing-block-col:after {
    clear: both;
  }
  .pricing-page.evs .pricing-block-col:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .pricing-page.evs .pricing-block-col:nth-child(2n+1) {
    clear: both;
  }
  .pricing-page.evs .pricing-block-col:first-child {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .pricing-page.evs .pricing-block-col:first-child:before,
  .pricing-page.evs .pricing-block-col:first-child:after {
    content: '';
    display: table;
  }
  .pricing-page.evs .pricing-block-col:first-child:after {
    clear: both;
  }
  .pricing-page.evs .pricing-block-col:first-child:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .pricing-page.evs .pricing-block-col:first-child:nth-child(2n+1) {
    clear: both;
  }
  .pricing-page.evs .no-starter .pricing-block-col:first-child {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 25.625%;
    margin-right: 2.5%;
  }
  .pricing-page.evs .no-starter .pricing-block-col:first-child:before,
  .pricing-page.evs .no-starter .pricing-block-col:first-child:after {
    content: '';
    display: table;
  }
  .pricing-page.evs .no-starter .pricing-block-col:first-child:after {
    clear: both;
  }
  .pricing-page.evs .no-starter .pricing-block-col:first-child:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .pricing-page.evs .no-starter .pricing-block-col:first-child:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 640px) {
  .pricing-page .pricing-block-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .pricing-page .pricing-block-col:before,
  .pricing-page .pricing-block-col:after {
    content: '';
    display: table;
  }
  .pricing-page .pricing-block-col:after {
    clear: both;
  }
  .pricing-page .pricing-block-col:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .pricing-page .pricing-block-col:nth-child(1n+1) {
    clear: both;
  }
  .pricing-page .no-starter .pricing-block-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .pricing-page .no-starter .pricing-block-col:before,
  .pricing-page .no-starter .pricing-block-col:after {
    content: '';
    display: table;
  }
  .pricing-page .no-starter .pricing-block-col:after {
    clear: both;
  }
  .pricing-page .no-starter .pricing-block-col:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .pricing-page .no-starter .pricing-block-col:nth-child(1n+1) {
    clear: both;
  }
  .pricing-page .editions-block {
    display: none;
  }
  .pricing-page .pricing-block-col-detail {
    padding-bottom: 20px;
  }
  .pricing-page .pricing-block-col-features {
    margin-bottom: 140px;
  }
  .pricing-page .pricing-block-title-text {
    font-size: 30px;
    line-height: 44px;
  }
  .pricing-page.evs .pricing-block-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
    background-color: #fff;
  }
  .pricing-page.evs .pricing-block-col:before,
  .pricing-page.evs .pricing-block-col:after {
    content: '';
    display: table;
  }
  .pricing-page.evs .pricing-block-col:after {
    clear: both;
  }
  .pricing-page.evs .pricing-block-col:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .pricing-page.evs .pricing-block-col:nth-child(1n+1) {
    clear: both;
  }
  .pricing-page.evs .pricing-block-col:first-child {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .pricing-page.evs .pricing-block-col:first-child:before,
  .pricing-page.evs .pricing-block-col:first-child:after {
    content: '';
    display: table;
  }
  .pricing-page.evs .pricing-block-col:first-child:after {
    clear: both;
  }
  .pricing-page.evs .pricing-block-col:first-child:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .pricing-page.evs .pricing-block-col:first-child:nth-child(1n+1) {
    clear: both;
  }
  .pricing-page.evs .no-starter .pricing-block-col:first-child {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .pricing-page.evs .no-starter .pricing-block-col:first-child:before,
  .pricing-page.evs .no-starter .pricing-block-col:first-child:after {
    content: '';
    display: table;
  }
  .pricing-page.evs .no-starter .pricing-block-col:first-child:after {
    clear: both;
  }
  .pricing-page.evs .no-starter .pricing-block-col:first-child:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .pricing-page.evs .no-starter .pricing-block-col:first-child:nth-child(1n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 750px) {
  .product-page .icon-nav {
    display: none;
  }
}
.product-page .product-description {
  padding: 60px;
  margin: 0 auto;
  color: #515151;
  margin-right: -35px;
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #1bb9d5;
  color: #fff;
  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, -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: #5ad2ed;
  text-decoration: none !important;
}
.product-page-hero-cta:active {
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px);
  background: #079bb3;
}
.product-page-hero-cta.green {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  background: #95c039;
  color: #fff;
  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, -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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: #1bb9d5;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.product-page #live-benefits .column {
  width: 42%;
  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: #1bb9d5;
}
.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: #079bb3;
}
.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;
}
.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 {
  background: url("https://img.brightcove.com/web/quote-overlay-inverse.png") no-repeat;
  max-width: 900px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  font-style: italic;
  color: #515151;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }
}
.quote-block cite {
  display: block;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 18px;
}
.related-resources-item-desc {
  font-family: "Gotham A", "Gotham B", Arial, 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: #1bb9d5;
  font-family: "Gotham A", "Gotham B", Arial, 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: #1bb9d5 !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: #1bb9d5;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
}
.search-list h4 {
  color: #515151;
  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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.search-list a .summary {
  color: #515151;
  font-family: "Gotham A", "Gotham B", Arial, 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: #1bb9d5;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
  height: auto;
}
.services-page .service-description {
  padding: 50px 100px 40px 100px;
  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;
  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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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 .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: "Gotham A", "Gotham B", Arial, 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;
  }
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1bb9d5;
  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: #515151;
  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-size: 24px;
  line-height: 32px;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #515151;
  margin-top: 10px;
  line-height: 24px;
}
@media only screen and (max-width: 600px) {
  .solutions-overview-toc-page-desc {
    margin-top: -10px;
  }
}
.solutions-overview-toc-page-link {
  font-family: "Gotham A", "Gotham B", Arial, 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: #515151;
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
#solutions-related-content::before {
  content: '';
  height: 2px;
  width: 100%;
  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%, #1bb9d5), 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%, #1bb9d5 50%, #00b09c 60%, #95c039 70%, #bace11 80%, #fdc534 90%);
}
#solutions-related-content .related-resources-title {
  padding: 32px 0;
}
#solutions-related-content .related-post-container {
  width: 24%;
  margin: 0 1% 0 0;
}
#solutions-related-content .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;
}
#solutions-related-content .related-post-container:nth-of-type(1):hover .related-post-title {
  text-decoration: none;
  background: #00b09c;
}
#solutions-related-content .related-post-container:nth-of-type(2):hover .related-post-title {
  text-decoration: none;
  background: #1bb9d5;
}
#solutions-related-content .related-post-container:nth-of-type(3):hover .related-post-title {
  text-decoration: none;
  background: #2b83df;
}
#solutions-related-content .related-post-container:nth-of-type(4):hover .related-post-title {
  text-decoration: none;
  background: #0052ad;
}
#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: #515151;
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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;
}
.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: "Gotham A", "Gotham B", Arial, 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: #515151;
}
.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-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;
  }
}
.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: 800px;
}
.lang-en .solutions-marketers-ecommerce .title-hero-title {
  max-width: 800px;
}
.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;
  }
}
@-webkit-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 fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@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-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: "Gotham A", "Gotham B", Arial, 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;
}
.title-hero-subtitle.h1 {
  margin-top: 5px;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}
.lang-ja .title-hero-subtitle.h1 {
  font-family: "Gotham A", "Gotham B", Arial, 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;
  -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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #1bb9d5;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-width: 2px;
  border-color: #1bb9d5;
  border-style: solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -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: #1bb9d5;
  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;
}
@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: 60px;
  }
}
.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: inline-block;
}
.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://img.brightcove.com/homepage-fma-arrows.png");
  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;
}
.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;
}
.page-why-brightcove .video-header {
  background: #515151 url("https://img.brightcove.com/web/whybc-desktop.jpg");
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .video-header {
    background: url("https://img.brightcove.com/web/whybc-mobile.jpg");
    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://img.brightcove.com/web/whybc-mobile.jpg");
    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 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;
}
.page-why-brightcove.new .video-moves-billboard h1 {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 54px;
  margin: 0px auto;
  max-width: 800px;
  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-weight: 400;
  font-size: 18px;
  padding: 18px;
  margin-top: 0;
}
.page-why-brightcove .why-brightcove-overview {
  font-size: 24px;
  line-height: 32px;
  font-family: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 52px;
  color: #515151;
  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;
}
.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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #545454;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .product-page-row h2 {
    margin-bottom: 18px;
  }
}
.page-why-brightcove .product-page-row h2 strong {
  display: inline-block;
  margin-bottom: 40px;
  font-weight: 100;
  color: #fff;
  background-color: #23b0ac;
  padding: 12px;
  border-radius: 4px;
  font-size: 0.7em;
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .product-page-row h2 strong {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
    margin-bottom: 20px;
  }
  .page-why-brightcove .product-page-row h2 strong.tall {
    margin-bottom: 60px;
  }
}
.page-why-brightcove .product-page-row h2.no-top-margin {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .product-page-row h2.no-top-margin {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .page-why-brightcove .product-page-row h2 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;
}
@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(-90%, 0px);
        transform: translate(-90%, 0px);
    -webkit-transform: translate(-90%, 0px);
    -moz-transform: translate(-90%, 0px);
  }
}

//# sourceMappingURL=styles.styl.map