/* ----------------------------------------------------------------------------------
    Maddox Gallery
    Designed & Built by Artlogic in London
---------------------------------------------------------------------------------- */



@import url(/fonts/gotham/stylesheet.css);

/* Sweet sans @import url(https://use.typekit.net/ljn0jga.css);*/

@import url(/lib/webfonts/avenirnextpro/avenirnextpro.css);
@import url(/fonts/stylesheet.css);
@import url(/lib/webfonts/font-awesome/font-awesome-4.6.3/css/font-awesome.min.css);



* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
}
body {
    padding: 20px;
    margin: 0;
    font-family: 'azo-sans-web', Sans-Serif;
    color: #111;
    background: #fff;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background 400ms linear, color 400ms linear;
    -webkit-text-size-adjust: 100%;
}

body.navigation-open {
    overflow: hidden;
}

strong, b {
    font-weight: 800;
}

p {
    margin-bottom: 17px;
}
p:last-child {
    margin-bottom: 0;
}

a, a:visited {
    color: inherit;
    text-decoration: underline;
}

img, a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6, .faux_h1, .faux_h2, .faux_h3, .faux_h4, .faux_h5, .faux_h6, .splash_heading {
    font-family: 'Gotham', Sans-Serif;
    font-weight: 800;
    text-align: left;
    margin: 0;
    padding: 0;
    transition: color 400ms linear;
}

.section-news .content_main h1, 
.section-news .content_main h2, 
.section-news .content_main h3, 
.section-news .content_main h4, 
.section-news .content_main h5, 
.section-news .content_main h6 {
    text-transform: none;
}

ul, ol {
    padding: 0 0 0 20px;
    margin: 0;
}

.splash_heading {
    font-size: 200px;
    line-height: 200px;

    font-size: 240px;
    line-height: 170px;

    max-width: 75%;
    max-width: 1200px;
    clear: both;
    padding-top: 20px;
    margin-left: -4px;
    font-family: Arial, Sans-Serif;
}
h1,
.faux_h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    max-width: 75%;
    max-width: 1200px;
    clear: both;
    padding-top: 20px;
    margin-left: -4px;
    font-family: 'Gotham', Sans-Serif;
    text-transform: uppercase;
}
    h1 .text_animate {
        letter-spacing: -1px;
    }
h2,
.faux_h2 {
    font-size: 3.0rem;
    line-height: 3.4rem;
    margin: 0 0 20px;
}
h3, .faux_h3 {
    font-size: 2.6rem;
    line-height: 3.0rem;
    margin: 0 0 20px;
}
h4,
.faux_h4 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin: 0 0 20px;
}
h5,
.faux_h5 {
    font-size: 2.2rem;
    line-height: 2.4rem;
    margin: 0 0 20px;
}
h6,
.faux_h6 {
    font-size: 2.0rem;
    line-height: 2.5rem;
    margin: 0 0 20px;
}

.heading_title,
.heading_subtitle {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

.divider {
    height: 50px;
    clear: both;
}

.pull_quote {
    font-family: 'Gotham', Sans-Serif;
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 2.0rem;
    line-height: 3.0rem;
    transition: color 400ms linear;
}

.intro_content,
.intro_content h2 {
    font-family: 'Gotham', Sans-Serif;
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 800;
    transition: color 400ms linear;
}

.clearwithin:after {
    height: 0;
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
}
.clear {
    height: 0;
    clear: both;
    width: 100%;
}

input,
textarea,
select {
    font-family: 'Gotham', Sans-Serif;
    color: #111;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 2em;
    background: transparent;
}
fieldset {
    border: none;
}
button {
    font-family: 'Gotham', Sans-Serif;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    color: inherit;
    overflow: visible;
    text-transform: none;
    background-color: transparent;
    -webkit-appearance: button;
    border: none;
    cursor: pointer;
}

/* -------------Accessibility------------ */

* :focus {
    outline: none;
}

body:not(.browser-js-enabled) * :focus,
body.tabbing-detected * :focus,
body.accessibility_outlines_enabled * :focus,
form input:focus,
form textarea:focus {
    outline: auto !important;
    outline-style: solid !important;
}

#skiplink-container .skiplink,
.skiplink-container .skiplink {
    position: fixed;
    left: -9999px;
    transform: none;
    text-decoration: none;
}
    #skiplink-container .skiplink:focus,
    .skiplink-container .skiplink:focus {
        position: absolute;
        left: 20px;
        top: -25px;
        transform: translateY(50%);
        padding: 10px 10px;
        background: #FFF !important;
        color: #000 !important;
        z-index: 9999999999;
    }
    .cms-frontend-toolbar-active #skiplink-container .skiplink:focus,
    .cms-frontend-toolbar-active .skiplink-container .skiplink:focus {
        top: 25px;
    }

/*show rollaway header as soon as tabbing is detected*/
/*this is so that the header can be viewed when in focus if you tab back up the page*/
body.tabbing-detected #header,
body.tabbing-detected #header #main_header {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    position: static !important;
}
body.tabbing-detected #hero,
body.tabbing-detected #main_slideshow_wrapper{
    position: static !important;
}

/*make fixed footers position static and hide the faux*/
/*footer so that the content is always visible when tabbing*/
body.fixed-footer.tabbing-detected #footer {
    visibility: visible;
    position: static;
}
body.fixed-footer.tabbing-detected .faux_footer {
    display: none;
}

.visually-hidden { 
    position: absolute !important;
    height: 1px !important; 
    width: 1px !important;
    overflow: hidden !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap !important; /* added line */
    display: block;
}
.extended_click_area {
    cursor: pointer !important;
}

.button_custom,
.button_custom_large,
.button_custom_center {
    color: #fff;
    background: #222;
    padding: 16px 35px 15px;
    display: inline-block;
}

.button_custom_large {
    padding: 18px 35px 18px;
}

.button_custom_center {
    margin: 0 auto;
}
.button_custom_center_outer {
    text-align: center;
}
a.button_custom,
a.button_custom:visited
.button_custom a,
.button_custom a:visited,
a.button_custom_large,
a.button_custom_large:visited
.button_custom_large a,
.button_custom_large a:visited,
a.button_custom_center,
a.button_custom_center:visited
.button_custom_center a,
.button_custom_center a:visited {
    text-decoration: none !important;
}


/*

.cms_size_1 {
    font-size: 1.5rem;
}
    .cms_size_1_2 {
        font-size: 1.6rem;
    }
    .cms_size_1_3 {
        font-size: 1.7rem;
    }
    .cms_size_1_4 {
        font-size: 1.8rem;
    }
    .cms_size_1_5 {
        font-size: 1.9rem;
    }
    .cms_size_1_6 {
        font-size: 2rem;
    }
.cms_size_2 {
    font-size: 2.2rem;
}
.cms_size_3 {
    font-size: 3.2rem;
}
.cms_size_4 {
    font-size: 4.2rem;
}
.cms_size_5 {
    font-size: 5.2rem;
}

.cms_line_height_1 {
    line-height: 2.4rem;
}
    .cms_line_height_1_2 {
        line-height: 2.5rem;
    }
    .cms_line_height_1_3 {
        line-height: 2.6rem;
    }
    .cms_line_height_1_4 {
        line-height: 2.7rem;
    }
    .cms_line_height_1_5 {
        line-height: 2.8rem;
    }
    .cms_line_height_1_6 {
        line-height: 2.9rem;
    }
.cms_line_height_2 {
    line-height: 3rem;
}
.cms_line_height_3 {
    line-height: 4rem;
}
.cms_line_height_4 {
    line-height: 5rem;
}
.cms_line_height_5 {
    line-height: 6rem;
}

.cms_force_serif {
    font-family: 'Gotham', Serif !important;
}
.cms_force_sans_serif {
    font-family: 'Gotham', Sans-Serif !important;
}

.cms_force_timesnewroman {
    font-family: 'Times New Roman', Serif !important;
}
.cms_force_avenir {
    font-family: 'AvenirNextPro', Sans-Serif !important;
}
.cms_force_helvetica {
    font-family: 'Helvetica', Arial, Sans-Serif !important;
}
.cms_force_merriweather {
    font-family: 'Merriweather', serif !important;
}
.cms_force_mercurydisplay {
    font-family: 'Mercury Display', serif !important;
}
*/


.cms_color_gold {
    color: #222;
}


.initial_letter {
    display: inline-block;
}
.initial_letter::first-letter {
    font-size: 56px;
    line-height: 10px;
    margin-right: 2px;
}



blockquote {
    font-family: 'Gotham', Sans-Serif;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 3.0rem;
    line-height: 4.0rem;
    transition: color 400ms linear;
}

blockquote:before,
blockquote:after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgODggODQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDg4IDg0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMzgsNTYuMmMwLDctNS4zLDEyLjItMTIuOSwxMi4yYy04LjEsMC0xNC44LTUuOC0xNC44LTE1LjZjMC0xNi42LDEzLjctMjksMjguOC0zNC42bDIuNywxLjljLTguMSw4LjEtMTQuOCwxOC0xNy4zLDI1LjRjMC4zLDAsMS4yLTAuMiwyLjItMC4yQzMyLjksNDUuNCwzOCw0OS4zLDM4LDU2LjJ6IE03My42LDU2LjJjMCw3LTUuMywxMi4yLTEyLjksMTIuMmMtOC4xLDAtMTQuOC01LjgtMTQuOC0xNS42YzAtMTYuNiwxMy43LTI5LDI4LjgtMzQuNmwyLjcsMS45Yy04LjEsOC4xLTE0LjgsMTgtMTcuMywyNS40YzAuMywwLDEuMi0wLjIsMi4yLTAuMkM2OC41LDQ1LjQsNzMuNiw0OS4zLDczLjYsNTYuMnoiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 75px;
    height: 75px;
    display: block;
    margin: 45px auto 30px auto;
}
blockquote:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 25px;
}

.embedded_img.left {
    float: left;
    margin: 0 20px 20px 0;
}
.embedded_img.right {
    float: right;
    margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
    .embedded_img.left,
    .embedded_img.right {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .embedded_img.left img,
    .embedded_img.right img {
        width: 100% !important;
        max-width: 100% !important;
    }
}