/**handles:dpj-stylesheet**/
::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  background: white; }

::-webkit-scrollbar-thumb {
  background-color: #001B59; }

.hidden {
  display: none !important; }

.active {
  display: block !important; }

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern bl__rowsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other bl__rowsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all bl__rowsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other bl__rowsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all bl__rowsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all bl__rowsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all bl__rowsers.
 * 2. Correct font size not being inherited in all bl__rowsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all bl__rowsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-l__collapse: l__collapse;
  border-spacing: 0; }

.cf:before,
.cf:after, .l__row:before, .l__row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  height: 0;
  width: 0; }

.cf:after, .l__row:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, .l__row {
  *zoom: 1; }

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

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

html {
  font-size: 62.5%; }

body {
  background: white;
  color: #313131;
  font-family: "AvenirBook";
  font-size: 1.6em;
  line-height: 1.61803399em;
  -webkit-font-smoothing: antialised;
  margin-top: 80px; }
  @media (min-width: 481px) and (max-width: 960px) {
    body {
      font-size: 14px; } }
  @media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 480px) {
    body {
      font-size: -webkit-calc(14px + 2 * ((100vw - 480px) / 480));
      font-size: calc(14px + 2 * ((100vw - 480px) / 480)); } }
  @media screen and (min-width: 481px) and (max-width: 960px) and (min-width: 960px) {
    body {
      font-size: 16px; } }
  @media (max-width: 480px) {
    body {
      font-size: 1.4em; } }

@font-face {
  font-family: 'Avenirbook';
  src: url("https://www.desco.uk.com/wp-content/themes/mw-desco/library/fonts/avenir/AvenirBook.eot");
  src: url("https://www.desco.uk.com/wp-content/themes/mw-desco/library/fonts/avenir/AvenirBook.eot?#iefix") format("embedded-opentype"), url("https://www.desco.uk.com/wp-content/themes/mw-desco/library/fonts/avenir/AvenirBook.woff") format("woff"), url("https://www.desco.uk.com/wp-content/themes/mw-desco/library/fonts/avenir/AvenirBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*@font-face {
    font-family: 'Montserrat';
    src: url('https://www.desco.uk.com/wp-content/themes/mw-desco/library/fonts/Montserrat-Light.eot');
    src: url('https://www.desco.uk.com/wp-content/themes/mw-desco/library/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('https://www.desco.uk.com/wp-content/themes/mw-desco/library/fonts/Montserrat-Light.woff') format('woff'),
        url('https://www.desco.uk.com/wp-content/themes/mw-desco/library/fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}*/
h1, h2, h3, h4, h5, h6 {
  color: #313131;
  font-weight: 700;
  line-height: 1.257142857142857em;
  margin: 0 0 1em; }

h1 {
  color: #001B59;
  font-size: 45px;
  line-height: 0.9285714286em;
  margin-bottom: 15px;
  text-transform: none; }

h2 {
  font-size: 25px;
  line-height: 1.12em;
  text-transform: none; }

h3 {
  font-size: 1.125em;
  line-height: 1.1111111111em;
  margin-bottom: 1.1111111111em;
  text-transform: none; }

h4 {
  font-size: 1em;
  line-height: 1.125em;
  margin-bottom: 1.25em;
  text-transform: none; }

h5 {
  color: #001B59;
  font-size: 0.875em;
  line-height: 1em; }

a {
  color: #005bd2;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
          transition: all ease-in-out 0.2s; }

.cta {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.4285714286em;
  text-transform: uppercase; }

p {
  color: #444444;
  margin: 0;
  margin-bottom: 15px; }
  p:last-child {
    margin-bottom: 0; }

span {
  color: #444444; }

ul {
  margin: 0 0 1.61803399em;
  padding: 0 0 0 1.875em; }
  ul li {
    padding: 0; }
  ul ul {
    margin-bottom: 0; }
  ul.inline-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.inline-list li {
      display: inline-block;
      margin: 0;
      padding: 0; }
  ul.nolist {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.nolist li {
      margin: 0;
      padding: 0; }

ol {
  counter-reset: item;
  list-style: none;
  margin: 0 0 1.61803399em;
  padding: 0 0 0 1.875em; }
  ol li {
    counter-increment: item;
    padding: 0;
    position: relative; }
    ol li::before {
      content: counters(item, ".") ". ";
      font-size: 11px;
      font-weight: 600;
      margin-right: 5px; }
  ol ol {
    margin-bottom: 0; }
  ol.nolist {
    list-style: none;
    margin: 0;
    padding: 0; }
    ol.nolist li {
      margin: 0;
      padding: 0; }

dl {
  margin: 1.25em 0; }
  dl dd, dl dt {
    padding: 0 0 0.625em 0; }

@media (max-width: 768px) {
  .padTop {
    padding-top: 25px; } }

.l__col__3even {
  margin: 0 3px; }

.l__padder {
  padding: 45px; }
  @media (max-width: 1024px) {
    .l__padder {
      padding: 0 25px; } }

.l__top45 {
  margin-top: 45px; }

@media (max-width: 768px) {
  .l__height43 {
    height: 43vw; } }

@media (max-width: 768px) {
  .l__neverTopTablet {
    padding-top: 0 !important; } }

.l__noTop {
  padding-top: 0 !important; }
  @media (max-width: 768px) {
    .l__noTop {
      padding-top: 20px; } }

.l__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 480px) {
    .l__flex {
      display: block; } }

.l__relativity {
  position: relative; }

.l__fullHeight {
  height: 100%; }

.l__marger--right {
  margin-right: 50px; }

.l__marger--left {
  margin-left: 50px; }

@media (max-width: 1024px) {
  .l__marger--no1024 {
    margin-left: 0;
    margin-right: 0; } }

.l__marger__bottom {
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .l__marger__bottom {
      margin-top: 25px; } }

.l__alignRight {
  text-align: right;
  float: right; }
  @media (max-width: 768px) {
    .l__alignRight {
      float: none;
      padding: 0 0 45px 0 !important;
      max-width: none;
      text-align: center; } }

.l__alignLeft {
  text-align: left !important; }

.l__pushtop {
  padding-top: 3.125em; }

.l__contain {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
  .l__contain--full {
    padding: 0; }
  .l__contain--medium {
    max-width: 950px !important;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%; }
  .l__contain--small {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%; }

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

.l__wrap {
  position: relative; }

.l__gridmaintain {
  height: 100%; }

.l__centerfied {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1366px) {
    .l__centerfied {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.l__leftAlign {
  text-align: left; }

.l__centerAlign {
  text-align: center; }
  @media (max-width: 768px) {
    .l__centerAlign--mobile {
      text-align: center; } }

.l__centerFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.l__flexEnd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.l__row {
  clear: both; }
  .l__row__negative5 {
    margin: 0 -5px; }
    .l__row__negative5 > .l__col > .l__col__evenpad, .l__row__negative5 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; }
  .l__row__negative10 {
    margin: 0 -10px; }
    .l__row__negative10 > .l__col > .l__col__evenpad, .l__row__negative10 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 10px; }
  .l__row__negative20 {
    margin: 0 -20px; }
    .l__row__negative20 > .l__col > .l__col__evenpad, .l__row__negative20 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row__negative30 {
    margin: 0 -30px; }
    .l__row__negative30 > .l__col > .l__col__evenpad, .l__row__negative30 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 30px; }
  .l__row__altlayout > [class*="l__col"], .l__row__altlayout .l__flexheight > [class*="l__col"] {
    float: right; }
  @media (max-width: 1366px) {
    .l__row .l__row[data-1366*="flush"] {
      margin: 0; }
      .l__row .l__row[data-1366*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-1366*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-1366*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-1366*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-1366*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 10px; }
    .l__row .l__row[data-1366*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-1366*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 1024px) {
    .l__row .l__row[data-1024*="flush"] {
      margin: 0; }
      .l__row .l__row[data-1024*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-1024*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-1024*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-1024*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-1024*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 10px; }
    .l__row .l__row[data-1024*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-1024*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 768px) {
    .l__row .l__row[data-768*="flush"] {
      margin: 0; }
      .l__row .l__row[data-768*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-768*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-768*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-768*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-768*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 10px; }
    .l__row .l__row[data-768*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-768*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 480px) {
    .l__row .l__row[data-480*="flush"] {
      margin: 0; }
      .l__row .l__row[data-480*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-480*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-480*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-480*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-480*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 10px; }
    .l__row .l__row[data-480*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-480*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 360px) {
    .l__row .l__row[data-360*="flush"] {
      margin: 0; }
      .l__row .l__row[data-360*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-360*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-360*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-360*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-360*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 10px; }
    .l__row .l__row[data-360*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-360*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  .l__rowFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .l__rowFlex[data-flex="3"] > .l__col__flex {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-basis: 33.3333333333%;
          -ms-flex-preferred-size: 33.3333333333%;
              flex-basis: 33.3333333333%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .l__rowFlex[data-flex="3"] > .l__col__flex {
          -webkit-flex-basis: 20%;
              -ms-flex-preferred-size: 20%;
                  flex-basis: 20%; } }
      @media (max-width: 1024px) {
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flex2"] {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flex1"] {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flexend"] {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; } }
      @media (max-width: 768px) {
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flex2"] {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flex1"] {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flexend"] {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; } }
      @media (max-width: 480px) {
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flex2"] {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flex1"] {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flexend"] {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; } }

@media (max-width: 1366px) {
  .l__row[data-1366*="flush"] {
    margin: 0; }
    .l__row[data-1366*="flush"] > .l__col > .l__col__evenpad, .l__row[data-1366*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-1366*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-1366*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-1366*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-1366*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-1366*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-1366*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 10px; }
  .l__row[data-1366*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-1366*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-1366*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 1024px) {
  .l__row[data-1024*="flush"] {
    margin: 0; }
    .l__row[data-1024*="flush"] > .l__col > .l__col__evenpad, .l__row[data-1024*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-1024*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-1024*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-1024*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-1024*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-1024*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-1024*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 10px; }
  .l__row[data-1024*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-1024*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-1024*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 768px) {
  .l__row[data-768*="flush"] {
    margin: 0; }
    .l__row[data-768*="flush"] > .l__col > .l__col__evenpad, .l__row[data-768*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-768*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-768*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-768*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-768*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-768*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-768*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row[data-768*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-768*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-768*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 480px) {
  .l__row[data-480*="flush"] {
    margin: 0; }
    .l__row[data-480*="flush"] > .l__col > .l__col__evenpad, .l__row[data-480*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-480*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-480*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-480*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-480*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-480*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-480*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 10px; }
  .l__row[data-480*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-480*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-480*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 360px) {
  .l__row[data-360*="flush"] {
    margin: 0; }
    .l__row[data-360*="flush"] > .l__col > .l__col__evenpad, .l__row[data-360*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-360*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-360*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-360*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-360*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-360*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-360*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 10px; }
  .l__row[data-360*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-360*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-360*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 1024px) {
  [data-1024*="reverse"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (max-width: 768px) {
  [data-768*="reverse"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (max-width: 480px) {
  [data-480*="reverse"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.l__col__evenpad {
  margin: 0 10px; }

.l__col__even {
  margin: 10px; }

.l__col__span1, .l__col__span1-5, .l__col__span2, .l__col__span2-4, .l__col__span3, .l__col__span3-3, .l__col__span4, .l__col__span5, .l__col__span6, .l__col__span7, .l__col__span8, .l__col__span9, .l__col__span10, .l__col__span11, .l__col__span12, .l__col__span13, .l__col__span14, .l__col__span15, .l__col__span16, .l__col__span17, .l__col__span18, .l__col__span19, .l__col__span20, .l__col__span21, .l__col__span22, .l__col__span23, .l__col__span24 {
  float: left; }

.l__col__span1 {
  width: 8.3333333333%; }

.l__col__span1-5 {
  width: 12.5%; }

.l__col__span2 {
  width: 16.6666666667%; }

.l__col__span2-4 {
  width: 20%; }

.l__col__span3 {
  width: 25%; }

.l__col__span3-3 {
  width: 27.5%; }

.l__col__span4 {
  width: 33.3333333333%; }

.l__col__span5 {
  width: 41.6666666667%; }

.l__col__span6 {
  width: 50%; }

.l__col__span7 {
  width: 58.3333333333%; }

.l__col__span8 {
  width: 66.6666666667%; }

.l__col__span9 {
  width: 75%; }

.l__col__span10 {
  width: 83.3333333333%; }

.l__col__span11 {
  width: 91.6666666667%; }

.l__col__span12 {
  width: 100%; }

.l__col__offby1 {
  margin-left: 8.3333333333%; }

.l__col__offby2 {
  margin-left: 16.6666666667%; }

.l__col__offby3 {
  margin-left: 25%; }

.l__col__offby4 {
  margin-left: 33.3333333333%; }

.l__col__offby5 {
  margin-left: 41.6666666667%; }

.l__col__offby6 {
  margin-left: 50%; }

.l__col__offby7 {
  margin-left: 58.3333333333%; }

.l__col__offby8 {
  margin-left: 66.6666666667%; }

.l__col__offby9 {
  margin-left: 75%; }

.l__col__offby10 {
  margin-left: 83.3333333333%; }

.l__col__offby11 {
  margin-left: 91.6666666667%; }

.l__col__offby12 {
  margin-left: 100%; }

@media (max-width: 1366px) {
  .l__col[data-1366*="1"] {
    width: 8.3333333333%; }
  .l__col[data-1366*="2"] {
    width: 16.6666666667%; }
  .l__col[data-1366*="3"] {
    width: 25%; }
  .l__col[data-1366*="4"] {
    width: 33.3333333333%; }
  .l__col[data-1366*="5"] {
    width: 41.6666666667%; }
  .l__col[data-1366*="6"] {
    width: 50%; }
  .l__col[data-1366*="7"] {
    width: 58.3333333333%; }
  .l__col[data-1366*="8"] {
    width: 66.6666666667%; }
  .l__col[data-1366*="9"] {
    width: 75%; }
  .l__col[data-1366*="10"] {
    width: 83.3333333333%; }
  .l__col[data-1366*="11"] {
    width: 91.6666666667%; }
  .l__col[data-1366*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby1366*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby1366*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby1366*="3"] {
    margin-left: 25%; }
  .l__col[data-offby1366*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby1366*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby1366*="6"] {
    margin-left: 50%; }
  .l__col[data-offby1366*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby1366*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby1366*="9"] {
    margin-left: 75%; }
  .l__col[data-offby1366*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby1366*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby1366*="12"] {
    margin-left: 100%; }
  .l__col[data-offby1366*="false"] {
    margin-left: 0; } }

@media (max-width: 1024px) {
  .l__col[data-1024*="1"] {
    width: 8.3333333333%; }
  .l__col[data-1024*="2"] {
    width: 16.6666666667%; }
  .l__col[data-1024*="3"] {
    width: 25%; }
  .l__col[data-1024*="4"] {
    width: 33.3333333333%; }
  .l__col[data-1024*="5"] {
    width: 41.6666666667%; }
  .l__col[data-1024*="6"] {
    width: 50%; }
  .l__col[data-1024*="7"] {
    width: 58.3333333333%; }
  .l__col[data-1024*="8"] {
    width: 66.6666666667%; }
  .l__col[data-1024*="9"] {
    width: 75%; }
  .l__col[data-1024*="10"] {
    width: 83.3333333333%; }
  .l__col[data-1024*="11"] {
    width: 91.6666666667%; }
  .l__col[data-1024*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby1024*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby1024*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby1024*="3"] {
    margin-left: 25%; }
  .l__col[data-offby1024*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby1024*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby1024*="6"] {
    margin-left: 50%; }
  .l__col[data-offby1024*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby1024*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby1024*="9"] {
    margin-left: 75%; }
  .l__col[data-offby1024*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby1024*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby1024*="12"] {
    margin-left: 100%; }
  .l__col[data-offby1024*="false"] {
    margin-left: 0; } }

@media (max-width: 768px) {
  .l__col[data-768*="1"] {
    width: 8.3333333333%; }
  .l__col[data-768*="2"] {
    width: 16.6666666667%; }
  .l__col[data-768*="3"] {
    width: 25%; }
  .l__col[data-768*="4"] {
    width: 33.3333333333%; }
  .l__col[data-768*="5"] {
    width: 41.6666666667%; }
  .l__col[data-768*="6"] {
    width: 50%; }
  .l__col[data-768*="7"] {
    width: 58.3333333333%; }
  .l__col[data-768*="8"] {
    width: 66.6666666667%; }
  .l__col[data-768*="9"] {
    width: 75%; }
  .l__col[data-768*="10"] {
    width: 83.3333333333%; }
  .l__col[data-768*="11"] {
    width: 91.6666666667%; }
  .l__col[data-768*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby768*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby768*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby768*="3"] {
    margin-left: 25%; }
  .l__col[data-offby768*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby768*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby768*="6"] {
    margin-left: 50%; }
  .l__col[data-offby768*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby768*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby768*="9"] {
    margin-left: 75%; }
  .l__col[data-offby768*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby768*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby768*="12"] {
    margin-left: 100%; }
  .l__col[data-offby768*="false"] {
    margin-left: 0; } }

@media (max-width: 600px) {
  .l__col[data-600*="1"] {
    width: 8.3333333333%; }
  .l__col[data-600*="2"] {
    width: 16.6666666667%; }
  .l__col[data-600*="3"] {
    width: 25%; }
  .l__col[data-600*="4"] {
    width: 33.3333333333%; }
  .l__col[data-600*="5"] {
    width: 41.6666666667%; }
  .l__col[data-600*="6"] {
    width: 50%; }
  .l__col[data-600*="7"] {
    width: 58.3333333333%; }
  .l__col[data-600*="8"] {
    width: 66.6666666667%; }
  .l__col[data-600*="9"] {
    width: 75%; }
  .l__col[data-600*="10"] {
    width: 83.3333333333%; }
  .l__col[data-600*="11"] {
    width: 91.6666666667%; }
  .l__col[data-600*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby600*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby600*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby600*="3"] {
    margin-left: 25%; }
  .l__col[data-offby600*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby600*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby600*="6"] {
    margin-left: 50%; }
  .l__col[data-offby600*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby600*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby600*="9"] {
    margin-left: 75%; }
  .l__col[data-offby600*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby600*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby600*="12"] {
    margin-left: 100%; }
  .l__col[data-offby600*="false"] {
    margin-left: 0; } }

@media (max-width: 480px) {
  .l__col[data-480*="1"] {
    width: 8.3333333333%; }
  .l__col[data-480*="2"] {
    width: 16.6666666667%; }
  .l__col[data-480*="3"] {
    width: 25%; }
  .l__col[data-480*="4"] {
    width: 33.3333333333%; }
  .l__col[data-480*="5"] {
    width: 41.6666666667%; }
  .l__col[data-480*="6"] {
    width: 50%; }
  .l__col[data-480*="7"] {
    width: 58.3333333333%; }
  .l__col[data-480*="8"] {
    width: 66.6666666667%; }
  .l__col[data-480*="9"] {
    width: 75%; }
  .l__col[data-480*="10"] {
    width: 83.3333333333%; }
  .l__col[data-480*="11"] {
    width: 91.6666666667%; }
  .l__col[data-480*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby480*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby480*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby480*="3"] {
    margin-left: 25%; }
  .l__col[data-offby480*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby480*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby480*="6"] {
    margin-left: 50%; }
  .l__col[data-offby480*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby480*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby480*="9"] {
    margin-left: 75%; }
  .l__col[data-offby480*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby480*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby480*="12"] {
    margin-left: 100%; }
  .l__col[data-offby480*="false"] {
    margin-left: 0; } }

@media (max-width: 360px) {
  .l__col[data-360*="1"] {
    width: 8.3333333333%; }
  .l__col[data-360*="2"] {
    width: 16.6666666667%; }
  .l__col[data-360*="3"] {
    width: 25%; }
  .l__col[data-360*="4"] {
    width: 33.3333333333%; }
  .l__col[data-360*="5"] {
    width: 41.6666666667%; }
  .l__col[data-360*="6"] {
    width: 50%; }
  .l__col[data-360*="7"] {
    width: 58.3333333333%; }
  .l__col[data-360*="8"] {
    width: 66.6666666667%; }
  .l__col[data-360*="9"] {
    width: 75%; }
  .l__col[data-360*="10"] {
    width: 83.3333333333%; }
  .l__col[data-360*="11"] {
    width: 91.6666666667%; }
  .l__col[data-360*="12"] {
    width: 100%; }
  .l__col[data-offby360*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby360*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby360*="3"] {
    margin-left: 25%; }
  .l__col[data-offby360*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby360*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby360*="6"] {
    margin-left: 50%; }
  .l__col[data-offby360*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby360*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby360*="9"] {
    margin-left: 75%; }
  .l__col[data-offby360*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby360*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby360*="12"] {
    margin-left: 100%; }
  .l__col[data-offby360*="false"] {
    margin-left: 0; } }

.l__row__altlayout .l__col__offby1 {
  margin-right: 8.3333333333%; }

.l__row__altlayout .l__col__offby2 {
  margin-right: 16.6666666667%; }

.l__row__altlayout .l__col__offby3 {
  margin-right: 25%; }

.l__row__altlayout .l__col__offby4 {
  margin-right: 33.3333333333%; }

.l__row__altlayout .l__col__offby5 {
  margin-right: 41.6666666667%; }

.l__row__altlayout .l__col__offby6 {
  margin-right: 50%; }

.l__row__altlayout .l__col__offby7 {
  margin-right: 58.3333333333%; }

.l__row__altlayout .l__col__offby8 {
  margin-right: 66.6666666667%; }

.l__row__altlayout .l__col__offby9 {
  margin-right: 75%; }

.l__row__altlayout .l__col__offby10 {
  margin-right: 83.3333333333%; }

.l__row__altlayout .l__col__offby11 {
  margin-right: 91.6666666667%; }

.l__row__altlayout .l__col__offby12 {
  margin-right: 100%; }

.l__row[data-grid="24"] .l__col__span1 {
  width: 4.1666666667%; }

.l__row[data-grid="24"] .l__col__span2 {
  width: 8.3333333333%; }

.l__row[data-grid="24"] .l__col__span3 {
  width: 12.5%; }

.l__row[data-grid="24"] .l__col__span4 {
  width: 16.6666666667%; }

.l__row[data-grid="24"] .l__col__span5 {
  width: 20.8333333333%; }

.l__row[data-grid="24"] .l__col__span6 {
  width: 25%; }

.l__row[data-grid="24"] .l__col__span7 {
  width: 29.1666666667%; }

.l__row[data-grid="24"] .l__col__span8 {
  width: 33.3333333333%; }

.l__row[data-grid="24"] .l__col__span9 {
  width: 37.5%; }

.l__row[data-grid="24"] .l__col__span10 {
  width: 41.6666666667%; }

.l__row[data-grid="24"] .l__col__span11 {
  width: 45.8333333333%; }

.l__row[data-grid="24"] .l__col__span12 {
  width: 50%; }

.l__row[data-grid="24"] .l__col__span13 {
  width: 54.1666666667%; }

.l__row[data-grid="24"] .l__col__span14 {
  width: 58.3333333333%; }

.l__row[data-grid="24"] .l__col__span15 {
  width: 62.5%; }

.l__row[data-grid="24"] .l__col__span16 {
  width: 66.6666666667%; }

.l__row[data-grid="24"] .l__col__span17 {
  width: 70.8333333333%; }

.l__row[data-grid="24"] .l__col__span18 {
  width: 75%; }

.l__row[data-grid="24"] .l__col__span19 {
  width: 79.1666666667%; }

.l__row[data-grid="24"] .l__col__span20 {
  width: 83.3333333333%; }

.l__row[data-grid="24"] .l__col__span21 {
  width: 87.5%; }

.l__row[data-grid="24"] .l__col__span22 {
  width: 91.6666666667%; }

.l__row[data-grid="24"] .l__col__span23 {
  width: 95.8333333333%; }

.l__row[data-grid="24"] .l__col__span24 {
  width: 100%; }

@media (max-width: 768px) {
  .l__row[data-grid="24"] .l__col[data-768*="1"] {
    width: 4.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="2"] {
    width: 8.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="3"] {
    width: 12.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="4"] {
    width: 16.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="5"] {
    width: 20.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="6"] {
    width: 25%; }
  .l__row[data-grid="24"] .l__col[data-768*="7"] {
    width: 29.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="8"] {
    width: 33.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="9"] {
    width: 37.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="10"] {
    width: 41.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="11"] {
    width: 45.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="12"] {
    width: 50%; }
  .l__row[data-grid="24"] .l__col[data-768*="13"] {
    width: 54.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="14"] {
    width: 58.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="15"] {
    width: 62.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="16"] {
    width: 66.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="17"] {
    width: 70.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="18"] {
    width: 75%; }
  .l__row[data-grid="24"] .l__col[data-768*="19"] {
    width: 79.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="20"] {
    width: 83.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="21"] {
    width: 87.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="22"] {
    width: 91.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="23"] {
    width: 95.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="24"] {
    width: 100%; } }

@media (max-width: 480px) {
  .l__row[data-grid="24"] .l__col[data-480*="1"] {
    width: 4.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="2"] {
    width: 8.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="3"] {
    width: 12.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="4"] {
    width: 16.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="5"] {
    width: 20.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="6"] {
    width: 25%; }
  .l__row[data-grid="24"] .l__col[data-480*="7"] {
    width: 29.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="8"] {
    width: 33.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="9"] {
    width: 37.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="10"] {
    width: 41.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="11"] {
    width: 45.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="12"] {
    width: 50%; }
  .l__row[data-grid="24"] .l__col[data-480*="13"] {
    width: 54.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="14"] {
    width: 58.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="15"] {
    width: 62.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="16"] {
    width: 66.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="17"] {
    width: 70.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="18"] {
    width: 75%; }
  .l__row[data-grid="24"] .l__col[data-480*="19"] {
    width: 79.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="20"] {
    width: 83.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="21"] {
    width: 87.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="22"] {
    width: 91.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="23"] {
    width: 95.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="24"] {
    width: 100%; } }

.l__pushLeft {
  padding-left: 80px; }
  @media (max-width: 1024px) {
    .l__pushLeft {
      padding-left: 0; } }

.l__position--abcenter {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.l__position--flexVertical {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.l__position--flexCenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.l__panel {
  height: 50vh;
  position: relative; }
  .l__panel--full {
    height: 100vh; }

.l__left {
  float: left; }

.l__right {
  float: right; }

.l__error {
  color: #e6332a; }

.l__success {
  color: #005bd2; }

.l__aligncenter {
  text-align: center; }

.l__alignright {
  text-align: right; }

.no-js [data-anim*="fade"] {
  opacity: 1; }

[data-anim*="fade"] {
  opacity: 0; }

[data-anim] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  [data-anim][data-anim__delay="1"] {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  [data-anim][data-anim__duration="1"] {
    -webkit-animation-duration: 0.1s;
            animation-duration: 0.1s; }
  [data-anim][data-anim__delay="2"] {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  [data-anim][data-anim__duration="2"] {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s; }
  [data-anim][data-anim__delay="3"] {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  [data-anim][data-anim__duration="3"] {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s; }
  [data-anim][data-anim__delay="4"] {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  [data-anim][data-anim__duration="4"] {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s; }
  [data-anim][data-anim__delay="5"] {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  [data-anim][data-anim__duration="5"] {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s; }
  [data-anim][data-anim__delay="6"] {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  [data-anim][data-anim__duration="6"] {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s; }
  [data-anim][data-anim__delay="7"] {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  [data-anim][data-anim__duration="7"] {
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s; }
  [data-anim][data-anim__delay="8"] {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  [data-anim][data-anim__duration="8"] {
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s; }
  [data-anim][data-anim__delay="9"] {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  [data-anim][data-anim__duration="9"] {
    -webkit-animation-duration: 0.9s;
            animation-duration: 0.9s; }
  [data-anim][data-anim__delay="10"] {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  [data-anim][data-anim__duration="10"] {
    -webkit-animation-duration: 1s;
            animation-duration: 1s; }
  [data-anim][data-anim__delay="11"] {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s; }
  [data-anim][data-anim__duration="11"] {
    -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s; }
  [data-anim][data-anim__delay="12"] {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
  [data-anim][data-anim__duration="12"] {
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s; }
  [data-anim][data-anim__delay="13"] {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s; }
  [data-anim][data-anim__duration="13"] {
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s; }
  [data-anim][data-anim__delay="14"] {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; }
  [data-anim][data-anim__duration="14"] {
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s; }
  [data-anim][data-anim__delay="15"] {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  [data-anim][data-anim__duration="15"] {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; }
  [data-anim][data-anim__delay="16"] {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s; }
  [data-anim][data-anim__duration="16"] {
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s; }
  [data-anim][data-anim__delay="17"] {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s; }
  [data-anim][data-anim__duration="17"] {
    -webkit-animation-duration: 1.7s;
            animation-duration: 1.7s; }
  [data-anim][data-anim__delay="18"] {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }
  [data-anim][data-anim__duration="18"] {
    -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s; }
  [data-anim][data-anim__delay="19"] {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s; }
  [data-anim][data-anim__duration="19"] {
    -webkit-animation-duration: 1.9s;
            animation-duration: 1.9s; }
  [data-anim][data-anim__delay="20"] {
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  [data-anim][data-anim__duration="20"] {
    -webkit-animation-duration: 2s;
            animation-duration: 2s; }
  [data-anim][data-anim__delay="21"] {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s; }
  [data-anim][data-anim__duration="21"] {
    -webkit-animation-duration: 2.1s;
            animation-duration: 2.1s; }
  [data-anim][data-anim__delay="22"] {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s; }
  [data-anim][data-anim__duration="22"] {
    -webkit-animation-duration: 2.2s;
            animation-duration: 2.2s; }
  [data-anim][data-anim__delay="23"] {
    -webkit-animation-delay: 2.3s;
            animation-delay: 2.3s; }
  [data-anim][data-anim__duration="23"] {
    -webkit-animation-duration: 2.3s;
            animation-duration: 2.3s; }
  [data-anim][data-anim__delay="24"] {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s; }
  [data-anim][data-anim__duration="24"] {
    -webkit-animation-duration: 2.4s;
            animation-duration: 2.4s; }
  [data-anim][data-anim__delay="25"] {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s; }
  [data-anim][data-anim__duration="25"] {
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s; }
  [data-anim][data-anim__delay="26"] {
    -webkit-animation-delay: 2.6s;
            animation-delay: 2.6s; }
  [data-anim][data-anim__duration="26"] {
    -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s; }
  [data-anim][data-anim__delay="27"] {
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s; }
  [data-anim][data-anim__duration="27"] {
    -webkit-animation-duration: 2.7s;
            animation-duration: 2.7s; }
  [data-anim][data-anim__delay="28"] {
    -webkit-animation-delay: 2.8s;
            animation-delay: 2.8s; }
  [data-anim][data-anim__duration="28"] {
    -webkit-animation-duration: 2.8s;
            animation-duration: 2.8s; }
  [data-anim][data-anim__delay="29"] {
    -webkit-animation-delay: 2.9s;
            animation-delay: 2.9s; }
  [data-anim][data-anim__duration="29"] {
    -webkit-animation-duration: 2.9s;
            animation-duration: 2.9s; }
  [data-anim][data-anim__delay="30"] {
    -webkit-animation-delay: 3s;
            animation-delay: 3s; }
  [data-anim][data-anim__duration="30"] {
    -webkit-animation-duration: 3s;
            animation-duration: 3s; }
  [data-anim][data-anim__delay="31"] {
    -webkit-animation-delay: 3.1s;
            animation-delay: 3.1s; }
  [data-anim][data-anim__duration="31"] {
    -webkit-animation-duration: 3.1s;
            animation-duration: 3.1s; }
  [data-anim][data-anim__delay="32"] {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s; }
  [data-anim][data-anim__duration="32"] {
    -webkit-animation-duration: 3.2s;
            animation-duration: 3.2s; }
  [data-anim][data-anim__delay="33"] {
    -webkit-animation-delay: 3.3s;
            animation-delay: 3.3s; }
  [data-anim][data-anim__duration="33"] {
    -webkit-animation-duration: 3.3s;
            animation-duration: 3.3s; }
  [data-anim][data-anim__delay="34"] {
    -webkit-animation-delay: 3.4s;
            animation-delay: 3.4s; }
  [data-anim][data-anim__duration="34"] {
    -webkit-animation-duration: 3.4s;
            animation-duration: 3.4s; }
  [data-anim][data-anim__delay="35"] {
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s; }
  [data-anim][data-anim__duration="35"] {
    -webkit-animation-duration: 3.5s;
            animation-duration: 3.5s; }
  [data-anim][data-anim__delay="36"] {
    -webkit-animation-delay: 3.6s;
            animation-delay: 3.6s; }
  [data-anim][data-anim__duration="36"] {
    -webkit-animation-duration: 3.6s;
            animation-duration: 3.6s; }
  [data-anim][data-anim__delay="37"] {
    -webkit-animation-delay: 3.7s;
            animation-delay: 3.7s; }
  [data-anim][data-anim__duration="37"] {
    -webkit-animation-duration: 3.7s;
            animation-duration: 3.7s; }
  [data-anim][data-anim__delay="38"] {
    -webkit-animation-delay: 3.8s;
            animation-delay: 3.8s; }
  [data-anim][data-anim__duration="38"] {
    -webkit-animation-duration: 3.8s;
            animation-duration: 3.8s; }
  [data-anim][data-anim__delay="39"] {
    -webkit-animation-delay: 3.9s;
            animation-delay: 3.9s; }
  [data-anim][data-anim__duration="39"] {
    -webkit-animation-duration: 3.9s;
            animation-duration: 3.9s; }
  [data-anim][data-anim__delay="40"] {
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
  [data-anim][data-anim__duration="40"] {
    -webkit-animation-duration: 4s;
            animation-duration: 4s; }
  [data-anim][data-anim__delay="41"] {
    -webkit-animation-delay: 4.1s;
            animation-delay: 4.1s; }
  [data-anim][data-anim__duration="41"] {
    -webkit-animation-duration: 4.1s;
            animation-duration: 4.1s; }
  [data-anim][data-anim__delay="42"] {
    -webkit-animation-delay: 4.2s;
            animation-delay: 4.2s; }
  [data-anim][data-anim__duration="42"] {
    -webkit-animation-duration: 4.2s;
            animation-duration: 4.2s; }
  [data-anim][data-anim__delay="43"] {
    -webkit-animation-delay: 4.3s;
            animation-delay: 4.3s; }
  [data-anim][data-anim__duration="43"] {
    -webkit-animation-duration: 4.3s;
            animation-duration: 4.3s; }
  [data-anim][data-anim__delay="44"] {
    -webkit-animation-delay: 4.4s;
            animation-delay: 4.4s; }
  [data-anim][data-anim__duration="44"] {
    -webkit-animation-duration: 4.4s;
            animation-duration: 4.4s; }
  [data-anim][data-anim__delay="45"] {
    -webkit-animation-delay: 4.5s;
            animation-delay: 4.5s; }
  [data-anim][data-anim__duration="45"] {
    -webkit-animation-duration: 4.5s;
            animation-duration: 4.5s; }
  [data-anim][data-anim__delay="46"] {
    -webkit-animation-delay: 4.6s;
            animation-delay: 4.6s; }
  [data-anim][data-anim__duration="46"] {
    -webkit-animation-duration: 4.6s;
            animation-duration: 4.6s; }
  [data-anim][data-anim__delay="47"] {
    -webkit-animation-delay: 4.7s;
            animation-delay: 4.7s; }
  [data-anim][data-anim__duration="47"] {
    -webkit-animation-duration: 4.7s;
            animation-duration: 4.7s; }
  [data-anim][data-anim__delay="48"] {
    -webkit-animation-delay: 4.8s;
            animation-delay: 4.8s; }
  [data-anim][data-anim__duration="48"] {
    -webkit-animation-duration: 4.8s;
            animation-duration: 4.8s; }
  [data-anim][data-anim__delay="49"] {
    -webkit-animation-delay: 4.9s;
            animation-delay: 4.9s; }
  [data-anim][data-anim__duration="49"] {
    -webkit-animation-duration: 4.9s;
            animation-duration: 4.9s; }
  [data-anim][data-anim__delay="50"] {
    -webkit-animation-delay: 5s;
            animation-delay: 5s; }
  [data-anim][data-anim__duration="50"] {
    -webkit-animation-duration: 5s;
            animation-duration: 5s; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadein"] {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadebounce"] {
    -webkit-animation-name: fadeBounce;
            animation-name: fadeBounce; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadescale"] {
    -webkit-animation-name: fadeScale;
            animation-name: fadeScale; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadedownfromtop"] {
    -webkit-animation-name: fadeDownFromTop;
            animation-name: fadeDownFromTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="stroke"] {
    -webkit-animation-name: strokeAnim;
            animation-name: strokeAnim; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideup"] {
    -webkit-animation-name: slideUp;
            animation-name: slideUp; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideupmax"] {
    -webkit-animation-name: slideUpMax;
            animation-name: slideUpMax; }
  [data-anim][data-anim__animate="true"][data-anim~="fadein"] {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn; }
  [data-anim][data-anim__animate="true"][data-anim~="fadebounce"] {
    -webkit-animation-name: fadeBounce;
            animation-name: fadeBounce; }
  [data-anim][data-anim__animate="true"][data-anim~="fadescale"] {
    -webkit-animation-name: fadeScale;
            animation-name: fadeScale; }
  [data-anim][data-anim__animate="true"][data-anim~="fadedownfromtop"] {
    -webkit-animation-name: fadeDownFromTop;
            animation-name: fadeDownFromTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideup"] {
    -webkit-animation-name: slideUp;
            animation-name: slideUp; }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideupmax"] {
    -webkit-animation-name: slideUpMax;
            animation-name: slideUpMax;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  [data-anim][data-anim__animate="true"][data-anim~="stroke"] {
    -webkit-animation-name: strokeAnim;
            animation-name: strokeAnim; }
  [data-anim][data-anim__iteration="infinte"] {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05); }
  95% {
    -webkit-transform: scale(1.025); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  95% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(500px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

img {
  display: inline-block;
  max-width: 100%;
  width: auto; }
  img.left {
    margin: 0.625em 0.625em 0 0; }
  img.right {
    margin: 0.625em 0 0 0.625em; }

blockquote {
  border-left: 1px solid #005bd2;
  color: #005bd2;
  font-size: 1.733333333333333em;
  font-style: normal;
  line-height: 1.2em;
  margin: 1.923076923076923em 0;
  padding: 0.5769230769230769em; }
  blockquote footer {
    font-size: 0.5em;
    line-height: 1.230769230769231em;
    padding-top: 1.153846153846154em;
    text-align: right; }
    blockquote footer cite {
      font-style: italic; }
    blockquote footer span {
      display: block; }

hr {
  background-color: #005bd2;
  border: 0;
  height: 2px;
  margin: 3.125em 0; }
  hr.subsplit {
    height: 1px;
    margin: 1.5625em auto;
    width: 50%; }

em {
  background-color: #005bd2;
  color: white;
  font-size: 0.75em;
  font-style: normal;
  padding: 2px; }

fieldset {
  border: 0; }

legend {
  display: none; }

.abfill {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.i__svg {
  display: block; }
  .i__svg svg {
    display: block;
    height: 100%;
    width: 100%; }

body.active {
  overflow: hidden; }

.g__header__container {
  background: white;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 9999; }

.g__header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-height: 80px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 200px;
  top: 52.5%; }
  .g__header__logo a {
    display: block;
    margin: 0 auto; }
  @media (max-width: 500px) {
    .g__header__logo img {
      max-width: 150px;
      height: auto;
      display: block;
      margin: 0 auto; } }

.g__header__search {
  position: relative;
  width: 33.3333%;
  float: right;
  top: 40px;
  cursor: pointer; }
  .g__header__search__icon {
    background-image: url("/wp-content/uploads/2018/07/group.png");
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.g__header__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 70px;
  float: left;
  width: 33.3%; }

.g__page__header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  min-height: 320px; }
  .g__page__header.background-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.45) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.45) 100%); }
  .g__page__header.background-image .breadcrumbs p {
    color: white; }
  .g__page__header.background-image .breadcrumbs a {
    color: white; }
  .g__page__header.background-image .breadcrumbs span {
    color: white; }
  .g__page__header.background-image h1 {
    position: relative;
    color: white; }
  .g__page__header.background-image p {
    position: relative;
    color: white; }
  .g__page__header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .g__page__header__content--flexLeft {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 320px;
      height: 320px; }

.g__header__navigation--container {
  height: 100%; }
  .g__header__navigation--container .header-menu {
    width: 180px;
    position: relative;
    border-right: 1px solid #ebebeb;
    height: 100%; }
    @media (max-width: 1024px) {
      .g__header__navigation--container .header-menu {
        border-right: 0;
        width: auto; } }
    .g__header__navigation--container .header-menu li:active .sub-menu, .g__header__navigation--container .header-menu li:focus .sub-menu, .g__header__navigation--container .header-menu li:hover .sub-menu {
      display: block; }
      @media (max-width: 1024px) {
        .g__header__navigation--container .header-menu li:active .sub-menu, .g__header__navigation--container .header-menu li:focus .sub-menu, .g__header__navigation--container .header-menu li:hover .sub-menu {
          display: none; } }
      .g__header__navigation--container .header-menu li:active .sub-menu.active, .g__header__navigation--container .header-menu li:focus .sub-menu.active, .g__header__navigation--container .header-menu li:hover .sub-menu.active {
        display: block; }
    .g__header__navigation--container .header-menu .sub-menu {
      position: absolute;
      display: none;
      top: 0;
      left: 100%;
      right: 0;
      margin: 0;
      width: -webkit-calc(50vw - 360px);
      width: calc(50vw - 360px);
      list-style: none;
      max-height: 101%;
      overflow: auto;
      padding: 0 20px; }
      @media (max-width: 1024px) {
        .g__header__navigation--container .header-menu .sub-menu {
          position: relative;
          width: 100%;
          left: 0;
          top: 0;
          padding-left: 0; } }
      @media (max-width: 1024px) {
        .g__header__navigation--container .header-menu .sub-menu li {
          border: 0; } }
      .g__header__navigation--container .header-menu .sub-menu li a {
        margin-left: 0; }
        @media (max-width: 1024px) {
          .g__header__navigation--container .header-menu .sub-menu li a {
            font-size: 14px; }
            .g__header__navigation--container .header-menu .sub-menu li a:after {
              content: ''; } }
        .g__header__navigation--container .header-menu .sub-menu li a:before {
          content: ''; }

@media screen and (min-width: 1024px) {
  .menu-open-desktop {
    display: block !important; } }

.menu-header-menu-container {
  height: 100%; }

.c__module__pagelinks {
  margin: 40px 0px;
  margin-bottom: 70px; }
  @media (max-width: 768px) {
    .c__module__pagelinks {
      margin: 0;
      margin-bottom: 35px; } }
  .c__module__pagelinks--links {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 360px;
    max-height: 360px;
    margin-bottom: 6px;
    background-color: #444444; }
    .c__module__pagelinks--links::before {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 50; }
    .c__module__pagelinks--links__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 20px 0;
      height: 100%;
      z-index: 100; }
      .c__module__pagelinks--links__content h2 {
        font-size: 20px;
        font-weight: 900;
        line-height: 1.85;
        color: #ffffff;
        text-transform: uppercase; }
    .c__module__pagelinks--links a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }

.g__footer__container {
  padding: 20px 0;
  background-color: #001B59; }
  .g__footer__container ul li {
    display: inline-block;
    margin-right: 15px; }
    @media (max-width: 768px) {
      .g__footer__container ul li {
        margin: 0;
        width: 100%;
        float: left;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        text-align: center;
        padding-bottom: 5px; } }
    .g__footer__container ul li a {
      color: white;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase; }

.g__footer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 50px;
  max-height: 50px;
  float: left;
  width: 75%; }
  @media (max-width: 768px) {
    .g__footer__flex {
      display: block;
      position: relative;
      width: 50%;
      float: left;
      margin-right: 0;
      max-height: none; } }

.g__footer__social {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 25%;
  text-align: right; }
  @media (max-width: 768px) {
    .g__footer__social {
      display: block;
      width: 50%; } }
  .g__footer__social a {
    margin-right: 15px; }
    .g__footer__social a:last-of-type {
      margin-right: 0; }
    @media (max-width: 768px) {
      .g__footer__social a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 0;
        margin-bottom: 20px; } }

.g__copyright__container {
  padding: 10px 0; }

.g__copyright__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  float: left;
  width: 22%;
  margin-right: 4%; }
  @media (max-width: 650px) {
    .g__copyright__flex {
      position: relative;
      display: block;
      width: 100%;
      margin-right: 0; } }
  .g__copyright__flex:last-of-type {
    margin-right: 0; }
  .g__copyright__flex p {
    font-size: 14px;
    line-height: 2.85;
    color: #505050;
    margin: 0;
    padding: 0; }
    @media (max-width: 650px) {
      .g__copyright__flex p {
        text-align: center; } }
  .g__copyright__flex a {
    font-size: 14px;
    line-height: 2.85;
    color: #505050;
    margin: 0;
    padding: 0;
    margin-right: 15px; }
    .g__copyright__flex a:last-of-type {
      margin-right: 0; }

.g__copyright__links {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 74% !important; }
  @media (max-width: 650px) {
    .g__copyright__links {
      position: relative;
      display: block;
      width: 100% !important; }
      .g__copyright__links a {
        width: 50%;
        float: left;
        display: block;
        text-align: center;
        margin-right: 0; } }

@media (max-width: 768px) {
  g__copyright__flex g__copyright__links.desktop {
    display: none; } }

@media (max-width: 768px) {
  g__copyright__flex g__copyright__links.mobile {
    display: none; } }

.c__block {
  margin-bottom: 3.125em; }
  .c__block__section__teammember img {
    height: auto;
    width: 100%; }
  .c__block__section__teammember--padding {
    padding-left: 80px; }
    @media (max-width: 768px) {
      .c__block__section__teammember--padding {
        padding-left: 30px; } }
    @media (max-width: 480px) {
      .c__block__section__teammember--padding {
        padding-left: 0; } }
    .c__block__section__teammember--padding h1 {
      padding-top: 25px; }
    .c__block__section__teammember--padding h4 {
      font-size: 25px;
      font-weight: 300; }
  .c__block__image__standard {
    display: block;
    position: relative;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 480px; }
  .c__block__splitComponents {
    display: block;
    position: relative;
    padding: 20px 0;
    margin: 0; }
    @media (max-width: 768px) {
      .c__block__splitComponents.deactivate {
        display: none !important; } }
  .c__block__innerContainer {
    padding: 20px; }
  .c__block__content {
    font-size: 16px; }
    .c__block__content h2 {
      color: #001B59;
      font-size: 25px;
      font-weight: normal; }
  .c__block__items__item {
    display: block;
    margin-bottom: 25px; }
    .c__block__items__item h4 {
      color: #001B59;
      font-size: 25px;
      text-transform: none;
      font-weight: normal;
      margin-bottom: 15px; }
    .c__block__items__item p {
      font-size: 20px;
      font-weight: normal;
      margin: 0; }

.c__page {
  display: block;
  width: 100%; }
  .c__page__contain {
    position: relative;
    display: block;
    padding: 45px 0; }
    @media (max-width: 1024px) {
      .c__page__contain {
        padding: 25px 0; } }

greyBG {
  background-color: #f0f0f0; }

.no__shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none; }

.no__bold {
  font-weight: normal; }

.blueHeader {
  color: #001B59;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 30px;
  text-transform: none;
  text-align: center; }

.bluetitle {
  color: #001B59 !important;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: none; }

/* Slider carousel */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-active:focus, .slick-active:active {
  outline: none; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .slick-dots::after {
    content: "";
    clear: both;
    display: table; }
  .slick-dots li {
    float: left;
    height: 15px;
    line-height: 1em;
    margin: 0;
    padding: 0;
    width: 15px; }
    .slick-dots li button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: #cbcbcb;
      border: 0;
      border-radius: 50%;
      display: block;
      height: 15px;
      margin: 0;
      padding: 0;
      text-indent: -9999px;
      width: 15px; }
      .slick-dots li button:active, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background-color: #958202; }
    .slick-dots li:not(:last-child) {
      margin-right: 10px; }

.slick-number-pagination {
  background-color: #313131;
  font-size: 0.75em;
  line-height: 1em;
  left: 0;
  padding: 1em 0.3333333333em;
  position: absolute;
  top: 0; }

.m__modal {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200; }
  .m__modal__wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .m__modal__content {
    background-color: white;
    border-radius: 5px;
    left: 50%;
    max-height: 95%;
    max-height: -webkit-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    padding: 3.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 640px; }
    .m__modal__content .modal__close {
      padding: 5px;
      position: absolute;
      right: 0.5em;
      top: 0.5em; }
    .m__modal__content .modal__title {
      color: #005bd2;
      font-size: 1.25em;
      line-height: 1.32em;
      padding: 0 2em 2em; }
      .m__modal__content .modal__title * {
        margin: 0; }

.btn, input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1428571429em;
  padding: 1em 1.7857142857em;
  text-align: center;
  text-transform: uppercase; }

.btn--standard, input[type="submit"] {
  background: #958202;
  color: white;
  padding: 20px 38px;
  min-width: 250px; }
  @media (max-width: 400px) {
    .btn--standard, input[type="submit"] {
      min-width: 100%; } }
  .btn--standard:hover, input[type="submit"]:hover {
    background-color: #635601; }

.btn--map {
  background: #00040d;
  color: white;
  padding: 15px 30px;
  width: 50%;
  text-transform: none; }
  @media (max-width: 1024px) {
    .btn--map {
      width: 100%; } }
  .btn--map:hover {
    background-color: black; }
  .btn--map.active {
    background-color: #958202; }
    .btn--map.active:hover {
      background-color: #4a4001; }

.btn--tab {
  padding: 10px 0;
  margin: 0 10px;
  min-width: 280px;
  position: relative;
  background: transparent;
  outline: none;
  border: none;
  color: #858584;
  font-size: 25px;
  text-transform: none;
  -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
  cursor: pointer; }
  @media (max-width: 870px) {
    .btn--tab {
      min-width: auto;
      margin: 0 15px !important; } }
  @media (min-width: 769px) {
    .btn--tab:hover {
      color: #001B59; }
      .btn--tab:hover::after {
        content: '';
        border-bottom: 2px solid #958202;
        position: absolute;
        bottom: 0;
        left: 30px;
        right: 30px; } }
  .btn--tab.active {
    color: #001B59; }
    .btn--tab.active::after {
      content: '';
      border-bottom: 1px solid #958202;
      border-bottom: 2px solid #958202;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }

.btn--link {
  background: transparent;
  font-size: 20px;
  font-weight: 900;
  color: white;
  border: none;
  outline: none;
  text-align: left;
  z-index: 200; }
  .btn--link::before {
    content: '';
    background-image: url("/wp-content/uploads/2018/07/Right_Arrow.svg");
    background-repeat: no-repeat;
    width: 50px;
    height: 25px;
    position: relative;
    padding: 0 10px;
    top: 3px; }

.btn--linkGoldenArrow {
  position: relative;
  background: transparent;
  font-size: 22px;
  font-weight: 900;
  color: white;
  border: none;
  outline: none;
  padding: 0;
  text-align: left;
  text-transform: none; }
  .btn--linkGoldenArrow::before {
    content: '';
    background-image: url("/wp-content/themes/mw-desco/library/images/gold_arrow.svg");
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #958202;
    position: absolute;
    font-size: 1.2em;
    padding: 0 5px;
    width: 8px;
    height: 16px;
    left: -15px; }
  @media (max-width: 1024px) {
    .btn--linkGoldenArrow {
      font-size: 20px;
      text-align: left; } }

.btn--alt {
  background: transparent;
  color: white;
  border: 1px solid white; }
  .btn--alt:hover {
    background-color: #e6e5e5; }

.btn--news {
  background: transparent;
  color: #001B59;
  border: 1px solid #001B59;
  margin-top: 15px; }
  .btn--news:hover {
    color: white;
    background-color: #000c26; }

.btn--opaque {
  background: rgba(0, 0, 0, 0.2);
  color: white; }
  .btn--opaque:hover {
    background-color: rgba(0, 0, 0, 0.3); }

.btn--progress {
  padding-right: 4.0625em;
  position: relative; }
  .btn--progress::after {
    background-image: url(https://www.desco.uk.com/wp-content/themes/mw-desco/library/images/icons/progress-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    height: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px; }
  .btn--progress:hover::after {
    -webkit-transform: translateY(-50%) translateX(5px);
        -ms-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px); }

.btn--full {
  display: block;
  width: 100%; }

.btn:hover, input[type="submit"]:hover {
  text-decoration: none; }

.tabbing.active {
  display: none !important; }

.g__header__navigation {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: white; }
  @media (max-width: 1024px) {
    .g__header__navigation {
      top: 80px; }
      .g__header__navigation.active {
        overflow: scroll;
        max-height: 1024px; } }
  @media (max-width: 768px) {
    .g__header__navigation.active {
      max-height: 88vh;
      height: 100%; } }
  .g__header__navigation .mw-menu-close {
    position: absolute;
    top: 75px;
    left: 120px; }
    @media (max-width: 1024px) {
      .g__header__navigation .mw-menu-close {
        display: none !important; } }
  .g__header__navigation--search .search-form {
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .g__header__navigation--search .search-form {
        margin-bottom: 35px; } }
    .g__header__navigation--search .search-form .search-form__input-wrap {
      position: relative; }
      .g__header__navigation--search .search-form .search-form__input-wrap:before {
        content: url("https://www.desco.uk.com/wp-content/themes/mw-desco/library/images/search.png");
        position: absolute;
        height: 20px;
        width: 20px;
        left: 18px;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
                transform: translate(0%, -50%); }
    .g__header__navigation--search .search-form input {
      height: 65px;
      border-radius: 35.5px;
      border: solid 2px #ebebeb;
      padding: 15px 15px 15px 45px;
      width: 100%; }
      .g__header__navigation--search .search-form input::-webkit-input-placeholder {
        font-size: 18px;
        color: #444444; }
      .g__header__navigation--search .search-form input:-moz-placeholder {
        font-size: 18px;
        color: #444444; }
      .g__header__navigation--search .search-form input::-moz-placeholder {
        font-size: 18px;
        color: #444444; }
      .g__header__navigation--search .search-form input:-ms-input-placeholder {
        font-size: 18px;
        color: #444444; }
  .g__header__navigation--container {
    width: 50%;
    float: left;
    padding: 150px 50px 150px 100px; }
    @media (max-width: 1024px) {
      .g__header__navigation--container {
        width: 100%;
        padding: 20px; } }
    .g__header__navigation--container ul {
      margin-left: 25px; }
      @media (max-width: 1024px) {
        .g__header__navigation--container ul {
          margin-left: 0; } }
      @media (max-width: 1024px) {
        .g__header__navigation--container ul li {
          border-bottom: 2px solid #ececec;
          position: relative; } }
      .g__header__navigation--container ul li img {
        display: none; }
        @media (max-width: 1024px) {
          .g__header__navigation--container ul li img {
            display: block;
            position: absolute;
            top: 28px;
            right: 0;
            padding: 0 15px;
            cursor: pointer;
            -webkit-transition: 0.4s ease;
                    transition: 0.4s ease;
            -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            z-index: 9999; } }
        .g__header__navigation--container ul li img.active {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          top: 19px; }
      .g__header__navigation--container ul li:last-of-type {
        border-bottom: 0; }
      .g__header__navigation--container ul li a {
        font-size: 16px;
        font-weight: 600;
        line-height: 2.31;
        color: #444444;
        margin-left: 20px;
        position: relative; }
        @media (max-width: 1024px) {
          .g__header__navigation--container ul li a {
            margin-left: 0;
            display: block;
            padding: 10px;
            max-width: 90%; } }
        .g__header__navigation--container ul li a:hover {
          color: #958202; }
        .g__header__navigation--container ul li a:before {
          content: url("https://www.desco.uk.com/wp-content/themes/mw-desco/library/images/gold_arrow.svg");
          color: #958202;
          position: absolute;
          left: -20px;
          top: 50%;
          -webkit-transform: translate(0%, -50%);
              -ms-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          font-weight: 600; }
          @media (max-width: 1024px) {
            .g__header__navigation--container ul li a:before {
              content: ''; } }
  .g__header__navigation--image {
    width: 50%;
    float: left; }
    @media (max-width: 1024px) {
      .g__header__navigation--image {
        display: none; } }
  .g__header__navigation.active {
    display: block; }

.menu-label {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  margin: 0 15px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700; }
  @media (max-width: 480px) {
    .menu-label {
      display: none; } }

.h-menu-toggle__btn {
  -webkit-transition: 0.6s ease-in-out;
          transition: 0.6s ease-in-out; }
  .h-menu-toggle__btn span {
    border-radius: 2px;
    height: 4px;
    width: 50px;
    background: #001B59;
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
            transition: transform 0.4s;
    margin: 10px auto 10px auto; }
  .h-menu-toggle__btn span:nth-of-type(3) {
    width: 32px;
    text-align: left;
    margin: 0; }
  .h-menu-toggle__btn.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
        -ms-transform: rotate(45deg) translate(3px, 3px);
            transform: rotate(45deg) translate(3px, 3px); }
    @media (max-width: 1024px) {
      .h-menu-toggle__btn.active span:nth-of-type(1) {
        width: 33px; } }
  .h-menu-toggle__btn.active span:nth-of-type(2) {
    display: none; }
  .h-menu-toggle__btn.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
        -ms-transform: rotate(-45deg) translate(7px, -7px);
            transform: rotate(-45deg) translate(7px, -7px);
    width: 33px; }

.nav-image {
  display: none;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative; }
  .nav-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25); }
  .nav-image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; }
  .nav-image .nav-image-container {
    position: absolute;
    bottom: 30px;
    left: 130px;
    padding-right: 30px; }
    .nav-image .nav-image-container::before {
      content: '';
      background-image: url("/wp-content/uploads/2018/08/Circle.svg");
      background-repeat: no-repeat;
      width: 50px;
      height: 50px;
      position: absolute;
      left: -75px; }
  .nav-image h2 {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 1.32;
    text-transform: none; }
  .nav-image p {
    font-size: 14px;
    font-weight: 900;
    line-height: 2.36;
    color: white;
    text-transform: uppercase; }
  .nav-image.active {
    display: block;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
    .nav-image.active[data-anim__animate="true"] {
      -webkit-animation-name: slideUp;
              animation-name: slideUp; }

.dpj-pagination {
  margin-top: 20px; }
  .dpj-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .dpj-pagination ul li {
      display: inline;
      padding: 10px; }
      .dpj-pagination ul li:first-of-type {
        padding: 10px 10px 10px 0px; }

input, label, textarea, select {
  display: block;
  width: 100%;
  min-height: 70px; }

label {
  font-size: 0.7125em;
  font-weight: 600; }

#gform_wrapper_3 form .gform_footer.top_label {
  position: relative;
  display: block;
  clear: both;
  padding: 15px 0; }

.grey_input input, #gform_wrapper_1 form .gform_body .gform_fields li input,
#gform_wrapper_3 form .gform_body .gform_fields li input, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li input, .grey_input textarea, #gform_wrapper_1 form .gform_body .gform_fields li textarea,
#gform_wrapper_3 form .gform_body .gform_fields li textarea, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li textarea, .grey_input select, #gform_wrapper_1 form .gform_body .gform_fields li select,
#gform_wrapper_3 form .gform_body .gform_fields li select, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #ebebeb;
  border-radius: 0;
  margin: 0;
  padding: 10px !important;
  -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; }
  .grey_input input::-webkit-input-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li input::-webkit-input-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li input::-webkit-input-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li input::-webkit-input-placeholder, .grey_input textarea::-webkit-input-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li textarea::-webkit-input-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li textarea::-webkit-input-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li textarea::-webkit-input-placeholder, .grey_input select::-webkit-input-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li select::-webkit-input-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li select::-webkit-input-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select::-webkit-input-placeholder {
    color: #001B59;
    font-size: 18px; }
  .grey_input input:-moz-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li input:-moz-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li input:-moz-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li input:-moz-placeholder, .grey_input textarea:-moz-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li textarea:-moz-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li textarea:-moz-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li textarea:-moz-placeholder, .grey_input select:-moz-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li select:-moz-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li select:-moz-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select:-moz-placeholder {
    color: #001B59;
    font-size: 18px; }
  .grey_input input::-moz-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li input::-moz-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li input::-moz-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li input::-moz-placeholder, .grey_input textarea::-moz-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li textarea::-moz-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li textarea::-moz-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li textarea::-moz-placeholder, .grey_input select::-moz-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li select::-moz-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li select::-moz-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select::-moz-placeholder {
    color: #001B59;
    font-size: 18px; }
  .grey_input input:-ms-input-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li input:-ms-input-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li input:-ms-input-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li input:-ms-input-placeholder, .grey_input textarea:-ms-input-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li textarea:-ms-input-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li textarea:-ms-input-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li textarea:-ms-input-placeholder, .grey_input select:-ms-input-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li select:-ms-input-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li select:-ms-input-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select:-ms-input-placeholder {
    color: #001B59;
    font-size: 18px; }
  .grey_input input:hover, #gform_wrapper_1 form .gform_body .gform_fields li input:hover,
  #gform_wrapper_3 form .gform_body .gform_fields li input:hover, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li input:hover, .grey_input input:active, #gform_wrapper_1 form .gform_body .gform_fields li input:active,
  #gform_wrapper_3 form .gform_body .gform_fields li input:active, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li input:active, .grey_input input:focus, #gform_wrapper_1 form .gform_body .gform_fields li input:focus,
  #gform_wrapper_3 form .gform_body .gform_fields li input:focus, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li input:focus, .grey_input textarea:hover, #gform_wrapper_1 form .gform_body .gform_fields li textarea:hover,
  #gform_wrapper_3 form .gform_body .gform_fields li textarea:hover, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li textarea:hover, .grey_input textarea:active, #gform_wrapper_1 form .gform_body .gform_fields li textarea:active,
  #gform_wrapper_3 form .gform_body .gform_fields li textarea:active, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li textarea:active, .grey_input textarea:focus, #gform_wrapper_1 form .gform_body .gform_fields li textarea:focus,
  #gform_wrapper_3 form .gform_body .gform_fields li textarea:focus, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li textarea:focus, .grey_input select:hover, #gform_wrapper_1 form .gform_body .gform_fields li select:hover,
  #gform_wrapper_3 form .gform_body .gform_fields li select:hover, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select:hover, .grey_input select:active, #gform_wrapper_1 form .gform_body .gform_fields li select:active,
  #gform_wrapper_3 form .gform_body .gform_fields li select:active, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select:active, .grey_input select:focus, #gform_wrapper_1 form .gform_body .gform_fields li select:focus,
  #gform_wrapper_3 form .gform_body .gform_fields li select:focus, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select:focus {
    font-size: 18px;
    color: #958202;
    border: 1px solid #958202;
    outline: none; }

.grey_input select, #gform_wrapper_1 form .gform_body .gform_fields li select,
#gform_wrapper_3 form .gform_body .gform_fields li select, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select {
  border: none;
  background-color: #ebebeb;
  border-radius: 0;
  margin: 0;
  padding: 10px !important;
  -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; }
  .grey_input select::-webkit-input-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li select::-webkit-input-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li select::-webkit-input-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select::-webkit-input-placeholder {
    color: #001B59;
    font-size: 18px; }
  .grey_input select:-moz-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li select:-moz-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li select:-moz-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select:-moz-placeholder {
    color: #001B59;
    font-size: 18px; }
  .grey_input select::-moz-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li select::-moz-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li select::-moz-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select::-moz-placeholder {
    color: #001B59;
    font-size: 18px; }
  .grey_input select:-ms-input-placeholder, #gform_wrapper_1 form .gform_body .gform_fields li select:-ms-input-placeholder,
  #gform_wrapper_3 form .gform_body .gform_fields li select:-ms-input-placeholder, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select:-ms-input-placeholder {
    color: #001B59;
    font-size: 18px; }
  .grey_input select:hover, #gform_wrapper_1 form .gform_body .gform_fields li select:hover,
  #gform_wrapper_3 form .gform_body .gform_fields li select:hover, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select:hover, .grey_input select:active, #gform_wrapper_1 form .gform_body .gform_fields li select:active,
  #gform_wrapper_3 form .gform_body .gform_fields li select:active, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select:active, .grey_input select:focus, #gform_wrapper_1 form .gform_body .gform_fields li select:focus,
  #gform_wrapper_3 form .gform_body .gform_fields li select:focus, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li select:focus {
    font-size: 18px;
    color: #958202;
    border: 1px solid #958202;
    outline: none; }

.white_input input, .gform_wrapper form .gform_body .gform_fields li input, .white_input textarea, .gform_wrapper form .gform_body .gform_fields li textarea, .white_input select, .gform_wrapper form .gform_body .gform_fields li select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 10px !important;
  font-size: 18px;
  color: #001B59; }
  .white_input input::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields li input::-webkit-input-placeholder, .white_input textarea::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields li textarea::-webkit-input-placeholder, .white_input select::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields li select::-webkit-input-placeholder {
    color: #001B59;
    font-size: 18px; }
  .white_input input:-moz-placeholder, .gform_wrapper form .gform_body .gform_fields li input:-moz-placeholder, .white_input textarea:-moz-placeholder, .gform_wrapper form .gform_body .gform_fields li textarea:-moz-placeholder, .white_input select:-moz-placeholder, .gform_wrapper form .gform_body .gform_fields li select:-moz-placeholder {
    color: #001B59;
    font-size: 18px; }
  .white_input input::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields li input::-moz-placeholder, .white_input textarea::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields li textarea::-moz-placeholder, .white_input select::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields li select::-moz-placeholder {
    color: #001B59;
    font-size: 18px; }
  .white_input input:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields li input:-ms-input-placeholder, .white_input textarea:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields li textarea:-ms-input-placeholder, .white_input select:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields li select:-ms-input-placeholder {
    color: #001B59;
    font-size: 18px; }
  .white_input input:hover, .gform_wrapper form .gform_body .gform_fields li input:hover, .white_input input:active, .gform_wrapper form .gform_body .gform_fields li input:active, .white_input input:focus, .gform_wrapper form .gform_body .gform_fields li input:focus, .white_input textarea:hover, .gform_wrapper form .gform_body .gform_fields li textarea:hover, .white_input textarea:active, .gform_wrapper form .gform_body .gform_fields li textarea:active, .white_input textarea:focus, .gform_wrapper form .gform_body .gform_fields li textarea:focus, .white_input select:hover, .gform_wrapper form .gform_body .gform_fields li select:hover, .white_input select:active, .gform_wrapper form .gform_body .gform_fields li select:active, .white_input select:focus, .gform_wrapper form .gform_body .gform_fields li select:focus {
    font-size: 18px;
    color: #958202;
    border: 1px solid #958202;
    outline: none !important;
    padding: 10px 0;
    margin: 0; }

.white_input select, .gform_wrapper form .gform_body .gform_fields li select {
  border: none;
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 10px !important;
  -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; }
  .white_input select::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields li select::-webkit-input-placeholder {
    color: #001B59;
    font-size: 18px; }
  .white_input select:-moz-placeholder, .gform_wrapper form .gform_body .gform_fields li select:-moz-placeholder {
    color: #001B59;
    font-size: 18px; }
  .white_input select::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields li select::-moz-placeholder {
    color: #001B59;
    font-size: 18px; }
  .white_input select:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields li select:-ms-input-placeholder {
    color: #001B59;
    font-size: 18px; }
  .white_input select:hover, .gform_wrapper form .gform_body .gform_fields li select:hover, .white_input select:active, .gform_wrapper form .gform_body .gform_fields li select:active, .white_input select:focus, .gform_wrapper form .gform_body .gform_fields li select:focus {
    font-size: 18px;
    color: #958202;
    border: 1px solid #958202;
    outline: none; }

textarea {
  height: 150px; }

input[type='checkbox'], input[type='radio'] {
  border-radius: 0;
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px; }

button {
  border: none;
  border-radius: 0;
  margin: 0; }

input[type="submit"] {
  border: 0;
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s;
  width: auto;
  border-radius: 0;
  display: block;
  margin: 0 auto; }

form {
  margin: 0;
  padding: 0; }

li.gchoice_4_4_1 {
  line-height: 11px;
  margin-bottom: 25px !important; }

.form {
  margin-bottom: 0;
  padding: 0; }
  .form--fancy input:not([type="submit"]),
  .form--fancy textarea {
    background-color: transparent;
    position: relative;
    z-index: 2; }
    .form--fancy input:not([type="submit"]):active, .form--fancy input:not([type="submit"]):focus, .form--fancy input:not([type="submit"]).hasval,
    .form--fancy textarea:active,
    .form--fancy textarea:focus,
    .form--fancy textarea.hasval {
      border-color: #005bd2; }
      .form--fancy input:not([type="submit"]):active ~ label, .form--fancy input:not([type="submit"]):focus ~ label, .form--fancy input:not([type="submit"]).hasval ~ label,
      .form--fancy textarea:active ~ label,
      .form--fancy textarea:focus ~ label,
      .form--fancy textarea.hasval ~ label {
        color: #313131;
        top: 0;
        z-index: 2; }
  .form--fancy label {
    background-color: #005bd2;
    color: white;
    font-weight: 400;
    left: 0.625em;
    padding: 0 0.625em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s;
    width: auto; }
  .form--fancy select ~ label,
  .form--fancy textarea ~ label {
    top: 0; }
  .form__row {
    margin-bottom: 1.25em;
    position: relative; }
    .form__row--singleField {
      position: relative; }
      .form__row--singleField > input[type="text"] {
        padding-bottom: 0.75em;
        padding-top: 0.75em;
        padding-right: 6.25em; }
      .form__row--singleField input[type="submit"] {
        bottom: 0;
        position: absolute;
        right: 0;
        top: 0; }

#gform_wrapper_1 ul#input_1_4 {
  display: none; }

#gform_wrapper_1 .gform_footer.top_label {
  width: 49%;
  min-height: 50px;
  max-height: 100px;
  display: inline-block; }
  @media (max-width: 650px) {
    #gform_wrapper_1 .gform_footer.top_label {
      width: 100%; } }
  @media (min-width: 1367px) {
    #gform_wrapper_1 .gform_footer.top_label {
      width: 50%; } }
  #gform_wrapper_1 .gform_footer.top_label input[type="submit"] {
    width: 98%;
    padding: 0 !important;
    min-height: 69px;
    margin: 10px; }
    @media (max-width: 650px) {
      #gform_wrapper_1 .gform_footer.top_label input[type="submit"] {
        width: 100%;
        margin: 10px 0; } }

#gform_wrapper_1 form,
#gform_wrapper_3 form {
  display: block;
  width: 100%;
  padding: 20px 0; }
  #gform_wrapper_1 form .validation_error,
  #gform_wrapper_3 form .validation_error {
    background-color: #e6332a;
    color: white !important;
    font-size: 0.8125em;
    font-weight: 600;
    padding: 0.3846153846153846em;
    position: relative;
    left: 0;
    top: 0;
    line-height: 20px;
    z-index: 1;
    width: 99%; }
    #gform_wrapper_1 form .validation_error::before,
    #gform_wrapper_3 form .validation_error::before {
      content: "";
      left: 5px;
      position: absolute;
      bottom: -7px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media (max-width: 650px) {
      #gform_wrapper_1 form .validation_error,
      #gform_wrapper_3 form .validation_error {
        width: 98%; } }
  #gform_wrapper_1 form .gform_body .gform_fields,
  #gform_wrapper_3 form .gform_body .gform_fields {
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -10px; }
    @media (max-width: 650px) {
      #gform_wrapper_1 form .gform_body .gform_fields,
      #gform_wrapper_3 form .gform_body .gform_fields {
        margin-left: 0; } }
    #gform_wrapper_1 form .gform_body .gform_fields li,
    #gform_wrapper_3 form .gform_body .gform_fields li {
      position: relative;
      padding: 0;
      margin: 0; }
      #gform_wrapper_1 form .gform_body .gform_fields li.gfield_error,
      #gform_wrapper_3 form .gform_body .gform_fields li.gfield_error {
        border: none; }
      #gform_wrapper_1 form .gform_body .gform_fields li.l__col__span6,
      #gform_wrapper_3 form .gform_body .gform_fields li.l__col__span6 {
        float: left;
        clear: right; }
        @media (max-width: 650px) {
          #gform_wrapper_1 form .gform_body .gform_fields li.l__col__span6,
          #gform_wrapper_3 form .gform_body .gform_fields li.l__col__span6 {
            width: 100%; } }
      #gform_wrapper_1 form .gform_body .gform_fields li ul,
      #gform_wrapper_3 form .gform_body .gform_fields li ul {
        list-style: none; }
        #gform_wrapper_1 form .gform_body .gform_fields li ul li input#choice_4_4_1,
        #gform_wrapper_3 form .gform_body .gform_fields li ul li input#choice_4_4_1 {
          left: -30px;
          background: white;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          width: 20px !important;
          height: 20px;
          margin-right: 5px;
          border: solid 2px #e9e9e9;
          outline: none;
          padding: 0;
          -webkit-transition: background-color 0.4s, border-color 0.4s;
                  transition: background-color 0.4s, border-color 0.4s;
          cursor: pointer; }
          #gform_wrapper_1 form .gform_body .gform_fields li ul li input#choice_4_4_1:checked,
          #gform_wrapper_3 form .gform_body .gform_fields li ul li input#choice_4_4_1:checked {
            background: #001B59; }
      #gform_wrapper_1 form .gform_body .gform_fields li label,
      #gform_wrapper_3 form .gform_body .gform_fields li label {
        display: none; }
        #gform_wrapper_1 form .gform_body .gform_fields li label#label_4_4_1,
        #gform_wrapper_3 form .gform_body .gform_fields li label#label_4_4_1 {
          display: block; }
      #gform_wrapper_1 form .gform_body .gform_fields li .ginput_container,
      #gform_wrapper_3 form .gform_body .gform_fields li .ginput_container {
        margin: 10px; }
        @media (max-width: 650px) {
          #gform_wrapper_1 form .gform_body .gform_fields li .ginput_container,
          #gform_wrapper_3 form .gform_body .gform_fields li .ginput_container {
            margin: 10px 0; } }
      #gform_wrapper_1 form .gform_body .gform_fields li input#input_2_5,
      #gform_wrapper_3 form .gform_body .gform_fields li input#input_2_5 {
        padding: 20px !important; }
      #gform_wrapper_1 form .gform_body .gform_fields li .gfield_description.validation_message,
      #gform_wrapper_3 form .gform_body .gform_fields li .gfield_description.validation_message {
        background-color: #e6332a;
        color: white !important;
        font-size: 0.8125em;
        font-weight: 600;
        left: 10px;
        line-height: 1em;
        padding: 0.3846153846153846em;
        position: relative;
        top: 0;
        width: 96%;
        z-index: 1; }
        @media (max-width: 768px) {
          #gform_wrapper_1 form .gform_body .gform_fields li .gfield_description.validation_message,
          #gform_wrapper_3 form .gform_body .gform_fields li .gfield_description.validation_message {
            width: 93%; } }
        @media (max-width: 650px) {
          #gform_wrapper_1 form .gform_body .gform_fields li .gfield_description.validation_message,
          #gform_wrapper_3 form .gform_body .gform_fields li .gfield_description.validation_message {
            width: 100%;
            left: 0; } }
      #gform_wrapper_1 form .gform_body .gform_fields li .gform_wrapper.gform_validation_error .top_label input.medium, #gform_wrapper_1 form .gform_body .gform_fields li .gform_wrapper.gform_validation_error .top_label select.medium,
      #gform_wrapper_3 form .gform_body .gform_fields li .gform_wrapper.gform_validation_error .top_label input.medium,
      #gform_wrapper_3 form .gform_body .gform_fields li .gform_wrapper.gform_validation_error .top_label select.medium {
        width: 100% !important; }

.gform_wrapper form {
  display: block;
  width: 100%;
  padding: 20px 0; }
  .gform_wrapper form .validation_error {
    background-color: #e6332a;
    color: white !important;
    font-size: 0.8125em;
    font-weight: 600;
    padding: 0.3846153846153846em;
    position: relative;
    left: 0;
    top: 0;
    line-height: 20px;
    z-index: 1;
    width: 99%; }
    .gform_wrapper form .validation_error::before {
      content: "";
      left: 5px;
      position: absolute;
      bottom: -7px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media (max-width: 768px) {
      .gform_wrapper form .validation_error {
        left: 10px; } }
    @media (max-width: 650px) {
      .gform_wrapper form .validation_error {
        width: 98%; } }
  .gform_wrapper form .gform_body .gform_fields {
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -10px; }
    @media (max-width: 768px) {
      .gform_wrapper form .gform_body .gform_fields {
        margin-left: 0; } }
    .gform_wrapper form .gform_body .gform_fields li {
      position: relative;
      padding: 0;
      margin: 0; }
      .gform_wrapper form .gform_body .gform_fields li.gfield_error {
        border: none; }
      .gform_wrapper form .gform_body .gform_fields li.l__col__span6 {
        float: left;
        clear: right; }
        @media (max-width: 650px) {
          .gform_wrapper form .gform_body .gform_fields li.l__col__span6 {
            width: 100%; } }
      .gform_wrapper form .gform_body .gform_fields li ul {
        list-style: none; }
        .gform_wrapper form .gform_body .gform_fields li ul li input#choice_4_4_1 {
          left: -30px;
          background: white;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          width: 20px !important;
          min-height: 20px;
          height: 20px;
          margin-right: 5px;
          border: solid 2px #e9e9e9;
          outline: none;
          padding: 0;
          -webkit-transition: background-color 0.4s, border-color 0.4s;
                  transition: background-color 0.4s, border-color 0.4s;
          cursor: pointer; }
          .gform_wrapper form .gform_body .gform_fields li ul li input#choice_4_4_1:checked {
            background: #001B59; }
      .gform_wrapper form .gform_body .gform_fields li label {
        display: none; }
        .gform_wrapper form .gform_body .gform_fields li label#label_4_4_1 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          display: inline; }
        .gform_wrapper form .gform_body .gform_fields li label a {
          padding-left: 3px;
          display: inline; }
          @media (max-width: 480px) {
            .gform_wrapper form .gform_body .gform_fields li label a {
              padding: 0; } }
      .gform_wrapper form .gform_body .gform_fields li .ginput_container {
        margin: 10px; }
      .gform_wrapper form .gform_body .gform_fields li input#input_2_5 {
        padding: 20px !important; }
      .gform_wrapper form .gform_body .gform_fields li .gfield_description.validation_message {
        background-color: #e6332a;
        color: white !important;
        font-size: 0.8125em;
        font-weight: 600;
        left: 10px;
        line-height: 1em;
        padding: 0.3846153846153846em;
        position: relative;
        top: 0;
        width: 95%;
        z-index: 1; }
        @media (max-width: 650px) {
          .gform_wrapper form .gform_body .gform_fields li .gfield_description.validation_message {
            width: 100%;
            left: 10px;
            width: 94%; } }
      .gform_wrapper form .gform_body .gform_fields li .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper form .gform_body .gform_fields li .gform_wrapper.gform_validation_error .top_label select.medium {
        width: 100% !important; }

.c__form__application {
  display: block;
  text-align: center;
  padding: 55px 0; }
  .c__form__application h2 {
    color: #001B59;
    font-size: 27px;
    font-weight: normal;
    text-transform: none; }

.c__contact__form {
  position: relative;
  text-align: center; }
  .c__contact__form__close {
    position: relative;
    margin: auto;
    width: 30px;
    height: 30px;
    right: 0;
    top: 20px;
    cursor: pointer;
    float: right; }
    .c__contact__form__close__inner {
      width: inherit;
      text-align: center; }
      .c__contact__form__close__inner::before, .c__contact__form__close__inner::after {
        position: absolute;
        content: '';
        height: 1px;
        width: inherit;
        background: #001B59;
        left: 0;
        -webkit-transition: all .3s ease-in;
                transition: all .3s ease-in; }
      .c__contact__form__close__inner::before {
        top: 50%;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .c__contact__form__close__inner::after {
        bottom: 50%;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .c__contact__form h2 {
    color: #001B59;
    font-size: 30px;
    margin-bottom: 0;
    padding-top: 30px;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      .c__contact__form h2 {
        padding-top: 50px;
        font-size: 30px; } }
  .c__contact__form #gform_wrapper_2 form {
    display: block;
    width: 100%;
    padding: 20px 0; }
    .c__contact__form #gform_wrapper_2 form .gform_footer.top_label {
      display: block;
      clear: both;
      position: relative;
      padding: 10px 0; }
    .c__contact__form #gform_wrapper_2 form .validation_error {
      background-color: #e6332a;
      color: white !important;
      font-size: 0.8125em;
      font-weight: 600;
      padding: 0.3846153846153846em;
      position: relative;
      left: 0;
      top: 0;
      line-height: 20px;
      z-index: 1;
      width: 99%; }
      .c__contact__form #gform_wrapper_2 form .validation_error::before {
        content: "";
        left: 5px;
        position: absolute;
        bottom: -7px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      @media (max-width: 650px) {
        .c__contact__form #gform_wrapper_2 form .validation_error {
          width: 98%; } }
    .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields {
      position: relative;
      display: block;
      list-style: none;
      padding: 0;
      margin: 0;
      margin-left: -10px; }
      @media (max-width: 650px) {
        .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields {
          margin-left: 0; } }
      .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li {
        position: relative;
        padding: 0;
        margin: 0; }
        .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li.gfield_error {
          border: none; }
        .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li.l__col__span6 {
          float: left;
          clear: right; }
          @media (max-width: 650px) {
            .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li.l__col__span6 {
              width: 100%; } }
        .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li ul {
          list-style: none; }
          .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li ul li input#choice_4_4_1 {
            left: -30px;
            background: white;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            width: 20px !important;
            height: 20px;
            margin-right: 5px;
            border: solid 2px #e9e9e9;
            outline: none;
            padding: 0;
            -webkit-transition: background-color 0.4s, border-color 0.4s;
                    transition: background-color 0.4s, border-color 0.4s;
            cursor: pointer; }
            .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li ul li input#choice_4_4_1:checked {
              background: #001B59; }
        .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li label {
          display: none; }
          .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li label#label_4_4_1 {
            display: block; }
        .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li .ginput_container {
          margin: 10px; }
          @media (max-width: 650px) {
            .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li .ginput_container {
              margin: 10px 0; } }
        .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li input#input_2_5 {
          padding: 20px !important; }
        .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li .gfield_description.validation_message {
          background-color: #e6332a;
          color: white !important;
          font-size: 0.8125em;
          font-weight: 600;
          left: 10px;
          line-height: 1em;
          padding: 0.3846153846153846em;
          position: relative;
          top: 0;
          width: 96%;
          z-index: 1; }
          @media (max-width: 650px) {
            .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li .gfield_description.validation_message {
              width: 100%;
              left: 0; } }
        .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li .gform_wrapper.gform_validation_error .top_label input.medium, .c__contact__form #gform_wrapper_2 form .gform_body .gform_fields li .gform_wrapper.gform_validation_error .top_label select.medium {
          width: 100% !important; }

.gform_validation_container {
  display: none; }

.m__list__cards.hide {
  display: none; }

.m__list__cards.open {
  display: block; }

.m__list__cards__item {
  text-align: left;
  background-color: white;
  padding: 20px;
  min-height: 310px;
  position: relative;
  /*&__tel{
                    position: absolute !important;
                    bottom: 45px;
                    left: 20px;
                }*/ }
  @media (max-width: 767px) {
    .m__list__cards__item {
      min-height: 350px; } }
  @media (max-width: 480px) {
    .m__list__cards__item {
      min-height: auto; } }
  .m__list__cards__item h4 {
    color: #001B59;
    font-size: 20px;
    margin-bottom: 25px; }
  .m__list__cards__item p {
    margin-bottom: 0; }
  .m__list__cards__item__mailto {
    position: absolute !important;
    bottom: 20px;
    left: 20px; }
    @media (max-width: 480px) {
      .m__list__cards__item__mailto {
        position: relative !important;
        bottom: 0;
        left: 0; } }
  .m__list__cards__item--address {
    min-height: 128px; }
  .m__list__cards__item__padding {
    margin-top: 25px; }
  .m__list__cards__item__tel {
    position: relative;
    color: #444444;
    display: block;
    font-size: 14px;
    margin-top: 25px;
    padding-left: 25px;
    margin-bottom: 15px;
    word-break: break-word; }
    .m__list__cards__item__tel::before {
      content: '';
      background-image: url("/wp-content/uploads/2018/07/group-1.svg");
      background-repeat: no-repeat;
      background-size: contain;
      height: 20px;
      width: 20px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .m__list__cards__item__tel:hover {
      color: #958202; }
  .m__list__cards__item__mailto {
    position: relative;
    color: #444444;
    display: block;
    font-size: 14px;
    padding-left: 25px;
    word-break: break-word; }
    .m__list__cards__item__mailto::before {
      content: '';
      background-image: url("/wp-content/uploads/2018/07/page-1.svg");
      background-repeat: no-repeat;
      background-size: contain;
      height: 20px;
      width: 20px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .m__list__cards__item__mailto:hover {
      color: #958202; }

.m__list__contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px); }
  @media (max-width: 1024px) {
    .m__list__contain {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin: 0 30px !important; } }
  .m__list__contain__items__item {
    position: relative;
    color: #444444;
    font-size: 20px;
    padding: 10px !important;
    padding-left: 60px !important;
    padding-bottom: 0;
    margin-bottom: 10px !important; }
    .m__list__contain__items__item:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .m__list__contain__items__item::before {
      content: '';
      background-image: url("/wp-content/uploads/2018/08/key_info_icon.svg");
      background-color: #958202;
      background-repeat: no-repeat;
      border-radius: 30px;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

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

.m__listing__viewAll {
  margin-top: 1.25em; }

.m__listing__items {
  position: relative;
  display: block;
  padding: 50px 0; }
  .m__listing__items__item__image {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 450px; }
  .m__listing__items__item__member span {
    text-align: left !important; }
  .m__listing__items__item__member .background-image {
    background-size: cover;
    padding-top: 63%;
    position: relative; }
    @media (max-width: 400px) {
      .m__listing__items__item__member .background-image {
        padding-top: 65%; } }
    .m__listing__items__item__member .background-image::before {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 50; }
    .m__listing__items__item__member .background-image .team_content {
      position: absolute;
      bottom: 20px;
      left: 35px;
      margin-right: 35px;
      z-index: 50; }
      .m__listing__items__item__member .background-image .team_content button {
        color: #fff; }
        @media (max-width: 600px) {
          .m__listing__items__item__member .background-image .team_content button {
            font-size: 16px; } }
        @media (max-width: 350px) {
          .m__listing__items__item__member .background-image .team_content button {
            font-size: 14px; } }
        .m__listing__items__item__member .background-image .team_content button span {
          color: #fff;
          font-weight: 400; }
  .m__listing__items__item img {
    height: auto;
    display: block;
    width: 100%; }
  .m__listing__items__item__contain {
    background-color: #001B59;
    padding: 20px 35px; }
    @media (max-width: 1024px) {
      .m__listing__items__item__contain {
        padding-right: 0; } }
    .m__listing__items__item__contain span {
      color: white;
      display: block;
      font-size: 18px; }
      @media (max-width: 1024px) {
        .m__listing__items__item__contain span {
          font-size: 16px;
          text-align: center; } }

.l__checkpoints {
  padding: 80px 0; }
  @media (max-width: 1024px) {
    .l__checkpoints {
      padding: 20px 80px; } }
  @media (max-width: 650px) {
    .l__checkpoints {
      padding: 20px; } }
  .l__checkpoints h3 {
    font-size: 25px;
    color: #001b59;
    text-transform: none; }
  .l__checkpoints ul li {
    font-size: 20px;
    line-height: 1.45;
    color: #444444; }

.c__map__container {
  position: relative;
  outline: none; }

.c__map__menu {
  display: block;
  background-color: #001b59;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  outline: none; }
  @media (min-width: 769px) {
    .c__map__menu {
      display: none !important; } }
  .c__map__menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .c__map__menu__trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    z-index: 900;
    -webkit-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
    .c__map__menu__trigger:hover {
      background: transparent; }
    .c__map__menu__trigger span {
      position: absolute;
      top: 50%;
      right: 5px;
      height: 3px;
      width: 60px;
      background: white;
      -webkit-transition: 0.4s ease;
              transition: 0.4s ease; }
      .c__map__menu__trigger span::before {
        content: '';
        background: white;
        position: absolute;
        left: 15px;
        width: 50px;
        height: 3px;
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px); }
      .c__map__menu__trigger span::after {
        content: '';
        background: white;
        position: absolute;
        left: 15px;
        width: 50px;
        height: 3px;
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px); }
    .c__map__menu__trigger.checked {
      -webkit-transition: 0.3s ease;
              transition: 0.3s ease; }
      .c__map__menu__trigger.checked span {
        -webkit-transition: 0.3s ease;
                transition: 0.3s ease;
        background: transparent; }
        .c__map__menu__trigger.checked span::before {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .c__map__menu__trigger.checked span::after {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
  .c__map__menu__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 500px; }
    .c__map__menu__content__inner {
      padding: 5em 0; }
      .c__map__menu__content__inner h2 {
        color: white;
        font-size: 25px; }
      .c__map__menu__content__inner h4, .c__map__menu__content__inner p, .c__map__menu__content__inner a {
        color: white;
        text-transform: none;
        font-weight: normal; }
      .c__map__menu__content__inner h4 {
        font-weight: bold; }
      .c__map__menu__content__inner .spaceBox p {
        color: white;
        font-size: 18px; }

.c__map#map {
  height: 500px; }

.c__map__locations {
  background-color: #011a4f;
  min-height: 500px;
  max-height: 500px; }
  @media (max-width: 768px) {
    .c__map__locations {
      max-height: none; } }
  .c__map__locations__desc {
    display: none;
    position: relative;
    padding: 40px 0; }
    .c__map__locations__desc h2 {
      font-size: 30px;
      display: block;
      color: white;
      margin-bottom: 20px;
      font-weight: normal; }
    .c__map__locations__desc p {
      font-size: 18px;
      font-weight: normal;
      display: block;
      color: white;
      margin-bottom: 5px; }
    .c__map__locations__desc h4 {
      color: white;
      text-transform: none;
      font-weight: bold;
      margin-bottom: 5px; }
    .c__map__locations__desc a {
      color: white;
      text-transform: none;
      font-weight: normal; }
    .c__map__locations__desc.active {
      display: block; }

.spaceBox {
  margin-bottom: 10px; }

#group-map {
  display: none; }
  #group-map #map-group {
    height: 500px; }
  #group-map.active {
    display: block; }

#desco-map {
  display: none; }
  #desco-map.active {
    display: block; }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

.gmnoprint div {
  background: none !important; }

@media (min-width: 769px) {
  .hideDesktop {
    display: none !important; } }

.c__tooltip {
  background: url("https://www.desco.uk.com/wp-content/themes/mw-desco/library/images/info-icon.png") no-repeat right 5px;
  display: inline-block;
  padding-right: 20px;
  position: relative; }
  .c__tooltip:hover {
    text-decoration: none; }
    .c__tooltip:hover .tooltip {
      display: block; }
  .c__tooltip__item {
    background: #eaeaea;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    display: none;
    padding: 10px;
    position: absolute;
    right: -10px;
    width: 280px;
    z-index: 2; }
    .c__tooltip__item--toolbottom:after {
      border-bottom: 10px solid #eaeaea;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      right: 6px;
      top: -10px;
      width: 0; }
    .c__tooltip__item--toolright {
      right: -294px;
      top: -5px; }
      .c__tooltip__item--toolright:after {
        border-right: 10px solid #eaeaea;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        left: -10px;
        top: 6px;
        width: 0; }
    .c__tooltip__item--toolleft {
      -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
              box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
      left: -294px;
      top: -4px; }
      .c__tooltip__item--toolleft:after {
        border-left: 10px solid #eaeaea;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: -10px;
        top: 6px;
        width: 0; }
    .c__tooltip__item--tooltop {
      bottom: 38px;
      -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.4);
              box-shadow: 2px 0 2px rgba(0, 0, 0, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.4);
      left: 0;
      right: auto; }
      .c__tooltip__item--tooltop:after {
        border-top: 10px solid #eaeaea;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: -10px;
        content: "";
        height: 0;
        left: 7px;
        position: absolute;
        width: 0; }

.greyBG {
  background: #f0f0f0; }
  .greyBG h2 {
    color: #001B59;
    text-align: center;
    margin-bottom: 30px; }

.c__m__hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .c__m__hero__main {
    display: block;
    padding: 30px 0;
    padding-bottom: 55px; }
    .c__m__hero__main h1 {
      font-weight: normal; }
  .c__m__hero__standard__block {
    display: block;
    margin: 0;
    margin-bottom: 30px; }
    .c__m__hero__standard__block h2 {
      color: #001B59;
      font-size: 25px;
      margin-bottom: 15px;
      text-transform: none; }
    .c__m__hero__standard__block h3 {
      color: #001B59;
      font-size: 25px;
      line-height: 29px;
      text-transform: none; }
  .c__m__hero__greyBG {
    display: block;
    position: relative;
    height: 100%;
    padding: 30px 0;
    background: #f0f0f0; }
  .c__m__hero__blueFade {
    background-image: -webkit-radial-gradient(49% 48%, circle, #153c76, #001b59);
    background-image: radial-gradient(circle at 49% 48%, #153c76, #001b59);
    background-size: cover; }
  .c__m__hero__large {
    position: relative;
    display: block;
    padding: 70px 0; }
    @media (max-width: 1024px) {
      .c__m__hero__large {
        padding: 45px 0; } }
    .c__m__hero__large__nav__tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      margin: 20px 0 !important; }
      .c__m__hero__large__nav__tabs__tab {
        position: relative;
        cursor: pointer;
        display: block;
        padding: 15px 20px !important;
        font-size: 25px; }
        .c__m__hero__large__nav__tabs__tab:hover {
          -webkit-transition: 0.4s ease-in-out;
                  transition: 0.4s ease-in-out; }
          .c__m__hero__large__nav__tabs__tab:hover::after {
            content: '';
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 10px;
            border-bottom: 2px solid #001B59; }
        .c__m__hero__large__nav__tabs__tab.active::after {
          content: '';
          position: absolute;
          bottom: 10px;
          left: 10px;
          right: 20px;
          border-bottom: 2px solid #001B59; }
  @media (max-width: 480px) {
    .c__m__hero__med__contain {
      text-align: center; } }
  .c__m__hero__med__centerAlign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 55px 0; }
    @media (max-width: 768px) {
      .c__m__hero__med__centerAlign {
        padding: 25px 0; } }
    .c__m__hero__med__centerAlign h1 {
      color: #001B59;
      font-size: 45px;
      font-weight: normal;
      text-shadow: none; }
      @media (max-width: 600px) {
        .c__m__hero__med__centerAlign h1 {
          font-size: 30px; } }
    .c__m__hero__med__centerAlign p {
      display: block;
      width: 70%; }
      @media (max-width: 768px) {
        .c__m__hero__med__centerAlign p {
          width: 100%; } }
    .c__m__hero__med__centerAlign span {
      display: block;
      color: #444444;
      font-size: 35px; }
      @media (max-width: 600px) {
        .c__m__hero__med__centerAlign span {
          font-size: 20px; } }
  .c__m__hero__infoTab {
    z-index: 250;
    background-color: white;
    position: fixed;
    left: 10%;
    right: 10%;
    top: 54%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: 570px;
    overflow: auto; }

.overlay {
  z-index: 200;
  background: rgba(0, 0, 0, 0.56);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.fullpac {
  opacity: 1;
  display: block; }

.nopac {
  opacity: 0;
  display: none; }

.bSpan {
  font-weight: 700 !important;
  font-size: 22px !important; }

.l__news {
  position: relative; }
  .l__news a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; }

.c__news__items__item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative; }
  .c__news__items__item a.linking {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    bottom: 0; }
  .c__news__items__item__image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 300px;
    width: 100%; }
  .c__news__items__item__content {
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    padding: 30px; }
    .c__news__items__item__content div {
      width: 100%; }
    .c__news__items__item__content--career {
      background-color: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      padding: 30px; }
      .c__news__items__item__content--career div {
        width: 100%; }
      .c__news__items__item__content--career h4 {
        display: block;
        font-size: 20px;
        color: #001B59;
        margin: 0;
        padding: 0;
        text-transform: none; }
      .c__news__items__item__content--career span {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 15px 0; }
    @media (max-width: 768px) {
      .c__news__items__item__content {
        min-height: 160px;
        padding: 20px 20px 0;
        display: block; } }
    @media (max-width: 600px) {
      .c__news__items__item__content {
        min-height: 180px; } }
    .c__news__items__item__content h4 {
      display: block;
      font-size: 20px;
      color: #001B59;
      margin: 0;
      padding: 0;
      text-transform: none; }
    .c__news__items__item__content span {
      display: block;
      margin: 20px 0; }
      @media (max-width: 768px) {
        .c__news__items__item__content span {
          position: absolute;
          bottom: 0;
          left: 0;
          padding-left: 20px; } }
    .c__news__items__item__content .related {
      padding: 7px;
      border: 1px solid #001B59;
      max-width: 200px;
      width: 100%; }
      .c__news__items__item__content .related p {
        color: #001B59;
        text-transform: uppercase;
        font-size: 10px;
        padding: 0;
        margin: 0;
        text-align: center; }
      .c__news__items__item__content .related span {
        color: #001B59; }
        .c__news__items__item__content .related span:last-of-type {
          display: none; }

.c__tile--imgTile {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: white;
  position: relative; }
  .c__tile--imgTile::before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .c__tile--imgTile::after {
    content: "";
    display: block;
    padding-top: 70.60133630289532%; }
  .c__tile--imgTile > div {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.875em; }
  .c__tile--imgTile__title {
    font-size: 1.5625em;
    line-height: 1.2em;
    margin-bottom: 0.6666666667em;
    -webkit-transition: all ease-out 0.2s;
            transition: all ease-out 0.2s; }
  .c__tile--imgTile__subTitle {
    font-size: 1.25em;
    line-height: 1.25em;
    -webkit-transition: all ease-out 0.2s;
            transition: all ease-out 0.2s; }
  .c__tile--imgTile:hover .c__tile--imgTile__title {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  .c__tile--imgTile:hover .c__tile--imgTile__subTitle {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }

.c__tile--newsTile {
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s; }
  .c__tile--newsTile:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .c__tile--newsTile__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 1.25em;
    position: relative; }
    .c__tile--newsTile__img::before {
      background-color: black;
      content: "";
      display: block;
      padding-top: 56.36363636363636%; }
    .c__tile--newsTile__img a {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      text-indent: -9999px; }
  .c__tile--newsTile__title {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 1em;
    min-height: 2.6em;
    padding: 0.25em;
    text-transform: none; }
  .c__tile--newsTile__summary {
    font-size: 1.125em;
    line-height: 1.5555555556em;
    padding: 0.2777777778em; }

.c__module__contact {
  padding: 50px 100px; }
  @media (max-width: 825px) {
    .c__module__contact {
      padding: 50px; } }
  @media (max-width: 650px) {
    .c__module__contact {
      padding: 25px 0;
      padding-bottom: 0; } }
  .c__module__contact h2 {
    text-transform: none;
    text-align: center; }
  .c__module__contact p {
    text-align: center; }

.c__module__post--slider {
  display: none; }
  .c__module__post--slider.active {
    display: block; }

.c__module__news {
  padding: 50px 0 100px 0;
  background-color: #f0f0f0; }
  .c__module__news--links {
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 768px) {
      .c__module__news--links {
        margin-bottom: 25px; } }
    .c__module__news--links a {
      display: inline-block;
      font-size: 25px;
      line-height: 2.28;
      color: #858584;
      margin-right: 20px; }
      .c__module__news--links a.active {
        font-size: 25px;
        line-height: 2.28;
        color: #001b59;
        border-bottom: solid 2px #958202; }
  .c__module__news--post .background {
    height: 350px;
    min-height: 350px;
    position: relative;
    margin: 0 10px;
    background-size: cover; }
    .c__module__news--post .background:hover .c__module__news--overlay {
      opacity: 1;
      padding: 30px;
      position: relative; }
      .c__module__news--post .background:hover .c__module__news--overlay a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 10; }
  .c__module__news--post .related {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px;
    border: 1px solid white;
    width: 100%;
    text-align: center; }
    .c__module__news--post .related p {
      display: inline-block;
      color: white;
      text-transform: uppercase;
      font-size: 12px;
      padding: 0;
      margin: 0;
      text-align: center; }
      .c__module__news--post .related p:not(:last-child)::after {
        content: '|';
        padding: 0 10px; }
    .c__module__news--post .related span {
      color: white; }
      .c__module__news--post .related span:last-of-type {
        display: none; }
  .c__module__news--overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 27, 89, 0.7);
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    opacity: 0; }
    .c__module__news--overlay a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .c__module__news--overlay h2 {
      color: white;
      font-size: 20px;
      margin-bottom: 20px;
      text-transform: none;
      text-align: left; }

.c__sections {
  display: block; }
  .c__sections__section {
    display: block; }
    @media (max-width: 1024px) {
      .c__sections__section {
        padding: 20px 0; } }
    @media (max-width: 768px) {
      .c__sections__section {
        padding-top: 0; } }
    .c__sections__section h1 {
      color: #001B59;
      font-size: 25px;
      font-weight: normal;
      text-transform: none;
      text-shadow: none; }
    .c__sections__section h2 {
      color: #001B59;
      font-size: 25px;
      font-weight: normal;
      text-transform: none;
      text-shadow: none; }
    .c__sections__section h4 {
      color: #001B59;
      font-size: 22px;
      font-weight: 700;
      margin-top: 10px;
      text-transform: none;
      text-shadow: none;
      margin-bottom: 0; }
    @media (max-width: 1024px) {
      .c__sections__section__navigation {
        display: none; } }
    .c__sections__section__navigation--mobile {
      position: relative; }
      @media (min-width: 1025px) {
        .c__sections__section__navigation--mobile {
          display: none; } }
    .c__sections__section__navigation__items__item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      margin-bottom: 10px !important; }
      .c__sections__section__navigation__items__item:last-child {
        margin: 0 !important; }
      @media (max-width: 1024px) {
        .c__sections__section__navigation__items__item {
          width: 50%; } }
      .c__sections__section__navigation__items__item a::before {
        content: '';
        background-image: url("/wp-content/themes/mw-desco/library/images/chevron-right-copy.svg");
        background-repeat: no-repeat;
        position: absolute;
        width: 18px;
        height: 17px;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .c__sections__section__navigation__items__item a span {
        font-size: 18px;
        font-weight: normal;
        padding-left: 20px; }
        .c__sections__section__navigation__items__item a span:hover {
          -webkit-transition: 0.4s ease-in-out;
                  transition: 0.4s ease-in-out;
          color: #958202;
          position: relative; }
          .c__sections__section__navigation__items__item a span:hover::after {
            content: '';
            -webkit-transition: 0.4s ease-in-out;
                    transition: 0.4s ease-in-out;
            position: absolute;
            bottom: 0;
            left: 20px;
            right: 0;
            border-bottom: 2px solid #958202; }

.sectors-toggle {
  padding: 10px 0;
  min-width: 280px;
  display: block;
  margin: 0 auto;
  position: relative;
  background: transparent;
  color: #001B59;
  font-size: 25px;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.4s ease;
          transition: 0.4s ease; }
  @media (max-width: 480px) {
    .sectors-toggle {
      font-size: 20px; } }
  .sectors-toggle:after {
    content: url(/wp-content/themes/mw-desco/library/images/arrow.png);
    width: 9px;
    height: 15px;
    -webkit-transform: rotate(90deg) translate(-50%, 0%);
        -ms-transform: rotate(90deg) translate(-50%, 0%);
            transform: rotate(90deg) translate(-50%, 0%);
    position: absolute;
    top: 42%;
    margin-left: 25px; }

.sectors-wrapper {
  display: none;
  width: 100%;
  position: absolute;
  background-color: white;
  top: 40px;
  left: 0;
  z-index: 200; }
  .sectors-wrapper a {
    display: block;
    padding: 5px;
    color: #001B59;
    font-size: 18px;
    text-transform: none;
    text-align: center; }
  .sectors-wrapper.menu-open {
    display: block; }

.activateNav {
  -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
  color: #958202;
  position: relative; }
  .activateNav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 2px solid #958202; }

.mail {
  display: block;
  color: #444444;
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0; }

.c__share__items {
  display: block;
  position: relative;
  max-width: 230px;
  width: 100%; }
  @media (max-width: 768px) {
    .c__share__items {
      max-width: none; } }
  .c__share__items ul {
    z-index: 999;
    top: 0;
    left: 0;
    margin-top: 15px;
    position: absolute;
    width: 100%; }
  .c__share__items__item {
    text-align: center;
    margin-bottom: 10px !important; }
    .c__share__items__item img {
      height: 48px;
      width: 48px;
      border-radius: 50px;
      -webkit-box-shadow: 0px 0px 5px 1px rgba(95, 95, 95, 0.5);
      box-shadow: 0px 0px 5px 1px rgba(95, 95, 95, 0.5); }

.c__search__results h1 {
  color: #001B59; }

.c__list__searchResults__item {
  display: block;
  padding: 20px;
  border-top: 2px solid #958202;
  -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; }
  .c__list__searchResults__item:hover {
    border-top: 2px solid #958202;
    background-color: #e6e5e5; }
    .c__list__searchResults__item:hover .c__list__searchResults__item__title h4 {
      color: #958202; }
  .c__list__searchResults__item__title h4 {
    color: #444444;
    font-size: 18px;
    -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }

.search-container {
  display: none;
  width: 100%;
  padding: 25px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .search-container.open {
    display: block; }
  .search-container input.search-input {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #444444;
    min-height: 55px; }
  .search-container input[type="submit"] {
    display: none; }

.yoast-breadcrumbs {
  padding: 20px 0; }
  .yoast-breadcrumbs p.white p, .yoast-breadcrumbs p.white span, .yoast-breadcrumbs p.white a {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    font-weight: 600; }
  .yoast-breadcrumbs p, .yoast-breadcrumbs span, .yoast-breadcrumbs a {
    font-size: 12px;
    color: #001B59;
    text-transform: uppercase;
    font-weight: 600; }
  .yoast-breadcrumbs .breadcrumb_last {
    color: #958202; }

.breadcrumbs-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100%; }

.m__carousel__accreditations {
  position: relative; }
  @media (max-width: 1024px) {
    .m__carousel__accreditations {
      margin-bottom: 55px; } }
  @media (max-width: 550px) {
    .m__carousel__accreditations .slick-dots {
      width: 240px; } }
  .m__carousel__accreditations__items {
    position: relative;
    width: 100%; }
    .m__carousel__accreditations__items__item {
      background-repeat: no-repeat;
      background-size: contain;
      width: 200px;
      min-height: 150px;
      margin: 0 20px; }
  .m__carousel__accreditations .m__carousel__accreditations__prev {
    background-image: url("/wp-content/uploads/2018/06/left-arrow.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .m__carousel__accreditations .m__carousel__accreditations__next {
    background-image: url("/wp-content/uploads/2018/06/right-arrow.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.m__carousel--simple {
  position: relative; }
  .m__carousel--simple__check[type="radio"] {
    display: none; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="1"] ~ .m__carousel--simple__items [data-item="1"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="1"] ~ .m__carousel--simple__pagination [data-item="1"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="2"] ~ .m__carousel--simple__items [data-item="2"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="2"] ~ .m__carousel--simple__pagination [data-item="2"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="3"] ~ .m__carousel--simple__items [data-item="3"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="3"] ~ .m__carousel--simple__pagination [data-item="3"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="4"] ~ .m__carousel--simple__items [data-item="4"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="4"] ~ .m__carousel--simple__pagination [data-item="4"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="5"] ~ .m__carousel--simple__items [data-item="5"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="5"] ~ .m__carousel--simple__pagination [data-item="5"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="6"] ~ .m__carousel--simple__items [data-item="6"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="6"] ~ .m__carousel--simple__pagination [data-item="6"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="7"] ~ .m__carousel--simple__items [data-item="7"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="7"] ~ .m__carousel--simple__pagination [data-item="7"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="8"] ~ .m__carousel--simple__items [data-item="8"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="8"] ~ .m__carousel--simple__pagination [data-item="8"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="9"] ~ .m__carousel--simple__items [data-item="9"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="9"] ~ .m__carousel--simple__pagination [data-item="9"] {
      background-color: #005bd2; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="10"] ~ .m__carousel--simple__items [data-item="10"] {
      opacity: 1;
      z-index: 5; }
    .m__carousel--simple__check[type="radio"]:checked[data-item="10"] ~ .m__carousel--simple__pagination [data-item="10"] {
      background-color: #005bd2; }
  .m__carousel--simple__items {
    height: 50vh; }
  .m__carousel--simple__item {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .m__carousel--simple__pagination {
    bottom: 1.875em;
    position: absolute;
    right: 1.875em;
    z-index: 10; }
    .m__carousel--simple__pagination label {
      background-color: #313131;
      border-radius: 50%;
      cursor: pointer;
      height: 15px;
      float: left;
      margin: 0;
      padding: 0;
      -webkit-transition: all ease-in 0.2s;
              transition: all ease-in 0.2s;
      width: 15px; }
      .m__carousel--simple__pagination label:not(:last-child) {
        margin-right: 10px; }

@media (max-width: 580px) {
  .minHeight {
    min-height: 400px; } }

.c__hero {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  height: 36vw; }
  @media (max-width: 768px) {
    .c__hero {
      height: 270px; } }
  .c__hero__content {
    position: relative;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    min-height: 35vw; }
    .c__hero__content--fixed {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 50;
      text-align: center;
      width: 100%;
      padding: 20px; }
      .c__hero__content--fixed h2 {
        color: white;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        text-align: center;
        margin-bottom: 25px 0;
        font-size: 45px; }
        @media (max-width: 768px) {
          .c__hero__content--fixed h2 {
            margin-bottom: 0 !important;
            font-size: 30px !important; } }
      @media (max-width: 580px) {
        .c__hero__content--fixed {
          top: 89%; }
          .c__hero__content--fixed h2 {
            font-size: 42px;
            margin-bottom: 20px;
            color: #001B59; } }
    .c__hero__content h2 {
      color: white;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      text-align: center;
      margin-bottom: 30px;
      font-size: 45px; }
    .c__hero__content.desktop {
      position: relative;
      z-index: 10; }
      @media (max-width: 480px) {
        .c__hero__content.desktop {
          display: none; } }
    .c__hero__content--mobile {
      padding: 50px 0;
      padding-bottom: 0; }
      @media (min-width: 650px) {
        .c__hero__content--mobile {
          display: none; } }
      .c__hero__content--mobile .slick-dots {
        top: 0 !important; }
    .c__hero__content h1 {
      color: white;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      text-align: center;
      margin-bottom: 30px; }
    .c__hero__content p {
      margin: 0; }
  .c__hero__policy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 80px; }
    @media (max-width: 768px) {
      .c__hero__policy {
        padding: 0; } }
    .c__hero__policy p {
      margin-bottom: 20px; }
  .c__hero__home {
    position: relative; }
    @media (max-width: 650px) {
      .c__hero__home {
        min-height: 180px; } }
    .c__hero__home .slick-dots {
      bottom: 0 !important; }
    .c__hero__home__image {
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 36vw;
      width: 100%;
      background-position: 50% 50%; }
      @media (max-width: 650px) {
        .c__hero__home__image {
          min-height: 50vw; } }
      .c__hero__home__image--dark {
        background-size: cover;
        background-repeat: no-repeat;
        height: 35vw; }
        @media (max-width: 768px) {
          .c__hero__home__image--dark {
            height: 270px; } }
        .c__hero__home__image--dark::before {
          background-color: rgba(0, 0, 0, 0.1);
          bottom: 0;
          content: "";
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          opacity: 0.55; }
          @media (max-width: 580px) {
            .c__hero__home__image--dark::before {
              opacity: 0; } }
      .c__hero__home__image--light {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 550px; }
  .c__hero--main {
    min-height: 33.125em;
    min-height: 39.51515151515152vw;
    position: relative; }
  .c__hero--small {
    min-height: 21.875em;
    min-height: 26vw;
    position: relative; }
  .c__hero--carousel::before {
    display: none; }
  .c__hero--carousel__wrapper {
    overflow: hidden; }
  .c__hero--carousel__slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: left;
    height: 100%;
    min-height: 33.125em;
    min-height: 39.51515151515152vw;
    position: relative; }
    .c__hero--carousel__slide::before {
      background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0.6)));
      background-image: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.6) 100%);
      background-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.6) 100%);
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .c__hero--carousel__slide__content {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      min-height: 33.125em;
      min-height: 39.51515151515152vw;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
  .c__hero--carousel__pagination__item {
    background-color: #313131;
    height: 7.5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s;
    width: 4.375em; }
    .c__hero--carousel__pagination__item--lower {
      background-color: #313131;
      height: 7.5em;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-70%);
          -ms-transform: translateY(-70%);
              transform: translateY(-70%);
      -webkit-transition: all ease-in 0.2s;
              transition: all ease-in 0.2s;
      width: 4.375em; }
    .c__hero--carousel__pagination__item:hover {
      width: 5em; }
    @media (max-width: 768px) {
      .c__hero--carousel__pagination__item {
        display: none; } }
    .c__hero--carousel__pagination__item__left, .c__module__content--gallery__buttons .c__hero--carousel__pagination__item__left {
      position: absolute;
      left: 0;
      top: 0;
      right: auto;
      width: 100px;
      height: 100%;
      z-index: 200; }
      .c__hero--carousel__pagination__item__left::before, .c__module__content--gallery__buttons .c__hero--carousel__pagination__item__left::before {
        content: '';
        background-image: url("/wp-content/uploads/2018/08/left-arrow.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        cursor: pointer; }
      .c__hero--carousel__pagination__item__left--alt {
        position: absolute;
        left: -4em;
        top: -100px;
        right: auto;
        width: 80px; }
        .c__hero--carousel__pagination__item__left--alt::before {
          content: '';
          background-image: url("/wp-content/uploads/2018/08/left-arrow.png");
          background-size: contain;
          background-repeat: no-repeat;
          width: 50px;
          height: 50px;
          position: absolute;
          top: -175px;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          cursor: pointer; }
        @media (min-width: 1600px) {
          .c__hero--carousel__pagination__item__left--alt {
            display: none; } }
    .c__hero--carousel__pagination__item__right {
      position: absolute;
      left: auto;
      top: 0;
      right: 0;
      width: 100px;
      height: 100%;
      z-index: 200; }
      .c__hero--carousel__pagination__item__right::before {
        content: '';
        background-image: url("/wp-content/uploads/2018/08/right-arrow.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        cursor: pointer; }
      .c__hero--carousel__pagination__item__right--alt {
        position: absolute;
        left: auto;
        top: -100px;
        right: -4em;
        width: 80px; }
        .c__hero--carousel__pagination__item__right--alt::before {
          content: '';
          background-image: url("/wp-content/uploads/2018/08/right-arrow.png");
          background-size: contain;
          background-repeat: no-repeat;
          width: 50px;
          height: 50px;
          position: absolute;
          top: -175px;
          right: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          cursor: pointer; }
        @media (min-width: 1600px) {
          .c__hero--carousel__pagination__item__right--alt {
            display: none; } }
    .c__hero--carousel__pagination__item .i__svg {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .c__hero--carousel .slick-dots {
    bottom: 3.125em;
    position: absolute;
    right: 3.125em; }

.c__banner {
  position: relative; }

.iconpos {
  position: absolute;
  top: 70% !important;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.iconpos40 {
  position: absolute;
  top: 40% !important;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

@media (max-width: 768px) {
  .mobile {
    display: none !important; } }

.slick-slide img {
  display: block !important;
  margin: 0 auto !important; }

.height500 {
  height: 480px;
  max-height: 480px; }

.extra {
  padding: 0 80px; }
  @media (max-width: 768px) {
    .extra {
      padding: 0 20px; } }

.c__module__content {
  position: relative;
  padding: 20px 0;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .c__module__content {
      padding-bottom: 25px; } }
  .c__module__content--gallery {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 300px; }
    @media (min-width: 1025px) {
      .c__module__content--gallery {
        min-height: auto; } }
    @media (max-width: 768px) {
      .c__module__content--gallery {
        background-size: 100% 100%; } }
    .c__module__content--gallery.bg-contain {
      background-size: contain !important; }
    .c__module__content--gallery__buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .c__module__content__image {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 400px;
    width: 100%; }
  .c__module__content--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px; }
    @media (max-width: 1024px) {
      .c__module__content--container {
        padding: 30px 80px; } }
    @media (max-width: 650px) {
      .c__module__content--container {
        padding: 30px 20px; } }
    .c__module__content--container--news {
      padding: 0px 80px 0px 0; }
      @media (max-width: 1024px) {
        .c__module__content--container--news {
          padding: 0; } }
      .c__module__content--container--news h1 {
        font-size: 25px;
        line-height: 1.4;
        color: #001B59;
        font-weight: 300; }
      .c__module__content--container--news h2 {
        font-size: 25px;
        line-height: 1.4;
        color: #001B59;
        font-weight: 300; }
      .c__module__content--container--news p {
        font-size: 16px;
        line-height: 1.38;
        text-align: left;
        color: #444444; }
      .c__module__content--container--news--nopad {
        padding: 40px 0 0 !important; }
    .c__module__content--container h1 {
      font-size: 25px;
      line-height: 1.4;
      color: #001B59;
      font-weight: 300; }
    .c__module__content--container h2 {
      font-size: 25px;
      line-height: 1.4;
      color: #001B59;
      font-weight: 300; }
    .c__module__content--container p {
      font-size: 16px;
      line-height: 1.38;
      text-align: left;
      color: #444444; }

.c__page__wrapper--news {
  padding: 20px 0 25px; }
  @media (max-width: 1024px) {
    .c__page__wrapper--news {
      padding: 0 0 25px 0; } }
  .c__page__wrapper--news h2 {
    color: #001B59;
    font-size: 25px; }

.c__page__wrapper--quote {
  margin-left: 50px;
  padding-top: 130px;
  position: relative; }
  @media (max-width: 1024px) {
    .c__page__wrapper--quote {
      margin-top: 40px;
      margin-left: 0; } }
  .c__page__wrapper--quote:before {
    content: url("/wp-content/uploads/2018/07/quote-marks.png");
    height: 140px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .c__page__wrapper--quote p {
    color: #001B59;
    font-size: 22px;
    text-transform: none;
    margin-bottom: 15px; }
  .c__page__wrapper--quote .mw-author {
    text-transform: uppercase;
    font-size: 16px;
    color: #444444;
    margin: 0;
    margin-bottom: 15px; }

.c__news--back {
  padding: 15px 0 40px 0; }
  .c__news--back a {
    font-size: 16px;
    line-height: 1.13;
    color: #494b52; }
    .c__news--back a span {
      color: #001b59;
      font-weight: 600; }

.single-case-studies .c__page__contain.greyBG {
  padding: 20px 0 70px; }

.single-case-studies h1 {
  line-height: 1.1; }

@media (max-width: 767px) {
  .single-case-studies .slick-dots {
    width: 240px; } }

.single-sectors .c__page__contain.greyBG {
  padding: 20px 0 70px; }

.page-template-archive-posts .c__page__contain.greyBG,
.post-type-archive-careers .c__page__contain.greyBG {
  padding: 20px 0 10px; }

.page-template-page-thanks .c__hero__home__image--dark,
.page-template-page-thanks .c__hero__content {
  min-height: 350px !important; }

.c__thanks__content {
  padding: 50px 0; }
  .c__thanks__content p {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px; }
  .c__thanks__content a {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    background-color: #958202;
    color: #fff;
    width: 100%;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 230px;
    text-align: center;
    padding: 15px; }

.text--big {
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important; }
  @media (max-width: 768px) {
    .text--big {
      font-size: 30px !important; } }

.m__filter__wrapper {
  background-color: white;
  display: block;
  position: relative;
  padding: 30px 0; }
  @media (max-width: 768px) {
    .m__filter__wrapper.desktop {
      display: none; } }
  .m__filter__wrapper.mobile {
    display: none !important; }
    @media (max-width: 768px) {
      .m__filter__wrapper.mobile {
        display: block !important; } }
    .m__filter__wrapper.mobile .filters-container {
      display: none; }
      .m__filter__wrapper.mobile .filters-container.menu-open {
        display: block; }
    .m__filter__wrapper.mobile .filter-toggle {
      padding: 10px 0;
      min-width: 280px;
      display: block;
      margin: 0 auto;
      position: relative;
      background: transparent;
      color: #001B59;
      font-size: 25px;
      text-transform: none;
      text-align: center;
      max-width: 280px; }
      @media (max-width: 420px) {
        .m__filter__wrapper.mobile .filter-toggle {
          margin-right: 45px; } }
      .m__filter__wrapper.mobile .filter-toggle:after {
        content: url(/wp-content/themes/mw-desco/library/images/arrow.png);
        width: 9px;
        height: 15px;
        -webkit-transform: rotate(90deg) translate(-50%, 0%);
        -ms-transform: rotate(90deg) translate(-50%, 0%);
        transform: rotate(90deg) translate(-50%, 0%);
        position: absolute;
        top: 50%;
        margin-left: 15px; }
    .m__filter__wrapper.mobile ul li::after {
      content: '';
      background-image: url("/wp-content/themes/mw-desco/library/images/chevron-right-copy.svg");
      background-repeat: no-repeat;
      width: 18px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.m__filter__contain__items {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important; }
  .m__filter__contain__items--sort {
    position: relative;
    text-align: right;
    margin: 0 !important;
    padding: 0 !important; }
    .m__filter__contain__items--sort::after {
      content: '';
      background-image: url("/wp-content/themes/mw-desco/library/images/chevron-right-copy.svg");
      background-repeat: no-repeat;
      width: 18px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .m__filter__contain__items__item {
    position: relative;
    display: inline-block;
    min-width: 200px;
    font-size: 20px;
    font-weight: 900; }
    @media (max-width: 1024px) {
      .m__filter__contain__items__item {
        min-width: 90px;
        max-width: 200px; } }
    @media (max-width: 768px) {
      .m__filter__contain__items__item {
        display: block;
        width: 100%;
        max-width: 100%; } }
    .m__filter__contain__items__item select {
      border: none;
      outline: none;
      font-weight: normal;
      -webkit-appearance: none;
      -moz-appearance: none;
      min-height: 50px;
      max-height: 50px;
      margin: 0 20px;
      z-index: 100;
      position: relative;
      background-color: transparent !important; }
      .m__filter__contain__items__item select::-ms-expand {
        display: none; }
      @media (max-width: 768px) {
        .m__filter__contain__items__item select {
          margin: 10px 0 0 0;
          padding: 0;
          background-color: white; } }
    .m__filter__contain__items__item:not(:first-child)::after {
      content: '';
      background-image: url("/wp-content/themes/mw-desco/library/images/chevron-right-copy.svg");
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 30px;
      background-color: white;
      background-position: center; }

.l__locationsTabs li {
  padding: 10px !important; }

@media (max-width: 700px) {
  .l__desktopButtons {
    display: none; } }

.l__mobileButtons {
  display: none; }
  @media (max-width: 700px) {
    .l__mobileButtons {
      display: block; } }
  .l__mobileButtons #dropdown-title {
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    position: relative;
    background: transparent;
    color: #001B59;
    font-size: 25px;
    text-transform: none;
    text-align: center; }
    .l__mobileButtons #dropdown-title:after {
      content: url("/wp-content/themes/mw-desco/library/images/arrow.png");
      width: 9px;
      height: 15px;
      -webkit-transform: rotate(90deg) translate(-50%, 0%);
          -ms-transform: rotate(90deg) translate(-50%, 0%);
              transform: rotate(90deg) translate(-50%, 0%);
      position: absolute;
      top: 50%;
      margin-left: 15px; }
  .l__mobileButtons .dropdown-wrapper {
    display: none; }
    .l__mobileButtons .dropdown-wrapper button {
      font-size: 16px;
      color: #001B59;
      padding: 15px;
      margin: 0 auto;
      max-width: 280px;
      display: block; }
      .l__mobileButtons .dropdown-wrapper button.active:after {
        border-bottom: 0 !important; }
    .l__mobileButtons .dropdown-wrapper.active {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }

.sitemap-nav {
  list-style: none;
  padding: 0; }

.children {
  list-style: none; }