@charset "UTF-8";

:root {
    --blue: #0086c4;
    --red: #ED2E1A;
    --maroon: #8c0013;
}

html {
    -webkit-text-size-adjust: 100%
}

* {
    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;
}

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;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 1300px;
    padding: 12px 30px 10px;
}

header a,
header a:active,
header a:visited {
    text-decoration: none;
    color: #000;
}

header a[href^=tel] {
    color: #8c0013;
}

header nav {
    margin-top: 34px;
    float: right;
}

@media screen and (max-width:1150px) {
    header nav {
        text-align: center;
        width: 100%;
        float: none
    }
}

@media screen and (max-width:840px) {
    header nav {
        margin-top: 20px;
        display: none
    }
}

@media (min-width:841px) {
    header nav {
        display: block !important
    }
}

header nav>ul {
    display: block;
}

header nav>ul ul {
    z-index: 3000;
    padding: 15px 2px;
    position: absolute;
    width: 170px;
    top: 15px;
    left: 50%;
    margin-left: -112px;
    display: none;
}

@media screen and (max-width:840px) {
    header nav>ul ul {
        padding: 0;
        position: relative;
        display: none;
        margin-left: 0;
        width: auto;
        left: 0;
        top: 0
    }
}

header nav>ul ul:before {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -10px;
    content: '';
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

@media screen and (max-width:840px) {
    header nav>ul ul:before {
        display: none
    }
}

@media (min-width:840px) {

    header nav>ul>li:hover ul,
    header nav>ul ul:hover {
        display: block
    }
}

header nav ul ul .wrap {
    box-shadow: 0 5px 25px 0 #999999;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5);
}

@media screen and (max-width:840px) {
    header nav ul ul .wrap {
        box-shadow: none
    }
}

header nav>ul ul li {
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
    text-transform: none;
    text-align: center;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    width: auto;
}

@media screen and (max-width:840px) {
    header nav>ul ul li {
        background-color: transparent;
        border-bottom: none;
        font-size: 16px !important;
        padding-right: 0;
        text-align: left;
        display: block;
        padding: 0
    }

    header nav>ul ul li:last-of-type {
        padding-bottom: 10px
    }
}

header nav>ul ul li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

header nav>ul ul li:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

header nav>ul>li {
    text-transform: uppercase;
    position: relative;
    padding-right: 50px;
    font-size: 14px;
    display: inline;
}

@media screen and (max-width:840px) {
    header nav>ul>li {
        border-bottom: 1px solid #c5c5c5;
        font-size: 16px !important;
        padding-right: 0;
        text-align: left;
        display: block
    }

    header nav>ul>li:first-of-type {
        border-top: 1px solid #c5c5c5
    }
}

header nav>ul>li:last-of-type {
    padding-right: 0;
}

header nav>ul>li.selected>a {
    color: #8c0013;
}

header nav>ul>li a:hover {
    color: #8c0013;
}

@media screen and (max-width:840px) {
    header nav>ul>li a {
        display: block;
        padding: 15px
    }
}

@media screen and (max-width:840px) {
    header nav>ul>li a.parent {
        position: relative
    }

    header nav>ul>li a.parent:before {
        content: '';
        position: absolute;
        right: 10px;
        top: 17px;
        z-index: -1;
        width: 18px;
        height: 9px;
        background-image: url("/img/nav/arrow.svg");
        background-repeat: no-repeat;
        background-size: 100% auto
    }

    header nav>ul>li a.parent.open:before {
        background-position: center top -9px
    }
}

@media screen and (max-width:1400px) {
    header {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }
}

header .logo-wrap {
    display: block;
    float: left;
}

@media screen and (max-width:1150px) {
    header .logo-wrap {
        text-align: center;
        display: block;
        float: none;
        width: 100%
    }
}

header .logo svg {
    height: 50px;
    width: 245px;
    max-width: 100%;
}

@media screen and (max-width:1150px) {
    header .logo {
        display: block;
        margin: 0 auto
    }
}

@media screen and (max-width:840px) {
    header .logo {
        margin-right: 70px;
        margin-bottom: 0;
        max-width: 100%;
        float: left
    }
}

@media screen and (max-width:1150px) {
    header {
        padding: 20px 0
    }
}

header .hamburger {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url("/img/nav/hamburgers.svg");
    background-size: 35px auto;
    position: absolute;
    top: 30px;
    right: 10px;
}

header .hamburger.open {
    background-position: center top -36px;
}

@media (min-width:841px) {
    header .hamburger {
        display: none
    }
}

.grid-item-buyers-guide {
    background-image: url("/img/home/buying-guide-banner-bg.webp");
    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("/img/home/buying-guide-banner-piano.webp");
    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;
}

.grid-item-design-guide {
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.grid-item-design-guide p {
    position: relative;
    font-family: 'Georgia', serif;
    font-weight: 600;
    font-size: 28px;
    line-height: .7;
    text-align: right;
    z-index: 2;
    padding-top: 30px;
}

.grid-item-design-guide p span {
    font-size: 63%;
}

.grid-item-design-guide a {
    position: relative;
    z-index: 2;
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.grid-item-design-guide .piano-layer {
    background-position: left 0 bottom -60px;
    background-size: auto 150%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.grid-item-design-guide .piano {
    position: absolute;
    width: 230px;
    bottom: -10px;
    left: 10px;
    overflow: hidden;
}

.grid-item-design-guide .piano img {
    width: 100%;
    height: auto;
    margin-bottom: -40px;
}

@media screen and (max-width:1400px) and (min-width:840px),
screen and (max-width:480px) {
    .grid-item-design-guide .piano {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        overflow: visible;
        width: 200px;
        margin: -30px auto 0 auto
    }

    .grid-item-design-guide .piano img {
        margin-bottom: 0
    }

    .grid-item-design-guide p {
        padding-top: 0
    }

    .grid-item-design-guide {
        align-items: center
    }
}

@media screen and (max-width:1400px) 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("/img/covid/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:1400px) 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:1400px) 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:1400px) 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:1400px) 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:1400px) 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:1400px) 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;
}

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

.breadcrumbs {
    z-index: 1000;
    position: absolute;
    left: 20px;
    top: 25px;
}

.breadcrumbs a {
    color: #8c0013;
}

.breadcrumbs a:hover {
    color: #000;
}

.breadcrumbs .svg {
    float: left;
    width: 25px;
    height: 25px;
}

.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("/img/form-elements/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("/img/form-elements/form-radio.png") no-repeat 0 0;
    background-size: 24px;
}

.form-area input[type=checkbox]+label {
    background: url("/img/form-elements/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("/img/form-elements/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("/img/form-elements/form-checkbox-checked.svg") no-repeat 0 0;
}

input.error {
    background-image: url("/img/form-elements/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;
}

.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: .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 .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(/img/footer/slider_bg.jpg) center center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

footer .languages .flag {
    height: 20px;
    opacity: .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(/img/footer/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;
}

.clearfix:after,
header:after,
header .logo-wrap:after,
footer:after,
.container:not(.product-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 .decades .content:after,
.about .profiles:after,
.about .profiles .featured:after,
.about .history:after,
.section.grid:after,
.single .wrapper:after,
.faq .question:after,
.faq .question .header:after,
.container.trust .header:after,
.movers .header:after,
.learn-grand-piano .questions:after,
.learn-baby-grand .header:after,
.learn-steinway-upright .questions:after,
.keyword-page .questions:after {
    content: "";
    display: table;
    clear: both;
}

body {
    background-image: url("/img/background.gif");
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #fff;
    font-family: "Arial", sans-serif;
    overflow-x: hidden;
    margin: 0 5px;
    color: #000;
}

body.noScroll {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #8c0013;
}

strong,
b {
    font-weight: 600;
}

iframe {
    width: 100%;
}

img {
    max-width: 100%;
}

i {
    font-style: italic;
}

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

.container:not(.product-container) {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    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.ready-now {
    background-image: url(/img/details/rbn_ready.png);
    background-position: right 0;
}

.container.ready-soon {
    background-image: url(/img/details/rbn_readysoon.png);
    background-position: right 0;
}

.container.sold {
    background-image: url(/img/details/rbn_sold.png);
    background-position: right 0;
}

.container.signature {
    background-image: url(/img/details/rbn_signature.png);
    background-position: right 0;
}

@media screen and (max-width:1400px) {
    .container:not(.product-container) {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }
}

@media screen and (max-width:888px) {
    .container:not(.product-container) {
        padding: 10px
    }
}

@media screen and (max-width:500px) {
    .container:not(.product-container) {
        padding: 0
    }
}

.container:not(.product-container)>.header {
    position: relative;
    padding-top: 50px;
    padding-left: 30px;
}

@media screen and (max-width:1080px) {
    .container:not(.product-container)>.header {
        padding: 50px 20px 0 !important;
        margin: 0
    }
}

@media screen and (max-width:500px) {
    .container:not(.product-container)>.header {
        padding: 20px !important;
        margin: 0
    }
}

.container:not(.product-container)>.header.full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width:1080px) {
    .container:not(.product-container)>.header.full-width {
        margin: 0 -20px
    }
}

@media screen and (max-width:888px) {
    .container:not(.product-container)>.header.full-width {
        margin: 0 -5px
    }
}

@media screen and (max-width:500px) {
    .container:not(.product-container)>.header.full-width {
        margin: 0
    }
}

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

.boxed,
.buy-filter {
    box-shadow: 0 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
    }
}

.row {
    position: relative;
}

.button-colorwheel {
    border-radius: 5px;
    padding: 6px 9px;
    cursor: pointer;
    font-size: 11px;
    border: 1px solid #7f7f7f;
    background: transparent;
    color: #7f7f7f;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 10px;
    white-space: nowrap;
}

.button-colorwheel img {
    width: 26px;
    margin-right: 5px;
}

.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 .25s;
    transition: all .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("/img/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 .25s;
    transition: all .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;
}

.call-us {
    display: inline-block;
    font-size: 16px;
    color: #0086c4;
}

.call-us span {
    font-size: 1.4em;
}

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:not(.h3):not(.craft-title) {
    font-weight: 600;
    font-size: 17px;
    color: #8c0013;
}

@media screen and (max-width:500px) {
    h3:not(.h3):not(.craft-title) {
        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 .2s ease-in-out;
}

p a:hover {
    color: rgba(0, 0, 0, .75);
    border-bottom: 1px solid rgba(0, 0, 0, .75);
}

.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(/img/detail_arrow_right.svg) !important;
    background-position: center center !important;
}

.mfp-arrow-left {
    background-image: url(/img/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(/img/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(/img/details/magnify.svg);
}

.video:before,
.image:before {
    content: '';
    opacity: .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: .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
    }
}

.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;
}

.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;
}

.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
    }
}

.price-design {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.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: 15px;
    display: block;
}

.details h2 sup.to {
    font-size: .5em;
    position: relative;
    top: -.35em;
    margin-left: -5px;
    margin-right: -5px;
}

.details h2 sup.dollar {
    font-size: .6em;
    position: relative;
    top: -.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(/img/details/x.gif) center center no-repeat;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

.details .tailor.closed {
    border-radius: 5px;
}

.details .tailor.closed:after {
    background: url(/img/details/plus.gif) center center no-repeat;
}

.details .tailor-details {
    border-top: 1px solid #c2c2c2;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
    display: none;
}

.details .tailor-details .intro {
    padding-right: 170px;
    position: relative;
    min-height: 200px;
}

@media screen and (max-width:500px) {
    .details .tailor-details .intro {
        padding-right: 0
    }
}

.details .tailor-details .intro p {
    font-size: 14px;
}

.details .tailor-details .intro img.chart {
    max-width: 170px;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -100px;
}

@media screen and (max-width:500px) {
    .details .tailor-details .intro img.chart {
        position: relative;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        right: 0;
        top: 0
    }
}

.details .tailor-details .items {
    border-top: 1px solid #c2c2c2;
    padding-top: 10px;
    margin-top: 10px;
}

.details .tailor-details .items .item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 8px;
}

.details .tailor-details .items .item:last-of-type {
    margin-bottom: 0;
}

.details .tailor-details .items .item img {
    position: absolute;
    top: -1px;
    left: 0;
}

.details .tailor-details .items .item p {
    font-size: 14px;
    margin: 0;
}

.details .mobile-hero {
    position: relative;
    margin: 0 -20px;
    display: none;
    /* top: -20px; */
}

.details .mobile-hero img {
    max-width: initial;
    width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
    nav.breadcrumbs {
        top: 8px;
    }
}

@media screen and (max-width:500px) {
    .details .mobile-hero {
        display: block
    }
}

.details .contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    margin: 10px 0;
    width: auto;
}

.details .contact .button-blue {
    height: 41px;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width:700px) {
    .details .contact {
        margin-bottom: 10px;
        padding-top: 20px
    }
}

.details .contact .or {
    display: none
}

.details .contact .button-blue,
.details .contact .button-white,
.details .contact .button-white-bordered,
.details .contact .button-gray-bordered {
    font-weight: 600;
    width: 100%;
    top: 0;
    padding: 12px 20px
}

.details .contact .call-us {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #0086c4;
    background: #fff;
    font-size: 13px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.details .contact .call-us .call-us-label {
    font-size: 14px;
    font-weight: 500
}

.details .contact .call-us .ringdna-smartnumber {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

@media screen and (max-width:1080px) {
    .details .mobile-hero {
        display: block
    }
}

.details table {
    font-size: 14px;
    margin: 25px 0;
    width: 100%;
}

.details table td {
    padding: 5px 0;
    width: 50%;
}

.details table strong {
    padding-right: 3px;
}

@media screen and (max-width:440px) {
    .details table {
        display: block
    }

    .details table tr {
        display: block
    }

    .details table td {
        font-size: 16px;
        display: block;
        width: 100%
    }

    .details table td strong {
        display: inline-block;
        width: 100px
    }
}

.details footer {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding: 15px 0;
}

.details footer h4 {
    font-size: 14px;
    float: left;
}

.details footer h4 span {
    line-height: 36px;
    font-size: 26px;
    display: block;
}

@media screen and (max-width:400px) {
    .details footer h4 {
        text-align: center;
        float: none
    }
}

.details footer .social {
    margin-top: 10px;
    font-size: 13px;
    float: right;
}

.details footer .social span {
    padding-right: 2px;
}

.details footer .social .svg {
    position: relative;
    height: 25px;
    width: 25px;
    top: 7px;
}

@media screen and (max-width:400px) {
    .details footer .social {
        text-align: center;
        float: none
    }

    .details footer .social span {
        display: block
    }
}

.media {
    padding: 50px 0 0 0;
    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 .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 0 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%;
}

.tabs-wrapper {
    background-image: url("/img/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:not(.product-tabs) {
    margin: 0 auto;
    width: 888px;
}

@media screen and (max-width:888px) {
    .tabs:not(.product-tabs) {
        width: 100%
    }
}

.tabs.three {
    text-align: center;
}

.tabs.three a {
    display: inline-block;
    float: none;
}

.tabs a {
    background-image: url("/img/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;
}

.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 0 0 30px -12px rgba(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;
}

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:not(.product-container)>.header.contact-info {
    padding-bottom: 20px !important;
}

.contact-info .svg,
.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:not(.section-pad-lg) {
    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-25 {
    width: 25%;
}

#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
    }
}

#everything {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .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: 0 !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;
}

.buy-filter-wrap {
    padding-right: 20px;
    margin-top: -10px;
    width: 390px;
    left: 0
}

@media screen and (min-width:1001px) {
    #everything {
        display: flex
    }

    .buy-filter-wrap {
        top: 70px;
        position: sticky;
        height: 100%;
        flex-shrink: 0
    }

    html .buy-pianos-wrap {
        margin-left: 0;
        flex: 1
    }
}

.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: 22000;
        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:1400px) {
    .pianos-header {
        height: 60px
    }
}

@media screen and (max-width:1000px) {
    .pianos-header {
        display: none
    }
}

.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
    }
}

.filter-option-set {
    box-shadow: 0 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: .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 img {
    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: .5;
    click-events: none;
    cursor: default;
}

.mobile-filters.loading span.option-set-title {
    opacity: 1;
    color: rgba(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;
}

.buy-pianos-wrap {
    padding-top: 25px;
    position: relative;
    margin-left: 400px;
}

@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:1401px) {
    .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:1400px) 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;
}

.buy-filter-wrap [class^=piano-option] {
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    float: left;
    margin-left: 20px;
    padding-right: 5px;
}

.buy-filter-wrap [class^=piano-option] label span {
    font-size: 12px;
    font-weight: 400;
}

@media screen and (max-width:500px) {
    .buy-filter-wrap [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("/img/pg-buy/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: 0 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:not(.section-pad-lg) {
    display: none;
}

.restore .header {
    background-image: url(/img/restore/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
    }
}

.tabbed {
    background-image: url(/img/restore/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;
}

.tabbed>h1.tabbed-winners,
.tabbed>h2.tabbed-winners,
.tabbed>p.tab-label.tabbed-winners {
    width: 520px;
}

@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 .25s;
    transition: all .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
    }
}

.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("/learn/steinway-piano-buyers-guide/assets/marker.jpg");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -2px;
}

.myth-list--green li:before {
    background-image: url("/learn/steinway-piano-buyers-guide/assets/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, .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: 0 0 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, .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, .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: 0 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 .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:1400px) {
    .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;
}

@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("/img/our-story/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: 0
    }
}

@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(/img/home/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: 0 3px 5px 0 rgba(0, 0, 0, .25);
    border-radius: 5px;
    background-color: #fff;
    height: 175px;
    padding: 15px;
    max-width: 400px;
}

@media screen and (max-width:1400px) 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:1400px) 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:1400px) 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(/img/home/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(/img/home/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:1400px) 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:1400px) 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:1400px) 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:1400px) 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:1400px) 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: .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:1400px) 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:1400px) 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:1400px) 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 .soundboards {
    background: url(/img/home/soundboard.jpg) center center no-repeat;
    background-size: cover;
}

.section.grid-three .grid-guide {
    background: #fff url(/img/home/guide.jpg) center left 20px no-repeat;
    color: #000;
}

@media screen and (max-width:1400px) 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:1400px) and (min-width:840px),
screen and (max-width:480px) {
    .section.grid-three .grid-guide p {
        max-width: 100%
    }
}

.section.grid-three .grid-waam {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width:1400px) and (min-width:840px),
screen and (max-width:480px) {
    .section.grid-three .grid-waam {
        flex-direction: column
    }
}

.section.grid-three .grid-waam img {
    max-width: 50%;
    max-height: 100%;
}

@media screen and (max-width:1400px) and (min-width:840px),
screen and (max-width:480px) {
    .section.grid-three .grid-waam img {
        max-height: 50%;
        max-width: 100%
    }
}

.section.grid-three .grid-waam .waam-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

@media screen and (max-width:1400px) and (min-width:840px),
screen and (max-width:480px) {
    .section.grid-three .grid-waam .waam-content {
        text-align: center;
        align-items: center;
        justify-content: space-between
    }

    .section.grid-three .grid-waam .waam-content br:first-of-type {
        display: none
    }
}

.section.grid-three .grid-waam .waam-content p {
    color: #f2e715;
    text-transform: uppercase;
    font-family: 'Georgia', serif;
    font-size: 24px;
    line-height: 1.2;
}

@media screen and (max-width:1400px) and (min-width:840px),
screen and (max-width:480px) {
    .section.grid-three .grid-waam .waam-content p {
        margin-top: 20px
    }
}

.section.grid-three .grid-waam .waam-content a {
    background-color: transparent;
}

.section.grid-three .grid-waam .waam-content a:hover {
    background-color: var(--blue);
}

.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:1400px) 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:1400px) 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:1400px) 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(/img/home/signature.jpg) center right no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (max-width:1400px) 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:1400px) and (min-width:840px),
screen and (max-width:480px) {
    .section.grid-three .signature img {
        margin-right: -115px;
        width: 230px;
        right: 50%;
        top: 80px
    }
}

.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:1400px) {
    .restoration .header img {
        position: relative;
        float: right;
        top: 5px;
        width: 350px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:1200px) {
    .restoration .header img {
        width: 350px
    }
}

@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
    }
}

.faq .header {
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width:580px) {
    .faq .header {
        margin-bottom: 20px
    }
}

.faq .header .content {
    margin-right: 550px;
}

@media screen and (max-width:1150px) {
    .faq .header .content {
        margin-right: 275px
    }
}

@media screen and (max-width:800px) {
    .faq .header .content {
        margin-right: 0
    }
}

.faq .header .contact {
    position: absolute;
    right: 0;
    top: 30px;
    width: 520px;
}

@media screen and (max-width:1150px) {
    .faq .header .contact {
        text-align: center;
        width: 275px;
        top: 60px
    }

    .faq .header .contact .or {
        display: none
    }

    .faq .header .contact a.call-us {
        margin-top: 10px
    }
}

@media screen and (max-width:800px) {
    .faq .header .contact {
        position: relative;
        width: 100%;
        top: auto
    }

    .faq .header .contact .or {
        display: inline
    }
}

@media screen and (max-width:580px) {
    .faq .header .contact {
        margin-top: 30px;
        text-align: center
    }

    .faq .header .contact .or {
        display: none
    }

    .faq .header .contact a.call-us {
        width: 100%;
        margin-top: 10px
    }
}

.faq .question {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.faq .question .header {
    cursor: pointer;
    padding: 30px 0;
    position: relative;
    margin-bottom: 0;
}

.faq .question .header .svg {
    position: absolute;
    right: 0;
    opacity: .5;
    height: 20px;
    width: 20px;
    top: 32px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.faq .question .header h2 {
    padding-right: 20px;
    padding-left: 30px;
    line-height: 1.2;
    font-size: 23px;
    color: #000;
    width: 100%;
    float: left;
}

.faq .question .header h2:hover {
    color: #8c0013;
}

.faq .question .header p {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    float: left;
    top: 6px;
}

.faq .question .body {
    display: none;
    padding-bottom: 30px;
}

.faq .question .body p,
.faq .question .body a.button-blue,
.faq .question .body a.button-white,
.faq .question .body a.button-white-bordered,
.faq .question .body a.button-gray-bordered {
    margin-left: 30px;
}

.faq .question.open svg {
    opacity: 1;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    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;
}

.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;
}

.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-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(/img/learn/concert/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(/img/learn/concert/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(/img/learn/concert/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(/img/learn/upright/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 .25s;
    transition: all .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(/img/learn/concert/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 .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 .25s;
    transition: all .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;
}

@media print {
    @page {}

    header nav,
    .video:before,
    .image:before,
    .breadcrumbs,
    .container:not(.product-container)>.header>img,
    footer .branding,
    .row.customers {
        display: none
    }

    .container:not(.product-container) {
        width: 100%
    }

    .container:not(.product-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
    }

    .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
    }
}

.mfp-zoom-in {}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-iframe-scaler.tall {
    padding-top: 0% !important;
    max-height: 90vh;
}

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

.content>.iframe {
    width: 100%;
    height: 100%;
}

.iframe.click-interact {
    cursor: pointer;
}

.iframe.click-interact:before,
.iframe.click-interact:after {
    transition: all .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: .2;
} 

.iframe.click-interact:hover:after {
    opacity: 1;
}

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