/*
    Theme Name: Ankura
    Theme URI: https://ankura.ukieweb.com
    Text Domain: ankura.ukieweb.com
    Description:
    Author: UkieWeb
    Author URI: https://ukieweb.com
    Version: 1.0
*/
@charset "UTF-8";

@font-face {
    font-family: 'Conv_AvantGarde_Bold';
    src: url('assets/fonts/avantgarde_bold/AvantGarde_Bold.eot');
    src: local('☺'), url('assets/fonts/avantgarde_bold/AvantGarde_Bold.woff') format('woff'), url('assets/fonts/avantgarde_bold/AvantGarde_Bold.ttf') format('truetype'), url('assets/fonts/avantgarde_bold/AvantGarde_Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
/* 1 */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
    margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
    display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
    margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
    display: block;
}

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
    font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
    font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
    font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
    background-color: #ff0;
    color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
    font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* 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.
     */
button {
    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 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /**
         * Remove the inner border and padding in Firefox.
         */
    /**
         * Restore the focus styles unset by the previous rule.
         */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
    overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
         * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
         */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    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;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
    display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
    display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
    display: block;
}

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

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

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

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.625;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

pre {
    overflow: auto;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 73.125rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

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

@media print, screen and (min-width: 40em) {
    .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;
    }
}

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

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

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

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

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0;
}

.column, .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    min-width: initial;
}

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

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

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

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

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

.small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

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

.small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

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

.small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

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

.small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

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

.small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

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

.small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

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

.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

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

.small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

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

.small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

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

.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

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

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

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

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
    .medium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

    .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

    .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

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

    .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

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

    .medium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-1 > .column, .medium-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-2 > .column, .medium-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-3 > .column, .medium-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-4 > .column, .medium-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-5 > .column, .medium-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-6 > .column, .medium-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-7 > .column, .medium-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-8 > .column, .medium-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

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

@media print, screen and (min-width: 64em) {
    .large-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

    .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

    .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

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

    .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

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

    .large-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-1 > .column, .large-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-2 > .column, .large-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-3 > .column, .large-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-4 > .column, .large-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-5 > .column, .large-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-6 > .column, .large-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-7 > .column, .large-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-8 > .column, .large-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 64em) {
    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 64em) {
    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.column-block {
    margin-bottom: 1.875rem;
}

.column-block > :last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }

    .column-block > :last-child {
        margin-bottom: 0;
    }
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media print, screen and (min-width: 64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000;
    text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacaca;
}

h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 2.125rem;
    }

    h3 {
        font-size: 1.875rem;
    }

    h4 {
        font-size: 1.375rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 0.875rem;
    }
}

a {
    line-height: inherit;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

div:not(.insight-sidebar) p a,
div:not(.content) p a {
    color: #0e76bc;
}

a:hover, a:focus {
    color: black;
}

a img {
    border: 0;
}

hr {
    clear: both;
    max-width: 73.125rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: "— ";
}

abbr {
    border-bottom: 1px dotted #000;
    color: #000;
    cursor: help;
}

figure {
    margin: 0;
}

code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Open Sans, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #000;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Open Sans, "Liberation Mono", Courier, monospace;
    color: #000;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }

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

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

    .medium-text-justify {
        text-align: justify;
    }
}

@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }

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

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

    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

[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 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #000;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.people-filter input[type="search"]::-webkit-input-placeholder {
    color: #000;
    font-style: normal;
    opacity: 1;
}

.people-filter input[type="search"]:-moz-placeholder {
    color: #000;
    font-style: normal;
    opacity: 1;
}

.people-filter input[type="search"]::-moz-placeholder {
    color: #000;
    font-style: normal;
    opacity: 1;
}

.people-filter input[type="search"]:-ms-input-placeholder {
    color: #000;
    font-style: normal;
    opacity: 1;
}

.people-filter input[type="search"]::placeholder {
    color: #000;
    font-style: normal;
    opacity: 1;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca;
}

input::placeholder,
textarea::placeholder {
    color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

[type='submit'],
[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type='search'] {
    box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
    cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
    margin-right: 0.5rem;
}

[type='file'] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #000;
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #000;
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.input-group > :first-child {
    border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
    border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #000;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group-label:first-child {
    border-right: 0;
}

.input-group-label:last-child {
    border-left: 0;
}

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
    min-width: 0;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

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

legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fff;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #000;
    background-image: url("/wp-content/themes/ankura/assets/images/arrow-down.svg");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0
) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

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

select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}

.is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
}

.form-error.is-visible {
    display: block;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

[data-whatinput='mouse'] .button {
    outline: 0;
}

.button:hover, .button:focus {
    background-color: black;
    color: #fff;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button.primary {
    background-color: #000;
    color: #fff;
}

.button.primary:hover, .button.primary:focus {
    background-color: black;
    color: #fff;
}

.button.secondary {
    background-color: #b0b0b0;
    color: #000;
}

.button.secondary:hover, .button.secondary:focus {
    background-color: #8d8d8d;
    color: #000;
}

.button.success {
    background-color: #3adb76;
    color: #000;
}

.button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #000;
}

.button.warning {
    background-color: #ffae00;
    color: #000;
}

.button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #000;
}

.button.alert {
    background-color: #cc4b37;
    color: #000;
}

.button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #000;
}

.button.hollow {
    border: 1px solid #000;
    color: #000;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
    border-color: black;
    color: black;
}

.button.hollow.primary {
    border: 1px solid #000;
    color: #000;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: black;
    color: black;
}

.button.hollow.secondary {
    border: 1px solid #b0b0b0;
    color: #b0b0b0;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #585858;
    color: #585858;
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539;
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700;
}

.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a;
}

.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
    background-color: #000;
    color: #fff;
}

.button.disabled.primary, .button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
    background-color: #000;
    color: #fff;
}

.button.disabled.secondary, .button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #b0b0b0;
    color: #000;
}

.button.disabled.success, .button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #3adb76;
    color: #000;
}

.button.disabled.warning, .button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #ffae00;
    color: #000;
}

.button.disabled.alert, .button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #cc4b37;
    color: #000;
}

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}

.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}

.accordion {
    margin-left: 0;
    background: #fff;
    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: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #000;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6;
}

.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: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fff;
    color: #000;
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
    position: relative;
}

.is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #000;
    color: #fff;
}

.badge.primary {
    background: #000;
    color: #fff;
}

.badge.secondary {
    background: #b0b0b0;
    color: #000;
}

.badge.success {
    background: #3adb76;
    color: #000;
}

.badge.warning {
    background: #ffae00;
    color: #000;
}

.badge.alert {
    background: #cc4b37;
    color: #000;
}

.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.breadcrumbs::after {
    clear: both;
}

.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000;
    cursor: default;
    text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    top: 1px;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #cacaca;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed;
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.button-group::after {
    clear: both;
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.button-group .button:last-child {
    margin-right: 0;
}

.button-group.tiny .button {
    font-size: 0.6rem;
}

.button-group.small .button {
    font-size: 0.75rem;
}

.button-group.large .button {
    font-size: 1.25rem;
}

.button-group.expanded .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.button-group.primary .button {
    background-color: #000;
    color: #fff;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: black;
    color: #fff;
}

.button-group.secondary .button {
    background-color: #b0b0b0;
    color: #000;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #8d8d8d;
    color: #000;
}

.button-group.success .button {
    background-color: #3adb76;
    color: #000;
}

.button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #000;
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #000;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #000;
}

.button-group.alert .button {
    background-color: #cc4b37;
    color: #000;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #000;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0;
    }
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    background-color: white;
    color: #000;
}

.callout > :first-child {
    margin-top: 0;
}

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

.callout.primary {
    background-color: #d9d9d9;
    color: #000;
}

.callout.secondary {
    background-color: #f3f3f3;
    color: #000;
}

.callout.success {
    background-color: #e1faea;
    color: #000;
}

.callout.warning {
    background-color: #fff3d9;
    color: #000;
}

.callout.alert {
    background-color: #f7e4e1;
    color: #000;
}

.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #000;
}

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

.card-divider {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6;
}

.card-divider > :last-child {
    margin-bottom: 0;
}

.card-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem;
}

.card-section > :last-child {
    margin-bottom: 0;
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
    outline: 0;
}

.close-button:hover, .close-button:focus {
    color: #000;
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}

.close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: '';
}

.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: '';
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
    position: relative;
    overflow: hidden;
}

.is-drilldown li {
    display: block;
}

.is-drilldown.animate-height {
    transition: height 0.5s;
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
    min-height: 100%;
}

.is-drilldown-submenu-parent > a {
    position: relative;
}

.is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
}

.js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    border-left-width: 0;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: block;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-size: 1rem;
}

.dropdown-pane.is-open {
    visibility: visible;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    right: 5px;
    margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}

.no-js .dropdown.menu ul {
    display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.dropdown.menu.vertical > li > a::after {
    right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
}

@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #000 transparent transparent;
        right: 5px;
        margin-top: -3px;
    }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
    }

    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #000 transparent transparent;
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #000;
    }
}

@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #000 transparent transparent;
        right: 5px;
        margin-top: -3px;
    }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.large-vertical > li > a::after {
        right: 14px;
    }

    .dropdown.menu.large-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #000 transparent transparent;
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #000;
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fff;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.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%;
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #000;
    color: #fff;
}

.label.primary {
    background: #000;
    color: #fff;
}

.label.secondary {
    background: #b0b0b0;
    color: #000;
}

.label.success {
    background: #3adb76;
    color: #000;
}

.label.warning {
    background: #ffae00;
    color: #000;
}

.label.alert {
    background: #cc4b37;
    color: #000;
}

.media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.media-object img {
    max-width: none;
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.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.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.is-off-canvas-open {
    overflow: hidden;
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden;
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0;
}

.off-canvas.is-transition-overlap {
    z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.position-left {
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " ";
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.position-right {
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}

.position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " ";
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
    overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
}

.position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " ";
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " ";
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.off-canvas-content {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
    }

    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px;
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
    }

    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}

@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
    }

    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px;
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
    }

    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.pagination::after {
    clear: both;
}

.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none;
}

.pagination li:last-child, .pagination li:first-child {
    display: inline-block;
}

@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #000;
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6;
}

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #000;
    color: #fff;
    cursor: default;
}

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '\00bb';
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca;
}

.progress.primary .progress-meter {
    background-color: #000;
}

.progress.secondary .progress-meter {
    background-color: #b0b0b0;
}

.progress.success .progress-meter {
    background-color: #3adb76;
}

.progress.warning .progress-meter {
    background-color: #ffae00;
}

.progress.alert .progress-meter {
    background-color: #cc4b37;
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #000;
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
    transition: all 0s linear;
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #000;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0;
}

.slider-handle:hover {
    background-color: black;
}

.slider-handle.is-dragging {
    transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%;
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sticky-container {
    position: relative;
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
}

.sticky.is-stuck.is-at-top {
    top: 0;
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}

body.is-reveal-open {
    overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    overflow-y: scroll;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
    outline: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column, .reveal .columns,
.reveal .columns {
    min-width: 0;
}

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

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 73.125rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal .reveal {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

.reveal.collapse {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 73.125rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 73.125rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 73.125rem;
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

input + .switch-paddle {
    margin: 0;
}

.switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    transition: all 0.25s ease-out;
    content: '';
}

input:checked ~ .switch-paddle {
    background: #000;
}

input:checked ~ .switch-paddle::after {
    left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0;
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch-active {
    left: 8%;
    display: none;
}

input:checked + label > .switch-active {
    display: block;
}

.switch-inactive {
    right: 15%;
}

input:checked + label > .switch-inactive {
    display: none;
}

.switch.tiny {
    height: 1.5rem;
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem;
}

.switch.small {
    height: 1.75rem;
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
    left: 2rem;
}

.switch.large {
    height: 2.5rem;
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
}

.switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem;
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    list-style-type: none;
}

.tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.tabs::after {
    clear: both;
}

.tabs.vertical > li {
    display: block;
    float: none;
    width: auto;
}

.tabs.simple > li > a {
    padding: 0;
}

.tabs.simple > li > a:hover {
    background: transparent;
}

.tabs.primary {
    background: #000;
}

.tabs.primary > li > a {
    color: #fff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #0d0d0d;
}

.tabs-title {
    float: left;
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #000;
}

.tabs-title > a:hover {
    background: #fff;
    color: black;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #e6e6e6;
    color: #000;
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fff;
    color: #000;
    transition: all 0.5s ease;
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0;
}

.tabs-panel {
    display: none;
    padding: 1rem;
}

.insights .tabs-panel {
    display: block;
}

.tabs-panel[aria-hidden="false"] {
    display: block;
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    line-height: 0;
}

a.thumbnail {
    transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}

a.thumbnail image {
    box-shadow: none;
}

.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6;
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}

.top-bar input.button {
    width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media print, screen and (min-width: 40em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

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

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.clearfix::after {
    clear: both;
}

ul {
    list-style: none;
    margin: 0;
}

p {
    font-size: 18px;
    line-height: 1.45;
    color: #666666;
}

a {
    position: relative;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h6 {
    text-transform: uppercase;
    font-weight: 700;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.logo img {
    width: 240px;
}

.menu-item {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 15px;
}

.menu-item > a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px;
}

.menu-item > a:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    display: block;
    height: 15px;
    width: 100%;
    transition: 0.5s;
}

.menu-item-has-children > a {
    transition: color 0.3s;
}

.sub-menu {
    position: fixed;
    display: none;
    z-index: 10;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw;
    left: 0;
    margin: 0;
    top: 88px;
    background-color: rgba(71, 69, 69, 0.95);
    height: calc(100% - 81px);
    padding: 45px;
}

.menu-item:hover > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sub-menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    height: auto;
    font-size: 16px;
    text-transform: none;
}

.sub-menu-item a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
}

.sub-menu-item a:hover, .sub-menu-item a:focus {
    background-color: #0e76bc;
}

.expertise-menu-item > a:hover::after,
.expertise-menu-item.current-menu-item > a::after {
    background-color: #f7941e;
}

.people-menu-item > a:hover::after,
.people-menu-item.current-menu-item > a::after {
    background-color: #8dc63f;
}

.insights-menu-item > a:hover::after,
.insights-menu-item.current-menu-item > a::after {
    background-color: #e9cc19;
}

.menu-right i {
    font-size: 25px;
    color: #6d6e71;
}

.menu-right-open {
    margin-left: 50px;
}

.header-bottom-wrap {
    position: relative;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    overflow-x: hidden;
}

.header-bottom-wrap .row {
    height: 100%;
}

.header-top-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-title {
    color: #959595;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.header-bottom-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    height: 40px;
    color: #fff;
}

.header-bottom-search:after {
    content: '';
    position: absolute;
    height: 100%;
    background-color: inherit;
    right: -100vw;
    top: 0;
    width: 100vw;
}

.header-bottom-search i {
    color: #e7e7e8;
    font-size: 22px;
    padding-left: 20px;
}

.header-bottom-search span {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.menu-wrap {
    height: 100%;
    margin-left: auto;
}

.major-menu-wrap {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 30px 0 30px 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background-color: rgba(71, 69, 69, 0.95);
    overflow-y: auto;
    z-index: 99999;
    transition: 0.5s;
}

.close-btn {
    color: #a8a8a8;
    font-size: 42px;
    margin-right: 30px;
}

.close-btn:hover, .close-btn:focus {
    color: #fff;
}

.major-menu {
    padding-top: 10px;
    width: 440px;
    max-width: 100%;
}

.major-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    font-size: 18px;
    margin: 0;
    border-top: 1px solid #989898;
}

.major-menu-item:last-of-type {
    border-bottom: 1px solid #989898;
}

.major-menu-item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 11px 30px 11px 0;
    width: 100%;
}

.major-menu-item a:after {
    position: static;
    content: "\e900";
    height: auto;
    width: auto;
    font-family: 'ankura' !important;
    color: #686868;
}

.major-menu-item a:hover,
.major-menu-item a:focus {
    color: #1a7dbf;
}

.top-breadcrumbs {
    font-size: 14px;
    text-transform: uppercase;
    color: #6d6e71;
    padding: 9px 0;
}

.top-breadcrumbs a {
    color: #6d6e71;
}

.top-breadcrumbs span {
    font-weight: bold;
}

.video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.video-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #636363;
    margin-left: 5px;
    padding: 15px;
}

.video-description p {
    color: #fff;
}

.video-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
}

.video-btn {
    /*position: absolute;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 169px;
    height: 64px;
    border: 1px solid #000000;
    border-radius: 4px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
}

.video-btn-wth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 169px;
    height: 64px;
    border: 1px solid #000000;
    border-radius: 4px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    background-color: #ffffff;
}

/** 15/03/19 **/
.bg-head-video .video-container .video-btn,
.bg-head-video .video-container .video-btn-wth{
    margin-left: calc((100vw - 1170px) / 2 + 460px);
}
@media only screen and (max-width: 1024px) {
    .bg-head-video .video-container .video-btn, 
    .bg-head-video .video-container .video-btn-wth{
        margin-left: 0;
    }
}
@media only screen and (min-width: 1920px) {
    .bg-head-video .video-container .video-btn, 
    .bg-head-video .video-container .video-btn-wth{
        margin-left: calc((1920px - 1170px) / 2 + 460px);
    }
}


.video-btn i, .video-btn-wth i {
    font-size: 13px;
    padding-left: 10px;
}

.video-btn:hover, .video-btn:focus {
    background-color: #fff;
    color: #000;
}
.video-btn-wth:hover, .video-btn-wth:focus {
    background-color:none!important;
    background: transparent;
    color: #000;
}

.video-btn .icon-play-arrow:before, .video-btn-wth .icon-play-arrow:before {
    color: #000000;
}

.video-btn:hover .icon-play-arrow:before, .video-btn:focus .icon-play-arrow:before, .video-btn-wth:hover .icon-play-arrow:before, .video-btn-wth:focus .icon-play-arrow:before {
    color: #000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.video-popup, .search-popup, .search-issue-popup  {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(71, 69, 69, 0.95);
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.video-popup iframe, .search-popup iframe, .search-issue-popup iframe  {
    box-shadow: 0 1px 16px rgba(1, 1, 1, 0.75);
}

.close-video-popup {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 50px;
    color: #a8a8a8;
}

.close-video-popup:hover, .close-video-popup:focus {
    color: #fff;
}

.search-popup-close, .search-popup-issue-close  {
    position: absolute;
    top: 30px;
    right: 0;
}

.search-popup-form, .search-issue-popup-form {
    width: 740px;
}

.search-popup-form h2, .search-issue-popup-form h2 {
    font-size: 36px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.search-popup-form input, .search-issue-popup-form input {
    height: 47px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    font-size: 14px;
    padding-left: 13px;
    margin-bottom: 20px;
}

.search-popup-form input[type=search] {
    margin-top: 20px;
    margin-right: 20px;
}
.header-bottom-search .icon-search:before {
    color: #fff;
}

.search-issue-popup-form input[type=search] {
    margin-top: 0;
    margin-right: 20px;
}

.search-popup-form input::-webkit-input-placeholder, .search-issue-popup-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #959595;
}

.search-popup-form input::-moz-placeholder, .search-issue-popup-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
}

.search-popup-form input:-ms-input-placeholder, .search-issue-popup-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #959595;
}

.search-popup-form input:-moz-placeholder, .search-issue-popup-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
}

.search-popup-form input:focus, .search-issue-popup-form input:focus {
    box-shadow: none;
    border: none;
}

.search-popup-form .column, .search-popup-form .columns, .search-issue-popup-form .column, .search-issue-popup-form .columns {
    padding: 0 10px;
}

.search-popup-form button, .search-issue-popup-form button {
    display: block;
    margin-left: auto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #8dc63f;
    border-radius: 4px;
    color: #fff;
    padding: 16px 40px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.4s;
}

.search-popup-form button:hover, .search-issue-popup-form button:hover {
    background-color: #77b129;
}

.page-title-img img {
    width: 100%;
}

.page-header-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    margin: 0;
    height: 120px;
    font-weight: 700;
    color: #fff;
}

.page-header-text:after {
    content: '';
    position: absolute;
    left: -100vw;
    top: 0;
    display: block;
    height: 100%;
    width: 100vw;
    background-color: inherit;
}

.accordion-container .accordion-title,
.accordion-container .accordion-content {
    margin: 0 auto;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.accordion-container .accordion-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.accordion-container .accordion-content h4 a {
    color: #000;
}

.accordion-container .is-active > .accordion-title::before {
    font-family: 'ankura' !important;
    content: "\e90a";
    font-size: 27px;
    color: #939598;
    font-weight: 400;
}

.accordion-container .accordion-title::before {
    font-family: 'ankura' !important;
    font-size: 27px;
    content: "\e90c";
    color: #939598;
    margin-top: -13.5px;
    font-weight: 400;
    right: 0;
}

.accordion-container .accordion-item {
    position: relative;
}

.accordion-container .accordion-item:after {
    position: absolute;
    top: 75px;
    left: 0;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #959595;
}

.accordion-container .accordion-item:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #959595;
}

.accordion-container .accordion-item .icon-arrow-right-circle {
    font-size: 27px;
    color: #0e76bc;
}

.accordion-container .accordion-item .icon-arrow-right-circle:before {
    color: #0e76bc;
}

.accordion-container .accordion-item .flex-container {
    border-bottom: 1px solid #959595;
    margin-bottom: 20px;
}

.accordion-container .accordion-item .flex-container:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.accordion-item ul {
    margin-left: 0;
}

.accordion-item ul li {
    font-size: 14px;
    line-height: 1.8;
    color: #666666;
}

.accordion-item a,
.accordion-item p a {
    color: #6d6e71;
    cursor: pointer;
}

.accordion-item .accordion-title a {
    color: #0e76bc;
}

.accordion-item a:hover,
.accordion-item p a:hover {
    color: #0e76bc;
}

.accordion-container .accordion-title:focus, .accordion-container .accordion-title:hover {
    background-color: transparent;
    color: inherit;
}

.accordion-container .accordion-title {
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: 800;
    padding: 25px 0;
}

.header-bottom-search_blue {
    background-color: #0e76bc;
}

.header-bottom-search_blue:after {
    background-color: #0e76bc;
}

/* .sidebar-list a > p */
a.video-btn-dd p {
    font-weight: 400;
}

.people-title {
    position: relative;
    z-index: 1;
    font-size: 31px;
    margin: 0;
    padding: 40px 0;
    background-color: #ebebeb;
}

.people-title:after {
    content: '';
    position: absolute;
    left: -100vw;
    top: 0;
    display: block;
    height: 100%;
    background-color: #ebebeb;
    width: 100vw;
}

.top-icon-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.top-icon-widget a {
    font-size: 27px;
    color: #676666;
}

.top-icon-widget.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-icon-widget.right a {
    margin-left: 38px;
}

.top-icon-widget.right a::first-of-type {
    margin-left: 0;
}

.top-icon-widget.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.top-icon-widget.left a {
    margin-right: 38px;
}

.top-icon-widget.left a::first-of-type {
    margin-right: 0;
}

.people-content {
    padding-top: 65px;
}

.people-content .buttons-lang{
    margin-bottom: 1.5em;
    text-align: right;
}
.people-content .buttons-lang a{
    background-color: #8dc63f;
    padding: 14px 20px;
}
.people-content .buttons-lang a:hover,
.people-content .buttons-lang a.active{
    background-color: #7A7A7A;
}

.people-content p {
    font-size: 16px;
    line-height: 1.8;
}

.people-content .accordion-item ul li {
    font-size: 16px;
}

.people-name {
    font-size: 22px;
    font-weight: 700;
}

.people-position {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}

.people-accordion .accordion-content,
.people-accordion .accordion-title {
    width: 100%;
}

.people-accordion .accordion-title::before,
.people-accordion .is-active > .accordion-title::before {
    color: #676666;
}

.people-accordion .accordion-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 27px 0 27px 7px;
    color: #8dc63f;
}

.people-accordion .accordion-title:focus, .people-accordion .accordion-title:hover {
    color: #8dc63f;
}

.people-accordion .accordion-title:before {
    right: 7px;
}

.people-accordion .accordion-content {
    padding-left: 7px;
    padding-top: 0
}

.people-accordion .accordion-item:after {
    display: none;
}

.people-accordion .accordion-content ul {
    list-style: circle;
    margin-left: 40px;
    margin-bottom: 16px;
}

.people-logo {
    margin-bottom: 40px;
}

.people-sidebar-info {
    display: block;
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 5px;
}

.widget-icon {
    line-height: 1;
}

.people-sidebar .widget-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: #636363;
}

.people-sidebar .widget-icon i {
    padding-right: 10px;
    font-size: 27px;
}

.sidebar-icon-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-icon-nav .widget-icon {
    margin: 5px 0 15px;
    text-transform: uppercase;
}

.widget-icon.vcard {
    padding-left: 3px;
}

.sidebar-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
}

.people-sidebar .sidebar-line:last-of-type {
    display: none;
}

.people-head h2 {
    font-size: 28px;
    line-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    top: 113px;
}

.sidebar-top-email {
    margin: 20px 0 35px;
}

.contact-container {
    padding-top: 50px;
}

.contact-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: url("../img/contact-head-img.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 445px;
}

.contact-form-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0e76bc;
    margin-bottom: 25px;
}

.contact-form input,
.contact-form textarea,
.contact-form input:focus {
    height: 47px;
    background-color: #ebebeb;
    border: none;
    box-shadow: none;
}

.contact-form input {
    margin-bottom: 20px;
}

.contact-form textarea {
    height: 150px;
    resize: none;
    margin-bottom: 10px;
}
.contact-form input.wpcf7-not-valid{
    border: 1px solid red;
}
.contact-form label {
    color: #a5a5a5;
}

.contact-form span {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: red;
}

.contact-form span.star {
    display: inline;
}

.contact-form button {
    display: block;
    margin-left: auto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #8dc63f;
    border-radius: 4px;
    color: #fff;
    padding: 16px 40px;
    letter-spacing: 1px;
    cursor: pointer;
}

.header-bottom-search-insights, .header-bottom-search-insight {
    background-color: #7f3f98;
}

.header-bottom-search-insights:after, .header-bottom-search-insight:after {
    background-color: #7f3f98;
}

.bg-head {
    position: relative;
    height: 445px;
    width: 100%;
}

.bg-head > .row {
    height: 100%;
}

.page-header-text-bottom {
    width: calc((100vw - 1170px) / 2 + 700px);
    position: absolute;
    left: 0;
    top: 186px;
    padding-left: calc((100vw - 1150px) / 2);
    max-width: 100%;
    color: #000000;
    min-height: 130px;
    max-height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header-text-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100vw - 1170px) / 2 + 350px);
    position: absolute;
    left: 0;
    top: 111px;
    min-height: 75px;
    max-height: 100%;
    color: #fff;
    margin: 0;
    font-weight: 700;
    padding-left: calc((100vw - 1150px) / 2);
    z-index: 2;
    text-transform: uppercase;
}
/* FIX 17/05/19 */
.page-header-text-top b, 
.page-header-text-top i, 
.page-header-text-top em  {
    display: contents;
}

.select-line {
    background-color: #d7d7d7;
    padding: 18px 0;
}

.select-line form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}
form.people-filter{
    margin-bottom: 10px;
}

.select-line select {
    background-color: #fff;
    box-shadow: none;
    border: none;
    height: 46px;
    margin: 10px 0;
    font-size: 13px;
    padding-left: 28px;
    text-transform: uppercase;
    background-size: 36px 17px;
    padding-right: 45px;
    cursor: pointer;
    width: 24.5%;
}


.select-line .people-filter select,
.select-line .people-filter input{
    margin-bottom: 0;
}
.select-line .people-filter select, .people-filter .select-line-search {
    width: 33%;
}

.clear-form{
    right: 0;
    top: 0;
    color: #e30613;
    width: 33%;
    justify-content: flex-end;
    text-align: right;
    line-height: 46px;
}
.clear-form .icon-close{
    margin-left: 6px;
    font-size: 14px;
}
.clear-form .icon-close:before{
    color: #e30613;
    transition: 0.5s;
}
.clear-form:hover .icon-close:before,
.clear-form:active .icon-close:before,
.clear-form:focus .icon-close:before{
    color: #000;
}
.btn-clear{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #8dc63f;
    border-radius: 4px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.4s;
    padding: 14px 40px;
    line-height: 46px;
}
.btn-clear:hover{
    background-color: #77b129;
    color: #fff;
}
select {
    background-position: right -41px center;
}

.select-line input {
    background-color: #fff;
    box-shadow: none;
    border: none;
    height: 46px;
    margin: 10px 0;
    font-size: 13px;
    padding-left: 10px;
    text-transform: uppercase;
}

.select-line input:focus {
    border: none;
    box-shadow: none;
}

.select-line input[type=search] {
    padding-left: 49px;
}

.select-line input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.select-line input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.select-line input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.select-line input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.custome-tabs .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    border-top: none;
}

.custome-tabs .tabs-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #959595;

    flex: 0 0 33.33333%;
}

.custome-tabs .tabs-title > a {
    padding: 13px;
}

.custome-tabs .tabs-title > a:focus, .custome-tabs .tabs-title > a[aria-selected=true] {
    background-color: #ebebeb;
    box-shadow: inset 0.2px 4px 10px rgba(1, 1, 1, 0.5);
    color: #000;
}

.custome-tabs .tabs-panel {
    padding: 0;
}

.custome-tabs .tabs-content {
    border: none;
}

.custome-tabs .year {
    font-weight: 700;
    font-size: 24px;
    margin: 10px 0;
}

.custome-tabs .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px solid #c2c2c2;
}

.custome-tabs .item:last-of-type {
    border-bottom: 1px solid #c2c2c2;
}

.custome-tabs .item .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 265px;
    flex: 0 0 265px;
    margin-right: 35px;
}

.custome-tabs .item .date {
    color: #707070;
    font-size: 14px;
}

.custome-tabs .item h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin: 10px 0;
}

.custome-tabs .item p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

.custome-tabs .item .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6d6e71;
    font-size: 14px;
}

.custome-tabs .item .icon i {
    font-size: 20px;
    margin-right: 5px;
}

.custome-tabs .item .link {
    margin-left: 30px;
    font-size: 27px;
    color: #706f6f;
}

.insight-wrap .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin: 40px 0;
    color: #6d6e71;
}

.insight-wrap .sub-title {
    font-size: 28px;
    font-weight: 400;
    margin-top: -30px;
    margin-bottom: 40px;
}

.insight-wrap .author {
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    padding: 13px 0;
    margin-bottom: 30px;
    color: #e9cc19;
}

.insight-wrap p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.insight-wrap .content-insight a {
    color: #0e76bc;
}

.insight-wrap h2 {
    font-weight: 700;
    font-size: 20px;
    margin: 35px 0 25px;
    color: #666666;
}

.insight-wrap h3 {
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0 20px;
    color: #666666;
}

.insight-wrap p.small {
    font-size: 14px;
}

.insight-wrap ul {
    list-style: circle;
    margin-left: 40px;
}

.insight-wrap ul, .insight-wrap ol {
    color: #666666;
    font-size: 18px;
    margin-bottom: 20px;
}

.page-default h3 {
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0 20px;
}

.page-default h2 {
    font-weight: 700;
    font-size: 20px;
    margin: 35px 0 25px;
}

.sidebar-peoples-item {
    border: 1px solid #d7d7d7;
    margin-top: 20px;
}

.sidebar-peoples-item img {
    width: 100%;
}

.sidebar-peoples-item .mail {
    display: block;
    margin-left: auto;
    width: 27px;
    height: 30px;
    font-size: 27px;
    color: #676666;
}

.sidebar-peoples-item .name {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}

.sidebar-peoples-item .position {
    display: block;
    font-size: 14px;
}

.sidebar-peoples-item .content {
    padding: 15px 10px;
}

.container-block-top-icon + .incedent-container .insight-sidebar {
    margin-top: -24px;
}

.container-block-top-icon .top-icon-widget.left {
    padding-bottom: 0;
    padding-top: 23px;
}

.container-block-top-icon .top-icon-widget.left a {
    line-height: 20px;
}

.insight-sidebar {
    padding-left: 69px;
}

.insight-sidebar .item {
    border: 1px solid #d7d7d7;
    margin-top: 30px;
}

.insight-sidebar .mail {
    width: 23px;
    height: 23px;
    font-size: 23px;
    color: #676666;
    float: left;
    margin-right: 7px;
}

.insight-sidebar .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8dc63f;
    margin: 20px 0 10px 0;
}

.expertise-single-container .insight-sidebar .title{
    margin: 0;
}

.expertise-single-container ul a {
    color: #6d6e71;
}

.expertise-single-container ul a:hover {
    color: #0e76bc;
}

.insight-sidebar .name {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 6px;
    margin-top: 0;
    font-weight: 400
}

.insight-sidebar .name a {
    line-height: 23px;
}

.insight-sidebar .position {
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.insight-sidebar .content {
    padding: 10px 10px 15px;
}

.insight-sidebar .icon .widget-icon,
.insight-sidebar .pdf .widget-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    font-weight: 600;
    color: #636363;
    margin-right: 40px;
}

.insight-sidebar .icon .widget-icon:last-of-type,
.insight-sidebar .pdf .widget-icon:last-of-type {
    margin-right: 0;
}

.insight-sidebar .icon .widget-icon i,
.insight-sidebar .pdf .widget-icon i {
    font-size: 27px;
}

.insight-sidebar .pdf .widget-icon i {
    padding-right: 10px;
}

.insight-sidebar .pdf {
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    width: 100%;
}

.insight-sidebar .icon {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
}
@media (min-width: 1025px) and (max-width: 1100px){
    .insight-sidebar .icon .widget-icon{
        margin-right: 20px;
    }
}

.insight-sidebar p {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    margin-top: 0;
}
.insight-sidebar p a{
    color: #000000 !important;
}

.page-header-culture-purple {
    background-color: #7f3f98;
}

.page-header-culture-purple:after {
    background-color: #7f3f98;
}

.culture-big-img {
    width: 100%;
}

.culture-block {
    padding: 50px 0;
}

.culture-block h4 {
    font-size: 22px;
    color: #7f3f98;
    font-weight: 700;
    margin-bottom: 15px;
}

.culture-block p {
    color: #231f20;
    margin-bottom: 0;
}

.content-middle {
    align-content: center;
    display: flex;
    flex-wrap: inherit;
}

.page-header-expertise-orange {
    background-color: #f7941e;
    width: calc((100vw - 1170px) / 2 + 445px);
    font-size: 22px;
    line-height: 1.5;
}

.header-bottom-search-expertise {
    background-color: #0e76bc;
}

.header-bottom-search-expertise:after {
    background-color: #0e76bc;
}

.expertise-single-container {
    margin-top: 50px;
}

.expertise-single-container ul,
.expertise-single-container ul.accordion ul {
    list-style: circle;
    margin-left: 40px;
    color: #6d6e71;
    font-size: 18px;
    margin-bottom: 16px;
}

.expertise-single-container ul.accordion {
    list-style: none;
    margin-left: 0;
    color: #666;
    font-size: 18px;
    margin-bottom: 0;
}

.expertise-single-container .accordion-container .accordion-title,
.expertise-single-container .accordion-item:last-of-type .accordion-title {
    border-bottom: 1px solid #959595;
}

.expertise-single-container .accordion-container .accordion-item:after {
    display: none;
}

.expertise-single-container .accordion-item ul li {
    font-size: 18px;
    line-height: 1.45;
    color: #666666;
}

.expertise-single-container .seperate-line {
    border-color: #959595;
    margin: 35px 0;
}

.expertise-single-container h3 {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 700;
    color: #0e76bc;
}

.expertise-single-container p {
    color: #6d6e71;
}

.expertise-single-container .accordion-container .accordion-title {
    font-size: 24px;
    font-weight: 700;
}

.square-card, .location-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 2.5px 4.3px 10px rgba(1, 1, 1, 0.3);
    padding: 40px 20px 12px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-bottom: 20px;
    color: #6d6e71;
}

.square-card {
    border: 1px solid #959595;
    border-radius: 4px;
}

.square-card:hover, .location-card:hover div, .square-card:focus, .location-card:focus div {
    border-color: #f7941e;
}

.square-card h4, .location-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: inherit;
    line-height: 27px
}

.square-card p, .location-card p {
    font-size: 14px;
    line-height: 18px;
    color: inherit;
}

.square-card span, .location-card span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    color: #f7941e;
    font-weight: 700;
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.2;
}
.square-card .sub-square-card span{
    align-self: stretch;
}

.square-card span:after, .location-card span a:last-of-type:after {
    content: "\e903";
    font-family: 'ankura' !important;
    font-size: 23px;
    padding-left: 8px;
    margin-bottom: -6px;
}

.location-card .vert-line {
    margin: 0 5px;
    display: inline-block;
    display: ruby-base-container;
}

.location-card span a:last-of-type:after {
    position: relative;
    bottom: -4px;
}

.location-card img {
    width: 100%;
}

.location-card span a {
    color: #f7941e;
}

.location-card h5.title-mailing{
    font-size: 15px;
    cursor: pointer;
}
.location-card h5.title-mailing:after{
    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;
    content: "\f067";
    font-size: 11px;
    position: relative;
    margin-left: 4px;
    line-height: 1;
    vertical-align: middle;
}
.location-card h5.title-mailing.open:after{
    content: "\f068";
}
.location-card .hide-mailing{
    display: none;
}

.full-width-card .square-card, .full-width-card .location-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 145px;
    padding: 15px 20px;
}

.full-width-card .square-card h4, .full-width-card .location-card h4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 100%;
    margin-right: 50px;
    margin-bottom: 0;
}
.full-width-card .square-card h4.break-word{
    word-break: break-all;
}
.full-width-card .square-card p, .full-width-card .location-card p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;

}
.full-width-card .square-card p{
    max-width: 573px;
}

.full-width-card .square-card span, .full-width-card .location-card span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.multicard-container .square-card {
    margin-right: 20px;
    flex: 0 0 calc(33.3% - 14px);
    padding: 0;
    max-height: 298px;
}

.multicard-container .square-card .sub-square-card {
    border: 1px solid transparent;
    padding: 10px 20px 12px 20px;
    border-radius: 3px;
}

.multicard-container .square-card h4 {
    min-height: 78px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.sub-sub-square-card {
    max-height: 251px;
    overflow: hidden;
}

.square-card .excerpt-card {
    min-height: 165px;
    max-height: 165px;
    overflow: hidden;
}

.square-card .excerpt-card p {
    margin-bottom: 0;
}

.full-width-card .square-card {
    padding: 0;
}

.full-width-card .square-card .sub-square-card {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 15px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    min-height: 160px;
    max-width: 100%;
    align-self: stretch;
}

.break-word {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.square-card span.read-more:after {
    display: none;
}

.square-card .sub-square-card span {
    float: right;
    width: 100%;
    justify-content: flex-end;
    max-height: 21px;
}

.square-card:hover .sub-square-card, .square-card:focus .sub-square-card {
    border-color: #f7941e;
}

.multicard-container .square-card:nth-child(3n+3) {
    margin-right: 0;
}

.multicard-container .location-card {
    margin-right: 30px;
    flex: 0 0 calc(25% - 23px);
}

.multicard-container .location-card:nth-child(4n+4) {
    margin-right: 0;
}

.sub-menu .menu-item-object-exprertise {
    margin: 0;
}

.sidebar-list {
    margin-top: 20px;
}

.sidebar-list a {
    border: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 10px;
    color: #6d6e71;
    margin-bottom: 20px;
}

.sidebar-list p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0;
    font-weight: 700;
}

.sidebar-list p.dive-deeper__regular {
    font-weight: 400;
}

.sidebar-list i {
    font-size: 27px;
    padding-right: 15px;
}

.insights-sibebar-item {
    border: 1px solid #d7d7d7;
    margin-top: 20px;
}

.insights-sibebar-item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 10px;
    min-height: 135px;
}



.insights-sibebar-item p {
    font-size: 14px;
    color: #6d6e71;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 400;
    display: table;
}

.insights-sibebar-item a.arrow-insight:after {
    content: "\e903";
    font-family: 'ankura' !important;
    font-size: 23px;
    color: #f7941e;
}

.incedent-container .seperate-line {
    margin: 35px 0;
}

.incedent-container h4 {
    font-size: 22px;
    color: #f7941e;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
}

.sub-solutions h3 {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 700;
    color: #0e76bc;
}

.incedent-container .sub-solutions h4 {
    color: inherit;
    text-transform: none;
    margin: 0 0 8px 0;
}

.incedent-container h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.incedent-container ul {
    list-style: circle;
}

.incedent-container ul, .incedent-container ol {
    margin-left: 40px;
    color: #6d6e71;
    font-size: 18px;
}

.expertise-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 8px;
}

.expertise-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 8px);
    flex: 0 0 calc(25% - 8px);
    margin-right: 10px;
    width: calc(25% - 8px);
    min-height: 75px;
    height: auto;
    font-size: 20px;
    box-shadow: 0 0 10px rgba(1, 1, 1, 0.32);
    border-radius: 4px;
    border: 3px solid transparent;
    background-color: #fff;
    color: #666;
    padding: 10px 27px;
    text-align: left;
    margin-top: 10px;
    line-height: 1.2;
    transition: 0.2s;
}

.expertise-item:nth-child(4n + 4) {
    margin-right: 0;
}

.expertise-item:hover {
    border-color: #f68220;
    color: #f68220;
}

.tabs-sidebar .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d7d7d7;
    padding: 15px 10px;
}

.tabs-sidebar .item h4 {
    text-transform: uppercase;
    color: #7f3f98;
    font-size: 18px;
    font-weight: 700;
}

.tabs-sidebar .item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.tabs-sidebar .item i {
    font-size: 27px;
    padding-right: 6px;
    font-weight: 400;
    color: #706f6f;
}

.tabs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tabs-wrap .tabs-content {
    width: calc(100% - 260px);
}

.tabs-wrap .tabs-sidebar {
    width: 200px;
    margin-left: 60px;
}

.select-line-search {
    width: 24.5%;
    position: relative;
}

.select-line-search::before {
    position: absolute;
    left: 16px;
    top: 20px;
    content: "\e90f";
    font-family: 'ankura' !important;
    color: #6d6e71;
    z-index: 9;
}

.card-type-rectangle {
    position: relative;
}

.multicard-container .card-type-rectangle {
    border: 1px solid #d7d7d7;
    margin-bottom: 30px;
}

.multicard-container .card-type-rectangle {
    margin-right: 30px;
    flex: 0 0 calc(25% - 23px);
    width: calc(25% - 23px);
}

.multicard-container .card-type-rectangle:nth-child(4n+4) {
    margin-right: 0;
}

.card-type-rectangle .content {
    padding: 7px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-type-rectangle .name {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    display: table;
}

.card-type-rectangle .mail {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 27px;
    color: #b3b2b2;
}

.community .square-card, .community .location-card {
    padding: 20px 15px;
}

.community .square-card p, .community .location-card p {
    margin-bottom: 0;
}

.community-card-wrap .square-card, .community-card-wrap .location-card {
    padding: 0;
    border: none;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
}

.community-card-wrap .top-img {
    position: relative;
    width: 100%;
    height: 169px;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 20px;
}

.community-card-wrap .top-img img {
    width: auto;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.community-card-wrap .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #959595;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 200px;
    overflow: hidden;
    padding: 25px 20px 12px 20px;
}

.community-card-wrap .content p {
    color: #000;
}

.community-card-wrap .content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: 0.3s;
    object-fit: cover;
    min-height: 100%;
}

.community-card-wrap .content:hover img {
    opacity: 0;
}

.select-line_careers form {
    margin-bottom: 10px;
    justify-content: flex-start;
}

.select-line_careers form label {
    width: 42.2%;
    margin-right: 10px;
}

.select-line_careers form label span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.select-line_careers form label input {
    margin: 0;
}

.select-line_careers form button {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #8dc63f;
    border-radius: 4px;
    color: #fff;
    padding: 16px 40px;
    height: 47px;
    letter-spacing: 1px;
    cursor: pointer;
}

.sidebar-text-list li {
    line-height: 1.5;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.sidebar-text-list a:hover {
    color: #0e76bc;
}

.careers h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.careers .sidebar-list {
    margin-top: 0;
}

.careers .seperate-line {
    margin: 35px 0;
}

.careers .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0e76bc;
    margin-bottom: 15px;
}

.careers .item-top h5 {
    font-weight: 700;
}

.careers .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #000;
}

.careers .item h5 {
    margin-bottom: 0;
}

.careers .item h5:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.7%;
    flex: 0 0 65.7%;
    font-weight: 700;
}

.careers .item h5:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.2%;
    flex: 0 0 20.2%;
}

.careers .item h5:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.1%;
    flex: 0 0 14.1%;
}

.careers .item:last-of-type {
    border-bottom: 1px solid #000;
}

.community-inside p a {
    color: #0e76bc;
    text-decoration: underline;
    font-weight: 700;
}

.community-inside h4 {
    margin-bottom: 25px;
    margin-top: 25px;
}

.community-inside ul {
    list-style: circle;
    margin-left: 40px;
    color: #6d6e71;
    font-size: 18px;
    margin-bottom: 16px;
}

.gallary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallary .gallary-item {
    width: 25%;
    padding: 15px;
}

@media screen and (max-width: 767px) {
    .menu-wrap {
        display: none;
    }

    .header-bottom-wrap .column, .header-bottom-wrap .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header-bottom-wrap .top-breadcrumbs {
        padding: 10px 0;
    }
}

@media screen and (max-width: 425px) {
    .menu-right-open {
        margin-left: 10px;
    }

    .logo img {
        width: 195px;
    }

    .header-bottom-form {
        padding-left: 0;
    }

    .header-bottom-form input {
        font-size: 15px;
    }

    .header-bottom-form,
    .header-bottom-form input {
        width: 100%;
    }

    .major-menu-item {
        font-size: 18px;
    }
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.no-pd {
    padding: 0;
}

.fs-22 {
    font-size: 22px;
}

.blue-color {
    color: #0e76bc !important;
}

.blue-color:hover, .blue-color:focus {
    color: #0e76bc !important;
}

.pink-color {
    color: #f68f93 !important;
}

.black-color {
    color: #000 !important;
}

.overflow-container {
    overflow-x: hidden;
}

.light-green-color {
    color: #8dc63f;
}

.light-green-color:hover, .light-green-color:focus {
    color: #8dc63f !important;
}

.orange-color {
    color: #f7941e;
}

.orange-color:hover, .orange-color:focus {
    color: #f7941e !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bg-light-green {
    background-color: #8dc63f;
}

.bg-orange {
    background-color: #f7941e;
}

.bg-blue {
    background-color: #1a7dbf;
}

.bg-red {
    background-color: #ff0000;
}

.bg-light-gray {
    background-color: #ebebeb;
}

.bg-purple {
    background-color: #7f3f98;
}

.purple-color {
    color: #7f3f98 !important;
}

.bg-opacity-gray {
    background-color: rgba(225, 225, 225, 0.85);
    box-shadow: -0.1px 2px 10px rgba(1, 1, 1, 0.75);
}

.bg-opacity-dark-gray {
    box-shadow: 1px 1.7px 10px rgba(1, 1, 1, 0.75);
    background-color: rgba(99, 99, 99, 0.85);
    color: #fff;
}

.bg-opacity-white {
    box-shadow: 1px 1.7px 10px rgba(1, 1, 1, 0.75);
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-yellow {
    background-color: #e9cc19;
}

.color-black {
    color: #000;
}

.weight-normal {
    font-weight: 400;
    font-size: 40px;
}

.weight-bold {
    font-weight: 700;
}

.red-color {
    color: #FF0000 !important;
}

.seperate-line {
    border-bottom: 1px solid #898989;
}

.footer-social {
    float: right;
    margin-right: 15px;
}

.footer-social a {
    display: inline-block;
    margin: 0px 13px;

}

.footer-social a i {
    font-size: 30px;
    color: #ffffff;
}

.footer-gray-line {
    width: 100%;
    height: auto;
    background-color: #959595;
    margin-top: 35px;
    padding: 15px 0;
    color: #fff;
}

.footer-menu {
    float: right;
    line-height: 32px;
}

.footer-menu .menu-item > a {
    padding: 0;
    text-transform: capitalize;
    color: #fff;
}

.footer-menu .menu-item > a:hover {
    color: #000;
}

.footer-menu .menu-item:after {
    content: '|';
    padding: 0 5px;
    color: #fff;
}

.footer-menu .menu-item:last-of-type:after {
    display: none;
}

.footer-menu .menu-item {
    margin: 0;
}

.footer-menu .menu-item:first-of-type {
    margin-left: 0;
}

.footer-menu .menu-item:last-of-type {
    margin-right: 0;
}

.footer-gray-line * {
    font-size: 14px;
}

.copyright {
    margin-bottom: 0;
    color: #fff;
    float: left;
    display: block;
    line-height: 32px;
}

.location-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    padding: 0;
    color: #231f20;
    overflow: hidden;
    margin-bottom: 30px;
}

.location-card div {
    border: 1px solid #959595;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 10px 10px 10px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.location-card h4 {
    font-size: 18px;
}

.location-card p {
    font-size: 16px;
    line-height: 1.25;
}

.location-card span {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 400;
}

.no-margin {
    margin: 0;
}

.bg-head-half .page-header-text-top {
    width: calc((100vw - 1170px) / 2 + 465px);

}

.bg-head-half .page-header-text-bottom {
    width: calc((100vw - 1170px) / 2 + 780px);
}

.bg-head-half .page-header-img-bottom {
    width: calc((100vw - 1170px) / 2 + 520px);
}

.page-header-img-bottom img {
    height: 84px;
    display: block;
    margin-left: auto;
}

.bg-head-inside {
    height: 100%;
    /*width: calc(100vw - ((100vw - 1170px) / 2 + 465px));
    margin-left: auto;*/
    width: 900px;
    margin-left: calc((100vw - 1170px) / 2 + 465px);
}

.bg-head-inside-full {
    height: 100%;
    width: 100%;
}

:last-child > .accordion-content:last-child,
:last-child:not(.is-active) > .accordion-title {
    border-bottom: none;
}

.top-icon-widget-up {
    margin-top: -53px;
    position: relative;
}

.two-people{
    width: 900px;
    margin-left: calc((100vw - 1170px) / 2 + 350px)
}
.two-people .pos-right{
    float: left;
}

.page-header-text-top span {
    width: 64%;
    font-weight: 400;
    font-size: 20px;
}

.people-head .page-header-text-top span {
    line-height: 24px;
    text-transform: initial;
}

.page-header-text-top .top-icon-widget {
    position: absolute;
    height: 100%;
    padding: 0 15px;
    z-index: 2;
    background-color: #fff;
    right: 0;
    width: calc( 100% - 510px);
    top: 0;
    justify-content: flex-end;
}

.page-header-text-top .top-icon-widget.left a:last-of-type {
    margin-right: 0;
}

.page-header-text-bottom span {
    font-weight: 400;
    font-size: 26px;
}

.page-header-text-bottom.right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center
}

.page-header-text-bottom.right.two-people-h{
    top: -85px;
    margin-top: 0;
    position: relative;
    width: calc((100vw - 1170px) / 2 + 795px);
    margin-bottom: 0;
    display: block;
}

.bg-head.bg-head-news-inside.news-two-people{
    margin-bottom: -85px;
    height: auto;
}
.bg-head.bg-head-news-inside{


}
.page-header-text-top.two-people-h{
    top: 285px;
}
.page-header-text-top-right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: auto;
    right: 0;
    padding-right: calc((100vw - 1150px) / 2);
    padding-left: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc((100vw - 1170px) / 2 + 780px);
}

.page-header-text-bottom-right {
    left: auto;
    right: 0;
    padding-right: calc((100vw - 1150px) / 2);
    padding-left: 100px;
    width: calc((100vw - 1170px) / 2 + 780px);
}

.people-head .page-header-text-bottom-right,
.bg-head-news-inside .page-header-text-bottom-right {
    z-index: 9;
    font-weight: 400;
    font-size: 40px;
    padding-top: 30px;
    padding-bottom: 33px;
}

.bg-head-news-inside .page-header-text-bottom-right {
    height: max-content;
    display: table;
}

.news-single.bg-head-news-inside .page-header-text-top-right {
    width: calc((100vw - 1170px) / 2 + 718px);
}

.bg-head img.pos-left {
    padding-left: calc((100vw - 1156px) / 2);
    max-height: 445px;
}

.bg-head-half .video-container {
    width: 900px;
    margin-left: calc((100vw - 1170px) / 2 + 465px);
}

.page-header-text-bottom.align-right {
    padding-right: 55px;
}

.similar-expresion {
    background-color: #FCB885;
}

.gray-color {
    color: #939598;
}

.link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.link i {
    font-size: 20px;
    padding-left: 10px;
    font-weight: 400;
}

.sidebar-left {
    padding-right: 65px;
}

.sidebar-left.insight-sidebar {
    padding-left: 0;
}

.sidebar-list.medium p {
    font-size: 16px;
}

.bg-head-news-inside .page-header-text-top-right {
    /*bottom: 130px;*/
    width: calc((100vw - 1170px) / 2 + 701px);
    font-size: 20px;
    text-transform: none;
}

.bg-head-news-inside .page-header-text-bottom-right {
    padding-left: 104px;
    font-weight: 400;
    /*bottom: 205px;*/
    z-index: 2;
}

.screen-reader-response, .wpcf7-not-valid-tip, .contact-form .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-validation-errors {
    color: red;
    padding: 0 10px;
    text-align: right;
}

.wpcf7-mail-sent-ok {
    color: #8dc63f;
    padding: 0 10px;
    text-align: right;
}

.search-popup {
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 99999 !important;
}

.search-popup .search-popup-form,
.search-issue-popup .search-issue-popup-form{
    position: absolute;
    top: 40%;
}
@media screen and (min-width: 800px){
    .search-popup .search-popup-form,
    .search-issue-popup .search-issue-popup-form {
        left: 50%;
        margin-left: -370px;
    }
    .search-popup .result-container-popup,
    .search-issue-popup .results-issue-popup{
        left: 50%;
        margin-left: -360px;
    }
}

.search-popup .result-container-popup,
.search-issue-popup .results-issue-popup{
    margin-top: 90px;
    width: 100%;
    overflow: hidden;
    align-content: flex-start;
    position: absolute;
    top: 40%;
    max-width: 720px;
}

.search-issue-popup .results-issue-popup{
    top: 43%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.search-popup .result-container-popup .flex-container:last-of-type:after,
.search-issue-popup .results-issue-popup .flex-container:last-of-type:after {
    display: none;
}

.search-popup-form .wpcf7-submit, .contact-form .wpcf7-submit {
    display: block;
    margin-left: auto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #8dc63f;
    border-radius: 4px;
    color: #fff;
    outline: none;
    padding: 16px 40px;
    letter-spacing: 1px;
    cursor: pointer;
}
.search-popup-form .wpcf7-submit:active, .contact-form .wpcf7-submit:active,
.search-popup-form .wpcf7-submit:focus, .contact-form .wpcf7-submit:focus,
.search-popup-form .wpcf7-submit:hover, .contact-form .wpcf7-submit:hover {
    background-color: #77b129;;
}
.body-overflow {
    overflow-y: hidden;
}

#header_move_search {
    position: relative;
}

#header_move_search .header-search {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#header_move_search input {
    position: absolute;
    top: -7px;
    right: 0;
    width: 150px;
    margin-bottom: 0;
    border: none;
    border-left: 1px solid #6d6e71;
    box-shadow: none;
    opacity: 0;
    transition: 0.8s;
}

.menu-right {
    display: flex;
    margin-right: 0;
    margin-left: auto;
}

#header_move_search .move-search-form {
    width: 607px;
    opacity: 1;
}

.header-search-open {
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    top: 0;
    z-index: 2;
}

.footer-no-margin {
    margin-bottom: -35px;
}

.search-form-line {
    padding: 13px 0;
    background-color: #5e5e5e;
}

.search-form-line input {
    height: 47px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    font-size: 24px;
    color: #5e5e5e;
    font-weight: 700;
    padding-left: 13px;
    margin-bottom: 0;
}

.search-form-line input:focus {
    box-shadow: none;
    border: none;
}

.search-form-line button {
    display: block;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #8dc63f;
    border-radius: 4px;
    color: #fff;
    padding: 16px 40px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.4s;
}


.result-container p,
.result-container span,
.result-container-popup p,
.result-container-popup span,
.results-issue-popup p,
.results-issue-popup span {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    margin-bottom: 0;
}

.result-container span,
.result-container-popup span,
.results-issue-popup span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

.result-container-popup span,
.results-issue-popup span {
    margin-bottom: 5px;
}

.result-container .flex-container,
.result-container-popup .flex-container,
.results-issue-popup .flex-container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.result-container-popup .flex-container {
    background: #fff;
    padding: 10px;
}

.results-issue-popup .flex-container {
    background: #fff;
    padding: 0;
}
.result-issue{
    width: 100%;
    padding: 10px;
}
.result-container .flex-container:after,
.result-container-popup .flex-container:after,
.results-issue-popup .flex-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    display: block;
    height: 1px;
    background-color: #959595;
    width: calc(100% - 30px);
}

.results-issue-popup .flex-container:after {
    left: 10px;
    width: calc(100% - 20px);
}



.result-container .content {
    padding-left: 15px;
}


.result-container-popup .content,
.results-issue-popup .content {
    padding-left: 10px;
}

.result-container h3,
.result-container-popup h3,
.results-issue-popup h3 {
    line-height: 24px;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #666;
}


.result-container-popup h3 {
    font-size: 20px;
    margin-bottom: 6px;
}
.results-issue-popup h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.pagenation-type-post {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #959595;
    margin-bottom: -35px;
}

.pagenation-type-post .next,
.pagenation-type-post .prev {
    display: inline-flex;
    flex: 1;
    align-items: center;
    font-size: 18px;
    color: #6d6e71;
    text-transform: uppercase;
    font-weight: 400;
    min-height: 52px;
    align-self: stretch;
}
.pagenation-type-post .prev {
    padding-left: 45px;
}

.pagenation-type-post .next {
    justify-content: flex-end;
    padding-right: 45px;
}

.pagenation-type-post .next:hover,
.pagenation-type-post .prev:hover {
    color: #000000;
}

.pagenation-type-post .prev::before {
    content: "\e902";
    font-family: 'ankura' !important;
    font-size: 30px;
    padding-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.pagenation-type-post .next::after {
    content: "\e903";
    font-family: 'ankura' !important;
    font-size: 30px;
    padding-left: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

input, select {
    position: relative;
}

.fmh {
    display: block;
    height: 35px;
    width: 100%;
}

.resources-insights, .resources-insights p {
    font-size: 14px;
    color: #666666;
}

.st-backdrop {
    background: rgba(75, 75, 75, 0.99) !important;
}

#st-1 .st-btn > svg {
    display: none;
}

.top-icon-widget #st-1 .st-btn[data-network='sharethis'],
.widget-icon #st-1 .st-btn[data-network='sharethis'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 27px;
    padding: 0;
    background: transparent;
}

.widget-icon #st-1 .st-btn[data-network='sharethis'] {
    top: 20px;
}

.bg-print {
    display: none;
}

.p_row {
    margin-bottom: 5px;
    display: block;
}

.p_row:last-of-type {
    margin-bottom: 0;
}

/* Issue */
.issue-item{
    margin-bottom: 20px;
}

.issue-item .insight-sidebar{
    padding-left: 0;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.issue-item .insight-sidebar .item{
    margin-top: 0;
    min-height: 280px;
    width: 49%;
}

.issue-item .square-card .sub-square-card.large-square-card{
    padding: 15px 90px;
    min-height: 280px;
}

.issue-item .full-width-card .square-card{
    margin-bottom: 0;
}

.issue-item .sub-square-card h2{
    position: relative;
}

.issue-item .sub-square-card h2 span{
    position: absolute;
    top: 8px;
    width: auto;
    right: -30px;
    padding: 0;
}

/*--------------
  Pagenation
  --------------*/

.pagenation-wrap{
    width: 100%;
}
.pagenation-number-wrap{
    width: 100%;
    text-align: center;
}
.pagenation-number-wrap li{
    font-size: inherit;
    display: inline-block;
    margin: 5px;
}
.pagenation-number-wrap li a{
    padding: 5px 15px;
    display: block;
    border: 1px solid #d7d7d7;
}
.pagenation-number-wrap li a:hover{
    border: 1px solid #959595;
}
.pagenation-number.pagenation-number-active a{
    border: 1px solid #959595;
}

/* IE */

@media screen and (min-width: 1200px){
    .multicard-container .square-card {
        width: calc(33.3% - 20px);
        max-width: 268.3px;
    }
    .full-width-card .square-card p {
        display: table;
    }

}


/* ----- */

@page {
    counter-reset: page;
    margin: 15mm 5mm 15mm 5mm;

    @top-center {
        content: element(header);
    }

    @bottom-center {
        content: element(footer);
    }
}

@media print {

    * {
        -webkit-print-color-adjust: exact;
    }

    a {
        text-decoration: none;
    }

    a:after {
        content: none !important;
    }

    .header-bottom-wrap {
        margin-bottom: 15px;
    }

    .bg-head {
        height: auto!important;
        min-height: inherit;
        max-height: inherit;
    }

    .bg-print {
        display: block;
    }

    .menu-wrap, .menu-right {
        display: none;
    }

    .bg-head-inside {
        display: none;
    }

    .page-header-text-top, .page-header-text-bottom {
        position: relative;
        top: 0 !important;
        width: 100%;
        padding-left: 0!important;
    }

    .page-header-text-top {
        padding: 0;
    }

    .bg-head-half .page-header-text-bottom,
    .page-header-text-bottom-right {
        width: 100%;
        padding: 0;
        font-size: 28px;
        line-height: 38px;
        height: auto;
        min-height: min-content;
    }

    .top-icon-widget, .top-icon-widget.left .accordion-container .accordion-title::before,
    .community .square-card,
    .community-card-wrap .content,
    .sidebar-icon-nav {
        display: none;
    }

    .accordion-item .accordion-content {
        display: block;
    }

    .accordion-item .accordion-title,
    .people-accordion .accordion-title {
        border-bottom: 1px solid #939598;
        border-top: 1px solid #939598
    }
    .accordion-container .is-active > .accordion-title::before,
    .accordion-container .accordion-title::before,
    .accordion-container .accordion-item:after{
        display: none;
    }

    .column {
        padding: 0;
    }

    .footer-gray-line {
        display: none;
    }

    .accordion-container .accordion-title, .accordion-container .accordion-content {
        text-decoration: none;
    }

    :last-child:not(.is-active) > .accordion-title {
        border-bottom: 1px solid #939598;
    }

    .logo {
        margin: 0 auto;
        width: 240px;
        padding: 0;
    }

    a.logo:after {
        content: none !important;
    }

    .culture-block .column {
        width: 100%;
        margin: 0;
        flex: none;
        max-width: initial;
        padding: 0;
    }

    .culture-block .small-order-1 {
        width: 65%;
    }

    .culture-block .small-order-2 {
        width: 30%;
        padding-left: 15px;
    }

    .culture-block .column img {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .community-card-wrap {
        page-break-before: always;
    }
    .community-card-wrap a.square-card {
        margin: 0 15px 15px;
        border: 1px solid #939598;
        box-shadow: 2.5px 4.3px 10px rgba(1, 1, 1, 0.3);
    }

    .community-card-wrap a.square-card:after {
        content: none !important;
    }

    .community .column {
        width: 100%;
        flex: none;
        max-width: 100%;
        margin: 0;
    }

    .page-header-text-bottom-right,
    .print-sidebar, .people-content, .print-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        flex: none;
    }

    .people-content {
        padding-top: 40px;

    }

    .sidebar-line {
        display: none;
    }

    .people-accordion .accordion-title {
        margin: 0;
    }

    .people-accordion .accordion-content {
        margin: 0;
        padding: 15px 7px;
    }

    .people-sidebar h6 {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .page-header-text-bottom-right {
        padding: 0;
    }

    .people-accordion .accordion-title:before {
        display: none;
    }

    .accordion-container .accordion-item:before {
        display: none;
    }

    .people-sidebar .widget-icon {
        margin-bottom: 20px;
    }

    .people-sidebar-info.mb-15 {
        margin-bottom: 0;
    }

    .insight-sidebar {
        display: none;
    }

    .insight-wrap .column {
        flex: none;
        max-width: 100%;
    }

    .custome-tabs .tabs {
        display: none;
    }

    .tabs-wrap .tabs-content {
        width: 100%;
    }

    .tabs-wrap.mt-30 {
        margin-top: 0;
    }

    .bg-head-news-inside .page-header-text-bottom-right {
        padding: 0;
    }
    .pagenation-type-post{
        display: none;
    }
    .sub-solutions{
        margin-top: 0;
        width: 100%!important;
        max-width: 100%;
        flex: none;
    }
    .bg-head.bg-head-news-inside {
        padding-bottom: 10px;
    }
    .page-header-text-bottom.right.two-people-h{
        width: 100%;
        padding: 15px 0;
        font-size: 28px;
        line-height: 38px;
        min-height: 100px;
    }
    .bg-head.bg-head-news-inside.news-two-people {
        margin-bottom: -20px;
        height: auto;
    }
    .two-people {
        width: 100%;
        margin-left: 0;
    }
    .two-people img {
        width: 50%;
    }
}

/** Action Button - Sidebar (added 10/01/18) **/
.item-button-action{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.item-button-action a{
    color: #fff;
    display: block;
    background-color: #1D71B9;
    border-radius: 5px;
    min-height: 46px;
    line-height: 1.4;
    padding: 12px 5px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.item-button-action a:hover{}
.item-button-action.item-button-mt{
    margin-top: 22px;
}

/** Add Style ul - ol (added 13/02/18) **/
.content-style ul,
.content-style ol,
.page-default ul, 
.page-default ol{
    color: #666666;
    margin-bottom: 20px;
    font-size: 18px;
    margin-left: 40px;
}
.content-style ul,
.page-default ul{
    list-style: circle;
}

/****************************************/
/*********** Construction Forum *********/
/****************************************/
/** 10/12/18 **/
.select-line form.no-justify{
    justify-content: initial;
}
/** 10/12/18 **/
.select-line form.no-justify select{
    margin-right: 7px;
}

.content-construction.content-construction-issue .insight-sidebar .title /* Construction - 11/12/18 */{
    margin: 0;
}
.content-construction.content-construction-issue{
    margin-top: 30px;
}
.content-construction.content-construction-issue .insight-sidebar .title /* Construction - 11/12/18 */{
  line-height: 1.2;  
}
.content-construction .insight-sidebar .item-deeper,
.content-construction .insight-sidebar .item-margin /* Construction - 11/12/18 */{
    margin-top: 30px;
}
.content-construction .expertise-category /* Construction - 11/12/18 */{
    border-top: 1px solid #959595;
    margin-top: 2px;
}
.box-show-construction-forum{
    margin-bottom: 3em;
}
.box-show-construction-forum .square-card{
    padding: 0;
}
.box-show-construction-forum .sub-square-card{
    padding-bottom: 18px;
}
.box-show-construction-forum .sub-square-card figure{
    height: 180px;
    background-size: cover;
}
.box-show-construction-forum .sub-square-card h4{
    padding: 14px 14px 35px;
}
.box-show-construction-forum .sub-square-card > span{
    top: inherit;
    bottom: 18px;
}

/****************************************/
/****** Banner Sidebar - 20/09/19 *******/
/****************************************/
.box-banner-sidebar .square-card{
    padding: 0;
    border: 1px solid #d7d7d7;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 30px;
}
.expertise-category .box-banner-sidebar .sub-sub-square-card{
    max-height: 315px;
}
.box-banner-sidebar .square-card figure{
    height: 224px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.box-banner-sidebar .square-card h4{
    font-weight: 600;
    color: #f6941f;
    line-height: 26px;
    font-size: 23px;
    padding: 3px 10px 0;
}
.expertise-category .box-banner-sidebar .square-card .sub-square-card > span{
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 0 11px;
    max-height: 24px !important;
    margin: 0;
    top: auto;
}
.box-banner-sidebar .square-card span:after{
    font-size: 20px;
    margin-bottom: 0;
}
@media screen and (max-width: 1170px){
    .box-banner-sidebar .square-card figure{
        background-size: 100%;
    }
    .box-banner-sidebar .square-card h4{
        padding-right: 29px;
        font-size: 20px;
    }
    .expertise-category .box-banner-sidebar .sub-sub-square-card{
        max-height: 100%;
        min-height: 315px;
    }
}
@media screen and (max-width: 1080px){
    .box-banner-sidebar .square-card figure{
        background-size: 107%;
    }
}
@media screen and (max-width: 1023px){
    .box-banner-sidebar{
        max-width: 194px;
    }
    .box-banner-sidebar .square-card figure{
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    .box-banner-sidebar .square-card h4{
        padding-right: 10px;
        font-size: 23px;
    }
}


/****************************************/
/**** Taxomony Expertise - Solutions ****/
/****************************************/
.menu-expertise > a:hover::after, 
.menu-expertise.current-menu-item > a::after{
    background-color: #f7941e;
}
.menu-industries > a:hover::after, 
.menu-industries.current-menu-item > a::after{
    background-color: #0e76bc;
}

#content-main-category{
    position: relative;
    width: 100%;
    z-index: 9;
}
#content-main-category .container-full{
    margin: auto;
    max-width: 2016px;
    position: relative;
    height: 100%;
}
.bg-main-category{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    border-top: 1px solid #959595;
}
.bg-main-category .row{
    width: 100%;
    padding-right: 24px;
}
.bg-main-category .container-full{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 20px 30px 20px 78px;
}
.bg-main-category *{
    color: #dbdce0;
}
.bg-main-category .navigation-categories{
    padding-top: 4.5em;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.bg-main-category nav{
    text-align: left;
}
.bg-main-category nav ul{
    border-bottom: 1px solid #808082;
    padding-bottom: 9px;
    display: inline-block;
}
.bg-main-category nav li{
    vertical-align: middle;
    max-width: 165px;
    line-height: 1.2;
    display: inline-block;
    padding-right: 50px;
    text-align: left;
    width: 160px;
    padding-right: 20px;
    text-transform: none;
    margin: 0;
    margin-bottom: 1.5em;
    font-size: 1rem;
}
.bg-main-category nav li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.bg-main-category nav li a{
    display: block;
    font-weight: normal;
    font-size: 17px;
    padding: 0;
}
.bg-main-category nav li a:hover,
.bg-main-category nav li a:focus{
    color: #fff;
}
.bg-main-category .main-category-description{
    margin-right: auto;
    padding-top: 1em;
    max-width: 360px;
    width: 360px;
    padding-right: 50px;
    position: absolute;
    left: 0;
    padding-right: 10px;
}
.bg-main-category .main-category-description h1,
.bg-main-category .main-category-description h2,
.bg-main-category .main-category-description h3,
.bg-main-category .main-category-description h4,
.bg-main-category .main-category-description h5,
.bg-main-category .main-category-description h6{
    font-weight: normal;
    text-transform: uppercase;
}
.bg-main-category .main-category-description h2{
    margin-bottom: 0.5em;
    font-size: 28px;
}
.bg-main-category .main-category-description p{
    font-size: 17px;
}

@media screen and (max-width: 2030px){
    .bg-main-category .main-category-description{
        padding-left: 10px;
    }
}
@media screen and (max-width: 1840px){
    .bg-main-category .main-category-description{
        width: 17%;
    }
}
@media screen and (max-width: 1710px){
    .bg-main-category .row{
        padding-right: 10px;
        padding-left: 140px;
    }
    #content-main-category .container-full{
        padding-left: 0;
    }
    .bg-main-category .main-category-description{
        padding-left: 15px;
        width: 360px;
        max-width: none;
    }
}
@media screen and (max-width: 1650px){
    .bg-main-category .row{
        padding-left: 200px;
    }

    .bg-main-category nav li{
        padding-right: 30px;
    }
    .bg-main-category nav li a{
        font-size: 16px;
    }
    .bg-main-category .main-category-description p{
        font-size: 16px;
    }
}
@media screen and (max-width: 1550px){
    .bg-main-category .row{
        padding-left: 250px;
        padding-right: 0;
    }
}
@media screen and (max-width: 1440px){
    .bg-main-category .row{
        padding-left: 300px;
    }
}

@media screen and (max-width: 1400px){
    .bg-main-category .navigation-categories{
        padding-top: 3em;
    }
    .bg-main-category .main-category-description{
    }
    .bg-main-category .main-category-description h2{
        font-size: 27px;
    }
}
@media screen and (max-width: 1360px){
    .bg-main-category .row{
        padding: 0 15px;
    }
    #content-main-category .container-full{
        display: block;
        padding: 0;
        max-width: 73.125rem;
        margin-right: auto;
        margin-left: auto;
    }
    .bg-main-category{
        position: relative;
        min-height: 830px;
    }
    .bg-main-category .main-category-description{
        padding-top: 3em;
        padding-right: 0;
        width: 100%;
    }
    .bg-main-category nav ul{
        width: 100%;
    }
    .bg-main-category nav li{
        width: 159px;
    }
}
@media screen and (max-width: 1024px){
    .bg-main-category .navigation-categories{
        padding-top: 2em;
    }
    .bg-main-category nav ul{
        text-align: left;
    }
    .bg-main-category nav li{
        display: inline-block;
        max-width: none;
        width: 32%;
    }
}
@media screen and (max-width: 640px){
    .bg-main-category nav{
        text-align: left;
    }
    .bg-main-category nav li{
        display: block;
        margin-bottom: 1.4em;
        width: 100%;
        max-width: 100%;
    }
}



.banner-head-category-expertise #full_width{
    height: 443px !important;
}
/*width: calc((100vw - 1170px) / 2 + 155px);*/
.banner-head-category-expertise #full_width .page-header-text-top{
    min-height: 60px;
    top: 92px;
    width: auto;
    padding-right: 36px;
}
.banner-head-category-expertise #full_width .page-header-text-bottom{
    min-height: 107px;
    top: 152px;
    padding-right: 32px;
    width: calc((100vw - 1170px) / 2 + 590px);
}
.banner-head-category-expertise #full_width .page-header-text-bottom.width__auto {
    width: auto;
}
.expertise-category{
    margin-top: 22px;
}
.expertise-category .term-description{
    border-bottom: 1px solid #959595;
    margin-bottom: 2px;
}
.expertise-category .intro-description{
    margin-bottom: 1.8em;
    margin-top: 1em;
}
.expertise-category #section-expertise{
    padding-bottom: 1em;
    padding-top: 1em;
}
.expertise-category .multicard-container .square-card{
    width: calc(33.3% - 20px);
    max-width: 268.3px;
}
.expertise-category .multicard-container .square-card:nth-child(3n+3){
}
.expertise-category .multicard-container .square-card .sub-square-card{
    border: 0;
    padding: 0;
    padding-bottom: 18px;
}
.expertise-category .sub-sub-square-card{
    max-height: 255px;
}
.expertise-category .multicard-container .square-card figure{
    height: 105px;
    background-size: cover;
}
.expertise-category .multicard-container .square-card h4{
    align-items: flex-start;
    padding: 27px 38px 10px 38px;
    font-size: 26px;
    height: 143px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-rendering: optimizeLegibility;
    margin-bottom: 10px;
}
.expertise-category .multicard-container .square-card h4.title__grey {
    color: #6d6e71;
    transition: .5s all ease;
}
.square-card:hover h4.title__grey {
    color: black !important;
}
.expertise-category .square-card .sub-square-card span{
    padding: 0 16px;
}
.expertise-category .content-insights{
    font-size: 0;
    border-top: 1px solid #959595;
    padding-top: 26px;
    padding-bottom: 26px;
}

.expertise-category .content-insights h5.title{
    color: #8dc63f;
    text-transform: uppercase;
}
.expertise-category .insights-sibebar-item{
    display: inline-block;
    vertical-align: top;
    width: 22.641%;
    margin-right: 2.359%;
}
.expertise-category .insights-sibebar-item:last-child{
    margin-right: 0;
}
.expertise-category .insights-sibebar-item a{
    color: #6d6e71;
}
.expertise-category .insight-sidebar{
    margin-top: 1.25em;
}

@media screen and (max-width: 1024px){
    .banner-head-category-expertise #full_width{
        height: auto !important;
    }
    .banner-head-category-expertise #full_width .page-header-text-top,
    .banner-head-category-expertise #full_width .page-header-text-bottom{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .expertise-category .multicard-container .square-card{
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.5em;
    }
}
@media screen and (max-width: 580px){
    .expertise-category .insights-sibebar-item{
        width: 47%;
    }
}


/** Checkbox - 20/07/18 **/
.contact-form input[type="checkbox"]{
    margin-bottom: 0;
    display: inline;
    vertical-align: top;
    margin-right: 5px;
    height: auto;
    position: relative;
    margin-top: 6px;
}
.contact-form .acceptance-policy .wpcf7-list-item-label{
    display: inline;
}
.contact-form .acceptance-policy .wpcf7-list-item-label a{
    text-decoration: underline;
}

/** footer privacy policy link - 08/23/18 **/
.footer-menu .menu-item {
    float: left;
}


/** Event - 12/09/18 **/
#full_width.default-style-2{
    height: 443px !important;
}

#full_width.default-style-2 .page-header-text-top{
    min-height: 60px;
    font-size: 30px;
    text-transform: uppercase;
    width: calc((100vw - 1170px) / 2 + 380px);
    top: 142px;
}
#full_width.default-style-2 .page-header-text-bottom{
    width: calc((100vw - 1170px) / 2 + 1140px);
    min-height: 107px;
    font-size: 44px;
    font-weight: normal;
    padding-right: 10px;
    box-shadow: none;
    top: 202px;
}
.container-event .large-9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78.2%;
    flex: 0 0 78.2%;
    max-width: 914px;
}
.content-event{
    padding-top: 16px;
}
.content-event .row-info{
    border-bottom: 1px solid #959595;
    margin-bottom: 43px;
}
.content-event .row-info:last-child{
    border-bottom: 0;
}
.content-event .row-info > h3{
    color: #7f3f98;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 26px;
}
.content-event .row-info .info{
    width: 100%;
}
.content-event .row-info .info:before,
.content-event .row-info .info:after,
.content-event .insight-sidebar:before,
.content-event .insight-sidebar:after{
    content: '';
    display: table;
    table-layout: fixed;
}
.content-event .row-info .info:after,
.content-event .insight-sidebar:after{
    clear: both;
}
.content-event .row-info h4{
    color: #7f3f98;
}
.content-event .row-info .info p{
    /*font-size: 22px;*/
}
.content-event .row-info .info p,
.content-event .row-info .info li{
    color: #6d6e71;
}
.content-event .row-info .info ul{
    margin-bottom: 1em;
}
.content-event .row-info .info li{
    list-style-type: disc;
    margin-left: 1.15em;
}
.content-event .accordion .row-info > h3{
    position: relative;
    padding-bottom: 22px;
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 34px;
}
.content-event .accordion .row-info > h3:after{
    font-family: 'ankura' !important;
    font-size: 28px;
    content: "\e90c";
    color: #7f3f98;
    font-weight: 400;
    right: 0;
    position: absolute;
    top: 0;
}
.content-event .accordion .row-info.active > h3:after{
    content: "\e90a";
}
.content-event .insight-sidebar{
    width: 100%;
    padding-left: 0;
    font-size: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.content-event .insight-sidebar .item{
    width: 21.7194%;
    margin-right: 4.3741333%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 30px;
}
.content-event .insight-sidebar .item:nth-child(4n+4){
    margin-right: 0;
}
.content-event .insight-sidebar .item img{
    width: 100%;
    max-width: 192px;
    margin: auto;
    display: block;
}
.content-event .insight-sidebar .item .content h5{
    line-height: 23px;
}
.sidebar-event{
    margin-left: auto;
    padding-top: 28px;
    width: 223px;
    -webkit-flex: none;
    -moz-flex: none;
    flex: none;
}
.sidebar-event figure.sponsor{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #959595;
    padding-bottom: 20px;
}
.sidebar-event figure.sponsor img{
    display: block;
    margin: auto;
}
.sidebar-event .buttons-contact{
    clear: both;
    width: 100%;
    padding: 2px 0 7px;
    border-bottom: 1px solid #959595;
}
.sidebar-event .buttons-contact a{
    display: block;
    background: #8dc63f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    max-width: 193px;
    margin: 21px auto;
    min-height: 49px;
    padding: 11px 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sidebar-event .buttons-contact a.link-question{
    background: #6d6e71;
}
@media screen and (max-width: 1160px){
    #full_width.default-style-2 .page-header-text-top{
        font-size: 22px;
    }
    #full_width.default-style-2 .page-header-text-bottom{
        font-size: 40px;
        width: calc((100vw - 1170px) / 2 + 96%);
    }
}
@media screen and (max-width: 1024px){
    #full_width.default-style-2{
        height: auto !important;
    }
    #full_width.default-style-2 .page-header-text-top,
    #full_width.default-style-2 .page-header-text-bottom{
        width: 100%;
    }
}
@media screen and (max-width: 1023px){
    .container-event .large-9{
        max-width: 100%;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .sidebar-event{
        margin: 0;
        width: 100%;
        padding-top: 10px;
    }
    .sidebar-event figure.sponsor,
    .sidebar-event .buttons-contact{
        max-width: 193px;
        margin: auto;
    }
}
@media screen and (max-width: 640px){
    #full_width.default-style-2 .page-header-text-top{
        font-size: 16px;
    }
    #full_width.default-style-2 .page-header-text-bottom{
        font-size: 22px;
    }
    .content-event .row-info > h3{
        font-size: 22px;
    }
    .content-event .row-info{
        margin-bottom: 33px;
    }
    .content-event .insight-sidebar{
        text-align: center;
    }
    .content-event .insight-sidebar .item{
        width: 47.81293335%;
        text-align: left;
    }
    .content-event .insight-sidebar .item:nth-child(2n+2){
        margin-right: 0;
    }
}

/*************************************************************************/
/*************************************************************************/
/************************** New Filter People ****************************/
/*************************************************************************/
/*************************************************************************/
.row-content-results-people{
    padding-top: 20px;
}
#form-filter-people{
    margin-bottom: 30px;
}
#form-filter-people .select-line-search{
    width: 100%;
}
#form-filter-people .select-line-search input[type='search']{
    padding-left: 38px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #cacaca;
    box-shadow: none;
}
#form-filter-people .select-line-search::before{
    top: 8px;
    left: 12px;
}
#form-filter-people .inner-form-filter{
    border: 1px solid #CACACA;
}
#form-filter-people .widget-people-filter > h3{
    background: #e0e0e0;
    border-bottom: 1px solid #CACACA;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 12px 34px 12px 14px;
    margin: 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#form-filter-people .widget-people-filter > h3:hover,
#form-filter-people .widget-people-filter.open > h3{
    background-color: #8dc63f;
    color: #fff;
}
#form-filter-people .widget-people-filter > h3:after{
    content: '';
    background-image: url(assets/images/open-close2.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 28px;
    position: absolute;
    height: 15px;
    right: 11px;
    top: 14px;
    width: 14px;
}
#form-filter-people .widget-people-filter > h3:hover:after,
#form-filter-people .widget-people-filter.open > h3:after{
    background-position: -14px 0px;
}
#form-filter-people .widget-people-filter.open > h3:after{
    background-position: 1px -15px;
    background-size: 28px;
    height: 3px;
    right: 10px;
    top: 20px;
    width: 15px;
}
#form-filter-people .widget-people-filter.open > h3:hover:after{
    background-position: 1px -15px;
}
#form-filter-people .widget-people-filter .filter-options{
    /*border-bottom: 1px solid #CACACA;*/
    display: none;
    padding: 15px;
}
#form-filter-people .widget-people-filter:last-child .filter-options{
    border-bottom: 0;
}
#form-filter-people .widget-people-filter.open .filter-options{
    display: block;
}
#form-filter-people .widget-people-filter .filter-options label{
    cursor: pointer;
    position: relative;
    line-height: 1.3;
    padding-left: 25px;
}
#form-filter-people .widget-people-filter .filter-options label,
#form-filter-people .widget-people-filter .filter-options ul > li > ul li{
    margin-bottom: 10px;
}
#form-filter-people .widget-people-filter .filter-options label:last-child,
#form-filter-people .widget-people-filter .filter-options ul > li > ul li:last-child{
    margin-bottom: 0;
}
#form-filter-people .widget-people-filter .filter-options label:before{
    background-image: url(assets/images/checkbox.svg);
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 1px;
}
#form-filter-people .widget-people-filter .filter-options label.active:before{
    background-position: 0px -16px;
}
#form-filter-people .widget-people-filter .filter-options label input{
    display: none;
}
#form-filter-people .widget-people-filter .filter-options > ul{
    display: block;
    margin-left: -15px;
    width: calc( 100% + 30px);
    margin-top: -15px;
    margin-bottom: -15px;
    position: relative;
}
#form-filter-people .widget-people-filter .filter-options ul li strong{
    color: #505050;
    display: block;
    font-size: 15px;
    height: 34px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    padding: 5px 36px 5px 20px;
    white-space: nowrap;
    border-bottom: 1px solid #CACACA;
    cursor: pointer;
    position: relative;
}
#form-filter-people .widget-people-filter .filter-options ul li:last-child strong{
    /*border-bottom: 0;*/
}
#form-filter-people .widget-people-filter .filter-options ul li strong:after{
    content: '';
    background-image: url(assets/images/open-close2.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-position: 0px 1px;
    background-size: 24px;
    height: 13px;
    right: 12px;
    top: 10px;
    width: 12px;
}
#form-filter-people .widget-people-filter .filter-options > ul li.subc-active strong:after,
#form-filter-people .widget-people-filter .filter-options > ul li.parent-active strong:after{
    background-position: -12px -13px;
    height: 2px;
    top: 16px;
    right: 12px;
}
#form-filter-people .widget-people-filter .filter-options > ul li > ul{
    display: none;
    margin: 0;
    padding: 15px 15px 15px 25px;
}
#form-filter-people .widget-people-filter .filter-options > ul li.subc-active > ul,
#form-filter-people .widget-people-filter .filter-options > ul li.parent-active > ul{
    display: block;
}
#form-filter-people #widget-solutions{
    display: none;
}
#form-filter-people #widget-solutions.show{
    display:block;
}

#form-filter-people .filter-button{
    padding: 26px 15px;
    text-align: right;
}
#form-filter-people .filter-button .btn-clear{
    border: 0;
    line-height: 1;
    padding-left: 30px;
    padding-right: 30px;
}
#form-filter-people .filter-button .btn-reset{
    font-family: sans-serif;
    background: #9a9a9a;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    font-size: 14px;
}

#form-filter-people .widget-people-filter .filter-options > ul.category_exp_ind li.subcategory{
    position: relative;
}
#form-filter-people .widget-people-filter .filter-options > ul.category_exp_ind li.subcategory > .title{
    left: 0px;
    padding-left: 40px;
}
#form-filter-people .widget-people-filter .filter-options label.check-all{
    z-index: 99;
    position: absolute;
    left: 15px;
    top: 9px;
    height: 17px;
    margin-bottom: 0;
    padding: 0;
    width: 17px;
}

/** Tags - Cards - Navigation**/
.filters-tags{
    margin-bottom: 25px;
}
.filters-tags .title-tags{
    font-size: 15px;
}
.filters-tags .filter-tag{
    border-radius: 15px;
    border: 1px solid #CACACA;
    color: #333;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 6px 32px 6px 8px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 8px;
    position: relative;
}
.filters-tags .filter-tag .close{
    font-size: 13px;
    position: absolute;
    right: 12px;
    top: 6px;
}
.filters-tags .filter-tag:hover{
    border: 1px solid #959595;
}

.multicard-container .card-type-rectangle{
    flex: 0 0 calc(33.3% - 20px);
    width: calc(33.3% - 20px);
}
.multicard-container .card-type-rectangle,
.multicard-container .card-type-rectangle:nth-child(4n+4){
    margin-right: 30px;
}
.multicard-container .card-type-rectangle:nth-child(3n+3){
    margin-right: 0;
}
.navigation.pagination{
    text-align: center;
    margin-top: 10px;
}
.navigation.pagination .screen-reader-text{
    display: none;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span.page-numbers{
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #d7d7d7;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links span.page-numbers.current{
    border: 1px solid #959595;
    background: none;
    color: #000;
}
.navigation.pagination .nav-links span.page-numbers.dots{
    border: 0;
}

#form-filter-people .filter-mobile{
    display:none;
}
#form-filter-people .filter-mobile h4{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 14px 20px;
    border: 1px solid #cacaca;
    position: relative;
    border-radius: 30px;
    max-width: 300px;
    margin: 15px auto;
    background: #cacaca;
    text-align: center;
    cursor: pointer;
}
#form-filter-people .filter-mobile h4:before{
    content: '';
    background-image: url(assets/images/filter-icon-1.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 30px;
    position: absolute;
    left: 26px;
}
#result_people .not-find{
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    background: #f7f7f7;
    padding: 15px;
    width: 100%;
}


@media screen and (max-width: 1023px){
    .row-content-results-people{
        margin-top: 0;
        padding-top: 0;
    }
    #form-filter-people{
        margin-left: -15px;
        width: calc( 100% + 30px );
    }
    #form-filter-people .filter-mobile{
        display: block !important;
    }
    #form-filter-people .inner-form-filter{
        border-left: 0;
        border-right: 0;
        border-top: 0;
        display: none;
        /*margin-top: -49px;*/
        background: #fff;
        z-index: 999;
        position: relative;
    }
    #form-filter-people .select-line-search input[type='search']{
        border-top: 1px solid #cacaca;
    }
    #form-filter-people .select-line-search::before{
        top: 12px;
        width: 19px;
    }
    #form-filter-people .select-line-search input[type='search']{
        margin-bottom: 0;
        height: 50px;
    }

    .filters-tags .title-tags{
        display: none;
    }
    .filters-tags .filter-tag{
        font-size: 12px;
    }
    .multicard-container .card-type-rectangle{
        flex: 0 0 calc(25% - 23px);
        width: calc(25% - 23px);
    }
    .multicard-container .card-type-rectangle,
    .multicard-container .card-type-rectangle:nth-child(3n+3){
        margin-right: 30px;
    }
    .multicard-container .card-type-rectangle:nth-child(4n+4){
        margin-right: 0;
    }
}
@media screen and (max-width: 639px){
    .filters-tags{
        display: none;
    }
}
@media screen and (max-width: 425px){
    #form-filter-people .filter-button button{
        width: 100%;
    }
    #form-filter-people .filter-button .btn-reset{
        margin-top: 0;
    }
    #form-filter-people .filter-button .btn-clear{
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.has-cookie-bar.cookie-bar-top-bar.cookie-bar-bar .frameCont {
    height: calc(100vh - 250px) !important;
}
.cookie-bar-top-bar.cookie-bar-bar .frameCont {
    height: calc(100vh - 192px) !important;
}
.frameCont {
    position: relative;
    margin-bottom: -35px;
    height: calc(100vh - 192px);
}
.frameCont p {
    margin: 0;
}
.frameCont iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

/** Careers **/
.content-page-careers .expertise-category{
    margin-top: 30px;
}
.multicard-container .square-card.square-career-full{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    max-height: none;
    box-shadow: none;
    border-radius: 0;
    border-color: #CDC9C8;
}
.multicard-container .square-card.square-career-full .sub-square-card{
    padding-bottom: 0;
}
.multicard-container .square-card.square-career-full .sub-sub-square-card{
    max-height: 440px;
}
.multicard-container .square-card.square-career-full figure{
    height: 368px;
    background-position: center;
}
.multicard-container .square-card.square-career-full h4{
    font-size: 22px;
    height: auto;
    line-height: 1.2;
    min-height: 0;
    margin-bottom: 0;
    padding: 23px 38px;
    width: 30%;
}
.multicard-container .square-card.square-career-full .sub-square-card > span{
    position: absolute;
    bottom: 24px;
    padding-right: 38px;
    width: 68%;
    right: 0;
    margin-top: 0;
    top: inherit;
}
.career-videos{
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 26px;
    margin-top: 8px;
    border-top: 1px solid #EFEFF1;
}
.multicard-container .square-card.square-career-video.video-container a.video-btn{
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    font-size: inherit;
    text-transform: inherit;
    color: inherit;
    position: relative;
}
.multicard-container .square-card.square-career-video{
    width: calc(50% - 20px);
    max-width: 50%;
    flex: 0 0 calc(50% - 10px);
    clear: none !important;
    border-radius: 0;
    border-color: #CDC9C8;
    box-shadow: none;
    margin-right: 20px;
    margin-bottom: 25px;
}
.multicard-container .square-card.square-career-video.no-right{
    margin-right: 0;
}
.multicard-container .square-card.square-career-video .sub-square-card{
    padding-bottom: 0;
}
.multicard-container .square-card.square-career-video figure{
    padding-left: 18px;
    height: 158px;
    display: flex;
    align-items: center;
    background-position: center left;
    -webkit-box-shadow: inset 200px 0px 118px -5px rgba(0,0,0,0.31);
    -moz-box-shadow: inset 200px 0px 118px -5px rgba(0,0,0,0.31);
    box-shadow: inset 200px 0px 118px -5px rgba(0,0,0,0.31);
}
.multicard-container .square-card.square-career-video figure .inner-figure{
    border-left: 1px solid #AB8F33;
    padding-left: 7px;
}
.multicard-container .square-card.square-career-video figure h3{
    color: #E6CC48;
    font-size: 16px;
}
.multicard-container .square-card.square-career-video figure h4{
    color: #fff;
    font-size: 20px;
    padding: 0;
    height: auto;
    line-height: 1.2;
    min-height: auto;
    margin-bottom: 0;
    margin-top: 23px;
}
.multicard-container .square-card.square-career-video figure.title-green .inner-figure{
    border-color: #97C34E;
}
.multicard-container .square-card.square-career-video figure.title-orange .inner-figure{
    border-color: #EC9942;
}
.multicard-container .square-card.square-career-video figure.title-purple .inner-figure{
    border-color: #5D3288;
}
.multicard-container .square-card.square-career-video figure.title-green h3{
    color: #97C34E;
}
.multicard-container .square-card.square-career-video figure.title-orange h3{
    color: #EC9942;
}
.multicard-container .square-card.square-career-video figure.title-purple h3{
    color: #5D3288;
}
.multicard-container .square-card.square-career-video .sub-square-card > span{
    max-height: none !important;
    position: relative;
    top: 0;
    margin: 0;
    right: 0;
}
.multicard-container .square-card.square-career-video span.read-more{
    color: #666666;
    font-size: 15px;
    padding: 12px 8px;
    max-height: none !important;
    position: relative;
    top: 0;
    margin: 0;
    display: block;
    right: initial;
}
.multicard-container .square-card.square-career-video span:after{
    content: "\e90b";
    color: #666666;
    font-size: 8px;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    border: 1px solid #666666;
    line-height: 20px;
    padding-left: 7px;
    margin-bottom: 0;
    position: relative;
    bottom: 10px;
}
.content-page-careers .column.large-3 .insight-sidebar{
    border-left: 1px solid #E7E8EA;
    padding-left: 32px;
    margin-top: 0;
}
.content-page-careers .insight-sidebar .box-show-construction-forum{
    margin-bottom: 1em;
    width: 100%;
}
.content-page-careers .insight-sidebar .box-show-construction-forum .sub-square-card figure{
    height: 100px;
    background-position: center;
    background-size: cover;
}
.content-page-careers .insight-sidebar .box-show-construction-forum.box-insight .sub-square-card figure{
    background-position: center bottom;
}
.content-page-careers .insight-sidebar .box-show-construction-forum.box-location .sub-square-card figure{
    background-position: 0 -74px;
}
.content-page-careers .insight-sidebar .box-show-construction-forum .sub-square-card h4{
    padding-top: 22px;
    padding-left: 28px;
    padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
    .content-page-careers .column.large-3 .insight-sidebar{
        padding-left: 0;
        border: 0;
    }
    .content-page-careers .insight-sidebar .box-show-construction-forum{
        width: 23%;
        max-width: 100%;
        margin-right: 20px;
    }
    .content-page-careers .insight-sidebar .box-show-construction-forum:last-child{
        margin-right: 0;
    }
    .content-page-careers .insight-sidebar .box-show-construction-forum .sub-square-card h4{
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 853px) {
    .multicard-container .square-card.square-career-full figure{
        height: 268px;
    }
}
@media screen and (max-width: 800px) {
    .content-page-careers .insight-sidebar .box-show-construction-forum{
        width: 210px;
    }
}
@media screen and (max-width: 768px) {
    .multicard-container .square-card.square-career-full figure{
        height: 200px;
    }
    .multicard-container .square-card.square-career-full h4{
        font-size: 20px;
    }
    .multicard-container .square-card.square-career-video figure{
        height: 138px;
    }
    .multicard-container .square-card.square-career-full h4{
        width: 100%;
    }
}
@media screen and (max-width: 650px) {
    .multicard-container .square-card.square-career-full .sub-square-card span.read-more{
        display: none;
    }
    .content-page-careers .column.large-3 .insight-sidebar{
        flex-direction: inherit;
    }
}
@media screen and (max-width: 580px) {
    .multicard-container .square-card.square-career-video{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .content-page-careers .insight-sidebar .box-show-construction-forum{
        margin-right: 20px !important;
    }
}
@media screen and (max-width: 480px) {
    .content-page-careers .insight-sidebar .box-show-construction-forum{
        width: 194px; 
    }
    .content-page-careers .insight-sidebar .box-show-construction-forum .square-card{
        margin-bottom: 0;
    }
    .content-page-careers .insight-sidebar .box-show-construction-forum .sub-square-card h4{
        padding-left: 16px;
        font-size: 18px;
    }
}


/************************************************************/
/** New Banner - Small Container - 19/06/19 **/
.container-small .clear-before-after{
    position: relative;
    background-position: center !important;
    height: 100%;
}
.container-small .clear-before-after:before,
.container-small .clear-before-after:after{
    content: "";
    display: table;
    table-layout: fixed;
}
.container-small .clear-before-after:after{
    clear: both;
}
.container-small.bg-head{
    height: 190px;
}
.container-small .fs-20{
    font-size: 20px;
}
.container-small .bg-opacity-dark-gray{
    box-shadow: none;
    background: none;
    color: #fff;
}

.container-small .page-content-header-text-print{
    display: none;
}
.container-small .page-content-header-text{
    top: 50px;
    left: 7%;
    position: absolute;
}
.container-small .page-content-header-text:before,
.container-small .page-content-header-text:after{
    content: "";
    display: table;
    table-layout: fixed;
}
.container-small .page-content-header-text:after{
    clear: both;
}

.container-small .page-content-header-text .page-header-text-top,
.container-small .page-content-header-text .page-header-text-bottom{
    position: relative;
}
.container-small .page-content-header-text .page-header-text-top{
    float: left;
    min-height: 38px;
    min-width: 160px;
    padding-right: 13px;
    padding-left: 12px;
    top: 0;
    width: auto;
    display: none;
}
.container-small .page-content-header-text .page-header-text-bottom{
    clear: both;
    float: left;
    font-size: 35px;
    line-height: 1;
    min-height: 0;
    padding-right: 22px;
    top: 0;
    width: auto;
    text-transform: uppercase;
    font-weight: bold;
}

.bg-head.bg-head-container-block.container-small .page-content-header-text .page-header-text-top,
.bg-head.bg-head-container-block.container-small .page-content-header-text .page-header-text-bottom{
    padding-left: 22px !important;
}

.container-small .page-content-header-text .title-shadow{
    background-color: rgba(99, 99, 99, 0.73);
    -webkit-box-shadow: 0px 2px 10px 2px rgba(140, 140, 140, 0.75);
    -moz-box-shadow: 0px 2px 10px 2px rgba(140, 140, 140, 0.75);
    box-shadow: 0px 2px 10px 2px rgba(140, 140, 140, 0.75);
}

@media screen and (max-width: 1024px) {
   .container-small .page-header-text-top{
        font-size: 12px;
    } 
}
@media screen and (max-width: 767px) {
    .container-small .page-content-header-text .page-header-text-bottom{
        font-size: 26px;
    }
}

@media screen and (max-width: 425px) {
    .bg-head.bg-head-container-block.container-small .page-content-header-text .page-header-text-top, 
    .bg-head.bg-head-container-block.container-small .page-content-header-text .page-header-text-bottom{
        padding-left: 5px !important;
    }
}

.main-category-expertise .main-category-description{
    margin-bottom: 40px;
    overflow: hidden;
}
.main-category-expertise .title-featured{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.main-category-expertise .insight-sidebar{
    margin-top: 0;
    position: relative;
}
.main-category-expertise .insight-sidebar:before{
    content: '';
    height: 100%;
    border-left: 1px solid #D1D2D4;
    position: absolute;
    left: 18px;
    top: 0;
}
.main-category-expertise .insight-sidebar .insights-sibebar-item{
    width: 100%;
    margin-right: 0;
}
.main-category-expertise .insight-sidebar .title{
    color: #0e76bc;
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
    .main-category-expertise .insight-sidebar:before{
        display: none;
    }
    .main-category-expertise .insight-sidebar .insights-sibebar-item{
        width: 194px;
        max-width: 100%;
        margin-right: 20px;
    }
}
@media screen and (max-width: 600px) {
    .main-category-expertise .main-category-description .one_fourth{
        margin-bottom: 0;
    }
}

/* FIX FAQS */
a.button-site {
    float: right;
    color: #f39200;
    margin-right: 22px;
}
a.button-site:after {
    content: "\e903";
    font-family: 'ankura' !important;
    font-size: 15px;
    padding-top: 7px;
    padding-right: 1px;
    padding-left: 5px;
    transform: rotate(-90deg);
    position: absolute;
}
.shutter-panel-collapse {
    display: none;
}

.faqs-questions h2 {
    margin: 0;
}
ul.cultura-faqs {
    margin: 0;
    padding: 0;
    list-style: none;
}
a.panel-heading {
    font-weight: 600;
    font-size: 16px;
}
a.panel-heading:after {
    content: "\e903";
    font-family: 'ankura' !important;
    font-size: 15px;
    padding-top: 4px;
    padding-right: 0px;
    padding-left: 8px;
    position: absolute;
}
a.panel-heading.current:after {
    transform: rotate(-90deg);
    padding-top: 7px;
    padding-right: 5px;
    padding-left: 5px;
}

/* Fix Footer */
@media (max-width: 480px) {
    ul.footer-menu {
        display: table;
        margin: 5px auto;
    }
}

/* Tables for Cookie Notice */
table.cookieTable{
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 30px;
}
table.cookieTable td {
    border: 2px solid #cecece;
    padding: 10px;
}

p > div.optanon-show-settings-left, p > div.optanon-show-settings-middle, p > div.optanon-show-settings-right{
    border:none!important;
}


/**********************************************************************/
/*********************** Insights - Link Video ************************/
.insight-sidebar .insights-sibebar-item.video-container.no-button{
    display: block;
}
.insights-sibebar-item.video-container.no-button a.video-btn,
.item.video-container.no-button a.video-btn{
    position: relative;
    display: inherit;
    width: auto;
    justify-content: normal;
    height: auto;
    border: 0;
    border-radius: 0;
    font-size: inherit;
    text-transform: inherit;
    color: inherit;
    align-items: normal;
}
.item.video-container.no-button a.video-btn.link{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
/* People */
.accordion-item .accordion-content ul li.video-container.no-button{
    flex: none;
    display: list-item;
}
.accordion-content .video-container.no-button .video-btn{
    border: 0;
    width: auto;
    height: auto;
    font-size: inherit;
    display: block;
    align-items: normal;
    justify-content: normal;
    border-radius: 0;
    text-transform: none;
}
/* Construction */
.content-construction .expertise-category .multicard-container .square-card{
    padding-bottom: 18px;
}
.content-construction .expertise-category .multicard-container .square-card .video-btn{
    width: auto;
    height: auto;
    border: 0;
    display: block;
    border-radius: 0;
    font-size: inherit;
    text-transform: inherit;
}
/* Single insight */
.insight-sidebar p.video-container.no-button a.video-btn{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    font-size: inherit;
    text-transform: none;
}
/* Search */
.item-search-insight{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.item-search-insight.video-container.no-button a.video-btn{
    display: inherit;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    font-size: inherit;
    text-transform: none;
}
/**********************************************************************/

/******************************************************************************/
/*************************** New Styles PDF 07/11/2019 ************************/
/******************************************************************************/
.bannerNew {
    position: relative;
}
.bannerNew #full_width {
    height: 350px !important;
}
.bannerNew .bg-head-inside-full {
    background-size: cover !important;
    border-bottom: 1px solid #979797;
}
.bannerNew .title {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bannerNew .title.op{
    background: rgba(255,255,255,.7);
    padding: 18px 0 0 0;
}
.bannerNew .title h1 {
    color: #0e76bc;
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 15px;
}
.bannerNew .title h1 em {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 100px;
    line-height: 80px;
}
.bannerNew .title h1 b,
.bannerNew .title h1 strong {
    font-weight: 800;
}

#forum .introText p {
    font-size: 18px;
    line-height: 33px;
}
#forum .introText.big p{
    font-size: 20px;
    line-height: 36px;
}

#forum h3.title-webinar-forum{
    margin-top: 6px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 28px;
}
#forum.expertise-category #section-expertise {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    margin: 2em 0;
    padding-bottom: 0;
}
#forum.expertise-category #section-expertise.no-margin-top{
    margin-top: 6px;
}
#forum .multicard-container .square-card {
    margin-right: 22px !important;
    /*margin-bottom: 0;*/
    overflow: hidden;
    max-height: inherit;
}
#forum .column.large-12 .multicard-container .square-card{
    width: calc(25% - 20px);
    flex: 0 0 calc(25% - 17px);
}
#forum .multicard-container .square-card:nth-child(4) {
    margin-right: 0 !important;
}
#forum .multicard-container .sub-sub-square-card{
    max-height: 285px;
    max-height: inherit;
}
#forum.expertise-category #signupNew.multicard-container .square-card h4{
    font-size: 21px;;
    margin-bottom: 8px;
}
#forum .multicard-container .text {
    padding: 14px 25px;
    min-height: 150px;
    padding-bottom: 50px;
}
#forum.expertise-category .multicard-container .square-card h4 {
    height: auto;
    color: #0e76bc;
    text-transform: uppercase;
    min-height: auto;
    padding: 0;
    transition: all ease .2s;
    font-size: 24px;
    max-height: 86px;
}
#forum.expertise-category .multicard-container .square-card:hover h4 {
    color: #000;
}
#forum .text p {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    max-height: 46px;
    overflow: hidden;
}
#forum .square-card span:after {
    color: #6F6F6F;
}
#forum #upcomingNew .square-card span:after{
    color: #f7941e;
    font-weight: bold;
}
#signupNew.multicard-container .square-card {
    width: 100%;
    flex: initial;
    margin: 0 !important;
}
#signupNew.multicard-container .square-card:nth-child(2) { 
    margin-top: 30px !important;
}
#forum #signupNew .text {
    min-height: auto;
    padding: 12px 25px 15px;
}
#signupNew .square-card .sub-square-card span {
    text-align: left;
    justify-content: initial;
    padding: 0 25px;
    font-size: 16px;
}
#forum #signupNew .square-card span:after {
    color: #f7941e;
    font-size: 18px;
    margin-bottom: -2px;
    font-weight: bold;
}


#forum .multicard-container.listThree .square-card {
    margin-right: 20px !important;
}
#forum .multicard-container.listThree .square-card:nth-child(3) {
    margin-right: 0 !important;
}
.expertise-category .readmoreStyle .square-card .sub-square-card span {
    justify-content: initial;
    padding: 0 25px;
    color: #0e76bc;
}

.tabs-wrap.newListing .tabs-content {
    width: 100%;
    margin-bottom: 2em;
}
.tabs-wrap.newListing .item {
    border: 1px solid #cecece;
    padding: 0 20px 0 0;
    margin-bottom: 20px;
}

.tabs-wrap.newListing .item.video-container.no-button a.video-btn{
    align-items: center;
    width: 100%;
}
.tabs-wrap.newListing .item h3 {
    margin-bottom: 5px;
    color: #0e76bc;
}
.tabs-wrap.newListing .item h3 a {
    color: #0e76bc;
}
.tabs-wrap.newListing .item figure {
    min-width: 180px;
    display: inline-block;
    margin-right: 25px;
    height: 115px;
    background-size: cover;
    background-position: center;
}
.tabs-wrap.newListing .item span.date {
    margin: 5px 0 10px;
    display: block;
    font-weight: 600;
}
.tabs-wrap.newListing .item p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
    max-height: 36px;
    overflow: hidden;
}
.tabs-wrap.newListing .item > div{
    width: 100%;
}
.tabs-wrap.newListing .item .video-btn > div{
    margin-right: auto;
}

#joinusNew .square-card {
    width: 100%;
    margin: 0;
    flex: none;
    /*max-height: 360px;*/
    max-height: none;
}
#joinusNew .sub-sub-square-card {
    max-height: none;
}
#joinusNew .square-card .sub-square-card span{
    justify-content: end;
}
#joinusNew .square-card span:after{
    margin-bottom: -4px;
    font-size: 20px;
}
#joinusNew .square-card h4 {
    height: auto;
    padding: 0;
    min-height: auto;
    color: #0e76bc;
    text-transform: uppercase;
    font-size: 21px;
}
#joinusNew .square-card .text {
    padding: 20px 18px;
}
#joinusNew .square-card .text p {
    font-size: 19px;
    line-height: 24px;
    color: #666666;
}
#joinusNew .square-card .text .date{
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}

.custome-tabs .newListing .item .link {
    margin-left: 0;
    font-size: 13px;
    color: #f39200;
}
.custome-tabs .newListing .item .link i{
    font-size: 25px;
}
.custome-tabs .newListing .item a.video-btn i{
    height: 25px;
    width: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 25px;
    right: 0;
    padding: 0;
}
.select-line.newUpcoming select {
    width: 49%;
    color: #494949;
    font-size: 18px;
    font-weight: bold;
}

#expertsList #result_people{
    margin-top: 1.5em;
}
#expertsList .card-type-rectangle {
    flex: 0 0 calc(19.59% - 20px);
    width: calc(19.59% - 20px);
}
#expertsList .card-type-rectangle:nth-child(3n+3) {
    margin-right: 30px;
}
#expertsList .card-type-rectangle:nth-child(5n+5) {
    margin-right: 0;
}
#expertsList .card-type-rectangle .name.more-experts{
    color: #0e76bc;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}
#expertsList .card-type-rectangle a.connect{
    color: #f7941e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
#expertsList .card-type-rectangle a.connect i{
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 3px;
}
#expertsList .card-type-rectangle a.connect i:before{
    color: inherit;
}

.newExperts.select-line select, 
.newExperts.select-line input {
    width: 32%;
}
.newExperts.select-line .inner-form-filter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}
.newExperts.select-line label.show-mobile{
    font-weight: bold;
    text-transform: uppercase;
    display: none;
    clear: both;
    width: 50%;
    vertical-align: top;
    position: relative;
}
.newExperts.select-line input {
    background-color: #0e76bc;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background: rgb(27,85,135);
    background: linear-gradient(90deg, rgba(27,85,135,1) 0%, rgba(14,118,188,1) 100%);
    font-size: 18px;
    letter-spacing: 1px;
}
.newExperts.select-line .filter-mobile h4{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 14px 20px;
    border: 1px solid #cacaca;
    position: relative;
    border-radius: 30px;
    max-width: 300px;
    margin: 15px auto;
    background: #cacaca;
    text-align: center;
    cursor: pointer;
}
.newExperts.select-line .filter-mobile h4:before{
    content: '';
    background-image: url(assets/images/filter-icon-1.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 30px;
    position: absolute;
    left: 26px;
}

#webinarsList .item {
    border-top: none;
    border-right: none;
    border-left: none;
    padding-bottom: 12px;
    margin-bottom: 12px;
    justify-content: start;
}
#webinarsList .item .link {
    margin-top: auto;
    margin-bottom: 8px;
    margin-left: auto;
}
#webinarsList .item .link i{
    font-size: 21px;
}
#webinarsList .item figure {
    width: 160px;
    height: 100px;
}
#webinarsList .item h3, 
#webinarsList .item p {
    margin: 0;
}
.tabs-wrap.newListing .item span.date {
    /*margin: 0 0 5px;*/
    margin: 4px 0 5px;
}

#forum #upcomingNew .square-card {
    width: 100%;
    margin-right: 0 !important;
    flex: initial;
    /*max-width: none;*/
    max-width: 555px;
}
#upcomingNew figure {
    float: left;
    width: 62%;
    height: 128px;
}
#forum #upcomingNew .text {
    width: 38%;
    float: left;
    height: auto !important;
    min-height: auto;
    padding: 20px 25px;
}
#upcomingNew .text span {
    float: left;
    position: initial !important;
}
#upcomingNew .text span, 
#upcomingNew .sub-square-card {
    padding: 0;
}

#forum .sub-square-card {
    padding-bottom: 0;
}
#forum.expertise-category .square-card .sub-square-card span {
    position: absolute;
    bottom: 18px;
    width: auto;
    padding: 0;
    height: auto;
    max-height: none;
    display: flex;
    left: 25px;
    font-size: 15px;
}
#forum.expertise-category .square-card .sub-square-card span.right{
    right: 15px;
}
#forum.expertise-category .square-card .sub-square-card span i {
    float: right;
    order: 3;
    margin-left: 5px;
    color: #6F6F6F;
    font-style: normal;
}
#forum.expertise-category .square-card span:after {
    padding-left: 5px;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: -4px;
}
#forum #signupNew .square-card .sub-square-card span {
    position: initial;
    float: none;
}
#signupNew figure {
    height: 120px;
}

.form-access-forum .gfield_select{
    background-size: 36px 17px;
    background-image: url(/wp-content/themes/ankura/assets/images/arrow-down.svg);
    background-position: right center;
}

/* Select2 */
.row .select2-container{
	margin: 10px 0;
}
.row .select2-container.select2-container--default .select2-selection--single{
	border: 0;
    border-radius: 0;
    height: 46px;
}
.row .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100%;
    padding: 0.5rem 0.5rem 0.5rem 1.70rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 18px;
    line-height: 31px;
    color: #494949;
    font-weight: bold;
}
.row .select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: inherit;
}
.row .select2-container.select2-container--default .select2-selection--single .select2-selection__clear{
	display:none;
}
.row .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 46px;
    top: 0;
    background-image: url(/wp-content/themes/ankura/assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 36px 17px;
    background-position: center;
    right: 0;
    width: 43px;
}
.row .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}

.select2-results__option{
    position: relative;
    padding: 5px 6px 5px 34px !important;
    font-size: 14px;
}
.select2-results__option .wrap:before{
    background-image: url(/wp-content/themes/ankura/assets/images/checkbox.svg);
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    left: 8px;
    top: 8px;
}
.select2-results__option[aria-selected=true] .wrap:before{
    background-position: 0px -16px;
}

.rollOverOrange .square-card:hover h4.title__grey, 
.rollOverOrange .square-card:hover h4 {
    color: #f39200 !important;
}

#joinusNew .sub-sub-square-card {
    min-height: 350px;
}
#joinusNew .small-banner-construction .sub-sub-square-card{
    min-height: auto;
}
#joinusNew .small-banner-construction .square-card h4{
    color: #1a7dbf;
    font-size: 22px;
    text-transform: none;
    line-height: 27px;
    padding: 14px 10px 0px;
}
#joinusNew .small-banner-construction .square-card .sub-square-card > span{
    padding: 0 10px;
}
#joinusNew .small-banner-construction .square-card .sub-square-card span > span{
    padding-right: 0px;
}

@media screen and (max-width: 1024px) {
    .bannerNew #full_width{
        height: auto !important;
    }
    .bannerNew .title h1{
        font-size: 40px;
    }
    .bannerNew .title h1 em{
        font-size: 88px;
        line-height: 70px;
    }
    #forum .introText.big p,
    #forum .introText > p{
        font-size: 18px;
        line-height: 1.45;
    }
    #forum.expertise-category .multicard-container .square-card h4{
        /*text-transform: none;*/
        padding-bottom: 1px;
    }
    #forum.expertise-category .square-card .sub-square-card span{
        font-size: 14px;
    }
    #forum #upcomingNew{
        margin: 15px 0;
    }
    #forum h3.title-webinar-forum{
        text-transform: none;
    }
    .row .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
    .newExperts.select-line input{
        font-size: 16px;
    }
    .select-line.newUpcoming select{
        font-size: 16px;
    }
}
@media screen and (max-width: 1023px) {
    #expertsList .card-type-rectangle{
        flex: 0 0 calc(25% - 23px);
        width: calc(25% - 23px);
    }
    #expertsList .card-type-rectangle:nth-child(5n+5){
        margin-right: 30px;
    }
    
    #joinusNew .sub-sub-square-card {
        min-height: initial;
    }
    #joinusNew .small-banner-construction .square-card h4,
    #joinusNew .small-banner-construction .square-card .sub-square-card > span{
        padding-right: 18px;
        padding-left: 18px;
    }
    #joinusNew .small-banner-construction .square-card .sub-square-card span > span{
        padding: 0;
        flex: none;
        width: auto;
    }
}
@media screen and (max-width: 940px) {
    #forum .column.large-12 .multicard-container .square-card{
        width: calc(50% - 20px);
        flex: 0 0 calc(50% - 17px);
        max-width: calc(50% - 22px);
    }
}
@media screen and (max-width: 767px) {
    .bannerNew .title.op{
        padding-top: 8px;
    }
    .bannerNew .title h1{
        font-size: 32px;
    }
    .bannerNew .title h1 em{
        font-size: 65px;
    }
    #forum .multicard-container .text{
        min-height: auto;
    }
    #forum .column.large-12 .multicard-container .square-card{
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    #signupNew figure{
        height: 105px;
    }
    #expertsList .card-type-rectangle{
        flex: 0 0 calc(33.9% - 15px);
        width: calc(33.9% - 15px);
    }
    #expertsList .card-type-rectangle,
    #expertsList .card-type-rectangle:nth-child(5n+5){
        margin-right: 15px;
    }
    #expertsList .card-type-rectangle:nth-child(3n+3){
        margin-right: 0;
    }
    .newExperts.select-line{
        border-bottom: 1px solid #cacaca;
        background-color: #eaeaea;
        padding: 0;
    }
    .newExperts.select-line .filter-mobile{
        display: block !important;
        width: 100%;
        margin-bottom: 0.5em;
    }
    .newExperts.select-line .inner-form-filter{
        display:none;
    }
    .newExperts.select-line label.show-mobile{
        /*display: inline-block;*/
        display: none;
    }
    .newExperts.select-line select{
        width: 100%;
        margin: 5px 0 10px 0;
    }
    .newExperts.select-line input{
        margin: 10px auto;
        display: block;
        width: 100%;
        max-width: 135px;
        padding: 8px;
    }
    .newExperts.select-line .select2-container{
        width: 100% !important;
    }
}
@media screen and (max-width: 640px) {
    .bannerNew .title.op{
        padding-top: 16px;
    }
    .bannerNew .title h1{
        font-size: 26px;
    }
    .bannerNew .title h1 em{
        font-size: 50px;
        line-height: 43px;
    }
    #forum .introText.big p,
    #forum .introText > p{
        font-size: 14px;
        line-height: 1.45;
    }
    .tabs-wrap.newListing .item{
        position: relative;
        min-height: 90px;
        padding: 5px 40px 5px 10px;
    }
    .tabs-wrap.newListing .item figure{
        display: none;
    }
    .custome-tabs .newListing .item .link{
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 10px;
    }
    .custome-tabs .newListing .item .link i{
        font-size: 20px;
    }
    .custome-tabs .newListing .item a.video-btn i{
        position: absolute;
        right: -35px;
        font-size: 20px;
        top: 50%;
        margin-top: -10px;
    }
    #webinarsList .item .link .text-read{
        display: none;
    }
    #joinusNew .square-card .text p{
        display: block;
        line-height: 16px;
        font-size: 14px;
    }
    #joinusNew .square-card .sub-square-card span{
        position: relative;
        right: initial;
    }
    #joinusNew .square-card span:after{
        padding-left: 8px;
    }
    #joinusNew .small-banner-construction .square-card .sub-square-card > span{
        bottom: 0;
    }

    #forum h3.title-webinar-forum{
        font-size: 22px;
    }
    #forum #upcomingNew .text h4{
        font-size: 21px;
    }
    #expertsList .card-type-rectangle{
        flex: 0 0 calc(50% - 15px);
        width: calc(50% - 15px);
    }
    #expertsList .card-type-rectangle:nth-child(2n+2){
        margin-right: 0;
    }
}
@media screen and (max-width: 425px) {
    .bannerNew .title h1{
        font-size: 22px;
    }
    .bannerNew .title h1 em{
        font-size: 40px;
        line-height: 35px;
    }
    #forum.expertise-category .square-card .sub-square-card span{
        top: 57.5%;
        margin-top: 0;
        max-height: 26px !important;
    }
    #forum.expertise-category .square-card.keep-read-bottom .sub-square-card > span{
        top: inherit;
        top: initial;
    }
    #forum.expertise-category .square-card span:after{
        margin-bottom: 0;
    }
    #forum.expertise-category .square-card.keep-read-bottom span:after{
        margin-bottom: -4px;
    }
    #forum #upcomingNew figure{
        width: 54%;
        height: 132px;
    }
    #forum #upcomingNew .text{
        width: 46%;
    }
    #expertsList .card-type-rectangle{
        flex: 0 0 260px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
    #expertsList .card-type-rectangle:nth-child(5n+5),
    #expertsList .card-type-rectangle:nth-child(3n+3),
    #expertsList .card-type-rectangle:nth-child(2n+2){
        margin-right: auto;
    }
    #joinusNew .small-banner-construction .square-card .sub-square-card span > span{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        top: 7px;
    }
}
@media screen and (max-width: 375px) {
    #forum #upcomingNew .text{
        padding: 18px 15px;
        width: 50%;
    }
    #forum #upcomingNew figure{
        width: 50%;
    }
}