.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.container.plusfour {
    width: 1536px;
}

.container.pluseight {
    width: 1920px;
}

.column, .columns {
    float: left;
    display: inline;
    margin-left: 14px !important;
    margin-right: 14px !important;
}

.row {
    margin-bottom: 28px;
}

.column.alpha, .columns.alpha {
    margin-left: 0 !important;
}

.column.omega, .columns.omega {
    margin-right: 0 !important;
}

.column.alpha.omega, .columns.alpha.omega {
    margin: 0 !important;
}

.container .one.column {
    width: 68px;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
}

.container .columns.two {
    width: 164px;
}

.container .columns.three {
    width: 265px;
}

.container .columns.four {
    width: 356px;
}

.container .columns.five {
    width: 452px;
}

.container .columns.six {
    width: 548px;
}

.container .columns.seven {
    width: 644px;
}

.container .columns.eight {
    width: 740px;
}

.container .columns.nine {
    width: 836px;
}

.container .columns.ten {
    width: 932px;
}

.container .columns.eleven {
    width: 1028px;
}

.container .columns.twelve {
    width: 1124px;
}

.container .one-third.column {
    width: 352px;
}

.container .two-thirds.column {
    width: 732px;
}

.container .offset-by-one {
    padding-left: 96px;
}

.container .offset-by-two {
    padding-left: 192px;
}

.container .offset-by-three {
    padding-left: 288px;
}

.container .offset-by-four {
    padding-left: 384px;
}

.container .offset-by-five {
    padding-left: 480px;
}

.container .offset-by-six {
    padding-left: 576px;
}

.container .offset-by-seven {
    padding-left: 672px;
}

.container .offset-by-eight {
    padding-left: 768px;
}

.container .offset-by-nine {
    padding-left: 864px;
}

.container .offset-by-ten {
    padding-left: 960px;
}

.container .offset-by-eleven {
    padding-left: 1056px;
}

@media only screen and (min-width: 960px) and(max-width: 1199px) {
    .container {
        width: 888px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .container.plusfour {
        width: 888px;
    }

    .container.pluseight {
        width: 888px;
    }

    .container .column, .container .columns {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .column.alpha, .columns.alpha {
        margin-left: 0 !important;
        margin-right: 12px !important;
    }

    .column.omega, .columns.omega {
        margin-right: 0 !important;
        margin-left: 12px !important;
    }

    .container .one.column {
        width: 50px;
    }

    .container .columns.two {
        width: 124px;
    }

    .container .columns.three {
        width: 198px;
    }

    .container .columns.four {
        width: 272px;
    }

    .container .columns.five {
        width: 346px;
    }

    .container .columns.six {
        width: 420px;
    }

    .container .columns.seven {
        width: 494px;
    }

    .container .columns.eight {
        width: 568px;
    }

    .container .columns.nine {
        width: 642px;
    }

    .container .columns.ten {
        width: 716px;
    }

    .container .columns.eleven {
        width: 790px;
    }

    .container .columns.twelve {
        width: 864px;
    }

    .container .one-third.column {
        width: 267.3333333333333px;
    }

    .container .two-thirds.column {
        width: 558.6666666666666px;
    }

    .container .offset-by-one {
        padding-left: 74px;
    }

    .container .offset-by-two {
        padding-left: 148px;
    }

    .container .offset-by-three {
        padding-left: 222px;
    }

    .container .offset-by-four {
        padding-left: 296px;
    }

    .container .offset-by-five {
        padding-left: 370px;
    }

    .container .offset-by-six {
        padding-left: 444px;
    }

    .container .offset-by-seven {
        padding-left: 518px;
    }

    .container .offset-by-eight {
        padding-left: 592px;
    }

    .container .offset-by-nine {
        padding-left: 666px;
    }

    .container .offset-by-ten {
        padding-left: 740px;
    }

    .container .offset-by-eleven {
        padding-left: 814px;
    }
}

@media only screen and (min-width: 768px) and(max-width: 959px) {
    .container {
        width: 684px;
    }

    .container.plusfour {
        width: 684px;
    }

    .container.pluseight {
        width: 684px;
    }

    .container .column, .container .columns {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .column.alpha, .columns.alpha {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }

    .column.omega, .columns.omega {
        margin-right: 0 !important;
        margin-left: 10px !important;
    }

    .container .one.column {
        width: 37px;
    }

    .container .columns.two {
        width: 94px;
    }

    .container .columns.three {
        width: 151px;
    }

    .container .columns.four {
        width: 208px;
    }

    .container .columns.five {
        width: 265px;
    }

    .container .columns.six {
        width: 322px;
    }

    .container .columns.seven {
        width: 379px;
    }

    .container .columns.eight {
        width: 436px;
    }

    .container .columns.nine {
        width: 493px;
    }

    .container .columns.ten {
        width: 550px;
    }

    .container .columns.eleven {
        width: 607px;
    }

    .container .columns.twelve {
        width: 664px;
    }

    .container .one-third.column {
        width: 205px;
    }

    .container .two-thirds.column {
        width: 430px;
    }

    .container .offset-by-one {
        padding-left: 57px;
    }

    .container .offset-by-two {
        padding-left: 114px;
    }

    .container .offset-by-three {
        padding-left: 171px;
    }

    .container .offset-by-four {
        padding-left: 228px;
    }

    .container .offset-by-five {
        padding-left: 285px;
    }

    .container .offset-by-six {
        padding-left: 342px;
    }

    .container .offset-by-seven {
        padding-left: 399px;
    }

    .container .offset-by-eight {
        padding-left: 456px;
    }

    .container .offset-by-nine {
        padding-left: 513px;
    }

    .container .offset-by-ten {
        padding-left: 570px;
    }

    .container .offset-by-eleven {
        padding-left: 627px;
    }
}

@media only screen and (max-width: 767px) {
    .columns, .column {
        margin: 0 !important;
    }

    .container {
        width: 280px;
    }

    .container.plusfour, .container.pluseight {
        width: 280px;
    }

    .container .column.one-third, .container .column.two-thirds, .container .column.one {
        width: 280px;
    }

    .container .columns.two, .container .columns.three, .container .columns.four, .container .columns.five, .container .columns.six, .container .columns.seven, .container .columns.eight, .container .columns.nine, .container .columns.ten, .container .columns.eleven, .container .columns.twelve {
        width: 280px;
    }

    .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven {
        padding-left: 0;
    }
}

@media only screen and (min-width: 480px) and(max-width: 767px) {
    .container {
        width: 400px;
    }

    .container.plusfour, .container.pluseight {
        width: 400px;
    }

    .container .column.one-third, .container .column.two-thirds, .container .column.one {
        width: 400px;
    }

    .container .columns.two, .container .columns.three, .container .columns.four, .container .columns.five, .container .columns.six, .container .columns.seven, .container .columns.eight, .container .columns.nine, .container .columns.ten, .container .columns.eleven, .container .columns.twelve {
        width: 400px;
    }
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after, .clearfix:after {
    clear: both;
}

.row, .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

@media only screen and (min-width: 768px) {
    .lt768 {
        display: none !important;
    }
}

@media only screen and (min-width: 959px) {
    .lt960 {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .lt1200 {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .gt768 {
        display: none !important;
    }
}

@media only screen and (max-width: 959px) {
    .gt960 {
        display: none !important;
    }
}

@media only screen and (max-width: 1199px) {
    .gt1200 {
        display: none !important;
    }
}

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

audio, canvas, video {
    display: inline-block;
}

audio, canvas, video2 {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

html, button, input, select, textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    color: #444444;
    background: #efefef;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    src: local('Merriweather Light'), local('Merriweather-Light'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nmB7wJ9CoPCp9n30ZBThZ1I.woff) format('woff');
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: local('Merriweather'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/RFda8w1V0eDZheqfcyQ4EKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: local('Merriweather Bold'), local('Merriweather-Bold'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nhAPw1J91axKNXP_-QX9CC8.woff) format('woff');
}

@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
    src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/EYh7Vl4ywhowqULgRdYwIKG6KSkCb3wBFlS6Qx4Mm8U.woff) format('woff');
}

@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: local('Merriweather Italic'), local('Merriweather-Italic'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/So5lHxHT37p2SS4-t60SlL52ooqJRs02xO3mONBoqeI.woff) format('woff');
}

@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 700;
    src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/EYh7Vl4ywhowqULgRdYwILz7bF_NE717IFsea40dLmU.woff) format('woff');
}

.serif, .merriweather {
    font-family: 'Merriweather', serif;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

.sans-serif, body {
    font-family: 'Lato', sans-serif;
}

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

.chatype {
    font-family: 'ChatypeB2.1RegularRegular';
}

.mobile-bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile-bg-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media only screen and (max-width: 400px) {
    .mobile-bg-container {
        background-image: url(../img/top.gif);
        min-height: 500px;
    }
}

@media only screen and (min-width: 401px) {
    .mobile-bg-container {
        background-image: url(../img/top.gif);
        min-height: 300px;
    }
}

@media only screen and (min-width: 1025px) {
    .mobile-bg-container {
        display: none;
    }
}

.post-type-archive-work .page-wrap {
    background-color: #444 !important;
}

.single
.mobile-bg-container {
    display: none !important;
}

.page-wrap {
    position: relative;
    z-index: 2;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
    .page-wrap {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

html.opening-portfolio body {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0;
}

html.fadeout body {
    opacity: 0 !important;
    -webkit-background-size: 0;
    background-size: 0;
}

html.fadein body {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1;
}

body.work-item {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-color: #fff !important;
}

.uc {
    text-transform: uppercase;
}

.nodecoration {
    text-decoration: none;
}

h1 {
    font-size: 3em;
    font-weight: normal;
    padding: 50px 0;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 2em;
        padding: 30px 0 0 0;
    }
}

h2 {
    font-size: 2.6em;
    margin: 0 0 0.5em 0;
}

h3 {
    font-size: 2.2em;
    letter-spacing:5px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Lato', serif;
}

a, a:link, a:active, a:visited {
    color: #b2b0b0;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-white {
    color: #ffffff;
}

.text-orange {
    color: #047c20;
}

.text-dark {
    color: #444444;
}

.text-light-grey {
    color: #eee;
}

.bg-grey-trans {
    background-color: rgba(34, 34, 34, 0.997);
}

.bg-white {
    background-color: #ffffff;
}

.bg-transparent {
    background-color: transparent;
}

body.dark {
    background-color: #222;
    color: #fff;
}

body.dark
#main-header {
    background: transparent;
    color: #ffffff;
}

body.dark #main-header nav a {
    color: #ffffff;
}

body.dark #main-header .row {
    padding-top: 30px;
}

body.dark #main-header #logo svg {
    width: 100%;
    height: 100%;
}

body.dark #main-header #logo svg path {
    fill: #444;
}

body.dark section {
    overflow: auto;
}

body.dark section.padded {
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.dark h4.quotable {
    font-weight: 100;
    font-size: 2.5em;
    margin: 0;
    padding: 0;
}

body.video-on {
    background-color: #111;
}

body.video2-on {
    background-color: #111;
}

.chromeframe-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    z-index: 1000000;
}

.chromeframe-container .chromeframe-wrapper {
    display: table;
    margin: 0 auto;
    position: relative;
    height: 100%;
    max-width: 800px;
    width: 100%;
}

.chromeframe-container .chromeframe-wrapper img {
    width: 200px;
    margin-bottom: 1em;
}

.chromeframe-container .chromeframe-wrapper .chromeframe-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.chromeframe-container .chromeframe-wrapper .chromeframe-inner h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 3em;
}

.chromeframe-container .chromeframe-wrapper .chromeframe-inner a {
    color: #047c20;
    text-decoration: none;
}

.page-wrap {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
}

.page-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    .page-bg {
        min-height: 320px;
    }
}

@media only screen and (max-width: 320px) {
    .page-bg {
        min-height: 570px;
    }
}

.video-on .page-wrap {
    -webkit-filter: blur(6px);
    opacity: 0.5;
}

.video2-on .page-wrap {
    -webkit-filter: blur(6px);
    opacity: 0.5;
}

.mnav-open .page-wrap, .mnav-open .mobile-bg-container {
    -webkit-filter: blur(10px);
}

.width-100 {
    width: 100%;
}

.button {
    display: inline-block;
    padding: 1em 1.5em 0.9em 1.5em;
    font-family: 'Lato', serif;
    text-decoration: none;
    font-size: 1.5em;
    margin: 0 0.5em 0.5em 0;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.19999999999999996);
    border-radius: 5px;
    font-weight: 100;
}

.button:link, .button:active, .button:visited {
    color: #ffffff;
}

.button.orange {
    background-color: #ffffff;
    color: #fff;
}

.button:hover {
    background-color: #fff;
    color: #0e7e02;
}

.bg-white-trans {
    background-color: rgba(255, 255, 255, 0.97);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    color: #444444;
}

.bg-white-trans h1 {
    color: #444444;
    border-top: 5px solid #047c20;
}

.bg-white-trans h2 {
    color: rgba(255, 255, 255, 0.05);
}

.bg-white-trans .button {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #444444;
    padding: 1em 1.5em 0.8em 1.5em;
}

.bg-white-trans .button:hover {
    background-color: #047c20;
    color: #ffffff;
    border: 1px solid transparent;
}

.bg-dark-trans {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    background-color: rgba(34, 34, 34, 0.7);
    color: #ffffff;
}

.bg-dark-trans h1 {
    color: #ffffff;
    border-top: 10px solid #047c20;
}

.bg-darker-trans {
    background-color: rgba(34, 34, 34, 0.9);
    color: #ffffff;
}

.bg-darker-trans h1 {
    color: #ffffff;
}

.bg-dark {
    background-color: #222;
}

.bg-light-trans {
    background: rgba(255, 255, 255, 0.95);
    color: #222;
}

#big-video-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: #444;
}

#big-video-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    z-index: 1;
}

@media only screen and (max-width: 1024px)
{
    #big-video-wrap {
        display: none !important;
    }
}

.company
#big-video-wrap:after {
    display: none !important;
    background-color: none !important;
}

#big-video2-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: #444;
}

#big-video2-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    z-index: 1;
}

@media only screen and (max-width: 1024px)
{
    #big-video2-wrap {
        display: none !important;
    }
}

.company
#big-video2-wrap:after {
    display: none !important;
    background-color: none !important;
}

#main-header {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    width: 100%;
    background: transparent;
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 1024px) {
    #main-header {
        position: absolute;
    }
}

#main-header .container {
    padding-top: 0;
    -webkit-transition: padding-top 0.25s ease;
    transition: padding-top 0.25s ease;
}

#main-header h1 {
    font-weight: 300;
    font-size: 3.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.19999999999999996);
    padding-top: 50px;
    color: #ffffff;
}

#main-header h1 .heavier {
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    #main-header h1 {
        font-size: 2em;
        padding-top: 15px;
    }
}

#main-header nav {
    position: relative;
    text-align: right;
    float: right;
}

#main-header nav a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.2em;
    display: inline-block;
    padding: 8px 0 8px 0;
    margin-left: 22px;
    font-size: 0.8em;
}

@media only screen and (max-width: 960px) {
    #main-header nav a {
        margin-left: 30px;
    }
}

#main-header .row {
    position: relative;
    padding-top: 50px;
    margin-bottom: 30px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

@media only screen and (max-width: 959px) {
    #main-header .row {
        padding-top: 35px;
    }
}

#main-header #logo {
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    width: 160px;
    height: 56px;
    display: block;
}

#main-header #logo svg {
    width: 100%;
    height: 100%;
}

#main-header #logo svg path {
    fill: #fff;
}

#main-header.whitespace {
    z-index: 99999;
    height: 98px;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    -webkit-transition: background-color 0.8s;
    transition: background-color 0.8s;
    background: #fff !important;
    overflow: hidden;
}

#main-header.whitespace .container.nav-container {
    width: 100%;
    padding-top: 0 !important;
    -webkit-transition: width 1s;
    transition: width 1s;
}

#main-header.whitespace .columns {
    width: auto !important;
}

#main-header.whitespace .row {
    padding-top: 30px;
}

#main-header.whitespace nav {
    -webkit-transition: right 1s;
    transition: right 1s;
    color: #000;
    width: auto;
    right: -500px;
}

#main-header.whitespace #logo {
    position: relative;
    left: 50px;
    width: 108.571428566px;
    height: 38px;
}

#main-header.whitespace #logo path {
    fill: #444444 !important;
}

#main-header.whitespace #whiteboard-logo-text path {
    fill: transparent !important;
}

.mobile-nav-wrap {
    position: fixed;
    z-index: 10000;
    opacity: 0;
    width: 100%; /* モナイルナビの幅 */
    height: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.19999999999999996);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: block;
    overflow: hidden;
}

.mobile-nav-wrap nav.mobile-nav {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    top: 12.5%;
    bottom: 12.5%;
    left: 15%;
    right: 15%;
    background-color: rgba(255, 255, 255, 0.97);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

.mobile-nav-wrap nav.mobile-nav .close-btn {
    position: absolute;
    top: -20px;
    right: 20px;
    background-color: #047c20;
    border-radius: 50px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.mobile-nav-wrap nav.mobile-nav .close-btn:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "×";
    z-index: 1;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.mobile-nav-wrap a {
    display: table;
    color: #444444;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-bottom: 1px solid #efefef;
    position: relative;
    height: 20%;
    width: 100%;
}

.mobile-nav-wrap a:active {
    background-color: #047c20;
    color: #fff;
}

.mobile-nav-wrap a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center; /* モバイルナビのテキスト */
}

.mnav-open .mobile-nav-wrap {
    opacity: 1;
    height: 50%;
}

.mnav-open .mobile-nav-wrap nav {
    top: 7.5%;
    bottom: 7.5%;
    left: 10%;
    right: 10%;
}

.whitespace-curtain {
    background: rgba(255, 255, 255, 0);
    opacity: 0;
    overflow: auto;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    position: fixed;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.whitespace-curtain h2 {
    position: relative;
    padding-top: 120px;
    color: transparent;
    font-family: 'Lato', sans-serif;
    margin-left: 50px;
    font-weight: 100;
    font-size: 4em;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.whitespace .whitespace-curtain {
    background: #efefef;
    height: 100%;
    opacity: 1;
}

.whitespace .whitespace-curtain.hide {
    -webkit-transition-delay: 0.8s;
    opacity: 0;
    height: 0;
}

.whitespace .whitespace-curtain h2 {
    color: #aaa;
}

.mnav-button {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #dedede;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 40px;
    width: 40px;
    z-index: 10000;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    cursor: pointer;
    background-image: url(../../Dropbox/images/list-icon.svg);
    -webkit-background-size: 45%;
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
}

body.mnav-open {
    background-color: #222;
}

.mnav-open .mnav-button {
    opacity: 0;
}

.articles {
    top: 200px;
    position: relative;
    -webkit-transition: top 1.4s ease-out, opacity 1.2s ease-in;
    transition: top 1.4s ease-out, opacity 1.2s ease-in;
    -webkit-transition-delay: .6s;
    opacity: 0;
}

.articles .half {
    width: 50%;
    float: left;
}

.dark-bg {
    background-color: #444444;
    color: #ffffff;
}

.orange-bg {
    background-color: #047c20;
    color: #ffffff;
}

.header-wrapper {
    padding: 6em 0;
    margin-bottom: 2em;
    border-bottom: 1px solid #eee;
    font-family: 'Lato', sans-serif;
}

@media only screen and (max-width: 767px) {
    .header-wrapper {
        padding: 2em 0;
    }
}

.header-wrapper h2 {
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-weight: 300;
    text-align: center;
}

.header-wrapper h2 .terms {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.max-900 {
    max-width: 900px;
    margin: 0 auto;
}

.max-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

#interior-header {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: 98px;
    background-color: rgba(34, 34, 34, 0.9);
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#interior-header .container {
    padding-top: 0;
}

#interior-header nav {
    position: relative;
    text-align: right;
}

#interior-header nav a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.2em;
    display: inline-block;
    padding: 8px 0 8px 0;
    margin-left: 42px;
    font-size: 0.8em;
}

#interior-header nav a.active {
    border-bottom: 2px solid #047c20;
}

@media only screen and (max-width: 959px) {
    #interior-header nav a {
        margin-left: 30px;
    }
}

#interior-header .row {
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

#interior-header #logo {
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    width: 112px;
    height: 39.2px;
    display: block;
}

#interior-header #logo svg {
    width: 100%;
    height: 100%;
}

#interior-header #logo svg path {
    fill: #fff;
}

@media only screen and (max-width: 1024px) {
    #interior-header {
        position: absolute;
        background-color: transparent;
    }
}

.nav-dark-text #interior-header {
    background-color: rgba(0, 0, 0, 0.09999999999999998);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 1px solid transparent;
}

.nav-dark-text #interior-header nav a {
    color: #fff;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.nav-dark-text #interior-header nav a:hover {
    color: #047c20;
}

.nav-dark-text #interior-header #logo svg path {
    fill: #fff;
}

.nav-dark-text.scrolled #interior-header {
    background-color: rgba(214, 214, 214, 0.97);
}

.triangle {
    display: inline-block;
    left: 48%;
    bottom: 5%;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    position: fixed;
    z-index: 1000000;
    padding: 15px;
    line-height: 0;
    text-align: center;
}

.triangle svg {
    width: 20px;
}

.scrolled .triangle {
    opacity: 0;
}

@media only screen and (min-width: 768px) {
    .scrolled #main-header {
        height: 98px;
        position: fixed;
        top: 0 !important;
        left: 0;
        margin-top: 0;
    }

    .scrolled #main-header .container {
        padding-top: 0 !important;
    }

    .scrolled #main-header .row {
        padding-top: 30px;
    }

    .scrolled #main-header h1 {
        opacity: 0;
        height: 0;
        margin: 0;
    }

    .scrolled #main-header #logo {
        width: 112px;
        height: 39.2px;
    }

    .scrolled #main-header #logo svg path {
        fill: #444444;
    }

    .scrolled #main-header .inner {
        background-color: #fff;
        overflow: auto;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .scrolled #main-header nav a {
        color: #444444;
    }

    .scrolled #main-header nav a:hover {
        color: #047c20;
    }
}

.hiliter span {
    display: inline-block;
    background: rgba(255, 255, 0, 0.4);
    padding: 0 16px;
    margin: 3px -12px;
}

.scrolled #top h2 {
    color: #ffffff;
    opacity: 1;
    left: 0px;
}

#top {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    height: 1050px;
    padding-top: 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
}

#top .container {
    position: relative;
}

#top h1 {
    font-weight: 300;
    font-size: 3.5em;
    padding-top: 50px;
    color: #ffffff;
}

#top h1 .heavier {
    font-weight: 650;
}

#top h2 {
    opacity: 0;
    left: -100px;
    -webkit-transition: all 2s;
    transition: all 2s;
    font-size: 4em;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    position: relative;
    z-index: 7777;
}

#weare {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 100px 0 100px 0;
    position: relative;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    color: #444444;
}

#weare .button {
    font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
    #weare .button {
        margin: 4em auto 0 auto;
        font-size: 1.1em;
        display: block;
        text-align: center;
    }
}

#weare blockquote {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: 100;
    line-height: 1.9em;
    font-weight: normal;
    position: relative;
    color: #444444;
    font-family: 'Merriweather', serif;
}

#weare blockquote span:not(.hover-active) {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
}

#weare blockquote span.hover-active {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #047c20;
}

#weare blockquote:hover span.hover-active {
    color: #047c20;
}

@media only screen and (max-width: 767px) {
    #weare blockquote {
        font-size: 1.2em;
    }
}

#weare p {
    font-size: 1.5em;
    margin: 0 0 1em 0;
    font-weight: 300;
    line-height: 1.5em;
}

@media only screen and (max-width: 767px) {
    #weare p {
        font-size: 1.2em;
    }
}

#weare .sixteen-nine {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#weare .sixteen-nine img {
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
}

#weare .sixteen-nine:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 100;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    content: "Watch Now";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40%;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    text-align: center;
    font-weight: 400;
}

#weare .sixteen-nine:hover:after {
    background-color: rgba(0, 225, 230, 0.7);
}

#weare .sixteen-nine:hover .play-button {
    background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    #weare {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

@media only screen and (max-width: 767px) {
    #weare {
        padding: 35px 0 25px 0;
    }
}

.play-button {
    position: absolute;
    top: 35%;
    left: 41%;
    z-index: 101;
    display: block;
    width: 17%;
    height: 0;
    border-radius: 100px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.85);
    padding-bottom: 17%;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.play-button .ico {
    height: 30%;
    width: 30%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    border-right: 2px solid #047c20;
    border-bottom: 2px solid #047c20;
    position: absolute;
    top: 33%;
    left: 24%;
}

#directive {
    padding: 100px 0;
    background-color: rgba(255, 255, 255, 0.90);
    overflow: auto;
    position: relative;
    border-top: 1px solid #ccc;
}

#directive h3 {
    color: #047c20;
    font-weight: normal;
}

#directive p {
    color: rgba(68, 68, 68, 0.8);
}

#directive .button {
    font-size: 1.1em;
    margin-top: 1em;
}

#directive blockquote {
    font-family: 'Merriweather', serif;
    font-weight: normal;
    color: #444444;
    font-size: 1.2em;
    line-height: 1.7em;
}

@media only screen and (max-width: 767px) {
    #directive {
        padding: 50px 0;
    }

    #directive blockquote {
        font-size: 1em;
        margin: 1em 0 0 0;
        font-style: italic;
    }

    #directive h3 {
        margin: 1em 0 0 0;
        font-size: 1.5em;
    }

    #directive p {
        margin: 0 0 1em 0;
    }
}

#people {
    background-color: rgba(34, 34, 34, 0.7);
    padding: 100px 0 50px 0;
    position: relative;
    color: #eee;
}

#people h1 {
    border-top: 1px solid #FFFFFF;
    margin: 0;
    padding: 45px 0 45px 0;
    color: #eee;
    font-weight: 100;
    font-size: 3em;
}

@media only screen and (max-width: 767px) {
    #people h1 {
        font-size: 2.8em;
        padding: 1em 0 0 0;
    }

    #people h1 br {
        display: none;
    }
}

#people .people-column {
    padding-top: 120px;
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    #people .people-column {
        padding-top: 40px;
    }
}

#people h4 {
    color: #ddd;
    font-size: 1.5em;
    margin: 0 0 0.3em 0;
    padding: 0;
    color: #fff;
    position: relative;
    font-weight: 100;
}

#people h4:after {
    content: "";
    position: absolute;
    top: 7px;
    left: -25px;
    border-left: 0px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
}

#people .people-tagline {
    font-style: italic;
    font-weight: 400;
}

#people p {
    font-size: 1em;
    font-weight: 300;
    color: #bababa;
}

.visionary {
    height: 250px;
    background-color: #fff;
}

.visionaries-container {
    display: block;
    width: 100%;
    overflow: auto;
    margin: 0;
}

.visionary-thumb {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25%;
    float: left;
    display: inline-block;
    height: 0;
    padding-bottom: 16.25%;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 0.9em;
}

.visionary-thumb .play-button {
    top: 31%;
    left: 37%;
    width: 25%;
    padding-bottom: 25%;
}

.visionary-thumb p {
    color: #fff !important;
    font-size: 0.9em;
}

.visionary-thumb .button {
    font-size: 0.7em;
    border: 2px solid rgba(255, 255, 255, 0.6);
    margin-top: 1em;
}

.visionary-thumb .curtain {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    background-color: rgba(0, 225, 230, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 100%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em;
    z-index: 100;
}

.visionary-thumb .curtain .content {
    position: absolute;
    bottom: 2em;
    left: 2em;
    width: 80%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: blur(3px);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.visionary-thumb:hover {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.visionary-thumb:hover .curtain {
    opacity: 1;
    top: 0;
}

.visionary-thumb:hover .content {
    -webkit-filter: blur(0px);
}

@media only screen and (max-width: 767px) {
    .visionary-thumb {
        width: 50%;
        padding-bottom: 30%;
    }
}

.touch .visionary-thumb .play-button {
    display: block;
}

.touch .visionary-thumb .curtain {
    display: none !important;
}

.visionary-name {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.visionary-title {
    font-size: 0.8em;
    font-style: italic;
}

.play-button2 {
    position: absolute;
    top: 35%;
    left: 41%;
    z-index: 101;
    display: block;
    width: 17%;
    height: 0;
    border-radius: 100px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.0);
    padding-bottom: 17%;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.play-button2 .ico2 {
    height: 30%;
    width: 30%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    border-right: 3px solid #047c20;
    border-bottom: 3px solid #047c20;
    position: absolute;
    top: 33%;
    left: 24%;
}

#people2 {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 100px 0 50px 0;
    position: relative;
    color: #eee;
}

#people2 h1 {
    border-top: 8px solid #FFFFFF;
    margin: 0;
    padding: 45px 0 45px 0;
    color: #eee;
    font-weight: 100;
    font-size: 3em;
}

@media only screen and (max-width: 767px) {
    #people2 h1 {
        font-size: 2.8em;
        padding: 1em 0 0 0;
    }

    #people2 h1 br {
        display: none;
    }
}

#people2 .people2-column {
    padding-top: 70px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    #people2 .people2-column {
        padding-top: 40px;
    }
}

#people2 h4 {
    color: #ddd;
    font-size: 1.5em;
    margin: 0 0 0.3em 0;
    padding: 0;
    color: #fff;
    position: relative;
    font-weight: 100;
}

#people2 h4:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    border-left: 10px solid #047c20;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    width: 0;
}

#people2 .people2-tagline {
    font-style: italic;
    font-weight: 400;
}

#people2 p {
    font-size: 1em;
    font-weight: 300;
    color: #bababa;
}

.visionary2 {
    height: 250px;
    background-color: #fff;
}

.visionaries2-container {
    display: block;
    width: 100%;
    overflow: auto;
    margin: 0;
}

.visionary2-thumb {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25%;
    float: left;
    display: inline-block;
    height: 0;
    padding-bottom: 16.25%;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 0.9em;
}

.visionary2-thumb .curtain .content {
    position: absolute;
    bottom: 2em;
    left: 2em;
    width: 80%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: blur(3px);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.visionary2-thumb:hover {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.visionary2-thumb:hover .curtain {
    opacity: 1;
    top: 0;
}

.visionary2-thumb:hover .content {
    -webkit-filter: blur(0px);
}

@media only screen and (max-width: 767px) {
    .visionary2-thumb {
        width: 50%;
        padding-bottom: 30%;
    }
}

.visionary2-name {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.visionary2-title {
    font-size: 0.8em;
    font-style: italic;
}

#work {
    padding: 100px 0;
    position: relative;
}

#work h1 {
    margin: 0;
    padding: 50px 0 50px 0;
    color: #eee;
    font-weight: 100;
    font-size: 5em;
}

@media only screen and (max-width: 767px) {
    #work h1 {
        font-size: 3em;
    }
}

#work h3 {
    font-weight: 100;
    margin: 0 0 0.5em 0;
}

#work .work-column {
    padding-top: 70px;
}

@media only screen and (max-width: 1025px) {
    #work .columns.four {
        width: 40%;
        margin: 0 5% 0 0 !important;
    }

    #work .columns.four h1 {
        font-size: 3.5em;
    }

    #work .columns.three {
        width: 50%;
        padding: 0;
        margin: 0 !important;
    }

    #work .columns.four.work-column {
        width: 50%;
        padding: 0;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    #work {
        padding: 50px 0;
    }

    #work .columns.four {
        width: 100%;
        margin: 0 5% 0 0 !important;
    }

    #work .columns.four h1 {
        font-size: 3.5em;
    }

    #work .columns.three {
        width: 100%:;
        padding: 0;
        margin: 0 !important;
    }

    #work .columns.four.work-column {
        width: 100%;
        padding: 0;
        margin: 0 !important;
    }

    #work h1 {
        margin: 0;
        font-size: 2em;
        padding: 1em 0 0 0;
    }

    #work .work-column {
        padding-top: 40px;
    }

    #work h3 {
        font-size: 1.5em;
    }
}

.pillars {
    margin: 0;
    padding: 0;
}

.pillars li {
    list-style-type: none;
    margin: 0 0 1.2em -5px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 200;
}

.pillars li i {
    color: #047c20;
}

@media only screen and (max-width: 1200px) {
    .pillars li {
        margin: 0 0 1.2em 0;
    }

    .pillars li i {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .pillars {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .work-pillars {
        display: none;
    }
}

.core-services {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 0.5em 0;
    margin: 2em 0 !important;
    text-transform: uppercase;
    text-align: center;
}

.core-services i {
    padding: 0 10px;
    color: #047c20;
}

.work-container {
    overflow: auto;
    background-color: #222;
    display: block;
}

.work-container .work-thumbnail {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 33.3%;
    float: left;
    position: relative;
    cursor: pointer;
}

.work-container .work-thumbnail:hover:after {
    opacity: 0;
}

.work-container .work-thumbnail:hover .img-container {
    background-position: 0 100%;
}

.work-container .work-thumbnail:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(34, 34, 34, 0.85);
    z-index: 50;
}

.work-container .work-thumbnail .sixteen-nine {
    display: table;
    height: 0;
    padding-bottom: 56.25;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 959px) {
    .work-container .work-thumbnail {
        width: 50%;
    }

    .work-container .work-thumbnail:after {
        opacity: 1 !important;
    }

    .work-container .work-thumbnail .img-container {
        background-position: 0 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .work-container .work-thumbnail {
        width: 100%;
    }
}

.work-container .vert-container {
    z-index: 100;
}

.work-container .img-container {
    height: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
}

.archive-work h1 {
    font-size: 3em;
    border-top: 2px solid #047c20;
}

.vert-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vert-container .vert-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
}

.vert-container .vert-element {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home-slider {
    height: 0;
    padding-bottom: 41.6667%;
    width: 100%;
    position: relative;
}

.home-slider .slides-wrap {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: #444;
    z-index: 1;
}

.home-slider .slides-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

.home-slider .slide {
    width: 20%;
    height: 100%;
    float: left;
    position: relative;
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-slider .slider-buttons {
    position: absolute;
    bottom: 30px;
    left: 35%;
    right: 35%;
    height: 10px;
    z-index: 10;
}

.home-slider .slider-buttons ul {
    margin: 0;
    padding: 0;
    overflow: auto;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-slider .slider-buttons ul li {
    display: inline-block;
    float: left;
    width: 15%;
    margin: 0 2.5%;
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.19999999999999996);
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.home-slider .slider-buttons ul li:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.home-slider .slider-buttons ul li.active {
    background-color: rgba(254, 86, 7, 0.6);
}

.home-slider .slider-buttons ul li.active:hover {
    background-color: rgba(254, 86, 7, 0.6);
}

.home-slider .slider-direction-button {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    height: 100%;
    width: 10%;
    background-color: transparent;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    cursor: pointer;
}

.home-slider .slider-direction-button.slider-right {
    right: 0;
    left: auto;
}

.home-slider .slider-direction-button:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#featured-work {
    min-height: 600px;
    background-image: url(http://whiteboard.is/img/bg-sow.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#featured-work .desc {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
}

#featured-work .container {
    position: relative;
    z-index: 1000;
}

#featured-work .header-bg {
    position: relative;
    z-index: 1000;
}

#featured-work h1 {
    text-align: left;
    width: 100%;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-weight: normal;
    z-index: 100;
}

#featured-work .columns.five.alpha {
    margin-top: 6em;
}

#featured-work p {
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    font-size: 1.2em;
}

#featured-work .vingette {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../Dropbox/images/vingette.png);
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

#call-to-action {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.19999999999999996);
    padding-bottom: 1px;
}

#call-to-action blockquote {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    font-weight: 100;
    line-height: 1.8em;
    font-family: 'Merriweather', serif;
}

#call-to-action blockquote .quote {
    position: relative;
    display: inline-block;
    line-height: 0;
    font-size: 2em;
    opacity: 0.5;
}

@media only screen and (max-width: 767px) {
    #call-to-action blockquote {
        font-size: 1em;
    }

    #call-to-action blockquote .quote {
        display: none;
    }
}

#call-to-action .button {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

#call-to-action .button:hover {
    background-color: #047c20;
    color: #fff;
    -webkit-box-shadow: 0px 0px 25px #047c20;
    box-shadow: 0px 0px 25px #047c20;
}

@media only screen and (max-width: 767px) {
    #call-to-action .button {
        font-size: 1em;
        display: block;
        text-align: center;
    }
}

#call-to-action:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    padding: 20px;
    border-radius: 50px;
    left: 50%;
    top: -20px;
    background-image: url(../../Dropbox/images/down-arrow.svg);
    -webkit-background-size: 50%;
    background-size: 50%;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: 50% 56%;
}

@media only screen and (max-width: 767px) {
    #call-to-action:after {
        left: 45%;
    }
}

.call-to-action {
    padding: 10em 0;
    color: #fff;
    background-image: url(../../Dropbox/images/team-home-landing.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.call-to-action:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.19999999999999996);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.call-to-action .container {
    z-index: 10;
}

.call-to-action h3 {
    font-weight: 100;
}

@media only screen and (max-width: 767px) {
    .call-to-action h3 {
        font-size: 1.5em;
    }
}

footer {
    font-size: 0.8em;
    color: #444;
    padding: 40px 0;
    background-color: rgba(0, 0, 0, 0.9);
    position: relative;
}

.sixteen-nine {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: relative;
}

.sixteen-nine iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sixteen-nine img {
    width: 100%;
    height: 100%;
}

.video-player {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.video-player .close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #fff;
    color: #047c20;
    display: inline-block;
    padding: 20px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 100px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 100;
    cursor: pointer;
}

.video-player .close-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding-top: 10px;
    content: "X";
    color: #047c20;
    font-weight: 00;
    font-family: 'Lato', sans-serif;
    z-index: 1;
}

.video-player .player-container {
    width: 60%;
    left: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    display: table;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.video-player .player-inner-wrap {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.video-player .iframe-wrapper {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    position: relative;
    height: 0;
    width: 100%;
    background-color: #121212;
    padding-bottom: 56.25%;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

.video-player .iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-player.zoomed .player-container {
    width: 70%;
    left: 15%;
}

.video2-player2 {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
    width: 10%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.video2-player2 .close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #fff;
    color: #047c20;
    display: inline-block;
    padding: 20px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 100px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 100;
    cursor: pointer;
}

.video2-player2 .close-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding-top: 10px;
    content: "X";
    color: #047c20;
    font-weight: 00;
    font-family: 'Lato', sans-serif;
    z-index: 1;
}

.video2-player2 .player2-container {
    width: 60%;
    left: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    display: table;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.video2-player2 .player2-inner-wrap {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.video2-player2 .iframe-wrapper {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    position: relative;
    height: 0;
    width: 100%;
    background-color: #121212;
    padding-bottom: 56.25%;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

.video2-player2 .iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video2-player2.zoomed .player-container {
    width: 70%;
    left: 15%;
}

.inner-header {
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 98px;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
}

.inner-header h1 {
    font-weight: 300;
    font-size: 3.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.19999999999999996);
    padding-top: 50px;
}

.inner-header h1 .heavier {
    font-weight: 650;
}

.inner-header .container {
    padding-top: 0 !important;
}

.inner-header .row {
    padding-top: 30px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.inner-header h1 {
    opacity: 0;
    height: 0;
    margin: 0;
}

.inner-header #logo {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    display: block;
    width: 112px;
    height: 39.2px;
}

.inner-header #logo svg {
    width: 100%;
    height: 100%;
}

.inner-header #logo svg path {
    fill: #444444;
}

.inner-header .inner {
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.inner-header nav {
    position: relative;
    text-align: right;
}

.inner-header nav a {
    font-weight: 400;
    letter-spacing: 0.2em;
    display: inline-block;
    padding: 8px 0 8px 42px;
    font-size: 0.8em;
    color: #444444;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.inner-header nav a:hover {
    color: #047c20;
}

.inner-page-header {
    background-color: #444444;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#66000000', GradientType=0);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#66000000', GradientType=0);
    color: #fff;
    padding: 160px 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6em;
}

.inner-page-header h1 {
    margin-bottom: 0.1em;
    padding-bottom: 0.2em;
    border-top: 4px solid #047c20;
    font-size: 2em;
}

@media only screen and (max-width: 767px) {
    .inner-page-header h1 {
        font-size: 1.7em;
    }
}

.inner-page-header p {
    padding-top: 55px;
    position: relative;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .inner-page-header p {
        font-size: 0.8em;
    }
}

.quarter {
    width: 25%;
    float: left;
}

.company section {
    position: relative;
    z-index: 10;
}

#company-intro {
    padding-top: 350px;
    background-color: rgba(34, 34, 34, 0.6);
    position: relative;
    padding-bottom: 150px;
}

#company-intro:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(100%, #222222));
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(#222222));
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00222222', endColorstr='#222222', GradientType=0);
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    height: 25%;
    width: 100%;
    z-index: 1;
}

#company-intro .container {
    position: relative;
    z-index: 10;
}

#company-intro h1 {
    font-size: 1.3em;
    margin: 0 0 1em 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

#company-intro h2 {
    display: inline-block;
    padding: 0.5em 0;
    font-family: 'Merriweather', serif;
    font-size: 4em;
    font-weight: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#company-intro h2.rules {
    border-top: none;
    border-bottom: none;
    margin-top: 2em;
    z-index: 10;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #company-intro h2 {
        font-size: 2.5em;
    }
}

#company-intro h3 {
    font-weight: 100;
}

@media only screen and (max-width: 1024px) {
    #company-intro h3 {
        font-size: 1.5em;
        padding: 1em 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
}

#company-intro p {
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    line-height: 1.7em;
    font-weight: 200;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    margin: 1em 0 3em 0;
}

@media only screen and (max-width: 1024px) {
    #company-intro p {
        font-size: 1.2em;
    }
}

#company-intro .essence h2 {
    font-size: 3em;
    border-top: none;
    border-bottom: none;
}

body.scrolled #company-intro p {
    opacity: 1;
}

.team-container {
    overflow: auto;
}

.team-box {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    float: left;
    display: inline-block;
    width: 25%;
    height: 0;
    padding-bottom: 20%;
    background-color: #444;
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.team-box .info {
    position: absolute;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75em 1.5em;
    display: block;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.4);
}

.team-box .info h5 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
}

.team-box .info .title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.6em;
    opacity: 0.8;
}

@media only screen and (max-width: 768px) {
    .team-box {
        width: 33.333%;
        padding-bottom: 35%;
    }

    .team-box .info h5 {
        font-size: 1em;
    }
}

@media only screen and (max-width: 600px) {
    .team-box {
        width: 50%;
        padding-bottom: 50%;
    }

    .team-box .info h5 {
        font-size: 0.7em;
    }
}

#storytellers {
    padding: 100px 0 20px 0;
}

#storytellers p {
    font-size: 1.5em;
    line-height: 1.8em;
    padding: 0;
    margin: 0;
    font-weight: 100;
}

@media only screen and (max-width: 1024px) {
    #storytellers {
        padding: 100px 0 50px 0;
    }

    #storytellers p {
        font-size: 1em;
    }

    #storytellers h1 {
        font-size: 2em;
    }
}

#founders {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 0;
    padding-bottom: 40%;
}

#founders .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.4);
    opacity: 1;
    padding: 2% 0;
    overflow: auto;
}

#founders .bg .left {
    float: left;
    width: 40%;
    margin-left: 10%;
    text-align: left;
}

#founders .bg .right {
    width: 40%;
    float: left;
    text-align: right;
}

#founders h3 {
    margin: 0 0 0.2em 0;
    padding: 0;
    font-size: 2em;
    font-weight: 100;
}

#founders h5 {
    margin: 0 0 1em 0;
    padding: 1em 0 0 0;
    display: inline-block;
    border-top: 1px solid #047c20;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    #founders {
        padding-bottom: 60%;
    }

    #founders h3 {
        font-size: 1.5em;
    }

    #founders h5 {
        font-size: 0.5em;
    }
}

@media only screen and (max-width: 600px) {
    #founders {
        padding-bottom: 65%;
    }

    #founders h3 {
        font-size: 1em;
    }
}

.underline-orange {
    border-bottom: 2px solid #047c20;
}

#rules {
    z-index: 100;
    position: relative;
}

#rules h1 {
    font-size: 3.5em;
    padding: 1.5em 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(100%, #222222));
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(#222222));
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00222222', endColorstr='#222222', GradientType=0);
}

#rules h4 {
    font-weight: 100;
    font-size: 3em;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

#rules h4:after {
    content: "";
    position: absolute;
    width: 15%;
    left: 42.5%;
    bottom: -20px;
    height: 2px;
    background-color: #fff;
}

.rule-container {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    overflow: auto;
    background-color: #ddd;
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid #323232;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.rule-container .curtain {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    background-color: #222;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    z-index: 20;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.rule-container .quotable {
    position: relative;
    top: 20px;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    -webkit-transition-delay: 0.2s;
}

.rule-container p {
    overflow: hidden;
    margin-top: 40px;
}

.rule-container p span {
    font-weight: 200;
    font-size: 1.3em;
    line-height: 1.7em;
    margin: 1.5em 0 0 0;
    padding: 0;
    display: block;
}

@media only screen and (min-width: 1025px) {
    .rule-container p span {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .rule-container:hover .curtain {
        background-color: rgba(254, 86, 7, 0.85);
    }

    .rule-container:hover p span {
        opacity: 1;
        -webkit-transition-delay: 0.1s;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@media only screen and (max-width: 1024px) {
    .rule-container .curtain {
        background-color: rgba(254, 86, 7, 0.85) !important;
    }

    .rule-container p {
        padding: 0 1em;
    }

    .rule-container p span {
        font-size: 1em;
        line-height: 1.5em;
    }

    .rule-container h4.quotable {
        font-size: 1.5em !important;
    }

    .rule-container h4.quotable br {
        display: none;
    }
}

.rule-wrap {
    padding: 10em 0;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 100;
}

.rule-wrap .number {
    position: relative;
    margin: 0 auto 1em 0;
    display: inline-block;
    font-size: 2em;
    font-weight: 100;
}

.rule-wrap .number:after {
    position: absolute;
    top: -3px;
    left: -17px;
    width: 50px;
    height: 50px;
    border: 2px solid #FFF;
    border-radius: 200px;
    content: "";
}

@media only screen and (max-width: 1024px) {
    .rule-wrap {
        padding: 3em 0;
    }
}

#team {
    background-color: #222;
    border-top: 1px solid #333;
}

#team .text {
    font-weight: 100;
    line-height: 1.7em;
    font-size: 1.3em;
}

#team .container {
    padding: 80px 0;
}

.center-content-vertical {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#chattanooga {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(34, 34, 34, 0.5);
    text-align: center;
    font-weight: 200;
}

#chattanooga:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0.9)), color-stop(100%, rgba(34, 34, 34, 0)));
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.9) 0%, rgba(34, 34, 34, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.9)), to(rgba(34, 34, 34, 0)));
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0.9) 0%, rgba(34, 34, 34, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e6222222', endColorstr='#00222222', GradientType=0);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 25%;
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    #chattanooga:before {
        display: none;
    }
}

#chattanooga h3 {
    font-weight: 100;
    font-family: 'ChatypeB2.1RegularRegular';
    font-size: 3em;
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    #chattanooga h3 {
        font-size: 2em;
    }
}

#chattanooga p {
    font-size: 1.2em;
    line-height: 1.7em;
}

#chattanooga .button {
    font-size: 1.1em;
}

@media only screen and (max-width: 960px) {
    #chattanooga .button {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    #chattanooga h3 {
        margin-top: 80px;
    }
}

.work-top {
    padding: 250px 0 125px 0;
    position: relative;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}

.work-top .container {
    position: relative;
    z-index: 1000;
}

.work-top h1 {
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0.5em 0;
    border-bottom: 2px solid #047c20;
    display: inline-block;
}

.work-top h3 {
    font-size: 6em;
    margin: 0.5em 0 0 0;
    padding: 0;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    .work-top h3 {
        font-size: 3em;
    }
}

.work-top .button {
    text-shadow: none !important;
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    .work-top .button {
        font-size: 0.8em;
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .work-top {
        padding: 125px 0 25px 0;
    }
}

.work-info p {
    margin: 0 0 1em 0;
    line-height: 1.7em;
    font-weight: 400;
}

.work-info h3 {
    margin: 0 0 1em 0;
    padding: 0;
    font-weight: 100;
}

.work-info h4 {
    font-size: 2em;
    padding: 1em 0 0.5em 0;
    margin: 0;
    font-weight: 100;
    border-top: 2px solid #047c20;
}

.work-info .view-wrap {
    overflow: auto;
    zoom: 1;
    text-align: center;
    margin: 6em 0 0 0;
    border-top: 1px solid #444;
    padding-top: 2em;
}

.work-call-to-action {
    padding: 300px 0;
}

.work-call-to-action h3 {
    font-weight: 100;
    font-size: 3em;
}

@media only screen and (max-width: 767px) {
    .work-call-to-action h3 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 767px) {
    .work-call-to-action {
        padding: 50px 0;
    }

    .work-call-to-action .button {
        font-size: 1.2em;
        display: block;
        text-align: center;
    }
}

.img-container {
    height: 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 100%;
}

.device {
    display: inline-block;
}

.device.computer {
    background-image: url(../../Dropbox/images/device-computer.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 0;
    position: relative;
    padding-bottom: 39%;
    width: 600px;
}

.device.computer .content-container {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 50%;
    background-color: #000;
}

.work-example {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    min-height: 600px;
    padding: 300px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.work-example p.quote {
    font-size: 1.1em;
    font-weight: 100;
    font-style: italic;
    line-height: 1.8em;
    font-family: 'Merriweather', serif;
}

.work-example .quote-author .name {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.work-example .quote-author .title {
    font-size: 0.9em;
}

.work-example .quote-author .organization {
    font-size: 0.9em;
}

body.whitespace {
    background-color: #fff;
}

body.whitespace .page-wrap {
    background-color: transparent !important;
}

.whitespace-header-wrap {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid #eee;
    position: relative;
}

.whitespace-header-wrap .whitespace-container {
    z-index: 100;
}

.latest {
    border-bottom: 1px solid #eee;
}

.title-container {
    border-bottom: 1px solid #eee;
}

.whitespace-header {
    margin: 0 auto;
    max-width: 1200px;
    padding: 4em 0;
    top: 0;
    position: relative;
    z-index: 10;
}

.whitespace-header .logo {
    width: 152px;
    height: 53.76px;
    display: inline-block;
}

.whitespace-header .logo svg {
    height: 100%;
    width: 100%;
}

.whitespace-header .logo svg path {
    fill: #666;
}

@media only screen and (max-width: 767px) {
    .whitespace-header .logo {
        width: 106.4px;
        height: 37.6px;
    }
}

.whitespace-header .space-to {
    font-size: 1.8em;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .whitespace-header .space-to {
        display: none !important;
    }
}

.has-image .whitespace-header .logo svg path {
    fill: #ffffff;
}

.end {
    display: inline-block;
    height: 0.75em;
    width: 0.75em;
    background-color: #047c20;
    margin-left: 10px;
}

.whitespace-container {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.whitespace-container article {
    display: block;
    max-width: 1200px;
    padding: 4em 0;
    overflow: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.whitespace-container article.no-results {
    font-size: 2em;
    text-align: center;
    padding: 2em 0;
}

.whitespace-container a {
    text-decoration: none;
    color: #444444;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}

.whitespace-container a:hover {
    color: #047c20;
}

.whitespace-container .one-fourth {
    display: inline-block;
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.whitespace-container .three-fourths {
    display: inline-block;
    float: left;
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.whitespace-container .one-half {
    width: 50%;
    margin: 0;
    float: left;
    display: inline-block;
}

.whitespace-container .one-half.meta {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
}

.whitespace-container .one-half.meta .categories a {
    font-size: 1.1em;
    display: inline-block;
    color: #777;
}

.whitespace-container .one-half.meta .categories a:hover {
    color: #047c20;
}

.whitespace-container .one-half.meta .categories .separator {
    color: #aaa;
}

.whitespace-container .one-half.meta h2 {
    font-weight: 100;
    margin: 0.5em 0;
    font-size: 2.5em;
    line-height: 1.2em;
}

.whitespace-container .one-half.meta .author img {
    float: left;
    display: inline-block;
    width: 70px;
    border-radius: 10%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.whitespace-container .one-half.meta .author .author-info {
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 0.9em;
    padding-left: 1em;
    padding-top: 1em;
}

.whitespace-container .one-half.meta .author .author-info a {
    font-weight: normal;
}

.whitespace-container .one-half.excerpt-column p {
    padding-top: 2em;
    padding-bottom: 1em;
    margin: 0;
    font-weight: 400;
    line-height: 1.9em;
    font-size: 1.1em;
}

.whitespace-container .one-half.excerpt-column .tags {
    margin: 0;
    padding: 2em 0 0 0;
    border-bottom: 1px solid #eee;
    overflow: auto;
}

.whitespace-container .one-half.excerpt-column .tags li {
    display: inline-block;
    list-style-type: none;
    float: left;
    margin: 0 1em 1em 0;
}

.whitespace-container .one-half.excerpt-column .tags li a {
    display: block;
    font-size: 70%;
    padding: 0.5em 0.75em;
    background-color: #eee;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.whitespace-container .one-half.excerpt-column .tags li a:hover {
    background-color: #047c20;
    color: #fff;
    -webkit-transition: none;
    transition: none;
}

.whitespace-container .one-half.excerpt-column a.continue-reading {
    color: #047c20;
    text-transform: uppercase;
    font-size: 0.8em;
}

@media only screen and (max-width: 800px) {
    .whitespace-container .one-half {
        width: 100%;
    }

    .whitespace-container .one-half.meta h2 {
        float: left;
        width: 75%;
    }

    .whitespace-container .one-half.meta .author {
        width: 25%;
        margin-bottom: 1em;
        float: right;
        padding-top: 1em;
    }

    .whitespace-container .one-half.meta .author .author-info {
        float: right;
        text-align: left;
    }

    .whitespace-container .one-half.meta .author img {
        float: right;
    }
}

@media only screen and (max-width: 600px) {
    .whitespace-container .one-half.meta h2 {
        float: none;
        width: 100%;
        display: block;
        font-size: 1.5em;
        margin: 0.5em 0 0 0;
    }

    .whitespace-container .one-half.meta .author {
        width: 100%;
        float: none;
        display: block;
        overflow: auto;
    }

    .whitespace-container .one-half.meta .author .author-info {
        float: left;
        padding-top: 0;
    }

    .whitespace-container .one-half.meta .author img {
        width: 40px;
        float: left;
    }
}

@media only screen and (max-width: 1300px) {
    .whitespace-container {
        width: 80%;
        margin: 0 auto;
    }

    .whitespace-container article {
        padding: 2em 0;
    }
}

.tags {
    margin: 2em 0 0 0;
    padding: 0;
    overflow: auto;
}

.tags li {
    display: inline-block;
    list-style-type: none;
    float: left;
    margin: 0 1em 1em 0;
}

.tags li a {
    display: block;
    font-size: 70%;
    padding: 0.5em 0.75em;
    background-color: #eee;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tags li a:hover {
    background-color: #047c20;
    color: #fff;
    -webkit-transition: none;
    transition: none;
}

.has-image .featured-image-bg {
    padding-bottom: 2em;
}

.has-image .featured-image-bg:after {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../Dropbox/images/vingette.png);
}

.has-image .whitespace-header-wrap {
    border-bottom: none;
}

.has-image .title-container {
    border-bottom: none;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.30000000000000004);
}

.has-image .whitespace-header {
    color: #fff;
    z-index: 100;
}

.has-image.whitespace.single .categories .separator {
    opacity: 0.5;
}

.has-image.whitespace.single .categories a {
    color: #fff;
}

.has-image h1 {
    color: #fff;
}

.has-image .author {
    color: #fff;
}

.has-image .author a {
    color: #fff;
}

.has-image .top-header {
    background-color: rgba(255, 255, 255, 0.020000000000000018);
    border-bottom: none;
}

.has-image .top-header a {
    color: #ccc;
}

.no-image .featured-image-bg {
    background-image: none !important;
}

nav.archive-nav {
    text-align: center;
    padding: 2em 0 2em;
    border-top: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
    nav.archive-nav {
        border-top: none;
        padding: 0 0 2em 0;
    }
}

nav.archive-nav a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #047c20;
    border-radius: 40px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 10px;
    font-size: 1.7em;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

nav.archive-nav a i.icon-angle-left {
    left: 14px;
}

nav.archive-nav a i.icon-angle-right {
    left: 17px;
}

nav.archive-nav a i {
    color: #fff;
    position: absolute;
    top: 6px;
}

nav.archive-nav a:hover {
    opacity: 0.8;
}

.top-header {
    display: block;
    position: relative;
    z-index: 100;
    background-color: rgba(238, 238, 238, 0.19999999999999996);
    padding: 2em 0;
    text-align: right;
}

.top-header:hover a {
    opacity: 1;
}

.top-header .inner {
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    .top-header .inner {
        width: 80%;
    }
}

.top-header a {
    color: #777;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 0 50px;
    font-weight: 400;
    font-size: 0.8em;
    text-transform: uppercase;
    opacity: 0.3;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.top-header a.left {
    float: left;
    margin: 0;
}

.top-header a:hover {
    color: #047c20;
}

.top-header.nav-dark-text a {
    color: #222;
}

.single-case-study .top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.has-image .top-header a {
    opacity: 0.7;
}

.has-image:hover a {
    opacity: 1;
}

.whitespace .featured-image-bg {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    margin-bottom: 4em;
    position: relative;
}

.whitespace.single .title-container {
    padding: 4em 0;
    margin-bottom: 2em;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .whitespace.single .title-container {
        padding: 2em 0;
        margin-bottom: 0;
    }
}

.whitespace.single .categories {
    font-size: 1.25em;
    margin-bottom: 0.5em;
}

.whitespace.single .categories a {
    color: #999;
}

.whitespace.single .categories a:hover {
    color: #047c20;
}

.whitespace.single .categories .separator {
    color: #ccc;
}

.whitespace.single .whitespace-container {
    margin: 0 auto;
}

.whitespace.single .whitespace-container p {
    margin: 1em 0;
    line-height: 2.2em;
    color: #595959;
    font-size: 1.1em;
}

@media only screen and (max-width: 767px) {
    .whitespace.single .whitespace-container p {
        font-size: 1em;
    }
}

.whitespace.single img {
    max-width: 100%;
}

.whitespace.single h1 {
    margin: 0;
    padding: 0;
}

.whitespace.single h2 {
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    margin: 1.5em 0 0 0;
}

.whitespace.single h3 {
    margin: 2em 0 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 2.5em;
}

.whitespace.single h4 {
    margin: 3em 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #047c20;
}

.whitespace.single .author {
    padding: 1em 0;
    overflow: auto;
    display: inline-block;
}

.whitespace.single .author img {
    width: 60px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    float: left;
}

.whitespace.single .author .author-info {
    float: left;
    padding-top: 0.5em;
    padding-left: 1em;
    text-align: left;
}

.whitespace.single .share {
    display: block;
    overflow: auto;
    margin-top: 2em;
}

.whitespace p a {
    color: #047c20 !important;
}

.whitespace p a:hover {
    color: #008080 !important;
}

.whitespace blockquote {
    margin: 2em 0;
    font-size: 1.4em;
    font-family: 'Merriweather', serif;
    font-weight: 400;
}

.whitespace blockquote p {
    color: #222 !important;
}

@media only screen and (max-width: 767px) {
    .whitespace blockquote {
        font-size: 1.1em;
    }
}

.whitespace .comments-wrap {
    padding: 4em 0;
}

.whitespace .light-bg {
    background-color: #f9f9f9;
}

.whitespace .post-nav {
    overflow: auto;
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 4em;
    padding: 4em 0;
}

.whitespace .post-nav .half {
    width: 50%;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10%;
    text-align: center;
}

.whitespace .post-nav .half.right {
    float: right;
    padding-left: auto;
    border-left: 4px solid #eee;
    -webkit-transition: padding-right 0.3s;
    transition: padding-right 0.3s;
}

.whitespace .post-nav .half span {
    text-transform: uppercase;
    color: #aaa;
    font-size: 80%;
}

.whitespace .post-nav .half a {
    text-decoration: none;
    color: #999;
    font-family: 'Merriweather', serif;
    font-size: 2em;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}

.whitespace .post-nav .half a:hover {
    color: #047c20;
}

@media only screen and (max-width: 767px) {
    .whitespace .post-nav .half a {
        font-size: 1.25em;
    }
}

@media only screen and (max-width: 767px) {
    .whitespace .post-nav .half {
        width: 100%;
        border-left: none !important;
        padding: 5%;
    }
}

.whitespace footer {
    padding: 5em 0;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.whitespace footer nav {
    text-align: center;
}

.whitespace footer nav a {
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 959px) {
    .whitespace footer nav a {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .whitespace footer nav a {
        display: block;
        padding: 10px 0;
        text-align: center;
    }
}

.whitespace footer nav .separator {
    opacity: 0.5;
    display: inline-block;
    margin: 0 20px;
}

@media only screen and (max-width: 767px) {
    .whitespace footer nav .separator {
        display: none;
    }
}

.whitespace footer .copyright {
    padding-top: 4em;
    color: #aaa;
    text-align: center;
    font-weight: 300;
}

.contact a {
    color: #aaa;
    text-decoration: none;
}

.contact a i {
    padding-left: 3px;
}

@media only screen and (max-width: 767px) {
    .contact {
        padding-top: 1em;
        text-align: center;
    }
}

.copyright br {
    display: none;
}

@media only screen and (max-width: 767px) {
    .copyright {
        padding-top: 1em;
        text-align: center;
    }

    .copyright br {
        display: block;
    }
}

.space-nav {
    width: 100%;
    max-width: 500px;
    text-transform: lowercase;
    font-weight: 200;
    font-size: 1.5em;
    float: right;
}

.space-nav i {
    position: absolute;
    top: 10px;
    right: 0;
    pointer-events: none;
    font-size: 0.6em;
    color: #CCC;
}

.space-nav label {
    color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    pointer-events: none;
}

.space-nav.open ul li {
    margin-top: 0;
    opacity: 1;
}

.space-nav.open label {
    color: #9a9a9a;
    padding: 0 0 8px 0;
}

.space-nav.open label.hide {
    color: transparent;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
}

.space-nav input {
    width: 100%;
    padding: 0 0 8px 0;
    border: none;
    color: #047c20;
    border-bottom: 2px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    font-weight: 200;
}

.space-nav input:focus {
    outline: none;
}

.space-nav .title {
    font-size: 0.4em;
    text-transform: uppercase;
    background: #fff;
}

.space-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 8888;
    height: auto;
}

.space-nav ul li {
    margin-top: -30px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.space-nav ul li a {
    display: block;
    padding: 8px;
    background: #fafafa;
    color: #222;
}

.space-nav ul li.selected a, .space-nav ul li a:hover {
    background-color: #f3f3f3;
    color: #047c20;
}

.space-nav .columnize {
    float: right;
    position: relative;
    width: 70%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.space-nav .columnize-left {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    width: 30%;
    padding: 0 12px 0 8px;
    text-align: right;
    text-transform: lowercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.space-nav .search-focus .columnize-left {
    width: 0;
    opacity: 0;
}

.space-nav .search-focus .columnize {
    width: 100%;
}

.space-nav label {
    position: absolute;
    left: 8px;
}

.has-image .space-nav.open label {
    color: #ededed;
}

.has-image .space-nav.open label.hide {
    color: transparent;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
}

.has-image .space-nav input {
    color: #fff;
}

code[class * ="language-"], pre[class * ="language-"] {
    color: black;
    text-shadow: 0 1px white;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
}

::selection {
    text-shadow: none;
    background: #b3d4fc;
}

@media print {
    code[class * ="language-"], pre[class * ="language-"] {
        text-shadow: none;
    }
}

pre[class * ="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
}

:not(pre) > code[class * ="language-"], pre[class * ="language-"] {
    background: #f5f2f0;
}

:not(pre) > code[class * ="language-"] {
    padding: .1em;
    border-radius: .3em;
}

.token.comment, .token.prolog, .token.doctype, .token.cdata {
    color: slategray;
}

.token.punctuation {
    color: #999;
}

.namespace {
    opacity: .7;
}

.token.property, .token.tag, .token.boolean, .token.number {
    color: #905;
}

.token.selector, .token.attr-name, .token.string {
    color: #690;
}

.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
    color: #a67f59;
    background: rgba(255, 255, 255, 0.5);
}

.token.atrule, .token.attr-value, .token.keyword {
    color: #07a;
}

.token.regex, .token.important {
    color: #e90;
}

.token.important {
    font-weight: bold;
}

.token.entity {
    cursor: help;
}

.ratio-sixteen-nine {
    height: 0;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.ratio-3-1 {
    height: 0;
    display: block;
    width: 100%;
    padding-bottom: 33.3%;
    position: relative;
}

.absolute {
    position: absolute;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.single-case-study {
    -webkit-font-smoothing: antialiased;
}

.single-case-study h1 {
    font-family: 'Merriweather', serif;
    color: #ffffff;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.2em;
    margin: 0.4em 0;
    padding: 0;
}

@media only screen and (min-width: 959px) {
    .single-case-study h1 {
        font-size: 4em;
    }
}

.single-case-study h2 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    color: #444444;
}

@media only screen and (min-width: 959px) {
    .single-case-study h2 {
        font-size: 2em;
        margin-bottom: 1.5em;
    }
}

.single-case-study h3 {
    font-size: 1.2em;
}

.single-case-study h4 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    letter-spacing: 1px;
    padding-bottom: 3px;
    margin: 0;
}

.single-case-study p.header-intro {
    font-size: 1.1em;
    line-height: 1.6em;
}

.single-case-study p.underline {
    font-family: 'Merriweather', serif;
    line-height: 2em;
    font-weight: 400;
    margin-bottom: 2em;
    color: #444444;
}

@media only screen and (min-width: 959px) {
    .single-case-study p.underline {
        font-size: 1.5em;
    }
}

.single-case-study p {
    font-family: 'Merriweather', serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
}

.single-case-study blockquote {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #666;
    font-size: 2em;
    line-height: 1.2em;
    width: 100%;
    padding: 0;
    margin: 1em 0;
}

.single-case-study blockquote:after {
    position: absolute;
    content: "";
    left: -20px;
    border-left: 2px solid #047c20;
    height: 82%;
    top: 11%;
    width: 0;
}

@media only screen and (min-width: 959px) {
    .single-case-study blockquote {
        width: 60%;
        font-size: 3em;
    }

    .single-case-study blockquote:after {
        left: -50px;
    }
}

.single-case-study .video-container {
    margin: 4em 0;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    border-top: 3px solid #047c20;
}

.single-case-study .video-container iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.single-case-study .video2-container {
    margin: 4em 0;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    border-top: 3px solid #047c20;
}

.single-case-study .video2-container iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.single-case-study .special-h1 {
    font-size: 2.5em;
    width: 65%;
    border-left: 2px solid #047c20;
    padding-left: 20px;
    margin-left: -20px;
}

.single-case-study img {
    width: 100%;
    height: 100%;
    margin-top: 25px;
}

.single-case-study .site-content a {
    color: #047c20;
}

.single-case-study .border-bottom {
    padding-bottom: 2px;
    border-bottom: 1px solid white;
}

.single-case-study .border-bottom-dark {
    border-bottom: 1px solid #444444;
}

.single-case-study .border-bottom-orange {
    border-bottom: 1px solid #047c20;
}

.single-case-study .white-bg {
    background-color: white;
}

.single-case-study .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (min-width: 959px) {
    .single-case-study .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.single-case-study .orange {
    color: #047c20;
}

.single-case-study .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -100px;
    width: 50%;
    background-color: white;
    position: relative;
    border-top: 2px solid #047c20;
    display: inline-block;
}

.single-case-study header {
    color: #fff;
}

.single-case-study header#masthead {
    padding: 12em 0 6em 0;
}

@media only screen and (min-width: 959px) {
    .single-case-study header#masthead {
        padding: 18em 0 10em 0;
    }
}

.single-case-study .top-section, .single-case-study .slider-section {
    background-color: #ffffff;
}

.single-case-study .top-section img, .single-case-study .slider-section img {
    border-top: 2px solid #047c20;
}

.single-case-study .slider-section {
    padding-top: 0;
}

.single-case-study .slider-section .outer-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.single-case-study .slider-section .message-content-slider {
    width: 400%;
    height: 0;
    display: block;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-case-study .slider-section .message-content {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
}

.single-case-study .slider-section .message-content.current {
    left: 0;
}

.single-case-study .slider-section .message-content .caption {
    position: absolute;
    display: block;
    z-index: 10;
    bottom: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 80%;
    color: #fff;
}

.single-case-study .message-content-slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 10;
    height: 0;
}

.single-case-study .message-content-slider-controls a {
    display: inline-block;
    position: absolute;
    margin-top: -20px;
    font-size: 40px;
    color: #ffffff;
}

.single-case-study .message-content-slider-controls a:hover {
    color: #047c20;
}

.single-case-study .message-content-slider-controls a.prevButton {
    left: 20px;
}

.single-case-study .message-content-slider-controls a.nextButton {
    right: 20px;
}

.single-case-study .full-width-image-logo {
    position: relative;
}

.single-case-study .full-width-image-logo .inner .display-table {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .single-case-study .full-width-image-logo .inner {
        height: 80%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .single-case-study .full-width-image-logo .inner .display-table {
        position: absolute;
    }
}

.single-case-study .full-width-image-logo .logo-content {
    max-width: 200px;
    margin: 0 auto;
}

.single-case-study .full-width-image-logo img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .single-case-study .full-width-image-logo {
        padding-bottom: 40%;
        height: 0;
        display: block;
        position: relative;
        border-bottom: 100px solid #fff;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .single-case-study .full-width-image-logo .container-wrap {
        position: absolute;
        bottom: -100px;
        width: 100%;
        left: 0;
    }
}

.single-case-study .image-bar-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: 40px 0;
    color: #FFF;
}

@media only screen and (min-width: 959px) {
    .single-case-study .image-bar-caption {
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 40px 0 40px;
        width: 100%;
        color: #047c20;
        font-family: 'Open Sans', sans-serif;
    }

    .single-case-study .image-bar-caption h4 {
        margin: 0 0 0.75em 0;
        padding-bottom: 4px;
        border-bottom: 1px solid #047c20;
    }

    .single-case-study .image-bar-caption p {
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        padding: 0;
        font-size: 90%;
    }
}

.single-case-study .process .box {
    width: 100%;
    border-top: none;
    color: #047c20;
    padding: 25px;
    padding-top: 0;
}

.single-case-study .orange-banner {
    background-color: #047c20;
}

.single-case-study .orange-banner h4 {
    color: white;
}

.single-case-study .orange-banner p {
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    color: #ffffff;
}

.single-case-study .deliverables {
    background-color: #f1f1f1;
}

.single-case-study .deliverables .elongated-one {
    height: 100%;
}

.single-case-study .deliverables .elongated-two {
    height: 110%;
}

.single-case-study .challenges h4 {
    color: #047c20;
}

.single-case-study .client-quotable {
    color: white;
}

.single-case-study .client-quotable .image {
    width: 100%;
    position: relative;
}

.single-case-study .client-quotable .image-opacity {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.single-case-study .client-quotable .ratio-3-1 {
    padding-bottom: 0 !important;
    height: auto !important;
}

.single-case-study .client-quotable .ratio-3-1 .absolute {
    position: relative;
}

.single-case-study .client-quotable .ratio-3-1 .display-table {
    position: relative;
    display: block;
    width: auto;
    height: auto;
}

.single-case-study .client-quotable .ratio-3-1 .display-cell {
    display: block;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .single-case-study .client-quotable .ratio-3-1 {
        padding-bottom: 33% !important;
        height: 0 !important;
    }

    .single-case-study .client-quotable .ratio-3-1 .absolute {
        position: absolute;
    }

    .single-case-study .client-quotable .ratio-3-1 .display-table {
        display: table;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .single-case-study .client-quotable .ratio-3-1 .display-cell {
        display: table-cell;
    }
}

.single-case-study .ratio-3-1 {
    z-index: 10;
}

.single-case-study .display-table {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-case-study .display-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single-case-study .quote-content {
    padding: 50px 25px;
}

@media only screen and (min-width: 1024px) {
    .single-case-study .quote-content {
        max-width: 800px;
        font-size: 1.2em;
        margin: 0 auto;
        padding: 0;
    }
}

.single-case-study .what-we-learned {
    background-color: white;
}

.single-case-study .what-we-learned .title {
    display: inline-block;
    float: right;
    margin-top: -110px;
    position: relative;
    width: 45%;
    color: white;
}

.single-case-study .learned-box {
    overflow: visible;
}

.single-case-study .learned-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    width: 100%;
    padding-bottom: 80%;
}

.single-case-study .learned-info {
    overflow: visible;
}

@media only screen and (min-width: 959px) {
    .single-case-study .learned-info {
        margin-top: -100px;
    }
}

.single-case-study .learned-quote {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-top: 3px solid #047c20;
}

.single-case-study .learned-quote:after {
    content: '"';}.single-case-study .learned-quote:before{content:'"';
}

@media only screen and (min-width: 959px) {
    .single-case-study .learned-quote {
        width: 50%;
        float: left;
    }
}

.single-case-study .learned-author {
    font-weight: bold;
    font-size: 105%;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.single-case-study .learned-author .person-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    margin-top: 2px;
}

@media only screen and (min-width: 959px) {
    .single-case-study .learned-author {
        color: #ffffff;
        float: left;
        display: inline-block;
        padding-top: 25px;
        padding-bottom: 0;
    }
}

.single-case-study .results {
    color: white;
}

.single-case-study .results .results-opacity {
    background-color: rgba(254, 84, 16, 0.9);
}

.single-case-study .results h2 {
    color: #ffffff;
}

.single-case-study .results .columns.five p {
    font-family: 'Open Sans', sans-serif;
}

.single-case-study .call-to-action {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.single-case-study .call-to-action button {
    background-color: #047c20;
    border: none;
    padding: 15px 50px;
    color: white;
    text-transform: uppercase;
}

.single-case-study .call-to-action button:hover {
    background-color: rgba(254, 86, 7, 0.8);
}

.single-case-study .video-frame {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.single-case-study .video2-frame {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.single-case-study .video-frame iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.single-case-study .video2-frame iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.single-case-study .case-call-to-action {
    background-color: #ffffff;
}

.single-case-study .case-call-to-action .case-study-cta-btn {
    background-color: #047c20;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 1.5em 3em;
    margin: 0.5em 0 4em 0;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-weight: bold;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

@media only screen and (min-width: 1024px) {
    .single-case-study .case-call-to-action .case-study-cta-btn:hover {
        background-color: #ffffff;
        padding: 1.5em 5em;
        border-radius: 10px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
}

.single-case-study .case-call-to-action .whiteboard-hello {
    border-top: 1px solid #eee;
    padding-top: 2em;
}

.single-case-study .case-call-to-action .whiteboard-hello .note {
    font-family: 'Merriweather', serif;
    font-style: italic;
}

.single-case-study .case-call-to-action .case-study-hello {
    display: inline-block;
    margin: 0 auto;
    border: 2px solid #eee;
    margin-top: 1em;
    background-color: transparent;
    padding: 0.5em 1.5em 0.4em 1.5em;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #047c20;
    font-family: 'Merriweather', serif;
    font-size: 1.4em;
}

.single-case-study .case-call-to-action .case-study-hello:hover {
    border: 2px solid #047c20;
    color: #ffffff;
    background-color: #047c20;
}

.single-case-study .additional-cases a {
    display: block;
    overflow: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    text-decoration: none;
    padding: 50px 0;
    position: relative;
}

.single-case-study .additional-cases a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #222;
    opacity: 0.8;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.single-case-study .additional-cases a:hover:after {
    opacity: 0.7;
    background-color: #047c20;
}

.single-case-study .additional-cases a:hover .case-arrow {
    opacity: 1;
}

.single-case-study .additional-cases .container {
    z-index: 2;
}

.single-case-study .additional-cases .case-tagline {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    padding-right: 50px;
}

@media only screen and (min-width: 1024px) {
    .single-case-study .additional-cases .case-tagline {
        font-size: 2.5em;
    }
}

.single-case-study .additional-cases .case-title {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

.single-case-study .additional-cases .case-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 60px;
    line-height: 1em;
    margin-top: -30px;
    opacity: 0.6;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../../Dropbox/font/fontawesome-webfont.eot?v=3.0.1');
    src: url('../../Dropbox/font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../../Dropbox/font/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('../../Dropbox/font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class * =" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class * =" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class * =" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class * =" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class * =" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class * =" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class * =" icon-"] {
    background-image: none;
}

[class^="icon-"]:before, [class * =" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

a [class^="icon-"], a [class * =" icon-"] {
    display: inline-block;
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

.btn [class^="icon-"], .nav [class^="icon-"], .btn [class * =" icon-"], .nav [class * =" icon-"] {
    display: inline;
}

.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class * =" icon-"].icon-large, .nav [class * =" icon-"].icon-large {
    line-height: 0.9em;
}

.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class * =" icon-"].icon-spin, .nav [class * =" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class * =" icon-"], .nav-pills [class * =" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class * =" icon-"].icon-large, .nav-pills [class * =" icon-"].icon-large {
    line-height: 0.9em;
}

li [class^="icon-"], .nav li [class^="icon-"], li [class * =" icon-"], .nav li [class * =" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

li [class^="icon-"].icon-large, .nav li [class^="icon-"].icon-large, li [class * =" icon-"].icon-large, .nav li [class * =" icon-"].icon-large {
    width: 1.5625em;
}

ul.icons {
    list-style-type: none;
    text-indent: -0.75em;
}

ul.icons li [class^="icon-"], ul.icons li [class * =" icon-"] {
    width: 0.75em;
}

.icon-muted {
    color: #eeeeee;
}

.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

.icon-2x.icon-border {
    border-width: 2px;
    border-radius: 4px;
}

.icon-3x {
    font-size: 3em;
}

.icon-3x.icon-border {
    border-width: 3px;
    border-radius: 5px;
}

.icon-4x {
    font-size: 4em;
}

.icon-4x.icon-border {
    border-width: 4px;
    border-radius: 6px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left, [class * =" icon-"].pull-left {
    margin-right: 0.3em;
}

[class^="icon-"].pull-right, [class * =" icon-"].pull-right {
    margin-left: 0.3em;
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class * =" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class * =" icon-"].pull-right.icon-2x {
    margin-top: 0.18em;
}

.btn [class^="icon-"].icon-spin.icon-large, .btn [class * =" icon-"].icon-spin.icon-large {
    line-height: 0.8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class * =" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class * =" icon-"].pull-right.icon-2x {
    margin-top: 0.25em;
}

.btn.btn-large [class^="icon-"], .btn.btn-large [class * =" icon-"] {
    margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class * =" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class * =" icon-"].pull-right.icon-2x {
    margin-top: 0.05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class * =" icon-"].pull-left.icon-2x {
    margin-right: 0.2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class * =" icon-"].pull-right.icon-2x {
    margin-left: 0.2em;
}

.icon-spin {
    display: inline-block;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-document url-prefix() {
    .icon-spin {
        height: 0.9em;
    }

    .btn .icon-spin {
        height: auto;
    }

    .icon-spin.icon-large {
        height: 1.25em;
    }

    .btn .icon-spin.icon-large {
        height: 0.75em;
    }
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-facetime-video2:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up:before {
    content: "\f087";
}

.icon-thumbs-down:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope-alt:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

@font-face {
    font-family: 'Font-Awesome-Corp';
    src: url('../../Dropbox/fonts/corp/fontawesome-corp-webfont.eot');
    src: url('../../Dropbox/fonts/corp/fontawesome-corp-webfont.eot?#iefix') format('embedded-opentype'), url('../../Dropbox/fonts/corp/fontawesome-corp-webfont.woff') format('woff'), url('../../Dropbox/fonts/corp/fontawesome-corp-webfont.ttf') format('truetype'), url('../../Dropbox/fonts/corp/fontawesome-corp-webfont.svg#Font-Awesome-More') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-amazon-sign:before, .icon-amazon:before, .icon-android:before, .icon-apple-itunes:before, .icon-apple:before, .icon-aws:before, .icon-bing-sign:before, .icon-bing:before, .icon-duck-duck-go:before, .icon-google-sign:before, .icon-google:before, .icon-sparrow-sign:before, .icon-sparrow:before, .icon-windows:before, .icon-windows8:before, .icon-yahoo:before {
    font-family: 'Font-Awesome-Corp';
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-amazon-sign:before {
    content: "\f340";
}

.icon-amazon:before {
    content: "\f341";
}

.icon-android:before {
    content: "\f342";
}

.icon-apple-itunes:before {
    content: "\f343";
}

.icon-apple:before {
    content: "\f344";
}

.icon-aws:before {
    content: "\f345";
}

.icon-bing-sign:before {
    content: "\f346";
}

.icon-bing:before {
    content: "\f347";
}

.icon-duck-duck-go:before {
    content: "\f348";
}

.icon-google-sign:before {
    content: "\f349";
}

.icon-google:before {
    content: "\f34a";
}

.icon-sparrow-sign:before {
    content: "\f34b";
}

.icon-sparrow:before {
    content: "\f34c";
}

.icon-windows:before {
    content: "\f34d";
}

.icon-windows8:before {
    content: "\f34e";
}

.icon-yahoo:before {
    content: "\f34f";
}

@font-face {
    font-family: 'Font-Awesome-Social';
    src: url('../../Dropbox/fonts/social/fontawesome-social-webfont.eot');
    src: url('../../Dropbox/fonts/social/fontawesome-social-webfont.eot?#iefix') format('embedded-opentype'), url('../../Dropbox/fonts/social/fontawesome-social-webfont.woff') format('woff'), url('../../Dropbox/fonts/social/fontawesome-social-webfont.ttf') format('truetype'), url('../../Dropbox/fonts/social/fontawesome-social-webfont.svg#Font-Awesome-More') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-blogger-sign:before, .icon-blogger:before, .icon-delicious:before, .icon-dribbble-sign:before, .icon-dribbble:before, .icon-dropbox:before, .icon-drupal:before, .icon-evernote-sign:before, .icon-evernote:before, .icon-flickr-sign:before, .icon-flickr:before, .icon-forrst-sign:before, .icon-forrst:before, .icon-foursquare-sign:before, .icon-foursquare:before, .icon-git-fork:before, .icon-hacker-news:before, .icon-instagram:before, .icon-lastfm-sign:before, .icon-lastfm:before, .icon-paypal:before, .icon-picasa-sign:before, .icon-picasa:before, .icon-reddit:before, .icon-share-this-sign:before, .icon-share-this:before, .icon-skype:before, .icon-soundcloud:before, .icon-spotify:before, .icon-stack-overflow:before, .icon-tumblr-sign:before, .icon-tumblr:before, .icon-vimeo-sign:before, .icon-vimeo:before, .icon-wordpress-sign:before, .icon-wordpress:before, .icon-yelp-sign:before, .icon-yelp:before, .icon-youtube-sign:before, .icon-youtube:before {
    font-family: 'Font-Awesome-Social';
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-dropbox:before {
    content: "\f300";
}

.icon-drupal:before {
    content: "\f301";
}

.icon-git-fork:before {
    content: "\f302";
}

.icon-instagram:before {
    content: "\f303";
}

.icon-share-this-sign:before {
    content: "\f304";
}

.icon-share-this:before {
    content: "\f305";
}

.icon-foursquare-sign:before {
    content: "\f306";
}

.icon-foursquare:before {
    content: "\f307";
}

.icon-hacker-news:before {
    content: "\f308";
}

.icon-skype:before {
    content: "\f309";
}

.icon-spotify:before {
    content: "\f30a";
}

.icon-soundcloud:before {
    content: "\f30b";
}

.icon-paypal:before {
    content: "\f30c";
}

.icon-youtube-sign:before {
    content: "\f30d";
}

.icon-youtube:before {
    content: "\f30e";
}

.icon-reddit:before {
    content: "\f30f";
}

.icon-blogger-sign:before {
    content: "\f310";
}

.icon-blogger:before {
    content: "\f311";
}

.icon-dribbble-sign:before {
    content: "\f312";
}

.icon-dribbble:before {
    content: "\f313";
}

.icon-evernote-sign:before {
    content: "\f314";
}

.icon-evernote:before {
    content: "\f315";
}

.icon-flickr-sign:before {
    content: "\f316";
}

.icon-flickr:before {
    content: "\f317";
}

.icon-forrst-sign:before {
    content: "\f318";
}

.icon-forrst:before {
    content: "\f319";
}

.icon-delicious:before {
    content: "\f31a";
}

.icon-lastfm-sign:before {
    content: "\f31b";
}

.icon-lastfm:before {
    content: "\f31c";
}

.icon-picasa-sign:before {
    content: "\f31d";
}

.icon-picasa:before {
    content: "\f31e";
}

.icon-stack-overflow:before {
    content: "\f320";
}

.icon-tumblr-sign:before {
    content: "\f321";
}

.icon-tumblr:before {
    content: "\f322";
}

.icon-vimeo-sign:before {
    content: "\f323";
}

.icon-vimeo:before {
    content: "\f324";
}

.icon-wordpress-sign:before {
    content: "\f325";
}

.icon-wordpress:before {
    content: "\f326";
}

.icon-yelp-sign:before {
    content: "\f327";
}

.icon-yelp:before {
    content: "\f328";
}

/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    * text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

@media print, (-o-min-device-pixel-ratio: 5/4),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }/*
         * Don't show links for images, or javascript/internal links
         */

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/*# sourceMappingURL=css/style.css.map */
