@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600&display=swap');
body {
  color: #3a393a;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ececec;
  font-size: 18px;
}
a {
  color: #0b74c3;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 500;
  display: normal;
}
h1 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 62px;
}
@media (max-width: 487px) {
  h1 {
    font-size: 52px;
    line-height: 54px;
  }
}
h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -.02em;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 3px;
}
h4 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -.02em;
}
@media (max-width: 487px) {
  h4 {
    font-size: 26px;
  }
}
h5 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -.02em;
}
h6 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.02em;
  color: #1f5074;
}
.superscript {
  font-size: 18px;
  line-height: 0.5em;
  vertical-align: baseline;
  position: relative;
  top: -7px;
  padding-left: 2px;
}
.blue {
  color: #0b74c3;
}
.bg-blue {
  background: #0b74c3;
}
.darkblue {
  color: #1f5074;
}
.bg-darkblue {
  background: #1f5074;
}
.darkgrey {
  color: #a6a6a6;
}
.bg-darkgrey {
  background: #a6a6a6;
}
.bg-appgrey {
  background: #cccccc;
}
.nearblack {
  color: #3a393a;
}
.bg-nearblack {
  background: #3a393a;
}
.white {
  color: #fff;
}
.bg-white {
  background: #fff;
}
.gold {
  color: #f2be1a;
}
.btn-primary {
  background: #0b74c3;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  border: 1px solid #5e9ee2;
  transition: 400ms ease;
  border-radius: 0px;
  padding: 6px 0px;
  font-size: 18px;
  width: 170px;
  font-weight: 500;
}
@media (max-width: 487px) {
  .btn-primary {
    padding: 5px 0px;
    font-size: 14px;
    width: auto;
  }
}
.btn-secondary {
  background: #0b74c3;
  border: 1px solid #5e9ee2;
  transition: 400ms ease;
  border-radius: 0px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
}
.btn-sm {
  background: rgba(255, 255, 255, .5);
  display: inline-block;
  color: #0b74c3;
  border-radius: 0px;
  font-size: 14px;
  padding: 2px 9px;
  border: 1px solid #0b74c3;
  font-weight: 500;
  transition: 400ms ease;
}
@media (max-width: 767px) {
  .btn-sm {
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 3px;
    font-size: 14px;
  }
}
.btn-sm:hover {
  background: #3f84cf;
  cursor: pointer;
  color: #fff;
}
.no-boxshadow {
  box-shadow: none;
}
.type-sm {
  font-size: 16px;
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 5px 17px;
    font-size: 16px;
  }
}
.btn-primary:hover, .btn-secondary:hover {
  background: #3f84cf;
  border: 1px solid #5e9ee2;
  cursor: pointer;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc;
}
.embed-responsive {
    border: 1px solid #555;
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid {
  padding: 0px;
}
.nav-wrap {
  position: relative;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
.navbar-toggler {
  border: none;
  box-shadow: none;
}
.navbar {
  background: #0b74c3;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .25);
  border-bottom: 1px solid #5e9ee2;
}
.navbar-nav {
  margin-top: 12px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
}
.navbar-brand {
  margin: 5px 35px 5px 10px;
  width: 150px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 881px) {
  .navbar-brand {
    margin: 5px 25px 5px 10px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    margin: 5px 35px 5px 0px;
  }
}
.navbar-dark .nav-item .nav-link {
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  margin: 0px 0px 0px 5px;
}
@media (min-width: 768px) and (max-width: 881px) {
  .navbar-dark .nav-item .nav-link {
    padding: 5px 5px;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-dark .nav-item .nav-link {
    font-size: 18px;
    padding: 0px 0px 0px 6px;
    margin: 0px 0px 10px 5px;
  }
}
.navbar-dark .nav-item.active .nav-link {
  background: rgba(0, 0, 0, .0);
  border-radius: 4px;
}
.navbar-dark .nav-item .nav-link:hover {
  color: #fff;
}
.navbar-dark .nav-item .nav-link i {
  color: rgba(255, 255, 255, .35);
  margin-right: 5px;
  transition: 400ms ease;
}
.navbar-dark .nav-item .nav-link i.active {
  color: rgba(255, 255, 255, .80);
}
.navbar-dark .nav-item .nav-link:hover i, .navbar-dark .nav-item .nav-link:focus i {
  color: #ececec;
  margin-right: 5px;
}
.navbar-dark .nav-item .nav-link .nav-icon {
  text-align: center;
  padding-right: 7px;
}
@media (max-width: 767px) {
  .navbar-dark .nav-item .nav-link .nav-icon {
    display: none;
  }
}
.dropdown-menu {
  background: #fff;
  font-size: 14px;
  margin-top: 11px;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .10);
}
@media (max-width: 767px) {
  .dropdown-menu {
    background: none;
    font-size: 18px;
    margin-top: 10px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    padding-top: 0px;
    margin-bottom: 10px;
  }
}
.dropdown-toggle::after {
  color: rgba(255, 255, 255, .35);
  margin-left: 0px;
  vertical-align: 2px;
}
.dropdown-menu a:hover {
  background: #a6a6a6;
  color: #fff;
}
@media (max-width: 767px) {
  .dropdown-menu a {
    color: #fff;
  }
  .dropdown-menu a:hover {
    background: none;
    color: #fff;
  }
}
.dropdown-item:first-child, .dropdown-item:last-child {
  border-radius: 0px;
}
.jumbotron {
  height: 740px;
  background: url('../images/jumbotron-main.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .jumbotron {
    height: 600px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .jumbotron {
    height: 450px;
    padding-top: 60px;
  }
}
.jumbotron h1 {
  font-size: 78px;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, .5);
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .jumbotron h1 {
    font-size: 68px;
  }
}
@media (max-width: 487px) {
  .jumbotron h1 {
    font-size: 50px;
  }
}
.jumbotron .lead {
  font-size: 32px;
  border-top: 1px solid #a6a6a6;
  display: inline-block;
  padding-top: 5px;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, .5);
  color: #ececec;
  font-weight: 400;
}
@media (max-width: 767px) {
  .jumbotron .lead {
    font-size: 20px;
    line-height: 27px;
    padding-top: 10px;
  }
}
.jumbotron .intro-bug {
  display: inline-block;
  padding: 0px 15px;
  border-radius: 18px;
  font-size: 20px;
  margin-bottom: 2px;
  border: 2px solid #a6a6a6;
  background: rgba(0, 0, 0, .20);
}
.ss-logo-main {
  max-width: 540px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ss-logo-new {
  max-width: 450px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
  margin-bottom: 20px;
}
.screen {
  margin-bottom: 40px;
  margin-top: -320px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  text-align: center;
}
@media (max-width: 991px) {
  .screen {
    margin-top: -260px;
  }
}
@media (max-width: 767px) {
  .screen {
    margin-top: -160px;
    margin-bottom: 25px;
  }
}
.screen img {
  width: 100%;
  height: auto;
}
/* EDITIONS HOMEPAGE*/
.editions .list-group {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .editions .list-group {
    text-align: center;
  }
}
.editions .list-group-item .edition-icon {
  float: left;
  width: 110px;
  height: auto;
  margin-right: 18px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .editions .list-group-item .edition-icon {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .editions .list-group-item .edition-icon {
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }
}
.ss-bug {
  border: 1px solid #a6a6a6;
  display: inline-block;
  font-weight: 500;
  letter-spacing: -.02em;
  padding: 0px 8px 0px 8px;
  border-radius: 5px;
  margin-bottom: 3px;
  background: rgba(255, 255, 255, .30);
  height: 22px;
  font-size: 14px;
}
.editions h5 {
  font-size: 22px;
  font-weight: 600;
}
.editions .list-group p {
  padding-bottom: 0px;
}
.editions .list-group-item {
  background: rgba(0, 0, 0, .0);
  transition: 400ms ease;
  padding: 26px 20px 16px 20px;
  font-size: 16px;
  color: #3a393a;
  border: none;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 767px) {
  .editions .list-group-item {
    padding: 26px 0px 16px 0px;
  }
}
.editions .list-group .list-group-item:last-child {
  border-bottom: 0px solid #bbb9b9;
}
.editions .list-group-item:hover {
  background: rgba(255, 255, 255, .2);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .1), 0px 0px 1px rgba(255, 255, 255, 1)inset;
}
@media (max-width: 767px) {
  .editions .list-group-item:hover {
    background: none;
    box-shadow: none;
  }
}
.editions .list-group .edition-price {
  float: left;
  font-size: 24px;
  font-weight: 500;
  color: #0b74c3;
}
@media (max-width: 767px) {
  .editions .list-group .edition-price {
    float: none;
  }
}
.editions .list-group .buynow {
  float: left;
}
/* Music-to-XML*/
.app {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
.app-icon img {
  width: 80px;
  margin-bottom: 5px;
}
.app-icon-lg img {
  width: 120px;
  margin-bottom: 5px;
}
.xml-price {
  font-size: 24px;
  font-weight: 500;
  color: #0b74c3;
}
.downloadapp {
  height: 48px;
}
/* FOOTER*/
.footer {
  font-size: 12px;
  box-shadow: 0 50vh 0 50vh #3a393a;
}
.footer p {
  margin-bottom: 5px;
}
.footer a {
  color: #ccc;
}
.footer-logo {
  text-align: right;
}
@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer-copyright {
    text-align: center;
  }
}
.footer-social {
  text-align: center;
}
.footer-logo img {
  width: 130px;
}
.footer i {
  vertical-align: middle;
  margin-left: 7px;
  margin-right: 20px;
  transition: 200ms ease;
}
.footer i:hover {
  color: #fff;
}
/* EDITION PAGE*/
.introducing {
  text-align: center;
  font-weight: 300;
  margin-bottom: 0px;
  letter-spacing: .15em;
}
.edition-header {
  color: #fff;
  text-align: center;
  padding: 30px 20px 0px 20px;
  height: 370px;
}
.ss-logo {
  max-width: 310px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 5px;
  border: 1px solid #fff;
  padding: 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, .20);
}
.ss-border {
  border: 2px solid #a6a6a6;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -.02em;
  padding: 5px 20px;
  border-radius: 30px;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, .20);
}
.edition-title {
  font-size: 60px;
  line-height: 62px;
  font-weight: 300;
  letter-spacing: -.04em;
  border-top: 0px solid #a6a6a6;
  display: inline-block;
  padding-top: 8px;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, .5);
}
@media (max-width: 767px) {
  .edition-title {
    font-size: 48px;
    line-height: 50px;
  }
}
.pro {
  background: url('../images/edition-bkgd-pro.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.songbook {
  background: url('../images/edition-bkgd-songbook.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.piano {
  background: url('../images/edition-bkgd-piano.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.guitar {
  background: url('../images/edition-bkgd-guitar.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.midi {
  background: url('../images/edition-bkgd-midi.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.m2xml {
  background: url('../images/edition-bkgd-m2xml.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon {
  height: 130px;
}
@media (max-width: 767px) {
  .icon {
    height: 100px;
  }
}
.price {
  display: inline-block;
  padding: 0px 15px;
  border-radius: 26px;
  font-size: 30px;
  border: 1px solid #a6a6a6;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, .25)
}
.discounts {
  border-top: 1px solid #a6a6a6;
  padding-top: 20px;
}
.feature-box-left {
  position: relative;
  font-size: 16px;
  background: #fff;
  padding: 10%;
  margin-right: -5px;
  height: 100%;
  border-bottom: 6px solid #f2be1a;
}
.feature-box-right {
  position: relative;
  font-size: 16px;
  background: #fff;
  padding: 10%;
  margin-left: -5px;
  height: 100%;
  border-bottom: 6px solid #f2be1a;
}
@media (max-width: 991px) {
  .feature-box-left, .feature-box-right {
    margin: 0px;
  }
}
.screenshot {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid #a6a6a6;
}
.screenshot img {
  width: 100%;
}
.output {
  border-bottom: 4px solid #a6a6a6;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.footnote {
  font-size: 12px;
  margin-top: -10px;
}
.print-icon img {
  height: 54px;
  margin-bottom: 16px;
}
/* WHATS NEW */
.whatsnew {
  background: url('../images/edition-bkgd-whatsnew.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.whatsnew .ss-logo {
  width: 425px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .whatsnew .ss-logo {
    width: 375px;
  }
}
@media (max-width: 575px) {
  .whatsnew .ss-logo {
    width: 280px;
  }
}
ul.improvements {
  list-style-type: none;
}
.improvements i {
  margin-right: 8px;
  font-size: 15px;
  color: #0b74c3;
}
.lead {
  font-size: 28px;
  line-height: 34px;
  display: inline-block;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, .5);
  color: #ececec;
  font-weight: 400;
}
@media (max-width: 575px) {
  .lead {
    font-size: 20px;
    line-height: 27px;
    padding-top: 10px;
  }
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center {
  padding-top: 10%;
  padding-bottom: 10%;
}
@media (max-width: 991px) {
  .center {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}
/* APPS */
.video {
  border: 1px solid #a6a6a6;
}
/* COMPARE / UPDATES */
table {
  width: 100%;
}
tr.edition td {
  font-size: 17px;
  font-weight: 500;
 
}
tr.edition td img {
  width: 70px;
  margin-bottom: 6px;
}
tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #3a393a;
}
tr.last {
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #3a393a;
}
td {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #b5bfca;
  padding: 12px 5px;
  valign: middle;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
td.first {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 5px;
  border-left-width: 0px;
  text-align: left;
  padding-left: 0px;
  font-size: 14px;
  
  line-height: 18px;
  font-weight: 500;
}

i.fa-check {
  color: green;
}
i.fa-times {
  color: red;
}
table.update td {
	text-align: left;
    padding: 10px 0px 5px 10px;
       vertical-align: top;
    width: 33.3%;
}
table.update td p {
	margin-bottom: 5px;
}
table.update td.first {
    padding-left: 0px;
}
.note {
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
}
.labpacks {
  background: #fff;
  padding: 20px;
  border: 1px solid #a6a6a6;
}
.reviewers {
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}
.credit {
  margin-top: -14px;
  font-size: 16px;
  color: #3a393a;
}
.reviewers .col-lg-12 {
  margin-bottom: 14px;
}
.customer {
  background: rgba(255, 255, 255, .35);
  padding: 24px 24px 8px 24px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .05), inset 0 0 1px rgba(255, 255, 255, 1);
  line-height: 22px;
  margin-bottom: 30px;
}
.faq h6 {
  margin-top: 40px;
  font-size: 21px;
  color: #3a393a;
}
.faq h6:first-child {
  margin-top: 0px;
}
.btntop {
  background: rgba(255, 255, 255, .5);
  display: inline-block;
  color: #0b74c3;
  border-radius: 0px;
  font-size: 13px;
  padding: 0px 4px 0px 4px;
  border: 1px solid #0b74c3;
  font-weight: 500;
  transition: 400ms ease;
  margin-left: 10px;
}
.btntop:hover {
  text-decoration: none;
}
.demos .edition-icon {
  float: left;
  width: 110px;
  height: auto;
  margin-right: 18px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .demos .edition-icon {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .demos .edition-icon {
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }
}
.demos .demo-btns {
  margin-top: 10px;
}
.demos .demo-btns .btn {
  margin-right: 10px;
}