@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Bitter:400,700");
@import url("font-awesome.min.css");

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}


/* Box Model */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Containers */

.container {
    margin-left: auto;
    margin-right: auto;
}

.container.\31 25\25 {
    width: 100%;
    max-width: 1200px;
    min-width: 960px;
}

.container.\37 5\25 {
    width: 720px;
}

.container.\35 0\25 {
    width: 480px;
}

.container.\32 5\25 {
    width: 240px;
}

.container {
    width: 960px;
}

@media screen and (min-width: 737px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 1500px;
        min-width: 1200px;
    }
    .container.\37 5\25 {
        width: 900px;
    }
    .container.\35 0\25 {
        width: 600px;
    }
    .container.\32 5\25 {
        width: 300px;
    }
    .container {
        width: 1200px;
    }
}

@media screen and (min-width: 737px) and (max-width: 1200px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 1250px;
        min-width: 1000px;
    }
    .container.\37 5\25 {
        width: 750px;
    }
    .container.\35 0\25 {
        width: 500px;
    }
    .container.\32 5\25 {
        width: 250px;
    }
    .container {
        width: 1000px;
    }
}

@media screen and (max-width: 736px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 125%;
        min-width: 100%;
    }
    .container.\37 5\25 {
        width: 75%;
    }
    .container.\35 0\25 {
        width: 50%;
    }
    .container.\32 5\25 {
        width: 25%;
    }
    .container {
        width: 100% !important;
    }
}


/* Grid */

.row {
    border-bottom: solid 1px transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row>* {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row:after,
.row:before {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.row.uniform>*> :first-child {
    margin-top: 0;
}

.row.uniform>*> :last-child {
    margin-bottom: 0;
}

.row.\30 \25>* {
    padding: 0 0 0 0px;
}

.row.\30 \25 {
    margin: 0 0 -1px 0px;
}

.row.uniform.\30 \25>* {
    padding: 0px 0 0 0px;
}

.row.uniform.\30 \25 {
    margin: 0px 0 -1px 0px;
}

.row>* {
    padding: 0 0 0 40px;
}

.row {
    margin: 0 0 -1px -40px;
}

.row.uniform>* {
    padding: 40px 0 0 40px;
}

.row.uniform {
    margin: -40px 0 -1px -40px;
}

.row.\32 00\25>* {
    padding: 0 0 0 80px;
}

.row.\32 00\25 {
    margin: 0 0 -1px -80px;
}

.row.uniform.\32 00\25>* {
    padding: 80px 0 0 80px;
}

.row.uniform.\32 00\25 {
    margin: -80px 0 -1px -80px;
}

.row.\31 50\25>* {
    padding: 0 0 0 60px;
}

.row.\31 50\25 {
    margin: 0 0 -1px -60px;
}

.row.uniform.\31 50\25>* {
    padding: 60px 0 0 60px;
}

.row.uniform.\31 50\25 {
    margin: -60px 0 -1px -60px;
}

.row.\35 0\25>* {
    padding: 0 0 0 20px;
}

.row.\35 0\25 {
    margin: 0 0 -1px -20px;
}

.row.uniform.\35 0\25>* {
    padding: 20px 0 0 20px;
}

.row.uniform.\35 0\25 {
    margin: -20px 0 -1px -20px;
}

.row.\32 5\25>* {
    padding: 0 0 0 10px;
}

.row.\32 5\25 {
    margin: 0 0 -1px -10px;
}

.row.uniform.\32 5\25>* {
    padding: 10px 0 0 10px;
}

.row.uniform.\32 5\25 {
    margin: -10px 0 -1px -10px;
}

.\31 2u,
.\31 2u\24 {
    width: 100%;
    clear: none;
    margin-left: 0;
}

.\31 1u,
.\31 1u\24 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
}

.\31 0u,
.\31 0u\24 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
}

.\39 u,
.\39 u\24 {
    width: 75%;
    clear: none;
    margin-left: 0;
}

.\38 u,
.\38 u\24 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
}

.\37 u,
.\37 u\24 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
}

.\36 u,
.\36 u\24 {
    width: 50%;
    clear: none;
    margin-left: 0;
}

.\35 u,
.\35 u\24 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
}

.\34 u,
.\34 u\24 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
}

.\33 u,
.\33 u\24 {
    width: 25%;
    clear: none;
    margin-left: 0;
}

.\32 u,
.\32 u\24 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
}

.\31 u,
.\31 u\24 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
}

.\31 2u\24+*,
.\31 1u\24+*,
.\31 0u\24+*,
.\39 u\24+*,
.\38 u\24+*,
.\37 u\24+*,
.\36 u\24+*,
.\35 u\24+*,
.\34 u\24+*,
.\33 u\24+*,
.\32 u\24+*,
.\31 u\24+* {
    clear: left;
}

.\-11u {
    margin-left: 91.66667%;
}

.\-10u {
    margin-left: 83.33333%;
}

.\-9u {
    margin-left: 75%;
}

.\-8u {
    margin-left: 66.66667%;
}

.\-7u {
    margin-left: 58.33333%;
}

.\-6u {
    margin-left: 50%;
}

.\-5u {
    margin-left: 41.66667%;
}

.\-4u {
    margin-left: 33.33333%;
}

.\-3u {
    margin-left: 25%;
}

.\-2u {
    margin-left: 16.66667%;
}

.\-1u {
    margin-left: 8.33333%;
}

@media screen and (min-width: 737px) {
    .row>* {
        padding: 25px 0 0 25px;
    }
    .row {
        margin: -25px 0 -1px -25px;
    }
    .row.uniform>* {
        padding: 25px 0 0 25px;
    }
    .row.uniform {
        margin: -25px 0 -1px -25px;
    }
    .row.\32 00\25>* {
        padding: 50px 0 0 50px;
    }
    .row.\32 00\25 {
        margin: -50px 0 -1px -50px;
    }
    .row.uniform.\32 00\25>* {
        padding: 50px 0 0 50px;
    }
    .row.uniform.\32 00\25 {
        margin: -50px 0 -1px -50px;
    }
    .row.\31 50\25>* {
        padding: 37.5px 0 0 37.5px;
    }
    .row.\31 50\25 {
        margin: -37.5px 0 -1px -37.5px;
    }
    .row.uniform.\31 50\25>* {
        padding: 37.5px 0 0 37.5px;
    }
    .row.uniform.\31 50\25 {
        margin: -37.5px 0 -1px -37.5px;
    }
    .row.\35 0\25>* {
        padding: 12.5px 0 0 12.5px;
    }
    .row.\35 0\25 {
        margin: -12.5px 0 -1px -12.5px;
    }
    .row.uniform.\35 0\25>* {
        padding: 12.5px 0 0 12.5px;
    }
    .row.uniform.\35 0\25 {
        margin: -12.5px 0 -1px -12.5px;
    }
    .row.\32 5\25>* {
        padding: 6.25px 0 0 6.25px;
    }
    .row.\32 5\25 {
        margin: -6.25px 0 -1px -6.25px;
    }
    .row.uniform.\32 5\25>* {
        padding: 6.25px 0 0 6.25px;
    }
    .row.uniform.\32 5\25 {
        margin: -6.25px 0 -1px -6.25px;
    }
    .\31 2u\28desktop\29,
    .\31 2u\24\28desktop\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }
    .\31 1u\28desktop\29,
    .\31 1u\24\28desktop\29 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\31 0u\28desktop\29,
    .\31 0u\24\28desktop\29 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\39 u\28desktop\29,
    .\39 u\24\28desktop\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }
    .\38 u\28desktop\29,
    .\38 u\24\28desktop\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\37 u\28desktop\29,
    .\37 u\24\28desktop\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\36 u\28desktop\29,
    .\36 u\24\28desktop\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }
    .\35 u\28desktop\29,
    .\35 u\24\28desktop\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\34 u\28desktop\29,
    .\34 u\24\28desktop\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\33 u\28desktop\29,
    .\33 u\24\28desktop\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }
    .\32 u\28desktop\29,
    .\32 u\24\28desktop\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\31 u\28desktop\29,
    .\31 u\24\28desktop\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\31 2u\24\28desktop\29+*,
    .\31 1u\24\28desktop\29+*,
    .\31 0u\24\28desktop\29+*,
    .\39 u\24\28desktop\29+*,
    .\38 u\24\28desktop\29+*,
    .\37 u\24\28desktop\29+*,
    .\36 u\24\28desktop\29+*,
    .\35 u\24\28desktop\29+*,
    .\34 u\24\28desktop\29+*,
    .\33 u\24\28desktop\29+*,
    .\32 u\24\28desktop\29+*,
    .\31 u\24\28desktop\29+* {
        clear: left;
    }
    .\-11u\28desktop\29 {
        margin-left: 91.66667%;
    }
    .\-10u\28desktop\29 {
        margin-left: 83.33333%;
    }
    .\-9u\28desktop\29 {
        margin-left: 75%;
    }
    .\-8u\28desktop\29 {
        margin-left: 66.66667%;
    }
    .\-7u\28desktop\29 {
        margin-left: 58.33333%;
    }
    .\-6u\28desktop\29 {
        margin-left: 50%;
    }
    .\-5u\28desktop\29 {
        margin-left: 41.66667%;
    }
    .\-4u\28desktop\29 {
        margin-left: 33.33333%;
    }
    .\-3u\28desktop\29 {
        margin-left: 25%;
    }
    .\-2u\28desktop\29 {
        margin-left: 16.66667%;
    }
    .\-1u\28desktop\29 {
        margin-left: 8.33333%;
    }
}

@media screen and (min-width: 737px) and (max-width: 1200px) {
    .row>* {
        padding: 20px 0 0 20px;
    }
    .row {
        margin: -20px 0 -1px -20px;
    }
    .row.uniform>* {
        padding: 20px 0 0 20px;
    }
    .row.uniform {
        margin: -20px 0 -1px -20px;
    }
    .row.\32 00\25>* {
        padding: 40px 0 0 40px;
    }
    .row.\32 00\25 {
        margin: -40px 0 -1px -40px;
    }
    .row.uniform.\32 00\25>* {
        padding: 40px 0 0 40px;
    }
    .row.uniform.\32 00\25 {
        margin: -40px 0 -1px -40px;
    }
    .row.\31 50\25>* {
        padding: 30px 0 0 30px;
    }
    .row.\31 50\25 {
        margin: -30px 0 -1px -30px;
    }
    .row.uniform.\31 50\25>* {
        padding: 30px 0 0 30px;
    }
    .row.uniform.\31 50\25 {
        margin: -30px 0 -1px -30px;
    }
    .row.\35 0\25>* {
        padding: 10px 0 0 10px;
    }
    .row.\35 0\25 {
        margin: -10px 0 -1px -10px;
    }
    .row.uniform.\35 0\25>* {
        padding: 10px 0 0 10px;
    }
    .row.uniform.\35 0\25 {
        margin: -10px 0 -1px -10px;
    }
    .row.\32 5\25>* {
        padding: 5px 0 0 5px;
    }
    .row.\32 5\25 {
        margin: -5px 0 -1px -5px;
    }
    .row.uniform.\32 5\25>* {
        padding: 5px 0 0 5px;
    }
    .row.uniform.\32 5\25 {
        margin: -5px 0 -1px -5px;
    }
    .\31 2u\28tablet\29,
    .\31 2u\24\28tablet\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }
    .\31 1u\28tablet\29,
    .\31 1u\24\28tablet\29 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\31 0u\28tablet\29,
    .\31 0u\24\28tablet\29 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\39 u\28tablet\29,
    .\39 u\24\28tablet\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }
    .\38 u\28tablet\29,
    .\38 u\24\28tablet\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\37 u\28tablet\29,
    .\37 u\24\28tablet\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\36 u\28tablet\29,
    .\36 u\24\28tablet\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }
    .\35 u\28tablet\29,
    .\35 u\24\28tablet\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\34 u\28tablet\29,
    .\34 u\24\28tablet\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\33 u\28tablet\29,
    .\33 u\24\28tablet\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }
    .\32 u\28tablet\29,
    .\32 u\24\28tablet\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\31 u\28tablet\29,
    .\31 u\24\28tablet\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\31 2u\24\28tablet\29+*,
    .\31 1u\24\28tablet\29+*,
    .\31 0u\24\28tablet\29+*,
    .\39 u\24\28tablet\29+*,
    .\38 u\24\28tablet\29+*,
    .\37 u\24\28tablet\29+*,
    .\36 u\24\28tablet\29+*,
    .\35 u\24\28tablet\29+*,
    .\34 u\24\28tablet\29+*,
    .\33 u\24\28tablet\29+*,
    .\32 u\24\28tablet\29+*,
    .\31 u\24\28tablet\29+* {
        clear: left;
    }
    .\-11u\28tablet\29 {
        margin-left: 91.66667%;
    }
    .\-10u\28tablet\29 {
        margin-left: 83.33333%;
    }
    .\-9u\28tablet\29 {
        margin-left: 75%;
    }
    .\-8u\28tablet\29 {
        margin-left: 66.66667%;
    }
    .\-7u\28tablet\29 {
        margin-left: 58.33333%;
    }
    .\-6u\28tablet\29 {
        margin-left: 50%;
    }
    .\-5u\28tablet\29 {
        margin-left: 41.66667%;
    }
    .\-4u\28tablet\29 {
        margin-left: 33.33333%;
    }
    .\-3u\28tablet\29 {
        margin-left: 25%;
    }
    .\-2u\28tablet\29 {
        margin-left: 16.66667%;
    }
    .\-1u\28tablet\29 {
        margin-left: 8.33333%;
    }
}

@media screen and (max-width: 736px) {
    .row>* {
        padding: 15px 0 0 15px;
    }
    .row {
        margin: -15px 0 -1px -15px;
    }
    .row.uniform>* {
        padding: 15px 0 0 15px;
    }
    .row.uniform {
        margin: -15px 0 -1px -15px;
    }
    .row.\32 00\25>* {
        padding: 30px 0 0 30px;
    }
    .row.\32 00\25 {
        margin: -30px 0 -1px -30px;
    }
    .row.uniform.\32 00\25>* {
        padding: 30px 0 0 30px;
    }
    .row.uniform.\32 00\25 {
        margin: -30px 0 -1px -30px;
    }
    .row.\31 50\25>* {
        padding: 22.5px 0 0 22.5px;
    }
    .row.\31 50\25 {
        margin: -22.5px 0 -1px -22.5px;
    }
    .row.uniform.\31 50\25>* {
        padding: 22.5px 0 0 22.5px;
    }
    .row.uniform.\31 50\25 {
        margin: -22.5px 0 -1px -22.5px;
    }
    .row.\35 0\25>* {
        padding: 7.5px 0 0 7.5px;
    }
    .row.\35 0\25 {
        margin: -7.5px 0 -1px -7.5px;
    }
    .row.uniform.\35 0\25>* {
        padding: 7.5px 0 0 7.5px;
    }
    .row.uniform.\35 0\25 {
        margin: -7.5px 0 -1px -7.5px;
    }
    .row.\32 5\25>* {
        padding: 3.75px 0 0 3.75px;
    }
    .row.\32 5\25 {
        margin: -3.75px 0 -1px -3.75px;
    }
    .row.uniform.\32 5\25>* {
        padding: 3.75px 0 0 3.75px;
    }
    .row.uniform.\32 5\25 {
        margin: -3.75px 0 -1px -3.75px;
    }
    .\31 2u\28mobile\29,
    .\31 2u\24\28mobile\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }
    .\31 1u\28mobile\29,
    .\31 1u\24\28mobile\29 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\31 0u\28mobile\29,
    .\31 0u\24\28mobile\29 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\39 u\28mobile\29,
    .\39 u\24\28mobile\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }
    .\38 u\28mobile\29,
    .\38 u\24\28mobile\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\37 u\28mobile\29,
    .\37 u\24\28mobile\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\36 u\28mobile\29,
    .\36 u\24\28mobile\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }
    .\35 u\28mobile\29,
    .\35 u\24\28mobile\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\34 u\28mobile\29,
    .\34 u\24\28mobile\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\33 u\28mobile\29,
    .\33 u\24\28mobile\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }
    .\32 u\28mobile\29,
    .\32 u\24\28mobile\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }
    .\31 u\28mobile\29,
    .\31 u\24\28mobile\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }
    .\31 2u\24\28mobile\29+*,
    .\31 1u\24\28mobile\29+*,
    .\31 0u\24\28mobile\29+*,
    .\39 u\24\28mobile\29+*,
    .\38 u\24\28mobile\29+*,
    .\37 u\24\28mobile\29+*,
    .\36 u\24\28mobile\29+*,
    .\35 u\24\28mobile\29+*,
    .\34 u\24\28mobile\29+*,
    .\33 u\24\28mobile\29+*,
    .\32 u\24\28mobile\29+*,
    .\31 u\24\28mobile\29+* {
        clear: left;
    }
    .\-11u\28mobile\29 {
        margin-left: 91.66667%;
    }
    .\-10u\28mobile\29 {
        margin-left: 83.33333%;
    }
    .\-9u\28mobile\29 {
        margin-left: 75%;
    }
    .\-8u\28mobile\29 {
        margin-left: 66.66667%;
    }
    .\-7u\28mobile\29 {
        margin-left: 58.33333%;
    }
    .\-6u\28mobile\29 {
        margin-left: 50%;
    }
    .\-5u\28mobile\29 {
        margin-left: 41.66667%;
    }
    .\-4u\28mobile\29 {
        margin-left: 33.33333%;
    }
    .\-3u\28mobile\29 {
        margin-left: 25%;
    }
    .\-2u\28mobile\29 {
        margin-left: 16.66667%;
    }
    .\-1u\28mobile\29 {
        margin-left: 8.33333%;
    }
}


/* Basic */

body {
    background: #272d35;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11pt;
    font-weight: 300;
    color: #4d4c4b;
}

strong,
b {
    font-weight: 700;
    color: #555555;
}

em,
i {
    font-style: italic;
}

form input[type="text"],
form input[type="password"],
form input[type="button"],
form input[type="submit"],
form input[type="reset"],
form select,
form textarea {
    -webkit-appearance: none;
}

br.clear {
    clear: both;
}

h1,
h2,
h3 {
    font-family: 'Bitter', serif;
}

p,
ul,
ol,
dl,
table {
    margin-bottom: 1em;
}

p {
    text-align: justify;
    line-height: 1.5em;
}

section,
article {
    margin-bottom: 3em;
}

section> :last-child,
section>.row:last-child>*> :last-child,
section:last-child,
article> :last-child,
article>.row:last-child>*> :last-child,
article:last-child {
    margin-bottom: 0;
}

header {
    font-family: 'Bitter', serif;
}

header h2 {
    font-weight: 700;
    line-height: 1.4em;
    color: #555555;
}

header .byline {
    display: inline-block;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.07), 0px -1px 0px rgba(0, 0, 0, 0.07);
    font-weight: 300;
    color: #9bafbd;
}

.image {
    display: inline-block;
}

.image img {
    display: block;
    width: 100%;
    border: 8px solid #D3CFC9;
    border-radius: 5px;
}

.image.full {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

.button {
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    display: inline-block;
    margin-top: 1em;
    padding: 1em 3em;
    background: #b59ba8;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Bitter', serif;
    color: #FFFFFF;
}

.button:hover {
    background: #8c7882;
}

.button:active {
    background: #8c7882;
}

ul.style1 .right {
    float: right;
    width: 70%;
    padding: 1.8em 1.5em 1.8em 1.5em;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

ul.style1 .left {
    float: left;
    width: 30%;
    padding-top: 1.8em;
}

ul.style1 span {
    margin-bottom: 0;
    padding: 0;
    line-height: 1.5em;
}

ul.style1 li {
    overflow: hidden;
    margin-top: 1.75em;
    background: #FFFFFF;
    border-radius: 5px;
}

ul.style1 a {
    display: block;
    text-decoration: none;
    color: #736f6e;
}

ul.style1 a:hover {
    text-decoration: underline;
}

ul.style1 .date {
    line-height: normal;
    text-align: center;
    font-family: 'Bitter', serif;
    font-size: 1.1em;
    font-weight: 700;
    position: relative;
    top: -5px;
}

ul.style1 .date b {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: -5px;
    font-size: 2em;
    color: #4c955d;
}

ul.style1 .date a:hover {
    text-decoration: none;
}

ul.style1 .first {
    margin-top: 0 !important;
    padding: 30px;
}

ul.style1 .second {
    padding: 30px;
}

ul.style3 {
    list-style: none;
    color: #6c6c6c;
}

ul.style3 li {
    padding: 0 0 1em 0;
    margin: 0 0 0.8em 0;
}

ul.style3 p {
    margin: 0;
}

ul.style3 a {
    display: block;
    text-decoration: none;
    color: #6c6c6c;
}

ul.style3 a:hover {
    text-decoration: underline;
}

ul.style3 h3 {
    padding: 8px 0em 5px 0em;
    font-size: 1em;
    font-weight: 600;
    color: #555555;
}

ul.style3-alt h3 {
    color: #FFFFFF;
}

ul.style3 .first {
    padding-top: 0px;
    background: none;
}

ul.style3 .date {
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0em 1.5em 0em 0em;
    padding: 8px 0em 0em 0em;
    background: #272d35;
    border-radius: 6px;
    line-height: normal;
    text-align: center;
    font-family: 'Bitter', serif;
    font-size: 1em;
    font-weight: 400;
    color: #FFFFFF;
}

ul.style3 .date:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("images/bg01.png");
    border-radius: 6px;
}

ul.style3 .date b {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 1.8em;
    font-weight: 400;
    color: #FFFFFF;
}

ul.style3 .date a {
    color: #FFF;
}

ul.style3 .date a:hover {
    text-decoration: none;
}

ul.contact {
    overflow: hidden;
    margin: 1em 0 1em 0;
    padding-top: 1em;
}

ul.contact li {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 1.2em;
}

ul.contact li span {
    display: none;
    margin: 0;
    padding: 0;
}

ul.contact li a {
    color: #FFF;
}

ul.contact li a:before {
    display: inline-block;
    background: #9bafbd;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.pennant {
    display: block;
    margin-bottom: 2em;
    text-align: center;
}

.pennant span {
    position: relative;
    display: inline-block;
    padding: 0.6em 0.6em;
    background: #4c955d;
    border-radius: 0px 0px 5px 5px;
    font-size: 2.5em;
    color: #FFF;
}

.pennant span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/bg01.png");
    opacity: 0.5;
}


/* Icons */

.icon {
    text-decoration: none;
}

.icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Wrappers */

#header-wrapper {
    position: relative;
    background: #9bafbd;
}

#header-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/bg01.png");
    opacity: 0.5;
}

#banner-wrapper {
    position: relative;
}

#main-wrapper {
    position: relative;
    background: #e8e2e0;
}

#main-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/bg01.png");
    opacity: 0.5;
}

#footer-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#footer-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/bg01.png");
    opacity: 0.3;
}

.wrapper {
    position: relative;
}

.wrapper-style1 {
    position: relative;
    background: #ebe3e1;
}

.wrapper-style1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.wrapper-style2 {
    position: relative;
    background: #FFFFFF;
    overflow: hidden;
}

.wrapper-style2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}


/* Header */

#header {
    position: relative;
    margin-bottom: 0;
}


/* Footer */

#footer {
    overflow: hidden;
    position: relative;
    color: #c0c7c9;
}

#footer h2 {
    color: #FFF;
}


/* Main */

#main {
    position: relative;
}


/* Content */

#content {
    overflow: hidden;
    background: #FFF;
    border-radius: 5px;
}

#left-content,
#right-content {
    position: relative;
}


/* Sidebar */

#right-sidebar,
#left-sidebar {
    position: relative;
}


/* Copyright */

#copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    text-align: center;
    color: #61666c;
}


/* Featured */

#featured {
    position: relative;
}

#featured header h2 {
    line-height: 1.1em;
}

#featured header .byline {
    display: block;
    overflow: hidden;
}


/* Portfolio */

#portfolio {
    position: relative;
    text-align: center;
}

#portfolio p {
    text-align: center;
}


/* Desktop */

@media screen and (min-width: 737px) {
    /* Basic */
    header {
        margin-bottom: 1.5em;
    }
    header h2 {
        font-size: 16pt;
    }
    header .byline {
        margin-top: 1.2em;
        padding: 0.7em 0em;
        font-size: 13pt;
    }
    ul.style1 .right {
        width: 80%;
    }
    ul.style1 .left {
        width: 20%;
    }
    /* Wrappers */
    #main-wrapper {
        overflow: hidden;
        padding: 5em 0em;
    }
    #footer-wrapper {
        padding: 5em 0em;
    }
    .wrapper-style1 {
        overflow: hidden;
        padding: 5em 0em;
    }
    .wrapper-style2 {
        overflow: hidden;
        padding: 5em 0em 5em 0em;
    }
    .homepage .wrapper-style2 {
        padding: 5em 0em 5em 0em;
    }
    /* Header */
    #header {
        height: 16em;
    }
    /* Logo */
    #logo {
        position: absolute;
        top: 45%;
        left: 0;
        width: 100%;
        text-align: center;
        margin-top: -0.5em;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
    #logo {
        display: inline-block;
        margin-top: -1px;
        padding: 0.6em 1.3em;
        font-size: 2.5em;
        letter-spacing: -0.05em;
        background: #FFFFFF;
        border-radius: 0px 0px 5px 5px;
        font-weight: 700;
        color: #9bafbd;
        text-transform: capitalize;
    }
    #logo a {
        text-decoration: none;
        color: #9bafbd;
        text-transform: capitalize;
    }
    /* Nav */
    #nav {
        position: absolute;
        display: block;
        top: 2.7em;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #nav>ul {
        display: inline-block;
    }
    #nav>ul>li {
        display: block;
        float: left;
        text-align: center;
        padding: 0 1.5em 0 1.5em;
    }
    #nav>ul>li>ul {
        display: none;
    }
    #nav>ul>li>a,
    #nav>ul>li>span {
        display: block;
        color: #eee;
        color: white;
        font-family: 'Bitter', serif;
        text-decoration: none;
        font-size: 1em;
        font-weight: 400;
        outline: 0;
    }
    #nav>ul>li:hover>a {
        color: #fff;
    }
    #nav>ul>li.active>a,
    #nav>ul>li.active>span {
        color: #fff;
    }
    .dropotron {
        text-align: left;
        background: #736f6e;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 11pt;
        font-weight: 300;
        padding: 0.75em 0 0.75em 0;
        min-width: 13em;
        border-radius: 5px;
    }
    .dropotron li {
        border-top: solid 1px rgba(255, 255, 255, 0.05);
    }
    .dropotron li:first-child {
        border-top: 0;
    }
    .dropotron a,
    .dropotron span {
        color: #dfe2e3;
        text-decoration: none;
        display: block;
        padding: 0.75em 1.25em 0.75em 1.25em;
    }
    .dropotron li:hover>a,
    .dropotron li:hover>span {
        color: #fff;
    }
    .dropotron.level-0 {
        margin-top: 2em;
    }
    .dropotron.level-0:before {
        content: '';
        display: block;
        border-left: solid 1em transparent;
        border-right: solid 1em transparent;
        border-bottom: solid 1em #736f6e;
        position: absolute;
        top: -0.75em;
        left: 50%;
        margin-left: -1em;
    }
    /* Banner */
    #banner {
        overflow: hidden;
        padding-bottom: 5em;
        text-align: center;
        color: #FFFFFF;
    }
    #banner h2 {
        font-size: 2.7em;
        font-weight: 700;
    }
    #banner span {
        display: block;
        padding-top: 1em;
        font-family: 'Bitter', serif;
        font-size: 1.4em;
    }
    /* Footer */
    #footer {
        margin-bottom: 5em;
    }
    /* Content */
    #content {
        padding: 2.9em 3em;
    }
    #content header span {
        display: block;
    }
    #left-content .image-left,
    #right-content .image-left {
        margin-bottom: 1em;
    }
    #wide-content {
        overflow: hidden;
    }
    #wide-content .image-left {
        margin-bottom: 1em;
    }
    /* Copyright */
    #copyright {
        padding-top: 5em;
    }
    /* Portfolio */
    #portfolio header span {
        padding: 0.7em 2em;
    }
    #portfolio p {
        padding: 0.3em 0em;
        font-size: 1.1em;
    }
}


/* Tablet */

@media screen and (min-width: 737px) and (max-width: 1200px) {
    /* Basic */
    body {
        min-width: 1000px;
        font-size: 10.5pt;
        line-height: 1.5em;
        letter-spacing: 0.015em;
    }
}


/* Mobile */

#navPanel,
#titleBar {
    display: none;
}

@media screen and (max-width: 736px) {
    /* Basic */
    html,
    body {
        overflow-x: hidden;
    }
    body {
        line-height: 1.75em;
        font-size: 10.3pt;
        letter-spacing: 0;
    }
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.5em;
    }
    section,
    article {
        clear: both;
        margin: 2em 0 2em 0 !important;
    }
    header {
        margin-bottom: 1.5em;
    }
    header h2 {
        font-size: 1.3em;
    }
    header .byline {
        padding: 0.35em 0em;
        margin-top: 1em;
        font-size: 1.1em;
    }
    .container {
        padding: 15px 15px;
    }
    .button {
        display: block;
        text-align: center;
    }
    ul.style1 .right {
        width: 70%;
    }
    ul.style1 .left {
        width: 30%;
    }
    ul.style3 h3 {
        padding: 0px 0em 5px 0em;
    }
    .mobile-hide {
        display: none;
    }
    /* Off-Canvas Navigation */
    #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
    }
    #titleBar {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10001;
        background: none;
    }
    #titleBar .toggle {
        position: absolute;
        top: 0;
        left: 0;
        text-indent: -9999px;
        width: 60px;
        height: 44px;
    }
    #titleBar .toggle:before {
        -moz-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        display: block;
        width: 54px;
        height: 38px;
        background-color: rgba(92, 95, 103, 0.5);
        border-radius: 0.25em;
    }
    #titleBar .toggle:after {
        content: '';
        display: block;
        width: 44px;
        height: 44px;
        position: absolute;
        left: 15px;
        top: 6px;
        background: url("images/toggle.svg") 8px 14px no-repeat;
        opacity: 0.5;
    }
    #titleBar .toggle:active:before {
        background-color: rgba(92, 95, 103, 0.75);
    }
    #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        background: #272d30;
        box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
    }
    #navPanel .link {
        display: block;
        color: #ccc;
        color: rgba(255, 255, 255, 0.75);
        text-decoration: none;
        font-size: 1em;
        text-decoration: none;
        height: 44px;
        line-height: 44px;
        border-top: solid 1px rgba(255, 255, 255, 0.05);
        margin: 0 15px 0 15px;
    }
    #navPanel .link:first-child {
        border-top: 0;
    }
    #navPanel .indent-1 {
        display: inline-block;
        width: 1em;
    }
    #navPanel .indent-2 {
        display: inline-block;
        width: 2em;
    }
    #navPanel .indent-3 {
        display: inline-block;
        width: 3em;
    }
    #navPanel .indent-4 {
        display: inline-block;
        width: 4em;
    }
    #navPanel .indent-5 {
        display: inline-block;
        width: 5em;
    }
    #navPanel .depth-0 {
        color: #fff;
    }
    body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }
    body.navPanel-visible #titleBar {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }
    body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    /* Wrappers */
    #footer-wrapper {
        overflow: hidden;
        padding: 3em 0em;
    }
    .wrapper-style1 {
        overflow: hidden;
        padding: 3em 0em 1em 0em;
    }
    .wrapper-style2 {
        overflow: hidden;
    }
    .homepage .wrapper-style2 .container {
        padding-top: 0 !important;
    }
    /* Header */
    #header {
        height: 12em;
    }
    .homepage #header {
        height: 8em;
    }
    /* Logo */
    #logo {
        position: absolute;
        top: 5em;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #logo {
        display: inline-block;
        padding: 0.6em 1.3em;
        font-size: 2.5em;
        letter-spacing: -0.05em;
        background: #FFFFFF;
        border-radius: 5px;
        font-weight: 700;
        color: #4c955d;
    }
    #logo a {
        text-decoration: none;
        color: #4c955d;
    }
    /* Nav */
    #nav {
        display: none;
    }
    /* Banner */
    #banner {
        overflow: hidden;
        padding: 3.2em 1em 3em 1em;
        text-align: center;
        color: #FFFFFF;
    }
    #banner h2 {
        font-size: 1.5em;
        font-weight: 700;
    }
    #banner span {
        display: block;
        padding-top: 1em;
        font-family: 'Bitter', serif;
        font-size: 1.2em;
    }
    /* Footer */
    #footer section {
        margin-bottom: 2em !important;
    }
    /* Main */
    #main {
        position: relative;
    }
    /* Content */
    #content {
        padding: 3em 1.5em 1em 1.5em;
    }
    #content section {
        margin-bottom: 2em !important;
    }
    #wide-content .image.left,
    #left-content .image.left,
    #right-content .image.left {
        float: none;
        width: 100%;
    }
    /* Copyright */
    #copyright {
        margin-bottom: 3em;
        padding-top: 3em;
    }
    /* Featured */
    #featured section {
        margin-bottom: 2em !important;
    }
    #featured .image.left {
        float: none;
        width: 100%;
    }
    /* Portfolio */
    #portfolio section,
    #portfolio article {
        margin-bottom: 1em !important;
    }
    #portfolio .container {
        padding-top: 0px !important;
    }
    #portfolio header {
        margin-bottom: 2em;
    }
}

.inner h1 {
    font-weight: 700;
    line-height: 1.4em;
    color: #555555;
    font-size: 16pt;
    margin-bottom: 20px;
}

.inner h2 {
    font-weight: 600;
    line-height: 1.4em;
    color: #9bafbd;
    font-size: 15pt;
    margin-bottom: 20px;
}

.inner h3 {
    font-weight: 400;
    line-height: 1.4em;
    color: #736f6e;
    font-size: 13pt;
    margin-bottom: 20px;
}

.inner ul {
    line-height: 1.5em;
    padding-left: 20px;
    list-style: disc;
}

.inner ol {
    line-height: 1.5em;
    padding-left: 20px;
    list-style: decimal;
}

.inner ul li,
.inner ol li {
    padding-left: 20px;
}

a {
    color: #c5211e;
    text-decoration: none;
}