@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document ========================================================================== */

/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* 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 {
    -webkit-box-sizing: content-box;
    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 */
}

/** 1. Remove the bottom border in Chrome 57- and 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 */
    -webkit-text-decoration: underline dotted;
    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;
}

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

/** 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"],
[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;
}

/** Correct the padding in Firefox. */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/** 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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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,
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;
}

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

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

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

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

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

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

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

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -o-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);
    }
}

@-o-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

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

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

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-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 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

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

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

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

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

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

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

@font-face {
    font-family: 'Avenir';
    src: url("../fonts/AvenirLTStd-Roman.woff") format("woff"),
         url("../fonts/AvenirLTStd-Roman.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Avenir-Light';
    src: url("../fonts/Avenir-Light.woff") format("woff"),
         url("../fonts/Avenir-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('../fonts/Avenir-Roman.woff2') format('woff2'),
         url('../fonts/Avenir-Roman.woff') format('woff'),
         url('../fonts/Avenir-Roman.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Avenir-Book';
    src: url('../fonts/Avenir-Book.woff2') format('woff2'),
         url('../fonts/Avenir-Book.woff') format('woff'),
         url('../fonts/Avenir-Book.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5em;
    margin-top: 0;
}

h1 {
    font-size: 3.2rem;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 1rem;
}

.h1 {
    font-size: 3.2rem;
}

.h2 {
    font-size: 2.4rem;
}

.h3 {
    font-size: 1.8rem;
}

.h4 {
    font-size: 1.2rem;
}

.h5 {
    font-size: 1rem;
}

.h6 {
    font-size: 1rem;
}

@media screen and (max-width: 39.9375em) {
    .h1 {
        font-size: 2.56rem;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    background-color: #FFF;
    height: 100%;
    line-height: 1.4;
    color: #262324;
    font-family: "Avenir-Roman", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
}

@media print,
screen and (min-width: 64em) {
    html {
        font-size: 20px;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

body.disable-scroll {
    overflow: hidden;
}

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

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

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.hidden {
    display: none !important;
}

.visuallyhidden,
.screen-reader-response {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

.invisible {
    visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Avenir-Book", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-weight: normal;
}

p{
    font-size: 18px;
    color: rgba(0, 0, 0, .7);
}

img {
    height: auto;
    max-width: 100%;
}

a {
    background: transparent;
    text-decoration: underline;
    color: inherit;
}

.notification-button:focus {
    outline: thin dotted;
}

iframe {
    border: none;
}

blockquote {
    background: #efeff0;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem;
    border: 1px solid #717073;
}

blockquote>*:first-child {
    margin-top: 0;
}

blockquote>*:last-child {
    margin-bottom: 0;
}

small,
.small {
    font-size: 80%;
}

b,
strong,
.bold {
    font-weight: bold;
}

.columns {
    position: relative;
}

@media screen and (min-width: 48em) {
    .row--flex-vertical {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

.row::before,
.row::after {
    display: table;
    content: ' ';
}

.row::after {
    clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media screen and (min-width: 30em) {
    .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }
}

@media print,
screen and (min-width: 48em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media screen and (min-width: 75em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}

.row:not(.expanded) .row {
    max-width: none;
}

.row.gutter-small>.column,
.row.gutter-small>.columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print,
screen and (min-width: 48em) {
    .column,
    .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}

.column.row.row,
.row.row.columns {
    float: none;
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.small-1 {
    width: 8.3333333333%;
}

.small-push-1 {
    position: relative;
    left: 8.3333333333%;
}

.small-pull-1 {
    position: relative;
    left: -8.3333333333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    width: 16.6666666667%;
}

.small-push-2 {
    position: relative;
    left: 16.6666666667%;
}

.small-pull-2 {
    position: relative;
    left: -16.6666666667%;
}

.small-offset-1 {
    margin-left: 8.3333333333%;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

.small-offset-2 {
    margin-left: 16.6666666667%;
}

.small-4 {
    width: 33.3333333333%;
}

.small-push-4 {
    position: relative;
    left: 33.3333333333%;
}

.small-pull-4 {
    position: relative;
    left: -33.3333333333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    width: 41.6666666667%;
}

.small-push-5 {
    position: relative;
    left: 41.6666666667%;
}

.small-pull-5 {
    position: relative;
    left: -41.6666666667%;
}

.small-offset-4 {
    margin-left: 33.3333333333%;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

.small-offset-5 {
    margin-left: 41.6666666667%;
}

.small-7 {
    width: 58.3333333333%;
}

.small-push-7 {
    position: relative;
    left: 58.3333333333%;
}

.small-pull-7 {
    position: relative;
    left: -58.3333333333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    width: 66.6666666667%;
}

.small-push-8 {
    position: relative;
    left: 66.6666666667%;
}

.small-pull-8 {
    position: relative;
    left: -66.6666666667%;
}

.small-offset-7 {
    margin-left: 58.3333333333%;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

.small-offset-8 {
    margin-left: 66.6666666667%;
}

.small-10 {
    width: 83.3333333333%;
}

.small-push-10 {
    position: relative;
    left: 83.3333333333%;
}

.small-pull-10 {
    position: relative;
    left: -83.3333333333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    width: 91.6666666667%;
}

.small-push-11 {
    position: relative;
    left: 91.6666666667%;
}

.small-pull-11 {
    position: relative;
    left: -91.6666666667%;
}

.small-offset-10 {
    margin-left: 83.3333333333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-left: 91.6666666667%;
}

.small-up-1>.column,
.small-up-1>.columns {
    float: left;
    width: 100%;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
    float: left;
    width: 50%;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
    float: left;
    width: 33.3333333333%;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
    float: left;
    width: 25%;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
    float: left;
    width: 20%;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
    float: left;
    width: 16.6666666667%;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
    float: left;
    width: 14.2857142857%;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left;
}

.small-up-8>.column,
.small-up-8>.columns {
    float: left;
    width: 12.5%;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left;
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.small-collapse .row {
    margin-right: 0;
    margin-left: 0;
}

.expanded.row .small-collapse.row {
    margin-right: 0;
    margin-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.small-centered {
    margin-right: auto;
    margin-left: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}

@media screen and (min-width: 30em) {
    .phone-1 {
        width: 8.3333333333%;
    }
    .phone-push-1 {
        position: relative;
        left: 8.3333333333%;
    }
    .phone-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }
    .phone-offset-0 {
        margin-left: 0%;
    }
    .phone-2 {
        width: 16.6666666667%;
    }
    .phone-push-2 {
        position: relative;
        left: 16.6666666667%;
    }
    .phone-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }
    .phone-offset-1 {
        margin-left: 8.3333333333%;
    }
    .phone-3 {
        width: 25%;
    }
    .phone-push-3 {
        position: relative;
        left: 25%;
    }
    .phone-pull-3 {
        position: relative;
        left: -25%;
    }
    .phone-offset-2 {
        margin-left: 16.6666666667%;
    }
    .phone-4 {
        width: 33.3333333333%;
    }
    .phone-push-4 {
        position: relative;
        left: 33.3333333333%;
    }
    .phone-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }
    .phone-offset-3 {
        margin-left: 25%;
    }
    .phone-5 {
        width: 41.6666666667%;
    }
    .phone-push-5 {
        position: relative;
        left: 41.6666666667%;
    }
    .phone-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }
    .phone-offset-4 {
        margin-left: 33.3333333333%;
    }
    .phone-6 {
        width: 50%;
    }
    .phone-push-6 {
        position: relative;
        left: 50%;
    }
    .phone-pull-6 {
        position: relative;
        left: -50%;
    }
    .phone-offset-5 {
        margin-left: 41.6666666667%;
    }
    .phone-7 {
        width: 58.3333333333%;
    }
    .phone-push-7 {
        position: relative;
        left: 58.3333333333%;
    }
    .phone-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }
    .phone-offset-6 {
        margin-left: 50%;
    }
    .phone-8 {
        width: 66.6666666667%;
    }
    .phone-push-8 {
        position: relative;
        left: 66.6666666667%;
    }
    .phone-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }
    .phone-offset-7 {
        margin-left: 58.3333333333%;
    }
    .phone-9 {
        width: 75%;
    }
    .phone-push-9 {
        position: relative;
        left: 75%;
    }
    .phone-pull-9 {
        position: relative;
        left: -75%;
    }
    .phone-offset-8 {
        margin-left: 66.6666666667%;
    }
    .phone-10 {
        width: 83.3333333333%;
    }
    .phone-push-10 {
        position: relative;
        left: 83.3333333333%;
    }
    .phone-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }
    .phone-offset-9 {
        margin-left: 75%;
    }
    .phone-11 {
        width: 91.6666666667%;
    }
    .phone-push-11 {
        position: relative;
        left: 91.6666666667%;
    }
    .phone-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }
    .phone-offset-10 {
        margin-left: 83.3333333333%;
    }
    .phone-12 {
        width: 100%;
    }
    .phone-offset-11 {
        margin-left: 91.6666666667%;
    }
    .phone-up-1>.column,
    .phone-up-1>.columns {
        float: left;
        width: 100%;
    }
    .phone-up-1>.column:nth-of-type(1n),
    .phone-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .phone-up-1>.column:nth-of-type(1n+1),
    .phone-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .phone-up-1>.column:last-child,
    .phone-up-1>.columns:last-child {
        float: left;
    }
    .phone-up-2>.column,
    .phone-up-2>.columns {
        float: left;
        width: 50%;
    }
    .phone-up-2>.column:nth-of-type(1n),
    .phone-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .phone-up-2>.column:nth-of-type(2n+1),
    .phone-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .phone-up-2>.column:last-child,
    .phone-up-2>.columns:last-child {
        float: left;
    }
    .phone-up-3>.column,
    .phone-up-3>.columns {
        float: left;
        width: 33.3333333333%;
    }
    .phone-up-3>.column:nth-of-type(1n),
    .phone-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .phone-up-3>.column:nth-of-type(3n+1),
    .phone-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .phone-up-3>.column:last-child,
    .phone-up-3>.columns:last-child {
        float: left;
    }
    .phone-up-4>.column,
    .phone-up-4>.columns {
        float: left;
        width: 25%;
    }
    .phone-up-4>.column:nth-of-type(1n),
    .phone-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .phone-up-4>.column:nth-of-type(4n+1),
    .phone-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .phone-up-4>.column:last-child,
    .phone-up-4>.columns:last-child {
        float: left;
    }
    .phone-up-5>.column,
    .phone-up-5>.columns {
        float: left;
        width: 20%;
    }
    .phone-up-5>.column:nth-of-type(1n),
    .phone-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .phone-up-5>.column:nth-of-type(5n+1),
    .phone-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .phone-up-5>.column:last-child,
    .phone-up-5>.columns:last-child {
        float: left;
    }
    .phone-up-6>.column,
    .phone-up-6>.columns {
        float: left;
        width: 16.6666666667%;
    }
    .phone-up-6>.column:nth-of-type(1n),
    .phone-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .phone-up-6>.column:nth-of-type(6n+1),
    .phone-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .phone-up-6>.column:last-child,
    .phone-up-6>.columns:last-child {
        float: left;
    }
    .phone-up-7>.column,
    .phone-up-7>.columns {
        float: left;
        width: 14.2857142857%;
    }
    .phone-up-7>.column:nth-of-type(1n),
    .phone-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .phone-up-7>.column:nth-of-type(7n+1),
    .phone-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .phone-up-7>.column:last-child,
    .phone-up-7>.columns:last-child {
        float: left;
    }
    .phone-up-8>.column,
    .phone-up-8>.columns {
        float: left;
        width: 12.5%;
    }
    .phone-up-8>.column:nth-of-type(1n),
    .phone-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .phone-up-8>.column:nth-of-type(8n+1),
    .phone-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .phone-up-8>.column:last-child,
    .phone-up-8>.columns:last-child {
        float: left;
    }
    .phone-collapse>.column,
    .phone-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .phone-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .phone-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .phone-uncollapse>.column,
    .phone-uncollapse>.columns {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
    .phone-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .phone-centered,
    .phone-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .phone-uncentered,
    .phone-push-0,
    .phone-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media print,
screen and (min-width: 48em) {
    .medium-1 {
        width: 8.3333333333%;
    }
    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
    }
    .medium-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        width: 16.6666666667%;
    }
    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
    }
    .medium-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
    }
    .medium-pull-3 {
        position: relative;
        left: -25%;
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }
    .medium-4 {
        width: 33.3333333333%;
    }
    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
    }
    .medium-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        width: 41.6666666667%;
    }
    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
    }
    .medium-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
    }
    .medium-pull-6 {
        position: relative;
        left: -50%;
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }
    .medium-7 {
        width: 58.3333333333%;
    }
    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
    }
    .medium-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        width: 66.6666666667%;
    }
    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
    }
    .medium-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
    }
    .medium-pull-9 {
        position: relative;
        left: -75%;
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }
    .medium-10 {
        width: 83.3333333333%;
    }
    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
    }
    .medium-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        width: 91.6666666667%;
    }
    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
    }
    .medium-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        float: left;
        width: 100%;
    }
    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left;
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        float: left;
        width: 50%;
    }
    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2>.column:nth-of-type(2n+1),
    .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left;
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        float: left;
        width: 33.3333333333%;
    }
    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left;
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        float: left;
        width: 25%;
    }
    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left;
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        float: left;
        width: 20%;
    }
    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left;
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        float: left;
        width: 16.6666666667%;
    }
    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left;
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        float: left;
        width: 14.2857142857%;
    }
    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left;
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        float: left;
        width: 12.5%;
    }
    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left;
    }
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .medium-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media print,
screen and (min-width: 64em) {
    .large-1 {
        width: 8.3333333333%;
    }
    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
    }
    .large-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        width: 16.6666666667%;
    }
    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
    }
    .large-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }
    .large-offset-1 {
        margin-left: 8.3333333333%;
    }
    .large-3 {
        width: 25%;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
    }
    .large-pull-3 {
        position: relative;
        left: -25%;
    }
    .large-offset-2 {
        margin-left: 16.6666666667%;
    }
    .large-4 {
        width: 33.3333333333%;
    }
    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
    }
    .large-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        width: 41.6666666667%;
    }
    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
    }
    .large-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }
    .large-offset-4 {
        margin-left: 33.3333333333%;
    }
    .large-6 {
        width: 50%;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
    }
    .large-pull-6 {
        position: relative;
        left: -50%;
    }
    .large-offset-5 {
        margin-left: 41.6666666667%;
    }
    .large-7 {
        width: 58.3333333333%;
    }
    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
    }
    .large-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        width: 66.6666666667%;
    }
    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
    }
    .large-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }
    .large-offset-7 {
        margin-left: 58.3333333333%;
    }
    .large-9 {
        width: 75%;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
    }
    .large-pull-9 {
        position: relative;
        left: -75%;
    }
    .large-offset-8 {
        margin-left: 66.6666666667%;
    }
    .large-10 {
        width: 83.3333333333%;
    }
    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
    }
    .large-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        width: 91.6666666667%;
    }
    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
    }
    .large-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }
    .large-offset-10 {
        margin-left: 83.3333333333%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.6666666667%;
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        float: left;
        width: 100%;
    }
    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left;
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        float: left;
        width: 50%;
    }
    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2>.column:nth-of-type(2n+1),
    .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left;
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        float: left;
        width: 33.3333333333%;
    }
    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left;
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        float: left;
        width: 25%;
    }
    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left;
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        float: left;
        width: 20%;
    }
    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left;
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        float: left;
        width: 16.6666666667%;
    }
    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left;
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        float: left;
        width: 14.2857142857%;
    }
    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left;
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        float: left;
        width: 12.5%;
    }
    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left;
    }
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .large-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 75em) {
    .xlarge-1 {
        width: 8.3333333333%;
    }
    .xlarge-push-1 {
        position: relative;
        left: 8.3333333333%;
    }
    .xlarge-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }
    .xlarge-offset-0 {
        margin-left: 0%;
    }
    .xlarge-2 {
        width: 16.6666666667%;
    }
    .xlarge-push-2 {
        position: relative;
        left: 16.6666666667%;
    }
    .xlarge-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }
    .xlarge-offset-1 {
        margin-left: 8.3333333333%;
    }
    .xlarge-3 {
        width: 25%;
    }
    .xlarge-push-3 {
        position: relative;
        left: 25%;
    }
    .xlarge-pull-3 {
        position: relative;
        left: -25%;
    }
    .xlarge-offset-2 {
        margin-left: 16.6666666667%;
    }
    .xlarge-4 {
        width: 33.3333333333%;
    }
    .xlarge-push-4 {
        position: relative;
        left: 33.3333333333%;
    }
    .xlarge-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }
    .xlarge-offset-3 {
        margin-left: 25%;
    }
    .xlarge-5 {
        width: 41.6666666667%;
    }
    .xlarge-push-5 {
        position: relative;
        left: 41.6666666667%;
    }
    .xlarge-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }
    .xlarge-offset-4 {
        margin-left: 33.3333333333%;
    }
    .xlarge-6 {
        width: 50%;
    }
    .xlarge-push-6 {
        position: relative;
        left: 50%;
    }
    .xlarge-pull-6 {
        position: relative;
        left: -50%;
    }
    .xlarge-offset-5 {
        margin-left: 41.6666666667%;
    }
    .xlarge-7 {
        width: 58.3333333333%;
    }
    .xlarge-push-7 {
        position: relative;
        left: 58.3333333333%;
    }
    .xlarge-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }
    .xlarge-offset-6 {
        margin-left: 50%;
    }
    .xlarge-8 {
        width: 66.6666666667%;
    }
    .xlarge-push-8 {
        position: relative;
        left: 66.6666666667%;
    }
    .xlarge-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }
    .xlarge-offset-7 {
        margin-left: 58.3333333333%;
    }
    .xlarge-9 {
        width: 75%;
    }
    .xlarge-push-9 {
        position: relative;
        left: 75%;
    }
    .xlarge-pull-9 {
        position: relative;
        left: -75%;
    }
    .xlarge-offset-8 {
        margin-left: 66.6666666667%;
    }
    .xlarge-10 {
        width: 83.3333333333%;
    }
    .xlarge-push-10 {
        position: relative;
        left: 83.3333333333%;
    }
    .xlarge-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }
    .xlarge-offset-9 {
        margin-left: 75%;
    }
    .xlarge-11 {
        width: 91.6666666667%;
    }
    .xlarge-push-11 {
        position: relative;
        left: 91.6666666667%;
    }
    .xlarge-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }
    .xlarge-offset-10 {
        margin-left: 83.3333333333%;
    }
    .xlarge-12 {
        width: 100%;
    }
    .xlarge-offset-11 {
        margin-left: 91.6666666667%;
    }
    .xlarge-up-1>.column,
    .xlarge-up-1>.columns {
        float: left;
        width: 100%;
    }
    .xlarge-up-1>.column:nth-of-type(1n),
    .xlarge-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-1>.column:nth-of-type(1n+1),
    .xlarge-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .xlarge-up-1>.column:last-child,
    .xlarge-up-1>.columns:last-child {
        float: left;
    }
    .xlarge-up-2>.column,
    .xlarge-up-2>.columns {
        float: left;
        width: 50%;
    }
    .xlarge-up-2>.column:nth-of-type(1n),
    .xlarge-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-2>.column:nth-of-type(2n+1),
    .xlarge-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .xlarge-up-2>.column:last-child,
    .xlarge-up-2>.columns:last-child {
        float: left;
    }
    .xlarge-up-3>.column,
    .xlarge-up-3>.columns {
        float: left;
        width: 33.3333333333%;
    }
    .xlarge-up-3>.column:nth-of-type(1n),
    .xlarge-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-3>.column:nth-of-type(3n+1),
    .xlarge-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .xlarge-up-3>.column:last-child,
    .xlarge-up-3>.columns:last-child {
        float: left;
    }
    .xlarge-up-4>.column,
    .xlarge-up-4>.columns {
        float: left;
        width: 25%;
    }
    .xlarge-up-4>.column:nth-of-type(1n),
    .xlarge-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-4>.column:nth-of-type(4n+1),
    .xlarge-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .xlarge-up-4>.column:last-child,
    .xlarge-up-4>.columns:last-child {
        float: left;
    }
    .xlarge-up-5>.column,
    .xlarge-up-5>.columns {
        float: left;
        width: 20%;
    }
    .xlarge-up-5>.column:nth-of-type(1n),
    .xlarge-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-5>.column:nth-of-type(5n+1),
    .xlarge-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .xlarge-up-5>.column:last-child,
    .xlarge-up-5>.columns:last-child {
        float: left;
    }
    .xlarge-up-6>.column,
    .xlarge-up-6>.columns {
        float: left;
        width: 16.6666666667%;
    }
    .xlarge-up-6>.column:nth-of-type(1n),
    .xlarge-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-6>.column:nth-of-type(6n+1),
    .xlarge-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .xlarge-up-6>.column:last-child,
    .xlarge-up-6>.columns:last-child {
        float: left;
    }
    .xlarge-up-7>.column,
    .xlarge-up-7>.columns {
        float: left;
        width: 14.2857142857%;
    }
    .xlarge-up-7>.column:nth-of-type(1n),
    .xlarge-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-7>.column:nth-of-type(7n+1),
    .xlarge-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .xlarge-up-7>.column:last-child,
    .xlarge-up-7>.columns:last-child {
        float: left;
    }
    .xlarge-up-8>.column,
    .xlarge-up-8>.columns {
        float: left;
        width: 12.5%;
    }
    .xlarge-up-8>.column:nth-of-type(1n),
    .xlarge-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-8>.column:nth-of-type(8n+1),
    .xlarge-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .xlarge-up-8>.column:last-child,
    .xlarge-up-8>.columns:last-child {
        float: left;
    }
    .xlarge-collapse>.column,
    .xlarge-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .xlarge-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .xlarge-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .xlarge-uncollapse>.column,
    .xlarge-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .xlarge-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .xlarge-centered,
    .xlarge-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .xlarge-uncentered,
    .xlarge-push-0,
    .xlarge-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

.column-block {
    margin-bottom: 1.25rem;
}

.column-block> :last-child {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 48em) {
    .column-block {
        margin-bottom: 1.875rem;
    }
    .column-block> :last-child {
        margin-bottom: 0;
    }
}

.flex-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.flex-row-top-aligned {
    align-items: flex-start;
}

.no-top-margin {
    margin-top: 0 !important;
}

.bg-white {
    background: #fff;
}

.bg-light-grey {
    background: #efeff0;
}

.bg-mushroom-grey {
    background: #f2ece5;
}

.header-wrap {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.header-wrap .flex-column:first-child {
    min-width: 40px;
}

.header-wrap .flex-column:last-child {
    min-width: 40px;
    text-align: right;
}

.header__logo {
    display: block;
    width: 180px;
}

@media print,
screen and (min-width: 64em) {
    .header__logo {
        width: 226px;
        transition: width .25s;
    }
    
    .header-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .header-wrap .flex-column:first-child {
        display: none;
    }
    
    .header-wrap .flex-column:last-child {
        display: flex;
    }
    
    .main-header.is-sticky .header__logo {
        width: 160px;
    }
}

.header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 63.9375em) {
    .header__top {
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 100%;
    }
}

.header__top .burger-menu {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block !important;
}

@media screen and (min-width: 64em) {
    .header__top .burger-menu {
        display: none !important;
    }
}

.header__inner {
    display: block;
    position: relative;
}

@media screen and (min-width: 64em) {
    .header__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.main-header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.site {
    padding-top: 50px;
}

section{
    overflow-x: hidden;
}

.site.no-top-section-top-padding > section:first-child,
.site.no-top-section-top-padding > div:first-child{
    padding-top: 0;
}

.site-logo {
    max-height: 85px;
    display: block;
    margin: 25px auto;
}

.site-branding h1 {
    margin: 0;
}

@media screen and (min-width: 64em) {
    .site-logo {
        margin: 0;
    }
    .main-header {
        width: 100%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: -o-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
    }
    .language-menu-wrap {
        margin-left: 27px;
    }
    .site {
        padding-top: 65px;
    }
}
.language-menu-wrap {
    z-index: 99;
}

.menu-outer-wrap {
    display: none;
    position: absolute;
    top: 50px;
    left: -10px;
    right: -10px;
    background: #FFF;
    z-index: 6;
}

.menu-outer-wrap.is-active {
    display: block;
}

@media screen and (min-width: 48em) {
    .menu-outer-wrap {
        left: -15px;
        right: -15px;
    }
}

@media screen and (min-width: 64em) {
    .menu-outer-wrap {
        display: block !important;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-left: auto;
        background: inherit;
    }
}

.main-menu {
    margin: 0;
    padding: 0;
    text-align: left;
    height: 100%;
}

.menu-items-list{
    height: 100%;
    opacity: 1;
}

.menu-items-list,
.sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sub-menu {
    padding-left: 0;
}

.main-menu--default .menu-item {
    border-top: 1px solid #efeff0;
}

.main-menu--default .menu-item a {
    display: block;
    padding: 10px 20px;
    color: rgba(38, 35, 36, .7);
    text-decoration: none;
}

.main-menu--default .sub-menu .menu-item a {
    padding-left: 30px;
}

.main-menu--default .sub-menu .sub-menu .menu-item a {
    padding-left: 40px;
}

.menu-items-list > .menu-item:not(:last-child){
    margin-right: 27px !important;
}

.menu-wrap {
    height: 100%;
}

@media screen and (min-width: 64em) {
    .main-menu {
        display: block;
        text-align: inherit;
    }
    .menu-items-list {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        max-height: 100%;
        white-space: nowrap;
    }
    .menu-item {
        display: inline-block;
        position: relative;
        border-top: 0;
        zoom: 1;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        height: 100%;
    }
    .menu-item a {
        display: inline-block;
        text-decoration: none;
        white-space: nowrap;
        color: #262324;
        font-size: 18px;
    }
    .menu-item-has-children::after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        right: 5px;
        top: 50%;
        font-size: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '\f078';
    }
    .sub-menu {
        position: absolute;
        z-index: 1000;
        display: block;
        list-style: none;
        background-clip: padding-box;
        left: -999em;
        top: -999em;
    }
    .menu-item:hover .sub-menu,
    .menu-item.focus .sub-menu {
        left: 0;
        top: 100%;
    }
    .sub-menu .menu-item {
        position: relative;
        display: block;
        border-top: 0;
        left: 0;
    }
    .sub-menu a {
        display: block;
        clear: both;
        white-space: nowrap;
    }
    .sub-menu .menu-item-has-children::after {
        content: '\f054';
    }
    .sub-menu .menu-item .sub-menu {
        left: -999em;
        top: -999em;
    }
    .sub-menu .menu-item:hover .sub-menu,
    .sub-menu .menu-item.focus .sub-menu {
        left: 100%;
        top: 0;
    }
    .menu-item.is-reversed .sub-menu {
        right: 0;
        left: auto;
    }
    .sub-menu .is-reversed.menu-item-has-children::after {
        content: '\f053';
        left: 5px;
        right: auto;
    }
    .sub-menu .menu-item.is-reversed .sub-menu {
        left: -100%;
        right: auto;
        margin-left: -2px;
    }
    .main-menu--default .menu-item {
        border-top: 0;
        border-bottom: 3px solid transparent;
    }
    .main-menu--default .menu-item:hover,
    .main-menu--default .menu-item.current_page_item {
        border-bottom: 3px solid #ef4135;
        color: #262324;
    }
    .main-menu--default .menu-item a,
    .main-menu--default .menu-item.focus a {
        padding: 22px 25px 18px 25px;
        color: rgba(38, 35, 36, .7);
        transition: padding .25s;
    }
    .main-menu--default .menu-item.current_page_item a {
        color: #262324;
    }
    .main-header.is-sticky .main-menu--default .menu-item a,
    .main-header.is-sticky .main-menu--default .menu-item.focus a {
        padding-top: 11px;
        padding-bottom: 9px;
    }
    .main-menu--default .menu-item a:hover,
    .main-menu--default .menu-item a:focus,
    .main-menu--default .menu-item.focus a:hover,
    .main-menu--default .menu-item.focus a:focus {
        color: #262324;
    }
    .main-menu--default .sub-menu {
        background-color: #efeff0;
        border: 0;
        font-size: 14px;
        min-width: 200px;
        padding: 0;
        text-align: left;
    }
    .main-menu--default .sub-menu .menu-item a {
        padding: 10px 20px;
        color: #262324;
    }
    .main-menu--default .sub-menu .menu-item a:hover,
    .main-menu--default .sub-menu .menu-item a:focus {
        color: #ef4135;
    }
    .main-menu--default .sub-menu .sub-menu .menu-item a {
        padding: 10px 20px;
        color: #262324;
    }
    .main-menu--default .sub-menu .sub-menu .menu-item a:hover,
    .main-menu--default .sub-menu .sub-menu .menu-item a:focus {
        color: #ef4135;
        background: #efeff0;
    }
    .menu-items-list>.menu-item:not(:last-child) {
        margin-right: 25px;
    }
    .menu-items-list>.menu-item>a {
        padding-left: 0;
        padding-right: 0;
    }
    .menu-items-list>.menu-item.menu-item-has-children {
        padding-right: 25px;
    }
}

.language-menu-items .menu-item .sub-menu {
    display: none;
}

.language-menu-items .menu-item:hover .sub-menu {
    display: block;
}

.language-menu-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.language-menu-items, .sub-menu {
    opacity: 1;
}

.language-menu-items .menu-item-has-children::after {
    top: -2px;
    left: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    font-size: 10px;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%);
    content: '\f078';
}

.language-menu-items .menu-item a {
    font-size: 16px;
    text-decoration: none;
}

.language-menu-items .sub-menu {
    border: 1px solid #ccc;
    left: auto;
}

.language-menu-items .sub-menu li {
    padding: 3px 10px;
    width: 110px;
    border-bottom: 1px solid #efeff0;
}

.language-menu-items .sub-menu li:last-child {
    border-bottom: 0;
}

.language-menu-items .sub-menu li:hover {
    color: #f78e1e;
}

.language-menu-items .menu-item.focus .sub-menu,
.language-menu-items .menu-item:hover .sub-menu {
    left: auto;
    text-align: left;
}

.language-menu-items .menu-item.focus .sub-menu li,
.language-menu-items .menu-item:hover .sub-menu li:hover {
    color: #f78e1e;
}

@media screen and (min-width: 48em) {
    .language-menu-items .sub-menu li {
        padding: 3px 10px;
        width: auto;
    }
}

@media screen and (min-width: 64em) {
    .language-menu-items > li > a {
        padding: 22px 0 19px 0;
        transition: padding .25s;
    }
    .main-header.is-sticky .language-menu-items > li > a {
        padding: 13px 0 7px 0;
    }
    
    .language-menu-items .menu-item:hover .sub-menu {
        display: block;
        position: absolute;
    }
}

.pagination {
    margin-top: 2rem;
    border-top: 1px solid #efeff0;
    padding-top: 2rem;
    font-size: 80%;
}

.nav-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-links>*:not(:last-child) {
    margin-right: 1em;
}

.cat-item,
.page-numbers {
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    border-radius: 1em;
    text-decoration: none;
    background-color: #efeff0;
    padding: 0.25em 1em;
}

.cat-item a,
.page-numbers a {
    color: inherit;
    text-decoration: none;
}

.cat-item:hover,
.cat-item.current,
.cat-item.current-cat,
.page-numbers:hover,
.page-numbers.current,
.page-numbers.current-cat {
    background-color: #babcbe;
    color: inherit;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}

::-moz-placeholder {
    opacity: 1;
    color: inherit;
}

:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}

::placeholder {
    opacity: 1;
    color: inherit;
}

label {
    margin-bottom: 0.5rem;
    font-weight: bold;
    display: block;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    font-family: inherit;
    line-height: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    display: block;
    width: 100%;
    color: inherit;
    background: transparent;
    border-radius: 0;
    padding: 0.25em 0.25em 0;
    border-bottom: 1px solid #efeff0;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

[type='text']:focus,
[type='text']:active,
[type='password']:focus,
[type='password']:active,
[type='date']:focus,
[type='date']:active,
[type='datetime']:focus,
[type='datetime']:active,
[type='datetime-local']:focus,
[type='datetime-local']:active,
[type='month']:focus,
[type='month']:active,
[type='week']:focus,
[type='week']:active,
[type='email']:focus,
[type='email']:active,
[type='number']:focus,
[type='number']:active,
[type='search']:focus,
[type='search']:active,
[type='tel']:focus,
[type='tel']:active,
[type='time']:focus,
[type='time']:active,
[type='url']:focus,
[type='url']:active,
[type='color']:focus,
[type='color']:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: #f78e1e;
}

textarea {
    resize: vertical;
    height: 63px;
    padding-bottom: 0.25em;
    border: 1px solid #efeff0;
}

.gform_fields {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.gfield:not(.gfield_container_address):not(.gfield_container_name),
.ginput_complex>* {
    margin-bottom: 1.2em;
}

.ginput_complex+.validation_message {
    margin-top: -1rem !important;
    margin-bottom: 1.5rem;
}

.gfield_container_radio>.gfield_label,
.gfield_container_checkbox>.gfield_label {
    display: block;
}

.gfield_container_radio li:not(:last-child),
.gfield_container_checkbox li:not(:last-child) {
    margin-bottom: 0.25rem;
}

.gfield_checkbox,
.gfield_radio {
    list-style: none;
    padding-left: 0;
}

.gfield_checkbox input,
.gfield_radio input {
    display: none;
}

.gfield_checkbox input:checked+label:after,
.gfield_radio input:checked+label:after {
    background: #93b14e;
}

.gfield_checkbox label,
.gfield_radio label {
    position: relative;
    margin-bottom: 0;
    font-weight: normal;
}

.gfield_checkbox label:before,
.gfield_checkbox label:after,
.gfield_radio label:before,
.gfield_radio label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
}

.gfield_checkbox label:before,
.gfield_radio label:before {
    height: 1em;
    background: #efeff0;
    border-radius: 1em;
}

.gfield_checkbox label:after,
.gfield_radio label:after {
    height: 1em;
    border-radius: 50%;
    z-index: 1;
    border: 2px solid #efeff0;
    background: #ef4135;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.gfield_radio label {
    padding-left: 1.5em;
}

.gfield_radio label:before {
    width: 1em;
}

.gfield_radio label:after {
    width: 1em;
    background: transparent;
}

.gfield_checkbox input:checked+label:after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.gfield_checkbox label {
    padding-left: 2.5em;
}

.gfield_checkbox label:before {
    width: 2em;
}

.gfield_checkbox label:after {
    width: 1em;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    -o-transition: background 0.3s, -o-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.gfield_select,
.gfield_select:focus,
.ginput_container input,
.ginput_container input:focus,
.ginput_container textarea,
.ginput_container textarea:focus
{
    width: 100%;
    padding: 12px 66px 12px 16px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #efeff0;
    color: rgba(38, 35, 36, .7);
    font-size: 18px;
    outline: none;
}

.gfield_select::placeholder,
.ginput_container input::placeholder,
.ginput_container textarea::placeholder
{
    color: #717073;
}

.ginput_container textarea {
    min-height: 220px;
}

.gfield_description {
    font-size: 18px;
    margin-bottom: 10px;
}

.gfield.gfield_container_captcha,
.team_members__form .gfield.gfield_container_captcha {
    margin-top: 25px;
    margin-bottom: 25px;
}

.gform_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print,
screen and (min-width: 48em) {
    .gfield.gfield_container_captcha,
    .team_members__form .gfield.gfield_container_captcha {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    
    .gform_footer {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.validation_error {
    margin-bottom: 1rem;
    background-color: #ef4135;
    color: #FFF;
    border-radius: 3px;
    padding: 0.5em 1em;
}

.gfield_error .validation_message {
    margin-top: 0.5rem;
    color: #ef4135;
}

.hidden {
    display: none !important;
}

.gf_progressbar_wrapper {
    margin-bottom: 1rem;
}

.gf_progressbar_title {
    display: none;
}

.gf_progressbar {
    background-color: #efeff0;
    border-radius: 3px;
    overflow: hidden;
}

.gf_progressbar_percentage {
    text-align: center;
    background: #93b14e;
    color: #FFF;
}

.gf_progressbar_percentage span {
    opacity: 0;
}

.percentbar_blue {
    background-color: #6EAFB3;
}

.percentbar_gray {
    background-color: #babcbe;
}

.percentbar_green {
    background-color: #93b14e;
}

.percentbar_orange {
    background-color: #f78e1e;
}

.percentbar_red {
    background-color: #ef4135;
}

.percentbar_0 {
    width: 100% !important;
    background-color: #efeff0;
    color: #262324;
}

.ginput_container_name,
.ginput_container_address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

.ginput_container_name>*,
.ginput_container_address>* {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

/* force the checkbox to look like a checkbox - start */
.gfield_checkbox li{
    display: flex;
}
.gfield_checkbox input{
    flex-grow: 0;
    width: auto;
    display: flex;
}
.gfield_checkbox label{
    padding-left: 10px;
}
.gfield_checkbox label:before{
    display: none;
}
.gfield_checkbox label:after{
    display: none;
}
/* force the checkbox to look like a checkbox - end */

@media print,
screen and (min-width: 48em) {
    .ginput_container_name>*,
    .ginput_container_address>* {
        width: 50%;
    }
}

.gfield_label_before_complex {
    display: none;
}

.gform_page_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.gform_page_footer .gform_previous_button {
    margin-right: auto;
}

.gform_page_footer .gform_button {
    margin-left: auto;
}

.gform_ajax_spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.post {
    margin-bottom: 2.5rem;
}

.post__thumbnail {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .post__thumbnail {
        margin-left: -5rem;
        margin-right: -5rem;
    }
}

.post__category {
    margin-bottom: 0.5rem;
}

.post__category a {
    text-decoration: none;
}

.post__title {
    margin-bottom: 0;
}

.post__time {
    margin-bottom: 0;
    margin-top: 0.5rem;
}

.post__content {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.post__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4.5rem;
    color: #babcbe;
}

@media screen and (max-width: 29.9375em) {
    .post__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 29.9375em) {
    .post__footer .social_icons {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        margin-bottom: 1rem;
    }
}

.posts__title {
    margin-bottom: 2.5rem;
}

.posts__title:after {
    content: '';
    display: block;
    height: 2px;
    width: 3.5rem;
    background: #f78e1e;
    margin: 0.5rem auto 0;
}

.posts__controls {
    margin-bottom: 3rem;
}

.posts__categories_select {
    position: relative;
    border-radius: 3px;
    background: #efeff0;
}

.posts__categories_select:after {
    content: '';
    display: block;
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    top: 42%;
    right: 0.75em;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    pointer-events: none;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}

.posts__categories_select select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0.75em 1em;
    line-height: inherit;
}

@media screen and (max-width: 29.9375em) {
    .posts__search {
        display: none !important;
    }
}

.posts__search form {
    position: relative;
}

.posts__search label {
    margin-bottom: 0;
}

.posts__search input[type=search] {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

.posts__search input[type=submit] {
    background: transparent;
    border: none;
    text-indent: -9999px;
    padding: 0;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/search.png);
}

.basic-search-field {
    color: rgba(38, 35, 36, .7);
}

.posts>*:not(:last-child) {
    border-bottom: 1px solid #efeff0;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

.post_row {
    color: rgba(38, 35, 36, .7);
}

.post_row__title {
    margin-bottom: 0;
}

.post_row__title a {
    text-decoration: none;
    font-family: "Avenir-Book", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    color: rgba(38, 35, 36, 1);
}

.post_row__link {
    color: #717073;
}

.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.gallery>* {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.gallery-columns-2>* {
    -webkit-flex-basis: calc(100% / 2);
    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2);
}

.gallery-columns-3>* {
    -webkit-flex-basis: calc(100% / 3);
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
}

.gallery-columns-4>* {
    -webkit-flex-basis: calc(100% / 4);
    -ms-flex-preferred-size: calc(100% / 4);
    flex-basis: calc(100% / 4);
}

.gallery-columns-5>* {
    -webkit-flex-basis: calc(100% / 5);
    -ms-flex-preferred-size: calc(100% / 5);
    flex-basis: calc(100% / 5);
}

.gallery-columns-6>* {
    -webkit-flex-basis: calc(100% / 6);
    -ms-flex-preferred-size: calc(100% / 6);
    flex-basis: calc(100% / 6);
}

.gallery-columns-7>* {
    -webkit-flex-basis: calc(100% / 7);
    -ms-flex-preferred-size: calc(100% / 7);
    flex-basis: calc(100% / 7);
}

.gallery-columns-8>* {
    -webkit-flex-basis: calc(100% / 8);
    -ms-flex-preferred-size: calc(100% / 8);
    flex-basis: calc(100% / 8);
}

.gallery-columns-9>* {
    -webkit-flex-basis: calc(100% / 9);
    -ms-flex-preferred-size: calc(100% / 9);
    flex-basis: calc(100% / 9);
}

.gallery-item {
    margin: 0 !important;
}

.gallery-icon {
    position: relative;
    overflow: hidden;
}

.gallery-icon.landscape {
    padding-top: 75%;
}

.gallery-icon.portrait {
    padding-top: 133.333333333%;
}

.gallery-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.footer__outer {
    margin-top: 3rem;
}

.page-template-corporate-homepage .footer__outer,
.page-template-consumer-homepage .footer__outer,
.page-template-flexible_content .footer__outer {
    margin-top: 0;
}

.footer__social {
    margin-top: 0.375rem !important;
}

.main-footer {
    padding: 24px 0;
    color: #babcbe;
    font-size: 16px;
}

.main-footer--dark {
    background-color: #262324;
}

.main-footer .flex-row {
    flex-direction: column;
}

.main-footer .flex-row .col {
    width: 100%;
}

.main-footer .flex-row .col:first-of-type {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(186, 188, 190, 0.3);
}

.main-footer .flex-row .col:last-of-type {
    margin-top: 15px;
}

@media screen and (min-width: 48em) {
    .main-footer .flex-row {
        flex-direction: row;
    }
    
    .main-footer .flex-row .col {
        width: 25%;
    }

    .main-footer .flex-row .col:first-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .main-footer .flex-row .col:last-of-type {
        margin-top: 0;
    }
    
    .main-footer .flex-row .col:not(:first-of-type) {
        padding-left: 10px;
    }

    .main-footer .flex-row .col:not(:last-of-type) {
        padding-right: 10px;
    }
}

@media screen and (min-width: 64em) {
    .main-footer {
        padding: 35px 0;
    }
    
    .main-footer .flex-row {
        flex-direction: row;
    }
    
    .main-footer .flex-row .col {
        width: 22%;
    }

    .main-footer .flex-row .col:first-of-type {
        width: 30%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .main-footer .flex-row .col:last-of-type {
        width: 26%;
        padding-left: 8%;
    }
}

.footer-menu-items {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style-type: none;
}

.footer-menu-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.footer-menu-items .menu-item {
    display: block;
    margin-bottom: 15px;
    text-align: left;
}

.footer-menu-items .menu-item a {
    color: #babcbe;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    white-space: normal;
}

.footer-menu-items .menu-item a:hover {
    color: #efeff0;
    text-decoration: underline;
}

.footer-menu-items .menu-item-has-children::after {
    display: none;
}

.copyright {
    margin-top: 60px;
    font-size: 16px;
    font-weight: 300;
}

.copyright::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -20px;
    background: #fff;
}

.copyright__link {
    color: #fff;
    text-decoration: none;
}

.copyright__link:hover {
    color: #cccccc;
    text-decoration: underline;
}

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

.text--up {
    text-transform: uppercase;
}

.text--white {
    color: white;
}

.text--justify {
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}

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

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

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

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

.background_white {
    background-color: #FFF;
}

.background_light_gray {
    background-color: #f2ece5;
}

.no_scroll {
    overflow: hidden !important;
}

.top-bar {
    border-bottom: 1px solid #efeff0;
    padding: 10px 0;
}

.top-bar__link {
    font-family:"Avenir-Roman", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    background: #787377;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #fff;
    padding: 10px 30px 10px 30px;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .top-bar__link {
    margin: 20px 0 0 0;
  }
}

.top-bar__link:hover,
.top-bar__link:focus {
    text-decoration: underline;
}

.top-bar__dropdown {
    display: inline-block;
}

.burger-menu {
    font-size: .875em;
    padding: 0;
    border: 0;
    background: transparent;
}

.burger-menu:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

.icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: middle;
    position: relative;
    top: -0.0625em;
}

.burger-menu-icon {
    width: 2em;
    height: 2em;
    top: 0;
}

.svg-burger-menu .line {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0) translateX(0);
    -ms-transform: rotate(0) translateY(0) translateX(0);
    -o-transform: rotate(0) translateY(0) translateX(0);
    transform: rotate(0) translateY(0) translateX(0);
    -webkit-transform-origin: 1em 1em;
    -ms-transform-origin: 1em 1em;
    -o-transform-origin: 1em 1em;
    transform-origin: 1em 1em;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.svg-burger-menu .line-1 {
    -webkit-transform-origin: 1em 2.5em;
    -ms-transform-origin: 1em 2.5em;
    -o-transform-origin: 1em 2.5em;
    transform-origin: 1em 2.5em;
}

.svg-burger-menu .line-3 {
    -webkit-transform-origin: 1em 4.5em;
    -ms-transform-origin: 1em 4.5em;
    -o-transform-origin: 1em 4.5em;
    transform-origin: 1em 4.5em;
}

.burger-menu.is-open .svg-burger-menu .line-1 {
    -webkit-transform: rotate(45deg) translateY(0) translateX(0);
    -ms-transform: rotate(45deg) translateY(0) translateX(0);
    -o-transform: rotate(45deg) translateY(0) translateX(0);
    transform: rotate(45deg) translateY(0) translateX(0);
}

.burger-menu.is-open .svg-burger-menu .line-2 {
    opacity: 0;
}

.burger-menu.is-open .svg-burger-menu .line-3 {
    -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
    -ms-transform: rotate(-45deg) translateY(0) translateX(0);
    -o-transform: rotate(-45deg) translateY(0) translateX(0);
    transform: rotate(-45deg) translateY(0) translateX(0);
}

@media screen and (min-width: 64em) {
    .burger-menu {
        display: none;
    }
}

.home-section {
    padding: 40px 0 30px 0;
}

.home-section--dark,
.home-section--corporate {
    background-color: #717073;
    color: #fff;
}

.home-section--light {
    background-color: #efeff0;
}

.home-section--mushroom {
    background-color: #f2ece5;
}

.home-section--consumer {
    background-color: white;
}

.home-section__wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding: 0 15px;
}

.home-section__title {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #f26531;
}

.home-section__wrap p {
    margin: 10px 0 0 0;
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    text-align: center;
    line-height: 23px;
}

.home-section--ikea,
.home-section--designers-choice {
    background-color: #efeff0;
}

@media screen and (min-width: 48em) {
    .home-section__wrap {
        padding: 0 45px;
    }
    .home-section {
        padding: 50px 0;
    }
    .home-section--extra-padding {
        padding: 180px 0 100px;
    }
    .home-section__title {
        font-size: 26px;
        margin: 0 auto;
        text-align: center;
    }
    .home-section__title--big {
        font-size: 48px;
    }
    .home-section__wrap p {
        margin: 10px 0 0 0;
        font-size: 18px;
        line-height: 23px;
    }
    .home-section--ikea,
    .home-section--designers-choice {
        background: #fff;
    }
    .acf-textarea--padding-top {
        padding-top: 50px;
    }
    .acf-textarea--padding-bottom {
        padding-bottom: 50px;
    }
}

.home-section.reset-padding--bottom,
.reset-padding--bottom {
    padding-bottom: 0;
}

.reset-padding--top {
    padding-top: 0;
}

.home-list {
    padding: 0;
    margin: 2em 0 0;
    list-style-type: none;
}

.home-list__item {
    margin-bottom: 2em;
}

.home-list__title {
    font-size: 20px;
    margin-bottom: 1.5em;
    text-align: center;
}

.home-list p {
    font-size: 16px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 48em) {
    .home-list {
        margin: 2em 0 0;
    }
    .home-list__title {
        font-size: 24px;
    }
    .home-list__item {
        margin-bottom: 2em;
    }
    .home-list p {
        font-size: 20px;
    }
}

.hero {
    width: 100%;
    height: 100%;
    padding: 5rem 0 4rem;
}

.hero__wrap {
    z-index: 3;
    position: relative;
}

.hero--bg {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-image: url("../img/sustainable_power--mobile.jpg");*/
}

.hero__title,
.hero__tagline {
    font-family: "Avenir-Book", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-weight: 300;
    text-align: center;
}

.hero__title {
    color: #FFF;
    letter-spacing: 1px;
    padding: 0 0 10px;
    margin: 0;
}

.hero__title--consumer {
    margin-bottom: 0.75em;
}

.hero__tagline {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 30px;
    color: #efeff0;
    font-size: 22px;
    line-height: 33px;
}

@media screen and (min-width: 48em) {
    .hero,
    .news-title {
        height: 537px;
        padding: 0;
    }
    .hero--bg {
        /*background-image: url("../img/sustainable_power--tablet.jpg");*/
    }
    .hero__wrap {
        position: relative;
        top: 47%;
        -webkit-transform: translateY(-47%);
        -ms-transform: translateY(-47%);
        -o-transform: translateY(-47%);
        transform: translateY(-47%);
        margin: 0 auto;
    }
    .hero__tagline {
        font-size: 22px;
    }
}

@media screen and (min-width: 64em) {
    .hero--bg {
        /*background-image: url("../img/sustainable_power--desktop.jpg");*/
    }
    
    .hero__title {
    }
}

@media screen and (max-width: 768px){
    .hero__title{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.hero-video {
    position: relative;
    width: 100vw;
    overflow: hidden;
}

.hero-video--consumer {
    height: 96vh;
}

.hero-video--corporate {
    height: calc(100vh - 120px);
}

.hero-video__wrap--consumer {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#hero-video {
  height: 600px;
}

.hero-video__video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}

.hero-image {
  position: absolute;
  top: -75px;
  min-width: 100%;
  min-height: 100%;
  bottom:0;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
}

.rotating-captions {
    width: 100%;
    max-width: 815px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.rotating-captions p {
    color: #fff;
    font-size: 64px;
    font-weight: 300;
}

.rotating-captions .animated {
    -webkit-animation-duration: 1000 ms;
    -o-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.rotating-captions .owl-animated-out {
    z-index: 1;
}

.rotating-captions .owl-animated-in {
    z-index: 0;
}

.rotating-captions .fadeOut {
    -webkit-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

.rotating-captions .fadeIn {
    -webkit-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.solar-aid {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    background: #f2ece5;
    color: rgba(38, 35, 36, .7);
}

.solar-aid__col {
    max-width: 619px;
    margin: 0 auto;
}

.solar-aid__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    font-size: 18px;
}

.solar-aid__link:hover {
    text-decoration: underline;
}

.solar-aid__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 29.9375em) {
    .solar-aid__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 768px){
    .solar-aid p{
        text-align: left;
        font-size: 16px;
    }

    .solar-aid__link{
        font-size: 16px;
    }
    .solar-aid__image {
        margin-left: 0.55rem;
    }

}

.solar-aid__image {
    width: 5rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem;
    display: block;
}

@media screen and (max-width: 29.9375em) {
    .solar-aid__image {
        margin-bottom: 1.5rem;
        margin-right: 1rem;
    }
}

.statement__item {
    text-align: center;
}

.team-members__wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.team-members .owl-dots {
    margin-top: 1.5rem;
}

.member__img {
    width: 5rem;
    margin: 0 auto;
}

.member__img--circle {
    border-radius: 50%;
    overflow: hidden;
}

.member__name {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 20px;
}

.member__linkedin {
    text-decoration: none;
}

.member__linkedin:hover {
    opacity: 0.6;
}

.member__job-title {
    font-size: 18px;
    margin-top: 0;
    color: #babcbe;
    color: #f78e1e;
    font-style: italic;
}

.member__link {
    margin-top: auto;
}

.member__link a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 2px solid #f78e1e;
}

.member__link a:hover {
    color: #f78e1e;
}

.team_members__country_select {
    position: relative;
}

.team_members__country_select_list {
    border-top: 1px solid #efeff0;
    border-bottom: 1px solid #efeff0;
    background: #FFF;
    overflow: hidden;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.team_members__country_select_list:after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    display: block;
    border: 2px solid currentColor;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.3rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    font-family: 'icomoon';
    text-align: center;
    content: '\27f9';
    pointer-events: none;
    z-index: 2;
    font-size: 0.5em;
}

.team_members__country_select_list li {
    display: none;
}

.team_members__country_select_list li.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.team_members__country_select_list li .object_fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team_members__country_select_list_image {
    width: 2.5rem;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
}

.team_members__country_select_list_text {
    padding: 0.25em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #f78e1e;
}

.team_members__country_select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team_members__country_select select:focus,
.team_members__country_select select:active {
    outline: none;
}

.team_members__bottom {
    margin-top: 2rem;
}

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

.team_members__offices a {
    text-decoration: none;
}

.team_members__office {
    display: none;
}

.team_members__office.active {
    display: block;
}

@media screen and (max-width: 29.9375em) {
    .team_members__form {
        margin-bottom: 2rem;
    }
}

.team_members__form_title {
    display: none;
}

.team_members__form .gfield_label {
    display: none;
}

.team_members__form .gfield {
    margin-bottom: 0.75em;
}

.team_members__form textarea {
    border-left: none;
    border-right: none;
    border-top: none;
}

.team_members__header {
    margin-bottom: 2rem;
}

.team_members__footer {
    margin-top: 3rem;
}

.team_members__footer a {
    text-decoration: none;
}

.team_members__footer a:hover {
    text-decoration: underline;
}

.company-news {
    padding: 75px 0;
}

.company-news__title {
    text-align: center;
    font-weight: 300;
    font-size: 25px;
}

.company-news__title::before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -50px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f78e1e), to(#ffc425));
    background: -webkit-linear-gradient(bottom, #f78e1e 40%, #ffc425 100%);
    background: -o-linear-gradient(bottom, #f78e1e 40%, #ffc425 100%);
    background: linear-gradient(to top, #f78e1e 40%, #ffc425 100%);
}

.news-article {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 30px;
}

.news-article__content {
    background-color: #efeff0;
    padding: 32px;
}

.news-article__category {
    font-size: 18px;
    font-weight: 300;
    color: #262324;
}

.news-article__link {
    color: #262324;
    font-size: 24px;
    line-height: 33px;
    text-decoration: none;
}

.news-article__link:hover,
.news-article__link:focus {
    text-decoration: underline;
    opacity: 0.8;
}

@media screen and (min-width: 750px) {
    .company-news {
        padding: 180px 0 150px;
    }
    .company-news__title {
        font-size: 36px;
        margin-bottom: 2em;
    }
    .company-news,
    .news-article__wrap {
        text-align: center;
    }
    .news-article {
        display: inline-block;
        vertical-align: top;
    }
    .news-article:first-of-type {
        margin-right: 15px;
    }
    .news-article:last-of-type {
        margin-left: 15px;
    }
    .news-article__content {
        text-align: left;
    }
}


.climate__title {
    text-align: center;
    max-width: 750px;
    padding: 0 30px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.climate__title::before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -50px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f78e1e), to(#ffc425));
    background: -webkit-linear-gradient(bottom, #f78e1e 40%, #ffc425 100%);
    background: -o-linear-gradient(bottom, #f78e1e 40%, #ffc425 100%);
    background: linear-gradient(to top, #f78e1e 40%, #ffc425 100%);
}

.climate__body {
    margin-top: 20px;
    padding-bottom: 0;
}

.climate__body .cta {
    margin-top: 34px;
}

.climate__bg-img {
    background-image: url("../img/climate_bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
    width: 100%;
}

.statistics {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.statistics__item {
    text-align: center;
    margin: 30px 0 45px;
    max-width: 290px;
}

.statistics__img {
    margin-bottom: 16px;
    width: 50px;
}

.statistics__number,
.statistics__description {
    display: block;
}

.statistics__number {
    font-size: 30px;
}

.statistics__number--light {
    color: #ffc425;
}

.statistics__number--dark {
    color: #f26531;
}

.statistics__description {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

@media screen and (min-width: 48em) {
    .climate__body {
        margin-top: 80px;
    }
    .climate__title {
        font-size: 36px;
        line-height: 49px;
        padding: 0 45px;
        margin-bottom: 100px;
    }
    .climate__bg-img {
        max-width: 619px;
        height: 290px;
        display: inline-block;
        margin-top: -50px;
        position: relative;
    }
    .statistics {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .statistics__item {
        display: inline-block;
        margin-left: 20px;
        text-align: left;
    }
    .statistics__item:last-child {
        margin-left: 40px;
    }
}

@media screen  and (max-width: 768px){
    .climate__wrapper .home-section__title{
        text-align: left;
    }

    .climate__bg-img{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.fc_integrated_model {
    overflow: hidden;
    padding-bottom: 3rem;
}

.fc_integrated_model__middle {
    padding-bottom: 2.5rem;
    position: relative;
    margin-top: 2rem;
}

.fc_integrated_model__middle:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px dashed #f78e1e;
    width: 100%;
    position: absolute;
    top: 3.2rem;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media print,
screen and (min-width: 48em) {
    .fc_integrated_model__middle:before {
        width: 75%;
        width: calc(75% + 30px);
    }
}

@media print,
screen and (min-width: 48em) {
    .fc_integrated_model__middle:before {
        border-bottom: none;
    }
}

.fc_integrated_model__middle_inner {
    background: #efeff0;
    padding: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

@media print,
screen and (min-width: 48em) {
    .fc_integrated_model__middle_inner {
        max-width: 50%;
        max-width: calc(50% + 30px);
    }
}

.fc_integrated_model__middle_inner p {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media print,
screen and (min-width: 48em) {
    .fc_integrated_model__middle_inner br {
        display: none;
    }
}

.fc_integrated_model__slides {
    -webkit-transform: translateY(-0.25rem);
    -ms-transform: translateY(-0.25rem);
    -o-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
}

@media print,
screen and (min-width: 48em) {
    .fc_integrated_model__slides {
        border-top: 1px dashed #f78e1e;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fc_integrated_model__slide {
    position: relative;
}

.owl-loaded .fc_integrated_model__slide {
    float: none;
}

.fc_integrated_model__slide:before {
    content: '';
    position: relative;
    display: block;
    margin: 0 auto;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #FFF;
    border: 1px dashed #f78e1e;
    margin-bottom: 0.5rem;
    -webkit-transition: background 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    -o-transition: background 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
    z-index: 2;
}

@media print,
screen and (min-width: 48em) {
    .fc_integrated_model__slide:before {
        -webkit-transform: translateY(-0.25rem);
        -ms-transform: translateY(-0.25rem);
        -o-transform: translateY(-0.25rem);
        transform: translateY(-0.25rem);
    }
}

@media print,
screen and (min-width: 48em) {
    .fc_integrated_model__slide:first-child:after,
    .fc_integrated_model__slide:last-child:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        background: #FFF;
        height: 0.5rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }
}

.fc_integrated_model__slide:first-child:after {
    right: 50%;
}

.fc_integrated_model__slide:last-child:after {
    left: 50%;
}

@media print,
screen and (min-width: 48em) {
    .fc_integrated_model__slide:hover:before {
        -webkit-transform: translateY(-0.25rem) scale(2.5) rotate(180deg);
        -ms-transform: translateY(-0.25rem) scale(2.5) rotate(180deg);
        -o-transform: translateY(-0.25rem) scale(2.5) rotate(180deg);
        transform: translateY(-0.25rem) scale(2.5) rotate(180deg);
        background: #f78e1e;
    }
}

.global-portfolio-popup {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.global-portfolio-popup.is-active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 1;
    background-color: rgba(36, 35, 36, 0.5);
}

.popup__loader {
    display: none;
}

.popup__loader.is-active {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 15;
}

.popup-slider__button {
    position: absolute;
    top: 16px;
    right: 46px;
    padding: 4px;
    background: rgba(255,255,255,0.9);
    border: 0;
    z-index: 10;
}

.popup-slider__button:hover {
    cursor: pointer;
}

.popup-slider__button img {
    width: 16px;
    height: 16px;
}

.popup-slider__wrap {
    visibility: hidden;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 780px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.popup-slider__wrap.is-active {
    visibility: visible;
}

.popup-slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.popup-slider__media,
.popup-slider__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    background-color: #ffffff;
}

.owl-carousel .owl-item .popup-slider__media img {
    /*display: none;*/
}

.popup-slider__content {
    background: #efeff0;
    color: rgba(38, 35, 36, .7);
    padding: 30px;
    min-height: 300px;
    overflow-y: auto;
    font-size: 18px;
}

.popup-slider__content h1,
.popup-slider__content h2,
.popup-slider__content h3,
.popup-slider__content h4,
.popup-slider__content h5,
.popup-slider__content h6 {
    position: relative;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 33px;
    margin-top: 0;
}

.popup-slider__content h1::after,
.popup-slider__content h2::after,
.popup-slider__content h3::after,
.popup-slider__content h4::after,
.popup-slider__content h5::after,
.popup-slider__content h6::after {
    content: '';
    position: absolute;
    width: 75px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -3px;
}

.popup-slider__content strong {
    font-size: 18px;
}

.popup-slider__content p {
    font-size: 16px;
}

@media screen and (min-width: 1000px) {
    .popup-slider__wrap {
        width: 780px;
        padding: 0;
    }
    .popup-slider__media {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
    .popup-slider__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
    .popup-slider__button {
        right: 16px;
    }
    .popup-slider__item {
        max-height: 500px;
        overflow: hidden;
        width: 100%;
    }
    .owl-carousel .owl-item .popup-slider__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
    }
    .owl-carousel .owl-item .popup-slider__media--none img {
        object-fit: none;
    }
    .popup-slider__content h1,
    .popup-slider__content h2,
    .popup-slider__content h3,
    .popup-slider__content h4,
    .popup-slider__content h5,
    .popup-slider__content h6 {
        font-size: 24px;
    }
    .popup-slider__content strong {
        font-size: 20px;
    }
    .popup-slider__content p {
        font-size: 18px;
    }
    .popup-slider__content p:last-child {
        margin-bottom: 0;
    }
}

.sync-slider__wrap {
    width: 100%;
    max-width: 1030px;
    margin: 45px auto 50px;
    position: relative;
}

.sync-media-slider .owl-nav {
    display: none;
}

.sync-content-slider__wrap {
    background-color: #efeff0;
    width: 90vw;
    margin: -62px auto;
    position: relative;
    z-index: 2;
}

.sync-content-slider__item {
    padding: 0 15px;
}

.sync-content-slider__item p {
    font-size: 16px;
    font-weight: 300;
}

.sync-content-slider__title {
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 1.4em;
}

@media screen and (min-width: 800px) {
    .sync-slider__wrap {
        margin: 90px auto 0;
    }
    .sync-content-slider__wrap {
        width: 490px;
        min-height: 350px;
        max-height: 350px;
        overflow-y: auto;
        margin: 0 auto;
        margin-top: -200px;
        position: relative;
        z-index: 5;
    }
    .sync-content-slider__item {
        padding-left: 30px;
    }
    .sync-content-slider__title {
        font-size: 24px;
        margin-top: 1.4em;
        margin-bottom: 1.7em;
    }
    .sync-content-slider__item p {
        font-size: 20px;
        line-height: 27px;
    }
}

@media screen and (min-width: 1030px) {
    .sync-slider__wrap::after {
        content: '';
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
    }
    .sync-media-slider__wrap {
        max-width: 790px;
        float: right;
        width: 100%;
    }
    .sync-media-slider__wrap .object_fit {
        padding-top: 59%;
    }
    .sync-media-slider .owl-nav {
        margin-left: -175px;
        margin-top: -40px;
    }
    .sync-media-slider .owl-prev,
    .sync-media-slider .owl-next {
        display: inline-block;
    }
    .sync-media-slider .owl-nav {
        display: block;
    }
    .sync-media-slider .owl-prev {
        margin-right: 20px;
    }
    .sync-media-slider .owl-next {
        margin-left: 20px;
    }
    .sync-content-slider__wrap {
        position: absolute;
        margin-top: 55px;
        top: 0;
        z-index: 2;
    }
}

.fullwidth_cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media print,
screen and (min-width: 48em) {
    .fullwidth_cards {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.fullwidth_cards__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 10px;
}

@media print,
screen and (min-width: 48em) {
    .fullwidth_cards__card {
        width: 50%;
        padding: 3.5rem 3rem;
    }
}

@media screen and (min-width: 75em) {
    .fullwidth_cards__card {
        padding: 4.5rem 6rem;
    }
}

.fullwidth_cards__card_body {
    max-width: 390px;
}

.fullwidth_cards__card_title {
    position: relative;
    padding-bottom: 0.2rem;
}

.fullwidth_cards__card_title:after {
    content: '';
    width: 3.5rem;
    height: 2px;
    background: currentColor;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media print,
screen and (min-width: 48em) {
    .fullwidth_cards__card_title--right:after {
        left: auto;
        right: 0;
    }
}

.left-card {
    background: #f78e1e;
    color: #FFF;
}

@media screen and (min-width: 75em) {
    .left-card__title {
        padding-left: 50px;
    }
}

.left-card__link {
    border-bottom: 1px solid currentColor;
    text-decoration: none;
}

.left-card__link:hover {
    opacity: 0.7;
}

@media print,
screen and (min-width: 48em) {
    .left-card {
        padding-left: 10px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        position: relative;
        z-index: 1;
    }
    .left-card:before {
        content: '';
        z-index: -1;
        position: absolute;
        top: -2.5rem;
        bottom: -2.5rem;
        left: 0;
        right: 0;
        background-image: url("../img/solar_roof.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center right;
        -webkit-box-shadow: 4px 3px 50px 6px rgba(0, 0, 0, 0.35);
        box-shadow: 4px 3px 50px 6px rgba(0, 0, 0, 0.35);
    }
}

@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 48em) and (min--moz-device-pixel-ratio: 2),
only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-width: 48em) and (min-device-pixel-ratio: 2),
only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-width: 48em) and (min-resolution: 192dpi),
only screen and (min-width: 48em) and (min-resolution: 2dppx) {
    .left-card:before {
        background-image: url("../img/solar_roof@2x.png");
    }
}

.right-card {
    background: #f2ece5;
}

@media print,
screen and (min-width: 48em) {
    .right-card {
        padding-right: 10px;
    }
}

.right-card__link {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid currentColor;
}

.right-card__link:hover {
    color: #f78e1e;
}

.benefits__button {
    margin-top: 2.5rem;
}

.divider::before {
    content: '';
    position: absolute;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.divider--orange::before,
.divider--consumer::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f78e1e), to(#ffc425));
    background: -webkit-linear-gradient(bottom, #f78e1e 40%, #ffc425 100%);
    background: -o-linear-gradient(bottom, #f78e1e 40%, #ffc425 100%);
    background: linear-gradient(to top, #f78e1e 40%, #ffc425 100%);
}

.divider--white::before,
.divider--corporate::before {
    background: #fff;
}

.divider--horizontal::before {
    width: 50px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 40px;
}

.divider--sync-slider::before {
    left: 15px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.divider--video:before {
    width: 75px;
    margin-top: -45px;
}

@media screen and (min-width: 1030px) {
    .divider--sync-slider::before {
        left: 30px;
    }
}

button {
    font-family: inherit;
}

.button,
.gform_wrapper .button {
    cursor: pointer;
    display: inline-block;
    border: none;
    font-weight: inherit;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-family: "Avenir-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 22px;
    padding: 16px 26px;
    min-width: 140px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid transparent;
    -webkit-transition: opacity .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease, background .3s ease, -webkit-box-shadow .3s ease;
    transition: opacity .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease, background .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: opacity .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
    transition: opacity .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
    transition: opacity .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease, -webkit-box-shadow .3s ease;
    -webkit-tap-highlight-color: transparent;
}

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

.button--large {
    padding: 1em 2.5em;
}

.button--white,
.button--list-corporate {
    border-color: #FFF;
    color: #FFF;
}

.button--white:hover,
.button--list-corporate:hover {
    color: #262324;
    background-color: #FFF;
}

.button--black,
.button--list-consumer,
.gform_wrapper .button {
    border-color: #262324;
    color: #262324;
}

.button--black:hover,
.button--list-consumer:hover,
.gform_wrapper .button:hover {
    color: #FFF;
    background-color: #262324;
}

.button--red {
    border-color: #ef4135;
    color: #ef4135;
}

.button--red:hover {
    color: #FFF;
    background-color: #ef4135;
}

.button--warm_red {
    border-color: #f26531;
    color: #f26531;
}

.button--warm_red:hover {
    color: #FFF;
    background-color: #f26531;
}

.button--green {
    border-color: #93b14e;
    color: #93b14e;
}

.button--green:hover {
    color: #FFF;
    background-color: #93b14e;
}

.button--orange {
    border-color: #f78e1e;
    color: #f78e1e;
}

.button--orange:hover {
    color: #FFF;
    background-color: #f78e1e;
}

.button--arrow {
    text-decoration: none;
}

.button--arrow:after {
    font-family: 'icomoon' !important;
    content: "\27f9";
    margin-left: 0.5em;
    font-size: 0.5em;
    vertical-align: middle;
    display: inline-block;
}

.button--arrow-left, .button--arrow-right {
    text-decoration: none;
}
.button--arrow-right {
float:right;
}

.button--arrow-left:before {
    font-family: 'icomoon' !important;
    content: "\27f9";
    margin-left: 0.5em;
    font-size: 0.5em;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: middle;
}

.button--arrow-right:after {
    font-family: 'icomoon' !important;
    content: "\27f9";
    margin-left: 0.5em;
    font-size: 0.5em;
    display: inline-block;
    vertical-align: middle;
}

.button--arrow-left:hover, .button--arrow-right:hover {
    opacity: 0.7;
}

.buttons_list {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.buttons_list>*:not(:last-child) {
    margin-right: 1rem;
}

.button--text-white {
    color: #fff;
}

@media screen and (min-width: 48em) {
    .button--large {
        padding: 1.2em 3.5em;
    }
}

.accordion {
    margin-left: 0;
    background: transparent;
    list-style-type: none;
}

.accordion-item:first-child> :first-child {
    border-radius: 0 0 0 0;
}

.accordion-item:last-child> :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 0;
    border: none;
    border-bottom: 0;
    font-size: 1em;
    line-height: 1;
    color: inherit;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: none;
    border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: transparent;
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
}

.is-active>.accordion-title::before {
    content: '\2013';
}

.accordion-content {
    display: none;
    padding: 0;
    border: none;
    border-bottom: 0;
    background-color: transparent;
    color: inherit;
}

:last-child>.accordion-content:last-child {
    border-bottom: none;
}

.accordion {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.accordion-item:not(:last-child) {
    margin-bottom: 1.5rem;
}

.accordion-content {
    padding-top: 1.3rem;
}

.accordion-title {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    line-height: inherit;
    font-weight: 500;
    padding-left: 1rem;
}

.accordion-title::before {
    left: 0;
    right: auto;
    top: 0;
    margin-top: 0;
}

.accordion--opened .accordion-item:not(.is-active) .accordion-title {
    opacity: 0.5;
}

.breadcrumbs {
    line-height: 1;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.breadcrumbs ul {
    list-style-type: none;
    display: inline-block;
    padding: 0;
}

.breadcrumbs li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.breadcrumbs li:first-child {
    margin-left: 10px;
}

.breadcrumbs li::before {
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: '\25ba';
    color: #222;
    font-size: 10px;
    padding-right: .5em;
    position: absolute;
    top: 3px;
    left: -14px;
}

.breadcrumbs li.item-current {
    opacity: 0.5;
}

.breadcrumbs li:first-child::before {
    content: '';
}

.card {
    background-color: #efeff0;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.card__image {
    background: #f78e1e;
}

.card__content {
    padding: 1.5rem 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
}

.card__subheading {
    margin-bottom: 1rem;
    font-size: 80%;
}

.card__subheading a {
    color: inherit;
}

.card__heading {
    margin-top: 0;
    margin-bottom: 0;
}

.card__heading a {
    color: inherit;
    text-decoration: none;
}

.card__body {
    font-size: 0.7rem;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

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

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

.card__link {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 80%;
}

.card__link a {
    color: inherit;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #f26531;
}

.card--border {
    border: 1px solid #FFF;
}

.card--highlight {
    -webkit-animation-name: card_highlight;
    -o-animation-name: card_highlight;
    animation-name: card_highlight;
    -webkit-animation-duration: 2.5s;
    -o-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.card--white {
    background-color: #FFF;
}

.card_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card_row:before,
.card_row:after {
    display: none !important;
}

.card_row>.columns,
.card_row>.column,
.card_row>.columns {
    float: none;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media print,
screen and (min-width: 48em) {
    .card_row>.columns,
    .card_row>.column,
    .card_row>.columns {
        margin-top: 1.875rem;
    }
}

@media print,
screen and (min-width: 48em) {
    .card_row--2>.columns:first-child,
    .card_row--2>.columns:nth-child(2),
    .card_row--2>.column:first-child,
    .card_row--2>.columns:first-child,
    .card_row--2>.column:nth-child(2),
    .card_row--2>.columns:nth-child(2) {
        margin-top: 0;
    }
}

@media print,
screen and (min-width: 48em) {
    .card_row--3>.columns:first-child,
    .card_row--3>.columns:nth-child(2),
    .card_row--3>.columns:nth-child(3),
    .card_row--3>.column:first-child,
    .card_row--3>.columns:first-child,
    .card_row--3>.column:nth-child(2),
    .card_row--3>.columns:nth-child(2),
    .card_row--3>.column:nth-child(3),
    .card_row--3>.columns:nth-child(3) {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px){
    .fc_latest_news .card_row{
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-y: scroll;
        width: auto;
    }
    .fc_latest_news .card_row .columns{
        flex-basis: 80%;
        flex-shrink: 0;
        max-width: calc(325px + 20px);
    }
}

@-webkit-keyframes card_highlight {
    0% {
        border-color: #FFF;
    }
    22% {
        border-color: #f78e1e;
    }
    77% {
        border-color: #f78e1e;
    }
    100% {
        border-color: #FFF;
    }
}

@-o-keyframes card_highlight {
    0% {
        border-color: #FFF;
    }
    22% {
        border-color: #f78e1e;
    }
    77% {
        border-color: #f78e1e;
    }
    100% {
        border-color: #FFF;
    }
}

@keyframes card_highlight {
    0% {
        border-color: #FFF;
    }
    22% {
        border-color: #f78e1e;
    }
    77% {
        border-color: #f78e1e;
    }
    100% {
        border-color: #FFF;
    }
}

/* Owl Carousel - Core */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    padding: 1rem 0;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/* Owl Carousel - Animate Plugin */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    -o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Owl Carousel - Auto Height Plugin */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #babcbe;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #ef4135;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #babcbe;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ef4135;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.button-loader.is-hidden,
.cookie-notification.is-closed,
.notification-button .is-hidden {
    display: none;
}

.cookie-notification--sticky,
.cookie-notification--sticky-top {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.cookie-notification--sticky {
    bottom: 0;
}

.cookie-notification--sticky-top {
    top: 0;
}

.notification-button {
    position: absolute;
    right: 0;
    top: 0;
}

.cookie-notification {
    background: #717073;
}

.cookie-notification p {
    color: #fff;
    font-size: 16px;
}

.notification-button--icon {
    background: transparent;
    border: 0;
}

.notification-button--icon:hover {
    opacity: 0.7;
    cursor: pointer;
}

.notification-button.notification-button--text {
    position: relative;
    border: 1px solid #f78e1e;
    background: #f78e1e;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}

.notification-button.notification-button--text:hover {
    background: #784004;
    cursor: pointer;
}

.button-loader {
    display: block;
    stroke: #fff;
    width: 20px;
    height: 20px;
}

@media screen and (min-width: 48em) {
    .notification-button {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .notification-button.notification-button--text {
        position: absolute;
        margin: 0;
    }
}

.media-object {
    display: block;
    margin-bottom: 1rem;
}

.media-object img {
    max-width: none;
}

@media screen and (max-width: 29.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        display: block;
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top;
}

.media-object-section:first-child {
    padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}

.media-object-section> :last-child {
    margin-bottom: 0;
}

.media-object-section.middle {
    vertical-align: middle;
}

.media-object-section.bottom {
    vertical-align: bottom;
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.scroll-to-top {
    background-color: #ef4135;
    color: white;
    border: 0;
    height: 40px;
    width: 40px;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    cursor: pointer;
    opacity: 0.8;
}

.scroll--fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.scroll--rounded {
    border-radius: 50%;
}

.scroll--fixed.scroll--animation {
    -webkit-transform: translate3d(160%, 0, 0);
    transform: translate3d(160%, 0, 0);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear, -o-transform 0.2s linear;
}

.scroll--fixed.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.object_fit {
    position: relative;
    display: block;
}

.object_fit img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

html.no-object-fit .object_fit,
html.no-objectfit .object_fit,
.object_fit.compat {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html.no-object-fit .object_fit img,
html.no-objectfit .object_fit img,
.object_fit.compat img {
    opacity: 0;
}

.flexible_content {
    overflow-x: hidden;
}

.page-template-flexible_content .main-footer {
    margin-top: 0;
}

.decoration_vertical:before {
    content: '';
    display: block;
    width: 2px;
    height: 3rem;
    background: currentColor;
    margin: 0 auto 1.5rem;
}

.decoration_vertical--half::before {
    height: 1.5rem;
}

.decoration_vertical--black:before {
    background: #262324;
}

.decoration_vertical--orange:before {
    background: #f78e1e;
}

.decoration_vertical--gradient:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #f78e1e), to(#ffc425));
    background: -webkit-linear-gradient(left, #f78e1e 40%, #ffc425 100%);
    background: -o-linear-gradient(left, #f78e1e 40%, #ffc425 100%);
    background: linear-gradient(to right, #f78e1e 40%, #ffc425 100%);
}

.decoration_horizontal:after {
    content: '';
    display: block;
    width: 6rem;
    height: 2px;
    background: currentColor;
    margin-top: 0.5rem;
}

.decoration_horizontal--center:after {
    margin-left: auto;
    margin-right: auto;
}

.decoration_horizontal--spaced:after {
    margin-top: 1.5rem;
}

.decoration_horizontal--short:after {
    width: 3rem;
}

.decoration_horizontal--black:after {
    background: #262324;
}

.decoration_horizontal--orange:after {
    background: #f78e1e;
}

.decoration_horizontal--gradient:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #f78e1e), to(#ffc425));
    background: -webkit-linear-gradient(left, #f78e1e 40%, #ffc425 100%);
    background: -o-linear-gradient(left, #f78e1e 40%, #ffc425 100%);
    background: linear-gradient(to right, #f78e1e 40%, #ffc425 100%);
}

.owl-carousel--currentColor .owl-dot span {
    border-color: currentColor;
}

.owl-carousel--currentColor .owl-dot.active span {
    background-color: currentColor;
}

.owl-carousel--white .owl-dot span {
    border-color: #FFF;
}

.owl-carousel--white .owl-dot.active span {
    background-color: #FFF;
}

.owl-carousel--even .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.owl-carousel--even .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.owl-carousel--even .owl-item>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.5rem;

    color: #979797;
    position: absolute;
    left: -50px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px){
    .owl-nav{
        left: 20px;
        right: 20px;
    }
}

.owl-nav.disabled {
    display: none !important;
}

.owl-prev,
.owl-next {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.owl-prev:hover,
.owl-next:hover {
    color: #f78e1e;
}

.owl-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-family: 'icomoon';
    content: '\27f9';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 1em;
}

.owl-next:after {
    font-family: 'icomoon';
    content: '\27f9';
    display: inline-block;
    vertical-align: bottom;
    margin-left: 1em;
}

.owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.owl-dots.disabled {
    display: none !important;
}

.owl-dot{
    margin: 10px;
}

.owl-dot:not(:last-child) {
    margin-right: 0.5rem;
}

.owl-dot span {
    display: block;
    background: rgb(186, 188, 190);
    border-radius: 2px;
    height: 4px;
    width: 40px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.owl-dot.active span {
    background-color: #f78e1e;
}

 .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
    flex-shrink: 0;
}


.row--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row--flex:before,
.row--flex:after {
    display: none;
}

.ratio_square {
    padding-top: 100%;
}

.ratio_16_9 {
    padding-top: 56.25%;
}

.ratio_6_4 {
    padding-top: 66.6666666667%;
}

.ratio_4_3 {
    padding-top: 75%;
}

.ratio_3_2 {
    padding-top: 66.6666666667%;
}

.social_icons {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social_icons--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social_icons li:not(:last-child) {
    margin-right: 26px;
}

.social_icons a {
    font-size: 26px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.social_icons a:hover {
    color: #efeff0;
}

.social_icons .fa {
    color: inherit;
}

.google_map {
    position: relative;
}

.google_map__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.google_map__map .gm-style > div:first-child{
    background-color: rgb(237,237,237);
}

.google_map__marker {
    display: none;
}

.global-portfolio-tabs-wrap {
    margin-top: 20px;
}

.global-portfolio-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #babcbe;
}

.global-portfolio-tab {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0 25px;
    padding: 2px 4px 10px;
    color: rgba(0, 0, 0, .3);
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.global-portfolio-tab.is-active {
    color: rgba(0, 0, 0, .6);
    border-bottom: 2px solid #ef4135;
}

.global-portfolio-map {
    margin-top: 30px;
    margin-bottom: 30px;
}

.oo-map-wrap .global-portfolio-map {
    margin: 0;
}

#global_portfolio_map_offices {
    display: none;
    width: 100% !important;
}

#global_portfolio_map_offices #google_map_generic{
    width: 100%;
    height: 100%;
}

.oo-map-wrap #global_portfolio_map_offices {
    display: block;
}

.google_map--small {
    height: 500px;
}

.oo-map-wrap .google_map--small {
    height: 167px;
}

.map-bubble {
    padding: 20px 30px;
}

.map-bubble h1,
.map-bubble h2,
.map-bubble h3,
.map-bubble h4,
.map-bubble h5,
.map-bubble h6 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 33px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.map-bubble h1::after,
.map-bubble h2::after,
.map-bubble h3::after,
.map-bubble h4::after,
.map-bubble h5::after,
.map-bubble h6::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    left: 33px;
    margin-top: 5px;
    background: #FFF;
}

.map-bubble p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.map-bubble a {
    color: #fff;
    text-decoration: underline;
}

.map-bubble a:hover {
    color: #cccccc;
}

@media screen and (min-width: 48em) {
    .global-portfolio-tabs-wrap {
        margin-top: 40px;
    }
    
    .global-portfolio-map {
        margin-bottom: 50px;
    }
    
    .oo-map-wrap .global-portfolio-map {
        margin-bottom: 0;
    }
    
    .oo-map-wrap .google_map--small {
        height: 470px;
    }
    
    .map-bubble h1,
    .map-bubble h2,
    .map-bubble h3,
    .map-bubble h4,
    .map-bubble h5,
    .map-bubble h6 {
        font-size: 24px;
    }
}

.accordion-title {
    position: relative;
    z-index: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin: 0;
    font-size: 1.25rem;
    text-decoration: none;
    padding-left: 1.5rem;
    opacity: 1 !important;
}

.accordion-title::before {
    top: 20px;
}

.accordion-title::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: -9999px;
    bottom: 0;
    left: -9999px;
    background: #f2ece5;
}

.accordion-item {
    margin-bottom: 1px;
}

.accordion-item:not(:last-child) {
    margin-bottom: 0;
}

.accordion-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.fc_climate {
    padding-top: 75px;
}

@media print,
screen and (min-width: 48em) {
    .fc_climate {
        margin-bottom: 3rem;
    }
}

.fc_climate__buttons {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

@media screen and (max-width: 29.9375em) {
    .fc_climate .climate__body {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.fc_columns {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.fc_columns.decoration_vertical {
    padding-top: 0;
}

.fc_columns__heading {
    margin-bottom: 1.5rem;
}

.fc_columns__row>.columns,
.fc_columns__row>.column,
.fc_columns__row>.columns {
    margin-bottom: 2rem;
}

.fc_columns__row>.columns:last-child,
.fc_columns__row>.columns:nth-last-of-type(-n+2):not(:nth-child(even)),
.fc_columns__row>.column:last-child,
.fc_columns__row>.columns:last-child,
.fc_columns__row>.column:nth-last-of-type(-n+2):not(:nth-child(even)),
.fc_columns__row>.columns:nth-last-of-type(-n+2):not(:nth-child(even)) {
    margin-bottom: 0;
}

.fc_columns__row>.columns:last-child:nth-child(odd),
.fc_columns__row>.column:last-child:nth-child(odd),
.fc_columns__row>.columns:last-child:nth-child(odd) {
    width: 100%;
}

.fc_columns--black {
    background: #262324;
    color: #FFF;
}

.fc_columns--dark_grey {
    background: #717073;
    color: #FFF;
}

.fc_columns--red {
    background: #ED574E;
    color: #FFF;
}

.fc_columns--light_grey {
    background: #efeff0;
    color: #262324;
}

.fc_columns--warm_red {
    background: #f26531;
    color: #FFF;
}

.fc_columns--orange {
    background: #f78e1e;
    color: #FFF;
}

.fc_columns--green {
    background: #93b14e;
    color: #FFF;
}

.fc_columns--yellow {
    background: #ffc425;
    color: #FFF;
}

.fc_columns--blue {
    background: #6EAFB3;
    color: #FFF;
}

.fc_contact {
    position: relative;
    margin-bottom: 3rem;
}

.fc_contact a {
    /*text-decoration: none;*/
}

.fc_contact__title {
    margin-bottom: 1rem;
    margin-top: 0;
    text-align: center;
}

.fc_contact__bottom {
    margin-top: 3rem;
    max-width: 800px !important;
}

@media screen and (max-width: 29.9375em) {
    .fc_contact__form {
        margin-top: 1rem;
    }
}

.fc_contact__form .gfield_label {
    display: none;
}

.fc_contact__form .gfield {
    margin-bottom: 0.75em;
}

.fc_contact__form textarea {
    border-left: none;
    border-right: none;
    border-top: none;
}

.fc_download_cards {
    margin-bottom: 10px;
}

@media print,
screen and (min-width: 48em) {
    .fc_download_cards {
        margin-bottom: 3rem;
    }
}

.fc_download_cards__title {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.fc_download_cards__row {
    margin-top: 1.5rem;
}

.fc_download_list {
    overflow: hidden;
    background: #f2ece5;
}

.fc_download_list__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fc_download_list__row>* {
    float: none;
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .fc_download_list__row>* {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.fc_download_list__row:before,
.fc_download_list__row:after {
    display: none;
}

.fc_download_list__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fc_download_list__content {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media print,
screen and (min-width: 48em) {
    .fc_download_list__content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .fc_download_list__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fc_download_list__content--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #93b14e;
    color: #FFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.fc_download_list__content--right:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 9999px;
    height: 100%;
    background: #93b14e;
    z-index: -1;
    left: -50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media print,
screen and (min-width: 48em) {
    .fc_download_list__content--right:after {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@media print,
screen and (min-width: 48em) {
    .fc_download_list__content_heading {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.fc_download_list__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    counter-reset: base_list;
}

@media screen and (max-width: 29.9375em) {
    .fc_download_list__list {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.fc_download_list__list li a:before,
.fc_download_list__list li button:before {
    counter-increment: base_list;
    content: counter(base_list);
}

.fc_download_list__list ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    counter-reset: nested_list;
}

.fc_download_list__list ol li a:before,
.fc_download_list__list ol li button:before {
    counter-increment: nested_list;
    content: counter(nested_list);
}

.fc_download_list__item {
    display: block;
    padding: 0.5rem 1rem 0.5rem 3rem;
    width: 100%;
    text-decoration: none;
    border: none;
    text-align: left;
    color: #FFF;
    background: #93b14e;
    -webkit-transition: background 0.3s ease-in-out 0s;
    -o-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s;
    position: relative;
}

.fc_download_list__item:hover {
    background: #677c37;
}

.fc_download_list__item:before {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.fc_download_list__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(38, 35, 36, 0.7);
    padding-top: 3rem;
    padding-bottom: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fc_download_list__modal ol {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%;
    background: #FFF;
    overflow: hidden;
    border-radius: 3px;
}

.fc_download_list__modal.active {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fc_dual_carousel {
    margin-bottom: 10px;
}

@media print,
screen and (min-width: 48em) {
    .fc_dual_carousel {
        margin-bottom: 3rem;
    }
}

.fc_dual_carousel__carousels {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}

@media print,
screen and (min-width: 48em) {
    .fc_dual_carousel__carousels {
        margin-top: 3rem;
    }
}

@media print,
screen and (min-width: 48em) {
    .fc_dual_carousel__media_carousel {
        float: right;
        position: relative;
        width: 75%;
    }
}

@media print,
screen and (min-width: 64em) {
    .fc_dual_carousel__media_carousel {
        width: 790px;
    }
}

.fc_dual_carousel__content_carousel {
    background: #efeff0;
}

.fc_dual_carousel__content_carousel .fc_dual_carousel__slide {
    overflow: hidden;
    padding: 1rem;
}

@media print,
screen and (min-width: 48em) {
    .fc_dual_carousel__content_carousel .fc_dual_carousel__slide {
        padding: 2rem;
    }
}

.fc_dual_carousel__content_carousel .owl-nav {
    position: absolute;
    left: 2rem;
    top: 100%;
    margin-top: 1rem;
    display: none !important;
}

@media print,
screen and (min-width: 48em) {
    .fc_dual_carousel__content_carousel .owl-nav {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.ie11 .fc_dual_carousel__content_carousel .owl-nav {
    position: relative;
    right: auto;
    bottom: auto;
    margin-right: 0;
}

.fc_dual_carousel__content_carousel .owl-dots {
    padding-bottom: 1rem;
}

@media print,
screen and (min-width: 48em) {
    .fc_dual_carousel__content_carousel .owl-dots {
        display: none !important;
    }
}

.fc_dual_carousel__content_carousel .owl-dot span {
    border-color: currentColor;
}

.fc_dual_carousel__content_carousel .owl-dot.active span {
    background-color: currentColor;
}

@media print,
screen and (min-width: 48em) {
    .fc_dual_carousel__content_carousel {
        position: absolute;
        top: 2rem;
        width: 50%;
        left: 0;
    }
}

@media print,
screen and (min-width: 64em) {
    .fc_dual_carousel__content_carousel {
        width: 490px;
    }
}

.fc_dual_carousel__content_carousel--black {
    background: #262324;
    color: #FFF;
}

.fc_dual_carousel__content_carousel--red {
    background: #ED574E;
    color: #FFF;
}

.fc_dual_carousel__content_carousel--light_grey {
    background: #efeff0;
    color: #262324;
}

.fc_dual_carousel__content_carousel--warm_red {
    background: #f26531;
    color: #FFF;
}

.fc_dual_carousel__content_carousel--orange {
    background: #f78e1e;
    color: #FFF;
}

.fc_dual_carousel__content_carousel--green {
    background: #93b14e;
    color: #FFF;
}

.fc_dual_carousel__content_carousel--yellow {
    background: #ffc425;
    color: #FFF;
}

.fc_dual_carousel__content_carousel--blue {
    background: #6EAFB3;
    color: #FFF;
}

.fc_dual_carousel__slide_image {
    padding-top: 59%;
}

.fc_dual_carousel__slide_heading {
    margin-bottom: 1rem;
}

.fc_dual_carousel__slide_heading:after {
    content: '';
    display: block;
    width: 6rem;
    height: 2px;
    background: currentColor;
    margin-top: 0.5rem;
}

.fc_box_image_content {
    z-index: 1;
}

@media print,
screen and (min-width: 48em) {
    .fc_box_image_content {
        padding-bottom: 3.5rem;
    }
}

.fc_box_image_content__heading {
    margin-top: 0;
}

.fc_box_image_content__top {
    padding-top: 2.5rem;
    margin-top: 2rem;
    position: relative;
}

.fc_box_image_content__top--black {
    background: #262324;
}

.fc_box_image_content__top--dark_grey {
    background: #717073;
}

.fc_box_image_content__top--light_grey {
    background: #efeff0;
}

.fc_box_image_content__top--mushroom_grey {
    background: #f2ece5;
}

.fc_box_image_content__top--red {
    background: #ef4135;
}

.fc_box_image_content__top--warm_red {
    background: #f26531;
}

.fc_box_image_content__top--orange {
    background: #f78e1e;
}

.fc_box_image_content__top--green {
    background: #93b14e;
}

.fc_box_image_content__top--yellow {
    background: #ffc425;
}

.fc_box_image_content__top--blue {
    background: #6EAFB3;
}

.fc_box_image_content__image {
    margin-bottom: 2rem;
}

.fc_box_image_content__image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.fc_box_image_content__image svg {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.fc_box_image_content__image svg+img {
    display: none !important;
}

html.ie10 .fc_box_image_content__image svg,
html.ie11 .fc_box_image_content__image svg {
    display: none;
}

html.ie10 .fc_box_image_content__image svg+img,
html.ie11 .fc_box_image_content__image svg+img {
    display: block !important;
}

@media print,
screen and (min-width: 48em) {
    .fc_box_image_content__image--mobile {
        display: none;
    }
}

.fc_box_image_content__image--desktop {
    display: none;
}

@media print,
screen and (min-width: 48em) {
    .fc_box_image_content__image--desktop {
        display: block;
    }
}

.fc_box_image_content__grey_box_top {
    background-color: #efeff0;
    padding: 20px 10px;
}

@media print,
screen and (min-width: 48em) {
    .fc_box_image_content__grey_box_top {
        padding: 1.5rem 3rem;
    }
}

.fc_box_image_content__grey_box_heading:after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    height: 2px;
    width: 3rem;
    background-color: #f78e1e;
}

.fc_box_image_content__grey_box_content {
    background: #717073;
    color: #FFF;
    padding: 20px 10px;
}

@media print,
screen and (min-width: 48em) {
    .fc_box_image_content__grey_box_content {
        padding: 2rem 3rem;
    }
}

.opaque_section {
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}

.opaque_section.opaque {
    opacity: 0.3;
}

.fc_fade_carousel {
    position: relative;
    z-index: 1;
    background: #f2ece5;
}

@media print,
screen and (min-width: 48em) {
    .fc_fade_carousel__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.fc_fade_carousel__images {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    z-index: 1;
}

@media print,
screen and (min-width: 48em) {
    .fc_fade_carousel__images {
        margin-top: -15px;
        margin-bottom: -15px;
        margin-left: -100px;
        margin-right: 1rem;
        -webkit-box-shadow: 4px 3px 50px 6px rgba(0, 0, 0, 0.35);
        box-shadow: 4px 3px 50px 6px rgba(0, 0, 0, 0.35);
        border-radius: 3px;
        overflow: hidden;
    }
}

.fc_fade_carousel__image {
    padding-top: 55%;
}

@media print,
screen and (min-width: 48em) {
    .fc_fade_carousel__image {
        padding-top: 85%;
    }
}

.fc_fade_carousel__contents {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media print,
screen and (min-width: 48em) {
    .fc_fade_carousel__contents {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media screen and (min-width: 64em) {
    .fc_fade_carousel__contents {
        padding-left: 1rem;
    }
}

.fc_fade_carousel__contents_carousel {
    margin-top: auto;
}

.fc_fade_carousel__links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media print,
screen and (min-width: 48em) {
    .fc_fade_carousel .owl-nav {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.fc_latest_news {
    padding: 50px 0;
}

.fc_latest_news_v2 .card__image{
    overflow: hidden;
}
.fc_latest_news_v2 .card__image:after{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: red;
    opacity: 0;
    transition: 400ms ease opacity;
}

.fc_latest_news_v2 .card__image img{
    transition: 600ms ease transform;
}

.fc_latest_news_v2 .card:hover .card__image img{
    transform: scale(1.1);
}
.fc_latest_news_v2 .card:hover .card__image:after{
    opacity: 0.05;
}

.fc_latest_news__more {
}

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

.fc_latest_news_v2 .button{
    margin-top: 60px;
}

.fc_latest_news_v2 .read-more{
    position: relative;
    top: 0;
    left: 0;
    margin-top: auto;
}

.fc_latest_news_v2 .card__image{
    position: absolute;
    width: calc(100% - (0.55rem * 2));
}

.fc_latest_news_v2 .card__content{
    padding-top: calc( 66.6666666667% + 25px );
}

.layout-default {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.layout-light-grey {
    background: #efeff0;
}

.layout_margin {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.layout_margin_bottom {
    margin-bottom: 3rem;
}

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

.fc_media_list .media-object:not(:last-child) {
    margin-bottom: 2em;
}

.fc_media_list .thumbnail {
    width: 300px;
}

.fc_media_list .thumbnail img {
    max-width: 100%;
}

.fc_media_and_content {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content {
        padding-top: 1rem;
        text-align: center;
    }
}

@media print,
screen and (min-width: 48em) {
    .fc_media_and_content {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .fc_media_and_content__heading_column,
    .fc_media_and_content__content_column {
        position: relative;
    }
    .fc_media_and_content__heading_column:before,
    .fc_media_and_content__content_column:before {
        content: '';
        background-color: #efeff0;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        left: auto;
        right: -90%;
        width: 9999px;
    }
}

.fc_media_and_content__content_column {
    clear: left;
}

.fc_media_and_content__heading {
    margin-top: 0;
    margin-bottom: 0;
}

@media print,
screen and (min-width: 48em) {
    .fc_media_and_content__heading {
        width: 160%;
        padding-top: 4rem;
    }
}

.fc_media_and_content__heading:after {
    content: '';
    display: block;
    width: 6rem;
    height: 2px;
    background: currentColor;
    margin-top: 0.5rem;
}

@media print,
screen and (min-width: 48em) {
    .fc_media_and_content__heading:after {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content__heading:after {
        margin-left: auto;
        margin-right: auto;
    }
}

.fc_media_and_content__content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media print,
screen and (min-width: 48em) {
    .fc_media_and_content__content {
        padding-top: 2rem;
        padding-bottom: 4rem;
        margin-right: 2rem;
    }
}

@media print,
screen and (min-width: 48em) {
    .fc_media_and_content__content *:last-child a:only-child {
        display: inline-block;
        margin-top: 1.5rem;
        font-size: 100%;
        text-decoration: none;
    }
    .fc_media_and_content__content *:last-child a:only-child:after {
        content: '';
        display: none;
        width: 100%;
        height: 1px;
        background: currentColor;
    }
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content__media_wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media screen and (min-width: 75em) {
    .fc_media_and_content__media_wrapper {
        margin-right: -7.5vw;
    }
}

@media screen and (min-width: 87.5em) {
    .fc_media_and_content__media_wrapper {
        margin-right: -8vw;
    }
}

@media screen and (min-width: 100em) {
    .fc_media_and_content__media_wrapper {
        margin-right: -13vw;
    }
}

.fc_media_and_content__media {
    position: relative;
}

.fc_media_and_content__media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fc_media_and_content--black {
    color: #FFF;
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content--black {
        background: #262324;
    }
}

.fc_media_and_content--black .fc_media_and_content__heading_column:before,
.fc_media_and_content--black .fc_media_and_content__content_column:before {
    background: #262324;
}

.fc_media_and_content--dark_grey {
    color: #FFF;
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content--dark_grey {
        background: #717073;
    }
}

.fc_media_and_content--dark_grey .fc_media_and_content__heading_column:before,
.fc_media_and_content--dark_grey .fc_media_and_content__content_column:before {
    background: #717073;
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content--light_grey {
        background: #efeff0;
    }
}

.fc_media_and_content--light_grey .fc_media_and_content__heading_column:before,
.fc_media_and_content--light_grey .fc_media_and_content__content_column:before {
    background: #efeff0;
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content--mushroom_grey {
        background: #f2ece5;
    }
}

.fc_media_and_content--mushroom_grey .fc_media_and_content__heading_column:before,
.fc_media_and_content--mushroom_grey .fc_media_and_content__content_column:before {
    background: #f2ece5;
}

.fc_media_and_content--red {
    color: #FFF;
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content--red {
        background: #ef4135;
    }
}

.fc_media_and_content--red .fc_media_and_content__heading_column:before,
.fc_media_and_content--red .fc_media_and_content__content_column:before {
    background: #ef4135;
}

.fc_media_and_content--warm_red {
    color: #FFF;
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content--warm_red {
        background: #f26531;
    }
}

.fc_media_and_content--warm_red .fc_media_and_content__heading_column:before,
.fc_media_and_content--warm_red .fc_media_and_content__content_column:before {
    background: #f26531;
}

.fc_media_and_content--orange {
    color: #FFF;
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content--orange {
        background: #f78e1e;
    }
}

.fc_media_and_content--orange .fc_media_and_content__heading_column:before,
.fc_media_and_content--orange .fc_media_and_content__content_column:before {
    background: #f78e1e;
}

.fc_media_and_content--green {
    color: #FFF;
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content--green {
        background: #93b14e;
    }
}

.fc_media_and_content--green .fc_media_and_content__heading_column:before,
.fc_media_and_content--green .fc_media_and_content__content_column:before {
    background: #93b14e;
}

.fc_media_and_content--yellow {
    color: #FFF;
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content--yellow {
        background: #ffc425;
    }
}

.fc_media_and_content--yellow .fc_media_and_content__heading_column:before,
.fc_media_and_content--yellow .fc_media_and_content__content_column:before {
    background: #ffc425;
}

.fc_media_and_content--blue {
    color: #FFF;
}

@media screen and (max-width: 47.9375em) {
    .fc_media_and_content--blue {
        background: #6EAFB3;
    }
}

.fc_media_and_content--blue .fc_media_and_content__heading_column:before,
.fc_media_and_content--blue .fc_media_and_content__content_column:before {
    background: #6EAFB3;
}

.fc_media_and_content__heading--consumer {
    width: 100%;
}

.fc_media_and_content--consumer {
    margin-bottom: 0;
    padding-bottom: 0;
}

.designers-choice__figure {
    margin: 0;
}

.designers-choice__figure {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.disigner-choice__link,
.ikea__link {
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #f78e1e;
}

.disigner-choice__link:hover,
.ikea__link:hover {
    color: #f78e1e;
}

.fc_newsletters {
    background: #93b14e;
    padding-bottom: 3rem;
}

.fc_newsletters__top {
    color: #FFF;
}

.fc_hero {
    position: relative;
    overflow: hidden;
}

.fc_hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
}

@media print,
screen and (min-width: 64em) {
    .fc_hero__inner {
        min-height: 800px;
    }
}

.fc_hero__heading {
    margin-top: 0;
    margin-bottom: 0;
}

.fc_hero__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.fc_hero__image--mobile {
    display: block;
}

@media print,
screen and (min-width: 48em) {
    .fc_hero__image--mobile {
        display: none;
    }
}

.fc_hero__image--desktop {
    display: none;
}

@media print,
screen and (min-width: 48em) {
    .fc_hero__image--desktop {
        display: block;
    }
}

.fc_hero__image--darken:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.fc_hero__content {
    margin-top: 2.25rem;
}

.fc_hero__buttons {
    margin-top: 2.25rem;
}

.fc_hero--white {
    color: #FFF;
}

.fc_hero--black {
    color: #262324;
}

.fc_overlay_and_carousel {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media print,
screen and (min-width: 48em) {
    .fc_overlay_and_carousel {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
}

.fc_overlay_and_carousel__title:not(:last-child) {
    margin-bottom: 1rem;
}

.fc_overlay_and_carousel__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fc_overlay_and_carousel__slides:not(:first-child) {
    margin-top: 2rem;
}

.fc_overlay_and_carousel__slides:not(:last-child) {
    margin-bottom: 4rem;
}

.fc_overlay_and_carousel__slide--numbered:before {
    content: attr(data-index);
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border: 3px solid currentColor;
    display: block;
    margin: 0 auto 1.5rem;
}

.ie11 .fc_overlay_and_carousel__slide--numbered:before {
    font-size: 2rem;
    line-height: inherit;
    padding-top: 7px;
}

.fc_overlay_and_carousel__content {
    margin-top: 1rem;
}

.fc_overlay_and_carousel--carousel {
    padding-bottom: 4.5rem;
}

.fc_overlay_and_carousel--tall {
    min-height: 800px;
}

.fc_overlay_and_carousel--gap {
    margin-bottom: 3rem;
}

.fc_overlay_and_carousel.decoration_vertical {
    padding-top: 0;
}

.fc_overlay_and_carousel--image {
    background: #262324;
}

.fc_overlay_and_carousel--color-white {
    color: #FFF;
}

.fc_overlay_and_carousel--color-black {
    color: #262324;
}

.fc_overlay_and_carousel--black {
    background: #262324;
}

.fc_overlay_and_carousel--red {
    background: #ED574E;
}

.fc_overlay_and_carousel--light_grey {
    background: #efeff0;
}

.fc_overlay_and_carousel--mid_grey {
    background: #babcbe;
}

.fc_overlay_and_carousel--warm_red {
    background: #f26531;
}

.fc_overlay_and_carousel--orange {
    background: #f78e1e;
}

.fc_overlay_and_carousel--green {
    background: #93b14e;
}

.fc_overlay_and_carousel--yellow {
    background: #ffc425;
}

.fc_overlay_and_carousel--blue {
    background: #6EAFB3;
}

.fc_overlay_and_carousel .owl-dots {
    margin-top: 2rem;
}

.fc_partners {
    padding-top: 35px;
    padding-bottom: 30px;
}

.fc_partners .home-section__title,
.fc_partners .home-section__description {
    margin: 0 auto;
    text-align: center;
}

.fc_partners .home-section__title {
    max-width: 400px;
    margin-bottom: 24px;
    color: #f26531;
    font-family: "Avenir-Book", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    line-height: 1.6;
}

.fc_partners .home-section__description {
    max-width: 620px;
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    line-height: 23px;
}

.fc_partners .home-section__description p {
    margin: 0;
}

.fc_partners .cta {
    margin-top: 30px;
}

.fc_partners__carousel {
    margin-top: 24px;
}

.fc_partners__carousel .column {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.fc_partners__carousel .column:not(:last-child) {
    margin-bottom: 20px;
}

.fc_partners__carousel .card__content,
.fc_team_members .card__content ,
.fc_cards .card__content {
    padding: 16px 22px;
    background: #fff;
}

.fc_partners__carousel .card__content .decoration_horizontal,
.fc_team_members .card__content .decoration_horizontal ,
.fc_cards .card__content .decoration_horizontal {
    margin-bottom: 12px;
    color: #262324;
    font-size: 20px;
    font-family: "Avenir-Book", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    text-align: center;
    letter-spacing: 0.1px;
    line-height: 26px;
}

.fc_partners__carousel .card__content .decoration_horizontal:after,
.fc_team_members .card__content .decoration_horizontal:after ,
.fc_cards .card__content .decoration_horizontal:after {
    display: none;
}

.fc_partners__carousel .card__content .small,
.fc_team_members .card__content .small ,
.fc_cards .card__content .small {
    margin: 0;
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    text-align: center;
    line-height: 23px;
}

@media print,
screen and (min-width: 48em) {
    .fc_partners {
        padding-top: 50px;
    }
    
    .fc_partners__carousel {
        margin-top: 34px;
    }
    
    .fc_partners__carousel .column:not(:last-child) {
        margin-bottom: 0;
    }
    
    .fc_partners__carousel .card__content,
    .fc_team_members .card__content ,
    .fc_cards .card__content {
        padding: 30px 22px;
        margin-bottom: 0;
    }
    
    .fc_partners__carousel .card__content .decoration_horizontal,
    .fc_team_members .card__content .decoration_horizontal ,
    .fc_cards .card__content .decoration_horizontal {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 26px;
    }
    
    .fc_partners__carousel .card__content .small,
    .fc_team_members .card__content .small ,
    .fc_cards .card__content .small {
        font-size: 18px;
        line-height: 25px;
    }
}

.fc_separator {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.fc_separator .decoration_vertical:before,
.fc_separator .decoration_vertical:after,
.fc_separator .decoration_horiztonal:before,
.fc_separator .decoration_horiztonal:after {
    margin-top: 0;
    margin-bottom: 0;
}

.fc_social {
    padding-bottom: 3rem;
}

.fc_social__top {
    margin-bottom: 2rem;
}

.fc_social__heading {
    margin-bottom: 1.5rem;
}

.fc_team_members {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.fc_team_members .card__content{
    max-width: 220px;
}

@media print,
screen and (min-width: 48em) {
    .fc_team_members {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
}

.fc_team_members.decoration_vertical {
    padding-top: 0;
}

.fc_team_members__top {
    margin-bottom: 3rem;
}

.fc_team_members__bottom {
    margin-top: 3rem;
}

.fc_team_members__button {
    border: none;
    background: none;
    text-align: inherit;
    padding: 0;
    color: #262324;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

.fc_team_members__button:hover {
    color: #f78e1e;
}

.fc_team_members__name {
    color: #262324;
    font-family: "Avenir-Book", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    text-align: center;
    letter-spacing: 0.1px;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
    display: block;
}

.fc_team_members__small_image {
    width: 100%;
    max-width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.fc_team_members__small_image .ratio_square{
    min-width: 80px;
}

.fc_team_members__image {
    margin-bottom: 1rem;
}

.fc_team_members__position {
    display: block;
    font-size: 80%;
    margin-top: 0;
    text-align: center;
    color: rgb(100, 100, 100);
    font-family: Avenir-Roman;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
}

.fc_team_members__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    opacity: 0;
    z-index: 9999;
    transition: opacity 300ms ease;
}

@media (min-width: 768px) {
    .fc_team_members__overlay {
        overflow: hidden;
    }
}

.fc_team_members__overlay.active {
    display: block;
}
.fc_team_members__overlay.visible {
    opacity: 1;
}

@media (min-height: 700px) and (min-width: 768px) {
    .fc_team_members__overlay.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-height: 700px) and (min-width: 768px) {
    .fc_team_members__carousel .owl-stage {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.fc_team_members__carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    color: #FFF;
}

@media (max-width: 767px) {
    .fc_team_members__carousel .owl-nav {
        display: none !important;
    }
}

.fc_team_members__carousel .owl-nav>* {
    pointer-events: all;
}
.fc_team_members__slide{
    margin: 0 auto;
}
.fc_team_members__slide_inner {
    background: #FFF;
    position: relative;
    border: 1px solid #717073;
    margin-top: 3rem;
    padding: 1rem;
}

@media (min-width: 768px) {
    .fc_team_members__slide_inner {
        margin-top: auto;
        margin-bottom: auto;
        margin: 1rem;
        padding: 3rem;
        -webkit-box-shadow: 4px 3px 50px 6px rgba(0, 0, 0, 0.35);
        box-shadow: 4px 3px 50px 6px rgba(0, 0, 0, 0.35);
    }
}

.fc_team_members__slide_close {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    overflow: hidden;
    width: 1rem;
    height: 1rem;
    top: 1rem;
    right: 1rem;
}

@media (min-width: 768px) {
    .fc_team_members__slide_close {
    }
}

@media (max-width: 768px) {
    .fc_team_members .owl-dots{
        display: none;
    }
}


.fc_team_members__slide_close:before,
.fc_team_members__slide_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 2px;
    background: rgb(151,151,151);
    -webkit-transition: background 0.3s ease-in-out 0s;
    -o-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s;
}

.fc_team_members__slide_close:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.fc_team_members__slide_close:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.fc_team_members__slide_close:hover:before,
.fc_team_members__slide_close:hover:after {
    background: #f78e1e;
}

.fc_related_posts__title {
    margin-bottom: 2.5rem;
}

.fc_related_posts__footer {
    margin-top: 2.5rem;
}

.fw_testimonials {
    background: #f26531;
    color: #FFF;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.fw_testimonials .owl-dot span {
    border-color: #FFF;
}

.fw_testimonials .owl-dot.active span {
    background-color: #FFF;
}

.fc_wysiwyg {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media print,
screen and (min-width: 48em) {
    .fc_wysiwyg {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }
}

.fc_wysiwyg--padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media print,
screen and (min-width: 48em) {
    .fc_wysiwyg--padding {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.fc_wysiwyg--black {
    background: #262324;
    color: #FFF;
}

.fc_wysiwyg--red {
    background: #ef4135;
    color: #FFF;
}

.fc_wysiwyg--warm_red {
    background: #f26531;
}

.fc_wysiwyg--orange {
    background: #f78e1e;
}

.fc_wysiwyg--green {
    background: #93b14e;
}

.fc_wysiwyg--yellow {
    background: #ffc425;
}

.fc_video {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fc_video .section-title {
    margin-bottom: 30px;
}

.fc_video .section-description {
    margin-bottom: 30px;
}

@media print, screen and (min-width: 48em) {
    .fc_video {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 768px) {
    .fc_video__container{
        padding-left: 0.55rem;
        padding-right: 0.55rem;
    }
}

.fc_video__title {
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.fc_video__container {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
}

@media screen and (max-width: 29.9375em) {
    .fc_video__container {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.fc_video__video {
    position: relative;
}

.fc_video__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fc_video__overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.25) 0%, rgba(38, 35, 36, 0.5) 100%);
}

@media print,
screen and (min-width: 64em) {
    .fc_video__overlay {
        display: block;
    }
}

.fc_video__overlay_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fc_video__overlay_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 1;
}

.fc_video__overlay_content .play_button {
    background: transparent;
    border: none;
    position: relative;
    width: 80px;
    height: 80px;
}

.fc_video__overlay_content .play_button:before,
.fc_video__overlay_content .play_button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
    display: block;
}

.fc_video__overlay_content .play_button:before {
    width: 50%;
    height: 50%;
    background-image: url(../img/triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateX(-40%) translateY(-50%);
    -ms-transform: translateX(-40%) translateY(-50%);
    -o-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    z-index: 2;
}

.fc_video__overlay_content .play_button:after {
    border-radius: 50%;
    background: #090d0f;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fc_video__overlay_content .play_button:hover:before {
    -webkit-transform: translateX(-40%) translateY(-50%) scale(1.3);
    -ms-transform: translateX(-40%) translateY(-50%) scale(1.3);
    -o-transform: translateX(-40%) translateY(-50%) scale(1.3);
    transform: translateX(-40%) translateY(-50%) scale(1.3);
}

.fc_video__overlay_content .play_button:hover:after {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
}

.alignnone:not(:only-child) {
    margin: 0.25em 1em 1em 0;
}

.alignright {
    float: right;
    margin: 0.25em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0.25em 1em 1em 0;
}

.aligncenter {
    display: block;
    margin: 0 0.25em;
}

img.aligncenter{
    margin: 0 auto;
}

.wp-caption {
    width: auto;
    max-width: 100%;
}

.wp-caption-text {
    background: #efeff0;
    padding: 0.5em;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.5em;
    line-height: normal;
    padding: 10.5em 23px 14px;
    text-decoration: none;
    top: 0.5em;
    width: auto;
    z-index: 100000;
}

.tablepress.tablepress {
    background: #efeff0;
}

.tablepress.tablepress tfoot th,
.tablepress.tablepress thead th {
    background: #ef4135;
    color: #FFF;
}

.section__heading {
    margin-bottom: 1.2rem;
    font-size: 1.3rem !important;
    color: #f26531;
}

.section--pt {
    padding-top: 4rem;
}

.section--pb {
    padding-bottom: 4rem;
}

.section {
    padding-top: 40px;
}

.section-title,
.section-description {
    max-width: 620px;
    margin: 0 auto;
}

.section-title {
    color: #f26531;
    font-size: 23px;
    font-family: Avenir-Book;
    text-align: center;
    line-height: 25px;
    margin-bottom: 30px;
}

.section-description {
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    text-align: center;
    line-height: 23px;
}

@media screen and (min-width: 48em) {
    .section {
        padding-top: 50px;
    }
    
    .section-title {
        font-size: 26px;
        line-height: 27px;
    }
    
    .section-description {
        font-size: 18px;
        line-height: 25px;
    }
}

.list_replacement ul:not([class]),
.list_replacement ol:not([class]) {
    list-style: none;
    padding-left: 0;
}

.list_replacement ul:not([class]) li,
.list_replacement ol:not([class]) li {
    position: relative;
    padding-left: 1.25em;
}

.list_replacement ul:not([class]) li:before,
.list_replacement ol:not([class]) li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.list_replacement ul:not([class]) li:before {
    width: 0.5em;
    height: 0.5em;
    top: 0.4em;
    border-radius: 50%;
    border: 1px solid #ffc425;
    display: block;
}

.list_replacement ul:not([class]) li ul:not([class]) li:before {
    top: 0;
    border: none;
    display: block;
    content: "–";
    color: #ffc425;
}

.list_replacement ol:not([class]) {
    counter-reset: list_counter;
}

.list_replacement ol:not([class]) li:before {
    content: counter(list_counter) ".";
    counter-increment: list_counter;
    font-weight: bold;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?o2p6yp");
    src: url("../fonts/icomoon.eot?o2p6yp#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?o2p6yp") format("truetype"), url("../icomoon.woff?o2p6yp") format("woff"), url("../icomoon.svg?o2p6yp#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.page-template-default .fc_overlay_and_carousel {
    margin-bottom: 3rem;
}

@media print {
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.row {
    max-width: 1040px;
}

/*# sourceMappingURL=theme-style.css.map */

.image-description-cta {
    height: auto;
    margin-top: 30px;
    background: #717073;
}

.idc-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.idc-desc-cta-wrap {
    padding: 36px 10px;
}

.idc-title {
    margin-bottom: 16px;
    color: #fff;
    font-family: Avenir-Book;
    font-size: 26px;
    line-height: 27px;
}

.idc-desc {
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

@media screen and (min-width: 48em) {
    .image-description-cta {
        height: 350px;
        margin-top: 50px;
        max-width: 2800px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .idc-image {
        float: left;
        width: 40%;
    }
    
    .idc-image img {
        height: 350px;
    }
    
    .idc-desc-cta-wrap {
        position: relative;
        float: left;
        width: 60%;
        height: 100%;
        padding: 60px 80px;

        max-width: 900px;
    }
    
    .idc-desc-cta-wrap:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .idc-title {
        margin-bottom: 24px;
    }
    
    .idc-desc {
        margin-bottom: 0;
        font-size: 18px;
    }
    
    .idc-cta {
        position: absolute;
        left: 80px;
        bottom: 60px;
    }
}

@media screen and (max-width: 768px){
    .idc-title{
        font-size: 20px;
        line-height: 30px;
    }
}

.title-content-image-wrap {
    margin-top: 30px;
    color: #262324;
}

.title-content-image-wrap .row.reverse-order {
    display: flex;
    flex-direction: column-reverse;
}

.title-content-image-wrap .row.reverse-order .column {
    margin-top: 0 !important;
}

.title-content-image-wrap .row.reverse-order .content-col {
    margin-top: 20px !important;
}

.title-content-image-wrap .block-title {
    font-size: 20px;
    font-family: Avenir-Book;
    letter-spacing: 0.1px;
    line-height: 26px;
}

.title-content-image-wrap .block-content,
.title-content-image-wrap .showmore-content {
    color: rgba(38, 35, 36, .7);
    font-size: 16px;
    font-family: Avenir-Roman;
    line-height: 25px;
}

.title-content-image-wrap .block-content {
    position: relative;
}

.title-content-image-wrap .showmore-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(-180deg, rgba(251, 251, 251, 0.41) 0%, rgb(251, 251, 251) 100%);
}

.title-content-image-wrap .content-col.is-expanded .showmore-overlay {
    display: none;
}

.title-content-image-wrap .showmore-content {
    display: none;
    margin-bottom: 25px;
}

.title-content-image-wrap .content-col.is-expanded .showmore-content {
    display: block;
}

.title-content-image-wrap .show-more {
    padding-right: 20px;
    color: #ef4135;
    font-size: 18px;
    font-family: Avenir-Book;
    letter-spacing: -0.23px;
    line-height: 21px;
    text-decoration: none;
    background: url('../img/arrow-down-orange.svg') no-repeat center right;
}

.title-content-image-wrap .content-col.is-expanded .show-more {
    background-image: url('../img/arrow-up-orange.svg')
}

.title-content-image-wrap .show-more .collapsed {
    display: inline-block;
}

.title-content-image-wrap .show-more .expanded {
    display: none;
}

.title-content-image-wrap .content-col.is-expanded .show-more .collapsed {
    display: none;
}

.title-content-image-wrap .content-col.is-expanded .show-more .expanded {
    display: inline-block;
}

@media screen and (min-width: 48em) {
    .title-content-image-wrap {
        margin-top: 50px;
    }
    
    .title-content-image-wrap .row.reverse-order {
        display: block;
        flex-direction: row;
    }
    
    .title-content-image-wrap .row.reverse-order .column {
        margin-top: 20px !important;
    }

    .title-content-image-wrap .row.reverse-order .content-col {
        margin-top: 0 !important;
    }
    
    .title-content-image-wrap .content-left {
        padding-right: 81.25px;
    }
    
    .title-content-image-wrap .content-right {
        padding-left: 81.25px;
    }
    
    .title-content-image-wrap .image-c img {
        height: 333px;
        object-fit: cover;
    }
    
    .title-content-image-wrap .block-title {
        font-size: 22px;
    }
    
    .title-content-image-wrap .block-content,
    .title-content-image-wrap .showmore-content {
        font-size: 18px;
    }

    .fc_content_and_news__content p:not(.section-title), ul{
        font-size: 18px;
    }
}

.our-offices-wrap,
.bg-lighter-grey {
    background: #fbfbfb;
}

.oo-content-wrap {
    padding-top: 30px;
}

.oo-content-wrap .gfield_select {
    max-width: 300px;
}

.our-offices-wrap label,
.oo-office-details {
    color: rgba(38, 35, 36, .7);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.oo-office-details {
    display: none;
}

.oo-office-details.is-selected {
    display: block;
}

@media screen and (max-width: 768px) {
    #oo-office{
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .oo-content-wrap,
    .oo-map-wrap {
        padding-top: 60px;
    }
    
    .our-offices-wrap label,
    .oo-office-details {
        font-size: 18px;
        line-height: 25px;
    }
}

.title-description .cta {
    margin-top: 20px;
}

@media screen and (min-width: 48em) {
    .title-description .cta {
        margin-top: 30px;
    }
}









.aspect-ratio-box-inside{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fc_image-grid-with-overlays{
    padding: 50px 0 90px 0;
}
.fc_image-grid-with-overlays__inner-wrapper{
    max-width: calc( 1040px - (10px * 2) - (0.55rem * 2) );
    margin: 0 auto;
}
.fc_content_and_news + .fc_image-grid-with-overlays .section-title{
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}
.fc_image-grid-with-overlays__items{
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}
.fc_image-grid-with-overlays__title{
    margin-bottom: 32px;
}
.fc_image-grid-with-overlays__subheading{
    font-size: 18px;
    font-family: Avenir-Roman;
    font-weight: normal;
    text-align: center;
    line-height: 25px;
    margin-bottom: 40px;
    color: rgb(100,100,100);
}
.fc_image-grid-with-overlays__item{
    flex-basis: calc((100% / var(--items-per-row)) - 20px);
    min-width: 220px;
    position: relative;
    margin: 10px;
    z-index: 1;
}
.fc_image-grid-with-overlays__item + .fc_image-grid-with-overlays__item{
}
.fc_image-grid-with-overlays__item .aspect-ratio-box{
    padding-top: calc( 307 / 220  * 100% );
}
[style*="--items-per-row: 3"] .fc_image-grid-with-overlays__item .aspect-ratio-box{
    padding-top: calc( 350 / 300  * 100% );
}
[style*="--items-per-row: 2"] .fc_image-grid-with-overlays__item .aspect-ratio-box{
    padding-top: calc( 350 / 350  * 100% );
}
.fc_image-grid-with-overlays__item .aspect-ratio-box-inside{
    padding: 12px;
    background: rgba(0,0,0,0.2);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 10%, rgba(255,255,255,0) 40%);
    display: flex;
    margin-top: auto;
    transition: background 1000ms ease;
}
.fc_image-grid-with-overlays__item:hover .aspect-ratio-box-inside{
    background: rgba(0,0,0,0.4);
}
.fc_image-grid-with-overlays__item__image{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    max-width: 999%;
    max-height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    top: 50%;
}
.fc_image-grid-with-overlays__item__content{
    transform: translateY(100%);    
    transition: all 1s ease;
    margin-top: auto;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}
.fc_image-grid-with-overlays__item__heading{
    color: rgb(239, 239, 240);
    font-size: 22px;
    font-family: Avenir-Book;
    font-weight: 300;
    letter-spacing: 0.1px;
    transition: all 1s ease;
    margin-bottom: 10px;
    transform: translateY(-100%);    
}
.fc_image-grid-with-overlays__item__text{
    color: rgb(239, 239, 240);
    font-size: 16px;
    font-family: Avenir-Roman;
    font-weight: normal;
    line-height: 25px;
    transition: all 1s ease;
}
.fc_image-grid-with-overlays__item:hover .fc_image-grid-with-overlays__item__content{
    transform: translateY(0%);    
}
.fc_image-grid-with-overlays__item:hover .fc_image-grid-with-overlays__item__heading{
    transform: translateY(0%);    
}
.fc_image-grid-with-overlays__item:hover .fc_image-grid-with-overlays__item__text{
    overflow-y: auto;
}
.fc_image-grid-with-overlays__quote{
    font-size: 22px;
    font-family: Avenir-Book;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1px;
    line-height: 28px;
    border-top: 1px solid rgb(186, 188, 190);
    border-bottom: 1px solid rgb(186, 188, 190);
    padding: 37px 40px;
    margin: 55px auto -40px auto;
}
.fc_image-grid-with-overlays__quote span{
    max-width: 620px;
    display: inline-block;
}

.fc_image-grid-with-overlays__image{
    margin-bottom: 50px;
    margin-top: 60px;
}
.fc_image-grid-with-overlays__image--mobile{
    display: none;
}
@media screen and (max-width: 768px) {
    .fc_image-grid-with-overlays{
        padding-bottom: 30px;
    }
    .fc_image-grid-with-overlays__image{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: 80%;
    }
    .fc_image-grid-with-overlays__image--desktop{
        display: none;
    }
    .fc_image-grid-with-overlays__image--mobile{
        display: block;
    }
    .fc_image-grid-with-overlays{
        padding-left: 10px;
        padding-right: 10px;
    }
    .fc_image-grid-with-overlays__item .aspect-ratio-box-inside{
        background: rgba(0,0,0,0.4);
    }
    .fc_image-grid-with-overlays__items{
        flex-wrap: nowrap;
        overflow-y: scroll;
        padding-left: 0;
        padding-right: 0;
    }
    .fc_image-grid-with-overlays__item__content{
        transform: translateY(0%);
        margin-top: 0;
    }
    .fc_image-grid-with-overlays__item__heading{
        font-size: 24px;
        font-weight: 300;
    }
    .fc_image-grid-with-overlays__item__text{
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
    }
}
@media screen and (max-width: 768px), (pointer: coarse){
    .fc_image-grid-with-overlays__items{
        --items-per-row: 0;
    }
    .fc_image-grid-with-overlays__item__heading,
    .fc_image-grid-with-overlays__item__text{
        position: static;
        top: 0;
        transform: translateY(0);
    }
    .fc_image-grid-with-overlays__item .aspect-ratio-box{
        padding-top: calc( 400 / 300 * 100% ) !important;
    }
}

.fc_our-model{
    padding: 50px 0;
}
.fc_our-model__title{

}
.fc_our-model__subheading{
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-family: Avenir-Roman;
    font-weight: normal;
    text-align: center;
    line-height: 25px;
    margin-bottom: 40px;
    color: rgb(100,100,100);
}
.fc_our-model__steps-stages-wrapper{
    display: grid;
    grid-template-columns: repeat(var(--steps-count), 1fr);
    grid-auto-rows: max-content;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 0.55rem;
}
.fc_our-model__steps{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.fc_our-model__step{
    /*flex-basis: 25%;*/
    border-top: 1px solid rgb(151,151,151);
    border-bottom: 1px solid rgb(151,151,151);
    border-right: 1px solid rgb(151,151,151);
    padding: 25px;
    background-color: #ffffff;
}
.fc_our-model__step:nth-child(1){
    border-left: 1px solid rgb(151,151,151);
}
.fc_our-model__step__image{
    margin: 0 auto;
    max-height: 80px;
    display: block;
    margin-bottom: 30px;
}
.fc_our-model__step__heading{
    color: rgb(38, 35, 36);
    font-family: Avenir-Book;
    font-size: 22px;
    font-weight: 300;
    height: 26px;
    letter-spacing: 0.1px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
}
.fc_our-model__step__text{
    color: rgb(38, 35, 36);
    opacity: 0.7;
    font-size: 18px;
    font-family: Avenir-Roman;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
}
.fc_our-model__stages{
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.fc_our-model__stage{
    --stage-start-offset: 1;
    --stage-span: 1;
    --stage-index: 1;
    margin-top: 10px;
    background-color: #979797;
    color: #ffffff;
    padding: 8px 10px;
    line-height: 1;
    grid-row-start: calc( var(--stage-index) + 1 );
    grid-row-end: calc( var(--stage-index) + 1 );
    grid-column-start: calc( 1 + var(--stage-start-offset)) ;
    grid-column-end: calc( 1 + var(--stage-start-offset) + var(--stage-span)) ;
}
.fc_our-model__stage__heading{
    font-size: 18px;
    font-family: Avenir-Roman;
    font-weight: normal;
    line-height: 25px;
}
@media screen and (max-width: 768px){
    .fc_our-model__steps-stages-wrapper{
        grid-template-columns: minmax(200px, 400px) max-content max-content;
        grid-template-rows: repeat(4, 1fr);
        justify-content: center;
    }
    .fc_our-model__step{
        grid-column-start: 1;
        grid-column-end: 1;
        border-top: none;
        border-right: 1px solid rgb(151,151,151);
        border-bottom: 1px solid rgb(151,151,151);
        border-left: 1px solid rgb(151,151,151);
    }
    .fc_our-model__step:nth-child(1){
        border-top: 1px solid rgb(151,151,151);
    }
    .fc_our-model__stage{
        grid-row-start: calc( 1 + var(--stage-start-offset)) ;
        grid-row-end: calc( 1 + var(--stage-start-offset) + var(--stage-span)) ;
        grid-column-start: calc( var(--stage-index) + 1 );
        grid-column-end: calc( var(--stage-index) + 1 );
        writing-mode: tb-rl; /* this is technically depreciated, so overwrite with the version below for broswers that support it */
        writing-mode: vertical-rl;
        margin-top: 0;
        margin-left: 10px;
    }
    .fc_our-model__step__text{
        font-size: 16px;
    }


}

.title-description{
    padding: 50px 0;
}

.fc_cards{
    padding: 50px 0;
}

.fc_cards--square-grid .card_row{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    float: none;
    margin: 30px auto 0 auto;
}
.fc_cards--square-grid .column{
    padding: 0;
    margin: 0;
    width: 100%;
}
.fc_cards--square-grid .card_row .column::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    padding-bottom: calc(100%);
}
.fc_cards--square-grid .card_row .card__content{
    justify-content: center;
    align-items: center;
    height: auto;
}
.fc_cards--square-grid .card_row .card__content .card__image{
    background-color: transparent;
    max-height: 100px;
    width: auto;
}

@media screen and (max-width: 768px){
    .fc_cards--square-grid .card_row{
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
        grid-gap: 5px;
    }

    .page-template-flexible_content .fc_cards--square-grid .column + .column{
        margin-top: 0 !important;
    }
}




.fc_title-blockquote-card-description{
    padding: 50px 0;
}
.blockquote-card{
    background: rgb(255, 255, 255);
    border-radius: 0px;
    max-width: 620px;
    padding: 40px 60px;
    margin: 40px auto;
}
.blockquote-card__image{

}
.blockquote-card__name{
    color: #262324;
    font-family: "Avenir-Book", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    text-align: center;
    letter-spacing: 0.1px;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
}
.blockquote-card__position{
    color: rgb(100, 100, 100);
    font-size: 18px;
    font-family: Avenir-Roman;
    font-weight: normal;
    text-align: center;
    line-height: 25px;
    max-width: 250px;
    margin: 0 auto;
}
.blockquote-card__quote{
    color: rgb(120, 120, 120);
    font-family: Avenir-Roman;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
}
.blockquote-card__quote:before{
    content: "\275d";
    font-family: 'icomoon';
    font-size: 20px;
    display: block;
    margin: 20px 0;
    color: rgb(177, 180, 182);
}
.fc_title-blockquote-card-description__carousel{
    margin-bottom: 40px;
    position: relative;
}
.fc_title-blockquote-card-description__carousel:before,
.fc_title-blockquote-card-description__carousel:after{
    content: " ";
    height: 100%;
    width: calc( (100% - 620px) / 2 );
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); 
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.fc_title-blockquote-card-description__carousel:after{
    right: 0;
    left: auto;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); 
}
.fc_title-blockquote-card-description__carousel .owl-nav{
    left: 15vw;
    right: 15vw;
    z-index: 2;

}
@media screen and (max-width: 1000px){
    .fc_title-blockquote-card-description__carousel .owl-nav{
        left: 4vw;
        right: 4vw;
    }
}
@media screen and (max-width: 800px){
    .blockquote-card{
        padding-left: 20px;
        padding-right: 20px;
        width: calc( 100vw - 100px );
    }
    .fc_title-blockquote-card-description__carousel .owl-nav{
        left: 2vw;
        right: 2vw;
    }
}

.fc_content_and_news{
    flex-basis: 0;
    flex-grow: 1;
}
.fc_content_and_news + .fc_content_and_news{
    /*margin-top: 40px;*/
}
.fc_content_and_news .row{
    padding: 0 0.55rem;
}
.fc_content_and_news__inner{
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    margin: 0 -0.55rem;
    align-items: flex-start;
}
.fc_content_and_news__inner > *{
}
.fc_content_and_news__content{
    --item-width: calc( (100% / 3) * (3 - var(--news-item-count)) - ( 0.55rem * 2 ) );
    flex-basis: var(--item-width);
    margin: 0 0.55rem;
}
.fc_content_and_news[style*="--news-item-count: 3"]:not(.fc_content_and_news--vertical) .fc_content_and_news__content{
    flex-basis: 100%;
}
.fc_content_and_news[style*="--news-item-count: 1"] .fc_content_and_news__content,
.fc_content_and_news--vertical .fc_content_and_news__content{
    flex-basis: calc( var(--item-width) - 60px);
    margin-right: 60px;
}
.fc_content_and_news__content p:nth-child(1){
    margin-top: 0;
}
.fc_content_and_news .card_row{
    flex-basis: calc( (100% / 3) * var(--news-item-count) );
    display: flex;
}
.fc_content_and_news .card{
    flex-basis: calc( (100% / 3) * var(--news-item-count) );
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 0.55rem;
}
.fc_content_and_news .card:only-child{
    margin-left: calc(0.55rem * 2);
    margin-right: 0;
}
.fc_content_and_news .card__content{
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
}
.fc_content_and_news .card__image{
    width: 100%;
}
.fc_content_and_news .card__content .card__heading{
    margin-bottom: 20px;
}
.fc_content_and_news .card__content .description{
    display: none;
}
.fc_content_and_news .section-title{
    text-align: left;
    margin-left: 0;
    margin-bottom: 15px;
}
.fc_content_and_news__content p:not(.section-title),
ul{
    color: rgb(38, 35, 36);
    font-family: Avenir-Roman;
    font-weight: normal;
    line-height: 25px;
    opacity: 0.7;
}
.fc_content_and_news__content ul{
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 15px;
    margin-left: 10px;
}
.fc_content_and_news__content li + li{
    margin-top: 20px;
}
.fc_content_and_news--vertical{

}
.fc_content_and_news--vertical .fc_content_and_news__content{
    --item-width: calc( (100% / 3) * (2) - ( 0.55rem * 2 ) );
}
.fc_content_and_news--vertical .card_row{
    flex-basis: calc(100% / 3);
}
.fc_content_and_news--vertical .card_row .card{
    flex-basis: 100%;
    margin-left: calc(0.55rem * 2);
    margin-right: 0;
}
.fc_content_and_news--vertical .card_row .card + .card{
    margin-top: 20px;
}
.fc_content_and_news .responsive-embed{
    margin-top: 40px;
}
.fc_content_and_news__footer{

}
.fc_content_and_news__content__image-grid{
    display: flex;
    flex-wrap: wrap;
    flex-basis: 0;
    justify-content: space-between;
    align-items: center;

    text-align: center;
    border-top: 1px solid rgb(186, 188, 190);
    border-bottom: 1px solid rgb(186, 188, 190);
    padding: 37px 0;
    margin: 55px auto 20px auto;
}
.fc_content_and_news__content__image-grid__item{

}
@media screen and (max-width: 768px){
    .fc_content_and_news__inner > .section-title{
        margin-left: 0.55rem;
    }
    .fc_content_and_news__content{
        flex-basis: calc(100%) !important;
        margin-right: 0.55rem !important
    }
    .fc_content_and_news .card_row{
        flex-basis: calc(100%) !important;
    }
    .fc_content_and_news .card{
        margin-left: 10px !important;
    }
    .fc_content_and_news .card:only-child{
        margin-right: 10px;
    }
     .fc_content_and_news .card_row{
        flex-wrap: nowrap;
        overflow-y: scroll;
        justify-content: flex-start;
    }
    .fc_content_and_news .card_row .card{
        flex-basis: 70% !important;
        flex-shrink: 0 !important;
        max-width: 325px !important;
    }
    .fc_content_and_news .card_row .card + .card{
        margin-top: 0 !important;
    }
    .fc_content_and_news--vertical .card_row{
        flex-wrap: nowrap !important;
    }
    .fc_content_and_news--vertical .card_row .card{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .fc_content_and_news--vertical .card_row .card + .card{
        margin-top: 0 !important;
    }
    .fc_content_and_news[style*="--news-item-count: 1"] .card{
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 20px;
    }
    .fc_content_and_news__content__image-grid{
        
    }
    .fc_content_and_news__content__image-grid__item{
            flex-basis: 50%;
            margin: 20px 0;
    }
}

.site table{
    border-collapse: collapse;
}
.site tbody{

}
.site tr{

}
.site td, .site th{
    border: 1px solid #AAAAAA;
    padding: 0.5rem;
}


@media screen and (prefers-reduced-motion: reduce) { [data-aos] { opacity: 1 !important; transform: none !important; } } 
