/* #Font-Face
================================================== */

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bree_serifregular';
    src: url('../fonts/breeserif-regular-webfont.eot');
    src: url('../fonts/breeserif-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/breeserif-regular-webfont.woff') format('woff'), url('../fonts/breeserif-regular-webfont.ttf') format('truetype'), url('../fonts/breeserif-regular-webfont.svg#bree_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* #Basic Styles
================================================== */

body {
    background: #fff;
    font: 100%/1.7em "open_sansregular", Arial, sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}


/* #Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "open_sansregular", Arial, sans-serif;
    font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

#services h2 {
    color: #fff;
}

h1 {
    font-size: 3.375em;
    line-height: 1.222222221em;
    margin-top: 0.81481481em;
    margin-bottom: 0.40740741em;
    font-family: 'bree_serifregular', serif;
    color: #000
}

h2 {
    font-size: 2.25em;
    line-height: 1.222222222em;
    margin-top: 1.22222222em;
    margin-bottom: 0.61111111em;
    font-family: 'bree_serifregular', serif;
}

h3 {
    font-size: 1.5em;
    line-height: 1.833333334em;
    margin-top: 0.91666667em;
    margin-bottom: 0.91666667em;
}

h4 {
    font-size: 1em;
    line-height: 1.375em;
    margin-top: 1.375em;
    margin-bottom: 1.375em;
}

p,
ul,
ol,
pre,
table,
blockquote {
    margin-top: 1.375em;
    margin-bottom: 1.375em;
}

hr {
    border: 1px solid;
    margin: -1px 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-top: 0;
    margin-bottom: 0;
}


/*
b, strong, em, small, code {
 line-height: 1;
}
 */

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

abbr {
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0;
    line-height: 1em
}

em {
    font-style: italic;
}

strong {
    font-family: "open_sansbold", Arial, sans-serif;
}

small {
    font-size: 80%;
}


/* #Links
================================================== */

a,
a:visited,
a:active {
    font-family: "open_sansbold", Arial, sans-serif;
    color: #000;
    padding: 0 0.1em;
    background: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

a:hover,
a:focus {
    color: #fff;
    background: #444;
    border: none;
}

#contact a,
#contact a:visited {
    color: #fff;
    background: #242424;
    border-bottom: 1px solid #ccc;
}

#contact a:hover,
#contact a:focus {
    color: #000;
    background: #fff;
    text-decoration: none;
    border: none;
}


/* #Lists
================================================== */

ul {
    margin-bottom: 20px;
    list-style: none outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}

li {
    margin-bottom: 1.5em;
}


/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}