/* ----------------------------------------------------------------------------------
    Unit London
    Designed & Built by Artlogic in London
---------------------------------------------------------------------------------- */


 


* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    padding: 20px;
    margin: 0;
    font-family: Calibre, Sans-Serif;
    color: #fff;
    background: #1b1b1c;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background 400ms linear, color 400ms linear;
}

body.navigation-open {
    overflow: hidden;
}

p {
    margin-bottom: 26px;
}
p:last-child {
    margin-bottom: 0;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}

p a, p a:visited {
    text-decoration: underline;
}

#header a, #header a:visited,
#feature_panel_section_nav a, #feature_panel_section_nav  a:visited,
#footer a, #footer  a:visited,
#main_slideshow_nav a, #main_slideshow_nav  a:visited,
.image_list a, .image_list a:visited {
    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: bold;
    text-align: left;
    margin: 0;
    padding: 0;
    transition: color 400ms linear;
}

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: 0 auto;
    font-family: Calibre, Apercu_Pro, serif;
}
h1,
.faux_h1 {
    font-size: 115px;
    line-height: 115px;
    max-width: 75%;
    max-width: 1200px;
    clear: both;
    padding-top: 20px;
    margin-left: -4px;
    font-family: Calibre, Apercu_Pro, serif;
}
    h1 .text_animate {
        letter-spacing: -1px;
    }
h2,
.faux_h2 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    margin: 0 0 20px;
}
h3,
.faux_h3 {
    font-size: 4.0rem;
    line-height: 4.2rem;
    margin: 0 0 20px;
}
h4,
.faux_h4 {
    font-size: 3.5rem;
    line-height: 3.8rem;
    margin: 0 0 20px;
}
h5,
.faux_h5 {
    font-size: 2.9rem;
    line-height: 3.4rem;
    margin: 0 0 20px;
}
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: Calibre, serif;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 4.0rem;
    line-height: 4.8rem;
    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: 'Calibre', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 2em;
    background: transparent;
}
