/* ----------------------------------------------------------------------------------
    Thaddaeus Ropac
    Designed & Built by Artlogic in London
---------------------------------------------------------------------------------- */


@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;
}
body {
    padding: 20px;
    margin: 0;
    font-family: 'Formale-Grotesque', Sans-Serif;
    color: #515656;
    background: #fff;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 3rem;
    
    letter-spacing: -0.2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background 400ms linear, color 400ms linear;
    font-variant-numeric: lining-nums;     /* high-level property          */
    -moz-font-feature-settings: 'lnum';    /* low-level (old Firefox)      */
    -webkit-font-feature-settings: 'lnum'; /* low-level (old Webkit)       */
    font-feature-settings: 'lnum' on;      /* low-level (all new browsers) */
    font-variant-ligatures: no-contextual;
}

/* Body size 2 */
@media screen and (min-width: 768px) {
    .text_columns .content {
        font-size: 2rem;
        line-height: 3rem;
    }
}

body.navigation-open {
    overflow: hidden;
}

strong, b {
    font-weight: bold;
}

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

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

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, .subheading {
    margin: 0;
    padding: 0;
    transition: color 400ms linear;
    letter-spacing: -0.2px;
    font-weight: normal;
    color: #515656;
}

ul {
    padding: 0 0 0 20px;
    margin: 0;
}
h1,
.faux_h1 {
    font-size: 40px;
    line-height: 50px;
    max-width: 1200px;
    clear: both;
}
    h1 .text_animate {
        letter-spacing: -1px;
    }
h2,
.faux_h2 {
    font-size: 2.3rem;
    line-height: 3rem;
    
    font-size: 2.8rem;
    line-height: 3.4rem;

    font-weight: normal;
    margin: 0 0 20px;
}
h3, .faux_h3, .subheading {
    font-size: 2.1rem;
    line-height: 2.7rem;
    margin: 0 0 20px;
}
h4,
.faux_h4 {
    font-size: 2.9rem;
    line-height: 3.3rem;
    margin: 0 0 20px;
}
h5,
.faux_h5 {
    font-size: 2.6rem;
    line-height: 3.0rem;
    margin: 0 0 20px;
}
h6,
.faux_h6 {
    font-size: 2.3rem;
    line-height: 2.7rem;
    margin: 0 0 20px;
}

.heading_title,
.heading_subtitle {
    display: block;
}
.heading_subtitle {
    font-weight: normal;
    font-style: italic;
}
.heading_subtitle.disable_formatting {
    font-style: normal;
}
.heading_subtitle .year {
    font-style: normal;
}

img {
    max-width: 100%;
}

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

.pull_quote,
blockquote {
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 1.95rem;
    line-height: 3.1rem;
    transition: color 400ms linear;
    color: #515656;
}

.intro_content {
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 2.8rem;
    line-height: 3.4rem;
    transition: color 400ms linear;
    font-weight: normal;
    color: #515656;
}

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

.cms_gray {
    color: #777;
}
.cms_red {
    color: #c52f24;
}

input,
textarea,
select {
    font-family: 'Formale-Grotesque', Sans-Serif;
    color: #515656;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.0em;
    background: transparent;
}
fieldset {
    border: none;
}
button {
    font-family: inherit;
    font-weight: inherit;
    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;
    letter-spacing: inherit;
}

input::-ms-clear {
    display: none;
}

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

* :focus {
    outline: none;
}

body.tabbing-detected * :focus,
body.accessibility_outlines_enabled * :focus,
body.tabbing-detected form input: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 {
        left: 0px;
        top: -40px;
        transform: translateY(50%);
        padding: 6px 15px;
        background: #FFF !important;
        color: #515656 !important;
        z-index: 9999999999;
        margin-bottom: 3px;
    }
    .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 .scrolling-down #header {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/*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 */
}
body.tabbing-detected section:focus {
    background-color: #ffff80;
}
.extended_click_area {
    cursor: pointer !important;
}



.cms_size_1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.cms_size_1_2 {
    font-size: 1.6rem;
    line-height: 2rem;
}
.cms_size_1_3 {
    font-size: 1.7rem;
    line-height: 2.1rem;
}
.cms_size_1_4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
}
.cms_size_1_5 {
    font-size: 1.9rem;
    line-height: 2.3rem;
}
.cms_size_1_6 {
    font-size: 2rem;
    line-height: 2.4rem;
}
.cms_size_2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
}
.cms_size_3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
}
.cms_size_4 {
    font-size: 3.4rem;
    line-height: 3.8rem;
}
.cms_size_5 {
    font-size: 4rem;
    line-height: 4.4rem;
}

a.button_custom {
    display: inline-block;
    font-family: inherit;
    outline: none;
    border-radius: 0;
    transition: background 400ms linear, border 400ms linear;
    color: #515656;
    background: #fff;
    border: 1px solid #EEEBE9;
    border-radius: 3px;
    padding: 10px 15px 10px;
    color: #515656;
    font-size: 1.6rem;
    letter-spacing: -0.2px;
    line-height: 2.0rem;
}