﻿/* Import Font Family */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');


/* -------------------------------------------------- 
	:: STORE PAGE
---------------------------------------------------*/
.gifts .header {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.gifts .menu.products { display: none; }

.gifts .row.sixteen,
.new-canvas .row.sixteen {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}
.gifts .row.sixteen .twelve.columns,
.new-canvas .row.sixteen .twelve.columns {
        width: 100%;
        margin-left: 0;
    }

.gifts .row.sixteen .twelve.columns .pickup.delivery {
    width: 100%;
    text-align: center;
    }

.gift-banner {
    width: 100%; 
    height: 250px;
    position: relative;
    overflow: hidden;
    display: block;
}
.gbc-landing .gift-banner {
    height: 150px;
}
.gbc-landing .gift-banner-mobile,
body[lang="en-US"] .gift-banner-mobile,
body[lang="en-CA"] .gift-banner-mobile,
body[lang="fr-CA"] .gift-banner-mobile
 { 
    display: none; 
}
.gifts.main .gift-banner > h1,
.gifts.prints-landing .gift-banner > h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.gifts.main .gift-banner > h1 {
    font-size: 3.25rem;
    top: 27%;
}
.gifts.prints-landing .gift-banner > h1 {
    font-size: 3.2rem;
    top: 19%;
}
.gifts.main .gift-banner > p,
.gifts.prints-landing .gift-banner > p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.gifts.main .gift-banner > p {
    font-size: 1.83rem;
    top: 55%;
}
.gifts.prints-landing .gift-banner > p {
    font-size: 1.7rem;
    top: 46%;
}

@media (max-width: 1189px) {
    .gift-banner {
        height: 180px;
    }
    .gifts.main .gift-banner > h1 {
        font-size: 2.3rem;
    }
    .gifts.prints-landing .gift-banner > h1 {
        font-size: 2.8rem;
        top: 24%;
    }
    .gifts.main .gift-banner > p {
        font-size: 1.33rem;
    }
    .gifts.prints-landing .gift-banner > p {
        font-size: 1.54rem;
        top: 58%;
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    .gift-banner {
        height: auto;
    }
    .gifts.main .gift-banner > h1,
    .gifts.prints-landing .gift-banner > h1 {
        color: #333 !important;
        font-family: "HelveticaNeueRoman","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 1.75rem;
        letter-spacing: -1px;
        text-transform: none;
        padding-top: 66px;
        padding-bottom: 6px;
        position: static;
        text-align: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .gifts.main .gift-banner > p,
    .gifts.prints-landing .gift-banner > p { display: none; }
    .gifts .gift-banner img { display: none; }
}

/*body[lang="en-US"] .gift-banner {
    background-color: #e6e5eb;
}
body[lang="en-CA"] .gift-banner,
body[lang="fr-CA"] .gift-banner {
    background: #f1f0ee;
    background: -webkit-linear-gradient(left, #f1f0ee, #ccbfb7);
    background: -o-linear-gradient(right, #f1f0ee, #ccbfb7);
    background: -moz-linear-gradient(right, #f1f0ee, #ccbfb7);
    background: linear-gradient(to right, #f1f0ee, #ccbfb7);
}*/

.gift-banner img,
.new-canvas .gift-banner img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -10000px;
    right: -10000px;
    max-width: 2000px;
}

/*.gbc-landing .gift-banner img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1190px;
}*/

.gifts .product-tiles,
.new-canvas .product-tiles {
    width: 1190px;
    max-width: 1190px;
    min-width: 1190px;
    margin: 0 auto;
}
.product-tiles .products {
    width: 100%;
    margin: 10px 0 20px;
    display: block;
}
.gbc-landing .product-tiles .products,
.new-canvas .product-tiles .products {
    margin: 30px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-canvas .product-tiles .products {
    margin-bottom: 72px;
}

.gifts .products *,
.gifts .products *:before,
.gifts .products *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gifts .products .delivery {
    font-size: .9em;
}


.products .grid-sizer {
    width: 25%; height: 280px;
}
.gbc-landing .products .grid-sizer {
    display: none;
}
.products .item,
.products .link-panel,
.products .link-panel.cac,
.products .link-panel.disney {
    width: 25%; height: 280px;
    border: 10px solid #fff;
    overflow: hidden;
}
.products .item.w2,
.products .link-panel.sports {
    width: 50%;
}
.products .item.h2 {
    height: 560px;
}
.products .item.sq,
.products .link-panel.aig {
    width: 50%;
    height: 560px;
}
.gbc-landing .products .item.sq,
.gbc-landing .products .link-panel.aig {
    height: auto;
    min-height: 0;
}

.products .item > a,
.products .link-panel .holder {
     position: relative;
    width: 100%; height: 100%;
    display: block;
    text-decoration: none;
}
.user-is-tabbing .products .item > a:focus:before,
.user-is-tabbing .products .link-panel .holder:focus:before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: block;
    content: '';
    background: transparent;
    position: absolute;
    top: 1px; left: 1px;
    z-index: 1;
    border: 2px solid #000;
}

/*.gbc-landing .products.greeting-cards .item > a:focus:before {
    display: none;
}*/

.products .item h3,
.products .link-panel h3,
.products .item .name,
.products .link-panel .name {
    padding: 20px 20px 0 20px;
    font-weight: bold;
    font-size: 26px;
    overflow: hidden;
    color: #333;
    position: relative;
    z-index: 1;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.4), 1px -1px 0 rgba(255,255,255,0.4), -1px 1px 0 rgba(255,255,255,0.4), 1px 1px 0 rgba(255,255,255,0.4);
}
.gbc-landing .products .item .name,
.gbc-landing .products .link-panel .name,
.gbc-landing .products .item h3,
.gbc-landing .products .link-panel h3 {
    text-shadow: none;
    overflow: unset;
}
.products .item .name:first-letter,
.products .link-panel .name:first-letter,
.products .item h3:first-letter,
.products .link-panel h3:first-letter {
    text-transform: capitalize;
}
.products .link-panel .name,
.products .link-panel h3 { text-transform: capitalize; }
.products .item .name br,
.products .item .link-panel .name br,
.products .item h3 br,
.products .link-panel h3 br { display: none; }
.products .item .desc,
.products .link-panel .desc {
    width: 80%;
    padding: 0 20px 10px 20px;
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 1;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.4), 1px -1px 0 rgba(255,255,255,0.4), -1px 1px 0 rgba(255,255,255,0.4), 1px 1px 0 rgba(255,255,255,0.4);
    /*text-transform: lowercase;*/
}
.gbc-landing .products .item .desc,
.gbc-landing .products .link-panel .desc {
    padding: 0;
    text-shadow: none;
}
/* product specfic */
.products .item.w2 .desc,
.products .link-panel.w2 .desc {
    width: 50%;
}
.gbc-landing .products .item.w2 .desc,
.gbc-landing .products .link-panel.w2 .desc {
    width: 80%;
}
body[lang*="CA"] #Tile_CanvasPrints .desc  { width: 50%; }
.products .link-panel.cac .desc { width: 70%; }

.products .item .desc ul {
    list-style-type: disc;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.gbc-landing .products .item .desc ul {
    margin-left: 17px;
    padding-left: 10px;
}
.products .item .desc ul li:first-letter {
    text-transform: capitalize;
}

.products .item .desc .desktop { display: block; }
.products .item .desc .mobile { display: none; }


.products .item .bottom{
    width: 80%;
    padding: 5px 20px 20px 20px;
    font-size: 13px;
    color: #333;
    position: relative;
    z-index: 1;

    text-transform: lowercase;
}
.products .item .bottom{
    position: absolute;
    left: 0;
    bottom: 0;
}

.products .item .desc:first-letter,
.products .link-panel .desc:first-letter { text-transform: uppercase; }
.products .link-panel .price,
.products .item .price {
    width:auto;
    display:inline-block;
    padding: 5px 20px 20px 20px;
    font-weight: bold;
    font-size: 16px;
    color: #0060a8;
    position: relative;
    z-index: 1;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.4), 1px -1px 0 rgba(255,255,255,0.4), -1px 1px 0 rgba(255,255,255,0.4), 1px 1px 0 rgba(255,255,255,0.4);
    /*text-transform: uppercase;*/
}
.gbc-landing .products .link-panel .price,
.gbc-landing .products .item .price {
    padding: 0 0 20px;
    text-shadow: none;
}
.products .link-panel .holder img,
.products .item img {
    max-width: none;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
}

.gbc-landing .products .item img {
    position: relative;
    height: auto;
    width: 100%;
    max-width: none;
}

.products .item.w2 img { width: 100%; }
.products .item.h2 img { height: 100%; }
.products .item.x img { width: 100%; }
/*.gifts.main .products .item.x img { width: 160%; }*/

/* product specific */
.products .item #Tile_MultiPanelCanvas img {
    width: 160%;
}
.prints-landing .products li + li + li + li.item.x img {
    width: 130%;
}
.prints-landing .products li + li + li + li + li.item.x img {
    width: 100%;
}

.products .link-panel.aig .holder img {
    width: 750px;
}
.products .link-panel.disney .holder img {
    width: 110%;
}
.products .link-panel.cac .holder img {
    width: 110%;
}
.products .link-panel.sports .holder img {
    width: 100%;
}

.products .gbc-image {
    display: none;
}

.gbc-landing .products.greeting-cards .item.sq,
.gbc-landing .products.greeting-cards .item.w2,
.gbc-landing .products.greeting-cards .item.h2 {
    background: #f1f1f1;
    width: calc(50% - 10px);
    height: auto;
    padding: 0;
    border: none;
    margin: 0 0 30px;
}

.products.greeting-cards .non-gbc {
    display: none;
}

.gbc-landing .products.greeting-cards .item .gbc-image {
    display: block;
    text-align: right;
    width: 50%;
    max-height: 274px;
    margin: 0 0 0 auto;
}

.gbc-landing .products.greeting-cards .item.reverse .gbc-image {
    /*-webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;*/
}

.gbc-landing .products.greeting-cards .item > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*.gbc-landing .products.greeting-cards .item.reverse > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}*/

/*.products.greeting-cards .item a div {
    width: 100%;
}*/

.gbc-landing .products.greeting-cards .item a div.gbc-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 0;
    width: 100%;
    height: 100%;
}
.gbc-landing .products.greeting-cards .item a div.gbc-description h3{
    width: 100%;
    margin-bottom: 10px;
}
.gbc-landing .product-tiles .products.greeting-cards .gbc-description img{
    display: none;
}
.gbc-landing .products.greeting-cards .item a .gbc-start {
    width: 210px;
    height: 46px;
    margin: 24px auto 0 0;
    background-color: #0060a9;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
}

.gbc-landing .products.greeting-cards .item .gbc-featured {
    margin-top: 30px;
    color: #333;
    font-size: 16px;
    width: 100%;
}

    .gbc-landing .products.greeting-cards .item .gbc-featured span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.gbc-landing .products.greeting-cards .item .gbc-featured span p{
    width: 100%;

}

.gbc-landing .products.greeting-cards .item .gbc-featured span a {
    padding: 0 20px 0 0;
}

/* GBC, Canvas - New Landing Page Styling */

.gbc-b .gbc-title,
.new-canvas .new-canvas_title {
    max-width: 1190px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
    margin-bottom: 24px;
}

.gbc-b .content,
.new-canvas .content {
    width: 100%;
    max-width: 1190px;
    min-width: 0;
    margin: 0 auto;
}

.gbc-b .gift-banner,
.new-canvas .gift-banner {
    height: 400px;
}

.gbc-b .product-tiles,
.new-canvas .product-tiles {
    margin-top: -220px;
}

.gbc-b .gift-banner .hero-banner-copy,
.new-canvas .gift-banner .hero-banner-copy {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 56px;
    z-index: 1;
}

.gbc-b .gift-banner .hero-banner-copy h2,
.new-canvas .gift-banner .hero-banner-copy h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.gbc-b .gift-banner .hero-banner-copy p,
.gbc-b .product-tiles .tile-copy p,
.gbc-b .product-tiles .tile-copy li,
.gbc-b .section-2-copy p,
.gbc-b .section-3-copy p,
.gbc-b .section-3-tiles p,
.gbc-b .section-4-tiles .tile-copy p,
.gbc-b .section-4-tiles .tile-copy li,
.gbc-b .gbc-section-5 p,
.gbc-b .section-6-tiles .tile-copy p,
.gbc-b .section-6-tiles .tile-copy a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
}

.new-canvas .gift-banner .hero-banner-copy p,
.new-canvas .product-tiles .tile-copy p,
.new-canvas .product-tiles .tile-copy li,
.new-canvas .section-2-copy p,
.new-canvas .section-3-copy p,
.new-canvas .section-3-tiles p,
.new-canvas .section-4-tiles .tile-copy p,
.new-canvas .section-4-tiles .tile-copy li,
.new-canvas .gbc-section-5 p,
.new-canvas .section-6-tiles .tile-copy p,
.new-canvas .section-6-tiles .tile-copy a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
}

.gbc-b .product-tiles .products,
.new-canvas .product-tiles .products {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gbc-b .product-tiles .products .item,
.new-canvas .product-tiles .products .item {
    height: auto !important;
    width: calc(50% - 10px) !important;
    position: relative !important;
    box-shadow: 0 0 0 1px #ccc;
    border: none;
    background: #fff;
}

.new-canvas .products .item img {
    position: relative;
    height: auto;
    width: 100%;
    max-width: none;
    border: solid 10px #fff;
    box-sizing: border-box;
}


.holiday-lights {
    position: absolute !important;
    top: 0;
}

    .h-lights-1 {
      animation: lights-1 2s infinite;
    }

    .h-lights-2 {
      animation: lights-2 2s infinite;
    }

    .h-lights-3 {
      animation: lights-3 2s infinite;
    }

    @keyframes lights-1 {
        0%   { opacity: 0; }
        50% { opacity: 1; }
        100% { opacity: 0; }
    }

    @keyframes lights-2 {
        0%   { opacity: 0; }
        25% { opacity: 1; }
        100% { opacity: 0; }
    }

    @keyframes lights-3 {
        0%   { opacity: 0; }
        75% { opacity: 1; }
        100% { opacity: 0; }
    }

    .h-lights-1b {
      animation: lights-1b 2s infinite;
    }

    .h-lights-2b {
      animation: lights-2b 2s infinite;
    }

    .h-lights-3b {
      animation: lights-3b 2s infinite;
    }

    @keyframes lights-1b {
        0%   { opacity: 0; }
        50% { opacity: 1; }
        100% { opacity: 0; }
    }

    @keyframes lights-2b {
        0%   { opacity: 0; }
        25% { opacity: 1; }
        100% { opacity: 0; }
    }

    @keyframes lights-3b {
        0%   { opacity: 0; }
        75% { opacity: 1; }
        100% { opacity: 0; }
    }

.gbc-b .product-tiles h3,
.new-canvas .product-tiles h3 {
    margin-bottom: 16px;
}

.new-canvas .product-tiles h3 {
    padding-top: 15px;
    font-weight: normal;
}

.gbc-b .product-tiles span,
.new-canvas .product-tiles span {
    color: #0060a8;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    padding: 0 20px;
}

.new-canvas .product-tiles span {
    letter-spacing: -1px;
}

.gbc-b .product-tiles .tile-copy {
    padding: 10px 20px 20px;
}

.new-canvas .product-tiles .tile-copy {
    padding: 5px 20px 20px;
}

.gbc-b .product-tiles .tile-copy p,
.new-canvas .product-tiles .tile-copy p {
    margin-bottom: 16px;
    min-height: 48px;
}

.gbc-b .product-tiles .tile-copy a,
.gbc-b .gbc-section-4 a {
    height: 40px;
    padding: 0 20px;
    border: none;
    background: #3071A9;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 16px;
    display: inline-block;
    text-align: center;
}
.gbc-b .gbc-section-4 a {
    text-decoration: underline;
}

.gbc-b .product-tiles .tile-copy a:hover,
.gbc-b .gbc-section-4 a:hover {
    background: #2a6293;
    text-decoration: none;
}

.gbc-b .gbc-section-4 a.lgs-mobile {
    display: none;
}

.gbc-b .product-tiles .tile-copy a:hover {
    cursor: pointer;
}

.gbc-b .product-tiles .tile-copy ul,
.new-canvas .product-tiles .tile-copy ul,
.gbc-b .section-4-tiles .tile-copy ul,
.new-canvas .section-4-tiles .tile-copy ul {
    list-style: disc;
    list-style-position: inside;
}

.gbc-b .gbc-section-2,
.new-canvas .gbc-section-2 {
    position: relative;
    min-height: 547px;
    overflow: hidden;
}

.new-canvas .gbc-section-2 {
    height: 547px;
}

.gbc-b .gbc-section-2 img.section-2-img-desk,
.new-canvas .art-gallery .art-gallery-img-desk {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -10000px;
    right: -10000px;
    max-width: 2000px;
}

.gbc-b .gbc-section-2 img.section-2-img-mobile,
.new-canvas .art-gallery .art-gallery-img-mobile {
    display: none;
}

.section-2-gif {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -10000px;
    right: -10000px;
}

.gbc-b .section-2-copy {
    position: relative;
    max-width: 465px;
    padding: 120px 20px 0;
}

.gbc-b .section-2-copy h3,
.gbc-b .section-4-content h3 ,
.gbc-b .gbc-section-5 h3,
.gbc-b .section-6-content h3,
.new-canvas .section-4-content h3,
.new-canvas .read-post .read-post_title {
    font-size: 30px;
    margin-bottom: 24px;
    font-weight: 400;
    letter-spacing: -1px;
}

.gbc-b .section-2-copy p {
    padding-bottom: 30px;
}

.gbc-b .gbc-section-3,
.new-canvas .gbc-section-3 {
    background: #eee;
}

.gbc-b .section-3-copy,
.new-canvas .section-3-copy {
    max-width: 1150px;
    text-align: center;
    margin: 0 auto;
}

.gbc-b .section-3-copy h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1px;
    padding: 80px 0 24px;
}

.gbc-b .section-3-copy p,
.new-canvas .section-3-copy p {
    margin-bottom: 48px;
}

.gbc-b .section-3-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.gbc-b .section-3-tiles .img-container,
.new-canvas .customize-canvas_tiles .img-container {
    height: 96px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.gbc-b .section-3-tiles > div,
.new-canvas .section-3-tiles > div {
    max-width: 272px;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.gbc-b .section-3-tiles h4,
.new-canvas .section-3-tiles h4,
.gbc-b .section-4-tiles .tile-copy h4,
.new-canvas .section-4-tiles .tile-copy h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 16px;
}

.gbc-b .section-3-tiles h4 {
    padding: 0 30px;
}

.new-canvas .section-3-tiles h4 {
    margin: 16px 0;
    padding: 0;
}

.gbc-b .section-3-tiles p,
.new-canvas .section-3-tiles p {
    margin-bottom: 80px;
}

.gbc-b .gbc-section-4,
.new-canvas .gbc-section-4 {
    background: #fff;
}

.gbc-b .section-4-content h3,
.new-canvas .section-4-content h3,
.new-canvas .read-post .read-post_title {
    text-align: center;
    padding: 80px 0 24px;
}

.gbc-b .section-4-tiles,
.gbc-b .section-6-tiles {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.new-canvas .read-post {
    padding-bottom: 80px;
}
.new-canvas .read-post .post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-canvas .read-post .post-list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-canvas .read-post .post-list_item img {
    width: 50%;
    max-width: 50%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.new-canvas .read-post .post-list_item figcaption {
    padding-left: 20px;
 }

.new-canvas .read-post .post-list_item .item_title {
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    text-align: left;
}

.new-canvas .read-post .post-list_item .item_desc {
    padding: 16px 0;
}

.new-canvas .read-post .post-list {
    padding: 0 10px;
}

.new-canvas .read-post .post-list li {
    width: 50%;
}

.new-canvas .read-post .post-list_item {
    padding: 0 10px;
}


.gbc-b .section-4-tiles .img-container img,
.new-canvas .section-4-tiles .img-container img {
    width: 100%;
}

.gbc-b .section-6-tiles .img-container img {
    width: 100%;
}

.gbc-b .section-4-tiles .tile,
.new-canvas .section-4-tiles .tile,
.gbc-b .section-6-tiles .tile {
    max-width: 383px;
    width: calc(33.33% - 10px);
}

.gbc-b .section-4-tiles .img-container {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.gbc-b .section-4-tiles .img-container img {
    width: 100%;
}

.new-canvas .section-4-tiles .img-container img {
    width: auto;
    height: 96px;
}

.gbc-b .section-4-tiles .tile-copy {
    padding: 24px 20px 0;
}

.new-canvas .section-4-tiles .tile-copy {
    padding: 0 10px;
    text-align: center;
}

.gbc-b .section-4-tiles .tile-copy p,
.new-canvas .section-4-tiles .tile-copy p {
    margin-bottom: 10px;
}

.gbc-b .section-4-content {
    padding-bottom: 80px;
}

.new-canvas .section-4-content {
    padding: 0 10px 80px;
}

.gbc-b .section-4-content .btn-container,
.new-canvas .section-4-content .btn-container {
    text-align: center;
}

.gbc-b .gbc-section-5 {
    text-align: center;
    background: #efefef;
    padding: 80px 0;
}

.gbc-b .gbc-section-5 p {
    margin-bottom: 20px;
}

.gbc-b .gbc-section-5 p a,
.gbc-b .section-6-tiles .tile a {
    text-decoration: underline
}

.gbc-b .gbc-section-5 video {
    max-width: 960px;
}

.gbc-b .gbc-section-6 {
    padding-top: 80px;
}

.gbc-b .section-6-content h3 {
    text-align: center;
}

.gbc-b .section-6-tiles .tile {
    box-shadow: 0 0 0 1px #ccc;
}

.gbc-b .section-6-tiles .tile .img-container img {
    width: 100%;
}

.gbc-b .section-6-tiles .tile h4,
.gbc-b .section-6-tiles .tile p {
    margin-bottom: 16px;
}

.gbc-b .section-6-tiles .second-tile h4 {
    width: 90%;
    min-height: 58px;
}

.gbc-b .section-6-tiles .tile-copy {
    padding: 20px;
}

.gbc-b .section-6-tiles h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -1px;
    color: #0060a9;
}

.gbc-b .section-6-tiles .tile a {
    text-decoration: none;
}

.gbc-b .section-6-tiles .tile a:hover {
    text-decoration: underline;
}

/* :::::::::: 2018 Redesign Canvas Page :::::::::: */
.new-canvas h3,
.new-canvas h4 {
    letter-spacing: -1px;
}

.new-canvas p,
.new-canvas a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
}

.new-canvas .cta-btn {
    min-width: 170px;
    height: 40px;
    padding: 0 20px;
    border: none;
    background: #3071A9;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 16px;
    display: inline-block;
    text-align: center;
}

.new-canvas .cta-btn:hover {
    background: #2a6293;
    text-decoration: none;
}


/* About Canvas */
.new-canvas .about-canvas .section-3-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}

.new-canvas .about-canvas .img-container img {
    width: 100%;
}

.new-canvas .about-canvas .section-3-tiles .section-3-tile-copy {
    text-align: left;
}

.new-canvas .section-3-copy h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1px;
    padding: 80px 0 16px;
}

/* Customize Canvas */
.new-canvas .customize-canvas_tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* Art Gallery */
.new-canvas .art-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-canvas .art-gallery .section-2-copy {
    position: relative; 
    max-width: 465px;
    padding: 0 20px;
}

.new-canvas .art-gallery_title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -1px;
}

.new-canvas .art-gallery_price {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 16px;
    margin-bottom: 24px;
    color: #0060A8;
}

.new-canvas .about-canvas_sub-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 48px;
}

.new-canvas .art-gallery_desc {
    padding-bottom: 50px;
}

.new-canvas .art-gallery_desc-mobile {
    display: none;
}

/* Styles only for CA */
body[lang="en-CA"] .new-canvas .art-gallery .art-gallery_title,
body[lang="fr-CA"] .new-canvas .art-gallery .art-gallery_title {
    margin-bottom: 16px;
}

body[lang="en-CA"] .new-canvas .art-gallery .art-gallery_desc,
body[lang="fr-CA"] .new-canvas .art-gallery .art-gallery_desc {
    padding-bottom: 24px;
}

body[lang="en-CA"] .new-canvas .art-gallery ul,
body[lang="fr-CA"] .new-canvas .art-gallery ul {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
    list-style-type: disc;
    padding-left: 20px;
}

body[lang="en-CA"] .new-canvas .art-gallery_sizes,
body[lang="fr-CA"] .new-canvas .art-gallery_sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body[lang="en-CA"] .new-canvas .art-gallery_sizes ul:first-child,
body[lang="fr-CA"] .new-canvas .art-gallery_sizes ul:first-child {
    padding-right: 70px;
}


@media only screen and (max-width: 1240px) {

    .gbc-b .gbc-section-2 {
        min-height: 405px;
    }

    .gbc-b .gbc-section-2 img {
        max-width: none;
        top: -80px;
        right: auto;
        left: -480px;
    }

    .section-2-gif {
        top: 0;
        left: -10000px;
        right: -10000px;
    }

    .gbc-b .section-2-copy {
        padding-top: 60px;
        max-width: 435px;
    }

}

@media only screen and (max-width: 1230px) {
    .new-canvas .art-gallery img {
        max-width: none;
    }
}

@media only screen and (max-width: 1189px) and (min-width:1024px) {

    .gbc-b .gbc-title,
    .new-canvas .new-canvas_title {
        margin: 24px 10px;
    }

}

@media only screen and (max-width: 1189px) {

    .new-canvas .product-tiles {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .new-canvas .gift-banner img {
        height: auto;
    }

}

@media (max-width: 1189px) and (min-width: 768px) {
    #content .new-canvas .row {
        padding: 0;
    }
}



@media only screen and (max-width: 1024px) {

    
    .gbc-b .gbc-title {
        text-align: center;
        font-size: 26px;
        line-height: 32px;
        margin-top: 24px;
    }

    .gbc-b .gift-banner {
        background: #eee;
    }

    .gbc-b .gift-banner img,
    .new-canvas .gift-banner img {
        display: none;
    }

    .gbc-b .gift-banner .hero-banner-copy,
    .new-canvas .gift-banner .hero-banner-copy {
        padding-top: 24px;
    }

    .gbc-b .gift-banner .hero-banner-copy h2,
    .new-canvas .gift-banner .hero-banner-copy h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .gbc-b .gift-banner .hero-banner-copy p,
    .new-canvas .gift-banner .hero-banner-copy p {
        padding: 0 20px;
    }

    .gbc-b .product-tiles {
        margin-top: -200px;
    }

    .gbc-b .product-tiles .products,
    .new-canvas .product-tiles .products {
        padding: 0 10px;
    }

    .gifts .gbc-b .product-tiles .products .item {
        width: calc(50% - 10px) !important;
        height: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .new-canvas .product-tiles .products .item {
        width: calc(50% - 10px) !important;
        height: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .gbc-b .product-tiles .products .item h3 {
        padding: 10px 10px 0;
        margin-bottom: 0;
    }

    .new-canvas .product-tiles .products .item h3 {
        padding: 10px 20px;
        margin-bottom: 0;
    }

    .gbc-b .product-tiles .products .item h3,
    .new-canvas .product-tiles .products .item h3,
    .gbc-b .product-tiles span,
    .new-canvas .product-tiles span,
    .gbc-b .gbc-section-5 h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }

    .gbc-b .product-tiles span {
        display: inline-block;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    
    .gbc-b .product-tiles .tile-copy {
        padding: 10px 10px 25px;
    }

    .gbc-b .product-tiles .tile-copy a {
        width: 100%;
        margin: 16px 0 30px;
    }

    .gbc-b .gbc-section-2 {
        min-height: 405px;
    }

    .gbc-b .gbc-section-2 img.section-2-img-desk {
        top: -80px;
        right: auto;
        left: -480px;
    }

    .new-canvas .section-2-copy {
        padding-bottom: 20px;
    }

    .gbc-b .section-2-copy {
        padding-top: 60px;
        max-width: 435px;
    }

    .gbc-b .section-2-copy h3,
    .gbc-b .section-3-copy h3,
    .gbc-b .section-6-content h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .gbc-b .section-3-copy h3 {
       padding: 50px 0 16px;
    }

    .gbc-b .section-3-tiles h4 {
        font-size: 20px;
        line-height: 24px;
        padding: 0 5px;
        min-height: 50px;
    }

    .gbc-b .section-3-copy p {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .gbc-b .section-3-tiles .img-container img {
        max-width: 65px;
    }

    .gbc-b .section-3-tiles p {
        margin-bottom: 50px;
    }

    .gbc-b .section-3-tiles div:last-child p {
        padding: 0 10px;
    }

    .gbc-b .section-4-content h3 {
        font-size: 22px;
        padding: 30px 0 0;
        margin-bottom: 0;
    }

    .gbc-b .section-4-tiles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .gbc-b .section-4-tiles .tile {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0 30px;
        position: relative;
    }

    .gbc-b .section-4-tiles .tile::after {
        content: '';
        width: 80%;
        height: 1px;
        background: #ccc;
        position: absolute;
        bottom: 0;
        left: 10%;
    }

    .gbc-b .section-4-tiles .img-container {
        display: block;
        height: auto;
        padding: 10px;
    }

    .gbc-b .section-4-tiles .tile-copy {
        max-width: 800px;
    }

    .gbc-b .section-4-tiles .tile-copy h4 {
        font-size: 20px;
    }

    .gbc-b .gbc-section-5 {
        padding: 40px 0;
    }

    .gbc-b .gbc-section-5 h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .gbc-b .gbc-section-5 video {
        max-width: 620px;
    }

    .gbc-b .gbc-section-6 {
        padding-top: 40px;
    }

    .gbc-b .section-6-content h3 {
        width: 70%;
        margin: 0 auto 16px;
    }

    .gbc-b .section-6-tiles {
        padding: 0 10px;
    }

    .gbc-b .section-6-tiles .tile {
        width: calc(33.33% - 13px);
    } 

    .gbc-b .section-6-tiles .tile h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .gbc-b .section-6-tiles .tile p {
        min-height: 100px;
    }

    .new-canvas .gift-banner {
        height: 360px;
    }

    .new-canvas .read-post .post-list_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-canvas .read-post .post-list_item img {
        width: 100%;
        max-width: 100%;
    }

    .new-canvas .read-post .post-list_item figcaption {
        padding: 20px 20px 0;
        width: 100%;
    }

    .new-canvas .read-post .post-list_item .item_title {
        font-size: 20px;
        line-height: 24px;
    }

    .new-canvas .read-post .post-list_item .item_desc {
       padding: 16px 0;
    }
}

/* New Canvas - Product Tiles */
@media only screen and (max-width: 1024px) {
    .new-canvas .product-tiles .products {
        margin-bottom: 56px;
    }

    .new-canvas .product-tiles span {
        display: inline-block;
        margin-bottom: 0;
        padding: 0px 20px 0;
    }

    .new-canvas .product-tiles .tile-copy p:nth-of-type(2) {
        display: none;
    }

    .new-canvas .product-tiles .tile-copy p {
        margin-bottom: 0;
    }

    .new-canvas .product-tiles .cta-btn {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

   /* 2018 Redesign - New Canvas */
    .new-canvas .new-canvas_title {
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        margin-top: 24px;
    }

    .new-canvas .about-canvas .section-3-copy h3 {
        font-size: 24px;
        padding-top: 56px;
    }

    .new-canvas .about-canvas_sub-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .new-canvas .about-canvas .section-3-tiles h4 {
        font-size: 20px;
        line-height: 24px;
        padding: 0;
    }

    .new-canvas .about-canvas .section-3-tiles p {
        margin-bottom: 56px;
    }

    .new-canvas .section-4-tiles .tile-copy h4 {
        font-size: 20px;
        line-height: 24px;
        min-height: 50px;
    }

    .new-canvas .section-4-content h3 {
        font-size: 24px;
        margin-bottom: 0;
        padding: 64px 0 30px;
    }

    .new-canvas .art-gallery_title {
        font-size: 24px;
    }

    .new-canvas .art-gallery_price {
        margin: 16px 0;
        font-size: 20px;
        line-height: 24px;
    }

    .new-canvas .art-gallery_desc {
        padding-bottom: 30px;
    }

    body[lang="en-CA"] .new-canvas .art-gallery_sizes,
    body[lang="fr-CA"] .new-canvas .art-gallery_sizes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body[lang="en-CA"] .new-canvas .art-gallery_sizes ul:first-child,
    body[lang="fr-CA"] .new-canvas .art-gallery_sizes ul:first-child {
        padding-right: 0;
    }

    .new-canvas .art-gallery .section-2-copy {
        padding: 0 0 0 20px;
        max-width: 395px;
    }

    body[lang="en-CA"] .new-canvas .art-gallery .section-2-copy,
    body[lang="fr-CA"] .new-canvas .art-gallery .section-2-copy {
        max-width: 355px;
    }

    .new-canvas .section-2-copy .cta-btn {
        min-width: 210px;
        margin-bottom: 0;
    }

    .new-canvas .read-post .read-post_title {
        font-size: 24px;
        padding: 56px 0 24px;
        margin-bottom: 0;
    }
 }

@media only screen and (max-width: 768px) {

    .gbc-b .gbc-section-2 .section-2-gif {
        display: none;
    }

    .gbc-b .gbc-section-2 img.section-2-img-desk {
        display: none;
    }

    .gbc-b .gbc-section-2 img.section-2-img-mobile {
        display: block !important;
        width: 100%;
    }

    .holiday-lights {
        display: none;
    }

    .section-2-content {
        position: absolute;
        bottom: 0;
    }

    .new-canvas .art-gallery .section-2-content {
        position: static;
    }

    .gbc-b .section-2-copy {
        max-width: none !important;
    }
}

@media only screen and (max-width: 767px) {

    .gbc-b .twelve {
        background: #fff;
    }

    .gbc-b .product-tiles,
    .new-canvas .product-tiles {
        margin-top: 0;
    }

    .gbc-b .gift-banner .hero-banner-copy {
        display: none;
    }

    .gbc-b .product-tiles .products {
        padding-bottom: 20px;
    }

    .new-canvas .product-tiles .products {
        padding: 0 20px 20px;
    }

    .gifts .gbc-b .product-tiles .products .item,
    .new-canvas .product-tiles .products .item {
        margin-bottom: 20px;
    }

    .gbc-b .product-tiles .item .gbc-tile-img {
        overflow: hidden;
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }

    .gbc-b .product-tiles .item .gbc-tile-img img {
        width: 100%;
        top: 0;
    }

    .gbc-b .product-tiles .item .tile-title {
        width: 65%;
    }

    .gbc-b .product-tiles .products,
    .new-canvas .product-tiles .products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .gifts .gbc-b .product-tiles .products .item,
    .new-canvas .product-tiles .products .item {
        height: auto !important;
        display: block;
        width: 100% !important;
    }

    .gbc-b .product-tiles .item .gbc-tile-img,
    .gbc-b .product-tiles .item .tile-title,
    .gbc-b .product-tiles .tile-copy {
        float: left;
    }

    .gbc-b .product-tiles .tile-copy,
    .new-canvas .product-tiles .tile-copy {
        width: 100%;
    }

    .gbc-b .product-tiles .tile-copy p:nth-of-type(2) {
        display: none;
    }

    .gbc-b .gbc-section-2 {
        min-height: 265px !important;
        position: relative;
    }

    .gbc-b .section-2-content {
        position: absolute;
        bottom: 0;
    }

    .gbc-b .section-2-copy {
        padding-top: 20px;
    }

    .gbc-b .section-2-copy h3 {
        font-size: 20px;
    }

    .gbc-b .gbc-section-2 img.section-2-img-desk {
        display: none;
    }

    .gbc-b .gbc-section-2 img.section-2-img-mobile {
        display: block;
        width: 100%;
    }

    .gbc-b .section-2-copy p:nth-of-type(2) {
        display: none;
    }

    .gbc-b .section-3-copy p {
        width: 87%;
    }

    .gbc-b .section-3-tiles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .gbc-b .section-3-tiles > div {
        width: 100%;
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .new-canvas .section-3-tiles > div {
        width: 100%;
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }



    .gbc-b .section-3-tiles .img-container {
        width: 20%;
    }

    .gbc-b .section-3-tiles .img-container img {
        max-width: 54px;
        max-height: 54px;
    }

    .gbc-b .section-3-tiles .section-3-tile-copy {
        width: 80%;
        text-align: left;
        padding-left: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .gbc-b .section-3-tiles h4 {
        min-height: 0;
        margin-bottom: 2px;
        letter-spacing: -1px;
    }

    .gbc-b .section-3-tiles p {
        padding: 0 5px !important;
        margin-bottom: 20px;
    }

    .gbc-b .section-4-tiles .tile {
        flex-direction: column;
    }

    .gbc-b .section-4-tiles .tile-copy p {
        display: none;
    }

    .gbc-b .section-4-content .btn-container {
        padding: 0 10px;
    }

    .gbc-b .gbc-section-4 a {
        width: 100%;
    }

    .gbc-b .gbc-section-4 a.lgs-desk {
        display: none;
    }

    .gbc-b .gbc-section-4 a.lgs-mobile {
        display: inline-block;
    }

    .gbc-b .gbc-section-5 .video-container {
        width: 88%;
    }

    .gbc-b .section-6-content h3 {
        width: 90%;
        margin-bottom: 20px;
    }

    .gbc-b .section-6-tiles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .gbc-b .section-6-tiles .tile {
        width: 100%;
        max-width: 100%;
        padding: 5px;
        display: block;
        margin-bottom: 20px;
    }

    .gbc-b .section-6-tiles .img-container {
        width: 40%;
        height: 0;
        padding-bottom: 40%;
        overflow: hidden;
        float: left;
    }

    .gbc-b .section-6-tiles .img-container img {
        width: 185%;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        bottom: 8px;
    }

    .gbc-b .section-6-tiles .tile h4 {
        min-height: 75px;
    }

    .gbc-b .section-6-tiles .tile p {
        display: none;
    }

    .gbc-b .section-6-tiles .tile-copy {
        width: 60%;
        float: left;
        padding: 10px 5px 5px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {

    .new-canvas .new-canvas_title {
        font-size: 26px;
        margin: 45px auto 24px;
    }

    .new-canvas .about-canvas .section-3-tiles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 30px 8px;
    }

    .new-canvas .section-4-content h3 {
        font-size: 20px;
        padding-top: 32px;
        padding-bottom: 24px;
    }

    .new-canvas .customize-canvas_tiles {
        flex-direction: column;
    }

    .new-canvas .section-4-tiles .tile {
        width: 100%;
        padding: 0 20px;
        display: flex;
    }

    .new-canvas .customize-canvas_tiles .img-container {
        align-items: flex-start;
    }

    .new-canvas .section-4-tiles .img-container img {
        max-width: 50px;
        max-height: 50px;
    }

    .new-canvas .section-4-tiles .tile-copy {
        padding-left: 16px;
        padding-right: 0;
        text-align: left;
    }

    .new-canvas .section-4-tiles .tile-copy p {
        margin-bottom: 24px;
    }

    .new-canvas .section-4-tiles .tile-copy h4 {
        min-height: unset;
        margin-bottom: 8px;
    }

    .new-canvas .customize-canvas .section-4-content {
        padding-bottom: 8px;
    }

    .new-canvas .art-gallery .art-gallery-img-desk {
        display: none;
    }

    .new-canvas .art-gallery .art-gallery-img-mobile {
        display: block !important;
        width: 100%;
        height: auto;
    }

    .new-canvas .gift-banner {
        display: none;
    }

    .new-canvas .about-canvas .section-3-copy h3 {
        font-size: 20px;
        padding-top: 32px;
        padding-bottom: 24px;
    }

    .new-canvas .about-canvas .section-3-tiles h4 {
        margin: 8px 0;
    }

    .new-canvas .about-canvas .section-3-tiles p {
        margin-bottom: 24px;
    }

    .new-canvas .art-gallery {
        max-height: 425px;
        min-height: 425px;
        margin-bottom: 145px;
        position: relative;
        overflow: visible;
    }

    .new-canvas .art-gallery-img-container {
        overflow: hidden;
    }

    .new-canvas .art-gallery .cta-btn {
        width: 100%;
    }

    .new-canvas .section-2-copy {
        padding: 0 20px;
    }

    .new-canvas .art-gallery_title {
        font-size: 20px;
        line-height: 24px;
    }

    .new-canvas .art-gallery_price {
        margin-top: 8px;
        margin-bottom: 24px;
    }

    .new-canvas .art-gallery_desc {
        display: none;
    }

    .new-canvas .art-gallery_desc-mobile {
        display: block;
        padding-bottom: 24px;
    }

    .new-canvas .read-post .read-post_title {
        font-size: 20px;
        line-height: 24px;
        padding-top: 32px;
    }

    .new-canvas .read-post {
        padding: 0 20px;
    }

    .new-canvas .read-post .post-list {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-canvas .read-post .post-list li {
        width: 100%;
    }

    .new-canvas .read-post .post-list_item {
        margin-bottom: 30px;
        padding: 0;
    }

    .new-canvas .read-post .post-list_item figcaption {
        padding: 10px 10px 0;
    }

    .new-canvas .section-2-copy {
        max-width: none !important;
    }

    .new-canvas .product-tiles .products {
        margin-bottom: 0;
    }

    .new-canvas .read-post .post-list_item img {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .new-canvas .section-4-tiles .tile {
        max-width: none;
    }

    .new-canvas .read-post .post-list_item .item_desc {
        padding: 8px 0;
    }

    .new-canvas .product-tiles .products .item h3,
    .new-canvas .product-tiles span,
    .new-canvas .product-tiles .tile-copy {
        padding-left: 10px;
        padding-right: 10px;
    }

    .new-canvas .art-gallery .section-2-content {
        position: absolute;
        padding: 20px;
        bottom: -140px;
    }

    .new-canvas .art-gallery .section-2-copy {
        background-color: #fff;
        padding: 20px;
        -webkit-box-shadow: rgba(45, 45, 45, 0.25) 0px 0 25px, rgba(49, 49, 49, 0.05) 0px 0 0, rgba(42, 42, 42, 0.05) 0px 0 0, rgba(32, 32, 32, 0.05) 0px 0 0, rgba(49, 49, 49, 0.05) 0 0 0;
        box-shadow: rgba(45, 45, 45, 0.25) 0px 0 25px, rgba(49, 49, 49, 0.05) 0px 0 0, rgba(42, 42, 42, 0.05) 0px 0 0, rgba(32, 32, 32, 0.05) 0px 0 0, rgba(49, 49, 49, 0.05) 0 0 0;
    }

    body[lang="en-CA"] .new-canvas .art-gallery .art-gallery_title, 
    body[lang="fr-CA"] .new-canvas .art-gallery .art-gallery_title {
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {

    body[lang="en-CA"] .gifts .gbc-b .product-tiles .products .item,
    body[lang="fr-CA"] .gifts .gbc-b .product-tiles .products .item {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    body[lang="en-CA"] .tile-title,
    body[lang="fr-CA"] .tile-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 92px;
    }
}

@media only screen and (width: 768px) {

    .gbc-b .gbc-section-2 {
        max-height: 680px;
    }

}


@media only screen and (min-width: 680px) and (max-width: 767px) {

    .gbc-b .gbc-section-2 {
        max-height: 530px;
    }
}

@media only screen and (max-width: 679px) {

    .gbc-b .gbc-section-2 {
        max-height: 480px;
    }
}

@media only screen and (max-width: 400px) {

    .new-canvas .art-gallery .art-gallery-img-mobile {
        width: auto;
        height: 425px;
    }
}


/*Fix for blinking Vimeo video on Safari */
@media not all and (min-resolution:.001dpcm) {
    @media {
        .section-2-gif {
            display: none;
        }
    }
}
