@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");

/*
	Landed by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* FONTS */
@font-face {
    font-family: "ubuntu-b";
    src: url("../fonts/Ubuntu-B.ttf") format("truetype");
}

@font-face {
    font-family: "ubuntu-c";
    src: url("../fonts/Ubuntu-C.ttf") format("truetype");
}

@font-face {
    font-family: "ubuntu-mr";
    src: url("../fonts/UbuntuMono-R.ttf") format("truetype");
}

@font-face {
    font-family: "ubuntu-l";
    src: url("../fonts/Ubuntu-L.ttf") format("truetype");
}

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

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

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

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

/* CONTAINERS */
.container {
    margin-left: auto;
    margin-right: auto;
}

.container.\31 25\25 {
    width: 100%;
    max-width: 87.5em;
    min-width: 70em;
}

.container.\37 5\25 {
    width: 52.5em;
}

.container.\35 0\25 {
    width: 35em;
}

.container.\32 5\25 {
    width: 17.5em;
}

.container {
    width: 70em;
}

@media screen and (max-width: 1680px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 87.5em;
        min-width: 70em;
    }

    .container.\37 5\25 {
        width: 52.5em;
    }

    .container.\35 0\25 {
        width: 35em;
    }

    .container.\32 5\25 {
        width: 17.5em;
    }

    .container {
        width: 70em;
    }
}

@media screen and (max-width: 1280px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 112.5%;
        min-width: 90%;
    }

    .container.\37 5\25 {
        width: 67.5%;
    }

    .container.\35 0\25 {
        width: 45%;
    }

    .container.\32 5\25 {
        width: 22.5%;
    }

    .container {
        width: 90%;
    }
}

@media screen and (max-width: 980px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 125%;
        min-width: 100%;
    }

    .container.\37 5\25 {
        width: 75%;
    }

    .container.\35 0\25 {
        width: 50%;
    }

    .container.\32 5\25 {
        width: 25%;
    }

    .container {
        width: 90% !important;
    }
}

@media screen and (max-width: 750px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 125%;
        min-width: 100%;
    }

    .container.\37 5\25 {
        width: 75%;
    }

    .container.\35 0\25 {
        width: 50%;
    }

    .container.\32 5\25 {
        width: 25%;
    }

    .container {
        width: 90% !important;
    }
}

@media screen and (max-width: 480px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 125%;
        min-width: 100%;
    }

    .container.\37 5\25 {
        width: 75%;
    }

    .container.\35 0\25 {
        width: 50%;
    }

    .container.\32 5\25 {
        width: 25%;
    }

    .container {
        width: 90% !important;
        margin: 0px;
    }
}

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

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

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

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

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

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

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

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

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

.row > * {
    padding: 0 0 0 2.5em;
}

.row {
    margin: 0 0 -1px -2.5em;
}

.row.uniform > * {
    padding: 2.5em 0 0 2.5em;
}

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

.row.\32 00\25 > * {
    padding: 0 0 0 5em;
}

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

.row.uniform.\32 00\25 > * {
    padding: 5em 0 0 5em;
}

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

.row.\31 50\25 > * {
    padding: 0 0 0 3.75em;
}

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

.row.uniform.\31 50\25 > * {
    padding: 3.75em 0 0 3.75em;
}

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

.row.\35 0\25 > * {
    padding: 0 0 0 1.25em;
}

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

.row.uniform.\35 0\25 > * {
    padding: 1.25em 0 0 1.25em;
}

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

.row.\32 5\25 > * {
    padding: 0 0 0 0.625em;
}

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

.row.uniform.\32 5\25 > * {
    padding: 0.625em 0 0 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1680px) {
    .row > * {
        padding: 0 0 0 2.5em;
    }

    .row {
        margin: 0 0 -1px -2.5em;
    }

    .row.uniform > * {
        padding: 2.5em 0 0 2.5em;
    }

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

    .row.\32 00\25 > * {
        padding: 0 0 0 5em;
    }

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

    .row.uniform.\32 00\25 > * {
        padding: 5em 0 0 5em;
    }

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

    .row.\31 50\25 > * {
        padding: 0 0 0 3.75em;
    }

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

    .row.uniform.\31 50\25 > * {
        padding: 3.75em 0 0 3.75em;
    }

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

    .row.\35 0\25 > * {
        padding: 0 0 0 1.25em;
    }

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

    .row.uniform.\35 0\25 > * {
        padding: 1.25em 0 0 1.25em;
    }

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

    .row.\32 5\25 > * {
        padding: 0 0 0 0.625em;
    }

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

    .row.uniform.\32 5\25 > * {
        padding: 0.625em 0 0 0.625em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1280px) {

    .row > * {
        padding: 0 0 0 2.5em;
    }

    .row {
        margin: 0 0 -1px -2.5em;
    }

    .row.uniform > * {
        padding: 2.5em 0 0 2.5em;
    }

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

    .row.\32 00\25 > * {
        padding: 0 0 0 5em;
    }

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

    .row.uniform.\32 00\25 > * {
        padding: 5em 0 0 5em;
    }

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

    .row.\31 50\25 > * {
        padding: 0 0 0 3.75em;
    }

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

    .row.uniform.\31 50\25 > * {
        padding: 3.75em 0 0 3.75em;
    }

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

    .row.\35 0\25 > * {
        padding: 0 0 0 1.25em;
    }

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

    .row.uniform.\35 0\25 > * {
        padding: 1.25em 0 0 1.25em;
    }

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

    .row.\32 5\25 > * {
        padding: 0 0 0 0.625em;
    }

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

    .row.uniform.\32 5\25 > * {
        padding: 0.625em 0 0 0.625em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 980px) {

    .row > * {
        padding: 0 0 0 2.5em;
    }

    .row {
        margin: 0 0 -1px -2.5em;
    }

    .row.uniform > * {
        padding: 2.5em 0 0 2.5em;
    }

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

    .row.\32 00\25 > * {
        padding: 0 0 0 5em;
    }

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

    .row.uniform.\32 00\25 > * {
        padding: 5em 0 0 5em;
    }

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

    .row.\31 50\25 > * {
        padding: 0 0 0 3.75em;
    }

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

    .row.uniform.\31 50\25 > * {
        padding: 3.75em 0 0 3.75em;
    }

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

    .row.\35 0\25 > * {
        padding: 0 0 0 1.25em;
    }

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

    .row.uniform.\35 0\25 > * {
        padding: 1.25em 0 0 1.25em;
    }

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

    .row.\32 5\25 > * {
        padding: 0 0 0 0.625em;
    }

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

    .row.uniform.\32 5\25 > * {
        padding: 0.625em 0 0 0.625em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {

    .row > * {
        padding: 0 0 0 2.5em;
    }

    .row {
        margin: 0 0 -1px -2.5em;
    }

    .row.uniform > * {
        padding: 2.5em 0 0 2.5em;
    }

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

    .row.\32 00\25 > * {
        padding: 0 0 0 5em;
    }

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

    .row.uniform.\32 00\25 > * {
        padding: 5em 0 0 5em;
    }

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

    .row.\31 50\25 > * {
        padding: 0 0 0 3.75em;
    }

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

    .row.uniform.\31 50\25 > * {
        padding: 3.75em 0 0 3.75em;
    }

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

    .row.\35 0\25 > * {
        padding: 0 0 0 1.25em;
    }

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

    .row.uniform.\35 0\25 > * {
        padding: 1.25em 0 0 1.25em;
    }

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

    .row.\32 5\25 > * {
        padding: 0 0 0 0.625em;
    }

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

    .row.uniform.\32 5\25 > * {
        padding: 0.625em 0 0 0.625em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 480px) {

    .row > * {
        padding: 0 0 0 2.5em;
    }

    .row {
        margin: 0 0 -1px -2.5em;
    }

    .row.uniform > * {
        padding: 2.5em 0 0 2.5em;
    }

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

    .row.\32 00\25 > * {
        padding: 0 0 0 5em;
    }

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

    .row.uniform.\32 00\25 > * {
        padding: 5em 0 0 5em;
    }

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

    .row.\31 50\25 > * {
        padding: 0 0 0 3.75em;
    }

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

    .row.uniform.\31 50\25 > * {
        padding: 3.75em 0 0 3.75em;
    }

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

    .row.\35 0\25 > * {
        padding: 0 0 0 1.25em;
    }

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

    .row.uniform.\35 0\25 > * {
        padding: 1.25em 0 0 1.25em;
    }

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

    .row.\32 5\25 > * {
        padding: 0 0 0 0.625em;
    }

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

    .row.uniform.\32 5\25 > * {
        padding: 0.625em 0 0 0.625em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* FLEX */
.flex {
    display: flex;
    flex-flow: column wrap;
}

.flex-kit {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-item {
    padding: 1.5rem;
    margin-bottom: 5px;
}

.column {
    width: 30%;
}

.row {
    width: 90%;
}

@media only screen and (max-width: 980px) {
    .flex-item {
        width: 90%;
    }
}

/* BASIC */
html, body {
    background: #272833;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body, input, select, textarea {
    color: rgba(255, 255, 255, 0.85);
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: 100;
    line-height: 1.75em;
}

a {
    -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    /*
    border-bottom: dotted 1px;
    color: #0db8b0;
    */
    text-decoration: none;
}

a:hover {
    color: #119893 !important;
    border-bottom-color: transparent;
}

strong, b {
    color: #ffffff;
    font-weight: 300;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    border: 0;
}

h2 {
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: -0.025em;
}

h3 {
    font-size: 1.35em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    margin: 3em 0;
}

hr.major {
    margin: 4em 0;
}

blockquote {
    border-left: solid 4px rgba(255, 255, 255, 0.3);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}

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

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

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

/* LOADER */
@-moz-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes spinner-hide {
    0% {
        color: rgba(255, 255, 255, 0.15);
        z-index: 100001;
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    99% {
        color: #1c1d26;
        z-index: 100001;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }

    100% {
        color: #1c1d26;
        z-index: -1;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }
}

@-webkit-keyframes spinner-hide {
    0% {
        color: rgba(255, 255, 255, 0.15);
        z-index: 100001;
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    99% {
        color: #1c1d26;
        z-index: 100001;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }

    100% {
        color: #1c1d26;
        z-index: -1;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }
}

@-ms-keyframes spinner-hide {
    0% {
        color: rgba(255, 255, 255, 0.15);
        z-index: 100001;
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    99% {
        color: #1c1d26;
        z-index: 100001;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }

    100% {
        color: #1c1d26;
        z-index: -1;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }
}

@keyframes spinner-hide {
    0% {
        color: rgba(255, 255, 255, 0.15);
        z-index: 100001;
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    99% {
        color: #1c1d26;
        z-index: 100001;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }

    100% {
        color: #1c1d26;
        z-index: -1;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }
}

@-moz-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-ms-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-moz-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-ms-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

body.landing {
    text-decoration: none;
}

body.landing:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

body.landing:before {
    -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    color: rgba(255, 255, 255, 0.15);
    content: '\f1ce';
    cursor: default;
    display: block;
    font-size: 2em;
    height: 2em;
    left: 50%;
    line-height: 2em;
    margin: -1em 0 0 -1em;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 2em;
    z-index: -1;
}

body.landing:after {
    -moz-animation: overlay-hide 1.5s ease-in forwards !important;
    -webkit-animation: overlay-hide 1.5s ease-in forwards !important;
    -ms-animation: overlay-hide 1.5s ease-in forwards !important;
    animation: overlay-hide 1.5s ease-in forwards !important;
    background: #1c1d26;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

body.landing.is-loading:before {
    -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.85s infinite linear !important;
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.85s infinite linear !important;
    -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.85s infinite linear !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.85s infinite linear !important;
    z-index: 100001;
}

body.landing.is-loading:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
    z-index: 100000;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    body.landing:before {
        line-height: 2.025em;
    }
}

/* SECTION/ARTICLE */
section.special, article.special {
    text-align: center;
}

header p {
    color: #ffffff;
    position: relative;
    margin: 0 0 1.5em 0;
}

header h2 + p {
    font-size: 1.25em;
    margin-top: -1em;
    line-height: 1.75em;
}

header h3 + p {
    font-size: 1.1em;
    margin-top: -0.8em;
    line-height: 1.75em;
}

header h4 + p,
header h5 + p,
header h6 + p {
    font-size: 0.9em;
    margin-top: -0.6em;
    line-height: 1.5em;
}

header.major {
    margin: 0 0 4em 0;
    position: relative;
    text-align: center;
}

header.major:after {
    background: #0db8b0;
    content: '';
    display: inline-block;
    height: 0.2em;
    max-width: 20em;
    width: 75%;
}

footer.major {
    margin: 4em 0 0 0;
}

header.major2 {
    margin: 0 0 2em 0;
    position: relative;
    text-align: center;
}

header.major2:after {
    background: #0db8b0;
    content: '';
    display: inline-block;
    height: 0.2em;
    max-width: 20em;
    width: 75%;
}

header.int:after {
    background: #0db8b0;
    content: '';
    display: inline-block;
    height: 0.2em;
    max-width: 22em;
    width: 75%;
}

h2.int {
    margin: 0 !important;
}

header.int {
    margin: 0 0 1em 0;
}

/* FORM */
form {
    margin: 0 0 2em 0;
}

label {
    color: #ffffff;
    display: block;
    font-size: 0.9em;
    font-weight: 300;
    margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    background: transparent;
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    border-color: #0db8b0;
}

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

.select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.select-wrapper:before {
    color: rgba(255, 255, 255, 0.3);
    content: '\f078';
    display: block;
    height: 3em;
    line-height: 3em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 3em;
}

.select-wrapper select::-ms-expand {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
    height: 3em;
}

textarea {
    padding: 0.85em 1em;
}

select option {
    /* background-color: #1c1d26; */
    color: #ffffff;
}

select:focus::-ms-value {
    background: transparent;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 100;
    padding-left: 2.55em;
    padding-right: 0.85em;
    position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    content: '';
    display: inline-block;
    height: 1.8em;
    left: 0;
    line-height: 1.725em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.8em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    content: '\f00c';
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #0db8b0;
}

input[type="checkbox"] + label:before {
    border-radius: 4px;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

.formerize-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

/* BOX */
.box {
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    margin-bottom: 2em;
    padding: 1.5em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* ICON */
.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

.icon.alt {
    text-decoration: none;
}

.icon.alt:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon.alt:before {
    color: #1c1d26 !important;
    text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

.icon.med {
    background: #272833;
    border-radius: 100%;
    cursor: default;
    display: inline-block;
    height: 3em;
    line-height: 3em;
    margin: 0 0 1em 0;
    text-align: center;
    width: 3em;
}

.icon.med:before {
    font-size: 1.125em;
}

.icon.med.alt {
    text-decoration: none;
}

.icon.med.alt:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon.med.alt:before {
    color: #272833 !important;
    text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

.icon.major {
    background: #272833;
    border-radius: 100%;
    cursor: default;
    display: inline-block;
    height: 6em;
    line-height: 6em;
    margin: 0 0 2em 0;
    text-align: center;
    width: 6em;
}

.icon.major:before {
    font-size: 2.25em;
}

.icon.major.alt {
    text-decoration: none;
}

.icon.major.alt:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon.major.alt:before {
    color: #272833 !important;
    text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

/* IMAGE */
.image {
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("images/overlay.png");
    width: 100%;
    height: 100%;
    z-index: 1;
}

.image img {
    border-radius: 4px;
    display: block;
}

.image.left {
    float: left;
    margin: 0 1.5em 1em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    margin: 0 0 1em 1.5em;
    top: 0.25em;
}

.image.left, .image.right {
    max-width: 40%;
}

.image.left img, .image.right img {
    width: 100%;
}

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

.image.fit img {
    width: 100%;
}

/* LIST */
ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 0.5em;
}

ul.icons li .icon {
    font-size: 0.8em;
}

ul.icons li .icon:before {
    font-size: 2em;
}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: middle;
}

ul.actions li:last-child {
    padding-right: 0;
}

ul.actions.small li {
    padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
    display: block;
    padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
    padding-top: 0;
}

ul.actions.vertical li > * {
    margin-bottom: 0;
}

ul.actions.vertical.small li {
    padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    display: table;
    margin-left: -1em;
    padding: 0;
    table-layout: fixed;
    width: calc(100% + 1em);
}

ul.actions.fit li {
    display: table-cell;
    padding: 0 0 0 1em;
}

ul.actions.fit li > * {
    margin-bottom: 0;
}

ul.actions.fit.small {
    margin-left: -0.5em;
    width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
    padding: 0 0 0 0.5em;
}

dl {
    margin: 0 0 2em 0;
}

/* TABLE */
.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2em 0;
    width: 100%;
}

table tbody tr {
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-left: 0;
    border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
    background-color: rgba(255, 255, 255, 0.075);
}

table td {
    padding: 0.85em 0.85em;
}

table th {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 300;
    padding: 0 0.85em 0.85em 0.85em;
    text-align: left;
}

table thead {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

table tfoot {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

/* BUTTON */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 3em;
    line-height: 3em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
.button:hover,
.button:active {
    box-shadow: inset 0 0 0 1px #0db8b0;
    color: #0db8b0 !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
    background-color: rgba(228, 76, 101, 0.15);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
    display: block;
    margin: 0 0 1em 0;
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
    font-size: 0.8em;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
.button.big {
    font-size: 1.35em;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
    background-color: #0db8b0;
    border: solid 1px rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover {
    background-color: #e76278;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
.button.special:active {
    background-color: #e13652;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
    background-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: none !important;
    color: #ffffff !important;
    cursor: default;
    opacity: 0.25;
}

.button.resend {
    background: rgba(93, 93, 93, 0.5);
    margin: 0 1em 0 auto;
}

.button.resend:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* GO TO NEXT */
.goto-next {
    border: 0;
    bottom: 0;
    display: block;
    height: 5em;
    left: 50%;
    margin: 0 0 0 -5em;
    overflow: hidden;
    position: absolute;
    text-indent: 10em;
    white-space: nowrap;
    width: 10em;
    z-index: 100000;
}

.goto-next:before {
    background-image: url("images/arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 1.5em;
    left: 50%;
    margin: -0.85em 0 0 -1em;
    position: absolute;
    top: 50%;
    width: 2em;
    z-index: 1;
}

/* SPOTLIGHT */
.spotlight {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.spotlight:nth-last-of-type(1) {
    z-index: 1;
}

.spotlight:nth-last-of-type(2) {
    z-index: 2;
}

.spotlight:nth-last-of-type(3) {
    z-index: 3;
}

.spotlight:nth-last-of-type(4) {
    z-index: 4;
}

.spotlight:nth-last-of-type(5) {
    z-index: 5;
}

.spotlight:nth-last-of-type(6) {
    z-index: 6;
}

.spotlight:nth-last-of-type(7) {
    z-index: 7;
}

.spotlight:nth-last-of-type(8) {
    z-index: 8;
}

.spotlight:nth-last-of-type(9) {
    z-index: 9;
}

.spotlight:nth-last-of-type(10) {
    z-index: 10;
}

.spotlight:nth-last-of-type(11) {
    z-index: 11;
}

.spotlight:nth-last-of-type(12) {
    z-index: 12;
}

.spotlight:nth-last-of-type(13) {
    z-index: 13;
}

.spotlight:nth-last-of-type(14) {
    z-index: 14;
}

.spotlight:nth-last-of-type(15) {
    z-index: 15;
}

.spotlight:nth-last-of-type(16) {
    z-index: 16;
}

.spotlight:nth-last-of-type(17) {
    z-index: 17;
}

.spotlight:nth-last-of-type(18) {
    z-index: 18;
}

.spotlight:nth-last-of-type(19) {
    z-index: 19;
}

.spotlight:nth-last-of-type(20) {
    z-index: 20;
}

.spotlight:before {
    background-image: url("images/overlay.png");
    content: '';
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.spotlight .image.main {
    display: none;
}

.spotlight .image.main img {
    position: relative;
}

.spotlight .content {
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    background: rgba(45, 45, 45, 0.85);
    border-style: solid;
    opacity: 1;
    position: absolute;
}

.spotlight .goto-next {
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 0.85s ease, opacity 1s ease-in;
    -webkit-transition: -webkit-transform 0.85s ease, opacity 1s ease-in;
    -ms-transition: -ms-transform 0.85s ease, opacity 1s ease-in;
    transition: transform 0.85s ease, opacity 1s ease-in;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
}

.spotlight.top .content, .spotlight.bottom .content {
    left: 0;
    padding: 5.1em 0 3.1em 0;
    width: 100%;
}

.spotlight.top .content {
    border-bottom-width: 0.35em;
    top: 0;
}

.spotlight.bottom .content {
    border-top-width: 0.35em;
    bottom: 0;
}

.spotlight.left .content, .spotlight.right .content {
    height: 101%;
    padding: 3em 3em;
    top: 0;
    width: 28em;
}

.spotlight.left .content {
    border-right-width: 0.35em;
    left: 0;
}

.spotlight.right .content {
    border-left-width: 0.35em;
    right: 0;
}

.spotlight.style1 .content {
    border-color: #0db8b0;
}

.spotlight.style2 .content {
    border-color: #E7746F;
}

.spotlight.style3 .content {
    border-color: #FFAF12;
}

.spotlight.inactive .content {
    opacity: 0;
}

.spotlight.inactive .goto-next {
    -moz-transform: translate(0,1.5em);
    -webkit-transform: translate(0,1.5em);
    -ms-transform: translate(0,1.5em);
    transform: translate(0,1.5em);
    opacity: 0;
}

.spotlight.inactive.top .content {
    -moz-transform: translate(0,-5em);
    -webkit-transform: translate(0,-5em);
    -ms-transform: translate(0,-5em);
    transform: translate(0,-5em);
}

.spotlight.inactive.bottom .content {
    -moz-transform: translate(0,5em);
    -webkit-transform: translate(0,5em);
    -ms-transform: translate(0,5em);
    transform: translate(0,5em);
}

.spotlight.inactive.left .content {
    -moz-transform: translate(-5em,0);
    -webkit-transform: translate(-5em,0);
    -ms-transform: translate(-5em,0);
    transform: translate(-5em,0);
}

.spotlight.inactive.right .content {
    -moz-transform: translate(5em,0);
    -webkit-transform: translate(5em,0);
    -ms-transform: translate(5em,0);
    transform: translate(5em,0);
}

body.is-touch .spotlight {
    background-attachment: scroll;
}

/* WRAPPER */
.wrapper {
    padding: 6em 0 4em 0;
}

.wrapper.gray {
    background: #aaaaaa !important;
}

.wrapper.style2 {
    background: #0db8b0;
}

.wrapper.style3 {
    background: #FFF;
}

.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
    border-color: rgba(255, 255, 255, 0.5);
}

.wrapper.style2 input[type="submit"]:hover, .wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:hover,
.wrapper.style2 .button:active {
    background-color: rgba(255, 255, 255, 0.075) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
}

.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:active {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.wrapper.style2 input[type="submit"].special,
.wrapper.style2 input[type="reset"].special,
.wrapper.style2 input[type="button"].special,
.wrapper.style2 .button.special {
    background-color: #ffffff;
    color: #0db8b0 !important;
}

.wrapper.style2 input[type="submit"].special:hover, .wrapper.style2 input[type="submit"].special:active,
.wrapper.style2 input[type="reset"].special:hover,
.wrapper.style2 input[type="reset"].special:active,
.wrapper.style2 input[type="button"].special:hover,
.wrapper.style2 input[type="button"].special:active,
.wrapper.style2 .button.special:hover,
.wrapper.style2 .button.special:active {
    background-color: rgba(255, 255, 255, 0.075) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
}

.wrapper.style2 input[type="submit"].special:active,
.wrapper.style2 input[type="reset"].special:active,
.wrapper.style2 input[type="button"].special:active,
.wrapper.style2 .button.special:active {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.wrapper.fade-down > .container {
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    opacity: 1;
}

.wrapper.fade-down.inactive > .container {
    -moz-transform: translate(0,-1em);
    -webkit-transform: translate(0,-1em);
    -ms-transform: translate(0,-1em);
    transform: translate(0,-1em);
    opacity: 0;
}

.wrapper.fade-up > .container {
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    opacity: 1;
}

.wrapper.fade-up.inactive > .container {
    -moz-transform: translate(0,1em);
    -webkit-transform: translate(0,1em);
    -ms-transform: translate(0,1em);
    transform: translate(0,1em);
    opacity: 0;
}

.wrapper.fade > .container {
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 1;
}

.wrapper.fade.inactive > .container {
    opacity: 0;
}

/* Bootstrap override */
.wrapper.fade:not(.show) {
    opacity: 1 !important;
}

/* DROPOTON */
.dropotron {
    background: rgba(39, 40, 51, 0.965);
    border-radius: 4px;
    box-shadow: 0 0.075em 0.35em 0 rgba(0, 0, 0, 0.125);
    list-style: none;
    margin-top: calc(-0.25em + 1px);
    min-width: 12em;
    padding: 0.25em 0;
}

.dropotron > li {
    border-top: solid 1px rgba(255, 255, 255, 0.035);
    padding: 0;
}

.dropotron > li a, .dropotron > li span {
    border: 0;
    color: rgba(255, 255, 255, 0.85);
    display: block;
    padding: 0.1em 1em;
    text-decoration: none;
}

.dropotron > li:first-child {
    border-top: 0;
}

.dropotron > li.active > a, .dropotron > li.active > span {
    color: #0db8b0;
}

.dropotron.level-0 {
    font-size: 0.8em;
    margin-top: 1em;
}

.dropotron.level-0:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #272833;
    content: '';
    display: block;
    height: 1em;
    position: absolute;
    right: 1.5em;
    top: -0.5em;
    width: 1em;
}

body.landing .dropotron.level-0 {
    margin-top: 0;
}

/* HEADER */
#page-wrapper {
    padding-top: 3.5em;
}

#header {
    background: rgba(39, 40, 51, 0.965);
    box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
    cursor: default;
    left: 0;
    line-height: 3.5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#header h1 {
    left: 1.25em;
    line-height: inherit;
    margin: 0;
    position: absolute;
    top: 0;
}

#header nav {
    position: absolute;
    right: 1em;
    top: 0;
}

#header nav ul {
    margin: 0;
}

#header nav ul li {
    display: inline-block;
    margin-left: 1em;
}

#header nav ul li a, #header nav ul li span {
    border: 0;
    color: inherit;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    outline: 0;
    font-weight: bold;
}

#header nav ul li a.button, #header nav ul li span.button {
    height: 2em;
    line-height: 2em;
    padding: 0 1.25em;
}

#header nav ul li a:not(.button):before, #header nav ul li span:not(.button):before {
    margin-right: 0.5em;
}

#header nav ul li.active > a, #header nav ul li.active > span {
    color: #0db8b0;
}

#header nav ul li > ul {
    display: none;
}

body.landing #page-wrapper {
    padding-top: 0;
}

body.landing #header {
    background: transparent;
    box-shadow: none;
    position: fixed;
    top: 0px;
}

body.landing #header .header-wrapper {
    height: 6rem;
}

body.landing #header #logo {
    margin-top: 1rem;
    margin-left: 3rem;
}

#header.white {
    background: #fff !important;
}

#header.white a {
    color: #0db8b0 !important;
}

#logo {
    background-image: url("../images/t_css_datrik_logo.png");
    background-repeat: no-repeat;
    width: 50%; /*or your image's width*/
    height: 6rem; /*or your image's height*/
    margin: 0;
    padding: 0;
}

#logo.color {
    background-image: url("../images/t_css_datrik_logo_color.png");
    background-repeat: no-repeat;
    width: 50%; /*or your image's width*/
    height: 6rem; /*or your image's height*/
    margin: 0;
    padding: 0;
}

/* TEAM */
.team {
    background-attachment: fixed;
    background-color: #272833;
    background-image: url("../images/t_mission_panal.jpg");
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    min-height: 100vh;
    position: relative;
    text-align: center;
    z-index: 21;
}

.team:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
    width: 1%;
}

.team:after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.team .content {
    margin-left:10%;
    width: 80%;
}

/* BANNER */
#banner {
    background-attachment: fixed;
    background-color: #272833;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    min-height: 100vh;
    position: relative;
    text-align: center;
    z-index: 21;
}

#banner:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
    width: 1%;
}

#banner:after {
    background-image: -moz-linear-gradient(top, rgba(13, 184, 176, 0.65), rgba(13, 184, 176, 0.65)), url("images/overlay.png");;
    background-image: -webkit-linear-gradient(top, rgba(13, 184, 176, 0.65), rgba(13, 184, 176, 0.65)), url("images/overlay.png");;
    background-image: -ms-linear-gradient(top, rgba(13, 184, 176, 0.65), rgba(13, 184, 176, 0.65)), url("images/overlay.png");;
    background-image: linear-gradient(top, rgba(13, 184, 176, 0.65), rgba(13, 184, 176, 0.65)), url("images/overlay.png");;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#banner .content {
    display: inline-block;
    margin-right: 1%;
    max-width: 75%;
    padding: 6em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 10000;
}

#banner .content header {
    display: inline-block;
    vertical-align: middle;
}

#banner .content header h2 {
    font-size: 2.5em;
    margin: 0;
}

#banner .content header h1 {
    font-size: 2.5em;
    margin: 0;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    font-family: "Roboto", Helvetica, sans-serif;
}

#banner .content header p {
    margin: 0.5em 0 0 0;
    top: 0;
}

#banner .content header img {
    max-width: 100%;
}

#banner .content .image {
    border-radius: 100%;
    display: inline-block;
    height: 18em;
    margin-left: 3em;
    vertical-align: middle;
    width: 18em;
}

#banner .content .image img {
    border-radius: 100%;
    display: block;
    width: 100%;
}

body.is-touch #banner {
    background-attachment: scroll;
}

/* FOOTER */
#footer {
    background: #272833;
    padding: 1em 0;
    text-align: center;
}

#footer .icons .icon.alt {
    text-decoration: none;
}

#footer .icons .icon.alt:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

#footer .icons .icon.alt:before {
    color: #272833 !important;
    text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
}

#footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    line-height: 1em;
    margin: 2em 0 0 0;
    padding: 0;
    text-align: center;
}

#footer .copyright li {
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    display: inline-block;
    list-style: none;
    margin-left: 1.5em;
    padding-left: 1.5em;
}

#footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#footer .copyright li a {
    color: inherit;
}

/* XLarge */
@media screen and (max-width: 1680px) {
    /* Basic */
    body, input, select, textarea {
        font-size: 13pt;
    }
}

/* Large */
@media screen and (max-width: 1280px) {

    /* Basic */
    body, input, select, textarea {
        font-size: 11.5pt;
    }

    /* Spotlight */
    .spotlight.top .content {
        padding: 3.825em 0 1.825em 0;
    }

    .spotlight.bottom .content {
        padding: 3.825em 0 2.75em 0;
    }

    .spotlight.left .content, .spotlight.right .content {
        padding: 2em 2.5em;
        width: 25em;
    }

    /* Wrapper */
    .wrapper {
        padding: 4.5em 0 2.5em 0;
    }

    /* Dropotron */
    .dropotron.level-0 {
        font-size: 1em;
    }

    /* Banner */
    #banner .content {
        padding: 4.5em;
    }

    /* Footer */
    /*#footer {
        padding: 4.5em 0;
    }*/
}

/* Medium */
@media screen and (max-width: 980px) {

    /* Basic */
    body, input, select, textarea {
        font-size: 12pt;
    }

    /* Spotlight */
    .spotlight {
        background-attachment: scroll;
        height: auto;
    }

    .spotlight .image.main {
        display: block;
        margin: 0;
        max-height: 40vh;
        overflow: hidden;
    }

    .spotlight .content {
        background-color: #1c1d26;
        border-width: 0 !important;
        border-top-width: 0.35em !important;
        bottom: auto !important;
        left: auto !important;
        padding: 4.5em 2.5em 2.5em 2.5em !important;
        position: relative;
        right: auto !important;
        text-align: center;
        top: auto !important;
        width: 100% !important;
    }

    .spotlight .goto-next {
        display: none;
    }

    /* Wrapper */
    .wrapper {
        padding: 4.5em 2.5em 2.5em 2.5em;
    }

    /* Banner */
    #banner {
        background-attachment: scroll;
    }

    #banner .goto-next {
        height: 7em;
    }

    #banner .content {
        padding: 9em 0;
        text-align: center;
    }

    #banner .content header {
        display: block;
        margin: 0 0 2em 0;
        text-align: center;
    }

    #banner .content .image {
        margin: 0;
    }

    /* Footer */
    #footer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    #footer .copyright {
        width: 100%;
    }
}

/* Small */
#navPanel, #titleBar {
    display: none;
}

@media screen and (max-width: 750px) {
    /* Basic */
    html, body {
        overflow-x: hidden;
    }

    body, input, select, textarea {
        font-size: 12pt;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 0.8em;
    }

    h4 {
        font-size: 1em;
    }

    /* Section/Article */
    header p br {
        display: none;
    }

    header h2 + p {
        font-size: 1em;
    }

    header h3 + p {
        font-size: 1em;
    }

    header h4 + p,
    header h5 + p,
    header h6 + p {
        font-size: 0.9em;
    }

    header.major {
        margin: 0 0 2em 0;
    }

    /* Goto Next */
    .goto-next:before {
        height: 0.8em;
        margin: -0.4em 0 0 -0.6em;
        width: 1.2em;
    }

    /* Spotlight */
    .spotlight {
        box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
    }

    .spotlight .image.main {
        max-height: 60vh;
    }

    .spotlight .content {
        border-top-width: 0.2em !important;
        padding: 3.25em 1.5em 1.25em 1.5em !important;
    }

    /* Wrapper */
    .wrapper {
        padding: 3.25em 1.5em 1.25em 1.5em;
    }

    /* Header */
    #header {
        display: block;
    }

    body.landing #header #logo {
        margin-left: 1.5rem;
    }

    body.landing #page-wrapper {
        padding-top: 0 !important;
    }

    /* Banner */
    #banner {
        box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
        min-height: calc(100vh - 44px);
    }

    #banner:before {
        height: calc(100vh - 44px);
    }

    #banner .content {
        padding: 4.0625em 1.5em 4.875em 1.5em;
    }

    #banner .content .image {
        height: 9em;
        width: 9em;
    }

    /* misc refactor */
    /* Button */
    input[type="button"].fit,
    input[type="reset"].fit,
    input[type="submit"].fit,
    button.fit {
        width: auto;
    }

    /* Off-Canvas Navigation */
    #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
        padding-top: 44px !important;
    }

    #titleBar {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10001;
        background: #272833;
        box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
    }

    #titleBar .title {
        color: #ffffff;
        display: block;
        font-weight: 300;
        height: 44px;
        line-height: 44px;
        text-align: center;
    }

    #titleBar .title a {
        color: inherit;
        border: 0;
    }

    #titleBar .toggle {
        text-decoration: none;
        height: 60px;
        left: 0;
        position: absolute;
        top: 0;
        width: 90px;
        outline: 0;
        border: 0;
    }

    #titleBar .toggle:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    #titleBar .toggle:before {
        background: #0db8b0;
        color: rgba(255, 255, 255, 0.5);
        content: '\f0c9';
        display: block;
        font-size: 18px;
        height: 44px;
        left: 0;
        line-height: 44px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 54px;
    }

    #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        background: #181920;
        padding: 0.85em 1.25em;
    }

    #navPanel .link {
        border: 0;
        border-top: solid 1px rgba(255, 255, 255, 0.05);
        color: rgba(255, 255, 255, 0.85);
        display: block;
        height: 3em;
        line-height: 3em;
        text-decoration: none;
    }

    #navPanel .link:hover {
        color: inherit !important;
    }

    #navPanel .link:first-child {
        border-top: 0;
    }

    #navPanel .link.depth-0 {
        color: #ffffff;
        font-weight: 300;
    }

    #navPanel .link .indent-1 {
        display: inline-block;
        width: 1.25em;
    }

    #navPanel .link .indent-2 {
        display: inline-block;
        width: 2.5em;
    }

    #navPanel .link .indent-3 {
        display: inline-block;
        width: 3.75em;
    }

    #navPanel .link .indent-4 {
        display: inline-block;
        width: 5em;
    }

    #navPanel .link .indent-5 {
        display: inline-block;
        width: 6.25em;
    }

    body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #titleBar {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    /* Footer */
    #footer {
        padding: 1em 1.5em;
    }
}

/* XSmall */
@media screen and (max-width: 480px) {

    /* Basic */
    html, body {
        min-width: 320px;
    }

    body, input, select, textarea {
        font-size: 12pt;
    }

    /* List */
    ul.actions {
        margin: 0 0 2em 0;
    }

    ul.actions li {
        display: block;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }

    ul.actions li:first-child {
        padding-top: 0;
    }

    ul.actions li > * {
        margin: 0 !important;
        width: 100%;
    }

    ul.actions.small li {
        padding: 0.5em 0 0 0;
    }

    ul.actions.small li:first-child {
        padding-top: 0;
    }

    /* Button */
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input[type="submit"].fit,
    input[type="reset"].fit,
    input[type="button"].fit,
    .button {
        padding: 0;
        width: 100%;
    }

    /* Spotlight */
    .spotlight .image.main {
        max-height: 50vh;
    }

    .spotlight .content {
        padding: 3em 1.25em 1em 1.25em !important;
    }

    /* Wrapper */
    .wrapper {
        padding: 3em 1.25em 1em 1.25em;
    }

    /* Banner */
    #banner .content {
        padding: 3em 1.5625em 5.25em 1.5625em;
    }

    #banner .content header h2 {
        font-size: 1.2em;
    }

    /* Footer */
    #footer {
        padding: 1em 1.25em;
    }

    #footer .copyright {
        line-height: inherit;
    }

    #footer .copyright li {
        border-left: 0;
        display: block;
        margin: 0;
        padding: 0;
    }
}

/* TILES */
.tiles {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    postiion: relative;
    margin: -38.5em 0 0 -2.5em;
}

.tiles article {
    //-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    //-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    //-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    width: calc(33.33333% - 2.5em);
    margin: 2.5em 0 0 2.5em;
}

.tiles article > .image {
    //-moz-transition: -moz-transform 0.5s ease;
    //-webkit-transition: -webkit-transform 0.5s ease;
    //-ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    position: relative;
    display: block !important;
    width: 100% !important;
    border-radius: 4px !important;
    overflow: hidden;
}

.tiles article > .image img {
    display: block;
    width: 100%;
}

.tiles article > .image:before {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
    -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
    -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
    transition: background-color 0.5s ease, opacity 0.5s ease;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1.0;
    z-index: 1;
    opacity: 0.8;

}

.tiles article > .image:after {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.25;
    z-index: 2;
}

.tiles article > a {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
    -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
    transition: background-color 0.5s ease, transform 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    border-radius: 4px;
    border-bottom: 0;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    z-index: 3;
}

.tiles article > a > :last-child {
    margin: 0;
}

.tiles article > a:hover {
    color: #ffffff !important;
}

.tiles article > a h2 {
    margin: 0px 0px 2em;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 900;
    font-size: 1rem;
}

.tiles article > a .content {
    -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
    -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    width: 100%;
    max-height: 0;
    line-height: 1.5;
    margin-top: 0.35em;
    opacity: 0;
}

.tiles article > a .content > :last-child {
    margin-bottom: 0;
}

.tiles article.style1 > .image:before {
    background-color: #f2849e;
}

.tiles article.style2 > .image:before {
    background-color: #7ecaf6;
}

.tiles article.style3 > .image:before {
    background-color: #7bd0c1;
}

body:not(.is-touch) .tiles article:hover > .image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

body:not(.is-touch) .tiles article:hover > .image:before {
    background-color: #333333;
    opacity: 0.35;
}

body:not(.is-touch) .tiles article:hover > .image:after {
    opacity: 0;
}

body:not(.is-touch) .tiles article:hover  {
    color:red !important;
}

body:not(.is-touch) .tiles article:hover .content {
    max-height: 15em;
    opacity: 1;
}

* + .tiles {
    margin-top: 2em;
}

body.is-loading .tiles article {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

body.is-touch .tiles article .content {
    max-height: 15em;
    opacity: 1;
}

@media screen and (max-width: 1280px) {
    .tiles {
        margin: -35.25em 0 0 -1.25em;
    }

        .tiles article {
            width: calc(33.33333% - 1.25em);
            margin: 1.25em 0 0 1.25em;
        }
}

@media screen and (max-width: 980px) {
    .tiles {
        margin: -30.5em 0 0 -2.5em;
        padding-bottom: 1rem;
    }

        .tiles article {
            width: calc(50% - 2.5em);
            margin: 2.5em 0 0 2.5em;
        }
}

@media screen and (max-width: 750px) {
    .tiles {
        margin: -40.25em 0 0 -1.25em;
    }

        .tiles article {
            width: calc(50% - 1.25em);
            margin: 1.25em 0 0 1.25em;
        }

            .tiles article:hover > .image {
                -moz-transform: scale(1.0);
                -webkit-transform: scale(1.0);
                -ms-transform: scale(1.0);
                transform: scale(1.0);
            }
}

@media screen and (max-width: 480px) {
    .tiles {
        margin: -34.25em 0 0 0em;
        padding-bottom: 1rem;
    }

        .tiles article {
            width: 100%;
            margin: 1.25em 0 0 0;
        }
}

/* PRESS ROOM */
#press {
    background-color: #FFFFFF;
    min-height: 100vh;
    text-align: center;
    z-index: 21;
}

#press .items {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: 1em;
}

#success article {
    background-color: #FFFFFF;
    color: #000000 !important;
    padding-bottom: 20px;
    margin-bottom: 1.2em;
}

#press article {
    background-color: #EEEEEE;
    color: #000000 !important;
    padding-bottom: 20px;
    margin-bottom: 1.2em;
}

#press article .date {
    font-size: 0.7em;
    font-style: italic;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 1em;
}

#press article i {
    font-size: 2em;
    float:right;
    margin-top: -1em;
    margin-right: 0.5em;
}

#press article img {
    max-width:100%;
}

#press article h2 {
    font-size: 1.6rem;
    text-align: left;
    color:inherit;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
}

#press article p {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

#press article a {
    color: #119893 !important;
}

/* SUCCESS */
.item--success {
    padding: 1.5rem;
    width: 30%;
    margin-bottom: 5px;
}

.item--success p {
    margin: 0 0 1em 0 !important;
}

.success-container {
    width: 100%
}

#success article h2 {
    font-size: 1.8rem;
    font-weight: 900;
}

.grid {
    padding-left: 5%;
}

.item-post {
    padding: 1.5rem;
    width: 20%;
    margin-bottom: 5px;
}

@media only screen and (max-width: 980px) {
    #grid-item {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #press {
        margin-top: 0px;
    }

    #grid-item {
        width: 40%;
    }

    .item--success {
        width: 100% !important;
    }

    #press .items {
        margin-left: 0px;
    }
}

@media screen and (max-width: 480px) {
    #press {
        margin-top: 0px;
    }

    .item--success {
        width: 100%;
    }

    #grid-item {
        width: 90%;
    }

    #press .items {
        margin-left: 0px;
    }
}

/* ISSUES */
.issues {
  /*  background-color: #3aa3a4;*/
    background-color: white;
    color: black;
}

.issues h3  {
    color: black;
}

.issues h4  {
    font-style:italic;
    color: black;
}

.issues header h2 {
    color: black !important;
}

.issues .box {
    margin: 0rem 10rem 0rem 10rem;
}

/* HEADER */
.we_love_data {
    margin-top: 10em !important;
}

.we_datrik_data {
    display:flex;
    justify-content: center;
    align-items:center;
    font-size: 6rem;
    font-family: ubuntu-l;
    font-weight: bold;
    height: 4rem;
}

.advanced {
    margin-top: 10em !important;
}

/* COMPANY */
.banner-company h2 {
    text-align:justify;
    font-size: 2em !important;
}

@media only screen and (max-width: 768px) {
        .banner-company h2 {
            font-size: 1.5em !important;
        }
    }

@media screen and (max-width: 480px) {
        .banner-company h2 {
            font-size: 1em !important;
        }
    }

/* MISSION */
#mission {
    background: #FFF; /* For browsers that do not support gradients */
    min-height: 80vh;
    text-align: center;
    z-index: 21;
    margin-top: 6em;
    //background: url('../images/world.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: black;
    font-family: Arial;
}

#mission #img_big {
    width: 70vw;
    height: auto;
}

#mission #img_small {
    display:none;
}
#mission p {
    margin-bottom: 0px;
}

#mission #geo {
    transform: scale(1, 1);
    position: absolute;
    bottom: 0em;
    left: -2rem;
}

#mission #geo path {
    transition: fill .4s ease;
    animation: popup 10s 6.5s ease infinite;
    pointer-events:all;
    fill:none;
    stroke:black;
}

#mission #geo path:hover {
    fill:white !important;
}

#mission #datrik_logo path {
    transition: fill .4s ease;
    animation: popup 10s 6.5s ease infinite;
    pointer-events:all;
    fill:none;
    stroke:black;
}

#mission #datrik_logo path:hover {
    fill:white !important;
}

#mission>#mission_logo {
    position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
}

#mission #vision {
    color: rgb(255,145,0);
}

#mission>#mission2 {
    color: rgb(170,12,0);;
}

#mission>#value {
    color: rgb(0,103,132);
}

#mission #datrik_logo {
    position:fixed;
    top: 20%;
    left: 40%;
}

#mission .line {
    position:fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    stroke:rgb(170,12,0);
    stroke-width: 2;
    fill: none;
    pointer-events:none;
}

#mission .vline {
    stroke: rgb(255,145,0);
}

#mission .valine {
    stroke: rgb(0,103,132);
}

p.tjustify {
    text-align: justify;
}

.center {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.img-resize { /* basic responsive img */
    max-width: 70%;
    height: auto;
    width: auto\9; /* IE8 */
}

.black-text {
    color: black;
}

.black-text-bold {
    color: black;
    font-weight: bold;
}

h1 {
    font-family: "ubuntu-l";
    font-weight: 800;
    font-size: 5em;
}

.infocell {
    float: left;
    display: table;
    background: #0db8b0;
    width: 6rem;
    height: 6rem;
    text-align: center;
}

.infocell_icon {
    float: left;
    background: #15aea9;
    width: 6rem;
    height: 6rem;
    text-align: center;
    margin-top: -1rem;
    margin-left: -1rem;
}

.infocell_text {
    margin-left: 10rem;
    width: auto;
    height: 6rem;
    text-align: center;
    font-weight: 600;
    font-size: 14pt;
}

.infocell-explanation {
    color: black;
    font-weight: 600;
}

.infocell-explanation>ul {
    margin-left: 6rem;
    margin-right: 6rem;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.infocell_text>.content {
    background: #0db8b0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #216f6c, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #216f6c, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #216f6c, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #216f6c, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0, #0db8b0); /* Standard syntax */
    width: auto;
    height: 6rem;
    margin-right:6rem;
}

.infocell_text>.content>.text>h3 {
    font-size: 20pt;
    font-weight: bold;
}

.infocell-explanation-first {
    display: none;
}

.orange .content {
    background: #de7e4e; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #de7e4e, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #de7e4e, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #de7e4e, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #de7e4e, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539, #f78539) !important; /* Standard syntax */
}

.orange .infocell {
    background: #f78539;
}

.orange .arrow-right {
    border-left: 6rem solid #f78539;
}

.orange .fold-left  {
    border-right: 1rem solid #ffb089;
}

.orange .fold-right  {
    border-left: 1rem solid #ffb089;
}

.yellow .content {
    background: #a08232; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #a08232, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #a08232, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #a08232, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #a08232, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43, #d6ad43) !important; /* Standard syntax */
}

.yellow .infocell {
    background: #d6ad43;
}

.yellow .arrow-right {
    border-left: 6rem solid #d6ad43;
}

.yellow .fold-left  {
    border-right: 1rem solid #f8d26d;
}

.yellow .fold-right  {
    border-left: 1rem solid #f8d26d;
}

.green .content {
    background: #3d8040; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #3d8040, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #3d8040, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #3d8040, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #3d8040, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652, #4ea652) !important; /* Standard syntax */
}

.green .infocell {
    background: #4ea652;
}

.green .arrow-right {
    border-left: 6rem solid #4ea652;
}

.green .fold-left  {
    border-right: 1rem solid #8aec8f;
}

.green .fold-right  {
    border-left: 1rem solid #8aec8f;
}

.infocell_text h3 {
    margin: 0px;
    color: white;
}

.infocell h2 {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-weight: bold;
}

.arrow-right {
    float:right;
    width: 0;
    height: 0;
    border-top: 3rem solid transparent;
    border-bottom: 3rem solid transparent;
    border-left: 6rem solid #0db8b0;
    margin-top: -6rem;
}

.fold-fill {
    background: red;
    width: auto;
}

.fold-right {
    float:left;
    width: 0;
    height: 0;
    #border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid #26cdc7;
    margin-top: -1rem;
    margin-left: 10rem;
}

.fold-left {
    float:left;
    width: 0;
    height: 0;
    border-bottom: 1rem solid transparent;
    border-right: 1rem solid #26cdc7;
    margin-top: -1rem;
    margin-left: 5rem;
}

.nonium-sect{
    padding: 0rem 0rem 4rem 0rem;
}

.nonium-sect p{
    margin-left: 5rem;
    margin-right: 5rem;
    text-align: justify;
}

.nonium-item {
    margin-top: 5rem;
}

.nonium-item>h3{
    text-align: left;
    margin-left: 0rem;
    margin-bottom: 0.5rem;
    text-decoration: underline;
    -webkit-text-decoration-color: #0db8b0;
    -moz-text-decoration-color: #0db8b0;
    text-decoration-color: #0db8b0;
}

.nonium-item p{
    text-align: justify;
}

.nonium-item ul{
    text-align: left;
    color: black;
}

.nonium-item li{
    margin-left: 7rem;
}

.nonium-item{
    padding: 0rem 0rem 2rem 0rem;
}

/* Research lines icons */
.icon.green-icons {
    background: #0db8b0;
    color: white;
}

/* RESEARCH LINES */
section i {
    text-align:center;
}

.research-lines {
    text-align:left;
    margin-left:15rem !important;
}

.pyme_innov {
    display: flex;
    float:right;
}

/*.footer_icons div {*/
/*    display: block;*/
/*    margin-top: 20rem;*/
/*    padding-top: 20rem;*/
/*}*/

.footer_icons_text {
    /*margin-top: 2rem;*/
    margin-left: 1rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.footer_icons img {
    height: 5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    /*margin-top:4rem;*/
    float: left;
}

.pyme_innov img {
    width: 7rem;
    margin-right: 1rem;
}

.pyme_innov .iso {
    align-self: flex-start;
    width: 4em;
}

/* FLAGS */
.client_flags {
    text-align:center;
}

.client_flags li {
    margin-top: 2rem;
}

.client_flags h3 {
    margin-bottom: 0;
}

.client_flags h4 {
    font-style: italic;
}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 480px) {
    .flag-icon {
        width: 4em !important;
    }

    .client_flags li {
        margin-top: 0.7rem;
    }
}

/* CONTACT */
#send_form input {
    background: rgba(255, 255, 255, 0.1);
    background: rgba(93, 93, 93, 0.5);
    color: black;
}

#send_form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}

#send_form textarea {
    resize: none;
    background: rgba(255, 255, 255, 0.1);
    background: rgba(93, 93, 93, 0.5);
    color: black;
}

.send_button  {
    padding: 0px 0px 0px 0px !important;
    margin-top: 1rem;
}

.contact_form {
    width: 70%;
}

.error b {
    text-align: left;
    font-size: 1rem;
    #color: #f97484;
    font-style: italic;
}

.c_us {
    display: flex;
    justify-content: center;
}

#c_us {
    align-self: center;
}

#c_us header {
    display: flex !important;
}

@media screen and (max-width: 480px) {
    #c_us header h2 {
        font-size: 2em !important;
    }
}

@media screen and (max-width: 980px) {
    #c_us {
        align-self: start;
    }
}

/*
@media screen and (max-width: 480px) {
    .send_button {
        padding: 0.5em 0 0 1.5em !important;
    }
}
*/

/* WORK WITH US */
.work_with_us {
    position:fixed !important;
    width:100%
}

.work_with_us a {
    font-size: 1.2rem;
}

.work_with_us video {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

@media screen and (max-width: 480px) {
    .work_with_us video {
        width: auto;
        height: 100%;
        left: -60%;
    }

    .work_with_us .content {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .work_with_us a {
        font-size: 1rem;
    }

    .work_with_us h4 {
        font-size: 1.2rem;
    }

}

/* JOB OFFER */
/* V4 */
#generic_offer {
    padding: 5em 6em 0 6em !important;
    position: absolute !important;
    max-width: 98% !important;
    width: 99%;
}

.generic_offer h2 {
    margin-bottom: .3em;
}

.job_offer {
    height: 110%;
    position: absolute !important;
    width:100%;
    text-align: left !important;
}

.job_offer::after {
    background-image: -moz-linear-gradient(top, rgba(2, 16, 15, 65), rgba(13, 184, 176, 0.65)), url("images/overlay.png") !important;
    background-image: -webkit-linear-gradient(top, rgba(2, 16, 15, 65), rgba(13, 184, 176, 0.65)), url("images/overlay.png") !important;
    background-image: -ms-linear-gradient(top, rgba(2, 16, 15, 65), rgba(13, 184, 176, 0.65)), url("images/overlay.png") !important;
    background-image: linear-gradient(top, rgba(2, 16, 15, 65), rgba(13, 184, 176, 0.65)), url("images/overlay.png") !important;
}

.job_offer img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    auto: 100%;
}

.job_offer .content {
    text-align: left !important;
}

.job_offer ol {
    margin: 0rem 0rem 0rem 2rem;
}

.job_offer h3 {
    font-style: italic;
    margin-bottom: 0;
}

/* V4 */
.job_offer .job_description {
    width: 98% !important;
    max-width: 97% !important;
    /*margin: 1em 0 0 0 !important;*/
    padding: 2em 6rem !important;
    /*padding-right: 2rem;*/
    color: white;
}

/* V4 */
.offer_box {
    margin-top: 3em !important;
}

.job_offer .job_description header h2 {
    margin-left: 4em !important;
}

.job_offer .job_description li {
     font-size: 1.2rem;
}

.job_offer .offer {
    width: 100% !important;
    margin-top: 2rem;
}

/* V4 */
.job_offer .offer .description {
    /*float: left;*/
    /*width: 98%;*/
    height: 70vh;
    overflow-y: scroll;
    background: rgba(93, 93, 93, 0.8);
    padding: 1rem;
    margin: 0 9em;
    border-radius: 20px;
}

.job_offer .offer .description p {
    margin-bottom: 0;
}

/* V4 */
.job_offer .offer .form {
    margin: 2em 9em;
    /*float: right;*/
    /*width: 45%;*/
}

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

.job_offer .apply {
    float: right;
}

.job_offer .apply .button {
    background: rgba(255, 255, 255, 0.1);
}

.job_offer .apply .button:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* V4 */
@media screen and (max-width: 1680px) {
    #generic_offer {
        padding: 6em !important;
    }
}

@media screen and (max-width: 1280px) {
    #generic_offer {
        padding: 6em !important;
        margin-top: 5em !important;
    }
    /* V4 */
    .job_offer .job_description {
        margin: 1em 0 0 0 !important;
    }
    .job_offer .offer .description {
        margin: 0 6em;
    }

    .job_offer .offer .form {
        margin: 2em 6em;
    }
}

/* refactor v2 & 4 */
@media screen and (max-width: 980px) {
    #generic_offer {
        padding: 5em 4em !important;
    }

    .job_offer .offer .description {
        margin: 0 2em;
    }

    .job_offer .job_description header h2 {
        margin-left: 0 !important;
    }

    .job_offer .offer .form {
        margin: 2em 2em;
    }
}

/* refactor v2 & 4 */
@media screen and (max-width: 750px) {
    #generic_offer {
        margin: 0 !important;
    }

    .generic_offer > h2 {
        font-size: 2em;
    }

    /* V4 */
    .job_offer .job_description {
        padding: 4.0625em 1.5em 4.875em 1.5em !important;
    }

    .job_offer .job_description header {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    #generic_offer {
        padding: 0 !important;
    }

    .generic_offer {
        padding: 1em;
    }

    .job_offer {
        position: relative !important;
    }

    .job_offer .job_description  {
        padding-top: 1rem !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .job_offer .job_description header {
        margin-bottom: 1em !important;
    }

    .job_offer .job_description header h2 {
        font-size: 1.7em !important;
    }

    .job_offer .offer {
        margin-top: 1rem !important;
    }

    /*.job_offer .offer .description {
        width: 100% !important;
    }*/

    .job_offer .job_description li {
        font-size: 1rem;
        padding-left: 0;
    }

    .job_offer .job_description ol {
        padding-left: 0;
    }

    .apply {
        width: 50% !important;
    }

}

/* APPLY FORM */
.data_protect {
    text-decoration: underline;
    color:white;
}

.upload-btn-wrapper {
    /* IMPORTANT STUFF */
    overflow: hidden;
    position: relative;
    cursor:   pointer;

    /* SOME CUSTOM STYLING */
    text-align: center;
    margin-top: 1rem !important;
    margin-bottom: 0rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    background: rgba(93, 93, 93, 0.5) !important;
}

.upload-btn-wrapper input {
    height: 100px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100px;
    z-index: 2;

    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}
/* V4 */
@media screen and (max-width: 480px) {
    .job_offer .offer .form {
        /*width: 100% !important;*/
        margin-top: 2rem  !important;;
    }
}

/* INFO PAGES */
.info {
    width:100%;
    text-align: left !important;
    text-align: justify;
}

.info .info_text {
    width: 100%;
    max-width: 95% !important;
    text-align: justify !important;
}

.info p {
    color: white;
    font-weight: 500;
}

.info img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    auto: 100%;
}

/* COOKIES */
.cookie-banner {
    display:none;
    padding: 0.5rem 0 0.5rem 0;
    font-family: 'Century Gothic';
    text-align:center;
    position:fixed;
    backface-visibility:hidden;
    bottom:0;
    margin:0;
    width:100%;
    z-index:1111;
    background-color:#3d9b8a;
}

.cookie-banner .close {
    font-family: 'Century Gothic Bold';
}

.cookie-banner a {
    color: black;
}

.cookie-banner a:hover {
    color: #BBBBBB !important;
    cursor: pointer;
}

.cookie-banner .close {
    color: white;
}

@media screen and (max-width: 720px) {

    .client_flags {
        width:100% !important;
    }

    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1rem;
    }

    h4 {
        font-size: 0.8rem;
    }

    header.major {
        margin-bottom: 3rem;
    }

    header.int {
        margin-bottom: 3rem;
    }

    header.int::after {
        width: 65%;
    }


    .icon.major {
        height: 4rem;
        width: 4rem;
        font-size: 0.7rem;

    }

    .icon.med {
        height: 2rem;
        width: 2rem;
    }

    .row.uniform > * {
        padding: 0.5em 0 0 1.5em;
    }

    #mission #img_big {
        display:none;
    }

    #mission #img_small {
        width: 90vw;
        height: auto;
        display: block;
    }

    .we_love_data {
        margin-top: 5em !important;

    }

    .advanced {
        margin-top: 5em !important;
    }

    .nonium-item {
        margin-top: 1rem;
    }


    .infocell {
        width: 3rem;
        height: 3rem;
    }

    .infocell h2 {
        font-size: 1rem;
    }


    .fold-right {
      float:left;
      width: 0;
      height: 0;
      border-bottom: 1rem solid transparent;
      border-left: 1rem solid #26cdc7;
      margin-top: -2rem;
      margin-left: 4rem;

    }

    .fold-left {
      float:left;
      width: 0;
      height: 0;
      border-bottom: 1rem solid transparent;
      border-right: 1rem solid #26cdc7;
      margin-top: -2rem;
      margin-left: 2rem;

    }

    .infocell_text {
        margin-left: 4rem;
        height: 4rem;
    }

    .infocell_text>.content {
        width: auto;
        height: 3rem;
        margin-right: 3rem;
    }

    .arrow-right {
      float:right;
      border-top: 1.5rem solid transparent;
      border-bottom: 1.5rem solid transparent;
      border-left: 3rem solid #0db8b0;
      margin-top: -3rem;
    }

    .orange .arrow-right {
        border-left: 3rem solid #f78539;
    }

    .yellow .arrow-right {
        border-left: 3rem solid #d6ad43;
    }

    .green .arrow-right {
        border-left: 3rem solid #4ea652;
    }

    .infocell_text>.content {
    }


    .infocell_text>.content>.text {
        display:flex;
        align-items:center;
        width:auto;
        height:100%;
    }

    .infocell_text>.content>.text>h3 {
        font-size: 10pt;
    }

    .infocell_text>.content>.text>.sub_header {
        display:none;
    }

    .img-resize {
        max-width: 100%;
    }

    .infocell-explanation {
        color: black;
        font-weight: 600;
        margin-bottom: 2rem;
    }


    .infocell-explanation>ul {
        margin-left: 1rem;
        margin-right: 0;
        columns: 2;
        -webkit-columns: 1;
        -moz-columns: 1;
        font-size: 0.7rem;
        line-height: 1.7em;
    }

    .infocell-explanation-first {
        display: inline;
        font-size: 0.7rem;
        line-height: 1.7em;
    }

    .nonium-sect {
        padding: 0rem 0rem 0rem 0rem;
    }

    .nonium-sect p {
        margin: 0rem 0rem 1rem 0rem;
        font-size: 0.7rem;
        line-height: 1.7em;
    }

    .nonium-item {
        padding: 0rem 0rem 0rem 0rem;
    }

    .research-lines {
        text-align:left;
        margin-left:0rem !important;
    }
    .item--success {
        padding: 0;
    }

    #success article h2 {
        font-size: 1.4rem;
    }

    #success article a img {
        width: 50vw;
    }


    .pyme_innov img {
        width: 6rem;
        margin-right: 0.8rem;
        margin-top: 1rem;
    }


}

@media screen and (max-width: 480px) {


    .client_flags {
        width:100% !important;
    }

    #mission #datrik_logo {
        position:relative;
        margin-top: 10rem;
        left:30%;
    }

    #mission {
        font-size: 8pt;
        margin-top: 0px;
    }

    #mission img {
        width: 70vw;
        height: auto;
        content:url(images/t_mission_bg.jpg);
    }

    .we_love_data {
        margin-top: 2em !important;
    }

    .we_datrik_data {
        font-size: 11vw;
        height: 4rem;
    }

    .advanced {
        margin-top: 2em !important;
    }

}

.resume p {
    margin: 0 !important;
    font-weight: 400 !important;
}

.subtitle {
    font-style: italic !important;;
    font-size: 1.2rem !important;;
}

.admiral img {
    max-height: 100px !important;
}

.investors {
    max-width: 60% !important;
}

.investors header {
    text-align: justify !important;
}

.success-explanation {
    width: 50% !important;
}

.success-explanation h4 {
    margin: 0;
}

.info a {
    border-bottom: dotted 1px;
    color: #0db8b0;
}

.li-drop-down {
    border: 0;
    color: inherit;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    outline: 0;
    font-weight: bold;
}

.drop-down {
    background: #0db8b0 !important
}

.drop-down>li>a {
    border: 0;
    color: inherit;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    outline: 0;
    font-weight: bold;
}

.drop-down.level-0:before {
    background: transparent !important
}

#company.white{
    color: #0db8b0 !important;
}

#media.white{
    color: #0db8b0 !important;
}

#contact.white{
    color: #0db8b0 !important;
}

/* KIT DIGITAL */
.kit {
    height: 100vh;
}

.kit-flags {
    height: 25%;
    padding: 2em 10em 2em;
}

.kit-flags img {
    width: 100%;
}

#kit-intro {
    height: 75%;
    display: flex;
    align-items: center;
    padding: 4em 2em 0;
}

#kit-title {
    font-size: 2em;
    font-weight: 800;
}

.bonus {
    display: flex;
    height: 100vh;
    justify-content: center;
}

.segment {
    padding: 1.5em;
}

.segment h3::after {
    background: #0db8b0;
    content: '';
    display: inline-block;
    height: 0.2em;
    max-width: 22em;
    width: 75%;
}

.segment p {
    margin: 0;
}

.segment p b {
    color: #000000;
}

.segment-more {
    padding: .5em 0 1em 0;
}

.square {
    border: solid 1px darkgray;
}

.square-end::after {
    background: #0db8b0;
    content: '';
    display: inline-block;
    height: .06em;
    max-width: 22em;
    width: 85%;
}

#solutions-title {
    font-size: 3em;
}

.kit-solution-container {
    height: 670px;
    width: 45%;
}

.kit-solution {
    height: 100%;
    padding: 1.5em;
    width: 100%;
}

.kit-solution header {
    height: 22%;
}

.kit-solution img {
    height: 28%;
    margin-bottom: 1em;
    object-fit: cover;
    width: 80%;
}

.kit-solution div {
    height: 30%;
}

.kit-solution .resume p {
    font-size: .8em;
}

.solution-button {
    background-color: transparent;
    border: 1px;
    border-style: ridge;
    border-radius: 2%;
    margin-top: .7em;
    padding: 5%;
    width: 60%;
}

.solution-button:hover {
    background-color: #0db8b0 !important;
    color: white;
}

/* Modal Form */
#solutionModal { /* Modal */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    display: none;
    flex-wrap: nowrap;
    height: 300%; /* Full height */
    justify-content: center;
    left: 0;
    overflow: hidden; /* Enable scroll if needed */
    position: fixed;
    top: 0;
    width: 100%; /* Full width */
    z-index: 1000; /* Sit on top */
}

.solutionForm {
    background: white;
    border: solid .5px black;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 80%;
    margin: 0;
    padding: 1em 1.5em;
    position: fixed;
    top: 10%;
    width: 80%;
}

.solutionForm label {
    margin-bottom: .5%;
}

.solutionForm input[type="text"],
.solutionForm input[type="email"],
.solutionForm input[type="tel"] {
    background: rgba(93, 93, 93, 0.2) !important;
    height: 2em;
}

.solutionForm textarea {
    background: rgba(93, 93, 93, 0.2) !important;
    height: 3em;
}

.solutionForm #send {
    margin-top: 0;
}

.solutionForm input[type="button"] {
    background: rgba(93, 93, 93, 0.7) !important;
    color: white;
}

.close {
    display: inline-block;
    font-weight: 800;
    font-size: 1.4em;
    margin: 0;

    background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
}

/* Responsive */
@media screen and (max-width: 1280px) {
    .kit {
        padding-top: 7em;
    }

    .kit-flags {
        padding: 2em 6em 2em;
    }

    .solution-button {
        margin-top: 1.7em;
    }

    .solutionForm label {
        font-size: 1.1em;
    }

    .solutionForm #send {
        margin-top: 2em;
    }
}

@media screen and (max-width: 980px) {
    .kit-flags {
        padding: 2em 1.3em 2em;
    }

    .bonus {
        height: auto;
    }

    .kit-item {
        width: 70%;
    }

    .kit-solution-container {
        height: 620px;
        width: 70%;
    }

    .solution-button {
        margin-top: 1em;
    }

    .solutionForm #send {
        margin-top: 1em;
    }
}

@media screen and (max-width: 750px) {
    .kit {
        padding: 3em 0 0 0;
    }

    #kit-intro {
        font-size: 1.3em;
        padding: 0;
    }

    #kit-intro div {
        align-self: flex-start;
    }

    .kit-item {
        width: 70%;
    }

    .square h3 {
        font-size: 1.3em;
    }

    .kit-solution-container {
        height: 650px;
        width: 75% !important;
    }

    .kit-solution header {
        height: 16%;
    }

    .kit-solution header h2 {
        font-size: 1.7em;
    }

    .kit-solution img {
        width: 90%;
    }

    .kit-solution div {
        height: 40%;
    }

    .solution-button {
        margin-top: .8em;
    }

    .solutionForm label {
        font-size: 1em;
    }

    .solutionForm .error b {
        font-size: .8em;
    }

    .solutionForm input[type="button"] {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #kit-intro {
        justify-content: center;
    }

    #kit-intro div {
        align-self: flex-start;
    }

    #kit-title {
        font-size: 1.7em;
        font-weight: 800;
    }

    .bonus-480 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .kit-item {
        width: 100%;
    }

    .kit-solution-container {
        height: 520px;
        width: 90% !important;
    }

    .kit-solution header {
        height: 19%;
    }

    .kit-solution img {
        height: 20%;
    }

    .kit-solution button {
        height: 11%;
        margin-top: 1.8em;
    }

    .solutionForm #send {
        margin-top: 0;
    }

    .solutionForm label {
        font-size: .8em;
    }

    .solutionForm .error {
        height: 5%;
    }

    .solutionForm .error b {
        font-size: .6em;
    }
}

/* SOLUTION */
/* Solution when carousel is not full screen */
.solution {
    padding: 1%;
}

.solutionHeader {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 70vh;
    margin-top: 2%;
}

.solutionHeaderTitle {
    margin-right: 2%;
    padding: 3%;
    text-align: justify;
    width: 60%;
}

.solutionHeaderCarousel {
    height: 80%;
    width: 40%;
}

.solutionHeaderCarousel img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.solutionResume {
    text-align: justify;
}

.solutionResume ul {
    margin: 2em 0;
}

.solutionFooter {
    margin-top: 1em;
}

.solutionFooter a {
    color: #0000FF !important;
}

/* Solution when carousel is full screen */
.solutionHeaderFull {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 90vh;
}

.solutionHeaderTitleFull {
    height: 45%;
    margin-top: 1em;
    text-align: justify;
    width: 100%;
}

.solutionHeaderTitleFull h2 {
    margin-bottom: .5em;
}

.subtitle ul {
    margin-bottom: .4em;
}

.solutionHeaderCarouselFull {
    align-self: flex-start;
    height: 35%;
    width: 100%;
}

#solutionCarouselFull {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.solutionCarouselImg img {
    height: 100%;
    object-fit: contain;
}

/* Responsive */
@media screen and (max-width: 1680px) {
    #solutionsCarousel {
        margin-top: 10%;
    }
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 980px) {
    .solutionHeader {
        flex-wrap: wrap;
        height: 80vh;
    }

    .solutionHeaderTitle {
        width: 100%;
        padding-bottom: 0;
    }

    .solutionHeaderTitle h2 {
        margin-top: 1em;
    }

    .solutionHeaderCarousel {
        width: 100%;
        height: 30%;
    }

    .solutionHeaderCarousel img {
        object-fit: cover;
    }

    #solutionsCarousel {
        align-self: flex-start;
        height: 100%;
        margin-top: 0;
    }

    .solutionResume {
        margin-top: 1.5em;
    }
}

@media screen and (max-width: 750px) {
    .solutionHeaderTitle {
        align-self: flex-start;
        margin: 0;
        padding: 0;
    }

    .solutionHeaderCarousel {
        align-self: flex-start;
        height: 30%;
    }

    .solutionResume {
        font-size: .9em;
    }

    .solutionHeaderFull {
        height: 90vh;
    }

    .solutionHeaderTitleFull,
    .solutionHeaderCarouselFull {
        align-self: flex-start;
    }
}

@media screen and (max-width: 480px) {
    .solutionHeader,
    .solutionHeaderFull {
        height: 53vh;
    }

    .solutionHeaderTitle h2 {
        font-size: 1.7em;
    }

    .solutionHeaderCarousel {
        display: none;
    }

    .solutionFooter {
        font-size: .9em;
    }

    .solutionHeaderFull h2 {
        font-size: 1.4em;
    }

    .solutionHeaderTitleFull {
        height: 100%;
    }

    .solutionHeaderCarouselFull {
        display: none;
    }
}

/* CAPTCHA */
#captcha-container {
    display: flex;
    /*margin-bottom: 2.5%;*/
}

#captcha-container img {
    position: relative;
    height: 3em;
    width: 13%;
}

#captcha_1 {
    margin-left: 4%;
}

@media screen and (max-width: 1680px) {
    /*#captcha-container {
        margin-bottom: 3%;
    }*/

    #captcha-container img {
        width: 15%;
    }
}

@media screen and (max-width: 1280px) {
    #captcha-container img {
        width: 17%;
    }
}

@media screen and (max-width: 980px) {
    /*#captcha-container {
        margin-bottom: 4%;
    }*/

    #captcha-container img {
        width: 19%;
    }
}

@media screen and (max-width: 750px) {
    /*#captcha-container {
        margin-bottom: 5%;
    }*/
}

@media screen and (max-width: 480px) {
    /*#captcha-container {
        margin-bottom: 6%;
    }*/

    #captcha-container img {
        width: 23%;
    }
}

/* CONTACT US */
