/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

figure {
    position: relative;
    margin: 0;
    overflow: hidden;
}

figure a {
    overflow: hidden;
    height: 100%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

figure img, figure a {
    display: block;
    z-index: 10;

    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    filter: blur(0);
    -webkit-filter: blur(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Document
   ========================================================================== */

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}


/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main {
    /* 1 */
    display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, a:hover {
    outline-width: 0;
}


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    height: auto;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio, video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

select {
    border-radius: 0;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: 0!important;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
    /* 1 */
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"],
/* 1 */

[type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */

menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}


/*** WordPress Default ***/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #f0f0f0;
    max-width: 100%;
    /* Image does not overflow the content area */
    padding: 0 0 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 0 0 25px 0;
}

@media (max-width: 768px) {
    .wp-caption.alignnone {
        margin: 0 0 20px 0;
    }
}

.wp-caption.alignleft {
    margin: 5px 25px 20px 0;
}

@media (max-width: 768px) {
    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }
}

.wp-caption.alignright {
    margin: 5px 0 25px 20px;
}

@media (max-width: 768px) {
    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 20px 0;
    text-align: left;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333d47;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/**
*
* Defaults
*
**/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #333d47;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
        line-height: 1.2;
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

a {
    color: #333d47;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #dedede;
}

figure {
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0px;
}

a {
    outline: 0;
}

a:active {
    outline: 0;
}

a:focus {
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

ol, p, ul {
    margin: 0 0 10px;
    font-family: Helvetica, Arial, sans-serif;
}

li {
    margin-bottom: 10px;
}

li:last-of-type {
    margin-bottom: 0;
}

ol:last-child, p:last-child, ul:last-child {
    margin-bottom: 0 !important;
}

a, a img, button {
    -webkit-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    margin-bottom: 25px;
    margin-top: 0;
    color: #333d47;
    font-family: Helvetica, Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333d47;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #909090;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
    margin-bottom: 12.5px;
}

@media (max-width: 768px) {
    h4 {
        font-size: 17px;
    }
}

h5 {
    font-size: 16px;
    margin-bottom: 12.5px;
}

h6 {
    font-size: 14px;
    margin-bottom: 12.5px;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
}

button:focus {
    outline: 0 !important;
}


/* Grid */

.container {
    width: 100%;
    padding: 0px 15px;
}

@media all and (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

.col-1 {
    width: 100%;
}

.col-12 {
    width: 50%;
}

.col-13 {
    width: 33.333%;
}

.col-14 {
    width: 25%;
}

.col-15 {
    width: 20%;
}

.col-16 {
    width: 16.666%;
}

.col-23 {
    width: 66.666%;
}

.col-25 {
    width: 40%;
}

.col-34 {
    width: 75%;
}

.col-35 {
    width: 60%;
}

.col-45 {
    width: 80%;
}

.col-46 {
    width: 66.666%;
}

.col-14.no-margin {
    padding-right: 0;
}

.col-1, .col-12, .col-13, .col-14, .col-15, .col-16, .col-23, .col-25, .col-34, .col-35, .col-45, .col-46 {
    position: relative;
    padding-right: 25px;
    float: left;
}

.wrapper>.container>.clearfix {
    margin-right: -25px;
    /*This is so boxes are same width because of border box*/
}

@media all and (max-width: 768px) {
    .col-1, .col-12, .col-13, .col-14, .col-15, .col-16, .col-23, .col-25, .col-34, .col-35, .col-45, .col-46 {
        padding-right: 20px;
    }
    .wrapper>.container>.clearfix {
        margin-right: -20px;
    }
}

@media all and (max-width: 440px) {
    .col-1, .col-12, .col-13, .col-14, .col-15, .col-16, .col-23, .col-25, .col-34, .col-35, .col-45, .col-46 {
        padding-right: 0;
    }
    .wrapper>.container>.clearfix {
        margin-right: 0;
    }
}


/*

/* Forms */

.btn {
    background-color: #c7c7c7;
    color: #fff;
    border: 2px solid transparent;
    height: 51px;
    text-align: center;
    padding: 5px 25px;
    min-width: 210px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.btn:hover {
    background: #fff;
    color: #333;
}

.btn--rounded {
    background-color: #a8a8a8;
    color: #fff;
    height: 51px;
    min-width: 210px;
    text-align: center;
    padding: 5px 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    text-transform: uppercase;
}

.btn--rounded:hover {
    background: #e1e1e1;
    color: #333;
}

.btn--outlined {
    background-color: #fff;
    color: #a8a8a8;
    border: 2px solid #a8a8a8;
    height: 51px;
    min-width: 210px;
    text-align: center;
    padding: 5px 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-transform: uppercase;
}

.btn--outlined:hover {
    border-color: #000;
    background: #fff;
    color: #000;
}

.btn--underlined {
    background-color: transparent;
    color: #a8a8a8;
    border: 0;
    height: auto;
    min-height: 25px;
    min-width: 0;
    text-align: center;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-decoration: underline;
    text-transform: none;
}

.btn--underlined:hover {
    background-color: transparent;
}

.btn--underlined:after {
    content: '>';
}


/*** Layout ***/

.layout {
    position: relative;
    width: 100%;
    padding: 25px 0px;
    background-size: cover;
    background-position: center top;
}

@media (max-width: 768px) {
    .layout {
        padding: 20px 0;
        /*
        >.bg_overlay + span + .wrapper >.container {
            padding: 0;
        }
        */
    }
    .layout .col-12, .layout .col-23, .layout .col-13, .layout .col-34, .layout .col-14 {
        width: 100%;
        margin-right: 0;
    }
}

.wrapper {
    width: 100%;
    max-width: 1233px;
    margin: 0 auto;
    /*z-index: 2;*/
    position: relative;
}

.layout--narrow .wrapper {
    width: 960px;
}

.layout--padding__none {
    padding: 0px;
}

.layout--padding__large {
    padding: 50px 0 25px;
}

@media (max-width: 768px) {
    .layout--padding__large {
        padding: 20px;
    }
}

@media all and (max-width: 768px) {
    .wrapper>.container {
        padding: 0 20px;
    }
}

.wrapper--full {
    max-width: none;
}


/* General Menu Styles */

.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/* Responsive Menu */

.resp-menu {
    position: absolute;
    top: 200px;
    background: #a8a8a8;
    z-index: -1;
    width: 100%;
    -webkit-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow-y: scroll;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

@media all and (max-width: 768px) {
    .resp-menu {
        top: 194px;
    }
}

@media all and (max-width: 480px) {
    .resp-menu {
        top: 161px;
    }
}

.menu--responsive-menu .menu-item a {
    padding: 15px;
    border-bottom: #fafafa 1px solid;
    color: #ffffff;
    display: block;
}

.menu--responsive-menu .menu-item .submenu-button {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    padding: 15px;
    border: 0;
    background: transparent !important;
}

.menu--responsive-menu .menu-item {
    position: relative;
    display: block;
    margin: 0;
}

.menu--responsive-menu .sub-menu {
    display: none;
    position: relative;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
}

.menu--responsive-menu .menu-item .submenu-button svg {
    -webkit-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.menu--responsive-menu .menu-item .submenu-button.rotate-arrow svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.resp-buttons-container {
    display: none;
}

@media all and (max-width: 1020px) {
    .resp-buttons-container {
        display: block;
        display: block;
    }
    .resp-buttons-container {
        position: relative;
        height: 56px;
        padding: 0 15px;
        background: #c7c7c7;
    }
    .resp-buttons-container .resp-menu-text {
        float: left;
        color: #fff;
    }
    .resp-buttons-container .resp-menu-text span {
        font-size: 16px;
        font-weight: 700;
        line-height: 56px;
    }
    .resp-menu-icon {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 26px;
        margin-top: 15px;
        cursor: pointer;
    }
    .resp-menu-icon__line {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        left: 0;
        border-top: 6px solid #fff;
        width: 100%;
    }
    .resp-menu-icon__line--top {
        top: 0;
    }
    .resp-menu-icon__line--middle {
        top: 10px;
    }
    .resp-menu-icon__line--bottom {
        top: 20px;
    }
    .menu-open .resp-menu {
        z-index: 20000;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .menu-open .resp-menu-icon__line--top {
        top: 10px;
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }
    .menu-open .resp-menu-icon__line--middle {
        opacity: 0;
    }
    .menu-open .resp-menu-icon__line--bottom {
        top: 10px;
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
    }
}


/* Top Menu */

.header__top {
    background: #747d85;
    height: 35px;
}

@media (max-width: 768px) {
    .header__top {
        height: auto;
    }
}

.header__bottom {
    border-bottom: #b8bdc0 1px solid;
}

.header__tagline {
    color: #ffffff;
    font-size: 12px;
    margin-top: 9px;
}

.header__tagline span {
    font-weight: 600;
}

@media all and (max-width: 768px) {
    .header__tagline {
        display: none;
    }
}


/* Header Menu */

.header__menu {
    background: #fff;
    /*position: relative;*/
    margin-left: 50px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


/*.header__menu nav ul {
    position: absolute;
    bottom: 0;
    display: table;
    width: 100%;
}*/

.menu--main-menu .menu-item {
    float: left;
    border-right: #b8bdc0 1px solid;
    margin-bottom: 0;
    display: table-cell;
    min-height: 62px;
    max-width: 200px;
}

@media all and (min-width: 1200px) and (max-width: 1600px) {
    .menu--main-menu .menu-item {
        max-width: 180px;
    }
}

@media screen and (max-width:1200px) {
    .menu--main-menu .menu-item {
        max-width: 140px;
    }
    nav.menu--main-menu .menu-item.menu-item-has-children>a {
        padding: 8px 26px 8px 8px;
    }
    nav.menu--main-menu .menu-item>a {
        height: 72px;
        padding: 8px;
    }
}

.menu--main-menu .menu-item:first-child {
    border-left: #b8bdc0 1px solid;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu .sub-menu-wrap {
    display: none;
}

.menu--main-menu {
    /* in sake of wordpress css class naming standards -.-  */
    width: 100%;
    height: 100%;
    display: table-row;
    float: right;
}

.menu--main-menu .menu>.menu-item:first-child:hover a:after {
    background: url("images/icon-home-w.html") no-repeat center;
}

.menu--main-menu>.menu-item {
    height: 62px;
}

.menu--main-menu .menu-item>a {
    vertical-align: bottom;
    display: table-cell;
    padding: 12px;
    color: #424e59;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: left;
    height: 62px;
}

.menu--main-menu .menu-item.menu-item-has-children>a {
    padding: 12px 37px 12px 12px;
}

.menu--main-menu .menu-item.current-menu-item a, .menu--main-menu .menu-item.current-menu-parent a, .menu--main-menu .menu-item.current-page-item a, .menu--main-menu .menu-item.current-page-parent a {
    background-color: #c7c7c7;
    color: #424e59;
}

.menu--main-menu .menu-item:active>a, .menu--main-menu .menu-item:focus>a, .menu--main-menu .menu-item:hover>a {
    background: #747d85;
    color: #fff;
}

.menu--main-menu .menu-item:active>a:after, .menu--main-menu .menu-item:focus>a:after, .menu--main-menu .menu-item:hover>a:after {
    border-color: #fff !important;
}

.menu--main-menu .menu-item.menu-item-has-children>a {
    position: relative;
}

.menu--main-menu .menu-item.menu-item-has-children>a:after {
    content: " ";
    position: absolute;
    /*display: inline-block;*/
    top: 35px;
    /*bottom: 17px;*/
    right: 14px;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #7c848b;
    border-left: 3px solid #7c848b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /*overflow: hidden;*/
}

@media all and (max-width: 1199px) and (min-width: 1021px) {
    .menu--main-menu .menu-item.menu-item-has-children>a:after {
        right: 10px;
        top: 48px;
    }
}

@media all and (max-width: 1350px) {
    .mega-menu-box .sub-menu .menu-item {
        max-width: none;
    }
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap {
    position: absolute;
    display: block;
    top: 100%;
    min-width: 302px;
    background: #f0f0f0;
    padding: 16px;
    border: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .sub-menu {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap.mega-menu {
    left: 0;
    right: 0;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap.mega-menu .sub-menu {
    padding: 18px 0 0;
    -moz-column-count: 2;
    -moz-column-gap: 6px;
    -webkit-column-count: 2;
    -webkit-column-gap: 6px;
    column-count: 2;
    column-gap: 6px;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap.mega-menu .sub-menu[data-columns="1"] {
    width: 50%;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .menu-item {
    display: block;
    height: auto;
    min-height: auto;
    width: 100%;
    max-width: none;
    border: none;
    line-height: 1;
    padding: 0;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .menu-item a {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #333d47;
    background-color: transparent;
    line-height: 1;
    text-transform: none;
    font-weight: 500;
    padding: 16px 34px 16px 24px;
    margin-bottom: 10px;
    text-align: left;
    height: auto;
    white-space: normal;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .menu-item a:after {
    content: " ";
    position: absolute;
    display: inline-block;
    bottom: auto;
    right: auto;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #a8a8a8;
    border-left: 2px solid #a8a8a8;
    margin-left: 15px;
    margin-top: 3px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    overflow: hidden;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .menu-item a:active:after, .menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .menu-item a:focus:after, .menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .menu-item a:hover:after {
    right: 15px;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .menu-item a:active, .menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .menu-item a:focus, .menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .menu-item a:hover {
    background-color: #747d85;
    color: #ffffff;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .menu-item.current-menu-item a {
    background: #ffffff;
    color: #333d47;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap .menu-item.current-menu-item a:after {
    display: none;
}

.menu--main-menu .menu-item.menu-item-has-children .sub-menu-wrap:not(.mega-menu) {
    max-width: 420px;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-button {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 17px;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #a8a8a8;
    border-color: #a8a8a8;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-button:hover {
    background-color: #747d85;
    border-color: #747d85;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-margin-bottom>.mega-menu-box--large {
    padding-bottom: 51px;
    position: relative;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-box {
    float: left;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-box--small {
    width: 35%;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-box--large {
    width: 63%;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-box:first-child {
    margin-right: 2%;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-box .mega-menu-box-image .mega-menu-box-image-title {
    position: relative;
    display: block;
    background: #747d85;
    color: #fff;
    padding: 16px;
    font-size: 19px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-box .mega-menu-box-image .mega-menu-box-image-title:after {
    content: " ";
    position: absolute;
    display: inline-block;
    right: auto;
    top: auto;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-left: 6px;
    margin-top: 6px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    overflow: hidden;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-box .mega-menu-box-image:active .mega-menu-box-image-title, .menu--main-menu .menu-item.menu-item-has-children .mega-menu-box .mega-menu-box-image:focus .mega-menu-box-image-title, .menu--main-menu .menu-item.menu-item-has-children .mega-menu-box .mega-menu-box-image:hover .mega-menu-box-image-title {
    background: #a8a8a8;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-box .mega-menu--title {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 16px 16px;
    margin: 0;
    border-bottom: 1px solid #afb3b7;
    color: #333d47;
    font-size: 19px;
    line-height: 1;
    position: relative;
}

.menu--main-menu .menu-item.menu-item-has-children .mega-menu-box .mega-menu--title:after {
    content: " ";
    position: absolute;
    display: inline-block;
    bottom: 20px;
    right: auto;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #333d47;
    border-left: 2px solid #333d47;
    margin-left: 15px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    overflow: hidden;
}

.menu--main-menu .menu-item.menu-item-has-children:active>.sub-menu-wrap, .menu--main-menu .menu-item.menu-item-has-children:focus>.sub-menu-wrap, .menu--main-menu .menu-item.menu-item-has-children:hover>.sub-menu-wrap {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
}

.menu--main-menu .menu-item.menu-icon a:before {
    content: "\f015";
    top: 4px;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 29px;
    line-height: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.menu--main-menu .menu-item.menu-icon--home a:before {
    content: "\f015";
    top: 4px;
}

@media (max-width: 1020px) {
    .menu--main-menu {
        display: none;
    }
}

.menu--top-menu {
    color: #fff;
}

.menu--top-menu .menu-item {
    float: left;
    margin-bottom: 0;
}

.menu--top-menu .menu-item a {
    color: #ffffff;
    padding: 10px 10px 8px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    height: 35px;
}

@media (max-width: 768px) {
    .menu--top-menu {
        width: 90%;
        float: left;
    }
    .menu--top-menu .menu {
        width: 100%;
        display: table;
    }
    .menu--top-menu .menu-item {
        float: none;
        display: table-cell;
        text-align: center;
    }
    .menu--top-menu .menu-item a {
        height: auto;
        padding: 10px;
    }
}

.menu--top-menu .menu-item:last-child {
    background-color: #c7c7c7;
    color: #333d47;
}

.menu--top-menu .menu-item:last-child:hover {
    background-color: #747d85;
    color: #ffffff;
}

.menu--top-menu .menu-item:hover {
    background-color: #c7c7c7;
}

.menu--top-menu .menu-item.current-menu-item {
    background-color: #c7c7c7;
}

.mega-menu-box-image {
    padding: 0 !important;
    display: block;
    overflow: hidden;
}

.mega-menu-box-image img.real_img {
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
}


/* Header */

#header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 100;
    background: #fff;
}

@media all and (max-width: 768px) {
    #header {
        position: static;
    }
    #content {
        margin-top: 0 !important;
    }
}

.header__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    width: 100%;
}

.header__logo-wrap {
    height: 100%;
}

.header__logo {
    margin-bottom: 0;
}

.header__logo a {
    display: block;
}

.header__logo img {
    padding: 12px 0 6px;
}

.header__contact-icon {
    float: left;
    margin-top: -5px;
    margin-right: 5px;
}

@media (max-width: 440px) {
    .header__contact-icon {
        display: none;
    }
}

.header__contact-icon svg {
    width: 20px;
    height: 26px;
}

.header__contact-icon svg rect {
    fill: #747d85;
}

.header__contact-search {
    margin-left: 12px;
    padding-top: 5px;
    font-size: 18px;
    color: #c7c7c7;
}

.header__contact-text {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    color: #333c45;
    text-align: right;
}

.header__contact-phone {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 0.84;
    color: #333c45;
    text-align: right;
    display: inline-block;
    float: right;
}

@media all and (max-width: 768px) {
    .header__contact-phone {
        font-size: 18px;
    }
}

.header__contact-text--small {
    display: none;
}

@media all and (max-width: 768px) {
    .header__contact-text--small {
        display: block;
        margin-bottom: 5px;
        text-align: right;
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
    }
    .header__contact-text {
        display: none;
    }
}

.header__contact-right {
    padding-left: 25px;
    padding-bottom: 9px;
    padding-top: 12px;
    align-self: flex-end;
    min-width: 190px;
}

.header__contact {
    min-width: 190px;
}

@media (max-width: 440px) {
    .header__logo {
        max-width: 95px;
    }
    .header__contact-right {
        padding-left: 0px;
    }
    .header__logo-wrap {
        min-width: 100px;
    }
}

@media all and (min-width: 1260px) {
    .header__contact-text {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {
    .header__menu {
        display: none;
    }
}


/* Helpers*/

.right {
    float: right;
    position: relative;
}

.left {
    float: left;
    position: relative;
}

.no-margin {
    margin: 0;
}

.text-center {
    text-align: center;
}


/* Table */

table {
    overflow-x: auto;
    width: 100% !important;
    margin-bottom: 25px;
    border-collapse: collapse;
    border-spacing: 0;
}

table:last-child {
    margin-bottom: 0;
}

table tbody tr td, table tbody tr th, table thead tr td, table thead tr th {
    border: 1px solid #9b9b9b;
    padding: 15px;
    text-align: left;
}

table thead tr td, table thead tr th {
    font-weight: normal;
}

@media (max-width: 768px) {
    table {
        margin-bottom: 20px;
    }
    table thead {
        display: none;
    }
    table tbody tr, table thead tr {
        height: auto !important;
    }
    table tbody tr td, table tbody tr th, table thead tr td, table thead tr th {
        padding: 10px;
        display: block;
        text-align: center;
        height: auto !important;
        width: 100% !important;
        border-bottom: none !important;
    }
    table tbody tr td:before, table tbody tr th:before, table thead tr td:before, table thead tr th:before {
        content: attr(data-th);
        display: block;
        text-align: center;
        margin-bottom: 5px;
        font-weight: 600;
    }
    table tbody tr:last-of-type, table thead tr:last-of-type {
        border-bottom: 1px solid #9b9b9b;
    }
}


/* Breadcrumbs */

.layout--breadcrumbs {
    padding: 12.5px 0;
    border-bottom: 1px solid #7c858c;
}

.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0 !important;
}

.breadcrumbs__item, .breadcrumbs__separator {
    display: inline-block;
    padding-right: 12.5px;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

.breadcrumbs__item a, .breadcrumbs__separator a {
    color: #909090;
}

.breadcrumbs__item a:hover, .breadcrumbs__separator a:hover {
    color: #909090;
}

.breadcrumbs__item--home a {
    color: #909090;
}

.breadcrumbs__item--home a:hover {
    color: #333;
}

.context--page-head h1 {
    position: relative;
    float: left;
    padding: 20px 28px;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    color: #fff;
    background: #a8a8a8;
    margin: 1.67em 0;
}


/* News and events */

.layout--single-news {
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .layout--single-news {
        padding-bottom: 20px;
    }
}

.layout--single-news .col-34 {
    padding-right: 0;
}

@media (max-width: 768px) {
    .layout--single-news .col-12 {
        padding-right: 0;
    }
}

.layout--news .col-34 {
    padding-right: 0;
}

.layout--news .sidebar {
    padding-right: 0;
}

@media (max-width: 768px) {
    .news__article-wrap {
        padding-right: 0px;
    }
    .news__article-wrap .news__article {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.news__article-wrap:first-child .news__article-title {
    font-size: 27px;
    font-weight: 500;
    line-height: 32px;
}

.news__article-wrap:first-child .news__article-posted-on {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 3px;
}

.news__article-wrap:first-child .news__article-excerpt {
    font-size: 23px;
    line-height: 1.39;
}

.news__article-wrap:first-child .news__article-image {
    margin: 0 0 10px;
    height: 300px;
    width: 100%;
}

.news__article-wrap:first-child .news__article-image img{
    width: 100%;
}

@media (max-width: 768px) {
    .news__article-wrap:first-child .news__article-image {
        height: auto;
    }
    .news__article-wrap:first-child .news__article-image img {
        height: auto;
    }
}

.news__article-wrap:first-child .news__article-read-more {
    font-size: 20px;
    font-weight: bold;
}

.news__article-image {
    float: right;
    margin: 0 0 0 20px;
}

@media (max-width: 768px) {
    .news__article-image {
        margin: 0 0 20px 20px;
    }
    .news__article-image img {
        width: 140px;
        float: right;
    }
}

@media (max-width: 440px) {
    .news__article-image {
        float: none;
        margin: 0 0 10px;
        width: 100%;
    }
    .news__article-image img {
        width: 100%;
        float: none;
    }
}

.news__article {
    border-bottom: solid 1px #c7c7c7;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.news__article-content {
    padding: 0 0 20px 0;
}

.news__article-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 15px;
}

.news__article-posted-on {
    color: #7c858c;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    display: inline-block;
}

.news__article-read-more {
    font-size: 18px;
    position: relative;
    color: #333d47;
    border-bottom: 1px solid #333d47;
    background: transparent;
    display: inline-block;
    width: auto;
    padding: 0;
    -webkit-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.news__article-read-more:active, .news__article-read-more:focus, .news__article-read-more:hover {
    color: #a8a8a8;
    border-color: #a8a8a8;
}

.news__article-read-more:active:after, .news__article-read-more:focus:after, .news__article-read-more:hover:after {
    color: #a8a8a8;
}

.news__article-read-more:after {
    content: ">";
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.news__article-excerpt {
    line-height: 1.57;
    font-size: 14px;
}


/* Single news and events */

.post-navigation a {
    text-decoration: underline;
}

.single-news__title {
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .single-news__title {
        margin-bottom: 15px;
    }
}

.single-news__image {
    margin-bottom: 25px;
}

.single-news__image img {
    width: 100%;
}

@media (max-width: 768px) {
    .single-news__image {
        margin-bottom: 20px;
    }
}

.single-news .ssba a:nth-child(1) {
    margin-left: 3px;
}

.single-news .ssba a img {
    padding: 0;
    margin-left: 3px;
    -webkit-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.single-news .article-interact--top {
    border-bottom: solid 1px #c7c7c7;
    padding-bottom: 25px;
    padding-right: 0;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .single-news .article-interact--top {
        padding-bottom: 18px;
        margin-bottom: 16px;
    }
}

@media (max-width: 440px) {
    .single-news .article-interact--top .right {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
}

.single-news .article-interact--bottom {
    margin-bottom: 25px;
    padding-right: 0;
}

.single-news .share-label {
    font-size: 14px;
    float: left;
    margin-top: 6px;
    margin-right: 2px;
}

.single-news .posted-on {
    line-height: 33px;
}

.single-news__article ol, .single-news__article ul {
    padding-left: 20px;
}

.single-news blockquote {
    position: relative;
    padding: 14px;
    font-size: 26px;
    line-height: 1.22;
    font-style: italic;
    color: inherit;
}

@media (max-width: 768px) {
    .single-news blockquote {
        padding: 0;
        margin: 0 0 18px;
        font-size: 21px;
    }
}

.single-news blockquote p {
    font-size: 26px;
    line-height: 1.22;
    font-style: italic;
    color: inherit;
}

@media (max-width: 768px) {
    .single-news blockquote p {
        font-size: 21px;
    }
}

.single-news table thead {
    border: 1px solid #333d47;
}

.single-news table thead th {
    background-color: #333d47;
    color: #fff;
}

.single-news table tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.single-news table tbody tr:nth-child(even) {
    background-color: #fff;
}

.single-news .content-area img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 440px) {
    .single-news .wp-caption {
        width: 100% !important;
        margin-top: 12px;
    }
}

.layout--jobs .pagination__wrap {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .layout--jobs .pagination__wrap {
        margin-bottom: 20px;
    }
}

.pagination__wrap {
    clear: both;
    margin-right: 25px;
}

@media (max-width: 768px) {
    .pagination__wrap {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

.pagination__title {
    display: block;
    font-size: 14px;
    color: #7c858c;
    margin-bottom: 10px;
    text-align: right;
}

.pagination__wrap ul {
    list-style-type: none;
    border: 1px solid #c7c7c7;
    display: inline-block;
    padding: 0;
}

.pagination__wrap .next, .pagination__wrap .prev {
    margin-left: 0px;
    float: left;
    text-transform: uppercase;
    background: #a8a8a8;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    width: 58px;
    border: 1px solid #c7c7c7;
    cursor: pointer;
}

.pagination__wrap .next a, .pagination__wrap .prev a {
    color: #fff;
}

.pagination__wrap .prev:hover, .pagination__wrap .prev:active, .pagination__wrap .prev:focus, .pagination__wrap .next:hover, .pagination__wrap .next:active, .pagination__wrap .next:focus {
    background: #333d47;
}

.pagination__wrap .prev {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.pagination__wrap .next {
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.pagination__wrap .pagination {
    float: left;
    height: 41px;
}

.pagination__wrap ul li {
    text-align: center;
    float: left;
    font-size: 14px;
    color: #7c858c;
    margin-bottom: 0;
    background-color: #ffffff;
}

.pagination__wrap ul li a, .pagination__wrap ul li span {
    display: inline-block;
    padding: 10px 15px;
    border-right: 1px solid #c7c7c7;
    width: 42px;
}

.pagination__wrap ul li>.current {
    color: #333d47;
}

.pagination__wrap ul li:last-child a, .pagination__wrap ul li:last-child span {
    border-right: 0;
}

.border-background-text {
    background-color: #f1f1f1;
    border: 10px solid #e5e5e5;
    padding: 20px 25px;
}

.post-type-archive-news-and-events .sidebar {
    padding-right: 0;
}

.sidebar-widget {
    margin-bottom: 25px;
    border: solid 1px #c7c7c7;
}

@media (max-width: 768px) {
    .sidebar-widget {
        margin-bottom: 20px;
    }
    .sidebar-widget:last-child {
        margin-bottom: 0;
    }
}

.sidebar-widget__title {
    color: #fff;
    background: #a8a8a8;
    font-size: 14px;
    font-weight: bold;
    padding: 25px;
    margin: 0;
    position: relative;
}

.sidebar-widget__title:after {
    content: "";
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/icon-search.svg);
    position: absolute;
    right: 17px;
    top: 15px;
}

.sidebar-widget--recommended .sidebar-widget__title:after {
    background-image: url(images/icon-read.svg);
}

@media (max-width: 768px) {
    .sidebar-widget__title {
        padding: 20px;
    }
}

.sidebar-widget .cat-list {
    padding: 0;
    list-style-type: none;
}

.sidebar-widget .cat-list a:nth-child(2n) li {
    color: #7c858c;
    background-color: #fff;
}

.sidebar-widget .cat-list a:nth-child(2n) li:hover, .sidebar-widget .cat-list a:nth-child(2n) li:active, .sidebar-widget .cat-list a:nth-child(2n) li:focus {
    background: #a8a8a8;
    color: #fff;
}

.sidebar-widget .cat-list a.active li {
    background: #a8a8a8;
    color: #fff;
}

.sidebar-widget .cat-list a li {
    color: #333d47;
    background-color: #f1f1f1;
    -webkit-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 7px 10px;
}

.sidebar-widget .cat-list a li:hover, .sidebar-widget .cat-list a li:active, .sidebar-widget .cat-list a li:focus {
    background: #a8a8a8;
    color: #fff;
}

.sidebar-widget__content {
    padding: 25px;
}

@media (max-width: 768px) {
    .sidebar-widget__content {
        padding: 20px;
    }
}

.sidebar__post {
    clear: left;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: solid 1px #979797;
}

@media (max-width: 768px) {
    .sidebar__post {
        margin-bottom: 20px;
        border-bottom: 0;
    }
}

.sidebar__post-title {
    font-size: 14px;
    line-height: 1.14;
    -webkit-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.sidebar__post-text {
  float: left;
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
}

.sidebar__post.no-image .sidebar__post-text {
    width: 100%;
}

.sidebar__post-title:hover, .sidebar__post-title:active, .sidebar__post-title:focus {
    color: #a8a8a8;
}

.sidebar__post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .sidebar__post:last-child {
        margin-bottom: 15px;
    }
}

.sidebar__post-image {
    float: left;
    margin-right: 10px;
}

.sidebar__post-link {
    font-size: 12px;
    font-weight: bold;
    color: #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    margin-bottom: 5px;
}


/* Slick Slider */

.slick-slider {
    display: block;
    position: relative;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    touch-action: auto;
    -ms-touch-action: auto;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none;
    position: relative;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    padding-left: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    list-style-type: none;
    z-index: 2;
}

.slick-dots li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

.slick-dots li button {
    text-indent: -900em;
    overflow: hidden;
    width: 19px;
    height: 19px;
    background: #dedede;
    border-radius: 50%;
    padding: 0;
    margin-right: 6px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
    background: #888 !important;
    cursor: pointer;
}

.slick-arrow-container {
    position: absolute;
    top: 45%;
    max-width: 1200px;
    width: 100%;
    height: 1px;
    padding: 0;
    overflow: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

@media all and (min-width: 1230px) {
    .slick-arrow-container {
        left: 12px
    }
}

.slick-prev, .slick-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    /*transform: translateY(-50%);*/
    color: #fff;
    width: 60px;
    height: 60px;
    text-indent: -900em;
    background: transparent;
    padding: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    outline: 0;
    pointer-events: auto;
}

.slick-prev:hover, .slick-prev:focus, .slick-prev:active, .slick-next:hover, .slick-next:focus, .slick-next:active {
    background: transparent;
    border-color: #333;
}

.slick-next {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: -55px;
    border-bottom: 0 !important;
    border-left: 0 !important;
}

.slick-prev {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: -55px;
    border-top: 0 !important;
    border-right: 0 !important;
}

img.dummy {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

img.real_img {
    bottom: auto;
    display: block;
    height: auto;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.01);
    transform: translate3d(-50%, -50%, 0) scale(1.01);
    margin: auto;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}


/* FOOTER */

.footer__main {
    padding: 25px 0;
}

@media all and (max-width: 1023px) {
    .footer__main {
        padding-bottom: 5px;
    }
}

@media all and (max-width: 768px) {
    .footer__main {
        padding-top: 16px;
        padding-bottom: 10px;
    }
}

.footer__menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer__menu li {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 500;
}

.footer__menu li a {
    color: #333d47;
}

.footer__menu li a:hover {
    color: #a8a8a8;
}

.footer__block {
    float: left;
    width: 14.93056%;
    margin-right: 2.08333%;
}

@media all and (max-width: 1023px) {
    .footer__block {
        width: 31.94444%;
        text-align: center !important;
        margin-bottom: 20px;
        padding-left: 0 !important;
    }
    .footer__block--4 {
        clear: left;
    }
    .footer__block--3 {
        margin-right: 0;
    }
}

@media all and (max-width: 768px) {
    .footer__block {
        width: 100%;
        margin-right: 0 !important;
    }
    .footer__block--6 {
        text-align: center !important;
        margin-bottom: 0;
    }
}

.footer__block .footer__block-title {
    margin: 0 0 6px;
    font-weight: bold;
    color: #333d47;
    font-size: 15px;
}

.footer__block-logo {
    max-width: 130px;
    width: 100%;
    height: auto;
}

.footer__block--1 a {
    display: block;
    line-height: 0;
}

.footer__block--5 .footer-contact--item:last-child {
    margin-top: 2px;
}

.footer__block--5 .footer__block-title {
    margin-bottom: 2px;
}

@media all and (max-width: 768px) {
    .footer__block--5 {
        display: none;
    }
}

.footer__block--6 {
    margin-right: 0;
    text-align: right;
    padding-left: 25px;
}

.footer__block--6 a, .simple-footer__block--3 a {
    background: #a8a8a8;
    width: 28px;
    height: 28px;
    padding: 5px;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.footer__block--6 a:hover, .simple-footer__block--3 a:hover {
    background: #333d47;
}

.footer__block--6 svg, .simple-footer__block--3 svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    vertical-align: inherit;
}

.footer-contact-phone {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #333d47;
}

.footer-contact-button {
    min-width: 180px;
}

.footer__sub-menu .footer__menu li {
    float: left;
    border-right: 1px solid #ffffff;
    margin-bottom: 0px;
}

@media all and (max-width: 768px) {
    .footer__sub-menu .footer__menu li {
        float: none;
        text-align: center;
        border-right: 0px none;
        width: 100%;
    }
    .footer__sub-menu .footer__menu li a {
        padding: 6px 0;
        display: block;
    }
}

.footer__sub-menu .footer__menu li a {
    padding: 6px 18px 3px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer__sub-menu .footer__menu li a:hover {
    color: #333d47;
}

.footer__sub-menu .footer__menu li:first-child a {
    padding-left: 0;
}

.footer__sub-menu .footer__menu li:last-child {
    border-right: 0;
}

.footer__simple {
    padding: 25px 0;
}

@media all and (max-width: 768px) {
    .footer__simple {
        padding-top: 16px;
        padding-bottom: 10px;
    }
}

.simple-footer__block {
    float: left;
}

.simple-footer__block--1 .footer__block-title {
    font-size: 12px;
    margin-bottom: 15px;
}

.simple-footer__block--1 li {
    margin-right: 10px;
    margin-bottom: 0px;
}

.simple-footer__block--1 li:last-child {
    margin-right: 0;
}

.simple-footer__block--2 {
    margin-left: 20px;
}

.simple-footer__block--1 .footer__menu li {
    float: left;
}

.simple-footer__block--1 .footer__menu li img {
    width: auto;
}

.simple-footer__block--2 .footer__menu {}

.simple-footer__block--2 .footer__menu li {
    display: inline-block;
    font-size: 12px;
}

.simple-footer__block--2 .footer__menu li a {
    border-right: 1px solid #a8a8a8;
    padding: 6px 18px 3px;
    color: #333d47;
}

.simple-footer__block--2 .footer__menu li:first-child a {
    padding-left: 0;
}

.simple-footer__block--3, .simple-footer__block--3 .social-icons {
    float: right;
}

.simple-footer__block--3 .footer__block-title {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: right;
}

@media all and (max-width: 768px) {
    .simple-footer__block--3 .footer__block-title {
        text-align: center;
    }
    .simple-footer__block {
        width: 100%;
        margin-right: 0 !important;
        text-align: center;
    }
    .simple-footer__block--2 {
        margin-left: 0;
    }
    .simple-footer__block .footer__menu li {
        display: block;
        border-right: 0;
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }
    .simple-footer__block .footer__menu li a {
        padding: 0;
        border: 0;
    }
    .simple-footer__block--2 .footer__menu {
        margin-top: 0;
    }
    .simple-footer__block--3 .social-icons {
        float: none;
    }
}

.middle_strip {
    border-top: 1px solid #a8a8a8;
    padding: 12px 0;
}

.middle_strip__title {
    font-size: 12px;
    font-weight: 600;
}

.middle_strip__menu_items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.middle_strip__menu_items li {
    float: left;
    border-right: 1px solid #a8a8a8;
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 0;
}

.middle_strip__menu_items li:first-child {
    padding-left: 0;
}

.middle_strip__menu_items li:last-child {
    border-right: 0px solid transparent;
}

@media all and (max-width: 768px) {
    .middle_strip {
        border-top: 1px solid #a8a8a8;
        padding: 8px 0;
    }
    .middle_strip__title {
        text-align: center;
        padding-bottom: 6px;
    }
    .middle_strip__menu_items li {
        margin-bottom: 6px;
        padding: 0;
        border: 0px transparent;
        float: none;
        text-align: center;
    }
}

.footer__bottom-strip {
    background: #a8a8a8;
    padding: 12px 0;
    color: #fff;
    font-size: 12px;
}

@media all and (max-width: 768px) {
    .footer__bottom-strip {
        padding-bottom: 0;
    }
    .footer__bottom-strip .container {
        padding: 0;
    }
}

.bottom-strip--right, .bottom-strip--left {
    text-align: right;
    font-size: 13px;
}

.bottom-strip--right {
    float: right;
    margin-right: 25px;
}

.bottom-strip--left {
    float: left;
}

.bottom-strip--right p {
    text-align: right !important;
}

@media all and (max-width: 1023px) {
    .bottom-strip--right {
        float: left;
    }
}

@media all and (max-width: 768px) {
    .bottom-strip--right, .bottom-strip--left {
        width: 100%;
        padding: 0 20px 12px;
    }
    .bottom-strip--right {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #ffffff;
    }
    .bottom-strip--right p {
        color: #333d47;
    }
    .bottom-strip--right a {
        color: #a8a8a8;
    }
    .bottom-strip--right a:hover {
        color: #333d47;
    }
    .bottom-strip--right strong {
        font-weight: normal;
    }
    .bottom-strip--right em {
        font-style: normal;
    }
}


/* Forms */

.gform_body input:not([type="radio"]), .gform_body select {
    border: solid 1px #c7c7c7;
    padding: 10px 12px !important;
    height: 40px;
}

.gform_body select {
    line-height: 20px!important;
}

.gform_body textarea {
    border: solid 1px #c7c7c7;
    padding: 10px 12px !important;
}

.ginput_container_select, .address_country {
    position: relative;
}

.gform_body ul.gform_fields>li .ginput_container_select:before, .gform_body ul.gform_fields>li .address_country:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 9px;
    right: 16px;
    color: #7c858c;
}

.gform_body ul.gform_fields>li .ginput_right:before {
    right: 22px;
    top: 10px;
}

.gfield_checkbox input {
    display: none!important;
}

.gfield_checkbox label {
    margin-left: 29px!important;
}

.gfield_checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    border: solid 1px #b7bbc0;
    z-index: 1;
    border-radius: 2px;
    top: 1px;
}

.gfield_checkbox label:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
    background: url("images/check-mark.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    opacity: 0.2;
    z-index: 2;
}

.gfield_checkbox input:checked+label:after {
    opacity: 1;
}

.gform_wrapper .gfield_radio li label {
    margin-left: 10px!important;
}

.gform_button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px !important;
    font-weight: bold;
    padding: 15px 25px !important;
    border-radius: 100px;
    text-transform: uppercase;
    margin: 0 !important;
    border: none;
    line-height: 16px !important;
}

.gform_button:hover {
    cursor: pointer;
}

.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield {
    clear: none!important;
}


/* Jobs Single */

.layout--jobs-single {
    padding: 25px 0;
}

@media all and (max-width: 768px) {
    .layout--jobs-single .col-34 {
        margin-bottom: 20px;
    }
}

.jobs-single__meta {
    background: #333d47;
    padding: 25px;
}

.jobs-single__meta .link-button {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    min-width: 0;
}

@media all and (max-width: 768px) {
    .jobs-single__meta {
        padding: 20px;
    }
}

.jobs-single__title {
    font-size: 27px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}

.jobs-single__list {
    padding-left: 25px;
    margin-bottom: 10px;
}

.jobs-single__list-title {
    color: #fff;
}

.jobs-single__list-item {
    color: #fff;
    position: relative;
    list-style: none;
}

.jobs-single__meta .btn {
    min-width: 0;
    width: 100%;
    max-width: 320px;
}

.jobs-single__list-item:last-child {
    margin-bottom: 0;
}

.jobs-single__list-item a {
    vertical-align: middle;
    color: #dedede;
}

.jobs-single__list-item a:hover {
    color: #909090;
}

.jobs-single__list-item:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 21px;
    line-height: 21px;
    margin-left: 0;
    font-size: 20px;
    left: -24px;
    top: 0px;
    color: #909090;
}

.jobs-single__footer {
    padding: 22px 0 0;
}

@media all and (max-width: 768px) {
    .jobs-single__footer {
        display: none;
    }
}

.jobs-single p:last-of-type {
    margin-bottom: 0;
}


/* Page Head */

.single-news .context--page-head h1 {
    background: transparent;
    width: 100%;
    text-align: center;
}

.context--page-head h1 {
    position: relative;
    float: left;
    padding: 20px 28px;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    color: #fff;
    background: rgba(183, 183, 183, 0.75);
    margin: 1.67em 0;
}

@media all and (max-width: 1023px) {
    .context--page-head.hide-image-on-mobile {
        padding: 0;
        background-image: none !important;
    }
    .context--page-head h1 {
        margin: 12px 0;
        padding: 0;
        font-size: 20px;
        line-height: 1;
        color: #333;
        background: none;
    }
}

@media all and (max-width: 768px) {
    .footer__bottom-strip .col-12 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .bottom-strip--right p, .bottom-strip--left p {
        text-align: center !important;
    }
    .footer__bottom-strip .col-12:last-child {
        margin-bottom: 0;
    }
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 10000;
}

.back-to-top svg {
    width: 60px;
    height: 60px;
}

.back-to-top:hover svg {
    opacity: 0.7;
}

.back-to-top.show {
    display: block;
}

@media all and (max-width: 768px) {
    .back-to-top.show {
        display: none;
    }
}

/* LOGO STRIP FOOTER */
.logo-strip {
    border-top: 1px solid #a8a8a8;
    padding: 10px 0;
}

.logo-strip__items {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


    .logo-strip__items img {
        vertical-align: middle;
    }
        .logo-strip__items a:hover img {
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        }

    .logo-strip__items li {
        list-style-type: none;
         -ms-flex-preferred-size: 49%;
         flex-basis: 49%;

    }
        .logo-strip__items li:first-child {
            border-right: 1px solid #999;
            padding-right: 10px;

    }
         .logo-strip__items li:not(:last-child) {
            margin: 0 30px 0 0;
         }

@media(max-width: 768px) {
    .logo-strip__items {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
    }

    .logo-strip__items li {
        border: 0;
        text-align: center;
        margin: 10px 0 !important;
        padding: 0 !important;
    }

    .logo-strip__items li:not(:last-child) {
            margin:  0 0 20px 0 ;
            border:0;
         }
}

@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Vendor */

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?aroe1q");
    src: url("fonts/icomoon.eot?aroe1q#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?aroe1q") format("truetype"), url("fonts/icomoon.woff?aroe1q") format("woff"), url("fonts/icomoonbe71.svg?aroe1q#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cancel-circle:before {
    content: "\ea0d";
}

.icon-cross:before {
    content: "\ea0f";
}

.icon-arrow-right2:before {
    content: "\ea3c";
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-search:before {
    content: "\f002";
}

.fa-download:before {
    content: "\f019";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}
