@charset "UTF-8";

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */

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: 0;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    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"],
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
 *    (include `-moz` to future-proof).
 */

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


/**
 * 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;
}

html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}


/* NEAT SETTINGS
================================================================================================ */


/* BITTERS SETTINGS
================================================================================================ */

body {
    color: #3a3e44;
    font-family: "Work Sans", sans-serif;
    line-height: 1.25;
}

h1,
h2,
h3,
.the-content .sidebar .project-block h4,
h4,
h5,
h6 {
    font-family: "Work Sans", sans-serif;
    line-height: 1.2;
    margin: 0 0 0.625em;
}

p {
    margin: 0 0 0.625em;
}

a {
    text-decoration: none;
    transition: color 0.1s linear;
}

a:active,
a:focus {
    outline: none;
}

hr {
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.25em 0;
}

img,
picture {
    margin: 0;
    max-width: 100%;
}


/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("../css/fonts/fontawesome-webfont.eot?v=4.6.2");
    src: url("../css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../css/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../css/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../css/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../css/fonts/fontawesome-webfont.svg?v=4.6.2#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.33333em;
    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.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-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 {
    -ms-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: #fff;
}


/* 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: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

@font-face {
    font-family: "Ionicons";
    src: url("../css/fonts/ionicons.eot?v=2.0.0");
    src: url("../css/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../css/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../css/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../css/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
    content: "";
}

.ion-alert-circled:before {
    content: "";
}

.ion-android-add:before {
    content: "";
}

.ion-android-add-circle:before {
    content: "";
}

.ion-android-alarm-clock:before {
    content: "";
}

.ion-android-alert:before {
    content: "";
}

.ion-android-apps:before {
    content: "";
}

.ion-android-archive:before {
    content: "";
}

.ion-android-arrow-back:before {
    content: "";
}

.ion-android-arrow-down:before {
    content: "";
}

.ion-android-arrow-dropdown:before {
    content: "";
}

.ion-android-arrow-dropdown-circle:before {
    content: "";
}

.ion-android-arrow-dropleft:before {
    content: "";
}

.ion-android-arrow-dropleft-circle:before {
    content: "";
}

.ion-android-arrow-dropright:before {
    content: "";
}

.ion-android-arrow-dropright-circle:before {
    content: "";
}

.ion-android-arrow-dropup:before {
    content: "";
}

.ion-android-arrow-dropup-circle:before {
    content: "";
}

.ion-android-arrow-forward:before {
    content: "";
}

.ion-android-arrow-up:before {
    content: "";
}

.ion-android-attach:before {
    content: "";
}

.ion-android-bar:before {
    content: "";
}

.ion-android-bicycle:before {
    content: "";
}

.ion-android-boat:before {
    content: "";
}

.ion-android-bookmark:before {
    content: "";
}

.ion-android-bulb:before {
    content: "";
}

.ion-android-bus:before {
    content: "";
}

.ion-android-calendar:before {
    content: "";
}

.ion-android-call:before {
    content: "";
}

.ion-android-camera:before {
    content: "";
}

.ion-android-cancel:before {
    content: "";
}

.ion-android-car:before {
    content: "";
}

.ion-android-cart:before {
    content: "";
}

.ion-android-chat:before {
    content: "";
}

.ion-android-checkbox:before {
    content: "";
}

.ion-android-checkbox-blank:before {
    content: "";
}

.ion-android-checkbox-outline:before {
    content: "";
}

.ion-android-checkbox-outline-blank:before {
    content: "";
}

.ion-android-checkmark-circle:before {
    content: "";
}

.ion-android-clipboard:before {
    content: "";
}

.ion-android-close:before {
    content: "";
}

.ion-android-cloud:before {
    content: "";
}

.ion-android-cloud-circle:before {
    content: "";
}

.ion-android-cloud-done:before {
    content: "";
}

.ion-android-cloud-outline:before {
    content: "";
}

.ion-android-color-palette:before {
    content: "";
}

.ion-android-compass:before {
    content: "";
}

.ion-android-contact:before {
    content: "";
}

.ion-android-contacts:before {
    content: "";
}

.ion-android-contract:before {
    content: "";
}

.ion-android-create:before {
    content: "";
}

.ion-android-delete:before {
    content: "";
}

.ion-android-desktop:before {
    content: "";
}

.ion-android-document:before {
    content: "";
}

.ion-android-done:before {
    content: "";
}

.ion-android-done-all:before {
    content: "";
}

.ion-android-download:before {
    content: "";
}

.ion-android-drafts:before {
    content: "";
}

.ion-android-exit:before {
    content: "";
}

.ion-android-expand:before {
    content: "";
}

.ion-android-favorite:before {
    content: "";
}

.ion-android-favorite-outline:before {
    content: "";
}

.ion-android-film:before {
    content: "";
}

.ion-android-folder:before {
    content: "";
}

.ion-android-folder-open:before {
    content: "";
}

.ion-android-funnel:before {
    content: "";
}

.ion-android-globe:before {
    content: "";
}

.ion-android-hand:before {
    content: "";
}

.ion-android-hangout:before {
    content: "";
}

.ion-android-happy:before {
    content: "";
}

.ion-android-home:before {
    content: "";
}

.ion-android-image:before {
    content: "";
}

.ion-android-laptop:before {
    content: "";
}

.ion-android-list:before {
    content: "";
}

.ion-android-locate:before {
    content: "";
}

.ion-android-lock:before {
    content: "";
}

.ion-android-mail:before {
    content: "";
}

.ion-android-map:before {
    content: "";
}

.ion-android-menu:before {
    content: "";
}

.ion-android-microphone:before {
    content: "";
}

.ion-android-microphone-off:before {
    content: "";
}

.ion-android-more-horizontal:before {
    content: "";
}

.ion-android-more-vertical:before {
    content: "";
}

.ion-android-navigate:before {
    content: "";
}

.ion-android-notifications:before {
    content: "";
}

.ion-android-notifications-none:before {
    content: "";
}

.ion-android-notifications-off:before {
    content: "";
}

.ion-android-open:before {
    content: "";
}

.ion-android-options:before {
    content: "";
}

.ion-android-people:before {
    content: "";
}

.ion-android-person:before {
    content: "";
}

.ion-android-person-add:before {
    content: "";
}

.ion-android-phone-landscape:before {
    content: "";
}

.ion-android-phone-portrait:before {
    content: "";
}

.ion-android-pin:before {
    content: "";
}

.ion-android-plane:before {
    content: "";
}

.ion-android-playstore:before {
    content: "";
}

.ion-android-print:before {
    content: "";
}

.ion-android-radio-button-off:before {
    content: "";
}

.ion-android-radio-button-on:before {
    content: "";
}

.ion-android-refresh:before {
    content: "";
}

.ion-android-remove:before {
    content: "";
}

.ion-android-remove-circle:before {
    content: "";
}

.ion-android-restaurant:before {
    content: "";
}

.ion-android-sad:before {
    content: "";
}

.ion-android-search:before {
    content: "";
}

.ion-android-send:before {
    content: "";
}

.ion-android-settings:before {
    content: "";
}

.ion-android-share:before {
    content: "";
}

.ion-android-share-alt:before {
    content: "";
}

.ion-android-star:before {
    content: "";
}

.ion-android-star-half:before {
    content: "";
}

.ion-android-star-outline:before {
    content: "";
}

.ion-android-stopwatch:before {
    content: "";
}

.ion-android-subway:before {
    content: "";
}

.ion-android-sunny:before {
    content: "";
}

.ion-android-sync:before {
    content: "";
}

.ion-android-textsms:before {
    content: "";
}

.ion-android-time:before {
    content: "";
}

.ion-android-train:before {
    content: "";
}

.ion-android-unlock:before {
    content: "";
}

.ion-android-upload:before {
    content: "";
}

.ion-android-volume-down:before {
    content: "";
}

.ion-android-volume-mute:before {
    content: "";
}

.ion-android-volume-off:before {
    content: "";
}

.ion-android-volume-up:before {
    content: "";
}

.ion-android-walk:before {
    content: "";
}

.ion-android-warning:before {
    content: "";
}

.ion-android-watch:before {
    content: "";
}

.ion-android-wifi:before {
    content: "";
}

.ion-aperture:before {
    content: "";
}

.ion-archive:before {
    content: "";
}

.ion-arrow-down-a:before {
    content: "";
}

.ion-arrow-down-b:before {
    content: "";
}

.ion-arrow-down-c:before {
    content: "";
}

.ion-arrow-expand:before {
    content: "";
}

.ion-arrow-graph-down-left:before {
    content: "";
}

.ion-arrow-graph-down-right:before {
    content: "";
}

.ion-arrow-graph-up-left:before {
    content: "";
}

.ion-arrow-graph-up-right:before {
    content: "";
}

.ion-arrow-left-a:before {
    content: "";
}

.ion-arrow-left-b:before {
    content: "";
}

.ion-arrow-left-c:before {
    content: "";
}

.ion-arrow-move:before {
    content: "";
}

.ion-arrow-resize:before {
    content: "";
}

.ion-arrow-return-left:before {
    content: "";
}

.ion-arrow-return-right:before {
    content: "";
}

.ion-arrow-right-a:before {
    content: "";
}

.ion-arrow-right-b:before {
    content: "";
}

.ion-arrow-right-c:before {
    content: "";
}

.ion-arrow-shrink:before {
    content: "";
}

.ion-arrow-swap:before {
    content: "";
}

.ion-arrow-up-a:before {
    content: "";
}

.ion-arrow-up-b:before {
    content: "";
}

.ion-arrow-up-c:before {
    content: "";
}

.ion-asterisk:before {
    content: "";
}

.ion-at:before {
    content: "";
}

.ion-backspace:before {
    content: "";
}

.ion-backspace-outline:before {
    content: "";
}

.ion-bag:before {
    content: "";
}

.ion-battery-charging:before {
    content: "";
}

.ion-battery-empty:before {
    content: "";
}

.ion-battery-full:before {
    content: "";
}

.ion-battery-half:before {
    content: "";
}

.ion-battery-low:before {
    content: "";
}

.ion-beaker:before {
    content: "";
}

.ion-beer:before {
    content: "";
}

.ion-bluetooth:before {
    content: "";
}

.ion-bonfire:before {
    content: "";
}

.ion-bookmark:before {
    content: "";
}

.ion-bowtie:before {
    content: "";
}

.ion-briefcase:before {
    content: "";
}

.ion-bug:before {
    content: "";
}

.ion-calculator:before {
    content: "";
}

.ion-calendar:before {
    content: "";
}

.ion-camera:before {
    content: "";
}

.ion-card:before {
    content: "";
}

.ion-cash:before {
    content: "";
}

.ion-chatbox:before {
    content: "";
}

.ion-chatbox-working:before {
    content: "";
}

.ion-chatboxes:before {
    content: "";
}

.ion-chatbubble:before {
    content: "";
}

.ion-chatbubble-working:before {
    content: "";
}

.ion-chatbubbles:before {
    content: "";
}

.ion-checkmark:before {
    content: "";
}

.ion-checkmark-circled:before {
    content: "";
}

.ion-checkmark-round:before {
    content: "";
}

.ion-chevron-down:before {
    content: "";
}

.ion-chevron-left:before {
    content: "";
}

.ion-chevron-right:before {
    content: "";
}

.ion-chevron-up:before {
    content: "";
}

.ion-clipboard:before {
    content: "";
}

.ion-clock:before {
    content: "";
}

.ion-close:before {
    content: "";
}

.ion-close-circled:before {
    content: "";
}

.ion-close-round:before {
    content: "";
}

.ion-closed-captioning:before {
    content: "";
}

.ion-cloud:before {
    content: "";
}

.ion-code:before {
    content: "";
}

.ion-code-download:before {
    content: "";
}

.ion-code-working:before {
    content: "";
}

.ion-coffee:before {
    content: "";
}

.ion-compass:before {
    content: "";
}

.ion-compose:before {
    content: "";
}

.ion-connection-bars:before {
    content: "";
}

.ion-contrast:before {
    content: "";
}

.ion-crop:before {
    content: "";
}

.ion-cube:before {
    content: "";
}

.ion-disc:before {
    content: "";
}

.ion-document:before {
    content: "";
}

.ion-document-text:before {
    content: "";
}

.ion-drag:before {
    content: "";
}

.ion-earth:before {
    content: "";
}

.ion-easel:before {
    content: "";
}

.ion-edit:before {
    content: "";
}

.ion-egg:before {
    content: "";
}

.ion-eject:before {
    content: "";
}

.ion-email:before {
    content: "";
}

.ion-email-unread:before {
    content: "";
}

.ion-erlenmeyer-flask:before {
    content: "";
}

.ion-erlenmeyer-flask-bubbles:before {
    content: "";
}

.ion-eye:before {
    content: "";
}

.ion-eye-disabled:before {
    content: "";
}

.ion-female:before {
    content: "";
}

.ion-filing:before {
    content: "";
}

.ion-film-marker:before {
    content: "";
}

.ion-fireball:before {
    content: "";
}

.ion-flag:before {
    content: "";
}

.ion-flame:before {
    content: "";
}

.ion-flash:before {
    content: "";
}

.ion-flash-off:before {
    content: "";
}

.ion-folder:before {
    content: "";
}

.ion-fork:before {
    content: "";
}

.ion-fork-repo:before {
    content: "";
}

.ion-forward:before {
    content: "";
}

.ion-funnel:before {
    content: "";
}

.ion-gear-a:before {
    content: "";
}

.ion-gear-b:before {
    content: "";
}

.ion-grid:before {
    content: "";
}

.ion-hammer:before {
    content: "";
}

.ion-happy:before {
    content: "";
}

.ion-happy-outline:before {
    content: "";
}

.ion-headphone:before {
    content: "";
}

.ion-heart:before {
    content: "";
}

.ion-heart-broken:before {
    content: "";
}

.ion-help:before {
    content: "";
}

.ion-help-buoy:before {
    content: "";
}

.ion-help-circled:before {
    content: "";
}

.ion-home:before {
    content: "";
}

.ion-icecream:before {
    content: "";
}

.ion-image:before {
    content: "";
}

.ion-images:before {
    content: "";
}

.ion-information:before {
    content: "";
}

.ion-information-circled:before {
    content: "";
}

.ion-ionic:before {
    content: "";
}

.ion-ios-alarm:before {
    content: "";
}

.ion-ios-alarm-outline:before {
    content: "";
}

.ion-ios-albums:before {
    content: "";
}

.ion-ios-albums-outline:before {
    content: "";
}

.ion-ios-americanfootball:before {
    content: "";
}

.ion-ios-americanfootball-outline:before {
    content: "";
}

.ion-ios-analytics:before {
    content: "";
}

.ion-ios-analytics-outline:before {
    content: "";
}

.ion-ios-arrow-back:before {
    content: "";
}

.ion-ios-arrow-down:before {
    content: "";
}

.ion-ios-arrow-forward:before {
    content: "";
}

.ion-ios-arrow-left:before {
    content: "";
}

.ion-ios-arrow-right:before {
    content: "";
}

.ion-ios-arrow-thin-down:before {
    content: "";
}

.ion-ios-arrow-thin-left:before {
    content: "";
}

.ion-ios-arrow-thin-right:before {
    content: "";
}

.ion-ios-arrow-thin-up:before {
    content: "";
}

.ion-ios-arrow-up:before {
    content: "";
}

.ion-ios-at:before {
    content: "";
}

.ion-ios-at-outline:before {
    content: "";
}

.ion-ios-barcode:before {
    content: "";
}

.ion-ios-barcode-outline:before {
    content: "";
}

.ion-ios-baseball:before {
    content: "";
}

.ion-ios-baseball-outline:before {
    content: "";
}

.ion-ios-basketball:before {
    content: "";
}

.ion-ios-basketball-outline:before {
    content: "";
}

.ion-ios-bell:before {
    content: "";
}

.ion-ios-bell-outline:before {
    content: "";
}

.ion-ios-body:before {
    content: "";
}

.ion-ios-body-outline:before {
    content: "";
}

.ion-ios-bolt:before {
    content: "";
}

.ion-ios-bolt-outline:before {
    content: "";
}

.ion-ios-book:before {
    content: "";
}

.ion-ios-book-outline:before {
    content: "";
}

.ion-ios-bookmarks:before {
    content: "";
}

.ion-ios-bookmarks-outline:before {
    content: "";
}

.ion-ios-box:before {
    content: "";
}

.ion-ios-box-outline:before {
    content: "";
}

.ion-ios-briefcase:before {
    content: "";
}

.ion-ios-briefcase-outline:before {
    content: "";
}

.ion-ios-browsers:before {
    content: "";
}

.ion-ios-browsers-outline:before {
    content: "";
}

.ion-ios-calculator:before {
    content: "";
}

.ion-ios-calculator-outline:before {
    content: "";
}

.ion-ios-calendar:before {
    content: "";
}

.ion-ios-calendar-outline:before {
    content: "";
}

.ion-ios-camera:before {
    content: "";
}

.ion-ios-camera-outline:before {
    content: "";
}

.ion-ios-cart:before {
    content: "";
}

.ion-ios-cart-outline:before {
    content: "";
}

.ion-ios-chatboxes:before {
    content: "";
}

.ion-ios-chatboxes-outline:before {
    content: "";
}

.ion-ios-chatbubble:before {
    content: "";
}

.ion-ios-chatbubble-outline:before {
    content: "";
}

.ion-ios-checkmark:before {
    content: "";
}

.ion-ios-checkmark-empty:before {
    content: "";
}

.ion-ios-checkmark-outline:before {
    content: "";
}

.ion-ios-circle-filled:before {
    content: "";
}

.ion-ios-circle-outline:before {
    content: "";
}

.ion-ios-clock:before {
    content: "";
}

.ion-ios-clock-outline:before {
    content: "";
}

.ion-ios-close:before {
    content: "";
}

.ion-ios-close-empty:before {
    content: "";
}

.ion-ios-close-outline:before {
    content: "";
}

.ion-ios-cloud:before {
    content: "";
}

.ion-ios-cloud-download:before {
    content: "";
}

.ion-ios-cloud-download-outline:before {
    content: "";
}

.ion-ios-cloud-outline:before {
    content: "";
}

.ion-ios-cloud-upload:before {
    content: "";
}

.ion-ios-cloud-upload-outline:before {
    content: "";
}

.ion-ios-cloudy:before {
    content: "";
}

.ion-ios-cloudy-night:before {
    content: "";
}

.ion-ios-cloudy-night-outline:before {
    content: "";
}

.ion-ios-cloudy-outline:before {
    content: "";
}

.ion-ios-cog:before {
    content: "";
}

.ion-ios-cog-outline:before {
    content: "";
}

.ion-ios-color-filter:before {
    content: "";
}

.ion-ios-color-filter-outline:before {
    content: "";
}

.ion-ios-color-wand:before {
    content: "";
}

.ion-ios-color-wand-outline:before {
    content: "";
}

.ion-ios-compose:before {
    content: "";
}

.ion-ios-compose-outline:before {
    content: "";
}

.ion-ios-contact:before {
    content: "";
}

.ion-ios-contact-outline:before {
    content: "";
}

.ion-ios-copy:before {
    content: "";
}

.ion-ios-copy-outline:before {
    content: "";
}

.ion-ios-crop:before {
    content: "";
}

.ion-ios-crop-strong:before {
    content: "";
}

.ion-ios-download:before {
    content: "";
}

.ion-ios-download-outline:before {
    content: "";
}

.ion-ios-drag:before {
    content: "";
}

.ion-ios-email:before {
    content: "";
}

.ion-ios-email-outline:before {
    content: "";
}

.ion-ios-eye:before {
    content: "";
}

.ion-ios-eye-outline:before {
    content: "";
}

.ion-ios-fastforward:before {
    content: "";
}

.ion-ios-fastforward-outline:before {
    content: "";
}

.ion-ios-filing:before {
    content: "";
}

.ion-ios-filing-outline:before {
    content: "";
}

.ion-ios-film:before {
    content: "";
}

.ion-ios-film-outline:before {
    content: "";
}

.ion-ios-flag:before {
    content: "";
}

.ion-ios-flag-outline:before {
    content: "";
}

.ion-ios-flame:before {
    content: "";
}

.ion-ios-flame-outline:before {
    content: "";
}

.ion-ios-flask:before {
    content: "";
}

.ion-ios-flask-outline:before {
    content: "";
}

.ion-ios-flower:before {
    content: "";
}

.ion-ios-flower-outline:before {
    content: "";
}

.ion-ios-folder:before {
    content: "";
}

.ion-ios-folder-outline:before {
    content: "";
}

.ion-ios-football:before {
    content: "";
}

.ion-ios-football-outline:before {
    content: "";
}

.ion-ios-game-controller-a:before {
    content: "";
}

.ion-ios-game-controller-a-outline:before {
    content: "";
}

.ion-ios-game-controller-b:before {
    content: "";
}

.ion-ios-game-controller-b-outline:before {
    content: "";
}

.ion-ios-gear:before {
    content: "";
}

.ion-ios-gear-outline:before {
    content: "";
}

.ion-ios-glasses:before {
    content: "";
}

.ion-ios-glasses-outline:before {
    content: "";
}

.ion-ios-grid-view:before {
    content: "";
}

.ion-ios-grid-view-outline:before {
    content: "";
}

.ion-ios-heart:before {
    content: "";
}

.ion-ios-heart-outline:before {
    content: "";
}

.ion-ios-help:before {
    content: "";
}

.ion-ios-help-empty:before {
    content: "";
}

.ion-ios-help-outline:before {
    content: "";
}

.ion-ios-home:before {
    content: "";
}

.ion-ios-home-outline:before {
    content: "";
}

.ion-ios-infinite:before {
    content: "";
}

.ion-ios-infinite-outline:before {
    content: "";
}

.ion-ios-information:before {
    content: "";
}

.ion-ios-information-empty:before {
    content: "";
}

.ion-ios-information-outline:before {
    content: "";
}

.ion-ios-ionic-outline:before {
    content: "";
}

.ion-ios-keypad:before {
    content: "";
}

.ion-ios-keypad-outline:before {
    content: "";
}

.ion-ios-lightbulb:before {
    content: "";
}

.ion-ios-lightbulb-outline:before {
    content: "";
}

.ion-ios-list:before {
    content: "";
}

.ion-ios-list-outline:before {
    content: "";
}

.ion-ios-location:before {
    content: "";
}

.ion-ios-location-outline:before {
    content: "";
}

.ion-ios-locked:before {
    content: "";
}

.ion-ios-locked-outline:before {
    content: "";
}

.ion-ios-loop:before {
    content: "";
}

.ion-ios-loop-strong:before {
    content: "";
}

.ion-ios-medical:before {
    content: "";
}

.ion-ios-medical-outline:before {
    content: "";
}

.ion-ios-medkit:before {
    content: "";
}

.ion-ios-medkit-outline:before {
    content: "";
}

.ion-ios-mic:before {
    content: "";
}

.ion-ios-mic-off:before {
    content: "";
}

.ion-ios-mic-outline:before {
    content: "";
}

.ion-ios-minus:before {
    content: "";
}

.ion-ios-minus-empty:before {
    content: "";
}

.ion-ios-minus-outline:before {
    content: "";
}

.ion-ios-monitor:before {
    content: "";
}

.ion-ios-monitor-outline:before {
    content: "";
}

.ion-ios-moon:before {
    content: "";
}

.ion-ios-moon-outline:before {
    content: "";
}

.ion-ios-more:before {
    content: "";
}

.ion-ios-more-outline:before {
    content: "";
}

.ion-ios-musical-note:before {
    content: "";
}

.ion-ios-musical-notes:before {
    content: "";
}

.ion-ios-navigate:before {
    content: "";
}

.ion-ios-navigate-outline:before {
    content: "";
}

.ion-ios-nutrition:before {
    content: "";
}

.ion-ios-nutrition-outline:before {
    content: "";
}

.ion-ios-paper:before {
    content: "";
}

.ion-ios-paper-outline:before {
    content: "";
}

.ion-ios-paperplane:before {
    content: "";
}

.ion-ios-paperplane-outline:before {
    content: "";
}

.ion-ios-partlysunny:before {
    content: "";
}

.ion-ios-partlysunny-outline:before {
    content: "";
}

.ion-ios-pause:before {
    content: "";
}

.ion-ios-pause-outline:before {
    content: "";
}

.ion-ios-paw:before {
    content: "";
}

.ion-ios-paw-outline:before {
    content: "";
}

.ion-ios-people:before {
    content: "";
}

.ion-ios-people-outline:before {
    content: "";
}

.ion-ios-person:before {
    content: "";
}

.ion-ios-person-outline:before {
    content: "";
}

.ion-ios-personadd:before {
    content: "";
}

.ion-ios-personadd-outline:before {
    content: "";
}

.ion-ios-photos:before {
    content: "";
}

.ion-ios-photos-outline:before {
    content: "";
}

.ion-ios-pie:before {
    content: "";
}

.ion-ios-pie-outline:before {
    content: "";
}

.ion-ios-pint:before {
    content: "";
}

.ion-ios-pint-outline:before {
    content: "";
}

.ion-ios-play:before {
    content: "";
}

.ion-ios-play-outline:before {
    content: "";
}

.ion-ios-plus:before {
    content: "";
}

.ion-ios-plus-empty:before {
    content: "";
}

.ion-ios-plus-outline:before {
    content: "";
}

.ion-ios-pricetag:before {
    content: "";
}

.ion-ios-pricetag-outline:before {
    content: "";
}

.ion-ios-pricetags:before {
    content: "";
}

.ion-ios-pricetags-outline:before {
    content: "";
}

.ion-ios-printer:before {
    content: "";
}

.ion-ios-printer-outline:before {
    content: "";
}

.ion-ios-pulse:before {
    content: "";
}

.ion-ios-pulse-strong:before {
    content: "";
}

.ion-ios-rainy:before {
    content: "";
}

.ion-ios-rainy-outline:before {
    content: "";
}

.ion-ios-recording:before {
    content: "";
}

.ion-ios-recording-outline:before {
    content: "";
}

.ion-ios-redo:before {
    content: "";
}

.ion-ios-redo-outline:before {
    content: "";
}

.ion-ios-refresh:before {
    content: "";
}

.ion-ios-refresh-empty:before {
    content: "";
}

.ion-ios-refresh-outline:before {
    content: "";
}

.ion-ios-reload:before {
    content: "";
}

.ion-ios-reverse-camera:before {
    content: "";
}

.ion-ios-reverse-camera-outline:before {
    content: "";
}

.ion-ios-rewind:before {
    content: "";
}

.ion-ios-rewind-outline:before {
    content: "";
}

.ion-ios-rose:before {
    content: "";
}

.ion-ios-rose-outline:before {
    content: "";
}

.ion-ios-search:before {
    content: "";
}

.ion-ios-search-strong:before {
    content: "";
}

.ion-ios-settings:before {
    content: "";
}

.ion-ios-settings-strong:before {
    content: "";
}

.ion-ios-shuffle:before {
    content: "";
}

.ion-ios-shuffle-strong:before {
    content: "";
}

.ion-ios-skipbackward:before {
    content: "";
}

.ion-ios-skipbackward-outline:before {
    content: "";
}

.ion-ios-skipforward:before {
    content: "";
}

.ion-ios-skipforward-outline:before {
    content: "";
}

.ion-ios-snowy:before {
    content: "";
}

.ion-ios-speedometer:before {
    content: "";
}

.ion-ios-speedometer-outline:before {
    content: "";
}

.ion-ios-star:before {
    content: "";
}

.ion-ios-star-half:before {
    content: "";
}

.ion-ios-star-outline:before {
    content: "";
}

.ion-ios-stopwatch:before {
    content: "";
}

.ion-ios-stopwatch-outline:before {
    content: "";
}

.ion-ios-sunny:before {
    content: "";
}

.ion-ios-sunny-outline:before {
    content: "";
}

.ion-ios-telephone:before {
    content: "";
}

.ion-ios-telephone-outline:before {
    content: "";
}

.ion-ios-tennisball:before {
    content: "";
}

.ion-ios-tennisball-outline:before {
    content: "";
}

.ion-ios-thunderstorm:before {
    content: "";
}

.ion-ios-thunderstorm-outline:before {
    content: "";
}

.ion-ios-time:before {
    content: "";
}

.ion-ios-time-outline:before {
    content: "";
}

.ion-ios-timer:before {
    content: "";
}

.ion-ios-timer-outline:before {
    content: "";
}

.ion-ios-toggle:before {
    content: "";
}

.ion-ios-toggle-outline:before {
    content: "";
}

.ion-ios-trash:before {
    content: "";
}

.ion-ios-trash-outline:before {
    content: "";
}

.ion-ios-undo:before {
    content: "";
}

.ion-ios-undo-outline:before {
    content: "";
}

.ion-ios-unlocked:before {
    content: "";
}

.ion-ios-unlocked-outline:before {
    content: "";
}

.ion-ios-upload:before {
    content: "";
}

.ion-ios-upload-outline:before {
    content: "";
}

.ion-ios-videocam:before {
    content: "";
}

.ion-ios-videocam-outline:before {
    content: "";
}

.ion-ios-volume-high:before {
    content: "";
}

.ion-ios-volume-low:before {
    content: "";
}

.ion-ios-wineglass:before {
    content: "";
}

.ion-ios-wineglass-outline:before {
    content: "";
}

.ion-ios-world:before {
    content: "";
}

.ion-ios-world-outline:before {
    content: "";
}

.ion-ipad:before {
    content: "";
}

.ion-iphone:before {
    content: "";
}

.ion-ipod:before {
    content: "";
}

.ion-jet:before {
    content: "";
}

.ion-key:before {
    content: "";
}

.ion-knife:before {
    content: "";
}

.ion-laptop:before {
    content: "";
}

.ion-leaf:before {
    content: "";
}

.ion-levels:before {
    content: "";
}

.ion-lightbulb:before {
    content: "";
}

.ion-link:before {
    content: "";
}

.ion-load-a:before {
    content: "";
}

.ion-load-b:before {
    content: "";
}

.ion-load-c:before {
    content: "";
}

.ion-load-d:before {
    content: "";
}

.ion-location:before {
    content: "";
}

.ion-lock-combination:before {
    content: "";
}

.ion-locked:before {
    content: "";
}

.ion-log-in:before {
    content: "";
}

.ion-log-out:before {
    content: "";
}

.ion-loop:before {
    content: "";
}

.ion-magnet:before {
    content: "";
}

.ion-male:before {
    content: "";
}

.ion-man:before {
    content: "";
}

.ion-map:before {
    content: "";
}

.ion-medkit:before {
    content: "";
}

.ion-merge:before {
    content: "";
}

.ion-mic-a:before {
    content: "";
}

.ion-mic-b:before {
    content: "";
}

.ion-mic-c:before {
    content: "";
}

.ion-minus:before {
    content: "";
}

.ion-minus-circled:before {
    content: "";
}

.ion-minus-round:before {
    content: "";
}

.ion-model-s:before {
    content: "";
}

.ion-monitor:before {
    content: "";
}

.ion-more:before {
    content: "";
}

.ion-mouse:before {
    content: "";
}

.ion-music-note:before {
    content: "";
}

.ion-navicon:before {
    content: "";
}

.ion-navicon-round:before {
    content: "";
}

.ion-navigate:before {
    content: "";
}

.ion-network:before {
    content: "";
}

.ion-no-smoking:before {
    content: "";
}

.ion-nuclear:before {
    content: "";
}

.ion-outlet:before {
    content: "";
}

.ion-paintbrush:before {
    content: "";
}

.ion-paintbucket:before {
    content: "";
}

.ion-paper-airplane:before {
    content: "";
}

.ion-paperclip:before {
    content: "";
}

.ion-pause:before {
    content: "";
}

.ion-person:before {
    content: "";
}

.ion-person-add:before {
    content: "";
}

.ion-person-stalker:before {
    content: "";
}

.ion-pie-graph:before {
    content: "";
}

.ion-pin:before {
    content: "";
}

.ion-pinpoint:before {
    content: "";
}

.ion-pizza:before {
    content: "";
}

.ion-plane:before {
    content: "";
}

.ion-planet:before {
    content: "";
}

.ion-play:before {
    content: "";
}

.ion-playstation:before {
    content: "";
}

.ion-plus:before {
    content: "";
}

.ion-plus-circled:before {
    content: "";
}

.ion-plus-round:before {
    content: "";
}

.ion-podium:before {
    content: "";
}

.ion-pound:before {
    content: "";
}

.ion-power:before {
    content: "";
}

.ion-pricetag:before {
    content: "";
}

.ion-pricetags:before {
    content: "";
}

.ion-printer:before {
    content: "";
}

.ion-pull-request:before {
    content: "";
}

.ion-qr-scanner:before {
    content: "";
}

.ion-quote:before {
    content: "";
}

.ion-radio-waves:before {
    content: "";
}

.ion-record:before {
    content: "";
}

.ion-refresh:before {
    content: "";
}

.ion-reply:before {
    content: "";
}

.ion-reply-all:before {
    content: "";
}

.ion-ribbon-a:before {
    content: "";
}

.ion-ribbon-b:before {
    content: "";
}

.ion-sad:before {
    content: "";
}

.ion-sad-outline:before {
    content: "";
}

.ion-scissors:before {
    content: "";
}

.ion-search:before {
    content: "";
}

.ion-settings:before {
    content: "";
}

.ion-share:before {
    content: "";
}

.ion-shuffle:before {
    content: "";
}

.ion-skip-backward:before {
    content: "";
}

.ion-skip-forward:before {
    content: "";
}

.ion-social-android:before {
    content: "";
}

.ion-social-android-outline:before {
    content: "";
}

.ion-social-angular:before {
    content: "";
}

.ion-social-angular-outline:before {
    content: "";
}

.ion-social-apple:before {
    content: "";
}

.ion-social-apple-outline:before {
    content: "";
}

.ion-social-bitcoin:before {
    content: "";
}

.ion-social-bitcoin-outline:before {
    content: "";
}

.ion-social-buffer:before {
    content: "";
}

.ion-social-buffer-outline:before {
    content: "";
}

.ion-social-chrome:before {
    content: "";
}

.ion-social-chrome-outline:before {
    content: "";
}

.ion-social-codepen:before {
    content: "";
}

.ion-social-codepen-outline:before {
    content: "";
}

.ion-social-css3:before {
    content: "";
}

.ion-social-css3-outline:before {
    content: "";
}

.ion-social-designernews:before {
    content: "";
}

.ion-social-designernews-outline:before {
    content: "";
}

.ion-social-dribbble:before {
    content: "";
}

.ion-social-dribbble-outline:before {
    content: "";
}

.ion-social-dropbox:before {
    content: "";
}

.ion-social-dropbox-outline:before {
    content: "";
}

.ion-social-euro:before {
    content: "";
}

.ion-social-euro-outline:before {
    content: "";
}

.ion-social-facebook:before {
    content: "";
}

.ion-social-facebook-outline:before {
    content: "";
}

.ion-social-foursquare:before {
    content: "";
}

.ion-social-foursquare-outline:before {
    content: "";
}

.ion-social-freebsd-devil:before {
    content: "";
}

.ion-social-github:before {
    content: "";
}

.ion-social-github-outline:before {
    content: "";
}

.ion-social-google:before {
    content: "";
}

.ion-social-google-outline:before {
    content: "";
}

.ion-social-googleplus:before {
    content: "";
}

.ion-social-googleplus-outline:before {
    content: "";
}

.ion-social-hackernews:before {
    content: "";
}

.ion-social-hackernews-outline:before {
    content: "";
}

.ion-social-html5:before {
    content: "";
}

.ion-social-html5-outline:before {
    content: "";
}

.ion-social-instagram:before {
    content: "";
}

.ion-social-instagram-outline:before {
    content: "";
}

.ion-social-javascript:before {
    content: "";
}

.ion-social-javascript-outline:before {
    content: "";
}

.ion-social-linkedin:before {
    content: "";
}

.ion-social-linkedin-outline:before {
    content: "";
}

.ion-social-markdown:before {
    content: "";
}

.ion-social-nodejs:before {
    content: "";
}

.ion-social-octocat:before {
    content: "";
}

.ion-social-pinterest:before {
    content: "";
}

.ion-social-pinterest-outline:before {
    content: "";
}

.ion-social-python:before {
    content: "";
}

.ion-social-reddit:before {
    content: "";
}

.ion-social-reddit-outline:before {
    content: "";
}

.ion-social-rss:before {
    content: "";
}

.ion-social-rss-outline:before {
    content: "";
}

.ion-social-sass:before {
    content: "";
}

.ion-social-skype:before {
    content: "";
}

.ion-social-skype-outline:before {
    content: "";
}

.ion-social-snapchat:before {
    content: "";
}

.ion-social-snapchat-outline:before {
    content: "";
}

.ion-social-tumblr:before {
    content: "";
}

.ion-social-tumblr-outline:before {
    content: "";
}

.ion-social-tux:before {
    content: "";
}

.ion-social-twitch:before {
    content: "";
}

.ion-social-twitch-outline:before {
    content: "";
}

.ion-social-twitter:before {
    content: "";
}

.ion-social-twitter-outline:before {
    content: "";
}

.ion-social-usd:before {
    content: "";
}

.ion-social-usd-outline:before {
    content: "";
}

.ion-social-vimeo:before {
    content: "";
}

.ion-social-vimeo-outline:before {
    content: "";
}

.ion-social-whatsapp:before {
    content: "";
}

.ion-social-whatsapp-outline:before {
    content: "";
}

.ion-social-windows:before {
    content: "";
}

.ion-social-windows-outline:before {
    content: "";
}

.ion-social-wordpress:before {
    content: "";
}

.ion-social-wordpress-outline:before {
    content: "";
}

.ion-social-yahoo:before {
    content: "";
}

.ion-social-yahoo-outline:before {
    content: "";
}

.ion-social-yen:before {
    content: "";
}

.ion-social-yen-outline:before {
    content: "";
}

.ion-social-youtube:before {
    content: "";
}

.ion-social-youtube-outline:before {
    content: "";
}

.ion-soup-can:before {
    content: "";
}

.ion-soup-can-outline:before {
    content: "";
}

.ion-speakerphone:before {
    content: "";
}

.ion-speedometer:before {
    content: "";
}

.ion-spoon:before {
    content: "";
}

.ion-star:before {
    content: "";
}

.ion-stats-bars:before {
    content: "";
}

.ion-steam:before {
    content: "";
}

.ion-stop:before {
    content: "";
}

.ion-thermometer:before {
    content: "";
}

.ion-thumbsdown:before {
    content: "";
}

.ion-thumbsup:before {
    content: "";
}

.ion-toggle:before {
    content: "";
}

.ion-toggle-filled:before {
    content: "";
}

.ion-transgender:before {
    content: "";
}

.ion-trash-a:before {
    content: "";
}

.ion-trash-b:before {
    content: "";
}

.ion-trophy:before {
    content: "";
}

.ion-tshirt:before {
    content: "";
}

.ion-tshirt-outline:before {
    content: "";
}

.ion-umbrella:before {
    content: "";
}

.ion-university:before {
    content: "";
}

.ion-unlocked:before {
    content: "";
}

.ion-upload:before {
    content: "";
}

.ion-usb:before {
    content: "";
}

.ion-videocamera:before {
    content: "";
}

.ion-volume-high:before {
    content: "";
}

.ion-volume-low:before {
    content: "";
}

.ion-volume-medium:before {
    content: "";
}

.ion-volume-mute:before {
    content: "";
}

.ion-wand:before {
    content: "";
}

.ion-waterdrop:before {
    content: "";
}

.ion-wifi:before {
    content: "";
}

.ion-wineglass:before {
    content: "";
}

.ion-woman:before {
    content: "";
}

.ion-wrench:before {
    content: "";
}

.ion-xbox:before {
    content: "";
}


/* BUTTONS
================================================================================================ */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
button.button,
button.button.alt,
button.button.alt.disabled,
a.button,
a.button.alt,
a.button.disabled,
a.button.alt.disabled {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    display: inline-block;
    height: 43px;
    padding: 0 20px;
    border: 1px solid #3a3e44;
    font-size: 1em;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    line-height: 41px;
    color: #3a3e44;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

button:hover,
button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
a.button:hover,
a.button:active,
button.button:hover,
button.button:active,
button.button.alt:hover,
button.button.alt:active,
button.button.alt.disabled:hover,
button.button.alt.disabled:active,
a.button:hover,
a.button:active,
a.button.alt:hover,
a.button.alt:active,
a.button.disabled:hover,
a.button.disabled:active,
a.button.alt.disabled:hover,
a.button.alt.disabled:active {
    background-color: transparent;
    color: #8c0001;
    border-color: #8c0001;
    text-decoration: none;
}

button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled,
a.button.disabled,
button.button.disabled,
button.button.alt.disabled,
button.button.alt.disabled.disabled,
a.button.disabled,
a.button.alt.disabled,
a.button.disabled.disabled,
a.button.alt.disabled.disabled {
    background-color: transparent;
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
a.button.alt,
button.button.alt,
button.button.alt.alt,
button.button.alt.disabled.alt,
a.button.alt,
a.button.alt.alt,
a.button.disabled.alt,
a.button.alt.disabled.alt {
    padding: 0 20px;
    color: #8c0001;
    background-color: transparent;
    border: 3px solid #f3f3f3;
}

button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
a.button.alt:hover,
button.button.alt:hover,
button.button.alt.alt:hover,
button.button.alt.disabled.alt:hover,
a.button.alt:hover,
a.button.alt.alt:hover,
a.button.disabled.alt:hover,
a.button.alt.disabled.alt:hover {
    color: #ffffff;
    background-color: #002f5f;
}

button.strong,
input[type="button"].strong,
input[type="reset"].strong,
input[type="submit"].strong,
a.button.strong,
button.button.strong,
button.button.alt.strong,
button.button.alt.disabled.strong,
a.button.strong,
a.button.alt.strong,
a.button.disabled.strong,
a.button.alt.disabled.strong {
    border-color: #de0002;
}

button.strong:hover,
input[type="button"].strong:hover,
input[type="reset"].strong:hover,
input[type="submit"].strong:hover,
a.button.strong:hover,
button.button.strong:hover,
button.button.alt.strong:hover,
button.button.alt.disabled.strong:hover,
a.button.strong:hover,
a.button.alt.strong:hover,
a.button.disabled.strong:hover,
a.button.alt.disabled.strong:hover {
    border-color: #002d56;
}

button.solid,
input[type="button"].solid,
input[type="reset"].solid,
input[type="submit"].solid,
a.button.solid,
button.button.solid,
button.button.alt.solid,
button.button.alt.disabled.solid,
a.button.solid,
a.button.alt.solid,
a.button.disabled.solid,
a.button.alt.disabled.solid {
    padding: 0 20px;
    border: none;
    background: #ffffff;
}

button.solid:hover,
input[type="button"].solid:hover,
input[type="reset"].solid:hover,
input[type="submit"].solid:hover,
a.button.solid:hover,
button.button.solid:hover,
button.button.alt.solid:hover,
button.button.alt.disabled.solid:hover,
a.button.solid:hover,
a.button.alt.solid:hover,
a.button.disabled.solid:hover,
a.button.alt.disabled.solid:hover {
    color: #ffffff;
    background: #002d56;
}

button.solid.alt,
input[type="button"].solid.alt,
input[type="reset"].solid.alt,
input[type="submit"].solid.alt,
a.button.solid.alt,
button.button.solid.alt,
button.button.alt.solid.alt,
button.button.alt.disabled.solid.alt,
a.button.solid.alt,
a.button.alt.solid.alt,
a.button.disabled.solid.alt,
a.button.alt.disabled.solid.alt {
    background-color: #c0c5c9;
    background-image: -webkit-linear-gradient(#c0c5c9, #ccd1d6);
    background-image: linear-gradient(#c0c5c9, #ccd1d6);
    color: #3a3e44;
}

button.solid.alt:hover,
input[type="button"].solid.alt:hover,
input[type="reset"].solid.alt:hover,
input[type="submit"].solid.alt:hover,
a.button.solid.alt:hover,
button.button.solid.alt:hover,
button.button.alt.solid.alt:hover,
button.button.alt.disabled.solid.alt:hover,
a.button.solid.alt:hover,
a.button.alt.solid.alt:hover,
a.button.disabled.solid.alt:hover,
a.button.alt.disabled.solid.alt:hover {
    color: #ffffff;
    background: #000;
}

button.solid.strong,
input[type="button"].solid.strong,
input[type="reset"].solid.strong,
input[type="submit"].solid.strong,
a.button.solid.strong,
button.button.solid.strong,
button.button.alt.solid.strong,
button.button.alt.disabled.solid.strong,
a.button.solid.strong,
a.button.alt.solid.strong,
a.button.disabled.solid.strong,
a.button.alt.disabled.solid.strong {
    background-color: #fdcb39;
    background-image: -webkit-linear-gradient(#fdcb39, #f0be2d);
    background-image: linear-gradient(#fdcb39, #f0be2d);
    color: #3a3e44;
}

button.solid.strong:hover,
input[type="button"].solid.strong:hover,
input[type="reset"].solid.strong:hover,
input[type="submit"].solid.strong:hover,
a.button.solid.strong:hover,
button.button.solid.strong:hover,
button.button.alt.solid.strong:hover,
button.button.alt.disabled.solid.strong:hover,
a.button.solid.strong:hover,
a.button.alt.solid.strong:hover,
a.button.disabled.solid.strong:hover,
a.button.alt.disabled.solid.strong:hover {
    background-color: #8c0001;
    background-image: -webkit-linear-gradient(#8c0001, #de0002);
    background-image: linear-gradient(#8c0001, #de0002);
    color: #ffffff;
}

button.big,
input[type="button"].big,
input[type="reset"].big,
input[type="submit"].big,
a.button.big,
button.button.big,
button.button.alt.big,
button.button.alt.disabled.big,
a.button.big,
a.button.alt.big,
a.button.disabled.big,
a.button.alt.disabled.big {
    height: 60px;
    line-height: 58px;
}

button.huge,
input[type="button"].huge,
input[type="reset"].huge,
input[type="submit"].huge,
a.button.huge,
button.button.huge,
button.button.alt.huge,
button.button.alt.disabled.huge,
a.button.huge,
a.button.alt.huge,
a.button.disabled.huge,
a.button.alt.disabled.huge {
    height: 70px;
    line-height: 68px;
    font-size: 16px;
}

button.huge,
input[type="button"].huge,
input[type="reset"].huge,
input[type="submit"].huge,
a.button.huge,
button.button.huge,
button.button.alt.huge,
button.button.alt.disabled.huge,
a.button.huge,
a.button.alt.huge,
a.button.disabled.huge,
a.button.alt.disabled.huge {
    font-size: 20px;
}

button.naked,
input[type="button"].naked,
input[type="reset"].naked,
input[type="submit"].naked,
a.button.naked,
button.button.naked,
button.button.alt.naked,
button.button.alt.disabled.naked,
a.button.naked,
a.button.alt.naked,
a.button.disabled.naked,
a.button.alt.disabled.naked {
    border: 0;
}

button.shadow,
input[type="button"].shadow,
input[type="reset"].shadow,
input[type="submit"].shadow,
a.button.shadow,
button.button.shadow,
button.button.alt.shadow,
button.button.alt.disabled.shadow,
a.button.shadow,
a.button.alt.shadow,
a.button.disabled.shadow,
a.button.alt.disabled.shadow {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

button i,
input[type="button"] i,
input[type="reset"] i,
input[type="submit"] i,
a.button i,
button.button i,
button.button.alt i,
button.button.alt.disabled i,
a.button i,
a.button.alt i,
a.button.disabled i,
a.button.alt.disabled i {
    margin-left: 8px;
}

button i.fa-angle-double-right,
input[type="button"] i.fa-angle-double-right,
input[type="reset"] i.fa-angle-double-right,
input[type="submit"] i.fa-angle-double-right,
a.button i.fa-angle-double-right,
button.button i.fa-angle-double-right,
button.button.alt i.fa-angle-double-right,
button.button.alt.disabled i.fa-angle-double-right,
a.button i.fa-angle-double-right,
a.button.alt i.fa-angle-double-right,
a.button.disabled i.fa-angle-double-right,
a.button.alt.disabled i.fa-angle-double-right {
    -webkit-transform: scaleX(0.7);
    -moz-transform: scaleX(0.7);
    -ms-transform: scaleX(0.7);
    -o-transform: scaleX(0.7);
    transform: scaleX(0.7);
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    button.huge,
    input[type="button"].huge,
    input[type="reset"].huge,
    input[type="submit"].huge,
    a.button.huge,
    button.button.huge,
    button.button.alt.huge,
    button.button.alt.disabled.huge,
    a.button.huge,
    a.button.alt.huge,
    a.button.disabled.huge,
    a.button.alt.disabled.huge {
        height: 60px;
        line-height: 58px;
    }
    button.big,
    input[type="button"].big,
    input[type="reset"].big,
    input[type="submit"].big,
    a.button.big,
    button.button.big,
    button.button.alt.big,
    button.button.alt.disabled.big,
    a.button.big,
    a.button.alt.big,
    a.button.disabled.big,
    a.button.alt.disabled.big {
        height: 45px;
        line-height: 43px;
    }
    button.big,
    button.huge,
    input[type="button"].big,
    input[type="button"].huge,
    input[type="reset"].big,
    input[type="reset"].huge,
    input[type="submit"].big,
    input[type="submit"].huge,
    a.button.big,
    a.button.huge,
    button.button.big,
    button.button.huge,
    button.button.alt.big,
    button.button.alt.huge,
    button.button.alt.disabled.big,
    button.button.alt.disabled.huge,
    a.button.big,
    a.button.huge,
    a.button.alt.big,
    a.button.alt.huge,
    a.button.disabled.big,
    a.button.disabled.huge,
    a.button.alt.disabled.big,
    a.button.alt.disabled.huge {
        font-size: 14px;
    }
}

.dialog {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    position: fixed;
    display: none;
    max-width: 700px;
    width: 80%;
    padding: 40px;
    background: #fff;
}

.dialog.active {
    display: block;
}

.dialog header {
    margin: 0 0 1em 0;
    position: relative;
}

.dialog header h3,
.dialog header .the-content .sidebar .project-block h4,
.the-content .sidebar .project-block .dialog header h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.dialog header a.close {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 2;
    left: 50%;
    right: 0;
    color: #3a3e44;
}

.dialog header a.close:hover i,
.dialog header a.close:active i {
    color: #002f5f;
}

.dialog header a.close i {
    font-size: 28px;
}

.dialog#search-dialog .content .input {
    margin-bottom: 2em;
    position: relative;
    z-index: 2;
}

.dialog#search-dialog .content .input .submit {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 3;
    left: 50%;
    right: 1em;
}

.dialog#search-dialog .content .input .submit i {
    font-size: 28px;
}

.dialog#search-dialog .content .input input {
    height: 80px;
    font-weight: 400;
    background: #f2f2f2;
    border: 0;
    border-bottom: 3px solid #d7d7d7;
    box-shadow: none;
    border-radius: 0;
}

.dialog#search-dialog .content .input input::-ms-clear {
    display: none;
}

.dialog#search-dialog .content .input input:focus {
    border-color: #002f5f;
}

.dialog#search-dialog .content .results .hint {
    text-align: center;
    font-weight: 700;
}

.dialog#search-dialog .content .results .products::after {
    clear: both;
    content: "";
    display: table;
}

.dialog#search-dialog .content .results .products li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 1em;
    background: #eaeaea;
    text-align: center;
    border: 3px solid transparent;
}

.dialog#search-dialog .content .results .products li:last-child {
    margin-right: 0;
}

.dialog#search-dialog .content .results .products li:nth-child(3n) {
    margin-right: 0;
}

.dialog#search-dialog .content .results .products li:nth-child(3n+1) {
    clear: left;
}

.dialog#search-dialog .content .results .products li:hover,
.dialog#search-dialog .content .results .products li:active {
    border-color: #002f5f;
}

.dialog#search-dialog .content .results .products li img {
    display: block;
    height: auto;
}

.dialog#search-dialog .content .results .products li .name {
    margin: 0;
    padding: 5px;
    font-size: 0.8125em;
}

@media screen and (max-width: 480px) {
    .dialog#search-dialog .content .results .products li {
        float: left;
        display: block;
        margin-right: 16.03631%;
        width: 41.98184%;
    }
    .dialog#search-dialog .content .results .products li:last-child {
        margin-right: 0;
    }
    .dialog#search-dialog .content .results .products li:nth-child(2n) {
        margin-right: 0;
    }
    .dialog#search-dialog .content .results .products li:nth-child(2n+1) {
        clear: left;
    }
}

.dialog#quick-view-dialog .product-lightbox::after {
    clear: both;
    content: "";
    display: table;
}

.dialog#quick-view-dialog .product-lightbox .image {
    width: 40%;
}

.dialog#quick-view-dialog .product-lightbox .image figure {
    margin: 0;
}

.dialog#quick-view-dialog .product-lightbox .image figure img {
    display: block;
    width: 100%;
}

.dialog#quick-view-dialog .product-lightbox .details {
    width: 60%;
    padding-left: 40px;
}

.dialog#quick-view-dialog .product-lightbox .details .name {
    font-size: 1.375em;
    text-transform: uppercase;
}

.dialog#quick-view-dialog .product-lightbox .details .variations {
    table-layout: auto;
}

.dialog#quick-view-dialog .product-lightbox .details .variations td {
    border-bottom: 0;
}

.dialog#quick-view-dialog .product-lightbox .details .variations select {
    margin: 0;
}

.dialog#quick-view-dialog .product-lightbox .details .variations label {
    font-weight: 400;
}

.dialog#quick-view-dialog .product-lightbox .details .variations .reset_variations {
    position: absolute;
}

.dialog#quick-view-dialog .product-lightbox .image,
.dialog#quick-view-dialog .product-lightbox .details {
    float: left;
}

.dialog#quick-view-dialog .product-lightbox .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: #f3f3f3;
}

.dialog#quick-view-dialog .product-lightbox .footer .quantity,
.dialog#quick-view-dialog .product-lightbox .footer .button {
    display: inline-block;
    vertical-align: middle;
}

.dialog#quick-view-dialog .product-lightbox .footer .quantity input {
    height: 50px;
    margin: 0;
    background: #ffffff;
}

.dialog#quick-view-dialog .product-lightbox .footer .button.alt {
    height: 50px;
    font-size: 1em;
    border: 3px solid #002f5f;
    background-color: transparent;
    border-radius: 0;
    color: #3a3e44;
}

.dialog#quick-view-dialog .product-lightbox .footer .button.alt:hover,
.dialog#quick-view-dialog .product-lightbox .footer .button.alt:active {
    background: #002f5f;
    color: #ffffff;
}

.dialog#quick-view-dialog .product-lightbox .footer .price {
    float: left;
    width: 40%;
    margin: 0;
    text-align: center;
    line-height: 1;
    font-size: 3.125em;
    font-weight: 700;
    color: #002f5f;
}

.dialog#quick-view-dialog .product-lightbox .footer .price del {
    font-size: 25px;
    color: #d7d7d7;
}

.dialog#quick-view-dialog .product-lightbox .footer .price ins {
    text-decoration: none;
}

.dialog#quick-view-dialog .product-lightbox .footer .cart,
.dialog#quick-view-dialog .product-lightbox .footer .woocommerce-variation-add-to-cart {
    float: right;
    width: 60%;
    text-align: right;
}

.dialog#quick-view-dialog .content {
    padding-bottom: 130px;
}

@media screen and (max-width: 480px) {
    .dialog#quick-view-dialog .content {
        padding-bottom: 0;
    }
    .dialog#quick-view-dialog .product-lightbox .image,
    .dialog#quick-view-dialog .product-lightbox .details {
        float: none;
        width: auto;
    }
    .dialog#quick-view-dialog .product-lightbox .details {
        padding: 1em 0 0;
    }
    .dialog#quick-view-dialog .product-lightbox .footer {
        position: static;
        background: none;
    }
    .dialog#quick-view-dialog .product-lightbox .footer .cart,
    .dialog#quick-view-dialog .product-lightbox .footer .woocommerce-variation-add-to-cart,
    .dialog#quick-view-dialog .product-lightbox .footer .price {
        float: none;
        display: block;
        width: auto;
        text-align: center;
    }
    .dialog#quick-view-dialog .product-lightbox .footer .price {
        margin-bottom: 10px;
    }
}

.dialog .content .loader {
    text-align: center;
}

.dialog .content .loader:before {
    display: none !important;
}

@media screen and (max-width: 780px) {
    .dialog {
        width: 95%;
        padding: 20px;
    }
}

#hero-image {
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 280px;
    background-color: #002d56;
}

#hero-image .wrap {
    height: 100%;
}

#hero-image header {
    position: absolute;
    z-index: 2;
    bottom: 40px;
}

#hero-image header .title {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

@media screen and (max-width: 1380px) {
    #hero-image header .title {
        font-size: 45px;
    }
}

@media screen and (max-width: 1080px) {
    #hero-image header .title {
        font-size: 35px;
    }
}

@media screen and (max-width: 780px) {
    #hero-image {
        height: 260px;
    }
    #hero-image header {
        bottom: 20px;
        font-size: .66em;
    }
    #hero-image header .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    #hero-image header .title {
        font-size: 24px;
    }
}

#breadcrumbs {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}

#breadcrumbs .post:after {
    display: none;
}

#breadcrumbs span[typeof="ListItem"] {
    display: inline-block;
    vertical-align: middle;
}

#breadcrumbs span[typeof="ListItem"]:last-child {
    display: none;
}

#breadcrumbs span[typeof="ListItem"] a {
    color: #ffffff;
}

#breadcrumbs span[typeof="ListItem"] a:hover,
#breadcrumbs span[typeof="ListItem"] a:active {
    text-decoration: underline;
}

@media screen and (max-width: 780px) {
    #breadcrumbs {
        font-size: 10px;
    }
}

section.news {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    background: #f3f3f3;
}

section.news .header {
    width: 50%;
    margin-bottom: 3em;
}

section.news .posts::after {
    clear: both;
    content: "";
    display: table;
}

section.news .posts article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
}

section.news .posts article::after {
    clear: both;
    content: "";
    display: table;
}

section.news .posts article:last-child {
    margin-right: 0;
}

section.news .posts article img {
    float: left;
    margin-right: 20px;
}

section.news .posts article .excerpt {
    display: inline;
    font-size: 16px;
    font-weight: 300;
}

section.news .posts article .excerpt h3,
section.news .posts article .excerpt .the-content .sidebar .project-block h4,
.the-content .sidebar .project-block section.news .posts article .excerpt h4 {
    font-size: 18px;
}

section.news .posts article .excerpt a {
    font-weight: 400;
}

@media screen and (max-width: 780px) {
    section.news {
        padding: 35px 0;
    }
    section.news .header {
        margin-bottom: 1em;
    }
    section.news .posts article {
        width: 100%;
        margin-bottom: 1em;
    }
    section.news .posts article:last-child {
        margin-bottom: 0;
    }
    section.news .posts article img {
        width: 130px;
        height: auto;
    }
}

section.feedback {
    position: relative;
    z-index: 2;
    padding: 30px 0;
    background: #ffffff;
}

section.feedback h3,
section.feedback .the-content .sidebar .project-block h4,
.the-content .sidebar .project-block section.feedback h4 {
    text-align: center;
    text-transform: uppercase;
}

section.feedback div.gform_wrapper {
    overflow: hidden;
}

section.feedback div.gform_wrapper .gform_body {
    position: relative;
    margin-bottom: 1em;
}

section.feedback div.gform_wrapper .gform_body::after {
    clear: both;
    content: "";
    display: table;
}

section.feedback div.gform_wrapper .gform_body ul li.gfield,
section.feedback div.gform_wrapper .gform_body ul li.gfield.gfield_error {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-top: 0;
    margin-bottom: 0;
}

section.feedback div.gform_wrapper .gform_body ul li.gfield:last-child,
section.feedback div.gform_wrapper .gform_body ul li.gfield.gfield_error:last-child {
    margin-right: 0;
}

section.feedback div.gform_wrapper .gform_body ul li.gfield#field_2_3,
section.feedback div.gform_wrapper .gform_body ul li.gfield.gfield_error#field_2_3 {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
}

section.feedback div.gform_wrapper .gform_body ul li.gfield label.gfield_label,
section.feedback div.gform_wrapper .gform_body ul li.gfield.gfield_error label.gfield_label {
    display: none;
}

section.feedback div.gform_wrapper .gform_footer {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}

section.feedback div.gform_wrapper .gform_footer input[type=submit] {
    margin: 0;
}

@media screen and (max-width: 480px) {
    section.feedback div.gform_wrapper .gform_body::after {
        clear: both;
        content: "";
        display: table;
    }
    section.feedback div.gform_wrapper .gform_body ul li.gfield,
    section.feedback div.gform_wrapper .gform_body ul li.gfield.gfield_error {
        width: 100%;
    }
    section.feedback div.gform_wrapper .gform_body ul li.gfield#field_2_3,
    section.feedback div.gform_wrapper .gform_body ul li.gfield.gfield_error#field_2_3 {
        position: relative;
    }
}

.shade {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.scroll-container {
    overflow: hidden;
}

.testimonials.carousel {
    padding: 40px 0;
    text-align: center;
}

.testimonials.carousel .item {
    margin-bottom: 0;
    padding-bottom: 0;
}

.testimonials.carousel .item .client img,
.testimonials.carousel .item .client .name {
    display: inline-block;
    vertical-align: middle;
}

.testimonials.carousel .item .client img {
    margin-right: 1em;
    border-radius: 50%;
}

.testimonials.carousel .item .client .name {
    font-weight: 700;
}

.testimonials.carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #a7a7a7;
}

.testimonials.carousel .owl-controls .owl-pagination .owl-page span {
    border-color: #a7a7a7;
}

.pagination ul {
    font-size: 0.9375em;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li.active a {
    font-weight: 700;
    color: #ffffff;
    background: #002f5f;
}

.pagination ul li a {
    display: block;
    padding: 0 5px;
    background: #f3f3f3;
}

.pagination ul li a:hover {
    color: #ffffff;
    background: #002d56;
    text-decoration: none;
}

.pagination ul li i {
    font-size: 0.75em;
}

ul.accordion li {
    display: block;
}

ul.accordion li.active .header i {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

ul.accordion li .header {
    position: relative;
    z-index: 1;
    padding: .5em 1em;
    background: #f3f3f3;
    border-radius: 5px;
    cursor: pointer;
}

ul.accordion li .header .title {
    margin: 0;
    padding: 0;
    color: #002d56;
}

ul.accordion li .header i {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    position: absolute;
    top: 50%;
    right: 1em;
    font-size: 1.2em;
    color: #a7a7a7;
}

ul.accordion li .content {
    display: none;
    padding: 0 1em;
}

ul.tabs {
    margin: 0;
    border-bottom: 3px solid #eaeaea;
    text-transform: uppercase;
}

ul.tabs::after {
    clear: both;
    content: "";
    display: table;
}

ul.tabs li {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
}

ul.tabs li:before {
    display: none;
}

ul.tabs li a {
    display: block;
    padding: 0 1em;
    font-size: .88em;
    line-height: 35px;
    color: #3a3e44;
}

ul.tabs li a:hover {
    text-decoration: none;
    background: #002f5f;
}

ul.tabs li a.active {
    font-weight: 700;
    background-color: #eaeaea;
}

.tab-content {
    display: none;
    padding-top: 1em;
}

.tab-content.active {
    display: block;
}

.ui-tooltip {
    position: absolute;
    z-index: 9999;
}

.ui-tooltip .ui-tooltip-content {
    max-width: 200px;
    padding: 10px;
    font-size: .66em;
    background: #f3f3f3;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 45, 86, 0.25);
}

.ui-datepicker-header {
    color: #3a3e44;
}

.social-networks {
    white-space: nowrap;
}

.social-networks a {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
}

.social-networks a:first-child {
    margin-left: 0;
}

.social-networks a i {
    font-size: 24px;
    color: #fff;
}

.social-networks a:hover i {
    opacity: .5;
}

#dialog-overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
}

#dialog-overlay.active {
    display: block;
}

.owl-controls .owl-pagination .owl-page {
    display: inline-block;
    margin: 0 5px;
}

.owl-controls .owl-pagination .owl-page.active span {
    background: #ffffff;
}

.owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.clr {
    clear: both;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}


/* GENERAL SETTINGS
================================================================================================ */


/* GRAVITY FORM SETTINGS
================================================================================================ */

body div.gform_wrapper {
    max-width: none;
    margin: 0;
    overflow: hidden;
}

body div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield,
body div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield_error.gfield {
    max-width: 100% !important;
}

body div.gform_wrapper textarea {
    padding-top: .5em;
    padding-bottom: .5em;
}

body div.gform_wrapper ul.gform_fields {
    padding-bottom: 0;
}

body div.gform_wrapper ul.gform_fields li.gfield,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield {
    margin: 0;
    padding: 10px 0 0 0;
    background: none;
}

body div.gform_wrapper ul.gform_fields li.gfield:before,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield:before {
    display: none;
}

body div.gform_wrapper ul.gform_fields li.gfield.col-4,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield.col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    clear: none;
}

body div.gform_wrapper ul.gform_fields li.gfield.col-4:last-child,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield.col-4:last-child {
    margin-right: 0;
}

body div.gform_wrapper ul.gform_fields li.gfield.col-4.last,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield.col-4.last {
    margin-right: 0;
}

body div.gform_wrapper ul.gform_fields li.gfield.col-4.last+li.gfield,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield.col-4.last+li.gfield {
    clear: left;
}

body div.gform_wrapper ul.gform_fields li.gfield label.gfield_label,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield label.gfield_label {
    margin: 0;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container {
    margin: 0;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="color"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="date"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="datetime"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="datetime-local"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="email"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="month"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="number"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="password"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="search"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="tel"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="text"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="time"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="url"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type="week"],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input:not([type]),
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container textarea,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="color"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="date"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="datetime"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="datetime-local"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="email"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="month"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="number"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="password"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="search"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="tel"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="text"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="time"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="url"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input[type="week"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container input:not([type]),
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container textarea {
    width: 100%;
    margin: 0;
    padding: 0 5px;
    text-indent: 0;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_container_time label,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container.ginput_container_time label {
    display: none;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex input+label,
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex select+label,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container.ginput_complex input+label,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container.ginput_complex select+label {
    display: none;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex span[class^=ginput_],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container.ginput_complex span[class^=ginput_] {
    display: inline-block;
    margin-bottom: 10px;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex span[class^=ginput_].ginput_full,
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container.ginput_complex span[class^=ginput_].ginput_full {
    width: 100%;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex span[class^=ginput_].ginput_full input[type="text"],
body div.gform_wrapper ul.gform_fields li.gfield_error.gfield div.ginput_container.ginput_complex span[class^=ginput_].ginput_full input[type="text"] {
    width: 100%;
}

body div.gform_wrapper ul.gform_fields li.gfield.gfield_error {
    border: 0;
}

body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="color"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="date"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="datetime"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="datetime-local"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="email"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="month"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="number"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="password"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="search"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="tel"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="text"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="time"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="url"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type="week"],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input:not([type]),
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container textarea {
    width: 100%;
}

body div.gform_wrapper .gform_body {
    width: auto;
}

body div.gform_wrapper .gform_footer {
    padding: 0;
}

body div.gform_wrapper .gform_footer input[type=submit]+img {
    display: none !important;
}

body div.gform_wrapper .gform_validation_container {
    display: none;
}

body div.gform_wrapper div.validation_error {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    background: #f6c9cc;
    border: none;
}

body div.gform_wrapper .validation_message {
    display: none;
}

body div.gform_wrapper .gform_confirmation_message {
    padding: 10px;
    background: #d1f3c0;
}

body div.gform_wrapper .recaptchatable input[type="text"] {
    height: auto;
}

body .top_label .gfield_label {
    display: block;
    margin: 0 0;
    font-style: normal;
}

body label.gfield_label+div.ginput_container {
    margin: 0 0 10px;
}

body label.gfield_label+div.ginput_container input,
body label.gfield_label+div.ginput_container select,
body label.gfield_label+div.ginput_container textarea {
    width: 100%;
}

@media screen and (max-width: 1080px) {
    body div.gform_wrapper label.gfield_label {
        font-size: 12px;
    }
}

@media screen and (max-width: 780px) {
    body div.gform_wrapper ul.gform_fields li.gfield,
    body div.gform_wrapper ul.gform_fields li.gfield_error.gfield {
        margin-top: 0 !important;
    }
    body div.gform_wrapper ul.gform_fields li.gfield.col-4,
    body div.gform_wrapper ul.gform_fields li.gfield_error.gfield.col-4 {
        width: 100%;
    }
    body div.gform_wrapper label.gfield_label {
        font-size: 14px;
    }
}

body select {
    width: 100%;
    margin-bottom: 0.75em;
}

body input[type="color"],
body input[type="date"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="email"],
body input[type="month"],
body input[type="number"],
body input[type="password"],
body input[type="search"],
body input[type="tel"],
body input[type="text"],
body input[type="time"],
body input[type="url"],
body input[type="week"],
body input:not([type]),
body textarea,
body select {
    height: 43px;
}

body input[type="color"],
body input[type="date"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="email"],
body input[type="month"],
body input[type="number"],
body input[type="password"],
body input[type="search"],
body input[type="tel"],
body input[type="text"],
body input[type="time"],
body input[type="url"],
body input[type="week"],
body input:not([type]),
body textarea,
body select[multiple=multiple],
body .select2-container .select2-choice,
body textarea {
    background-color: #fff;
    border: 0;
    border-bottom: 3px solid #f3f3f3;
}

body input[type="color"]:hover,
body input[type="date"]:hover,
body input[type="datetime"]:hover,
body input[type="datetime-local"]:hover,
body input[type="email"]:hover,
body input[type="month"]:hover,
body input[type="number"]:hover,
body input[type="password"]:hover,
body input[type="search"]:hover,
body input[type="tel"]:hover,
body input[type="text"]:hover,
body input[type="time"]:hover,
body input[type="url"]:hover,
body input[type="week"]:hover,
body input:not([type]):hover,
body textarea:hover,
body select[multiple=multiple]:hover,
body .select2-container .select2-choice:hover,
body textarea:hover {
    border-color: #d7d7d7;
}

body input[type="color"]:focus,
body input[type="date"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="email"]:focus,
body input[type="month"]:focus,
body input[type="number"]:focus,
body input[type="password"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="text"]:focus,
body input[type="time"]:focus,
body input[type="url"]:focus,
body input[type="week"]:focus,
body input:not([type]):focus,
body textarea:focus,
body select[multiple=multiple]:focus,
body .select2-container .select2-choice:focus,
body textarea:focus {
    border-color: #8c0001;
    outline: none;
}

body .select2-container .select2-choice {
    height: 45px;
    line-height: 45px;
}

body fieldset input[type="color"],
body fieldset input[type="date"],
body fieldset input[type="datetime"],
body fieldset input[type="datetime-local"],
body fieldset input[type="email"],
body fieldset input[type="month"],
body fieldset input[type="number"],
body fieldset input[type="password"],
body fieldset input[type="search"],
body fieldset input[type="tel"],
body fieldset input[type="text"],
body fieldset input[type="time"],
body fieldset input[type="url"],
body fieldset input[type="week"],
body fieldset input:not([type]),
body fieldset textarea,
body fieldset select[multiple=multiple],
body fieldset .select2-container .select2-choice,
body fieldset textarea {
    background: #ffffff;
}

body input[type=number]::-webkit-inner-spin-button,
body input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#mobile-nav {
    width: 20%;
    -webkit-transition: -webkit-transform 0.3s, top 0.3s;
    -moz-transition: -moz-transform 0.3s, top 0.3s;
    transition: transform 0.3s, top 0.3s;
    position: fixed;
    right: 0;
    z-index: 10000;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
}

#mobile-nav.off {
    -webkit-transform: translate(20%, 0);
    -moz-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    -o-transform: translate(20%, 0);
    transform: translate(20%, 0);
}

#mobile-nav #main-menu-mobile {
    display: none;
}

#mobile-nav.off {
    visibility: hidden;
}

#mobile-nav.on {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

#mobile-nav.on .menu {
    margin-bottom: 40px;
    background: #002d56;
}

#mobile-nav.on .menu li {
    position: relative;
    padding: 0;
}

#mobile-nav.on .menu li.open>a {
    background: #002f5f;
}

#mobile-nav.on .menu li.open>a>.sub-toggle .on {
    display: inline-block;
}

#mobile-nav.on .menu li.open>a>.sub-toggle .off {
    display: none;
}

#mobile-nav.on .menu li.open a {
    border-color: #8c0001;
}

#mobile-nav.on .menu li.menu-item-has-children {
    position: relative;
}

#mobile-nav.on .menu li.menu-item-has-children>a>.sub-toggle {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    display: block;
}

#mobile-nav.on .menu li a {
    display: block;
    color: #fff;
    border-top: 1px solid #8c0001;
}

#mobile-nav.on .menu li .sub-toggle {
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

#mobile-nav.on .menu li .sub-toggle .on {
    display: none;
}

#mobile-nav.on .menu>li>a {
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

#mobile-nav.on .menu>li>.sub-menu li {
    padding: 0;
}

#mobile-nav.on .menu>li>.sub-menu a {
    padding: 10px 30px;
    text-decoration: none;
}

#mobile-nav.on .menu .sub-menu {
    display: none;
}

#mobile-nav .more {
    padding: 20px;
    text-align: center;
}

#mobile-nav .more .social-networks {
    margin-bottom: 20px;
}

#mobile-nav .more .social-networks a i {
    color: #a7a7a7;
}

#mobile-nav .more .menu {
    background: none;
}

#mobile-nav .more .menu li {
    margin-bottom: 5px;
}

#mobile-nav .more .menu li i {
    margin-right: 10px;
}

#mobile-nav .more .menu li a {
    color: #a7a7a7;
    border: 1px solid #a7a7a7;
    border-radius: 22px;
}

#mobile-nav .menu-trigger {
    margin-bottom: 20px;
    padding: 0 30px;
    display: block;
    text-align: right;
    text-decoration: none;
}

#mobile-nav .menu-trigger i {
    color: #fff;
    font-size: 32px;
}

#mobile-nav .carousel a::after {
    clear: both;
    content: "";
    display: table;
}

#mobile-nav .carousel .pad {
    display: block;
    padding: 20px 60px;
}

#mobile-nav .carousel figure {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto 10px;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

#mobile-nav .carousel figure:before {
    content: '';
    display: block;
    margin-top: 68.2%;
}

#mobile-nav .carousel figure+.label {
    display: inline-block;
    clear: left;
}

#mobile-nav .carousel .owl-controls .owl-buttons .owl-prev,
#mobile-nav .carousel .owl-controls .owl-buttons .owl-next {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    color: #fff;
    font-size: 36px;
}

#mobile-nav .carousel .owl-controls .owl-buttons .owl-prev {
    left: 10px;
}

#mobile-nav .carousel .owl-controls .owl-buttons .owl-next {
    right: 10px;
}

@media screen and (max-width: 780px) {
    #mobile-nav {
        width: 100%;
    }
    #mobile-nav.off {
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    #mobile-nav #main-menu-mobile {
        display: block;
    }
    #mobile-nav #additional-menu {
        display: none;
    }
}

.the-header {
    height: 89px;
}

.the-header .nav-header ul.main-menu>li>ul {
    top: 88px;
}

#mobile-nav {
    top: 89px;
}

body.admin-bar .the-header,
.admin-bar .the-header {
    top: 32px;
}

body.admin-bar #mobile-nav,
.admin-bar #mobile-nav {
    top: 121px;
}

@media screen and (max-width: 780px) {
    body.admin-bar .the-header,
    .admin-bar .the-header {
        top: 45px;
    }
}

@media screen and (max-width: 1380px) {
    .the-header {
        height: 80px;
    }
    .the-header .nav-header ul.main-menu>li>ul {
        top: 79px;
    }
    #mobile-nav {
        top: 80px;
    }
    body.admin-bar #mobile-nav,
    body.admin-bar.scrolled #mobile-nav,
    .admin-bar #mobile-nav,
    .admin-bar.scrolled #mobile-nav {
        top: 112px;
    }
}

@media screen and (max-width: 780px) {
    .the-header {
        height: 72px;
    }
    .the-header .nav-header ul.main-menu>li>ul {
        top: 71px;
    }
    #mobile-nav {
        top: 72px;
    }
    body.admin-bar #mobile-nav,
    body.admin-bar.scrolled #mobile-nav,
    .admin-bar #mobile-nav,
    .admin-bar.scrolled #mobile-nav {
        top: 117px;
    }
}

.the-header {
    -webkit-transition: height 0.3s, background 0.3s;
    -moz-transition: height 0.3s, background 0.3s;
    transition: height 0.3s, background 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: right;
    border-bottom: 6px solid #8c0001;
    background: rgba(0, 45, 86, 0.95);
}

.the-header ul,
.the-header li {
    margin: 0;
    padding: 0;
}

.the-header #logo {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    display: block;
}

.the-header #logo img {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    display: block;
    height: 49px;
    padding-right: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.the-header #logo .slogan {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    position: absolute;
    left: 100%;
    top: 0;
    height: 49px;
    line-height: 1;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.the-header #logo .slogan .text {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 145px;
}

.the-header #logo .slogan .text .line {
    display: block;
}

.the-header #logo .slogan .text .line.l2 {
    margin-right: -1.75em;
}

.the-header #logo:hover {
    text-decoration: none;
}

.the-header .wrap {
    position: relative;
    height: 100%;
}

.the-header .menu-toggle {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    display: none;
}

.the-header .menu-toggle span,
.the-header .menu-toggle i {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.the-header .menu-toggle span {
    text-transform: uppercase;
    margin-right: 5px;
    opacity: .5;
    font-size: 12px;
}

.the-header .menu-toggle i {
    font-size: 42px;
    line-height: 1;
}

.the-header .nav-header {
    height: 100%;
    text-align: right;
}

.the-header .nav-header .main-menu {
    height: 100%;
    font-size: 0;
}

.the-header .nav-header .main-menu::after {
    clear: both;
    content: "";
    display: table;
}

.the-header .nav-header .main-menu>li {
    position: relative;
    display: inline-block;
    height: 100%;
    margin-left: 40px;
    font-size: 18px;
    vertical-align: top;
}

.the-header .nav-header .main-menu>li:first-child {
    margin-left: 0;
}

.the-header .nav-header .main-menu>li:last-child>ul {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: auto;
    right: 0;
}

.the-header .nav-header .main-menu>li.menu-item-has-children:hover:after,
.the-header .nav-header .main-menu>li.active:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    display: block;
    content: '';
    width: 19px;
    height: 8px;
    background: url(../images/menu-marker.svg) no-repeat;
}

.the-header .nav-header .main-menu>li.current-menu-item>a,
.the-header .nav-header .main-menu>li.current-menu-ancestor>a,
.the-header .nav-header .main-menu>li.current_page_ancestor>a,
.the-header .nav-header .main-menu>li.current_page_parent>a {
    font-weight: 700;
    color: #fdcb39;
}

.the-header .nav-header .main-menu>li:hover>a {
    color: #fdcb39;
}

.the-header .nav-header .main-menu>li>a {
    position: relative;
    top: 50%;
    display: block;
    margin-top: -.5em;
    line-height: 1;
    font-weight: 400;
    color: #fff;
}

.the-header .nav-header .main-menu>li a:hover {
    text-decoration: none;
}

.the-header .nav-header .main-menu>li>ul {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 101;
    left: 50%;
    margin-top: -5px;
    min-width: 100%;
    text-align: left;
    line-height: 1;
    font-size: 15px;
    background: #002d56;
    text-transform: none;
    white-space: nowrap;
    border-top: 6px solid #8c0001;
}

.the-header .nav-header .main-menu>li>ul li {
    display: block;
}

.the-header .nav-header .main-menu>li>ul li.current-menu-item a {
    color: #fdcb39;
}

.the-header .nav-header .main-menu>li>ul li:last-child a {
    border-bottom: 0;
}

.the-header .nav-header .main-menu>li>ul li a {
    display: block;
    padding: 10px 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.the-header .nav-header .main-menu>li>ul li a:hover {
    background: #8c0001;
}

.the-header .nav-header .main-menu ul {
    display: none;
}

.the-header .nav-header .main-menu a {
    color: #002f5f;
}

.the-header .search-toggle {
    position: relative;
    margin-left: 20px;
}

.the-header .search-toggle i {
    line-height: 1;
    color: #8c0001;
}

.the-header .search-toggle:hover i {
    color: #de0002;
}

.the-header #growl {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    z-index: 100;
    right: 40px;
    top: 110%;
    display: none;
}

.the-header #growl .content {
    padding: 1em;
    background: #fff;
    border: 2px solid #002f5f;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.the-header #growl .content .product {
    font-weight: 700;
}

@media screen and (max-width: 1080px) {
    .the-header #growl {
        right: 20px;
    }
    .the-header .nav-header .social-networks,
    .the-header .nav-header .btn.payment {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .the-header #logo img {
        height: 40px;
        padding-right: 0;
        border: none;
    }
    .the-header #logo .slogan {
        display: none;
    }
    .the-header #growl {
        left: 20px;
    }
    .the-header .menu-toggle {
        display: block;
    }
    .the-header .search-toggle {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 50px;
        padding-right: 20px;
        border-right: 1px solid #f3f3f3;
    }
    .the-header .search-toggle i {
        font-size: 24px;
    }
    .the-header .nav-header {
        display: none;
    }
}

body.scrolled .the-header {
    height: 55px;
}

body.scrolled .the-header .nav-header ul.main-menu>li>ul {
    top: 54px;
}

body.scrolled #mobile-nav {
    top: 55px;
}

body.scrolled body.admin-bar .the-header,
body.scrolled .admin-bar .the-header {
    top: 32px;
}

body.scrolled body.admin-bar #mobile-nav,
body.scrolled .admin-bar #mobile-nav {
    top: 87px;
}

@media screen and (max-width: 780px) {
    body.scrolled body.admin-bar .the-header,
    body.scrolled .admin-bar .the-header {
        top: 45px;
    }
}

@media screen and (max-width: 1380px) {
    body.scrolled .the-header {
        height: 55px;
    }
    body.scrolled .the-header .nav-header ul.main-menu>li>ul {
        top: 54px;
    }
    body.scrolled #mobile-nav {
        top: 55px;
    }
    body.scrolled body.admin-bar #mobile-nav,
    body.scrolled body.admin-bar.scrolled #mobile-nav,
    body.scrolled .admin-bar #mobile-nav,
    body.scrolled .admin-bar.scrolled #mobile-nav {
        top: 87px;
    }
}

@media screen and (max-width: 1080px) {
    body.scrolled .the-header {
        height: 55px;
    }
    body.scrolled .the-header .nav-header ul.main-menu>li>ul {
        top: 54px;
    }
    body.scrolled #mobile-nav {
        top: 55px;
    }
    body.scrolled body.admin-bar #mobile-nav,
    body.scrolled body.admin-bar.scrolled #mobile-nav,
    body.scrolled .admin-bar #mobile-nav,
    body.scrolled .admin-bar.scrolled #mobile-nav {
        top: 87px;
    }
}

@media screen and (max-width: 780px) {
    body.scrolled .the-header {
        height: 55px;
    }
    body.scrolled .the-header .nav-header ul.main-menu>li>ul {
        top: 54px;
    }
    body.scrolled #mobile-nav {
        top: 55px;
    }
    body.scrolled body.admin-bar #mobile-nav,
    body.scrolled body.admin-bar.scrolled #mobile-nav,
    body.scrolled .admin-bar #mobile-nav,
    body.scrolled .admin-bar.scrolled #mobile-nav {
        top: 100px;
    }
}

@media screen and (max-width: 480px) {
    body.scrolled .the-header {
        height: 55px;
    }
    body.scrolled .the-header .nav-header ul.main-menu>li>ul {
        top: 54px;
    }
    body.scrolled #mobile-nav {
        top: 55px;
    }
    body.scrolled body.admin-bar #mobile-nav,
    body.scrolled body.admin-bar.scrolled #mobile-nav,
    body.scrolled .admin-bar #mobile-nav,
    body.scrolled .admin-bar.scrolled #mobile-nav {
        top: 100px;
    }
}

body.scrolled .the-header #logo img {
    height: 26px;
}

body.scrolled .the-header #logo .slogan {
    height: 26px;
}

body.scrolled .the-header #logo .slogan .text {
    width: 120px;
    font-size: 10px;
}

@media screen and (max-width: 1080px) {
    body.scrolled .the-header ul.main-menu>li.menu-item-has-children>a:after {
        top: 1.2em;
    }
}


/* FOOTER
================================================================================================ */

.the-footer {
    position: relative;
    z-index: 3;
    font-size: 14px;
    background: #ffffff;
}

.the-footer .top .wrap {
    border-top: 6px solid #8c0001;
}

.the-footer .top .cols {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.the-footer .top .cols .col {
    padding: 40px 0;
}

.the-footer .top .cols .col.c1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-right: 40px;
}

.the-footer .top .cols .col.c2 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-left: 40px;
    border-left: 1px solid #f3f3f3;
}

.the-footer .top .cols .col.c2::after {
    clear: both;
    content: "";
    display: table;
}

.the-footer .top .cols .col.c2 nav {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
}

.the-footer .top .cols .col.c2 nav:last-child {
    margin-right: 0;
}

.the-footer .top .gform_wrapper {
    position: relative;
    z-index: 1;
}

.the-footer .top .gform_wrapper .gfield_label {
    display: none;
}

.the-footer .top .gform_wrapper .gform_body {
    margin-right: 120px;
}

.the-footer .top h3,
.the-footer .top .the-content .sidebar .project-block h4,
.the-content .sidebar .project-block .the-footer .top h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.the-footer .top nav ul li {
    padding: 8px 0;
    line-height: 1.1;
    border-bottom: 1px solid #d7d7d7;
}

.the-footer .top nav ul li:last-child {
    border-bottom: 0;
}

.the-footer .top nav ul li a {
    color: #3a3e44;
}

.the-footer .top nav ul li a:hover,
.the-footer .top nav ul li a:active {
    color: #8c0001;
}

.the-footer .middle {
    padding: 25px 0;
    background: #002f5f;
    color: #ffffff;
}

.the-footer .middle a {
    color: #ffffff;
    text-decoration: none;
}

.the-footer .middle a:hover {
    text-decoration: underline;
}

.the-footer .middle .cols::after {
    clear: both;
    content: "";
    display: table;
}

.the-footer .middle .cols .col.c1 {
    float: left;
}

.the-footer .middle .cols .col.c2 {
    float: right;
}

.the-footer .middle .social-networks {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    text-align: right;
}

.the-footer .middle .social-networks a:hover i {
    opacity: 1;
}

.the-footer .middle .social-networks a i {
    font-size: 20px;
    opacity: .5;
}

.the-footer .middle .copyright,
.the-footer .middle nav {
    float: left;
}

.the-footer .middle .copyright {
    margin-right: 10px;
}

.the-footer .middle nav li {
    display: inline-block;
    margin-right: 8px;
}

.the-footer .middle nav li:last-child {
    margin-right: 0;
}

.the-footer .middle nav a {
    text-decoration: underline;
}

.the-footer .middle nav a:hover {
    text-decoration: none;
}

.the-footer .bottom {
    padding: 40px 0;
    text-align: center;
}

@media screen and (max-width: 1080px) {
    .the-footer .top .gform_wrapper .gform_body {
        margin-right: 0;
    }
}

@media screen and (max-width: 780px) {
    .the-footer .top .cols {
        display: block;
    }
    .the-footer .top .cols .col {
        padding: 20px 0;
    }
    .the-footer .top .cols .col.c1 {
        padding-right: 0;
    }
    .the-footer .top .cols .col.c2 {
        border-left: 0;
        padding-left: 0;
    }
    .the-footer .top .cols .col.c2 nav {
        width: 100%;
        margin-bottom: 20px;
    }
    .the-footer .top .cols .col.c2 nav:last-child {
        margin-bottom: 0;
    }
    .the-footer .middle .cols .col {
        width: 100%;
        float: none;
    }
    .the-footer .middle .cols .col.c1 {
        margin-bottom: 20px;
    }
    .the-footer .middle nav ul li {
        display: inline-block;
    }
    .the-footer .middle nav,
    .the-footer .middle .copyright {
        float: none;
        margin: 0;
        text-align: center;
    }
    .the-footer .middle .social-networks {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: static;
        text-align: center;
    }
    .the-footer .bottom .copyright {
        text-align: left;
    }
}

.the-content .sidebar {
    margin-bottom: 50px;
}

.the-content .sidebar.program dl {
    font-size: 14px;
}

.the-content .sidebar.program dl dt {
    margin-top: 0;
    padding-top: 1em;
    text-transform: uppercase;
}

.the-content .sidebar.program dl dt:first-child {
    padding-top: 0;
}

.the-content .sidebar.program dl dd {
    color: #666;
}

.the-content .sidebar.event .tribe-events-event-meta {
    margin: 0;
    padding: 20px;
}

.the-content .sidebar.event .tribe-events-event-meta .tribe-events-meta-group {
    display: block;
    float: none;
    width: auto;
    padding: 0;
}

.the-content .sidebar.event .tribe-events-event-meta .tribe-events-meta-group dl {
    display: block;
    float: none;
    width: auto;
}

.the-content .sidebar.event .tribe-events-event-meta .tribe-events-meta-group dl dt {
    display: inline-block;
}

.the-content .sidebar.event .tribe-events-event-meta .tribe-events-meta-group dl dt+dd {
    display: inline-block;
}

.the-content .sidebar.event .tribe-events-venue-map {
    display: block;
    float: none;
    width: auto;
    margin: 0;
}

.the-content .sidebar.event .tribe-events-related-events-title {
    font-size: 1.2em;
}

.the-content .sidebar.event ul.tribe-related-events li {
    position: relative;
    min-height: calc(60px + 2em);
    margin-bottom: 10px;
    padding: 1em;
    border: 1px solid #eee;
    background: #ffffff;
}

.the-content .sidebar.event ul.tribe-related-events li .tribe-related-events-thumbnail {
    position: absolute;
    z-index: 2;
    left: 1em;
    top: 1em;
    width: 60px;
}

.the-content .sidebar.event ul.tribe-related-events li .tribe-related-event-info {
    margin-left: 80px;
}

.the-content .sidebar.event ul.tribe-related-events li .tribe-related-event-info .tribe-related-events-title {
    margin: 0;
    font-size: 1.1em;
}

.the-content .sidebar.event ul.tribe-related-events li .tribe-related-events-thumbnail,
.the-content .sidebar.event ul.tribe-related-events li .tribe-related-event-info {
    display: block;
}

.the-content .sidebar .layout {
    padding-top: 0;
    border-top: 0;
    margin-bottom: 40px;
}

.the-content .sidebar .layout.links .items {
    display: block;
}

.the-content .sidebar .layout.links .items .item {
    margin-right: 0;
}

.the-content .sidebar .layout.links .items .item footer .title {
    margin: 0;
}

.the-content .sidebar .layout.links .items .item footer .more {
    display: none;
}

.the-content .sidebar .widget {
    margin-bottom: 40px;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
}

.the-content .sidebar .widget.download img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
}

.the-content .sidebar .widget.download .text {
    margin-bottom: 10px;
}

.the-content .sidebar .widget.download button {
    display: block;
    width: 100%;
}

.the-content .sidebar .widget.featured-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
}

.the-content .sidebar .widget #side-nav .root-page {
    font-size: 1.5625em;
}

.the-content .sidebar .widget #side-nav li.current-menu-item a {
    color: #ffffff;
    background: #002d56;
}

.the-content .sidebar .widget .content {
    padding: 20px;
}

.the-content .sidebar .widget .searchform>div {
    position: relative;
}

.the-content .sidebar .widget .searchform label {
    display: none;
}

.the-content .sidebar .widget .searchform input {
    display: inline-block;
    vertical-align: middle;
}

.the-content .sidebar .widget .searchform input[type=text] {
    width: 100%;
    padding: 0 1em;
    border-bottom-color: #d7d7d7;
}

.the-content .sidebar .widget .searchform input[type=text]:focus {
    border-bottom-color: #8c0001;
}

.the-content .sidebar .widget .searchform input[type=text]:focus+[type=submit] {
    color: #fff;
    background-color: #8c0001;
}

.the-content .sidebar .widget .searchform input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0 10px;
    background: #d7d7d7;
}

.the-content .sidebar .widget header {
    padding: 20px 25px;
    border-bottom: 1px solid #d7d7d7;
}

.the-content .sidebar .widget header h2,
.the-content .sidebar .widget header h3,
.the-content .sidebar .widget header .project-block h4,
.the-content .sidebar .project-block .widget header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.the-content .sidebar .widget p {
    margin: 0;
}

.the-content .sidebar .widget ul li a {
    display: block;
    padding: 5px 10px;
    font-weight: 700;
    line-height: 1.25;
    color: #3a3e44;
}

.the-content .sidebar .widget ul li a:hover {
    background: #fff;
}

.the-content .sidebar .widget .gform_wrapper .gform_footer {
    text-align: center;
}

.the-content .sidebar .project-block {
    margin-bottom: 30px;
}

.the-content .sidebar .project-block h4 {
    color: #002d56 !important;
    text-transform: uppercase;
}

.the-content .sidebar .project-block .manager p {
    margin: 0;
}

.the-content .sidebar .project-block .manager a {
    color: #002d56;
    text-decoration: underline;
}

.the-content .sidebar .project-block .manager a:hover {
    text-decoration: none;
}

.the-content .sidebar .project-block .manager .name {
    font-weight: 700;
}

.the-content .sidebar #map {
    position: relative;
    z-index: 1;
}

.the-content .sidebar #map iframe {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

@media screen and (max-width: 780px) {
    .the-content .sidebar {
        padding: 0;
    }
    .the-content .sidebar .advertisement img {
        margin: 0 auto;
    }
}

.post-content {
    font-size: 18px;
    /* WORDPRESS CORE
================================================================================================ */
}

.post-content::after {
    clear: both;
    content: "";
    display: table;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content .the-content .sidebar .project-block h4,
.the-content .sidebar .project-block .post-content h4,
.post-content h4,
.post-content h5,
.post-content h6 {
    color: #002d56;
}

.post-content h1 {
    font-size: 2.375em;
}

.post-content h2 {
    font-size: 2em;
}

.post-content h3,
.post-content .the-content .sidebar .project-block h4,
.the-content .sidebar .project-block .post-content h4 {
    font-size: 1.5625em;
}

.post-content h4 {
    font-size: 1em;
}

.post-content h5 {
    font-size: 0.875em;
}

.post-content ol,
.post-content ul {
    padding: 1em 0;
    list-style: none;
}

.post-content ol li,
.post-content ul li {
    margin: 0.25em 0;
}

.post-content ol.unstyled,
.post-content ul.unstyled,
.post-content ul.gallery {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.post-content ol.unstyled li,
.post-content ul.unstyled li,
.post-content ul.gallery li {
    margin: 0;
}

.post-content ul li {
    position: relative;
    padding-left: 1.2em;
    padding-left: 1em;
}

.post-content ul li:before {
    -webkit-transform: scaleX(0.7);
    -moz-transform: scaleX(0.7);
    -ms-transform: scaleX(0.7);
    -o-transform: scaleX(0.7);
    transform: scaleX(0.7);
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    content: "";
    font-family: "FontAwesome", sans-serif;
    font-size: 16px;
    color: #de0002;
    text-shadow: none;
    line-height: 1;
}

.post-content ul.accordion li,
.post-content ul.tabs li,
.post-content ul.tribe-events-sub-nav li,
.post-content ul.tribe-bar-views-list li,
.post-content .pagination ul li {
    padding: 0;
}

.post-content ul.accordion li:before,
.post-content ul.tabs li:before,
.post-content ul.tribe-events-sub-nav li:before,
.post-content ul.tribe-bar-views-list li:before,
.post-content .pagination ul li:before {
    display: none;
    content: '';
}

.post-content p {
    margin: 0 0 1em;
}

.post-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.post-content table {
    width: 100%;
    margin: 1em 0;
}

.post-content blockquote {
    color: #5d646d;
    margin: 1.25em 0;
    padding-left: 0.625em;
}

.post-content small {
    font-size: 0.8em;
}

.post-content iframe {
    display: block;
    width: 100%;
}

@media screen and (max-width: 780px) {
    .post-content iframe {
        display: block;
        width: 100%;
    }
}

.post-content .alignnone {
    float: none;
}

.post-content .alignright {
    display: inline;
    float: right;
    margin-left: 2em;
}

.post-content .alignleft {
    display: inline;
    float: left;
    margin-right: 2em;
}

.post-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post-content .txt-alignleft {
    text-align: left;
}

.post-content .txt-aligncenter {
    text-align: center;
}

.post-content .txt-alignright {
    text-align: right;
}

.post-content .wp-caption {
    width: auto !important;
    margin-bottom: 20px;
    border-bottom: 3px solid #eaeaea;
}

.post-content .wp-caption img {
    display: block;
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: auto;
}

.post-content .wp-caption p.wp-caption-text {
    margin: 0;
    padding: 20px 0;
    font-size: 1.75em;
    font-weight: 700;
}

.post-content #tribe-events {
    padding: 0;
}

.post-content #tribe-events .tribe-events-notices {
    margin-top: 0;
}

.post-content .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title {
    font-size: 1.5em;
    text-transform: uppercase;
}

.post-content .social-networks a {
    margin-right: 1em;
}

.post-content .social-networks a:hover i {
    opacity: 1;
    color: #8c0001;
}

.post-content .social-networks a i {
    font-size: 48px;
    color: #002d56;
}

.the-content.search .custom-search-box,
.the-content.search .custom-search-results {
    box-shadow: 0 40px 50px rgba(0, 0, 0, 0.04);
}

.the-content.search .custom-search-box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    background: #ffffff;
    overflow: hidden;
}

.the-content.search .custom-search-box:last-child {
    margin-right: 0;
}

.the-content.search .custom-search-box header {
    padding: 20px 30px;
    font-size: 1.5em;
    font-weight: 700;
    background: #002d56;
    border-bottom: 3px solid #8c0001;
    text-transform: uppercase;
    color: #ffffff;
}

.the-content.search .custom-search-box footer {
    padding: 0 30px 30px;
    text-align: center;
}

.the-content.search .custom-search-box footer .clear-filters {
    padding-top: 1em;
    text-align: right;
    font-size: 14px;
}

.the-content.search .custom-search-box footer .btn {
    display: block;
    width: 100%;
}

.the-content.search .custom-search-box .body {
    padding: 30px;
}

.the-content.search .custom-search-box .body>ul>li {
    padding: 5px 0;
    border-bottom: 1px dashed #d7d7d7;
}

.the-content.search .custom-search-box .body>ul>li select {
    height: 43px;
    margin: 0;
    border: none;
}

.the-content.search .custom-search-box .body>ul>li .select2 .select2-selection {
    border: none;
    border-radius: 0;
}

.the-content.search .custom-search-box .body>ul>li .select2 .select2-selection ul {
    position: relative;
    top: 5px;
    margin: 0;
    padding: 0;
}

.the-content.search .custom-search-box .body>ul>li .select2 .select2-selection ul li.select2-selection__choice {
    font-size: 14px;
}

.the-content.search .custom-search-box .body>ul>li .select2 .select2-selection input {
    font-size: 14px;
    height: 38px;
    margin: 0;
    padding: 5px 0 0;
}

.the-content.search .custom-search-box .search {
    position: relative;
    z-index: 2;
    padding: 15px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
}

.the-content.search .custom-search-box .search input {
    width: 100%;
    border: 0;
    font-size: 20px;
    font-weight: 500;
}

.the-content.search .custom-search-box .search button {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 30px;
    border: 0;
}

.the-content.search .custom-search-box .search button i,
.the-content .custom-search-box .search button i {
    font-size: 28px;
    color: #8c0001;
}

.the-content.search .custom-search-results {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
}

.the-content.search .custom-search-results:last-child {
    margin-right: 0;
}

.the-content .custom-search-results .testimonials.carousel {
    padding-top: 0;
}

.the-content.search .custom-search-results .item,
.the-content .custom-search-results .item {
    padding: 30px;
    border-top: 3px solid #8c0001;
    background: #ffffff;
    text-align: left;
}

.the-content.search .custom-search-results .item header,
.the-content .custom-search-results .item header {
    position: relative;
    z-index: 1;
}

.the-content.search .custom-search-results .item header::after,
.the-content .custom-search-results .item header::after {
    clear: both;
    content: "";
    display: table;
}

.the-content.search .custom-search-results .item header .title,
.the-content .custom-search-results .item header .title {
    float: left;
    text-transform: uppercase;
    margin-right: 120px;
    color: #002d56;
}

.the-content.search .custom-search-results .item header .title a,
.the-content .custom-search-results .item header .title a {
    color: #002d56;
}

.the-content.search .custom-search-results .item header .title a:hover,
.the-content .custom-search-results .item header .title a:hover {
    color: #8c0001;
}

.the-content.search .custom-search-results .item header .org,
.the-content .custom-search-results .item header .org {
    clear: both;
}

.the-content.search .custom-search-results .item header .locations,
.the-content.search .custom-search-results .item header .counties,
.the-content .custom-search-results .item header .locations,
.the-content .custom-search-results .item header .counties {
    float: right;
    margin-left: -120px;
}

.the-content.search .custom-search-results .item header .locations .state,
.the-content.search .custom-search-results .item header .locations .county,
.the-content.search .custom-search-results .item header .counties .state,
.the-content.search .custom-search-results .item header .counties .county,
.the-content .custom-search-results .item header .locations .state,
.the-content .custom-search-results .item header .locations .county,
.the-content .custom-search-results .item header .counties .state,
.the-content .custom-search-results .item header .counties .county {
    font-size: 14px;
    color: #a7a7a7;
    text-transform: uppercase;
}

.the-content.search .custom-search-results .item .desc,
.the-content .custom-search-results .item .desc {
    margin-bottom: 30px;
    font-size: 14px;
    color: #002d56;
}

.the-content.search .custom-search-results .item footer .the-content .custom-search-results .item footer {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 30px 0;
    border-top: 1px solid #f3f3f3;
}

.the-content.search .custom-search-results .item footer::after,
.the-content .custom-search-results .item footer::after {
    clear: both;
    content: "";
    display: table;
}

.the-content.search .custom-search-results .item footer .areas,
.the-content .custom-search-results .item footer .areas {
    float: left;
}

.the-content.search .custom-search-results .item footer .areas li,
.the-content .custom-search-results .item footer .areas li {
    display: inline-block;
    height: 38px;
    margin-bottom: 5px;
    padding: 0 1em;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #d7d7d7;
    border-radius: 19px;
}

.the-content.search .custom-search-results .item footer .btn,
.the-content .custom-search-results .item footer .btn {
    float: right;
}

.the-content.search .custom-search {
    margin-bottom: 40px;
}

.the-content.search .custom-search::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 780px) {
    .the-content.search .custom-search #provider-search-box,
    .the-content.search .custom-search #provider-search-results,
    .the-content.search .custom-search #opportunity-search-box,
    .the-content.search .custom-search #opportunity-search-results {
        width: 100%;
    }
    .the-content.search .custom-search #provider-search-box,
    .the-content.search .custom-search #opportunity-search-box {
        margin-bottom: 30px;
    }
}

.the-content.search .pagination {
    clear: both;
    position: relative;
    z-index: 1;
    border-top: 3px solid #ebebeb;
}

.the-content.search .pagination ul {
    position: relative;
    top: -3px;
    z-index: 2;
}

.the-content.search .pagination ul li.active button {
    border-top-color: #8c0001;
    color: #8c0001;
}

.the-content.search .pagination ul li button {
    min-width: 30px;
    border: none;
    border-top: 3px solid transparent;
    color: #002d56;
}

.the-content.search .pagination ul li button:hover {
    color: #de0002;
}

.the-content.search .pagination .prev,
.the-content.search .pagination .next {
    position: absolute;
    z-index: 2;
    border: none;
    top: 0;
}

.the-content.search .pagination .prev:hover i,
.the-content.search .pagination .next:hover i {
    color: #8c0001;
}

.the-content.search .pagination .prev i,
.the-content.search .pagination .next i {
    color: #002d56;
}

.the-content.search .pagination .prev {
    left: 0;
}

.the-content.search .pagination .next {
    right: 0;
}

body.page-template-single-opportunity #opportunity-details .project-description {
    margin-bottom: 30px;
}

body.page-template-single-opportunity #opportunity-details .section {
    padding: 30px 0;
    border-top: 1px solid #d7d7d7;
}

body.page-template-single-opportunity #opportunity-details .section.project-signup .btn {
    padding: 0 20px;
}

body.page-template-single-opportunity #opportunity-details .section header h3,
body.page-template-single-opportunity #opportunity-details .section header .the-content .sidebar .project-block h4,
.the-content .sidebar .project-block body.page-template-single-opportunity #opportunity-details .section header h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

body.page-template-single-opportunity #opportunity-details .section ul li:before {
    display: none;
}

body.page-template-single-opportunity #opportunity-details .section .list {
    padding: 0;
}

body.page-template-single-opportunity #opportunity-details .section .list li {
    display: inline-block;
    height: 38px;
    margin-bottom: 5px;
    padding: 0 1em;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #d7d7d7;
    border-radius: 19px;
}

body.page-template-single-opportunity #opportunity-details .section .columns {
    padding: 0;
}

body.page-template-single-opportunity #opportunity-details .section .columns::after {
    clear: both;
    content: "";
    display: table;
}

body.page-template-single-opportunity #opportunity-details .section .columns li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding-left: 0;
}

body.page-template-single-opportunity #opportunity-details .section .columns li:last-child {
    margin-right: 0;
}

body.page-template-single-opportunity #opportunity-details .section .columns li:nth-child(2n) {
    margin-right: 0;
}

body.page-template-single-opportunity #opportunity-details .section .columns li:nth-child(2n+1) {
    clear: left;
}

.layout {
    clear: both;
    padding-top: 30px;
    border-top: 1px solid #d7d7d7;
}

.layout+.layout {
    border-top: 0;
}

.layout.buttons {
    border-top: 0;
    padding-top: 0;
}

.layout.buttons button {
    margin-bottom: 10px;
    margin-right: 10px;
}

.layout.cta .items {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout.cta .items .item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 48.75%;
    -moz-flex: 1 0 48.75%;
    -ms-flex: 1 0 48.75%;
    flex: 1 0 48.75%;
    margin-right: 2.5%;
    padding: 20px;
    background: #f3f3f3;
}

.layout.cta .items .item::after {
    clear: both;
    content: "";
    display: table;
}

.layout.cta .items .item:nth-child(2n) {
    margin-right: 0;
}

.layout.cta .items .item .thumbnail {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
}

.layout.cta .items .item .thumbnail:last-child {
    margin-right: 0;
}

.layout.cta .items .item .thumbnail figure {
    position: relative;
    float: left;
    width: 100%;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.layout.cta .items .item .thumbnail figure:before {
    content: '';
    display: block;
    margin-top: 100%;
}

.layout.cta .items .item .details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0;
}

.layout.cta .items .item .details:last-child {
    margin-right: 0;
}

@media screen and (max-width: 780px) {
    .layout.cta .items {
        display: block;
    }
    .layout.cta .items .item {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .layout.cta .items .item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .layout.cta .items .item {
        margin-bottom: 20px;
    }
    .layout.cta .items .item .thumbnail,
    .layout.cta .items .item .details {
        width: 100%;
    }
    .layout.cta .items .item .thumbnail {
        margin-bottom: 10px;
    }
    .layout.cta .items .item .thumbnail figure {
        position: relative;
        float: left;
        width: 100%;
    }
    .layout.cta .items .item .thumbnail figure:before {
        content: '';
        display: block;
        margin-top: 56%;
    }
}

.layout.links .section-header .section-title {
    font-size: 1.5625em;
    color: #002d56;
}

.layout.links .items {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout.links .items .item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 31.66667%;
    -moz-flex: 1 0 31.66667%;
    -ms-flex: 1 0 31.66667%;
    flex: 1 0 31.66667%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}

.layout.links .items .item:nth-child(3n) {
    margin-right: 0;
}

.layout.links .items .item figure {
    position: relative;
    float: left;
    width: 100%;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.layout.links .items .item figure:before {
    content: '';
    display: block;
    margin-top: 62%;
}

.layout.links .items .item footer {
    clear: both;
    padding: 1em 25px;
}

.layout.links .items .item footer .title {
    margin-bottom: 10px;
    font-size: 1.25em;
    color: #3a3e44;
}

.layout.links .items .item footer .title:hover {
    color: #002d56;
}

.layout.links .items .item footer .more {
    padding-top: 10px;
    border-top: 1px solid #d8d8d8;
}

.layout.links .items .item footer .more a {
    font-size: 0.875em;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 780px) {
    .layout.links .items .item {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 0 48.75%;
        -moz-flex: 1 0 48.75%;
        -ms-flex: 1 0 48.75%;
        flex: 1 0 48.75%;
    }
    .layout.links .items .item:nth-child(3n) {
        margin-right: 2.5%;
    }
    .layout.links .items .item:nth-child(even) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .layout.links .items {
        display: block;
    }
    .layout.links .items .item {
        margin-bottom: 20px;
        margin-right: 0 !important;
    }
}

.layout.tabs ul.tabs {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    border: 1px solid #d7d7d7;
}

.layout.tabs ul.tabs:last-child {
    margin-right: 0;
}

.layout.tabs ul.tabs li {
    float: none;
    display: block;
    border-bottom: 1px solid #d7d7d7;
}

.layout.tabs ul.tabs li:last-child {
    border-bottom: 0;
}

.layout.tabs ul.tabs li a {
    padding: 10px 20px;
    font-weight: 700;
}

.layout.tabs ul.tabs li a.active {
    position: relative;
    z-index: 2;
    color: #ffffff;
    background: #002d56;
}

.layout.tabs ul.tabs li a.active:before {
    position: absolute;
    right: 20px;
    font-family: "FontAwesome", sans-serif;
    content: '\f101';
}

.layout.tabs ul.tabs li a:hover {
    color: #002d56;
    background: #f3f3f3;
}

.layout.tabs .tab-contents {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
}

.layout.tabs .tab-contents:last-child {
    margin-right: 0;
}

@media screen and (max-width: 780px) {
    .layout.tabs ul.tabs,
    .layout.tabs .tab-contents {
        width: 100%;
    }
    .layout.tabs ul.tabs {
        font-size: .88em;
    }
    .layout.tabs ul.tabs li a {
        padding: 5px 10px;
    }
}

.layout.testimonials .items.carousel .item {
    margin: 0;
    padding-bottom: 0;
}

.layout.testimonials .items .item {
    padding-bottom: 0;
}

.layout.testimonials .items .item .testimonial {
    position: relative;
    z-index: 1;
    padding-left: 25px;
}

.layout.testimonials .items .item .testimonial i {
    position: absolute;
    left: 1px;
    color: #002d56;
}

.layout.testimonials .items .item .client {
    text-align: right;
}

.layout.events .filters {
    margin-bottom: 2em;
}

.layout.events .filters::after {
    clear: both;
    content: "";
    display: table;
}

.layout.events .filters .field {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
}

.layout.events .filters .field:last-child {
    margin-right: 0;
}

.layout.events .filters .field:nth-child(4n) {
    margin-right: 0;
}

.layout.events .filters .field:nth-child(4n+1) {
    clear: left;
}

.layout.events .items .item {
    margin-bottom: 20px;
    padding: 20px;
    background: #f3f3f3;
    border: 1px solid #d7d7d7;
}

.layout.events .items .item::after {
    clear: both;
    content: "";
    display: table;
}

.layout.events .items .item.has-thumbnail .details {
    float: left;
    margin-left: 170px;
}

.layout.events .items .item img {
    float: left;
    margin-right: -150px;
}

.layout.events .items .item .details header {
    margin-bottom: 1em;
    padding-left: 15px;
    border-left: 1px solid #002d56;
    color: #002d56;
}

.layout.events .items .item .details header .title {
    margin: 0;
}

.layout.events .items .item .details header .description {
    font-size: 1.125em;
}

.layout.events .items .item .details time {
    text-transform: uppercase;
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 700;
}

.layout.events .items .item .details .title {
    font-size: 1.5625em;
}

.layout.events .items .item .details .title .styled {
    font-weight: 400;
}

.layout.events .items .item .details .title .styled mark {
    font-weight: 700;
    background: none;
    color: #002d56;
}

.layout.events .items .item .details .meta {
    margin-bottom: 1em;
    font-size: 14px;
    color: #a7a7a7;
}

.layout.events .items .item .details .excerpt {
    font-size: 0.9375em;
}

.layout.events .items .item .details .audience {
    padding-top: 1em;
}

@media screen and (max-width: 780px) {
    .layout.events .filters .field {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%;
    }
    .layout.events .filters .field:nth-child(4n) {
        margin-right: 2.35765%;
    }
    .layout.events .filters .field:nth-child(4n+1) {
        clear: none;
    }
    .layout.events .filters .field:last-child {
        margin-right: 0;
    }
    .layout.events .filters .field:nth-child(2n) {
        margin-right: 0;
    }
    .layout.events .filters .field:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 480px) {
    .layout.events .items .item.has-thumbnail .details {
        float: none;
        margin-left: 0;
    }
    .layout.events .items .item img {
        display: none;
    }
}


/* GALLERY
================================================================================================ */

.post-content ul.gallery {
    margin: 2em 0;
}

.post-content ul.gallery::after {
    clear: both;
    content: "";
    display: table;
}

.post-content ul.gallery li {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 19.43277%;
    margin-bottom: 1em;
}

.post-content ul.gallery li:last-child {
    margin-right: 0;
}

.post-content ul.gallery li:nth-child(5n) {
    margin-right: 0;
}

.post-content ul.gallery li:nth-child(5n+1) {
    clear: left;
}

.post-content ul.gallery li a img {
    width: 100%;
    height: auto;
    padding: 4px;
    border: 1px solid #e0e0e0;
}

.post-content ul.gallery li a:hover img {
    padding: 2px;
    border: 3px solid #d0d0d0;
}

@media screen and (max-width: 780px) {
    .post-content ul.gallery li {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 26.56773%;
    }
    .post-content ul.gallery li:last-child {
        margin-right: 0;
    }
    .post-content ul.gallery li:nth-child(3n) {
        margin-right: 0;
    }
    .post-content ul.gallery li:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 480px) {
    .post-content ul.gallery li {
        float: left;
        display: block;
        margin-right: 16.03631%;
        width: 41.98184%;
    }
    .post-content ul.gallery li:last-child {
        margin-right: 0;
    }
    .post-content ul.gallery li:nth-child(2n) {
        margin-right: 0;
    }
    .post-content ul.gallery li:nth-child(2n+1) {
        clear: left;
    }
}


/* TESTIMONIALS
================================================================================================ */

.testimonials .item {
    margin-bottom: 2em;
    padding-bottom: 3em;
}

.testimonials .item.featured {
    width: auto;
    padding: 0 0 1em 0;
}

.testimonials .item.featured .testimonial {
    font-size: 1.75em;
    font-weight: 700;
}

.testimonials .item.featured .client {
    display: inline-block;
    padding-right: 20px;
    background: #fff;
}

.testimonials .item .testimonial {
    padding: 0;
    margin: 0 0 1em;
}

.testimonials .item .client {
    color: #000;
}

.testimonials .cols::after {
    clear: both;
    content: "";
    display: table;
}

.testimonials .cols .col {
    float: left;
    width: 45.295%;
}

.testimonials .cols .col:nth-child(2n) {
    margin-left: 9.41%;
}

@media screen and (max-width: 480px) {
    .testimonials .cols .col {
        float: none;
        width: auto;
    }
    .testimonials .cols .col:nth-child(2n) {
        margin-left: 0;
    }
}


/* CONTENT
================================================================================================ */

.post {
    margin-bottom: 2em;
}

.post::after {
    clear: both;
    content: "";
    display: table;
}

.post-header {
    margin-bottom: 10px;
}

.post-header .post-title {
    margin: 0;
    padding: 0;
    font-size: 1.5625em;
}

.post-header .post-meta {
    padding: 5px 0;
    font-size: 75%;
}

.post-header time {
    font-weight: 700;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #a7a7a7;
}

.post-thumbnail {
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
    border: 5px solid #fff;
}

@media screen and (max-width: 480px) {
    .post-thumbnail {
        float: none;
        margin-right: 0;
    }
}

.post-excerpt {
    overflow: hidden;
}

.post-excerpt p {
    margin-top: 0;
}

.page-header {
    padding: 0 0 2em;
}

.page-header .page-title {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.875em;
    font-weight: 900;
    color: #8c0001;
    text-transform: uppercase;
    border-bottom: 3px solid #d7d7d7;
}

.blog article,
.archive article,
.search article {
    margin-bottom: 2em;
}

.blog article::after,
.archive article::after,
.search article::after {
    clear: both;
    content: "";
    display: table;
}

.blog .post-meta,
.archive .post-meta,
.search .post-meta {
    clear: left;
}

.single .post-meta {
    padding-top: 1em;
}

#team::after {
    clear: both;
    content: "";
    display: table;
}

#team .member {
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 18.49818%;
    display: block;
    margin-bottom: 2em;
}

#team .member:last-child {
    margin-right: 0;
}

#team .member:nth-child(5n) {
    margin-right: 0;
}

#team .member:nth-child(5n+1) {
    clear: left;
}

#team .thumbnail {
    position: relative;
    float: left;
    width: 100%;
    background: no-repeat center #f3f3f3;
    -webkit-background-size: cover;
    background-size: cover;
}

#team .thumbnail:before {
    content: '';
    display: block;
    margin-top: 100%;
}

#team .details {
    clear: both;
    padding: 10px;
}

#team .details header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}

#team .details .name {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

#team .details .meta p {
    font-size: 0.875em;
    margin: 0;
    font-weight: 700;
}

#team .details .excerpt {
    font-size: 0.875em;
}

#team .details .more {
    padding-top: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
    #team .member {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
    }
    #team .member:last-child {
        margin-right: 0;
    }
    #team .member:nth-child(5n) {
        margin-right: 2.35765%;
    }
    #team .member:nth-child(5n+1) {
        clear: none;
    }
    #team .member:nth-child(3n) {
        margin-right: 0;
    }
    #team .member:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 780px) {
    #team .member {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
    }
    #team .member:last-child {
        margin-right: 0;
    }
    #team .member:nth-child(3n) {
        margin-right: 2.35765%;
    }
    #team .member:nth-child(3n+1) {
        clear: none;
    }
    #team .member:nth-child(2n) {
        margin-right: 0;
    }
    #team .member:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 480px) {
    #team .member {
        width: 100%;
    }
    #team .member:nth-child(2n) {
        margin-right: 2.35765%;
    }
    #team .member:nth-child(2n+1) {
        clear: none;
    }
}


/* HOME
================================================================================================ */

body.home {
    background: #f3f3f3;
}

body.home .section.s1 {
    position: relative;
    z-index: 1;
    height: 684px;
}

body.home .section.s1 .slideshow {
    background: #002d56;
}

body.home .section.s1 .slideshow::after {
    clear: both;
    content: "";
    display: table;
}

body.home .section.s1 .slideshow .slide {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 684px;
}

body.home .section.s1 .slideshow .slide .grad {
    background-color: transparent;
    background-image: -webkit-linear-gradient(-360deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

body.home .section.s1 .slideshow .slide-image {
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
}

body.home .section.s1 .content {
    position: absolute;
    z-index: 3;
    bottom: 60px;
    left: 0;
    right: 0;
    color: #ffffff;
}

body.home .section.s1 .content .testimonial {
    margin-bottom: 20px;
    font-size: 3.625em;
    font-weight: 700;
    line-height: 1.1;
}

body.home .section.s1 .content .testimonial p {
    display: inline;
}

body.home .section.s1 .content .client {
    text-transform: uppercase;
}

body.home .section.s1 .content .client .name {
    font-weight: 700;
}

body.home .section.s1 .anim {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
}

body.home .section.s1 .anim.ready {
    opacity: 1;
}

@media screen and (max-width: 1380px) {
    body.home .section.s1 .content .testimonial {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 780px) {
    body.home .section.s1 {
        height: 500px;
    }
    body.home .section.s1 .slideshow .slide {
        height: 500px;
    }
    body.home .section.s1 .content .carousel {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    body.home .section.s1 .content .testimonial {
        font-size: 1.5625em;
    }
}

body.home .section.s2 {
    position: relative;
    z-index: 1;
    background: #ffffff;
}

body.home .section.s2 .wrap {
    top: -6px;
    border-top: 6px solid #8c0001;
}

body.home .section.s2 .items {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

body.home .section.s2 .items .item {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    position: relative;
    z-index: 2;
    padding: 40px;
    max-width: 33.33%;
}

body.home .section.s2 .items .item:first-child {
    padding-left: 0;
}

body.home .section.s2 .items .item:last-child {
    padding-right: 0;
}

body.home .section.s2 .items .item:last-child .border {
    display: none;
}

body.home .section.s2 .items .item .title {
    font-size: 1.125em;
    text-transform: uppercase;
}

body.home .section.s2 .items .item .text {
    font-size: 0.875em;
}

body.home .section.s2 .items .item .carousel {
    margin-bottom: 1em;
}

body.home .section.s2 .items .item .border {
    background-color: #e3e3e3;
    background-image: -webkit-linear-gradient(#e3e3e3, #fff);
    background-image: linear-gradient(#e3e3e3, #fff);
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
}

body.home .section.s2 .items .owl-controls .owl-pagination {
    position: absolute;
    right: 0;
    bottom: -2em;
    text-align: right;
}

body.home .section.s2 .items .owl-controls .owl-pagination .owl-page.active span {
    background: #8c0001;
}

body.home .section.s2 .items .owl-controls .owl-pagination .owl-page span {
    width: 8px;
    height: 8px;
    border: 0;
    background: #d7d7d7;
}

@media screen and (max-width: 1080px) {
    body.home .section.s2 .items .owl-controls .owl-pagination {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: left;
    }
}

@media screen and (max-width: 780px) {
    body.home .section.s2 {
        padding: 20px 0;
        background: #f3f3f3;
    }
    body.home .section.s2 .wrap {
        top: 0;
    }
    body.home .section.s2 .items {
        display: block;
    }
    body.home .section.s2 .items .item,
    body.home .section.s2 .items .item:first-child,
    body.home .section.s2 .items .item:last-child {
        margin-bottom: 20px;
        padding: 20px;
        background: #ffffff;
    }
    body.home .section.s2 .items .item .border,
    body.home .section.s2 .items .item:first-child .border,
    body.home .section.s2 .items .item:last-child .border {
        display: none;
    }
    body.home .section.s2 .items .item {
        max-width: none;
    }
    body.home .section.s2 .items .item:last-child {
        margin-bottom: 0;
    }
}

body.home .section.s3 {
    position: relative;
    z-index: 1;
    padding: 60px 0;
}

body.home .section.s3 .bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}

body.home .section.s3 .bg img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

body.home .section.s3 .content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    line-height: 1.85;
}

body.home .section.s3 .content h1,
body.home .section.s3 .content h2 {
    font-size: 2.625em;
    text-transform: uppercase;
    color: #ffffff;
}

@media screen and (max-width: 780px) {
    body.home .section.s3 {
        background: no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        background-image: url("../images/about-bg.jpg");
    }
    body.home .section.s3 .bg {
        display: none;
    }
}

body.home .section.s4 .section-header .title,
body.home .section.s5 .section-header .title {
    margin: 0;
    font-size: 2.625em;
    color: #002d56;
    text-transform: uppercase;
}

@media screen and (max-width: 780px) {
    body.home .section.s4 .section-header .title,
    body.home .section.s5 .section-header .title {
        font-size: 35px;
    }
}

body.home .section.s4 {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

body.home .section.s4 .section-header {
    margin-bottom: 60px;
}

body.home .section.s4 .items {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

body.home .section.s4 .items .item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    -moz-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    margin-right: 60px;
    position: relative;
    z-index: 2;
}

body.home .section.s4 .items .item:nth-child(3n) {
    margin-right: 0;
}

body.home .section.s4 .items .item:hover .shade {
    opacity: 1;
    box-shadow: 0 40px 50px rgba(0, 0, 0, 0.1);
}

body.home .section.s4 .items .item:hover .event header time {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 1em;
    overflow: visible;
}

body.home .section.s4 .items .item:hover .event header .line {
    background: #8c0001;
}

body.home .section.s4 .items .item .shade {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    background: #ffffff;
    opacity: 0;
}

body.home .section.s4 .items .item .event {
    position: relative;
    z-index: 2;
}

body.home .section.s4 .event {
    color: #002d56;
    cursor: pointer;
}

body.home .section.s4 .event header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 30px;
}

body.home .section.s4 .event header time {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 0;
    -moz-flex: 0 1 0;
    -ms-flex: 0 1 0;
    flex: 0 1 0;
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #002d56;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}

body.home .section.s4 .event header time .date,
body.home .section.s4 .event header time .time {
    display: block;
}

body.home .section.s4 .event header time .date {
    font-weight: 700;
}

body.home .section.s4 .event header .line {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    position: relative;
    top: 5px;
    height: 3px;
    background: #d7d7d7;
}

body.home .section.s4 .event main {
    font-size: 14px;
}

body.home .section.s4 .event main .title {
    line-height: 1;
    font-size: 24px;
    text-transform: uppercase;
}

body.home .section.s4 .event main .title a {
    color: #002d56;
}

body.home .section.s4 .event main .title a:hover {
    color: #8c0001;
}

body.home .section.s4 .event main .excerpt {
    margin-bottom: 1em;
}

body.home .section.s4 .event main .meta li {
    padding: 1em 0;
    border-top: 1px dashed #a7a7a7;
    font-weight: 700;
}

body.home .section.s4 .event main .meta li .value {
    font-weight: 400;
}

body.home .section.s4 .more {
    text-align: center;
}

@media screen and (max-width: 780px) {
    body.home .section.s4 {
        padding: 40px 0;
    }
    body.home .section.s4 .section-header {
        margin-bottom: 30px;
    }
    body.home .section.s4 .items {
        display: block;
    }
    body.home .section.s4 .items .item {
        margin-right: 0;
        margin-bottom: 20px;
    }
    body.home .section.s4 .items .item:last-child {
        margin-bottom: 0;
    }
    body.home .section.s4 .items .item .shade {
        display: none;
    }
    body.home .section.s4 .event {
        padding: 20px;
        background: #ffffff;
    }
    body.home .section.s4 .event header time {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding-right: 1em;
        overflow: visible;
    }
}

body.home .section.s5 {
    padding: 60px 0;
    background: #ffffff;
}

body.home .section.s5 .section-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

body.home .section.s5 .section-header .title {
    margin-bottom: 40px;
}

body.home .section.s5 .section-header ul.tabs {
    border-bottom: 0;
}

body.home .section.s5 .section-header ul.tabs li a {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
    color: #3a3e44;
    border-bottom: 5px solid transparent;
}

body.home .section.s5 .section-header ul.tabs li a:hover {
    color: #ffffff;
}

body.home .section.s5 .section-header ul.tabs li a.active {
    font-weight: 500;
    color: #002d56;
    background: none;
    border-bottom-color: #8c0001;
}

body.home .section.s5 .posts .tab-content::after {
    clear: both;
    content: "";
    display: table;
}

body.home .section.s5 .posts .tab-content article {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
}

body.home .section.s5 .posts .tab-content article:last-child {
    margin-right: 0;
}

body.home .section.s5 .posts .tab-content article header {
    margin-bottom: 20px;
    color: #a7a7a7;
}

body.home .section.s5 .posts .tab-content article header .title {
    margin: 0 0 10px;
}

body.home .section.s5 .posts .tab-content article header .title a {
    color: #002d56;
}

body.home .section.s5 .posts .tab-content article header .title a:hover {
    color: #8c0001;
}

body.home .section.s5 .posts .tab-content article header .meta {
    font-size: 12px;
}

body.home .section.s5 .posts .tab-content article header .meta a {
    color: #a7a7a7;
}

body.home .section.s5 .posts .tab-content article header .meta a:hover {
    color: #8c0001;
}

body.home .section.s5 .posts .tab-content article header .meta .cats {
    text-transform: uppercase;
}

body.home .section.s5 .posts .tab-content article .excerpt {
    font-size: 14px;
}

@media screen and (max-width: 780px) {
    body.home .section.s5 {
        padding: 40px 0;
    }
    body.home .section.s5 .section-header {
        margin-bottom: 0;
    }
    body.home .section.s5 .section-header ul.tabs li a {
        font-size: 14px;
    }
    body.home .section.s5 .posts .tab-content article {
        width: 100%;
        margin-bottom: 20px;
    }
    body.home .section.s5 .posts .tab-content article:last-child {
        margin-bottom: 0;
    }
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body,
html {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: #3a3e44;
    background: #f3f3f3;
}

body.mobile-nav-on {
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
}

h1,
h2,
h3,
.the-content .sidebar .project-block h4,
h4,
h5,
h6 {
    color: #8c0001;
}

h1 {
    font-size: 2.5em;
    line-height: 1.1;
}

h2 {
    font-size: 2em;
    line-height: 1.25;
}

h3,
.the-content .sidebar .project-block h4 {
    font-size: 1.5em;
    line-height: 1.25;
}

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

h5 {
    font-size: .88em;
}

h6 {
    font-size: .66em;
}

address {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

a {
    color: #8c0001;
    text-decoration: none;
}

a:hover {
    color: #002d56;
}

a:hover.unstyled {
    text-decoration: none;
}

a:hover button {
    text-decoration: none;
}


/* LAYOUT
================================================================================================ */

.wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.wrap::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 1380px) {
    .wrap {
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
}

.the-content .flex {
    display: flex;
    flex-flow: wrap;
    padding: 45px 0;
}

.the-content .flex .main {
    flex: 1;
    max-width: 100%;
    padding-right: 80px;
    padding-bottom: 40px;
}

.the-content .flex .main.full {
    max-width: 100%;
    padding-right: 0;
}

.the-content .flex .sidebar {
    flex: 0 0 380px;
    max-width: 380px;
}

@media screen and (max-width: 1080px) {
    .the-content .flex .sidebar {
        flex: 0 0 250px;
        max-width: 250px;
    }
    .the-content .flex .main {
        padding-right: 290px;
    }
    .the-content .flex .main.full {
        padding-right: 0;
    }
}

@media screen and (max-width: 780px) {
    .the-content .flex {
        display: block;
    }
    .the-content .flex .main {
        padding-right: 0;
    }
    .the-content .flex .main,
    .the-content .flex .sidebar {
        max-width: none;
    }
}


/*! PLEASE DON'T EDIT THIS FILE. EDIT STYLE-ADDITIONAL.CSS INSTEAD */


/*# sourceMappingURL=theme.css.map */