    /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
    /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
    
    html {
        font-family: sans-serif;
        /* 1 */
        -ms-text-size-adjust: 100%;
        /* 2 */
        -webkit-text-size-adjust: 100%;
        /* 2 */
    }
    /**
 * Remove default margin.
 */
    
    body {
        margin: 0;
    }
    /* HTML5 display definitions
   ========================================================================== */
    /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
        display: block;
    }
    /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
    
    audio,
    canvas,
    progress,
    video {
        display: inline-block;
        /* 1 */
        vertical-align: baseline;
        /* 2 */
    }
    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    
    audio:not([controls]) {
        display: none;
        height: 0;
    }
    /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
    
    [hidden],
    template {
        display: none;
    }
    /* Links
   ========================================================================== */
    /**
 * Remove the gray background color from active links in IE 10.
 */
    
    a {
        background-color: transparent;
    }
    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    
    a:active,
    a:hover {
        outline: 0;
    }
    /* Text-level semantics
   ========================================================================== */
    /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
    
    abbr[title] {
        border-bottom: 1px dotted;
    }
    /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
    
    b,
    strong {
        font-weight: bold;
    }
    /**
 * Address styling not present in Safari and Chrome.
 */
    
    dfn {
        font-style: italic;
    }
    /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
    
    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }
    /**
 * Address styling not present in IE 8/9.
 */
    
    mark {
        background: #ff0;
        color: #000;
    }
    /**
 * Address inconsistent and variable font size in all browsers.
 */
    
    small {
        font-size: 80%;
    }
    /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
    
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    
    sup {
        top: -0.5em;
    }
    
    sub {
        bottom: -0.25em;
    }
    /* Embedded content
   ========================================================================== */
    /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
    
    img {
        border: 0;
    }
    /**
 * Correct overflow not hidden in IE 9/10/11.
 */
    
    svg:not(:root) {
        overflow: hidden;
    }
    /* Grouping content
   ========================================================================== */
    /**
 * Address margin not present in IE 8/9 and Safari.
 */
    
    figure {
        margin: 1em 40px;
    }
    /**
 * Address differences between Firefox and other browsers.
 */
    
    hr {
        box-sizing: content-box;
        height: 0;
    }
    /**
 * Contain overflow in all browsers.
 */
    
    pre {
        overflow: auto;
    }
    /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
    
    code,
    kbd,
    pre,
    samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }
    /* Forms
   ========================================================================== */
    /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
    /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
    
    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        /* 1 */
        font: inherit;
        /* 2 */
        margin: 0;
        /* 3 */
    }
    /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
    
    button {
        overflow: visible;
    }
    /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
    
    button,
    select {
        text-transform: none;
    }
    /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
    
    button,
    html input[type="button"],
    /* 1 */
    
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        /* 2 */
        cursor: pointer;
        /* 3 */
    }
    /**
 * Re-set default cursor for disabled elements.
 */
    
    button[disabled],
    html input[disabled] {
        cursor: default;
    }
    /**
 * Remove inner padding and border in Firefox 4+.
 */
    
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
    
    input {
        line-height: normal;
    }
    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }
    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        box-sizing: content-box;
        /* 2 */
    }
    /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
    
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    /**
 * Define consistent border, margin, and padding.
 */
    
    fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }
    /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
    
    legend {
        border: 0;
        /* 1 */
        padding: 0;
        /* 2 */
    }
    /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
    
    textarea {
        overflow: auto;
    }
    /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
    
    optgroup {
        font-weight: bold;
    }
    /* Tables
   ========================================================================== */
    /**
 * Remove most spacing between table cells.
 */
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    td,
    th {
        padding: 0;
    }
    /* Foundation grid */
    
    meta.foundation-version {
        font-family: "/5.5.3/";
    }
    
    meta.foundation-mq-small {
        font-family: "/only screen/";
        width: 0;
    }
    
    meta.foundation-mq-small-only {
        font-family: "/only screen and (max-width: 40em)/";
        width: 0;
    }
    
    meta.foundation-mq-medium {
        font-family: "/only screen and (min-width:40.0625em)/";
        width: 40.0625em;
    }
    
    meta.foundation-mq-medium-only {
        font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
        width: 40.0625em;
    }
    
    meta.foundation-mq-large {
        font-family: "/only screen and (min-width:64.0625em)/";
        width: 64.0625em;
    }
    
    meta.foundation-mq-large-only {
        font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
        width: 64.0625em;
    }
    
    meta.foundation-mq-xlarge {
        font-family: "/only screen and (min-width:90.0625em)/";
        width: 90.0625em;
    }
    
    meta.foundation-mq-xlarge-only {
        font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
        width: 90.0625em;
    }
    
    meta.foundation-mq-xxlarge {
        font-family: "/only screen and (min-width:120.0625em)/";
        width: 120.0625em;
    }
    
    meta.foundation-data-attribute-namespace {
        font-family: false;
    }
    
    html,
    body {
        height: 100%;
    }
    
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    html,
    body {
        font-size: 16px;
    }
    
    h1 {
        font-size: 2.6em;
    }
    
    h2 {
        font-size: 1.6em;
    }
    
    h3 {
        font-size: 1em;
        line-height: 1.618em;
        text-transform: uppercase;
    }
    
    p {
        font-size: 1em;
        line-height: 1.618em;
    }
    
    body {
        background: #fff;
        color: #222222;
        cursor: auto;
        font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        position: relative;
    }
    
    a:hover {
        cursor: pointer;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    img {
        -ms-interpolation-mode: bicubic;
    }
    
    #map_canvas img,
    #map_canvas embed,
    #map_canvas object,
    .map_canvas img,
    .map_canvas embed,
    .map_canvas object,
    .mqa-display img,
    .mqa-display embed,
    .mqa-display object {
        max-width: none !important;
    }
    
    .left {
        float: left !important;
    }
    
    .right {
        float: right !important;
    }
    
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }
    
    .clearfix:after {
        clear: both;
    }
    
    .hide {
        display: none;
    }
    
    .invisible {
        visibility: hidden;
    }
    
    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    img {
        display: inline-block;
        vertical-align: middle;
    }
    
    textarea {
        height: auto;
        min-height: 50px;
    }
    
    select {
        width: 100%;
    }
    
    .row {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }
    
    .row:before,
    .row:after {
        content: " ";
        display: table;
    }
    
    .row:after {
        clear: both;
    }
    
    .row.collapse > .column,
    .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    
    .row.collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .row .row {
        margin: 0 -0.9375rem;
        max-width: none;
        width: auto;
    }
    
    .row .row:before,
    .row .row:after {
        content: " ";
        display: table;
    }
    
    .row .row:after {
        clear: both;
    }
    
    .row .row.collapse {
        margin: 0;
        max-width: none;
        width: auto;
    }
    
    .row .row.collapse:before,
    .row .row.collapse:after {
        content: " ";
        display: table;
    }
    
    .row .row.collapse:after {
        clear: both;
    }
    
    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }
    
    .column + .column:last-child,
    .columns + .column:last-child,
    .column + .columns:last-child,
    .columns + .columns:last-child {
        float: right;
    }
    
    .column + .column.end,
    .columns + .column.end,
    .column + .columns.end,
    .columns + .columns.end {
        float: left;
    }
    
    @media only screen {
        .small-push-0 {
            position: relative;
            left: 0;
            right: auto;
        }
        .small-pull-0 {
            position: relative;
            right: 0;
            left: auto;
        }
        .small-push-1 {
            position: relative;
            left: 8.33333%;
            right: auto;
        }
        .small-pull-1 {
            position: relative;
            right: 8.33333%;
            left: auto;
        }
        .small-push-2 {
            position: relative;
            left: 16.66667%;
            right: auto;
        }
        .small-pull-2 {
            position: relative;
            right: 16.66667%;
            left: auto;
        }
        .small-push-3 {
            position: relative;
            left: 25%;
            right: auto;
        }
        .small-pull-3 {
            position: relative;
            right: 25%;
            left: auto;
        }
        .small-push-4 {
            position: relative;
            left: 33.33333%;
            right: auto;
        }
        .small-pull-4 {
            position: relative;
            right: 33.33333%;
            left: auto;
        }
        .small-push-5 {
            position: relative;
            left: 41.66667%;
            right: auto;
        }
        .small-pull-5 {
            position: relative;
            right: 41.66667%;
            left: auto;
        }
        .small-push-6 {
            position: relative;
            left: 50%;
            right: auto;
        }
        .small-pull-6 {
            position: relative;
            right: 50%;
            left: auto;
        }
        .small-push-7 {
            position: relative;
            left: 58.33333%;
            right: auto;
        }
        .small-pull-7 {
            position: relative;
            right: 58.33333%;
            left: auto;
        }
        .small-push-8 {
            position: relative;
            left: 66.66667%;
            right: auto;
        }
        .small-pull-8 {
            position: relative;
            right: 66.66667%;
            left: auto;
        }
        .small-push-9 {
            position: relative;
            left: 75%;
            right: auto;
        }
        .small-pull-9 {
            position: relative;
            right: 75%;
            left: auto;
        }
        .small-push-10 {
            position: relative;
            left: 83.33333%;
            right: auto;
        }
        .small-pull-10 {
            position: relative;
            right: 83.33333%;
            left: auto;
        }
        .small-push-11 {
            position: relative;
            left: 91.66667%;
            right: auto;
        }
        .small-pull-11 {
            position: relative;
            right: 91.66667%;
            left: auto;
        }
        .column,
        .columns {
            position: relative;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            float: left;
        }
        .small-1 {
            width: 8.33333%;
        }
        .small-2 {
            width: 16.66667%;
        }
        .small-3 {
            width: 25%;
        }
        .small-4 {
            width: 33.33333%;
        }
        .small-5 {
            width: 41.66667%;
        }
        .small-6 {
            width: 50%;
        }
        .small-7 {
            width: 58.33333%;
        }
        .small-8 {
            width: 66.66667%;
        }
        .small-9 {
            width: 75%;
        }
        .small-10 {
            width: 83.33333%;
        }
        .small-11 {
            width: 91.66667%;
        }
        .small-12 {
            width: 100%;
        }
        .small-offset-0 {
            margin-left: 0 !important;
        }
        .small-offset-1 {
            margin-left: 8.33333% !important;
        }
        .small-offset-2 {
            margin-left: 16.66667% !important;
        }
        .small-offset-3 {
            margin-left: 25% !important;
        }
        .small-offset-4 {
            margin-left: 33.33333% !important;
        }
        .small-offset-5 {
            margin-left: 41.66667% !important;
        }
        .small-offset-6 {
            margin-left: 50% !important;
        }
        .small-offset-7 {
            margin-left: 58.33333% !important;
        }
        .small-offset-8 {
            margin-left: 66.66667% !important;
        }
        .small-offset-9 {
            margin-left: 75% !important;
        }
        .small-offset-10 {
            margin-left: 83.33333% !important;
        }
        .small-offset-11 {
            margin-left: 91.66667% !important;
        }
        .small-reset-order {
            float: left;
            left: auto;
            margin-left: 0;
            margin-right: 0;
            right: auto;
        }
        .column.small-centered,
        .columns.small-centered {
            margin-left: auto;
            margin-right: auto;
            float: none;
        }
        .column.small-uncentered,
        .columns.small-uncentered {
            float: left;
            margin-left: 0;
            margin-right: 0;
        }
        .column.small-centered:last-child,
        .columns.small-centered:last-child {
            float: none;
        }
        .column.small-uncentered:last-child,
        .columns.small-uncentered:last-child {
            float: left;
        }
        .column.small-uncentered.opposite,
        .columns.small-uncentered.opposite {
            float: right;
        }
        .row.small-collapse > .column,
        .row.small-collapse > .columns {
            padding-left: 0;
            padding-right: 0;
        }
        .row.small-collapse .row {
            margin-left: 0;
            margin-right: 0;
        }
        .row.small-uncollapse > .column,
        .row.small-uncollapse > .columns {
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            float: left;
        }
    }
    
    @media only screen and (min-width: 40.0625em) {
        .medium-push-0 {
            position: relative;
            left: 0;
            right: auto;
        }
        .medium-pull-0 {
            position: relative;
            right: 0;
            left: auto;
        }
        .medium-push-1 {
            position: relative;
            left: 8.33333%;
            right: auto;
        }
        .medium-pull-1 {
            position: relative;
            right: 8.33333%;
            left: auto;
        }
        .medium-push-2 {
            position: relative;
            left: 16.66667%;
            right: auto;
        }
        .medium-pull-2 {
            position: relative;
            right: 16.66667%;
            left: auto;
        }
        .medium-push-3 {
            position: relative;
            left: 25%;
            right: auto;
        }
        .medium-pull-3 {
            position: relative;
            right: 25%;
            left: auto;
        }
        .medium-push-4 {
            position: relative;
            left: 33.33333%;
            right: auto;
        }
        .medium-pull-4 {
            position: relative;
            right: 33.33333%;
            left: auto;
        }
        .medium-push-5 {
            position: relative;
            left: 41.66667%;
            right: auto;
        }
        .medium-pull-5 {
            position: relative;
            right: 41.66667%;
            left: auto;
        }
        .medium-push-6 {
            position: relative;
            left: 50%;
            right: auto;
        }
        .medium-pull-6 {
            position: relative;
            right: 50%;
            left: auto;
        }
        .medium-push-7 {
            position: relative;
            left: 58.33333%;
            right: auto;
        }
        .medium-pull-7 {
            position: relative;
            right: 58.33333%;
            left: auto;
        }
        .medium-push-8 {
            position: relative;
            left: 66.66667%;
            right: auto;
        }
        .medium-pull-8 {
            position: relative;
            right: 66.66667%;
            left: auto;
        }
        .medium-push-9 {
            position: relative;
            left: 75%;
            right: auto;
        }
        .medium-pull-9 {
            position: relative;
            right: 75%;
            left: auto;
        }
        .medium-push-10 {
            position: relative;
            left: 83.33333%;
            right: auto;
        }
        .medium-pull-10 {
            position: relative;
            right: 83.33333%;
            left: auto;
        }
        .medium-push-11 {
            position: relative;
            left: 91.66667%;
            right: auto;
        }
        .medium-pull-11 {
            position: relative;
            right: 91.66667%;
            left: auto;
        }
        .column,
        .columns {
            position: relative;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            float: left;
        }
        .medium-1 {
            width: 8.33333%;
        }
        .medium-2 {
            width: 16.66667%;
        }
        .medium-3 {
            width: 25%;
        }
        .medium-4 {
            width: 33.33333%;
        }
        .medium-5 {
            width: 41.66667%;
        }
        .medium-6 {
            width: 50%;
        }
        .medium-7 {
            width: 58.33333%;
        }
        .medium-8 {
            width: 66.66667%;
        }
        .medium-9 {
            width: 75%;
        }
        .medium-10 {
            width: 83.33333%;
        }
        .medium-11 {
            width: 91.66667%;
        }
        .medium-12 {
            width: 100%;
        }
        .medium-offset-0 {
            margin-left: 0 !important;
        }
        .medium-offset-1 {
            margin-left: 8.33333% !important;
        }
        .medium-offset-2 {
            margin-left: 16.66667% !important;
        }
        .medium-offset-3 {
            margin-left: 25% !important;
        }
        .medium-offset-4 {
            margin-left: 33.33333% !important;
        }
        .medium-offset-5 {
            margin-left: 41.66667% !important;
        }
        .medium-offset-6 {
            margin-left: 50% !important;
        }
        .medium-offset-7 {
            margin-left: 58.33333% !important;
        }
        .medium-offset-8 {
            margin-left: 66.66667% !important;
        }
        .medium-offset-9 {
            margin-left: 75% !important;
        }
        .medium-offset-10 {
            margin-left: 83.33333% !important;
        }
        .medium-offset-11 {
            margin-left: 91.66667% !important;
        }
        .medium-reset-order {
            float: left;
            left: auto;
            margin-left: 0;
            margin-right: 0;
            right: auto;
        }
        .column.medium-centered,
        .columns.medium-centered {
            margin-left: auto;
            margin-right: auto;
            float: none;
        }
        .column.medium-uncentered,
        .columns.medium-uncentered {
            float: left;
            margin-left: 0;
            margin-right: 0;
        }
        .column.medium-centered:last-child,
        .columns.medium-centered:last-child {
            float: none;
        }
        .column.medium-uncentered:last-child,
        .columns.medium-uncentered:last-child {
            float: left;
        }
        .column.medium-uncentered.opposite,
        .columns.medium-uncentered.opposite {
            float: right;
        }
        .row.medium-collapse > .column,
        .row.medium-collapse > .columns {
            padding-left: 0;
            padding-right: 0;
        }
        .row.medium-collapse .row {
            margin-left: 0;
            margin-right: 0;
        }
        .row.medium-uncollapse > .column,
        .row.medium-uncollapse > .columns {
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            float: left;
        }
        .push-0 {
            position: relative;
            left: 0;
            right: auto;
        }
        .pull-0 {
            position: relative;
            right: 0;
            left: auto;
        }
        .push-1 {
            position: relative;
            left: 8.33333%;
            right: auto;
        }
        .pull-1 {
            position: relative;
            right: 8.33333%;
            left: auto;
        }
        .push-2 {
            position: relative;
            left: 16.66667%;
            right: auto;
        }
        .pull-2 {
            position: relative;
            right: 16.66667%;
            left: auto;
        }
        .push-3 {
            position: relative;
            left: 25%;
            right: auto;
        }
        .pull-3 {
            position: relative;
            right: 25%;
            left: auto;
        }
        .push-4 {
            position: relative;
            left: 33.33333%;
            right: auto;
        }
        .pull-4 {
            position: relative;
            right: 33.33333%;
            left: auto;
        }
        .push-5 {
            position: relative;
            left: 41.66667%;
            right: auto;
        }
        .pull-5 {
            position: relative;
            right: 41.66667%;
            left: auto;
        }
        .push-6 {
            position: relative;
            left: 50%;
            right: auto;
        }
        .pull-6 {
            position: relative;
            right: 50%;
            left: auto;
        }
        .push-7 {
            position: relative;
            left: 58.33333%;
            right: auto;
        }
        .pull-7 {
            position: relative;
            right: 58.33333%;
            left: auto;
        }
        .push-8 {
            position: relative;
            left: 66.66667%;
            right: auto;
        }
        .pull-8 {
            position: relative;
            right: 66.66667%;
            left: auto;
        }
        .push-9 {
            position: relative;
            left: 75%;
            right: auto;
        }
        .pull-9 {
            position: relative;
            right: 75%;
            left: auto;
        }
        .push-10 {
            position: relative;
            left: 83.33333%;
            right: auto;
        }
        .pull-10 {
            position: relative;
            right: 83.33333%;
            left: auto;
        }
        .push-11 {
            position: relative;
            left: 91.66667%;
            right: auto;
        }
        .pull-11 {
            position: relative;
            right: 91.66667%;
            left: auto;
        }
    }
    
    @media only screen and (min-width: 64.0625em) {
        .large-push-0 {
            position: relative;
            left: 0;
            right: auto;
        }
        .large-pull-0 {
            position: relative;
            right: 0;
            left: auto;
        }
        .large-push-1 {
            position: relative;
            left: 8.33333%;
            right: auto;
        }
        .large-pull-1 {
            position: relative;
            right: 8.33333%;
            left: auto;
        }
        .large-push-2 {
            position: relative;
            left: 16.66667%;
            right: auto;
        }
        .large-pull-2 {
            position: relative;
            right: 16.66667%;
            left: auto;
        }
        .large-push-3 {
            position: relative;
            left: 25%;
            right: auto;
        }
        .large-pull-3 {
            position: relative;
            right: 25%;
            left: auto;
        }
        .large-push-4 {
            position: relative;
            left: 33.33333%;
            right: auto;
        }
        .large-pull-4 {
            position: relative;
            right: 33.33333%;
            left: auto;
        }
        .large-push-5 {
            position: relative;
            left: 41.66667%;
            right: auto;
        }
        .large-pull-5 {
            position: relative;
            right: 41.66667%;
            left: auto;
        }
        .large-push-6 {
            position: relative;
            left: 50%;
            right: auto;
        }
        .large-pull-6 {
            position: relative;
            right: 50%;
            left: auto;
        }
        .large-push-7 {
            position: relative;
            left: 58.33333%;
            right: auto;
        }
        .large-pull-7 {
            position: relative;
            right: 58.33333%;
            left: auto;
        }
        .large-push-8 {
            position: relative;
            left: 66.66667%;
            right: auto;
        }
        .large-pull-8 {
            position: relative;
            right: 66.66667%;
            left: auto;
        }
        .large-push-9 {
            position: relative;
            left: 75%;
            right: auto;
        }
        .large-pull-9 {
            position: relative;
            right: 75%;
            left: auto;
        }
        .large-push-10 {
            position: relative;
            left: 83.33333%;
            right: auto;
        }
        .large-pull-10 {
            position: relative;
            right: 83.33333%;
            left: auto;
        }
        .large-push-11 {
            position: relative;
            left: 91.66667%;
            right: auto;
        }
        .large-pull-11 {
            position: relative;
            right: 91.66667%;
            left: auto;
        }
        .column,
        .columns {
            position: relative;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            float: left;
        }
        .large-1 {
            width: 8.33333%;
        }
        .large-2 {
            width: 16.66667%;
        }
        .large-3 {
            width: 25%;
        }
        .large-4 {
            width: 33.33333%;
        }
        .large-5 {
            width: 41.66667%;
        }
        .large-6 {
            width: 50%;
        }
        .large-7 {
            width: 58.33333%;
        }
        .large-8 {
            width: 66.66667%;
        }
        .large-9 {
            width: 75%;
        }
        .large-10 {
            width: 83.33333%;
        }
        .large-11 {
            width: 91.66667%;
        }
        .large-12 {
            width: 100%;
        }
        .large-offset-0 {
            margin-left: 0 !important;
        }
        .large-offset-1 {
            margin-left: 8.33333% !important;
        }
        .large-offset-2 {
            margin-left: 16.66667% !important;
        }
        .large-offset-3 {
            margin-left: 25% !important;
        }
        .large-offset-4 {
            margin-left: 33.33333% !important;
        }
        .large-offset-5 {
            margin-left: 41.66667% !important;
        }
        .large-offset-6 {
            margin-left: 50% !important;
        }
        .large-offset-7 {
            margin-left: 58.33333% !important;
        }
        .large-offset-8 {
            margin-left: 66.66667% !important;
        }
        .large-offset-9 {
            margin-left: 75% !important;
        }
        .large-offset-10 {
            margin-left: 83.33333% !important;
        }
        .large-offset-11 {
            margin-left: 91.66667% !important;
        }
        .large-reset-order {
            float: left;
            left: auto;
            margin-left: 0;
            margin-right: 0;
            right: auto;
        }
        .column.large-centered,
        .columns.large-centered {
            margin-left: auto;
            margin-right: auto;
            float: none;
        }
        .column.large-uncentered,
        .columns.large-uncentered {
            float: left;
            margin-left: 0;
            margin-right: 0;
        }
        .column.large-centered:last-child,
        .columns.large-centered:last-child {
            float: none;
        }
        .column.large-uncentered:last-child,
        .columns.large-uncentered:last-child {
            float: left;
        }
        .column.large-uncentered.opposite,
        .columns.large-uncentered.opposite {
            float: right;
        }
        .row.large-collapse > .column,
        .row.large-collapse > .columns {
            padding-left: 0;
            padding-right: 0;
        }
        .row.large-collapse .row {
            margin-left: 0;
            margin-right: 0;
        }
        .row.large-uncollapse > .column,
        .row.large-uncollapse > .columns {
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            float: left;
        }
        .push-0 {
            position: relative;
            left: 0;
            right: auto;
        }
        .pull-0 {
            position: relative;
            right: 0;
            left: auto;
        }
        .push-1 {
            position: relative;
            left: 8.33333%;
            right: auto;
        }
        .pull-1 {
            position: relative;
            right: 8.33333%;
            left: auto;
        }
        .push-2 {
            position: relative;
            left: 16.66667%;
            right: auto;
        }
        .pull-2 {
            position: relative;
            right: 16.66667%;
            left: auto;
        }
        .push-3 {
            position: relative;
            left: 25%;
            right: auto;
        }
        .pull-3 {
            position: relative;
            right: 25%;
            left: auto;
        }
        .push-4 {
            position: relative;
            left: 33.33333%;
            right: auto;
        }
        .pull-4 {
            position: relative;
            right: 33.33333%;
            left: auto;
        }
        .push-5 {
            position: relative;
            left: 41.66667%;
            right: auto;
        }
        .pull-5 {
            position: relative;
            right: 41.66667%;
            left: auto;
        }
        .push-6 {
            position: relative;
            left: 50%;
            right: auto;
        }
        .pull-6 {
            position: relative;
            right: 50%;
            left: auto;
        }
        .push-7 {
            position: relative;
            left: 58.33333%;
            right: auto;
        }
        .pull-7 {
            position: relative;
            right: 58.33333%;
            left: auto;
        }
        .push-8 {
            position: relative;
            left: 66.66667%;
            right: auto;
        }
        .pull-8 {
            position: relative;
            right: 66.66667%;
            left: auto;
        }
        .push-9 {
            position: relative;
            left: 75%;
            right: auto;
        }
        .pull-9 {
            position: relative;
            right: 75%;
            left: auto;
        }
        .push-10 {
            position: relative;
            left: 83.33333%;
            right: auto;
        }
        .pull-10 {
            position: relative;
            right: 83.33333%;
            left: auto;
        }
        .push-11 {
            position: relative;
            left: 91.66667%;
            right: auto;
        }
        .pull-11 {
            position: relative;
            right: 91.66667%;
            left: auto;
        }
    }
    /* custom styles */
    /******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
    /*********************
GENERAL STYLES
*********************/
    
    #wpwrap {
        background-image: url('../img/photo-1434491004038-9d04aad5a045.jpg') !important;
    }
    /*********************
FONTS
*********************/
    
    @font-face {
        font-family: 'FontAwesome';
        src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
        src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /* makes the font 33% larger relative to the icon container */
    
    .fa-lg {
        font-size: 1.33333333em;
        line-height: 0.75em;
        vertical-align: -15%;
    }
    
    .fa-2x {
        font-size: 2em;
    }
    
    .fa-3x {
        font-size: 3em;
    }
    
    .fa-4x {
        font-size: 4em;
    }
    
    .fa-5x {
        font-size: 5em;
    }
    
    .fa-fw {
        width: 1.28571429em;
        text-align: center;
    }
    
    .fa-ul {
        padding-left: 0;
        margin-left: 2.14285714em;
        list-style-type: none;
    }
    
    .fa-ul > li {
        position: relative;
    }
    
    .fa-li {
        position: absolute;
        left: -2.14285714em;
        width: 2.14285714em;
        top: 0.14285714em;
        text-align: center;
    }
    
    .fa-li.fa-lg {
        left: -1.85714286em;
    }
    
    .fa-border {
        padding: .2em .25em .15em;
        border: solid 0.08em #eeeeee;
        border-radius: .1em;
    }
    
    .fa-pull-left {
        float: left;
    }
    
    .fa-pull-right {
        float: right;
    }
    
    .fa.fa-pull-left {
        margin-right: .3em;
    }
    
    .fa.fa-pull-right {
        margin-left: .3em;
    }
    /* Deprecated as of 4.4.0 */
    
    .pull-right {
        float: right;
    }
    
    .pull-left {
        float: left;
    }
    
    .fa.pull-left {
        margin-right: .3em;
    }
    
    .fa.pull-right {
        margin-left: .3em;
    }
    
    .fa-spin {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }
    
    .fa-pulse {
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 1s infinite steps(8);
    }
    
    @-webkit-keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }
    
    @keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }
    
    .fa-rotate-90 {
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .fa-rotate-180 {
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .fa-rotate-270 {
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    
    .fa-flip-horizontal {
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }
    
    .fa-flip-vertical {
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
        -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1);
    }
    
    :root .fa-rotate-90,
    :root .fa-rotate-180,
    :root .fa-rotate-270,
    :root .fa-flip-horizontal,
    :root .fa-flip-vertical {
        filter: none;
    }
    
    .fa-stack {
        position: relative;
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }
    
    .fa-stack-1x,
    .fa-stack-2x {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }
    
    .fa-stack-1x {
        line-height: inherit;
    }
    
    .fa-stack-2x {
        font-size: 2em;
    }
    
    .fa-inverse {
        color: #ffffff;
    }
    /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
    
    .fa-glass:before {
        content: "\f000";
    }
    
    .fa-music:before {
        content: "\f001";
    }
    
    .fa-search:before {
        content: "\f002";
    }
    
    .fa-envelope-o:before {
        content: "\f003";
    }
    
    .fa-heart:before {
        content: "\f004";
    }
    
    .fa-star:before {
        content: "\f005";
    }
    
    .fa-star-o:before {
        content: "\f006";
    }
    
    .fa-user:before {
        content: "\f007";
    }
    
    .fa-film:before {
        content: "\f008";
    }
    
    .fa-th-large:before {
        content: "\f009";
    }
    
    .fa-th:before {
        content: "\f00a";
    }
    
    .fa-th-list:before {
        content: "\f00b";
    }
    
    .fa-check:before {
        content: "\f00c";
    }
    
    .fa-remove:before,
    .fa-close:before,
    .fa-times:before {
        content: "\f00d";
    }
    
    .fa-search-plus:before {
        content: "\f00e";
    }
    
    .fa-search-minus:before {
        content: "\f010";
    }
    
    .fa-power-off:before {
        content: "\f011";
    }
    
    .fa-signal:before {
        content: "\f012";
    }
    
    .fa-gear:before,
    .fa-cog:before {
        content: "\f013";
    }
    
    .fa-trash-o:before {
        content: "\f014";
    }
    
    .fa-home:before {
        content: "\f015";
    }
    
    .fa-file-o:before {
        content: "\f016";
    }
    
    .fa-clock-o:before {
        content: "\f017";
    }
    
    .fa-road:before {
        content: "\f018";
    }
    
    .fa-download:before {
        content: "\f019";
    }
    
    .fa-arrow-circle-o-down:before {
        content: "\f01a";
    }
    
    .fa-arrow-circle-o-up:before {
        content: "\f01b";
    }
    
    .fa-inbox:before {
        content: "\f01c";
    }
    
    .fa-play-circle-o:before {
        content: "\f01d";
    }
    
    .fa-rotate-right:before,
    .fa-repeat:before {
        content: "\f01e";
    }
    
    .fa-refresh:before {
        content: "\f021";
    }
    
    .fa-list-alt:before {
        content: "\f022";
    }
    
    .fa-lock:before {
        content: "\f023";
    }
    
    .fa-flag:before {
        content: "\f024";
    }
    
    .fa-headphones:before {
        content: "\f025";
    }
    
    .fa-volume-off:before {
        content: "\f026";
    }
    
    .fa-volume-down:before {
        content: "\f027";
    }
    
    .fa-volume-up:before {
        content: "\f028";
    }
    
    .fa-qrcode:before {
        content: "\f029";
    }
    
    .fa-barcode:before {
        content: "\f02a";
    }
    
    .fa-tag:before {
        content: "\f02b";
    }
    
    .fa-tags:before {
        content: "\f02c";
    }
    
    .fa-book:before {
        content: "\f02d";
    }
    
    .fa-bookmark:before {
        content: "\f02e";
    }
    
    .fa-print:before {
        content: "\f02f";
    }
    
    .fa-camera:before {
        content: "\f030";
    }
    
    .fa-font:before {
        content: "\f031";
    }
    
    .fa-bold:before {
        content: "\f032";
    }
    
    .fa-italic:before {
        content: "\f033";
    }
    
    .fa-text-height:before {
        content: "\f034";
    }
    
    .fa-text-width:before {
        content: "\f035";
    }
    
    .fa-align-left:before {
        content: "\f036";
    }
    
    .fa-align-center:before {
        content: "\f037";
    }
    
    .fa-align-right:before {
        content: "\f038";
    }
    
    .fa-align-justify:before {
        content: "\f039";
    }
    
    .fa-list:before {
        content: "\f03a";
    }
    
    .fa-dedent:before,
    .fa-outdent:before {
        content: "\f03b";
    }
    
    .fa-indent:before {
        content: "\f03c";
    }
    
    .fa-video-camera:before {
        content: "\f03d";
    }
    
    .fa-photo:before,
    .fa-image:before,
    .fa-picture-o:before {
        content: "\f03e";
    }
    
    .fa-pencil:before {
        content: "\f040";
    }
    
    .fa-map-marker:before {
        content: "\f041";
    }
    
    .fa-adjust:before {
        content: "\f042";
    }
    
    .fa-tint:before {
        content: "\f043";
    }
    
    .fa-edit:before,
    .fa-pencil-square-o:before {
        content: "\f044";
    }
    
    .fa-share-square-o:before {
        content: "\f045";
    }
    
    .fa-check-square-o:before {
        content: "\f046";
    }
    
    .fa-arrows:before {
        content: "\f047";
    }
    
    .fa-step-backward:before {
        content: "\f048";
    }
    
    .fa-fast-backward:before {
        content: "\f049";
    }
    
    .fa-backward:before {
        content: "\f04a";
    }
    
    .fa-play:before {
        content: "\f04b";
    }
    
    .fa-pause:before {
        content: "\f04c";
    }
    
    .fa-stop:before {
        content: "\f04d";
    }
    
    .fa-forward:before {
        content: "\f04e";
    }
    
    .fa-fast-forward:before {
        content: "\f050";
    }
    
    .fa-step-forward:before {
        content: "\f051";
    }
    
    .fa-eject:before {
        content: "\f052";
    }
    
    .fa-chevron-left:before {
        content: "\f053";
    }
    
    .fa-chevron-right:before {
        content: "\f054";
    }
    
    .fa-plus-circle:before {
        content: "\f055";
    }
    
    .fa-minus-circle:before {
        content: "\f056";
    }
    
    .fa-times-circle:before {
        content: "\f057";
    }
    
    .fa-check-circle:before {
        content: "\f058";
    }
    
    .fa-question-circle:before {
        content: "\f059";
    }
    
    .fa-info-circle:before {
        content: "\f05a";
    }
    
    .fa-crosshairs:before {
        content: "\f05b";
    }
    
    .fa-times-circle-o:before {
        content: "\f05c";
    }
    
    .fa-check-circle-o:before {
        content: "\f05d";
    }
    
    .fa-ban:before {
        content: "\f05e";
    }
    
    .fa-arrow-left:before {
        content: "\f060";
    }
    
    .fa-arrow-right:before {
        content: "\f061";
    }
    
    .fa-arrow-up:before {
        content: "\f062";
    }
    
    .fa-arrow-down:before {
        content: "\f063";
    }
    
    .fa-mail-forward:before,
    .fa-share:before {
        content: "\f064";
    }
    
    .fa-expand:before {
        content: "\f065";
    }
    
    .fa-compress:before {
        content: "\f066";
    }
    
    .fa-plus:before {
        content: "\f067";
    }
    
    .fa-minus:before {
        content: "\f068";
    }
    
    .fa-asterisk:before {
        content: "\f069";
    }
    
    .fa-exclamation-circle:before {
        content: "\f06a";
    }
    
    .fa-gift:before {
        content: "\f06b";
    }
    
    .fa-leaf:before {
        content: "\f06c";
    }
    
    .fa-fire:before {
        content: "\f06d";
    }
    
    .fa-eye:before {
        content: "\f06e";
    }
    
    .fa-eye-slash:before {
        content: "\f070";
    }
    
    .fa-warning:before,
    .fa-exclamation-triangle:before {
        content: "\f071";
    }
    
    .fa-plane:before {
        content: "\f072";
    }
    
    .fa-calendar:before {
        content: "\f073";
    }
    
    .fa-random:before {
        content: "\f074";
    }
    
    .fa-comment:before {
        content: "\f075";
    }
    
    .fa-magnet:before {
        content: "\f076";
    }
    
    .fa-chevron-up:before {
        content: "\f077";
    }
    
    .fa-chevron-down:before {
        content: "\f078";
    }
    
    .fa-retweet:before {
        content: "\f079";
    }
    
    .fa-shopping-cart:before {
        content: "\f07a";
    }
    
    .fa-folder:before {
        content: "\f07b";
    }
    
    .fa-folder-open:before {
        content: "\f07c";
    }
    
    .fa-arrows-v:before {
        content: "\f07d";
    }
    
    .fa-arrows-h:before {
        content: "\f07e";
    }
    
    .fa-bar-chart-o:before,
    .fa-bar-chart:before {
        content: "\f080";
    }
    
    .fa-twitter-square:before {
        content: "\f081";
    }
    
    .fa-facebook-square:before {
        content: "\f082";
    }
    
    .fa-camera-retro:before {
        content: "\f083";
    }
    
    .fa-key:before {
        content: "\f084";
    }
    
    .fa-gears:before,
    .fa-cogs:before {
        content: "\f085";
    }
    
    .fa-comments:before {
        content: "\f086";
    }
    
    .fa-thumbs-o-up:before {
        content: "\f087";
    }
    
    .fa-thumbs-o-down:before {
        content: "\f088";
    }
    
    .fa-star-half:before {
        content: "\f089";
    }
    
    .fa-heart-o:before {
        content: "\f08a";
    }
    
    .fa-sign-out:before {
        content: "\f08b";
    }
    
    .fa-linkedin-square:before {
        content: "\f08c";
    }
    
    .fa-thumb-tack:before {
        content: "\f08d";
    }
    
    .fa-external-link:before {
        content: "\f08e";
    }
    
    .fa-sign-in:before {
        content: "\f090";
    }
    
    .fa-trophy:before {
        content: "\f091";
    }
    
    .fa-github-square:before {
        content: "\f092";
    }
    
    .fa-upload:before {
        content: "\f093";
    }
    
    .fa-lemon-o:before {
        content: "\f094";
    }
    
    .fa-phone:before {
        content: "\f095";
    }
    
    .fa-square-o:before {
        content: "\f096";
    }
    
    .fa-bookmark-o:before {
        content: "\f097";
    }
    
    .fa-phone-square:before {
        content: "\f098";
    }
    
    .fa-twitter:before {
        content: "\f099";
    }
    
    .fa-facebook-f:before,
    .fa-facebook:before {
        content: "\f09a";
    }
    
    .fa-github:before {
        content: "\f09b";
    }
    
    .fa-unlock:before {
        content: "\f09c";
    }
    
    .fa-credit-card:before {
        content: "\f09d";
    }
    
    .fa-feed:before,
    .fa-rss:before {
        content: "\f09e";
    }
    
    .fa-hdd-o:before {
        content: "\f0a0";
    }
    
    .fa-bullhorn:before {
        content: "\f0a1";
    }
    
    .fa-bell:before {
        content: "\f0f3";
    }
    
    .fa-certificate:before {
        content: "\f0a3";
    }
    
    .fa-hand-o-right:before {
        content: "\f0a4";
    }
    
    .fa-hand-o-left:before {
        content: "\f0a5";
    }
    
    .fa-hand-o-up:before {
        content: "\f0a6";
    }
    
    .fa-hand-o-down:before {
        content: "\f0a7";
    }
    
    .fa-arrow-circle-left:before {
        content: "\f0a8";
    }
    
    .fa-arrow-circle-right:before {
        content: "\f0a9";
    }
    
    .fa-arrow-circle-up:before {
        content: "\f0aa";
    }
    
    .fa-arrow-circle-down:before {
        content: "\f0ab";
    }
    
    .fa-globe:before {
        content: "\f0ac";
    }
    
    .fa-wrench:before {
        content: "\f0ad";
    }
    
    .fa-tasks:before {
        content: "\f0ae";
    }
    
    .fa-filter:before {
        content: "\f0b0";
    }
    
    .fa-briefcase:before {
        content: "\f0b1";
    }
    
    .fa-arrows-alt:before {
        content: "\f0b2";
    }
    
    .fa-group:before,
    .fa-users:before {
        content: "\f0c0";
    }
    
    .fa-chain:before,
    .fa-link:before {
        content: "\f0c1";
    }
    
    .fa-cloud:before {
        content: "\f0c2";
    }
    
    .fa-flask:before {
        content: "\f0c3";
    }
    
    .fa-cut:before,
    .fa-scissors:before {
        content: "\f0c4";
    }
    
    .fa-copy:before,
    .fa-files-o:before {
        content: "\f0c5";
    }
    
    .fa-paperclip:before {
        content: "\f0c6";
    }
    
    .fa-save:before,
    .fa-floppy-o:before {
        content: "\f0c7";
    }
    
    .fa-square:before {
        content: "\f0c8";
    }
    
    .fa-navicon:before,
    .fa-reorder:before,
    .fa-bars:before {
        content: "\f0c9";
    }
    
    .fa-list-ul:before {
        content: "\f0ca";
    }
    
    .fa-list-ol:before {
        content: "\f0cb";
    }
    
    .fa-strikethrough:before {
        content: "\f0cc";
    }
    
    .fa-underline:before {
        content: "\f0cd";
    }
    
    .fa-table:before {
        content: "\f0ce";
    }
    
    .fa-magic:before {
        content: "\f0d0";
    }
    
    .fa-truck:before {
        content: "\f0d1";
    }
    
    .fa-pinterest:before {
        content: "\f0d2";
    }
    
    .fa-pinterest-square:before {
        content: "\f0d3";
    }
    
    .fa-google-plus-square:before {
        content: "\f0d4";
    }
    
    .fa-google-plus:before {
        content: "\f0d5";
    }
    
    .fa-money:before {
        content: "\f0d6";
    }
    
    .fa-caret-down:before {
        content: "\f0d7";
    }
    
    .fa-caret-up:before {
        content: "\f0d8";
    }
    
    .fa-caret-left:before {
        content: "\f0d9";
    }
    
    .fa-caret-right:before {
        content: "\f0da";
    }
    
    .fa-columns:before {
        content: "\f0db";
    }
    
    .fa-unsorted:before,
    .fa-sort:before {
        content: "\f0dc";
    }
    
    .fa-sort-down:before,
    .fa-sort-desc:before {
        content: "\f0dd";
    }
    
    .fa-sort-up:before,
    .fa-sort-asc:before {
        content: "\f0de";
    }
    
    .fa-envelope:before {
        content: "\f0e0";
    }
    
    .fa-linkedin:before {
        content: "\f0e1";
    }
    
    .fa-rotate-left:before,
    .fa-undo:before {
        content: "\f0e2";
    }
    
    .fa-legal:before,
    .fa-gavel:before {
        content: "\f0e3";
    }
    
    .fa-dashboard:before,
    .fa-tachometer:before {
        content: "\f0e4";
    }
    
    .fa-comment-o:before {
        content: "\f0e5";
    }
    
    .fa-comments-o:before {
        content: "\f0e6";
    }
    
    .fa-flash:before,
    .fa-bolt:before {
        content: "\f0e7";
    }
    
    .fa-sitemap:before {
        content: "\f0e8";
    }
    
    .fa-umbrella:before {
        content: "\f0e9";
    }
    
    .fa-paste:before,
    .fa-clipboard:before {
        content: "\f0ea";
    }
    
    .fa-lightbulb-o:before {
        content: "\f0eb";
    }
    
    .fa-exchange:before {
        content: "\f0ec";
    }
    
    .fa-cloud-download:before {
        content: "\f0ed";
    }
    
    .fa-cloud-upload:before {
        content: "\f0ee";
    }
    
    .fa-user-md:before {
        content: "\f0f0";
    }
    
    .fa-stethoscope:before {
        content: "\f0f1";
    }
    
    .fa-suitcase:before {
        content: "\f0f2";
    }
    
    .fa-bell-o:before {
        content: "\f0a2";
    }
    
    .fa-coffee:before {
        content: "\f0f4";
    }
    
    .fa-cutlery:before {
        content: "\f0f5";
    }
    
    .fa-file-text-o:before {
        content: "\f0f6";
    }
    
    .fa-building-o:before {
        content: "\f0f7";
    }
    
    .fa-hospital-o:before {
        content: "\f0f8";
    }
    
    .fa-ambulance:before {
        content: "\f0f9";
    }
    
    .fa-medkit:before {
        content: "\f0fa";
    }
    
    .fa-fighter-jet:before {
        content: "\f0fb";
    }
    
    .fa-beer:before {
        content: "\f0fc";
    }
    
    .fa-h-square:before {
        content: "\f0fd";
    }
    
    .fa-plus-square:before {
        content: "\f0fe";
    }
    
    .fa-angle-double-left:before {
        content: "\f100";
    }
    
    .fa-angle-double-right:before {
        content: "\f101";
    }
    
    .fa-angle-double-up:before {
        content: "\f102";
    }
    
    .fa-angle-double-down:before {
        content: "\f103";
    }
    
    .fa-angle-left:before {
        content: "\f104";
    }
    
    .fa-angle-right:before {
        content: "\f105";
    }
    
    .fa-angle-up:before {
        content: "\f106";
    }
    
    .fa-angle-down:before {
        content: "\f107";
    }
    
    .fa-desktop:before {
        content: "\f108";
    }
    
    .fa-laptop:before {
        content: "\f109";
    }
    
    .fa-tablet:before {
        content: "\f10a";
    }
    
    .fa-mobile-phone:before,
    .fa-mobile:before {
        content: "\f10b";
    }
    
    .fa-circle-o:before {
        content: "\f10c";
    }
    
    .fa-quote-left:before {
        content: "\f10d";
    }
    
    .fa-quote-right:before {
        content: "\f10e";
    }
    
    .fa-spinner:before {
        content: "\f110";
    }
    
    .fa-circle:before {
        content: "\f111";
    }
    
    .fa-mail-reply:before,
    .fa-reply:before {
        content: "\f112";
    }
    
    .fa-github-alt:before {
        content: "\f113";
    }
    
    .fa-folder-o:before {
        content: "\f114";
    }
    
    .fa-folder-open-o:before {
        content: "\f115";
    }
    
    .fa-smile-o:before {
        content: "\f118";
    }
    
    .fa-frown-o:before {
        content: "\f119";
    }
    
    .fa-meh-o:before {
        content: "\f11a";
    }
    
    .fa-gamepad:before {
        content: "\f11b";
    }
    
    .fa-keyboard-o:before {
        content: "\f11c";
    }
    
    .fa-flag-o:before {
        content: "\f11d";
    }
    
    .fa-flag-checkered:before {
        content: "\f11e";
    }
    
    .fa-terminal:before {
        content: "\f120";
    }
    
    .fa-code:before {
        content: "\f121";
    }
    
    .fa-mail-reply-all:before,
    .fa-reply-all:before {
        content: "\f122";
    }
    
    .fa-star-half-empty:before,
    .fa-star-half-full:before,
    .fa-star-half-o:before {
        content: "\f123";
    }
    
    .fa-location-arrow:before {
        content: "\f124";
    }
    
    .fa-crop:before {
        content: "\f125";
    }
    
    .fa-code-fork:before {
        content: "\f126";
    }
    
    .fa-unlink:before,
    .fa-chain-broken:before {
        content: "\f127";
    }
    
    .fa-question:before {
        content: "\f128";
    }
    
    .fa-info:before {
        content: "\f129";
    }
    
    .fa-exclamation:before {
        content: "\f12a";
    }
    
    .fa-superscript:before {
        content: "\f12b";
    }
    
    .fa-subscript:before {
        content: "\f12c";
    }
    
    .fa-eraser:before {
        content: "\f12d";
    }
    
    .fa-puzzle-piece:before {
        content: "\f12e";
    }
    
    .fa-microphone:before {
        content: "\f130";
    }
    
    .fa-microphone-slash:before {
        content: "\f131";
    }
    
    .fa-shield:before {
        content: "\f132";
    }
    
    .fa-calendar-o:before {
        content: "\f133";
    }
    
    .fa-fire-extinguisher:before {
        content: "\f134";
    }
    
    .fa-rocket:before {
        content: "\f135";
    }
    
    .fa-maxcdn:before {
        content: "\f136";
    }
    
    .fa-chevron-circle-left:before {
        content: "\f137";
    }
    
    .fa-chevron-circle-right:before {
        content: "\f138";
    }
    
    .fa-chevron-circle-up:before {
        content: "\f139";
    }
    
    .fa-chevron-circle-down:before {
        content: "\f13a";
    }
    
    .fa-html5:before {
        content: "\f13b";
    }
    
    .fa-css3:before {
        content: "\f13c";
    }
    
    .fa-anchor:before {
        content: "\f13d";
    }
    
    .fa-unlock-alt:before {
        content: "\f13e";
    }
    
    .fa-bullseye:before {
        content: "\f140";
    }
    
    .fa-ellipsis-h:before {
        content: "\f141";
    }
    
    .fa-ellipsis-v:before {
        content: "\f142";
    }
    
    .fa-rss-square:before {
        content: "\f143";
    }
    
    .fa-play-circle:before {
        content: "\f144";
    }
    
    .fa-ticket:before {
        content: "\f145";
    }
    
    .fa-minus-square:before {
        content: "\f146";
    }
    
    .fa-minus-square-o:before {
        content: "\f147";
    }
    
    .fa-level-up:before {
        content: "\f148";
    }
    
    .fa-level-down:before {
        content: "\f149";
    }
    
    .fa-check-square:before {
        content: "\f14a";
    }
    
    .fa-pencil-square:before {
        content: "\f14b";
    }
    
    .fa-external-link-square:before {
        content: "\f14c";
    }
    
    .fa-share-square:before {
        content: "\f14d";
    }
    
    .fa-compass:before {
        content: "\f14e";
    }
    
    .fa-toggle-down:before,
    .fa-caret-square-o-down:before {
        content: "\f150";
    }
    
    .fa-toggle-up:before,
    .fa-caret-square-o-up:before {
        content: "\f151";
    }
    
    .fa-toggle-right:before,
    .fa-caret-square-o-right:before {
        content: "\f152";
    }
    
    .fa-euro:before,
    .fa-eur:before {
        content: "\f153";
    }
    
    .fa-gbp:before {
        content: "\f154";
    }
    
    .fa-dollar:before,
    .fa-usd:before {
        content: "\f155";
    }
    
    .fa-rupee:before,
    .fa-inr:before {
        content: "\f156";
    }
    
    .fa-cny:before,
    .fa-rmb:before,
    .fa-yen:before,
    .fa-jpy:before {
        content: "\f157";
    }
    
    .fa-ruble:before,
    .fa-rouble:before,
    .fa-rub:before {
        content: "\f158";
    }
    
    .fa-won:before,
    .fa-krw:before {
        content: "\f159";
    }
    
    .fa-bitcoin:before,
    .fa-btc:before {
        content: "\f15a";
    }
    
    .fa-file:before {
        content: "\f15b";
    }
    
    .fa-file-text:before {
        content: "\f15c";
    }
    
    .fa-sort-alpha-asc:before {
        content: "\f15d";
    }
    
    .fa-sort-alpha-desc:before {
        content: "\f15e";
    }
    
    .fa-sort-amount-asc:before {
        content: "\f160";
    }
    
    .fa-sort-amount-desc:before {
        content: "\f161";
    }
    
    .fa-sort-numeric-asc:before {
        content: "\f162";
    }
    
    .fa-sort-numeric-desc:before {
        content: "\f163";
    }
    
    .fa-thumbs-up:before {
        content: "\f164";
    }
    
    .fa-thumbs-down:before {
        content: "\f165";
    }
    
    .fa-youtube-square:before {
        content: "\f166";
    }
    
    .fa-youtube:before {
        content: "\f167";
    }
    
    .fa-xing:before {
        content: "\f168";
    }
    
    .fa-xing-square:before {
        content: "\f169";
    }
    
    .fa-youtube-play:before {
        content: "\f16a";
    }
    
    .fa-dropbox:before {
        content: "\f16b";
    }
    
    .fa-stack-overflow:before {
        content: "\f16c";
    }
    
    .fa-instagram:before {
        content: "\f16d";
    }
    
    .fa-flickr:before {
        content: "\f16e";
    }
    
    .fa-adn:before {
        content: "\f170";
    }
    
    .fa-bitbucket:before {
        content: "\f171";
    }
    
    .fa-bitbucket-square:before {
        content: "\f172";
    }
    
    .fa-tumblr:before {
        content: "\f173";
    }
    
    .fa-tumblr-square:before {
        content: "\f174";
    }
    
    .fa-long-arrow-down:before {
        content: "\f175";
    }
    
    .fa-long-arrow-up:before {
        content: "\f176";
    }
    
    .fa-long-arrow-left:before {
        content: "\f177";
    }
    
    .fa-long-arrow-right:before {
        content: "\f178";
    }
    
    .fa-apple:before {
        content: "\f179";
    }
    
    .fa-windows:before {
        content: "\f17a";
    }
    
    .fa-android:before {
        content: "\f17b";
    }
    
    .fa-linux:before {
        content: "\f17c";
    }
    
    .fa-dribbble:before {
        content: "\f17d";
    }
    
    .fa-skype:before {
        content: "\f17e";
    }
    
    .fa-foursquare:before {
        content: "\f180";
    }
    
    .fa-trello:before {
        content: "\f181";
    }
    
    .fa-female:before {
        content: "\f182";
    }
    
    .fa-male:before {
        content: "\f183";
    }
    
    .fa-gittip:before,
    .fa-gratipay:before {
        content: "\f184";
    }
    
    .fa-sun-o:before {
        content: "\f185";
    }
    
    .fa-moon-o:before {
        content: "\f186";
    }
    
    .fa-archive:before {
        content: "\f187";
    }
    
    .fa-bug:before {
        content: "\f188";
    }
    
    .fa-vk:before {
        content: "\f189";
    }
    
    .fa-weibo:before {
        content: "\f18a";
    }
    
    .fa-renren:before {
        content: "\f18b";
    }
    
    .fa-pagelines:before {
        content: "\f18c";
    }
    
    .fa-stack-exchange:before {
        content: "\f18d";
    }
    
    .fa-arrow-circle-o-right:before {
        content: "\f18e";
    }
    
    .fa-arrow-circle-o-left:before {
        content: "\f190";
    }
    
    .fa-toggle-left:before,
    .fa-caret-square-o-left:before {
        content: "\f191";
    }
    
    .fa-dot-circle-o:before {
        content: "\f192";
    }
    
    .fa-wheelchair:before {
        content: "\f193";
    }
    
    .fa-vimeo-square:before {
        content: "\f194";
    }
    
    .fa-turkish-lira:before,
    .fa-try:before {
        content: "\f195";
    }
    
    .fa-plus-square-o:before {
        content: "\f196";
    }
    
    .fa-space-shuttle:before {
        content: "\f197";
    }
    
    .fa-slack:before {
        content: "\f198";
    }
    
    .fa-envelope-square:before {
        content: "\f199";
    }
    
    .fa-wordpress:before {
        content: "\f19a";
    }
    
    .fa-openid:before {
        content: "\f19b";
    }
    
    .fa-institution:before,
    .fa-bank:before,
    .fa-university:before {
        content: "\f19c";
    }
    
    .fa-mortar-board:before,
    .fa-graduation-cap:before {
        content: "\f19d";
    }
    
    .fa-yahoo:before {
        content: "\f19e";
    }
    
    .fa-google:before {
        content: "\f1a0";
    }
    
    .fa-reddit:before {
        content: "\f1a1";
    }
    
    .fa-reddit-square:before {
        content: "\f1a2";
    }
    
    .fa-stumbleupon-circle:before {
        content: "\f1a3";
    }
    
    .fa-stumbleupon:before {
        content: "\f1a4";
    }
    
    .fa-delicious:before {
        content: "\f1a5";
    }
    
    .fa-digg:before {
        content: "\f1a6";
    }
    
    .fa-pied-piper:before {
        content: "\f1a7";
    }
    
    .fa-pied-piper-alt:before {
        content: "\f1a8";
    }
    
    .fa-drupal:before {
        content: "\f1a9";
    }
    
    .fa-joomla:before {
        content: "\f1aa";
    }
    
    .fa-language:before {
        content: "\f1ab";
    }
    
    .fa-fax:before {
        content: "\f1ac";
    }
    
    .fa-building:before {
        content: "\f1ad";
    }
    
    .fa-child:before {
        content: "\f1ae";
    }
    
    .fa-paw:before {
        content: "\f1b0";
    }
    
    .fa-spoon:before {
        content: "\f1b1";
    }
    
    .fa-cube:before {
        content: "\f1b2";
    }
    
    .fa-cubes:before {
        content: "\f1b3";
    }
    
    .fa-behance:before {
        content: "\f1b4";
    }
    
    .fa-behance-square:before {
        content: "\f1b5";
    }
    
    .fa-steam:before {
        content: "\f1b6";
    }
    
    .fa-steam-square:before {
        content: "\f1b7";
    }
    
    .fa-recycle:before {
        content: "\f1b8";
    }
    
    .fa-automobile:before,
    .fa-car:before {
        content: "\f1b9";
    }
    
    .fa-cab:before,
    .fa-taxi:before {
        content: "\f1ba";
    }
    
    .fa-tree:before {
        content: "\f1bb";
    }
    
    .fa-spotify:before {
        content: "\f1bc";
    }
    
    .fa-deviantart:before {
        content: "\f1bd";
    }
    
    .fa-soundcloud:before {
        content: "\f1be";
    }
    
    .fa-database:before {
        content: "\f1c0";
    }
    
    .fa-file-pdf-o:before {
        content: "\f1c1";
    }
    
    .fa-file-word-o:before {
        content: "\f1c2";
    }
    
    .fa-file-excel-o:before {
        content: "\f1c3";
    }
    
    .fa-file-powerpoint-o:before {
        content: "\f1c4";
    }
    
    .fa-file-photo-o:before,
    .fa-file-picture-o:before,
    .fa-file-image-o:before {
        content: "\f1c5";
    }
    
    .fa-file-zip-o:before,
    .fa-file-archive-o:before {
        content: "\f1c6";
    }
    
    .fa-file-sound-o:before,
    .fa-file-audio-o:before {
        content: "\f1c7";
    }
    
    .fa-file-movie-o:before,
    .fa-file-video-o:before {
        content: "\f1c8";
    }
    
    .fa-file-code-o:before {
        content: "\f1c9";
    }
    
    .fa-vine:before {
        content: "\f1ca";
    }
    
    .fa-codepen:before {
        content: "\f1cb";
    }
    
    .fa-jsfiddle:before {
        content: "\f1cc";
    }
    
    .fa-life-bouy:before,
    .fa-life-buoy:before,
    .fa-life-saver:before,
    .fa-support:before,
    .fa-life-ring:before {
        content: "\f1cd";
    }
    
    .fa-circle-o-notch:before {
        content: "\f1ce";
    }
    
    .fa-ra:before,
    .fa-rebel:before {
        content: "\f1d0";
    }
    
    .fa-ge:before,
    .fa-empire:before {
        content: "\f1d1";
    }
    
    .fa-git-square:before {
        content: "\f1d2";
    }
    
    .fa-git:before {
        content: "\f1d3";
    }
    
    .fa-y-combinator-square:before,
    .fa-yc-square:before,
    .fa-hacker-news:before {
        content: "\f1d4";
    }
    
    .fa-tencent-weibo:before {
        content: "\f1d5";
    }
    
    .fa-qq:before {
        content: "\f1d6";
    }
    
    .fa-wechat:before,
    .fa-weixin:before {
        content: "\f1d7";
    }
    
    .fa-send:before,
    .fa-paper-plane:before {
        content: "\f1d8";
    }
    
    .fa-send-o:before,
    .fa-paper-plane-o:before {
        content: "\f1d9";
    }
    
    .fa-history:before {
        content: "\f1da";
    }
    
    .fa-circle-thin:before {
        content: "\f1db";
    }
    
    .fa-header:before {
        content: "\f1dc";
    }
    
    .fa-paragraph:before {
        content: "\f1dd";
    }
    
    .fa-sliders:before {
        content: "\f1de";
    }
    
    .fa-share-alt:before {
        content: "\f1e0";
    }
    
    .fa-share-alt-square:before {
        content: "\f1e1";
    }
    
    .fa-bomb:before {
        content: "\f1e2";
    }
    
    .fa-soccer-ball-o:before,
    .fa-futbol-o:before {
        content: "\f1e3";
    }
    
    .fa-tty:before {
        content: "\f1e4";
    }
    
    .fa-binoculars:before {
        content: "\f1e5";
    }
    
    .fa-plug:before {
        content: "\f1e6";
    }
    
    .fa-slideshare:before {
        content: "\f1e7";
    }
    
    .fa-twitch:before {
        content: "\f1e8";
    }
    
    .fa-yelp:before {
        content: "\f1e9";
    }
    
    .fa-newspaper-o:before {
        content: "\f1ea";
    }
    
    .fa-wifi:before {
        content: "\f1eb";
    }
    
    .fa-calculator:before {
        content: "\f1ec";
    }
    
    .fa-paypal:before {
        content: "\f1ed";
    }
    
    .fa-google-wallet:before {
        content: "\f1ee";
    }
    
    .fa-cc-visa:before {
        content: "\f1f0";
    }
    
    .fa-cc-mastercard:before {
        content: "\f1f1";
    }
    
    .fa-cc-discover:before {
        content: "\f1f2";
    }
    
    .fa-cc-amex:before {
        content: "\f1f3";
    }
    
    .fa-cc-paypal:before {
        content: "\f1f4";
    }
    
    .fa-cc-stripe:before {
        content: "\f1f5";
    }
    
    .fa-bell-slash:before {
        content: "\f1f6";
    }
    
    .fa-bell-slash-o:before {
        content: "\f1f7";
    }
    
    .fa-trash:before {
        content: "\f1f8";
    }
    
    .fa-copyright:before {
        content: "\f1f9";
    }
    
    .fa-at:before {
        content: "\f1fa";
    }
    
    .fa-eyedropper:before {
        content: "\f1fb";
    }
    
    .fa-paint-brush:before {
        content: "\f1fc";
    }
    
    .fa-birthday-cake:before {
        content: "\f1fd";
    }
    
    .fa-area-chart:before {
        content: "\f1fe";
    }
    
    .fa-pie-chart:before {
        content: "\f200";
    }
    
    .fa-line-chart:before {
        content: "\f201";
    }
    
    .fa-lastfm:before {
        content: "\f202";
    }
    
    .fa-lastfm-square:before {
        content: "\f203";
    }
    
    .fa-toggle-off:before {
        content: "\f204";
    }
    
    .fa-toggle-on:before {
        content: "\f205";
    }
    
    .fa-bicycle:before {
        content: "\f206";
    }
    
    .fa-bus:before {
        content: "\f207";
    }
    
    .fa-ioxhost:before {
        content: "\f208";
    }
    
    .fa-angellist:before {
        content: "\f209";
    }
    
    .fa-cc:before {
        content: "\f20a";
    }
    
    .fa-shekel:before,
    .fa-sheqel:before,
    .fa-ils:before {
        content: "\f20b";
    }
    
    .fa-meanpath:before {
        content: "\f20c";
    }
    
    .fa-buysellads:before {
        content: "\f20d";
    }
    
    .fa-connectdevelop:before {
        content: "\f20e";
    }
    
    .fa-dashcube:before {
        content: "\f210";
    }
    
    .fa-forumbee:before {
        content: "\f211";
    }
    
    .fa-leanpub:before {
        content: "\f212";
    }
    
    .fa-sellsy:before {
        content: "\f213";
    }
    
    .fa-shirtsinbulk:before {
        content: "\f214";
    }
    
    .fa-simplybuilt:before {
        content: "\f215";
    }
    
    .fa-skyatlas:before {
        content: "\f216";
    }
    
    .fa-cart-plus:before {
        content: "\f217";
    }
    
    .fa-cart-arrow-down:before {
        content: "\f218";
    }
    
    .fa-diamond:before {
        content: "\f219";
    }
    
    .fa-ship:before {
        content: "\f21a";
    }
    
    .fa-user-secret:before {
        content: "\f21b";
    }
    
    .fa-motorcycle:before {
        content: "\f21c";
    }
    
    .fa-street-view:before {
        content: "\f21d";
    }
    
    .fa-heartbeat:before {
        content: "\f21e";
    }
    
    .fa-venus:before {
        content: "\f221";
    }
    
    .fa-mars:before {
        content: "\f222";
    }
    
    .fa-mercury:before {
        content: "\f223";
    }
    
    .fa-intersex:before,
    .fa-transgender:before {
        content: "\f224";
    }
    
    .fa-transgender-alt:before {
        content: "\f225";
    }
    
    .fa-venus-double:before {
        content: "\f226";
    }
    
    .fa-mars-double:before {
        content: "\f227";
    }
    
    .fa-venus-mars:before {
        content: "\f228";
    }
    
    .fa-mars-stroke:before {
        content: "\f229";
    }
    
    .fa-mars-stroke-v:before {
        content: "\f22a";
    }
    
    .fa-mars-stroke-h:before {
        content: "\f22b";
    }
    
    .fa-neuter:before {
        content: "\f22c";
    }
    
    .fa-genderless:before {
        content: "\f22d";
    }
    
    .fa-facebook-official:before {
        content: "\f230";
    }
    
    .fa-pinterest-p:before {
        content: "\f231";
    }
    
    .fa-whatsapp:before {
        content: "\f232";
    }
    
    .fa-server:before {
        content: "\f233";
    }
    
    .fa-user-plus:before {
        content: "\f234";
    }
    
    .fa-user-times:before {
        content: "\f235";
    }
    
    .fa-hotel:before,
    .fa-bed:before {
        content: "\f236";
    }
    
    .fa-viacoin:before {
        content: "\f237";
    }
    
    .fa-train:before {
        content: "\f238";
    }
    
    .fa-subway:before {
        content: "\f239";
    }
    
    .fa-medium:before {
        content: "\f23a";
    }
    
    .fa-yc:before,
    .fa-y-combinator:before {
        content: "\f23b";
    }
    
    .fa-optin-monster:before {
        content: "\f23c";
    }
    
    .fa-opencart:before {
        content: "\f23d";
    }
    
    .fa-expeditedssl:before {
        content: "\f23e";
    }
    
    .fa-battery-4:before,
    .fa-battery-full:before {
        content: "\f240";
    }
    
    .fa-battery-3:before,
    .fa-battery-three-quarters:before {
        content: "\f241";
    }
    
    .fa-battery-2:before,
    .fa-battery-half:before {
        content: "\f242";
    }
    
    .fa-battery-1:before,
    .fa-battery-quarter:before {
        content: "\f243";
    }
    
    .fa-battery-0:before,
    .fa-battery-empty:before {
        content: "\f244";
    }
    
    .fa-mouse-pointer:before {
        content: "\f245";
    }
    
    .fa-i-cursor:before {
        content: "\f246";
    }
    
    .fa-object-group:before {
        content: "\f247";
    }
    
    .fa-object-ungroup:before {
        content: "\f248";
    }
    
    .fa-sticky-note:before {
        content: "\f249";
    }
    
    .fa-sticky-note-o:before {
        content: "\f24a";
    }
    
    .fa-cc-jcb:before {
        content: "\f24b";
    }
    
    .fa-cc-diners-club:before {
        content: "\f24c";
    }
    
    .fa-clone:before {
        content: "\f24d";
    }
    
    .fa-balance-scale:before {
        content: "\f24e";
    }
    
    .fa-hourglass-o:before {
        content: "\f250";
    }
    
    .fa-hourglass-1:before,
    .fa-hourglass-start:before {
        content: "\f251";
    }
    
    .fa-hourglass-2:before,
    .fa-hourglass-half:before {
        content: "\f252";
    }
    
    .fa-hourglass-3:before,
    .fa-hourglass-end:before {
        content: "\f253";
    }
    
    .fa-hourglass:before {
        content: "\f254";
    }
    
    .fa-hand-grab-o:before,
    .fa-hand-rock-o:before {
        content: "\f255";
    }
    
    .fa-hand-stop-o:before,
    .fa-hand-paper-o:before {
        content: "\f256";
    }
    
    .fa-hand-scissors-o:before {
        content: "\f257";
    }
    
    .fa-hand-lizard-o:before {
        content: "\f258";
    }
    
    .fa-hand-spock-o:before {
        content: "\f259";
    }
    
    .fa-hand-pointer-o:before {
        content: "\f25a";
    }
    
    .fa-hand-peace-o:before {
        content: "\f25b";
    }
    
    .fa-trademark:before {
        content: "\f25c";
    }
    
    .fa-registered:before {
        content: "\f25d";
    }
    
    .fa-creative-commons:before {
        content: "\f25e";
    }
    
    .fa-gg:before {
        content: "\f260";
    }
    
    .fa-gg-circle:before {
        content: "\f261";
    }
    
    .fa-tripadvisor:before {
        content: "\f262";
    }
    
    .fa-odnoklassniki:before {
        content: "\f263";
    }
    
    .fa-odnoklassniki-square:before {
        content: "\f264";
    }
    
    .fa-get-pocket:before {
        content: "\f265";
    }
    
    .fa-wikipedia-w:before {
        content: "\f266";
    }
    
    .fa-safari:before {
        content: "\f267";
    }
    
    .fa-chrome:before {
        content: "\f268";
    }
    
    .fa-firefox:before {
        content: "\f269";
    }
    
    .fa-opera:before {
        content: "\f26a";
    }
    
    .fa-internet-explorer:before {
        content: "\f26b";
    }
    
    .fa-tv:before,
    .fa-television:before {
        content: "\f26c";
    }
    
    .fa-contao:before {
        content: "\f26d";
    }
    
    .fa-500px:before {
        content: "\f26e";
    }
    
    .fa-amazon:before {
        content: "\f270";
    }
    
    .fa-calendar-plus-o:before {
        content: "\f271";
    }
    
    .fa-calendar-minus-o:before {
        content: "\f272";
    }
    
    .fa-calendar-times-o:before {
        content: "\f273";
    }
    
    .fa-calendar-check-o:before {
        content: "\f274";
    }
    
    .fa-industry:before {
        content: "\f275";
    }
    
    .fa-map-pin:before {
        content: "\f276";
    }
    
    .fa-map-signs:before {
        content: "\f277";
    }
    
    .fa-map-o:before {
        content: "\f278";
    }
    
    .fa-map:before {
        content: "\f279";
    }
    
    .fa-commenting:before {
        content: "\f27a";
    }
    
    .fa-commenting-o:before {
        content: "\f27b";
    }
    
    .fa-houzz:before {
        content: "\f27c";
    }
    
    .fa-vimeo:before {
        content: "\f27d";
    }
    
    .fa-black-tie:before {
        content: "\f27e";
    }
    
    .fa-fonticons:before {
        content: "\f280";
    }
    
    @font-face {
        font-family: 'icomoon';
        src: url('../fonts/icomoon/icomoon.eot');
        src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    
    h1,
    h2,
    h3 {
        font-family: "Galette", sans-serif;
    }
    /*********************
BACKGROUND STYLES
*********************/
    
    .cd-hero-slider .selected {
        height: 100vh;
        background-image: url('../img/background-ongoingprojects.JPG');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .cd-hero-slider li:first-of-type {
        height: 100vh;
        background-image: url('../img/background-ongoingprojects.JPG');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .cd-hero-slider li:nth-of-type(2) {
        height: 100vh;
        background-image: url('../img/background-electricity.JPG');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .cd-hero-slider li:nth-of-type(3) {
        height: 100vh;
        background-image: url('../img/background-energy-efficiency.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .cd-hero-slider li:nth-of-type(4) {
        height: 100vh;
        background-image: url('../img/background-perspectives.JPG');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .cd-hero-slider li:nth-of-type(5) {
        height: 100vh;
        background-image: url('../img/background-etransitions.JPG');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .cd-hero-slider li:nth-of-type(6) {
        height: 100vh;
        background-image: url('../img/background-hydrocarbons.JPG');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .cd-hero-slider li:nth-of-type(7) {
        height: 100vh;
        background-image: url('../img/background-renewable.JPG');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .cd-hero-slider li:nth-of-type(8) {
        height: 100vh;
        background-image: url('../img/background-sustainable.JPG');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .contact-image {
        position: fixed;
        float: right;
        right: 0;
        background-image: url('../img/background-contact2.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        height: 100vh;
    }
    
    .contact-details {
        background-color: #D7A40B;
    }
    
    .training-content {
        min-height: 100vh;
        background-color: #D7A40B;
        background-size: cover;
    }
    
    .training-image {
        position: fixed;
        right: 0;
        top: 0;
        min-height: 100vh;
        background-image: url('../img/background-training2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .archives-event-image {
        min-height: 100vh;
        background-image: url('../img/background-training2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        position: fixed;
    }
    /*********************
MENU STYLES
*********************/
    
    .cd-slider-nav {
        position: fixed;
        width: 100%;
        z-index: 98;
        top: 80px;
        height: 40px;
        background-color: #333
    }
    
    .cd-slider-nav nav ul {
        height: 40px;
        margin: 0;
        text-align: center;
        width: 100%;
        padding: 0px;
        list-style: none;
    }
    
    .cd-slider-nav nav ul li {
        font-size: .8em;
        display: inline-block;
        float: left;
        margin: 0;
        line-height: 40px;
        width: calc(100% /8);
    }
    
    .cd-slider-nav li.selected a {
        color: #313131;
        background: #ffffff;
        padding: 0 20px 0 20px;
        font-size: 0.9em;
    }
    
    .cd-slider-nav a {
        color: #fff;
        position: relative;
        display: inline-block;
        text-decoration: none;
        vertical-align: center;
        width: 100%;
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #2b2b2b;
    }
    
    .cd-slider-nav a:hover {
        color: #333;
        background-color: #fff;
        transition-duration: .5s;
    }
    /*********************
MOBILE MENU
*********************/
    
    .dropdown {
        display: none;
        position: fixed;
        top: 0px;
        margin: 0 auto;
        z-index: 1;
        width: 100vw;
        height: 50px;
        background: #333333;
    }
    
    .dropdown dt a {
        display: block;
        height: 50px;
        width: 100%;
        text-decoration: none;
    }
    
    .dropdown dt a:hover,
    .dropdown dt a:active {
        border-color: #bdc3c7;
    }
    
    .dropdown dt span {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 1.3em;
    }
    
    .dropdown dd {
        position: relative;
        background: transparent;
    }
    
    .dropdown dd ul {
        display: none;
        position: fixed;
        left: 0;
        top: 30px;
        width: 100%;
        background: transparent;
    }
    
    .dropdown dd ul li {
        position: relative;
        background-color: #ffffff;
        left: -40px;
    }
    
    .dropdown dd li a {
        width: 100vw;
        display: inline-block;
        text-decoration: none;
        color: #000000;
        font-size: 1.2em;
    }
    
    .dropdown dd li a:hover {
        background-color: #333333;
        color: #fff;
        cursor: pointer;
    }
    /*********************
LINK STYLES
*********************/
    /*********************
TEXT STYLES
*********************/
    
    .cd-hero-slider .cd-full-width h2 {
        margin-top: 12vh;
        color: #ffffff;
    }
    
    .cd-hero-slider .cd-full-width p {
        text-align: justify;
        color: #fff;
    }
    
    .cd-hero-slider li.selected p {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px;
    }
    
    .cd-hero-slider li.selected h2 {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px;
    }
    
    .contact-details h1 {
        text-align: center;
        color: #fff;
    }
    
    .training-content h1 {
        color: #fff;
    }
    
    .training-content p {
        color: #fff;
        text-align: justify;
    }
    /*********************
IMAGES STYLES
*********************/
    /*********************
BUTTONS STYLES
*********************/
    /* General button style (reset) */
    
    .btn {
        border: none;
        font-family: inherit;
        font-size: inherit;
        color: inherit;
        background: none;
        cursor: pointer;
        padding: 15px;
        display: inline-block;
        margin: 15px 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        outline: none;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    /* Pseudo elements for icons */
    
    .btn:before,
    .icon-heart:after,
    .icon-star:after,
    .icon-plus:after,
    .icon-file:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }
    
    .btn-5 {
        background: #ececec;
        color: #fff;
        height: 50px;
        width: 200px;
        font-size: 16px;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        color: #212121;
        transition: all .5s ease;
        text-align: center;
}
    }
.btn-5:hover {
    background-color: #212121;
    color: white;
}
    
    .btn-5:active {
        background: #212121;
        top: 2px;
    }
    
    .btn-5 span {
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.3s;
        -moz-backface-visibility: hidden;
        transition: all 0.3s;
        backface-visibility: hidden;
    }
    
    .btn-5:before {
        position: absolute;
        height: 100%;
        width: 100%;
        padding: 12px;
        font-size: 180%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .btn-5:active:before {
        color: #000000;
    }
    
    .btn-5b:hover span {
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
    }
    
    .btn-5b:before {
        left: -100%;
        top: 0;
    }
    
    .btn-5b:hover:before {
        left: 0;
    }
    
    .icon-arrow-right {
        content: "\e00d";
    }
    
    .icon-arrow-right:before {
        content: "\e00d";
    }
    
    .cd-hero-btn {
        bottom: 23%;
        right: 5%;
        position: absolute;
    }
    
    .input {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin: 0.1em;
        max-width: 350px;
        width: calc(100% - 2em);
        vertical-align: top;
    }
    
    .input__field {
        position: relative;
        display: block;
        float: right;
        padding: 0.8em;
        width: 60%;
        border: none;
        border-radius: 0;
        background: #f0f0f0;
        color: #aaa;
        font-weight: bold;
        -webkit-appearance: none;
        /* for box shadows to show on iOS */
    }
    
    .input__label {
        display: inline-block;
        float: right;
        padding: 0 1em;
        width: 40%;
        color: #6a7989;
        font-size: 70.25%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .input__label-content {
        position: relative;
        display: block;
        padding: 1.6em 0;
        width: 100%;
    }
    
    .input__field--isao {
        z-index: 10;
        padding: 0.75em 0.1em 0.25em;
        width: 100%;
        background: transparent;
        color: #afb3b8;
    }
    
    .input__label--isao {
        position: relative;
        overflow: hidden;
        padding: 0;
        width: 100%;
        color: #dadada;
        text-align: left;
    }
    
    .input__label--isao::before {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 7px;
        background: #dadada;
        -webkit-transform: scale3d(1, 0.4, 1);
        transform: scale3d(1, 0.4, 1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
        transition: transform 0.3s, background-color 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }
    
    .input__label--isao::after {
        content: attr(data-content);
        position: absolute;
        top: 0;
        left: 0;
        padding: 0.75em 0.15em;
        color: #dadada;
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        pointer-events: none;
    }
    
    .input__field--isao:focus + .input__label--isao::before {
        background-color: #dadada;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    
    .input__field--isao:focus + .input__label--isao {
        pointer-events: none;
    }
    
    .input__field--isao:focus + .input__label--isao::after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .input__label-content--isao {
        padding: 0.75em 0.15em;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }
    
    .input__field--isao:focus + .input__label--isao .input__label-content--isao {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    /* Contact Form 7 Styles
---------------------------------*/
    
    .wpcf7-text,
    .wpcf7-textarea,
    .wpcf7-captchar {
        background-color: #eee;
        border: none;
        width: 60%;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 14px;
        color: #999;
        padding: 16px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .wpcf7-submit {
        color: #212121;
        margin: 8px auto 0;
        cursor: pointer;
        font-size: 20px;
        font-weight: 500;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 6px 20px;
        line-height: 1.7em;
        background: transparent;
        border: 2px solid;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    .wpcf7-submit:hover {
        background-color: #eee;
        border-color: #eee;
        padding: 6px 20px;
    }
    /*********************
POSTS & CONTENT STYLES
*********************/

    #underline {
    text-decoration: underline;
    }
    
    .projects-border {
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.05);
        border-bottom-width: 3px;
    }
    
    .agenda-block {
        height: 50vh;
        background-color: black;
    }
    /* ---- grid-item ---- */
    
    .articles-page {
        min-height: 100vh;
        background-color: #ececec;
    }
    
    .categories-list li.cat-item {
        margin-bottom: 5px;
    }
    
    .post-wrap {
        background-color: #fff;
        margin-right: 10px;
        margin-top: 80px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.03);
        border-width: 3px;
    }
    
    .post-wrap h1 {
        font-size: 1.6em;
        text-align: center;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.05);
        border-bottom-width: 3px;
    }
    
    .blog-post {
        min-height: 320px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .blog-post-event {
        height: 250px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    .blog-post a {
        margin-top: 15px;
        text-decoration: none;
    }
    
    .blog-post-event a {
        margin-top: 15px;
        text-decoration: none;
    }
    
    .blog-post-title {
        padding-right: 10px;
        font-size: 1.4em;
        line-height: 1em;
        padding-bottom: 0px;
        margin-bottom: .2em;
        margin-top: .2em;
        color: #313131;
    }
    
    .blog-post p {
        color: #313131;
        font-size: 1em;
        line-height: 1.2em;
        padding-right: 10px;
        margin-top: -10px;
    }
    
    .blog-post-event p {
        color: #313131;
        font-size: 1em;
        line-height: 1.2em;
        padding-right: 10px;
        margin-top: -10px;
    }
    
    .blog-post-date {
        font-size: .8em;
    }
    
    .btn-blog {
        position: absolute;
        right: 10px;
        margin-bottom: 0px;
        text-decoration: none;
        font-weight: 700;
        color: #005A7F;
    }
    
    .btn-blog:hover {
        opacity: .8;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
    
    .single-wrap {
        background-color: #f7f7f7;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.03);
        border-width: 3px;
        padding-bottom: 70px;
    }
    
    .single-wrap h1 {
        font-size: 1.6em;
        text-align: center;
        padding-top: 80px;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.05);
        border-bottom-width: 3px;
    }
    
    .single-date {
        text-align: right;
        margin-bottom: 40px;
    }
    
    .single-header {
        margin-top: 80px;
        min-height: 350px;
        min-width: auto;
        background-size: cover;
        background-position: center center;
    }
    
    .publication-header {
        margin-top: 80px;
        min-height: 350px;
        min-width: auto;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .cmenu {
        margin-top: 25vh;
    }
    
    .contact-menu {
        max-width: 100%;
    }
    
    .contact-menu ul {
        list-style: none;
        text-align: center;
        padding-left: 0px;
        margin-top: 10vh;
    }
    
    .contact-menu ul li {
        display: inline-block;
        position: relative;
        margin: 0 2em;
        padding: 0;
    }
    
    .contact-menu ul li a {
        display: inline-block;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
    
    .tooltip {
        display: inline;
        position: relative;
        color: #fff;
        font-size: 40px;
    }
    /* Gap filler */
    
    .tooltip::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 20px;
        bottom: 100%;
        left: 50%;
        pointer-events: none;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .tooltip:hover::after {
        pointer-events: auto;
    }
    /* Tooltip */
    
    .tooltip-content {
        position: absolute;
        z-index: 9999;
        width: 300px;
        left: 50%;
        bottom: 100%;
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
        background: transparent;
        opacity: 0;
        margin: 0 0 20px -150px;
        cursor: default;
        pointer-events: none;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: opacity 0.3s 0.3s;
        transition: opacity 0.3s 0.3s;
    }
    
    .tooltip:hover .tooltip-content {
        opacity: 1;
        pointer-events: auto;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    
    .tooltip-content span {
        display: block;
    }
    
    .tooltip-text {
        border-bottom: 10px solid #fff;
        overflow: hidden;
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transition: -webkit-transform 0.3s 0.3s;
        transition: transform 0.3s 0.3s;
    }
    
    .tooltip:hover .tooltip-text {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    
    .tooltip-inner {
        background: #333333;
        padding: 40px;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }
    
    .tooltip:hover .tooltip-inner {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* Arrow */
    
    .tooltip-content::after {
        content: '';
        bottom: -20px;
        left: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }
    
    .training-box {
        margin-top: 120px;
    }
    /**********************
Publication page
**********************/
    
    .publication-page {
        min-height: 100vh;
        background-image: url('../img/photo-1434491004038-9d04aad5a045.jpg');
        margin-top: 60px;
    }
    
    .publication-menu {
        position: fixed;
        z-index: 98;
        top: 80px;
        height: 40px;
        background-color: #333;
    }
    
    .publication-menu ul {
        height: 40px;
        margin: 0;
        text-align: center;
        width: 100%;
        padding: 0px;
        list-style: none;
    }
    
    .publication-menu ul li {
        font-size: .8em;
        display: inline-block;
        float: left;
        margin: 0;
        line-height: 40px;
        width: 16.6%;
    }
    
    .publication-menu ul li a {
        color: #fff;
        position: relative;
        display: inline-block;
        text-decoration: none;
        width: 100%;
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #2b2b2b;
    }
    
    .publication-menu ul li a:hover {
        color: #333;
        background-color: #fff;
        transition-duration: .5s;
    }
    
    .publication-card {
        height: 400px;
        text-align: center;
        background: #f9fcf7;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9fcf7), color-stop(100%, #f5f9f0));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #f9fcf7 0%, #f5f9f0 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0', GradientType=0);
        /* IE6-9 */
        margin-top: 30px;
        padding-top: 20px;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.10);
        border-bottom-width: 6px;
    }
    
    .publication-thumbnail {
        display: block;
        max-height: 200px;
    }
    
    .publication-card h2 {
        font-size: 1em;
        color: #313131;
    }
    
    .publication-card a {
        text-decoration: none;
    }
    
    .publication-post-date {
        display: inline-block;
    }
    
    .btn-publication {
        font-weight: 700;
        display: inline-block;
        line-height: 1.618em;
        color: #005A7F;
        position: absolute;
    bottom: 2%;
    right: 5%;
    }
.publication-post-category p{
    margin-bottom: 0;
    position: absolute;
    bottom: 2%;
}
    /*********************
CONTENT ANIMATION
*********************/
    
    .cd-hero {
        position: fixed;
        margin: 0;
        padding: 0;
        width: 100vw;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .cd-hero-slider {
        position: relative;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    
    .cd-hero-slider li {
        list-style: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    
    .cd-hero-slider li.selected {
        /* this is the visible slide */
        position: relative;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    
    .cd-hero-slider li.move-left {
        /* slide hidden on the left */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    
    .cd-hero-slider li.is-moving,
    .cd-hero-slider li.selected {
        /* the is-moving class is assigned to the slide which is moving outside the viewport */
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        transition: transform 0.5s;
    }
    
    .cd-hero-slider .cd-half-width {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
    }
    
    .cd-hero-slider .move-left .cd-half-width {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    
    .cd-hero-slider .selected .cd-half-width {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    
    .cd-hero-slider .is-moving .cd-half-width {
        /* this is the slide moving outside the viewport 
wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }
    
    .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
    .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }
    
    .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
    .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    }
    
    .cd-hero-slider .cd-full-width h2,
    .cd-hero-slider .cd-full-width p,
    .cd-hero-slider .cd-full-width .cd-btn {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    
    .cd-hero-slider .move-left .cd-full-width h2,
    .cd-hero-slider .move-left .cd-full-width p,
    .cd-hero-slider .move-left .cd-full-width .cd-btn {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    
    .cd-hero-slider .selected .cd-full-width h2,
    .cd-hero-slider .selected .cd-full-width p,
    .cd-hero-slider .selected .cd-full-width .cd-btn {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    
    .cd-hero-slider li.is-moving .cd-full-width h2,
    .cd-hero-slider li.is-moving .cd-full-width p,
    .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
        /* this is the slide moving outside the viewport 
wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }
    
    .cd-hero-slider li.selected h2 {
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }
    
    .cd-hero-slider li.selected p {
        -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
        -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
        transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    }
    
    .cd-hero-slider li.selected .cd-btn {
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    }
    /*********************
MEDIA QUERIES
*********************/
    
    @media only screen and (max-width: 40em) {
        .publication-page {
            margin-top: 90px;
        }
        .hide-on-mobile {
            display: none;
        }
        .post-thumbnail {
            display: none;
        }
        .dropdown {
            display: block;
            top: 50px;
        }
        .dropdown dd ul {
            top: 0px;
        }
        .cd-hero-btn {
            position: fixed;
            bottom: 0%;
            left: 0;
            width: 100%;
        }
        
        .cd-hero-btn * .btn{
            margin: 0px 0px;
            width: 100%;
        }
        .cd-hero-slider .cd-full-width h2 {
            margin-top: 15vh;
        }
        .contact-image {
            display: none;
        }
        .tooltip:focus::after {
            pointer-events: auto;
        }
        .tooltip:focus .tooltip-content {
            opacity: 1;
            pointer-events: auto;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }
        .tooltip:focus .tooltip-text {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
        .tooltip:focus .tooltip-inner {
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        .contact-menu ul li {
            display: block;
            margin: 2em;
        }
        .contact-menu ul li a {
            display: block;
        }
        .training-box {
            margin-top: 70px;
            width: 100%;
        }
        .publication-menu {
            top: 50px;
        }
        .training-image {
            display: none;
        }
        .cd-slider-nav {
            top: 50px;
        }
        .cd-hero-slider .selected .cd-full-width h2{
            margin-top: 100px;
            margin-bottom: 0px;
        }
        .cd-hero-text-box p{
            margin-top: 0px;
        }
    }
    
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .hide-on-mobile {
            display: none;
        }
        .dropdown {
            display: block;
            top: 70px;
        }
        .publication-menu {
            top: 70px;
        }
        .contact-image {
            display: none;
        }
        .tooltip:focus::after {
            pointer-events: auto;
        }
        .tooltip:focus .tooltip-content {
            opacity: 1;
            pointer-events: auto;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }
        .tooltip:focus .tooltip-text {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
        .tooltip:focus .tooltip-inner {
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        .training-image {
            display: none;
        }
        .training-box {
            margin-top: 80px;
            width: 100%;
        }
        .cd-slider-nav {
            top: 50px;
        }
    }
    
    @media only screen and (min-width: 64em) {}
    /******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
    /*********************
GENERAL STYLES
*********************/
    
    .page-margin {
        margin-top: 80px;
    }
    /*********************
BACKGROUND STYLES
*********************/
    
    .search-result {
        background-color: #fff;
        margin-top: 180px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.03);
        border-width: 3px;
    }
    
    .search-page {
        min-height: 100vh;
        background-color: #ececec;
    }
    
    .index-image {
        position: fixed;
        background-image: url('../img/image-index.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100vh;
    }
    
    .index-content {
        min-height: 100vh;
        background-image: url('../img/background-index.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .first-about {
        padding-bottom: 100px;
    }
    
    .first-about h2 {
        padding-top: 130px;
        padding-bottom: 3%;
    }
    
    .bottom-padding {
        padding-bottom: 80px;
    }
    
    #presentation {
        min-height: 100vh;
        background-image: url('../img/photo-1434491004038-9d04aad5a045.jpg');
        background-size: cover;
        color: #fff;
    }
    
    #members {
        color: #313131;
        min-height: 100vh;
        background-position: center center;
        background-image: url('../img/background-members.png');
        background-attachment: fixed;
        background-color: #ececec;
    }
    #associated-partners{
        background-color: #4b4b4b;
    }
#associated-partners, #governance * h2{
    color:white;
}
    #governance {
        min-height: 100vh;
        background-position: center center;
        background-image: url('../img/background-members.png');
        background-attachment: fixed;
        background-color: #3b3b3b;
    }
     #taskforces {
        min-height: 100vh;
        background-color: #2b2b2b;
    }
#taskforces * .tabs nav a {
    padding: 0.5em;
}
#taskforces * h2 {
    color: white;
}

    .padding-about {
        padding-top: 130px;
    }
    
    #committees {
        min-height: 100vh;
        background-color: #2b2b2b;
        background-size: cover;
        text-align: center;
    }
    
    #joinus {
        min-height: 100vh;
        background-color: #ececec;
    }
    
    .about-us h2 {
        font-size: 2.4em;
        text-align: center;
    }
    
    .presentation-icon {
        padding-top: 50px;
        text-align: center;
        min-height: 30vh;
    }
    
    .committees {
        padding-top: 130px;
        color: white;
    }
    
    .join-card {
        margin-top: 3%;
        padding: 1% 2% 0% 2%;
        background-color: #f7f7f7;
        text-align: justify;
        border-bottom: 3px solid;
        border-bottom-color: rgba(0, 0, 0, 0.1);
    }
    
    .join-card a {
        color: #313131;
        text-decoration: none;
    }
    
    .join-card h4 {
        float: right;
    }
    
    .join-card a {
        padding: 8px 0;
    }
    /*********************
MENU STYLES
*********************/
    
    .menu-bar {
        position: fixed;
        background-color: #212121;
        height: 80px;
        z-index: 99999999;
    }
    
    .logo img {
        position: relative;
        top: auto;
        bottom: auto;
        left: -10px;
        align-items: center;
        height: 60px;
        margin-top: 10px;
    }
    
    .sign-in {
        float: right;
        padding-right: 4.5vw;
    }
    
    .main-nav ul {
        height: 80px;
        margin: 0;
        list-style: none;
        text-align: center;
        font-size: .8em;
    }
    
    .main-nav ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        font-size: 1em;
        font-weight: 700;
        line-height: 80px;
    }
    
    .main-nav ul li a {
        font-family: "Galette", sans-serif;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: -4px;
    }
    
    .main-nav ul li a:hover {
        background-color: #333;
        border-bottom: 2px;
        border-bottom-style: solid;
        border-color: white;
    }
    
    .searchform {
        position: absolute;
        right: 20px;
        top: 1px;
    }
    
    .search-field {
        background-color: transparent;
        background-image: url('../img/search-icon.png');
        background-position: 0 center;
        background-repeat: no-repeat;
        background-size: 60px 60px;
        border: none;
        cursor: pointer;
        height: 60px;
        width: 60px;
        margin: 10px 0;
        padding: 0 0 0 60px;
        position: relative;
        -webkit-transition: width 400ms ease, background 400ms ease;
        transition: width 400ms ease, background 400ms ease;
        width: 0;
    }
    
    .search-field:focus {
        background-color: #333;
        cursor: text;
        outline: 0;
        width: 230px;
        color: #fff;
        font-family: 'Galette', sans-serif;
    }
    
    .searchsubmit {
        display: none;
    }
    
    input[type="search"] {
        -webkit-appearance: textfield;
    }
    /* NAV ABOUT US */
    
    .subnav-about {
        position: fixed;
        z-index: 98;
        top: 80px;
        height: 40px;
        background-color: #333;
    }
    
    .subnav-about ul {
        height: 40px;
        margin: 0;
        text-align: center;
        width: 100%;
        padding: 0px;
        list-style: none;
    }
    
    .subnav-about ul li {
        font-size: .8em;
        display: inline-block;
        float: left;
        margin: 0;
        line-height: 40px;
        width: 15%;
    }
    
    .subnav-about ul li a {
        color: #fff;
        position: relative;
        display: inline-block;
        text-decoration: none;
        width: 100%;
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #2b2b2b;
    }
    
    .subnav-about ul li a:hover {
        color: #333;
        background-color: #fff;
        transition-duration: .5s;
    }
@media only screen and (max-width: 40em) {
.subnav-about {
        display: none;
    }
}
    /*********************
MOBILE MENU
*********************/
    
    .button_container {
        position: fixed;
        top: 5%;
        right: 2%;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
    }
    
    #toggle.button_container.active {}
    
    .button_container:hover {
        opacity: .7;
    }
    
    .button_container.active .top {
        -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
        -ms-transform: translateY(11px) translateX(0) rotate(45deg);
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #FFF;
    }
    
    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }
    
    .button_container.active .bottom {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #FFF;
    }
    
    .button_container span {
        background: #fff;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }
    
    .button_container span:nth-of-type(2) {
        top: 11px;
    }
    
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    
    .overlay {
        position: fixed;
        background: #212121;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .35s, visibility .35s, height .35s;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
    }
    
    .overlay.open {
        z-index: 99999;
        opacity: .9;
        visibility: visible;
        height: 100%;
    }
    
    .overlay.open li {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
    }
    
    .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }
    
    .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .45s;
        animation-delay: .45s;
    }
    
    .overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: .55s;
        animation-delay: .55s;
    }
    
    .overlay.open li:nth-of-type(5) {
        -webkit-animation-delay: .60s;
        animation-delay: .60s;
    }
    
    .overlay.open li:nth-of-type(6) {
        -webkit-animation-delay: .65s;
        animation-delay: .65s;
    }
    
    .overlay.open li:nth-of-type(7) {
        -webkit-animation-delay: .70s;
        animation-delay: .70s;
    }
    
    .overlay.open li:nth-of-type(8) {
        -webkit-animation-delay: .75s;
        animation-delay: .75s;
    }
    
    .overlay.open li:nth-of-type(9) {
        -webkit-animation-delay: .80s;
        animation-delay: .80s;
    }

    .overlay.open li:nth-of-type(10) {
        -webkit-animation-delay: .85s;
        animation-delay: .85s;
    }
    
    .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.2em;
        font-weight: 400;
        text-align: center;
    }
    
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }
    
    .overlay ul li {
        display: block;
        height: 20%;
        height: calc(100% / 10);
        min-height: 50px;
        position: relative;
        opacity: 0;
    }
    
    .overlay ul li a {
        display: block;
        position: relative;
        color: #FFF;
        text-decoration: none;
        overflow: hidden;
    }
    
    .overlay ul li a:hover:after,
    .overlay ul li a:focus:after,
    .overlay ul li a:active:after {
        width: 100%;
    }
    
    .overlay ul li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3px;
        background: #FFF;
        -webkit-transition: .35s;
        transition: .35s;
    }
    
    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
    
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
    
    @media only screen and (max-width: 40em) {
        .button_container {
            top: 12px;
            right: 15px;
        }
        .overlay ul li {
            display: block;
            height: 20%;
            height: calc(100% / 10);
            min-height: 30px;
            position: relative;
            opacity: 0;
        }
    }
    
    @media only screen and (min-width: 40.063em) and (max-width: 1250px) {
        .button_container {
            top: 22px;
            right: 20px;
        }
        .cd-slider-nav {
            top: 70px;
        }
    }
    
    @media only screen and (min-width: 1250px) {
        .show-on-mobile {
            display: none;
        }
    }
    /*********************
LINK STYLES
*********************/
    /*********************
TEXT STYLES
*********************/
    
    .index-content h1 {
        margin-top: 20px;
        color: #fff;
        font-size: 1.8em;
        line-height: 1em;
    }
    
    .index-content h2 {
        color: #fff;
        margin-top: 6%;
        margin-bottom: 0px;
    }
    
    .index-content p {
        color: #fff;
        text-align: justify;
        margin-top: 0px;
    }
    /*********************
IMAGES STYLES
*********************/
    /*********************
ANIMATIONS
*********************/
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
        }
        to {
            opacity: 1;
            transform: none;
        }
    }
    /*********************
TABS
*********************/
    /* Default tab style */
    
    .tabs {
        display: inline-block;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        font-weight: 300;
        font-size: 1.25em;
    }
    /* Nav */
    
    .tabs nav {
        text-align: center;
        background-color: #e9e9e9;
    }
    
    .tabs nav ul {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        margin: 0 auto;
        padding: 0;
        max-width: 1200px;
        list-style: none;
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    
    .tabs nav ul li {
        position: relative;
        z-index: 1;
        display: block;
        margin: 0;
        text-align: center;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .tabs nav a {
        position: relative;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 2.5;
    }
    
    .tabs nav a span {
        vertical-align: middle;
        font-size: 0.75em;
    }
    
    .tabs nav li.tab-current a {
        color: #313131;
    }
    
    .tabs nav a:focus {
        outline: none;
    }
    /* Icons */
    
    .icon::before {
        z-index: 10;
        display: inline-block;
        margin: 0 0.4em 0 0;
        vertical-align: middle;
        text-transform: none;
        font-weight: normal;
        font-variant: normal;
        font-size: 1.3em;
        font-family: 'fontawesome';
        line-height: 1;
        speak: none;
        -webkit-backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /* Content */
    
    .content-wrap-tab {
        position: relative;
        min-height: 370px;
        text-align: justify;
        border-bottom: 3px solid;
        border-bottom-color: rgba(0, 0, 0, 0.1);
    }
    
    .content-wrap-tab section {
        display: none;
        margin: 0 auto;
        padding: 1em;
        max-width: 1200px;
        text-align: left;
    }
    
    .content-wrap-tab section.content-current {
        display: block;
    }
    
    .content-wrap-tab section p {
        text-align: justify;
        margin: 0;
        padding: 0.75em 0;
        color: #313131;
        font-size: .8em;
        line-height: 1em;
    }
    /* Fallback */
    
    .no-js .content-wrap-tab section {
        display: block;
        padding-bottom: 2em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }
    
    .no-flexbox nav ul {
        display: block;
    }
    
    .no-flexbox nav ul li {
        min-width: 15%;
        display: inline-block;
    }
    
    @media screen and (max-width: 58em) {
        .tabs nav a.icon span {
            display: none;
        }
        .tabs nav a:before {
            margin-right: 0;
        }
    }
    
    .tabs-style-flip {
        padding-top: 5%;
        padding-bottom: 130px;
        max-width: 1200px;
    }
    
    .tabs-style-flip nav a {
        text-decoration: none;
        padding: 0.5em 0;
        color: #b2b2b2;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
    
    .tabs-style-flip nav a:hover,
    .tabs-style-flip nav a:focus,
    .tabs-style-flip nav li.tab-current a {
        color: #313131;
    }
    
    .tabs-style-flip nav a span {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 0.625em;
    }
    
    .tabs-style-flip nav a::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: #f7f7f7;
        content: '';
        -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
        transition: transform 0.3s, background-color 0.3s;
        -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-perspective-origin: 50% 100%;
        perspective-origin: 50% 100%;
    }
    
    .tabs-style-flip nav li.tab-current a::after {
        background-color: #f7f7f7;
        -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
        transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
    }
    
    .tabs-style-flip .content-wrap-tab {
        background: #f7f7f7;
    }

    /*********************
MEMBERS GRID
*********************/
    
    .grid {
        max-width: 1300px;
        padding: 5% 20px 20px 20px;
        margin: 0 auto;
        list-style: none;
        text-align: center;
    }
    
    .grid li {
        display: inline-block;
    }
    
    .grid figure {
        margin: 0;
        position: relative;
    }
    
    .grid figure img {
        max-width: 100%;
        display: block;
        position: relative;
    }
    
    .grid figcaption {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px;
        background: #212121;
    }
    
    .grid figcaption h3 {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: .8em;
    }
    
    .grid figcaption a {
        text-decoration: none;
        text-align: center;
        padding: 5px 10px;
        border-radius: 2px;
        display: inline-block;
        background: #fff;
        color: #fff;
        font-size: .8em;
    }
    
    .cs-style-5 figure img {
        z-index: 10;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }
    
    .no-touch .cs-style-5 figure:hover img,
    .cs-style-5 figure.cs-hover img {
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }
    
    .cs-style-5 figcaption {
        height: 150px;
        width: 150px;
        opacity: 0;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        -moz-transition: -moz-transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s;
    }
    
    .no-touch .cs-style-5 figure:hover figcaption,
    .cs-style-5 figure.cs-hover figcaption {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    
    .cs-style-5 figure a {
        background-color: #333;
        color: #fff;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    /*********************
MEMBERS TABLE
*********************/

#members section {
    text-align: center;
}



    /*********************
POSTS & CONTENT STYLES
*********************/
    /* Pagination*/
    
    .pagination-centered {
        text-align: center;
        margin-top: 50px;
    }
    
    .pagination-centered ul li {
        display: inline-block;
        float: left;
        line-height: 50px;
        border-bottom: 2px solid #fff;
    }
    
    .pagination-centered ul li a {
        padding: 0 1.4em;
        height: 50px;
        line-height: 50px;
        color: #313131;
    }
    
    .page-numbers {
        display: inline-block;
        line-height: 1;
        text-decoration: none;
        font-weight: 600;
    }
    
    a.next.page-numbers {
        padding: 0 2.4em;
    }
    
    a.prev.page-numbers {
        padding: 0 2.4em;
    }
    
    .page-numbers.current {
        color: #fff;
        padding: 0 1.4em;
        line-height: 50px;
        background-color: #313131;
    }
    
    .pagination-centered ul li a:hover {
        background-color: #313131;
        color: #ececec;
        transition-duration: .5s;
    }
    
    .post-categories {
        display: inline-block;
        text-decoration: none;
        list-style: none;
        padding-right: 10px;
        margin-left: -40px;
        line-height: .8em;
    }
    /*********************
FIONA
*********************/
    
    .btn-training-font {
        font-size: 14px;
    }
    
    .btn-training {
        text-align: right;
    }
    
    .credits-page {
        padding: 0;
        height: 100vh;
        text-align: center;
    }
    
    .credits-content {
        margin-top: 210px;
    }
    
    .credits-content h1 {
        font-size: 50px;
        padding: 0;
        margin: 0;
    }
    
    .credits-image {
        background-image: url('../img/error-404.png');
        background-size: cover;
        background-position: left top;
        background-repeat: no-repeat;
        height: 100vh;
        margin-top: 100px;
    }
    
    .database-content {
        margin-top: 230px;
    }
    
    .database-content h1 {
        font-size: 50px;
        padding: 0;
        margin: 0;
    }
    
    .database-content h2 {
        margin-top: 0;
    }
    
    .border-category-page {
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.05);
        border-bottom-width: 3px;
    }
    
    .categories-list {
        text-align: center;
        padding: 0;
    }
    
    .categories-list li.cat-item {
        display: inline-block;
        padding: 5px 20px 5px 20px;
        background-color: #212121;
    }
    
    .categories-list li:first-child {
        display: inline-block;
        padding: 5px 20px 5px 20px;
        background-color: #212121;
    }
    
    .categories-list li:first-child:hover {
        background-color: #414141;
    }
    
    .categories-list li:first-child a {
        text-decoration: none;
        font-family: 'Galette';
        font-size: 1.2em;
        color: #fff;
    }
    
    .categories-list li.cat-item:hover {
        background-color: #414141;
    }
    
    .categories-list li.cat-item a {
        text-decoration: none;
        font-family: 'Galette';
        font-size: 1.2em;
        color: #fff;
    }
    
    .categories-list li.current-cat {
        background-color: #414141;
    }
    
    .animated {
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-delay: .8s;
        -moz-animation-delay: .8s;
        -webkit-animation-delay: .8s;
    }
    
    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
    
    @-webkit-keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    @keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    .training-content a {
        color: #fff;
    }
    
    .content-wrap-tab section a {
        color: #313131;
    }
    
    .single-event-date {
        text-align: right;
        margin-bottom: 40px;
        font-family: 'Galette';
        font-style: italic;
    }
    
    .archives-event-page {
        margin-top: 80px;
        padding: 0;
    }
    
    .archives-event-content {
        background-color: #f7f7f7;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.03);
        border-width: 3px;
        padding-bottom: 70px;
    }
    
    .archives-event-content h1 {
        text-align: center;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.05);
        border-bottom-width: 3px;
    }
    
    .archives_event_date p {
        padding-right: 0px;
        margin-top: 20px;
    }
    
    .error-404 {
        padding: 0;
        height: 100vh;
        text-align: center;
    }
    
    .error-image {
        background-image: url('../img/error-404.png');
        background-size: cover;
        background-position: right top;
        background-repeat: no-repeat;
        height: 100vh;
        margin-top: 100px;
    }
    
    .error-content {
        margin-top: 180px;
    }
    
    .error-content h1 {
        font-size: 130px;
        padding: 0;
        margin: 0;
    }
    
    .error-content h2 {
        margin-top: 0;
    }
    
    .btn-error {
        display: inline-block;
        background-color: orange;
        padding: 5px 30px 5px 30px;
        margin-left: 30px;
        border-radius: 3px;
    }
    
    .btn-error a {
        color: white;
        text-decoration: none;
    }
    
    .agenda-block {
        height: 100vh;
        margin-top: 80px;
        background-color: #f7f7f7;
        padding: 0;
    }
    
    .agenda-block h2 {
        text-align: center;
        color: #212121;
    }
    
    .agenda-icon {
        padding-right: 20px;
        font-size: 1.5em;
    }
    
    .uep_event_entries {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .view-all-events {
        text-align: center;
        padding-top: 15px;
    }
    
    .view-all-events a {
        text-decoration: none;
        font-family: 'Galette';
        color: #212121;
        font-size: 1em;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.05);
        border-bottom-width: 3px;
    }
    
    .view-all-events a:hover {
        font-weight: bold;
    }
    
    .uep_event_entry {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .event-date-entry {
        height: 80px;
        background-color: #212121;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.05);
        border-bottom-width: 1px;
    }
    
    .event-date-entry p {
        text-align: center;
        font-family: 'Galette';
        color: #fff;
    }
    
    .event-title-entry {
        height: 80px;
        background-color: #3b3b3b;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.05);
        border-bottom-width: 1px;
        transition: all .5s ease;
    }
    
    .event-title-entry h2 {
        color: white;
    }
.event-title-entry:hover h2{
     color:  #212121;
}
    .event-title-entry:hover{
        background-color: #f7f7f7;
       
    }
    
    .uep_event_entry h2 {
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .uep_event_entry h2 a {
        text-decoration: none;
        color: inherit;
    }
    
    .uep_event_entry .event_venue {
        font-size: 0.9em;
        font-weight: normal;
        font-style: italic;
    }
    
    .uep_event_entry .uep_event_date {
        font-size: 0.9em;
    }
    /*********************
ome 25years
*********************/
.ome-25years {
    position: absolute;
    z-index: 999;
    margin: auto;
    top: 80px;
    right: 0;
    left: 0;
    height: 150px;
    width: 150px;
    background-image: url('../img/macaron-25ans-ome-bleu2.png');
    background-size: contain;
    background-repeat: no-repeat;
    animation: fade-ome-25 3s ease forwards;
    animation-delay: .4s;
    opacity: 0;
}

@keyframes fade-ome-25 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

    @media only screen and (max-width: 40em) {
   .ome-25years {
       position: fixed;
            top: 50px;
        left: 0px;  
       right: 0px;
       height: 70px;
       width: 70px;
        }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
    .ome-25years {
       position: fixed;
            top: 70px;
        left: auto;  
       right: 0px;
       height: 70px;
       width: 70px;
        }
}
    /*********************
MEDIA QUERIES
*********************/
    
    @media only screen and (max-width: 40em) {
        body {
            font-size: 12px;
        }
        .main-nav {
            display: none;
        }
        .menu-bar {
            height: 50px;
        }
      
        .logo img {
            position: relative;
            top: auto;
            bottom: auto;
            left: -10px;
            align-items: center;
            height: 30px;
            margin-top: 10px;
        }
        .page-margin {
            margin-top: 0px;
        }
        .index-content {
            min-height: 100vh;
        }
        .subnav-about {
            top: 50px;
        }
     
    }
    /* max-width 640px, mobile-only styles, use when QAing mobile issues */
    /* Medium screens */
    
    @media only screen and (min-width: 40.063em) and (max-width: 1250px) {
        body {
            font-size: 14px;
        }
        .main-nav {
            display: none;
        }
       
        .menu-bar {
            height: 70px;
        }
        .logo img {
            position: relative;
            top: auto;
            bottom: auto;
            left: -10px;
            align-items: center;
            height: 50px;
            margin-top: 10px;
        }  
     
        .subnav-about {
            top: 70px;
        }
    }
    /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
    /* Large screens */
    
    @media only screen and (min-width: 64.063em) and (max-width: 90em) {
        body {
            font-size: 15px;
        }
    }
    /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
    /* XLarge screens */
    
    @media only screen and (min-width: 90.063em) and (max-width: 120em) {
        body {
            font-size: 16px;
        }
    }
    /* XXLarge screens */
    
    @media only screen and (min-width: 120.063em) {
        body {
            font-size: 16px;
        }
    }
    /* min-width 1921px, xxlarge screens */

/* change tabs on mobile */
 @media only screen and (max-width: 40em) {
    .tabs nav ul {
        display: block;
         -webkit-display: block;
         -moz-display: block;
}
     .content-wrap-tab {
         overflow-x: scroll;
     }
}
/*Remove downloads footer */

.w3eden .panel-footer {
    display: none !important;
}

/* post image caption */
.post--image__caption{
    position:absolute;
    top:0;
    right:2%;
    text-decoration: none;
    color: #222;
    font-style: italic;
}


/* modifs catégories publications */


.publication-menu ul li {
    width: 20%;
}
 
ul.children {
    transition: 0.25s all ease;
    transform: translateY(-30%);
    opacity:0;
    display: none;
}
ul.children > li {
    width: 100%;
    background: #3e3e3e;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.publication-menu ul li:hover > .children {
    transform: translateY(0%);
    opacity: 1;
    display: block;
}
@media only screen and (max-width: 40em) {
    .publication-menu ul {
        display: block;
        align-items: center;
        justify-content: center;
    }
    .publication-menu ul li {
        width: 100%;
    }
    .publication-menu {
         height: 240px;
    }
    ul.children {
    transform: translateY(0%);
    opacity:1;
    display: block;
}
}