/* these now served locally with fonts.css */
/*@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);*/
/*@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);*/

* {
  margin: 0;
  padding: 0px;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 155%;
  line-height: 1.5 !important;
  -webkit-font-smoothing: antialiased;
  background-color: #1D1740;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.25 !important;
  margin: 0.8em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1, h2, h3 {
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

h1 { font-size:3em; }
h2 { font-size:2em; }
h3 { font-size:1.75em; }
h4 { font-size:2em; }
h5 { font-size:1.75em; }
h6 { font-size:1.5em; }

h1.page-title {
  font-size:4em;
  padding: 0.5em 0 0 0;
}

h1.overview-heading {
  letter-spacing: initial;
  text-transform: initial;
}

h2.page-subtitle {
  font-size: 1.5em;
  padding: 0.2em 0 0.5em 0;
}

p, li, table, label, .store-page, .homepage, .videos, .order-form, .confirm-form {
  font-size: 120%;
}

li li, table table {
  font-size: 100%;
}

ul, p {
  margin-bottom: 1em;
}

.modal {
  z-index: 9000;
}

.fs-modal .modal-dialog {
  max-width: none !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
}

.fs-modal .modal-content {
  /*height: auto;*/
  top: 5%;
  height: 90%;
  width: 90%;
  margin: 0 auto;
  min-height: 95%;
  border-radius: 0;
}

.fs-modal .ekko-lightbox-container > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.fs-modal .ekko-lightbox-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

body .cc-cookies {
  background: #1D1740;
}

body .cc-cookies a.cc-cookie-accept {
  background: #5F46EE;
}

body .cc-cookies a.cc-cookie-decline {
  background: #F59439;
}

a {
  color: #364780;
}

.nobr	{
  white-space:nowrap;
}

.main-content-wrapper ul {
  min-width: 50%;
}

@media (min-width: 992px) {
  .container #main-menu.navbar-nav {
    float: right;
  }
}

.container #main-menu.navbar-nav .sub-arrow {
  display: none;
}

.main-content-wrapper ul.nav-pills {
  min-width: inherit;
}

.main-content-wrapper p a, .main-content-wrapper ul a, .main-content-wrapper ol a {
  text-decoration: underline;
  font-weight: bold;
}

a.plain {
  text-decoration: none !important;
  font-weight: normal !important;
}

img.full-width {
  width: 100%;
  height: auto;
}

a:hover {
  color: #4764b3;
  text-decoration: none;
}

a.nostyle {
  text-decoration: none !important;
  font-weight: normal !important;
  color: #333 !important;
}

.banner-heading {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}

p.under-carousel {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: -24px;
}

.clear {
  clear: both;
}

.demo-header {
  position: relative;
  width:100%;
  height:100px;
  background: #383838 url(../img/stock/vocal1.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 14px;
  box-shadow: 0px 2px 2px 0px rgba(10, 10, 10, 0.4);
}

.demo-header h3 {
  position: absolute;
  margin: 0;
  left: 16px;
  bottom: 10px;
  color: white;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
}

.site-banner-header {
  display: block;
  background-color: #F59439;
  color: #1D1740;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}

.site-banner-header:hover {
  background-color: #CC7C31;
}

.site-banner-header .site-banner-logo {
  display: inline-block;
  background-image: url('../img/icons/emmy.png');
  background-size: cover;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 5px 5px 5px 0;
}

.site-banner-header p.site-banner-text {
  position: relative;
  display: inline;
  top: 2px;
}

.nav-pills {
  display: inline-block;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background-color: #394f8e;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border: 1px #999 solid;
  border-bottom-color: transparent;
}

.nav-tabs {
  margin-bottom: 14px;
  overflow: visible !important;
  border-bottom:1px solid #999;
}

.nav-tabs>li {
  padding-left: 5px !important;
  margin-bottom: -1px !important;
}

.nav-tabs>li a {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

h4.panel-title {
  text-decoration: none;
  font-size: 18px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #394f8e;
}

ul.nav.nav-pills {
  margin-top: 0 !important;
}

.subnav-pills ul.nav-pills>li {
  margin-top: 2px;
}

.quotes {
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #eee;
  box-shadow: 0px 2px 2px 0px rgba(10, 10, 10, 0.4);
}

.quotes p {
  font-size: 18px;
}

.quotes blockquote {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

.row .quotes {
  margin: 0;
}

.boxshade {
  border-radius: 10px;
  background-color: #eee;
  box-shadow: 0px 2px 2px 0px rgba(10, 10, 10, 0.4);
  padding: 20px;
  margin-bottom: 20px;
}

.main-content-wrapper .content-start {
  margin-top: 20px;
}

.boxshade>h1, .boxshade>h2, .boxshade>h3, .boxshade>h4, .boxshade>h5, .boxshade>h6 {
  margin-top: 0 !important;
}

ul, ol {
  list-style-position: inside;
}

.indented-list ul {
  display:table;
  list-style: none;
  margin:0px;
  padding:0px;
  font-size: 1.0em;
}
.indented-list ul > li {
  margin-left: 0;
  position: relative;
  padding-left: 20px;
}
.indented-list ul > li:before {
  content:"\2022";
  font-size: 1.0em;
  position: absolute;
  top: 0;
  left: 0;
}
.indented-list ul > li ul > li:before {
  content:"\25e6";
}

.indented-list ol {
  counter-reset: foo;
  display: table;
}

.indented-list ol > li {
  counter-increment: foo;
  display: table-row;
}

.indented-list ol > li::before {
  content: counter(foo) ".";
  display: table-cell;
  padding-right: 10px;
  text-align: right;
}

.add-voucher {
  background-color: rgb(62, 140, 187);
}

span.text-links {
  display: block;
  font-size: 1.4em;
  color: #ffffff;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.25;
  padding-bottom: 12px;
}

span.text-links a {
  color: #c0c0c0;
}

span.text-links a:hover {
  color: white;
}

.rvp-heading {
    /*background: url(../img/RVP4/4.3/RevoicePro4_logo.png) center no-repeat no-repeat;*/
    background: url(../img/RVP4/4.3/RevoicePro4_logo_white.png) center no-repeat no-repeat;
    width: 386px;
    height: 65px;
    max-width: 100%;
    background-size: contain;
    margin-top: 20px;
    /*margin-left: -6px;*/
}

.vau-heading {
    background: url(../img/VAU1/vau-logo.png) center no-repeat no-repeat;
    width: 500px;
    height: 65px;
    max-width: 100%;
    background-size: contain;
    margin-top: 20px;
}
.vau-features-header {
  background: url(../img/VAU1/jsJSt6mmbp.jpg) center no-repeat no-repeat;
  height: 220px;
  background-size: cover;
}
.vau-features-header h2 {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 260%;
  letter-spacing: 0;
  text-align: center;
  color: #fae84e;
  margin-top: 80px;
}

.vapj-heading {
  background: url(../img/VAPJ3/vapj-logo.png) center no-repeat no-repeat;
  width: 500px;
  height: 65px;
  max-width: 100%;
  background-size: contain;
  margin-top: 18px;
}

.vapj5-heading {
  background: url(../img/VAPJ5/vapj5-logo.png) center no-repeat no-repeat;
  width: 500px;
  height: 65px;
  max-width: 100%;
  background-size: contain;
  margin-top: 18px;
}
.vapj5-features-header {
  background: url(../img/VAPJ5/vocalign-ultra-features-page-header.jpg) center no-repeat no-repeat;
  height: 220px;
  background-size: cover;
}
.vapj5-features-header h2 {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 260%;
  letter-spacing: 0;
  text-align: center;
  color: #fae84e;
  margin-top: 80px;
}

.repitchbundle-heading {
  background: url(../img/REPITCH1/repitchbundle-logo.png) center no-repeat no-repeat;
  width: 900px;
  height: 65px;
  max-width: 100%;
  background-size: contain;
  margin-top: 18px;
}

.repitch1-heading {
  background: url(../img/REPITCH1/repitch-logo.png) center no-repeat no-repeat;
  width: 470px;
  height: 65px;
  max-width: 100%;
  background-size: contain;
  margin-top: 18px;
}
.repitch1-features {
  background: url(../img/REPITCH1/repitch-explore-features-sm.jpg) no-repeat no-repeat;
  height: 90px;
  background-size: 100%;
}
.repitch1-features-header {
  background: url(../img/REPITCH1/repitch-explore-features.jpg) center no-repeat no-repeat;
  height: 220px;
  background-size: cover;
}
.repitch1-features-header h1 {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 260%;
  letter-spacing: 0;
  text-align: center;
  color: #fae84e;
  margin-top: 80px;
}
.main-product-img-fit img {
  max-width: 100%;
  max-height: 100%;
}
.repitch1 .section h5.check-icon::after {
  content: "";
  background: url(../img/blue-tick.png) center no-repeat no-repeat;
  background-size: 29px 28px;
  width: 29px;
  height: 28px;
  display: inline-block;
  margin-left: 25px;
}

.repitcheil1-heading {
  background: url(../img/REPITCH1/repitcheil1-logo.png) center no-repeat no-repeat;
  width: 470px;
  height: 65px;
  max-width: 100%;
  background-size: contain;
  margin-top: 18px;
}

.subsection.img-rvp-groove h6::after {
  content: "";
  background: url(../img/RVP4/4.4/groove-3-logo.png) center no-repeat no-repeat;
  background-size: 134px 30px;
  width: 134px;
  height: 30px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -5px;
}

.rvp-features {
  background: url(../img/RVP4/4.4/revoice-features-banner.jpg) no-repeat no-repeat;
  height: 90px;
  background-size: 100%;
}

.bundle-features {
  background: url(../img/REPITCH1-VAU1-BUNDLE/repitch-and-ultra-features-banner.jpg) no-repeat no-repeat;
  height: 90px;
  background-size: 100%;
}

.dl-red-box {
  width: 100%;
  background-color: rgb(255, 0, 0);
}

.dl-red-box p {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: white;
}

.dl-red-box a {
  color: white;
  text-decoration: underline;
}

.dl-grey-box {
  font-size: 14px;
  max-width: 420px;
  background-color: #aaa;
  color: white;
  padding: 20px 20px 5px 20px;
  border-radius: 10px;
  margin-top: 20px
}

.dl-grey-box p {
  white-space: normal;
}

@media (max-width: 767px) {
  .vau-features-header h2 {
    margin-top: 65px;
  }
}
.vau .section {
  position: relative;
  padding: 40px;
}
.vau .section img {
  width: 326px;
  background-color: #f0f0f0;
  position: relative;
  margin: 10px 10px 10px 10px;
  width: 30%;
}
@media (max-width: 991px) {
  .vau .section img {
    width: 50%;
  }
}
.vau .section:nth-child(odd) {
  background-color: #f7f7f7;
}
.vau .section:nth-child(odd) img {
  float: right;
  margin-left: 40px;
}
.vau .section:nth-child(even) img {
  float: left;
  margin-right: 40px;
}
.vau .new {
  display: inline-block;
  background-image: url(../img/VAU1/xDbiQZ3lPW.png);
  background-size: cover;
  width: 44px;
  height: 44px;
  position: relative;
  top: 12px;
  left: 20px;
}
.vau .subsection img {
  width: 117px;
  float: left;
}

@media (max-width: 767px) {
  .vapj5-features-header h2 {
    margin-top: 65px;
  }
}
.vapj5 .section {
  position: relative;
  padding: 40px;
}
.vapj5 .section img {
  width: 326px;
  background-color: #f0f0f0;
  position: relative;
  margin: 10px 10px 10px 10px;
  width: 30%;
}
@media (max-width: 991px) {
  .vapj5 .section img {
    width: 50%;
  }
}
.vapj5 .section:nth-child(odd) {
  background-color: #f7f7f7;
}
.vapj5 .section:nth-child(odd) img {
  float: right;
  margin-left: 40px;
}
.vapj5 .section:nth-child(even) img {
  float: left;
  margin-right: 40px;
}
.vapj5 .new {
  display: inline-block;
  background-image: url(../img/VAU1/xDbiQZ3lPW.png);
  background-size: cover;
  width: 44px;
  height: 44px;
  position: relative;
  top: 12px;
  left: 20px;
}
.vapj5 .subsection img {
  width: 117px;
  float: left;
}

@media (max-width: 767px) {
  .repitch1-features-header h1 {
    margin-top: 65px;
  }
  .container.repitch1 .section img {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .container.repitch1 .subsection img {
    width: 20%;
  }
  .repitch1 .section h5::after {
    display: none;
  }
  .subsection.img-rvp-groove h6::after {
    display: none;
  }
}
.repitch1 .section {
  position: relative;
  padding: 40px;
}
.repitch1 .section img {
  width: 326px;
  background-color: #f0f0f0;
  position: relative;
  margin: 10px 10px 10px 10px;
  width: 30%;
}
@media (max-width: 991px) {
  .repitch1 .section img {
    width: 50%;
  }
}
.repitch1 .section:nth-child(odd) img {
  float: right;
  margin-left: 40px;
}
.repitch1 .section:nth-child(even) img {
  float: left;
  margin-right: 40px;
}
.repitch1 .new {
  display: inline-block;
  background-image: url(../img/VAU1/xDbiQZ3lPW.png);
  background-size: cover;
  width: 44px;
  height: 44px;
  position: relative;
  top: 12px;
  left: 20px;
}
.repitch1 .subsection img {
  width: 117px;
  float: left;
}

/*ul.pager li::before, ul.nav li::before {*/
  /*content: none !important;*/
  /*display: none;*/
/*}*/

/*.indented-list ul, .indented-list ol {*/
  /*overflow: hidden;*/
  /*list-style-position: inside;*/
  /*text-indent: 0;*/
  /*margin: 5px 0 5px 0;*/

  /*margin: 5px 0 5px 40px;*/
  /*list-style-position: outside;*/
/*}*/

/*.indented-list ul li, .indented-list ol li {*/
  /*padding-left: 20px;*/
  /*margin-bottom: 10px;*/
/*}*/

.sm2-bar-ui ul,.sm2-bar-ui ol {
  overflow: visible;
  margin: 0;
}

footer#footer {
  /*margin-top: 40px;*/
  background: #1D1740;
  padding: 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0px -7px 13px 4px rgba(38, 46, 56, 0.1);
}

footer#footer p {
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

footer#footer ul {
  list-style: none;
  margin-bottom: 0;
}

footer#footer ul li {
  display: inline;
  padding: 0 10px;
}

footer#footer li a {
  font-size: 16px;
}

footer#footer a, footer#footer a:hover {
  color: white;
}

footer#footer a:hover {
  text-decoration: underline;
}

footer#footer .row-footer {
  position: relative;
}

footer#footer .row-footer .queens-award {
  position: absolute;
  width: 120px;
  height: 180px;
  top: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
}

footer#footer .row-footer .queens-award.left {
  background: url(../img/footer/QA-logo-digital_innovation-white.png);
  left: 60px;
}

footer#footer .row-footer .queens-award.right {
  background: url(../img/footer/QA-logo-digital_international_trade-white.png);
  right: 60px;
}

@media (max-width: 991px) {
  footer#footer .row-footer .queens-award {
    position: relative;
    margin-bottom: 40px;
  }
  footer#footer .row-footer .queens-award.left {
    margin-left: 20px;
    float: left;
  }
  footer#footer .row-footer .queens-award.right {
    margin-right: 20px;
    float: right;
  }
}

@media (max-width: 1199px) {
  footer#footer .row-footer .queens-award.left {
    left: 20px;
  }
  footer#footer .row-footer .queens-award.right {
    right: 20px;
  }
}


/* bootstrap carousel */

.carousel .item {
  width: 100%;
}
.carousel .item img {
  width: 100%;
}
.carousel-indicators {
  bottom: 0;
  margin-bottom: 5px;
  pointer-events: none;
}
.carousel-indicators li, .carousel-indicators li.active {
  margin: 5px;
  box-shadow:  0px 0px 3px 0px rgba(38, 46, 56, 1);
  pointer-events: auto;
}
.carousel-control {
  /*display: none;*/
}

.banner-thumbs {
  margin-top: 40px;
}

.banner-thumbs .thumbnail img {
  box-shadow: 0px 1px 1px 0px rgba(10, 10, 10, 0.4);
}

.thumbnail {
  /*display: inline-block;*/
  overflow: auto;
  position: relative;
  border: none;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  z-index: 99 !important;
  box-shadow:  0px 3px 6px 2px rgba(38, 46, 56, 0.1);
  background-color: transparent;
}

.side-by-side {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}

.side-by-side #buy-btn {
  background-color: #F59439;
  color: #FFFFFF;
}

.side-by-side #buy-btn:hover {
  background-color: #CC7C31;
}

.thumbnail.transparent .caption {
  background-color: unset;
  padding: unset;
}

.homepage .caption {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.homepage .caption p {
  margin-bottom: 0;
}

.homepage .caption h2 {
  margin: 10px 0 18px;
  font-size: 1.1em;
  letter-spacing: 0;
  text-transform: none;
}

.homepage .caption h3 {
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.42857143 !important;
}

.homepage .caption h3 a {
  text-decoration: underline;
  font-weight: bold;
}

.homepage .caption > h4 {
  letter-spacing: 0.07em;
}

.homepage .full-height-card-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.homepage .full-height-card-wrapper .full-height-card {
  display: flex;
  flex-direction: column;
}

.homepage .full-height-card-wrapper .full-height-card img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.homepage .full-height-card-wrapper .caption {
  flex: 1;
  padding: 16px;
  background-color: #FFFFFF;
}

.homepage .full-height-card-wrapper .side-by-side, 
.homepage .full-height-card-wrapper .card-side-btn {
  margin-top: initial;
  background-color: #FFFFFF;
  padding: 16px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.about-synchroarts {
  background-color: #5F46EE;
  color: #FFFFFF;
  font-weight: normal;
  padding: 50px 80px;
  font-size: 12px;
}

hr {
  border-top-color: #cbcbcd;
}

hr.thin {
  margin: 0;
}

.thumbnail .caption > h4, .thumbnail .caption > h5 {
  /*font-size: 22px;*/
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.article-stream .thumbnail {
  display: block;
}

.article-list-title, .article-list-subtitle {
  display: inline-block;
}

.thumbnail.pull-right {
  margin-left: 20px;
}

.thumbnail.pull-left {
  margin-right: 20px;
}

.thumbnail .caption {
  background-color: #FFFFFF;
  padding: 16px;
  color: #000000;
}

.thumbnail.right-caption .thumb-wrap {
  float: left;
  margin-right: 15px;
}

.thumbnail.right-caption {
  float: left;
  width: 100% !important;
  overflow: hidden;
}

.thumbnail.right-caption .caption {
  padding: 10px 20px;
  text-align: left;
}

.no-border {
  border: 0;
  box-shadow: none;
}

.item-row>div {
  margin-top: 4px;
}

.item-row input {
  margin-top: -3px;
}

.total-row>div {
  margin-top: 4px;
}

.total-row label {
  padding: 0;
  margin: 0;
}

label#voucher-label {
  margin: -10px 0 10px 0;
}

#order-form {
  margin-top: 10px;
}

#order-form .header-label, #confirm-form .header-label {
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

#order-form .glyphicon {
  margin-top: 6px;
}

#order-form .surrender-requirement, #order-form .requirement {
  margin-top: 10px;
}

#order-form .surrender-rows {
  padding-left: 10px;
  border-left: #eee 1px solid;
}

#order-form .surrender-row+.surrender-row {
  border-top: #eee 1px solid;
  margin-top: 10px;
}

#order-form .surrender-row:last-child {
  margin-bottom: 10px;
}

#order-form hr, #confirm-form hr {
  margin-top: 14px;
  margin-bottom: 14px;
}

.confirm-unit-price {
  text-align: right;
}

.compatibility-legend {
  float: left;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 0px rgba(10, 10, 10, 0.4);
}

.editor-passed {
  color: green;
}

.editor-partial {
  font-size: 1.25em;
  padding:0 1px;
  color: #fec30f;
}

.editor-failed {
  color: red;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

label {
  /*font-size: 13px;*/
  font-weight: bold;
  padding-top: 7px;
}

label.first-rental, label.second-rental, label.third-rental, label.fourth-rental {
  font-weight: normal;
}

.breadcrumb-wrapper {
  background-color: #f5f5f5;
}

.breadcrumb {
  /*margin-top: 20px;*/
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumb>li+li:before {
  content: "|"
}

.subnav-pills {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

.page-heading {
  /*text-align: center;*/
}

.panel-group h2 {
  padding: 0.5em 0;
}

.panel .panel-title {
  padding: 0;
}

.panel-heading {
  padding: 0;
}

.panel .panel-title a {
  display: block;
  padding: 10px 15px;
}

.dl-product {
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  /*vertical-align: middle !important;*/
}

.image-header {
  min-height: 60px;
  background-color: #1D1740;
  /*background: #383838 url(../img/stock-banners/01.jpg) no-repeat center center fixed;*/
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  /*margin-bottom: 10px;*/
  margin-bottom: 0;
  padding: 8px 0;
  box-shadow: 0px 7px 13px 4px rgba(38, 46, 56, 0.1);
}

.image-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 46, 56, 0.75);
}

.image-header.sticky {
  position: fixed;
  top: -64px;
  left: 0;
  right: 0;
  z-index: 100;
}

.image-header.sticky h1 {
  opacity: 0;
}

.image-header h1 {
  position: relative;
  padding: 0 0 8px 0;
  margin: 0;
  margin-top: 20px;
  top: 3px;
  color: #ffffff;
  line-height: 1.1 !important;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
}

.image-header h2 {
  font-size: 1.4em;
  position: relative;
  padding: 0 0 12px 0;
  margin: 0;
  top: 2px;
  color: #ffffff;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
}

.image-header h2 .btn {
  margin-top: -2px;
  margin-left: 5px;
  font-size: 75%;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  /*text-shadow: none;*/
  color: #fff;
  font-weight: bold;
  border-color: #ccc;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
}

.image-header h2 .btn:hover {
  color: #eee;
}

.image-header a {
  color: #c0c0c0;
}

.image-header a:hover {
  color: white;
}

p.article-type {
  color: rgb(255, 255, 255);
  text-shadow: rgb(6 6 6) 2px 1px 2px;
  font-size: 3em;
  position: relative;
  padding: 0 0 8px 0;
  margin: 20px 0 0 0;
  top: 3px;
  color: #ffffff;
  line-height: 1.1 !important;
  text-shadow: 2px 1px 2px rgb(0 0 0);
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.country-header {
  background: #282345;
  color: white;
  padding-top: 11px;
  padding-bottom: 8px;
  line-height: 2em;
  box-shadow: 0px 7px 13px 4px rgba(38, 46, 56, 0.1);
}

.country-header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 1;
}

.country-message {
  margin-left: 10px;
  font-weight: bold;
  display: inline-flex;
  width: 55%;
}

.country-header .close {
  margin-top: 5px;
  color: white;
  opacity: 0.6;
}
.country-header .close:hover {
  opacity: 0.8;
}

.country-header .bootstrap-select.btn-group, .country-picker .bootstrap-select.btn-group {
  margin-top: -2px;
  margin-bottom: 1px;
}

.country-header .bootstrap-select.btn-group i, .country-picker .bootstrap-select.btn-group i {
  margin-right: 4px;
}

.country-picker ul a .text {
  text-decoration: none;
  font-weight: normal;
}

.bootstrap-select.btn-group .dropdown-menu li>a {
  padding: 3px 20px 3px 10px;
}

.order-item-quantity {
  width: 5em;
}

.alert {
  border-radius: 0;
}

.alert+.alert {
  margin-top: -20px;
}

.store-page.boxout {
  position: relative;
  padding: 15px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}

.store-page.boxout h3 {
  padding-top: 0;
  padding-bottom: 0;
}

.store-page.boxout hr {
  border-top: 1px solid #ccc;
}

.store-page.boxout hr:last-child {
  display: none;
}

.popover {
  max-width: 500px;
}

.popover-content {
  font-size: 90%;
}

i.field-info {
  margin-left: 2px;
}

i.product-icon {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: text-bottom;
  margin: 5px 10px 0 0;
}

h2 i.product-icon {
  margin-top: 4px;
}

h4 i.product-icon {
  margin-top: 0;
}

.downloads-table i.product-icon {
  margin-top: 1px !important;
}

i.product-info {
    vertical-align: super;
    font-size: 16px;
}

.new-flash {
  display: inline-block;
  position: relative;
  background-image: url('../img/RVP4/4.3/new-flash.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 38px;
  height: 38px;
  top: 8px;
  left: 10px;
}

a.btn {
  font-weight: 700;
}

.list-editor .editor-block {
  padding: 22px 20px 25px 15px;
  border: 1px solid #364780;
  border-radius: 10px;
  margin: 10px 0;
  box-shadow: 0px 0px 10px rgba(54, 71, 128, 0.2);
  font-size: 110%;
}

.list-editor a:hover .editor-block {
  border: 1px solid #4764b3;
  box-shadow: 0px 0px 10px rgba(71, 100, 179, 0.2);
  /*background-color: #F8F9FC;*/
}

.list-editor i.product-icon {
  margin: -8px 15px 0 0;
  width: 44px;
  height: 44px;
}

#order-form i.product-icon, #confirm-form i.product-icon, .downloads-table i.product-icon {
  width: 20px;
  height: 20px;
  margin: 3px 6px 0 0;
}

.downloads-table i.product-icon {
  width: 20px;
  height: 20px;
  margin: 3px 6px 0 0;
}

.downloads-table td.ilok {
  position: relative;
  width: 76px;
}

.downloads-table .ilok-mode-icon {
  /*display: block;*/
  position: absolute;
  /*width: 68px;*/
  height: 100%;
  top: 0;
  left: 8px;
}

.downloads-table .ilok-mode-icon:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.downloads-table .ilok-mode-icon img {
  display: inline-block !important;
  vertical-align: middle;
  height: 20px;
  width: auto;
  margin-right: 10px;
}

.downloads-page .popover {
  max-width: 300px;
}

.editor-col {
  margin-bottom: 20px;
}
.editor-col-3 {
  margin-bottom: 10px;
}
.editor-col h2 {
  position: relative;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  color: #fff;
  padding-bottom: 1.2em;
  font-size: 2.2em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
  letter-spacing: -0.001em;
}

.editor-col-short h2 {
  padding-bottom: 0.2em;
}

.editor-col p, .editor-col li {
  font-size: 1.1em;
}

.editor-col h4 {
  margin: 0.5em 0;
  font-size: 1.2em;
}

.editor-col-1 h2 {
  background-color: #839817;
}

.editor-col-2 h2 {
  background-color: #177898;
}

.editor-col-3 h2 {
  /*background-color: #7e1898;*/
  background-color: #981787;
}

.faq-panel-group .collapsing {
  transition: height 0.25s ease-in;
}

.faq-panel-group img {
  max-width: 50%;
}

span.faq-environment {
  float: right;
  margin-top: 4px;
  font-size: 0.7em;
  font-weight: normal;
  color: #999;
}

i.product-icon.RVPRO, i.product-icon.RVPRO3 {
  background-image: url('../img/icons/rvp.png');
}

i.product-icon.RVPRO4 {
  background-image: url('../img/icons/rvp4.png');
}

i.product-icon.RVPRO5 {
  background-image: url('../img/icons/rvp5.svg');
}

i.product-icon.VAPRO4 {
  background-image: url('../img/icons/vapro.png');
}

i.product-icon.VAU1 {
  background-image: url('../img/icons/vau1.png');
}

i.product-icon.VAPJ5 {
  background-image: url('../img/icons/vapj5.png');
}

i.product-icon.REPITCH1, i.product-icon.REPITCHEIL1 {
  background-image: url('../img/icons/repitch1.png');
}

i.product-icon.REPITCH1-PLUS-VAU1 {
  background-image: url('../img/icons/repitchbundle.png');
}

i.product-icon.VAPJ3, i.product-icon.VAPJ, i.product-icon.VAPJPT, i.product-icon.VAPJSS {
  background-image: url('../img/icons/vapj.png');
}

i.product-icon.TITAN4, i.product-icon.TTPK3 {
  background-image: url('../img/icons/titan.png');
}

.product-icon-text {
  margin: -3px 10px 0 0 !important;
}

img.editor-logo-small {
  vertical-align: middle;
  max-width: 60px;
  height: 32px;
  width: auto;
  display: -moz-inline-box; /* Firefox 2 */
  display: inline-block;
  margin-right: 10px;
}

input[type=checkbox], input[type=radio] {
  margin-right: 4px;
}

#CompanyCheck {
  margin-top: 15px;
}

.delivery-email-group {
  position: relative;
  top: -15px;
  margin-bottom: -15px;
  /*margin-top: -15px;*/
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
  color:    #aaa;
  font-weight: normal;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #aaa;
  opacity:  1;
  font-weight: normal;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #aaa;
  opacity:  1;
  font-weight: normal;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #aaa;
  font-weight: normal;
}

.guidance {
  font-size: 12px;
  font-weight: normal;
  color: #a94442;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  padding-top: 5px;
  display: none;
}

.has-error .guidance {
  display: block;
}

@media (max-width: 767px) {
  .guidance {
    text-align: left;
  }
}

.addthis_sharing_toolbox {
  height: 26px;
}

.product-page {
  position: relative;
}

.product-page .addthis_sharing_toolbox {
  position: relative;
  float: right;
  top: 18px;
  height: 50px;
}

.article {
  margin-top: 8px;
}

.article blockquote {
  border-left-color: #5F46EE;
  padding: 0px 20px;
  border-left-width: 3px;
}

.article img {
  float: right;
  clear: both;
  margin: 6px 0 20px 20px !important;
  width: 100%;
  object-fit: cover;
  height: 400px;
  box-shadow: 0px 2px 2px 0px rgba(10, 10, 10, 0.4);
}

.aspect-wrap {
  position: relative;
  width: 100%;
  height: 585px; /* % of view width. who knew? */
  float: right;
  clear: both;
  margin: 6px 0 20px 20px !important;
}

iframe.youtube-embed {
  position: relative;
  width: 100%;
  background-color: #000;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .article img {
    height: 320px;
  }
  .aspect-wrap {
    height: 473px;
  }
}

@media only screen and (max-width: 991px) {
  .article img {
    height: 240px;
  }
  .aspect-wrap {
    height: 349px;
  }
}

@media only screen and (max-width: 767px) {
  .article img {
    height: calc((100vw - 30px) * 0.385);
  }
  iframe.youtube-embed {
    padding-right: 20px;
  }
  .aspect-wrap {
    height: calc((100vw - 40px) * 0.5625);
  }
}

@media only screen and (max-width: 479px) {
  .article img {
    height: 120px;
  }
}

@media only screen and (max-width: 319px) {
  .article img {
    height: 80px;
  }
}

.article img.rounded-right {
  object-fit: fill;
  max-width: 50%;
  height: auto;
  border-radius: 12px;
}

.article img.plain-img {
  float: none;
  clear: none;
  margin: 0 !important;
  width: auto;
  height: auto;
  max-width: 50%;
  border: 1px #ccc solid;
  border-radius: 0;
  box-shadow: none;
}

.article img.pull-left {
  float: left;
  clear: both;
  margin: 6px 20px 20px 0 !important;
}

.article h1.article-title {
  margin-top: 0;
  font-size: 1.75em;
}

.article iframe {
  max-height: 100%;
  max-width: 100%;
}

.article hr {
  clear: both;
  margin-top: 10px;
}

.article .addthis_sharing_toolbox {
  float: right;
  margin-top: 6px;
  margin-left: 20px;
}

.row.article-stream {
  margin-top: 20px;
}
.row.article-stream.videos {
  margin-top: 0;
}
.row.article-stream .thumbnail {
  padding: 0;
}
.row.article-stream .thumbnail p {
  text-align: left;
}
.article-stream-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0px 2px 2px 0px rgba(10, 10, 10, 0.4);
}

.rounded {
  border-radius: 12px;
}

.article-stream-image {
  height: calc((100vw - 30px) * 0.385);
}
.videos .article-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.videos .article-stream-image {
  float: left;
  height: 30px;
  width: 45px;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  margin-right: 10px;
}
.videos .article-list-title {
  padding-top: 3px;
  font-weight: bold;
}
.reviews .article-stream-image {
  box-shadow: none;
  height: 110px;
}
.addthis_sharing_toolbox {
  text-align: left;
}

.store-page hr {
  margin: 5px 0;
}

.store-page h3 {
  margin-top: 0;
}

.store-page p {
  margin-bottom: 20px;
}

.store-page {
}

.store-header {
  margin-top: 10px;
  min-height: 32px
}

.prices, .prices-header {
  text-align: right;
}

.prices-header {
  position: relative;
}

.price-headers {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

.price-rrp {
  text-decoration: line-through;
}

.prices-header .price-rrp {
  text-decoration: none;
}

.store-price {
  display: inline-block;
  min-width: 90px;
  font-weight: bold;
  /*color: red;*/
}

.price-with-tax {
  display: inline-block;
  min-width: 100px;
}

.contact-form textarea {
  margin-bottom: 3px;
}

.nav-pills>li>a {
  background-color: #f0f0f0;
  margin-right: 5px;
  letter-spacing: 0.07em;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 8px 16px;
  text-decoration: none;
}

.nav-pills>li:last-child>a {
  margin-right: 0;
}

.nav-pills>li>a:hover {
  background-color: #dddddd;
}

footer .social-links {
  margin-top: 10px;
}

footer#footer .social-links  a:hover {
  text-decoration: none;
}

footer #FooterEmailSignup {
  width: 310px;
  display: inline;
  text-align: center;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Space at bottom of page */

.main-content-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
}

#home-carousel {
  /*margin: 0 auto;*/
  /*max-width: 940px;*/
}

.carousel .item {
  /*position: relative;*/
}

.carousel .carousel-item-text {
  position: absolute;
  left: 46px;
  width: 500px;
}

.carousel .carousel-item-text h1, .carousel .carousel-item-text h2, .carousel .carousel-item-text h3 {
  position: absolute;
  letter-spacing: -0.01em;
}

.carousel .carousel-item-text h1 {
  color: #f57e22;
  font-size: 37px;
  top: 24px;
}

.carousel .carousel-item-text h2 {
  color: #fff;
  font-size: 29px;
  top: 120px;
  font-weight: 600;
}

.carousel .carousel-item-text h3 {
  color: #fff;
  top: 244px;
  font-size: 24px;
  font-weight: 300;
}

.glyphicon-chevron-left {
  left: 25% !important;;
}

.glyphicon-chevron-right {
  right: 25% !important;
}

.compare-toggle-wrapper {
  display: flex;
  justify-content: space-between;
  background: #ff9525;
  font-size: 20px;
  color: #ffffff;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 1em;
}
.compare-toggle-wrapper p {
  padding-top: 5px;
}
.compare-toggle-wrapper input[type=radio] {
  margin-right: 15px;
  width: 1em;
  height: 1em;
}
table.feature-comparison {
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-spacing: 0;
}
table.feature-comparison td {
  border-right: 1px white solid;
}
table.feature-comparison td.title {
  background: #ff9525;
  color: white;
  text-align: center;
  font-weight: bold;
  height: 30px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
table.feature-comparison.repitch-el td.title {
  background: none;
  color: inherit;
  border-top: 0;
}
table.feature-comparison td.heading {
  background: #eee;
  text-align: center;
  height: 58px;
  width: 60px;
  padding: 13px;
  border-bottom: 12px white solid;
}
table.feature-comparison i.product-info {
  vertical-align: initial;
}
table.feature-comparison.repitch-el td.heading {
  border-bottom: none;
}
table.feature-comparison.repitch-el td.heading.RE-heading {
  background: #b6c7ed;
}
table.feature-comparison.repitch-el td.heading.feature {
  background: #ffffff !important;
}
table.feature-comparison td.feature {
  width: 277px;
  line-height: 40px;
  text-align: left;
  padding: 6px 12px;
}
table.feature-comparison tr:nth-child(odd) td.feature {
  background: white;
}
table.feature-comparison tr:nth-child(even) td.feature {
  background: #f5f5f5;
}
table.feature-comparison.repitch-el tr:nth-child(even) td.feature {
  background: #ffffff;
}
table.feature-comparison td.feature.heading {
  background: #eee !important;
  line-height: 30px;
}
table.feature-comparison td.VA3, 
table.feature-comparison.repitch-el td.REE {
  text-align: center;
  font-size: 24px;
  background: #e6e6e6;
}
table.feature-comparison td.VAU {
  text-align: center;
  font-size: 24px;
}
table.feature-comparison.repitch-el td.RE {
  text-align: center;
  font-size: 24px;
  background: #b6c7ed;
}
table.feature-comparison td.RVP {
  text-align: center;
  font-size: 24px;
  background: #e6e6e6;
}
table.feature-comparison td.REPITCH {
  text-align: center;
  font-size: 24px;
  background: #ffebd2;
  color: #ff9000;
}
table.feature-comparison td.sm {
  font-size: 14px;
  color: black;
}
table.feature-comparison.repitch-el tr.highlight.item td {
  cursor: default;
}
table.feature-comparison tr.highlight.item td {
  cursor: pointer;
}
table.feature-comparison tr.highlight.item:nth-child(odd) td.feature {
  background: #ffebd0;
}
table.feature-comparison tr:nth-child(even).highlight.item td.feature {
  background: #f7e2c9;
}
table.feature-comparison tr.highlight.item td.VA3 {
  background: #ebd5bd;
}
table.feature-comparison.repitch-el tr.highlight.item.clickable td.REE {
  background: #ebd5bd;
}
table.feature-comparison.repitch-el tr.highlight.item.clickable td,
table.feature-comparison.repitch-el tr.highlight.item.clickable td {
  cursor: pointer;
}
table.feature-comparison tr.highlight.item td.VAU {
  background: #ffebd0;
}
table.feature-comparison.repitch-el tr.highlight.item.clickable td.RE {
  background: #ffebd0;
}
table.feature-comparison tr.highlight.item td.RVP {
  background: #ebd5bd;
}
table.feature-comparison tr.highlight.item td.REPITCH {
  background: #ffdaaa;
}
table.feature-comparison tr.info {
  display: none;
}
table.feature-comparison tr.info td {
  background-color: inherit;
}
table.feature-comparison tr.info td div.content {
  margin: 12px 6px;
  padding: 8px 12px;
  display: none;
  background-color: #eee;
  /*border: 1px #eee solid;*/
  border-radius: 12px;
}

.pager {
  clear: both;
}

.pager li>a, .pager li>span {
  border-radius: 10px;
  text-decoration: none;
}

/* Wrapper for page content to push down footer */

html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -190px;
  background-color: #EBEAF2;
}

/* Set the fixed height of the footer here */
#push, #footer {
  height: 190px;
}

/* AddThis iframe needs hiding for sticky footer to work */
#_atssh {
  display: none;
}
/* something strange happening with google analytics iframe in safari, sometimes */
/* hopefully this kills it */
#iyp__topcontrol_div {
  display: none;
}

.sm2-bar-ui {
  font-size: 90% !important;
}

.thumb-wrap {
  position: relative;
  display:inline-block;
}

.thumb-wrap .from-img i {
  display: none;
}

.thumb-wrap img {
  width: 100%;
  height: auto;
}

a:hover .zoom-overlay {
  opacity: 0.7;
}

.zoom-overlay {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 26px;
  color: #fff;
  opacity: 0.5;
  transition: opacity .2s ease-in-out;
  text-shadow: 0 0 4px #000;
}

.zoom-overlay.video {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  margin: -30px 0 0 -30px;
  padding-left: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color .2s ease-in-out;
  opacity: 1;
  font-size: 30px;
  top: 50%;
  left: 50%;
}

a:hover .zoom-overlay.video {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.downloads-table td.manual, .downloads-table td.win, .downloads-table td.mac {
  text-align: center;
  vertical-align: middle !important;
}

.downloads-table>thead>tr>th {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.downloads-table thead {
  background-color: #EBEAF2;
}

.downloads-table tr>td.manual, .downloads-table tr>th.manual  {
  background-color: #D2D0DC;
}

.downloads-table .os-col {
  text-align: center;
}

.downloads-table .os-col.win {
  background-color: #D6D1F1;
}

.downloads-table .os-col.mac {
  background-color: #EBD7D4;
}

.downloads-table .os-col.manual, .downloads-table td.manual {
  background-color: #D2D0DC;
}

.downloads-table td.os-col.samples {
  background-color: #F5F3FC;
  border: initial;
}

.downloads-table tr.dl-sep {
  height: 20px;
}

.downloads-table > tbody > tr > td {
  border-top: none;
}

tr.dl-sep.product-row {
  border-bottom: 2px solid #dddddd;
}

.article-list-subtitle {
  font-style: italic;
  display: block;
  clear: both;
  color: #333;
  background-color: #eee;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 6px;
  font-size: 14px;
}

.btn-edu-info {
  font-size: 16px;
  margin-top: -6px;
  float: right;
  text-decoration: none !important;
  border-radius: 139px;
  padding: 9px 16px;
}

.btn.action-btn, .btn.btn-primary, .btn.btn-info {
  border-radius: 139px;
  border: none;
  padding: 9px 16px;
}

a.btn {
  text-decoration: none !important;
}

#article-filters .form-group {
  margin-bottom: 0;
}

.font-normal {
  font-weight: normal;
}

#search-clear {
  position: absolute;
  top: 17px;
  right: 58px;
  cursor: pointer;
  display: none;
  color: #ccc;
  font-size: 15px;
  z-index: 100;
}

.search-results {
  list-style: none;
  margin: 1.2em 0;
}
.search-results .result {
  margin: 0.8em 0;
}
.search-results .title {
  font-size: 1.1em;
  margin: 0.2em 0;
}
.search-results .url {
  font-size: 0.8em;
  float: left;
  margin-right: 0.6em;
  word-wrap: break-word;
  /*float: left;*/
}
.search-results .type {
  font-size: 0.8em;
  font-weight: bold;
  float: left;
  /*float: right;*/
  color: #999;
}
.search-results .description {
  clear: both
}
.search-results .hilite {
  font-weight: bold;
}
.simple-box {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 10px;
}
.unsimple-box {
  display: inline-block;
  border: 1px solid #1D1740;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 10px;
  background-color: #FF9900;
  color: black;
}
.unsimple-box .btn {
  font-size: 20px;
}
.trial-subscribe-box {
  width: 75%;
}
.trial-subscribe-box-left {
  width: 5%;
  float: left;
}
.trial-subscribe-box-left input {
  margin-top: 2em;
}
.trial-subscribe-box-right {
  width: 95%;
  float: right;
}
.ml-message {
  font-weight: bold;
  color: #5F46EE;
}
.payment-badges {
  width: 258px;
  margin-top: 10px
}
.payment-badges .sagepay {
  height: 54px;
  margin-right: 12px
}
.payment-badges .ssl{
  height: 54px;
}
.your-details-form label {
  font-size: 15px;
}

/*parallax / sticky styles*/

.css-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  z-index: 1;
}

.page-heading.css-sticky {
  background-color: #fff;
  padding: 14px 0 8px 0;
  width: 100%;
  box-shadow: 2px -6px 4px 6px #fff;
}

@media (max-width: 991px) {
  .page-heading.css-sticky {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .css-sticky {
    padding-top: 10px;
  }
}

.dark-bg .page-heading.css-sticky {
  background: #1D1740;
}

.fixed-bg {
  background-attachment: fixed;
  background-position: top left;
  background-repeat: initial;
  padding-top: 20px;
  padding-bottom: 40px;
  /*border-bottom: 10px dashed #262e38;*/
}
.fixed-bg:last-child {
  border-bottom: none;
}

.dark-bg {
  color: white;
  /*border-bottom: 10px dashed white;*/
  background: #1D1740;
}
.dark-bg a {
  color: #a2b1e3;
}
.dark-bg a:hover {
  color: #bac5ea;
}
.dark-bg .quotes p, .dark-bg .quotes h4, .dark-bg .thumbnail p, .dark-bg .thumbnail ul li {
  text-shadow: none !important;
  color: #333;
}
.light-bg p, .light-bg h4, .light-bg ul li {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
.dark-bg p, .dark-bg h4, .dark-bg ul li {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.light-bg .video {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
.dark-bg .video {
  box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.25);
}
.sticky-section {
  position: relative;
  opacity: 0;
  transition: all 600ms;
  transition-timing-function: ease-in-out;
}
.sticky-section.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.sticky-section.above {
  transform: translate(0, 70px);
}
.sticky-section.below {
  transform: translate(0, -70px);
}
.sticky-section h2 {
  margin-top: 0;
}

.page-heading {
  transition-duration: 0s;
}

.sticky-section .from-left, .sticky-section .pull-right {
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: all 600ms;
  transition-timing-function: ease-in-out;
}

.sticky-section.above .from-left, .sticky-section.below > * {
  transform: translate(-70px, 0);
}

.sticky-section.above .pull-right, .sticky-section.below .pull-right {
  transform: translate(70px, 0);
}

.sticky-section.visible .from-left, .sticky-section.visible .pull-right {
  opacity: 1;
  transform: translate(0, 0);
}

.btn-primary {
  color: #fff;
  background-color: #5f46ee;
  border-color: #5f46ee;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #533fc9;
  border-color: #533fc9;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #5f46ee;
  border-color: #5f46ee;
}
.btn-primary .badge {
  color: #5f46ee;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5f46ee;
  border-color: #5f46ee;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #533fc9;
  border-color: #533fc9;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5f46ee;
  border-color: #5f46ee;
}
.btn-info .badge {
  color: #5f46ee;
  background-color: #fff;
}

.btn-warning {
  background-image: none;
  background-color: #F59439;
  background-repeat: initial;
  border-color: #F59439;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #CC7C31;
}

.action-btn#buy-btn {
  background-color: #F59439;
}

.action-btn#buy-btn:hover {
  background-color: #CC7C31;
}

.country-header .dropdown-toggle {
  background-image: none;
  background-color: #5F46EE;
  background-repeat: initial;
  border-color: #5F46EE;
}
.country-header .dropdown-toggle:hover,
.country-header .dropdown-toggle:focus,
.country-header .dropdown-toggle:active,
.country-header .dropdown-toggle.active {
  background-color: #533fc9;
}

/*sagepay return page*/

.codes table.row {
  margin: 0;
}
.codes table.row td {
  padding-left: 10px;
  padding-right: 10px;
}

.codes p.lead {
  margin-top: -25px;
}

/* responsive media queries ... */

@media (min-width: 768px) {
  .thumbnail.pull-left[class*='col-sm-'] {
    margin-right: 15px;
  }
  .image-header h2 .buttons {
    float: right !important;
  }
  .article .addthis_sharing_toolbox {
    margin-top: 6px;
  }
  .article-stream-image {
    height: 85px;
  }
}

@media only screen and (min-width: 992px) {
  .banner-heading h2 {
    position: absolute;
    top: 10px;
    left: 20px;
    margin: 0;
    padding: 0;
    color: white;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
  }
  .banner-heading .subnav-pills {
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
  .banner-heading .nav-pills>li>a {
    background-color: white;
    padding: 2px 10px;
  }
  .banner-heading .nav-pills>li>a:hover {
    background-color: #f5f5f5;
  }
  .article .addthis_sharing_toolbox {
    margin-top: 10px;
  }
  .article-stream-image {
    height: 113px;
  }
}

@media only screen and (min-width : 1200px) {
  .article-stream-image {
    height: 140px;
  }
}

@media only screen and (max-width: 1200px) {
  .country-message {
    width: 100%;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 150%;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
  }
  .banner-heading h2 {
    text-align: center;
  }
  .banner-heading img {
    display: none;
  }
  .banner-heading .subnav-pills {
    margin-top: 10px;
  }
  .boxshade {
    margin-top: 10px;
  }
  .product-page .addthis_sharing_toolbox {
    top: 14px;
  }
  .carousel-indicators {
    margin-bottom: 0;
  }
  .trial-subscribe-box-left {
    width: 100%;
  }
  .trial-subscribe-box-right {
    width: 100%;
  }
  .trial-subscribe-box-left input {
    margin-top: auto;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .nav-order-summary {
    margin-top: -119px;
  }
  .image-header h2 .buttons {
    display: block;
    clear: both;
    float: right;
    margin-top: 8px;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
  .article {
    margin-top: 16px;
  }
  .quotes {
    margin-left: 0;
  }
  .main-content-wrapper .content-start {
    margin-top: 5px;
  }
  .thumbnail img {
    max-width: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
  .image-header h1 {
    font-size: 2.4em;
  }
  .image-header h2 .buttons {
    display: block;
    clear: both;
    float: right;
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .main-content-wrapper h2 {
    font-size: 1.6em;
  }
  .store-page.boxout {
    border-radius: 5px;
  }
  .store-page.boxout h3 {
    max-width: 80%;
  }
  .product-page .addthis_sharing_toolbox {
    top: 8px;
  }
  .aspect-wrap {
    width: 100%;
    height: 56vw;
    float: none;
    clear: both;
    margin: 10px 0 !important;
  }
  .price-rrp, .store-price, .price-with-tax {
    display: block;
    min-width: inherit;
  }
  .prices {
    float: left;
    text-align: left;
  }
  #footer {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 0 !important;
  }
  .remove-item i {
    margin-right: 10px;
    margin-top: 0 !important;
  }
  .subnav-pills {
    margin-top: 4px;
  }
  .subnav-pills ul.nav-pills>li {
    margin-top: 6px;
  }
  .amount-area {
    clear: both;
  }
  footer #FooterEmailSignup {
    width: 100%;
  }
  .trial-subscribe-box {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 140%;
  }
  .country-header {
    padding-top: 2px;
    padding-bottom: 12px;
  }
  .btn-edu-info {
    float: none;
    margin-top: 5px;
    margin-bottom: -5px;
  }
}

@media only screen and (max-width : 280px) {
  .thumbnail img {
    max-width: 100%;
  }
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Global ------------------------------------------------------------ */
/* -------------------------------------------------------------------------- */

.rvp5 section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.rvp5 section .section-narrow {
  width: 1140px;
  height: 100%;
}

.rvp5 .sm2-bar-ui .bd,
.rvp5 .sm2-bar-ui .sm2-extra-controls {
  background-color: #5F46EE;
}

.rvp5 .sm2-bar-ui {
  border: none;
}

.rvp5 .sm2-bar-ui .bd a,
.rvp5 .sm2-bar-ui {
  color: #EBEAF2;
}

.rvp5 .sm2-bar-ui li.selected {
  background-color: #282345;
}

.rvp5 .sm2-playlist-wrapper ul li:nth-child(odd) {
  background-color: initial;
}

.rvp5 .tooltip-container {
  position: relative;
  display: inline-block;
}

.rvp5 .tooltip-container .tooltip-content {
  display: none;
  position: absolute;
  background-color: #1c183e;
  color: #EBEAF2;
  padding: 8px;
  border-radius: 4px;
  z-index: 1;
  white-space: nowrap;
  font-weight: initial;
}

.rvp5 .tooltip-container:hover .tooltip-content {
  display: block;
}

.rvp5 .tooltip-container img {
  vertical-align: sub;
  margin-bottom: 2px;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Global Typography ------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 p,
.rvp5 h1,
.rvp5 h2,
.rvp5 h3,
.rvp5 h4,
.rvp5 h5,
.rvp5 .content-start,
.rvp5 label {
  margin: 0;
  padding: 0;
  text-transform: initial;
  letter-spacing: normal;
  color: #EBEAF2;
}

.rvp5 p {
  font-weight: initial;
}

.rvp5 p,
.rvp5 label {
  font-size: 16px;
}

.rvp5 h1 {
  font-size: 64px;
}

.rvp5 h2 {
  font-size: 50px;
}

.rvp5 h2.small {
  font-size: 36px;
}

.rvp5 h3 {
  font-size: 36px;
}

.rvp5 h3.small,
.rvp5 section.additional-features h3 {
  font-size: 22px;
}

.rvp5 h4 {
  font-size: 16px;
}

.rvp5 .box.text-area h3 {
  margin-bottom: 24px;
}

.rvp5 label {
  text-transform: uppercase;
  color: #f59439;
}

.rvp5 span.highlight {
  color: #f59439;
}

.rvp5 span.highlight.purple,
.rvp5 label.purple {
  color: #5f46ee;
}

.rvp5 .white p,
.rvp5 .ghost-white p {
  color: rgba(28, 24, 62, 0.75);
}

.rvp5 .white h1,
.rvp5 .white h2,
.rvp5 .white h3,
.rvp5 .white h4,
.rvp5 .white h5,
.rvp5 .ghost-white h1,
.rvp5 .ghost-white h2,
.rvp5 .ghost-white h3,
.rvp5 .ghost-white h4,
.rvp5 .ghost-white h5 {
  color: #1c183e;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section Backgrounds ----------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.features,
.rvp5 section.additional-features,
.rvp5 section.workflow,
.rvp5 section.reviews {
  background-color: #1c183e;
}

.rvp5 section {
  background-color: #282345;
}

.rvp5 section.white {
  background-color: #ffffff;
}

.rvp5 section.ghost-white {
  background-color: #ebeaf2;
}

.rvp5 section.re-and-vau .section-narrow {
  background-color: #ffffff;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section: Intro ---------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.intro {
  /* Top navbar of 60px hides part of page */
  padding-top: 72px;
  padding-bottom: 72px;
}

.rvp5 section.intro .section-narrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rvp5 section.intro .header-description {
  width: 62%;
  margin-top: 12px;
}

.rvp5 section.intro .product-logo {
  background: url(../img/RVP5/logo-revoicepro.svg) center no-repeat no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 200px;
  height: 42px;
}

.rvp5 section.intro h1,
.rvp5 section.intro p {
  text-align: center;
}

.rvp5 section.intro h1 {
  margin-bottom: 12px;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section: Sponsors ------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.sponsors {
  padding-top: 56px;
  padding-bottom: 72px;
}

.rvp5 section.sponsors .section-narrow {
  text-align: center;
}

.rvp5 section.sponsors .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  height: 94px;
  overflow: hidden;
  margin-top: 11px;
}

.rvp5 section.sponsors .logo-container img {
  max-height: 100%;
  width: auto;
  max-width: none;
}

.rvp5 section.sponsors .logo-container img:last-child {
  margin-right: 0;
}

.rvp5 section.sponsors .logo-container img {
  width: 190px;
  height: 94px;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section: Pricing Menu --------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.pricing-menu h2 {
  color: #1c183e;
  text-align: center;
  padding-bottom: 48px;
  width: 100%;
}

.rvp5 section.pricing-menu .section-narrow {
  display: flex;
}

.rvp5 section.pricing-menu .box {
  width: 50%;
  float: left;
}

.rvp5 section.pricing-menu .box.left {
  display: flex;
  align-items: center;
  width: 50%;
  background-color: #282345;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url(../img/page-images/img-background-revoice-pro-video@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.rvp5 section.pricing-menu .box.left .main-video.hidden-sm.hidden-xs {
  padding: 0 61px;
}

.rvp5 section.pricing-menu .box.right {
  width: 50%;
  padding: 46px 96px;
  background-color: #FFFFFF;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.rvp5 section.pricing-menu .box.right h2 {
  margin-bottom: 40px;
}

.rvp5 section.pricing-menu .tooltip-title {
  display: flex;
  gap: 5px;
}

.rvp5 section.pricing-menu a.demo-link {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Pricing Menu - Legacy Widget -------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 .video-wrap {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.rvp5 section.pricing-menu .sku-info {
  height: 45px;
  width: 100%;
}

.rvp5 .video-wrap .video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.rvp5 .main-video .zoom-overlay.video {
  padding-left: 16px;
}

.rvp5 .product-sidebar {
  padding-right: 0;
}

.rvp5 .product-sidebar .btn {
  text-transform: uppercase;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 30px;
  border-width: 0px;
  border-color: #ccc;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
  white-space: normal;
}

.rvp5 .product-sidebar .thumbnail img {
  margin: 0;
  width: 100%;
}

.rvp5 .sidebar-country {
  margin-top: 10px;
}

.rvp5 .sidebar-country .btn-group {
  width: 100% !important;
}

.rvp5 ul.selectpicker a {
  text-decoration: none;
  font-weight: normal;
}

.rvp5 .overview-heading {
  margin-top: 0px !important;
  font-size: 240%;
}

.rvp5 .row.production>div {
  padding: 0 60px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rvp5 .row.production>div:first-child {
  border-right: solid 2px #cccccc;
}

.rvp5 .row.production h6 {
  text-align: center;
  font-weight: normal;
  margin-top: 0;
}

.rvp5 .row.features h6 {
  text-align: center;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 60px;
}

.rvp5 .row.feature h6 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 120%;
}

.rvp5 .row.production .thumbnail {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rvp5 .row.tips {
  margin-top: 60px;
}

.rvp5 select#sku {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rvp5 .price {
  font-size: 36px;
  font-weight: bold;
  color: #F59439;
  text-transform: capitalize;
}

.rvp5 .rrp {
  color: #666;
  white-space: nowrap;
}

.rvp5 .current-price {
  white-space: nowrap;
  color: #5F46EE;
}

.rvp5 .action-btn {
  font-size: 150%;
  padding-left: 20px;
  padding-right: 20px;
}

.rvp5 .buy .action-btn {
  width: 90%;
}

.rvp5 .article-img {
  width: 40%;
  margin-left: 30px;
  margin-bottom: 30px;
  float: right;
}

.rvp5 .banner-img {
  width: 100%;
}

.rvp5 .quote {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rvp5 .thumbnail {
  z-index: 1 !important;
}

.rvp5 .thumb-wrap {
  display: block;
}

.rvp5 .form-control,
.rvp5 button.btn.dropdown-toggle.selectpicker.btn-warning,
.rvp5 select#site-country {
  background-color: #FFFFFF;
  border: 1px solid rgba(194, 209, 217, 1);
  color: #333333;
  padding: 9px 5px;
  height: initial;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.rvp5 .product-sidebar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgba(194, 209, 217, 1)' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 9px;
}

.rvp5 .rrp {
  color: #F01111;
}

.rvp5 section.pricing-menu p.sale-text {
  text-align: initial;
  color: #F01111;
  font-size: 14px;
  font-weight: bold;
}

.rvp5 section.pricing-menu .sku-info .sale-text.small,
.rvp5 section.pricing-menu .country-alert,
.rvp5 section.pricing-menu p.tax-info {
  color: #333333;
  font-weight: normal;
  font-size: 14px;
}

.rvp5 .sidebar-country .btn-group.bootstrap-select {
  margin-bottom: 0;
}

.rvp5 .bootstrap-select.btn-group .btn .caret {
  color: rgba(194, 209, 217, 1);
}

.rvp5 .product-sidebar-title,
.rvp5 .product-sidebar-title p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.rvp5 .product-sidebar-title {
  margin-bottom: 12px;
}

.rvp5 .product-sidebar-title.price-option {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: initial;
}

.rvp5 .sale-text.small {
  font-size: 14px;
  text-align: left;
  color: #333333;
  margin-bottom: 16px;
}

.rvp5 .action-btn#buy-btn,
.rvp5 .demo-link {
  font-size: 15px;
  letter-spacing: -0.2px;
  line-height: 24px;
  font-weight: bold;
}

.rvp5 .action-btn#buy-btn {
  background-color: #F59439;
  color: #142739;
  letter-spacing: -0.2px;
  border-radius: 24px;
  padding: 12px 16px;
  text-transform: uppercase;
  margin-top: 24px;
  width: 100%;
}

.rvp5 .demo-link-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.rvp5 .demo-link {
  text-align: center;
  color: #1D1740;
}

@media only screen and (max-width: 1199px) {
  .rvp5 .buy .action-btn {
    font-size: 120%;
    width: 95%;
  }
}

@media only screen and (max-width: 991px) {
  .rvp5 .buy .action-btn {
    font-size: 100%;
    padding: 6px 6px;
  }
}

@media only screen and (max-width: 767px) {
  .rvp5 .buy .action-btn {
    font-size: 150%;
    width: 100%;
    margin-bottom: 10px;
  }

  .rvp5 .price {
    padding-top: 20px;
  }

  .rvp5 select#sku {
    margin-top: 20px;
  }

  .rvp5 .thumbnail img {
    margin: 0;
  }
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section: Features ------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.features {
  padding-top: 72px;
  margin-bottom: 137px;
}

.rvp5 section.features .box {
  width: 50%;
  box-sizing: border-box;
  float: left;
}

.rvp5 section.features .row {
  display: flex;
  margin-bottom: 160px;
  margin-right: initial;
  margin-left: initial;
}

.rvp5 section.features .row .box.video-area .thumb-wrap img,
.rvp5 section.features .row .box.video-area .video iframe {
  border-radius: 8px;
}

.rvp5 section.features .row-1 .box.video-area,
.rvp5 section.features .row-2 .box.text-area,
.rvp5 section.features .row-3 .box.video-area {
  order: 1;
}

.rvp5 section.features .row-1 .box.text-area,
.rvp5 section.features .row-2 .box.video-area,
.rvp5 section.features .row-3 .box.text-area {
  order: 2;
}

.rvp5 section.features .box.text-area {
  display: flex;
  align-items: center;
}

.rvp5 section.features .box.text-area .content.right {
  padding-left: 80px;
}

.rvp5 section.features .box.text-area .content.left {
  padding-right: 80px;
}

.rvp5 section.features h2 {
  font-size: 50px;
  text-align: center;
  margin: 0 20%;
  margin-bottom: 120px;
}

.rvp5 section.features .label-wrapper {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 8px;
}

.rvp5 section.features label {
  font-size: 16px;
  text-transform: uppercase;
  color: #f59439;
  margin-bottom: 12px;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section: Additional Features -------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.additional-features {
  padding-bottom: 80px;
}

.rvp5 section.additional-features .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rvp5 section.additional-features h2 {
  margin-bottom: 96px;
}

.rvp5 section.additional-features .box {
  width: 350px;
  height: 212px;
  margin-bottom: 70px;
}

.rvp5 section.additional-features .box .icon-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: #282345;
  border: 1px solid #4e4587;
  border-radius: 16px;
}

.rvp5 section.additional-features .box h3 {
  margin: 16px 0;
}

.rvp5 section.additional-features .box .icon-wrapper .icon {
  width: 38px;
  height: 38px;
}

h3.new-tag::after {
  content: "new";
  text-transform: uppercase;
  color: #1c183e;
  background-color: #f59439;
  padding: 0 4px;
  border-radius: 2px;
  margin-left: 8px;
  font-size: 16px;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section: Demos ---------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.demos {
  padding-top: 222px;
  padding-bottom: 222px;
}

.rvp5 section.demos .section-narrow {
  display: flex;
  align-items: center;
}

.rvp5 section.demos .box {
  float: left;
}

.rvp5 section.demos .left {
  width: 45%;
  padding-right: 70px;
}

.rvp5 section.demos .right {
  width: 55%;
}

.rvp5 section.demos .left h2 {
  margin-top: 12px;
  margin-bottom: 36px;
}

.rvp5 section.demos .right ul.nav.nav-tabs {
  border: 1px #4E4587 solid;
  border-radius: 16px;
  margin-bottom: 48px;
  display: flex;
  margin-bottom: 48px;
}

.rvp5 section.demos ul.nav.nav-tabs li {
  flex: 1;
  text-align: center;
  border-right: 1px solid #4E4587;
}

.rvp5 section.demos ul.nav.nav-tabs li:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rvp5 section.demos ul.nav.nav-tabs li:last-child {
  border-right: none;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rvp5 section.demos ul.nav.nav-tabs>li a {
  color: #F9FAFB;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  letter-spacing: initial;
}

.rvp5 section.demos .nav-tabs>li>a,
.rvp5 section.demos .nav-tabs>li>a:hover,
.rvp5 section.demos .nav-tabs>li.active>a,
.rvp5 section.demos .nav-tabs>li.active>a:focus,
.rvp5 section.demos .nav-tabs>li.active>a:hover {
  background: none;
  border: none;
}

.rvp5 section.demos .nav-tabs>li.active {
  background: #5F46EE;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section: Workflow ------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.workflow .box.right ul {
  list-style: none;
  padding: 0;
}

.rvp5 section.workflow .box.right li {
  margin-bottom: 36px;
  padding-left: 40px;
  position: relative;
  line-height: 1.5;
}

.rvp5 section.workflow .box.right li::before {
  content: url("../img/icons/icon-check.svg");
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.rvp5 section.workflow {
  padding-top: 138px;
  padding-bottom: 138px;
}

.rvp5 section.workflow .section-narrow {
  display: flex;
}

.rvp5 section.workflow .box {
  width: 50%;
  float: left;
}

.rvp5 section.workflow .box.left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rvp5 section.workflow .left {
  width: 45%;
}

.rvp5 section.workflow .right {
  width: 55%;
  padding-left: 80px;
}

.rvp5 section.workflow .right h2 {
  margin-bottom: 40px;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section: Reviews -------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.reviews {
  padding-top: 136px;
  padding-bottom: 203px;
}

.rvp5 section.reviews h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 72px;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section: CTA Buy -------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.cta-buy {
  padding-top: 72px;
  padding-bottom: 48px;
}

.rvp5 section.cta-buy .section-narrow {
  text-align: center;
  padding: 0 5%;
}

.rvp5 section.cta-buy h2 {
  color: #1c183e;
  padding-bottom: 24px;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section: RePitch & VocAlign Owner --------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.re-and-vau {
  padding-top: 72px;
  padding-bottom: 80px;
}

.rvp5 section.re-and-vau .section-narrow {
  display: flex;
  border-radius: 8px;
}

.rvp5 section.re-and-vau p {
  color: rgba(28, 24, 62, 0.75);
}

.rvp5 section.re-and-vau .box {
  width: 50%;
  float: left;
}

.rvp5 section.re-and-vau .box.left {
  padding: 48px;
}

.rvp5 section.re-and-vau .box.right {
  display: flex;
  flex-direction: column;
  align-self: self-end;
}

.rvp5 section.re-and-vau .box.right .img-wrapper {
  padding-left: 20px;
}

.rvp5 section.re-and-vau .box.right .img-wrapper img {
  max-width: 100%;
  height: auto;
  border-bottom-right-radius: 8px;
}

.rvp5 section.re-and-vau .box.left h3 {
  margin-bottom: 16px;
}

.rvp5 section.re-and-vau a.link-styled {
  margin-top: 36px;
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 24px;
  background-color: #f59439;
  text-decoration: none;
  color: #142739;
  font-weight: bold;
}

.rvp5 section.re-and-vau a.link-styled::before {
  content: url(../img/icons/icon-play-vector.svg);
  display: block;
  width: 8px;
  height: 17px;
  margin-right: 20px;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Q&A --------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.q-and-a {
  padding-top: 80px;
  padding-bottom: 96px;
}

.rvp5 section.q-and-a h2 {
  margin-bottom: 48px;
}

table.q-and-a-expandable {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ebeaf2;
}

table.q-and-a-expandable .clickable {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: rgba(28, 24, 62, 1);
}

table.q-and-a-expandable td.feature {
  margin-top: 40px;
  padding: 25px;
  position: relative;
}

table.q-and-a-expandable td::after {
  content: url("../img/icons/icon-down-vector.svg");
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

table.q-and-a-expandable .expanded td::after {
  content: url("../img/icons/icon-up-vector.svg");
}

table.q-and-a-expandable tr.info {
  display: none;
  font-size: 14px;
}

table.q-and-a-expandable .content {
  padding: 0 25px 25px 25px;
  line-height: 21px;
  color: rgba(28, 24, 62, 0.75);
}

table.q-and-a-expandable .separator {
  height: 100px;
}

table.q-and-a-expandable>tbody>tr.info>td,
table.q-and-a-expandable>tbody>tr>td {
  background-color: initial;
  border-top: initial;
  padding: 0;
}

section.q-and-a .q-and-a-expandable .content a {
  color: rgba(28, 24, 62, 0.75);
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Section: Specifications ------------------------------------------- */
/* -------------------------------------------------------------------------- */

.rvp5 section.specifications {
  padding-bottom: 162px;
}

.rvp5 section.specifications h2 {
  margin-bottom: 48px;
}

.rvp5 section.specifications h3 {
  margin-bottom: 20px;
}

.rvp5 section.specifications h3::before {
  height: 20px;
  width: 20px;
  margin-right: 4px;
}

.rvp5 section.specifications h3.apple::before {
  content: url("../img/icons/icon-apple-vector.svg");
}

.rvp5 section.specifications h3.windows::before {
  content: url("../img/icons/icon-windows-vector.svg");
}

.rvp5 section.specifications h4 {
  margin-bottom: 12px;
}

.rvp5 section.specifications .box ul {
  margin-bottom: 20px;
  list-style-position: outside;
  padding-left: 20px;
}

.rvp5 section.specifications .box-wrapper {
  display: flex;
  margin-bottom: 46px;
}

.rvp5 section.specifications .box {
  float: left;
  width: 50%;
}

.rvp5 section.specifications p,
.rvp5 section.specifications li {
  color: rgba(28, 24, 62, 0.75);
  font-weight: initial;
  font-size: 16px;
}

.rvp5 section.specifications p a {
  color: rgba(28, 24, 62, 0.75);
  font-weight: initial;
}

/* -------------------------------------------------------------------------- */
/* RVP5 - Responsiveness ---------------------------------------------------- */
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {

  /* ----------------------------------------------- 
  Demos -------------------------------------------- */

  .rvp5 .hidden-xs {
    display: flex !important;
  }

  .rvp5 .visible-xs {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {

  /* ----------------------------------------------- 
  General ------------------------------------------ */

  .rvp5 section .section-narrow,
  .rvp5 section .section-narrow .box-wrapper,
  .rvp5 section .row {
    display: flex;
    flex-direction: column;
  }

  .rvp5 section .section-narrow h2 {
    font-size: 40px;
  }

  .rvp5 section .section-narrow h3 {
    font-size: 22px;
  }

  .rvp5 section .section-narrow h4 {
    font-size: 18px;
  }

  .box.left,
  .box.right {
    width: initial;
    padding-right: initial;
    padding-left: initial;
  }

  .rvp5 section .section-narrow {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rvp5 .row-1,
  .rvp5 .row-2 {
    display: initial;
  }

  .rvp5 section .section-narrow .box {
    width: initial;
    order: unset;
    padding-right: initial;
    padding-left: initial;
  }

  .rvp5 .box.text-area .content.left,
  .rvp5 .box.text-area .content.right {
    margin-right: initial;
  }

  .expandable-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 96px;
  }

  /* ----------------------------------------------- 
  Section: Intro ----------------------------------- */

  .rvp5 section.intro .header-description {
    width: initial;
  }

  .rvp5 section.intro .header-description h1 {
    font-size: 44px;
  }

  /* ----------------------------------------------- 
  Section: Pricing Menu ---------------------------- */

  .rvp5 section.pricing-menu .box.left {
    height: 258px;
    border-bottom-left-radius: initial;
  }

  .rvp5 section.pricing-menu .box.left .main-video.hidden-sm.hidden-xs {
    padding: 0 10%;
  }

  .rvp5 section.pricing-menu .box.right {
    border-top-right-radius: initial;
  }

  .rvp5 section.pricing-menu .section-narrow {
    display: flex;
    flex-direction: column;
  }

  .rvp5 section.pricing-menu .box.right,
  .rvp5 section.pricing-menu .box.left {
    width: initial;
  }

  .rvp5 section.pricing-menu .box.right {
    padding: 32px 20px;
  }

  .rvp5 section.pricing-menu .box.left .video-wrap {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 300px;
  }

  .rvp5 section.pricing-menu .box.left {
    width: initial;
    border-top-right-radius: 8px;
  }

  .rvp5 section.sponsors .logo-container {
    height: initial;
    overflow: initial;
  }

  .rvp5 section.pricing-menu .box.right {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  /* ----------------------------------------------- 
  Section: Sponsors -------------------------------- */

  .rvp5 section.sponsors .logo-container {
    display: initial;
  }

  .rvp5 section.sponsors .logo-container img {
    width: 136px;
    height: 64px;
  }

  .rvp5 section.sponsors {
    padding-top: 72px;
  }

  /* ----------------------------------------------- 
  Section: Features -------------------------------- */

  .rvp5 section.features {
    margin-bottom: 96px;
  }

  .rvp5 section.features h2 {
    margin: 0;
    margin-bottom: 96px;
  }

  .rvp5 section.features .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 72px;
  }

  .rvp5 section.features .box.text-area .content.left,
  .rvp5 section.features .box.text-area .content.right {
    padding-left: initial;
    padding-right: initial;
  }

  .rvp5 section.features .row-2 .box.video-area {
    order: 1;
    background-color: #282345;
  }

  .rvp5 section.features .row-2 .box.text-area {
    order: 2;
  }

  .rvp5 section.features .box.text-area {
    margin-top: 36px;
  }

  .rvp5 section.features .box.text-area h3 {
    margin-bottom: 16px;
  }

  .rvp5 section.features .row:last-child {
    margin-bottom: initial;
  }

  /* ----------------------------------------------- 
  Section: Additional Features --------------------- */

  .rvp5 .expandable-btn-wrapper a.expand-link {
    padding: 12px 16px;
    background-color: #EBEAF2;
    border-radius: 24px;
    color: #142739;
    font-weight: bold;
    margin: auto 0;
  }

  .rvp5 section.additional-features .box .icon-wrapper {
    width: 40px;
    height: 40px;
    border: initial;
    border-radius: 5.5px;
  }

  .rvp5 section.additional-features .box .icon-wrapper .icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rvp5 section.additional-features img {
    height: 18px;
    width: 18px;
  }

  .rvp5 section.additional-features .section-narrow h2 {
    display: none;
  }

  .rvp5 section.additional-features .box {
    margin-bottom: 56px;
  }

  .rvp5 section.additional-features .section-narrow h4 {
    font-size: 22px;
  }

  section.additional-features h3.new-tag::after {
    padding: 1px 4px;
    font-size: 11px;
  }

  /* ----------------------------------------------- 
  Demos -------------------------------------------- */

  .rvp5 section.demos .section-narrow {
    align-items: initial;
  }

  .rvp5 section.demos ul.nav.nav-tabs>li a {
    font-size: 12px;
  }

  .rvp5 section.demos .nav>li>a {
    padding: 9px 1px;
  }

  .rvp5 section.demos {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .rvp5 section.demos .box.left {
    margin-bottom: 48px;
  }

  .rvp5 section.demos .left h2 {
    margin-top: 8px;
    margin-bottom: 24px;
  }

  .rvp5 section.demos .right ul.nav.nav-tabs {
    margin-bottom: 24px;
  }

  .rvp5 section.demos .hidden-xs .tab-pane {
    width: 100%;
  }

  .rvp5 section.demos ul.nav.nav-tabs li {
    flex: 1;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .rvp5 section.demos ul.nav.nav-tabs>li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* ----------------------------------------------- 
  Section: Workflow -------------------------------- */

  .rvp5 section.workflow .box.right li {
    padding-left: initial;
  }

  .rvp5 section.workflow .box.right li::before {
    position: initial;
  }

  .rvp5 section.workflow {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .rvp5 section.workflow .box.left {
    margin-bottom: 72px;
  }

  .rvp5 section.workflow .right h2 {
    margin-bottom: 48px;
  }

  .rvp5 section.workflow p {
    font-size: 18px;
  }

  /* ----------------------------------------------- 
  Section: Reviews -------------------------------- */

  .rvp5 section.reviews {
    padding-top: initial;
    padding-bottom: 96px;
  }

  .rvp5 section.reviews h2 {
    padding-bottom: 48px;
  }

  /* ----------------------------------------------- 
  Section: CTA Buy --------------------------------- */

  .rvp5 section.cta-buy h2 {
    padding-bottom: 12px;
  }

  .rvp5 section.cta-buy {
    padding-bottom: 72px;
  }

  /* ----------------------------------------------- 
  Section: Section: RePitch & VocAlign Owner ------- */

  .rvp5 section.re-and-vau .section-narrow {
    padding-right: initial;
    padding-left: initial;
  }

  .rvp5 section.re-and-vau .section-narrow {
    margin: 16px;
  }

  .rvp5 section.re-and-vau .section-narrow .left {
    padding: 16px 16px 36px 16px;
  }

  .rvp5 section.re-and-vau .box.right {
    align-self: initial;
  }

  .rvp5 section.re-and-vau .box.right .img-wrapper {
    padding-top: initial;
    padding-left: initial;
  }

  .rvp5 section.re-and-vau .box.right .img-wrapper img {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .rvp5 section.re-and-vau {
    padding-bottom: 72px;
  }

  /* ----------------------------------------------- 
  Section: Q&A ------------------------------------- */

  .rvp5 section.q-and-a {
    padding-bottom: 72px;
  }

  table.q-and-a-expandable td.feature {
    padding: 20px 44px 20px 20px;
  }

  table.q-and-a-expandable td::after {
    top: 34px;
  }

  .rvp5 section.q-and-a h3 {
    margin-bottom: 36px;
  }

  section.q-and-a table.q-and-a-expandable .content {
    padding: 0 20px 20px 20px;
  }

  /* ----------------------------------------------- 
  Section: Specifications -------------------------- */

  .rvp5 section.specifications h3 {
    margin-bottom: 36px;
  }

  .rvp5 section.specifications a.expand-link {
    color: #5F46EE;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 36px;
  }

  .rvp5 section.specifications .box-wrapper {
    margin-bottom: initial;
  }

  .rvp5 section.specifications h3 {
    margin-bottom: 16px;
  }

  .rvp5 section.specifications .box ul {
    margin-bottom: 12px;
  }

  .rvp5 section.specifications .expandable-os {
    margin-bottom: 36px;
  }

  .rvp5 section.specifications {
    padding-bottom: 96px;
  }
}