/* ----------------------------------------------------------------------------------
    Hollis Taggart
    Designed & Built by Artlogic in London
---------------------------------------------------------------------------------- */


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


* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    padding: 20px;
    margin: 0;
    font-family: 'HK Grotesk', sans-serif;
    color: #757575;
    /*background: #fff;*/
    font-weight: normal;
    font-size: 1.35rem;
    line-height: 2.55em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background 400ms linear, color 400ms linear;
}

body.navigation-open {
    overflow: hidden;
}

p {
    margin-bottom: 0;
}
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 {
    /*font-weight: normal;*/
    text-align: left;
    margin: 0;
    padding: 0;
    transition: color 500ms linear;
    font-weight: 500;
    color: #111;
}

ul {
    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: 'Cormorant_', serif;
}
h1,
.faux_h1 {
    font-size: 8.5rem;
    line-height: 8.5rem;
    max-width: 75%;
    max-width: 1200px;
    clear: both;
    padding-top: 20px;
    font-family: 'Cormorant_', serif;
}
    h1 .text_animate {
        letter-spacing: -1px;
    }
    
h1 .text_95pc,
.faux_h1 .text_95pc {
    font-size: 0.95em;
    line-height: 1em;
}
h1 .text_90pc,
.faux_h1 .text_90pc {
    font-size: 0.9em;
    line-height: 1em;
} 
h1 .text_85pc,
.faux_h1 .text_85pc {
    font-size: 0.85em;
    line-height: 1em;
}
h1 .text_80pc,
.faux_h1 .text_80pc {
    font-size: 0.8em;
    line-height: 0.95em;
}    
h1 .text_75pc,
.faux_h1 .text_75pc {
    font-size: 0.75em;
    line-height: 0.90em;
} 
/*h1 .text_70pc,*/
/*.faux_h1 .text_70pc {*/
/*    font-size: 0.75em;*/
/*    line-height: 0.90em;*/
/*} */

h2,
.faux_h2 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    margin: 0 0 20px;
}
h3, .faux_h3 {
    font-size: 2rem;
    line-height: 2.2rem;
    margin: 0 0 20px;
}
h4,
.faux_h4 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin: 0 0 10px;
}
h5,
.faux_h5 {
    font-size: 1.35rem;
    line-height: 2.8rem;
    margin: 0 0 10px;
}
/*h6,*/
/*.faux_h6 {*/
/*    font-size: 2.5rem;*/
/*    line-height: 3.2rem;*/
/*    margin: 0 0 20px;*/
/*}*/

.heading_title,
.heading_subtitle {
    display: block;
}

img {
    max-width: 100%;
}

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

.pull_quote {
    font-family: 'Cormorant_', serif;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 5.5rem;
    line-height: 6.6rem;
    transition: color 400ms linear;
    color: #111;
}
.pull_quote .text_95pc{
    font-size: 0.95em;
    line-height: 1.2em;
}
.pull_quote .text_90pc{
    font-size: 0.92em;
    line-height: 1.2em;
}
.clearwithin:after {
    height: 0;
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
}
.clear {
    height: 0;
    clear: both;
    width: 100%;
}

input,
textarea,
select {
    font-family: 'HK Grotesk', sans-serif;
    color: #111;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 2em;
    background: transparent;
}

button {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    color: inherit;
    overflow: visible;
    text-transform: none;
    background-color: transparent;
    -webkit-appearance: button;
    border: none;
}

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

* :focus {
    outline: none;
}

body:not(.browser-js-enabled) * :focus,
body.tabbing-detected * :focus,
body.accessibility_outlines_enabled * :focus {
    outline: auto;
    outline-style: solid; /*need to specify outline style to make it work for IE and edge*/
}

#skiplink-container .skiplink,
.skiplink-container .skiplink {
    position: fixed;
    left: -9999px;
    transform: none;
    text-decoration: none;
}
    #skiplink-container .skiplink:focus,
    .skiplink-container .skiplink:focus {
        left: 20px;
        top: 0;
        transform: translateY(50%);
        padding: 20px 15px;
        background: #FFF !important;
        color: #000 !important;
        z-index: 9999999999;
        outline-offset: -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;
}
.extended_click_area {
    cursor: pointer !important;
}
