/* @import url("https://fonts.googleapis.com/css?family=Playfair+Display:400i&display=swap&text=A"); */


/* @import url("https://use.typekit.net/dro8vvu.css"); */

@import url("https://use.typekit.net/oaq6ooc.css");

@font-face {
    font-family: "LZB Icons";
    src: url("/css/fonts/lzb-icons.eot?jebkb3");
    src: url("/css/fonts/lzb-icons.eot?jebkb3#iefix") format("embedded-opentype"), url("/css/fonts/lzb-icons.ttf?jebkb3") format("truetype"), url("/css/fonts/lzb-icons.woff?jebkb3") format("woff"), url("/css/fonts/lzb-icons.svg?jebkb3#lzb-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}


/************ resets ***********/

#site-wrapper {
    max-width: none;
}

#site-wrapper .section-title {
    display: none;
}

#site-wrapper .section-row {
    max-width: none;
}

#site-wrapper .section-content {
    padding: 0;
    float: none;
}

#site-wrapper .one-column-container,
#site-wrapper .two-column-container {
    max-width: none;
    padding: 0;
}

.two-column-first [role="main"],
.two-column-first [role="region"],
main {
    width: 100%;
    margin: 0;
}

.two-column-first [role="region"]>h1 {
    display: none;
}

#npc-content * {
    font: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    float: none;
    width: auto;
    height: auto;
    text-decoration: none;
}

/* ********* breadcrumbs ********** */

nav[aria-label="breadcrumbs"] {
    max-width: 1440px;
    margin: 13px auto;
    padding: 0 15px;
    line-height: normal;
}
nav[aria-label="breadcrumbs"] ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
nav[aria-label="breadcrumbs"] li:not(:last-child)::after {
    content: "/";
    font-size: 12px;
    padding: 0 5px 0 2px;
}
nav[aria-label="breadcrumbs"] a {
    color: #54575d;
    font-size: 12px;
}
nav[aria-label="breadcrumbs"] li:last-child a {
    font-weight: 700;
    color: #23415a;
    text-decoration: none;
    pointer-events: none;
}
@media only screen and (min-width: 641px) {
    nav[aria-label="breadcrumbs"] {
        padding-left: 50px;
    }
    nav[aria-label="breadcrumbs"] a {
        font-size: 14px;
    }
}


/* defaults */

#npc-content {
    width: 100%;
    font-family: articulat-cf, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #3B415A;
    overflow: hidden;
}

.mobile-site #npc-content {
    margin-bottom: 40px;
}

#npc-content section {
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
    margin: 40px auto 0;
}

#npc-content section.full-width {
    max-width: 980px;
    padding: 0;
}

#npc-content strong {
    font-weight: 800;
}

#npc-content img {
    /* override browser default of inline-block to remove white space after images */
    display: block;
    width: 100%;
    max-width: none;
}

#npc-content .image {
    /* fix IE bug where images in flex containers don't keep their aspect ratio */
    min-height: 1px;
}

#npc-content .clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/* design services nav menu */

#npc-content #ds-nav {
    font-size: 0.8em;
    background-color: #fbfbfb;
    margin: 0 auto;
}

#npc-content #ds-nav a {
    font-size: 1em;
    line-height: 40px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0 15px;
    border-top: 1px solid #cbcbcb;
    margin: 0;
}

#npc-content #ds-nav a.active {
    background-color: #595451;
    background-color: #3B415A;
    color: white;
    border: none;
}

#npc-content #ds-nav a.active~a {
    border: none;
    border-bottom: 1px solid #cbcbcb;
}


/********** Utility Classes ************/

#npc-content .no-wrap {
    white-space: nowrap;
}


/************* NPC Modal ***************/


/* modal */

[data-video-modal] {
    cursor: pointer;
}

#npc-modal {
    position: fixed;
    z-index: 1000000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#npc-modal-container {
    background-color: #fefefe;
    padding: 5px;
    border: 1px solid #888;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video #npc-modal-container {
    width: 75%;
    max-width: 1050px;
}

#npc-image {
    width: 100%;
    display: block;
}

.video #npc-modal-content {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

#npc-modal-content iframe {
    min-height: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#npc-modal-close {
    position: absolute;
    right: -7px;
    top: -7px;
    width: 22px;
    z-index: 10;
    cursor: pointer;
}

#npc-modal-close:hover,
#npc-modal-close:focus {
    text-decoration: none;
    cursor: pointer;
}


/***************************************/


/******* Design Services Defaults ******/


/***************************************/

#npc-content h1 {
    font-size: 1.6em;
    font-weight: 800;
    text-align: center;
    margin-top: 0.75em;
    line-height: 1.25;
    border-bottom: 1px solid #dbdad9;
    padding: 0 10px 0.1em;
}

#npc-content h1.image {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: none;
}

#npc-content h2 {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 800;
}

#npc-content h2.middle {
    text-align: center;
}

#npc-content h2.middle::after {
    content: none;
}

#npc-content .image+h2 {
    margin-top: .75em;
}

#npc-content h3 {
    line-height: 1.2;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 30px;
}

#steps h3 {
    text-transform: none;
}

#npc-content h4 {
    font-size: .9em;
    font-weight: 600;
    margin-top: 1em;
    line-height: 1.2;
}

#npc-content p {
    font-size: 0.8em;
    line-height: 1.75;
    margin-top: 0.75em;
}

#npc-content p.heading {
    font-weight: 700;
    margin-top: 1.5em;
}

#npc-content p.fine-print {
    font-size: 0.6em;
    text-align: center;
    margin-top: 3em;
}

#npc-content p.subtitle {
    font-weight: 600;
    margin-top: 0;
}

#npc-content a {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.75;
    margin-top: 0.75em;
    display: block;
}

#npc-content [href] {
    text-decoration: underline;
}

#npc-content .background-image {
    background-size: cover;
    background-position: center;
}

#npc-content .background-image.play-vid {
    display: flex;
    justify-content: center;
    align-items: center;
}

#npc-content .background-image.play-vid>* {
    margin: 0;
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(/Images/design-services/play.svg);
    background-size: cover;
}

#npc-content section#hero {
    margin-top: 30px;
}

#npc-content .pagewidth {
    max-width: 980px;
    margin: 0 auto;
}

#npc-content .gutter-20-30 {
    margin-left: -10px;
    margin-right: -10px;
}

#npc-content .gutter-20-30>div {
    padding: 0 10px;
}

#npc-content .two-col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#npc-content .two-col>div {
    /* flex: 0 0 100%; */
    width: 100%;
}

#npc-content .ds-button {
    font-size: 1em;
    line-height: 1.2;
    color: white;
    background-color: #3B415A;
    display: table;
    padding: .75em 1.5em;
    margin: 30px auto 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

#npc-content .ds-button[data-state="submitting"] {
    font-size: 0;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3B415A;
    background-color: transparent;
    color: transparent;
    overflow: hidden;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 0;
    pointer-events: none;
    animation: spin 1s cubic-bezier(0.5, 0.18, 0.5, 0.82) infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#npc-content .ds-button[data-state="submitted"] {
    pointer-events: none;
    cursor: default;
}

#npc-content .gray {
    background-color: #f6f5f4;
}

#npc-content .med-gray {
    background-color: #f9f8f7;
}

#npc-content .light-gray {
    background-color: #fbfafa;
}

#npc-content .white {
    background-color: white;
}

#npc-content [class*="-background"] {
    max-width: 1440px;
    padding: 40px 10px;
}

#npc-content .blue-background {
    background-color: #3B415A;
    color: white;
}

#npc-content .blue-background h3,
#npc-content .blue-background a {
    color: #F5DFCB;
}

#npc-content .orange-background {
    background-color: #F5DFCB;
}

#npc-content .danube-background {
    background-color: #B1C4E3;
}


/*! Flickity v2.2.0 https://flickity.metafizzy.co */

#npc-content .flickity-enabled {
    position: relative;
    outline-color: transparent !important;
}

#npc-content .flickity-enabled:focus {
    outline: none;
}

#npc-content .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

#npc-content .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* draggable */

#npc-content .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#npc-content .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

#npc-content .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}


/* ---- page dots ---- */

#npc-content .flickity-page-dots {
    margin-top: 20px;
    text-align: center;
    line-height: 0;
    /* line-height for bug on live site */
}

#npc-content .flickity-rtl .flickity-page-dots {
    direction: rtl;
}

#npc-content .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
    width: 13px;
    height: 13px;
    margin: 0 6px;
    background: #9c938f;
}

#npc-content .flickity-page-dots .dot.is-selected {
    opacity: 1;
}


/* ---- flickity-button ---- */

#npc-content .flickity-button {
    position: absolute;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
}

#npc-content .flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px #19f;
}

#npc-content .flickity-button:active {
    opacity: 0.6;
}

#npc-content .flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

#npc-content .flickity-button-icon {
    fill: currentColor;
}


/* ---- previous/next buttons ---- */

#npc-content .flickity-prev-next-button {
    width: 50px;
    height: 50px;
}

#npc-content .circle-buttons .flickity-prev-next-button {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
}

#npc-content .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}


/* ------------------- */

#npc-content .designer {
    text-align: center;
}

#npc-content .designer p {
    margin-top: 0;
}

#npc-content .module01 .image+p,
#npc-content .module01 .image {
    margin-top: 20px;
}

#npc-content section.module02 {
    max-width: 980px;
    padding: 0;
}

#npc-content .module02 .two-col {
    align-items: stretch;
}

#npc-content .module02 .copy {
    background: linear-gradient(to bottom, white 108px, #B1C4E3 108px);
    padding: 0 25px 35px;
    display: flex;
    align-items: center;
    min-width: 300px;
}

#npc-content .module02 .copy>div {
    background-color: white;
    padding: 0 20px 20px;
    width: 100%;
}

#npc-content .module02 p.subhead {
    font-size: .7em;
    margin-top: 0.25em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
}

#npc-content .module02 .copy .image {
    width: 210px;
    margin: 0 auto;
}

#npc-content .module02 .profile {
    text-align: center;
}

#npc-content .module02 .profile h2::after {
    margin-left: auto;
    margin-right: auto;
}

#npc-content .module02 .background-image {
    flex: 1 0 200px;
    min-height: 350px;
}

#npc-content .designer-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -25px -10px 0;
    text-align: center;
    justify-content: center;
}

#npc-content .designer-grid>div {
    flex: 0 0 50%;
    padding: 0 10px;
    margin-top: 25px;
    min-width: 160px;
    max-width: 235px;
}

#npc-content .designer-grid a,
#npc-content .designer-grid p {
    line-height: 1.5;
    margin-top: 0;
}

#npc-content .designer-grid a {
    margin-top: 0.5em;
}

#npc-content .module03 {
    background-color: #fbfafa;
}

#npc-content .count-h3 {
    counter-reset: h3;
}

#npc-content .count-h3 h3::before {
    counter-increment: h3;
    content: counter(h3) '\00A0\00A0|\00A0\00A0';
}

section#about-designer,
section#final-thoughts,
#npc-content .module03>section {
    padding: 30px 10px;
}

#about-designer>div>div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -15px;
}

#about-designer>div>div>div {
    padding: 0 15px;
}

#about-designer .bio {
    flex: 0 1 550px;
}

#about-designer .favorites {
    flex: 0 1 300px;
}

#about-designer p {
    margin-top: 0;
}

#badges {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    position: relative;
    width: 300px;
    margin-top: 5px;
}

#badges input {
    display: none;
}

#badges label {
    display: block;
    position: relative;
    width: 50px;
    padding: 5px;
    background-color: #3B415A;
    border-radius: 2px;
    cursor: pointer;
}

#badges :checked~label::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: white transparent;
    bottom: -15px;
    border-width: 0 8px 12px;
    left: 17px;
}

#badges p {
    position: absolute;
    left: 0;
    margin-top: 15px;
    background-color: white;
    font-size: 0.6em;
    padding: 1em;
    width: 300px;
    line-height: 1.25;
    display: none;
    border-radius: 2px;
}

#badges :checked~p {
    display: block;
}

#rooms .background-image {
    width: 780px;
    max-width: calc(100% - 40px);
    min-height: 200px;
    margin-right: 20px;
}

#rooms .background-image.half {
    width: 390px;
    max-width: calc(50% - 20px);
    min-width: 185px;
}

#rooms .background-image>div {
    padding-bottom: calc(100% * 420 / 780);
}

#rooms .background-image.half>div {
    padding-bottom: calc(100% * 420 / 390);
}

section#qa {
    text-align: center;
}

#qa .two-col {
    justify-content: space-around;
}

#qa .two-col>div {
    max-width: 380px;
}

#npc-content #qa h2 {
    font-size: 2.5em;
}

#npc-content #qa h2::after {
    content: none;
}

#qa h2+p {
    font-size: 0.9em;
}

#qa .heading {
    font-size: 0.9em;
}

#qa .heading {
    padding-top: 1.5em;
    border-top: 1px solid #9c938f;
}

#testimonials [data-flickity] {
    padding-bottom: 50px;
}

#testimonials .testimonial {
    width: 100%;
}

#testimonials .testimonial p::before {
    content: "\201C";
}

#testimonials .testimonial p::after {
    content: "\201D";
}

#npc-content .flickity-button-icon {
    fill: #3B415A;
}

#npc-content [class*="-background"] .flickity-button-icon {
    fill: white;
}

#testimonials .flickity-prev-next-button {
    bottom: -10px;
}

#testimonials .flickity-prev-next-button.previous {
    right: 53%;
}

#testimonials .flickity-prev-next-button.next {
    left: 53%;
}

#oer .two-col {
    margin-top: -20px;
}

#oer .two-col>div {
    margin-top: 20px;
}

#oer p::before,
#final-thoughts p::before {
    content: "\201C";
}

#oer p::after,
#final-thoughts p::after {
    content: "\201D";
}

#products {
    overflow: hidden;
}

#products .flickity-viewport {
    overflow: visible;
}

#products .product {
    width: 220px;
    margin-right: 33.3px;
    margin-right: 15px;
    text-align: center;
    padding: 0 10px;
}

#products .product.bigger .image {
    margin: -10px;
}

#products .product.smaller .image {
    padding: 10px;
}

#products a {
    font-weight: 500;
}

#npc-content .modules {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -40px -12.5px 0;
    text-align: center;
}

#npc-content h2+.modules {
    margin-top: 0;
}

#npc-content .modules>div {
    flex: 0 1 335px;
    margin-top: 40px;
    padding: 0 12.5px;
}

#npc-content .modules.four-col>div {
    flex: 0 1 255px;
    padding: 0 10px;
}

#npc-content .modules .image {
    height: 60px;
    margin: 0 auto 40px;
}

#npc-content .modules.four-col .image {
    height: 50px;
    margin: 0 auto 25px;
}

#npc-content .modules .image img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

#npc-content .story-grid>div {
    margin-top: 30px;
}

#npc-content .story-grid .background-image {
    height: 260px;
}

#npc-content form {
    max-width: 860px;
    margin: 0 auto;
    font-size: .9em;
}

#npc-content .nav-radio {
    display: none;
}

#page1-radio:checked~.page:not(#page1),
#page2-radio:checked~.page:not(#page2),
#page3-radio:checked~.page:not(#page3),
#page4-radio:checked~.page:not(#page4) {
    display: none;
}

#npc-content form h2 {
    text-align: center;
}

#npc-content .default-text,
#npc-content .default-submit {
    position: relative;
    margin-top: 20px;
}

#npc-content form p,
#npc-content .default-textarea>label,
#npc-content .default-select>label,
#npc-content .default-checkbox>label {
    display: block;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 3em;
}

#npc-content form h2+p {
    margin-top: .75em;
}

#npc-content .default-text input,
#npc-content .default-textarea textarea,
#npc-content .default-select select,
#npc-content .default-checkbox>label:before,
#npc-content .default-radio>label:before,
#npc-content .default-submit input {
    border: 1px solid #b7b7b7;
    padding: .75em;
    width: 100%;
}

#npc-content .default-textarea textarea {
    resize: none;
    height: 6.5em;
}

#npc-content .default-text {
    min-width: 250px;
}

#npc-content .default-text input {
    padding: 1.25em 1em .25em;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

#npc-content .filled>:invalid,
#npc-content .default-radio.filled>:invalid+label:before {
    border: solid 1px red
}

#npc-content label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#npc-content .default-text input+label {
    position: absolute;
    top: 1em;
    left: 1em;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding: inherit;
    pointer-events: none;
}

#npc-content .default-text:not(.filled) input:not(:focus):not([required])+label:after {
    content: " (optional)";
}

#npc-content .default-text input:focus+label,
#npc-content .default-text.filled input+label {
    font-size: .8em;
    top: .5em;
    left: .5em;
}

#npc-content .default-text.filled input:invalid+label:after {
    content: " Error ("attr(validation-text) ")";
    color: red;
    padding-left: 13px;
    margin-left: .5em;
    line-height: .7;
    background-image: url(https://www.la-z-boy.com/Images/npc/error.svg);
    background-size: 13px;
    background-position: 0 2px;
    background-repeat: no-repeat;
}

#npc-content .default-text:not(.filled) [type=date]:not(:focus) {
    color: rgba(255, 255, 255, 0);
}

#npc-content .default-text:not(.filled) [type=date]:not(:focus)::-webkit-calendar-picker-indicator {
    opacity: 0;
}

#npc-content .default-radio {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

#npc-content .default-checkbox [type=checkbox],
#npc-content .default-radio [type=radio] {
    display: none;
}

#npc-content .default-checkbox>label,
#npc-content .default-radio>label {
    display: inline-block;
    position: relative;
    line-height: 1.5em;
    padding-left: 2em;
    margin-right: 1em;
}

#npc-content .default-radio>label {
    display: inline-block;
    position: relative;
    line-height: 1.5em;
    padding-left: 2em;
    margin-right: 1em;
    margin-top: .5em;
}

#npc-content .default-checkbox>label:before,
#npc-content .default-radio>label:before {
    content: "";
    font-family: LZB Icons;
    text-align: center;
    color: #3B415A;
    position: absolute;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
}

#npc-content .default-checkbox>input:checked+label:before,
#npc-content .default-radio>input:checked+label:before {
    content: '\e90c';
}

#npc-content .reveal-show-hide~.show-hide {
    overflow: hidden;
    transition: all .2s ease-out
}

#npc-content .reveal-show-hide:not(:checked)~.show-hide {
    height: 0;
    margin-top: 0;
    border-width: 0;
    opacity: 0;
}

#npc-content .circle-checkbox,
#npc-content .square-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

#npc-content .circle-checkbox>[type="checkbox"],
#npc-content .square-checkbox>[type="checkbox"] {
    display: none
}

#npc-content .circle-checkbox label,
#npc-content .square-checkbox label {
    display: block;
    margin: 30px 15px 0;
    padding: 10px;
    border: dashed 1px #B1C4E3;
}

#npc-content .circle-checkbox label {
    height: 150px;
    width: 150px;
    line-height: 130px;
    text-align: center;
    border-radius: 75px;
}

#npc-content .square-checkbox label {
    width: 260px;
    height: 260px;
    background-clip: content-box;
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
}

#npc-content .circle-checkbox label:hover,
#npc-content .square-checkbox label:hover {
    border-color: #3B415A;
}

#npc-content .circle-checkbox input:checked+label,
#npc-content .square-checkbox input:checked+label {
    border: solid 2px #3B415A;
    padding: 9px;
}

#npc-content .default-radio>label:before {
    border-radius: 50%;
}

#npc-content .default-submit {
    max-width: 200px;
}

#npc-content .default-submit input {
    background-color: #3B415A;
    border-color: #3B415A;
    color: white;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
}

#npc-content .number-line>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#npc-content .number-line .default-radio:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: .75em;
    border-bottom: 1px solid #b7b7b7;
}

#npc-content .number-line .default-radio>label {
    padding-left: 0;
    padding-bottom: 1.5em;
    margin-right: 0;
    min-width: 1.5em;
    text-align: center;
}

#npc-content .number-line .default-radio>label:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: white;
}

#npc-content .number-line .labels {
    max-width: 800px;
    margin: .5em auto 0;
}

/* Hacks to update DS Menu */
#npc-content #ds-nav a:nth-child(5) {
    display: none;
}
#npc-content #ds-nav a:nth-child(4):before {
    content: "Book Your "
}

@media only screen and (min-width: 500px) {
    #npc-content h1 {
        font-size: 2em;
    }

    #npc-content .two-col>div {
        width: 50%;
        flex-grow: 1;
    }

    #npc-content .two-col>.title {
        max-width: 280px;
        max-width: 300px;
    }

    #npc-content .two-col>.title+div>p:first-child {
        margin-top: 0;
    }

    #npc-content .module01 .image:first-child {
        margin-top: 0;
    }

    #npc-content .designer-grid>div {
        flex-basis: 33.333333%;
    }

    #qa .heading:first-child {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }

    #testimonials h3 {
        margin-top: 0;
    }

    #final-thoughts .two-col>div {
        flex: 1 0 0;
    }

    #final-thoughts .two-col>div+div {
        flex: 2 0 345px;
    }

    #npc-content .story-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -10px;
    }

    #npc-content .story-grid>div {
        padding: 0 10px;
        flex: 1 0 50%;
    }
}

@media only screen and (min-width: 700px) {
    #npc-content h2 {
        font-size: 1.6em;
    }

    #npc-content form h3 {
        margin-top: 50px
    }

    #hero p {
        font-size: 0.9em;
    }

    #npc-content .gutter-20-30 {
        margin-left: -15px;
        margin-right: -15px;
    }

    #npc-content .gutter-20-30>div {
        padding: 0 15px;
    }

    #npc-content .design-request {
        font-size: 1.1em;
    }

    #npc-content .module02 .copy {
        background: linear-gradient(to bottom, white 119px, #B1C4E3 119px);
        flex: 0 0 380px;
        /* padding: 0 30px 35px; */
    }

    #npc-content .module02 .copy>div {
        padding: 0 25px 25px;
    }

    #npc-content .module02 p {
        line-height: 2;
    }

    #npc-content .module02 .background-image {
        min-height: 385px;
    }

    #npc-content .designer-grid>div {
        flex-basis: 25%;
    }

    #qa h2+p {
        font-size: 1.2em;
    }

    #testimonials .pagewidth>div>div {
        margin-top: 0;
        padding: 10px 50px;
    }

    #testimonials [data-flickity] {
        padding: 0;
    }

    #testimonials .flickity-prev-next-button {
        bottom: 50%;
        bottom: calc(50% - 25px);
    }

    #testimonials .flickity-prev-next-button.previous {
        right: auto;
        left: -50px;
    }

    #testimonials .flickity-prev-next-button.next {
        left: auto;
        right: -50px;
    }

    #npc-content .story-grid {
        margin: 0 -20px;
    }

    #npc-content .story-grid>div {
        padding: 0 20px;
        margin-top: 50px;
    }

    #npc-content .story-grid .background-image,
    #npc-content .story-grid .design-tip {
        height: 385px;
    }

    #npc-content .ds-button {
        margin-top: 50px
    }
}

@media only screen and (min-width: 850px) {
    #npc-content #ds-nav {
        display: flex;
        background-color: #595451;
        background-color: #3B415A;
        font-size: .9em;
    }

    #npc-content #ds-nav>div {
        width: 100%;
        max-width: 1000px;
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    #npc-content #ds-nav a,
    #npc-content #ds-nav a.active~a {
        line-height: 60px;
        color: white;
        position: relative;
        border-bottom: none;
    }

    #npc-content #ds-nav a:after {
        content: "";
        display: block;
        position: absolute;
        background-color: white;
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        transition: height 0.2s;
    }

    #npc-content #ds-nav a.active:after,
    #npc-content #ds-nav a:hover:after {
        height: 7px;
    }

    #npc-content #ds-nav a {
        border: none;
    }

    #npc-content section {
        margin-top: 60px;
    }

    #npc-content h1 {
        font-size: 2.4em;
    }

    #npc-content section#hero {
        margin-top: 35px;
    }

    #npc-content [class*="-background"] {
        padding: 60px 10px;
    }

    #npc-content .designer-grid {
        margin: -50px -20px 0;
    }

    #npc-content .designer-grid>div {
        padding: 0 20px;
        margin-top: 50px;
        min-width: 180px;
        max-width: 255px;
    }

    #npc-content .designer-grid a,
    #npc-content .designer-grid p {
        line-height: 1.75;
    }

    #steps .two-col>div {
        margin-top: 40px;
    }

    #steps .step+.step {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 980px) {
    #npc-content #ds-nav {
        font-size: 1em;
    }
}