/*
   Reset!
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End Reset. */



/*
    Variable Grid System.
    Learn more ~ http://www.spry-soft.com/grids/
    Based on 960 Grid System - http://960.gs/

    Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
    width:60px;
}

.container_12 .grid_2 {
    width:140px;
}

.container_12 .grid_3 {
    width:220px;
}

.container_12 .grid_4 {
    width:300px;
}

.container_12 .grid_5 {
    width:380px;
}

.container_12 .grid_6 {
    width:460px;
}

.container_12 .grid_7 {
    width:540px;
}

.container_12 .grid_8 {
    width:620px;
}

.container_12 .grid_9 {
    width:700px;
}

.container_12 .grid_10 {
    width:780px;
}

.container_12 .grid_11 {
    width:860px;
}

.container_12 .grid_12 {
    width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
    padding-left:80px;
}

.container_12 .prefix_2 {
    padding-left:160px;
}

.container_12 .prefix_3 {
    padding-left:240px;
}

.container_12 .prefix_4 {
    padding-left:320px;
}

.container_12 .prefix_5 {
    padding-left:400px;
}

.container_12 .prefix_6 {
    padding-left:480px;
}

.container_12 .prefix_7 {
    padding-left:560px;
}

.container_12 .prefix_8 {
    padding-left:640px;
}

.container_12 .prefix_9 {
    padding-left:720px;
}

.container_12 .prefix_10 {
    padding-left:800px;
}

.container_12 .prefix_11 {
    padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
    padding-right:80px;
}

.container_12 .suffix_2 {
    padding-right:160px;
}

.container_12 .suffix_3 {
    padding-right:240px;
}

.container_12 .suffix_4 {
    padding-right:320px;
}

.container_12 .suffix_5 {
    padding-right:400px;
}

.container_12 .suffix_6 {
    padding-right:480px;
}

.container_12 .suffix_7 {
    padding-right:560px;
}

.container_12 .suffix_8 {
    padding-right:640px;
}

.container_12 .suffix_9 {
    padding-right:720px;
}

.container_12 .suffix_10 {
    padding-right:800px;
}

.container_12 .suffix_11 {
    padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
    left:80px;
}

.container_12 .push_2 {
    left:160px;
}

.container_12 .push_3 {
    left:240px;
}

.container_12 .push_4 {
    left:320px;
}

.container_12 .push_5 {
    left:400px;
}

.container_12 .push_6 {
    left:480px;
}

.container_12 .push_7 {
    left:560px;
}

.container_12 .push_8 {
    left:640px;
}

.container_12 .push_9 {
    left:720px;
}

.container_12 .push_10 {
    left:800px;
}

.container_12 .push_11 {
    left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
    left:-80px;
}

.container_12 .pull_2 {
    left:-160px;
}

.container_12 .pull_3 {
    left:-240px;
}

.container_12 .pull_4 {
    left:-320px;
}

.container_12 .pull_5 {
    left:-400px;
}

.container_12 .pull_6 {
    left:-480px;
}

.container_12 .pull_7 {
    left:-560px;
}

.container_12 .pull_8 {
    left:-640px;
}

.container_12 .pull_9 {
    left:-720px;
}

.container_12 .pull_10 {
    left:-800px;
}

.container_12 .pull_11 {
    left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}



/*

=============================================================================
=============================================================================

Main Site Styles

=============================================================================
=============================================================================

*/


body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    background-color: #fff;
    /* Column Stripes */
    /*background: #fff url('../img/12_col.gif') repeat-y 50% 0%;*/
}

h1 { font-size: 2.00em; margin: 0.67em 0 0.67em 0; }
h2 { font-size: 1.50em; margin: 0.83em 0 0.83em 0; }
h3 { font-size: 1.17em; margin: 1.00em 0 1.00em 0; }
h4 { font-size: 1.00em; margin: 1.33em 0 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0 1.67em 0; line-height: 1.17em; }
h6 { font-size: 0.67em; margin: 2.33em 0 2.33em 0; }

h1, h2, h3, h4, h5, h6 { font-weight: 500; }

a {
    color: #007347;
    text-decoration: underline;
    font-weight: 500;
}
a:visited {
    color: #004039;
    text-decoration: none;
}
a:hover {
    color: #49a878;
    text-decoration: underline;
}

em {
    font-style: italic;
}
strong {
    font-weight: 500;
}

ul.bulletedList,
#article ul {
    list-style: disc outside;
}
ul.bulletedList li {
    margin: 1.0em 0 1.0em 1.0em;
    padding-left: 0.5em;
}
ul.bulletedList.compact li,
#article ul li {
    margin: 0 0 0 1.0em;
    padding-left: 0.5em;
}

#masthead {}

#masthead h1 {
    background: #fff url('/img/HeaderValerieMoody.png') 0 -20px no-repeat;
    height: 140px;
}
#masthead h1 a { 
    display: block; 
    height: 140px;
}
#masthead h1 span { display: none; }

#masthead .header {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

ul.topnav {
    padding-top: 10px;
}
ul.topnav li {
    padding-left: 1px;
    margin: 0 0 0 0;
    width: 159px;
    display:inline;
	float: left;
	position: relative;
    /*border-left: 1px solid #fff;*/
}
ul.topnav li a {
    display: block;
    height: 40px;
    
    /*border: 1px solid #333;*/
    padding: 8px 10px 12px 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1em;
    background-color: #333;
    color: #fff;
}
ul.topnav li a span {
    display: block;
    font-weight: normal;
    font-size: 0.70em;
    line-height: 1.0em;
    text-indent: 0.15em;
}
ul.topnav li a:hover {
    background-color: #297b64; 
}
ul.topnav li.selected {}
ul.topnav li.selected a {
    background-color: #32997c;
    cursor: default;
}
ul.topnav li.selected a:hover {}

#content {}
/*
#content h1 {
    font-size: 2.0em;
    line-height: 1.5em;
    background-color: #efefef;
}

#content h2 {
    font-size: 1.5em;
    line-height: 2.0em;
}*/
#article table { font-size: 1.0em; margin-bottom: 2.0em; }
#article table thead { display: none; }
#article table thead tr {}
#article table thead tr th {
    padding: 0 5px 0 5px; 
    border-bottom: 1px solid #a4a4a4; 
    font-weight: 500;
}
#article table tbody {}
#article table tbody tr td:first-child { font-style: italic; padding-right: 3em; }
#article table tbody tr td { padding: 0 15px 0 0; }
#article table tfoot {}
#article table tfoot tr {}
#article table tfoot tr td {}

hr {
    border: 0;
    height: 1px;
    background-color: #c4c4c4;
}
h3 + hr {
    margin-top: -0.5em;
}

p {
    margin: 1.5em 0;
    /*text-align: justify;*/
}
p.error { color: #933; font-weight: 500; }
.product-list p:first-child {
    margin-top: 0;
}
h2 {
    color: #333;
}
h2 sub {
    display: block;
    font-size: 0.75em;
    padding-top: 0.5em;
    font-style: italic;
    font-weight: 400;
}
.contentnavsection {
    /*background: Transparent url('../img/cccDot.gif') 293px 0% repeat-y;*/
}
ul.contentnav {
    padding-top: 0.0em;
    padding-bottom: 0.0em;
}
ul.contentnav li {
    /*line-height: 2.0em;*/
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.0em;
}
ul.contentnav li.subhead {
    font-weight: 500;
    padding-top: 1.5em;
    cursor: default;
}
ul.contentnav li.subhead sup {
    vertical-align: top;
    font-size: 0.55em;
    line-height: 1.0em;
    color: #32997c;
    padding-left: 0.5em;
    font-weight: 500;
}
ul.contentnav li a {
    text-decoration: none;
    color: #545454;
    display: block;
    padding-left: 0.5em;
    font-weight: normal;
}
ul.contentnav li.subhead a {
    text-decoration: none;
    color: #000;
    display: block;
    padding-left: 0em;
    font-weight: 500;
    cursor: pointer;
}
ul.contentnav li a sup {
    vertical-align: top;
    font-size: 0.55em;
    line-height: 1.0em;
    color: #32997c;
    padding-left: 0.5em;
    font-weight: 500;
}
ul.contentnav li a:hover {
    color: #000;
    /*background: #faf7f2 url('../img/subnavarrow.png') 100% 0% no-repeat;*/
}
ul.contentnav li.subhead a:hover {
    text-decoration: underline;
}
ul.contentnav li.selected {
    /*background: #32997c url('../img/subnavarrow.png') 100% 0% no-repeat;*/
    position: relative;
    z-index: 100;
}
ul.contentnav li.selected:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #32997c;
}
ul.contentnav li.selected:before {
    content: "";
    background-color: #32997c;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    left: 0.0em;
    z-index: -1;
}
ul.contentnav li.subhead.selected {
    padding-bottom: 6px;
    border-bottom: 2px solid #32997c;
    background-image: none;
    background-color: Transparent;
}
ul.contentnav li.selected a {
    color: #fff;
    font-weight: 500;
    
}
ul.contentnav li.subhead.selected a {
    background-image: none;
    background-color: Transparent;
    color: #000;
}
ul.contentnav li.selected a:hover {
    color: #fff;
    cursor: default;
}
ul.contentnav li.subhead a:hover {
    color: #000;
    text-decoration: underline;
}
ul.contentnav li.subhead.selected a:hover {
    text-decoration: none;
}
ul.contentnav li.subhead.selected:before,
ul.contentnav li.subhead.selected:after {
    border: 0;
    background: none;
}

blockquote {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 0.9em;
    /*font-style: italic;*/
    color: #933;
    margin: 3.0em 12.5% 1.5em 12.5%;
    text-align: justify;
}
blockquote sup {
    font-size: 0.65em;
    font-weight: 500;
    vertical-align: top;
    line-height: 1.0em;
    color: #454545;
}
blockquote span {
    display: block;
    text-align: right;
    font-style: normal;
    color: #454545;
}
blockquote p {
    margin-top: 0em;
}
.testimonial {
    font-style: italic;
    font-family: 'Libre Baskerville', Georgia, serif;
    padding-top: 2.0em;
}
.testimonial span {
    display: block;
    font-style: normal;
    text-align: right;
    font-size: 0.8em;
    font-weight: 500;
    padding-top: 0.5em;
}
.review {
    text-align: center;
    font-style: italic;
}
img.articleImage {
    border: 0;
    float: right;
    margin: 1.5em 0 20px 20px;
}
img.productImage {
    border: 0;
    float: left;
    margin: 0 20px 10px 0;
}
.product-sidebar {
    float: right;
    margin: 0 0px 20px 20px;
    /*border-bottom: 1px solid #c4c4c4;*/
    padding-bottom: 1.0em;
}
.sidebar img,
.product-sidebar img {
    width: 100%;
}
.sidebar img.sidebar-image {
    margin-top: 1.5em;
}
.product-sidebar h3 {
    color: #297b64;
    margin: 0.5em 0 0.5em 0;
}
.product-sidebar h3 sub {
    font-size: 0.75em;
}
#content .product-sidebar p.type {
    margin: 1.5em 0 0 0;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1.0em;
}

.product-listing {
    padding-bottom: 1.5em;
}
.product-listing a {
    text-decoration: none;
}
.product-listing h3 {
    margin: 0;
}
.product-listing h3 sub {
    display: block;
    font-style: italic;
    font-size: 0.9em;
}
.product-listing p sub {
    font-size: 0.9em;
}
.product-listing img {
    width: 100%;
    margin-top: 1.5em;
}

.product-category-section {
    padding-bottom: 3.0em;
}

.detailsHeader {
    margin-top: 2.0em;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 0.5em;
}
ul.details {}
ul.details li {}
ul.details li span {
    width: 160px; 
    display: block;
    float: left;
    font-weight: 500;
}
.viewcart {
    margin-top: 1.5em;
}
form.cart-form input[type=submit] {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.0em;
    padding: 0.5em 1.0em;
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #32997c;
}
.viewcart form.cart-form input[type=submit] {
    float: right;
}

form.cart-form input[type=submit]:hover {
    background-color: #297b64;
}
.viewcart {}
.viewcart {}


.artwork { margin-bottom: 1.5em; }
.artwork p { margin: 0; }
.artwork p img { width: 100%; }
.artwork p.title { font-style: italic; }
.artwork p.detail { font-size: 0.9em; }

.product-grid-item {}
.product-grid-item img {
    width: 100%;
}

.footer {
    padding: 20px 0 60px 0;
    margin-top: 60px;
    /*border-top: 1px solid #c4c4c4;*/
    font-size: 0.8em;
}

.linespacer {
    border-top: 1px solid #c4c4c4;
    margin-top: 20px;
    padding-top: 20px;
}

a.to_top {
    font-weight: 500;
}
a.button {
    line-height: 1.0em;
    padding: 0.5em 1.0em;
    margin: 0.5em 0 0 0;
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #32997c;
    text-decoration: none;
}
a.button:hover {
    background-color: #297b64;
}

#footer h3 {
    margin: 0;
    
}
#footer p {
    margin: 0;
}
#footer blockquote { 
    font-size: 1.25em; 
    margin: 1.5em 0;
}

.newsletter-signup {
    padding: 1.5em 0;
    display: inline-block;
}
.fill .newsletter-signup {
    width: 100%;
}
.newsletter-signup hr {
    margin: 0;
}
.newsletter-signup label {
    display: block; 
    padding: 1.0em 0;
    font-size: 1.0em;
    line-height: 1.0em;
    margin: 0 0;
    font-weight: 500;
}
.newsletter-signup .input-container {
    position: relative;
}
.newsletter-signup input[type=email] {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 12pt;
    margin: 0;
    padding: 0.5em;
    border: 1px solid #c4c4c4;
    width: 100%;
    box-sizing: border-box;
}
.newsletter-signup input[type=submit] {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.0em;
    padding: 0.5em 1.0em;
    margin: 0.5em 0 0 0;
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #32997c;
}
.newsletter-signup input[type=submit]:hover {
    background-color: #297b64;
}

/* dppx: Dots per pixel. 96dpi = 1dppx */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 1.5dppx) { 
    #masthead h1 {
        background-image: url('/img/HeaderValerieMoody@2x.png');
        background-size: 940px 140px;
    }
}

@media (max-width: 976px) and (min-width: 769px) {
    .container_12 {
        width: 100%;
    }

    .container_12 .grid_1 {
        width: calc(100%*1/12 - 20px);
    }

    .container_12 .grid_2 {
        width: calc(100%*2/12 - 20px);
    }

    .container_12 .grid_3 {
        width: calc(100%*3/12 - 20px);
    }

    .container_12 .grid_4 {
        width: calc(100%*4/12 - 20px);
    }

    .container_12 .grid_5 {
        width: calc(100%*5/12 - 20px);
    }

    .container_12 .grid_6 {
        width: calc(100%*6/12 - 20px);
    }

    .container_12 .grid_7 {
        width: calc(100%*7/12 - 20px);
    }

    .container_12 .grid_8 {
        width: calc(100%*8/12 - 20px);
    }

    .container_12 .grid_9 {
        width: calc(100%*9/12 - 20px);
    }

    .container_12 .grid_10 {
        width: calc(100%*10/12 - 20px);
    }

    .container_12 .grid_11 {
        width: calc(100%*11/12 - 20px);
    }

    .container_12 .grid_12 {
        width: calc(100% - 20px);
    }

    .container_12 .prefix_3 {
        padding-left: calc(100%*3/12 - 20px);
    }
    .container_12 .suffix_3 {
        padding-right: calc(100%*3/12 - 20px);
    }

    .grid_8 .grid_2 {
        width: calc(100%*2/8 - 10px);
    }
    .grid_8 .grid_3 {
        width: calc(100%*3/8 - 10px);
    }
    .grid_8 .grid_6 {
        width: calc(100%*6/8 - 10px);
    }

    ul.topnav li {
        width: calc(16.66% - 1px);
    }
}

#sandwich-toggle {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 9999px;
}
.sandwich-label {
    display: none;
}

@media (max-width: 768px) {
    .sandwich-label {
        display: block;
        border-bottom: 1px solid #c4c4c4;
    }
    .sandwich-wrap {
        position: absolute;
        top: 0;
        right: 10px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        width: 70px;
        height: 50px;
    }

    .sandwich-wrap:before {
      content: 'menu';
      color: #333;
      padding-right: 4px;
      display: inline-block;
      line-height: 50px;
    }

    .sandwich, .sandwich:before, .sandwich:after {
        display: inline-block;
        width: 20px;
        height: 2px;
        background-color: #333;
        border-radius: 1.5px;
        line-height: 0px;
        position: absolute;
        cursor: pointer;
    }
    .sandwich {
        vertical-align: middle;
        right: 0;
        top: 50%;
        margin-top: -1px;
    }

    .sandwich:before, .sandwich:after {
        content: '';
    }
    .sandwich:before {
        top: -6px;
    }
    .sandwich:after {
        top: 6px;
    }
    
    .sandwich-wrap:hover:before {
        color: #666;
    }
    .sandwich-wrap:hover .sandwich,
    .sandwich-wrap:hover .sandwich:before,
    .sandwich-wrap:hover .sandwich:after {
        background-color: #666;
    }

    .inline-logo {
        height: 50px;
        /* 494 x 90 */
        background: transparent url('../img/payment-page-header.png') 10px center no-repeat;
        background-size: 163px 30px;
    }
    .inline-logo a {
        display: block;
        width: 183px;
        height: 50px;
    }
    .inline-logo a span { display: none; }
    ul.topnav {
        padding-top: 0;
        display: none;
    }
    ul.topnav li {
        padding-left: 0px;
        margin: 0 0 1px 0;
        width: auto;
        display: block;
        float: none;
    }
    ul.topnav li a {}
    ul.topnav li a span {}
    ul.topnav li a:hover {}
    ul.topnav li.selected {}
    ul.topnav li.selected a {}
    ul.topnav li.selected a:hover {}

    /* The Magic */
    #sandwich-toggle:checked ~ ul {
        display: block;
    }

    #masthead h1 {
        display: none;
    }

    #masthead .header {
        border-bottom: none;
    }


    #content {
        padding-top: 1px;
    }
    #masthead .container_12,
    #content .container_12,
    #content .container_12 .grid_4,
    #content .container_12 .grid_12 {
        width: auto;
    }
    #content h1 {
        width: auto;
        display: block;
        float: none;
    }
    #article {
        width: auto;
    }
    #article .grid_4.articleImage {
        width: 33%;
    }

    .left_sidebar {
        width: auto;
        float: none;
        display: block
    }
    .left_sidebar .newsletter-signup {
        width: calc(100%*8/12 - 20px);
    }
    .left_sidebar img.sidebar-image {
        width: 33%;
        float: left;
        margin-top: 0;
        margin-right: 20px;
    }
    .left_sidebar p {  }

    .grid_8 .grid_2 {
        width: calc(100%*2/8 - 10px);
    }
    .grid_8 .grid_3 {
        width: calc(100%*3/8 - 10px);
    }
    .grid_8 .grid_6 {
        width: calc(100%*6/8 - 10px);
    }

    .art-content .grid_3 {
        width: calc(50% - 20px);
    }

    .product {}
    #content .product .grid_10.title {
        width: calc(100%*10/12 - 20px);
        display: inline;
        float: left;
    }
    .product .grid_2.viewcart {
        width: calc(100%*2/12 - 20px);

    }

    #content .container_12 .grid_4.sidenav {
        width: calc(100% - 20px)
    }
    .contentnav {
        width: auto;
        margin-top: 48px;
    }
    ul.contentnav li.selected:after {
        border: none;
    }
    ul.contentnav li.selected:before {
        right: 0;
    }

    .footer {
        padding: 20px 0 20px 0;
        margin-top: 60px;
        font-size: 0.8em;
        width: auto;
    }

    .linespacer {
        border-top: 1px solid #c4c4c4;
        margin-top: 20px;
        padding-top: 20px;
    }

    #footer blockquote {
        margin: 0;
    }

    #footer .container_12 .grid_12,
    #footer .container_12 .grid_6,
    #footer .container_12 .grid_4,
    #footer .prefix_3,
    #footer .suffix_3 {
        display: block;
        float: none;
        width: auto;
        padding: 0;
    }
    #footer .container_12 .grid_4 {
        margin-bottom: 1.5em;
    }
}

@media (max-width: 480px) {
    .left_sidebar img.sidebar-image {
        /*width: auto;
        float: none;
        margin: 0;*/
    }
    .left_sidebar .newsletter-signup {
        width: 100%;
    }

    .art-content .grid_3 {
        width: calc(100% - 20px);
    }
}



@media (min-width: 769px) {
    .hide-on-desktop {
        display: none;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .hide-on-tablet {
        display: none;
    }
}
@media (max-width: 480px) {
    .hide-on-mobile {
        display: none;
    }
}
