@charset "UTF-8";
/********************************************************
******************* STYLE VARIABLES *********************
********************************************************/
:root {
  --blue: #0086c4;
  --red: #ED2E1A;
  --maroon: #8c0013; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

/********************************************************
**************** TEMPLATE PIECE STYLES ******************
********************************************************/
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/********************************************************
********************** BREAKPOINTS **********************
********************************************************/
/********************************************************
********************** ASPECT RATIO *********************
********************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }



.covid-banner {
  text-align: center;
  color: #404040;
  background-color: #e8e8e8;
  padding: 30px 20px;
  width: 1300px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  position: relative; }
  .covid-banner a {
    color: inherit;
    border-bottom-color: currentColor; }

.covid-banner__container {
  max-width: 800px; }

.covid-banner__heading {
  font-size: 24px;
  font-weight: 600; }

.covid-banner__close-icon {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  transition: transform 0.25s ease; }
  .covid-banner__close-icon path,
  .covid-banner__close-icon polygon,
  .covid-banner__close-icon rect {
    fill: #6a0009; }
  .covid-banner__close-icon circle {
    stroke: #6a0009;
    stroke-width: 1; }
  .covid-banner__close-icon:hover {
    transform: scale(1.1); }

.grid-item-covid {
  background-image: url("../images/home-covid-response.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  color: #6a0009;
  text-transform: uppercase;
  text-align: right; }
  @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
    .grid-item-covid {
      flex-direction: column;
      align-items: center;
      padding-bottom: 40px !important;
      text-align: center; } }
  .grid-item-covid p {
    font-family: 'Georgia', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px; }
  .grid-item-covid span {
    display: block;
    font-weight: 900;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif; }
  .grid-item-covid .button-white {
    border: 1px solid #6a0009;
    background-color: transparent; }

.grid-item-buyers-guide {
  background-image: url("../images/buying-guide-banner-bg.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  overflow: hidden; }
  .grid-item-buyers-guide::before {
    position: absolute;
    content: 'NEW';
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    top: -7px;
    left: -55px;
    transform: rotate(-35deg); }
  .grid-item-buyers-guide p {
    position: relative;
    font-family: 'Georgia', serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    text-align: right;
    z-index: 2; }
    .grid-item-buyers-guide p span {
      color: #0086c4;
      font-size: 1.2em; }
  .grid-item-buyers-guide a {
    position: relative;
    z-index: 2; }
  .grid-item-buyers-guide .piano-layer {
    background-image: url("../images/buying-guide-banner-piano.png");
    background-position: left 10px bottom -60px;
    background-size: auto 150%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
    .grid-item-buyers-guide {
      background-size: auto 100%;
      background-position: left 50% top;
      background-repeat: no-repeat;
      flex-direction: column;
      align-items: center;
      padding-bottom: 40px !important;
      text-align: center; }
      .grid-item-buyers-guide p {
        text-align: left;
        margin-top: 50px;
        width: 100%; }
      .grid-item-buyers-guide .piano-layer {
        background-size: auto 120%;
        background-position: left 115px top -10px; } }

.grid-item-financing {
  background-image: url("../images/finance-gold-bg.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end; }
  @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
    .grid-item-financing {
      justify-content: center;
      align-items: center; } }
  .grid-item-financing .inner {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .grid-item-financing .inner {
        flex-direction: column;
        justify-content: space-around;
        margin-bottom: 15px; } }
  .grid-item-financing .percent {
    width: 150px;
    margin-right: 15px; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .grid-item-financing .percent {
        position: relative;
        left: 28px;
        margin-bottom: 15px; } }
  .grid-item-financing .smaller,
  .grid-item-financing .larger {
    line-height: 1.2;
    margin: 0; }
  .grid-item-financing .larger {
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px; }
    .grid-item-financing .larger sup {
      font-size: 18px;
      position: relative;
      top: -8px; }
  .grid-item-financing .smaller {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: 18px; }

.grid-item-virtual {
  background-color: #2b394d !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between; }
  @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
    .grid-item-virtual {
      align-items: center; } }
  .grid-item-virtual img {
    width: 400px;
    max-width: 100%;
    align-self: center; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .grid-item-virtual img {
        margin-top: 50px; } }
  .grid-item-virtual .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .grid-item-virtual .content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 30px;
        height: 130px; } }
  .grid-item-virtual p {
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0; }

.covid-response.container {
  padding: 50px; }
  @media screen and (max-width: 768px) {
    .covid-response.container {
      padding: 20px; } }

.covid-response .covid-response__banner {
  min-height: 300px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: linear, to bottom, white 0%, #e8e8e8 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0 );
  background-image: url("../images/covid-banner-bg.jpg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  margin-left: -50px;
  margin-right: -50px;
  margin-top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .covid-response .covid-response__banner {
      margin-left: -20px;
      margin-right: -20px;
      margin-top: -20px;
      background-size: cover; } }
  .covid-response .covid-response__banner h1 {
    text-transform: uppercase; }
    .covid-response .covid-response__banner h1 span {
      display: block;
      font-family: Arial, Helvetica, sans-serif; }

.covid-response .red {
  color: #6a0009;
  font-weight: 600; }

.covid-response .list {
  margin: 0; }
  .covid-response .list + p:not(.list) {
    margin-top: 10px; }

.covid-response .section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #cdcdcdcd;
  padding-bottom: 30px;
  margin: 30px 0; }
  @media screen and (max-width: 876px) {
    .covid-response .section {
      flex-direction: column; } }
  .covid-response .section:last-child {
    border-bottom: 0; }
  @media screen and (max-width: 876px) {
    .covid-response .section .section__content {
      order: 2; } }
  .covid-response .section img {
    width: 400px;
    max-width: 100%;
    margin-left: 20px; }
    @media screen and (max-width: 876px) {
      .covid-response .section img {
        order: 1;
        margin-left: 0;
        margin-bottom: 30px; } }

.financing.financing .featured-piano {
  width: 50%; }

.financing.financing .content {
  padding: 30px; }

.financing.financing .columns {
  display: flex;
  margin-left: -20px;
  margin-right: -20px; }
  @media screen and (max-width: 900px) {
    .financing.financing .columns {
      display: block; } }
  .financing.financing .columns .col {
    width: 50%;
    padding: 0 20px; }
    @media screen and (max-width: 900px) {
      .financing.financing .columns .col {
        width: 100%; } }

.financing.financing .financing__chart {
  width: 600px; }

.financing.financing .subtitle {
  font-family: 'Georgia', serif;
  font-size: 24px;
  color: #6a0009;
  font-weight: 600; }

.financing.financing p {
  margin-bottom: 20px; }

.financing.financing img {
  max-width: 100%; }

.financing.financing .advantage {
  position: relative; }
  .financing.financing .advantage .seal {
    width: 200px;
    position: absolute;
    top: 80px;
    left: 0; }
    @media screen and (max-width: 1200px) {
      .financing.financing .advantage .seal {
        width: 150px; } }
    @media screen and (max-width: 1000px) {
      .financing.financing .advantage .seal {
        top: unset;
        left: unset;
        position: relative;
        margin: 20px auto;
        display: block; } }
  .financing.financing .advantage .promotions {
    margin-left: auto;
    margin-right: auto;
    max-width: 780px; }

.container.new .breadcrumbs {
  margin-right: 100px; }

.breadcrumbs {
  z-index: 1000;
  position: absolute;
  left: 20px;
  top: 20px; }
  .breadcrumbs a {
    color: #8c0013; }
    .breadcrumbs a:hover {
      color: #000; }
  .breadcrumbs svg {
    float: left;
    width: 25px;
    height: 25px; }
    .breadcrumbs svg img {
      max-height: 100%; }
  .breadcrumbs ul {
    margin-left: 30px; }
  .breadcrumbs ul > li {
    font-size: 13px;
    float: left;
    line-height: 22px; }
    .breadcrumbs ul > li:after {
      content: '/';
      padding-left: 3px;
      padding-right: 3px; }
    .breadcrumbs ul > li:last-of-type:after {
      content: '';
      padding-left: 0; }
    .breadcrumbs ul > li:last-of-type a {
      color: #8c0013; }
  @media screen and (max-width: 500px) {
    .breadcrumbs {
      display: none; } }

form, input, textarea, select, option {
  font-size: 15px; }

form {
  color: #4c4c4c; }

input, textarea, select {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 12px;
  border: 0; }

input[type=checkbox] {
  padding: 0; }

input, textarea, option {
  color: #000; }

select {
  -webkit-appearance: none;
  padding-bottom: 10px !important;
  background-image: url("../fonts/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #7f7f7f;
  display: block; }

select, input[type=checkbox] + label, input[type=radio] + label {
  cursor: pointer; }

textarea {
  font-family: "Arial", sans-serif;
  min-height: 150px; }

form div[class*="column-"] > input, form div[class*="column-"] > select {
  width: 100%; }

div.row > input:not([type=submit]),
div.row > textarea {
  width: 100%; }

div.row > textarea {
  max-width: 100%;
  min-width: 100%; }

.form-area input[type=checkbox],
.form-area input[type=radio] {
  width: 0 !important;
  opacity: 0;
  padding: 0;
  margin: 0; }

.form-area input[type=checkbox] + label,
.form-area input[type=radio] + label {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 20px;
  padding-left: 30px;
  line-height: 22px;
  margin-top: 10px; }

.form-area input[type=radio] + label {
  background: url("../images/form-radio.png") no-repeat 0 0;
  background-size: 24px; }

.form-area input[type=checkbox] + label {
  background: url("../images/form-checkbox.png") no-repeat 0 0;
  background-size: 24px; }

.form-area input[type=checkbox] + label::after,
.form-area input[type=radio] + label::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px; }

.form-area input[type=checkbox]:checked + label,
.form-area input[type=radio]:checked + label {
  background-position: left top -23px;
  font-weight: 600; }

.filter-option-set input[type=checkbox]:not(old),
.filter-option-set input[type=radio]:not(old) {
  width: 0 !important;
  opacity: 0;
  padding: 0;
  margin: 0; }

.filter-option-set input[type=checkbox]:not(old),
.filter-option-set input[type=radio]:not(old) {
  position: absolute;
  left: -20px; }

.filter-option-set input[type=checkbox]:not(old) + label,
.filter-option-set input[type=radio]:not(old) + label {
  position: relative; }

.filter-option-set input[type=checkbox]:not(old) + label:after,
.filter-option-set input[type=radio]:not(old) + label:after {
  background: url("../images/form-checkbox.svg") no-repeat 0 0;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 0; }

.filter-option-set input[type=checkbox]:not(old):checked + label:after,
.filter-option-set input[type=radio]:not(old):checked + label:after {
  background: url("../fonts/form-checkbox-checked.svg") no-repeat 0 0; }

input.error {
  background-image: url("../fonts/warning.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 25px 25px; }

.required {
  font-size: 12px;
  padding-left: 3px;
  float: right; }

#contact-form .spinner {
  display: none; }

#contact-form #message {
  display: block;
  text-align: center;
  display: none;
  line-height: 45px;
  color: green; }
  #contact-form #message.error {
    color: red; }

#submit-form {
  margin-bottom: 0 !important; }

#form-footer {
  min-height: 45px; }

#form-success {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  display: none; }

#form-error {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  display: none; }

::-webkit-input-placeholder {
  color: #7f7f7f; }

:-moz-placeholder {
  color: #7f7f7f; }

::-moz-placeholder {
  color: #7f7f7f; }

:-ms-input-placeholder {
  color: #7f7f7f; }

/********************************************************
****************** LOADING ANIMATION ********************
********************************************************/
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

ul.select {
  display: inline-block; }

ul.select > li {
  background: #818181;
  background: -moz-linear-gradient(top, #818181 0%, #585858 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #818181), color-stop(100%, #585858));
  background: -webkit-linear-gradient(top, #818181 0%, #585858 100%);
  background: -o-linear-gradient(top, #818181 0%, #585858 100%);
  background: -ms-linear-gradient(top, #818181 0%, #585858 100%);
  background: linear, to bottom, #818181 0%, #585858 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#585858',GradientType=0 );
  padding: 0 55px 0 20px;
  border-radius: 5px;
  position: relative;
  line-height: 36px;
  font-size: 15px;
  cursor: pointer;
  display: block;
  color: #fff;
  width: auto; }

ul.select > li:after {
  border: solid transparent;
  border-top-color: #fff;
  pointer-events: none;
  border-width: 10px;
  position: absolute;
  right: 20px;
  top: 13px;
  content: " ";
  height: 0;
  width: 0; }

ul.select ul {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #585858;
  visibility: hidden;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0; }

ul.select ul > li {
  transition: background-color 0.5s ease;
  border-top: 1px solid #4f4f4f;
  line-height: 24px;
  padding: 5px 20px;
  color: #fff; }
  ul.select ul > li:hover {
    background-color: #0086c4; }
  ul.select ul > li.selected {
    display: none; }

ul.select.small > li {
  padding: 5px 10px;
  line-height: 16px;
  font-size: 14px;
  width: 125px; }

ul.select.small > li:after {
  border-width: 6px;
  right: 10px;
  top: 10px; }

ul.select.small ul {
  top: 26px; }

footer {
  position: relative;
  font-size: 13px;
  padding: 20px; }
  footer .footer-info {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 58.9743589744%;
    margin-top: 30px; }
    footer .footer-info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 650px) {
      footer .footer-info {
        text-align: center;
        float: none;
        width: 100%; } }
  footer .branding {
    width: 275px;
    position: absolute;
    top: 20px;
    right: 0;
    text-align: center; }
    @media screen and (max-width: 650px) {
      footer .branding {
        position: relative;
        top: auto;
        margin-right: auto !important;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
        float: none; } }
  footer table {
    margin: 10px 0; }
    @media screen and (max-width: 650px) {
      footer table {
        width: 100%; } }
    footer table td {
      vertical-align: bottom;
      line-height: 1.3;
      padding: 0 10px;
      display: block;
      padding: 10px 0; }
      footer table td.navigation + .navigation {
        padding-top: 0; }
  footer .restoring {
    margin: 10px; }
  footer .payment-methods {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 650px) {
      footer .payment-methods {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
  footer .languages {
    display: flex;
    height: 20px;
    margin-right: 20px;
    position: relative; }
    @media screen and (max-width: 650px) {
      footer .languages {
        margin-bottom: 20px; } }
    footer .languages:after {
      content: '';
      display: block;
      height: 8px;
      left: -5px;
      right: -5px;
      position: absolute;
      bottom: -11px;
      background: url(../images/slider_bg.jpg) center center no-repeat;
      background-size: 100% 100%;
      z-index: 1; }
    footer .languages .flag {
      height: 20px;
      opacity: 0.5;
      filter: grayscale(1);
      position: relative;
      z-index: 10;
      transition: all 300ms; }
      footer .languages .flag:not(:last-child) {
        margin-right: 5px; }
      footer .languages .flag:hover, footer .languages .flag.flag-selected {
        opacity: 1;
        filter: grayscale(0); }
      footer .languages .flag.flag-selected:after {
        content: '';
        display: block;
        height: 4px;
        left: -4px;
        right: -4px;
        position: absolute;
        bottom: -9px;
        background: url(../images/slider.png) center center no-repeat;
        background-size: 100% 100%;
        z-index: 10; }
      footer .languages .flag a {
        display: block; }
      footer .languages .flag img {
        display: block;
        height: 20px; }

/********************************************************
***************** FLOAT CLEARFIX CLASS *****************
********************************************************/
.clearfix:after, header:after, header .logo-wrap:after, footer:after, .container:after, .row:after, .promotions:after, .details .tailor-details .intro:after, .details footer:after, .tabs-wrapper:after, .purchase form .row:after, .buy-filter-wrap:after, .buy-filter:after, .filter-option-set:after, .option-sub-set:after, .piano-group-results:after, .steinway .tailored:after, .steinway .genuine-parts:after, .steinway .sum:after, .steinway .soundboard:after, .steinway .decades .content:after, .soundboard .header:after, .soundboard .header .columns:after, .soundboard .skill .banner:after, .soundboard .detail:after, .soundboard .warranty:after, .about .profiles:after, .about .profiles .featured:after, .about .history:after, .section.grid:after, .single .wrapper:after, .service .map:after, .service .videos:after, .service .travels:after, .service .questions:after, .faq .question:after, .faq .question .header:after, .container.trust .header:after, .blog:after, .library-single:after, .blog .post-wrapper .post-author:after, .blog .brand-wrapper .post-author:after, .library-single .post-wrapper .post-author:after, .library-single .brand-wrapper .post-author:after, .movers .header:after, .learn-grand-piano .questions:after, .learn-concert-grand .header:after, .learn-concert-grand .questions:after, .learn-baby-grand .header:after, .learn-steinway-upright .questions:after, .keyword-page .questions:after {
  content: "";
  display: table;
  clear: both; }

/********************************************************
*************** MAIN BODY/WRAPPER STYLES ****************
********************************************************/
body {

  background-color: #fff;
  font-family: "Arial", sans-serif;
  color: #000; 
}
.tailored,.sum{
  margin:0 10px;
}
  body.noScroll {
    overflow: hidden; }
}

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: #8c0013; }

strong, b {
  font-weight: 600; }

iframe {
  width: 100% !important; }

img {
  max-width: 100%; }

i {
  font-style: italic; }

.piano {
  position: relative; }
  .piano .ribbon {
    position: absolute;
    width: 90px !important;
    right: 0;
    top: 0; }

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1300px;
  background-color: #fff;
  position: relative;
  padding: 20px; }
  .container.new, .container.ready-now, .container.sold, .container.signature, .container.ready-soon {
    background-position: top right;
    background-repeat: no-repeat; }
    @media screen and (max-width: 500px) {
      .container.new, .container.ready-now, .container.sold, .container.signature, .container.ready-soon {
        background-size: 70px 70px; } }
  .container.new {
    background-image: url(../images/rbn_new.png); }
  .container.ready-now {
    background-image: url(../images/rbn_ready.png); }
  .container.ready-soon {
    background-image: url(../images/rbn_readysoon.png); }
  .container.sold {
    background-image: url(../images/rbn_sold.png); }
  .container.signature {
    background-image: url(../images/rbn_signature.png); }
  @media screen and (max-width: 1340px) {
    .container {
      overflow: hidden; } }
  @media screen and (max-width: 1300px) {
    .container {
      position: relative;
      margin-right: auto;
      margin-left: auto;
      width: 100%; } }
  @media screen and (max-width: 888px) {
    .container {
      padding: 10px; } }
  @media screen and (max-width: 500px) {
    .container {
      padding: 0px; } }

.container > .header {
  position: relative;
  padding-top: 50px;
  padding-left: 30px; }
  @media screen and (max-width: 1080px) {
    .container > .header {
      padding: 50px 20px 0px !important;
      margin: 0; } }
  @media screen and (max-width: 500px) {
    .container > .header {
      padding: 20px !important;
      margin: 0; } }

.container > .header.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media screen and (max-width: 1080px) {
    .container > .header.full-width {
      margin: 0 -20px; } }
  @media screen and (max-width: 888px) {
    .container > .header.full-width {
      margin: 0 -5px; } }
  @media screen and (max-width: 500px) {
    .container > .header.full-width {
      margin: 0; } }

.shadow {
  background-image: url("../images/shadow.png");
  background-repeat: repeat-y;
  background-position: top right; }

.boxed, .buy-filter {
  box-shadow: 0px 3px 5px -1px #999999;
  background-color: #ebebeb;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px; }

.row.google {
  margin: 0 -35px;
  text-align: center; }
  @media screen and (max-width: 1330px) {
    .row.google {
      margin: 0 auto; } }

[id*=__post_] {
  margin-top: 20px !important;
  width: 33.3333% !important;
  float: left !important; }
  @media screen and (max-width: 1330px) {
    [id*=__post_] {
      width: 443px !important;
      float: none !important; } }
  @media screen and (max-width: 443px) {
    [id*=__post_] {
      width: 100% !important; } }

/********************************************************
********************* COLUMN STYLES *********************
********************************************************/
.row {
  position: relative; }

/********************************************************
********************* BUTTON STYLES *********************
********************************************************/
.button-blue, .button-white, .button-white-bordered, .button-gray-bordered {
  background-color: #0086c4;
  border-radius: 5px;
  padding: 12px 40px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .button-blue.clear, .clear.button-white, .clear.button-white-bordered, .clear.button-gray-bordered {
    background-color: #eee; }
  .button-blue:hover, .button-white:hover, .button-white-bordered:hover, .button-gray-bordered:hover {
    background-color: #006492;
    color: #fff; }
  .button-blue.small, .small.button-white, .small.button-white-bordered, .small.button-gray-bordered {
    font-size: 14px;
    padding: 8px 20px; }
  .button-blue.inquire, .inquire.button-white, .inquire.button-white-bordered, .inquire.button-gray-bordered {
    background-image: url("../images/goarrow.svg");
    border-right: 40px solid transparent;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-right: 30px;
    display: block;
    margin: 0 auto; }

.button-blue-outline {
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 40px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  color: #0086c4;
  border: 1px solid #0086c4;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .button-blue-outline:hover {
    background-color: #0086c4;
    color: #fff; }

.button-white {
  background: #fff;
  color: #666; }
  .button-white:hover {
    background-color: #e5e5e5;
    color: #666; }

.button-white-bordered {
  border: 1px solid #fff;
  background: transparent;
  color: #fff; }
  .button-white-bordered:hover {
    background-color: #e5e5e5;
    color: #666; }

.button-gray-bordered {
  border: 1px solid #7f7f7f;
  background: transparent;
  color: #7f7f7f; }
  .button-gray-bordered:hover {
    background-color: #e5e5e5;
    color: #666; }

/********************************************************
******************** CALLS TO ACTION ********************
********************************************************/
.call-us {
  display: inline-block;
  font-size: 16px;
  color: #0086c4; }
  .call-us span {
    font-size: 1.5em; }

/********************************************************
*********************** TYPOGRAPHY **********************
********************************************************/
h1 {
  font-family: 'Georgia', serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 18px;
  color: #8c0013; }
  h1.small {
    font-size: 30px; }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 30px;
      text-align: center;
      line-height: 1.5;
      margin-bottom: 20px; } }
  h1 span {
    font-size: 37px;
    display: block; }
    @media screen and (max-width: 500px) {
      h1 span {
        font-size: inherit;
        display: inline; } }

h3 {
  font-weight: 600;
  font-size: 17px;
  color: #8c0013; }
  @media screen and (max-width: 500px) {
    h3 {
      text-align: center; } }

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px; }
  p a {
    color: #0086c4;
    border-bottom: 1px solid #0086c4;
    transition: all 0.2s ease-in-out; }
    p a:hover {
      color: rgba(0, 0, 0, 0.75);
      border-bottom: 1px solid rgba(0, 0, 0, 0.75); }

/********************************************************
******************** MEDIA ICON STYLES ******************
********************************************************/
.mfp-iframe-holder .mfp-content {
  max-height: 100% !important; }

.mfp-arrow-right:before,
.mfp-arrow-right:after,
.mfp-arrow-left:before,
.mfp-arrow-left:after {
  display: none !important; }

.mfp-arrow-right,
.mfp-arrow-left {
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  height: 60px !important; }

.mfp-arrow-right {
  background-image: url(../fonts/detail_arrow_right.svg) !important;
  background-position: center center !important; }

.mfp-arrow-left {
  background-image: url(../fonts/detail_arrow_left.svg) !important;
  background-position: center center !important; }

.mfp-bottom-bar.video-bar {
  margin-top: 3px; }

.full-width {
  overflow: hidden;
  margin: 0 -20px; }
  @media screen and (max-width: 888px) {
    .full-width {
      margin: 0 -10px; } }
  @media screen and (max-width: 500px) {
    .full-width {
      margin: 0; } }

.video, .image {
  position: relative;
  display: block; }
  .video > img, .image > img {
    width: 100%; }

.video:before {
  background-image: url(../fonts/play.svg); }

.video .video-title {
  font-family: 'Georgia', serif;
  position: absolute;
  text-align: center;
  margin-top: -55px;
  font-weight: 600;
  font-size: 35px;
  line-height: 0;
  display: block;
  color: #fff;
  width: 100%;
  top: 50%; }
  @media screen and (max-width: 700px) {
    .video .video-title {
      font-size: 20px;
      line-height: 1.5; } }
  .video .video-title svg {
    width: 90px;
    height: 90px;
    margin-bottom: -32px;
    margin-left: 20px; }
    @media screen and (max-width: 700px) {
      .video .video-title svg {
        position: absolute;
        display: block;
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        top: 30px; } }

.image:before {
  background-image: url(../fonts/magnify.svg); }

.video:before, .image:before {
  content: '';
  opacity: 0.75;
  position: absolute;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10; }
  @media screen and (max-width: 500px) {
    .video:before, .image:before {
      opacity: 0.6;
      top: 50%;
      left: 50%; } }

.video.small:before, .image.small:before {
  height: 25px;
  width: 25px;
  bottom: 10px;
  right: 10px; }
  @media screen and (max-width: 500px) {
    .video.small:before, .image.small:before {
      margin-left: -12.5px;
      margin-top: -12.5px; } }

.video.medium:before, .image.medium:before {
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px; }

.video.large:before {
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px; }
  @media screen and (max-width: 500px) {
    .video.large:before {
      height: 70px;
      width: 70px;
      margin-left: -35px;
      margin-top: -35px; } }

.image.large:before {
  height: 80px;
  width: 80px;
  bottom: 40px;
  right: 40px; }
  @media screen and (max-width: 500px) {
    .image.large:before {
      margin-left: -40px;
      margin-top: -40px; } }

/********************************************************
****************** TESTIMONIALS STYLES ******************
********************************************************/
.testimonial-1 {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 100%; }
  .testimonial-1:last-child {
    margin-right: 0; }

.testimonial-2 {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 48.7179487179%; }
  .testimonial-2:last-child {
    margin-right: 0; }

.testimonial-3 {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 339.312820513%; }
  .testimonial-3:last-child {
    margin-right: 0; }

.testimonial-4 {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 23.0769230769%; }
  .testimonial-4:last-child {
    margin-right: 0; }

.testimonial-5 {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 17.9487179487%; }
  .testimonial-5:last-child {
    margin-right: 0; }

[class^=testimonial] p a {
  border: 0;
  color: #8c0013; }

.testimonials-right {
  padding-left: 20px;
  position: absolute;
  width: 500px;
  right: 0;
  top: 0; }
  @media screen and (max-width: 900px) {
    .testimonials-right {
      position: relative;
      padding-left: 0;
      width: 100%; } }
  .testimonials-right h3 a {
    float: right;
    font-family: 'Arial' sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400; }

[class*="testimonial-"] {
  font-size: 15px;
  line-height: 1.2; }
  @media screen and (max-width: 500px) {
    [class*="testimonial-"] {
      margin: 0 0 20px 0;
      padding: 10px;
      width: 100%; } }
  [class*="testimonial-"]:last-of-type {
    margin-right: 0; }
  [class*="testimonial-"] img {
    width: 100%; }
  [class*="testimonial-"] h2 {
    font-size: 15px !important; }
  [class*="testimonial-"] p strong {
    font-size: 14px !important;
    padding-bottom: 3px; }
  [class*="testimonial-"] .read {
    text-decoration: underline;
    font-size: 12px;
    margin: 3px 0; }

/********************************************************
******************* PROMOTIONS STYLES *******************
********************************************************/
.mfp-content > #faq-popup.mfp-hide {
  display: block !important; }

.faq-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 10px; }

.faq-popup h1 {
  font-size: 16px; }

.faq-popup p {
  margin-bottom: 0;
  font-size: 14px; }

.promotions {
  margin: 50px 0 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 765px) {
    .promotions {
      justify-content: flex-start; } }
  .promotions .column {
    position: relative;
    padding: 10px 20px;
    padding-left: 50px; }
    @media screen and (max-width: 765px) {
      .promotions .column {
        width: 50%; } }
    @media screen and (max-width: 580px) {
      .promotions .column {
        width: 100%;
        text-align: center;
        padding-left: 20px; } }
  .promotions svg {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 10px; }
    @media screen and (max-width: 580px) {
      .promotions svg {
        position: relative;
        display: inline-block;
        margin-bottom: 10px; } }
  .promotions h3 {
    font-family: 'Georgia', serif;
    line-height: 1.5;
    font-weight: 600;
    font-size: 16px; }
  .promotions span {
    line-height: 1.5;
    font-size: 13px;
    display: block; }

/********************************************************
****************** GLOBAL PIANO STYLES ******************
********************************************************/
.other-pianos .piano {
  padding-right: 10px; }

.piano {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 13px;
  float: left; }
  .piano img {
    width: 100%; }
  .piano span {
    display: block; }
    .piano span > span {
      display: inline;
      padding-left: 3px; }

.contact {
  padding: 20px 0; }
  .contact .button-blue, .contact .button-white, .contact .button-white-bordered, .contact .button-gray-bordered {
    padding: 10px 40px;
    position: relative;
    top: -12px; }
  .contact .inquire {
    width: auto;
    display: inline; }
  .contact .or {
    padding: 0 20px;
    position: relative;
    top: -10px;
    color: #777; }
  @media screen and (max-width: 575px) {
    .contact {
      text-align: center; }
      .contact .call-us {
        display: block;
        margin-bottom: 20px; }
      .contact > span {
        display: none; }
      .contact .inquire {
        display: inline-block; } }

/********************************************************
**************** INDIVIDUAL PAGE STYLES *****************
********************************************************/
/********************************************************
************* PIANO DETAILS SECTION STYLES **************
********************************************************/
.details {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 38.4615384615%;
  padding-top: 50px;
  float: right; }
  .details:last-child {
    margin-right: 0; }
  .details h2 {
    font-family: 'Arial', 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    margin: 10px 0; }
    .details h2 span {
      padding-bottom: 2px;
      font-size: 16px;
      display: block; }
    .details h2 sup.to {
      font-size: 0.5em;
      position: relative;
      top: -0.35em;
      margin-left: -5px;
      margin-right: -5px; }
    .details h2 sup.dollar {
      font-size: 0.6em;
      position: relative;
      top: -0.45em; }
    @media screen and (max-width: 500px) {
      .details h2 {
        text-align: center; } }
  .details h3 {
    padding-bottom: 20px;
    margin: 15px 0 0; }
  .details .grey-box {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 10px; }
    .details .grey-box.closed {
      background: #818181;
      color: #fff; }
  .details a.grey-box {
    display: block; }
  .details .grey-box.buy-box {
    position: relative;
    padding-left: 180px;
    background: transparent; }
    .details .grey-box.buy-box a.button-blue, .details .grey-box.buy-box a.button-white, .details .grey-box.buy-box a.button-white-bordered, .details .grey-box.buy-box a.button-gray-bordered {
      position: absolute;
      margin-top: -20px;
      left: 20px;
      top: 50%; }
    .details .grey-box.buy-box h2 {
      font-size: 15px; }
    .details .grey-box.buy-box p {
      font-size: 12px; }
  .details .tailor {
    position: relative;
    padding-right: 40px;
    border-radius: 5px 5px 0 0; }
    .details .tailor p {
      font-size: 17px;
      margin: 0; }
    .details .tailor:after {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      background-size: 100% auto;
      background: url(../fonts/168afaa9d1c84fdda288acf8a18bce5a.woff) {
        .details footer .social {
          text-align: center;
          float: none; }
          .details footer .social span {
            display: block; } }

/********************************************************
************** PIANO MEDIA SECTION STYLES ***************
********************************************************/
.media {
  padding: 50px 0px 0 0px;
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 58.9743589744%;
  margin-right: 0; }
  .media:last-child {
    margin-right: 0; }
  @media screen and (max-width: 500px) {
    .media {
      padding-top: 0; } }
  .media .lightbox img {
    width: 100%; }
  .media .lightbox-images {
    display: none; }

.media #featured-image {
  position: relative;
  overflow: hidden; }
  .media #featured-image .nav {
    position: absolute;
    display: block;
    padding: 0 15px;
    height: 100%;
    width: 65px;
    top: 0;
    transition: all 0.5s ease; }
    .media #featured-image .nav svg {
      width: 100%;
      height: 100%; }
    .media #featured-image .nav.left {
      left: -65px; }
      .media #featured-image .nav.left.touch {
        left: 0; }
    .media #featured-image .nav.right {
      right: -65px; }
      .media #featured-image .nav.right.touch {
        right: 0; }
  .media #featured-image:hover .nav.left {
    left: 0; }
  .media #featured-image:hover .nav.right {
    right: 0; }

@media screen and (max-width: 1080px) {
  .media,
  .details {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 100%;
    margin-right: 0; }
    .media:last-child,
    .details:last-child {
      margin-right: 0; } }

.gallery-right-shadow {
  position: relative;
  width: 100%; }
  .gallery-right-shadow:after {
    box-shadow: inset -8px 0px 30px -10px black;
    position: absolute;
    height: 126px;
    width: 10px;
    content: '';
    top: 2px;
    right: 0; }

.gallery {
  margin-bottom: 40px;
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-top: 2px; }
  .gallery .gallery-inner {
    width: auto; }
  .gallery a {
    display: inline-block;
    width: 170px; }
    @media screen and (max-width: 500px) {
      .gallery a {
        width: 110px; } }
    .gallery a img {
      height: auto;
      width: 100%; }

/********************************************************
************** RESTORATION OPTIONS STYLES ***************
********************************************************/
.tabs-wrapper {
  background-image: url("../images/tabs-bg.jpg");
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
  height: 62px;
  width: 100%;
  clear: both; }
  @media screen and (max-width: 888px) {
    .tabs-wrapper {
      background-image: none;
      border-right: 2px solid #eee;
      border-left: 2px solid #eee;
      border-top: 2px solid #eee;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding: 5px;
      height: auto; } }

@media screen and (max-width: 888px) {
  .tab-details-wrapper {
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
    height: auto; } }

@media screen and (max-width: 500px) {
  .tab-details-wrapper {
    padding: 0 20px; } }

.tabs {
  margin: 0 auto;
  width: 888px; }
  @media screen and (max-width: 888px) {
    .tabs {
      width: 100%; } }
  .tabs.three {
    text-align: center; }
    .tabs.three a {
      display: inline-block;
      float: none; }
  .tabs a {
    background-image: url("../images/tab-bg.jpg");
    font-family: 'Georgia', serif;
    display: inline-block;
    margin-right: 2px;
    line-height: 43px;
    margin-top: 19px;
    font-weight: 600;
    font-size: 15px;
    color: #6d6d6d;
    float: left;
    width: 220px;
    height: 43px; }
    @media screen and (max-width: 888px) {
      .tabs a {
        background-color: #eee;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-top: 0;
        background-image: none;
        border: 1px solid #eee;
        height: auto;
        float: left;
        float: left;
        display: block;
        margin-right: 2.5641025641%;
        width: 48.7179487179%; }
        .tabs a:last-child {
          margin-right: 0; }
        .tabs a:nth-child(2n) {
          margin-right: 0; }
        .tabs a:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 500px) {
      .tabs a {
        font-size: 10px; } }
    .tabs a.active {
      background-image: none;
      background-color: #fff;
      color: #8c0013; }

.tab-details.components ul > li {
  background-image: url("../images/checkmark.svg"); }

.tab-details.options ul > li {
  background-image: url("../fonts/exclamation.svg"); }

.tab-details {
  min-height: 344px;
  display: none; }
  @media screen and (max-width: 888px) {
    .tab-details {
      padding: 0 20px; } }
  @media screen and (max-width: 500px) {
    .tab-details {
      padding: 0; } }
  .tab-details:first-of-type {
    display: block; }
  .tab-details > a > img {
    width: 30%;
    float: left;
    padding-top: 20px; }
    @media screen and (max-width: 888px) {
      .tab-details > a > img {
        padding-top: 0;
        margin: 0 auto;
        display: block;
        float: none;
        width: 80%; } }
    @media screen and (max-width: 500px) {
      .tab-details > a > img {
        width: 100%; } }
  .tab-details > img {
    width: 30%;
    float: left;
    padding-top: 20px; }
    @media screen and (max-width: 888px) {
      .tab-details > img {
        padding-top: 0;
        margin: 0 auto;
        display: block;
        float: none;
        width: 80%; } }
    @media screen and (max-width: 500px) {
      .tab-details > img {
        width: 100%; } }
  .tab-details .tab-content {
    padding: 40px 20px 0;
    float: right;
    width: 70%; }
    @media screen and (max-width: 888px) {
      .tab-details .tab-content {
        width: 100%;
        padding: 0 0 20px 0; } }
    .tab-details .tab-content.wide {
      padding: 40px 0 0;
      width: 100%; }
      .tab-details .tab-content.wide p {
        margin-top: 0px;
        display: block;
        opacity: 1; }
        @media screen and (max-width: 600px) {
          .tab-details .tab-content.wide p {
            padding-left: 0; } }
      .tab-details .tab-content.wide .column1 {
        float: left;
        width: 60%; }
        @media screen and (max-width: 888px) {
          .tab-details .tab-content.wide .column1 {
            width: 100%; } }
        .tab-details .tab-content.wide .column1 img {
          position: relative;
          margin-right: 10px;
          float: left;
          top: -6px; }
          @media screen and (max-width: 888px) {
            .tab-details .tab-content.wide .column1 img {
              top: 5px; } }
          @media screen and (max-width: 600px) {
            .tab-details .tab-content.wide .column1 img {
              margin-bottom: -10px;
              height: 80px;
              top: 0; } }
      .tab-details .tab-content.wide .column2 {
        float: left;
        width: 40%; }
        .tab-details .tab-content.wide .column2 img {
          width: 100%; }
        @media screen and (max-width: 888px) {
          .tab-details .tab-content.wide .column2 {
            width: 100%; } }
        .tab-details .tab-content.wide .column2 p {
          padding: 0; }
    @media screen and (max-width: 500px) {
      .tab-details .tab-content .column2 h2 {
        text-align: center; } }
    .tab-details .tab-content h2 {
      font-family: 'Georgia', serif;
      line-height: 24px;
      font-weight: 600;
      font-size: 20px;
      max-width: 550px;
      color: #8c0013; }
      @media screen and (max-width: 500px) {
        .tab-details .tab-content h2 {
          text-align: left;
          font-size: 16px; } }
      .tab-details .tab-content h2 span {
        display: block; }
        @media screen and (max-width: 570px) {
          .tab-details .tab-content h2 span {
            display: inline; } }
      .tab-details .tab-content h2 u {
        text-decoration: none;
        border-bottom: 1px solid #8c0013; }
      .tab-details .tab-content h2 i {
        font-style: italic; }
    .tab-details .tab-content ul {
      margin-top: 20px; }
      .tab-details .tab-content ul li {
        background-repeat: no-repeat;
        background-position: 0 3px;
        padding: 3px 24px;
        margin-left: 20px;
        line-height: 1.2;
        min-width: 225px;
        font-size: 15px;
        list-style: none;
        margin-left: 0;
        float: left;
        width: 50%; }
        @media screen and (max-width: 888px) {
          .tab-details .tab-content ul li {
            padding-right: 0;
            display: block;
            min-width: 50%;
            float: left;
            margin: 0;
            width: 50%;
            float: left; } }
        @media screen and (max-width: 800px) {
          .tab-details .tab-content ul li {
            width: 100%; } }
    .tab-details .tab-content img + h2 + p {
      padding-left: 30px; }
    .tab-details .tab-content p {
      position: relative;
      padding-right: 65px;
      padding-left: 55px;
      line-height: 20px;
      font-size: 15px;
      margin: 25px 0;
      opacity: 0.3; }
      @media screen and (max-width: 775px) {
        .tab-details .tab-content p {
          display: none;
          padding-right: 0; } }
      @media screen and (max-width: 500px) {
        .tab-details .tab-content p {
          padding-left: 0; } }
      .tab-details .tab-content p.selected {
        display: block;
        opacity: 1; }
      .tab-details .tab-content p strong {
        font-weight: 600; }
      .tab-details .tab-content p svg {
        position: absolute;
        margin-top: -20px;
        margin-right: 10px;
        height: 40px;
        width: 40px;
        top: 50%;
        left: 0; }
        @media screen and (max-width: 500px) {
          .tab-details .tab-content p svg {
            display: none; } }

.other-pianos h3,
.testimonials-right h3 {
  font-family: 'Georgia', serif;
  margin-bottom: 10px;
  padding-left: 5px;
  font-weight: 600;
  font-size: 18px; }

.other-pianos {
  margin-right: 500px; }
  @media screen and (max-width: 900px) {
    .other-pianos {
      margin-right: 0;
      width: 100%; } }
  .other-pianos .piano-gallery-wrap {
    box-shadow: inset 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
    background-color: #fbfbfb;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 10px 0;
    padding: 15px;
    padding-bottom: 10px; }
    .other-pianos .piano-gallery-wrap .piano-gallery {
      width: 800px; }
    .other-pianos .piano-gallery-wrap .piano {
      margin-bottom: 0;
      width: 268px;
      float: left; }
      @media screen and (max-width: 500px) {
        .other-pianos .piano-gallery-wrap .piano {
          width: 175px; }
          .other-pianos .piano-gallery-wrap .piano .piano-details,
          .other-pianos .piano-gallery-wrap .piano .piano-price {
            display: none; } }
      .other-pianos .piano-gallery-wrap .piano .ribbon {
        right: 10px; }

.purchase .piano-details-wrapper {
  position: relative;
  padding-left: 320px; }
  @media screen and (max-width: 1096px) {
    .purchase .piano-details-wrapper {
      padding-left: 0; } }
  .purchase .piano-details-wrapper img {
    position: absolute;
    width: 300px;
    left: 0;
    top: 0; }
    @media screen and (max-width: 1096px) {
      .purchase .piano-details-wrapper img {
        position: relative;
        margin-bottom: 20px; } }
  .purchase .piano-details-wrapper .piano-details .piano-title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #b2b2b2;
    position: relative;
    top: -6px; }
    @media screen and (max-width: 700px) {
      .purchase .piano-details-wrapper .piano-details .piano-title {
        display: flex;
        justify-content: space-between; } }
    .purchase .piano-details-wrapper .piano-details .piano-title .piano-price {
      float: right; }
  .purchase .piano-details-wrapper .piano-details .piano-status {
    font-style: italic; }
  .purchase .piano-details-wrapper .piano-details .piano-details-table {
    width: 100%; }
    .purchase .piano-details-wrapper .piano-details .piano-details-table td {
      padding: 5px 5px 0 0;
      font-size: 14px; }
  .purchase .piano-details-wrapper .piano-details .thanks h2 {
    color: #0086c4;
    font-size: 22px;
    font-weight: 600; }
  .purchase .piano-details-wrapper .piano-details .order-confirmation {
    padding: 10px 0;
    border-bottom: 1px solid #b2b2b2;
    border-top: 1px solid #b2b2b2;
    margin-bottom: 20px; }
    .purchase .piano-details-wrapper .piano-details .order-confirmation p {
      margin: 0; }
  .purchase .piano-details-wrapper .free-shipping {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 16px;
    margin: 40px 0 20px;
    max-width: calc(100% - 260px);
    padding-left: 50px;
    position: relative; }
    @media screen and (max-width: 700px) {
      .purchase .piano-details-wrapper .free-shipping {
        max-width: 100%; } }
    .purchase .piano-details-wrapper .free-shipping svg {
      position: absolute;
      width: 40px;
      height: 40px;
      left: 0;
      top: 50%;
      margin-top: -30px; }

.purchase form {
  position: relative;
  padding-left: 320px;
  padding-right: 260px; }
  @media screen and (max-width: 1096px) {
    .purchase form {
      padding-left: 0; } }
  @media screen and (max-width: 700px) {
    .purchase form {
      padding-right: 0; } }
  .purchase form.ajaxing {
    cursor: wait; }
    .purchase form.ajaxing input,
    .purchase form.ajaxing select {
      opacity: 0.8;
      pointer-events: none; }
  .purchase form .errorMessage {
    color: red; }
  .purchase form .row .row {
    margin-left: -5px;
    margin-right: -5px; }
  .purchase form .row-gray {
    background: #eeeeee;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 20px; }
  .purchase form label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block; }
  .purchase form input,
  .purchase form select {
    width: 100%; }
  .purchase form input[type=checkbox],
  .purchase form input[type=submit] {
    width: auto; }
  .purchase form input[type=submit] {
    margin-bottom: 0; }
  .purchase form label.checkbox {
    font-weight: 400; }
  .purchase form .col-md-12 {
    width: 100%;
    padding: 0 5px; }
  .purchase form .col-md-6 {
    float: left;
    width: 50%;
    padding: 0 5px; }
  .purchase form .totals {
    position: absolute;
    width: 240px;
    right: 0;
    top: -81px; }
    @media screen and (max-width: 700px) {
      .purchase form .totals {
        margin-top: 20px;
        position: relative;
        width: 100%;
        right: auto;
        top: auto; } }
    .purchase form .totals span {
      display: inline-block;
      float: right; }
    .purchase form .totals .sub {
      position: relative;
      border-bottom: 1px solid #b2b2b2;
      margin-bottom: 6px;
      padding-bottom: 6px; }
      .purchase form .totals .sub.shipping {
        border: 0;
        margin-bottom: 0; }
      .purchase form .totals .sub:before {
        content: '';
        width: 8px;
        height: 40px;
        background: #fff;
        display: block;
        position: absolute;
        left: -10px; }
      .purchase form .totals .sub span {
        color: #828282; }
    .purchase form .totals .total {
      font-size: 18px;
      font-weight: 600; }
      .purchase form .totals .total span {
        color: #0086c4; }
  .purchase form .side {
    width: 240px;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 700px) {
      .purchase form .side {
        position: relative;
        width: 100%;
        right: auto;
        bottom: auto; } }
    .purchase form .side p,
    .purchase form .side label {
      font-size: 14px; }
    .purchase form .side a {
      border-bottom: 1px solid #000; }
      .purchase form .side a:hover {
        border: 0; }

header.inquire {
  text-align: center; }
  header.inquire .logo-wrap {
    width: 100%; }

.subject-label {
  font-weight: 600;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 12px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: -5px; }

.contact-info {
  padding-bottom: 30px; }

.inquire {
  margin-bottom: 5px;
  margin-top: 5px; }
  .inquire .header {
    text-align: center;
    padding: 20px !important; }
  .inquire h1 {
    margin-bottom: 10px; }
  .inquire .form-area {
    margin-bottom: 0; }
  .inquire form {
    max-width: 900px;
    margin: 0 auto; }
  .inquire textarea {
    min-height: 80px; }

.embed-container {
  position: relative;
  padding-bottom: 80%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe {
  border-radius: 5px; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container > .header.contact-info {
  padding-bottom: 20px !important; }

.contact-info svg {
  position: relative;
  height: 20px;
  width: 20px;
  top: 5px; }

.contact-info .intro {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 58.9743589744%; }
  .contact-info .intro:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1275px) {
    .contact-info .intro {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 48.7179487179%; }
      .contact-info .intro:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 980px) {
    .contact-info .intro {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      float: none; }
      .contact-info .intro:last-child {
        margin-right: 0; } }
  .contact-info .intro .map {
    position: relative; }
    .contact-info .intro .map:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .contact-info .intro .map > .content, .contact-info .intro .map .modaal-content, .contact-info .intro .map iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.contact-details {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 980px) {
    .contact-details {
      padding: 20px 0; } }
  .contact-details .item p {
    font-size: 14px;
    margin: 0; }
  .contact-details .item a {
    color: inherit;
    border: 0; }
    .contact-details .item a:hover {
      color: #8c0013; }
  .contact-details .column:first-of-type {
    width: 40%; }
  .contact-details .column:last-of-type {
    width: 60%; }
  @media screen and (max-width: 550px) {
    .contact-details .column {
      width: 100% !important; } }

.form-label {
  font-size: 20px;
  padding: 0 0 20px 20px; }

.reviews {
  margin-top: 20px;
  text-align: center; }

.form-area {
  margin-bottom: 40px; }
  .form-area .column-60 {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 58.9743589744%; }
    .form-area .column-60:last-child {
      margin-right: 0; }
  .form-area .column-40 {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 38.4615384615%;
    margin-right: 0; }
    .form-area .column-40:last-child {
      margin-right: 0; }
  @media screen and (max-width: 900px) {
    .form-area .column-60, .form-area .column-40 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      margin-right: 0; }
      .form-area .column-60:last-child, .form-area .column-40:last-child {
        margin-right: 0; } }

#contact-form input, #contact-form select {
  margin-bottom: 10px; }

#contact-form .column-40 {
  width: 40%; }

#contact-form .column-33 {
  width: 33.3333%; }

#contact-form .column-50 {
  width: 50%; }

#contact-form .column-60 {
  width: 60%; }

#contact-form .column-66 {
  width: 66.6666%; }

#contact-form [class*="column-"] {
  float: left;
  padding-right: 10px; }
  #contact-form [class*="column-"]:last-of-type {
    padding-right: 0; }
  #contact-form [class*="column-"] [class*="column-"] {
    padding-right: 10px; }
    #contact-form [class*="column-"] [class*="column-"]:last-of-type {
      padding-right: 0; }
  @media screen and (max-width: 665px) {
    #contact-form [class*="column-"] {
      padding-right: 0;
      width: 100%; }
      #contact-form [class*="column-"] [class*="column-"] {
        padding-right: 0; } }

@media screen and (max-width: 1150px) {
  .contact-info > div[class*="column-"],
  .form-area > div[class*="column-"] {
    width: 100%;
    padding: 0; }
  .embed-container {
    padding-bottom: 40%; } }

@media screen and (max-width: 575px) {
  .contact-details > div[class*="column-"] {
    width: 100%;
    padding: 0; }
  #contact-form div[class*="column-"] {
    width: 100%;
    padding: 0; }
  .required {
    float: none;
    display: block;
    text-align: center;
    padding: 5px; } }

/********************************************************
**************** BUY PAGE HEADER STYLES *****************
********************************************************/
#everything {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 1000px) {
    #everything {
      margin-bottom: 100px; } }

.buy-header {
  position: relative;
  min-height: 265px;
  padding-left: 50px !important;
  margin: 0 -20px 20px; }
  @media screen and (max-width: 1075px) {
    .buy-header {
      margin-bottom: 0px !important; } }
  .buy-header .content {
    min-height: 190px; }
    @media screen and (max-width: 1075px) {
      .buy-header .content {
        min-height: 0; } }
  .buy-header h1 {
    margin-bottom: 4px; }
  .buy-header h2 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3; }
  .buy-header p {
    max-width: 800px;
    margin-bottom: 0; }
    .buy-header p + p {
      margin-top: 8px; }
  .buy-header .featured-piano {
    position: absolute;
    top: -20px;
    right: 20px; }
    @media screen and (max-width: 1075px) {
      .buy-header .featured-piano {
        display: none; } }
  .buy-header h1, .buy-header h2, .buy-header p {
    margin-right: 420px; }
    @media screen and (max-width: 1075px) {
      .buy-header h1, .buy-header h2, .buy-header p {
        padding-right: 20px;
        max-width: none;
        width: 100%; } }
  .buy-header .contact {
    padding: 20px 0 0; }
  .buy-header + .promotions-wrapper .promotions {
    margin-top: 10px; }

/********************************************************
************** PIANO FILTER SETUP STYLES ****************
********************************************************/
.buy-filter-wrap {
  padding-right: 20px;
  margin-top: -10px;
  width: 435px;
  position: absolute;
  top: 0;
  left: 0; }
  .buy-filter-wrap .button-blue.small, .buy-filter-wrap .small.button-white, .buy-filter-wrap .small.button-white-bordered, .buy-filter-wrap .small.button-gray-bordered {
    text-align: center;
    margin-top: 15px;
    display: block; }
    .buy-filter-wrap .button-blue.small.accept, .buy-filter-wrap .small.accept.button-white, .buy-filter-wrap .small.accept.button-white-bordered, .buy-filter-wrap .small.accept.button-gray-bordered {
      display: none; }
    @media screen and (max-width: 1000px) {
      .buy-filter-wrap .button-blue.small.clear, .buy-filter-wrap .small.clear.button-white, .buy-filter-wrap .small.clear.button-white-bordered, .buy-filter-wrap .small.clear.button-gray-bordered, .buy-filter-wrap .button-blue.small.accept, .buy-filter-wrap .small.accept.button-white, .buy-filter-wrap .small.accept.button-white-bordered, .buy-filter-wrap .small.accept.button-gray-bordered {
        float: left;
        display: block;
        margin-right: 2.5641025641%;
        width: 48.7179487179%; }
        .buy-filter-wrap .button-blue.small.clear:last-child, .buy-filter-wrap .small.clear.button-white:last-child, .buy-filter-wrap .small.clear.button-white-bordered:last-child, .buy-filter-wrap .small.clear.button-gray-bordered:last-child, .buy-filter-wrap .button-blue.small.accept:last-child, .buy-filter-wrap .small.accept.button-white:last-child, .buy-filter-wrap .small.accept.button-white-bordered:last-child, .buy-filter-wrap .small.accept.button-gray-bordered:last-child {
          margin-right: 0; } }
    .buy-filter-wrap .button-blue.small.clear, .buy-filter-wrap .small.clear.button-white, .buy-filter-wrap .small.clear.button-white-bordered, .buy-filter-wrap .small.clear.button-gray-bordered {
      background-color: #777; }
  @media screen and (max-width: 1050px) {
    .buy-filter-wrap {
      padding-left: 0; } }
  @media screen and (max-width: 1000px) {
    .buy-filter-wrap {
      position: relative;
      height: auto;
      width: 100%;
      padding: 0;
      margin: 0; }
      .buy-filter-wrap.is_stuck {
        height: auto !important;
        width: 100% !important;
        padding-right: 0;
        z-index: 2000; }
        .buy-filter-wrap.is_stuck .buy-filter {
          border-radius: 0; }
      .buy-filter-wrap.open {
        overflow-y: scroll;
        position: fixed;
        z-index: 2000;
        bottom: 0;
        top: 0; }
        .buy-filter-wrap.open .mobile-filters {
          display: block; } }

.pianos-header {
  position: relative;
  top: -15px;
  z-index: 1000; }
  @media screen and (max-width: 1260px) {
    .pianos-header {
      height: 60px; } }
  @media screen and (max-width: 1000px) {
    .pianos-header {
      display: none; } }

/********************************************************
*************** PIANO FILTERING CLASSES *****************
********************************************************/
.buy-filter {
  border: 4px solid #e8e8e8;
  background: #e8e8e8;
  margin-bottom: 10px;
  position: relative;
  margin-top: 10px;
  padding: 20px; }
  .buy-filter.is_stuck {
    z-index: 1000; }
  @media screen and (max-width: 1000px) {
    .buy-filter {
      padding: 10px;
      margin: 0; } }
  @media screen and (max-width: 500px) {
    .buy-filter {
      padding: 5px; } }

.buy-filter:after {
  left: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(232, 232, 232, 0);
  border-left-color: #e8e8e8;
  border-width: 20px;
  margin-top: -20px; }
  @media screen and (max-width: 1260px) {
    .buy-filter:after {
      display: none; } }

/********************************************************
************** FILTERING CONTROLS CLASSES ***************
********************************************************/
.filter-option-set {
  box-shadow: 0px 3px 5px -3px #999999;
  border-radius: 5px;
  border-top-left-radius: 0;
  background-color: #fff;
  padding: 8px 12px;
  margin: 35px 0 0;
  position: relative; }
  @media screen and (max-width: 500px) {
    .filter-option-set {
      padding: 5px 0; } }
  .filter-option-set.disabled {
    opacity: 0.6; }
    .filter-option-set.disabled p {
      font-size: 12px;
      margin: 0;
      padding: 3px 12px; }

.option-set-title {
  border-radius: 5px;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
  background-color: #fff;
  position: absolute;
  text-align: center;
  font-size: 14px;
  padding: 7px 0;
  display: block;
  width: 100px;
  top: -22px;
  left: 0; }

.selected-brand-logo {
  position: absolute;
  left: 0;
  top: 0; }
  .selected-brand-logo img {
    display: none; }
    .selected-brand-logo img.active {
      display: inline; }
  @media screen and (max-width: 1000px) {
    .selected-brand-logo {
      display: none; } }

.expand {
  position: absolute;
  text-align: center;
  padding-top: 4px;
  cursor: pointer;
  display: none;
  right: 0; }
  @media screen and (max-width: 1000px) {
    .expand {
      display: block; } }
  .expand svg {
    height: 30px;
    width: 30px; }
  .expand .close {
    display: none; }
  .expand.open .close {
    display: inline-block; }
  .expand.open .open {
    display: none; }

.mobile-filters {
  position: relative; }
  .mobile-filters.loading .spinner-wrap {
    display: block; }
  .mobile-filters .spinner-wrap {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .mobile-filters .spinner-wrap .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -20px;
      margin-top: -20px; }

#pianosList {
  min-height: 40px; }
  #pianosList.loading .spinner-wrap {
    display: block; }
  #pianosList .spinner-wrap {
    display: none;
    position: absolute;
    z-index: 100;
    bottom: -40px;
    left: 0;
    right: 0; }
    #pianosList .spinner-wrap .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -20px;
      margin-top: -20px; }

.mobile-filters.loading label, .mobile-filters.loading span, .mobile-filters.loading a {
  opacity: 0.5;
  click-events: none;
  cursor: default; }

.mobile-filters.loading span.option-set-title {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5); }

.mobile-filters.loading a:hover {
  background-color: #0086c4; }

.mobile-filters.loading .spinner-wrap {
  display: block; }

.buy-filter .mobile-filters {
  display: block; }
  @media screen and (max-width: 1000px) {
    .buy-filter .mobile-filters {
      display: none; } }

.desktop .desktop-brands,
.desktop .desktop-brands li {
  width: 100%; }

.desktop .desktop-brands ul li:nth-child(3) {
  border-bottom: 3px solid #9f9f9f; }

.desktop .sort-by-selector {
  display: none; }

@media screen and (max-width: 1000px) {
  .desktop {
    display: block; }
    .desktop .desktop-brands {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 48.7179487179%; }
      .desktop .desktop-brands:last-child {
        margin-right: 0; }
    .desktop .sort-by-selector {
      display: inline-block;
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 38.4615384615%; }
      .desktop .sort-by-selector:last-child {
        margin-right: 0; }
    .desktop .expand {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 7.6923076923%; }
      .desktop .expand:last-child {
        margin-right: 0; } }

@media screen and (max-width: 500px) {
  .desktop {
    display: none; } }

.mobile {
  display: none; }
  @media screen and (max-width: 500px) {
    .mobile {
      display: block; } }
  .mobile select {
    font-size: 16px;
    padding: 10px;
    width: 100%; }
  .mobile .mobile-brands {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 48.7179487179%; }
    .mobile .mobile-brands:last-child {
      margin-right: 0; }
  .mobile .mobile-sort {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 28.2051282051%; }
    .mobile .mobile-sort:last-child {
      margin-right: 0; }
  .mobile .expand {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 17.9487179487%;
    padding-top: 23px; }
    .mobile .expand:last-child {
      margin-right: 0; }

.sort-by > span {
  padding-right: 6px;
  line-height: 28px;
  font-size: 14px;
  color: #8f8f8f;
  float: left; }

.show {
  visibility: visible !important; }

.clicked {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

/********************************************************
**************** PIANO RESULTS CLASSES ******************
********************************************************/
.buy-pianos-wrap {
  padding-top: 25px;
  position: relative;
  margin-left: 440px; }
  @media screen and (max-width: 1050px) {
    .buy-pianos-wrap {
      padding-right: 0; } }
  @media screen and (max-width: 1000px) {
    .buy-pianos-wrap {
      margin-left: 0; } }
  @media (min-width: 1201px) {
    .buy-pianos-wrap .piano {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 31.6235897436%; }
      .buy-pianos-wrap .piano:last-child {
        margin-right: 0; }
      .buy-pianos-wrap .piano:nth-child(3n) {
        margin-right: 0; }
      .buy-pianos-wrap .piano:nth-child(3n+1) {
        clear: left; } }
  @media (max-width: 1200px) and (min-width: 1000px) {
    .buy-pianos-wrap .piano {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 48.7179487179%; }
      .buy-pianos-wrap .piano:last-child {
        margin-right: 0; }
      .buy-pianos-wrap .piano:nth-child(2n) {
        margin-right: 0; }
      .buy-pianos-wrap .piano:nth-child(2n+1) {
        clear: left; } }
  @media (max-width: 999px) and (min-width: 751px) {
    .buy-pianos-wrap .piano {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 31.6235897436%; }
      .buy-pianos-wrap .piano:last-child {
        margin-right: 0; }
      .buy-pianos-wrap .piano:nth-child(3n) {
        margin-right: 0; }
      .buy-pianos-wrap .piano:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 750px) {
    .buy-pianos-wrap .piano {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 48.7179487179%; }
      .buy-pianos-wrap .piano:last-child {
        margin-right: 0; }
      .buy-pianos-wrap .piano:nth-child(2n) {
        margin-right: 0; }
      .buy-pianos-wrap .piano:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 500px) {
    .buy-pianos-wrap .piano {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      margin-right: 0; }
      .buy-pianos-wrap .piano:last-child {
        margin-right: 0; } }
  .buy-pianos-wrap .piano img {
    width: 100%;
    max-width: 100%; }
  .buy-pianos-wrap .piano span {
    display: block; }
    .buy-pianos-wrap .piano span > span {
      display: inline;
      padding-left: 3px; }

.pianos-header .sort-by {
  position: absolute;
  right: 2px;
  top: 10px; }
  @media screen and (max-width: 1000px) {
    .pianos-header .sort-by {
      display: none; } }

.piano-option-4 {
  width: 25%;
  width: calc(25% - 20px); }
  .piano-option-4.label {
    width: 25%; }
  .piano-option-4:nth-child(4n) {
    padding-right: 0; }

.piano-option-3 {
  width: 33.3333%;
  width: calc(33.3333% - 20px); }
  .piano-option-3.label {
    width: 33.3333%; }
  .piano-option-3:nth-child(3n) {
    padding-right: 0; }

.piano-option-2 {
  width: 50%;
  width: calc(50% - 20px); }
  .piano-option-2.label {
    width: 50%; }
  .piano-option-2:nth-child(2n) {
    padding-right: 0; }

[class^=piano-option] {
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  float: left;
  margin-left: 20px;
  padding-right: 5px; }
  [class^=piano-option] label span {
    font-size: 12px;
    font-weight: 400; }
    @media screen and (max-width: 500px) {
      [class^=piano-option] label span {
        display: none; } }
  [class^=piano-option].label {
    margin-left: 0; }

.option-sub-set {
  padding: 5px 10px; }
  .option-sub-set ~ .option-sub-set {
    border-top: 1px solid #e8e8e8;
    margin-top: 8px;
    padding-top: 0; }

.sub-set-title {
  font-weight: 600;
  line-height: 14px; }

.piano-group {
  background-image: url("../images/piano-group-shadow.jpg");
  background-repeat: no-repeat;
  background-size: 100% 41px;
  background-position: top;
  margin-bottom: 20px; }
  .piano-group:last-of-type {
    margin-bottom: 0; }
  .piano-group.sort-by-price {
    padding-top: 50px;
    background: none; }

.piano-group-title {
  background-color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0px 1px 8px -2px #999999;
  font-family: 'Georgia', serif;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  height: 40px;
  line-height: 45px;
  display: block;
  width: 300px;
  margin: 0 auto; }

.piano-group-results {
  background-color: #fff;
  padding-top: 10px; }

.more-pianos {
  display: none; }

.restore .header {
  background-image: url(../images/piano-hero-gradient.png);
  background-position: right 40px bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  padding-top: 70px;
  margin-bottom: 5px;
  margin-right: -60px;
  margin-top: -20px;
  overflow: hidden; }
  @media screen and (max-width: 930px) {
    .restore .header {
      background-image: none;
      margin-right: 0;
      margin-top: 0; }
      .restore .header .featured-piano {
        display: none; } }
  .restore .header p {
    max-width: 490px; }
    @media screen and (max-width: 930px) {
      .restore .header p {
        max-width: 100%; } }

.restore .featured-piano {
  position: absolute;
  width: 60%;
  bottom: 0;
  right: 0; }
  @media screen and (max-width: 1275px) {
    .restore .featured-piano {
      width: 55%; } }
  @media screen and (max-width: 1165px) {
    .restore .featured-piano {
      width: 45%; } }
  @media screen and (max-width: 930px) {
    .restore .featured-piano {
      display: none; } }

.featured-bocks {
  overflow: visible; }
  .featured-bocks .steinway, .featured-bocks .compare {
    text-align: center;
    padding: 30px 50px;
    position: relative;
    min-height: 400px;
    float: left;
    width: 50%; }
    .featured-bocks .steinway h2, .featured-bocks .steinway h3, .featured-bocks .compare h2, .featured-bocks .compare h3 {
      font-family: 'Georgia', serif;
      line-height: 1.4;
      color: #fff; }
    .featured-bocks .steinway h2, .featured-bocks .compare h2 {
      font-weight: 600;
      font-size: 30px; }
    .featured-bocks .steinway h3, .featured-bocks .compare h3 {
      margin-bottom: 20px; }
    .featured-bocks .steinway .button-blue-outline, .featured-bocks .compare .button-blue-outline {
      position: absolute;
      left: 50px;
      top: 260px;
      padding-right: 20px;
      padding-left: 20px; }
    .featured-bocks .steinway .parts, .featured-bocks .compare .parts {
      width: 50%; }
      @media screen and (max-width: 500px) {
        .featured-bocks .steinway .parts, .featured-bocks .compare .parts {
          width: 80%; } }
    .featured-bocks .steinway .tools, .featured-bocks .compare .tools {
      width: 70%;
      right: -75px; }
      @media screen and (max-width: 500px) {
        .featured-bocks .steinway .tools, .featured-bocks .compare .tools {
          width: 100%; } }
    .featured-bocks .steinway .parts, .featured-bocks .steinway .tools, .featured-bocks .compare .parts, .featured-bocks .compare .tools {
      position: relative;
      float: right; }
    .featured-bocks .steinway .tools, .featured-bocks .compare .tools {
      right: -30px; }
    @media screen and (max-width: 1285px) {
      .featured-bocks .steinway, .featured-bocks .compare {
        text-align: center; }
        .featured-bocks .steinway .logo, .featured-bocks .compare .logo {
          display: none; }
        .featured-bocks .steinway .parts, .featured-bocks .compare .parts {
          margin: 0 auto;
          display: block;
          float: none;
          right: 0; }
        .featured-bocks .steinway .tools, .featured-bocks .compare .tools {
          margin: 0 auto;
          display: block;
          float: none;
          right: 0; }
        .featured-bocks .steinway .button-blue, .featured-bocks .steinway .button-white, .featured-bocks .steinway .button-white-bordered, .featured-bocks .steinway .button-gray-bordered, .featured-bocks .compare .button-blue, .featured-bocks .compare .button-white, .featured-bocks .compare .button-white-bordered, .featured-bocks .compare .button-gray-bordered {
          position: relative;
          top: 20px;
          left: 0; } }
    @media screen and (max-width: 930px) {
      .featured-bocks .steinway, .featured-bocks .compare {
        padding: 20px;
        padding-bottom: 100px;
        width: 100%;
        float: none; } }
  .featured-bocks .steinway {
    border-right: 5px solid #fff;
    background: url(../images/steinway-bg.jpg) repeat-x top center;
    background: url(../images/upper-gradient.png) no-repeat top center, url(/img/restore/steinway-bg.jpg) repeat-x top center; }
    .featured-bocks .steinway h3 {
      font-family: "Arial", sans-serif;
      font-weight: normal; }
    .featured-bocks .steinway .logo {
      width: 230px; }
    @media screen and (max-width: 930px) {
      .featured-bocks .steinway {
        border-right: 0; } }
  .featured-bocks .compare {
    background: url(../images/compare-bg.jpg) repeat-x top center;
    background: url(../images/upper-gradient2.png) no-repeat top center, url(/img/restore/compare-bg.jpg) repeat-x top center; }
    .featured-bocks .compare h2, .featured-bocks .compare h3 {
      text-align: center;
      color: #000; }

/* Basic jQuery Slider essential styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none; }

li.bjqs-slide {
  position: absolute;
  display: none; }

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999; }

ul.bjqs-controls.v-centered li a {
  position: absolute; }

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0; }

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0; }

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 10px; }

ol.bjqs-markers.h-centered {
  text-align: center; }

ol.bjqs-markers li {
  display: inline; }

ol.bjqs-markers li a {
  display: inline-block; }

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0; }

ul.bjqs-controls.v-centered li.bjqs-prev a,
ul.bjqs-controls.v-centered li.bjqs-next a {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 80px;
  width: 30px; }
  @media screen and (max-width: 500px) {
    ul.bjqs-controls.v-centered li.bjqs-prev a,
    ul.bjqs-controls.v-centered li.bjqs-next a {
      display: none; } }

ul.bjqs-controls.v-centered li.bjqs-prev a {
  height: 100%;
  width: 50px;
  background-image: url(../images/arrow_left.svg);
  background-position: left center;
  background-size: 40px auto;
  left: -50px; }
  @media screen and (max-width: 500px) {
    ul.bjqs-controls.v-centered li.bjqs-prev a {
      left: -2px; } }

ul.bjqs-controls.v-centered li.bjqs-next a {
  height: 100%;
  width: 50px;
  background-image: url(../fonts/arrow_right.svg);
  background-position: right center;
  background-size: 40px auto;
  right: -50px; }
  @media screen and (max-width: 500px) {
    ul.bjqs-controls.v-centered li.bjqs-next a {
      right: -2px; } }

ol.bjqs-markers li a {
  background-image: url(../fonts/gray_dot.svg);
  background-size: 100% 100%;
  color: transparent;
  margin: 4px;
  height: 12px;
  width: 12px; }

ol.bjqs-markers li.active-marker a {
  background-image: url(../fonts/red_dot.svg);
  background-size: 100% 100%; }

.tabbed {
  background-image: url(../images/tab-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100px;
  padding-top: 50px; }
  @media screen and (max-width: 550px) {
    .tabbed {
      background-size: 125% 47px;
      padding-top: 0; } }
  .tabbed.no-bg {
    background-image: none; }
    .tabbed.no-bg h1 {
      z-index: 10; }
    .tabbed.no-bg .content, .tabbed.no-bg .slider {
      box-shadow: 0px -5px 12px -12px #999999; }
  .tabbed.maroon h1 {
    color: #8c0013; }
  .tabbed.gray h1, .tabbed.gray .content {
    background-color: #ebebeb; }
  .tabbed.gray .content {
    border-radius: 5px;
    padding: 20px; }
  .tabbed.smaller h1 {
    font-size: 20px; }
  .tabbed > h1, .tabbed > h2, .tabbed > p.tab-label {
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 800;
    width: 500px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 25px;
    color: #000;
    padding: 20px 0 10px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    box-shadow: 0px -5px 8px -8px #999999,
 6px -1px 8px -8px #999999,
 -6px -1px 8px -8px #999999; }
    @media screen and (max-width: 550px) {
      .tabbed > h1, .tabbed > h2, .tabbed > p.tab-label {
        line-height: 1.5;
        font-size: 18px;
        margin: 0 25px;
        padding: 10px;
        width: auto; } }
    .tabbed > h1 .spacer, .tabbed > h2 .spacer, .tabbed > p.tab-label .spacer {
      width: 80px;
      display: inline-block; }
      @media screen and (max-width: 600px) {
        .tabbed > h1 .spacer, .tabbed > h2 .spacer, .tabbed > p.tab-label .spacer {
          width: 60px; } }
      @media screen and (max-width: 550px) {
        .tabbed > h1 .spacer, .tabbed > h2 .spacer, .tabbed > p.tab-label .spacer {
          width: 50px; } }
    .tabbed > h1 svg, .tabbed > h2 svg, .tabbed > p.tab-label svg {
      position: absolute;
      top: -5px;
      left: 50%;
      margin-left: -32px;
      width: 70px;
      height: 70px; }
      @media screen and (max-width: 600px) {
        .tabbed > h1 svg, .tabbed > h2 svg, .tabbed > p.tab-label svg {
          width: 50px;
          height: 50px;
          margin-left: -23px;
          top: 15px; } }
      @media screen and (max-width: 550px) {
        .tabbed > h1 svg, .tabbed > h2 svg, .tabbed > p.tab-label svg {
          width: 35px;
          height: 35px;
          margin-left: -15px;
          top: 8px; } }
  .tabbed #slideshow {
    margin-top: 30px; }

.before-after {
  margin-bottom: 50px; }

.slider {
  position: relative;
  padding: 30px 25px 0; }
  @media screen and (max-width: 1030px) {
    .slider {
      padding: 30px 0 0; } }
  @media screen and (max-width: 500px) {
    .slider {
      padding: 25px 0 0; } }
  .slider .nav-arrow {
    position: absolute;
    margin-top: 35px;
    cursor: pointer;
    display: block;
    z-index: 1000;
    height: 100%;
    width: 40px;
    top: 0; }
    @media screen and (max-width: 900px) {
      .slider .nav-arrow {
        display: none; } }
    .slider .nav-arrow svg {
      height: 70px;
      width: 40px;
      position: absolute;
      top: 50%;
      margin-top: -35px; }
    .slider .nav-arrow.left {
      left: -20px; }
    .slider .nav-arrow.right {
      right: -20px; }
  .slider ul.nav {
    text-align: center;
    padding-top: 10px; }
    @media (min-width: 1040px) {
      .slider ul.nav.desktop {
        display: block; } }
    @media screen and (max-width: 1039px) {
      .slider ul.nav.desktop {
        display: none; } }
    @media screen and (max-width: 1030px) {
      .slider ul.nav.mobile {
        display: block; } }
    .slider ul.nav.mobile li {
      width: auto; }
      @media screen and (max-width: 500px) {
        .slider ul.nav.mobile li {
          padding: 10px 15px; } }
    .slider ul.nav li {
      background-color: #e3e3e3;
      display: inline-block;
      border-radius: 5px;
      padding: 10px 20px;
      text-align: center;
      font-size: 18px;
      cursor: pointer;
      color: #6c6c6c;
      width: 150px;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      .slider ul.nav li:hover {
        background-color: #910e20;
        color: #fff; }
      .slider ul.nav li.selected {
        background-color: #910e20;
        color: #fff; }
  .slider .slides {
    overflow: hidden;
    width: 100%;
    padding: 40px 0; }
  .slider .slides-inner {
    position: relative;
    width: 600%;
    left: 0; }
  .slider .slide {
    width: 16.6666%;
    padding: 20px;
    float: left; }
    .slider .slide .mobile-title {
      display: none;
      text-align: center;
      font-size: 22px;
      padding-bottom: 30px;
      margin-top: -20px; }
      @media screen and (max-width: 900px) {
        .slider .slide .mobile-title {
          display: block; } }
    .slider .slide .slide-image {
      padding-right: 20px;
      text-align: right;
      float: left;
      width: 40%; }
      @media screen and (max-width: 900px) {
        .slider .slide .slide-image {
          text-align: center;
          width: 100%; } }
      .slider .slide .slide-image img {
        width: auto;
        max-height: 500px;
        max-width: 100%; }
    .slider .slide .slide-inner {
      width: 60%;
      float: right;
      padding-top: 20px; }
      @media screen and (max-width: 900px) {
        .slider .slide .slide-inner {
          width: 100%; } }
      .slider .slide .slide-inner p {
        max-width: 700px;
        line-height: 1.5;
        margin-bottom: 30px; }
      .slider .slide .slide-inner .video {
        display: block;
        border-bottom: 0;
        float: right;
        margin-right: 20px; }
        @media screen and (max-width: 1115px) {
          .slider .slide .slide-inner .video {
            margin-right: 0;
            margin: 0 auto;
            float: none;
            width: 80%; } }
      @media screen and (max-width: 1115px) {
        .slider .slide .slide-inner .video + p {
          text-align: center; } }

@media screen and (max-width: 1400px) {
  .steinway {
    overflow: hidden; } }

.steinway .header {
  padding-left: 0;
  margin: 0 -66px 0 -63px; }
  @media screen and (max-width: 820px) {
    .steinway .header {
      margin: 0 -56px; } }
  @media screen and (max-width: 500px) {
    .steinway .header {
      margin: 0 -25px; } }
  .steinway .header .hero {
    max-width: 100%; }
  .steinway .header .content {
    position: absolute;
    top: 120px;
    left: 120px; }
    @media screen and (max-width: 820px) {
      .steinway .header .content {
        left: 70px; } }
    @media screen and (max-width: 500px) {
      .steinway .header .content {
        position: relative;
        left: 0;
        top: 0; } }
    .steinway .header .content h1 {
      font-size: 55px;
      color: #fff; }
      .steinway .header .content h1:first-of-type {
        font-size: 35px; }
      @media screen and (max-width: 500px) {
        .steinway .header .content h1 {
          font-size: 30px;
          color: #8c0013; }
          .steinway .header .content h1:first-of-type {
            padding-bottom: 80px;
            font-size: 30px; }
          .steinway .header .content h1:last-of-type {
            margin-bottom: -100px;
            font-size: 16px;
            color: #fff; } }

.steinway .tailored {
  margin-top: -30px; }
  @media screen and (max-width: 500px) {
    .steinway .tailored {
      padding-top: 0;
      background-image: none; }
      .steinway .tailored h1 {
        box-shadow: none;
        padding: 0; } }
  .steinway .tailored .column {
    width: 50%;
    float: right; }
    @media screen and (max-width: 1000px) {
      .steinway .tailored .column {
        width: 100%; } }
  .steinway .tailored .piano-chart {
    position: relative;
    top: -125px;
    float: right;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .steinway .tailored .piano-chart {
        top: 0; } }
  .steinway .tailored h1 {
    margin-bottom: 40px; }
    @media screen and (max-width: 500px) {
      .steinway .tailored h1 {
        margin-bottom: 20px; } }
  .steinway .tailored h2 {
    color: #8c0013;
    font-weight: 600; }
    @media screen and (max-width: 600px) {
      .steinway .tailored h2 {
        display: none; } }
    .steinway .tailored h2 img {
      vertical-align: middle;
      padding-right: 10px; }
  .steinway .tailored svg.graph {
    width: 100%;
    height: 215px; }
    @media screen and (max-width: 600px) {
      .steinway .tailored svg.graph {
        display: none; } }
  .steinway .tailored svg.graph-mobile {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
    display: none; }
    @media screen and (max-width: 600px) {
      .steinway .tailored svg.graph-mobile {
        display: block; } }
  .steinway .tailored p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px; }
    @media screen and (max-width: 500px) {
      .steinway .tailored p {
        padding-left: 10px;
        padding-right: 10px; } }
    .steinway .tailored p:first-of-type {
      font-size: 21px;
      color: #8c0013; }
      @media screen and (max-width: 500px) {
        .steinway .tailored p:first-of-type {
          padding-top: 20px;
          font-size: 16px; } }

.steinway .genuine-parts {
  background-image: url(../images/parts-bg.jpg);
  background-size: 100% 383px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-width: 1250px) {
    .steinway .genuine-parts {
      text-align: center; } }
  @media screen and (max-width: 1100px) {
    .steinway .genuine-parts {
      background-size: 100% 500px;
      margin-top: 50px; } }
  @media screen and (max-width: 600px) {
    .steinway .genuine-parts .parts-logos {
      width: 200px; } }
  .steinway .genuine-parts .content {
    text-align: center;
    padding: 40px;
    float: right;
    width: 55%; }
    @media screen and (max-width: 1100px) {
      .steinway .genuine-parts .content {
        width: 100%;
        padding: 20px; } }
    .steinway .genuine-parts .content .steinway-logo {
      max-width: 100%; }
    .steinway .genuine-parts .content .hero {
      position: absolute;
      left: -90px;
      top: 50px; }
      @media screen and (max-width: 1265px) {
        .steinway .genuine-parts .content .hero {
          width: 600px;
          top: 100px; } }
      @media screen and (max-width: 1100px) {
        .steinway .genuine-parts .content .hero {
          position: relative;
          width: 500px;
          max-width: 100%;
          left: 0;
          top: 0; } }
    .steinway .genuine-parts .content h1 {
      font-size: 30px;
      margin: 130px 0 20px; }
      .steinway .genuine-parts .content h1:first-of-type {
        color: #fff; }
    .steinway .genuine-parts .content p {
      line-height: 1.8; }
      @media screen and (max-width: 1000px) {
        .steinway .genuine-parts .content p {
          line-height: 1.5; } }
      .steinway .genuine-parts .content p:first-of-type {
        margin-bottom: 100px;
        padding: 0 60px;
        color: #fff; }
        @media screen and (max-width: 1100px) {
          .steinway .genuine-parts .content p:first-of-type {
            margin-bottom: 20px; } }
        @media screen and (max-width: 600px) {
          .steinway .genuine-parts .content p:first-of-type {
            margin-bottom: 20px;
            padding: 0; } }

.steinway .sum {
  padding-top: 50px;
  text-align: center; }
  .steinway .sum .piano-header {
    width: 100%; }
  .steinway .sum h1 {
    font-size: 30px;
    color: #000; }
  .steinway .sum p {
    padding: 0 120px 20px; }
    @media screen and (max-width: 1200px) {
      .steinway .sum p {
        padding: 0; } }
    @media screen and (max-width: 600px) {
      .steinway .sum p {
        text-align: left;
        padding-left: 10px; } }
  .steinway .sum .restoration-gallery {
    width: 33.3333%;
    padding: 5px;
    float: left; }
    @media screen and (max-width: 500px) {
      .steinway .sum .restoration-gallery {
        padding: 2px; } }
    .steinway .sum .restoration-gallery:nth-child(3n+1) {
      clear: left; }
    .steinway .sum .restoration-gallery img {
      width: 100%; }
  .steinway .sum .button-blue, .steinway .sum .button-white, .steinway .sum .button-white-bordered, .steinway .sum .button-gray-bordered {
    margin-top: 30px; }

.steinway .soundboard {
  text-align: center; }
  .steinway .soundboard h1 {
    margin-bottom: 30px; }
  .steinway .soundboard .badges {
    max-width: 100%; }
    @media screen and (max-width: 1000px) {
      .steinway .soundboard .badges {
        display: none; } }
  .steinway .soundboard .badges-mobile {
    max-width: 100%;
    margin: 0 auto;
    display: none; }
    @media screen and (max-width: 1000px) {
      .steinway .soundboard .badges-mobile {
        display: block; } }
  .steinway .soundboard .column {
    width: 50%;
    float: left;
    text-align: left; }
    .steinway .soundboard .column:last-of-type {
      padding: 30px 80px 30px 25px; }
      @media screen and (max-width: 1200px) {
        .steinway .soundboard .column:last-of-type {
          padding: 20px; }
          .steinway .soundboard .column:last-of-type .button-blue, .steinway .soundboard .column:last-of-type .button-white, .steinway .soundboard .column:last-of-type .button-white-bordered, .steinway .soundboard .column:last-of-type .button-gray-bordered {
            padding: 10px; } }
    .steinway .soundboard .column img {
      max-width: 100%; }
    @media screen and (max-width: 1200px) {
      .steinway .soundboard .column {
        width: 100%; } }
  .steinway .soundboard p {
    font-size: 15px; }
  .steinway .soundboard p:first-of-type {
    margin-bottom: 0;
    font-size: 22px;
    color: #8c0013; }
    @media screen and (max-width: 600px) {
      .steinway .soundboard p:first-of-type {
        font-size: 18px; } }
  .steinway .soundboard p:nth-of-type(2n) {
    margin-bottom: 25px; }

.steinway .decades {
  margin-top: 50px; }
  .steinway .decades h1 {
    text-align: center;
    font-size: 30px;
    color: #000; }
  .steinway .decades .content {
    background-image: url(../images/parts-bg.jpg);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
    color: #fff; }
    @media screen and (max-width: 600px) {
      .steinway .decades .content {
        padding: 30px 20px; } }
  @media screen and (max-width: 1040px) {
    .steinway .decades .dates {
      display: none; } }
  .steinway .decades .dates-mobile {
    display: none;
    padding-right: 100px; }
    @media screen and (max-width: 1040px) {
      .steinway .decades .dates-mobile {
        display: block; } }
  .steinway .decades .seal {
    max-width: 100%;
    position: absolute;
    right: -35px;
    top: -40px; }
    @media screen and (max-width: 1200px) {
      .steinway .decades .seal {
        width: 200px;
        height: auto; } }
    @media screen and (max-width: 1075px) {
      .steinway .decades .seal {
        top: 20px;
        right: 20px; } }
    @media screen and (max-width: 600px) {
      .steinway .decades .seal {
        top: -10px;
        right: -10px;
        width: 100px;
        height: auto; } }
  .steinway .decades .inner {
    float: left;
    margin-right: 350px; }
    @media screen and (max-width: 1200px) {
      .steinway .decades .inner {
        margin-right: 0px; } }
    .steinway .decades .inner img {
      max-width: 100%; }
  .steinway .decades p:first-of-type {
    padding: 30px 0 20px;
    font-size: 21px; }
    @media screen and (max-width: 1200px) {
      .steinway .decades p:first-of-type {
        margin-right: 100px; } }
    @media screen and (max-width: 1075px) {
      .steinway .decades p:first-of-type {
        margin-right: 175px; } }
    @media screen and (max-width: 600px) {
      .steinway .decades p:first-of-type {
        margin-right: 0; } }

.steinway .quotes, .restore .quotes, .customers-wrap .quotes {
  margin-right: -10px;
  margin-left: -10px;
  display: flex; }
  @media screen and (max-width: 630px) {
    .steinway .quotes, .restore .quotes, .customers-wrap .quotes {
      display: block; } }
  .steinway .quotes .col, .restore .quotes .col, .customers-wrap .quotes .col {
    display: flex;
    flex-wrap: wrap; }
    .steinway .quotes .col.col-1-3, .restore .quotes .col.col-1-3, .customers-wrap .quotes .col.col-1-3 {
      margin-top: 6px;
      margin-left: 5px;
      width: 40%; }
      @media screen and (max-width: 900px) {
        .steinway .quotes .col.col-1-3, .restore .quotes .col.col-1-3, .customers-wrap .quotes .col.col-1-3 {
          width: 60%; } }
      @media screen and (max-width: 630px) {
        .steinway .quotes .col.col-1-3, .restore .quotes .col.col-1-3, .customers-wrap .quotes .col.col-1-3 {
          width: 100%; } }
      @media screen and (max-width: 630px) {
        .steinway .quotes .col.col-1-3, .restore .quotes .col.col-1-3, .customers-wrap .quotes .col.col-1-3 {
          margin-left: 0; } }
    .steinway .quotes .col.col-2-3, .restore .quotes .col.col-2-3, .customers-wrap .quotes .col.col-2-3 {
      width: 60%;
      margin: 10px; }
      @media screen and (max-width: 900px) {
        .steinway .quotes .col.col-2-3, .restore .quotes .col.col-2-3, .customers-wrap .quotes .col.col-2-3 {
          width: 40%; } }
      @media screen and (max-width: 630px) {
        .steinway .quotes .col.col-2-3, .restore .quotes .col.col-2-3, .customers-wrap .quotes .col.col-2-3 {
          width: 100%; } }
  .steinway .quotes .quote, .restore .quotes .quote, .customers-wrap .quotes .quote {
    font-family: 'Georgia', serif;
    background-color: #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    font-size: 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25); }
    .steinway .quotes .quote.quote-text, .restore .quotes .quote.quote-text, .customers-wrap .quotes .quote.quote-text {
      background: #fff url(../images/letter-bg.jpg) center center no-repeat;
      background-size: 100% 100%;
      box-shadow: none;
      padding: 30px;
      padding-top: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (max-width: 630px) {
        .steinway .quotes .quote.quote-text, .restore .quotes .quote.quote-text, .customers-wrap .quotes .quote.quote-text {
          padding: 50px;
          padding-bottom: 80px; } }
      @media screen and (max-width: 475px) {
        .steinway .quotes .quote.quote-text, .restore .quotes .quote.quote-text, .customers-wrap .quotes .quote.quote-text {
          padding: 20px 30px;
          padding-bottom: 50px;
          margin-bottom: -20px; } }
      .steinway .quotes .quote.quote-text p, .restore .quotes .quote.quote-text p, .customers-wrap .quotes .quote.quote-text p {
        max-width: 330px;
        margin: 0 auto; }
      .steinway .quotes .quote.quote-text p.body, .restore .quotes .quote.quote-text p.body, .customers-wrap .quotes .quote.quote-text p.body {
        margin-bottom: 30px;
        font-weight: 600;
        line-height: 1.8;
        color: #910e20; }
      .steinway .quotes .quote.quote-text p.author span, .restore .quotes .quote.quote-text p.author span, .customers-wrap .quotes .quote.quote-text p.author span {
        display: block; }
    .steinway .quotes .quote.quote-video, .restore .quotes .quote.quote-video, .customers-wrap .quotes .quote.quote-video {
      width: calc(50% - 8px); }
      @media screen and (max-width: 900px) {
        .steinway .quotes .quote.quote-video, .restore .quotes .quote.quote-video, .customers-wrap .quotes .quote.quote-video {
          width: 100%; }
          .steinway .quotes .quote.quote-video.one, .steinway .quotes .quote.quote-video.two, .restore .quotes .quote.quote-video.one, .restore .quotes .quote.quote-video.two, .customers-wrap .quotes .quote.quote-video.one, .customers-wrap .quotes .quote.quote-video.two {
            margin-right: 0 !important; }
          .steinway .quotes .quote.quote-video.two, .restore .quotes .quote.quote-video.two, .customers-wrap .quotes .quote.quote-video.two {
            margin-bottom: 25px !important; } }
      @media screen and (max-width: 630px) {
        .steinway .quotes .quote.quote-video.one, .steinway .quotes .quote.quote-video.two, .restore .quotes .quote.quote-video.one, .restore .quotes .quote.quote-video.two, .customers-wrap .quotes .quote.quote-video.one, .customers-wrap .quotes .quote.quote-video.two {
          margin-right: 16px !important; } }
      .steinway .quotes .quote.quote-video.one, .steinway .quotes .quote.quote-video.two, .restore .quotes .quote.quote-video.one, .restore .quotes .quote.quote-video.two, .customers-wrap .quotes .quote.quote-video.one, .customers-wrap .quotes .quote.quote-video.two {
        margin-bottom: 10px; }
      .steinway .quotes .quote.quote-video.one, .steinway .quotes .quote.quote-video.three, .restore .quotes .quote.quote-video.one, .restore .quotes .quote.quote-video.three, .customers-wrap .quotes .quote.quote-video.one, .customers-wrap .quotes .quote.quote-video.three {
        margin-right: 16px; }
      .steinway .quotes .quote.quote-video.three, .steinway .quotes .quote.quote-video.four, .restore .quotes .quote.quote-video.three, .restore .quotes .quote.quote-video.four, .customers-wrap .quotes .quote.quote-video.three, .customers-wrap .quotes .quote.quote-video.four {
        margin-bottom: 30px; }
      @media screen and (max-width: 900px) {
        .steinway .quotes .quote.quote-video.three, .steinway .quotes .quote.quote-video.four, .restore .quotes .quote.quote-video.three, .restore .quotes .quote.quote-video.four, .customers-wrap .quotes .quote.quote-video.three, .customers-wrap .quotes .quote.quote-video.four {
          display: none; } }
      .steinway .quotes .quote.quote-video a, .restore .quotes .quote.quote-video a, .customers-wrap .quotes .quote.quote-video a {
        display: block; }
        .steinway .quotes .quote.quote-video a:before, .restore .quotes .quote.quote-video a:before, .customers-wrap .quotes .quote.quote-video a:before {
          width: 50%;
          height: 50%;
          top: calc( 50% - 50%/2);
          left: calc( 50% - 50%/2); }
        .steinway .quotes .quote.quote-video a img, .restore .quotes .quote.quote-video a img, .customers-wrap .quotes .quote.quote-video a img {
          width: 100%; }
      .steinway .quotes .quote.quote-video p, .restore .quotes .quote.quote-video p, .customers-wrap .quotes .quote.quote-video p {
        padding: 15px;
        margin: 0;
        font-weight: 600; }
        @media screen and (max-width: 1100px) {
          .steinway .quotes .quote.quote-video p, .restore .quotes .quote.quote-video p, .customers-wrap .quotes .quote.quote-video p {
            font-size: 14px; } }
        .steinway .quotes .quote.quote-video p span, .restore .quotes .quote.quote-video p span, .customers-wrap .quotes .quote.quote-video p span {
          font-weight: 400; }
          @media screen and (max-width: 1100px) {
            .steinway .quotes .quote.quote-video p span, .restore .quotes .quote.quote-video p span, .customers-wrap .quotes .quote.quote-video p span {
              font-size: 12px; } }

.buying-guide-body {
  overflow-x: hidden; }

.buying-guide {
  --green: #019c9a;
  --red: #c93f2c;
  --yellow: #bea733;
  --blue: #0086c4;
  --violet: #716ba9;
  overflow: visible !important; }
  .buying-guide hr {
    border-width: 0;
    border-top: 1px solid #e4e4e4;
    height: 0;
    margin: 40px 0; }
  .buying-guide sup {
    vertical-align: super;
    font-size: 0.5em; }
  .buying-guide h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3; }
  .buying-guide .full-width {
    overflow: visible;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media screen and (max-width: 1080px) {
      .buying-guide .full-width {
        margin: 0 -20px; } }
    @media screen and (max-width: 888px) {
      .buying-guide .full-width {
        margin: 0 -5px; } }
    @media screen and (max-width: 500px) {
      .buying-guide .full-width {
        margin: 0; } }
  .buying-guide .header {
    padding: 0 !important;
    margin-top: 40px;
    position: relative;
    padding-bottom: 100px !important; }
    @media screen and (max-width: 1300px) {
      .buying-guide .header {
        overflow: hidden; } }
    @media screen and (max-width: 888px) {
      .buying-guide .header {
        padding-top: 10px !important; } }
    @media screen and (max-width: 500px) {
      .buying-guide .header {
        margin-top: 0;
        padding-top: 0 !important; } }
    .buying-guide .header .hero-image {
      margin-left: -37px;
      margin-right: -40px;
      z-index: 2;
      position: relative; }
    .buying-guide .header .hero {
      display: block;
      max-width: none;
      pointer-events: none;
      user-select: none;
      width: 100%; }
    .buying-guide .header .content {
      position: absolute;
      left: 50%;
      top: 260px;
      transform: translateX(-50%);
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 1300px) {
        .buying-guide .header .content {
          top: 20vw; } }
      .buying-guide .header .content h1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: inherit;
        text-transform: uppercase;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0; }
        .buying-guide .header .content h1 span {
          font-size: 55px; }
          @media screen and (max-width: 1300px) {
            .buying-guide .header .content h1 span {
              font-size: 4vw; } }
      .buying-guide .header .content .content__steinway {
        position: relative;
        padding-bottom: 0.15em;
        margin-bottom: 0.15em; }
        .buying-guide .header .content .content__steinway:after {
          content: '';
          display: block;
          height: 2px;
          left: 0;
          right: 0;
          background-color: #fff;
          bottom: 0;
          position: absolute; }
    .buying-guide .header .intro {
      position: relative;
      background-color: #e5e5e5;
      padding: 80px 60px 50px;
      margin-top: calc(-250px + 10px);
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 60px;
      align-items: end;
      margin-left: auto;
      margin-right: auto;
      z-index: 1; }
      @media screen and (max-width: 1300px) {
        .buying-guide .header .intro {
          margin-top: -18vw; } }
      @media screen and (max-width: 1120px) {
        .buying-guide .header .intro {
          grid-template-columns: repeat(1, 1fr); } }
      @media screen and (max-width: 600px) {
        .buying-guide .header .intro {
          padding-left: 20px;
          padding-right: 20px; } }
      .buying-guide .header .intro:before {
        position: absolute;
        content: '';
        display: block;
        bottom: -84px;
        left: -34px;
        right: -36px;
        height: 170px;
        background-image: url("../images/edge-shadow.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        pointer-events: none; }
      @media screen and (max-width: 1300px) {
        .buying-guide .header .intro {
          margin-top: -18vw; } }
      @media screen and (max-width: 1120px) {
        .buying-guide .header .intro {
          grid-template-columns: repeat(1, 1fr); } }
      .buying-guide .header .intro h2 {
        font-family: 'Georgia', serif;
        font-weight: 800;
        font-size: 33px;
        margin-bottom: 30px;
        color: var(--maroon); }
      .buying-guide .header .intro p {
        font-size: 18px;
        margin-bottom: 0; }
        .buying-guide .header .intro p:not(:last-of-type) {
          margin-bottom: 30px; }
      .buying-guide .header .intro .secrets-intro {
        text-align: center;
        margin-bottom: 10px; }
      .buying-guide .header .intro .secrets {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; }
        @media screen and (max-width: 600px) {
          .buying-guide .header .intro .secrets {
            grid-template-columns: repeat(1, 1fr); } }
      .buying-guide .header .intro .secret {
        display: flex;
        align-items: center;
        background-color: #fff;
        padding: 15px;
        border-radius: 10px; }
        .buying-guide .header .intro .secret img {
          width: 60px;
          height: 60px; }
        .buying-guide .header .intro .secret p {
          text-align: center;
          margin-bottom: 0;
          margin-left: 15px; }
  .buying-guide #content:before {
    display: block;
    content: '';
    margin-top: -30px;
    height: 30px;
    visibility: hidden;
    pointer-events: none; }
  .buying-guide .main-content {
    display: grid;
    grid-template-columns: 315px 1fr;
    gap: 35px; }
    @media screen and (max-width: 992px) {
      .buying-guide .main-content {
        grid-template-columns: 30px 1fr;
        gap: 10px; } }
  .buying-guide .nav {
    align-self: start;
    position: sticky;
    top: 15px; }
    .buying-guide .nav a:hover {
      color: inherit;
      text-decoration: underline; }
    .buying-guide .nav ol.main-menu {
      list-style-position: outside;
      font-size: 18px;
      font-weight: 700;
      counter-reset: item;
      list-style-type: none;
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      margin-left: 25px; }
      @media screen and (max-width: 992px) {
        .buying-guide .nav ol.main-menu {
          margin-left: 0; } }
      .buying-guide .nav ol.main-menu > li {
        background-color: #f2f2f2;
        color: #000;
        position: relative;
        z-index: 1;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
        @media screen and (max-width: 992px) {
          .buying-guide .nav ol.main-menu > li {
            border-radius: 0;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            left: -100%; } }
        .buying-guide .nav ol.main-menu > li > a {
          padding: 15px;
          display: block; }
          .buying-guide .nav ol.main-menu > li > a:hover {
            border: 0; }
          .buying-guide .nav ol.main-menu > li > a:after {
            box-sizing: border-box;
            content: counter(item) "  ";
            counter-increment: item;
            text-align: center;
            display: block;
            height: 100%;
            padding: 15px 0 15px 15px;
            width: 25px;
            background-color: #f2f2f2;
            position: absolute;
            right: 100%;
            z-index: -1;
            top: 0;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px; }
            @media screen and (max-width: 992px) {
              .buying-guide .nav ol.main-menu > li > a:after {
                left: 100%;
                right: auto;
                border-radius: 0;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                padding: 15px 15px 15px 0;
                display: flex;
                align-items: center; } }
        .buying-guide .nav ol.main-menu > li.active {
          background-color: var(--highlight, var(--blue));
          color: #fff; }
          .buying-guide .nav ol.main-menu > li.active > a:after {
            background-color: var(--highlight, var(--blue)); }
          .buying-guide .nav ol.main-menu > li.active ol.sub-menu {
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 15px;
            height: auto; }
            @media screen and (max-width: 992px) {
              .buying-guide .nav ol.main-menu > li.active ol.sub-menu {
                height: 0;
                padding-top: 0; } }
    .buying-guide .nav ol.sub-menu {
      font-size: 13px;
      font-weight: 400;
      display: grid;
      grid-template-columns: 1fr;
      gap: 15px;
      height: 0;
      overflow: hidden;
      line-height: 1.4; }
      .buying-guide .nav ol.sub-menu a {
        display: block;
        padding-right: 15px; }
      @media screen and (max-width: 992px) {
        .buying-guide .nav ol.sub-menu {
          height: 0; } }
  .buying-guide .section {
    border-top: 1px solid #e4e4e4; }
    .buying-guide .section.section--primary {
      border-top: 0; }
    .buying-guide .section .section-intro {
      display: grid;
      grid-template-columns: 80px 1fr;
      gap: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 600px) {
        .buying-guide .section .section-intro {
          grid-template-columns: 50px 1fr; } }
    .buying-guide .section.section-hero {
      position: relative;
      border-top: 0;
      margin-bottom: 30px; }
    .buying-guide .section .section-hero__intro {
      position: absolute;
      color: #fff; }
    .buying-guide .section .section-hero__heading p {
      padding-top: 10px; }
    .buying-guide .section .section-hero__img-container {
      padding-left: 40px;
      margin-bottom: 40px; }
      @media screen and (max-width: 600px) {
        .buying-guide .section .section-hero__img-container {
          padding-left: 25px; } }
    .buying-guide .section .section-hero__img {
      width: 100%; }
    .buying-guide .section .section-hero__content {
      column-count: 2; }
      @media screen and (max-width: 600px) {
        .buying-guide .section .section-hero__content {
          column-count: 1; } }
    .buying-guide .section .section-hero__content--harp {
      display: grid;
      gap: 20px;
      grid-template-columns: 1fr 1fr; }
      @media screen and (max-width: 600px) {
        .buying-guide .section .section-hero__content--harp {
          grid-template-columns: 1fr; } }
    .buying-guide .section .section-hero__content--no-columns {
      column-count: 1; }
    .buying-guide .section .section-arrow {
      height: 145px;
      background-color: var(--highlight, var(--blue));
      width: 80px;
      border-bottom-left-radius: 40px;
      border-bottom-right-radius: 40px;
      text-align: center;
      background-image: url(../images/icon_arrow.svg);
      background-size: 40% auto;
      background-repeat: no-repeat;
      background-position: center bottom 20px;
      color: #fff;
      font-size: 40px;
      padding-top: 20px; }
      @media screen and (max-width: 600px) {
        .buying-guide .section .section-arrow {
          width: 50px;
          font-size: 28px; } }
      .buying-guide .section .section-arrow.section-arrow--primary {
        margin-top: 8px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        height: 190px; }
      .buying-guide .section .section-arrow.section-arrow--circle {
        height: 80px;
        background-image: none; }
        @media screen and (max-width: 600px) {
          .buying-guide .section .section-arrow.section-arrow--circle {
            height: 50px;
            padding-top: 12px; } }
    .buying-guide .section .section-heading {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .buying-guide .section .section-heading h3 {
        font-size: 40px;
        font-weight: 700;
        font-family: 'Georgia', serif;
        color: var(--highlight, var(--blue));
        text-transform: uppercase;
        line-height: 1.2;
        text-align: left !important; }
        @media screen and (max-width: 600px) {
          .buying-guide .section .section-heading h3 {
            font-size: 32px; } }
        @media screen and (max-width: 500px) {
          .buying-guide .section .section-heading h3 {
            font-size: 28px;
            word-break: break-all; } }
      .buying-guide .section .section-heading p {
        min-height: 64px;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.15;
        margin-top: auto;
        margin-bottom: 0; }
        @media screen and (max-width: 600px) {
          .buying-guide .section .section-heading p {
            font-size: 24px; } }
    .buying-guide .section p {
      font-size: 18px; }
  .buying-guide .pros {
    margin-top: 30px; }
    .buying-guide .pros .pros-headings {
      display: grid;
      grid-template-columns: 1fr 2fr 2fr;
      gap: 20px; }
      @media screen and (max-width: 600px) {
        .buying-guide .pros .pros-headings {
          grid-template-columns: 1fr 1fr;
          padding: 5px;
          position: sticky;
          top: 0;
          background-color: #fff; } }
    .buying-guide .pros .pro-heading,
    .buying-guide .pros .con-heading,
    .buying-guide .pros .tip {
      display: flex;
      align-items: center;
      font-size: 20px; }
      .buying-guide .pros .pro-heading img,
      .buying-guide .pros .con-heading img,
      .buying-guide .pros .tip img {
        margin-right: 10px; }
      .buying-guide .pros .pro-heading p,
      .buying-guide .pros .con-heading p,
      .buying-guide .pros .tip p {
        margin: 0;
        font-weight: 700; }
    .buying-guide .pros .pro-heading {
      color: var(--violet);
      grid-column: 2; }
      @media screen and (max-width: 600px) {
        .buying-guide .pros .pro-heading {
          grid-column: auto; } }
    .buying-guide .pros .con-heading {
      color: var(--red); }
    .buying-guide .pros sup {
      font-size: 0.6em;
      position: relative;
      top: -0.5em; }
    .buying-guide .pros .smaller {
      font-size: 0.6em; }
    .buying-guide .pros .pro {
      display: grid;
      gap: 20px;
      grid-template-columns: 1fr 2fr 2fr;
      margin-top: 10px; }
      @media screen and (max-width: 600px) {
        .buying-guide .pros .pro {
          grid-template-columns: 1fr 1fr;
          gap: 10px; } }
    .buying-guide .pros .pro-label {
      padding: 20px 10px;
      font-weight: 700; }
      @media screen and (max-width: 600px) {
        .buying-guide .pros .pro-label {
          padding: 0 5px;
          margin-bottom: 0;
          grid-column: span 2; } }
    .buying-guide .pros .pro-content {
      border-top: 1px solid #cccccc;
      padding: 20px 10px; }
      @media screen and (max-width: 600px) {
        .buying-guide .pros .pro-content {
          padding: 20px 5px; } }
    .buying-guide .pros .pro-content--pro em {
      color: var(--violet); }
    .buying-guide .pros .pro-content--con em {
      color: var(--red); }
    .buying-guide .pros .tip {
      margin-top: 30px;
      color: var(--maroon); }
  .buying-guide .buying {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    padding-bottom: 95px; }
    @media screen and (max-width: 675px) {
      .buying-guide .buying {
        display: flex;
        padding-bottom: 0;
        flex-direction: column;
        align-items: center; } }
    .buying-guide .buying p {
      margin-bottom: 40px; }
    .buying-guide .buying .craigslist {
      position: absolute;
      bottom: 0;
      right: 50px; }
      @media screen and (max-width: 1300px) {
        .buying-guide .buying .craigslist {
          right: 0;
          width: 31vw; } }
      @media screen and (max-width: 992px) {
        .buying-guide .buying .craigslist {
          right: 0;
          width: 40vw; } }
      @media screen and (max-width: 675px) {
        .buying-guide .buying .craigslist {
          position: relative;
          display: block; } }
  .buying-guide .model,
  .buying-guide .checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
    position: relative; }
    @media screen and (max-width: 772px) {
      .buying-guide .model,
      .buying-guide .checklist {
        position: relative;
        display: block; } }
    .buying-guide .model p,
    .buying-guide .checklist p {
      z-index: 1;
      position: relative; }
    .buying-guide .model img.model-pic,
    .buying-guide .checklist img.model-pic {
      margin-top: -50px;
      max-width: auto;
      width: calc(100% + 20px);
      transform: translateX(-20px);
      z-index: -1; }
      @media screen and (max-width: 772px) {
        .buying-guide .model img.model-pic,
        .buying-guide .checklist img.model-pic {
          margin-top: 20px; } }
    .buying-guide .model img.checklist-pic,
    .buying-guide .checklist img.checklist-pic {
      display: block;
      position: absolute;
      bottom: 0; }
      @media screen and (max-width: 772px) {
        .buying-guide .model img.checklist-pic,
        .buying-guide .checklist img.checklist-pic {
          position: relative;
          margin: 0 auto; } }
    .buying-guide .model .template,
    .buying-guide .checklist .template {
      display: flex;
      align-items: center; }
      .buying-guide .model .template p,
      .buying-guide .checklist .template p {
        margin-bottom: 0; }
    .buying-guide .model .button-blue, .buying-guide .model .button-white, .buying-guide .model .button-white-bordered, .buying-guide .model .button-gray-bordered,
    .buying-guide .checklist .button-blue,
    .buying-guide .checklist .button-white,
    .buying-guide .checklist .button-white-bordered,
    .buying-guide .checklist .button-gray-bordered {
      margin-left: 12px;
      padding: 12px; }
  .buying-guide .checklist {
    padding-bottom: 50px; }
    @media screen and (max-width: 772px) {
      .buying-guide .checklist {
        padding-bottom: 0; } }
  .buying-guide .next-chapter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0; }
    @media screen and (max-width: 600px) {
      .buying-guide .next-chapter {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
        justify-items: center; } }
    .buying-guide .next-chapter span {
      font-size: 25px;
      background-color: var(--next-highlight);
      text-align: center;
      border-radius: 50%;
      display: block;
      width: 40px;
      height: 40px;
      color: #fff;
      line-height: 40px;
      flex-shrink: 0; }
    .buying-guide .next-chapter p {
      margin: 0 15px;
      text-transform: uppercase;
      font-family: 'Georgia', serif;
      font-size: 20px;
      font-weight: 700; }
    .buying-guide .next-chapter .button-blue-outline {
      padding: 12px;
      border: 1px solid var(--next-highlight);
      color: var(--next-highlight); }
      .buying-guide .next-chapter .button-blue-outline:hover {
        background-color: var(--next-highlight);
        color: #fff; }
  .buying-guide .section-what {
    position: relative; }
    .buying-guide .section-what .section-what__intro {
      position: relative;
      z-index: 2;
      margin-bottom: -40px; }
      @media screen and (max-width: 550px) {
        .buying-guide .section-what .section-what__intro {
          margin-bottom: 0; } }
    .buying-guide .section-what .section-what__img {
      position: relative;
      z-index: 1;
      display: block; }
  .buying-guide .blue {
    color: var(--blue); }

.myths .section {
  border-top: 1px solid #e4e4e4; }
  .myths .section .section-heading {
    padding-bottom: 20px; }
    .myths .section .section-heading p {
      min-height: 0; }

.myths .galo, .myths .soundbite {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media screen and (max-width: 1200px) {
    .myths .galo, .myths .soundbite {
      display: block; } }

.myths .soundbite {
  gap: 20px; }

.myths p {
  margin-bottom: 30px; }

.myths .myth-mercedes {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 5px;
  margin-top: 60px; }
  @media screen and (max-width: 1100px) {
    .myths .myth-mercedes {
      grid-template-columns: 1fr; } }

.myths .myth-steinwas {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1100px) {
    .myths .myth-steinwas {
      display: flex;
      flex-direction: column; } }
  .myths .myth-steinwas img {
    width: 500px; }
    @media screen and (max-width: 1100px) {
      .myths .myth-steinwas img {
        order: 1; } }
  .myths .myth-steinwas h4 {
    margin-top: 30px; }

.myth {
  display: flex;
  color: var(--red);
  align-items: flex-end;
  margin-top: auto; }
  .myth p {
    font-size: 28px; }
  @media screen and (max-width: 700px) {
    .myth {
      display: block; } }

.myth__tag {
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 10px;
  white-space: nowrap;
  margin-right: 12px;
  flex-shrink: 0;
  flex-grow: 0; }
  @media screen and (max-width: 700px) {
    .myth__tag {
      margin: 12px 0; } }

.myth-list {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 20px; }
  .myth-list li {
    position: relative;
    padding-left: 45px; }
    .myth-list li:not(:last-child) {
      margin-bottom: 20px; }
    .myth-list li:before {
      content: '';
      display: block;
      height: 32px;
      width: 32px;
      background-image: url("../images/marker.jpg");
      background-size: 100% 100%;
      position: absolute;
      left: 0;
      top: -2px; }

.myth-list--green li:before {
  background-image: url("../images/marker-green.jpg"); }

.myth-list-cols {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 15px;
  margin: 30px 0 0; }
  @media screen and (max-width: 750px) {
    .myth-list-cols {
      grid-template-columns: 1fr; } }

.myth-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 30px 0; }
  @media screen and (max-width: 1000px) {
    .myth-cols {
      grid-template-columns: 1fr;
      gap: 30px; } }

.myth-cols-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin: 30px 0; }
  @media screen and (max-width: 1200px) {
    .myth-cols-3 {
      grid-template-columns: 1fr;
      gap: 30px; } }

.myth-cols__parts {
  display: flex;
  flex-direction: column; }

.myth-cols__parts-img {
  height: 350px; }

.myth-fact {
  background-color: #f2f2f2;
  color: var(--highlight, var(--blue));
  padding: 30px 30px 30px;
  position: relative;
  margin-top: 60px; }
  .myth-fact p:last-child {
    margin-bottom: 0; }

.myth-fact__heading {
  background-color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -30px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  min-height: 60px;
  border-radius: 15px; }

.myth-foot-note.myth-foot-note.myth-foot-note {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0; }
  .myth-foot-note.myth-foot-note.myth-foot-note a {
    color: inherit;
    border-bottom-color: currentColor; }

.myth-quote {
  background-color: var(--red);
  border-radius: 10px;
  text-align: center;
  position: relative;
  line-height: 1.5;
  color: #ffffff;
  padding: 20px 10px;
  margin: 20px 10px 30px; }
  .myth-quote:before {
    position: absolute;
    bottom: -15px;
    left: 25px;
    border-color: transparent var(--red);
    border-width: 0px 0px 15px 20px;
    border-style: solid;
    display: block;
    content: "";
    z-index: 1;
    width: 0; }

.myth-quote-author.myth-quote-author.myth-quote-author {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7); }
  .myth-quote-author.myth-quote-author.myth-quote-author p {
    font-size: inherit;
    margin: 0; }

.myth-pull-quote {
  font-style: italic;
  padding: 20px;
  margin: 20px 0; }

.myth-pull-quote-author.myth-pull-quote-author.myth-pull-quote-author {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7); }
  .myth-pull-quote-author.myth-pull-quote-author.myth-pull-quote-author p {
    font-size: inherit;
    margin: 0; }

.myth-reason.myth-reason.myth-reason {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
  border-radius: 10px; }
  .myth-reason.myth-reason.myth-reason img {
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 20px; }
  .myth-reason.myth-reason.myth-reason p {
    margin: 0; }

.formula-header {
  font-size: 28px;
  color: var(--maroon);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px; }

.bg-testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 485px; }
  @media screen and (max-width: 775px) {
    .bg-testimonial {
      display: block; } }

.bg-testimonial__content {
  background-color: #e0e0e0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.bg-testimonial__author {
  margin-top: 30px; }
  .bg-testimonial__author p {
    margin: 0; }

.bg-testimonial__video {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: cover;
  background-position: center center;
  min-height: 400px; }

.section-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; }
  @media screen and (max-width: 775px) {
    .section-cols {
      display: block; } }

.section-seal {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 775px) {
    .section-seal img {
      height: 200px; } }

.section-facts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 15px; }
  @media screen and (max-width: 815px) {
    .section-facts {
      margin-top: 0;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0; }
      .section-facts .section-fact {
        margin: 10px; } }

.section-fact {
  background-color: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 3px 5px -1px #999999; }
  @media screen and (max-width: 815px) {
    .section-fact {
      flex-direction: column;
      text-align: center;
      min-width: 250px;
      min-height: 190px; } }
  .section-fact * {
    margin: 0; }
  .section-fact p {
    margin-left: 5px; }

.section-fact--dark {
  background-color: var(--maroon);
  color: #fff !important; }
  .section-fact--dark .section-fact__number {
    color: inherit; }

.section-fact__number {
  font-size: 90px;
  color: var(--maroon);
  font-family: 'Georgia', serif;
  position: relative;
  top: -15px;
  letter-spacing: -5px;
  font-weight: 600;
  margin-right: 5px; }
  .section-fact__number sup {
    position: relative;
    left: -10px; }

.section-video {
  margin: 30px 0;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
  color: #fff; }
  .section-video:hover {
    color: #fff; }

.section-video__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  transition: all 0.25s ease; }
  .section-video__content svg {
    width: 120px;
    height: 120px; }

.section-video__title {
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px; }

.twenty-four-seven {
  display: flex;
  margin: 20px 0; }
  @media screen and (max-width: 775px) {
    .twenty-four-seven {
      flex-direction: column;
      align-items: center; } }
  .twenty-four-seven img {
    margin-left: 20px;
    flex-shrink: 0;
    max-width: 230px; }

.reviews-cols {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px; }
  @media screen and (max-width: 775px) {
    .reviews-cols {
      display: block; } }

.guarentee-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; }
  @media screen and (max-width: 775px) {
    .guarentee-grid {
      display: block; } }

.guarentee-grid__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px; }
  .guarentee-grid__item img {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 15px; }

.industry-list {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
  list-style-type: disc;
  font-size: 18px;
  padding-left: 20px; }
  @media screen and (max-width: 775px) {
    .industry-list {
      grid-template-columns: repeat(1, 1fr); } }

.advantage-services {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }

.advantage-service {
  max-width: calc(33.333% - 20px);
  margin: 10px;
  min-width: 250px;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .advantage-service {
      max-width: 100%; } }

.advantage-service__header {
  margin-top: 5px;
  font-size: 20px !important;
  font-family: 'Georgia', serif;
  color: var(--maroon);
  font-weight: 700; }

.guide-journey {
  text-align: center; }
  .guide-journey p {
    margin: 0;
    font-size: 18px; }
  .guide-journey .button-blue, .guide-journey .button-white, .guide-journey .button-white-bordered, .guide-journey .button-gray-bordered {
    font-size: 21px;
    font-weight: 700;
    margin-top: 20px; }

.guide-journey__heading {
  color: var(--blue);
  font-size: 28px !important;
  margin-bottom: 20px !important;
  font-weight: 700; }

.five-things svg {
  width: 10vw;
  height: 10vw;
  max-height: 120px;
  max-width: 120px; }

.five-things .section-video__content {
  padding-right: 50%; }

.five-things .section-video__title {
  margin-top: 0;
  font-size: 48px !important;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 1300px) {
    .five-things .section-video__title {
      font-size: 3.5vw !important; } }

.player-system {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  @media screen and (max-width: 700px) {
    .player-system {
      grid-template-columns: 1fr; } }

.sizing-guide-form {
  background: #ebebeb;
  padding: 0 !important; }
  .sizing-guide-form form {
    box-shadow: none;
    padding-bottom: 0; }

.sizing-guide-form__container {
  background: transparent; }

.sizing-guide-form__header {
  padding: 20px;
  display: flex;
  color: #7f7f7f;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0; }
  .sizing-guide-form__header h1 {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5; }

.compare .header .hero {
  position: absolute;
  right: -20px;
  width: 50%;
  top: 0; }
  @media screen and (max-width: 1200px) {
    .compare .header .hero {
      top: 30px;
      width: 400px; } }
  @media screen and (max-width: 990px) {
    .compare .header .hero {
      position: relative;
      width: auto;
      right: 0;
      display: block;
      margin: 0 auto;
      top: 0;
      margin-top: 20px; } }

.compare .header h1, .compare .header p {
  margin-right: 650px; }
  @media screen and (max-width: 1200px) {
    .compare .header h1, .compare .header p {
      margin-right: 400px; } }
  @media screen and (max-width: 990px) {
    .compare .header h1, .compare .header p {
      margin-right: 0;
      max-width: none; } }

@media screen and (max-width: 990px) {
  .compare .header h1 {
    text-align: center; } }

@media screen and (max-width: 990px) {
  .compare .header .contact {
    text-align: center; } }

.compare .featured {
  margin-top: -3px; }
  .compare .featured img {
    width: 100%; }

.compare > .contact {
  text-align: center;
  padding: 40px 20px; }

.compare .featured, .compare .tabbed {
  position: relative; }

.compare .featured + .tabbed {
  margin-top: -58px;
  padding-top: 0; }
  @media screen and (max-width: 550px) {
    .compare .featured + .tabbed {
      margin-top: -42px; }
      .compare .featured + .tabbed .content {
        border-radius: 0; }
      .compare .featured + .tabbed h1 {
        padding-bottom: 0; } }

.compare .process {
  margin-top: -60px; }
  @media screen and (max-width: 500px) {
    .compare .process {
      margin-top: -50px; } }

@media screen and (max-width: 670px) {
  .compare .content {
    padding: 0 0 20px 0 !important; } }

.compare .tabbed table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%; }
  @media screen and (max-width: 670px) {
    .compare .tabbed table {
      font-size: 12px; } }
  .compare .tabbed table thead td {
    font-family: 'Georgia', serif;
    text-align: center;
    font-weight: 600;
    padding: 10px; }
    @media screen and (max-width: 670px) {
      .compare .tabbed table thead td span {
        font-size: 10px; } }
    .compare .tabbed table thead td:nth-child(2) {
      color: #8c0013; }
    .compare .tabbed table thead td:nth-child(4) {
      color: #7e7e7e; }
  .compare .tabbed table tbody tr.no-icons td {
    padding: 12px 10px; }
  @media screen and (max-width: 670px) {
    .compare .tabbed table tbody tr:first-of-type td:nth-child(2) {
      border-top: 1px solid #8c0013; } }
  @media screen and (max-width: 670px) {
    .compare .tabbed table tbody tr:first-of-type td:nth-child(3) {
      border-top: 1px solid #000; } }
  @media screen and (max-width: 670px) {
    .compare .tabbed table tbody tr:first-of-type td:nth-child(4) {
      border-top: 1px solid #7e7e7e; } }
  @media screen and (max-width: 670px) {
    .compare .tabbed table tbody tr:last-of-type td:nth-child(2) {
      border-bottom: 1px solid #8c0013; } }
  @media screen and (max-width: 670px) {
    .compare .tabbed table tbody tr:last-of-type td:nth-child(3) {
      border-bottom: 1px solid #000; } }
  @media screen and (max-width: 670px) {
    .compare .tabbed table tbody tr:last-of-type td:nth-child(4) {
      border-bottom: 1px solid #7e7e7e; } }
  .compare .tabbed table tbody td {
    background-color: #fff;
    text-align: center;
    padding: 14px;
    vertical-align: middle;
    width: 47px;
    margin: 5px; }
    @media screen and (max-width: 670px) {
      .compare .tabbed table tbody td {
        padding: 10px 0; } }
    .compare .tabbed table tbody td:first-of-type {
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px; }
      @media screen and (max-width: 670px) {
        .compare .tabbed table tbody td:first-of-type {
          text-align: left;
          padding: 10px; } }
    .compare .tabbed table tbody td:last-of-type {
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px; }
    .compare .tabbed table tbody td > span {
      position: relative;
      text-align: left;
      display: block;
      margin: 0 auto;
      width: 0px; }
      .compare .tabbed table tbody td > span.sub {
        display: block;
        width: auto;
        max-width: 120px;
        font-size: 12px;
        text-align: center; }
        @media screen and (max-width: 670px) {
          .compare .tabbed table tbody td > span.sub {
            display: none; } }
      @media screen and (max-width: 670px) {
        .compare .tabbed table tbody td > span {
          width: 100%;
          text-align: center; } }
      @media screen and (max-width: 670px) {
        .compare .tabbed table tbody td > span > span {
          display: none; } }
    .compare .tabbed table tbody td svg {
      position: absolute;
      top: -5px;
      left: -30px;
      margin-right: 5px;
      height: 25px;
      width: 25px; }
      @media screen and (max-width: 670px) {
        .compare .tabbed table tbody td svg {
          position: relative;
          top: 0;
          left: 0;
          margin-right: 0; } }
    .compare .tabbed table tbody td sup {
      vertical-align: super;
      font-size: smaller; }
  .compare .tabbed table tfoot {
    font-size: 12px;
    line-height: 1.3; }
    .compare .tabbed table tfoot td {
      padding: 10px 0 0; }
      @media screen and (max-width: 670px) {
        .compare .tabbed table tfoot td {
          padding: 10px 10px 0; } }
    .compare .tabbed table tfoot strong {
      display: block; }

@media screen and (max-width: 500px) {
  .soundboard img.featured-image {
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -moz-transform: scale(1.5);
    /* Firefox */
    -ms-transform: scale(1.5);
    /* IE 9 */
    -o-transform: scale(1.5);
    /* Opera */
    transform: scale(1.5); } }

@media screen and (max-width: 500px) {
  .soundboard img.featured-image.left {
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -moz-transform: scale(1.5);
    /* Firefox */
    -ms-transform: scale(1.5);
    /* IE 9 */
    -o-transform: scale(1.5);
    /* Opera */
    transform: scale(1.5);
    -ms-transform-origin: center top;
    /* IE 9 */
    -webkit-transform-origin: center top;
    /* Chrome, Safari, Opera */
    transform-origin: center top; } }

.soundboard .header {
  overflow: visible; }
  @media screen and (max-width: 500px) {
    .soundboard .header {
      overflow: hidden; } }
  .soundboard .header > img {
    margin-top: -150px;
    width: 100%; }
    @media screen and (max-width: 1080px) {
      .soundboard .header > img {
        margin-top: -70px; } }
    @media screen and (max-width: 500px) {
      .soundboard .header > img {
        margin-top: -20px; } }
  .soundboard .header .columns {
    background-image: url(../images/header-bg1.jpg);
    background-position: bottom left;
    background-repeat: repeat-x; }
  .soundboard .header .column {
    float: right;
    width: 50%; }
    @media screen and (max-width: 1200px) {
      .soundboard .header .column {
        width: 40%; } }
    @media screen and (max-width: 1000px) {
      .soundboard .header .column {
        padding: 20px; } }
    @media screen and (max-width: 800px) {
      .soundboard .header .column {
        width: 100%;
        float: none; } }
    .soundboard .header .column:first-of-type {
      padding: 40px 60px;
      position: relative;
      left: -20px; }
      @media screen and (max-width: 1200px) {
        .soundboard .header .column:first-of-type {
          padding: 0 20px 60px;
          width: 60%; } }
      @media screen and (max-width: 800px) {
        .soundboard .header .column:first-of-type {
          left: 0;
          width: 100%;
          padding: 20px; } }
      @media screen and (max-width: 500px) {
        .soundboard .header .column:first-of-type {
          padding: 10px; } }
    .soundboard .header .column img {
      position: relative;
      left: -28px;
      top: -20px; }
      @media screen and (max-width: 800px) {
        .soundboard .header .column img {
          top: 0;
          left: 0; } }
    .soundboard .header .column h1 {
      text-align: center;
      padding: 0 0 20px;
      font-size: 34px; }
      @media screen and (max-width: 800px) {
        .soundboard .header .column h1 {
          font-size: 30px;
          padding: 0; } }
      .soundboard .header .column h1 span {
        font-size: 55px; }
        @media screen and (max-width: 800px) {
          .soundboard .header .column h1 span {
            font-size: 30px; } }
    .soundboard .header .column p {
      text-align: center;
      padding: 0 40px; }
      @media screen and (max-width: 800px) {
        .soundboard .header .column p {
          padding: 0; } }

.soundboard .featured + .tabbed {
  margin-top: -105px; }
  @media screen and (max-width: 550px) {
    .soundboard .featured + .tabbed {
      margin-top: -41px; } }

.soundboard .cut-above {
  position: relative;
  padding-bottom: 30px;
  min-height: 400px; }
  @media screen and (max-width: 500px) {
    .soundboard .cut-above {
      margin-top: -30px !important; } }
  .soundboard .cut-above p {
    margin-right: 500px; }
    @media screen and (max-width: 1030px) {
      .soundboard .cut-above p {
        margin-right: 0;
        padding: 10px; } }
  .soundboard .cut-above p:first-of-type {
    padding: 50px 0 30px;
    font-size: 21px;
    color: #8c0013; }
    @media screen and (max-width: 600px) {
      .soundboard .cut-above p:first-of-type {
        padding: 10px; } }
  .soundboard .cut-above img {
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 100; }
    @media screen and (max-width: 1250px) {
      .soundboard .cut-above img {
        top: 80px; } }
    @media screen and (max-width: 1030px) {
      .soundboard .cut-above img {
        position: relative;
        top: 0;
        right: 0;
        max-width: 428px;
        width: 100%;
        margin: 0 auto;
        display: block; } }

.soundboard .training {
  position: relative;
  z-index: 1000; }
  .soundboard .training > img {
    width: 100%; }

.soundboard .gallary .gallary-thumb {
  width: 33%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  float: left; }
  @media screen and (max-width: 500px) {
    .soundboard .gallary .gallary-thumb {
      width: 49.75%; } }
  .soundboard .gallary .gallary-thumb:nth-child(3n) {
    margin-right: 0; }
    @media screen and (max-width: 500px) {
      .soundboard .gallary .gallary-thumb:nth-child(3n) {
        margin-right: 0.5%; } }
  @media screen and (max-width: 500px) {
    .soundboard .gallary .gallary-thumb:nth-child(2n) {
      margin-right: 0; } }

.soundboard .gallary .featured {
  width: 100%; }

.soundboard .galo-video {
  position: relative;
  z-index: 1; }

.soundboard .skill {
  position: relative;
  overflow: visible;
  padding-top: 140px; }
  @media screen and (max-width: 500px) {
    .soundboard .skill {
      padding-top: 80px; } }
  .soundboard .skill .content {
    text-align: center;
    padding: 0 30px 50px 30px; }
    @media screen and (max-width: 950px) {
      .soundboard .skill .content {
        text-align: left; }
        .soundboard .skill .content h1 {
          text-align: center; } }
    @media screen and (max-width: 500px) {
      .soundboard .skill .content {
        padding: 10px; } }
    .soundboard .skill .content .craftsmen-badge {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      pointer-events: none;
      max-width: 40%; }
      @media screen and (max-width: 500px) {
        .soundboard .skill .content .craftsmen-badge {
          transform: translate(-50%, -25%);
          width: 100px; } }
    .soundboard .skill .content h1 {
      font-size: 30px; }
  .soundboard .skill .banners {
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (max-width: 950px) {
      .soundboard .skill .banners .shadow.main {
        display: none; } }
    @media screen and (max-width: 500px) {
      .soundboard .skill .banners {
        margin-top: 20px; } }
    @media screen and (max-width: 450px) {
      .soundboard .skill .banners {
        text-align: center; } }
  .soundboard .skill .shadow {
    width: 100%;
    height: 19px;
    position: relative;
    z-index: 100;
    background: none; }
  .soundboard .skill .banner {
    width: 160px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: -21px; }
    @media screen and (max-width: 950px) {
      .soundboard .skill .banner {
        margin-bottom: 20px;
        text-align: left;
        display: block;
        width: 100%;
        margin-top: 0; }
        .soundboard .skill .banner .inner {
          padding: 0 50px; } }
    @media screen and (max-width: 950px) and (max-width: 450px) {
      .soundboard .skill .banner .inner {
        text-align: center; } }
    .soundboard .skill .banner img.ribbon {
      margin-top: -22px; }
      @media screen and (max-width: 950px) {
        .soundboard .skill .banner img.ribbon {
          margin-right: 20px;
          width: 100px;
          float: left; } }
      @media screen and (max-width: 450px) {
        .soundboard .skill .banner img.ribbon {
          float: none; } }
    .soundboard .skill .banner p {
      text-align: center;
      font-size: 15px; }
      @media screen and (max-width: 950px) {
        .soundboard .skill .banner p {
          padding-top: 15px;
          text-align: left;
          font-size: 16px; } }
  @media screen and (max-width: 950px) and (max-width: 575px) {
    .soundboard .skill .banner p {
      padding-top: 0; } }
      @media screen and (max-width: 450px) {
        .soundboard .skill .banner p {
          text-align: center; } }

.soundboard .tradition {
  padding-bottom: 30px; }
  @media screen and (max-width: 700px) {
    .soundboard .tradition {
      margin-top: -20px; } }
  @media screen and (max-width: 500px) {
    .soundboard .tradition {
      padding: 50px 10px 0; } }
  .soundboard .tradition img {
    width: 100%; }
  .soundboard .tradition p {
    padding: 0 20px 20px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 500px) {
      .soundboard .tradition p {
        text-align: left; } }
    .soundboard .tradition p:first-of-type {
      font-size: 21px;
      color: #8c0013; }
      @media screen and (max-width: 500px) {
        .soundboard .tradition p:first-of-type {
          text-align: center;
          padding-top: 50px; } }

.soundboard .fit .content {
  position: relative;
  padding: 30px; }
  @media screen and (max-width: 850px) {
    .soundboard .fit .content {
      text-align: center; } }
  @media screen and (max-width: 500px) {
    .soundboard .fit .content {
      padding: 10px; } }
  .soundboard .fit .content img {
    position: absolute;
    top: 50px;
    left: 0; }
    @media screen and (max-width: 850px) {
      .soundboard .fit .content img {
        position: relative;
        top: 0; } }
  .soundboard .fit .content p {
    padding-bottom: 20px;
    margin-left: 350px; }
    @media screen and (max-width: 850px) {
      .soundboard .fit .content p {
        margin-left: 0; }
        .soundboard .fit .content p:last-of-type {
          text-align: left; } }
    .soundboard .fit .content p:first-of-type {
      padding-top: 20px;
      font-size: 21px;
      color: #8c0013; }

.soundboard .detail-image img {
  width: 100%; }

@media screen and (max-width: 500px) {
  .soundboard .detail-image {
    padding-top: 45px;
    margin-top: -20px; } }

.soundboard .detail .content {
  padding: 30px; }
  @media screen and (max-width: 500px) {
    .soundboard .detail .content {
      padding: 10px; } }
  .soundboard .detail .content img.chart {
    float: right;
    padding-left: 30px; }
    @media screen and (max-width: 500px) {
      .soundboard .detail .content img.chart {
        padding-left: 0; } }
  .soundboard .detail .content img.label {
    float: left; }
    @media screen and (max-width: 500px) {
      .soundboard .detail .content img.label {
        display: inline;
        padding-right: 5px; } }
  .soundboard .detail .content p {
    padding-bottom: 20px;
    margin-left: 60px; }
    @media screen and (max-width: 500px) {
      .soundboard .detail .content p {
        margin-left: 0; } }
    .soundboard .detail .content p:first-of-type {
      padding-top: 20px;
      margin-left: 0px;
      font-size: 21px;
      color: #8c0013; }

.soundboard .warranty h1 {
  font-size: 24px;
  color: #000; }
  .soundboard .warranty h1 img {
    vertical-align: middle;
    margin-right: 10px; }
    @media screen and (max-width: 500px) {
      .soundboard .warranty h1 img {
        display: none; } }

.soundboard .warranty .content {
  width: 60%;
  float: left;
  padding-bottom: 0; }
  @media screen and (max-width: 1350px) {
    .soundboard .warranty .content {
      float: none;
      width: 100%; } }
  .soundboard .warranty .content img {
    margin-right: 20px;
    position: relative;
    top: 5px;
    float: left; }
    @media screen and (max-width: 595px) {
      .soundboard .warranty .content img {
        display: block;
        margin: 0 auto;
        width: 165px;
        float: none; } }
  .soundboard .warranty .content p {
    padding: 30px 0; }

.soundboard .warranty .contact {
  padding-left: 20px;
  padding-top: 0;
  float: right;
  width: 40%; }
  @media screen and (max-width: 1350px) {
    .soundboard .warranty .contact {
      padding: 30px 0;
      float: none;
      max-width: 500px;
      width: 100%;
      margin: 0 auto; }
      .soundboard .warranty .contact .call-us {
        padding: 10px 0; } }

@media screen and (max-width: 800px) {
  .about .header {
    text-align: center; } }

.about .header p {
  max-width: 550px; }
  .about .header p.widow {
    max-width: 450px; }

.about .header ul {
  padding: 10px 0 20px; }
  @media screen and (max-width: 800px) {
    .about .header ul {
      width: 370px;
      max-width: 100% !important;
      margin-right: auto !important;
      text-align: left;
      margin: 0 auto; } }

.about .header li {
  background-image: url("../images/checkmark.svg");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 3px 26px;
  line-height: 1.2;
  font-size: 17px;
  list-style: none;
  font-weight: 600; }

.about .header p, .about .header ul {
  margin-right: 345px; }
  @media screen and (max-width: 800px) {
    .about .header p, .about .header ul {
      margin-right: 0;
      max-width: none !important; } }

.about .header img {
  position: absolute;
  top: 20px;
  right: -30px; }
  @media screen and (max-width: 1225px) {
    .about .header img {
      width: 500px;
      top: 50px; } }
  @media screen and (max-width: 1100px) {
    .about .header img {
      display: block;
      width: 400px; } }
  @media screen and (max-width: 1025px) {
    .about .header img {
      top: 100px; } }
  @media screen and (max-width: 800px) {
    .about .header img {
      position: relative;
      top: 0;
      right: 0;
      display: inline; } }

.about .profiles {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .about .profiles .featured {
    text-align: center;
    width: 100%; }
    .about .profiles .featured .profile {
      float: none;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 1000px) {
        .about .profiles .featured .profile {
          display: block;
          float: left; } }
  .about .profiles .profile {
    padding: 20px;
    display: block;
    padding-top: 50px;
    text-align: left;
    width: 33%;
    float: left; }
    .about .profiles .profile:nth-child(3n) {
      clear: left; }
    @media screen and (max-width: 1000px) {
      .about .profiles .profile {
        width: 50%; }
        .about .profiles .profile:nth-child(2n+1) {
          clear: left; }
        .about .profiles .profile:nth-child(3n) {
          clear: none; } }
    @media screen and (max-width: 500px) {
      .about .profiles .profile {
        float: none;
        width: 100%;
        background-color: #fff; }
        .about .profiles .profile:first-of-type {
          padding-top: 50px; } }
    .about .profiles .profile h2, .about .profiles .profile strong, .about .profiles .profile ul, .about .profiles .profile li {
      line-height: 1.75; }
    .about .profiles .profile h2 {
      font-size: 21px;
      color: #8c0013; }
    .about .profiles .profile ul {
      list-style: outside;
      padding-left: 20px; }
    .about .profiles .profile img {
      width: 100%; }

.about .history {
  margin-top: -20px; }
  .about .history img.desktop {
    margin-right: 40px;
    position: relative;
    float: left;
    top: -30px; }
    @media screen and (max-width: 1200px) {
      .about .history img.desktop {
        padding: 50px 0 20px;
        width: 350px;
        top: 0px; } }
    @media screen and (max-width: 900px) {
      .about .history img.desktop {
        width: 215px;
        margin-left: 10px;
        float: right; } }
    @media screen and (max-width: 750px) {
      .about .history img.desktop {
        display: none; } }
  .about .history img.mobile {
    display: none; }
    @media screen and (max-width: 750px) {
      .about .history img.mobile {
        display: block; } }
  .about .history p {
    padding: 10px 20px; }
    .about .history p:first-of-type {
      margin-top: 50px; }
      @media screen and (max-width: 500px) {
        .about .history p:first-of-type {
          margin-top: 20px; } }
  .about .history .contact {
    text-align: center; }

body.body-home {
  background: url(../images/background.jpg) top left repeat-x; }

header.header-home {
  background: #e8e8e8; }

.container.home {
  overflow: hidden; }

.section.white {
  background: #fff; }

.section.full-width {
  margin-left: -20px;
  margin-right: -20px; }

.section.grid {
  background: #e5e5e5;
  border-radius: 5px;
  margin: 10px 0;
  padding: 20px; }
  @media screen and (max-width: 340px) {
    .section.grid {
      padding: 10px; } }
  .section.grid .grid-row {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 841px) {
      .section.grid .grid-row {
        display: block;
        max-width: 600px;
        margin: 0 auto; } }
  .section.grid .grid-item-container {
    width: 33.3333%;
    padding: 0 5px; }
    @media screen and (max-width: 841px) {
      .section.grid .grid-item-container {
        width: 100%;
        margin-bottom: 10px; }
        .section.grid .grid-item-container:last-of-type {
          margin-bottom: 0; } }
  .section.grid .grid-item {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background-color: #fff;
    height: 175px;
    padding: 15px;
    max-width: 400px; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid .grid-item {
        height: 300px; } }
    @media screen and (max-width: 841px) {
      .section.grid .grid-item {
        max-width: none;
        width: 100%; } }
    .section.grid .grid-item [class^=button] {
      padding: 12px 22px;
      min-width: 100px;
      text-align: center; }
  .section.grid .grid-style1 {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: flex-end;
    justify-content: flex-end; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid .grid-style1 {
        align-items: center; } }
    .section.grid .grid-style1 p {
      text-transform: uppercase;
      font-family: 'Georgia', serif;
      letter-spacing: -2px;
      text-align: center;
      font-weight: 600;
      font-size: 44px;
      width: 100%; }
      @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
        .section.grid .grid-style1 p {
          text-align: center;
          line-height: 1.1em; } }

.section.grid-one .trust {
  background: url(../images/trust.jpg) center center no-repeat;
  background-size: cover; }
  .section.grid-one .trust p {
    font-size: 56px;
    text-align: right; }
    @media screen and (max-width: 480px) {
      .section.grid-one .trust p {
        text-align: center; } }

.section.grid-one .ca-showroom {
  background: url(../images/toronto-showroom_bg.jpg) center center no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center; }
  .section.grid-one .ca-showroom img {
    transform: translateY(-50%);
    max-width: 300px;
    width: 100%; }

.section.grid-one .story {
  position: relative; }
  @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
    .section.grid-one .story {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center; } }
  .section.grid-one .story .bus {
    position: absolute;
    width: 230px;
    top: -10px;
    left: 10px; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid-one .story .bus {
        margin-left: -120px;
        width: 240px;
        left: 50%; } }
  .section.grid-one .story p {
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
    text-align: right; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid-one .story p {
        text-align: center; } }
    .section.grid-one .story p span {
      display: block;
      font-size: 16px;
      letter-spacing: 0; }

.section.grid-one .reviews {
  position: relative;
  background: #000;
  margin: 0; }
  @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
    .section.grid-one .reviews img {
      position: relative;
      top: 20px; } }
  .section.grid-one .reviews .content {
    position: absolute;
    bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    left: 15px;
    right: 15px; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid-one .reviews .content {
        top: 130px;
        bottom: 50px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; } }
  .section.grid-one .reviews p {
    position: relative;
    color: #ccb15d;
    display: flex;
    margin: 0; }
    .section.grid-one .reviews p span {
      font-size: 42px;
      font-weight: 600;
      line-height: 0.7em;
      letter-spacing: -2px;
      position: relative;
      padding-bottom: 14px; }
      .section.grid-one .reviews p span:first-of-type {
        border-right: 1px solid #ccb15d;
        margin-right: 10px;
        padding-right: 10px; }
      .section.grid-one .reviews p span sup {
        font-size: 22px;
        position: relative;
        top: -16px;
        right: -2px; }
      .section.grid-one .reviews p span i {
        text-transform: uppercase;
        letter-spacing: 0;
        display: block;
        font-size: 14px;
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0; }

.section.grid-two .steinway {
  overflow: visible !important;
  padding-left: 200px;
  position: relative;
  background: #000; }
  @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
    .section.grid-two .steinway {
      padding-left: 15px; } }
  .section.grid-two .steinway img {
    position: absolute;
    width: 240px;
    top: -15px;
    left: -20px; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid-two .steinway img {
        left: 50%;
        margin-left: -120px; } }
  .section.grid-two .steinway .content {
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid-two .steinway .content {
        align-items: center;
        text-align: center;
        width: 100%; } }
    .section.grid-two .steinway .content p {
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: -1px;
      line-height: 1.1em;
      font-family: 'Georgia', serif;
      margin-bottom: 20px; }

.section.grid-two .service {
  background: url(../images/service.jpg) center center no-repeat;
  background-size: cover; }
  .section.grid-two .service p {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
    .section.grid-two .service {
      background-position: center left; } }

.section.grid-two .soundboards {
  background: url(../images/soundboard.jpg) center center no-repeat;
  background-size: cover; }

.section.grid-three .compare {
  background: #5e5e5e;
  position: relative;
  overflow: hidden; }
  .section.grid-three .compare img {
    position: absolute;
    width: 350px;
    left: -20px;
    top: -10px;
    z-index: 1; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid-three .compare img {
        display: block;
        width: 390px;
        margin-left: -195px;
        max-width: none;
        left: 50%;
        top: 24px; } }
  .section.grid-three .compare .content {
    z-index: 10; }

.section.grid-three .grid-guide {
  background: #fff url(../images/guide.jpg) center left 20px no-repeat;
  color: #000; }
  @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
    .section.grid-three .grid-guide {
      background-position: center top 20px;
      text-align: center;
      align-items: center; } }
  .section.grid-three .grid-guide p {
    text-transform: none;
    text-align: center;
    letter-spacing: 0;
    max-width: 120px;
    font-size: 20px;
    line-height: 1.15em;
    margin-bottom: 16px; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid-three .grid-guide p {
        max-width: 100%; } }

.section.grid-three .grid-steinway {
  background-color: #9C0001;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between; }
  @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
    .section.grid-three .grid-steinway {
      flex-direction: column; } }
  .section.grid-three .grid-steinway .image {
    display: flex;
    justify-content: center;
    align-items: center; }
    .section.grid-three .grid-steinway .image img {
      max-width: 100%;
      width: 130px; }
  .section.grid-three .grid-steinway .content {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid-three .grid-steinway .content {
        align-items: center; } }
  .section.grid-three .grid-steinway p {
    font-size: 21px;
    text-transform: none;
    text-align: right;
    letter-spacing: 1px;
    line-height: 1.2; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid-three .grid-steinway p {
        text-align: center;
        margin-bottom: 15px; } }
    .section.grid-three .grid-steinway p span {
      text-transform: uppercase;
      display: block; }

.section.grid-three .signature {
  background: url(../images/signature.jpg) center right no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
    .section.grid-three .signature {
      background-position: center center; } }
  .section.grid-three .signature img {
    position: absolute;
    width: 180px;
    right: 20px;
    top: 15px; }
    @media screen and (max-width: 1300px) and (min-width: 840px), screen and (max-width: 480px) {
      .section.grid-three .signature img {
        margin-right: -115px;
        width: 230px;
        right: 50%;
        top: 80px; } }

.container.home {
  background: transparent; }
  .container.home .section.white {
    background: #fff; }
  .container.home .section.full-width {
    margin-left: -20px;
    margin-right: -20px; }
  .container.home .section.tabbed h2 {
    font-family: 'Georgia', serif;
    font-weight: 800;
    text-transform: uppercase;
    width: 500px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 25px;
    color: #000;
    padding: 20px 0 10px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    box-shadow: 0px -5px 8px -8px #999999, 6px -1px 8px -8px #999999, -6px -1px 8px -8px #999999; }
    @media screen and (max-width: 560px) {
      .container.home .section.tabbed h2 {
        width: 100%; } }
  .container.home .section.tabbed .tabbed-content {
    margin-top: 10px; }
  .container.home .intro {
    position: relative;
    padding: 20px 0;
    padding-right: 40%; }
    @media screen and (max-width: 997px) {
      .container.home .intro {
        padding-right: 20px; } }
    .container.home .intro h1 {
      text-transform: uppercase;
      text-align: center;
      font-weight: 600;
      font-size: 48px;
      line-height: 1em;
      color: #fff; }
      @media screen and (max-width: 1200px) {
        .container.home .intro h1 {
          font-size: 38px; } }
      @media screen and (max-width: 997px) {
        .container.home .intro h1 {
          font-size: 48px; } }
      @media screen and (max-width: 997px) {
        .container.home .intro h1 {
          font-size: 48px; } }
      @media screen and (max-width: 725px) {
        .container.home .intro h1 {
          font-size: 38px; } }
      @media screen and (max-width: 620px) {
        .container.home .intro h1 {
          max-width: 300px;
          margin: 0 auto 20px; } }
      .container.home .intro h1 span {
        display: inline; }
        .container.home .intro h1 span.the {
          border-bottom: 1px solid #fff;
          border-top: 1px solid #fff;
          position: relative;
          font-size: 26px;
          top: -7px; }
          @media screen and (max-width: 725px) {
            .container.home .intro h1 span.the {
              font-size: 21px; } }
        .container.home .intro h1 span.smaller {
          text-transform: none;
          font-size: 36px;
          display: block; }
    .container.home .intro .hero {
      width: 46%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 997px) {
        .container.home .intro .hero {
          width: 100%;
          position: relative;
          top: auto;
          bottom: auto;
          right: auto; } }
      .container.home .intro .hero .hero-image {
        width: 100%;
        max-width: none;
        min-width: 0;
        z-index: 1; }
        @media screen and (max-width: 1200px) {
          .container.home .intro .hero .hero-image {
            position: relative;
            max-width: 100%;
            right: auto; } }
        @media screen and (max-width: 997px) {
          .container.home .intro .hero .hero-image {
            max-width: 600px;
            margin: auto; } }
      .container.home .intro .hero .buttons {
        text-align: center;
        position: absolute;
        max-width: 100%;
        width: 440px;
        z-index: 10;
        top: 80%; }
        @media screen and (max-width: 465px) {
          .container.home .intro .hero .buttons {
            top: 60%; } }
        .container.home .intro .hero .buttons .button-blue, .container.home .intro .hero .buttons .button-white, .container.home .intro .hero .buttons .button-white-bordered, .container.home .intro .hero .buttons .button-gray-bordered {
          margin: 3px; }
    .container.home .intro .content {
      text-align: center;
      max-width: 100%; }
    .container.home .intro p {
      margin: 0 auto 16px; }
    .container.home .intro .logos {
      margin-top: 20px; }
      .container.home .intro .logos .logo-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center; }
        .container.home .intro .logos .logo-flex img {
          margin: 5px;
          min-width: 0; }
  .container.home .customers {
    padding: 60px;
    color: #fff;
    position: relative;
    background-color: #000;
    overflow: hidden; }
    .container.home .customers img {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
      height: 100%;
      max-width: none;
      width: auto; }
      @media screen and (max-width: 997px) {
        .container.home .customers img {
          right: -70px; } }
      @media screen and (max-width: 812px) {
        .container.home .customers img {
          display: none; } }
    @media screen and (max-width: 812px) {
      .container.home .customers {
        background: #000; } }
    @media screen and (max-width: 600px) {
      .container.home .customers {
        padding: 40px 20px; } }
    .container.home .customers .content {
      position: relative;
      z-index: 2;
      width: 445px;
      max-width: 100%; }
      @media screen and (max-width: 812px) {
        .container.home .customers .content {
          width: 100%; } }
    .container.home .customers h2 {
      font-family: 'Georgia', serif;
      margin-bottom: 10px;
      font-weight: 600;
      font-size: 40px; }
      @media screen and (max-width: 600px) {
        .container.home .customers h2 {
          font-size: 32px; } }
    .container.home .customers p {
      margin-bottom: 20px; }
    .container.home .customers .buttons {
      display: flex;
      align-items: flex-end; }
      .container.home .customers .buttons img {
        margin-right: 20px;
        position: relative;
        bottom: -5px; }
      @media screen and (max-width: 610px) {
        .container.home .customers .buttons {
          display: block; }
          .container.home .customers .buttons img {
            margin: 0 0 20px 0;
            display: block;
            bottom: auto; } }
    .container.home .customers .button-white, .container.home .customers .button-white-bordered {
      border: 1px solid #fff;
      padding: 10px 20px;
      font-size: 16px; }
    .container.home .customers .button-white {
      margin-right: 8px; }
      @media screen and (max-width: 600px) {
        .container.home .customers .button-white {
          margin-bottom: 8px; } }
  .container.home .customer-logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px 0; }
    .container.home .customer-logos div {
      margin: 3px; }
      .container.home .customer-logos div img {
        max-width: 140px; }
  .container.home .rapair-restore {
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding: 100px;
    color: #fff; }
    .container.home .rapair-restore img {
      position: absolute;
      height: auto;
      width: auto;
      bottom: 0;
      left: 120px;
      max-width: none;
      z-index: 1; }
      @media screen and (max-width: 997px) {
        .container.home .rapair-restore img {
          width: 100%; } }
      @media screen and (max-width: 670px) {
        .container.home .rapair-restore img {
          left: auto;
          right: 0;
          width: auto;
          height: 100%; } }
      @media screen and (max-width: 500px) {
        .container.home .rapair-restore img {
          height: 120%;
          width: auto; } }
    @media screen and (max-width: 670px) {
      .container.home .rapair-restore {
        padding: 40px 20px; } }
    @media screen and (max-width: 500px) {
      .container.home .rapair-restore {
        padding-bottom: 200px; } }
    .container.home .rapair-restore .content {
      position: relative;
      z-index: 2; }
    .container.home .rapair-restore h3 {
      font-family: 'Georgia', serif;
      text-align: left !important;
      margin-bottom: 5px;
      font-size: 40px;
      color: #fff; }
    .container.home .rapair-restore p {
      margin-bottom: 20px;
      max-width: 390px; }
  .container.home .showroom {
    position: relative; }
    .container.home .showroom .content {
      padding-right: 35%;
      max-width: 1200px;
      margin: 0 auto; }
      @media screen and (max-width: 1180px) {
        .container.home .showroom .content {
          max-width: auto;
          padding-right: 20px; } }
      .container.home .showroom .content .header {
        border-bottom: 1px solid #ccc;
        padding: 30px 0 30px 180px;
        position: relative;
        text-align: center; }
        @media screen and (max-width: 1180px) {
          .container.home .showroom .content .header {
            padding-right: 31%; } }
        @media screen and (max-width: 1030px) {
          .container.home .showroom .content .header {
            padding-right: 0; } }
        @media screen and (max-width: 800px) {
          .container.home .showroom .content .header {
            padding-left: 90px;
            padding-bottom: 10px;
            text-align: left; } }
        @media screen and (max-width: 600px) {
          .container.home .showroom .content .header {
            text-align: center;
            padding-top: 10px;
            padding-left: 0px; } }
        .container.home .showroom .content .header img.seal {
          position: absolute;
          width: 180px;
          height: auto;
          top: -30px;
          left: 0; }
          @media screen and (max-width: 800px) {
            .container.home .showroom .content .header img.seal {
              width: 80px;
              top: 30px; } }
          @media screen and (max-width: 600px) {
            .container.home .showroom .content .header img.seal {
              display: none; } }
        .container.home .showroom .content .header h3 {
          font-family: 'Georgia', serif;
          line-height: 1.2em;
          font-size: 34px;
          color: #000; }
    .container.home .showroom .contact {
      text-align: center; }
      @media screen and (max-width: 1180px) {
        .container.home .showroom .contact {
          margin-bottom: 30px; } }
      @media screen and (max-width: 1030px) {
        .container.home .showroom .contact {
          margin-bottom: 0; } }
    .container.home .showroom img.hero {
      position: absolute;
      top: -100px;
      width: 35%;
      right: 0; }
      @media screen and (max-width: 1180px) {
        .container.home .showroom img.hero {
          width: 270px;
          right: 50px; } }
      @media screen and (max-width: 1030px) {
        .container.home .showroom img.hero {
          width: auto;
          max-width: 80%;
          display: block;
          margin: 0 auto;
          position: relative;
          top: auto;
          right: auto; } }
  .container.home .featured {
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0 5px 5px 5px;
    padding: 20px 0 0 0;
    background: #f3f3f3;
    position: relative; }
    .container.home .featured:before {
      content: '';
      display: block;
      width: 28px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background: url(../images/featured-shadow.png) right top repeat-y;
      border-radius: 0 5px 5px 0;
      z-index: 100; }
    .container.home .featured h3 {
      box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
      border-radius: 5px 5px 0 0;
      padding: 10px 20px 0;
      background: #f3f3f3;
      position: absolute;
      color: #000;
      top: -26px;
      left: 0; }
      .container.home .featured h3:after {
        content: '';
        display: block;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background: #f3f3f3;
        position: absolute;
        right: 0px;
        bottom: -9px; }
      .container.home .featured h3 span.clip {
        display: block;
        position: absolute;
        background: inherit;
        height: 8px;
        bottom: -6px;
        overflow: hidden;
        left: 0;
        right: 0; }
        .container.home .featured h3 span.clip span {
          box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
          position: absolute;
          display: block;
          bottom: -10px;
          top: -10px;
          right: 0;
          left: 0; }
    .container.home .featured .featured-pianos {
      padding-left: 20px;
      overflow: hidden;
      overflow-x: scroll; }
      .container.home .featured .featured-pianos .piano {
        margin-right: 10px;
        margin-bottom: 0; }
        .container.home .featured .featured-pianos .piano:last-of-type {
          margin-right: 0; }
  .container.home footer {
    margin-right: -20px;
    margin-left: -20px;
    background: #fff; }

.customers.all .header {
  min-height: 0; }
  .customers.all .header h1 {
    margin-right: 0; }

.customers .header {
  padding-bottom: 50px;
  position: relative;
  min-height: 325px;
  overflow: hidden;
  top: -20px; }
  @media screen and (max-width: 1245px) {
    .customers .header {
      margin: 0 -20px; } }
  @media screen and (max-width: 850px) {
    .customers .header {
      min-height: 0; } }
  .customers .header img {
    position: absolute;
    right: 10px;
    top: -250px;
    width: 750px; }
    @media screen and (max-width: 1245px) {
      .customers .header img {
        top: -190px;
        width: 650px;
        right: -30px; } }
    @media screen and (max-width: 1015px) {
      .customers .header img {
        top: -150px;
        right: -100px; } }
    @media screen and (max-width: 850px) {
      .customers .header img {
        display: none; } }
  .customers .header h1, .customers .header p {
    margin-right: 700px; }
    @media screen and (max-width: 1245px) {
      .customers .header h1, .customers .header p {
        margin-right: 550px;
        margin-left: 20px; } }
    @media screen and (max-width: 1015px) {
      .customers .header h1, .customers .header p {
        margin-right: 450px; } }
    @media screen and (max-width: 850px) {
      .customers .header h1, .customers .header p {
        margin-right: 0; } }

.customers h1 {
  font-size: 30px;
  margin-top: 20px; }

.customers .row > h1 {
  margin: 50px 0 30px;
  padding-left: 20px; }
  @media screen and (max-width: 500px) {
    .customers .row > h1 {
      padding-left: 0; } }

.customers a.btn {
  padding: 10px 30px;
  background-color: #ededed;
  border-radius: 5px;
  color: #4F4F51;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.customers a.btn:hover {
  background-color: #0086c4;
  color: #fff; }

.customers .testimonial:after, .customers .small:after {
  content: "";
  display: table;
  clear: both; }

.customers .testimonial h2 {
  font-family: 'Georgia' serif;
  font-weight: 600;
  font-size: 16px;
  color: #8c0013; }

.customers .testimonial blockquote {
  font-family: 'Georgia' serif;
  background-color: #8c0013;
  border-radius: 10px;
  text-align: center;
  position: relative;
  line-height: 1.5;
  color: #ffffff;
  padding: 10px;
  margin: 20px 10px 30px; }

.customers .testimonial blockquote:before {
  position: absolute;
  bottom: -15px;
  left: 25px;
  border-color: transparent #8c0013;
  border-width: 0px 0px 15px 20px;
  border-style: solid;
  display: block;
  content: "";
  z-index: 1;
  width: 0; }

.customers .featured blockquote {
  margin-top: 0; }

.customers .testimonial p {
  margin-bottom: 20px;
  padding-right: 10px;
  font-size: 15px; }

.customers .testimonial p strong {
  display: block; }

.customers .featured .side {
  padding: 0 20px;
  width: 33.3333%;
  float: left; }

.customers .featured .main {
  padding-right: 20px;
  width: 66.6666%;
  float: right; }

.customers .featured .main img {
  width: 100%; }

@media screen and (max-width: 1100px) {
  .customers .featured .side, .customers .featured .main {
    width: 50%; } }

@media screen and (max-width: 915px) {
  .customers .featured .side, .customers .featured .main {
    width: 100%; }
  .customers .featured .main {
    padding: 20px; }
  .customers .featured .side blockquote {
    max-width: none; } }

.customers .three-featured .testimonial {
  width: 100%;
  padding: 10px; }
  .customers .three-featured .testimonial a.video, .customers .three-featured .testimonial a.photo {
    display: block;
    width: 100%;
    max-width: 400px;
    float: left;
    margin-right: 20px; }
  .customers .three-featured .testimonial h2, .customers .three-featured .testimonial p, .customers .three-featured .testimonial blockquote {
    margin-left: 420px; }
  .customers .three-featured .testimonial blockquote {
    margin-top: 0;
    max-width: 450px; }
  @media screen and (max-width: 800px) {
    .customers .three-featured .testimonial a.video, .customers .three-featured .testimonial a.photo {
      max-width: none;
      float: none; }
    .customers .three-featured .testimonial h2, .customers .three-featured .testimonial p, .customers .three-featured .testimonial blockquote {
      margin-left: 0; }
    .customers .three-featured .testimonial blockquote {
      margin: 20px 10px 30px; } }

.customers .three-featured .testimonial h2 {
  margin-top: 10px; }

.customers .row.small {
  margin-top: 50px; }

.customers .small-testimonial, .customers .row.small .testimonial-2 {
  margin-right: 0;
  padding: 0 10px;
  width: 50%;
  float: left; }

.customers .small-testimonial a.video, .customers .row.small .testimonial-2 a.video, .customers .row.small .testimonial-2 a.thumbnail {
  margin-right: 10px;
  max-width: 200px;
  width: 100%;
  float: left; }
  @media screen and (max-width: 500px) {
    .customers .small-testimonial a.video, .customers .row.small .testimonial-2 a.video, .customers .row.small .testimonial-2 a.thumbnail {
      max-width: none;
      float: none; }
      .customers .small-testimonial a.video:before, .customers .row.small .testimonial-2 a.video:before, .customers .row.small .testimonial-2 a.thumbnail:before {
        height: 100px;
        width: 100px;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px; } }

.customers .small-testimonial h2 {
  margin-bottom: 5px; }

.customers .small-testimonial p a {
  color: #8c0013;
  border-bottom: 1px solid #8c0013; }

@media screen and (max-width: 1050px) {
  .customers .row.small {
    margin: 0; }
  .customers .three-featured {
    margin-bottom: 40px; }
  .customers .small-testimonial, .customers .row.small .testimonial-2 {
    margin-bottom: 20px;
    width: 100%; } }

@media screen and (max-width: 550px) {
  .customers .small-testimonial img {
    width: 100%;
    margin-bottom: 20px; } }

.single h1 {
  margin-bottom: 5px; }

.single h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5; }

.single .wrapper {
  padding: 20px 30px; }

.single [class*="testimonial-"] img,
.single .video > img {
  width: auto;
  max-width: 100%; }

.single .video {
  display: inline-block; }

.single .col1 {
  padding-right: 15px;
  padding-top: 5px;
  width: 33.3333%;
  float: left; }
  .single .col1 a {
    display: block; }
    .single .col1 a img {
      width: 100%; }

.single .col2 {
  padding-left: 15px;
  width: 66.6666%;
  float: left; }

@media screen and (max-width: 700px) {
  .single .wrapper {
    padding: 20px; }
  .single .col2, .single .col1 {
    float: none;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px; } }

.zoom-image {
  cursor: zoom-in; }

.zoomed {
  cursor: zoom-out; }

.restoration .header img {
  position: relative;
  float: right;
  top: -48px; }
  @media screen and (max-width: 1200px) {
    .restoration .header img {
      width: 500px; } }
  @media screen and (max-width: 1050px) {
    .restoration .header img {
      float: none;
      display: block;
      margin: 0 auto;
      top: auto;
      width: 500px; } }

.restoration div.videos {
  padding: 20px 30px; }
  @media screen and (max-width: 1080px) {
    .restoration div.videos {
      padding: 20px; } }

.restoration div.video {
  margin-bottom: 30px; }

.restoration div.video h2 {
  margin-bottom: 10px;
  font-size: 25px;
  color: #8c0013; }

.restoration a.video {
  display: block;
  width: 30%;
  float: left;
  margin-right: 3%; }

.restoration div.video:after {
  content: "";
  display: table;
  clear: both; }

.restoration a.video:after {
  content: "";
  display: table;
  clear: both; }

.restoration a.video.medium:before {
  margin-top: 0;
  margin-left: 0;
  left: auto;
  top: auto;
  bottom: 20px;
  right: 20px; }

.restoration .container:after {
  content: "";
  display: table;
  clear: both; }

@media all and (max-width: 960px) {
  .restoration .video .video {
    width: 100%;
    float: none; }
  .restoration .video > h2 {
    margin-top: 20px; } }

@media screen and (max-width: 500px) {
  .service p {
    padding-left: 10px;
    padding-right: 10px; } }

.service .header {
  background: url(../images/shadow_bg.jpg) center bottom no-repeat;
  background-size: 100% auto;
  height: 352px; }
  @media screen and (max-width: 1050px) {
    .service .header {
      height: 330px; } }
  @media screen and (max-width: 950px) {
    .service .header {
      height: auto; } }
  @media screen and (max-width: 800px) {
    .service .header {
      height: auto;
      text-align: center; } }
  .service .header p {
    max-width: 550px; }
    @media screen and (max-width: 950px) {
      .service .header p {
        max-width: none;
        margin-right: 260px !important; } }
    @media screen and (max-width: 800px) {
      .service .header p {
        max-width: none;
        margin-right: 0px !important; } }
  .service .header p, .service .header ul {
    margin-right: 345px; }
    @media screen and (max-width: 800px) {
      .service .header p, .service .header ul {
        margin-right: 0;
        max-width: none; } }
  .service .header img {
    position: absolute;
    top: -5px;
    right: -49px;
    z-index: 10; }
    @media screen and (max-width: 1100px) {
      .service .header img {
        width: 500px;
        top: 20px; } }
    @media screen and (max-width: 1050px) {
      .service .header img {
        width: 450px;
        top: 30px; } }
    @media screen and (max-width: 950px) {
      .service .header img {
        width: 380px;
        bottom: -19px;
        top: auto; } }
    @media screen and (max-width: 800px) {
      .service .header img {
        display: none; } }
  @media screen and (max-width: 800px) {
    .service .header .checks {
      max-width: 440px;
      margin: 0 auto; } }

.service ul.checks {
  padding: 10px 0 40px; }
  .service ul.checks li {
    background-image: url("../images/checkmark.svg");
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 3px 26px;
    line-height: 1.2;
    font-size: 17px;
    list-style: none;
    font-weight: 600; }
  @media screen and (max-width: 800px) {
    .service ul.checks {
      text-align: left; } }

.service .map {
  position: relative;
  min-height: 320px;
  padding: 50px 30px;
  display: flex; }
  @media screen and (max-width: 600px) {
    .service .map {
      padding: 30px 10px; } }
  @media screen and (max-width: 1100px) {
    .service .map {
      flex-wrap: wrap; } }
  .service .map .col-map {
    width: calc(100% - 480px);
    padding-left: 20px;
    float: right;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 850px) {
      .service .map .col-map {
        margin-bottom: 30px; } }
  .service .map .col-content {
    width: 480px;
    float: left; }
    .service .map .col-content h2 {
      color: #8c0013;
      font-size: 22px;
      font-family: arial;
      line-height: 1.5;
      margin-bottom: 20px; }
      @media screen and (max-width: 500px) {
        .service .map .col-content h2 {
          padding: 0 10px; } }
    .service .map .col-content p {
      font-size: 16px;
      line-height: 1.5; }
    @media screen and (max-width: 1100px) {
      .service .map .col-content .video-wrap {
        text-align: center; } }
  @media screen and (max-width: 1100px) {
    .service .map .col-map, .service .map .col-content {
      position: relative;
      width: 100%;
      padding: 0; } }

.service .imagine {
  text-align: center;
  padding: 0 20px; }
  .service .imagine .content {
    margin: 30px 0; }
  .service .imagine h2 {
    color: #8c0013;
    font-size: 22px;
    font-family: arial;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media screen and (max-width: 500px) {
      .service .imagine h2 {
        padding: 0 10px; } }
  .service .imagine p {
    font-size: 16px;
    line-height: 1.5; }

.service .videos .col {
  margin-top: 30px;
  padding: 2px;
  width: 50%;
  float: left;
  text-align: center; }
  @media screen and (max-width: 900px) {
    .service .videos .col {
      width: 100%; } }

.service .videos h3 {
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 400;
  font-size: 32px;
  color: #000; }
  .service .videos h3 strong {
    font-weight: 600; }

.service .travels {
  background-image: none;
  position: relative; }
  .service .travels .content {
    margin-left: 550px;
    margin-top: 50px; }
    @media screen and (max-width: 1200px) {
      .service .travels .content {
        margin-left: 385px; } }
    @media screen and (max-width: 850px) {
      .service .travels .content {
        margin-top: 20px;
        margin-left: 0;
        width: 100%; } }
    .service .travels .content .video {
      display: block;
      width: 353px;
      float: left; }
      @media screen and (max-width: 1050px) {
        .service .travels .content .video {
          width: 100%; } }
      @media screen and (max-width: 850px) {
        .service .travels .content .video {
          width: 400px; } }
      @media screen and (max-width: 660px) {
        .service .travels .content .video {
          width: 100%; } }
    .service .travels .content .vid-desc {
      padding-left: 6px;
      font-size: 13px;
      width: 210px;
      float: left; }
      @media screen and (max-width: 1050px) {
        .service .travels .content .vid-desc {
          text-align: center;
          display: block;
          margin: 0 auto;
          margin-top: 0;
          width: 400px;
          float: none; } }
      @media screen and (max-width: 850px) {
        .service .travels .content .vid-desc {
          margin-top: 165px;
          text-align: left;
          width: 210px;
          float: left; } }
      @media screen and (max-width: 660px) {
        .service .travels .content .vid-desc {
          text-align: center;
          display: block;
          margin: 0 auto;
          margin-top: 0;
          max-width: 100%;
          width: 400px;
          float: none; } }
  .service .travels .side {
    position: absolute;
    width: 500px;
    height: 260px;
    top: 160px;
    left: 0; }
    @media screen and (max-width: 1200px) {
      .service .travels .side {
        width: 400px; } }
    @media screen and (max-width: 850px) {
      .service .travels .side {
        position: relative;
        margin: 0 auto;
        margin-top: 40px;
        height: 235px;
        width: 350px;
        top: auto; } }
    @media screen and (max-width: 375px) {
      .service .travels .side {
        width: 100%; } }
    .service .travels .side .icon {
      position: absolute;
      height: 100px;
      width: 100px;
      left: 350px;
      top: -40px;
      z-index: 10; }
      @media screen and (max-width: 1200px) {
        .service .travels .side .icon {
          left: 250px; } }
      .service .travels .side .icon svg {
        height: 100%;
        width: 100%; }
    .service .travels .side .quote {
      position: absolute;
      text-align: center;
      font-family: 'Georgia' serif;
      border-radius: 10px;
      font-size: 19px;
      font-weight: 600; }
      .service .travels .side .quote:before {
        position: absolute;
        border-style: solid;
        display: block;
        content: "";
        z-index: 1;
        width: 0; }
      .service .travels .side .quote.one {
        background-color: #e5e5e5;
        padding: 40px;
        width: 290px;
        color: #000;
        left: 100px; }
        @media screen and (max-width: 1200px) {
          .service .travels .side .quote.one {
            left: 5px; } }
        .service .travels .side .quote.one:before {
          border-color: transparent #e5e5e5;
          border-width: 0px 20px 25px 0px;
          bottom: -25px;
          left: 50%; }
          @media screen and (max-width: 375px) {
            .service .travels .side .quote.one:before {
              left: 30%; } }
      .service .travels .side .quote.two {
        background-color: #8c0013;
        padding: 20px 60px;
        color: #fff;
        left: 285px;
        top: 115px; }
        @media screen and (max-width: 1200px) {
          .service .travels .side .quote.two {
            left: 185px; } }
        @media screen and (max-width: 375px) {
          .service .travels .side .quote.two {
            left: auto;
            right: 5px; } }
        .service .travels .side .quote.two:before {
          border-color: transparent #8c0013;
          border-width: 0px 0px 25px 20px;
          bottom: -25px;
          left: 25px; }

.service .communication {
  background-image: url(../fonts/541aa6b8f92c4db2b3af27ff4eb8ad87.woff);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  .faq .question.open h2 {
    color: #8c0013; }
  @media screen and (max-width: 1000px) {
    .faq .question .header h2, .faq .question .header p {
      max-width: none;
      width: 100%; }
    .faq .question .header p {
      margin-left: 30px; }
    .faq .question .body p {
      margin-left: 30px; } }

.privacy .policy {
  padding: 20px 40px; }
  .privacy .policy h3 {
    margin: 40px 0 20px; }
  .privacy .policy h3, .privacy .policy p, .privacy .policy li {
    line-height: 1.5; }
  .privacy .policy ul {
    list-style: outside;
    margin-left: 16px; }
    .privacy .policy ul li {
      padding: 5px 0; }

.guide .buy-header .featured-piano {
  position: absolute;
  top: -20px;
  right: -42px; }
  @media screen and (max-width: 1075px) {
    .guide .buy-header .featured-piano {
      display: none; } }

.guide .buy-header + .wrapper {
  background-color: #fff; }

.guide .wrapper {
  border-top: 1px solid #e5e5e5;
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
  min-height: 500px;
  padding-left: 450px; }
  @media screen and (max-width: 1200px) {
    .guide .wrapper {
      padding-left: 260px; } }
  @media screen and (max-width: 700px) {
    .guide .wrapper {
      margin-left: -10px;
      margin-right: -10px;
      padding-left: 0;
      padding-top: 60px; } }

.guide .content {
  padding: 50px;
  display: none; }
  @media screen and (max-width: 500px) {
    .guide .content {
      padding-left: 20px;
      padding-right: 20px; } }
  .guide .content.checklist img {
    margin-left: 20px;
    float: right; }
  .guide .content.checklist .clearfix, .guide .content.checklist header, .guide .content.checklist header .logo-wrap, header .guide .content.checklist .logo-wrap, .guide .content.checklist footer, .guide .content.checklist .container, .guide .content.checklist .row, .guide .content.checklist .promotions, .guide .content.checklist .details .tailor-details .intro, .details .tailor-details .guide .content.checklist .intro, .guide .content.checklist .details footer, .details .guide .content.checklist footer, .guide .content.checklist .tabs-wrapper, .guide .content.checklist .buy-filter-wrap, .guide .content.checklist .buy-filter, .guide .content.checklist .filter-option-set, .guide .content.checklist .option-sub-set, .guide .content.checklist .piano-group-results, .guide .content.checklist .steinway .tailored, .steinway .guide .content.checklist .tailored, .guide .content.checklist .steinway .genuine-parts, .steinway .guide .content.checklist .genuine-parts, .guide .content.checklist .steinway .sum, .steinway .guide .content.checklist .sum, .guide .content.checklist .steinway .soundboard, .steinway .guide .content.checklist .soundboard, .guide .content.checklist .steinway .decades .content, .steinway .decades .guide .content.checklist .content, .guide .content.checklist .soundboard .header, .soundboard .guide .content.checklist .header, .guide .content.checklist .soundboard .header .columns, .soundboard .header .guide .content.checklist .columns, .guide .content.checklist .soundboard .skill .banner, .soundboard .skill .guide .content.checklist .banner, .guide .content.checklist .soundboard .detail, .soundboard .guide .content.checklist .detail, .guide .content.checklist .soundboard .warranty, .soundboard .guide .content.checklist .warranty, .guide .content.checklist .about .profiles, .about .guide .content.checklist .profiles, .guide .content.checklist .about .profiles .featured, .about .profiles .guide .content.checklist .featured, .guide .content.checklist .about .history, .about .guide .content.checklist .history, .guide .content.checklist .section.grid, .guide .content.checklist .single .wrapper, .single .guide .content.checklist .wrapper, .guide .content.checklist .service .map, .service .guide .content.checklist .map, .guide .content.checklist .service .videos, .service .guide .content.checklist .videos, .guide .content.checklist .service .travels, .service .guide .content.checklist .travels, .guide .content.checklist .service .questions, .service .guide .content.checklist .questions, .guide .content.checklist .faq .question, .faq .guide .content.checklist .question, .guide .content.checklist .faq .question .header, .faq .question .guide .content.checklist .header, .guide .content.checklist .container.trust .header, .container.trust .guide .content.checklist .header, .guide .content.checklist .blog, .guide .content.checklist .library-single, .guide .content.checklist .blog .post-wrapper .post-author, .blog .post-wrapper .guide .content.checklist .post-author, .guide .content.checklist .blog .brand-wrapper .post-author, .blog .brand-wrapper .guide .content.checklist .post-author, .guide .content.checklist .library-single .post-wrapper .post-author, .library-single .post-wrapper .guide .content.checklist .post-author, .guide .content.checklist .library-single .brand-wrapper .post-author, .library-single .brand-wrapper .guide .content.checklist .post-author, .guide .content.checklist .movers .header, .movers .guide .content.checklist .header, .guide .content.checklist .learn-grand-piano .questions, .learn-grand-piano .guide .content.checklist .questions, .guide .content.checklist .learn-concert-grand .header, .learn-concert-grand .guide .content.checklist .header, .guide .content.checklist .learn-concert-grand .questions, .learn-concert-grand .guide .content.checklist .questions, .guide .content.checklist .learn-baby-grand .header, .learn-baby-grand .guide .content.checklist .header, .guide .content.checklist .learn-steinway-upright .questions, .learn-steinway-upright .guide .content.checklist .questions, .guide .content.checklist .keyword-page .questions, .keyword-page .guide .content.checklist .questions {
    margin-bottom: 30px; }
  .guide .content.checklist .clearfix h2, .guide .content.checklist header h2, .guide .content.checklist header .logo-wrap h2, header .guide .content.checklist .logo-wrap h2, .guide .content.checklist footer h2, .guide .content.checklist .container h2, .guide .content.checklist .row h2, .guide .content.checklist .promotions h2, .guide .content.checklist .details .tailor-details .intro h2, .details .tailor-details .guide .content.checklist .intro h2, .guide .content.checklist .details footer h2, .details .guide .content.checklist footer h2, .guide .content.checklist .tabs-wrapper h2, .guide .content.checklist .buy-filter-wrap h2, .guide .content.checklist .buy-filter h2, .guide .content.checklist .filter-option-set h2, .guide .content.checklist .option-sub-set h2, .guide .content.checklist .piano-group-results h2, .guide .content.checklist .steinway .tailored h2, .steinway .guide .content.checklist .tailored h2, .guide .content.checklist .steinway .genuine-parts h2, .steinway .guide .content.checklist .genuine-parts h2, .guide .content.checklist .steinway .sum h2, .steinway .guide .content.checklist .sum h2, .guide .content.checklist .steinway .soundboard h2, .steinway .guide .content.checklist .soundboard h2, .guide .content.checklist .steinway .decades .content h2, .steinway .decades .guide .content.checklist .content h2, .guide .content.checklist .soundboard .header h2, .soundboard .guide .content.checklist .header h2, .soundboard .header .guide .content.checklist .columns h2, .guide .content.checklist .soundboard .skill .banner h2, .soundboard .skill .guide .content.checklist .banner h2, .guide .content.checklist .soundboard .detail h2, .soundboard .guide .content.checklist .detail h2, .guide .content.checklist .soundboard .warranty h2, .soundboard .guide .content.checklist .warranty h2, .guide .content.checklist .about .profiles h2, .about .guide .content.checklist .profiles h2, .about .profiles .guide .content.checklist .featured h2, .guide .content.checklist .about .history h2, .about .guide .content.checklist .history h2, .guide .content.checklist .section.grid h2, .guide .content.checklist .single .wrapper h2, .single .guide .content.checklist .wrapper h2, .guide .content.checklist .service .map h2, .service .guide .content.checklist .map h2, .guide .content.checklist .service .videos h2, .service .guide .content.checklist .videos h2, .guide .content.checklist .service .travels h2, .service .guide .content.checklist .travels h2, .guide .content.checklist .service .questions h2, .service .guide .content.checklist .questions h2, .guide .content.checklist .faq .question h2, .faq .guide .content.checklist .question h2, .faq .question .guide .content.checklist .header h2, .container.trust .guide .content.checklist .header h2, .guide .content.checklist .blog h2, .guide .content.checklist .library-single h2, .blog .post-wrapper .guide .content.checklist .post-author h2, .blog .brand-wrapper .guide .content.checklist .post-author h2, .library-single .post-wrapper .guide .content.checklist .post-author h2, .library-single .brand-wrapper .guide .content.checklist .post-author h2, .guide .content.checklist .movers .header h2, .movers .guide .content.checklist .header h2, .guide .content.checklist .learn-grand-piano .questions h2, .learn-grand-piano .guide .content.checklist .questions h2, .guide .content.checklist .learn-concert-grand .header h2, .learn-concert-grand .guide .content.checklist .header h2, .guide .content.checklist .learn-concert-grand .questions h2, .learn-concert-grand .guide .content.checklist .questions h2, .guide .content.checklist .learn-baby-grand .header h2, .learn-baby-grand .guide .content.checklist .header h2, .guide .content.checklist .learn-steinway-upright .questions h2, .learn-steinway-upright .guide .content.checklist .questions h2, .guide .content.checklist .keyword-page .questions h2, .keyword-page .guide .content.checklist .questions h2 {
    padding-right: 220px; }
  .guide .content.checklist .clearfix img, .guide .content.checklist header img, .guide .content.checklist header .logo-wrap img, header .guide .content.checklist .logo-wrap img, .guide .content.checklist footer img, .guide .content.checklist .container img, .guide .content.checklist .row img, .guide .content.checklist .promotions img, .guide .content.checklist .details .tailor-details .intro img, .details .tailor-details .guide .content.checklist .intro img, .guide .content.checklist .details footer img, .details .guide .content.checklist footer img, .guide .content.checklist .tabs-wrapper img, .guide .content.checklist .buy-filter-wrap img, .guide .content.checklist .buy-filter img, .guide .content.checklist .filter-option-set img, .guide .content.checklist .option-sub-set img, .guide .content.checklist .piano-group-results img, .guide .content.checklist .steinway .tailored img, .steinway .guide .content.checklist .tailored img, .guide .content.checklist .steinway .genuine-parts img, .steinway .guide .content.checklist .genuine-parts img, .guide .content.checklist .steinway .sum img, .steinway .guide .content.checklist .sum img, .guide .content.checklist .steinway .soundboard img, .steinway .guide .content.checklist .soundboard img, .guide .content.checklist .steinway .decades .content img, .steinway .decades .guide .content.checklist .content img, .guide .content.checklist .soundboard .header img, .soundboard .guide .content.checklist .header img, .soundboard .header .guide .content.checklist .columns img, .guide .content.checklist .soundboard .skill .banner img, .soundboard .skill .guide .content.checklist .banner img, .guide .content.checklist .soundboard .detail img, .soundboard .guide .content.checklist .detail img, .guide .content.checklist .soundboard .warranty img, .soundboard .guide .content.checklist .warranty img, .guide .content.checklist .about .profiles img, .about .guide .content.checklist .profiles img, .about .profiles .guide .content.checklist .featured img, .guide .content.checklist .about .history img, .about .guide .content.checklist .history img, .guide .content.checklist .section.grid img, .guide .content.checklist .single .wrapper img, .single .guide .content.checklist .wrapper img, .guide .content.checklist .service .map img, .service .guide .content.checklist .map img, .guide .content.checklist .service .videos img, .service .guide .content.checklist .videos img, .guide .content.checklist .service .travels img, .service .guide .content.checklist .travels img, .guide .content.checklist .service .questions img, .service .guide .content.checklist .questions img, .guide .content.checklist .faq .question img, .faq .guide .content.checklist .question img, .faq .question .guide .content.checklist .header img, .container.trust .guide .content.checklist .header img, .guide .content.checklist .blog img, .guide .content.checklist .library-single img, .blog .post-wrapper .guide .content.checklist .post-author img, .blog .brand-wrapper .guide .content.checklist .post-author img, .library-single .post-wrapper .guide .content.checklist .post-author img, .library-single .brand-wrapper .guide .content.checklist .post-author img, .guide .content.checklist .movers .header img, .movers .guide .content.checklist .header img, .guide .content.checklist .learn-grand-piano .questions img, .learn-grand-piano .guide .content.checklist .questions img, .guide .content.checklist .learn-concert-grand .header img, .learn-concert-grand .guide .content.checklist .header img, .guide .content.checklist .learn-concert-grand .questions img, .learn-concert-grand .guide .content.checklist .questions img, .guide .content.checklist .learn-baby-grand .header img, .learn-baby-grand .guide .content.checklist .header img, .guide .content.checklist .learn-steinway-upright .questions img, .learn-steinway-upright .guide .content.checklist .questions img, .guide .content.checklist .keyword-page .questions img, .keyword-page .guide .content.checklist .questions img {
    margin-bottom: -23px;
    position: relative;
    top: -23px; }
    @media screen and (max-width: 800px) {
      .guide .content.checklist .clearfix img, .guide .content.checklist header img, .guide .content.checklist header .logo-wrap img, header .guide .content.checklist .logo-wrap img, .guide .content.checklist footer img, .guide .content.checklist .container img, .guide .content.checklist .row img, .guide .content.checklist .promotions img, .guide .content.checklist .details .tailor-details .intro img, .details .tailor-details .guide .content.checklist .intro img, .guide .content.checklist .details footer img, .details .guide .content.checklist footer img, .guide .content.checklist .tabs-wrapper img, .guide .content.checklist .buy-filter-wrap img, .guide .content.checklist .buy-filter img, .guide .content.checklist .filter-option-set img, .guide .content.checklist .option-sub-set img, .guide .content.checklist .piano-group-results img, .guide .content.checklist .steinway .tailored img, .steinway .guide .content.checklist .tailored img, .guide .content.checklist .steinway .genuine-parts img, .steinway .guide .content.checklist .genuine-parts img, .guide .content.checklist .steinway .sum img, .steinway .guide .content.checklist .sum img, .guide .content.checklist .steinway .soundboard img, .steinway .guide .content.checklist .soundboard img, .guide .content.checklist .steinway .decades .content img, .steinway .decades .guide .content.checklist .content img, .guide .content.checklist .soundboard .header img, .soundboard .guide .content.checklist .header img, .soundboard .header .guide .content.checklist .columns img, .guide .content.checklist .soundboard .skill .banner img, .soundboard .skill .guide .content.checklist .banner img, .guide .content.checklist .soundboard .detail img, .soundboard .guide .content.checklist .detail img, .guide .content.checklist .soundboard .warranty img, .soundboard .guide .content.checklist .warranty img, .guide .content.checklist .about .profiles img, .about .guide .content.checklist .profiles img, .about .profiles .guide .content.checklist .featured img, .guide .content.checklist .about .history img, .about .guide .content.checklist .history img, .guide .content.checklist .section.grid img, .guide .content.checklist .single .wrapper img, .single .guide .content.checklist .wrapper img, .guide .content.checklist .service .map img, .service .guide .content.checklist .map img, .guide .content.checklist .service .videos img, .service .guide .content.checklist .videos img, .guide .content.checklist .service .travels img, .service .guide .content.checklist .travels img, .guide .content.checklist .service .questions img, .service .guide .content.checklist .questions img, .guide .content.checklist .faq .question img, .faq .guide .content.checklist .question img, .faq .question .guide .content.checklist .header img, .container.trust .guide .content.checklist .header img, .guide .content.checklist .blog img, .guide .content.checklist .library-single img, .blog .post-wrapper .guide .content.checklist .post-author img, .blog .brand-wrapper .guide .content.checklist .post-author img, .library-single .post-wrapper .guide .content.checklist .post-author img, .library-single .brand-wrapper .guide .content.checklist .post-author img, .guide .content.checklist .movers .header img, .movers .guide .content.checklist .header img, .guide .content.checklist .learn-grand-piano .questions img, .learn-grand-piano .guide .content.checklist .questions img, .guide .content.checklist .learn-concert-grand .header img, .learn-concert-grand .guide .content.checklist .header img, .guide .content.checklist .learn-concert-grand .questions img, .learn-concert-grand .guide .content.checklist .questions img, .guide .content.checklist .learn-baby-grand .header img, .learn-baby-grand .guide .content.checklist .header img, .guide .content.checklist .learn-steinway-upright .questions img, .learn-steinway-upright .guide .content.checklist .questions img, .guide .content.checklist .keyword-page .questions img, .keyword-page .guide .content.checklist .questions img {
        width: 130px; } }
  .guide .content.types .clearfix, .guide .content.types header, .guide .content.types header .logo-wrap, header .guide .content.types .logo-wrap, .guide .content.types footer, .guide .content.types .container, .guide .content.types .row, .guide .content.types .promotions, .guide .content.types .details .tailor-details .intro, .details .tailor-details .guide .content.types .intro, .guide .content.types .details footer, .details .guide .content.types footer, .guide .content.types .tabs-wrapper, .guide .content.types .buy-filter-wrap, .guide .content.types .buy-filter, .guide .content.types .filter-option-set, .guide .content.types .option-sub-set, .guide .content.types .piano-group-results, .guide .content.types .steinway .tailored, .steinway .guide .content.types .tailored, .guide .content.types .steinway .genuine-parts, .steinway .guide .content.types .genuine-parts, .guide .content.types .steinway .sum, .steinway .guide .content.types .sum, .guide .content.types .steinway .soundboard, .steinway .guide .content.types .soundboard, .guide .content.types .steinway .decades .content, .steinway .decades .guide .content.types .content, .guide .content.types .soundboard .header, .soundboard .guide .content.types .header, .guide .content.types .soundboard .header .columns, .soundboard .header .guide .content.types .columns, .guide .content.types .soundboard .skill .banner, .soundboard .skill .guide .content.types .banner, .guide .content.types .soundboard .detail, .soundboard .guide .content.types .detail, .guide .content.types .soundboard .warranty, .soundboard .guide .content.types .warranty, .guide .content.types .about .profiles, .about .guide .content.types .profiles, .guide .content.types .about .profiles .featured, .about .profiles .guide .content.types .featured, .guide .content.types .about .history, .about .guide .content.types .history, .guide .content.types .section.grid, .guide .content.types .single .wrapper, .single .guide .content.types .wrapper, .guide .content.types .service .map, .service .guide .content.types .map, .guide .content.types .service .videos, .service .guide .content.types .videos, .guide .content.types .service .travels, .service .guide .content.types .travels, .guide .content.types .service .questions, .service .guide .content.types .questions, .guide .content.types .faq .question, .faq .guide .content.types .question, .guide .content.types .faq .question .header, .faq .question .guide .content.types .header, .guide .content.types .container.trust .header, .container.trust .guide .content.types .header, .guide .content.types .blog, .guide .content.types .library-single, .guide .content.types .blog .post-wrapper .post-author, .blog .post-wrapper .guide .content.types .post-author, .guide .content.types .blog .brand-wrapper .post-author, .blog .brand-wrapper .guide .content.types .post-author, .guide .content.types .library-single .post-wrapper .post-author, .library-single .post-wrapper .guide .content.types .post-author, .guide .content.types .library-single .brand-wrapper .post-author, .library-single .brand-wrapper .guide .content.types .post-author, .guide .content.types .movers .header, .movers .guide .content.types .header, .guide .content.types .learn-grand-piano .questions, .learn-grand-piano .guide .content.types .questions, .guide .content.types .learn-concert-grand .header, .learn-concert-grand .guide .content.types .header, .guide .content.types .learn-concert-grand .questions, .learn-concert-grand .guide .content.types .questions, .guide .content.types .learn-baby-grand .header, .learn-baby-grand .guide .content.types .header, .guide .content.types .learn-steinway-upright .questions, .learn-steinway-upright .guide .content.types .questions, .guide .content.types .keyword-page .questions, .keyword-page .guide .content.types .questions {
    margin-bottom: 30px; }
  .guide .content.types h2 {
    padding-left: 151px; }
  .guide .content.types img {
    float: left;
    margin-right: 20px;
    position: relative;
    top: -20px;
    margin-bottom: -20px; }
  .guide .content.selected {
    display: block; }
  .guide .content h1 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
    font-size: 24px;
    color: #000; }
  .guide .content h2 {
    font-weight: 600;
    line-height: 1.3;
    font-size: 18px;
    color: #820013; }
  .guide .content ul {
    list-style: disc inside none;
    margin-bottom: 20px; }
    .guide .content ul li {
      line-height: 1.5; }
  .guide .content p {
    margin-bottom: 20px;
    font-size: 16px; }
  .guide .content p.question {
    position: relative;
    background: #820013;
    border-radius: 10px;
    padding: 15px 30px;
    margin-bottom: 30px;
    color: #fff; }
    .guide .content p.question:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 26px 0 0;
      border-color: #820014 transparent transparent transparent;
      position: absolute;
      bottom: -16px;
      left: 30px; }
  .guide .content div.style {
    position: relative;
    padding-left: 250px;
    min-height: 220px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 850px) {
      .guide .content div.style {
        padding-left: 170px;
        min-height: 150px; } }
    .guide .content div.style p {
      max-width: 390px; }
    .guide .content div.style img {
      position: absolute;
      left: 0;
      top: 0; }
      @media screen and (max-width: 850px) {
        .guide .content div.style img {
          width: 150px; } }
  .guide .content p.models {
    max-width: 625px; }
  .guide .content p.pros, .guide .content p.cons {
    height: 68px;
    padding-left: 80px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 68px 68px;
    line-height: 68px;
    font-weight: 600;
    font-size: 21px;
    margin: 10px 0; }
    .guide .content p.pros.pros, .guide .content p.cons.pros {
      background-image: url(../fonts/61af6c55b0b84a18841a66686691673e.woff) {
      .guide nav.guide-nav .icon-wrap {
        display: none !important; } }
  .guide nav.guide-nav ul {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
    @media screen and (min-width: 701px) {
      .guide nav.guide-nav ul {
        display: block !important; } }
    @media screen and (max-width: 700px) {
      .guide nav.guide-nav ul {
        display: none;
        border-bottom: 2px solid #ccc; } }
    .guide nav.guide-nav ul li {
      border-bottom: 1px solid #e5e5e5;
      width: 100%; }
      .guide nav.guide-nav ul li:last-of-type {
        border: 0; }
      .guide nav.guide-nav ul li a {
        display: block;
        line-height: 1.3;
        font-size: 21px;
        color: #000;
        padding: 18px 40px; }
        @media screen and (max-width: 700px) {
          .guide nav.guide-nav ul li a {
            padding: 10px 20px;
            font-size: 18px; } }
        .guide nav.guide-nav ul li a.selected, .guide nav.guide-nav ul li a:hover {
          background: #f2f2f2;
          color: #820013; }

.container.trust .side, .container.trust .video-wrap {
  float: left; }
  @media screen and (max-width: 997px) {
    .container.trust .side, .container.trust .video-wrap {
      float: none;
      width: 100% !important; } }

.container.trust .side, .container.trust .video-wrap {
  width: 50%; }

.container.trust .side {
  padding-right: 20px; }

.sitemap .sitemap-links {
  padding: 20px 30px; }
  .sitemap .sitemap-links ul {
    list-style: initial;
    padding-left: 20px; }
    .sitemap .sitemap-links ul li {
      line-height: 1.4; }
      .sitemap .sitemap-links ul li a {
        color: #8c0013; }

.blog, .library-single {
  padding-top: 60px; }
  @media screen and (max-width: 500px) {
    .blog, .library-single {
      padding-top: 0; } }
  .blog .content, .library-single .content {
    width: 70%;
    float: left; }
  .blog .sidebar, .library-single .sidebar {
    width: 30%;
    float: right;
    padding-left: 30px; }
    @media screen and (max-width: 900px) {
      .blog .sidebar, .library-single .sidebar {
        border-top: 2px solid #ccc;
        padding: 30px 20px; } }
  @media screen and (max-width: 900px) {
    .blog .content, .blog .sidebar, .library-single .content, .library-single .sidebar {
      width: 100%;
      float: none; } }
  .blog footer, .library-single footer {
    clear: both; }
  .blog .post-wrapper, .blog .brand-wrapper, .library-single .post-wrapper, .library-single .brand-wrapper {
    padding: 0 20px 30px; }
    .blog .post-wrapper .post-image, .blog .brand-wrapper .post-image, .library-single .post-wrapper .post-image, .library-single .brand-wrapper .post-image {
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 20px; }
      .blog .post-wrapper .post-image img, .blog .brand-wrapper .post-image img, .library-single .post-wrapper .post-image img, .library-single .brand-wrapper .post-image img {
        max-width: 100%;
        width: 100%; }
    .blog .post-wrapper h1, .blog .post-wrapper h2, .blog .post-wrapper h3, .blog .post-wrapper h4, .blog .post-wrapper h5, .blog .brand-wrapper h1, .blog .brand-wrapper h2, .blog .brand-wrapper h3, .blog .brand-wrapper h4, .blog .brand-wrapper h5, .library-single .post-wrapper h1, .library-single .post-wrapper h2, .library-single .post-wrapper h3, .library-single .post-wrapper h4, .library-single .post-wrapper h5, .library-single .brand-wrapper h1, .library-single .brand-wrapper h2, .library-single .brand-wrapper h3, .library-single .brand-wrapper h4, .library-single .brand-wrapper h5 {
      margin: 0;
      margin-top: 1.1em; }
      .blog .post-wrapper h1:first-child, .blog .post-wrapper h2:first-child, .blog .post-wrapper h3:first-child, .blog .post-wrapper h4:first-child, .blog .post-wrapper h5:first-child, .blog .brand-wrapper h1:first-child, .blog .brand-wrapper h2:first-child, .blog .brand-wrapper h3:first-child, .blog .brand-wrapper h4:first-child, .blog .brand-wrapper h5:first-child, .library-single .post-wrapper h1:first-child, .library-single .post-wrapper h2:first-child, .library-single .post-wrapper h3:first-child, .library-single .post-wrapper h4:first-child, .library-single .post-wrapper h5:first-child, .library-single .brand-wrapper h1:first-child, .library-single .brand-wrapper h2:first-child, .library-single .brand-wrapper h3:first-child, .library-single .brand-wrapper h4:first-child, .library-single .brand-wrapper h5:first-child {
        margin-top: 0; }
    .blog .post-wrapper h1, .blog .brand-wrapper h1, .library-single .post-wrapper h1, .library-single .brand-wrapper h1 {
      line-height: 1.5em;
      font-weight: 600;
      font-size: 32px;
      color: #8c0013; }
    .blog .post-wrapper h2, .blog .post-wrapper h3, .blog .post-wrapper h4, .blog .post-wrapper h5, .blog .brand-wrapper h2, .blog .brand-wrapper h3, .blog .brand-wrapper h4, .blog .brand-wrapper h5, .library-single .post-wrapper h2, .library-single .post-wrapper h3, .library-single .post-wrapper h4, .library-single .post-wrapper h5, .library-single .brand-wrapper h2, .library-single .brand-wrapper h3, .library-single .brand-wrapper h4, .library-single .brand-wrapper h5 {
      font-family: 'Arial', sans-serif;
      line-height: 1.2em;
      text-align: left;
      font-weight: 600;
      color: #000; }
    .blog .post-wrapper h2, .blog .brand-wrapper h2, .library-single .post-wrapper h2, .library-single .brand-wrapper h2 {
      font-size: 21px; }
    .blog .post-wrapper h3, .blog .brand-wrapper h3, .library-single .post-wrapper h3, .library-single .brand-wrapper h3 {
      font-size: 19px; }
    .blog .post-wrapper h4, .blog .brand-wrapper h4, .library-single .post-wrapper h4, .library-single .brand-wrapper h4 {
      font-size: 17px; }
    .blog .post-wrapper p, .blog .brand-wrapper p, .library-single .post-wrapper p, .library-single .brand-wrapper p {
      margin-bottom: 10px; }
    .blog .post-wrapper .post-content img, .blog .brand-wrapper .post-content img, .library-single .post-wrapper .post-content img, .library-single .brand-wrapper .post-content img {
      margin: 10px; }
    .blog .post-wrapper ul, .blog .post-wrapper ol, .blog .brand-wrapper ul, .blog .brand-wrapper ol, .library-single .post-wrapper ul, .library-single .post-wrapper ol, .library-single .brand-wrapper ul, .library-single .brand-wrapper ol {
      margin-bottom: 20px;
      margin-left: 3px; }
      .blog .post-wrapper ul li, .blog .post-wrapper ol li, .blog .brand-wrapper ul li, .blog .brand-wrapper ol li, .library-single .post-wrapper ul li, .library-single .post-wrapper ol li, .library-single .brand-wrapper ul li, .library-single .brand-wrapper ol li {
        line-height: 1.2; }
    .blog .post-wrapper ul li::before, .blog .brand-wrapper ul li::before, .library-single .post-wrapper ul li::before, .library-single .brand-wrapper ul li::before {
      content: "• ";
      color: #8c0013;
      font-size: 1.5em;
      line-height: 0.75em;
      position: relative;
      top: 2px; }
    .blog .post-wrapper ol, .blog .brand-wrapper ol, .library-single .post-wrapper ol, .library-single .brand-wrapper ol {
      counter-reset: item; }
      .blog .post-wrapper ol li, .blog .brand-wrapper ol li, .library-single .post-wrapper ol li, .library-single .brand-wrapper ol li {
        display: block; }
        .blog .post-wrapper ol li:before, .blog .brand-wrapper ol li:before, .library-single .post-wrapper ol li:before, .library-single .brand-wrapper ol li:before {
          content: counter(item) ". ";
          counter-increment: item;
          color: #8c0013; }
    .blog .post-wrapper blockquote, .blog .brand-wrapper blockquote, .library-single .post-wrapper blockquote, .library-single .brand-wrapper blockquote {
      text-transform: uppercase;
      line-height: 1.5;
      padding: 34px 100px;
      position: relative;
      text-align: center;
      font-weight: 600;
      font-size: 21px;
      margin: 20px 0;
      color: #8c0013; }
      @media screen and (max-width: 800px) {
        .blog .post-wrapper blockquote, .blog .brand-wrapper blockquote, .library-single .post-wrapper blockquote, .library-single .brand-wrapper blockquote {
          padding: 30px 60px;
          font-size: 18px; } }
      @media screen and (max-width: 500px) {
        .blog .post-wrapper blockquote, .blog .brand-wrapper blockquote, .library-single .post-wrapper blockquote, .library-single .brand-wrapper blockquote {
          padding: 20px 25px;
          font-size: 16px; } }
      .blog .post-wrapper blockquote:before, .blog .post-wrapper blockquote:after, .blog .brand-wrapper blockquote:before, .blog .brand-wrapper blockquote:after, .library-single .post-wrapper blockquote:before, .library-single .post-wrapper blockquote:after, .library-single .brand-wrapper blockquote:before, .library-single .brand-wrapper blockquote:after {
        content: '';
        display: block;
        position: absolute;
        width: 90px;
        height: 90px;
        background-image: url("../fonts/173e7cc55c3442e88c7812f38765d91b.woff");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto; }
        @media screen and (max-width: 800px) {
          .blog .post-wrapper blockquote:before, .blog .post-wrapper blockquote:after, .blog .brand-wrapper blockquote:before, .blog .brand-wrapper blockquote:after, .library-single .post-wrapper blockquote:before, .library-single .post-wrapper blockquote:after, .library-single .brand-wrapper blockquote:before, .library-single .brand-wrapper blockquote:after {
            width: 60px;
            height: 60px; } }
        @media screen and (max-width: 500px) {
          .blog .post-wrapper blockquote:before, .blog .post-wrapper blockquote:after, .blog .brand-wrapper blockquote:before, .blog .brand-wrapper blockquote:after, .library-single .post-wrapper blockquote:before, .library-single .post-wrapper blockquote:after, .library-single .brand-wrapper blockquote:before, .library-single .brand-wrapper blockquote:after {
            width: 40px;
            height: 40px; } }
      .blog .post-wrapper blockquote:before, .blog .brand-wrapper blockquote:before, .library-single .post-wrapper blockquote:before, .library-single .brand-wrapper blockquote:before {
        left: 0;
        top: 0; }
        @media screen and (max-width: 500px) {
          .blog .post-wrapper blockquote:before, .blog .brand-wrapper blockquote:before, .library-single .post-wrapper blockquote:before, .library-single .brand-wrapper blockquote:before {
            left: -20px; } }
      .blog .post-wrapper blockquote:after, .blog .brand-wrapper blockquote:after, .library-single .post-wrapper blockquote:after, .library-single .brand-wrapper blockquote:after {
        transform: rotate(180deg);
        right: 0;
        bottom: 0; }
        @media screen and (max-width: 500px) {
          .blog .post-wrapper blockquote:after, .blog .brand-wrapper blockquote:after, .library-single .post-wrapper blockquote:after, .library-single .brand-wrapper blockquote:after {
            right: -20px; } }
    .blog .post-wrapper .post-header, .blog .brand-wrapper .post-header, .library-single .post-wrapper .post-header, .library-single .brand-wrapper .post-header {
      margin-bottom: 20px; }
      .blog .post-wrapper .post-header h1, .blog .post-wrapper .post-header h2, .blog .brand-wrapper .post-header h1, .blog .brand-wrapper .post-header h2, .library-single .post-wrapper .post-header h1, .library-single .post-wrapper .post-header h2, .library-single .brand-wrapper .post-header h1, .library-single .brand-wrapper .post-header h2 {
        font-family: 'Georgia', serif;
        line-height: 1.5;
        margin-bottom: 0;
        font-size: 32px;
        color: #8c0013; }
        @media screen and (max-width: 500px) {
          .blog .post-wrapper .post-header h1, .blog .post-wrapper .post-header h2, .blog .brand-wrapper .post-header h1, .blog .brand-wrapper .post-header h2, .library-single .post-wrapper .post-header h1, .library-single .post-wrapper .post-header h2, .library-single .brand-wrapper .post-header h1, .library-single .brand-wrapper .post-header h2 {
            font-size: 21px; } }
        .blog .post-wrapper .post-header h1 + p.subtitle, .blog .post-wrapper .post-header h2 + p.subtitle, .blog .brand-wrapper .post-header h1 + p.subtitle, .blog .brand-wrapper .post-header h2 + p.subtitle, .library-single .post-wrapper .post-header h1 + p.subtitle, .library-single .post-wrapper .post-header h2 + p.subtitle, .library-single .brand-wrapper .post-header h1 + p.subtitle, .library-single .brand-wrapper .post-header h2 + p.subtitle {
          font-size: 21px; }
          @media screen and (max-width: 500px) {
            .blog .post-wrapper .post-header h1 + p.subtitle, .blog .post-wrapper .post-header h2 + p.subtitle, .blog .brand-wrapper .post-header h1 + p.subtitle, .blog .brand-wrapper .post-header h2 + p.subtitle, .library-single .post-wrapper .post-header h1 + p.subtitle, .library-single .post-wrapper .post-header h2 + p.subtitle, .library-single .brand-wrapper .post-header h1 + p.subtitle, .library-single .brand-wrapper .post-header h2 + p.subtitle {
              font-size: 18px; } }
      .blog .post-wrapper .post-header p.author, .blog .post-wrapper .post-header p.dates, .blog .brand-wrapper .post-header p.author, .blog .brand-wrapper .post-header p.dates, .library-single .post-wrapper .post-header p.author, .library-single .post-wrapper .post-header p.dates, .library-single .brand-wrapper .post-header p.author, .library-single .brand-wrapper .post-header p.dates {
        color: #5b5b5b;
        margin: 0; }
      .blog .post-wrapper .post-header p.author, .blog .brand-wrapper .post-header p.author, .library-single .post-wrapper .post-header p.author, .library-single .brand-wrapper .post-header p.author {
        font-size: 14px; }
      .blog .post-wrapper .post-header p.dates, .blog .brand-wrapper .post-header p.dates, .library-single .post-wrapper .post-header p.dates, .library-single .brand-wrapper .post-header p.dates {
        font-size: 11px; }
    .blog .post-wrapper .post-categories, .blog .brand-wrapper .post-categories, .library-single .post-wrapper .post-categories, .library-single .brand-wrapper .post-categories {
      list-style: none;
      margin: 20px 0;
      padding: 0; }
      .blog .post-wrapper .post-categories li, .blog .brand-wrapper .post-categories li, .library-single .post-wrapper .post-categories li, .library-single .brand-wrapper .post-categories li {
        text-transform: uppercase;
        display: inline-block;
        background: #afafaf;
        line-height: 1.5em;
        border-radius: 5px;
        padding: 3px 16px;
        font-weight: 600;
        font-size: 13px;
        color: #fff; }
        .blog .post-wrapper .post-categories li:hover, .blog .brand-wrapper .post-categories li:hover, .library-single .post-wrapper .post-categories li:hover, .library-single .brand-wrapper .post-categories li:hover {
          background: #8c0013; }
        .blog .post-wrapper .post-categories li a:hover, .blog .brand-wrapper .post-categories li a:hover, .library-single .post-wrapper .post-categories li a:hover, .library-single .brand-wrapper .post-categories li a:hover {
          color: #fff; }
      .blog .post-wrapper .post-categories li:before, .blog .brand-wrapper .post-categories li:before, .library-single .post-wrapper .post-categories li:before, .library-single .brand-wrapper .post-categories li:before {
        content: ''; }
    .blog .post-wrapper .post-author, .blog .brand-wrapper .post-author, .library-single .post-wrapper .post-author, .library-single .brand-wrapper .post-author {
      background: #efefef;
      padding: 20px; }
      .blog .post-wrapper .post-author .post-author-image, .blog .brand-wrapper .post-author .post-author-image, .library-single .post-wrapper .post-author .post-author-image, .library-single .brand-wrapper .post-author .post-author-image {
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        margin-right: 20px;
        float: left; }
        .blog .post-wrapper .post-author .post-author-image img, .blog .brand-wrapper .post-author .post-author-image img, .library-single .post-wrapper .post-author .post-author-image img, .library-single .brand-wrapper .post-author .post-author-image img {
          display: block; }
        .blog .post-wrapper .post-author .post-author-image + h2, .blog .brand-wrapper .post-author .post-author-image + h2, .library-single .post-wrapper .post-author .post-author-image + h2, .library-single .brand-wrapper .post-author .post-author-image + h2 {
          margin-top: 0; }
      .blog .post-wrapper .post-author *:last-child, .blog .brand-wrapper .post-author *:last-child, .library-single .post-wrapper .post-author *:last-child, .library-single .brand-wrapper .post-author *:last-child {
        margin-bottom: 0; }
  .blog .post-comments, .library-single .post-comments {
    clear: both;
    padding: 30px 20px;
    background: #fff;
    margin: 20px; }

.blog .sidebar .widget, .library-single .sidebar .widget {
  margin-top: 30px; }
  .blog .sidebar .widget:first-of-type, .library-single .sidebar .widget:first-of-type {
    margin-top: 0; }
  .blog .sidebar .widget input:not([type="submit"]), .library-single .sidebar .widget input:not([type="submit"]) {
    border: 1px solid #afafaf;
    font-size: 13px;
    color: #afafaf;
    width: 100%; }
  .blog .sidebar .widget .button-blue, .blog .sidebar .widget .button-white, .blog .sidebar .widget .button-white-bordered, .blog .sidebar .widget .button-gray-bordered, .library-single .sidebar .widget .button-blue, .library-single .sidebar .widget .button-white, .library-single .sidebar .widget .button-white-bordered, .library-single .sidebar .widget .button-gray-bordered {
    font-size: 13px;
    padding: 10px 30px; }
  .blog .sidebar .widget h3, .library-single .sidebar .widget h3 {
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #707070; }
  .blog .sidebar .widget h4, .library-single .sidebar .widget h4 {
    font-family: 'Georgia', serif;
    font-weight: 600;
    font-size: 18px;
    color: #8c0013;
    line-height: 1.5; }
  .blog .sidebar .widget p, .library-single .sidebar .widget p {
    line-height: 1.5;
    font-size: 13px;
    color: #000; }
  .blog .sidebar .widget ul, .library-single .sidebar .widget ul {
    line-height: 1.5; }

.blog .blog-pagination ul {
  list-style: none; }
  .blog .blog-pagination ul li {
    border: 1px solid #ccc;
    border-right-width: 0;
    padding: 6px 12px;
    float: left; }
    .blog .blog-pagination ul li:first-of-type {
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px; }
    .blog .blog-pagination ul li:last-of-type {
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
      border-right-width: 1px; }
    .blog .blog-pagination ul li a.selected {
      color: #8c0013; }
    .blog .blog-pagination ul li a.disabled {
      color: #ccc;
      cursor: not-allowed; }

.newsletter-form input:not([type="submit"]) {
  border: 1px solid #afafaf;
  font-size: 13px;
  color: #afafaf;
  width: 100%; }

.newsletter-form .button-blue, .newsletter-form .button-white, .newsletter-form .button-white-bordered, .newsletter-form .button-gray-bordered {
  font-size: 13px;
  padding: 10px 30px; }

.library > .header {
  padding: 50px 30px 0; }

.library .row {
  padding: 30px; }

.library .library-navigation {
  margin: 0 -5px 40px; }
  .library .library-navigation ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .library .library-navigation ul li {
      margin: 0 3px;
      font-size: 14px; }
      .library .library-navigation ul li:first-child {
        margin-right: 0; }
      .library .library-navigation ul li a {
        color: #8c0013; }

.library .header h2 {
  font-family: 'Georgia', serif;
  margin: 30px 0 10px;
  font-weight: 800;
  font-size: 21px;
  color: #8c0013; }

.library .content h2, .library .content h3 {
  font-family: 'Georgia', serif;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 24px;
  color: #8c0013; }

.library .content h2 {
  text-transform: uppercase;
  color: #000; }

.library .content .brand-list-wrapper {
  max-width: 1100px;
  margin: 0 auto; }

.library .content .brand-list {
  margin: 0 -5px 30px;
  column-width: 200px; }
  .library .content .brand-list li {
    width: 200px;
    max-width: 100%;
    margin: 0 5px 5px;
    display: inline-block;
    line-height: 1.4; }

.library .letters-navigation {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  .library .letters-navigation li {
    margin: 0 5px; }

.movers .row a {
  color: #8c0013;
  border: 0; }

.movers .header {
  margin-right: -20px; }
  .movers .header .truck-house {
    margin-bottom: -50px;
    position: relative;
    top: -50px; }
    @media screen and (max-width: 1000px) {
      .movers .header .truck-house {
        margin-bottom: auto;
        top: auto; } }
  .movers .header h1 + p {
    color: #8c0013;
    font-size: 21px; }

.movers .col {
  width: 50%;
  float: left; }
  @media screen and (max-width: 1000px) {
    .movers .col {
      width: 100%;
      float: none; } }
  .movers .col:first-child {
    padding-right: 10px; }
  .movers .col:last-child {
    padding-left: 10px; }
    @media screen and (max-width: 1000px) {
      .movers .col:last-child {
        padding-left: 0; } }

.movers .tabbed .row {
  padding: 0 30px;
  margin-top: 50px; }

.movers .tabbed h2 {
  font-family: 'Georgia', serif;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  color: #8c0013; }

.movers .covered {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap; }
  .movers .covered .piano-umbrella {
    transform: translateX(-10%) translateY(-30%);
    max-width: none;
    width: 110%;
    margin-bottom: -170px; }
    @media screen and (max-width: 800px) {
      .movers .covered .piano-umbrella {
        max-width: 80%;
        width: 100%;
        transform: none;
        display: block;
        margin: 0 auto; } }
  .movers .covered > .col {
    float: left; }
    @media screen and (max-width: 800px) {
      .movers .covered > .col {
        float: none !important;
        width: 100% !important; } }
    .movers .covered > .col:first-child {
      width: 70%;
      padding-left: 30px;
      order: 2; }
      @media screen and (max-width: 800px) {
        .movers .covered > .col:first-child {
          order: 1; } }
    .movers .covered > .col:last-child {
      width: 30%;
      order: 1; }
      @media screen and (max-width: 800px) {
        .movers .covered > .col:last-child {
          order: 2; } }
    .movers .covered > .col .row {
      margin: 0;
      margin-left: -15px;
      margin-right: -15px;
      padding: 0; }
      .movers .covered > .col .row .col {
        padding: 0 15px; }

.movers .storage-features {
  display: flex;
  text-align: center;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto; }
  .movers .storage-features .storage-feature {
    padding: 10px; }
    .movers .storage-features .storage-feature img {
      width: 80px; }
    .movers .storage-features .storage-feature p {
      margin-top: 10px;
      font-size: 18px;
      line-height: 1.2; }

.movers .moving-footer {
  margin-top: 50px; }
  .movers .moving-footer .content {
    padding-right: 50px; }
    @media screen and (max-width: 1000px) {
      .movers .moving-footer .content {
        padding: 20px;
        text-align: center; }
        .movers .moving-footer .content .reviews {
          text-align: center; } }
    .movers .moving-footer .content p {
      font-size: 21px;
      color: #8c0013;
      margin-bottom: 20px; }
    .movers .moving-footer .content a {
      color: #0086c4; }
      .movers .moving-footer .content a span {
        line-height: 1; }
  .movers .moving-footer .form-area {
    padding-left: 50px; }
    @media screen and (max-width: 1000px) {
      .movers .moving-footer .form-area {
        padding-left: 0; } }
  .movers .moving-footer > .row {
    padding-top: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .movers .moving-footer .col:first-child {
    width: 30%; }
  .movers .moving-footer .col:last-child {
    width: 70%; }
  @media screen and (max-width: 1000px) {
    .movers .moving-footer .col {
      width: 100% !important;
      float: none !important; } }
  .movers .moving-footer .call-us {
    font-size: 24px; }
  .movers .moving-footer .reviews {
    text-align: left;
    margin-left: -15px;
    margin-top: 0; }

.learn-grand-piano .header {
  padding-right: 50% !important; }
  @media screen and (max-width: 1000px) {
    .learn-grand-piano .header {
      padding-right: 10px !important; } }
  .learn-grand-piano .header img {
    position: absolute;
    max-height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    z-index: 0; }
    @media screen and (max-width: 1000px) {
      .learn-grand-piano .header img {
        position: relative;
        display: block;
        margin: 0 auto;
        width: auto; } }

.learn-grand-piano .models-wrap {
  text-align: center;
  margin: 20px 0;
  padding: 15px; }

.learn-grand-piano .popular .styles {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .learn-grand-piano .popular .styles .col {
    text-align: center;
    width: 33.3333%;
    padding: 20px; }
    @media screen and (max-width: 900px) {
      .learn-grand-piano .popular .styles .col {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .learn-grand-piano .popular .styles .col {
        width: 100%; } }
    .learn-grand-piano .popular .styles .col img {
      margin-bottom: 30px; }
    .learn-grand-piano .popular .styles .col h3 {
      font-weight: 400;
      font-size: 18px; }
    .learn-grand-piano .popular .styles .col p {
      max-width: 350px;
      margin: 10px auto;
      font-size: 15px; }

.learn-grand-piano .vs-wrap {
  text-align: center;
  margin: 20px 0;
  padding: 15px; }
  .learn-grand-piano .vs-wrap p {
    margin: 10px auto;
    max-width: 100%;
    width: 775px; }

.learn-grand-piano .vs-wrap-two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px; }
  .learn-grand-piano .vs-wrap-two .col {
    width: 50%;
    text-align: center; }
    @media screen and (max-width: 900px) {
      .learn-grand-piano .vs-wrap-two .col {
        width: 100%; } }
    .learn-grand-piano .vs-wrap-two .col .logo {
      margin-bottom: 30px; }
    .learn-grand-piano .vs-wrap-two .col p {
      font-size: 15px;
      max-width: 100%;
      margin: 0 auto 20px;
      width: 520px; }
    .learn-grand-piano .vs-wrap-two .col p.blue {
      font-weight: 600;
      color: #0086c4; }

.learn-grand-piano .divider {
  position: relative;
  margin: 60px 0; }
  .learn-grand-piano .divider .vs-icon {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -67px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    background: #82000a;
    border-radius: 50%;
    justify-content: center;
    z-index: 100; }
    .learn-grand-piano .divider .vs-icon p {
      font-family: 'Georgia', serif;
      text-align: center;
      font-size: 25px;
      font-weight: 600;
      color: #fff;
      margin: 0; }

.learn-grand-piano .customers-wrap {
  margin: 30px 0;
  padding: 15px; }
  .learn-grand-piano .customers-wrap > p {
    text-align: center;
    max-width: 100%;
    margin: 20px auto;
    width: 930px; }
  .learn-grand-piano .customers-wrap .quotes {
    position: relative; }
  .learn-grand-piano .customers-wrap p.view-more {
    position: absolute;
    text-align: right;
    bottom: -5px;
    right: 10px; }
    @media screen and (max-width: 630px) {
      .learn-grand-piano .customers-wrap p.view-more {
        bottom: -15px; } }
    .learn-grand-piano .customers-wrap p.view-more a {
      border-color: #82000a;
      color: #82000a; }

.learn-grand-piano .questions {
  padding: 20px 0; }
  .learn-grand-piano .questions .faq, .learn-grand-piano .questions .contact {
    text-align: left;
    padding: 20px 0;
    float: left;
    width: 50%; }
    @media screen and (max-width: 1059px) {
      .learn-grand-piano .questions .faq, .learn-grand-piano .questions .contact {
        width: 100%;
        text-align: center; } }
  .learn-grand-piano .questions a.btn {
    padding: 10px 30px;
    background-color: #ededed;
    display: inline-block;
    border-radius: 5px;
    color: #0086c4;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  .learn-grand-piano .questions a.btn:hover {
    background-color: #0086c4;
    color: #fff; }
  .learn-grand-piano .questions .faq {
    text-align: center; }
    .learn-grand-piano .questions .faq a {
      margin-left: 10px; }

.learn-concert-grand .header {
  z-index: 1; }
  .learn-concert-grand .header .col {
    width: 50%;
    float: left; }
    @media screen and (max-width: 850px) {
      .learn-concert-grand .header .col {
        float: none;
        width: auto; } }
  .learn-concert-grand .header p {
    font-size: 15px; }
  .learn-concert-grand .header img {
    margin-top: -60px;
    margin-bottom: -60px; }
    @media screen and (max-width: 850px) {
      .learn-concert-grand .header img {
        margin-top: 0;
        margin-bottom: 0; } }
  .learn-concert-grand .header + .tabbed {
    background-image: url(../images/tab-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 550px) {
      .learn-concert-grand .header + .tabbed {
        background-size: 125% 47px;
        padding-top: 0; } }

.learn-concert-grand .definition .definition-wrap {
  padding: 30px 30px 0; }
  .learn-concert-grand .definition .definition-wrap .cols {
    display: flex; }
    @media screen and (max-width: 800px) {
      .learn-concert-grand .definition .definition-wrap .cols {
        display: block; } }
    .learn-concert-grand .definition .definition-wrap .cols .col {
      width: 50%; }
      @media screen and (max-width: 800px) {
        .learn-concert-grand .definition .definition-wrap .cols .col {
          width: 100% !important;
          text-align: center; } }
      .learn-concert-grand .definition .definition-wrap .cols .col:first-of-type {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 45%; }
      .learn-concert-grand .definition .definition-wrap .cols .col:last-of-type {
        width: 55%; }
      .learn-concert-grand .definition .definition-wrap .cols .col * {
        position: relative;
        z-index: 2; }
      .learn-concert-grand .definition .definition-wrap .cols .col img {
        position: relative;
        left: -50px;
        z-index: 1; }
        @media screen and (max-width: 800px) {
          .learn-concert-grand .definition .definition-wrap .cols .col img {
            left: auto; } }
    .learn-concert-grand .definition .definition-wrap .cols dl {
      text-align: right; }
      @media screen and (max-width: 800px) {
        .learn-concert-grand .definition .definition-wrap .cols dl {
          text-align: center; } }
      .learn-concert-grand .definition .definition-wrap .cols dl dt {
        font-size: 15px;
        line-height: 1.5; }
      .learn-concert-grand .definition .definition-wrap .cols dl dd {
        font-size: 23px;
        margin-bottom: 36px; }

.learn-concert-grand .compare-photo {
  margin-bottom: -56px; }
  @media screen and (max-width: 550px) {
    .learn-concert-grand .compare-photo {
      margin-bottom: 0px; } }
  .learn-concert-grand .compare-photo + .compare.tabbed {
    background: none;
    padding-top: 0; }
    @media screen and (max-width: 550px) {
      .learn-concert-grand .compare-photo + .compare.tabbed {
        background-image: url(../images/tab-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 100px;
        padding-top: 53px; } }

.learn-concert-grand .compare.tabbed .inner {
  padding: 30px;
  width: 996px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-right: 325px;
  min-height: 260px; }
  @media screen and (max-width: 766px) {
    .learn-concert-grand .compare.tabbed .inner {
      padding-right: 30px;
      text-align: center; } }

.learn-concert-grand .compare.tabbed p {
  margin: 20px 0;
  text-align: center;
  font-size: 15px; }

.learn-concert-grand .compare.tabbed img {
  position: absolute;
  right: 0;
  top: -40px; }
  @media screen and (max-width: 999px) {
    .learn-concert-grand .compare.tabbed img {
      top: 0; } }
  @media screen and (max-width: 766px) {
    .learn-concert-grand .compare.tabbed img {
      position: relative; } }

.learn-concert-grand .considered .inner {
  padding: 30px 30px 0;
  display: flex;
  margin-bottom: -40px; }
  @media screen and (max-width: 999px) {
    .learn-concert-grand .considered .inner {
      display: block;
      padding-bottom: 30px; } }

.learn-concert-grand .considered .photo {
  width: 55%;
  margin-bottom: -50px; }
  @media screen and (max-width: 999px) {
    .learn-concert-grand .considered .photo {
      width: 100%; } }
  .learn-concert-grand .considered .photo img {
    position: relative;
    top: -50px; }
    @media screen and (max-width: 999px) {
      .learn-concert-grand .considered .photo img {
        top: auto; } }

.learn-concert-grand .considered .content {
  text-align: center;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 999px) {
    .learn-concert-grand .considered .content {
      margin: 30px 0;
      width: 100%; } }
  .learn-concert-grand .considered .content p {
    font-size: 15px; }

.learn-concert-grand .considered .blue {
  color: #0086c4;
  font-size: 15px;
  font-weight: 600; }

.learn-concert-grand .considered + .tabbed {
  background-image: url(../images/tab-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 550px) {
    .learn-concert-grand .considered + .tabbed {
      background-size: 125% 47px;
      padding-top: 0; } }

.learn-concert-grand .satisfied .inner {
  padding: 30px; }
  .learn-concert-grand .satisfied .inner > p {
    text-align: center;
    width: 875px;
    max-width: 100%;
    margin: 0 auto 20px;
    font-size: 15px; }

.learn-concert-grand .satisfied .wrap {
  display: flex; }
  @media screen and (max-width: 1250px) {
    .learn-concert-grand .satisfied .wrap {
      align-items: center; } }
  @media screen and (max-width: 999px) {
    .learn-concert-grand .satisfied .wrap {
      display: block; } }

.learn-concert-grand .satisfied .video {
  width: 800px; }
  @media screen and (max-width: 1250px) {
    .learn-concert-grand .satisfied .video {
      width: 600px; } }
  @media screen and (max-width: 999px) {
    .learn-concert-grand .satisfied .video {
      margin: 20px auto;
      max-width: 100%; } }

.learn-concert-grand .satisfied .content {
  width: calc(100% - 800px);
  padding-left: 20px; }
  @media screen and (max-width: 1250px) {
    .learn-concert-grand .satisfied .content {
      width: calc(100% - 600px); } }
  @media screen and (max-width: 999px) {
    .learn-concert-grand .satisfied .content {
      width: 100%;
      padding-left: 0; } }
  .learn-concert-grand .satisfied .content p {
    font-size: 15px; }
  .learn-concert-grand .satisfied .content h3 {
    text-align: left !important; }

.learn-concert-grand .questions {
  padding: 20px 0; }
  .learn-concert-grand .questions .faq, .learn-concert-grand .questions .contact {
    text-align: left;
    padding: 20px 0;
    float: left;
    width: 50%; }
    @media screen and (max-width: 1059px) {
      .learn-concert-grand .questions .faq, .learn-concert-grand .questions .contact {
        width: 100%;
        text-align: center; } }
  .learn-concert-grand .questions a.btn {
    padding: 10px 30px;
    background-color: #ededed;
    display: inline-block;
    border-radius: 5px;
    color: #0086c4;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  .learn-concert-grand .questions a.btn:hover {
    background-color: #0086c4;
    color: #fff; }
  .learn-concert-grand .questions .faq {
    text-align: center; }
    .learn-concert-grand .questions .faq a {
      margin-left: 10px; }

.learn-baby-grand .header {
  position: relative;
  padding-right: 650px;
  min-height: 450px;
  margin-bottom: -30px;
  z-index: 1; }
  @media screen and (max-width: 550px) {
    .learn-baby-grand .header {
      margin-bottom: 0; } }
  .learn-baby-grand .header p {
    font-size: 15px; }
  .learn-baby-grand .header img {
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 1080px) {
      .learn-baby-grand .header img {
        position: relative;
        right: auto;
        top: auto;
        margin: 0 auto;
        display: block; } }
  .learn-baby-grand .header + .tabbed {
    background-image: url(../images/tab-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 550px) {
      .learn-baby-grand .header + .tabbed {
        background-size: 125% 47px;
        padding-top: 0; } }

.learn-baby-grand .baby {
  margin-bottom: -30px; }
  @media screen and (max-width: 550px) {
    .learn-baby-grand .baby {
      margin-bottom: 0; } }
  .learn-baby-grand .baby .content {
    padding: 30px;
    padding-bottom: 0;
    display: flex; }
    @media screen and (max-width: 999px) {
      .learn-baby-grand .baby .content {
        display: block; } }
    .learn-baby-grand .baby .content p {
      text-align: center;
      font-size: 15px;
      position: relative;
      z-index: 10; }
      .learn-baby-grand .baby .content p:first-of-type {
        margin-top: 50px; }
        @media screen and (max-width: 999px) {
          .learn-baby-grand .baby .content p:first-of-type {
            margin-top: 0; } }
      .learn-baby-grand .baby .content p.blue {
        font-weight: 600;
        color: #0086c4; }
  .learn-baby-grand .baby .col-content {
    width: 40%; }
  .learn-baby-grand .baby .col-photo {
    width: 60%; }
    .learn-baby-grand .baby .col-photo img {
      position: relative;
      left: -50px;
      width: 100%;
      z-index: 0; }
      @media screen and (max-width: 999px) {
        .learn-baby-grand .baby .col-photo img {
          margin: 30px auto 0;
          display: block;
          width: 80%;
          left: auto; } }
  @media screen and (max-width: 999px) {
    .learn-baby-grand .baby .col {
      width: 100%; } }
  .learn-baby-grand .baby + .tabbed {
    background-image: url(../images/tab-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 550px) {
      .learn-baby-grand .baby + .tabbed {
        background-size: 125% 47px;
        padding-top: 0; } }

.learn-baby-grand .home .content {
  padding: 30px; }
  .learn-baby-grand .home .content p {
    text-align: center;
    font-size: 15px;
    max-width: 745px;
    margin: 0 auto 30px; }
  .learn-baby-grand .home .content img {
    margin: 0 auto;
    display: block; }

.learn-steinway-upright .header {
  position: relative;
  padding-right: 670px;
  min-height: 400px; }
  .learn-steinway-upright .header * {
    position: relative;
    z-index: 10; }
  .learn-steinway-upright .header img {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0; }
    @media screen and (max-width: 1080px) {
      .learn-steinway-upright .header img {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        margin: 0 auto; } }

.learn-steinway-upright .design .content {
  padding: 30px;
  text-align: center; }
  .learn-steinway-upright .design .content p {
    font-size: 15px; }
  .learn-steinway-upright .design .content p.intro {
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }
  .learn-steinway-upright .design .content p.blue {
    color: #0086c4;
    font-weight: 600; }

.learn-steinway-upright .passion {
  margin-bottom: -100px;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 550px) {
    .learn-steinway-upright .passion {
      margin-bottom: 20px; } }
  .learn-steinway-upright .passion + .tabbed {
    background-image: url(../images/tab-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 550px) {
      .learn-steinway-upright .passion + .tabbed {
        background-size: 125% 47px;
        padding-top: 0; } }
  .learn-steinway-upright .passion .content {
    background: url(../images/passion-bg.jpg) bottom center no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding: 30px;
    padding-bottom: 36%; }
    @media screen and (max-width: 550px) {
      .learn-steinway-upright .passion .content {
        background-size: 125% auto;
        padding-bottom: 50%; } }
    .learn-steinway-upright .passion .content p {
      font-size: 15px;
      width: 760px;
      margin: 30px auto;
      max-width: 100%; }
    .learn-steinway-upright .passion .content img {
      width: 450px;
      max-width: 100%;
      margin: 0 auto;
      display: block;
      margin-bottom: 20px; }

.learn-steinway-upright .questions {
  padding: 20px 0; }
  .learn-steinway-upright .questions .faq, .learn-steinway-upright .questions .contact {
    text-align: left;
    padding: 20px 0;
    float: left;
    width: 50%; }
    @media screen and (max-width: 1059px) {
      .learn-steinway-upright .questions .faq, .learn-steinway-upright .questions .contact {
        width: 100%;
        text-align: center; } }
  .learn-steinway-upright .questions a.btn {
    padding: 10px 30px;
    background-color: #ededed;
    display: inline-block;
    border-radius: 5px;
    color: #0086c4;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  .learn-steinway-upright .questions a.btn:hover {
    background-color: #0086c4;
    color: #fff; }
  .learn-steinway-upright .questions .faq {
    text-align: center; }
    .learn-steinway-upright .questions .faq a {
      margin-left: 10px; }

.keyword-page .tabbed > h1 {
  text-transform: uppercase; }

.keyword-page .header h1 {
  font-size: 33px;
  margin-bottom: 0; }
  @media screen and (max-width: 500px) {
    .keyword-page .header h1 {
      font-size: 28px; } }

.keyword-page .header p.sub {
  font-size: 23px; }
  @media screen and (max-width: 500px) {
    .keyword-page .header p.sub {
      font-size: 19px;
      text-align: center; } }

.keyword-page .tabbed-transparent {
  background-image: url(../images/tab-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 550px) {
    .keyword-page .tabbed-transparent {
      background-size: 125% 47px;
      padding-top: 0; } }

.keyword-page .modals-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .keyword-page .modals-buttons a {
    border: 1px solid #a4a4a4;
    border-radius: 5px;
    font-size: 21px;
    color: #bbbbbb;
    display: block;
    height: 44px;
    min-width: 44px;
    margin: 5px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    transition: all 0.25s ease; }
    .keyword-page .modals-buttons a:hover {
      background: #0086c4;
      color: #fff; }
    .keyword-page .modals-buttons a span {
      text-align: center;
      display: block;
      width: 100%;
      padding: 0 8px; }

.keyword-page .satisfied-customers {
  margin-bottom: 30px; }
  .keyword-page .satisfied-customers h1 {
    font-size: 25px;
    margin: 0 auto; }
  .keyword-page .satisfied-customers .content {
    padding: 50px 30px 30px; }
    .keyword-page .satisfied-customers .content > p {
      font-size: 15px;
      text-align: center;
      margin: 0 auto;
      width: 850px;
      max-width: 100%; }
  .keyword-page .satisfied-customers .columns {
    margin-top: 50px;
    display: flex; }
    .keyword-page .satisfied-customers .columns .col-photo {
      width: 30%;
      order: 1; }
    .keyword-page .satisfied-customers .columns .col-text {
      padding-left: 30px;
      width: 70%;
      order: 2; }
    @media screen and (max-width: 767px) {
      .keyword-page .satisfied-customers .columns {
        display: block; }
        .keyword-page .satisfied-customers .columns .col {
          width: 100%; }
        .keyword-page .satisfied-customers .columns .col-text {
          padding-left: 0;
          order: 1; }
        .keyword-page .satisfied-customers .columns .col-photo {
          order: 2; }
          .keyword-page .satisfied-customers .columns .col-photo img {
            max-width: 80%;
            margin: 0 auto;
            display: block; } }

.keyword-page .questions {
  padding: 20px 0; }
  .keyword-page .questions .faq, .keyword-page .questions .contact {
    text-align: left;
    padding: 20px 0;
    float: left;
    width: 50%; }
    @media screen and (max-width: 1059px) {
      .keyword-page .questions .faq, .keyword-page .questions .contact {
        width: 100%;
        text-align: center; } }
  .keyword-page .questions a.btn {
    padding: 10px 30px;
    background-color: #ededed;
    display: inline-block;
    border-radius: 5px;
    color: #0086c4;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  .keyword-page .questions a.btn:hover {
    background-color: #0086c4;
    color: #fff; }
  .keyword-page .questions .faq {
    text-align: center; }
    .keyword-page .questions .faq a {
      margin-left: 10px; }

.one-hundres-years {
  --gold: #a27537;
  --blue: #135a76; }
  .one-hundres-years .tabbed > h2 {
    color: var(--blue); }
  .one-hundres-years .logo {
    border-top: 4px solid #dcae59;
    background-image: url(../images/banner-hands.jpg);
    background-size: cover;
    background-position: center top;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0); }
    @media screen and (max-width: 888px) {
      .one-hundres-years .logo {
        background-position: center left; } }
    .one-hundres-years .logo img {
      max-width: 80%; }
  .one-hundres-years .full-width {
    margin-left: -20px;
    margin-right: -20px; }
    @media screen and (max-width: 888px) {
      .one-hundres-years .full-width {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (max-width: 500px) {
      .one-hundres-years .full-width {
        margin-left: 0;
        margin-right: 0; } }
  .one-hundres-years .celebrate {
    display: flex;
    align-items: flex-end;
    padding: 0 20px; }
    .one-hundres-years .celebrate .left {
      width: 45%;
      padding-bottom: 80px; }
      .one-hundres-years .celebrate .left h1 {
        color: var(--blue);
        font-size: 38px;
        line-height: 1.3;
        margin-bottom: 20px; }
      .one-hundres-years .celebrate .left p {
        color: var(--gold);
        font-size: 20px;
        font-weight: 600;
        max-width: 530px; }
        .one-hundres-years .celebrate .left p:not(:last-child) {
          margin-bottom: 30px; }
    .one-hundres-years .celebrate .right {
      width: 55%; }
      .one-hundres-years .celebrate .right img {
        display: block;
        --offset: 40px;
        position: relative;
        right: -40px;
        margin-left: -40px;
        margin-top: -100px;
        height: calc(100% + var(--offset));
        max-width: none; }
    @media screen and (max-width: 997px) {
      .one-hundres-years .celebrate {
        flex-direction: column; }
        .one-hundres-years .celebrate .left, .one-hundres-years .celebrate .right {
          width: 100%; }
        .one-hundres-years .celebrate .left {
          order: 2; }
        .one-hundres-years .celebrate .right {
          text-align: center; }
          .one-hundres-years .celebrate .right img {
            margin-top: -50px; } }
  .one-hundres-years .restoration {
    background-image: url(../images/refinish-banner.jpg);
    background-size: cover;
    background-position: center;
    min-height: 450px;
    clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0); }
    .one-hundres-years .restoration + .tabbed {
      margin-top: -105px; }
      @media screen and (max-width: 550px) {
        .one-hundres-years .restoration + .tabbed {
          margin-top: -47px; } }
  .one-hundres-years .craftsmanship {
    padding-top: 60px;
    display: flex;
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: -30px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 997px) {
      .one-hundres-years .craftsmanship {
        flex-direction: column;
        margin-bottom: 0; } }
    @media screen and (max-width: 550px) {
      .one-hundres-years .craftsmanship {
        padding-top: 20px; } }
    .one-hundres-years .craftsmanship p {
      font-size: inherit;
      line-height: inherit; }
    .one-hundres-years .craftsmanship .left,
    .one-hundres-years .craftsmanship .right {
      width: 50%; }
      @media screen and (max-width: 997px) {
        .one-hundres-years .craftsmanship .left,
        .one-hundres-years .craftsmanship .right {
          width: 100%; } }
    .one-hundres-years .craftsmanship .left {
      padding-right: 30px; }
      @media screen and (max-width: 997px) {
        .one-hundres-years .craftsmanship .left {
          padding: 20px; } }
      .one-hundres-years .craftsmanship .left img {
        max-width: 110%; }
    .one-hundres-years .craftsmanship .right {
      padding-left: 30px; }
      @media screen and (max-width: 997px) {
        .one-hundres-years .craftsmanship .right {
          padding: 20px; } }
    .one-hundres-years .craftsmanship .how {
      background-color: var(--gold);
      padding: 30px 70px;
      color: #fff;
      border-radius: 10px; }
      @media screen and (max-width: 997px) {
        .one-hundres-years .craftsmanship .how {
          padding: 20px; } }
      .one-hundres-years .craftsmanship .how p {
        font-size: 15px; }
      .one-hundres-years .craftsmanship .how a {
        color: inherit;
        border-bottom: 1px solid currentColor; }
      .one-hundres-years .craftsmanship .how ol {
        list-style-type: none;
        counter-reset: item; }
      .one-hundres-years .craftsmanship .how ol ol {
        margin-top: 20px; }
      .one-hundres-years .craftsmanship .how ol > li {
        counter-increment: item; }
      .one-hundres-years .craftsmanship .how ol > li:before {
        content: counters(item, ".") ". "; }
      .one-hundres-years .craftsmanship .how li ol > li:before {
        content: counters(item, ".") " "; }
    .one-hundres-years .craftsmanship h2 {
      font-size: 26px;
      font-weight: 600;
      color: var(--gold);
      margin-left: 20px;
      margin-bottom: 10px; }
    .one-hundres-years .craftsmanship ol {
      list-style: decimal inside none; }
      .one-hundres-years .craftsmanship ol li {
        margin-bottom: 20px;
        font-size: inherit; }
    .one-hundres-years .craftsmanship .action {
      display: flex;
      justify-content: center;
      margin-top: 40px; }
  .one-hundres-years .pianos2 {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1120px) {
      .one-hundres-years .pianos2 {
        z-index: 1; } }
  .one-hundres-years .enter {
    display: flex;
    line-height: 1.7;
    font-size: 17px;
    padding: 0 20px; }
    @media screen and (max-width: 997px) {
      .one-hundres-years .enter {
        flex-direction: column;
        margin-bottom: 0; } }
    .one-hundres-years .enter p {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 20px; }
    .one-hundres-years .enter .left,
    .one-hundres-years .enter .right {
      width: 50%; }
      @media screen and (max-width: 997px) {
        .one-hundres-years .enter .left,
        .one-hundres-years .enter .right {
          width: 100%; } }
    .one-hundres-years .enter .left {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-right: 20px; }
    .one-hundres-years .enter .facebook {
      display: flex;
      align-items: center; }
      .one-hundres-years .enter .facebook img {
        margin-right: 20px; }
    .one-hundres-years .enter .action {
      margin-top: 40px;
      text-align: center; }
    .one-hundres-years .enter .right {
      text-align: center; }
      .one-hundres-years .enter .right img {
        margin-bottom: -10%; }
      @media screen and (max-width: 550px) {
        .one-hundres-years .enter .right {
          padding-bottom: 40px; } }
    .one-hundres-years .enter ul {
      font-size: 16px;
      color: #3f3f3f; }
      @media screen and (max-width: 550px) {
        .one-hundres-years .enter ul {
          font-size: 17px; } }
      .one-hundres-years .enter ul li {
        margin-bottom: 5px; }
  .one-hundres-years .years {
    display: flex;
    padding: 20px;
    margin-bottom: -50px; }
    @media screen and (max-width: 997px) {
      .one-hundres-years .years {
        flex-direction: column; } }
    @media screen and (max-width: 550px) {
      .one-hundres-years .years {
        margin-bottom: 0; } }
    .one-hundres-years .years .left {
      padding-top: 50px;
      width: 45%; }
      @media screen and (max-width: 997px) {
        .one-hundres-years .years .left {
          padding-top: 0;
          order: 2; } }
      .one-hundres-years .years .left p {
        font-size: 17px; }
    .one-hundres-years .years .right {
      width: 55%; }
    @media screen and (max-width: 997px) {
      .one-hundres-years .years .left, .one-hundres-years .years .right {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column; } }
  .one-hundres-years .winner {
    display: flex;
    padding: 20px; }
    @media screen and (max-width: 997px) {
      .one-hundres-years .winner {
        flex-direction: column; } }
    .one-hundres-years .winner .left, .one-hundres-years .winner .right {
      width: 50%; }
      @media screen and (max-width: 997px) {
        .one-hundres-years .winner .left, .one-hundres-years .winner .right {
          width: 100%;
          display: flex;
          align-items: center;
          flex-direction: column; } }
    .one-hundres-years .winner .left {
      padding-top: 80px; }
      @media screen and (max-width: 997px) {
        .one-hundres-years .winner .left {
          padding-top: 0;
          order: 2; } }
      .one-hundres-years .winner .left p {
        font-size: 17px;
        margin-bottom: 30px;
        max-width: 590px; }
    .one-hundres-years .winner .enter {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 500px) {
        .one-hundres-years .winner .enter {
          flex-direction: column; } }
      .one-hundres-years .winner .enter img {
        margin-right: 30px; }
        @media screen and (max-width: 550px) {
          .one-hundres-years .winner .enter img {
            margin-right: 0;
            margin-bottom: 30px; } }
  .one-hundres-years .enter-btn {
    appearance: none;
    border: 0;
    cursor: pointer;
    background-color: #1673b9;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    padding: 15px 30px;
    transition: background-color 0.25s ease;
    line-height: 1; }
    .one-hundres-years .enter-btn:hover {
      background-color: #11578b; }
  .one-hundres-years .thank-you {
    padding: 20px;
    text-align: center;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .one-hundres-years .thank-you img {
      margin-bottom: 40px; }
    .one-hundres-years .thank-you h1 {
      color: var(--blue);
      font-size: 38px; }
    .one-hundres-years .thank-you h2 {
      color: var(--gold);
      font-size: 32px;
      font-weight: 600;
      margin-top: 20px;
      margin-bottom: 5px; }
    .one-hundres-years .thank-you p {
      max-width: 100%;
      font-size: 17px; }
    .one-hundres-years .thank-you .share {
      margin-top: 30px;
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(2, 1fr); }
      @media screen and (max-width: 1000px) {
        .one-hundres-years .thank-you .share {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (max-width: 500px) {
        .one-hundres-years .thank-you .share {
          grid-template-columns: repeat(1, 1fr); } }
      .one-hundres-years .thank-you .share p {
        font-size: 14px !important; }
      .one-hundres-years .thank-you .share img {
        margin-bottom: 10px; }
  .one-hundres-years .terms-and-conditions {
    line-height: 1.5; }
    .one-hundres-years .terms-and-conditions p, .one-hundres-years .terms-and-conditions ol, .one-hundres-years .terms-and-conditions ul {
      margin-bottom: 15px; }
    .one-hundres-years .terms-and-conditions ol, .one-hundres-years .terms-and-conditions ul {
      margin-left: 30px;
      list-style: initial; }
    .one-hundres-years .terms-and-conditions ol {
      list-style-type: decimal; }

.steinway-upright-sweepstakes-terms-and-conditions {
  line-height: 1.5; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-1 > li {
    counter-increment: lst-ctn-kix_list_2-1; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_1-0 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-6.start {
    counter-reset: lst-ctn-kix_list_2-6 0; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_3-0 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_5-7 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_5-8 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_3-1 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_3-2 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_5-5 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_5-6 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-3.start {
    counter-reset: lst-ctn-kix_list_2-3 0; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_1-3 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_3-5 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_5-0 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_1-4 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_1-1 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_3-4 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_1-2 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_5-3 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_1-7 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_3-3 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_5-4 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_1-8 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_5-1 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_1-5 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_5-2 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_1-6 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_3-8 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-3 > li {
    counter-increment: lst-ctn-kix_list_2-3; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_3-6 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_3-7 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-2 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-3 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_5-0 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-4 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-5 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-1 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_4-8 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_5-3 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_4-7 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_5-2 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_5-1 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_4-8 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_5-7 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_4-6 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_5-6 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_5-8 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_4-7 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_4-0 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_4-1 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_5-4 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_4-4 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_5-5 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-6 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_4-5 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-7 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_4-2 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-8 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_4-3 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-5 > li {
    counter-increment: lst-ctn-kix_list_2-5; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-8 > li {
    counter-increment: lst-ctn-kix_list_2-8; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-2 > li {
    counter-increment: lst-ctn-kix_list_2-2; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-4.start {
    counter-reset: lst-ctn-kix_list_2-4 0; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-6 > li:before {
    content: "" counter(lst-ctn-kix_list_2-6, decimal) ". "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-7 > li:before {
    content: "" counter(lst-ctn-kix_list_2-7, decimal) ". "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-7 > li {
    counter-increment: lst-ctn-kix_list_2-7; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-4 > li:before {
    content: "" counter(lst-ctn-kix_list_2-4, decimal) ". "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-5 > li:before {
    content: "" counter(lst-ctn-kix_list_2-5, decimal) ". "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-8 > li:before {
    content: "" counter(lst-ctn-kix_list_2-8, decimal) ". "; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_3-7 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_3-8 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_3-1 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_3-2 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_3-0 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_3-5 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_3-6 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_3-3 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_3-4 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-5.start {
    counter-reset: lst-ctn-kix_list_2-5 0; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_4-0 > li:before {
    content: "-  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-6 > li {
    counter-increment: lst-ctn-kix_list_2-6; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_4-1 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_4-4 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-2.start {
    counter-reset: lst-ctn-kix_list_2-2 0; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_4-3 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_4-5 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_4-2 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_4-6 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-4 > li {
    counter-increment: lst-ctn-kix_list_2-4; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-8.start {
    counter-reset: lst-ctn-kix_list_2-8 0; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_1-0 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ul.lst-kix_list_2-0 {
    list-style-type: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_1-1 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_1-2 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_1-3 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_1-4 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_1-7 > li:before {
    content: "o  "; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-7.start {
    counter-reset: lst-ctn-kix_list_2-7 0; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_1-5 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_1-6 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions li.li-bullet-0:before {
    margin-left: -18pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 18pt; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-0 > li:before {
    content: "\0025cf  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-1 > li:before {
    content: "" counter(lst-ctn-kix_list_2-1, decimal) ". "; }
  .steinway-upright-sweepstakes-terms-and-conditions ol.lst-kix_list_2-1.start {
    counter-reset: lst-ctn-kix_list_2-1 0; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_1-8 > li:before {
    content: "\0025aa  "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-2 > li:before {
    content: "" counter(lst-ctn-kix_list_2-2, decimal) ". "; }
  .steinway-upright-sweepstakes-terms-and-conditions .lst-kix_list_2-3 > li:before {
    content: "" counter(lst-ctn-kix_list_2-3, decimal) ". "; }
  .steinway-upright-sweepstakes-terms-and-conditions ol {
    margin: 0;
    padding: 0; }
  .steinway-upright-sweepstakes-terms-and-conditions table td,
  .steinway-upright-sweepstakes-terms-and-conditions table th {
    padding: 0; }
  .steinway-upright-sweepstakes-terms-and-conditions .c13 {
    border-right-style: solid;
    padding-top: 1pt;
    border-top-width: 0.5pt;
    border-bottom-color: #000000;
    border-right-width: 0.5pt;
    padding-left: 4pt;
    border-left-color: #000000;
    padding-bottom: 1pt;
    line-height: 1.5;
    border-right-color: #000000;
    border-left-width: 0.5pt;
    border-top-style: solid;
    background-color: #d5dce4;
    border-left-style: solid;
    border-bottom-width: 0.5pt;
    border-top-color: #000000;
    border-bottom-style: solid;
    orphans: 2;
    widows: 2;
    text-align: center;
    padding-right: 4pt; }
  .steinway-upright-sweepstakes-terms-and-conditions .c16 {
    padding-top: 1pt;
    border-top-width: 0.5pt;
    border-top-color: #d9d9d9;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    border-top-style: solid;
    widows: 2;
    text-align: right; }
  .steinway-upright-sweepstakes-terms-and-conditions .c1 {
    margin-left: 36pt;
    padding-top: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: left; }
  .steinway-upright-sweepstakes-terms-and-conditions .c0 {
    margin-left: 36pt;
    padding-top: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: justify; }
  .steinway-upright-sweepstakes-terms-and-conditions .c11 {
    -webkit-text-decoration-skip: none;
    color: #000000;
    text-decoration: underline;
    vertical-align: baseline;
    text-decoration-skip-ink: none;
    font-size: 12pt;
    font-style: normal; }
  .steinway-upright-sweepstakes-terms-and-conditions .c2 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 12pt;
    font-family: "Arial Narrow";
    font-style: normal; }
  .steinway-upright-sweepstakes-terms-and-conditions .c5 {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 12pt;
    font-family: "Arial Narrow";
    font-style: normal; }
  .steinway-upright-sweepstakes-terms-and-conditions .c8 {
    color: #808080;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 10pt;
    font-family: "Arial Narrow";
    font-style: normal; }
  .steinway-upright-sweepstakes-terms-and-conditions .c3 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: left; }
  .steinway-upright-sweepstakes-terms-and-conditions .c12 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: justify; }
  .steinway-upright-sweepstakes-terms-and-conditions .c17 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: center; }
  .steinway-upright-sweepstakes-terms-and-conditions .c19 {
    color: #000000;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 10pt;
    font-style: normal; }
  .steinway-upright-sweepstakes-terms-and-conditions .c22 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    font-size: 11pt;
    font-family: "Times New Roman"; }
  .steinway-upright-sweepstakes-terms-and-conditions .c7 {
    font-family: "Arial Narrow";
    color: #0066cc;
    font-weight: 400;
    text-decoration: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .c18 {
    background-color: #ffffff;
    max-width: 432pt;
    padding: 72pt 90pt 72pt 90pt; }
  .steinway-upright-sweepstakes-terms-and-conditions .c15 {
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration: underline; }
  .steinway-upright-sweepstakes-terms-and-conditions .c21 {
    vertical-align: baseline;
    font-style: normal; }
  .steinway-upright-sweepstakes-terms-and-conditions .c10 {
    font-weight: 400;
    font-family: "Arial Narrow"; }
  .steinway-upright-sweepstakes-terms-and-conditions .c14 {
    padding: 0;
    margin: 0; }
  .steinway-upright-sweepstakes-terms-and-conditions .c23 {
    color: #7030a0;
    text-decoration: none; }
  .steinway-upright-sweepstakes-terms-and-conditions .c6 {
    font-weight: 700;
    font-family: "Arial Narrow"; }
  .steinway-upright-sweepstakes-terms-and-conditions .c9 {
    color: inherit;
    text-decoration: inherit; }
  .steinway-upright-sweepstakes-terms-and-conditions .c24 {
    color: #00b050; }
  .steinway-upright-sweepstakes-terms-and-conditions .c25 {
    background-color: #ffff00; }
  .steinway-upright-sweepstakes-terms-and-conditions .c4 {
    height: 12pt; }
  .steinway-upright-sweepstakes-terms-and-conditions .c20 {
    font-size: 12pt; }
  .steinway-upright-sweepstakes-terms-and-conditions .title {
    padding-top: 24pt;
    color: #000000;
    font-weight: 700;
    font-size: 36pt;
    padding-bottom: 6pt;
    font-family: "Times New Roman";
    line-height: 1.5;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left; }
  .steinway-upright-sweepstakes-terms-and-conditions .subtitle {
    padding-top: 18pt;
    color: #666666;
    font-size: 24pt;
    padding-bottom: 4pt;
    font-family: "Georgia";
    line-height: 1.5;
    page-break-after: avoid;
    font-style: italic;
    orphans: 2;
    widows: 2;
    text-align: left; }
  .steinway-upright-sweepstakes-terms-and-conditions li {
    color: #000000;
    font-size: 12pt;
    font-family: "Times New Roman"; }
  .steinway-upright-sweepstakes-terms-and-conditions p {
    margin: 0;
    color: #000000;
    font-size: 12pt;
    font-family: "Times New Roman"; }
  .steinway-upright-sweepstakes-terms-and-conditions h1 {
    padding-top: 24pt;
    color: #000000;
    font-weight: 700;
    font-size: 24pt;
    padding-bottom: 6pt;
    font-family: "Times New Roman";
    line-height: 1.5;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left; }
  .steinway-upright-sweepstakes-terms-and-conditions h2 {
    padding-top: 9.8pt;
    color: #ee0077;
    font-weight: 700;
    font-size: 21.5pt;
    padding-bottom: 9.8pt;
    font-family: "Times New Roman";
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: left; }
  .steinway-upright-sweepstakes-terms-and-conditions h3 {
    padding-top: 14pt;
    color: #000000;
    font-weight: 700;
    font-size: 14pt;
    padding-bottom: 4pt;
    font-family: "Times New Roman";
    line-height: 1.5;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left; }
  .steinway-upright-sweepstakes-terms-and-conditions h4 {
    padding-top: 12pt;
    color: #000000;
    font-weight: 700;
    font-size: 12pt;
    padding-bottom: 2pt;
    font-family: "Times New Roman";
    line-height: 1.5;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left; }
  .steinway-upright-sweepstakes-terms-and-conditions h5 {
    padding-top: 11pt;
    color: #000000;
    font-weight: 700;
    font-size: 11pt;
    padding-bottom: 2pt;
    font-family: "Times New Roman";
    line-height: 1.5;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left; }
  .steinway-upright-sweepstakes-terms-and-conditions h6 {
    padding-top: 10pt;
    color: #000000;
    font-weight: 700;
    font-size: 10pt;
    padding-bottom: 2pt;
    font-family: "Times New Roman";
    line-height: 1.5;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left; }

@media print {
  @page {}  header nav,
  .video:before,
  .image:before,
  .breadcrumbs,
  .container > .header > img,
  footer .branding,
  .row.customers {
    display: none; }
  .container {
    width: 100%; }
    .container > .header {
      padding-top: 10px; }
  .media, .details {
    width: 100%; }
  .media {
    page-break-inside: avoid; }
  .details > h1 span {
    font-size: inherit;
    display: inline; }
  .tabs-wrapper {
    display: none; }
  .tab-details {
    page-break-inside: avoid;
    min-height: 0;
    display: block; }
    .tab-details .tab-content.wide .column1 img {
      display: none; }
    .tab-details .tab-content.wide .column1 p {
      padding-left: 0; }
    .tab-details > img {
      display: none; }
    .tab-details .tab-content {
      padding-left: 0 !important;
      display: block;
      width: 100%; }
  .tab-details .tab-content p {
    opacity: 0.5; }
  .contact .button-blue, .contact .button-white, .contact .button-white-bordered, .contact .button-gray-bordered,
  .contact span.or {
    display: none; }
  .contact .call-us {
    padding-left: 0 !important; }
    .contact .call-us br {
      display: none; }
    .contact .call-us span {
      padding-left: 3px;
      font-size: 16px; }
  .container.new {
    background-image: none; }
  p a:after {
    content: " [" attr(href) "] "; }
  footer .footer-info {
    margin-right: 0;
    width: 100%; }
    footer .footer-info table {
      width: 100%; }
  footer td {
    vertical-align: top;
    width: 33.3333%;
    padding: 0; } }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-iframe-scaler.tall {
  padding-top: 62.5% !important; }
  @media screen and (max-width: 500px) {
    .mfp-iframe-scaler.tall {
      padding-top: 163% !important; } }

/********************************************************
*************** CLICK TO INTERACT IFRAMES ***************
********************************************************/
.content > .iframe {
  width: 100%;
  height: 100%; }

.iframe.click-interact {
  cursor: pointer; }
  .iframe.click-interact:before, .iframe.click-interact:after {
    transition: all 0.25s ease;
    position: absolute;
    display: block; }
  .iframe.click-interact:before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 10; }
  .iframe.click-interact:after {
    content: 'Click to Interact';
    background: #8c0013;
    color: #fff;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -100px;
    z-index: 11;
    opacity: 0; }
  .iframe.click-interact:hover:before {
    opacity: 0.2; }
  .iframe.click-interact:hover:after {
    opacity: 1; }

.iframe.interact:before, .iframe.interact:after {
  display: none; }

/*# sourceMappingURL=style.css.map */