/* Default Responsive Layouts */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=0507a6a5-8a01-4bad-8be5-f32bc0009fa6");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*Background Gradient Color*/
/*Set Opacity*/
/* Border Radius*/
/* Animate */
/*Rotate*/
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("../fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
  src: url("../fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("../fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("../fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"), url("../fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype"), url("../fonts/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1") format("svg");
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("../fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");
  src: url("../fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"), url("../fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"), url("../fonts/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"), url("../fonts/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype"), url("../fonts/e4d5b881-6835-45b7-8766-3e5b9e7cab8b.svg#e4d5b881-6835-45b7-8766-3e5b9e7cab8b") format("svg");
}
@font-face {
  font-family: "Kaleko_105 Round W01 Book";
  src: url("../fonts/97e2b247-10e0-464c-8437-02d8575b4cfa.eot?#iefix");
  src: url("../fonts/97e2b247-10e0-464c-8437-02d8575b4cfa.eot?#iefix") format("eot"), url("../fonts/399a65d1-c174-4fa5-99c7-c2aa8ea26016.woff2") format("woff2"), url("../fonts/a5a3a7a2-66b4-4cf1-accf-4fe2c8fdb45c.woff") format("woff"), url("../fonts/2f129bce-a548-4bab-8e5f-dbb4481abe33.ttf") format("truetype"), url("../fonts/880f9eec-2f47-429e-9dcc-c39fb803a346.svg#880f9eec-2f47-429e-9dcc-c39fb803a346") format("svg");
}
@font-face {
  font-family: "Kaleko_105 Round W01 Bold";
  src: url("../fonts/eb875f02-305b-478f-abaf-bc8cc217e299.eot?#iefix");
  src: url("../fonts/eb875f02-305b-478f-abaf-bc8cc217e299.eot?#iefix") format("eot"), url("../fonts/4a1179e0-4e79-449e-8786-08cb1a8af187.woff2") format("woff2"), url("../fonts/173c3517-3fe8-474d-91f8-cb98a1b614c4.woff") format("woff"), url("../fonts/c6efc7c2-c375-49e7-b58f-7a174979c476.ttf") format("truetype"), url("../fonts/5e905d2f-7a3c-4d89-bf1c-7c67e939b1d0.svg#5e905d2f-7a3c-4d89-bf1c-7c67e939b1d0") format("svg");
}
/*
@include typo('Helvetica Neue LT W01_55 Roman', 'helvetica-regular');
@include typo('Helvetica Neue LT W01_71488914', 'helvetica-bold');
@include typo('Kaleko_105 Round W01 Book', 'kaleko-book');
@include typo('Kaleko_105 Round W01 Bold', 'kaleko-bold');
*/
body, .dc-btn, .mk-button-container a, #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6 .widget ul.menu li.menu-item a, .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer a, .gform_wrapper .gform_body ul li.gfield label, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], #breadcrumbs, .single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li a,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li a, .single-portfolio .theme-page-wrapper > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-title,
.vc_col-sm-3 > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-title, .single-portfolio .theme-page-wrapper > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-meta,
.vc_col-sm-3 > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-meta, .single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar_btn li a,
.vc_col-sm-3 > #mk-sidebar .sidebar_btn li a, #mk-sidebar .widget_ess_grid#ess-grid-widget-2 #latest-news li .esg-entry-content .esg-content:first-child, #mk-sidebar .widget_ess_grid#ess-grid-widget-4 #latest-news li .esg-entry-content .esg-content:first-child, #recent-work li .esg-entry-cover .esg-bottom,
#recent-work li .esg-entry-cover .esg-bottom a, #recent-work li .esg-entry-cover .esg-bottom:hover,
#recent-work li .esg-entry-cover .esg-bottom a:hover, .esg-filters .esg-filter-wrapper .esg-filterbutton, .esg-filters .esg-filter-wrapper.dropdownstyle, .dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper > div:first-child .mk-text-block h4, .timeline_list .year .timeline_item .timeline_post .timeline_post_data .timeline_post_text .timeline_post_link a {
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  font-family: 'Helvetica Neue LT W01_55 Roman';
}

#mk-footer #sub-footer, .ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer a, .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div:nth-child(2) a, .esg-grid .eg-case-studies-wrapper .esg-media-cover-wrapper .esg-entry-content .esg-content:first-child {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'Helvetica Neue LT W01_71488914';
}

.master-holder h3, .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3,
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3 a, .gform_wrapper .gform_heading .gform_title, .dc_latest_posts .widget_title h2, #mk-boxed-layout .mk-page-title-box .mk-page-title-box-content h1.mk-page-title-box-title, .single-portfolio .theme-page-wrapper > #mk-sidebar .widgettitle,
.vc_col-sm-3 > #mk-sidebar .widgettitle, .half_boxed .page-section-content .vc_col-sm-12 .mk-text-block h2, #mk-sidebar .widget_ess_grid .widgettitle, .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row h2, .dc_download_button .button_title h2, .timeline_list .year .timeline_item .timeline_year, .timeline_list .year .timeline_item .timeline_post .timeline_post_data .timeline_post_text .timeline_post_content, .timeline_select .select_wrapper .title, .timeline_select .select_wrapper .dropdown, .mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-content p {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'Kaleko_105 Round W01 Book';
}

.master-holder h1, .master-holder h2, .master-holder h4, .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer h3, #esg-grid-6-1 li .esg-cc .esg-center a, .timeline_list .year .timeline_item .timeline_post:after {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'Kaleko_105 Round W01 Bold';
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #111;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
a:hover {
  color: #d12e3c;
}

.pagination {
  margin: 20px 0 40px;
  display: block;
  text-align: center;
}
.pagination a, .pagination span {
  padding: 6px;
  border: 1px solid #111;
  color: white;
  border-radius: 30px;
  font-size: 13px;
  line-height: 9px;
  height: 22px;
  width: 22px;
  display: inline-block;
  box-sizing: border-box;
  background: #111;
}
.pagination a {
  text-decoration: none;
}
.pagination a.prev {
  width: 79px;
}
.pagination a.next {
  width: 57px;
}
.pagination a:hover {
  color: #111;
  background-color: white;
}
.pagination span {
  background: white;
  color: #111;
}

body .wrapper {
  border: 5px solid white;
  overflow: hidden;
}
body .wrapper main {
  padding-top: 95px;
}
body .wrapper main article {
  overflow: hidden;
}
body .post-edit-link, body #vc_load-inline-editor {
  display: none;
}

em {
  font-style: normal;
}

.dc-btn {
  background: #958771;
  color: white !important;
  padding: 4px 29px !important;
  margin-top: 24px !important;
  font-size: 15px !important;
  line-height: 28px !important;
  display: inline-block !important;
  text-transform: none !important;
  transition: all 250ms ease-in-out;
}
.dc-btn:hover {
  background: #001f4e;
  color: white;
}

.mk-button-container a {
  border: 1px solid #d12e3c !important;
  border-radius: 20px;
  padding: 6px 25px !important;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 163px;
  box-sizing: border-box;
  text-align: center;
  background: #d12e3c !important;
  color: white !important;
}
.mk-button-container a:hover {
  background: white !important;
  color: #d12e3c !important;
  border-color: white !important;
}
.mk-padding-wrapper.wpb_row > .vc_col-sm-9 > .mk-button-container a:hover {
  background: #3f4444 !important;
  color: white !important;
  border-color: #3f4444 !important;
}
@media only screen and (max-width: 766px) {
  .mk-button-container {
    text-align: left;
  }
}

body {
  overflow-x: hidden !important;
  font-size: 17px;
  max-width: 100%;
  color: #3f4444;
}

* {
  margin: 0;
  padding: 0;
}

p {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}
body p {
  line-height: 1.66em;
  font-size: 14px;
  margin-bottom: 15px;
}

.mk-text-block ul {
  margin: 0 0 15px 5px;
}
.mk-text-block ul li {
  line-height: 1.4em;
  font-size: 13px;
  margin-bottom: 3px;
}

.mk-text-block > ul,
.mk-text-block ol {
  margin: 0 0 15px 1.5em;
}
.mk-text-block > ul li,
.mk-text-block ol li {
  line-height: 1.4em;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 20px;
}

.mk-text-block > ul {
  list-style: none;
}
.mk-text-block > ul li {
  position: relative;
  list-style: none;
}
.mk-text-block > ul li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  color: #d12e3c;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  font-size: 5px;
  position: absolute;
  top: 1px;
}

.theme-content a {
  color: #d12e3c;
}
.theme-content a:hover {
  color: black;
}

img {
  max-width: 100%;
}

.master-holder h1,
.master-holder h2,
.master-holder h3,
.master-holder h4,
.master-holder h5 {
  line-height: 1.2;
  font-weight: normal;
}

.master-holder h1 {
  color: #3f4444;
}
.master-holder h1 strong {
  color: #d12e3c;
}
@media only screen and (max-width: 766px) {
  .master-holder h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 559px) {
  .master-holder h1 {
    font-size: 22px;
  }
}

.master-holder h2 {
  font-size: 47px;
  color: #3f4444;
  line-height: 1em;
  margin-bottom: 28px;
}
.master-holder h2 strong {
  color: #d12e3c;
}
@media only screen and (max-width: 1099px) {
  .master-holder h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 766px) {
  .master-holder h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 559px) {
  .master-holder h2 {
    font-size: 22px;
  }
}

.master-holder h3 {
  font-size: 26px;
  color: #d12e3c;
  text-transform: none;
  margin-bottom: 20px;
}
.master-holder h3 strong {
  color: #d12e3c;
}
@media only screen and (max-width: 766px) {
  .master-holder h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 559px) {
  .master-holder h3 {
    font-size: 20px;
  }
}

.master-holder h4 {
  font-size: 20px;
  color: #3f4444;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 35px;
}
.master-holder h4:first-child {
  margin-top: 0;
}
.master-holder h4 strong {
  color: #d12e3c;
}
@media only screen and (max-width: 766px) {
  .master-holder h4 {
    font-size: 18px;
  }
}

.mk-image .mk-image-container {
  max-width: 100% !important;
}

.mk-blog-single .single-social-section a.mk-love-this {
  display: none !important;
}

/*Global App */
/*------------------------------------*\
    HEADER - SITE WIDE
\*------------------------------------*/
.mk-header {
  background: transparent;
  position: absolute;
}
.mk-header .mk-header-holder .mk-header-inner {
  border: 0 none;
  border-top: 5px solid #d12e3c;
  border-bottom: 2px solid #4c4e4e;
  background: transparent;
  transition: all .35s ease-out;
}
.solid-header .mk-header .mk-header-holder .mk-header-inner, .single-post .mk-header .mk-header-holder .mk-header-inner {
  border-bottom: 2px solid #d12e3c;
}
.home .mk-header .mk-header-holder .mk-header-inner {
  border-bottom: 2px solid white;
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-bg {
  opacity: 1;
  background: rgba(1, 1, 1, 0.12);
}
.solid-header .mk-header .mk-header-holder .mk-header-inner .mk-header-bg, .single-post .mk-header .mk-header-holder .mk-header-inner .mk-header-bg {
  background: rgba(237, 237, 237, 0.89);
}
.mk-header .mk-header-holder .mk-header-inner .mk-grid .header-logo a {
  margin-left: 15px;
}
.mk-header .mk-header-holder .mk-header-inner .mk-grid .header-logo a img {
  width: 207px;
  transition: all .35s ease-out;
  padding-top: 23px;
}
@media only screen and (max-width: 1099px) {
  .mk-header .mk-header-holder .mk-header-inner .mk-grid .header-logo a img {
    width: 180px;
  }
}
@media only screen and (max-width: 1023px) {
  .mk-header .mk-header-holder .mk-header-inner .mk-grid .header-logo a img {
    width: 160px;
  }
}
@media only screen and (max-width: 949px) {
  .mk-header .mk-header-holder .mk-header-inner .mk-grid .header-logo a img {
    padding-top: 0;
    width: 150px;
  }
}
.mk-header .mk-header-holder .mk-header-inner .mk-grid .header-logo a img.mk-desktop-logo.dark-logo {
  opacity: 0 !important;
  display: block !important;
}
.mk-header .mk-header-holder .mk-header-inner .mk-grid .header-logo a img.mk-desktop-logo.light-logo {
  opacity: 1 !important;
  display: block !important;
}
.solid-header .mk-header .mk-header-holder .mk-header-inner .mk-grid .header-logo a img.mk-desktop-logo.dark-logo, .single-post .mk-header .mk-header-holder .mk-header-inner .mk-grid .header-logo a img.mk-desktop-logo.dark-logo {
  opacity: 1 !important;
  display: block !important;
}
.solid-header .mk-header .mk-header-holder .mk-header-inner .mk-grid .header-logo a img.mk-desktop-logo.light-logo, .single-post .mk-header .mk-header-holder .mk-header-inner .mk-grid .header-logo a img.mk-desktop-logo.light-logo {
  opacity: 0 !important;
  display: block !important;
}
.mk-header.a-sticky .mk-header-holder .mk-header-bg {
  background: rgba(232, 232, 232, 0.96);
}
.mk-header.a-sticky .mk-header-holder .mk-header-inner {
  border-top: 0 solid #d12e3c;
  border-bottom: 2px solid #d12e3c;
}
.mk-header.a-sticky .mk-header-holder .mk-header-inner .mk-grid .header-logo img {
  width: 100px;
  padding-top: 0;
}
.mk-header.a-sticky .mk-header-holder .mk-header-inner .mk-grid .header-logo img.mk-desktop-logo.dark-logo {
  opacity: 1 !important;
  display: block !important;
}
.mk-header.a-sticky .mk-header-holder .mk-header-inner .mk-grid .header-logo img.mk-desktop-logo.light-logo {
  opacity: 0 !important;
  display: block !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation {
  top: 0;
  background: none;
}

#mk-footer {
  border-top: 3px solid white;
  background: #3f4444;
  padding: 18px 0 0;
}
#mk-footer .footer-wrapper {
  padding: 30px 0 0;
  z-index: 10;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 766px) {
  #mk-footer .footer-wrapper {
    padding: 30px 15px 0;
  }
}
#mk-footer .footer-wrapper:before {
  content: "";
  background: url("../images/footer-lines-left2.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 413px;
  height: 574px;
  height: 275px;
  z-index: 1;
}
#mk-footer .footer-wrapper:after {
  content: "";
  background: url("../images/footer-lines-right2.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 322px;
  height: 630px;
  height: 409px;
  z-index: 1;
}
@media only screen and (max-width: 1649px) {
  #mk-footer .footer-wrapper:before {
    left: calc(50% - 821px);
    bottom: 0;
  }
  #mk-footer .footer-wrapper:after {
    right: calc(50% - 821px);
    bottom: 0;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0 -5px;
  z-index: 2;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6 {
  width: 25%;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6 .widget {
  margin-bottom: 18px;
  position: relative;
  padding: 0;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6 .widget .widgettitle {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6 .widget .widgettitle {
    font-size: 13px;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6 .widget ul.menu li.menu-item {
  line-height: 25px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6 .widget ul.menu li.menu-item a {
  padding: 0;
  line-height: normal;
  font-size: 13px;
  color: #adadad;
}
@media only screen and (max-width: 650px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6 .widget ul.menu li.menu-item a {
    font-size: 12px;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6 .widget ul.menu li.menu-item a:hover {
  color: white;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6 .widget ul.menu li.menu-item a svg {
  display: none;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(4) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: -23px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(4) .contact-btn {
  display: block;
  text-align: center;
  background: #d12e3c;
  border-radius: 20px 20px 0 0;
  color: white;
  padding: 11px 10px 9px;
  margin-bottom: -18px;
  max-width: 170px;
  font-size: 16px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(4) .contact-btn:hover {
  background: white;
  color: #d12e3c;
}
@media only screen and (max-width: 766px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(1), #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(2), #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(3), #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(4) {
    width: 50% !important;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5), #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 639px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5), #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section, #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section {
  margin-top: 23px;
  border-top: 1px solid #484a4a;
  padding-top: 20px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:first-child, #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section:first-child {
  width: 26%;
  min-width: 215px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:nth-child(2), #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section:nth-child(2) {
  width: 74%;
}
@media only screen and (max-width: 639px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:nth-child(2), #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section:nth-child(2) {
    width: 100%;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:nth-child(2) ul, #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section:nth-child(2) ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  /*
  								li:first-child {
  									padding-right: 0;
  								}
  */
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:nth-child(2) ul li, #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section:nth-child(2) ul li {
  padding-right: 33px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:nth-child(2) ul li img, #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section:nth-child(2) ul li img {
  max-height: 48px;
  width: auto;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section .widgettitle, #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section .widgettitle {
  font-size: 15px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:nth-child(1) .textwidget p a {
  border: 2px solid #d12e3c;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  max-width: 165px;
  font-size: 15px;
  color: #adadad;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  display: block;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:nth-child(1) .textwidget p a:hover {
  background: #d12e3c;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:nth-child(1) .textwidget p a:after {
  content: "\f0e1";
  font-family: fontawesome;
  position: relative;
  display: inline-block;
  margin-left: 16px;
  color: white;
  font-size: 28px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:nth-child(2) .textwidget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:nth-child(2) .textwidget ul {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 949px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(5) > section:nth-child(2) .textwidget ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section {
  padding: 30px 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 639px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 949px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section:nth-child(2) ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-6:nth-child(6) > section .widgettitle {
  margin: 0;
}
#mk-footer #sub-footer {
  border-top: 1px solid #484a4a;
  background: #2d3232;
  text-transform: uppercase;
  padding-bottom: 260px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#mk-footer #sub-footer:before {
  content: "";
  background: url("../images/footer-lines-left2.png") no-repeat;
  background-size: 413px auto;
  background-position: 0 -275px;
  position: absolute;
  left: 0;
  top: 0;
  width: 413px;
  height: 574px;
  height: 299px;
  z-index: 1;
}
#mk-footer #sub-footer:after {
  content: "";
  background: url("../images/footer-lines-right2.png") no-repeat;
  background-size: 322px auto;
  background-position: 0 -409px;
  position: absolute;
  right: 0;
  top: 0;
  width: 322px;
  height: 224px;
  z-index: 1;
}
@media only screen and (max-width: 1649px) {
  #mk-footer #sub-footer:before {
    left: calc(50% - 821px);
    bottom: 0;
  }
  #mk-footer #sub-footer:after {
    right: calc(50% - 821px);
    bottom: 0;
  }
}
#mk-footer #sub-footer .mk-grid {
  padding: 0 15px;
  box-sizing: border-box;
  background: url("../images/cse-logo-footer.png") no-repeat;
  background-position: 15px 14px;
  background-size: 95px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 849px) {
  #mk-footer #sub-footer .mk-grid {
    background-position: center 20px;
  }
}
#mk-footer #sub-footer .mk-grid .mk-footer-copyright {
  font-size: 10px;
  padding: 17px 0 13px 113px !important;
  letter-spacing: 0;
  color: white;
}
@media only screen and (max-width: 849px) {
  #mk-footer #sub-footer .mk-grid .mk-footer-copyright {
    float: none !important;
    clear: both;
    display: block;
    padding: 60px 0 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 849px) {
  #mk-footer #sub-footer .mk-grid #mk-footer-navigation {
    float: none;
    width: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 849px) {
  #mk-footer #sub-footer .mk-grid #mk-footer-navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 12px;
  }
}
#mk-footer #sub-footer .mk-grid #mk-footer-navigation ul li {
  width: auto !important;
}
#mk-footer #sub-footer .mk-grid #mk-footer-navigation ul li a {
  font-size: 10px;
  line-height: 10px;
  border-left: 1px solid #d12e3c;
  margin: 19px 0 7px;
  padding: 0 12px;
  color: white;
}
@media only screen and (max-width: 849px) {
  #mk-footer #sub-footer .mk-grid #mk-footer-navigation ul li a {
    margin-top: 6px;
  }
}
#mk-footer #sub-footer .mk-grid #mk-footer-navigation ul li:first-child a {
  border-left: 0 none;
}
@media only screen and (max-width: 849px) {
  #mk-footer #sub-footer .mk-grid #mk-footer-navigation ul li:last-child {
    display: block;
    width: 100% !important;
  }
  #mk-footer #sub-footer .mk-grid #mk-footer-navigation ul li:last-child a {
    border: 0 none;
  }
}

/* Pages */
/* Theme */
.home-tabs-wrapper {
  height: 0 !important;
}

.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) {
  position: absolute;
  width: 100%;
  bottom: 0;
  /*
      height: 147px !important;
      margin-top: -147px;
  */
  overflow: hidden;
}
@media only screen and (max-width: 1099px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) {
    background-position: calc(100% + 761px) calc(100% + 84px) !important;
  }
}
@media only screen and (max-width: 849px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) {
    background-position: calc(50% + 200px) calc(100% + 84px) !important;
  }
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) {
    position: relative;
    height: auto !important;
    margin-top: 0 !important;
    background: 0 none !important;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true):before, .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true):after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  background: url("../images/arch-overlay.png") no-repeat;
  background-size: 1680px 58px;
  background-position: center bottom;
  height: 58px;
  width: 100%;
}
@media screen and (min-width: 1680px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true):before, .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true):after {
    background-size: 2000px 58px;
  }
}
@media screen and (min-width: 2000px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true):before, .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true):after {
    background-size: 2600px 58px;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true):after {
  z-index: 100;
  width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 26px;
}
@media only screen and (max-width: 1199px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true):after {
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true):after {
    display: none;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-page-section-inner {
  background: url("../images/home-tabs-shad.png") no-repeat;
  background-position: calc(50% - 150px) calc(100% + 1px);
  background-position: center calc(100% + 1px);
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-page-section-inner {
    background: 0 none !important;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content {
  padding: 0;
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media only screen and (max-width: 1199px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 {
    padding: 0;
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div {
  margin: 30px 0 0 0;
  width: 33.333%;
  overflow: visible;
  height: 138px;
  position: relative;
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div {
    height: 115px;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div {
  background: #d12e3c;
  height: 100%;
  border: 2px solid #3f4444;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div a {
  padding: 33px 40px 40px;
  display: block;
}
@media only screen and (max-width: 959px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div a {
    padding: 33px 25px 25px;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div > a {
  padding: 0 !important;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div p {
  margin: 0;
  color: white;
  font-size: 14px;
  line-height: 1.4em;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div p strong {
  color: white;
  font-size: 19px;
  padding-bottom: 26px;
  display: block;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div p:first-child {
  font-size: 19px;
  line-height: 48px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div p:first-child:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 48px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 849px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div p:first-child {
    font-size: 16px;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div p:nth-child(2) {
  position: relative;
  max-width: 252px;
  margin: 100px auto 0;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div p:nth-child(3) {
  display: none;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div p a {
  color: white;
  padding: 0;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:hover {
  margin-top: 15px;
  height: 207px;
  transition: height 150ms ease-in-out;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:hover > div {
  background: #3f4444;
  border-radius: 30px 30px 0 0 !important;
  box-shadow: 0 0 9px 2px rgba(1, 1, 1, 0.4);
  border-color: transparent !important;
  transition: background 150ms ease-in-out, border-radius 150ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:hover > div {
    border-radius: 0 !important;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:hover > div a {
  padding: 40px 40px 60px;
}
@media only screen and (max-width: 959px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:hover > div a {
    padding: 30px 25px 60px;
  }
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:hover > div a {
    padding: 20px 25px 20px;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:hover > div p:nth-child(2) {
  margin: 15px auto 0;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:first-of-type > div {
  border-radius: 30px 0 0 0;
  border-width: 0 1px 0 0;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:first-of-type > div p:first-child:before {
  background-image: url("../images/solutions-icon.png");
  width: 35px;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:nth-of-type(2) > div {
  border-width: 0 1px;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:nth-of-type(2) > div p:first-child:before {
  background-image: url("../images/markets-icon.png");
  width: 32px;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:nth-of-type(3) > div {
  border-radius: 0 30px 0 0;
  border-width: 0 0 0 1px;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div:nth-of-type(3) > div p:first-child:before {
  background-image: url("../images/capability-brochure-icon.png");
  width: 36px;
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div {
    width: 100%;
    margin: 1px 0 0 0 !important;
    margin-top: 15px;
    margin-top: 0;
    height: 207px;
    height: auto !important;
    transition: height 150ms ease-in-out;
  }
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div {
    border-radius: 0 !important;
    border-width: 0 !important;
  }
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div {
    background: #3f4444;
    background: #d12e3c;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 0 9px 2px rgba(1, 1, 1, 0.4);
    border-color: transparent !important;
    transition: background 150ms ease-in-out, border-radius 150ms ease-in-out;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 766px) and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div {
    border-radius: 0 !important;
  }
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div a {
    padding: 40px 40px 60px;
  }
}
@media only screen and (max-width: 766px) and (max-width: 959px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div a {
    padding: 30px 25px 60px;
  }
}
@media only screen and (max-width: 766px) and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div a {
    padding: 20px 25px 20px;
  }
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .page-section-content .mk-padding-wrapper .vc_col-sm-12 > div > div p:nth-child(2) {
    margin: 15px auto 0;
    max-width: 700px;
    width: 90%;
  }
}

/*------------------------------------*\
    MASTER SLIDER
\*------------------------------------*/
@media only screen and (max-width: 1199px) {
  .ms-wrapper .mk-padding-wrapper.wpb_row {
    padding: 0;
  }
}
.ms-parent-id-4 .master-slider {
  border-radius: 0 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .ms-parent-id-4 .master-slider {
    margin: 0 0 0 -35px !important;
  }
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-4 .master-slider {
    height: 400px !important;
  }
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-4 .master-slider .ms-view,
  .ms-parent-id-4 .master-slider .ms-slide {
    height: 500px !important;
  }
}
.ms-parent-id-4 .master-slider .ms-fixed-layers {
  width: 100%;
  left: auto !important;
  right: 0 !important;
  max-width: 100% !important;
}
.ms-parent-id-4 .master-slider .ms-scroll-parallax-cont:before, .ms-parent-id-4 .master-slider .ms-scroll-parallax-cont:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.ms-parent-id-4 .master-slider .ms-scroll-parallax-cont:before {
  background-image: url("../images/slider-1-left-lines.png");
  width: 371px;
  height: 667px;
  left: 0;
  top: 290px;
  max-width: 35%;
  min-width: 194px;
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-4 .master-slider .ms-scroll-parallax-cont:before {
    top: 180px;
  }
}
@media only screen and (max-width: 639px) {
  .ms-parent-id-4 .master-slider .ms-scroll-parallax-cont:before {
    top: 160px;
  }
}
@media only screen and (max-width: 559px) {
  .ms-parent-id-4 .master-slider .ms-scroll-parallax-cont:before {
    top: 210px;
  }
}
.ms-parent-id-4 .master-slider .ms-scroll-parallax-cont:after {
  background-image: url("../images/slider-1-right-lines.png");
  width: 588px;
  height: 615px;
  right: 0;
  top: 0;
  max-width: 43%;
  min-width: 240px;
}
.ms-parent-id-4 .master-slider .ms-slide-layers {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.ms-parent-id-4 .master-slider .ms-slide-layers .ms-btn-container {
  position: relative;
}
.ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers {
  margin-top: -90px !important;
}
.ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer {
  position: relative;
  top: auto !important;
  left: auto !important;
  float: none;
  width: auto;
  margin: 0 15px;
}
@media only screen and (max-width: 999px) {
  .ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer {
    padding-left: 40px;
  }
}
.ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer h1 {
  font-size: 57px;
  line-height: 1.1em;
  margin: 23px 0;
}
@media only screen and (max-width: 1189px) {
  .ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1099px) {
  .ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 999px) {
  .ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 849px) {
  .ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer h1 {
    font-size: 30px;
  }
}
.ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer a {
  border: 1px solid #d12e3c;
  background: transparent;
  border-radius: 20px;
  color: #d12e3c;
  padding: 4px 25px;
  text-transform: uppercase;
  font-size: 15px;
  min-width: 163px;
  box-sizing: border-box;
  text-align: center;
}
.ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer a:first-child {
  background: #d12e3c;
  color: white;
  margin-right: 6px;
}
.ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers div.ms-layer a:hover {
  background: white;
  color: #d12e3c;
  border-color: white;
}
.ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers .ms-parallax-layer img {
  top: 274px !important;
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers .ms-parallax-layer img {
    top: 150px !important;
  }
}
@media only screen and (max-width: 639px) {
  .ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers .ms-parallax-layer img {
    top: 200px !important;
  }
}
@media only screen and (max-width: 559px) {
  .ms-parent-id-4 .master-slider .ms-slide-layers .ms-anim-layers .ms-parallax-layer img {
    display: none !important;
  }
}

.ms-parent-id-2 .master-slider {
  margin: 0 !important;
}
.ms-parent-id-2 .ms-container .ms-view {
  height: 100% !important;
  min-height: 417px !important;
  margin: 20px 0 0;
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-2 .ms-container .ms-view {
    height: 450px !important;
    max-width: 660px;
    margin: 20px auto 20px;
  }
}
.ms-parent-id-2 .ms-container .ms-view .ms-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  width: 100% !important;
  max-width: 1170px !important;
  margin: 0 auto !important;
  left: calc(50% - 585px) !important;
}
@media only screen and (max-width: 1279px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide {
    width: calc(100% - 140px) !important;
    left: 70px !important;
  }
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    height: 450px !important;
    width: calc(100% - 60px) !important;
    left: 30px !important;
  }
}
.ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-bgcont {
  width: 50%;
  right: auto;
  position: relative;
  background-size: cover;
  max-height: 367px !important;
}
@media only screen and (max-width: 1189px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-bgcont {
    width: 40%;
  }
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-bgcont {
    width: 100%;
  }
}
.ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers {
  width: 50%;
  min-width: 300px;
  z-index: 1;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1189px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers {
    width: 60%;
  }
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers {
    width: 100%;
    min-width: 200px;
  }
}
.ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer {
  padding-right: 6% !important;
  top: 25px !important;
}
.ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer h3 {
  font-size: 28px;
  color: #d12e3c;
  padding-bottom: 13px;
  margin: 0;
  line-height: 1.4em;
}
@media only screen and (max-width: 949px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer h3 {
    font-size: 21px;
  }
}
.ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer h5 {
  letter-spacing: 1px;
  color: black;
  padding-bottom: 20px;
}
@media only screen and (max-width: 949px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer h5 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer h5 {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer h5 strong {
  color: #d12e3c;
  font-weight: 400;
}
.ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer p {
  line-height: 1.7em;
  font-size: 15px;
}
@media only screen and (max-width: 949px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer p {
    display: none;
  }
}
.ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer p br {
  display: none;
}
.ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer a {
  display: inline-block;
  border: 1px solid #d12e3c;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 6px 25px;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 163px;
  box-sizing: border-box;
  background: #d12e3c;
  color: white;
  text-align: center;
}
.ms-parent-id-2 .ms-container .ms-view .ms-slide .ms-slide-layers .ms-layer a:hover {
  background: white;
  color: #d12e3c;
  border-color: white;
}
.ms-parent-id-2 .ms-skin-default .ms-nav-next,
.ms-parent-id-2 .ms-skin-default .ms-nav-prev {
  position: absolute;
  left: 0;
  background: url("../images/large-left-arrow.png") no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 99px;
  margin-top: -45px;
}
.ms-parent-id-2 .ms-skin-default .ms-nav-next:hover,
.ms-parent-id-2 .ms-skin-default .ms-nav-prev:hover {
  opacity: .7;
  background-position: -5px;
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-2 .ms-skin-default .ms-nav-next,
  .ms-parent-id-2 .ms-skin-default .ms-nav-prev {
    background-size: 25px auto;
    width: 25px;
    height: 62px;
    display: none;
  }
}
.ms-parent-id-2 .ms-skin-default .ms-nav-next {
  right: 0;
  left: auto;
  background-image: url("../images/large-right-arrow.png");
}
.ms-parent-id-2 .ms-skin-default .ms-nav-next:hover {
  background-position: 5px;
}

.ms-parent-id-3 .master-slider {
  margin: 0 !important;
}
@media only screen and (max-width: 849px) {
  .ms-parent-id-3 .ms-view,
  .ms-parent-id-3 .ms-slide {
    height: 400px !important;
  }
}
.ms-parent-id-3 .ms-view {
  border: 5px solid #d12e3c;
  border-width: 5px 0;
}
.ms-parent-id-3 .ms-view:before, .ms-parent-id-3 .ms-view:after {
  position: absolute;
  top: 0;
  left: calc(50% - 26px);
  content: "";
  width: 52px;
  height: 20px;
  background: url("../images/down-hill.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 100;
}
.ms-parent-id-3 .ms-view:after {
  background-image: url("../images/up-hill.png");
  top: auto;
  bottom: 0;
}
.ms-parent-id-3 .ms-view .ms-slide {
  width: 100% !important;
  margin: 0 auto !important;
}
.ms-parent-id-3 .ms-view .ms-slide-bgcont:after {
  background: url("../images/projects-slider-overlay2.png") no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div {
  -ms-flex: 1;
      flex: 1;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  padding: 0 41px !important;
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div {
    padding: 0 !important;
    width: calc(100% - 160px) !important;
    -ms-flex: none;
        flex: none;
  }
}
@media only screen and (max-width: 559px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div {
    width: calc(100% - 60px) !important;
  }
}
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div:first-child {
  text-align: right;
  border-right: 2px solid #d12e3c;
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div:first-child {
    text-align: left;
    border-right: 0 none;
    margin-top: -30px !important;
  }
}
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div:nth-child(2) a {
  border: 1px solid #d12e3c;
  background: transparent;
  border-radius: 20px;
  color: #d12e3c;
  padding: 6px 25px;
  text-transform: uppercase;
  font-size: 15px;
  min-width: 163px;
  box-sizing: border-box;
  background: #d12e3c;
  color: white;
  margin-top: 6px;
  text-align: center;
  display: inline-block;
}
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div:nth-child(2) a:hover {
  background: white;
  color: #d12e3c;
  border-color: white;
}
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3,
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3 a {
  font-size: 54px;
  line-height: 1.1em;
  color: white;
}
@media only screen and (max-width: 1199px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3,
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3 a {
    font-size: 48px;
  }
}
@media only screen and (max-width: 949px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3,
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3 a {
    font-size: 43px;
  }
}
@media only screen and (max-width: 849px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3,
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3 a {
    font-size: 38px;
  }
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3 br,
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3 a br {
    display: none;
  }
}
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3 em,
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div h3 a em {
  display: block;
}
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div p, .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div li {
  color: white;
  font-size: 25px;
  line-height: 1em;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div p, .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div li {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1099px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div p, .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 949px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div p, .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 849px) {
  .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div p, .ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div li {
    font-size: 17px;
  }
}
.ms-parent-id-3 .ms-view .ms-slide-layers .ms-anim-layers > div ul {
  margin: 0;
}
.ms-parent-id-3 .ms-bullets {
  bottom: 50px !important;
}
.ms-parent-id-3 .ms-bullets .ms-bullet {
  background: #d12e3c !important;
  width: 12px;
  height: 12px;
  border-radius: 20px;
}
.ms-parent-id-3 .ms-bullets .ms-bullet.ms-bullet-selected, .ms-parent-id-3 .ms-bullets .ms-bullet:hover {
  background: white !important;
}
.ms-parent-id-3 .ms-skin-default .ms-nav-next,
.ms-parent-id-3 .ms-skin-default .ms-nav-prev {
  position: absolute;
  left: 0;
  background: url("../images/large-left-arrow.png") no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 99px;
  margin-top: -45px;
}
.ms-parent-id-3 .ms-skin-default .ms-nav-next:hover,
.ms-parent-id-3 .ms-skin-default .ms-nav-prev:hover {
  opacity: .7;
  background-position: -5px;
}
@media only screen and (max-width: 766px) {
  .ms-parent-id-3 .ms-skin-default .ms-nav-next,
  .ms-parent-id-3 .ms-skin-default .ms-nav-prev {
    background-size: 25px auto;
    width: 25px;
    height: 62px;
  }
}
@media only screen and (max-width: 559px) {
  .ms-parent-id-3 .ms-skin-default .ms-nav-next,
  .ms-parent-id-3 .ms-skin-default .ms-nav-prev {
    display: none;
  }
}
.ms-parent-id-3 .ms-skin-default .ms-nav-next {
  right: 0;
  left: auto;
  background-image: url("../images/large-right-arrow.png");
}
.ms-parent-id-3 .ms-skin-default .ms-nav-next:hover {
  background-position: 5px;
}

/*------------------------------------*\
    THEME - CTA SECTION
\*------------------------------------*/
.mk-page-section.cta {
  background: #d12e3c;
}
.mk-page-section.cta #mk-sidebar .widget {
  margin-bottom: 0;
}
.mk-page-section.cta #mk-sidebar .widget .textwidget {
  min-height: 127px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 766px) {
  .mk-page-section.cta #mk-sidebar .widget .textwidget {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 0;
  }
}
.mk-page-section.cta #mk-sidebar .widget .textwidget h3 {
  -ms-flex-item-align: center;
      align-self: center;
  color: white;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 30px;
}
@media only screen and (max-width: 766px) {
  .mk-page-section.cta #mk-sidebar .widget .textwidget h3 {
    margin-bottom: 20px;
  }
}
.mk-page-section.cta #mk-sidebar .widget .textwidget p {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0;
}
.mk-page-section.cta #mk-sidebar .widget .textwidget p a {
  -ms-flex-item-align: center;
      align-self: center;
  display: inline-block;
  color: white;
  border: 1px solid white;
  border-radius: 25px;
  padding: 4px 25px;
  text-transform: uppercase;
  margin-left: 30px;
  line-height: 22px;
  font-size: 15px;
  cursor: pointer;
}
.mk-page-section.cta #mk-sidebar .widget .textwidget p a:hover {
  background: white;
  color: #d12e3c;
}

/*------------------------------------*\
    CONTACT FORM - ALL
\*------------------------------------*/
/* Gravity forms */
.gform_wrapper {
  max-width: 100%;
  margin: 0 auto 50px;
}
.gform_wrapper .gform_heading .gform_title {
  font-size: 26px;
  text-transform: none;
  text-align: center;
  color: #d12e3c;
  padding: 50px 0 42px;
}
.gform_wrapper .gform_body {
  width: 100% !important;
}
@media only screen and (max-width: 766px) {
  .gform_wrapper .gform_body {
    margin: 0 -15px;
    width: calc(100% + 30px) !important;
  }
}
.gform_wrapper .gform_body ul {
  margin: 0;
}
.gform_wrapper .gform_body ul li.gfield {
  margin: 0 0 30px !important;
  position: relative;
  padding-right: 0;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield {
    padding-left: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_left_half {
  width: 50%;
  padding: 0 1% 0 0 !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_left_half {
    width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half {
  width: 50%;
  padding: 0 0 0 1% !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_half {
    width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half label {
  left: 10px;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_half label {
    left: 0;
  }
}
.gform_wrapper .gform_body ul li.gfield label {
  position: absolute;
  left: 0;
  top: 14px;
  transition: all 250ms ease-in-out;
  font-size: 15px;
  z-index: 9;
}
.gform_wrapper .gform_body ul li.gfield label.focussed {
  top: -10px;
  font-size: 70%;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url],
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large,
.gform_wrapper .gform_body ul li.gfield .ginput_container select, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select {
  color: #666 !important;
  line-height: 18px;
  font-size: 15px;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #8e9498 !important;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 15px 0 !important;
  margin: 0 !important;
  -webkit-appearance: button;
  border-radius: 0 !important;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus {
  border-color: #d12e3c !important;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-webkit-input-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-webkit-input-placeholder {
  font-size: 15px;
  color: #666;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-moz-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 15px;
  color: #666;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-ms-input-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:-ms-input-placeholder {
  font-size: 15px;
  color: #666;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-moz-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 15px;
  color: #666;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-webkit-input-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-webkit-input-placeholder {
  color: #8495a0;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-moz-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #8495a0;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus:-ms-input-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus:-ms-input-placeholder {
  color: #8495a0;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-moz-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #8495a0;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-ms-expand {
  display: none;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large {
  height: 150px;
  background: transparent;
}
.gform_wrapper .column-count-2-of-2 li.gfield {
  padding: 0 0 0 14px !important;
}
.gform_wrapper .gform_footer {
  text-align: right;
  margin: 0;
  padding: 0;
  width: 100%;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  color: white !important;
  background: #d12e3c !important;
  padding: 12px 25px !important;
  display: inline-block;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 20px;
  margin: 10px 0 auto !important;
  width: auto;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #000 !important;
  color: white !important;
}

/*------------------------------------*\
    DIGITAL CREATIVE - IMAGE BUTTONS
\*------------------------------------*/
.dc_img_buttons {
  width: 100%;
  height: calc((281/867)*45vw);
}
.dc_img_buttons a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dc_img_buttons a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 200ms ease-in-out;
}
.dc_img_buttons a:hover:before {
  background: rgba(209, 46, 60, 0.5);
}

/*------------------------------------*\
    DIGITAL CREATIVE - LATEST POSTS
\*------------------------------------*/
.dc_latest_posts {
  padding-bottom: 80px;
}
.dc_latest_posts .widget_title h2 {
  color: #d12e3c;
  font-weight: 400;
  padding: 42px 0 37px;
  font-size: 33px;
  text-align: center;
}
.dc_latest_posts .dc_lp_post_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 766px) {
  .dc_latest_posts .dc_lp_post_wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc_latest_posts .dc_lp_post_wrapper .primary {
  width: calc(56% - 27px);
}
@media only screen and (max-width: 766px) {
  .dc_latest_posts .dc_lp_post_wrapper .primary {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.dc_latest_posts .dc_lp_post_wrapper .primary .item {
  position: relative;
}
.dc_latest_posts .dc_lp_post_wrapper .primary .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*
  				    &:hover {
  					    background: rgba( 1, 1, 1, .06 );
  				    }
  */
}
.dc_latest_posts .dc_lp_post_wrapper .primary .item img {
  padding-left: 50px;
  padding-bottom: 50px;
  max-width: calc(100% - 50px);
}
.dc_latest_posts .dc_lp_post_wrapper .primary .item .details {
  background: rgba(63, 68, 68, 0.88);
  position: absolute;
  bottom: 0;
  padding: 14px 28px 24px;
  font-size: 28px;
  color: white;
  width: calc(100% - 50px);
}
@media only screen and (max-width: 949px) {
  .dc_latest_posts .dc_lp_post_wrapper .primary .item .details {
    font-size: 24px;
  }
}
@media only screen and (max-width: 559px) {
  .dc_latest_posts .dc_lp_post_wrapper .primary .item .details {
    position: relative;
    margin-top: -110px;
  }
}
.dc_latest_posts .dc_lp_post_wrapper .primary .item .details .date {
  text-transform: uppercase;
  font-size: 11px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 559px) {
  .dc_latest_posts .dc_lp_post_wrapper .primary .item .details .title {
    font-size: 19px;
    line-height: 1.4em;
  }
}
.dc_latest_posts .dc_lp_post_wrapper .secondary {
  width: 44%;
}
@media only screen and (max-width: 766px) {
  .dc_latest_posts .dc_lp_post_wrapper .secondary {
    display: none;
  }
}
.dc_latest_posts .dc_lp_post_wrapper .secondary .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: columns;
      flex-direction: columns;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
.dc_latest_posts .dc_lp_post_wrapper .secondary .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*
  				    &:hover {
  					    background: rgba( 1, 1, 1, .06 );
  				    }
  */
}
.dc_latest_posts .dc_lp_post_wrapper .secondary .item .image {
  width: 39%;
  height: 0;
  padding-bottom: 22.15%;
  overflow: hidden;
}
.dc_latest_posts .dc_lp_post_wrapper .secondary .item .details {
  width: 55%;
}
.dc_latest_posts .dc_lp_post_wrapper .secondary .item .details .title {
  font-size: 15px;
  color: #d12e3c;
  line-height: 1.2em;
}
@media only screen and (max-width: 849px) {
  .dc_latest_posts .dc_lp_post_wrapper .secondary .item .details .title {
    font-size: 14px;
  }
}
.dc_latest_posts .dc_lp_post_wrapper .secondary .item .details .date {
  text-transform: uppercase;
  font-size: 11px;
  padding-bottom: 4px;
  color: #878989;
  line-height: 1em;
}
.dc_latest_posts .dc_lp_post_wrapper .secondary a.dc_lp_readmore {
  display: inline-block;
  border: 1px solid #d12e3c;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 6px 25px;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 145px;
  box-sizing: border-box;
  background: #d12e3c;
  color: white;
  text-align: center;
  line-height: 1em;
}
.dc_latest_posts .dc_lp_post_wrapper .secondary a.dc_lp_readmore:hover {
  background: white;
  color: #d12e3c;
  border-color: white;
}

/*------------------------------------*\
    ESSENTIAL GRID SKINS
\*------------------------------------*/
.esg-grid .eg-case-studies-wrapper .esg-media-cover-wrapper .esg-entry-media-wrapper {
  width: 100% !important;
}
.esg-grid .eg-case-studies-wrapper .esg-media-cover-wrapper .esg-entry-content {
  bottom: 0;
  min-height: 0px;
  padding: 0;
  position: absolute;
  margin: 0;
}
.esg-grid .eg-case-studies-wrapper .esg-media-cover-wrapper .esg-entry-content .esg-content {
  margin: 0 !important;
}

/*------------------------------------*\
    THEME - PAGE TITLTE
\*------------------------------------*/
#mk-boxed-layout .mk-page-title-box {
  height: 341px !important;
}
@media handheld, only screen and (max-width: 1210px) {
  #mk-boxed-layout .mk-page-title-box {
    margin: 0 -20px !important;
    width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 959px) {
  #mk-boxed-layout .mk-page-title-box {
    height: 260px !important;
  }
}
@media only screen and (max-width: 766px) {
  #mk-boxed-layout .mk-page-title-box {
    height: 200px !important;
  }
}
@media only screen and (max-width: 559px) {
  #mk-boxed-layout .mk-page-title-box {
    height: 180px !important;
  }
}
#mk-boxed-layout .mk-page-title-box .mk-page-title-box-content h1.mk-page-title-box-title {
  padding: 110px 0 0 15px !important;
  margin: 0 !important;
  color: white !important;
  font-size: 41px !important;
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 766px) {
  #mk-boxed-layout .mk-page-title-box .mk-page-title-box-content h1.mk-page-title-box-title {
    padding: 80px 0 0 15px !important;
    font-size: 35px !important;
  }
}
@media only screen and (max-width: 559px) {
  #mk-boxed-layout .mk-page-title-box .mk-page-title-box-content h1.mk-page-title-box-title {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 479px) {
  #mk-boxed-layout .mk-page-title-box .mk-page-title-box-content h1.mk-page-title-box-title {
    font-size: 26px !important;
  }
}

#mk-boxed-layout .hero.mk-page-section {
  min-height: 400px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 190px 0 90px;
}
@media only screen and (max-width: 766px) {
  #mk-boxed-layout .hero.mk-page-section {
    padding: 100px 0 30px;
  }
}
#mk-boxed-layout .hero.mk-page-section .vc_col-sm-12 {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 766px) {
  #mk-boxed-layout .hero.mk-page-section .vc_col-sm-12 {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
}
#mk-boxed-layout .hero.mk-page-section .vc_col-sm-12 > div {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 766px) {
  #mk-boxed-layout .hero.mk-page-section .vc_col-sm-12 > div {
    width: 100%;
  }
}
#mk-boxed-layout .hero.mk-page-section .vc_col-sm-12 > div .mk-text-block h1 {
  font-size: 54px;
  margin: 0;
  text-align: right;
  padding-right: 50px;
  border-right: 3px solid #d12e3c;
  margin-right: -2px;
  letter-spacing: -1px;
  line-height: 1em;
  padding-bottom: 15px;
}
@media only screen and (max-width: 766px) {
  #mk-boxed-layout .hero.mk-page-section .vc_col-sm-12 > div .mk-text-block h1 {
    font-size: 42px;
    text-align: left;
    border: 0 none;
    padding: 0 0 25px;
    margin-right: 0;
  }
}
#mk-boxed-layout .hero.mk-page-section .vc_col-sm-12 > div .mk-text-block p {
  padding-left: 50px;
  font-size: 15px;
  color: #736c6c;
  max-width: 460px;
  font-weight: 400;
}
@media only screen and (max-width: 766px) {
  #mk-boxed-layout .hero.mk-page-section .vc_col-sm-12 > div .mk-text-block p {
    text-align: left;
    border: 0 none;
    padding: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

/*------------------------------------*\
    THEME - BREADCRUMBS
\*------------------------------------*/
#breadcrumbs {
  margin: 15px 0;
  font-size: 13px;
  border-bottom: 1px solid #ececec;
  padding: 0 0 15px;
  color: #adadad;
}
@media only screen and (max-width: 1199px) {
  #breadcrumbs {
    margin: 15px -20px;
  }
}
@media only screen and (max-width: 766px) {
  #breadcrumbs {
    font-size: 10px;
  }
}
@media only screen and (max-width: 559px) {
  #breadcrumbs {
    font-size: 8px;
  }
}
#breadcrumbs a {
  color: #adadad;
  margin-right: 7px;
}
#breadcrumbs a:hover {
  color: #d12e3c;
}
#breadcrumbs span.breadcrumb_last {
  color: #d12e3c;
  margin-left: 7px;
}
#breadcrumbs .separator {
  margin: 0 5px;
}

/*------------------------------------*\
    THEME - SIDEBAR
\*------------------------------------*/
.single-portfolio .theme-page-wrapper > #mk-sidebar,
.vc_col-sm-3 > #mk-sidebar {
  padding-bottom: 50px;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar-wrapper,
.vc_col-sm-3 > #mk-sidebar .sidebar-wrapper {
  padding-right: 20px !important;
}
@media only screen and (max-width: 766px) {
  .single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar-wrapper,
  .vc_col-sm-3 > #mk-sidebar .sidebar-wrapper {
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container {
  padding-right: 17px;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li {
  list-style: none;
  margin: 0;
  line-height: 2.3em;
  margin-top: -1px;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li a,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li a {
  color: #adadad !important;
  font-size: 13px;
  padding: 8px;
  position: relative;
  display: block;
  border: 1px solid #ececec;
  line-height: 1.2em;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li a:after,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li a:after {
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  content: "\f0da";
  right: 15px;
  top: 9px;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li a:hover,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li a:hover {
  background: #d12e3c;
  color: white !important;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li .sub-menu .sub-menu li a,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li .sub-menu .sub-menu li a {
  padding-left: 18px;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li .sub-menu .sub-menu .sub-menu li a,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li .sub-menu .sub-menu .sub-menu li a {
  padding-left: 26px;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li.current-menu-item > a,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li.current-menu-item > a {
  color: #d12e3c !important;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li.current-menu-item > a:hover,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li.current-menu-item > a:hover {
  background: #d12e3c;
  color: white !important;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
  display: none;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li.menu-item-object-ubermenu-custom > a,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container li.menu-item-object-ubermenu-custom > a {
  display: none !important;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container .menu-widget > li.current-menu-item > a,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-main-menu-container .menu-widget > li.current-menu-item > a {
  background: #d12e3c;
  color: white !important;
  border: 1px solid #d12e3c;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-sidebar-other-links-container li,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-sidebar-other-links-container li {
  list-style: none;
  margin: 0;
  line-height: 2.3em;
  margin-top: -1px;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-sidebar-other-links-container li a,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-sidebar-other-links-container li a {
  border: 1px dotted #b2b5bc;
  border-width: 1px 0 0;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_custom_menu_wizard .menu-sidebar-other-links-container li:first-child a,
.vc_col-sm-3 > #mk-sidebar .widget_custom_menu_wizard .menu-sidebar-other-links-container li:first-child a {
  border-width: 0;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widgettitle,
.vc_col-sm-3 > #mk-sidebar .widgettitle {
  color: #d12e3c !important;
  text-transform: none;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  border-bottom: 1px solid #d12e3c;
  padding: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 766px) {
  .single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar-wrapper > section:last-child,
  .vc_col-sm-3 > #mk-sidebar .sidebar-wrapper > section:last-child {
    margin-bottom: 0;
  }
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_posts_lists,
.vc_col-sm-3 > #mk-sidebar .widget_posts_lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_posts_lists .post-list-image,
.vc_col-sm-3 > #mk-sidebar .widget_posts_lists .post-list-image {
  position: relative;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_posts_lists .post-list-image:last-child,
.vc_col-sm-3 > #mk-sidebar .widget_posts_lists .post-list-image:last-child {
  border: 0 none;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_posts_lists .post-list-image a.post-list-thumb,
.vc_col-sm-3 > #mk-sidebar .widget_posts_lists .post-list-image a.post-list-thumb {
  display: none;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info,
.vc_col-sm-3 > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info {
  margin: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-title,
.vc_col-sm-3 > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-title {
  color: #d12e3c;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-title:hover,
.vc_col-sm-3 > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-title:hover {
  color: #000;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-meta,
.vc_col-sm-3 > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-meta {
  color: #adadad;
  font-size: 11px;
  font-style: normal;
  line-height: 12px;
  margin-bottom: 12px;
  display: block;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-meta:before,
.vc_col-sm-3 > #mk-sidebar .widget_posts_lists .post-list-image .post-list-info .post-list-meta:before {
  content: "// ";
  color: #d12e3c;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar_btn,
.vc_col-sm-3 > #mk-sidebar .sidebar_btn {
  position: relative;
}
@media only screen and (max-width: 766px) {
  .single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar_btn,
  .vc_col-sm-3 > #mk-sidebar .sidebar_btn {
    display: none;
  }
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar_btn li,
.vc_col-sm-3 > #mk-sidebar .sidebar_btn li {
  margin: 0 0 3px;
  list-style: none;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar_btn li:first-child a,
.vc_col-sm-3 > #mk-sidebar .sidebar_btn li:first-child a {
  border-radius: 0 15px 0 0;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar_btn li:last-child a,
.vc_col-sm-3 > #mk-sidebar .sidebar_btn li:last-child a {
  border-radius: 0 0 15px 0;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar_btn li a,
.vc_col-sm-3 > #mk-sidebar .sidebar_btn li a {
  display: block;
  padding: 28px 40px 28px 15px;
  color: white !important;
  font-size: 19px;
  line-height: 1em;
  border: 0 none;
  background: #d12e3c;
  margin-right: 7%;
  position: relative;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar_btn li a:hover,
.vc_col-sm-3 > #mk-sidebar .sidebar_btn li a:hover {
  background: #3f4444;
  margin-right: 0;
}
.single-portfolio .theme-page-wrapper > #mk-sidebar .sidebar_btn li a:after,
.vc_col-sm-3 > #mk-sidebar .sidebar_btn li a:after {
  border-radius: 20px;
  background: white;
  width: 19px;
  height: 19px;
  text-align: center;
  color: #d12e3c;
  top: 26px;
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  content: "\f0da";
  right: 15px;
  top: 50%;
  margin-top: -10px;
  padding-left: 3px;
  font-size: 15px;
}

/*------------------------------------*\
    THEME - BREADCRUMBS
\*------------------------------------*/
.mk-page-section-wrapper.fifty-fifty {
  background-repeat: repeat-y;
  border-top: 5px solid white;
}
.mk-page-section-wrapper.fifty-fifty:nth-child(3), .mk-page-section-wrapper.fifty-fifty:nth-child(7), .mk-page-section-wrapper.fifty-fifty:nth-child(11), .mk-page-section-wrapper.fifty-fifty:nth-child(15), .mk-page-section-wrapper.fifty-fifty:nth-child(19) {
  background-image: url("../images/background5050.png");
  background-position: center;
}
@media only screen and (max-width: 639px) {
  .mk-page-section-wrapper.fifty-fifty:nth-child(3), .mk-page-section-wrapper.fifty-fifty:nth-child(7), .mk-page-section-wrapper.fifty-fifty:nth-child(11), .mk-page-section-wrapper.fifty-fifty:nth-child(15), .mk-page-section-wrapper.fifty-fifty:nth-child(19) {
    background: white;
  }
}
.mk-page-section-wrapper.fifty-fifty:nth-child(5), .mk-page-section-wrapper.fifty-fifty:nth-child(9), .mk-page-section-wrapper.fifty-fifty:nth-child(13), .mk-page-section-wrapper.fifty-fifty:nth-child(17), .mk-page-section-wrapper.fifty-fifty:nth-child(21) {
  background-image: url("../images/background5050b.png");
  background-position: 50%;
}
@media only screen and (max-width: 639px) {
  .mk-page-section-wrapper.fifty-fifty:nth-child(5), .mk-page-section-wrapper.fifty-fifty:nth-child(9), .mk-page-section-wrapper.fifty-fifty:nth-child(13), .mk-page-section-wrapper.fifty-fifty:nth-child(17), .mk-page-section-wrapper.fifty-fifty:nth-child(21) {
    background: white;
  }
}
@media only screen and (max-width: 639px) {
  .mk-page-section-wrapper.fifty-fifty:nth-child(odd) {
    background: #e8e8e8;
  }
}

.half_boxed {
  max-width: 1170px;
  margin: 0 auto;
}
.half_boxed .mk-half-layout.half_right_layout {
  right: auto;
  background-repeat: no-repeat;
  width: 50%;
  left: 50%;
  height: 100% !important;
}
@media only screen and (max-width: 639px) {
  .half_boxed .mk-half-layout.half_right_layout {
    display: none;
  }
}
.half_boxed .mk-half-layout.half_left_layout {
  background-repeat: no-repeat;
  width: 50%;
  right: 50%;
  height: 100% !important;
}
@media only screen and (max-width: 639px) {
  .half_boxed .mk-half-layout.half_left_layout {
    display: none;
  }
}
.half_boxed .mk-half-layout-container .mk-half-layout-inner {
  margin: 0 !important;
}
.half_boxed .mk-half-layout-container .mk-half-layout-inner .vc_col-sm-12 {
  margin: 0 0 0 -15px !important;
}
@media only screen and (max-width: 1199px) {
  .half_boxed .mk-half-layout-container .mk-half-layout-inner .vc_col-sm-12 {
    padding: 0 25px 0 50px !important;
  }
}
@media only screen and (max-width: 849px) {
  .half_boxed .mk-half-layout-container .mk-half-layout-inner .vc_col-sm-12 {
    padding: 0 10px 0 35px !important;
  }
}
@media only screen and (max-width: 559px) {
  .half_boxed .mk-half-layout-container .mk-half-layout-inner .vc_col-sm-12 {
    padding: 0 0 0 15px !important;
  }
}
.half_boxed .page-section-content {
  padding: 0 !important;
  width: 50% !important;
}
@media only screen and (max-width: 1199px) {
  .half_boxed .page-section-content {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 639px) {
  .half_boxed .page-section-content {
    width: 100% !important;
  }
}
.half_boxed .page-section-content .vc_col-sm-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 15px 0 0 !important;
  width: 100%;
  min-height: 390px;
  padding: 46px 0 !important;
}
@media only screen and (max-width: 639px) {
  .half_boxed .page-section-content .vc_col-sm-12 {
    min-height: 100px;
  }
}
.half_boxed .page-section-content .vc_col-sm-12 > div {
  height: auto !important;
}
.half_boxed .page-section-content .vc_col-sm-12 .mk-text-block {
  padding-left: 19%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .half_boxed .page-section-content .vc_col-sm-12 .mk-text-block {
    padding: 40px 0 10px 0 !important;
  }
}
.half_boxed .page-section-content .vc_col-sm-12 .mk-text-block h2 {
  font-size: 33px;
}
@media only screen and (max-width: 849px) {
  .half_boxed .page-section-content .vc_col-sm-12 .mk-text-block h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 766px) {
  .half_boxed .page-section-content .vc_col-sm-12 .mk-text-block h2 {
    font-size: 25px;
  }
}
.half_boxed .page-section-content .vc_col-sm-12 .mk-button-container {
  padding-left: 19%;
  text-align: left !important;
}
@media only screen and (max-width: 1199px) {
  .half_boxed .page-section-content .vc_col-sm-12 .mk-button-container {
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 639px) {
  .half_boxed .page-section-content .vc_col-sm-12 .mk-button-container {
    padding: 0 19% 30px 0;
  }
}
.half_boxed .page-section-content.half_right_layout .vc_col-sm-12 {
  padding-left: 15px !important;
}
@media only screen and (max-width: 1199px) {
  .half_boxed .page-section-content.half_right_layout .vc_col-sm-12 {
    padding: 0 25px 0 50px !important;
  }
}
@media only screen and (max-width: 849px) {
  .half_boxed .page-section-content.half_right_layout .vc_col-sm-12 {
    padding: 0 10px 0 35px !important;
  }
}
@media only screen and (max-width: 559px) {
  .half_boxed .page-section-content.half_right_layout .vc_col-sm-12 {
    padding: 0 0 0 15px !important;
  }
}
.half_boxed .page-section-content.half_right_layout .vc_col-sm-12 .mk-text-block {
  padding: 40px 19% 10px 0;
}
@media only screen and (max-width: 1199px) {
  .half_boxed .page-section-content.half_right_layout .vc_col-sm-12 .mk-text-block {
    padding: 40px 0 10px 0 !important;
  }
}
.half_boxed .page-section-content.half_right_layout .vc_col-sm-12 .mk-button-container {
  padding: 0 19% 50px 0;
  text-align: left !important;
}
@media only screen and (max-width: 639px) {
  .half_boxed .page-section-content.half_right_layout .vc_col-sm-12 .mk-button-container {
    padding: 0 19% 30px 0;
  }
}

/*------------------------------------*\
    THEME - LATEST NEWS SIDEBAR
\*------------------------------------*/
#mk-sidebar .widget_ess_grid .widgettitle {
  font-size: 26px;
  text-transform: none;
  text-align: center;
  color: #d12e3c;
  padding: 20px 0;
}
#mk-sidebar .widget_ess_grid .esg-filters.esg-navbutton-solo-left {
  left: -50px;
}
#mk-sidebar .widget_ess_grid .esg-filters.esg-navbutton-solo-right {
  right: -50px;
}
#mk-sidebar .widget_ess_grid#ess-grid-widget-2, #mk-sidebar .widget_ess_grid#ess-grid-widget-4 {
  margin-top: -4px;
}
#mk-sidebar .widget_ess_grid#ess-grid-widget-2 #latest-news li .esg-entry-media-wrapper, #mk-sidebar .widget_ess_grid#ess-grid-widget-4 #latest-news li .esg-entry-media-wrapper {
  margin-left: 30px;
}
#mk-sidebar .widget_ess_grid#ess-grid-widget-2 #latest-news li .esg-entry-content, #mk-sidebar .widget_ess_grid#ess-grid-widget-4 #latest-news li .esg-entry-content {
  margin-right: 30px;
  padding: 14px 18px;
  background: rgba(63, 68, 68, 0.88);
  margin-top: -66px;
  z-index: 3;
  position: relative;
}
#mk-sidebar .widget_ess_grid#ess-grid-widget-2 #latest-news li .esg-entry-content .esg-content, #mk-sidebar .widget_ess_grid#ess-grid-widget-4 #latest-news li .esg-entry-content .esg-content {
  font-size: 17px !important;
  line-height: 1.3em !important;
  color: white !important;
  font-weight: 400 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  position: relative !important;
  z-index: 2 !important;
  text-transform: none !important;
  height: 2.6em;
  overflow: hidden;
}
#mk-sidebar .widget_ess_grid#ess-grid-widget-2 #latest-news li .esg-entry-content .esg-content:first-child, #mk-sidebar .widget_ess_grid#ess-grid-widget-4 #latest-news li .esg-entry-content .esg-content:first-child {
  font-size: 7px !important;
  text-transform: uppercase !important;
  height: auto;
  margin-bottom: 10px !important;
}
#mk-sidebar .widget_ess_grid#ess-grid-widget-2 #latest-news li .esg-entry-content .esg-content:first-child:before, #mk-sidebar .widget_ess_grid#ess-grid-widget-4 #latest-news li .esg-entry-content .esg-content:first-child:before {
  content: "Projects // ";
}
#mk-sidebar .widget_ess_grid#ess-grid-widget-2 #latest-news li .esg-entry-content .esg-content a, #mk-sidebar .widget_ess_grid#ess-grid-widget-4 #latest-news li .esg-entry-content .esg-content a {
  font-size: 17px !important;
  line-height: 1.3em !important;
  color: white !important;
  font-weight: 400 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  position: relative !important;
  z-index: 2 !important;
  text-transform: none !important;
  height: 2.6em;
}

#recent-work li .esg-entry-cover {
  opacity: 1 !important;
  visibility: visible !important;
}
#recent-work li .esg-entry-cover .esg-overlay {
  background: rgba(255, 255, 255, 0.75) !important;
}
#recent-work li .esg-entry-cover .esg-bottom,
#recent-work li .esg-entry-cover .esg-bottom a {
  font-size: 20px !important;
  background: none !important;
  width: 100%;
  text-align: left;
  padding: 0;
  line-height: 20px !important;
  box-sizing: border-box;
  color: #3f4444;
  transition: all 0ms ease-in-out !important;
}
#recent-work li .esg-entry-cover .esg-bottom:hover,
#recent-work li .esg-entry-cover .esg-bottom a:hover {
  font-size: 20px !important;
  background: none !important;
  width: 100%;
  text-align: left;
  padding: 0;
  text-transform: none;
  line-height: 20px !important;
}
#recent-work li .esg-entry-cover .esg-bottom a {
  padding: 45px 28px;
}
#recent-work li .esg-entry-cover .esg-bottom a:hover {
  padding: 45px 28px;
}
#recent-work li .esg-entry-cover:hover .esg-overlay {
  background: rgba(209, 46, 60, 0.75) !important;
}
#recent-work li .esg-entry-cover:hover .esg-bottom a {
  color: white;
  font-size: 28px !important;
  line-height: 1em !important;
  padding: 45px 0px 45px 28px;
}
#recent-work:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 12px;
  background: url("../images/small-grad.png") no-repeat;
  background-position: center bottom;
}

/*------------------------------------*\
    THEME - BREADCRUMBS
\*------------------------------------*/
.esg-filters {
  margin: 11px 0 44px !important;
  display: -ms-flexbox;
  display: flex;
}
.esg-filters:first-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 559px) {
  .esg-filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.esg-filters .esg-filter-wrapper {
  display: -ms-flexbox;
  display: flex;
  display: none;
}
.esg-filters .esg-filter-wrapper .esg-filterbutton {
  color: #3f4444 !important;
  font-size: 13px;
  padding: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ececec;
  border-width: 1px 1px 1px 0;
  line-height: 1.2em;
  border-radius: 0;
  -ms-flex: auto;
      flex: auto;
  margin: 0;
  box-shadow: none !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 959px) {
  .esg-filters .esg-filter-wrapper .esg-filterbutton {
    font-size: 11px;
  }
}
@media only screen and (max-width: 559px) {
  .esg-filters .esg-filter-wrapper .esg-filterbutton {
    /*
    	font-size: 9px;
    	padding: 6px;
    */
  }
}
@media only screen and (max-width: 479px) {
  .esg-filters .esg-filter-wrapper .esg-filterbutton {
    font-size: 8px;
    padding: 5px;
  }
}
.esg-filters .esg-filter-wrapper .esg-filterbutton:hover {
  background: #d12e3c;
  color: white !important;
  border-color: #d12e3c;
}
.esg-filters .esg-filter-wrapper .esg-filterbutton:first-child {
  border-left-width: 1px;
  max-width: 60px;
  width: 60px;
}
@media only screen and (max-width: 559px) {
  .esg-filters .esg-filter-wrapper .esg-filterbutton:first-child {
    max-width: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .esg-filters .esg-filter-wrapper .esg-filterbutton:first-child {
    max-width: 20px;
    width: 20px;
  }
}
.esg-filters .esg-filter-wrapper .esg-filterbutton.selected {
  background: #d12e3c !important;
  border-color: #d12e3c !important;
  color: white !important;
  box-shadow: 0 0;
}
.esg-filters .esg-filter-wrapper .esg-filterbutton.selected:hover {
  color: white !important;
}
.esg-filters .esg-filter-wrapper .esg-filterbutton .esg-filter-checked {
  display: none;
}
.esg-filters .esg-filter-wrapper.dropdownstyle {
  width: 50%;
  color: #3f4444 !important;
  font-size: 13px;
  padding: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ececec;
  border-width: 1px 1px 1px 1px;
  line-height: 1.2em;
  border-radius: 0;
  -ms-flex: 1;
      flex: 1;
  margin: 0;
  box-shadow: none !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 !important;
}
.esg-filters .esg-filter-wrapper.dropdownstyle:hover {
  background: #d12e3c;
  border-color: #d12e3c;
  color: white !important;
}
.esg-filters .esg-filter-wrapper.dropdownstyle:hover .esg-selected-filterbutton {
  color: white !important;
}
.esg-filters .esg-filter-wrapper.dropdownstyle .esg-selected-filterbutton {
  padding: 0;
  margin: 0 0 10px -1%;
  margin: 0;
}
.esg-filters .esg-filter-wrapper.dropdownstyle .esg-dropdown-wrapper {
  padding: 15px 0;
  width: calc(100% + 2px);
  border: 1px solid #ececec;
  border-width: 1px 1px 1px 1px;
  left: 0;
}
.esg-filters .esg-filter-wrapper.dropdownstyle .esg-dropdown-wrapper .esg-filterbutton {
  width: 100% !important;
  padding: 10px;
  font-size: 12px;
  max-width: 100% !important;
  border: 0 none;
  padding: 10px;
}
@media only screen and (max-width: 559px) {
  .esg-filters .esg-filter-wrapper {
    display: none;
  }
  .esg-filters .esg-filter-wrapper.dropdownstyle {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}

.esg-grid .eg-case-studies-wrapper .esg-media-cover-wrapper .esg-entry-content {
  bottom: 30px;
  min-height: 0px;
  padding: 10px;
  position: absolute;
  margin: 0;
  position: relative;
  background: #3f4444;
  width: 82%;
}
.esg-grid .eg-case-studies-wrapper .esg-media-cover-wrapper .esg-entry-content .esg-content:first-child {
  position: absolute !important;
  height: 15px;
  top: -15px;
  left: 0;
  display: block;
  padding: 0 10px !important;
  background: white !important;
  color: #3f4444 !important;
  height: 15px;
}
.esg-grid .eg-case-studies-wrapper .esg-media-cover-wrapper .esg-entry-content .esg-content:nth-child(2) {
  line-height: 1em !important;
  min-height: 2em;
}
.esg-grid .eg-case-studies-wrapper.filter-oil-gass .esg-media-cover-wrapper .esg-entry-content .esg-content:first-child {
  background: #e9e453 !important;
}
.esg-grid .eg-case-studies-wrapper.filter-facilities-management .esg-media-cover-wrapper .esg-entry-content .esg-content:first-child {
  background: #65e2ba !important;
}
.esg-grid .eg-case-studies-wrapper.filter-security .esg-media-cover-wrapper .esg-entry-content .esg-content:first-child {
  background: #65c9e2 !important;
}
.esg-grid .eg-case-studies-wrapper.filter-mining .esg-media-cover-wrapper .esg-entry-content .esg-content:first-child {
  background: #71d95c !important;
}
.esg-grid .eg-case-studies-wrapper.filter-transport-logistics .esg-media-cover-wrapper .esg-entry-content .esg-content:first-child {
  background: #fda94f !important;
}
.esg-grid .eg-case-studies-wrapper.filter-construction-industrial .esg-media-cover-wrapper .esg-entry-content .esg-content:first-child {
  background: #89adff !important;
}

.esg-grid .esg-filters {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.esg-grid .esg-filters {
  margin-bottom: 20px;
}

.esg-grid .esg-filters:after {
  content: attr(data-before);
  color: #d12e3c;
  display: block;
  font-size: 19px;
  margin: 40px 0 0 0;
  opacity: 1;
  width: 100%;
}

.dc_filter_all span {
  padding: 3px 3px;
  margin-left: 7px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2em;
  vertical-align: middle;
  color: #3f4444 !important;
  display: block;
}

/*------------------------------------*\
    THEME - SIDEBAR
\*------------------------------------*/
#theme-page {
  /*
  	.theme-page-wrapper {
  	    margin: 0 auto;
  	    
  	    &.left-layout .sidebar-wrapper {
  		    padding: 0;
  		}
  	}
  */
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
@media only screen and (max-width: 766px) {
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-3 {
  padding: 0 15px 0 0 !important;
  width: 276px;
  -ms-flex-order: 1;
      order: 1;
}
@media only screen and (max-width: 959px) {
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-3 {
    width: 246px;
  }
}
@media only screen and (max-width: 766px) {
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-3 {
    -ms-flex-order: 2;
        order: 2;
    padding: 20px 15px 48px !important;
    padding: 0 15px 0 !important;
    margin: 0 -15px;
    width: calc(100% + 30px) !important;
    box-sizing: border-box;
  }
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 {
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: calc(100% - 278px);
  padding-right: 0;
}
@media only screen and (max-width: 766px) {
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 {
    -ms-flex-order: 1;
        order: 1;
    padding: 1px 0 48px !important;
    width: calc(100% + 0) !important;
    width: 100% !important;
  }
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .mk-page-section-wrapper {
  margin: 0;
  max-width: 100%;
  left: 0 !important;
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .mk-page-section-wrapper .mk-padding-wrapper {
  padding: 0;
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .mk-page-section-wrapper .mk-padding-wrapper .vc_col-sm-12 {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 766px) {
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-6,
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-8,
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-4 {
    margin-top: 0;
  }
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-6:first-child .vc_column-inner,
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-8:first-child .vc_column-inner,
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-4:first-child .vc_column-inner {
  padding-left: 0;
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-6:last-child .vc_column-inner,
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-8:last-child .vc_column-inner,
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-4:last-child .vc_column-inner {
  padding-right: 0;
}
@media only screen and (max-width: 766px) {
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-6:last-child .vc_column-inner,
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-8:last-child .vc_column-inner,
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-4:last-child .vc_column-inner {
    padding-left: 0;
  }
}

/*------------------------------------*\
    THEME - DC IMAGE TEXT BOX
\*------------------------------------*/
.dc-image-text-box > .wpb_column {
  margin-top: 0 !important;
  background: url("../images/drop-grad2.png") no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 27px;
}
.dc-image-text-box > .wpb_column > .vc_column-inner {
  padding: 0;
  background: #f8f8f8;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
.dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 650px) {
  .dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper > div:first-child {
  width: 55%;
}
@media only screen and (max-width: 650px) {
  .dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper > div:first-child {
    width: 100%;
  }
}
.dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper > div:first-child .mk-text-block {
  padding: 28px 38px;
}
@media only screen and (max-width: 949px) {
  .dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper > div:first-child .mk-text-block {
    padding: 22px 15px 15px 25px;
  }
}
.dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper .mk-image {
  padding: 0;
  margin: 0 !important;
  width: 45%;
}
@media only screen and (max-width: 650px) {
  .dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper .mk-image {
    width: 100%;
  }
}
.dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper .mk-image .mk-image-container {
  width: 100%;
  height: 100%;
}
.dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper .mk-image .mk-image-container .mk-image-holder {
  height: 100%;
}
.dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper .mk-image .mk-image-container .mk-image-holder .mk-image-inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper .mk-image .mk-image-container .mk-image-holder .mk-image-inner img {
  width: auto;
  max-width: initial;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 650px) {
  .dc-image-text-box > .wpb_column > .vc_column-inner .wpb_wrapper .mk-image .mk-image-container .mk-image-holder .mk-image-inner img {
    min-width: 100%;
  }
}

/*------------------------------------*\
    THEME - BLOG
\*------------------------------------*/
.mk-blog-thumbnail-item {
  background: #f8f8f8;
  margin-bottom: 30px !important;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 559px) {
  .mk-blog-thumbnail-item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.mk-blog-thumbnail-item .item-wrapper {
  width: 60%;
  padding: 17px 30px 20px !important;
}
@media only screen and (max-width: 949px) {
  .mk-blog-thumbnail-item .item-wrapper {
    padding: 17px 10px 15px 20px !important;
  }
}
@media only screen and (max-width: 766px) {
  .mk-blog-thumbnail-item .item-wrapper {
    padding: 12px 10px 15px 20px !important;
  }
}
@media only screen and (max-width: 559px) {
  .mk-blog-thumbnail-item .item-wrapper {
    width: 100%;
  }
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-meta .mk-button-container a {
  font-size: 12px !important;
  padding: 5px 17px !important;
  min-width: 130px !important;
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-meta .mk-blog-meta-wrapper {
  font-size: 10px !important;
  -ms-flex-order: 2;
      order: 2;
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-meta .mk-blog-meta-wrapper:before {
  content: "// ";
  background: none !important;
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-meta .mk-blog-meta-wrapper .mk-categories,
.mk-blog-thumbnail-item .item-wrapper .mk-blog-meta .mk-blog-meta-wrapper .mk-blog-author {
  display: none;
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-meta h3.the-title {
  line-height: 1em;
  margin: 0;
  padding: 0 0 9px;
  -ms-flex-order: 1;
      order: 1;
}
@media only screen and (max-width: 766px) {
  .mk-blog-thumbnail-item .item-wrapper .mk-blog-meta h3.the-title {
    font-size: 18px;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 559px) {
  .mk-blog-thumbnail-item .item-wrapper .mk-blog-meta h3.the-title {
    font-size: 16px;
    line-height: 1.3em;
  }
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-meta h3.the-title a {
  color: #d12e3c !important;
  font-size: 18px;
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-meta .the-excerpt {
  -ms-flex-order: 3;
      order: 3;
  padding-top: 9px;
  margin-bottom: 0;
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-meta .the-excerpt p {
  color: #878989;
}
@media only screen and (max-width: 650px) {
  .mk-blog-thumbnail-item .item-wrapper .mk-blog-meta .the-excerpt p {
    font-size: 12px;
  }
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-meta .mk-teader-button {
  -ms-flex-order: 4;
      order: 4;
}
@media only screen and (max-width: 766px) {
  .mk-blog-thumbnail-item .item-wrapper .mk-blog-meta .mk-teader-button .mk-button-container {
    text-align: left;
  }
}
.mk-blog-thumbnail-item .featured-image {
  width: 40%;
  max-width: 40% !important;
}
@media only screen and (max-width: 949px) {
  .mk-blog-thumbnail-item .featured-image {
    width: 45%;
  }
}
@media only screen and (max-width: 766px) {
  .mk-blog-thumbnail-item .featured-image {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 559px) {
  .mk-blog-thumbnail-item .featured-image {
    width: 100%;
    max-width: 100% !important;
  }
}
.mk-blog-thumbnail-item .featured-image a {
  display: block;
  height: 100%;
}
.mk-blog-thumbnail-item .featured-image a img {
  min-width: 100%;
  /*
  				    @include mq('phone-wide', max) {
  					    max-height: 140px;
  				    }
  */
}

/*------------------------------------*\
    THEME - CONTACT
\*------------------------------------*/
.contact-locations:after {
  content: "";
  width: 100%;
  height: 35px;
  display: block;
  position: relative;
  background: url("../images/drop-shad.jpg") no-repeat;
  background-position: center top;
  margin-bottom: -20px;
}
.contact-locations .mk-padding-wrapper.wpb_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 !important;
  border: 4px solid white;
  border-width: 4px 0;
}
@media only screen and (max-width: 849px) {
  .contact-locations .mk-padding-wrapper.wpb_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1099px) {
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row {
  padding: 105px 20px 90px;
  width: 20%;
}
.contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(odd) {
  background: #3f4444;
}
.contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(even) {
  background: #4b5050;
}
@media only screen and (max-width: 1099px) {
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row {
    width: 33.3333%;
  }
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(1), .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (max-width: 849px) {
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row {
    width: 50%;
    padding: 40px 20px 40px;
  }
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(1), .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(4) {
    background: #3f4444;
  }
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(2), .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(3) {
    background: #4b5050;
  }
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(5) {
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row .mk-button-container {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row {
    width: 100%;
    padding: 40px 20px 40px;
  }
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(1), .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(3) {
    background: #3f4444;
    width: 100%;
  }
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(2), .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row:nth-child(4) {
    background: #4b5050;
    width: 100%;
  }
}
.contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row h2 {
  color: white;
  font-size: 22px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 1199px) {
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row h2 {
    font-size: 22px;
  }
}
.contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row p {
  color: white;
}
.contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row p a {
  color: white;
}
.contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row p a:hover {
  color: #d12e3c;
}
.contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row .mk-button-container {
  margin: 55px 0 0 !important;
}
@media only screen and (max-width: 849px) {
  .contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row .mk-button-container {
    margin: 15px 0 0 !important;
  }
}
.contact-locations .mk-padding-wrapper.wpb_row .vc_col-sm-12 > .wpb_row .vc_column-inner {
  padding: 0;
}

@media only screen and (max-width: 849px) {
  .wpgmza_map {
    height: 460px !important;
  }
}

.contact-map-row .mk-padding-wrapper.wpb_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 !important;
  border-top: 4px solid white;
}
@media only screen and (max-width: 849px) {
  .contact-map-row .mk-padding-wrapper.wpb_row {
    height: 460px !important;
  }
}
@media only screen and (max-width: 650px) {
  .contact-map-row .mk-padding-wrapper.wpb_row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    height: auto !important;
  }
}
.contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-8 {
  padding-left: 0;
  width: 60%;
}
@media only screen and (max-width: 650px) {
  .contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-8 {
    width: 100%;
    padding-right: 0;
    height: 340px;
  }
}
.contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-8 .wpgmza-filter-widgets {
  padding: 0;
  display: none;
}
.contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 {
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 317px;
}
@media only screen and (max-width: 650px) {
  .contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}
.contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 .mk-text-block {
  padding-left: 52px;
}
@media only screen and (max-width: 849px) {
  .contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 .mk-text-block {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 650px) {
  .contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 .mk-text-block {
    padding-left: 0;
    padding-top: 40px;
  }
}
.contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 .mk-text-block h3 {
  color: white;
  margin-bottom: 34px !important;
}
.contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 .mk-text-block p {
  color: white;
  font-size: 17px;
  margin-bottom: 22px;
}
.contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 .mk-text-block p a {
  color: white;
}
.contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 .mk-text-block p a:hover {
  color: black;
}
.contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 .mk-button-container {
  padding-left: 52px;
  text-align: left !important;
}
@media only screen and (max-width: 849px) {
  .contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 .mk-button-container {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 650px) {
  .contact-map-row .mk-padding-wrapper.wpb_row .vc_col-sm-4 .mk-button-container {
    padding-left: 0;
    padding-bottom: 40px;
    margin-top: 15px !important;
  }
}
.contact-map-row .mk-padding-wrapper.wpb_row .mk-button-container {
  margin: 32px 0 0 !important;
}
.contact-map-row .mk-padding-wrapper.wpb_row .mk-button-container a {
  border: 1px solid white !important;
}

/*------------------------------------*\
    THEME - MARKETS GRID 
\*------------------------------------*/
#esg-grid-6-1 {
  /*
  	.esg-entry-media {
  		
  		&:after {
  			content: "";
  			display: block;
  			position: absolute;
  			top: 0;
  			left: 0;
  			width: 100%;
  			height: 100%;
  			z-index: 10;
  			background: rgba(63, 69, 69, .9);
  		}
  	}
  */
}
#esg-grid-6-1 li .esg-cc {
  padding: 0 70px;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  #esg-grid-6-1 li .esg-cc {
    padding: 0 25px;
  }
}
#esg-grid-6-1 li .esg-cc .esg-center {
  width: 100%;
  max-width: 525px;
}
@media only screen and (max-width: 699px) {
  #esg-grid-6-1 li .esg-cc .esg-center {
    margin-top: 0 !important;
  }
}
#esg-grid-6-1 li .esg-cc .esg-center:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/large-thin-right-arrow-red.png");
  background-size: cover;
  width: 20px;
  height: 34px;
  right: 0;
  top: calc(50% - 17px) !important;
}
@media only screen and (max-width: 949px) {
  #esg-grid-6-1 li .esg-cc .esg-center:after {
    width: 15px;
    height: 28px;
  }
}
#esg-grid-6-1 li .esg-cc .esg-center a {
  background: none !important;
  font-weight: 400 !important;
  font-size: 39px !important;
  text-transform: none !important;
  line-height: 1.1em;
  color: white !important;
}
@media only screen and (max-width: 949px) {
  #esg-grid-6-1 li .esg-cc .esg-center a {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 766px) {
  #esg-grid-6-1 li .esg-cc .esg-center a {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 699px) {
  #esg-grid-6-1 li .esg-cc .esg-center a {
    font-size: 24px !important;
  }
}
#esg-grid-6-1 li:hover .esg-center:after {
  background-image: url("../images/large-thin-right-arrow-white.png");
}
#esg-grid-6-1 li:nth-child(odd) .esg-cc {
  width: 585px;
  left: auto;
  right: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 1199px) {
  #esg-grid-6-1 li:nth-child(odd) .esg-cc {
    width: 100%;
  }
}
#esg-grid-6-1.esg-layout-even .esg-entry-media:after {
  content: "";
  background: rgba(1, 1, 1, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

/*------------------------------------*\
    DIGITAL CREATIVE - DC DOWNLOADS
\*------------------------------------*/
.dc_download_button {
  padding: 55px 75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 1px solid #efefef;
  margin-bottom: 10px;
}
@media only screen and (max-width: 766px) {
  .dc_download_button {
    padding: 45px 35px;
  }
}
@media only screen and (max-width: 559px) {
  .dc_download_button {
    padding: 30px;
  }
}
.dc_download_button:nth-child(odd) {
  background: #efefef;
}
.dc_download_button:last-child {
  margin-bottom: 135px;
}
@media only screen and (max-width: 766px) {
  .dc_download_button:last-child {
    margin-bottom: 0;
  }
}
.dc_download_button .button_title h2 {
  font-size: 26px;
  color: #d12e3c;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 766px) {
  .dc_download_button .button_title h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 559px) {
  .dc_download_button .button_title h2 {
    font-size: 21px;
  }
}
.dc_download_button a {
  display: inline-block;
  border: 1px solid #d12e3c;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 6px 25px;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 145px;
  box-sizing: border-box;
  background: #d12e3c;
  color: white;
  text-align: center;
  line-height: 1em;
  margin-left: 20px;
}
@media only screen and (max-width: 559px) {
  .dc_download_button a {
    padding: 6px 10px;
    font-size: 15px;
    min-width: 120px;
  }
}
.dc_download_button a:hover {
  background: white;
  color: #d12e3c;
  border-color: #d12e3c;
}

/*------------------------------------*\
    DIGITAL CREATIVE - CAROUSEL
\*------------------------------------*/
.ult-carousel-wrapper {
  margin: 57px 18px;
}
.ult-carousel-wrapper .slick-slider {
  background: none;
  width: calc(100% - 52px);
  margin: 0 18px;
}
.ult-carousel-wrapper .slick-slider .slick-slide {
  margin: 0 !important;
  padding: 12px 24px !important;
}
.ult-carousel-wrapper .slick-slider .slick-slide img {
  padding: 6px 0;
}
.ult-carousel-wrapper button {
  background-repeat: no-repeat !important;
  background-size: 26px auto !important;
  background-position: center !important;
  width: 26px;
  height: 66px;
  margin-top: -33px;
  height: 100%;
  top: 0;
  margin-top: 0;
}
.ult-carousel-wrapper button.slick-prev {
  background-image: url("../images/carousel-arrow-left2.png");
  left: -36px;
}
.ult-carousel-wrapper button.slick-next {
  background-image: url("../images/carousel-arrow-right2.png");
  right: -36px;
}
.ult-carousel-wrapper button:hover {
  opacity: .7;
}
.ult-carousel-wrapper button i {
  display: none;
}
.ult-carousel-wrapper .slick-dots {
  display: none !important;
}

/*------------------------------------*\
    THEME - BLOG
\*------------------------------------*/
body.single-post header .mk-header-padding-wrapper,
body.single-post header #mk-page-introduce {
  display: none;
}
body.single-post #theme-page {
  padding-top: 102px;
}
@media only screen and (max-width: 949px) {
  body.single-post #theme-page {
    padding-top: 60px;
  }
}
body.single-post #theme-page .theme-page-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
body.single-post #theme-page .theme-page-wrapper .theme-content {
  padding-top: 0;
  padding-bottom: 0;
  /*
  				.single-social-section {
  					
  					.mk-love-holder,
  					.mk-blog-print {
  						display: none;
  					}
  					
  					.single-share-box {
  						display: block !important
  					}
  				}
  */
}
body.single-post #theme-page .theme-page-wrapper .theme-content .blog-single-title {
  padding-top: 70px;
}
@media only screen and (max-width: 559px) {
  body.single-post #theme-page .theme-page-wrapper .theme-content .blog-single-title {
    font-size: 28px;
  }
}
body.single-post #theme-page .theme-page-wrapper .theme-content .blog-single-meta {
  margin-bottom: 8px;
}
body.single-post #theme-page .theme-page-wrapper .theme-content .blog-single-meta .mk-blog-author,
body.single-post #theme-page .theme-page-wrapper .theme-content .blog-single-meta .mk-post-cat {
  display: none;
}
body.single-post #theme-page .theme-page-wrapper .theme-content .blog-single-meta .mk-post-date {
  color: #d12e3c;
  font-style: normal;
  font-size: 0;
  display: none;
}
body.single-post #theme-page .theme-page-wrapper .theme-content .blog-single-meta .mk-post-date a {
  color: #d12e3c;
  font-size: 26px;
}
@media only screen and (max-width: 559px) {
  body.single-post #theme-page .theme-page-wrapper .theme-content .blog-single-meta .mk-post-date a {
    font-size: 21px;
  }
}
body.single-post #theme-page .theme-page-wrapper .theme-content .blog-single-meta .mk-post-date a:before {
  content: "//";
  display: inline-block;
  padding-right: 8px;
}
body.single-post #theme-page .theme-page-wrapper .theme-content .category-news .blog-single-meta .mk-post-date {
  display: block;
}
body.single-post #theme-page .theme-page-wrapper .theme-content .mk-single-content .mk-page-section-wrapper {
  left: 0 !important;
  margin: 0;
  width: 100% !important;
}
body.single-post #theme-page .theme-page-wrapper .theme-content .mk-single-content .mk-page-section-wrapper .mk-padding-wrapper {
  padding: 0 !important;
}
body.single-post #theme-page .theme-page-wrapper .theme-content .mk-single-content .mk-padding-wrapper .vc_col-sm-12 {
  padding: 0;
}
body.single-post #theme-page .theme-page-wrapper .theme-content .mk-single-content .mk-padding-wrapper .vc_col-sm-12 .mk-image .mk-image-inner {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 440px;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 949px) {
  body.single-post #theme-page .theme-page-wrapper .theme-content .mk-single-content .mk-padding-wrapper .vc_col-sm-12 .mk-image .mk-image-inner {
    height: 350px;
  }
}
@media only screen and (max-width: 766px) {
  body.single-post #theme-page .theme-page-wrapper .theme-content .mk-single-content .mk-padding-wrapper .vc_col-sm-12 .mk-image .mk-image-inner {
    height: 280px;
  }
}
@media only screen and (max-width: 559px) {
  body.single-post #theme-page .theme-page-wrapper .theme-content .mk-single-content .mk-padding-wrapper .vc_col-sm-12 .mk-image .mk-image-inner {
    height: 220px;
  }
}
@media only screen and (max-width: 479px) {
  body.single-post #theme-page .theme-page-wrapper .theme-content .mk-single-content .mk-padding-wrapper .vc_col-sm-12 .mk-image .mk-image-inner {
    height: 180px;
  }
}
body.single-post #theme-page .theme-page-wrapper .theme-content .mk-single-content .mk-padding-wrapper .vc_col-sm-12 .mk-image .mk-image-inner img {
  object-fit: cover;
  object-position: center;
}
body.single-post #theme-page .theme-page-wrapper .theme-content .mk-single-content .mk-padding-wrapper .vc_col-sm-12 .mk-image .mk-image-caption {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  margin: 0;
  background: #d12e3c;
  padding: 10px 20px;
  border-radius: 0;
}
body.single-post #theme-page .theme-page-wrapper .theme-content .single-post-tags {
  display: none;
}
body.single-post #theme-page .theme-page-wrapper .theme-content .vc_col-sm-12 .mk-image {
  margin-bottom: 50px !important;
}

/*------------------------------------*\
    DIGITAL CREATIVE - DC TIMELINES
\*------------------------------------*/
.page-id-501 .theme-page-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page-id-501 .theme-page-wrapper .theme-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-id-501 .mk-post-nav {
  display: none;
}

@media only screen and (max-width: 766px) {
  .theme-page-wrapper:not(.full-width-layout) .theme-content:not(.no-padding) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.css-timeline-wrapper .mk-padding-wrapper.wpb_row {
  padding: 0 !important;
}

.timeline_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.timeline_list .year {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.timeline_list .year:nth-child(odd) {
  background-color: #E8E8E8;
}
.timeline_list .year:nth-child(odd) .timeline_item .timeline_post:after {
  color: #f0f0f0;
}
.timeline_list .year .timeline_item {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
}
.timeline_list .year .timeline_item .timeline_year {
  width: 34%;
  min-width: 185px;
  padding-right: 100px;
  text-align: right;
  font-size: 27px;
  background: url("../images/timeline-line-with-dot.png") no-repeat;
  background-position: right center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1199px) {
  .timeline_list .year .timeline_item .timeline_year {
    width: 25%;
  }
}
@media only screen and (max-width: 559px) {
  .timeline_list .year .timeline_item .timeline_year {
    font-size: 20px;
    min-width: 105px;
    background-position: calc(100% + 30px) center;
  }
}
.timeline_list .year .timeline_item .timeline_post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 0 20px 8%;
  border-left: 2px solid #d12e3c;
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.timeline_list .year .timeline_item .timeline_post:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: attr(data-after-content);
  color: #f7f7f7;
  opacity: 1;
  font-size: 110px;
  z-index: 0;
  line-height: 110px;
  z-index: 1;
}
.timeline_list .year .timeline_item .timeline_post .timeline_post_data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 30px 0;
  z-index: 2;
}
@media only screen and (max-width: 766px) {
  .timeline_list .year .timeline_item .timeline_post .timeline_post_data {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.timeline_list .year .timeline_item .timeline_post .timeline_post_data .timeline_post_image {
  width: 46%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.timeline_list .year .timeline_item .timeline_post .timeline_post_data .timeline_post_text {
  width: 54%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 766px) {
  .timeline_list .year .timeline_item .timeline_post .timeline_post_data .timeline_post_text {
    width: 100%;
  }
}
.timeline_list .year .timeline_item .timeline_post .timeline_post_data .timeline_post_text .timeline_post_highlight {
  color: #d12e3c;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
}
.timeline_list .year .timeline_item .timeline_post .timeline_post_data .timeline_post_text .timeline_post_content {
  font-size: 21px;
}
@media only screen and (max-width: 766px) {
  .timeline_list .year .timeline_item .timeline_post .timeline_post_data .timeline_post_text .timeline_post_content {
    font-size: 18px;
  }
}
.timeline_list .year .timeline_item .timeline_post .timeline_post_data .timeline_post_text .timeline_post_link {
  margin-top: 20px;
}
.timeline_list .year .timeline_item .timeline_post .timeline_post_data .timeline_post_text .timeline_post_link a {
  background: #d12e3c;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 15px;
}
.timeline_list .year .timeline_item .timeline_post .timeline_post_data .timeline_post_text .timeline_post_link a:hover {
  color: #d12e3c;
  background: white;
}

.timeline_select {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 766px) {
  .timeline_select {
    display: none;
  }
}
.timeline_select .select_wrapper {
  position: absolute;
  top: 69px;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .timeline_select .select_wrapper {
    top: 15px;
  }
}
.timeline_select .select_wrapper .title {
  color: #d12e3c;
  margin-bottom: 10px;
  font-size: 18px;
}
.timeline_select .select_wrapper .dropdown {
  position: relative;
  display: inline-block;
  background: white;
  width: 140px;
  padding: 3px 20px;
  background: #d12e3c;
  color: white;
  font-size: 12px;
  left: 1px;
}
.timeline_select .select_wrapper .dropdown:after {
  content: "";
  display: block;
  position: absolute;
  content: "\f054";
  font-family: fontawesome;
  top: 4px;
  right: 14px;
  font-weight: 100;
  font-size: 10px;
}
.timeline_select .select_wrapper .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 140px;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #E8E8E8;
  display: block;
  margin-top: 3px;
}
.timeline_select .select_wrapper .dropdown .dropdown-content p {
  padding: 3px 20px;
  font-size: 12px;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-bottom: 1px solid #E8E8E8;
}
.timeline_select .select_wrapper .dropdown .dropdown-content p:hover {
  background: #E8E8E8;
}
.timeline_select .select_wrapper .dropdown .dropdown-content p.active {
  background: #E8E8E8;
  color: #d12e3c;
}
.timeline_select .select_wrapper.fixed {
  position: fixed;
}
.timeline_select .select_wrapper.fixed_bottom {
  position: absolute;
  top: auto;
  bottom: 110px;
}

/*------------------------------------*\
    THEME - TESTIMONIALS
\*------------------------------------*/
.mk-testimonial {
  margin: 55px 0;
}
.mk-testimonial .mk-flex-slides li.testimonial-item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-content {
  -ms-flex-order: 2;
      order: 2;
  width: calc(100% - 170px);
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
}
.mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-content p {
  font-size: 18px !important;
  color: #d12e3c !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-content p:before {
  content: "// ";
  color: #d12e3c;
  margin-right: 20px;
}
.mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-content:before {
  display: none;
}
@media only screen and (max-width: 559px) {
  .mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-content {
    width: 100%;
  }
}
.mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-image {
  -ms-flex-order: 1;
      order: 1;
  width: 170px;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 20px;
}
.mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-image img {
  width: 75% !important;
  height: auto !important;
  border-radius: 0;
  box-shadow: 0 0 0;
}
@media only screen and (max-width: 559px) {
  .mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-image {
    display: none;
  }
}
.mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-author {
  -ms-flex-order: 3;
      order: 3;
  padding-left: 170px;
  margin: 0;
  color: #777 !important;
  font-weight: 300;
}
.mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-author:before {
  content: "- ";
  margin-right: 6px;
}
@media only screen and (max-width: 559px) {
  .mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-author {
    padding-left: 0;
  }
}
.mk-testimonial .mk-flex-slides li.testimonial-item .mk-testimonial-company {
  -ms-flex-order: 4;
      order: 4;
  padding-left: 6px;
  margin: 0;
  font-size: 13px;
  line-height: 11px;
  color: #444 !important;
  font-weight: 700;
}

/*------------------------------------*\
    UBERMENU
\*------------------------------------*/
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > a {
  padding: 18px 15px !important;
  color: white;
  font-weight: 400;
  font-size: 13px;
  padding: 58px 15px 18px 15px !important;
  line-height: 23px !important;
  text-transform: uppercase;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > a:hover {
  color: #d12e3c;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > a .ubermenu-sub-indicator {
  display: none;
}
.a-sticky .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > a {
  padding-top: 16px !important;
  color: #3f4444;
}
.a-sticky .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > a:hover {
  color: #d12e3c;
}
.solid-header .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > a, .single-post .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > a {
  color: #3f4444;
}
.solid-header .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > a:hover, .single-post .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > a:hover {
  color: #d12e3c;
}
@media only screen and (max-width: 1099px) {
  .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > a {
    font-size: 12px;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.ubermenu-current-menu-item > a {
  color: #d12e3c;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.tel, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.email, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.linkedin {
  border: 0 none !important;
}
@media only screen and (max-width: 766px) {
  .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.tel, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.email, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.linkedin {
    margin-left: 8px;
  }
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home a, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.tel a, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.email a, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.linkedin a {
  padding: 16px 0px 18px !important;
  text-align: center;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home a:before, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a:before, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.tel a:before, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.email a:before, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.linkedin a:before {
  font-family: 'FontAwesome';
  display: block;
  position: relative;
  font-size: 13px;
  color: white;
  background: rgba(63, 69, 69, 0.3);
}
.solid-header .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home a:before, .single-post .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home a:before, .solid-header .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a:before, .single-post .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a:before, .solid-header .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.tel a:before, .single-post .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.tel a:before, .solid-header .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.email a:before, .single-post .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.email a:before, .solid-header .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.linkedin a:before, .single-post .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.linkedin a:before {
  color: #3f4444;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home a:hover:before, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a:hover:before, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.tel a:hover:before, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.email a:hover:before, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.linkedin a:hover:before {
  background: white;
  color: #d12e3c !important;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home a:hover:after, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a:hover:after, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.tel a:hover:after, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.email a:hover:after, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.linkedin a:hover:after {
  display: none !important;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home a span, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a span, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.tel a span, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.email a span, .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.linkedin a span {
  display: none;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a {
  padding-right: 0;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a:after {
  content: "";
  background: #d12e3c;
  width: 100%;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home {
  margin-right: 12px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home a:before {
  content: "\f015";
  background: none;
  font-size: 15px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home a:hover:before {
  background: none;
  color: #d12e3c !important;
}
.home .mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.home {
  display: none;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact {
  z-index: 100;
  position: relative;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a {
  color: white;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a:before {
  content: "Contact";
  padding: 0 13px;
  background: #d12e3c;
  border-radius: 10px;
  color: white !important;
  font-weight: 100;
  font-family: 'Helvetica Neue LT W01_55 Roman';
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.contact a:hover:before {
  background: white;
  color: #d12e3c !important;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.tel {
  margin-left: -10px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.tel a:before {
  content: "\f095";
  width: 47px;
  padding-left: 20px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.email a:before {
  content: "\f0e0";
  width: 27px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.linkedin a:before {
  content: "\f0e1";
  width: 34px;
  border-radius: 0 10px 10px 0;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega {
  width: 670px;
  max-width: 50vw;
  border: 2px solid #d12e3c;
  border-width: 2px 0;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu {
  width: 29%;
  background: white;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > a {
  color: #adadad;
  padding: 9px 20px;
  font-size: 13px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > a i {
  display: none;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab.ubermenu-active > a {
  color: white;
  background: #d12e3c;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab.ubermenu-active > a i {
  display: block;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab.ubermenu-active > a i:before {
  color: white;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab:first-child {
  margin-top: 15px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab:nth-child(2) {
  margin-bottom: 15px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel {
  width: 71%;
  background: #efefef;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group {
  width: 40%;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li {
  /*
  												&:nth-child(2) {
  													margin-bottom: 15px;
  												}
  */
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li:first-child {
  margin-top: 15px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li > a {
  color: #3f4444;
  padding: 9px 15px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li > a i {
  display: none;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li > a img {
  margin: 0 !important;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li.ubermenu-active > a {
  color: white;
  background: #3f4444;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li.ubermenu-active > a i {
  display: block;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li.ubermenu-active > a i:before {
  color: white;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li > ul.ubermenu-tab-content-panel {
  width: 60%;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li > ul.ubermenu-tab-content-panel > li a {
  padding: 0;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li > ul.ubermenu-tab-content-panel > li a span {
  display: none;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0 > .ubermenu-submenu-type-mega li.ubermenu-item-level-1 > ul.ubermenu-submenu > li.ubermenu-tab > ul.ubermenu-tab-content-panel > li.ubermenu-item > ul.ubermenu-tabs-group > li > ul.ubermenu-tab-content-panel > li a img {
  margin: 0 !important;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.ubermenu-has-submenu-flyout > ul.ubermenu-submenu {
  border: 2px solid #d12e3c;
  border-width: 2px 0;
  background: white;
  padding: 15px 0;
  min-width: 180px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.ubermenu-has-submenu-flyout > ul.ubermenu-submenu a {
  color: #adadad;
  padding: 9px 20px;
  font-size: 13px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.ubermenu-has-submenu-flyout > ul.ubermenu-submenu a:hover {
  color: white;
  background: #d12e3c;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.ubermenu-has-submenu-flyout > ul.ubermenu-submenu .ubermenu-has-submenu-flyout a {
  padding-right: 30px;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.ubermenu-has-submenu-flyout > ul.ubermenu-submenu.ubermenu-active > a {
  color: white;
  background: #d12e3c;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.ubermenu-has-submenu-flyout > ul.ubermenu-submenu.ubermenu-active > a i:before {
  color: white;
}
.mk-header-nav-container nav.ubermenu .ubermenu-nav li.ubermenu-item-level-0.ubermenu-has-submenu-flyout > ul.ubermenu-submenu ul.ubermenu-submenu {
  background: #efefef;
  min-width: 180px;
  border: 2px solid #d12e3c;
  border-width: 2px 0;
  padding: 15px 0;
}

/*------------------------------------*\
    HEADER - SHIFTNAV
\*------------------------------------*/
.shiftnav-enabled .mk-nav-responsive-link {
  display: none !important;
}

#shiftnav-toggle-main {
  background: transparent;
  margin: 7px 8px 4px 5px !important;
}
.shiftnav-open #shiftnav-toggle-main {
  background: #3f4444;
  margin: 0 !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu {
  border: 3px solid #d12e3c;
  border-width: 3px 0;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target {
  background: #d12e3c;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target {
  background: #efefef;
  background: #3f4444;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu {
  background: #efefef;
}

.shiftnav:after {
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.1);
}

.shiftnav ul.shiftnav-menu li.menu-item.tel, .shiftnav ul.shiftnav-menu li.menu-item.email, .shiftnav ul.shiftnav-menu li.menu-item.linkedin {
  border: 0 none !important;
  width: calc(33.333% - 16px);
  float: left;
  text-align: center;
  margin: 28px auto 16px;
}
@media only screen and (max-width: 766px) {
  .shiftnav ul.shiftnav-menu li.menu-item.tel, .shiftnav ul.shiftnav-menu li.menu-item.email, .shiftnav ul.shiftnav-menu li.menu-item.linkedin {
    margin-left: 8px;
  }
}
.shiftnav ul.shiftnav-menu li.menu-item.tel a, .shiftnav ul.shiftnav-menu li.menu-item.email a, .shiftnav ul.shiftnav-menu li.menu-item.linkedin a {
  font-size: 0 !important;
  text-align: center;
}
.shiftnav ul.shiftnav-menu li.menu-item.tel a:before, .shiftnav ul.shiftnav-menu li.menu-item.email a:before, .shiftnav ul.shiftnav-menu li.menu-item.linkedin a:before {
  font-family: 'FontAwesome';
  display: block;
  position: relative;
  font-size: 20px !important;
  color: #d12e3c;
  background: #efefef;
}
.solid-header .shiftnav ul.shiftnav-menu li.menu-item.tel a:before, .single-post .shiftnav ul.shiftnav-menu li.menu-item.tel a:before, .solid-header .shiftnav ul.shiftnav-menu li.menu-item.email a:before, .single-post .shiftnav ul.shiftnav-menu li.menu-item.email a:before, .solid-header .shiftnav ul.shiftnav-menu li.menu-item.linkedin a:before, .single-post .shiftnav ul.shiftnav-menu li.menu-item.linkedin a:before {
  color: #3f4444;
}
.shiftnav ul.shiftnav-menu li.menu-item.tel a:hover:before, .shiftnav ul.shiftnav-menu li.menu-item.email a:hover:before, .shiftnav ul.shiftnav-menu li.menu-item.linkedin a:hover:before {
  background: white;
  color: #3f4444 !important;
}
.shiftnav ul.shiftnav-menu li.menu-item.tel a:hover:after, .shiftnav ul.shiftnav-menu li.menu-item.email a:hover:after, .shiftnav ul.shiftnav-menu li.menu-item.linkedin a:hover:after {
  display: none !important;
}
.shiftnav ul.shiftnav-menu li.menu-item.tel a span, .shiftnav ul.shiftnav-menu li.menu-item.email a span, .shiftnav ul.shiftnav-menu li.menu-item.linkedin a span {
  display: none;
}
.shiftnav ul.shiftnav-menu li.menu-item.tel a:before {
  content: "\f095";
  width: 47px;
}
.shiftnav ul.shiftnav-menu li.menu-item.email a:before {
  content: "\f0e0";
  width: 27px;
}
.shiftnav ul.shiftnav-menu li.menu-item.linkedin a:before {
  content: "\f0e1";
  width: 34px;
}
