/* light and medium font */
/* regular and semibold font */
/* regular and semibold font */

body.no-js a.read-more {
    display: none;
}

body.no-js div.more {
    display: block;
}

body:not(.no-js) div.more {
    height: 0;
    overflow: hidden;
}

body:not(.no-js) a.read-more {
    display: block;
}

body:not(.no-js) a.read-more:before {
    content: '\e900';
    font-family: 'icomoon';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    margin-right: 5px;
    margin-right: 0.5rem;
}

body:not(.no-js) .showing-more div.more {
    height: auto;
}

body:not(.no-js) .showing-more a.read-more {
    display: none;
}

body.admin-bar #page > header {
    /*margin-top: 32px;*/
}

#page > header {
    padding: 8px 15px 0;
    overflow: hidden;
}

#page > header.showing-menu nav {
    display: block;
}

@media only screen and (min-width: 768px) {
    #page > header {
        padding: 8px 35px 0;
    }
}

#page > header div.logo-container {
    float: left;
    margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
    #page > header div.logo-container {
        position: absolute;
        z-index: 2;
    }
}

#page > header div.menu-toggle {
    text-align: right;
    margin: 5px 10px 0;
    float: right;
    width: auto;
    width: 28px;
}

@media only screen and (min-width: 768px) {
    #page > header div.menu-toggle {
        display: none;
    }
}

#page > header div.menu-toggle a {
    color: #8A8C8C;
    font-size: 4rem;
}

#page > header div.menu-toggle a hr {
    height: 2px;
    margin: 5px 0;
    border-style: solid;
}

#page > header nav {
    font-family: Graphik Web;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #8A8C8C;
    display: none;
    z-index: 100;
}

@media only screen and (min-width: 768px) {
    #page > header nav {
        display: block;
        background-color: transparent;
        position: static;
    }
}

#page > header nav div.nav-parts-container {
    position: relative;
    margin: 6px 0;
}

@media only screen and (min-width: 768px) {
    #page > header nav div.nav-parts-container {
        margin: 6px 27.5px;
    }
}

#page > header nav div.nav-parts-container a {
    color: white;
    font-size: 2rem;
}

@media only screen and (min-width: 768px) {
    #page > header nav div.nav-parts-container a {
        color: #8A8C8C;
    }
}

@media only screen and (min-width: 768px) {
    #page > header nav div.nav-parts-container a {
        font-size: 13px;
    }
}

#page > header nav div.nav-parts-container > div.desktop-search-container {
    display: none;
    margin-top: 8px;
}

@media only screen and (min-width: 768px) {
    #page > header nav div.nav-parts-container > div.desktop-search-container {
        display: block;
        float: right;
        width: auto;
    }
}

#page > header nav div.nav-parts-container > div.desktop-search-container div.search-container {
    text-align: center;
    padding: 16.5px 0 0;
}

#page > header nav div.nav-parts-container > div.desktop-search-container div.search-container.showing-search form {
    display: inline;
}

#page > header nav div.nav-parts-container > div.desktop-search-container div.search-container a.search-toggle {
    font-size: 3rem;
}

#page > header nav div.nav-parts-container > div.desktop-search-container div.search-container a.search-toggle.before-form {
    display: none;
}

#page > header nav div.nav-parts-container > div.desktop-search-container div.search-container form {
    display: none;
}

#page > header nav div.nav-parts-container > div.desktop-search-container div.search-container form input {
    font-family: Graphik Web;
    font-weight: 300;
    background-color: transparent;
    color: #8A8C8C;
    border: none;
    border-bottom: 1px solid #8A8C8C;
    width: 20rem;
    font-size: 2rem;
    position: relative;
    top: -7.5px;
}

#page > header nav div.nav-parts-container > div.mobile-search-container {
    display: block;
}

@media only screen and (min-width: 768px) {
    #page > header nav div.nav-parts-container > div.mobile-search-container {
        display: none;
    }
}

#page > header nav div.nav-parts-container > div.mobile-search-container div.search-container {
    text-align: center;
    padding: 12.5px 0;
}

#page > header nav div.nav-parts-container > div.mobile-search-container div.search-container.showing-search form {
    display: inline;
}

#page > header nav div.nav-parts-container > div.mobile-search-container div.search-container a.search-toggle {
    font-size: 3rem;
}

#page > header nav div.nav-parts-container > div.mobile-search-container div.search-container a.search-toggle.after-form {
    display: none;
}

#page > header nav div.nav-parts-container > div.mobile-search-container div.search-container form {
    display: none;
}

#page > header nav div.nav-parts-container > div.mobile-search-container div.search-container form input {
    font-family: Graphik Web;
    font-weight: 300;
    background-color: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    width: 20rem;
    font-size: 3rem;
}

#page > header nav div.nav-parts-container > div.menu-top-nav-container {
    clear: both;
}

@media only screen and (min-width: 768px) {
    #page > header nav div.nav-parts-container > div.menu-top-nav-container {
        float: right;
        clear: none;
    }
}

#page > header nav div.nav-parts-container > div.menu-top-nav-container > ul {
    margin-top: 54px;
    letter-spacing: 0.2rem;
}

@media only screen and (min-width: 768px) {
    #page > header nav div.nav-parts-container > div.menu-top-nav-container > ul {
        margin-top: 32.5px;
    }
}

#page > header nav div.nav-parts-container > div.menu-top-nav-container > ul li {
    padding: 12.5px 0;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    #page > header nav div.nav-parts-container > div.menu-top-nav-container > ul li {
        padding: 0 6.5px 18.5px;
    }
}

#page > header nav div.nav-parts-container > div.menu-top-nav-container > ul li.showing-menu {
    position: relative;
}

#page > header nav div.nav-parts-container > div.menu-top-nav-container > ul li.showing-menu ul.sub-menu {
    display: block;
}

#page > header nav div.nav-parts-container > div.menu-top-nav-container > ul li ul.sub-menu {
    display: none;
    margin-top: 12.5px;
    background-color: #E6E7E8;
}

@media only screen and (min-width: 768px) {
    #page > header nav div.nav-parts-container > div.menu-top-nav-container > ul li ul.sub-menu {
        position: absolute;
        left: -10px;
        padding-top: 10px;
    }
}

#page > header nav div.nav-parts-container > div.menu-top-nav-container > ul li ul.sub-menu a {
    color: #8A8C8C;
}

footer {
    background-color: #8A8C8C;
    color: white;
}

footer a {
    color: white;
}

footer section {
    padding: 15px;
}

footer section.copyright-nav-container {
    background-color: #676767;
}

@media only screen and (min-width: 768px) {
    footer section.copyright-nav-container {
        margin-top: 55px;
    }
}

footer section.copyright-nav-container div.copyright {
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.6rem;
    float: left;
}

@media only screen and (min-width: 768px) {
    footer section.copyright-nav-container div.copyright {
        font-size: 12px;
    }
}

footer section.copyright-nav-container div.menu-footer-nav-container {
    font-size: 0.6rem;
    float: right;
}

@media only screen and (min-width: 768px) {
    footer section.copyright-nav-container div.menu-footer-nav-container {
        font-size: 11px;
    }
}

footer section.copyright-nav-container div.menu-footer-nav-container li {
    display: inline;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    footer section.copyright-nav-container div.menu-footer-nav-container li {
        margin-right: 25px;
    }
}

footer section.locations-social-signup-container > div.signup-container {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    footer section.locations-social-signup-container > div.signup-container {
        margin-top: 0;
        max-width: 25%;
        float: left;
    }
}

footer section.locations-social-signup-container > div.signup-container.showing-signup form {
    display: block;
}

footer section.locations-social-signup-container > div.signup-container.showing-signup div.signup-link-container a:before {
    content: '\e900';
}

footer section.locations-social-signup-container > div.signup-container div.social-media-container {
    display: none;
}

@media only screen and (min-width: 768px) {
    footer section.locations-social-signup-container > div.signup-container div.social-media-container {
        display: block;
    }
}

footer section.locations-social-signup-container > div.signup-container div.social-media-container ul li {
    display: inline;
    font-size: 2rem;
}

@media only screen and (min-width: 768px) {
    footer section.locations-social-signup-container > div.signup-container div.signup-link-container {
        margin-bottom: 65px;
    }
}

footer section.locations-social-signup-container > div.signup-container div.signup-link-container a:before {
    content: '\e903';
    font-family: "icomoon";
    -webkit-font-smoothing: antialiased;
    margin-right: 2px;
}

footer section.locations-social-signup-container > div.signup-container div.signup-link-container a span {
    text-decoration: underline;
}

footer section.locations-social-signup-container > div.signup-container > p {
    font-family: Graphik LC Web;
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    footer section.locations-social-signup-container > div.signup-container > p {
        font-size: 10px;
    }
}

footer section.locations-social-signup-container > div.signup-container > p strong {
    font-family: Graphik LC Web;
    font-weight: 600;
}

footer section.locations-social-signup-container > div.signup-container form {
    display: none;
    margin-top: 15px;
}

footer section.locations-social-signup-container > div.signup-container form p {
    position: relative;
}

footer section.locations-social-signup-container > div.signup-container form p input[type=email],
footer section.locations-social-signup-container > div.signup-container form p input[type=text] {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 1rem;
    width: 100%;
    background-color: transparent;
    color: white;
    margin-bottom: 15px;
    border: 1px solid white;
    padding: 5px 10px;
}

footer section.locations-social-signup-container > div.signup-container form p input[type=email]::-webkit-input-placeholder,
footer section.locations-social-signup-container > div.signup-container form p input[type=text]::-webkit-input-placeholder {
    color: white;
}

footer section.locations-social-signup-container > div.signup-container form p input[type=submit] {
    position: absolute;
    right: 0;
    font-family: icomoon;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    border: none;
    color: white;
    position: absolute;
    top: 5px;
}

footer section.locations-social-signup-container > div.locations-social-container {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

@media only screen and (min-width: 768px) {
    footer section.locations-social-signup-container > div.locations-social-container {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        max-width: 75%;
        float: left;
    }
}

footer section.locations-social-signup-container > div.locations-social-container > div {
    break-inside: avoid-column;
    font-size: 0.7rem;
}

@media only screen and (min-width: 768px) {
    footer section.locations-social-signup-container > div.locations-social-container > div {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) {
    footer section.locations-social-signup-container > div.locations-social-container > div.social-media-container {
        display: none;
    }
}

footer section.locations-social-signup-container > div.locations-social-container > div.social-media-container ul li {
    display: inline;
    font-size: 2rem;
}

footer section.locations-social-signup-container > div.locations-social-container > div h2 {
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 0;
    border-bottom: 1px solid #C4C5C5;
}

@media only screen and (min-width: 768px) {
    footer section.locations-social-signup-container > div.locations-social-container > div h2 {
        font-size: 15px;
    }
}

footer section.locations-social-signup-container > div.locations-social-container > div div {
    padding: 10px 0;
}

footer section.locations-social-signup-container > div.locations-social-container > div div.hours {
    font-family: Graphik LC Web;
    font-weight: 600;
    text-transform: uppercase;
}

body.home section.artists.header h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.home section.artists.header h2 {
        font-size: 40px;
    }
}

body.home section.artists.header h2 a {
    position: relative;
    color: #DCDBDA;
}

body.home section.artists.header h2 a span.under {
    width: auto;
    left: 50%;
    right: 50%;
    transition: all 300ms;
    bottom: -10px;
    content: "";
    height: 2px;
    padding: 0;
    position: absolute;
    z-index: 1;
    background-color: transparent;
}

body.home section.artists.header h2 a.current {
    color: black;
}

body.home section.artists.header h2 a.current span.under {
    background-color: black;
    left: 0%;
    right: 0%;
}

body.home section.artists.header h2 a:hover span.under {
    left: 0%;
    right: 0%;
    background-color: #8A8C8C;
}

body.home section.artists.header h2 a.current:hover span.under {
    background-color: black;
}

body.home img.homepage-top-image {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    body.home img.homepage-top-image {
        width: 100%;
        height: auto;
    }
}

body.home section.current-exhibitions > h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    color: #000;
    margin-top: 12px;
}

@media only screen and (min-width: 768px) {
    body.home section.current-exhibitions > h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.home section.current-exhibitions > h2 {
        margin-bottom: 20px;
    }
}

body.home section.current-exhibitions > .bx-wrapper ul li h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 1.8rem;
    color: #8A8C8C;
    margin: 15px 0 8px;
}

@media only screen and (min-width: 768px) {
    body.home section.current-exhibitions > .bx-wrapper ul li h2 {
        font-size: 30px;
    }
}

body.home section.current-exhibitions > .bx-wrapper ul li img {
    width: 100%;
    height: auto;
}

body.home section.current-exhibitions > .bx-wrapper ul li div.slide-meta {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.7rem;
    padding-top: 5px;
    text-transform: uppercase;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.home section.current-exhibitions > .bx-wrapper ul li div.slide-meta {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) {
    body.home section.current-exhibitions > .bx-wrapper ul li div.slide-meta {
        padding-top: 15px;
    }
}

body.home section.current-exhibitions > .bx-wrapper ul li div.slide-meta span {
    padding-right: 10px;
}

body.home section.current-exhibitions > .bx-wrapper ul li div.slide-meta span.location {
    font-family: Graphik LC Web;
    font-weight: 600;
}

body.home section.current-exhibitions > .bx-wrapper ul li div.slide-meta span strong {
    font-family: Graphik LC Web;
    font-weight: 600;
}

body.home section.current-exhibitions > .bx-wrapper ul li div.slide-meta ul.share {
    display: none;
}

@media only screen and (min-width: 768px) {
    body.home section.current-exhibitions > .bx-wrapper ul li div.slide-meta ul.share {
        float: right;
        display: block;
    }
}

body.home section.current-exhibitions > .bx-wrapper ul li div.slide-meta ul.share > li {
    display: inline;
    padding-left: 10px;
}

body.home section.current-exhibitions > .bx-wrapper ul li div.slide-meta ul.share > li > a {
    color: #8A8C8C;
}

body.home section.latest-news-slider h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    color: #000;
}

@media only screen and (min-width: 768px) {
    body.home section.latest-news-slider h2 {
        font-size: 40px;
    }
}

body.home section.latest-news-slider div.bx-pager.bx-default-pager {
    position: absolute;
    top: 0;
}

body.home section.latest-news-slider div.bx-pager.bx-default-pager a {
    background-color: white;
    border: 1px solid #8A8C8C;
}

body.home section.latest-news-slider div.bx-pager.bx-default-pager a.active {
    background-color: #8A8C8C;
}

body.home section.latest-news-slider ul li {
    border-top: 1px solid #929495;
    border-bottom: 1px solid #929495;
}

@media only screen and (min-width: 768px) {
    body.home section.latest-news-slider ul li {
        height: 400px;
    }
}

body.home section.latest-news-slider ul li h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 1.8rem;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.home section.latest-news-slider ul li h2 {
        font-size: 40px;
    }
}

body.home section.latest-news-slider ul li p {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.8rem;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.home section.latest-news-slider ul li p {
        font-size: 15px;
    }
}

body.home section.latest-news-slider ul li div.slide-meta {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.7rem;
    color: #8A8C8C;
    overflow: hidden;
    text-transform: uppercase;
    margin: 40px 0;
}

@media only screen and (min-width: 768px) {
    body.home section.latest-news-slider ul li div.slide-meta {
        font-size: 15px;
    }
}

body.home section.latest-news-slider ul li div.slide-meta div.publisher,
body.home section.latest-news-slider ul li div.slide-meta div.date {
    float: left;
    padding-right: 20px;
}

body.home section.latest-news-slider ul li div.slide-meta div.publisher a,
body.home section.latest-news-slider ul li div.slide-meta div.date a {
    color: black;
}

body.home section.latest-news-slider .bx-wrapper .bx-pager {
    text-align: right;
}

body.home section.latest-news-slider .bx-wrapper .bx-pager .bx-controls.bx-has-pager {
    bottom: initial;
    top: 25px;
}

body.home section.latest-news-slider .bx-wrapper .bx-pager .bx-controls.bx-has-pager .bx-pager.bx-default-pager a.active,
body.home section.latest-news-slider .bx-wrapper .bx-pager .bx-controls.bx-has-pager .bx-pager.bx-default-pager a:focus,
body.home section.latest-news-slider .bx-wrapper .bx-pager .bx-controls.bx-has-pager .bx-pager.bx-default-pager a:hover {
    border: 1px solid #C4C5C5;
    position: relative;
    top: 1px;
    background-color: white;
}

body.home section.latest-news-slider .bx-wrapper .bx-pager .bx-controls.bx-has-pager .bx-pager.bx-default-pager a:hover {
    border-color: #8A8C8C;
    background-color: #8A8C8C;
}

body.home section.homepage-artists > h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    color: black;
    border-bottom: 2px solid #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.home section.homepage-artists > h2 {
        font-size: 40px;
    }
}

body.home section.homepage-artists > section {
    font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
    body.home section.homepage-artists > section {
        font-size: 22px;
    }
}

body.home section.homepage-artists > section a {
    color: #8A8C8C;
}

body.home section.homepage-artists > section a h3 {
    font-family: Graphik Web;
    font-weight: 300;
}

body.home section.homepage-artists > section div.tab-content-container {
    display: none;
}

body.home section.homepage-artists > section div.tab-content-container.current {
    display: block;
}

body.home section.homepage-artists > section div.tab-content-container > section > div {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

@media only screen and (min-width: 768px) {
    body.home section.homepage-artists > section div.tab-content-container > section > div {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }
}

body.home section.homepage-artists > section div.tab-content-container > section > div article h3 {
    margin: 0 0 20px 0;
    text-transform: none;
}

body.home section.visit {
    margin-top: 25px;
}

body.home section.visit > h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    color: black;
}

@media only screen and (min-width: 768px) {
    body.home section.visit > h2 {
        font-size: 40px;
    }
}

body.home section.visit article {
    margin-top: 20px;
}

@media only screen and (min-width: 768px) {
    body.home section.visit article {
        width: 45%;
        float: left;
        margin-right: 5%;
    }
}

body.home section.visit article h3 {
    font-family: Graphik LC Web;
    font-weight: 400;
    font-size: 1.2rem;
    font-size: 1.2rem;
    color: black;
}

@media only screen and (min-width: 768px) {
    body.home section.visit article h3 {
        font-size: 22px;
    }
}

body.home section.visit article div.location-meta {
    float: left;
    width: 45%;
}

body.home section.visit article div.location-meta h3 {
    margin-top: 0;
}

body.home section.visit article div.location-meta p {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 1rem;
    color: #8A8C8C;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) {
    body.home section.visit article div.location-meta p {
        font-size: 15px;
    }
}

body.home section.visit article div.location-meta div.location.map {
    padding-top: 15px;
    height: 100%;
}

body.home section.visit article div.location-meta div.location.map iframe {
    height: 100%;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

body.home section.visit article > img {
    padding-right: 5%;
    float: left;
    width: 45%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    body.home ul.homepage-top-slider li img {
        width: 100%;
        height: auto;
    }
}

body.archive.tax-artist_type section.artists.header h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.archive.tax-artist_type section.artists.header h2 {
        font-size: 40px;
    }
}

body.archive.tax-artist_type section.artists.header h2 a {
    position: relative;
    color: #DCDBDA;
}

body.archive.tax-artist_type section.artists.header h2 a span.under {
    width: auto;
    left: 50%;
    right: 50%;
    transition: all 300ms;
    bottom: -10px;
    content: "";
    height: 2px;
    padding: 0;
    position: absolute;
    z-index: 1;
    background-color: transparent;
}

body.archive.tax-artist_type section.artists.header h2 a.current {
    color: black;
}

body.archive.tax-artist_type section.artists.header h2 a.current span.under {
    background-color: black;
    left: 0%;
    right: 0%;
}

body.archive.tax-artist_type section.artists.header h2 a:hover span.under {
    left: 0%;
    right: 0%;
    background-color: #8A8C8C;
}

body.archive.tax-artist_type section.artists.header h2 a.current:hover span.under {
    background-color: black;
}

body.archive.tax-artist_type.term-specialized-works #main > section.works-by-slider-container ul.bxslider li img {
    width: 100%;
    height: auto;
}

body.archive.tax-artist_type.term-specialized-works #main > section.works-by-slider-container ul.bxslider li div.slide-meta {
    display: none;
    text-align: right;
    padding-top: 5px;
}

@media only screen and (min-width: 768px) {
    body.archive.tax-artist_type.term-specialized-works #main > section.works-by-slider-container ul.bxslider li div.slide-meta {
        display: block;
    }
}

body.archive.tax-artist_type.term-specialized-works #main > section.works-by-slider-container ul.bxslider li div.slide-meta strong {
    font-family: Graphik LC Web;
    font-weight: 600;
}

body.archive.tax-artist_type.term-specialized-works #main > section.works-by-slider-container .bx-wrapper {
    margin-bottom: 0;
}

body.archive.tax-artist_type.term-specialized-works #main > section.works-by-slider-container .bx-wrapper .bx-pager.bx-default-pager {
    text-align: left;
    position: absolute;
    top: -20px;
    left: 5px;
}

body.archive.tax-artist_type.term-specialized-works #main > section.works-by-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active,
body.archive.tax-artist_type.term-specialized-works #main > section.works-by-slider-container .bx-wrapper .bx-pager.bx-default-pager a:focus,
body.archive.tax-artist_type.term-specialized-works #main > section.works-by-slider-container .bx-wrapper .bx-pager.bx-default-pager a:hover {
    border: 1px solid white;
    position: relative;
    top: 1px;
    background-color: white;
}

body.archive.tax-artist_type.term-specialized-works #main > section.works-by-slider-container .bx-wrapper .bx-pager.bx-default-pager a,
body.archive.tax-artist_type.term-specialized-works #main > section.works-by-slider-container .bx-wrapper .bx-pager.bx-default-pager a:hover {
    border: 1px solid white;
    background-color: transparent;
}

body.archive.tax-artist_type.term-specialized-works #main > section.works-by {
    padding-top: 0;
}

body.archive.tax-artist_type.term-specialized-works #main > section.works-by ul {
    margin-top: 0;
}

body.archive.tax-artist_type.term-specialized-works #main > section.our-artists {
    padding-top: 20px;
}

body.archive.tax-artist_type.term-specialized-works #main > section.our-artists article {
    break-inside: avoid-column;
    position: relative;
    margin-bottom: 10px;
}

body.archive.tax-artist_type.term-specialized-works #main > section.our-artists article img {
    width: 100%;
    height: auto;
}

body.archive.tax-artist_type.term-specialized-works #main > section.our-artists article a {
    color: #8A8C8C;
}

body.archive.tax-artist_type.term-specialized-works #main > section.our-artists article a h3 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
    body.archive.tax-artist_type.term-specialized-works #main > section.our-artists article a h3 {
        font-size: 22px;
    }
}

body.archive.tax-artist_type.term-specialized-works #main > section.our-artists div.artists-container {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) {
    body.archive.tax-artist_type.term-specialized-works #main > section.our-artists div.artists-container {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }
}

body.archive.tax-artist_type.term-our-artists section.our-artists div.artists-container {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

@media only screen and (min-width: 768px) {
    body.archive.tax-artist_type.term-our-artists section.our-artists div.artists-container {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }
}

body.archive.tax-artist_type.term-our-artists section.our-artists div.artists-container article {
    position: relative;
    margin-bottom: 10px;
}

body.archive.tax-artist_type.term-our-artists section.our-artists div.artists-container article a img {
    width: 100%;
    height: auto;
}

body.archive.tax-artist_type.term-our-artists section.our-artists div.artists-container article a h3 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 7.5px;
    left: 7.5px;
    color: white;
}

body.archive.tax-artist_type.term-our-artists section.works-by {
    padding-top: 65px;
}

body.archive.tax-artist_type section.works-by h3 {
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.9rem;
    color: #8A8C8C;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.archive.tax-artist_type section.works-by h3 {
        font-size: 15px;
    }
}

body.archive.tax-artist_type section.works-by ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    font-family: Graphik Web;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    body.archive.tax-artist_type section.works-by ul {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }
}

body.archive.tax-artist_type section.works-by ul li {
    padding: 5px 0;
}

body.archive.tax-artist_type section.works-by ul li a {
    color: #8A8C8C;
    font-size: 0.9rem;
}

@media only screen and (min-width: 768px) {
    body.archive.tax-artist_type section.works-by ul li a {
        font-size: 15px;
    }
}

body.single-artists #main > section > h2 {
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > section > h2 {
        font-size: 15px;
    }
}



body.single-artists #main > section.artists.header h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 1.8rem;
    color: black;
    text-transform: none;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > section.artists.header h2 {
        font-size: 40px;
    }
}

body.single-artists #main > section.artists.our-artists > div {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > section.artists.our-artists > div {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }
}

body.single-artists #main > section.artists.our-artists > div article {
    font-size: 1.2rem;
    padding-bottom: 15px;
    break-inside: avoid-column;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > section.artists.our-artists > div article {
        font-size: 22px;
    }
}

body.single-artists #main > section.artists.our-artists > div article a {
    color: #8A8C8C;
}

body.single-artists #main > section.artists.works-by > h3 {
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.9rem;
    color: #8A8C8C;
    margin-bottom: 25px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > section.artists.works-by > h3 {
        font-size: 15px;
    }
}

body.single-artists #main > section.artists.works-by ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > section.artists.works-by ul {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }
}

body.single-artists #main > section.artists.works-by ul li {
    font-size: 1.2rem;
    padding-bottom: 15px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > section.artists.works-by ul li {
        font-size: 22px;
    }
}

body.single-artists #main > section.artists.works-by ul li a {
    color: #8A8C8C;
}

body.single-artists #main > div.artist-content {
    padding: 0 35px 25px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content {
        padding-bottom: 55px;
    }
}

body.single-artists #main > div.artist-content > h1 {
    display: none;
    font-size: 2.4em;
    color: black;
    border-bottom: 1px solid #929495;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > h1 {
        display: block;
    }
}

body.single-artists #main > div.artist-content > h1 span {
    padding-left: 15px;
    color: #DCDBDA;
}

body.single-artists #main > div.artist-content > nav {
    font-family: Graphik Web;
    font-weight: 500;
    font-size: 15px;
    float: left;
    text-transform: uppercase;
}

body.single-artists #main > div.artist-content > nav > div.meta-container {
    margin-bottom: 20px;
    border-bottom: 1px solid #8A8C8C;
    padding-bottom: 20px;
}

body.single-artists #main > div.artist-content > nav > div.meta-container > h3 {
    font-size: 1.5rem;
    color: black;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > nav > div.meta-container > h3 {
        font-size: 18px;
    }
}

body.single-artists #main > div.artist-content > nav > div.meta-container p {
    font-size: 0.9rem;
    color: #929495;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > nav > div.meta-container p {
        font-size: 12px;
    }
}

body.single-artists #main > div.artist-content > nav > div.meta-container p.date {
    margin-bottom: 20px;
}

body.single-artists #main > div.artist-content > nav ul.share li {
    display: inline;
    padding-right: 5px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section {
        margin: 0 0 70px 280px;
    }
}

body.single-artists #main > div.artist-content > section:before,
body.single-artists #main > div.artist-content > section:after {
    clear: none;
}

body.single-artists #main > div.artist-content > section.about {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.8rem;
    color: #8A8C8C;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.about {
        font-size: 15px;
    }
}

body.single-artists #main > div.artist-content > section.about > h1 {
    font-size: 2.4em;
    color: black;
    border-bottom: 1px solid #929495;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.about > h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.about > h1 {
        display: none;
    }
}

body.single-artists #main > div.artist-content > section.about h2,
body.single-artists #main > div.artist-content > section.about h3,
body.single-artists #main > div.artist-content > section.about p,
body.single-artists #main > div.artist-content > section.about strong,
body.single-artists #main > div.artist-content > section.about em,
body.single-artists #main > div.artist-content > section.about a {
    font-family: Graphik Web;
    font-weight: 300;
    color: #8A8C8C;
}

body.single-artists #main > div.artist-content > section.about h2 {
    font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.about h2 {
        font-size: 40px;
    }
}

body.single-artists #main > div.artist-content > section.about h3 {
    font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.about h3 {
        font-size: 15px;
    }
}

body.single-artists #main > div.artist-content > section.about p {
    font-size: 0.8rem;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.about p {
        font-size: 15px;
    }
}

body.single-artists #main > div.artist-content > section.about em {
    font-style: italic;
}

body.single-artists #main > div.artist-content > section.about a {
    text-decoration: underline;
}

body.single-artists #main > div.artist-content > section.about > div.meta-container {
    margin: 20px 0;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.about > div.meta-container {
        display: none;
    }
}

body.single-artists #main > div.artist-content > section.about > div.meta-container > h3 {
    font-size: 1.5rem;
    color: black;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.about > div.meta-container > h3 {
        font-size: 18px;
    }
}

body.single-artists #main > div.artist-content > section.about > div.meta-container p {
    font-size: 0.9rem;
    color: #929495;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.about > div.meta-container p {
        font-size: 12px;
    }
}

body.single-artists #main > div.artist-content > section.about > div.meta-container p.date {
    margin-bottom: 20px;
}

body.single-artists #main > div.artist-content > section.selected-works {
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.selected-works {
        margin-top: 70px;
    }
}

body.single-artists #main > div.artist-content > section.selected-works div.bx-controls {
    font-size: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.selected-works div.bx-controls {
        font-size: 13px;
    }
}

body.single-artists #main > div.artist-content > section.selected-works div.bx-controls a {
    color: #8A8C8C;
}

body.single-artists #main > div.artist-content > section.selected-works .bx-wrapper {
    padding-top: 15px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.selected-works .bx-wrapper {
        padding-top: 25px;
    }
}

body.single-artists #main > div.artist-content > section.selected-works .bx-wrapper li > div {
    margin-bottom: 17.5px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.selected-works .bx-wrapper li > div {
        margin-bottom: 30px;
    }
}

body.single-artists #main > div.artist-content > section.selected-works .bx-wrapper li img {
    height: auto;
    margin-bottom: 15px;
}

body.single-artists #main > div.artist-content > section.selected-works .bx-wrapper li a.enquire-link {
    text-transform: uppercase;
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.8rem;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.selected-works .bx-wrapper li a.enquire-link {
        font-size: 15px;
    }
}

body.single-artists #main > div.artist-content > section.selected-works .bx-wrapper li a.enquire-link:before {
    content: '\e905';
    font-family: "icomoon";
    -webkit-font-smoothing: antialiased;
    margin-right: 2px;
}

body.single-artists #main > div.artist-content > section.selected-press {
    margin-bottom: 20px;
}

body.single-artists #main > div.artist-content > section.selected-press > h2 {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.selected-press > h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.selected-press > div {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

body.single-artists #main > div.artist-content > section.selected-press > div article {
    color: #8A8C8C;
    margin-bottom: 17.5px;
    break-inside: avoid-column;
}

body.single-artists #main > div.artist-content > section.selected-press > div article h3 {
    font-size: 0.8rem;
    margin-bottom: 7.5px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.selected-press > div article h3 {
        font-size: 15px;
    }
}

body.single-artists #main > div.artist-content > section.selected-press > div article h3 span.title {
    color: #8A8C8C;
}

body.single-artists #main > div.artist-content > section.selected-press > div article h3 strong {
    color: black;
    font-family: Graphik Web;
    font-weight: 500;
}

body.single-artists #main > div.artist-content > section.selected-press > div article p.date {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.7rem;
    color: #929495;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.selected-press > div article p.date {
        font-size: 15px;
    }
}

body.single-artists #main > div.artist-content > section.selected-press > div article div.excerpt {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.8rem;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.selected-press > div article div.excerpt {
        font-size: 15px;
    }
}

body.single-artists #main > div.artist-content > section.selected-press > div article p.link-container {
    padding-top: 15px;
}

body.single-artists #main > div.artist-content > section.selected-press > div article p.link-container a {
    font-family: Graphik Web;
    font-weight: 500;
    color: #8A8C8C;
}

body.single-artists #main > div.artist-content > section.video {
    margin-bottom: 0;
}

body.single-artists #main > div.artist-content > section.video div.video-player-container {
    padding-top: 20px;
}

body.single-artists #main > div.artist-content > section.video div.video-player-container iframe {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.video div.video-player-container iframe {
        height: inherit;
    }
}

body.single-artists #main > div.artist-content > section.video div.video-player-container h3 {
    padding-top: 10px;
    font-family: Graphik Web;
    font-weight: 500;
}

body.single-artists #main > div.artist-content > section.video div.video-player-container > p.date {
    font-size: 0.7rem;
    color: #929495;
    padding-top: 10px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.video div.video-player-container > p.date {
        font-size: 11px;
    }
}

body.single-artists #main > div.artist-content > section.video div.video-player-container div.description {
    font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.video div.video-player-container div.description {
        font-size: 15px;
    }
}

body.single-artists #main > div.artist-content > section.video div.video-player-container div.description p {
    padding-top: 10px;
}

body.single-artists #main > div.artist-content > section.video div.video-thumbs-container {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    margin-top: 20px;
}

body.single-artists #main > div.artist-content > section.video div.video-thumbs-container a {
    color: white;
}

body.single-artists #main > div.artist-content > section.video div.video-thumbs-container a article {
    position: relative;
    break-inside: avoid-column;
    padding-bottom: 10px;
}

body.single-artists #main > div.artist-content > section.video div.video-thumbs-container a article.current div.now-playing {
    display: block;
}

body.single-artists #main > div.artist-content > section.video div.video-thumbs-container a article.current div.play {
    display: none;
}

body.single-artists #main > div.artist-content > section.video div.video-thumbs-container a article img {
    width: 100%;
    height: auto;
}

body.single-artists #main > div.artist-content > section.video div.video-thumbs-container a article div {
    position: absolute;
}

body.single-artists #main > div.artist-content > section.video div.video-thumbs-container a article div.now-playing {
    font-family: Graphik LC Web;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    bottom: 20px;
    left: 10px;
    display: none;
}

body.single-artists #main > div.artist-content > section.video div.video-thumbs-container a article div.now-playing:before {
    content: '\e906';
    font-family: "icomoon";
    -webkit-font-smoothing: antialiased;
}

body.single-artists #main > div.artist-content > section.video div.video-thumbs-container a article div.play {
    display: block;
    top: 50%;
    left: 50%;
    border: 1px solid white;
    font-size: 4rem;
    margin-top: -2rem;
    margin-left: -2rem;
    border-radius: 3rem;
}

body.single-artists #main > div.artist-content > section.exhibitions div.exhibitions-container {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.exhibitions div.exhibitions-container {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }
}

body.single-artists #main > div.artist-content > section.exhibitions div.exhibitions-container a {
    color: #8A8C8C;
}

body.single-artists #main > div.artist-content > section.exhibitions div.exhibitions-container a article {
    break-inside: avoid-column;
}

body.single-artists #main > div.artist-content > section.exhibitions div.exhibitions-container a article div.venue {
    font-size: 2rem;
    width: 100%;
    min-height: 100px;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.exhibitions div.exhibitions-container a article div.venue {
        font-size: 40px;
    }
}

body.single-artists #main > div.artist-content > section.exhibitions div.exhibitions-container a article img {
    width: 100%;
    height: auto;
}

body.single-artists #main > div.artist-content > section.exhibitions div.exhibitions-container a article h3 {
    font-family: Graphik Web;
    font-weight: 500;
}

body.single-artists #main > div.artist-content > section.exhibitions div.exhibitions-container a article p.date {
    font-size: 0.7rem;
    color: #929495;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section.exhibitions div.exhibitions-container a article p.date {
        font-size: 11px;
    }
}

body.single-artists #main > div.artist-content > section > h2 {
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-artists #main > div.artist-content > section > h2 {
        font-size: 15px;
    }
}

body.post-type-archive-exhibitions #main {
    padding-bottom: 20px;
}

body.post-type-archive-exhibitions #main > section.current-exhibitions > h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    color: #000;
    margin-top: 12px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.current-exhibitions > h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.current-exhibitions > h2 {
        margin-bottom: 20px;
    }
}

body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 1.8rem;
    color: #8A8C8C;
    margin: 15px 0 8px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li h2 {
        font-size: 30px;
    }
}

body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li img {
    width: 100%;
    height: auto;
}

body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li div.slide-meta {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.7rem;
    padding-top: 5px;
    text-transform: uppercase;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li div.slide-meta {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li div.slide-meta {
        padding-top: 15px;
    }
}

body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li div.slide-meta span {
    padding-right: 10px;
}

body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li div.slide-meta span.location {
    font-family: Graphik LC Web;
    font-weight: 600;
}

body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li div.slide-meta span strong {
    font-family: Graphik LC Web;
    font-weight: 600;
}

body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li div.slide-meta ul.share {
    display: none;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li div.slide-meta ul.share {
        float: right;
        display: block;
    }
}

body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li div.slide-meta ul.share > li {
    display: inline;
    padding-left: 10px;
}

body.post-type-archive-exhibitions #main > section.current-exhibitions > .bx-wrapper ul li div.slide-meta ul.share > li > a {
    color: #8A8C8C;
}

body.post-type-archive-exhibitions #main > section.upcoming-exhibitions > h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    color: #000;
    margin-top: 12px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.upcoming-exhibitions > h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.upcoming-exhibitions > h2 {
        margin-bottom: 20px;
    }
}

body.post-type-archive-exhibitions #main > section.upcoming-exhibitions div {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.upcoming-exhibitions div {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }
}

body.post-type-archive-exhibitions #main > section.upcoming-exhibitions div > article {
    margin-bottom: 20px;
    break-inside: avoid-column;
}

body.post-type-archive-exhibitions #main > section.upcoming-exhibitions div > article a {
    color: #8A8C8C;
    text-transform: uppercase;
}

body.post-type-archive-exhibitions #main > section.upcoming-exhibitions div > article a img {
    width: 100%;
    height: auto;
}

body.post-type-archive-exhibitions #main > section.upcoming-exhibitions div > article a h2 {
    font-family: Graphik Web;
    font-weight: 500;
}

body.post-type-archive-exhibitions #main > section.upcoming-exhibitions div > article a p {
    font-size: 0.7rem;
    color: #929495;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.upcoming-exhibitions div > article a p {
        font-size: 11px;
    }
}

body.post-type-archive-exhibitions #main > section.upcoming-exhibitions div > article a p.location {
    font-size: 0.9rem;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.upcoming-exhibitions div > article a p.location {
        font-size: 16px;
    }
}

body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    color: #000;
    margin-top: 12px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > h2 {
        margin-bottom: 20px;
    }
}

body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > header {
    font-family: Graphik Web;
    font-weight: 500;
    margin-bottom: 20px;
}

body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > header a {
    padding-right: 10px;
    color: #8A8C8C;
}

body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > div.ajax-placeholder > div {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    display: none;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > div.ajax-placeholder > div {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }
}

body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > div.ajax-placeholder > div.active-ajax {
    display: block;
}

body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > div.ajax-placeholder > div > article {
    margin-bottom: 20px;
    break-inside: avoid-column;
}

body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > div.ajax-placeholder > div > article a {
    color: #8A8C8C;
    text-transform: uppercase;
}

body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > div.ajax-placeholder > div > article a img {
    width: 100%;
    height: auto;
}

body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > div.ajax-placeholder > div > article a h2 {
    font-family: Graphik Web;
    font-weight: 500;
}

body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > div.ajax-placeholder > div > article a p {
    font-size: 0.7rem;
    color: #929495;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > div.ajax-placeholder > div > article a p {
        font-size: 11px;
    }
}

body.post-type-archive-exhibitions #main > section.past-exhibitions-by-year > div.ajaxError {
    display: none;
}



body.single-exhibitions #main > section > h2 {
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > section > h2 {
        font-size: 15px;
    }
}

body.single-exhibitions #main > div.exhibit-content {
    padding: 0 35px 25px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content {
        padding-bottom: 55px;
    }
}

body.single-exhibitions #main > div.exhibit-content > h1 {
    display: none;
    font-size: 2.4em;
    color: black;
    border-bottom: 1px solid #929495;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > h1 {
        display: block;
    }
}

body.single-exhibitions #main > div.exhibit-content > h1 span {
    padding-left: 15px;
    color: #DCDBDA;
}

body.single-exhibitions #main > div.exhibit-content > nav > div.meta-container {
    margin-bottom: 20px;
    border-bottom: 1px solid #8A8C8C;
    padding-bottom: 20px;
}

body.single-exhibitions #main > div.exhibit-content > nav > div.meta-container > h3 {
    font-size: 1.5rem;
    color: black;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > nav > div.meta-container > h3 {
        font-size: 18px;
    }
}

body.single-exhibitions #main > div.exhibit-content > nav > div.meta-container p {
    font-size: 0.9rem;
    color: #929495;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > nav > div.meta-container p {
        font-size: 12px;
    }
}

body.single-exhibitions #main > div.exhibit-content > nav > div.meta-container p.date {
    margin-bottom: 20px;
}


body.single-exhibitions #main > div.exhibit-content > nav ul.share li {
    display: inline;
    padding-right: 5px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > nav ul li {
        margin-bottom: 15px;
    }
}

body.single-exhibitions #main > div.exhibit-content > nav ul li a {
    color: #8A8C8C;
}

body.single-exhibitions #main > div.exhibit-content > nav ul li a:hover {
    color: black;
}

body.single-exhibitions #main > div.exhibit-content > nav p.back-to-top a {
    font-family: Graphik LC Web;
    font-weight: 400;
    color: #8A8C8C;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 11px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section {
        margin: 0 0 70px 280px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section:before,
body.single-exhibitions #main > div.exhibit-content > section:after {
    clear: none;
}

body.single-exhibitions #main > div.exhibit-content > section.about {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.8rem;
    color: #8A8C8C;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.about {
        font-size: 15px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.about > h1 {
    font-size: 2.4em;
    color: black;
    border-bottom: 1px solid #929495;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.about > h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.about > h1 {
        display: none;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.about h2,
body.single-exhibitions #main > div.exhibit-content > section.about h3,
body.single-exhibitions #main > div.exhibit-content > section.about p,
body.single-exhibitions #main > div.exhibit-content > section.about strong,
body.single-exhibitions #main > div.exhibit-content > section.about em,
body.single-exhibitions #main > div.exhibit-content > section.about a {
    font-family: Graphik Web;
    font-weight: 300;
    color: #8A8C8C;
}

body.single-exhibitions #main > div.exhibit-content > section.about h2 {
    font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.about h2 {
        font-size: 40px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.about h3 {
    font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.about h3 {
        font-size: 15px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.about p {
    font-size: 0.8rem;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.about p {
        font-size: 15px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.about em {
    font-style: italic;
}

body.single-exhibitions #main > div.exhibit-content > section.about a {
    text-decoration: underline;
}

body.single-exhibitions #main > div.exhibit-content > section.about > div.meta-container {
    margin: 20px 0;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.about > div.meta-container {
        display: none;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.about > div.meta-container > h3 {
    font-size: 1.5rem;
    color: black;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.about > div.meta-container > h3 {
        font-size: 18px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.about > div.meta-container p {
    font-size: 0.9rem;
    color: #929495;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.about > div.meta-container p {
        font-size: 12px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.about > div.meta-container p.date {
    margin-bottom: 20px;
}

body.single-exhibitions #main > div.exhibit-content > section.selected-works {
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.selected-works {
        margin-top: 70px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.selected-works div.bx-controls {
    font-size: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.selected-works div.bx-controls {
        font-size: 13px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.selected-works div.bx-controls a {
    color: #8A8C8C;
}

body.single-exhibitions #main > div.exhibit-content > section.selected-works .bx-wrapper {
    padding-top: 15px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.selected-works .bx-wrapper {
        padding-top: 25px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.selected-works .bx-wrapper li > div {
    margin-bottom: 17.5px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.selected-works .bx-wrapper li > div {
        margin-bottom: 30px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.selected-works .bx-wrapper li img {
    height: auto;
    margin-bottom: 15px;
}

body.single-exhibitions #main > div.exhibit-content > section.selected-works .bx-wrapper li a.enquire-link {
    text-transform: uppercase;
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.8rem;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.selected-works .bx-wrapper li a.enquire-link {
        font-size: 15px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.selected-works .bx-wrapper li a.enquire-link:before {
    content: '\e905';
    font-family: "icomoon";
    -webkit-font-smoothing: antialiased;
    margin-right: 2px;
}

body.single-exhibitions #main > div.exhibit-content > section.selected-press {
    margin-bottom: 20px;
}

body.single-exhibitions #main > div.exhibit-content > section.selected-press > h2 {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.selected-press > h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.selected-press > div {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.selected-press > div article {
    color: #8A8C8C;
    margin-bottom: 17.5px;
    break-inside: avoid-column;
}

body.single-exhibitions #main > div.exhibit-content > section.selected-press > div article h3 {
    font-size: 0.8rem;
    margin-bottom: 7.5px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.selected-press > div article h3 {
        font-size: 15px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.selected-press > div article h3 span.title {
    color: #8A8C8C;
}

body.single-exhibitions #main > div.exhibit-content > section.selected-press > div article h3 strong {
    color: black;
    font-family: Graphik Web;
    font-weight: 500;
}

body.single-exhibitions #main > div.exhibit-content > section.selected-press > div article p.date {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.7rem;
    color: #929495;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.selected-press > div article p.date {
        font-size: 15px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.selected-press > div article div.excerpt {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.8rem;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.selected-press > div article div.excerpt {
        font-size: 15px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.selected-press > div article p.link-container {
    padding-top: 15px;
}

body.single-exhibitions #main > div.exhibit-content > section.selected-press > div article p.link-container a {
    font-family: Graphik Web;
    font-weight: 500;
    color: #8A8C8C;
}

body.single-exhibitions #main > div.exhibit-content > section.video {
    margin-bottom: 0;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-player-container {
    padding-top: 20px;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-player-container iframe {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.video div.video-player-container iframe {
        height: inherit;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-player-container h3 {
    padding-top: 10px;
    font-family: Graphik Web;
    font-weight: 500;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-player-container > p.date {
    font-size: 0.7rem;
    color: #929495;
    padding-top: 10px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.video div.video-player-container > p.date {
        font-size: 11px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-player-container div.description {
    font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.video div.video-player-container div.description {
        font-size: 15px;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-player-container div.description p {
    padding-top: 10px;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-thumbs-container {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    margin-top: 20px;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-thumbs-container a {
    color: white;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-thumbs-container a article {
    position: relative;
    break-inside: avoid-column;
    padding-bottom: 10px;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-thumbs-container a article.current div.now-playing {
    display: block;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-thumbs-container a article.current div.play {
    display: none;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-thumbs-container a article img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: cover;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-thumbs-container a article div {
    position: absolute;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-thumbs-container a article div.now-playing {
    font-family: Graphik LC Web;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    bottom: 20px;
    left: 10px;
    display: none;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-thumbs-container a article div.now-playing:before {
    content: '\e906';
    font-family: "icomoon";
    -webkit-font-smoothing: antialiased;
}

body.single-exhibitions #main > div.exhibit-content > section.video div.video-thumbs-container a article div.play {
    display: block;
    top: 50%;
    left: 50%;
    border: 1px solid white;
    font-size: 4rem;
    margin-top: -2rem;
    margin-left: -2rem;
    border-radius: 3rem;
}

body.single-exhibitions #main > div.exhibit-content > section.publications > div {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section.publications > div {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }
}

body.single-exhibitions #main > div.exhibit-content > section.publications > div article {
    color: #8A8C8C;
    break-inside: avoid-column;
    margin-top: 10px;
}

body.single-exhibitions #main > div.exhibit-content > section.publications > div article img {
    width: 100%;
    height: auto;
}

body.single-exhibitions #main > div.exhibit-content > section.publications > div article h3 {
    font-family: Graphik Web;
    font-weight: 500;
}

body.single-exhibitions #main > div.exhibit-content > section > h2 {
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-exhibitions #main > div.exhibit-content > section > h2 {
        font-size: 15px;
    }
}

body.post-type-archive-art_fairs #main {
    padding-bottom: 20px;
}

body.post-type-archive-art_fairs #main > section.upcoming-art-fairs {
    padding-bottom: 0;
}

body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > h2 {
    margin-top: 15px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > h2 {
        margin-bottom: 40px;
    }
}

body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }
}

body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div > a {
    color: #8A8C8C;
}

body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div > a article {
    font-size: 0.8rem;
    break-inside: avoid-column;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div > a article {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div > a article {
        margin-bottom: 40px;
    }
}

body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div > a article > img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div > a article > img {
        margin-bottom: 20px;
    }
}

body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div > a article > h3 {
    font-family: Graphik Web;
    font-weight: 500;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div > a article > h3 {
        margin-bottom: 20px;
    }
}

body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div > a article > p {
    margin-bottom: 10px;
}

body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div > a article > p.date {
    font-size: 0.7rem;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.upcoming-art-fairs > div > a article > p.date {
        font-size: 13px;
    }
}

body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year {
    padding-top: 0;
}

body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > header {
    font-family: Graphik Web;
    font-weight: 500;
    margin-bottom: 20px;
}

body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > header a {
    padding-right: 10px;
    color: #8A8C8C;
}

body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    display: none;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }
}

body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div.active-ajax {
    display: block;
}

body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div > article {
    margin-bottom: 20px;
    break-inside: avoid-column;
}

body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div > article a {
    color: #8A8C8C;
    text-transform: uppercase;
}

body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div > article a img {
    width: 100%;
    height: auto;
}

body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div > article a h2 {
    font-family: Graphik Web;
    font-weight: 500;
}

body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div > article a p {
    font-size: 0.7rem;
    color: #929495;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div > article a p {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div > article {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div > article > img {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajax-placeholder > div > article > h3 {
        margin-bottom: 20px;
    }
}

body.post-type-archive-art_fairs #main > section.past-art-fairs-by-year > div.ajaxError {
    display: none;
}

body.post-type-archive-art_fairs #main > section > h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    color: #000;
    margin-top: 12px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section > h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-art_fairs #main > section > h2 {
        margin-bottom: 20px;
    }
}

body.single-art_fairs #main {
    padding-bottom: 0;
}

body.single-art_fairs #main > section > h2 {
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section > h2 {
        font-size: 15px;
    }
}

body.single-art_fairs #main > section.upcoming-art-fairs > h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 1.8rem;
    color: black;
    text-transform: none;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.upcoming-art-fairs > h2 {
        font-size: 40px;
    }
}

body.single-art_fairs #main > section.upcoming-art-fairs > div {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    margin: 20px 0 0 0;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.upcoming-art-fairs > div {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }
}

body.single-art_fairs #main > section.upcoming-art-fairs > div > a article {
    color: #8A8C8C;
    break-inside: avoid-column;
    padding-bottom: 20px;
    text-transform: uppercase;
}

body.single-art_fairs #main > section.upcoming-art-fairs > div > a article > img {
    width: 100%;
    height: auto;
}

body.single-art_fairs #main > section.upcoming-art-fairs > div > a article > h3 {
    font-family: Graphik Web;
    font-weight: 500;
    margin-bottom: 7.5px;
}

body.single-art_fairs #main > section.upcoming-art-fairs > div > a article > p {
    margin-bottom: 10px;
}

body.single-art_fairs #main > section.upcoming-art-fairs > div > a article > p.date {
    font-size: 0.7rem;
    color: #929495;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.upcoming-art-fairs > div > a article > p.date {
        font-size: 11px;
    }
}

body.single-art_fairs #main > section.selected-works {
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.selected-works {
        margin-top: 70px;
    }
}

body.single-art_fairs #main > section.selected-works div.bx-controls {
    font-size: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.selected-works div.bx-controls {
        font-size: 13px;
    }
}

body.single-art_fairs #main > section.selected-works div.bx-controls a {
    color: #8A8C8C;
}

body.single-art_fairs #main > section.selected-works .bx-wrapper {
    padding-top: 15px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.selected-works .bx-wrapper {
        padding-top: 25px;
    }
}

body.single-art_fairs #main > section.selected-works .bx-wrapper li > div {
    margin-bottom: 17.5px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.selected-works .bx-wrapper li > div {
        margin-bottom: 30px;
    }
}

body.single-art_fairs #main > section.selected-works .bx-wrapper li img {
    height: auto;
    margin-bottom: 15px;
}

body.single-art_fairs #main > section.selected-works .bx-wrapper li a.enquire-link {
    text-transform: uppercase;
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.8rem;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.selected-works .bx-wrapper li a.enquire-link {
        font-size: 15px;
    }
}

body.single-art_fairs #main > section.selected-works .bx-wrapper li a.enquire-link:before {
    content: '\e905';
    font-family: "icomoon";
    -webkit-font-smoothing: antialiased;
    margin-right: 2px;
}

body.single-art_fairs #main > section.selected-press {
    margin-bottom: 20px;
}

body.single-art_fairs #main > section.selected-press > h2 {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.selected-press > h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.selected-press > div {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

body.single-art_fairs #main > section.selected-press > div article {
    color: #8A8C8C;
    margin-bottom: 17.5px;
    break-inside: avoid-column;
}

body.single-art_fairs #main > section.selected-press > div article h3 {
    font-size: 0.8rem;
    margin-bottom: 7.5px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.selected-press > div article h3 {
        font-size: 15px;
    }
}

body.single-art_fairs #main > section.selected-press > div article h3 span.title {
    color: #8A8C8C;
}

body.single-art_fairs #main > section.selected-press > div article h3 strong {
    color: black;
    font-family: Graphik Web;
    font-weight: 500;
}

body.single-art_fairs #main > section.selected-press > div article p.date {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.7rem;
    color: #929495;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.selected-press > div article p.date {
        font-size: 15px;
    }
}

body.single-art_fairs #main > section.selected-press > div article div.excerpt {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.8rem;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.selected-press > div article div.excerpt {
        font-size: 15px;
    }
}

body.single-art_fairs #main > section.selected-press > div article p.link-container {
    padding-top: 15px;
}

body.single-art_fairs #main > section.selected-press > div article p.link-container a {
    font-family: Graphik Web;
    font-weight: 500;
    color: #8A8C8C;
}

body.single-art_fairs #main > section.video {
    margin-bottom: 0;
}

body.single-art_fairs #main > section.video div.video-player-container {
    padding-top: 20px;
}

body.single-art_fairs #main > section.video div.video-player-container iframe {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.video div.video-player-container iframe {
        height: inherit;
    }
}

body.single-art_fairs #main > section.video div.video-player-container h3 {
    padding-top: 10px;
    font-family: Graphik Web;
    font-weight: 500;
}

body.single-art_fairs #main > section.video div.video-player-container > p.date {
    font-size: 0.7rem;
    color: #929495;
    padding-top: 10px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.video div.video-player-container > p.date {
        font-size: 11px;
    }
}

body.single-art_fairs #main > section.video div.video-player-container div.description {
    font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > section.video div.video-player-container div.description {
        font-size: 15px;
    }
}

body.single-art_fairs #main > section.video div.video-player-container div.description p {
    padding-top: 10px;
}

body.single-art_fairs #main > section.video div.video-thumbs-container {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    margin-top: 20px;
}

body.single-art_fairs #main > section.video div.video-thumbs-container a {
    color: white;
}

body.single-art_fairs #main > section.video div.video-thumbs-container a article {
    position: relative;
    break-inside: avoid-column;
    padding-bottom: 10px;
}

body.single-art_fairs #main > section.video div.video-thumbs-container a article.current div.now-playing {
    display: block;
}

body.single-art_fairs #main > section.video div.video-thumbs-container a article.current div.play {
    display: none;
}

body.single-art_fairs #main > section.video div.video-thumbs-container a article img {
    width: 100%;
    height: auto;
}

body.single-art_fairs #main > section.video div.video-thumbs-container a article div {
    position: absolute;
}

body.single-art_fairs #main > section.video div.video-thumbs-container a article div.now-playing {
    font-family: Graphik LC Web;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    bottom: 20px;
    left: 10px;
    display: none;
}

body.single-art_fairs #main > section.video div.video-thumbs-container a article div.now-playing:before {
    content: '\e906';
    font-family: "icomoon";
    -webkit-font-smoothing: antialiased;
}

body.single-art_fairs #main > section.video div.video-thumbs-container a article div.play {
    display: block;
    top: 50%;
    left: 50%;
    border: 1px solid white;
    font-size: 4rem;
    margin-top: -2rem;
    margin-left: -2rem;
    border-radius: 3rem;
}

body.single-art_fairs #main > div.art-fair-content {
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content {
        padding: 0 35px 0;
    }
}

body.single-art_fairs #main > div.art-fair-content > h1 {
    display: none;
    font-size: 2.4em;
    color: black;
    border-bottom: 1px solid #929495;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > h1 {
        display: block;
    }
}

body.single-art_fairs #main > div.art-fair-content > h1 span {
    padding-left: 15px;
    color: #DCDBDA;
}

body.single-art_fairs #main > div.art-fair-content > nav {
    font-family: Graphik Web;
    font-weight: 500;
    font-size: 15px;
    float: left;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section {
        margin: 0 0 70px 280px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section:before,
body.single-art_fairs #main > div.art-fair-content > section:after {
    clear: none;
}

body.single-art_fairs #main > div.art-fair-content > section.about {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.8rem;
    color: #8A8C8C;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.about {
        font-size: 15px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.about > h1 {
    font-size: 2.4em;
    color: black;
    border-bottom: 1px solid #929495;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.about > h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.about > h1 {
        display: none;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.about h2,
body.single-art_fairs #main > div.art-fair-content > section.about h3,
body.single-art_fairs #main > div.art-fair-content > section.about p,
body.single-art_fairs #main > div.art-fair-content > section.about strong,
body.single-art_fairs #main > div.art-fair-content > section.about em,
body.single-art_fairs #main > div.art-fair-content > section.about a {
    font-family: Graphik Web;
    font-weight: 300;
    color: #8A8C8C;
}

body.single-art_fairs #main > div.art-fair-content > section.about h2 {
    font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.about h2 {
        font-size: 40px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.about h3 {
    font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.about h3 {
        font-size: 15px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.about p {
    font-size: 0.8rem;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.about p {
        font-size: 15px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.about em {
    font-style: italic;
}

body.single-art_fairs #main > div.art-fair-content > section.about a {
    text-decoration: underline;
}

body.single-art_fairs #main > div.art-fair-content > section.about > div.meta-container {
    margin: 20px 0;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.about > div.meta-container {
        display: none;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.about > div.meta-container > h3 {
    font-size: 1.5rem;
    color: black;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.about > div.meta-container > h3 {
        font-size: 18px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.about > div.meta-container p {
    font-size: 0.9rem;
    color: #929495;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.about > div.meta-container p {
        font-size: 12px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.about > div.meta-container p.date {
    margin-bottom: 20px;
}

body.single-art_fairs #main > div.art-fair-content > section.selected-works {
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.selected-works {
        margin-top: 70px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.selected-works div.bx-controls {
    font-size: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.selected-works div.bx-controls {
        font-size: 13px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.selected-works div.bx-controls a {
    color: #8A8C8C;
}

body.single-art_fairs #main > div.art-fair-content > section.selected-works .bx-wrapper {
    padding-top: 15px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.selected-works .bx-wrapper {
        padding-top: 25px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.selected-works .bx-wrapper li > div {
    margin-bottom: 17.5px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.selected-works .bx-wrapper li > div {
        margin-bottom: 30px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.selected-works .bx-wrapper li img {
    height: auto;
    margin-bottom: 15px;
}

body.single-art_fairs #main > div.art-fair-content > section.selected-works .bx-wrapper li a.enquire-link {
    text-transform: uppercase;
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.8rem;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.selected-works .bx-wrapper li a.enquire-link {
        font-size: 15px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.selected-works .bx-wrapper li a.enquire-link:before {
    content: '\e905';
    font-family: "icomoon";
    -webkit-font-smoothing: antialiased;
    margin-right: 2px;
}

body.single-art_fairs #main > div.art-fair-content > section.selected-press {
    margin-bottom: 20px;
}

body.single-art_fairs #main > div.art-fair-content > section.selected-press > h2 {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.selected-press > h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.selected-press > div {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.selected-press > div article {
    color: #8A8C8C;
    margin-bottom: 17.5px;
    break-inside: avoid-column;
}

body.single-art_fairs #main > div.art-fair-content > section.selected-press > div article h3 {
    font-size: 0.8rem;
    margin-bottom: 7.5px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.selected-press > div article h3 {
        font-size: 15px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.selected-press > div article h3 span.title {
    color: #8A8C8C;
}

body.single-art_fairs #main > div.art-fair-content > section.selected-press > div article h3 strong {
    color: black;
    font-family: Graphik Web;
    font-weight: 500;
}

body.single-art_fairs #main > div.art-fair-content > section.selected-press > div article p.date {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.7rem;
    color: #929495;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.selected-press > div article p.date {
        font-size: 15px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.selected-press > div article div.excerpt {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.8rem;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.selected-press > div article div.excerpt {
        font-size: 15px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.selected-press > div article p.link-container {
    padding-top: 15px;
}

body.single-art_fairs #main > div.art-fair-content > section.selected-press > div article p.link-container a {
    font-family: Graphik Web;
    font-weight: 500;
    color: #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.selected-press {
        margin-top: 80px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.video {
    margin-bottom: 0;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-player-container {
    padding-top: 20px;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-player-container iframe {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.video div.video-player-container iframe {
        height: inherit;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-player-container h3 {
    padding-top: 10px;
    font-family: Graphik Web;
    font-weight: 500;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-player-container > p.date {
    font-size: 0.7rem;
    color: #929495;
    padding-top: 10px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.video div.video-player-container > p.date {
        font-size: 11px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-player-container div.description {
    font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.video div.video-player-container div.description {
        font-size: 15px;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-player-container div.description p {
    padding-top: 10px;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-thumbs-container {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    margin-top: 20px;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-thumbs-container a {
    color: white;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-thumbs-container a article {
    position: relative;
    break-inside: avoid-column;
    padding-bottom: 10px;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-thumbs-container a article.current div.now-playing {
    display: block;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-thumbs-container a article.current div.play {
    display: none;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-thumbs-container a article img {
    width: 100%;
    height: auto;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-thumbs-container a article div {
    position: absolute;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-thumbs-container a article div.now-playing {
    font-family: Graphik LC Web;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    bottom: 20px;
    left: 10px;
    display: none;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-thumbs-container a article div.now-playing:before {
    content: '\e906';
    font-family: "icomoon";
    -webkit-font-smoothing: antialiased;
}

body.single-art_fairs #main > div.art-fair-content > section.video div.video-thumbs-container a article div.play {
    display: block;
    top: 50%;
    left: 50%;
    border: 1px solid white;
    font-size: 4rem;
    margin-top: -2rem;
    margin-left: -2rem;
    border-radius: 3rem;
}

body.single-art_fairs #main > div.art-fair-content > section.publications > div {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section.publications > div {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }
}

body.single-art_fairs #main > div.art-fair-content > section.publications > div article {
    color: #8A8C8C;
    break-inside: avoid-column;
    margin-top: 10px;
}

body.single-art_fairs #main > div.art-fair-content > section.publications > div article img {
    width: 100%;
    height: auto;
}

body.single-art_fairs #main > div.art-fair-content > section.publications > div article h3 {
    font-family: Graphik Web;
    font-weight: 500;
}

body.single-art_fairs #main > div.art-fair-content > section > h2 {
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body.single-art_fairs #main > div.art-fair-content > section > h2 {
        font-size: 15px;
    }
}

body.post-type-archive-news #main section.press-featured-item {
    margin-bottom: 5px;
}

body.post-type-archive-news #main section.press-featured-item h1 {
    font-size: 2.4rem;
    color: black;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.press-featured-item h1 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.press-featured-item h1 {
        display: none;
    }
}

body.post-type-archive-news #main section.press-featured-item > div > div.content-container {
    padding-bottom: 20px;
    border-bottom: 1px solid #8A8C8C;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.press-featured-item > div > div.content-container {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

body.post-type-archive-news #main section.press-featured-item > div > div.content-container > img.press-image {
    width: 100%;
    height: auto;
}

body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > img {
    display: block;
    padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > img {
        padding-bottom: 30px;
    }
}

body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > h3 {
    font-size: 1.1rem;
    font-family: Graphik Web;
    font-weight: 500;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > h3 {
        font-size: 18px;
    }
}

body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > h3 > strong {
    color: black;
}

body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > p.date {
    font-size: 0.7rem;
    color: #929495;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > p.date {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > p.date {
        margin-bottom: 15px;
    }
}

body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > div.excerpt {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > div.excerpt {
        margin-bottom: 50px;
    }
}

body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > div.excerpt p {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > div.excerpt p {
        margin-bottom: 25px;
    }
}

body.post-type-archive-news #main section.press-featured-item > div > div.content-container > div.desktop-right-column > a {
    font-family: Graphik Web;
    font-weight: 500;
    margin-bottom: 20px;
    color: #8A8C8C;
}

body.post-type-archive-news #main section.past-news-by-year > h2 {
    display: none;
    color: black;
    font-size: 2.4rem;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.past-news-by-year > h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.past-news-by-year > h2 {
        display: block;
    }
}

body.post-type-archive-news #main section.past-news-by-year > header {
    font-family: Graphik Web;
    font-weight: 500;
    margin-bottom: 10px;
}

body.post-type-archive-news #main section.past-news-by-year > header > a {
    padding: 0 15px 5px 0;
    color: #8A8C8C;
    display: inline-block;
}

body.post-type-archive-news #main section.past-news-by-year > header > a.active {
    color: black;
}

body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div {
    display: none;
}

body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div.active-ajax {
    display: block;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div > article {
    margin-bottom: 17.5px;
}

body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div > article p.date {
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div > article p.date {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div > article p.date {
        padding-bottom: 15px;
    }
}

body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div > article div.summary p {
    margin-bottom: 10px;
}

body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div > article > a {
    text-transform: uppercase;
}

body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div > article > a > h3 {
    font-size: 1.1em;
    font-family: Graphik Web;
    font-weight: 500;
    padding-bottom: 7.5px;
    text-transform: none;
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div > article > a > h3 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div > article > a > h3 {
        padding-bottom: 12.5px;
    }
}

body.post-type-archive-news #main section.past-news-by-year > div.ajax-placeholder > div > article > a > h3 > strong {
    color: black;
    text-transform: uppercase;
}

body.post-type-archive-news #main section.past-news-by-year > div.ajaxError {
    display: none;
}

body.page-id-19365 #main > section.header > h1,
body.page-template-page-about #main > section.header > h1 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    color: black;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {

    body.page-id-19365 #main > section.header > h1,
    body.page-template-page-about #main > section.header > h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {

    body.page-id-19365 #main > section.header > h1,
    body.page-template-page-about #main > section.header > h1 {
        margin-bottom: 30px;
    }
}

body.page-id-19365 #main > section.about,
body.page-template-page-about #main > section.about .about-inner-text {
    background-color: #8A8C8C;
    margin-top: -1px;
}

body.page-id-19365 #main > section.about h3,
body.page-template-page-about #main > section.about h3,
body.page-id-19365 #main > section.about p body.page-template-page-about #main > section.about p {
    font-family: Graphik Web;
    font-weight: 300;
    color: white;
    padding-bottom: 10px;
}

body.page-id-19365 #main > section.about h3,
body.page-template-page-about #main > section.about h3 {
    font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {

    body.page-id-19365 #main > section.about h3,
    body.page-template-page-about #main > section.about h3 {
        font-size: 30px;
    }
}

body.page-id-19365 #main > section.about p,
body.page-template-page-about #main > section.about p {
    font-size: 0.9rem;
}

@media only screen and (min-width: 768px) {

    body.page-id-19365 #main > section.about p,
    body.page-template-page-about #main > section.about p {
        font-size: 18px;
    }
}

body.page-id-19365 #main > section.about a,
body.page-template-page-about #main > section.about a {
    color: white;
}

body.page-id-19365 #main > section.founders article > img,
body.page-template-page-about #main > section.founders article > img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

body.page-id-19365 #main > section.founders article > h2,
body.page-template-page-about #main > section.founders article > h2 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 1.5rem;
    color: black;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {

    body.page-id-19365 #main > section.founders article > h2,
    body.page-template-page-about #main > section.founders article > h2 {
        font-size: 30px;
    }
}

body.page-id-19365 #main > section.founders article > div body.page-template-page-about #main > section.founders article > div {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 0.8rem;
    color: #8A8C8C;
    padding: 15px;
}

@media only screen and (min-width: 768px) {

    body.page-id-19365 #main > section.founders article > div,
    body.page-template-page-about #main > section.founders article > div {
        font-size: 15px;
    }
}

body.page-id-19365 #main > section.founders article > div h3,
body.page-id-19365 #main > section.founders article > div p,
body.page-template-page-about #main > section.founders article > div h3,
body.page-template-page-about #main > section.founders article > div p {
    margin-bottom: 15px;
}

body.page-id-19365 #main > section.team > h3,
body.page-template-page-about #main > section.team > h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

body.page-id-19365 #main > section.team > div > a:hover > article > div.member-meta,
body.page-template-page-about #main > section.team > div > a:hover > article > div.member-meta {
    display: block;
}

body.page-id-19365 #main > section.team > div > a > article body.page-template-page-about #main > section.team > div > a > article {
    break-inside: avoid-column;
    padding-bottom: 10px;
    position: relative;
}

body.page-id-19365 #main > section.team > div > a > article > img,
body.page-template-page-about #main > section.team > div > a > article > img {
    width: 100%;
    height: auto;
}

body.page-id-19365 #main > section.team > div > a > article > div.member-meta,
body.page-template-page-about #main > section.team > div > a > article > div.member-meta {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 10px;
    text-transform: uppercase;
}

body.page-id-19365 #main > section.team > div > a > article > div.member-meta > h3,
body.page-template-page-about #main > section.team > div > a > article > div.member-meta > h3 {
    font-family: Graphik LC Web;
    font-weight: 600;
    font-size: 0.8rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: white;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {

    body.page-id-19365 #main > section.team > div > a > article > div.member-meta > h3,
    body.page-template-page-about #main > section.team > div > a > article > div.member-meta > h3 {
        font-size: 15px;
    }
}

body.page-id-19365 #main > section.team > div > a > article > div.member-meta > p,
body.page-template-page-about #main > section.team > div > a > article > div.member-meta > p {
    font-family: Graphik Web;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: white;
}

body.page-id-19365 #main > section.team > div > a > article > div.member-meta > p.position,
body.page-template-page-about #main > section.team > div > a > article > div.member-meta > p.position {
    font-size: 0.8rem;
    margin-bottom: 7.5px;
}

@media only screen and (min-width: 768px) {

    body.page-id-19365 #main > section.team > div > a > article > div.member-meta > p.position,
    body.page-template-page-about #main > section.team > div > a > article > div.member-meta > p.position {
        font-size: 15px;
    }
}

body.page-id-19365 #main > section.team > div > a > article > div.member-meta > p.email,
body.page-template-page-about #main > section.team > div > a > article > div.member-meta > p.email {
    font-size: 0.6rem;
}

@media only screen and (min-width: 768px) {

    body.page-id-19365 #main > section.team > div > a > article > div.member-meta > p.email,
    body.page-template-page-about #main > section.team > div > a > article > div.member-meta > p.email {
        font-size: 11px;
    }
}

body.page-id-19365 #main > section.sign-up,
body.page-template-page-about #main > section.sign-up {
    padding-top: 30px;
    background-color: #a0a2a1;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

body.page-id-19365 #main > section.sign-up a,
body.page-template-page-about #main > section.sign-up a {
    color: white;
}

body.page-id-19365 #main > section.sign-up > form,
body.page-template-page-about #main > section.sign-up > form {
    display: none;
    margin-top: 15px;
}

body.page-id-19365 #main > section.sign-up > form p,
body.page-template-page-about #main > section.sign-up > form p {
    position: relative;
}

body.page-id-19365 #main > section.sign-up > form p input[type=email],
body.page-id-19365 #main > section.sign-up > form p input[type=text],
body.page-template-page-about #main > section.sign-up > form p input[type=email],
body.page-template-page-about #main > section.sign-up > form p input[type=text] {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 1rem;
    width: 100%;
    background-color: transparent;
    color: white;
    margin-bottom: 15px;
    border: 1px solid white;
    padding: 5px 10px;
}

body.page-id-19365 #main > section.sign-up > form p input[type=email]::-webkit-input-placeholder,
body.page-id-19365 #main > section.sign-up > form p input[type=text]::-webkit-input-placeholder,
body.page-template-page-about #main > section.sign-up > form p input[type=email]::-webkit-input-placeholder,
body.page-template-page-about #main > section.sign-up > form p input[type=text]::-webkit-input-placeholder {
    color: white;
}

body.page-id-19365 #main > section.sign-up > form p input[type=submit],
body.page-template-page-about #main > section.sign-up > form p input[type=submit] {
    position: absolute;
    right: 0;
    font-family: icomoon;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    border: none;
    color: white;
    position: absolute;
    top: 5px;
}

body.page-id-19365 #main > section > h1,
body.page-template-page-about #main > section > h1 {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 2.4rem;
    color: black;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {

    body.page-id-19365 #main > section > h1,
    body.page-template-page-about #main > section > h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {

    body.page-id-19365 #main > section > h1,
    body.page-template-page-about #main > section > h1 {
        margin-bottom: 30px;
    }
}

html {
    font-family: Graphik Web;
    font-weight: 300;
    font-size: 62.5%;
    color: #8A8C8C;
}

a {
    color: #8A8C8C;
}

#page {
    position: relative;
}

h1,
h2,
h3,
h4 {
    line-height: 1;
}

@media only screen and (min-width: 768px) {
    #menu-top-nav {
        float: right;
    }
}

@media only screen and (min-width: 768px) {
    #menu-top-nav > li {
        display: inline-block;
        text-transform: uppercase;
        padding: 0 0 0 1vw;
    }
}

@media only screen and (min-width: 768px) {
    header .nav-branding-wrapper {
        overflow: hidden;
        max-width: 1200px;
        margin: 0 auto;
    }
}

.bx-wrapper {
    box-shadow: none;
    border: none;
    margin: 0;
}

nav.side-nav {
    display: none;
}

@media only screen and (min-width: 768px) {
    nav.side-nav {
        display: block;
    }
}

#main {
    padding-bottom: 60px;
}

#main > section {
    /*padding: 15px;*/
}

@media only screen and (min-width: 768px) {
    #main > section {
        /*padding-top: 55px;*/
    }

    #main > section.upcoming-art-fairs {
        padding-top: 35px;
    }
}

@media only screen and (min-width: 768px) {
    #content {
        padding-bottom: 10px;
    }
}
