/*
Theme Name: Citigate Dewe Rogerson
Theme URI: http://invicomm.com/
Author: Invicomm
Author URI: http://www.invicomm.com
Description: Citigate Dewe Rogerson Theme
Version: 1.0.0
Text Domain: dhub
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*--------------------------------------------------------------
# Country selector
--------------------------------------------------------------*/

.admin-bar ul.countrySelector {
    top: 32px;
}

ul.countrySelector {
    position: absolute;
    background: #c82222;
    list-style: none;
    top: 0;
    left: 37px;
    z-index: 9999;
    margin: 0;
    padding: 0;
}

ul.countrySelector > li > a {
    background: #c82222;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 400;
}

ul.countrySelector > li > a:before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.countrySelector > li:hover > ul {
    display: block;
}

ul.countrySelector ul {
    position: absolute;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    display: none;
    background: #F2F1F1;
}

ul.countrySelector ul li {
    display: block;
    white-space: nowrap;
}

ul.countrySelector ul li a {
    color: #0e76bc;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: block;
}

ul.countrySelector ul li:hover,
ul.countrySelector ul li a:hover {
    background: #fff;
}

ul.countrySelector ul li:hover > ul {
    display: block;
}

ul.countrySelector ul ul {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    height: auto!important;
    border-left: 2px solid #c82222;
    min-width: 200px;
}
ul.countrySelector ul ul ul {
    height: 100%!important;
}
ul.countrySelector ul ul li {
    display: block;
}

ul.countrySelector ul ul li a {
    color: #c82222;
}

/*--------------------------------------------------------------
# Language selector
--------------------------------------------------------------*/

.admin-bar ul.languageSelector {
    top: 32px;
}

ul.languageSelector {
    top: 0;
    left: 140px;
    position: absolute;
    z-index: 99;
    margin: 0;
}

ul.languageSelector li {
    list-style: none;
    display: inline-block;
    opacity: .5;
    margin-right: 5px;
}

ul.languageSelector li.current-lang {
    opacity: 1;
}

ul.languageSelector li:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

.auto-height {
    height: auto !important;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/

.post-list .post {
    width: 33.3%;
    float: left;
    padding: 0 15px 30px 15px;
}

.post-list .post:nth-child(3n+1){
    clear: left;
}

.post-list .post h3 {
    margin-bottom: 0;
}

.post-list .post .categories {
    margin: 5px 0 15px 0;
    font-size: 16px;
}

.post-list .post .dhub-button-container {
    margin-top: 20px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
    border: 0;
}

.single-case_study .site-main {
  padding: 30px 0;
}


body .dhub-case-studies {
  background: #fff;
}
body .dhub-case-studies .vc_column_container {
  border: none;
  padding: 0 0 55px 0;
}
body .dhub-case-studies .align-center {
  text-align: left;
}
body .dhub-case-studies h2 {
  padding: 20px 30px; 
}
body .dhub-case-studies h3 {
  margin: 1em 0 0.375em;
  color: #bf2c37;
}
body .dhub-case-studies .dhub-button {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #bf2c37;
  border-color: #bf2c37;
}
body .dhub-case-studies .dhub-button:hover {
  color: #fff;
  background: #bf2c37;
  border-color: #bf2c37;
}

body .dhub-case-studies .dhub-button:hover:before,
body .dhub-case-studies .dhub-button:before {
   display: none;
}
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.alignright{float: right;}
.alignleft{float: left;}
.aligncenter{text-align: center;}

/*!
 * All styles
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
picture {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
}
audio:not([controls]) {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
picture img {
    display: none;
}
#map_canvas img,
.google-maps img {
    max-width: none;
}
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}
button,
input {
    overflow: visible;
    line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}
input[type="search"] {
    /*.box-sizing(content-box);*/
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
@font-face {
    font-family: 'BrandonGrotesque-Light';
    src: url('fonts/brandon_light-webfont.svg#BrandonGrotesque-Light') format('svg'), url('fonts/brandon_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_light-webfont.otf') format('opentype'), url('fonts/brandon_light-webfont.woff') format('woff'), url('fonts/brandon_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BrandonGrotesque-Regular';
    src: url('fonts/brandon_reg-webfont.svg#BrandonGrotesque-Regular') format('svg'), url('fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_reg-webfont.otf') format('opentype'), url('fonts/brandon_reg-webfont.woff') format('woff'), url('fonts/brandon_reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BrandonGrotesque-Bold';
    src: url('fonts/brandon_bld-webfont.svg#BrandonGrotesque-Bold') format('svg'), url('fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_bld-webfont.otf') format('opentype'), url('fonts/brandon_bld-webfont.woff') format('woff'), url('fonts/brandon_bld-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Baskerville-Regular';
    src: url('fonts/baskerville-webfont.svg#baskerville') format('svg'), url('fonts/baskerville-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/baskerville-webfont.woff') format('woff'), url('fonts/baskerville-webfont.ttf') format('truetype'), url('fonts/baskerville-webfont.eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Baskerville-Italic';
    src: url('fonts/baskerville-italic-webfont.svg#baskerville-italic') format('svg'), url('fonts/baskerville-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/baskerville-italic-webfont.woff') format('woff'), url('../fontsbaskerville-italic-webfont.ttf') format('truetype'), url('fonts/baskerville-italic-webfont.eot');
    font-weight: normal;
    font-style: normal;
}
/* Base Font */
/* Micro ClearFix Mixin */
.p-top {
    padding-top: 2%;
}
.p-right {
    padding-right: 2%;
}
.p-bottom {
    padding-bottom: 2%;
}
.p-left {
    padding-left: 2%;
}
.m-top {
    margin-top: 2%;
}
.m-right {
    margin-right: 2%;
}
.m-bottom {
    margin-bottom: 2%;
}
.m-left {
    margin-left: 2%;
}
.p-top-small {
    padding-top: 1%;
}
.p-right-small {
    padding-right: 1%;
}
.p-bottom-small {
    padding-bottom: 1%;
}
.p-left-small {
    padding-left: 1%;
}
.m-top-small {
    margin-top: 1%;
}
.m-right-small {
    margin-right: 1%;
}
.m-bottom-small {
    margin-bottom: 1%;
}
.m-left-small {
    margin-left: 1%;
}
.p-top-large {
    padding-top: 4%;
}
.p-right-large {
    padding-right: 4%;
}
.p-bottom-large {
    padding-bottom: 4%;
}
.p-left-large {
    padding-left: 4%;
}
.m-top-large {
    margin-top: 4%;
}
.m-right-large {
    margin-right: 4%;
}
.m-bottom-large {
    margin-bottom: 4%;
}
.m-left-large {
    margin-left: 4%;
}
* {
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.0625em;
    color: #242c37;
    font-weight: 300;
    min-width: 240px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    min-height: 100%;
    flex-direction: column;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.666;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    /*&.scrolld {
          padding-top: 6em;
      }*/
}
a {
    color: #044f9e;
    text-decoration: none;
}
.js-active-delay a {
    transition: .5s ease;
}
a:hover {
    color: #bf2c37;
}
a:visited {
    color: #03366c;
}
p {
    margin: 1.5rem 0 0 0;
}
p:first-child {
    margin-top: 0;
}
p.large {
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 200;
}
@media all and (min-width: 1024px) {
    p.large {
        font-size: 1.5em;
    }
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.max-50 {
    max-width: 50%;
    margin: 0 auto;
}
section.normal {
    color: #242c37;
}
section.blue {
    color: #044f9e;
}
section.red {
    color: #bf2c37;
}
section.white {
    color: #ffffff;
}
section.white a {
    color: #ffffff;
}
.vc_column-container {
    width: 100%;
}
.vc_row {
    *zoom: 1;
    clear: both;
    overflow: hidden;
}
.vc_row:before,
.vc_row:after {
    display: table;
    content: "";
    line-height: 0;
}
.vc_row:after {
    clear: both;
}
.vc_row::after {
    content: '';
    display: block;
    clear: both;
}
.vc_column_container {
    float: left;
    margin: 0 2em 3em;
}
.vc_col-sm-1 {
    width: calc( ( ( ( 100% - 48em ) / 12 ) * 1 ) + 0 );
}
.vc_col-sm-2 {
    width: calc( ( ( ( 100% - 48em ) / 12 ) * 2 ) + 4em );
}
.vc_col-sm-3 {
    width: calc( ( ( ( 100% - 48em ) / 12 ) * 3 ) + 8em );
}
.vc_col-sm-4 {
    width: calc( ( ( ( 100% - 48em ) / 12 ) * 4 ) + 12em );
}
.vc_col-sm-5 {
    width: calc( ( ( ( 100% - 48em ) / 12 ) * 5 ) + 16em );
}
.vc_col-sm-6 {
    width: calc( ( ( ( 100% - 48em ) / 12 ) * 6 ) + 20em );
}
.vc_col-sm-7 {
    width: calc( ( ( ( 100% - 48em ) / 12 ) * 7 ) + 24em );
}
.vc_col-sm-8 {
    width: calc( ( ( ( 100% - 48em ) / 12 ) * 8 ) + 28em );
}
.vc_col-sm-9 {
    width: calc( ( ( ( 100% - 48em ) / 12 ) * 10 ) + 32em );
}
.vc_col-sm-10 {
    width: calc( ( ( ( 100% - 48em ) / 12 ) * 10 ) + 36em );
}
.vc_col-sm-11 {
    width: calc( ( ( ( 100% - 48em ) / 12 ) * 11 ) + 40em );
}
.vc_col-sm-12 {
    width: calc( 100% - 4em );
}
.vc_col-sm-offset-0 {
    margin-left: 0;
}
.vc_col-sm-offset-1 {
    margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 1 ) + 1.5em );
}
.vc_col-sm-offset-2 {
    margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 2 ) + 2.5em );
}
.vc_col-sm-offset-3 {
    margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 3 ) + 3.5em );
}
.vc_col-sm-offset-4 {
    margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 4 ) + 4.5em );
}
.vc_col-sm-offset-5 {
    margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 5 ) + 5.5em );
}
.vc_col-sm-offset-6 {
    margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 6 ) + 6.5em );
}
.vc_col-sm-offset-7 {
    margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 7 ) + 7vem );
}
.vc_col-sm-offset-8 {
    margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 8 ) + 8.5em );
}
.vc_col-sm-offset-9 {
    margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 9 ) + 9.5em );
}
.vc_col-sm-offset-10 {
    margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 10 ) + 10.5em );
}
.vc_col-sm-offset-11 {
    margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 11 ) + 11vem );
}
@media all and (min-width: 400px) {
    .vc_col-xs-1 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 1 ) + 0 );
    }
    .vc_col-xs-2 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 2 ) + 4em );
    }
    .vc_col-xs-3 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 3 ) + 8em );
    }
    .vc_col-xs-4 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 4 ) + 12em );
    }
    .vc_col-xs-5 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 5 ) + 16em );
    }
    .vc_col-xs-6 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 6 ) + 20em );
    }
    .vc_col-xs-7 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 7 ) + 24em );
    }
    .vc_col-xs-8 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 8 ) + 28em );
    }
    .vc_col-xs-9 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 10 ) + 32em );
    }
    .vc_col-xs-10 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 10 ) + 36em );
    }
    .vc_col-xs-11 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 11 ) + 40em );
    }
    .vc_col-xs-12 {
        width: calc( 100% - 4em );
    }
    .vc_col-xs-offset-0 {
        margin-left: 0;
    }
    .vc_col-xs-offset-1 {
        margin-left: calc( ( ( ( 100% - 12em ) / 12 ) * 1 ) + 1.5em );
    }
    .vc_col-xs-offset-2 {
        margin-left: calc( ( ( ( 100% - 12em ) / 12 ) * 2 ) + 2.5em );
    }
    .vc_col-xs-offset-3 {
        margin-left: calc( ( ( ( 100% - 12em ) / 12 ) * 3 ) + 3.5em );
    }
    .vc_col-xs-offset-4 {
        margin-left: calc( ( ( ( 100% - 12em ) / 12 ) * 4 ) + 4.5em );
    }
    .vc_col-xs-offset-5 {
        margin-left: calc( ( ( ( 100% - 12em ) / 12 ) * 5 ) + 5.5em );
    }
    .vc_col-xs-offset-6 {
        margin-left: calc( ( ( ( 100% - 12em ) / 12 ) * 6 ) + 6.5em );
    }
    .vc_col-xs-offset-7 {
        margin-left: calc( ( ( ( 100% - 12em ) / 12 ) * 7 ) + 7vem );
    }
    .vc_col-xs-offset-8 {
        margin-left: calc( ( ( ( 100% - 12em ) / 12 ) * 8 ) + 8.5em );
    }
    .vc_col-xs-offset-9 {
        margin-left: calc( ( ( ( 100% - 12em ) / 12 ) * 9 ) + 9.5em );
    }
    .vc_col-xs-offset-10 {
        margin-left: calc( ( ( ( 100% - 12em ) / 12 ) * 10 ) + 10.5em );
    }
    .vc_col-xs-offset-11 {
        margin-left: calc( ( ( ( 100% - 12em ) / 12 ) * 11 ) + 11vem );
    }
    .xs-clear {
        clear: both;
    }
}
@media all and (min-width: 720px) {
    .vc_col-sm-12 {
        width: calc( 100% - 4em );
    }
    .vc_column_container {
        margin: 0 2em 4em;
    }
    .vc_col-md-1 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 1 ) + 0 );
    }
    .vc_col-md-2 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 2 ) + 4em );
    }
    .vc_col-md-3 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 3 ) + 8em );
    }
    .vc_col-md-4 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 4 ) + 12em );
    }
    .vc_col-md-5 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 5 ) + 16em );
    }
    .vc_col-md-6 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 6 ) + 20em );
    }
    .vc_col-md-7 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 7 ) + 24em );
    }
    .vc_col-md-8 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 8 ) + 28em );
    }
    .vc_col-md-9 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 10 ) + 32em );
    }
    .vc_col-md-10 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 10 ) + 36em );
    }
    .vc_col-md-11 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 11 ) + 40em );
    }
    .vc_col-md-12 {
        width: calc( 100% - 4em );
    }
    .vc_col-md-offset-0 {
        margin-left: 1em;
    }
    .vc_col-md-offset-1 {
        margin-left: calc( ( ( ( 100% - 24em ) / 12 ) * 1 ) + 3em );
    }
    .vc_col-md-offset-2 {
        margin-left: calc( ( ( ( 100% - 24em ) / 12 ) * 2 ) + 5em );
    }
    .vc_col-md-offset-3 {
        margin-left: calc( ( ( ( 100% - 24em ) / 12 ) * 3 ) + 7em );
    }
    .vc_col-md-offset-4 {
        margin-left: calc( ( ( ( 100% - 24em ) / 12 ) * 4 ) + 9em );
    }
    .vc_col-md-offset-5 {
        margin-left: calc( ( ( ( 100% - 24em ) / 12 ) * 5 ) + 11em );
    }
    .vc_col-md-offset-6 {
        margin-left: calc( ( ( ( 100% - 24em ) / 12 ) * 6 ) + 13em );
    }
    .vc_col-md-offset-7 {
        margin-left: calc( ( ( ( 100% - 24em ) / 12 ) * 7 ) + 15em );
    }
    .vc_col-md-offset-8 {
        margin-left: calc( ( ( ( 100% - 24em ) / 12 ) * 8 ) + 17em );
    }
    .vc_col-md-offset-9 {
        margin-left: calc( ( ( ( 100% - 24em ) / 12 ) * 9 ) + 19em );
    }
    .vc_col-md-offset-10 {
        margin-left: calc( ( ( ( 100% - 24em ) / 12 ) * 10 ) + 21em );
    }
    .vc_col-md-offset-11 {
        margin-left: calc( ( ( ( 100% - 24em ) / 12 ) * 11 ) + 23em );
    }
    .xs-clear {
        clear: none;
    }
    .vc_col-md-6:nth-of-type(2n+1) {
        clear: both;
    }
}
@media all and (min-width: 1024px) {
    .vc_col-sm-12 {
        width: calc( 100% - 4em );
    }
    .vc_column_container {
        margin: 0 2em 4em;
    }
    .vc_col-lg-1 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 1 ) + 0 );
    }
    .vc_col-lg-2 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 2 ) + 4em );
    }
    .vc_col-lg-3 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 3 ) + 8em );
    }
    .vc_col-lg-4 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 4 ) + 12em );
    }
    .vc_col-lg-5 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 5 ) + 16em );
    }
    .vc_col-lg-6 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 6 ) + 20em );
    }
    .vc_col-lg-7 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 7 ) + 24em );
    }
    .vc_col-lg-8 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 8 ) + 28em );
    }
    .vc_col-lg-9 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 10 ) + 32em );
    }
    .vc_col-lg-10 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 10 ) + 36em );
    }
    .vc_col-lg-11 {
        width: calc( ( ( ( 100% - 48em ) / 12 ) * 11 ) + 40em );
    }
    .vc_col-lg-12 {
        width: calc( 100% - 4em );
    }
    .vc_col-lg-offset-0 {
        margin-left: 2em;
    }
    .vc_col-lg-offset-1 {
        margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 1 ) + 6em );
    }
    .vc_col-lg-offset-2 {
        margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 2 ) + 10em );
    }
    .vc_col-lg-offset-3 {
        margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 3 ) + 14em );
    }
    .vc_col-lg-offset-4 {
        margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 4 ) + 18em );
    }
    .vc_col-lg-offset-5 {
        margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 5 ) + 22em );
    }
    .vc_col-lg-offset-6 {
        margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 6 ) + 26em );
    }
    .vc_col-lg-offset-7 {
        margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 7 ) + 30em );
    }
    .vc_col-lg-offset-8 {
        margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 8 ) + 34em );
    }
    .vc_col-lg-offset-9 {
        margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 9 ) + 38em );
    }
    .vc_col-lg-offset-10 {
        margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 10 ) + 42em );
    }
    .vc_col-lg-offset-11 {
        margin-left: calc( ( ( ( 100% - 48em ) / 12 ) * 11 ) + 46em );
    }
    .vc_col-md-6:nth-of-type(2n+1) {
        clear: none;
    }
    .vc_col-lg-4:nth-of-type(3n+1) {
        clear: both;
    }
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_column_container {
    float: left;
    margin: 0;
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-1 {
    width: calc( ( 100% / 12 ) * 1 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-2 {
    width: calc( ( 100% / 12 ) * 2 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-3 {
    width: calc( ( 100% / 12 ) * 3 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-4 {
    width: calc( ( 100% / 12 ) * 4 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-5 {
    width: calc( ( 100% / 12 ) * 5 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-6 {
    width: calc( ( 100% / 12 ) * 6 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-7 {
    width: calc( ( 100% / 12 ) * 7 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-8 {
    width: calc( ( 100% / 12 ) * 8 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-9 {
    width: calc( ( 100% / 12 ) * 9 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-10 {
    width: calc( ( 100% / 12 ) * 10 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-11 {
    width: calc( ( 100% / 12 ) * 11 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-12 {
    width: 100%;
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-0 {
    margin-left: 0;
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-1 {
    margin-left: calc( ( 100% / 12 ) * 1 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-2 {
    margin-left: calc( ( 100% / 12 ) * 2 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-3 {
    margin-left: calc( ( 100% / 12 ) * 3 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-4 {
    margin-left: calc( ( 100% / 12 ) * 4 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-5 {
    margin-left: calc( ( 100% / 12 ) * 5 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-6 {
    margin-left: calc( ( 100% / 12 ) * 6 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-7 {
    margin-left: calc( ( 100% / 12 ) * 7 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-8 {
    margin-left: calc( ( 100% / 12 ) * 8 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-9 {
    margin-left: calc( ( 100% / 12 ) * 9 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-10 {
    margin-left: calc( ( 100% / 12 ) * 10 );
}
.vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-offset-11 {
    margin-left: calc( ( 100% / 12 ) * 11 );
}
@media all and (min-width: 720px) {
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-1 {
        width: calc( ( 100% / 12 ) * 1 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-2 {
        width: calc( ( 100% / 12 ) * 2 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-3 {
        width: calc( ( 100% / 12 ) * 3 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-4 {
        width: calc( ( 100% / 12 ) * 4 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-5 {
        width: calc( ( 100% / 12 ) * 5 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-6 {
        width: calc( ( 100% / 12 ) * 6 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-7 {
        width: calc( ( 100% / 12 ) * 7 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-8 {
        width: calc( ( 100% / 12 ) * 8 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-9 {
        width: calc( ( 100% / 12 ) * 9 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-10 {
        width: calc( ( 100% / 12 ) * 10 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-11 {
        width: calc( ( 100% / 12 ) * 11 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-12 {
        width: 100%;
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-0 {
        margin-left: 0;
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-1 {
        margin-left: calc( ( 100% / 12 ) * 1 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-2 {
        margin-left: calc( ( 100% / 12 ) * 2 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-3 {
        margin-left: calc( ( 100% / 12 ) * 3 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-4 {
        margin-left: calc( ( 100% / 12 ) * 4 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-5 {
        margin-left: calc( ( 100% / 12 ) * 5 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-6 {
        margin-left: calc( ( 100% / 12 ) * 6 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-7 {
        margin-left: calc( ( 100% / 12 ) * 7 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-8 {
        margin-left: calc( ( 100% / 12 ) * 8 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-9 {
        margin-left: calc( ( 100% / 12 ) * 9 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-10 {
        margin-left: calc( ( 100% / 12 ) * 10 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-xs-offset-11 {
        margin-left: calc( ( 100% / 12 ) * 11 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .xs-clear {
        clear: both;
    }
}
@media all and (min-width: 1024px) {
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_column_container {
        margin: 0;
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-1 {
        width: calc( ( 100% / 12 ) * 1 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-2 {
        width: calc( ( 100% / 12 ) * 2 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-3 {
        width: calc( ( 100% / 12 ) * 3 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-4 {
        width: calc( ( 100% / 12 ) * 4 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-5 {
        width: calc( ( 100% / 12 ) * 5 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-6 {
        width: calc( ( 100% / 12 ) * 6 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-7 {
        width: calc( ( 100% / 12 ) * 7 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-8 {
        width: calc( ( 100% / 12 ) * 8 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-9 {
        width: calc( ( 100% / 12 ) * 9 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-10 {
        width: calc( ( 100% / 12 ) * 10 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-11 {
        width: calc( ( 100% / 12 ) * 11 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-12 {
        width: 100%;
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-0 {
        margin-left: 0;
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-1 {
        margin-left: calc( ( 100% / 12 ) * 1 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-2 {
        margin-left: calc( ( 100% / 12 ) * 2 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-3 {
        margin-left: calc( ( 100% / 12 ) * 3 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-4 {
        margin-left: calc( ( 100% / 12 ) * 4 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-5 {
        margin-left: calc( ( 100% / 12 ) * 5 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-6 {
        margin-left: calc( ( 100% / 12 ) * 6 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-7 {
        margin-left: calc( ( 100% / 12 ) * 7 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-8 {
        margin-left: calc( ( 100% / 12 ) * 8 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-9 {
        margin-left: calc( ( 100% / 12 ) * 9 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-10 {
        margin-left: calc( ( 100% / 12 ) * 10 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-md-offset-11 {
        margin-left: calc( ( 100% / 12 ) * 11 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .xs-clear {
        clear: none;
    }
}
@media all and (min-width: 1280px) {
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_column_container {
        margin: 0;
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-1 {
        width: calc( ( 100% / 12 ) * 1 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-2 {
        width: calc( ( 100% / 12 ) * 2 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-3 {
        width: calc( ( 100% / 12 ) * 3 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-4 {
        width: calc( ( 100% / 12 ) * 4 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-5 {
        width: calc( ( 100% / 12 ) * 5 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-6 {
        width: calc( ( 100% / 12 ) * 6 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-7 {
        width: calc( ( 100% / 12 ) * 7 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-8 {
        width: calc( ( 100% / 12 ) * 8 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-9 {
        width: calc( ( 100% / 12 ) * 9 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-10 {
        width: calc( ( 100% / 12 ) * 10 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-11 {
        width: calc( ( 100% / 12 ) * 11 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-12 {
        width: 100%;
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-0 {
        margin-left: 0;
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-1 {
        margin-left: calc( ( 100% / 12 ) * 1 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-2 {
        margin-left: calc( ( 100% / 12 ) * 2 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-3 {
        margin-left: calc( ( 100% / 12 ) * 3 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-4 {
        margin-left: calc( ( 100% / 12 ) * 4 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-5 {
        margin-left: calc( ( 100% / 12 ) * 5 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-6 {
        margin-left: calc( ( 100% / 12 ) * 6 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-7 {
        margin-left: calc( ( 100% / 12 ) * 7 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-8 {
        margin-left: calc( ( 100% / 12 ) * 8 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-9 {
        margin-left: calc( ( 100% / 12 ) * 9 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-10 {
        margin-left: calc( ( 100% / 12 ) * 10 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-lg-offset-11 {
        margin-left: calc( ( 100% / 12 ) * 11 );
    }
    .about-image-wrapper .dhub-image-gadget img {
        max-width: 350px;
        display: block;
        margin: 0 auto;
    }
}
.vc_column_container:last-child {
    margin-bottom: 0;
}
.vc_hidden-sm {
    display: none;
}
@media all and (min-width: 400px) {
    .vc_hidden-sm {
        display: block;
    }
    .vc_hidden-xs {
        display: none;
    }
}
@media all and (min-width: 720px) {
    .vc_hidden-xs {
        display: block;
    }
    .vc_hidden-md {
        display: none;
    }
}
@media all and (min-width: 1280px) {
    .vc_hiddem-md {
        display: block;
    }
    .vc_hidden-lg {
        display: none;
    }
}
h1 {
    font-size: 2.0em;
    color: #ffffff;
    font-weight: 900;
    font-family: 'Effra', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    text-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: -0.0125em;
    margin: 0;
    line-height: 1.2;
}
@media all and (min-width: 300px) {
    h1 {
        font-size: 1.5em
    }
}
@media all and (min-width: 720px) {
    h1 {
        font-size: 2.5em;
    }
}
@media all and (min-width: 1024px) {
    h1 {
        font-size: 3.6em;
    }
}
@media all and (min-width: 1280px) {
    h1 {
        font-size: 4.5em;
    }
}
@media all and (min-width: 1920px) {
    h1 {
        font-size: 6.666em;
    }
}
h2 {
    font-size: 1.75em;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: .75em;
}
@media all and (min-width: 400px) {
    h2 {
        font-size: 1.875em;
    }
}
@media all and (min-width: 720px) {
    h2 {
        font-size: 2em;
    }
}
@media all and (min-width: 1024px) {
    h2 {
        font-size: 2.1666em;
    }
}
@media all and (min-width: 1280px) {
    h2 {
        font-size: 2.25em;
    }
}
@media all and (min-width: 1920px) {
    h2 {
        font-size: 1.75em;
    }
}
h2:first-child {
    margin-top: 0;
}
h3 {
    font-size: 1.2em;
    font-weight: 200;
    line-height: 1.25;
}
@media all and (min-width: 720px) {
    h3 {
        font-size: 1.3em;
    }
}
@media all and (min-width: 1024px) {
    h3 {
        font-size: 1.4em;
    }
}
@media all and (min-width: 1280px) {
    h3 {
        font-size: 1.5em;
    }
}
@media all and (min-width: 1920px) {
    h3 {
        font-size: 1.6em;
    }
}
.dhub-button,
.dhub-button.grey {
    display: inline-block;
    margin: 0 .25em 4px 0;
    border: 1px solid #242c37;
    background-color: transparent;
    padding: .6111em 1em;
    line-height: 1;
    color: #242c37;
    text-transform: uppercase;
    font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 1em;
    position: relative;
    transition: .333s ease;
    box-sizing: border-box;
    min-height: 2.333em;
    transition: .25s .125s ease;
    text-align: center;
}
.dhub-button:visited,
.dhub-button.grey:visited {
    color: #242c37;
}
.dhub-button::before,
.dhub-button.grey::before {
    content: '';
    display: block;
    width: 19px;
    height: 2.333em;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: -1px;
    margin: -1.1666em 0 0;
    background-image: url(images/input/btn-grey.png);
    transition: .25s 0s ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    border: 0;
}
.dhub-button:hover,
.dhub-button.grey:hover {
    background-color: #242c37;
    color: #ffffff;
    transition: .25s 0s ease;
}
.dhub-button:hover::before,
.dhub-button.grey:hover::before {
    -webkit-transform: translate3d(19px, 0, 0);
            transform: translate3d(19px, 0, 0);
    opacity: 1;
    transition: .25s .125s ease;
}
.dhub-button:last-child,
.dhub-button.grey:last-child {
    margin-right: 0;
}
.dhub-button.white {
    display: inline-block;
    margin: 0 .25em 0 0;
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: .6111em 1em;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 1em;
    position: relative;
    transition: .333s ease;
    box-sizing: border-box;
    min-height: 2.333em;
    transition: .25s .125s ease;
    text-align: center;
    margin: 0 .25em 1em 0;
}
.dhub-button.white:visited {
    color: #ffffff;
}
.dhub-button.white::before {
    content: '';
    display: block;
    width: 19px;
    height: 2.333em;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: -1px;
    margin: -1.1666em 0 0;
    background-image: url(images/input/btn-grey.png);
    transition: .25s 0s ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    border: 0;
}
.dhub-button.white:hover {
    background-color: #ffffff;
    color: #242c37;
    transition: .25s 0s ease;
}
.dhub-button.white:hover::before {
    -webkit-transform: translate3d(19px, 0, 0);
            transform: translate3d(19px, 0, 0);
    opacity: 1;
    transition: .25s .125s ease;
}
.dhub-button.white:last-child {
    margin-right: 0;
}
.dhub-button.white::before {
    background-image: url(images/input/btn-white.png);
}
.dhub-button.blue {
    display: inline-block;
    margin: 0 .25em 0 0;
    border: 1px solid #044f9e;
    background-color: transparent;
    padding: .6111em 1em;
    line-height: 1;
    color: #044f9e;
    text-transform: uppercase;
    font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 1em;
    position: relative;
    transition: .333s ease;
    box-sizing: border-box;
    min-height: 2.333em;
    transition: .25s .125s ease;
    text-align: center;
}
.dhub-button.blue:visited {
    color: #044f9e;
}
.dhub-button.blue::before {
    content: '';
    display: block;
    width: 19px;
    height: 2.333em;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: -1px;
    margin: -1.1666em 0 0;
    background-image: url(images/input/btn-grey.png);
    transition: .25s 0s ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    border: 0;
}
.dhub-button.blue:hover {
    background-color: #044f9e;
    color: #ffffff;
    transition: .25s 0s ease;
}
.dhub-button.blue:hover::before {
    -webkit-transform: translate3d(19px, 0, 0);
            transform: translate3d(19px, 0, 0);
    opacity: 1;
    transition: .25s .125s ease;
}
.dhub-button.blue:last-child {
    margin-right: 0;
}
.dhub-button.blue::before {
    background-image: url(images/input/btn-blue.png);
}
.dhub-button.red {
    display: inline-block;
    margin: 0 .25em 4px 0;
    border: 1px solid #bf2c37;
    background-color: transparent;
    padding: .6111em 1em;
    line-height: 1;
    color: #bf2c37;
    text-transform: uppercase;
    font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 1em;
    position: relative;
    transition: .333s ease;
    box-sizing: border-box;
    min-height: 2.333em;
    transition: .25s .125s ease;
    text-align: center;
}
.dhub-button.red:visited {
    color: #bf2c37;
}
.dhub-button.red::before {
    content: '';
    display: block;
    width: 19px;
    height: 2.333em;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: -1px;
    margin: -1.1666em 0 0;
    background-image: url(images/input/btn-grey.png);
    transition: .25s 0s ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    border: 0;
}
.dhub-button.red:hover {
    background-color: #bf2c37;
    color: #ffffff;
    transition: .25s 0s ease;
}
.dhub-button.red:hover::before {
    -webkit-transform: translate3d(19px, 0, 0);
            transform: translate3d(19px, 0, 0);
    opacity: 1;
    transition: .25s .125s ease;
}
.dhub-button.red:last-child {
    margin-right: 0;
}
.dhub-button.red::before {
    background-image: url(images/input/btn-red.png);
}
.dhub-header .dhub-button {
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.333);
}
.dhub-header .dhub-button:hover {
    box-shadow: none;
    text-shadow: none;
}
.dhub-button[href^="#"]::before {
    top: auto;
    bottom: 1.1666em;
    left: 50%;
    right: auto;
    margin: 0 0 0 -1.1666em;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
.dhub-button[href^="#"]:hover::before {
    -webkit-transform: translate3d(0, 50%, 0) rotate(90deg);
            transform: translate3d(0, 50%, 0) rotate(90deg);
}
.dhub-button.back::before {
    left: 0;
    right: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.dhub-button.back:hover::before {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(180deg);
            transform: translate3d(-100%, 0, 0) rotate(180deg);
}
#expertise-icons {
    display: none;
}
.expertise-svg-icon {
    width: 200px;
    height: 200px;
}
.expertise-svg-icon use {
    fill: #044f9e;
}
.dhub-expertise-gadget {
    padding: 5em 0 1.5em;
    position: relative;
    background-color: transparent;
    border: 1px solid #ffffff;
}
@media all and (min-width: 720px) {
    .dhub-expertise-gadget {
        padding: 1em 0 1.5em 5.25em;
    }
}
.dhub-expertise-gadget h3 {
    margin: 0;
    font-weight: 600;
    transition: .5s ease;
    font-size: 1.1em;
    text-transform: capitalize;
}
.dhub-expertise-gadget p {
    margin: .5em 0 0;
}
.dhub-expertise-gadget .exp-icon {
    position: absolute;
    top: 0;
    left: calc( 50% - 2.5em );
    width: 5em;
    height: 5em;
    /*background-image: url(images/citigate-icons.svg);
          background-size: 800% auto;
          background-position: 0 0;*/
}
@media all and (min-width: 720px) {
    .dhub-expertise-gadget .exp-icon {
        left: 10px;
    }
}
.dhub-expertise-gadget .exp-icon use {
    color: #044f9e;
}
.dhub-expertise-gadget .content-hover {
    text-align: center;
    padding: 0 1em;
}
.dhub-expertise-gadget .content-hover:after {
    content: 'Read more >';
    color: #bf2c37;
    display: block;
    margin-top: .25em;
}
.dhub-expertise-gadget .content-hover p:empty {
    display: none;
}
@media all and (min-width: 720px) {
    .dhub-expertise-gadget .content-hover {
        text-align: left;
        padding: 0 1.5em 0 0;
    }
}
.dhub-expertise-gadget a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
@media all and (min-width: 1024px) {
    .dhub-expertise-gadget {
        overflow: hidden;
        height: 0;
        padding: 100% 0 0 0;
        transition: 0.333s cubic-bezier(0.645, 0.045, 0.353, 1);
    }
    .dhub-expertise-gadget .exp-icon {
        top: 50%;
        left: 50%;
        max-width: 10em;
        max-height: 10em;
        width: 100%;
        height: 100%;
        -webkit-transform: translate3d(-50%, -66%, 0);
                transform: translate3d(-50%, -66%, 0);
    }
    .dhub-expertise-gadget .exp-icon use {
        fill: #044f9e;
    }
    .dhub-expertise-gadget .content-hover {
        text-align: center;
        position: absolute;
        top: 63%;
        left: 0;
        width: 100%;
        padding: 0 1em;
        transition: top 0.75s ease-in-out;
    }
    .dhub-expertise-gadget .content-hover::after {
        display: none;
    }
    .dhub-expertise-gadget .content-hover p {
        opacity: 0;
        transition: .25s 0s ease;
        color: #ffffff;
        padding: 0 .75em;
        line-height: 1.25;
        margin: 1em 0 0;
    }
    .dhub-expertise-gadget .content-hover p:empty {
        display: none;
    }
    .dhub-expertise-gadget:hover {
        background-color: rgba(4, 79, 158, 0.9);
    }
    .dhub-expertise-gadget:hover .content-hover {
        top: 10%;
        color: #fff;
    }
    .dhub-expertise-gadget:hover .content-hover p {
        opacity: 1;
    }
}
.dhub-offices-gadget {
    height: 0;
    width: 100%;
    padding-top: 66%;
    margin-bottom: 3em;
    position: relative;
    background-size: cover;
    background-position: center top;
}
.dhub-offices-gadget h3 {
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 100%;
    color: #ffffff;
    background-color: #bf2c37;
    z-index: 1;
    transition: .3s ease;
    margin: 0;
    padding: .5em 1em;
    min-height: 3.1rem;
}
.dhub-offices-gadget > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.dhub-offices-gadget:hover > a {
    background-color: rgba(4, 79, 158, 0.8);
}
.dhub-team h2 {
    text-align: left;
}
.dhub-team h3 {
    margin: 1.5em 0 0;
}
.dhub-team p {
    margin: 0 0 1em 0;
}
.dhub-team .team-members {
    overflow: visible;
}
@media all and (min-width: 720px) {
    .dhub-team .team-members {
        margin: 0 -1em;
    }
}
.dhub-team .team-member {
    width: 100%;
}
@media all and (min-width: 720px) {
    .dhub-team .team-member {
        float: left;
        margin: 0 1em;
        width: calc( ( 100% - 6em ) / 3 );
    }
}
@media all and (min-width: 1280px) {
   .dhub-team .team-member {
        width: calc( ( 100% - 8em ) / 4 );
    }
}
.dhub-case-studies .vc_column_container {
    border: 1px solid #242c37;
    background-color: #ffffff;
    padding: 1em 1em 5.5em;
    position: relative;
}
.dhub-case-studies h3 {
    margin: 1em 0 0.375em;
}
.dhub-case-studies .dhub-button {
    position: absolute;
    bottom: 1.5em;
    left: 1em;
}
.slick-slide {
    overflow: hidden;
    float: left;
    clear: none !important;
    padding-bottom: 1px;
}
.slick-slide:focus {
    outline: 0;
}
.slick-list {
    overflow: hidden;
}
.slick-list::after {
    content: '';
    display: block;
    clear: both;
}
.slick-dots {
    list-style: none;
    text-align: center;
    clear: both;
    padding: 2em 0 0;
    margin: 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 .5em;
}
.slick-dots li button {
    display: inline-block;
    border: 1px solid #242c37;
    background-color: transparent;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    transition: .25s ease;
    -webkit-appearance: none;
    padding: 0;
}
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
    background-color: #242c37;
}
@media all and (min-width: 1024px) {
    .slick-dots li:hover button {
        background-color: #242c37;
    }
}
.slick-arrow {
    position: absolute;
    top: 50%;
    left: -0.5em;
    width: 1.5em;
    height: 4em;
    border: 0;
    border-radius: 0 3px 3px 0;
    background-color: #044f9e;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2257%2C76%2031%2C50%2057%2C24%20%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%0A%3C%2Fsvg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    color: #044f9e;
    transition: .333s ease;
    margin: -2em 0 0 0;
    z-index: 3;
}
@media all and (min-width: 720px) {
    .slick-arrow {
        left: 0;
    }
}
@media all and (min-width: 1280px) {
    .slick-arrow {
        left: -1em;
    }
}
.slick-arrow:hover {
    background-color: #000000;
    color: #ffffff;
}
.slick-arrow:focus {
    outline: 0;
}
.slick-next {
    left: auto;
    right: -0.5em;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media all and (min-width: 720px) {
    .slick-next {
        right: 0;
    }
}
@media all and (min-width: 1280px) {
    .slick-next {
        right: -1em;
    }
}
.slick-disabled {
    cursor: default;
    background-color: #e6e6e6;
}
.slick-grid-row {
    clear: both;
    margin-bottom: 2em;
}
.slick-grid-row:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 720px) {
    .slick-grid-row {
        margin-bottom: 0;
    }
}
.slick-grid-row::after {
    content: '';
    display: block;
    clear: both;
}
.image-carousel .dhub-image-gadget {
    width: 50%;
    padding: 0 1em;
    float: left;
    text-align: center;
    opacity: 0;
}
.image-carousel .dhub-image-gadget.height-normalised {
    position: relative;
    opacity: 1;
    -webkit-animation: fadeIn .5s ease;
            animation: fadeIn .5s ease;
}
.image-carousel .dhub-image-gadget.height-normalised img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: calc( 100% - 2em );
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media all and (min-width: 1280px) {
    .image-carousel .dhub-image-gadget.height-normalised img {
        max-width: calc( 100% - 3em );
    }
}
@media all and (min-width: 720px) {
    .image-carousel .dhub-image-gadget {
        width: 33.333%;
    }
}
@media all and (min-width: 1024px) {
    .image-carousel .dhub-image-gadget {
        width: 25%;
    }
}
@media all and (min-width: 1280px) {
    .image-carousel .dhub-image-gadget {
        width: 20%;
        padding: 0 1.5em;
    }
}
@media all and (min-width: 1920px) {
    .image-carousel .dhub-image-gadget {
        width: 16.666%;
    }
}
.ajax-loader {
    display: block;
    margin: 0 auto !important;
}
div.wpcf7-validation-errors {
    border: 0;
    background-color: #bf2c37;
    color: #ffffff;
    clear: both;
}
[class*="anim-"] {
    position: relative;
    -webkit-animation-duration: .666s;
            animation-duration: .666s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
}
[class*="anim-"].anim-delay {
    -webkit-animation-delay: .25s;
            animation-delay: .25s;
}
[class*="anim-"].vc_col-sm-3:nth-child(4n+1) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
}
[class*="anim-"].vc_col-sm-3:nth-child(4n+2) {
    -webkit-animation-delay: .25s;
            animation-delay: .25s;
}
[class*="anim-"].vc_col-sm-3:nth-child(4n+3) {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
[class*="anim-"].vc_col-sm-3:nth-child(4n) {
    -webkit-animation-delay: .75s;
            animation-delay: .75s;
}
[class*="anim-"].vc_col-sm-4:nth-child(3n+1) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
}
[class*="anim-"].vc_col-sm-4:nth-child(3n+2) {
    -webkit-animation-delay: .25s;
            animation-delay: .25s;
}
[class*="anim-"].vc_col-sm-4:nth-child(3n) {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
[class*="anim-"].vc_col-sm-6:nth-child(2n+1) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
}
[class*="anim-"].vc_col-sm-6:nth-child(2n) {
    -webkit-animation-delay: .25s;
            animation-delay: .25s;
}
@media all and (min-width: 400px) {
    [class*="anim-"] {
        -webkit-animation-delay: 0;
                animation-delay: 0;
    }
    [class*="anim-"].vc_col-md-3:nth-child(4n+1) {
        -webkit-animation-delay: 0;
                animation-delay: 0;
    }
    [class*="anim-"].vc_col-md-3:nth-child(4n+2) {
        -webkit-animation-delay: .25s;
                animation-delay: .25s;
    }
    [class*="anim-"].vc_col-md-3:nth-child(4n+3) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s;
    }
    [class*="anim-"].vc_col-md-3:nth-child(4n) {
        -webkit-animation-delay: .75s;
                animation-delay: .75s;
    }
    [class*="anim-"].vc_col-md-4:nth-child(3n+1) {
        -webkit-animation-delay: 0;
                animation-delay: 0;
    }
    [class*="anim-"].vc_col-md-4:nth-child(3n+2) {
        -webkit-animation-delay: .25s;
                animation-delay: .25s;
    }
    [class*="anim-"].vc_col-md-4:nth-child(3n) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s;
    }
    [class*="anim-"].vc_col-md-6:nth-child(2n+1) {
        -webkit-animation-delay: 0;
                animation-delay: 0;
    }
    [class*="anim-"].vc_col-md-6:nth-child(2n) {
        -webkit-animation-delay: .25s;
                animation-delay: .25s;
    }
}
@media all and (min-width: 1024px) {
    [class*="anim-"] {
        -webkit-animation-delay: 0;
                animation-delay: 0;
    }
    [class*="anim-"].vc_col-lg-3:nth-child(4n+1) {
        -webkit-animation-delay: 0;
                animation-delay: 0;
    }
    [class*="anim-"].vc_col-lg-3:nth-child(4n+2) {
        -webkit-animation-delay: .25s;
                animation-delay: .25s;
    }
    [class*="anim-"].vc_col-lg-3:nth-child(4n+3) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s;
    }
    [class*="anim-"].vc_col-lg-3:nth-child(4n) {
        -webkit-animation-delay: .75s;
                animation-delay: .75s;
    }
    [class*="anim-"].vc_col-lg-4:nth-child(3n+1) {
        -webkit-animation-delay: 0;
                animation-delay: 0;
    }
    [class*="anim-"].vc_col-lg-4:nth-child(3n+2) {
        -webkit-animation-delay: .25s;
                animation-delay: .25s;
    }
    [class*="anim-"].vc_col-lg-4:nth-child(3n) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s;
    }
    [class*="anim-"].vc_col-lg-6:nth-child(2n+1) {
        -webkit-animation-delay: 0;
                animation-delay: 0;
    }
    [class*="anim-"].vc_col-lg-6:nth-child(2n) {
        -webkit-animation-delay: .25s;
                animation-delay: .25s;
    }
}
.anim-slideUp.anim {
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
}
.anim-slideDown.anim {
    -webkit-animation-name: slideDown;
            animation-name: slideDown;
}
.anim-slideLeft.anim {
    -webkit-animation-name: slideLeft;
            animation-name: slideLeft;
}
.anim-slideRight.anim {
    -webkit-animation-name: slideRight;
            animation-name: slideRight;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes slideUp {
    from {
        -webkit-transform: translate3d(0, 2rem, 0);
                transform: translate3d(0, 2rem, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes slideUp {
    from {
        -webkit-transform: translate3d(0, 2rem, 0);
                transform: translate3d(0, 2rem, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes slideDown {
    from {
        -webkit-transform: translate3d(0, -2rem, 0);
                transform: translate3d(0, -2rem, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes slideDown {
    from {
        -webkit-transform: translate3d(0, -2rem, 0);
                transform: translate3d(0, -2rem, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes slideLeft {
    from {
        -webkit-transform: translate3d(-2rem, 0, 0);
                transform: translate3d(-2rem, 0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes slideLeft {
    from {
        -webkit-transform: translate3d(-2rem, 0, 0);
                transform: translate3d(-2rem, 0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes slideRight {
    from {
        -webkit-transform: translate3d(2rem, 0, 0);
                transform: translate3d(2rem, 0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes slideRight {
    from {
        -webkit-transform: translate3d(2rem, 0, 0);
                transform: translate3d(2rem, 0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1080px;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(-50%, -45%, 0);
            transform: translate3d(-50%, -45%, 0);
    z-index: 10;
    background-color: #ffffff;
    padding: 1.5em;
    border: 1px solid #044f9e;
    text-align: center;
    z-index: -100;
    opacity: 0;
    transition: opacity 0.333s ease, z-index 0s 0.333s linear, -webkit-transform 0.333s ease;
    transition: transform 0.333s ease, opacity 0.333s ease, z-index 0s 0.333s linear;
    transition: transform 0.333s ease, opacity 0.333s ease, z-index 0s 0.333s linear, -webkit-transform 0.333s ease;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
}
.popup.narrow {
    max-width: 480px;
}
@media all and (min-width: 720px) {
    .popup {
        width: calc(98%);
        max-height: calc(98vh);
    }
}
@media all and (min-width: 1024px) {
    .popup {
        padding: 2em;
    }
}
@media all and (min-width: 1280px) {
    .popup {
        padding: 3em;
    }
}
.popup.active {
    /*-webkit-transform: translate3d(-50%, -50%, 0);*/
            /*transform: translate3d(-50%, -50%, 0);*/
    z-index: 100;
    opacity: 1;
    transition: opacity 0.133s ease, z-index 0s 0s linear, -webkit-transform 0.333s ease;
    transition: transform 0.333s ease, opacity 0.133s ease, z-index 0s 0s linear;
    transition: transform 0.333s ease, opacity 0.133s ease, z-index 0s 0s linear, -webkit-transform 0.333s ease;
}
.popup section {
    margin: 0 0 1.5em;
}
.popup section:empty {
    display: none;
}
.popup section:last-child {
    clear: both;
    padding: 2em 0 0;
    margin: 0;
}
.popup section.bigtext,
.popup section.smalltext {
    text-align: left;
}
.popup .bigtext.blue {
    color: #044f9e;
    font-size: 2.25em;
    margin-bottom: 30px;
}
.popup .bigtext.blue span {
    display: block;
    font-size: 26px;
    line-height: 1em;
}
.popup .bigtext.blue span strong {
    padding-top: 12px;
    float: left;
    width: 100%;
    font-size: 22px;
    padding-bottom: 20px;
}
.popup .smalltext {
    margin-bottom: 30px;
    text-align: left;
}
.popup h2 {
    margin: 0;
}
.popup h3 {
    margin: 0;
}
.popup svg use {
    color: #044f9e;
}
.popup .exp-icon {
    width: 14em;
    height: 14em;
    margin-bottom: -2em;
}
.popup .wp-post-image {
    width: auto;
}
.popup_mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: none;
}
.popup_mask.active {
    display: block;
}
#landing-masthead {
    position: relative;
    background-image: url(images/clouds.jpg);
    background-size: cover;
    padding: 12vw 1em;
    background-repeat: no-repeat;
    width: 100%;
}
#landing-masthead::before,
#landing-masthead::after {
    content: '';
    position: absolute;
    display: block;
    width: 60vw;
    height: 100%;
    top: 0;
    left: 0;
    background-position: left center;
    background-size: auto 100%;
    background-image: url(images/landing-masthead-1.png);
    background-repeat: no-repeat;
    /*transform: translate3d(-100%, 0, 0);
          animation: beforeSlideIn 2s .25s forwards @easeOutQuad;*/
    z-index: 1;
}
#landing-masthead:after {
    left: auto;
    right: 0;
    background-position: right center;
    background-image: url(images/landing-masthead-2.png);
    /*transform: translate3d(100%, 0, 0);
          animation: afterSlideIn 2s .5s forwards @easeOutQuad;*/
}
@media all and (min-width: 1024px) {
    #landing-masthead::before {
        left: auto ;
        right: 40%;
    }
    #landing-masthead::after {
        right: auto;
        left: 40%;
    }
}
#landing-masthead .dhub-header-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/landing-masthead-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: clouds 90s infinite linear;
            animation: clouds 90s infinite linear;
}
#landing-masthead .vc_row_inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 2em;
}
#landing-masthead .vc_video-bg {
    display: none;
}
@media all and (min-width: 1280px) {
    #landing-masthead .vc_video-bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@-webkit-keyframes clouds {
    0% {
        -webkit-transform: translate3d(-75%, 15%, 0);
                transform: translate3d(-75%, 15%, 0);
    }
    50% {
        -webkit-transform: translate3d(22%, 0, 0);
                transform: translate3d(22%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(120%, -15%, 0);
                transform: translate3d(120%, -15%, 0);
    }
}
@keyframes clouds {
    0% {
        -webkit-transform: translate3d(-75%, 15%, 0);
                transform: translate3d(-75%, 15%, 0);
    }
    50% {
        -webkit-transform: translate3d(22%, 0, 0);
                transform: translate3d(22%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(120%, -15%, 0);
                transform: translate3d(120%, -15%, 0);
    }
}
@-webkit-keyframes beforeSlideIn {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes beforeSlideIn {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes afterSlideIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes afterSlideIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
#citigate-icons-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1000;
}
.wpcf7-form [type="text"],
.wpcf7-form [type="tel"],
.wpcf7-form [type="email"],
.wpcf7-form textarea {
    width: 100%;
    border: 1px solid #242c37;
    background-color: transparent;
    border-radius: 0;
    font-size: 1em;
    font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: .5em .75em;
    transition: .375s ease;
}
.wpcf7-form [type="text"]:focus,
.wpcf7-form [type="tel"]:focus,
.wpcf7-form [type="email"]:focus,
.wpcf7-form textarea:focus {
    background-color: #ffffff;
    border-color: #bf2c37;
    outline: none;
}
.wpcf7-form label {
    display: block;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: .25em;
}
.wpcf7-form .wpcf7-checkbox {
    display: block;
    margin: 3em 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 0 2em 0;
}
@media all and (min-width: 400px) {
    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
        width: 50%;
        float: left;
    }
    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-child(2n+1) {
        clear: left;
    }
}
@media all and (min-width: 720px) {
    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
        width: calc(33.33333333%);
    }
    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-child(2n+1) {
        clear: none;
    }
    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-child(3n+1) {
        clear: left;
    }
}
@media all and (min-width: 1280px) {
    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
        width: 25%;
    }
    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-child(3n+1) {
        clear: none;
    }
    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-child(4n+1) {
        clear: left;
    }
}
.vc_col-lg-4 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
    margin-bottom: .5em;
}
.wpcf7-form .wpcf7-checkbox label {
    text-transform: none;
    position: relative;
    padding: .375em 1em .75em 2.5em;
    overflow: hidden;
    text-indent: -0.25em;
    line-height: 1.25;
}
.wpcf7-form .wpcf7-checkbox label input[type="checkbox"] {
    position: absolute;
    left: -99999px;
}
.wpcf7-form .wpcf7-checkbox label input[type="checkbox"]:checked + span::after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background-color: #044f9e;
    background-image: url(images/tick.svg);
    background-size: contain;
    left: 4px;
    top: 5px;
    border-radius: .0625em;
    color: #ffffff;
}
.wpcf7-form .wpcf7-checkbox label::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    border: 1px solid #242c37;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border-radius: .125em;
}
.wpcf7-form .wpcf7-checkbox::after {
    content: '';
    display: block;
    clear: both;
}
.wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 2.25em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-color: #bf2c37;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    border-radius: .125em;
    padding: .25em;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
}
.wpcf7-form .wpcf7-not-valid-tip::before {
    display: block;
    content: '';
    width: .75em;
    height: .75em;
    background-color: #bf2c37;
    position: absolute;
    top: -0.375em;
    left: 50%;
    margin: 0 0 0 -0.375em;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 0;
}
.wpcf7-form .newsletter_form .wpcf7-checkbox {
    margin: 1em 0 3em;
}
[class*="form-"] {
    position: relative;
}
[class*="form-lg-"] {
    margin: 0 0 1em;
}
@media all and (min-width: 720px) {
    [class*="form-md-"] {
        float: left;
        padding: 0 1em 1em;
    }
    .form-md-2 {
        width: calc(16.66666667%);
    }
    .form-md-5 {
        width: calc(41.66666667%);
    }
    .form-md-6 {
        width: 50%;
    }
    .form-md-12 {
        width: 100%;
    }
}
@media all and (min-width: 1024px) {
    [class*="form-lg-"] {
        float: left;
        padding: 0 2em 2em;
    }
    .form-lg-4 {
        width: calc(33.33333333%);
    }
    .form-lg-6 {
        width: 50%;
    }
    .form-lg-12 {
        width: 100%;
    }
}
.newsletter_form {
    margin: 4em 0 0;
    height: 4em;
    overflow: hidden;
    position: relative;
    transition: height .75s .25s ease;
}
.newsletter_form.static {
    height: auto;
    transition: height 0s;
}
.newsletter_form.active {
    height: auto;
}
.newsletter_form.active .newsletter_intro {
    -webkit-animation: fadeAndRemove .25s ease;
            animation: fadeAndRemove .25s ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.newsletter_form.active fieldset {
    opacity: 1;
}
.newsletter_form p:empty {
    display: none;
}
.newsletter_form fieldset {
    border: 0;
    padding: 2em;
    opacity: 0;
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    transition: opacity .25s .25s ease;
    box-sizing: border-box;
}
.newsletter_form .newsletter_intro {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@-webkit-keyframes fadeAndRemove {
    0% {
        opacity: 1;
        display: inline-block;
    }
    99% {
        opacity: 0;
        display: inline-block;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
@keyframes fadeAndRemove {
    0% {
        opacity: 1;
        display: inline-block;
    }
    99% {
        opacity: 0;
        display: inline-block;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
.custom-nav {
    display: none;
}
@media all and (min-width: 1024px) {
    .custom-nav {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: #000000;
        z-index: 20;
    }
    .custom-nav.active {
        position: fixed;
        top: 0;
    }
}
.custom-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.custom-nav li {
    display: block;
    vertical-align: middle;
    transition: .333s ease;
    background-color: #000000;
    flex-grow: 1;
}
.custom-nav li:hover {
    background-color: #242c37;
}
.custom-nav li.active {
    background-color: #044f9e;
}

.custom-nav a {
    color: #ffffff;
    display: block;
    padding: 1em .5em;
    text-align: center;
    transition: .333s ease;
    line-height: 1.25;
    height: 100%;
}
.error-404 {
    background-color: #044f9e;
}
.error404 #btt {
    display: none;
}
.blog-heighlight-image-hack {
    margin-bottom: 1em;
}
@break 2 {
    margin-bottom: 0;
}
.case-study {
    text-align: center;
}
.case-study h1 {
    display: none;
    font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0.5em;
    color: #044f9e;
    font-size: 3em;
    text-shadow: none;
    text-transform: none;
}
.case-study h2 {
    color: #044f9e;
}
.case-study .wp-post-image {
    width: auto;
}
.case-study ul {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.case-study .case-study-section {
    width: 100%;
    height: auto;
}
.case-study .case-study-objectives {
    margin: 2em auto;
    padding: 1em 0;
}
.case-study .case-study-results {
    background-color: #ffffff;
    margin: 2em auto;
    padding: 1em 0;
}
.vc_empty_space.pad-micro {
    padding-top: 1.5em;
}
@media all and (min-width: 720px) {
    .vc_empty_space.pad-micro {
        padding-top: 2em;
    }
}
@media all and (min-width: 1280px) {
    .vc_empty_space.pad-micro {
        padding-top: 2em;
    }
}
.vc_empty_space.pad-small {
    padding-top: 1em;
}
@media all and (min-width: 720px) {
    .vc_empty_space.pad-small {
        padding-top: 2.5em;
    }
}
@media all and (min-width: 1280px) {
    .vc_empty_space.pad-small {
        padding-top: 3.333em;
    }
}
.vc_empty_space.pad-medium {
    padding-top: 2em;
}
@media all and (min-width: 720px) {
    .vc_empty_space.pad-medium {
        padding-top: 5em;
    }
}
@media all and (min-width: 1280px) {
    .vc_empty_space.pad-medium {
        padding-top: 6.666em;
    }
}
.vc_empty_space.pad-large {
    padding-top: 1.5em;
}
@media all and (min-width: 720px) {
    .vc_empty_space.pad-large {
        padding-top: 2em;
    }
}
@media all and (min-width: 1280px) {
    .vc_empty_space.pad-large {
        padding-top: 2.5em;
    }
}
.expertise-row {
    padding-left: 5px;
    padding-right: 5px;
}
.vc_row_inner.gutterless .vc_col-sm-12 .vc_col-md-five {
    width: 20%;
}
.expertise-row .expertize_col_single {
    padding: 5px;
}
.expertise-row .vc_col-sm-12:first-child {
    margin-bottom: 0;
}
.expertise-row .vc_col-lg-2 {
    margin: 0 2em .5em;
    width: calc( 100% - 4em );
}
@media (max-width: 1024px) {
    .vc_row_inner.gutterless .vc_col-sm-12 .vc_col-md-five {
        width: 100%;
    }
    .js-active-delay .main-navigation .primary-menu .active .sub-menu li {
        float: none !important;
        text-align: left !important;
        width: 100% !important;
        height: auto !important;
    }
    .main-navigation .primary-menu svg {
        display: none !important;
    }
}
@media all and (min-width: 1024px) {
    .expertise-row .vc_col-lg-2 {
        margin: 0 .25em .5em;
        width: calc( ( 100% - 5em ) / 3 );
    }
    .expertise-row .vc_col-lg-2:nth-of-type(2n) {
        margin-left: .25em;
    }
    .expertise-row .vc_col-lg-2:nth-of-type(2n+1) {
        margin-right: .25em;
    }
    .expertise-row .vc_col-lg-2:nth-of-type(3n+2) {
        margin-left: 2em;
    }
    .expertise-row .vc_col-lg-2:nth-of-type(3n+1) {
        margin-right: 2em;
    }
}
@media all and (min-width: 1280px) {
    .expertise-row .vc_col-lg-2 {
        width: calc( ( 100% - 6em ) / 5 );
    }
    .expertise-row .vc_col-lg-2:nth-of-type(3n+2) {
        margin-left: .25em;
    }
    .expertise-row .vc_col-lg-2:nth-of-type(3n+1) {
        margin-right: .25em;
    }
    .expertise-row .vc_col-lg-2:nth-of-type(5n+2) {
        margin-left: 2em;
    }
    .expertise-row .vc_col-lg-2:nth-of-type(5n+1) {
        margin-right: 2em;
    }
}
@media all and (min-width: 1024px) {
    .super-duper-parallax {
        height: 22em;
        position: relative;
        overflow: hidden;
    }
    .super-duper-parallax img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: auto;
    }
}
h3.entry-title {
    color: #bf2c37;
}
h3.entry-title a {
    color: #bf2c37;
}
@media all and (min-width: 1024px) {
    #emerging-expertise.vc_row.vc_inner .vc_col-md-3:nth-child(2) {
        margin-left: calc( ( ( 100% - 2em ) / 5 ) );
    }
}
@media all and (min-width: 1280px) {
    #ipo-expertise.vc_row.vc_inner .vc_col-lg-2:nth-child(2) {
        margin-left: calc( ( ( 100% - 22em ) / 5 ) * 1.5 );
    }
    #emerging-expertise.vc_row.vc_inner .vc_col-lg-2:nth-child(2) {
        margin-left: calc( ( ( 100% - 17em ) / 5 ) * 2 );
    }
}
.exp-icon#icon-finance {
    background-position: 0 0;
}
.exp-icon#icon-investor-relations {
    background-position: -100% 0;
}
.exp-icon#icon-corporate {
    background-position: -200% 0;
}
.exp-icon#icon-consumer {
    background-position: -300% 0;
}
.exp-icon#icon-life-science {
    background-position: -400% 0;
}
.exp-icon#icon-public-policy {
    background-position: -500% 0;
}
.exp-icon#icon-crisis-comms {
    background-position: -600% 0;
}
.exp-icon#icon-digital {
    background-position: -700% 0;
}
.exp-icon#icon-events {
    background-position: 0 -100%;
}
.exp-icon#icon-corporate-comms {
    background-position: -100% -100%;
}
.exp-icon#icon-investor-relations-2 {
    background-position: -200% -100%;
}
.exp-icon#icon-financial-comms {
    background-position: -300% -100%;
}
.exp-icon#icon-ipo-and-capital {
    background-position: -400% -100%;
}
.exp-icon#icon-corporate-branding {
    background-position: -500% -100%;
}
.exp-icon#icon-digital-social-media {
    background-position: -600% -100%;
}
.exp-icon#icon-media-relations {
    background-position: -700% -100%;
}
.exp-icon#icon-unused {
    background-position: 0 -200%;
}
.exp-icon#icon-research {
    background-position: -100% -200%;
}
.exp-icon#icon-monitoring {
    background-position: -200% -200%;
}
.exp-icon#icon-social-media-community-management {
    background-position: -300% -200%;
}
.exp-icon#icon-crisis-management {
    background-position: -400% -200%;
}
.exp-icon#icon-content {
    background-position: -500% -200%;
}
.exp-icon#icon-seo {
    background-position: -600% -200%;
}
.exp-icon#icon-training {
    background-position: -700% -200%;
}
.exp-icon#icon-business-to-business {
    background-position: 0 -300%;
}
.exp-icon#icon-fincial-services {
    background-position: -100% -300%;
}
.exp-icon#icon-fintech {
    background-position: -200% -300%;
}
.exp-icon#icon-technology {
    background-position: -300% -300%;
}
.exp-icon#icon-business-aviation {
    background-position: -400% -300%;
}
.exp-icon#icon-broadening-shareholder-base {
    background-position: -500% -300%;
}
.exp-icon#icon-building-sell-side-coverage {
    background-position: -600% -300%;
}
.exp-icon#icon-ipo-preparation {
    background-position: -700% -300%;
}
.exp-icon#icon-financial-reporting {
    background-position: 0 -400%;
}
.exp-icon#icon-proactive-engagement {
    background-position: -100% -400%;
}
.exp-icon#icon-managing-expectations {
    background-position: -200% -400%;
}
.exp-icon#icon-optimising-ir-function {
    background-position: -300% -400%;
}
.exp-icon#icon-evaluating-effectiveness {
    background-position: -400% -400%;
}
.exp-icon#icon-engagement-relationship-management {
    background-position: -500% -400%;
}
.exp-icon#icon-research-analysis {
    background-position: -600% -400%;
}
.exp-icon#icon-select-committee-coaching {
    background-position: -700% -400%;
}
.exp-icon#icon-best-practice {
    background-position: 0 -500%;
}
.exp-icon#icon-intelligence-monitoring {
    background-position: -100% -500%;
}
.exp-icon#unused {
    background-position: -200% -500%;
}
.exp-icon#unused {
    background-position: -300% -500%;
}
.exp-icon#unused {
    background-position: -400% -500%;
}
.exp-icon#unused {
    background-position: -500% -500%;
}
.exp-icon#unused {
    background-position: -600% -500%;
}
.exp-icon#unused {
    background-position: -700% -500%;
}
.exp-icon#unused {
    background-position: 0 -600%;
}
.exp-icon#unused {
    background-position: -100% -600%;
}
.exp-icon#unused {
    background-position: -200% -600%;
}
.exp-icon#unused {
    background-position: -300% -600%;
}
.exp-icon#unused {
    background-position: -400% -600%;
}
.exp-icon#unused {
    background-position: -500% -600%;
}
.exp-icon#unused {
    background-position: -600% -600%;
}
.exp-icon#unused {
    background-position: -700% -600%;
}
.exp-icon#unused {
    background-position: 0 -700%;
}
.exp-icon#unused {
    background-position: -100% -700%;
}
.exp-icon#unused {
    background-position: -200% -700%;
}
.exp-icon#unused {
    background-position: -300% -700%;
}
.exp-icon#unused {
    background-position: -400% -700%;
}
.exp-icon#unused {
    background-position: -500% -700%;
}
.exp-icon#unused {
    background-position: -600% -700%;
}
.exp-icon#unused {
    background-position: -700% -700%;
}
/*@import "../dhub/visual-composer/dhub-vc-placeholder-gadget/dhub-vc-placeholder-gadget.less";*/
/*@import "../dhub/visual-composer/dhub-vc-projects-gadget/dhub-vc-projects-gadget.less";*/
.dhub-blogs {
    padding: 0 2em;
    background-color: #ffffff;
    text-align: center;
}
.dhub-blogs h2 {
    margin: 0 0 .75em;
}
@media all and (min-width: 400px) {
    .dhub-blogs .post:last-child {
        display: none;
    }
}
@media all and (min-width: 1280px) {
    .dhub-blogs .post:last-child {
        display: block;
    }
}
.vc_row_inner.gutterless .vc_col-sm-12  .dhub-blogs .blogs .post.vc_col-lg-4,
.dhub-blogs .blogs .post
{
    margin: 0;
    width: 100%;
}
@media all and (min-width: 720px) {
    .vc_row_inner.gutterless .vc_col-sm-12  .dhub-blogs .blogs .post.vc_col-lg-4,
    .dhub-blogs .blogs .post {
        margin: 0 2em 0 0;
        width: calc( ( 100% - 2em ) / 2 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .dhub-blogs .blogs .post.vc_col-lg-4:nth-of-type(2n)
    .dhub-blogs .blogs .post:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media all and (min-width: 1280px) {
    .vc_row_inner.gutterless .vc_col-sm-12  .dhub-blogs .blogs .post.vc_col-lg-4,
    .dhub-blogs .blogs .post {
        margin: 0 2em 0 0;
        width: calc( ( 100% - 4em ) / 3 );
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .dhub-blogs .blogs .post.vc_col-lg-4:nth-of-type(2n)
    .dhub-blogs .blogs .post:nth-of-type(2n) {
        margin-right: 2em;
    }
    .vc_row_inner.gutterless .vc_col-sm-12  .dhub-blogs .blogs .post.vc_col-lg-4:nth-of-type(3n)
    .dhub-blogs .blogs .post:nth-of-type(3n) {
        margin-right: 0;
    }
}
.vc_row_inner.gutterless .vc_col-sm-12  .dhub-blogs .blogs .post.vc_col-lg-4 .dhub-button
.dhub-blogs .blogs .post .dhub-button {
    margin-bottom: 2em;
}
.dhub-blogs .post_content {
    margin: 1em 0;
}
@media all and (min-width: 720px) {
    .dhub-blogs .post_content {
        margin: 1.5em 0;
    }
}
@media all and (min-width: 1024px) {
    .dhub-blogs .post_content {
        margin: 2em 0;
    }
}
@media all and (min-width: 1280px) {
    .dhub-blogs .post_content {
        margin: 2.5em 0;
    }
}
.dhub-blogs .post_title h3 {
    margin: 0;
}
.dhub-blogs .post_title p {
    margin: 0;
    font-weight: 300;
}
@media all and (min-width: 1280px) {
    .dhub-blogs {
        text-align: left;
    }
    .dhub-blogs h2 {
        text-align: left;
    }
}
.post_title.red {
    color: #bf2c37;
}
.post_thumb {
    display: block;
    position: relative;
    height: 0;
    padding-top: 66.666%;
    overflow: hidden;
}
.post_thumb::before {
    display: block;
    content: '';
    background-color: rgba(191, 44, 55, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .333s ease;
    z-index: 1;
}
.post_thumb::after {
    display: block;
    content: 'Read more';
    text-transform: uppercase;
    color: #ffffff;
    font-family: 600;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
    transition: 0.333s ease-out;
    opacity: 0;
    z-index: 1;
}
.post_thumb:hover::before {
    opacity: 1;
}
.post_thumb:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
}
.post_thumb img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dhub-header svg {
    width: 8em;
    height: 8em;
    margin: -1em 0;
}
@media all and (min-width: 720px) {
    .dhub-header svg {
        width: 10em;
        height: 10em;
        margin: 0;
    }
}
@media all and (min-width: 1280px) {
    .dhub-header svg {
        width: 11em;
        height: 11em;
        margin: 0;
    }
}
.dhub-header svg use {
    color: #ffffff;
}
.vc_row {
    padding: 0;
    margin: 0;
    position: relative;
}
.vc_row.pad-small {
    padding: 1em 0;
}
@media all and (min-width: 720px) {
    .vc_row.pad-small {
        padding: 2.5em 0;
    }
}
@media all and (min-width: 1280px) {
    .vc_row.pad-small {
        padding: 3.333em 0;
    }
}
.vc_row.pad-medium {
    padding: 2em 0;
}
@media all and (min-width: 720px) {
    .vc_row.pad-medium {
        padding: 5em 0;
    }
}
@media all and (min-width: 1280px) {
    .vc_row.pad-medium {
        padding: 6.666em 0;
    }
}
.vc_row.pad-large {
    padding: 1.5em 0;
}
@media all and (min-width: 720px) {
    .vc_row.pad-large {
        padding: 2em 0;
    }
}
@media all and (min-width: 1280px) {
    .vc_row.pad-large {
        padding: 2.5em 0;
    }
}
.vc_row:first-child:not(.vc_inner) {
    padding: 8vw 0;
}
.vc_row.bg-top {
    padding-top: 0;
}
.vc_row.bg-bottom {
    padding-bottom: 0;
}
.vc_row .vc_row_inner {
    margin: 0 auto;
    width: 100%;
}
.vc_row.max-width-1500 .vc_row_inner {
    max-width: 1500px;
}
.vc_row.max-width-1400 .vc_row_inner {
    max-width: 1400px;
}
.vc_row.max-width-1200 .vc_row_inner {
    max-width: 1200px;
}
.vc_row.max-width-1000 .vc_row_inner {
    max-width: 1000px;
}
.vc_row.vc_row-full-height {
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
}
.vc_row.vc_row-full-height:first-child {
    min-height: calc( 100vh - 6em );
}
.vc_row.vc_row-o-content-middle .vc_row_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.bg-pos-default,
.bg-pos-center {
    background-position: center center;
}
.bg-pos-top {
    background-position: center top;
}
.bg-pos-bottom {
    background-position: center bottom;
}
/*@import "../dhub/visual-composer/dhub-vc-single-image-mobile-hide/dhub-vc-single-image-mobile-hide.less";*/
/*@import "../dhub/visual-composer/dhub-vc-h2-h3-section/dhub-vc-h2-h3-section.less";
@import "../dhub/visual-composer/dhub-vc-h4-h3-section/dhub-vc-h4-h3-section.less";*/
.call-to-action {
    margin: 1em 0 0;
}
@media all and (min-width: 720px) {
    .call-to-action {
        margin-top: 1.5em;
    }
}
@media all and (min-width: 1024px) {
    .call-to-action {
        margin-top: 2em;
    }
}
@media all and (min-width: 1280px) {
    .call-to-action {
        margin-top: 2.5em;
    }
}
.dhub-generic-content-gadget svg {
    height: 10em;
    width: 10em;
    margin: -1em 0;
}
@media all and (min-width: 720px) {
    .dhub-generic-content-gadget svg {
        height: 13em;
        width: 13em;
        margin: -1.5em 0;
    }
}
@media all and (min-width: 1280px) {
    .dhub-generic-content-gadget svg {
        height: 16em;
        width: 16em;
        margin: -2em 0;
    }
}
section.subtitle h3 {
    margin-top: 0;
}
section.title + section.subtitle h3 {
    margin-top: 1em;
}
/*@import "../dhub/visual-composer/dhub-vc-seperator/dhub-vc-seperator.less";*/
/*@import "../dhub/visual-composer/dhub-vc-accordion/dhub-vc-accordion.less";*/
.dhub-image-gadget {
    background-size: cover;
    background-position: center center;
    max-height: 100vh;
}
/*@import "../dhub/visual-composer/dhub-vc-testimonial-slider/dhub-vc-testimonial-slider.less";*/
/*@import "../dhub/visual-composer/dhub-vc-content-slider/dhub-vc-content-slider.less";*/
.menu-controls {
    background: #ffffff;
    height: 4em;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    z-index: 3;
    /*.scrolld & {
          position: fixed;
          transform: translate3d(0, -5em, 0);
          transition: .5s ease;
          &:hover, &.active {
              transform: translate3d(0,0,0);
          }
      }*/
}
@media all and (min-width: 1024px) {
    .menu-controls {
        height: 6em;
    }
}
.menu-controls::after {
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
@media all and (min-width: 1024px) {
    .menu-controls::after {
        display: none;
    }
}
.max-1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1em;
}
#logo {
    display: block;
    height: 4em;
    width: 9em;
    margin: 0;
    padding: .85em 0 .65em;
    float: left;
    position: relative;
    z-index: 10;
}
@media all and (min-width: 400px) {
    #logo {
        width: 15em;
    }
}
@media all and (min-width: 1024px) {
    #logo {
        height: 6em;
        padding-top: 3.25em;
    }
}
@media all and (min-width: 1280px) {
    #logo {
        width: 20em;
        padding-top: 3.125em;
    }
}
#logo #logo-bar {
    opacity: 0;
    -webkit-animation: logo-bar 0.5s ease forwards;
            animation: logo-bar 0.5s ease forwards;
}
#logo #logo-citigate {
    opacity: 0;
    -webkit-transform: translate3d(-2em, 0, 0);
            transform: translate3d(-2em, 0, 0);
    -webkit-animation: logo-citigate 0.5s ease-out forwards;
            animation: logo-citigate 0.5s ease-out forwards;
}
#logo #logo-dewe {
    opacity: 0;
    -webkit-transform: translate3d(-2em, 0, 0);
            transform: translate3d(-2em, 0, 0);
    -webkit-animation: logo-dewe 0.5s 0.25s ease-out forwards;
            animation: logo-dewe 0.5s 0.25s ease-out forwards;
}
#logo #logo-rogerson {
    opacity: 0;
    -webkit-transform: translate3d(-2em, 0, 0);
            transform: translate3d(-2em, 0, 0);
    -webkit-animation: logo-rogerson 0.5s 0.5s ease-out forwards;
            animation: logo-rogerson 0.5s 0.5s ease-out forwards;
}
@-webkit-keyframes logo-bar {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes logo-bar {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes logo-citigate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2em, 0, 0);
                transform: translate3d(-2em, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes logo-citigate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2em, 0, 0);
                transform: translate3d(-2em, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes logo-dewe {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2em, 0, 0);
                transform: translate3d(-2em, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes logo-dewe {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2em, 0, 0);
                transform: translate3d(-2em, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes logo-rogerson {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2em, 0, 0);
                transform: translate3d(-2em, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes logo-rogerson {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2em, 0, 0);
                transform: translate3d(-2em, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
.menu-toggle {
    width: 3em;
    height: 3em;
    font-size: 16px;
    position: relative;
    float: right;
    z-index: 10;
    margin: .5em 0;
    overflow: hidden;
    border-radius: 3px;
}
.js-active-delay .menu-toggle {
    transition: .5s ease;
}
@media all and (min-width: 1024px) {
    .menu-toggle {
        display: none;
    }
}
.menu-toggle a {
    display: block;
    width: 3em;
    height: 3em;
}
.menu-active .menu-toggle {
    background-color: #044f9e;
}
.menu-toggle span {
    position: absolute;
    height: .25em;
    width: 2.25em;
    background-color: #242c37;
    border-radius: .125em;
    left: .375em;
    top: .625em;
    outline: 0;
}
.js-active-delay .menu-toggle span {
    transition: .5s ease;
}
.menu-toggle span:focus {
    outline: 0;
    outline: none;
}
.menu-active .menu-toggle #b1 {
    -webkit-transform: translate3d(0, -0.625em, 0);
            transform: translate3d(0, -0.625em, 0);
    opacity: 0;
    background-color: #044f9e;
}
.menu-toggle #b2 {
    top: 1.375em;
    width: 1.25em;
    -webkit-transform-origin: 1.125em .125em;
            transform-origin: 1.125em .125em;
}
.menu-active .menu-toggle #b2 {
    -webkit-transform: translate3d(0, -0.375em, 0) rotate(-45deg);
            transform: translate3d(0, -0.375em, 0) rotate(-45deg);
    background-color: #ffffff;
}
.menu-toggle #b3 {
    top: 1.375em;
    left: 1.375em;
    width: 1.25em;
    -webkit-transform-origin: .125em .125em;
            transform-origin: .125em .125em;
}
.menu-active .menu-toggle #b3 {
    -webkit-transform: translate3d(0, -0.375em, 0) rotate(45deg);
            transform: translate3d(0, -0.375em, 0) rotate(45deg);
    background-color: #ffffff;
}
.menu-toggle #b4 {
    top: 2.125em;
}
.menu-active .menu-toggle #b4 {
    -webkit-transform: translate3d(0, 0.625em, 0);
            transform: translate3d(0, 0.625em, 0);
    opacity: 0;
    background-color: #044f9e;
}
.main-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #044f9e;
    padding: 2em 0 5em;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
}
.js-active-delay .main-navigation {
    transition: .5s ease;
}
.main-navigation .social-links {
    display: none;
    /*position: absolute;
          bottom: 3em;
          left: 50%;
          transform: translate3d(-50%, 0, 0);*/
}
.menu-active .main-navigation {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.main-navigation .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 4em;
    position: absolute;
    top: 4em;
    left: 0;
    width: 100%;
    max-height: calc( 100vh - 4em );
    overflow: auto;
}
.main-navigation .primary-menu svg {
    fill: #044f9e;
    color: #044f9e
}
.main-navigation .primary-menu a {
    color: #ffffff;
    padding: .75em 1em;
    display: block;
}
.main-navigation .primary-menu a strong {
    font-weight: 200;
    font-size: 1.4em;
    display: block;
}
.main-navigation .primary-menu > li.menu-item-has-children > a strong::after {
    content: '';
    width: 1em;
    height: 0.625em;
    background-image: url(../dhub/images/input/nav-white.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 .25em;
}
.js-active-delay .main-navigation .primary-menu > li.menu-item-has-children > a strong::after {
    transition: .25s ease;
}
.main-navigation .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    max-height: 0;
    overflow: hidden;
}
.js-active-delay .main-navigation .primary-menu .sub-menu {
    transition: max-height 0.5s 0.25s cubic-bezier(0.645, 0.045, 0.353, 1);
}
.main-navigation .primary-menu .sub-menu li {
    opacity: 0;
}
.js-active-delay .main-navigation .primary-menu .sub-menu li {
    transition: opacity .5s 0s ease;
}
.main-navigation .primary-menu .sub-menu a {
    line-height: 1.25;
}
.main-navigation .primary-menu .sub-menu a:hover,
.main-navigation .primary-menu .sub-menu a:active {
    background-color: #ffffff;
}
.main-navigation .primary-menu .sub-menu a strong {
    color: #bf2c37;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: .25em;
}
.main-navigation .primary-menu .sub-menu a span {
    color: #b3b3b3;
    font-size: .95em;
}
.main-navigation .primary-menu .active.menu-item-has-children > a strong::after {
    -webkit-transform: translate3d(0, 0.25em, 0);
            transform: translate3d(0, 0.25em, 0);
}
.main-navigation .primary-menu .active .sub-menu {
    max-height: 250px;
}
.js-active-delay .main-navigation .primary-menu .active .sub-menu {
    transition: max-height 0.5s 0s cubic-bezier(0.645, 0.045, 0.353, 1);
}
.main-navigation .primary-menu .active .sub-menu li {
    opacity: 1;
}
.js-active-delay .main-navigation .primary-menu .active .sub-menu li {
    transition: opacity .5s .25s ease;
    float: left;
    text-align: center;
}
.main-navigation .primary-menu .active .sub-menu {
    max-height: 1100px;
}
@media all and (min-width: 720px) {
    .main-navigation .primary-menu > li:first-child .sub-menu li {
        width: calc( 100% / 3 );
        float: left;
        text-align: center;
        /*&#menu-item-77 a::before  { background-position: 0 0 ; }
                    &#menu-item-76 a::before  { background-position: -6em 0 ; }
                    &#menu-item-108 a::before { background-position: -12em 0 ; }
                    &#menu-item-107 a::before { background-position: -18em 0 ; }
                    &#menu-item-106 a::before { background-position: -24em 0 ; }
                    &#menu-item-105 a::before { background-position: -30em 0 ; }
                    &#menu-item-104 a::before { background-position: -36em 0 ; }
                    &#menu-item-109 a::before { background-position: -42em 0 ; }
                    &#menu-item-103 a::before { background-position: 0 -6em ; }*/
    }
    .main-navigation .primary-menu > li:first-child .sub-menu li a {
        padding: .75em 1.5em;
        height: 100%;
        /*&::before {
                            content: '';
                            display: block;
                            width: 6em;
                            height: 6em;
                            margin: 0 0 .5em;
                            background-image: url(images/citigate-icons.svg);
                            background-position: 0 0;
                            background-size: 48em auto;
                        }*/
    }
    .main-navigation .primary-menu > li:first-child .sub-menu li a svg {
        display: block;
        width: 8em;
        height: 8em;
        margin: 0 auto 0;
    }
    .main-navigation .primary-menu > li:first-child .sub-menu li a svg use {
        fill: #044f9e;
        color: #044f9e;
    }
}
@media all and (min-width: 1024px) {
    .main-navigation {
        position: static;
        height: auto;
        width: auto;
        -webkit-transform: none;
                transform: none;
        padding: 1.375em 0 0;
        background-color: transparent;
        float: right;
    }
    .main-navigation .social-links {
        position: static;
        display: block;
        text-align: right;
    }
    .main-navigation .social-links li {
        margin: 0 0 0 .5em;
    }
    .main-navigation .social-links a {
        font-size: .75em;
        background-color: #b3b3b3;
        background-position-y: -1.75em;
    }
    .main-navigation .social-links a:hover {
        box-shadow: none;
        background-color: #bf2c37;
    }
    .main-navigation .primary-menu {
        position: static;
        max-height: none;
        width: auto;
        padding: 0;
    }
    .main-navigation .primary-menu > li {
        display: inline-block;
        margin: 0 0 0 1em;
        position: static;
    }
    .main-navigation .primary-menu > li.menu-item-has-children > a > strong::after {
        background-image: url(../dhub/images/input/nav-red.png);
    }
    .main-navigation .primary-menu > li {
        position: static;
    }
    .main-navigation .primary-menu > li .sub-menu {
        left: 50%;
        top: 7em;
        width: calc( 100vw - 2em );
        max-width: 1364px;
        -webkit-transform: none;
                transform: none;
        -webkit-transform: translate3d(-50%, -1em, 0);
                transform: translate3d(-50%, -1em, 0);
    }
    .js-active-delay .main-navigation .primary-menu > li .sub-menu {
        transition: opacity 0.375s ease, margin-left 0s 0.375s, -webkit-transform 0.375s ease;
        transition: transform 0.375s ease, opacity 0.375s ease, margin-left 0s 0.375s;
        transition: transform 0.375s ease, opacity 0.375s ease, margin-left 0s 0.375s, -webkit-transform 0.375s ease;
    }
    .main-navigation .primary-menu > li .sub-menu li {
        width: 20%;
        height: auto !important;
    }
    .main-navigation.menu-6 .primary-menu > li .sub-menu li {
        width: 16.6%;
    }
    .main-navigation.menu-5 .primary-menu > li .sub-menu li {
        width: 20%;
    }
    .main-navigation.menu-4 .primary-menu > li .sub-menu li {
        width: 25%;
    }
    .main-navigation.menu-3 .primary-menu > li .sub-menu li {
        width: 33.3%;
    }
    .main-navigation.menu-2 .primary-menu > li .sub-menu li {
        width: 50%;
    }

    .main-navigation.menu-2 .primary-menu > li .sub-menu li:nth-child(2n+1),
    .main-navigation.menu-3 .primary-menu > li .sub-menu li:nth-child(3n+1),
    .main-navigation.menu-4 .primary-menu > li .sub-menu li:nth-child(4n+1),
    .main-navigation.menu-5 .primary-menu > li .sub-menu li:nth-child(5n+1),
    .main-navigation.menu-6 .primary-menu > li .sub-menu li:nth-child(6n+1) {
        clear: left;
    }
    .main-navigation .primary-menu > li .sub-menu li:nth-child(3n+1) {
        clear: none;
    }
    .main-navigation .primary-menu > li .sub-menu li a {
        height: 100%;
        padding: 0 1.5em 1.5em;
    }
    .main-navigation .primary-menu > li.active .sub-menu {
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }
    .js-active-delay .main-navigation .primary-menu > li.active .sub-menu {
        transition: opacity 0.375s ease, margin-left 0s 0s, -webkit-transform 0.375s ease;
        transition: transform 0.375s ease, opacity 0.375s ease, margin-left 0s 0s;
        transition: transform 0.375s ease, opacity 0.375s ease, margin-left 0s 0s, -webkit-transform 0.375s ease;
    }
    .main-navigation .primary-menu > li:nth-child(4) {
        position: static;
    }
    .main-navigation .primary-menu > li:nth-child(4) .sub-menu {
        left: auto;
        right: 1em;
    }
    .main-navigation .primary-menu > li > a {
        display: inline;
        padding: 0;
        color: #242c37;
    }
    .main-navigation .primary-menu > li > a strong {
        display: inline;
        font-size: 1.2em;
    }
    .main-navigation .primary-menu > li .sub-menu {
        position: absolute;
        top: 7em;
        width: 280px;
        z-index: 10;
        height: auto;
        max-height: none;
        -webkit-transform: translate3d(0, -1em, 0);
                transform: translate3d(0, -1em, 0);
        opacity: 0;
        box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
        margin-left: 100vw;
    }
    .js-active-delay .main-navigation .primary-menu > li .sub-menu {
        transition: opacity 0.5s ease, margin-left 0s 0.5s linear, -webkit-transform 0.5s ease;
        transition: transform 0.5s ease, opacity 0.5s ease, margin-left 0s 0.5s linear;
        transition: transform 0.5s ease, opacity 0.5s ease, margin-left 0s 0.5s linear, -webkit-transform 0.5s ease;
        width: 100%;
        left: 40px;
    }
    .main-navigation .primary-menu > li.active .sub-menu {
        display: block;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        opacity: 1;
        margin-left: 0;
    }
    .js-active-delay .main-navigation .primary-menu > li.active .sub-menu {
        transition: opacity 0.5s ease, margin-left 0s 0s linear, -webkit-transform 0.5s ease;
        transition: transform 0.5s ease, opacity 0.5s ease, margin-left 0s 0s linear;
        transition: transform 0.5s ease, opacity 0.5s ease, margin-left 0s 0s linear, -webkit-transform 0.5s ease;
    }
}
@media all and (min-width: 1280px) {
    .main-navigation .primary-menu > li {
        margin-left: 2em;
    }
    .main-navigation .primary-menu > li > a strong {
        font-size: 1.4em;
    }
    .main-navigation .primary-menu > li:nth-child(4) .sub-menu {
        right: auto;
    }
}
footer {
    background-color: #333333;
    color: #e6e6e6;
    padding: 1.5em 1em;
    position: relative;
}
@media all and (min-width: 720px) {
    footer {
        padding: 2em 1em;
    }
}
@media all and (min-width: 1280px) {
    footer {
        padding: 2.5em 1em;
    }
}
footer a,
footer a:visited {
    color: #e6e6e6 !important;
    text-decoration: none;
}
footer a:hover,
footer a:visited:hover {
    color: #ffffff;
}
footer p {
    font-size: 0.833334em;
    margin: 2em 0 0;
}
.footer-max-width-1400 {
    max-width: 1400px;
    margin: 0 auto;
}
.footer-twitter {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 2em;
    padding: 0 2em;
    border-right: none;
}
.footer-twitter h3 {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.75rem;
    margin-bottom: 1em;
}
.footer-twitter .social {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
    background-color: #1da1f2;
}
.footer-twitter h3 {
    color: #1da1f2;
}
@media all and (min-width: 1024px) {
    .footer-twitter {
        display: inline-block;
        width: 50%;
        height: auto;
        float: left;
        text-align: left;
        border-right: 1px solid #e6e6e6;
    }
    .footer-twitter h3 {
        margin: 0;
    }
    .footer-twitter p:first-child {
        margin: 2em 0 0;
    }
}
.footer-content {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 2em;
    margin-top: 2em;
}
@media all and (min-width: 1024px) {
    .footer-content {
        display: inline-block;
        width: 50%;
        margin-bottom: 2em;
        text-align: left;
        margin-top: 0;
        padding-left: 2em;
    }
}
.clearfix {
    clear: both;
}
#social-icons {
    display: none;
}
.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-links li {
    display: inline;
    margin: 0 .25em;
}
.social {
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    transition: .5s ease;
    vertical-align: middle;
    background-image: url(images/social/social.svg);
    background-size: 5.25em 3.5em;
    background-position: 0 0;
}
.social:hover {
    background-color: #ffffff;
    box-shadow: 0 0 0.5em #000000;
}
.social.tw {
    background-position: -1.75em 0;
}
.social.rss {
    background-position: -3.5em 0;
}
.backtotop {
    width: 3.125em;
    height: 3.125em;
    border-radius: 50%;
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
    box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.25);
    background-color: #333333;
    overflow: hidden;
    z-index: 5;
    -webkit-transform-origin: 250% 50%;
            transform-origin: 250% 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: .5s ease, -webkit-transform 1.25s ease;
    transition: transform 1.25s ease, .5s ease;
    transition: transform 1.25s ease, .5s ease, -webkit-transform 1.25s ease;
}
.backtotop svg path {
    fill: #ffffff;
}
.scrolld .backtotop {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.blog-header {
    background-color: #242c37;
    background-image: url(http://www.citigatedewerogerson.com/wp-content/uploads/2016/12/citigate-dewe-rogerson-210682270.jpg);
    background-position: center 66%;
    background-size: cover;
    text-align: center;
}
#posts {
    background-color: #fafafa;
}
.post-list {
    background-color: #ffffff;
    padding: 2em;
}
.post-list article {
    line-height: 1.25;
    margin: 0 0 2em;
}
@media all and (min-width: 720px) {
    .post-list article {
        width: calc(49.9% - 1em );
        float: left;
        margin: 0 2em 4em 0;
    }
    .post-list article:nth-of-type(2n) {
        margin-right: 0;
    }
    .post-list article:nth-of-type(2n+1) {
        clear: both;
    }
}
@media all and (min-width: 1280px) {
    .post-list article {
        width: calc( ( 100% - 4em ) / 3 );
    }
    .post-list article:nth-of-type(2n) {
        margin-right: 2em;
    }
    .post-list article:nth-of-type(2n+1) {
        clear: none;
    }
    .post-list article:nth-of-type(3n) {
        margin-right: 0;
    }
    .post-list article:nth-of-type(3n+1) {
        clear: both;
    }
}
.post-list article h4 {
    margin: 1em 0 0;
}
@media all and (min-width: 720px) {
    .post-list article h4 {
        margin: 1.375em 0 0;
    }
}
@media all and (min-width: 1280px) {
    .post-list article h4 {
        margin: 1.75em 0 0;
    }
}
.post-list article h4 a {
    color: #242c37;
    font-weight: 300;
}
.post-list article p {
    margin: 0 0 1em;
}
@media all and (min-width: 720px) {
    .post-list article p {
        margin: 0 0 1.375em;
    }
}
@media all and (min-width: 1280px) {
    .post-list article p {
        margin: 0 0 1.75em;
    }
}
.post-list:after {
    content: '';
    display: block;
    clear: both;
}
.screen-reader-text {
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.blogs_nav {
    text-align: center;
    margin: 3em 0 0 0;
}
.widget h4 {
    color: #bf2c37;
    font-size: 1.2em;
    font-weight: 200;
    margin: 0 0 .25em 0;
}
@media all and (min-width: 720px) {
    .widget h4 {
        font-size: 1.3em;
    }
}
@media all and (min-width: 1024px) {
    .widget h4 {
        font-size: 1.4em;
    }
}
@media all and (min-width: 1280px) {
    .widget h4 {
        font-size: 1.5em;
    }
}
@media all and (min-width: 1920px) {
    .widget h4 {
        font-size: 1.6em;
    }
}
.widget h4::before {
    display: inline-block;
    content: '';
    width: 2em;
    height: 2em;
    background-image: url(images/blog-icons.svg);
    background-size: 300% auto;
    background-position: 0 0;
    margin: 0 .25em 0 0;
    vertical-align: middle;
}
.widget.widget_categories h4::before {
    background-position: 0 0;
}
.widget.widget_archive h4::before {
    background-position: -2em 0;
}
.widget.widget_twitter h4::before {
    background-position: -4em 0;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget li {
    margin: 0;
    line-height: 1.25;
    color: #b3b3b3;
}
.widget a {
    color: #242c37;
}
.widget a:hover {
    color: #bf2c37;
}
.widget label span {
    display: inline-block;
    width: 2em;
    position: absolute;
    left: -999999px;
    margin-right: -2.25em;
}
.widget input[type="search"] {
    border: 1px solid #bf2c37;
    padding: .5em .75em;
    background: #ffffff;
    border-radius: 0;
    font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    max-width: 100%;
}
.widget input[type="search"]:focus {
    border-color: #242c37;
    outline: 0;
}
.widget input[type="search"]::-webkit-input-placeholder {
    color: #242c37;
}
.widget input[type="search"]:-ms-input-placeholder {
    color: #242c37;
}
.widget input[type="search"]::-ms-input-placeholder {
    color: #242c37;
}
.widget input[type="search"]::-webkit-input-placeholder {
    color: #242c37;
}
.widget input[type="search"]:-ms-input-placeholder {
    color: #242c37;
}
.widget input[type="search"]::placeholder {
    color: #242c37;
}
@media all and (min-width: 1024px) {
    .widget input[type="search"] {
        max-width: calc( 100% - 100px );
    }
}
.widget input[type="submit"] {
    border: 1px solid #bf2c37;
    background-color: #bf2c37;
    color: #ffffff;
    padding: .5em .75em;
    text-transform: uppercase;
    font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    transition: .333s ease;
    display: none;
}
@media all and (min-width: 1024px) {
    .widget input[type="submit"] {
        display: inline-block;
    }
}
.widget input[type="submit"]:hover {
    background-color: #242c37;
    border-color: #242c37;
}
.widget_search .search-submit {
    display: inline;
}
.single h1 {
    font-size: 1.75em;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: .75em;
    text-shadow: none;
    color: #bf2c37;
    text-transform: none;
}
@media all and (min-width: 400px) {
    .single h1 {
        font-size: 1.875em;
    }
}
@media all and (min-width: 720px) {
    .single h1 {
        font-size: 1.875em;
    }
}
@media all and (min-width: 1024px) {
    .single h1 {
        font-size: 2em;
    }
}
@media all and (min-width: 1280px) {
    .single h1 {
        font-size: 2.125em;
    }
}
@media all and (min-width: 1920px) {
    .single h1 {
        font-size: 2.25em;
    }
}
.single h1:first-child {
    margin-top: 0;
}
.single h1 + p {
    margin-top: 0;
    font-size: 1.375em;
    font-weight: 200;
    line-height: 1.3;
}
@media all and (min-width: 400px) {
    .single h1 + p {
        font-size: 1.375em;
    }
}
@media all and (min-width: 720px) {
    .single h1 + p {
        font-size: 1.5em;
    }
}
@media all and (min-width: 1024px) {
    .single h1 + p {
        font-size: 1.5em;
    }
}
@media all and (min-width: 1280px) {
    .single h1 + p {
        font-size: 1.625em;
    }
}
@media all and (min-width: 1920px) {
    .single h1 + p {
        font-size: 1.75em;
    }
}
.single .site-main {
    background-color: #fafafa;
}
.single .vc_row:first-child {
    padding: 2em 0;
}
.post-single-wrapper {
    padding: 2em 0;
    background-color: #ffffff;
}
.post-thumbnail {
    display: block;
    position: relative;
}
.post-thumbnail img {
    width: 100%;
}
.post-thumbnail::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.05);
}
.wp-post-image {
    width: 100%;
}
.widget-area {
    background-color: #ffffff;
    padding: 2em;
}
/*.vc_row.blog-header:first-child {
    padding: 12vw 0;
}*/
.vc_column_container.vc_column_sidebar {
    margin: 0;
}

article .post_thumb::before {
    opacity: 0;
}

article .post_thumb::after
{
    opacity: 0;
}
.older_posts {
    float: left;
}
.newer_posts {
    float: right;
}

a.ytp-watermark.yt-uix-sessionlink {
    display: none;
}
@media (min-width: 1024px) {
    .vc_row_inner.gutterless .vc_col-sm-12  .expertise-row .vc_col-lg-2 {
        margin: 0 .25em .5em;
        width: calc((100% - 5em) / 3);
    }
}
@media (min-width: 1280px) {
    .vc_row_inner.gutterless .vc_col-sm-12  .expertise-row .vc_col-lg-offset-1 {
        width: calc( ( 100% - 6em ) / 5 );
    }
}

.clear{clear:both;}

.vc_row_inner.gutterless .vc_col-sm-12  .expertise-row .vc_col-lg-2:nth-child(5n+1),
.expertise-row .vc_column_container:nth-child(5n+1){
    margin-left: 2em;
}
.margin-small {
    margin-left: 2em;
}
.margin-bottom-less{
    margin-bottom: 0;
}
.margin-top-less{
    margin-top: 0;
}
.margin-left-less{
    margin-left: 0;
}
.margin-right-less{
    margin-right: 0;
}
section.dhub-blogs.dhub-generic-content-gadget {
    margin-left: 0;
}

.vc_row_inner.gutterless .vc_col-sm-12  .dhub-blogs .blogs .post.vc_col-lg-4:nth-child(3n), .dhub-blogs .blogs .post:nth-child(3n)
{
    margin-right: 0;
}

.vc_row_inner .vc_column_container {
    margin-bottom: 0;
}
.logos
{
    margin: 0;
    text-align: center;
    border: 1px solid #f2f2f2;
    min-height: 110px;
}

.logos div {
    height: 100%;
}

.logos-col img {
    max-height: 40px;
    width: auto;
    max-width: 50%;
    position: relative;
    top: 50%;;
    -webkit-transform: translateY(-50%);;
            transform: translateY(-50%);
}

.dhub-button.white{
    margin-bottom: 0;
}

.single-case_study .site-main {
    padding: 0;
}

.social.footer_social, .menu-controls .social{
    background: none;
}

.social .fa {
    color: #fff;
    position: relative;
    right: 6px;
}

.social.footer_social .fa {
    right: -8px;
}

.max-width-full .wc_row.vc_column_container{
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
/*
.social.footer_social:hover .fa{
    color: #333333;
}*/

#ipo-expertise,
#emerging-expertise {
    text-align: center;
}

#ipo-expertise .expertize_col_single,
#emerging-expertise .expertize_col_single {
    max-width: 250px !important;
    float: none;
    display: inline-block;
}

@media all and (max-width: 1024px) {

    #ipo-expertise .expertize_col_single,
    #emerging-expertise .expertize_col_single {
        max-width: 100% !important;
        display: block;
    }

}

.dhub-documents h2 {
    text-align: left;
}

.document a {
    border: 1px solid #044f9e;
    margin: 1em;
    display: block;
    position: relative;
}
.document a::before {
    content: 'Download';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -.5em;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translate3d(0,1em,0);
            transform: translate3d(0,1em,0);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #fff;
    transition: .5s ease;
    z-index: 1;
}
.document a:hover::before {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
}
.document a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4,79,158,.75);
    opacity: 0;
    transition: .5s ease;
}
.document a:hover::after {
    opacity: 1;
}

body .dhub-case-studies .vc_column_container {
    border: none;
    padding: 0 0 55px 0;
}
@media (min-width: 1024px)
{
    .vc_row_inner.gutterless .vc_col-sm-12 .dhub-case-studies .vc_column_container
    {
        margin: 0 2em 4em;
    }
}

.dhub-button.white {
    margin-bottom: 1.1em;
}


@media (max-width: 1279px) {

    .vc_row.vc_inner.expertise-row .vc_col-lg-2:nth-of-type(2n+1) {
        margin-right: .25em;
    }

    .vc_row_inner.gutterless .vc_col-sm-12  .expertise-row .vc_col-lg-2:nth-child(3n+1) {
        margin-left: 2em;
    }

    .vc_row_inner.gutterless .vc_col-sm-12  .expertise-row .vc_col-lg-2:nth-child(6n) {
        margin-left: .25em;
    }

    .vc_row_inner.gutterless .vc_col-sm-12 .dhub-blogs .blogs .post.vc_col-lg-4, .dhub-blogs .blogs .post {
        width: 50%;
        float: left;
        padding: 0 15px;
        margin: 0 !important;
    }
    .dhub-team h3, .dhub-team p {
        text-align: center;
    }
    .dhub-team .dhub-button.blue,
    .call-to-action a.dhub-button.blue{
        float: none;
        margin-left: auto;
        margin-right: auto!important;
        right: auto;
        left: auto;
        display: block;
        max-width: 200px;
        text-align: center;
    }
    .dhub-team .team-member h3 > a {
        min-height: 60px;
        float: left;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1024px) {

    .vc_row_inner.gutterless .vc_col-sm-12 .vc_col-xs-6 {
        margin: 5px 2em !important;
        width: calc(100% - 4em);
    }

    .expertize_col_single p {
        color: #044f9e !important;
    }

    .expertize_col_single:hover p {
        color: #fff !important;
    }

    .vc_col-sm-2.logos {
        width: 33.3% !important;
    }

}

@media (max-width: 768px) {

    .post-list .post {
        width: 50%;
    }
    
    .vc_row_inner.gutterless .vc_col-sm-12 .dhub-blogs .blogs .post.vc_col-lg-4,
    .dhub-blogs .blogs .post {
        width: 100%;
        float: none;
        margin-bottom: 40px !important;
        padding-bottom: 10px ;
    }

    .vc_row_inner.gutterless .vc_col-sm-12 .dhub-blogs .blogs .post.vc_col-lg-4:last-of-type,
    .dhub-blogs .blogs .post:last-of-type {
        margin-bottom: 0px !important;
    }

    .slick-arrow {
        top: 20%;
    }

    .slick-next {
        right: -15px;
    }

    .slick-prev {
        left: -15px;
    }

}

@media (max-width: 699px) {

    .vc_row_inner .bg-img {
        display: none;
    }

    .vc_row_inner .no-bg-img {
        width: 100% !important;
    }
 .vc_row_inner .vc_column_container.no-bg-img {
    width: 100% !important;
    margin: 0;
}

    [class*="anim-"] {
        opacity: 1 !important;
        -webkit-animation: none !important;
                animation: none !important;
    }

}

@media (max-width: 440px) {

    .post-list .post {
        width: 100%;
        padding: 0 0 30px 0;
        float: none;
    }
    
    #logo {
        padding: 35px 0 0 0;
    }

    ul.countrySelector {
        left: 17px;
    }

    ul.countrySelector ul {
        width: auto;
    }

    ul.countrySelector ul ul {
        position: static;
        padding: 0;
    }

    ul.countrySelector ul ul ul {
        border: none;
    }

    ul.countrySelector ul ul ul li a {
        padding-left: 20px;
        font-size: 13px;
    }

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    [class*="anim-"] {
        opacity: 1 !important;
        -webkit-animation: none !important;
                animation: none !important;
    }

    .vc_row_inner.gutterless .vc_col-sm-12  .vc_col-sm-6 {
        width: 50%;
        float: left;
    }

    .expertise-row {
        margin: 0 30px;
    }

    .vc_row_inner.gutterless .vc_col-sm-12 .expertise-row .vc_col-lg-offset-1 {
        width: 20% !important;
        margin: 0 !important;
        padding: 2px;
    }

}

/* Contact slide  */

.contact-slide a.button {
    color: #fff;
    background: #bf2c37;
    font-size: 1.5em;
    text-align: center;
    display: block;
    padding: 10px;
    margin: 0 30px;
}

.contact-slide a.button:hover {
    background: #044f9e;
}

.contact-slide .contact-content {
    padding: 30px;
    display: none;
}

/*extra styles */
.js-active-delay .page .main-navigation .primary-menu > li .sub-menu {
    max-width: 90%;
    left: 5%;
}
.main-navigation .primary-menu .sub-menu a span {
    color: #616161;
}
.page #expertise div.expertize_col_single {
    /*padding: 1em!important;*/
}
.page #expertise .expertise-row{
    padding-left: 5px;
    padding-right: 5px;
}
.margin-1em-left{
margin-left: 1em;
}
.page #expertise h2{
margin-bottom: 0em;
}
.apply-position.no-bg-img {
    background: #fff;
    border: 20px solid #fafafa;
    border-width: 0 28px 0 28px;
}
.vc_row.max-width-1400 .vc_row_inner {
    max-width: 1400px;
}

/* Amsterdam style */
a#logo img {
    max-height: 40px!important;
}
a.social[title=Calendar] {
    padding: 0;
    width: auto;
    border-radius: 13px;
}
a.social[title=Calendar]:before {
    content: "Calendar";
    font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.0625em;
    line-height: normal;
    color: #ffffff;
    font-weight: 500;
    padding: 0px 10px;
}

div#home-main-banner h3,
div#about-main-banner h3,
div#contact-main-banner h3 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Effra', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    text-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.5);
    text-transform: none;
    letter-spacing: -0.0125em;
    margin: 0 10px;
    line-height: normal;
    display: block;
}
@media all and (min-width: 720px){
    div#home-main-banner h3,
    div#about-main-banner h3,
    div#contact-main-banner h3{
        color: #fff;
        text-align: center;
        font-size: 40px;
        font-weight: 500;
        font-family: 'Effra', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
        text-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.5);
        text-transform: none;
        letter-spacing: -0.0125em;
        margin: 0;
        line-height: normal;
    }
    div#contact-main-banner h3 {
        max-width: 950px;
        margin: 0 auto;
    }
    .page-id-7668 .dhub-header .dhub-header-content {
        margin-top: 51px;
    }
}
@media all and (max-width: 480px){
    div#home-main-banner h3,
    div#about-main-banner h3,
    div#contact-main-banner h3 {
        display: none;
    }
    .amsterdam-about-banner header h1{
        font-size: 33px;
    }
    .blog .post-content a.dhub-button.red {
        margin: 0 auto !important;
        text-align: center;
        float: none;
        display: block;
        max-width: 140px;
    }
    .page-id-7611 .popup {
        top: 45%!important;
        height: 100%;
        height: -moz-available!important;          /* WebKit-based browsers will ignore this. */
        height: -webkit-fill-available!important;  /* Mozilla-based browsers will ignore this. */
        height: fill-available!important;
        max-height: 100%!important;
    }
}
.custom-ico-mr .dhub-expertise-gadget:before {
    /*background: url(images/mr.png) center center no-repeat;*/
    background-size: 100px;
    content: "";
    width: 99%;
    height: 140px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.custom-ico-ir .dhub-expertise-gadget:before {
    /*background: url(images/ir-ico.png) center center no-repeat;*/
    background-size: 100px;
    content: "";
    width: 99%;
    height: 140px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.amsterdam-expert-wrapper .custom-ico-ir .dhub-expertise-gadget .exp-icon,
.sub-menu li.icon-76 a svg,
.amsterdam-expert-wrapper .custom-ico-ccomm .dhub-expertise-gadget .exp-icon,
.sub-menu li.icon-109 a svg{
    max-width: 100%!important;
}
.custom-ico-campaining .dhub-expertise-gadget:before {
    /*background: url(images/c-ico.png) center center no-repeat;*/
    background-size: 100px;
    content: "";
    width: 99%;
    height: 140px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.custom-ico-cc .dhub-expertise-gadget:before {
    /*background: url(images/cc-ico.png) center center no-repeat;*/
    background-size: 100px;
    content: "";
    width: 99%;
    height: 140px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.custom-ico-mi .dhub-expertise-gadget:before {
    /*background: url(images/mi-ico.png) center center no-repeat;*/
    background-size: 100px;
    content: "";
    width: 99%;
    height: 140px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.custom-ico-ccomm .dhub-expertise-gadget:before {
    /*background: url(images/ccomm-ico.png) center center no-repeat;*/
    background-size: 100px;
    content: "";
    width: 99%;
    height: 140px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.custom-ico-pa .dhub-expertise-gadget:before {
    /*background: url(images/pa-ico.png) center center no-repeat;*/
    background-size: 100px;
    content: "";
    width: 99%;
    height: 140px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.custom-ico-ee .dhub-expertise-gadget:before {
    /*background: url(images/ee-ico.png) center center no-repeat;*/
    background-size: 100px;
    content: "";
    width: 99%;
    height: 140px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.custom-ico-sd .dhub-expertise-gadget:before {
    /*background: url(images/sd-ico.png) center center no-repeat;*/
    background-size: 100px;
    content: "";
    width: 99%;
    height: 140px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.custom-ico-is .dhub-expertise-gadget:before {
    /*background: url(images/is-ico.png) center center no-repeat;*/
    background-size: 100px;
    content: "";
    width: 99%;
    height: 140px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.dhub-expertise-gadget:hover:before{
    opacity: 0.2;
}
.dhub-expertise-gadget .content-hover{
    z-index: 9;
}

.expert-dropdown-icon-mr a {
    background: url(images/mr.png) center 20px no-repeat;
    background-size: 110px;
}
.expert-dropdown-icon-ir a {
    background: url(images/ir-ico.png) center 20px no-repeat;
    background-size: 110px;
}
.expert-dropdown-icon-c a {
    background: url(images/c-ico.png) center 20px no-repeat;
    background-size: 110px;
}
.expert-dropdown-icon-cc a {
     background: url(images/cc-ico.png) center 20px no-repeat;
     background-size: 110px;
 }
.expert-dropdown-icon-mi a {
    background: url(images/mi-ico.png) center 20px no-repeat;
    background-size: 110px;
}
.expert-dropdown-icon-ccomm a {
    background: url(images/ccomm-ico.png) center 20px no-repeat;
    background-size: 110px;
}
.expert-dropdown-icon-pa a {
    background: url(images/pa-ico.png) center 20px no-repeat;
    background-size: 110px;
}
.expert-dropdown-icon-ee a {
    background: url(images/ee-ico.png) center 20px no-repeat;
    background-size: 110px;
}
.expert-dropdown-icon-sd a {
    background: url(images/sd-ico.png) center 20px no-repeat;
    background-size: 110px;
}
.expert-dropdown-icon-is a {
    background: url(images/is-ico.png) center 20px no-repeat;
    background-size: 110px;
}
#user-relations-white path,
#user-relations-white circle,
#writing-white path,
#barchart-white path,
#handshake-white path,
#organisation-white path,
#digital-marketing-white path,
#coordination-white path,
#campaigning-white path{
    fill: #fff!important;
}
#user-relations path,
#user-relations circle{
    fill: #044f9e;
}
@media all and (max-width: 980px) {
    #user-relations-white,
    #writing-white,
    #barchart-white,
    #handshake-white,
    #organisation-white,
    #digital-marketing-white,
    #coordination-white,
    #campaigning-white,
    .page-id-9772 .wpb_wrapper .dhub-header svg,
    .page-id-9824 .wpb_wrapper .dhub-header svg,
    .blog .blog-header .vc_column_container:before,
    div#home-main-banner h3,
    div#about-main-banner h3,
    div#contact-main-banner h3{
        display: none !important;
    }
    .page-id-9772 .dhub-header .dhub-header-content,
    .page-id-9824 .dhub-header .dhub-header-content,
    .page-id-7668 .dhub-header .dhub-header-content,
    .page-id-7611 .dhub-header .dhub-header-content,
    .page-id-7470 .dhub-header.amsterdam-home-banner-big-text .dhub-header-content,
    .blog .blog-header .vc_column_container h1,
    .page-id-7869 .dhub-header .dhub-header-content,
    .page-id-7741 .dhub-header .dhub-header-content {
        margin-top: 226px !important;
        padding: 0 10px;
    }

    .popup.active .wp-post-image {
        max-width: 200px !important;
    }
}
@media all and (max-width: 580px){
        .amsterdam-client-copy-image-wrapper .vc_row_inner .wpb_wrapper .no-bg-img {
        height: unset !important;
    }

    .dhub-blogs {
        padding: 0;
    }
}
@media all and (max-width: 780px) {
    .amsterdam-about-video-wrapper .wc_row.wpb_column {
        margin: 0;
        width: 100%;
    }
}

.wpb_wrapper .dhub-header svg {
    width: 7em;
    height: 7em;
    margin: 50px;
    -webkit-filter: drop-shadow(0 0 2px #00000085);
    filter: drop-shadow(0 0 2px #00000085);
}
.page-id-9772 .wpb_wrapper .dhub-header svg,
.page-id-9824 .wpb_wrapper .dhub-header svg{
    width: 11em;
    height: 11em;
    margin: 0;
}
.page-id-7748 .wpb_wrapper .dhub-header svg{
    height: 2em;
}
.page-id-7741 .dhub-header-content header h1 {
    margin-top: 90px;
}
.page-id-7470 .fw-page-builder-content .vc_row:first-child:not(.vc_inner) {
    padding: 94px 0;
}
.page-id-9782 .fw-page-builder-content .vc_row:first-child:not(.vc_inner),
.page-id-9792 .fw-page-builder-content .vc_row:first-child:not(.vc_inner),
.page-id-9800 .fw-page-builder-content .vc_row:first-child:not(.vc_inner),
.page-id-9836 .fw-page-builder-content .vc_row:first-child:not(.vc_inner),
.page-id-9805 .fw-page-builder-content .vc_row:first-child:not(.vc_inner),
.page-id-9827 .fw-page-builder-content .vc_row:first-child:not(.vc_inner),
.page-id-9831 .fw-page-builder-content .vc_row:first-child:not(.vc_inner){
    padding: 40px 0;
}
.page-id-9772 .fw-page-builder-content .vc_row:first-child:not(.vc_inner),
.page-id-9824 .fw-page-builder-content .vc_row:first-child:not(.vc_inner){
    padding: 56px 0 ;
}
.main-banner-icon {
    margin: 30px auto;
    float: none;
    display: block;
    height: fit-content;
    width: 100%;
}
.main-banner-icon img {
    margin: 0 auto;
    max-width: 150px;
    float: none;
    display: block;
}
.amsterdam-expert-logos-item {
    padding: 1%!important;
    background: #fff!important;
    height: -webkit-fill-available;
    max-height: 220px;
}
.amsterdam-expert-logos-item img {
    max-height: 170px!important;
    width: auto!important;
    margin: 0 auto!important;
    display: block!important;
}
.amsterdam-client-copy-image-wrapper .dhub-image-gadget {
    padding:0 40px;
}
.amsterdam-client-copy-image-wrapper .dhub-image-gadget img {
    display: block;
    margin: 40px auto 0;
    background: #fff;
}
.amsterdam-about-video-wrapper p iframe{
    margin-top: -70px;
    width: 100%;
    /*height: 700px!important;*/
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
}
ul.languageSelector li.current-menu-item {
    opacity: 0.5;
}
ul.languageSelector li{
    opacity: 1;
}
@media all and (min-width: 320px) {
    .amsterdam-about-video-wrapper p iframe {
        height: 300px!important;
    }
    .about-team-accordion-item-1 {
        padding-left: 0.5em!important;
        padding-right: 0.5em!important;
    }
}
@media all and (min-width: 414px) {
    .amsterdam-about-video-wrapper p iframe {
        height: 330px!important;
    }
}
@media all and (min-width: 768px) {
    .amsterdam-about-video-wrapper p iframe {
        height: 430px!important;
    }
    .about-team-accordion-item-1 {
        padding-left: 2em!important;
        padding-right: 2em!important;
    }
}
@media all and (min-width: 1020px) {
    .amsterdam-about-video-wrapper p iframe {
        height: 700px !important;
    }
}
@media all and (min-width: 1020px) {
    .amsterdam-about-video-wrapper p iframe {
        height: 700px !important;
    }
}
.amsterdam-expert-wrapper .dhub-expertise-gadget .exp-icon{
    max-width: 70px!important;
}
ul.social-links.contact-body-social a.social {
    background-image: none;
}
ul.social-links.contact-body-social a.social i.fa {
    top: -28px;
    right: 0;
    left: 8px;
    color: #05509e;
}
.about-we-are-global-section .vc_col-sm-12 {
    background: #fff;
}

.popup .wp-post-image {
    width: auto;
    max-width: 350px;
}
.about-team-wrapper .team-member{
    padding:10px;
}
.about-team-wrapper .team-member p {
    min-height: 64px;
    font-size: 16px;
}
.about-team-wrapper .team-member > a:first-child {
    float: left;
    overflow-y: hidden;
    margin-bottom: 20px;
    clear: both;
}
.about-team-wrapper .team-image-wrapper {
    height: 220px;
    width: 100%;
    max-width: 420px;
}
.amasterdam-cookies-copy-wrapper h3{
   color: #bf2c37;
}
.dhub-team h3 a.popup_link {
    min-height: 60px;
}
.page-id-7611 .popup_mask{
    background: #fff;
}
.page-id-7611 .popup.active {
    max-width: 100%!important;
    top: 45%;
    padding: 2em;
}
.page-id-7611 .popup.active .smalltext {
    text-align: center;
}
.ytp-chrome-top, .ytp-chrome-bottom{
    display: none!important;
    top: -20px!important;;
}
div#home-main-banner h3, div#about-main-banner h3 {
    font-size: 31px;
    max-width: 750px;
    margin: 0 auto;
}
.calendar-wrapper iframe {
    width: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    height: 700px;
}
.about-team-accordion-item-1 .dhub-team .dhub-team-content header {
    background: #05509e;
    padding: 4px 10px 6px 13px;
    border-bottom: 2px solid #fff;
}
.about-team-accordion-item-1 .dhub-team .dhub-team-content.CLICK-OPEN header,
.about-team-accordion-item-1 .dhub-team .dhub-team-content header:hover{
    background: #c82222;
}
.about-team-accordion-item-1 .dhub-team .dhub-team-content header h2 {
    text-align: left;
    color: #fff!important;
    margin-bottom: 0px;
    padding-right: 30px;
}
.about-team-accordion-item-1 .dhub-team .dhub-team-content header h2:after{
    content: "\f107";
    width: 18px;
    right: -27px;
    padding: 0;
    margin-top: 14px;
    position: relative;
    text-align: right;
    float: right;
    clear: both;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.about-team-accordion-item-1 .dhub-team .dhub-team-content header h2:hover{
    cursor: pointer;
}
.about-team-accordion-item-1 .dhub-team .dhub-team-content .team-members {
    margin: 0 -1em;
    padding: 30px 0 30px;
    /*display: none;*/
}
.about-team-accordion-item-1 .dhub-team .dhub-team-content.CLICK-OPEN .team-members{
    height: auto!important;
    opacity: 1!important;
    padding: 30px 0 30px!important;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform:translateY(0px);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.about-team-accordion-item-1 .dhub-team .dhub-team-content.CLICK-OPEN header h2:after{
    content: "\f106";
    width: 18px;
    right: -27px;
    padding: 0;
    margin-top: 11px;
    position: relative;
    text-align: right;
    float: right;
    clear: both;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.about-team-accordion-item-1 .dhub-team#accordion-team-1 > .dhub-team-content > .team-members{
    /*display: block;*/
}
#accordion-team-1 .dhub-team-content .team-members,
#accordion-team-2 .dhub-team-content .team-members,
#accordion-team-3 .dhub-team-content .team-members,
#accordion-team-4 .dhub-team-content .team-members,
#accordion-team-5 .dhub-team-content .team-members,
#accordion-team-6 .dhub-team-content .team-members,
.about-team-accordion-item-1 .dhub-team .dhub-team-content.CLICK-OPEN .team-members{
    height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
}
.about-team-accordion-item-1 .dhub-team .dhub-team-content.CLICK-OPEN .team-members .team-member{
    margin-bottom: 40px;
}
@media all and (min-width: 1020px) {
    .amsterdam-about-banner header h1,
    div#about-main-banner.amsterdam-about-banner h3 {
        /*text-align: right!important;*/
        /*max-width: 79%;*/
    }
    .amsterdam-about-banner header h1 {
        /*margin-top: 240px;*/
        font-size: 50px;
    }
}
@media all and (max-width: 1024px) {
    .custom-ico-ir svg,
    .custom-ico-ccomm svg{
        margin: -10px auto 0 -20px!important;
        padding: 0!important;
        width: 7em!important;
        height: 7em!important;
    }
    #logo {
        padding: 35px 0 0 0!important;
    }
}
