/*!
Theme Name: ndrscrs
Theme URI: http://underscores.me/
Author: Pramesh Attwala
Author URI: https://www.prameshattwala.com
Description: Starter theme based on Underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ndrscrs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* For screen readers */
/* don't know about these yet */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 75%;
}
@media screen and (min-width: 40em) {
  html {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 50em) {
  html {
    font-size: 93.75%;
  }
}
@media screen and (min-width: 64em) {
  html {
    font-size: 106.25%;
  }
}
@media screen and (min-width: 100em) {
  html {
    font-size: 118.75%;
  }
}

body {
  font-family: Calibre, Tajawal, 'Noto Sans SC', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.25vw;
}

p {
  font-feature-settings: "kern", "onum", "liga";
  line-height: 1.333333333;
  margin-bottom: 1.7957400002rem;
  padding-top: 0.2042599998rem;
}
@media screen and (min-width: 40em) {
  p {
    margin-bottom: 1.7584661906rem;
    padding-top: 0.2415338094rem;
  }
}
@media screen and (min-width: 50em) {
  p {
    margin-bottom: 1.7569900002rem;
    padding-top: 0.2430099998rem;
  }
}
@media screen and (min-width: 64em) {
  p {
    margin-bottom: 1.7436174511rem;
    padding-top: 0.2563825489rem;
  }
}
@media screen and (min-width: 100em) {
  p {
    margin-bottom: 1.7249022809rem;
    padding-top: 0.2750977191rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #0a2240;
  font-family: Calibre, Tajawal, 'Noto Sans SC', Helvetica, Arial, sans-serif;
  font-feature-settings: "dlig", "liga", "lnum", "kern";
  font-style: normal;
  font-weight: 700;
}

h1, .alpha {
  line-height: 0.875;
  margin-bottom: 1.2858233333rem;
  padding-top: -0.2858233333rem;
}
@media screen and (min-width: 40em) {
  h1, .alpha {
    margin-bottom: 1.2267757143rem;
    padding-top: -0.2267757143rem;
  }
}
@media screen and (min-width: 50em) {
  h1, .alpha {
    margin-bottom: 1.2238233333rem;
    padding-top: -0.2238233333rem;
  }
}
@media screen and (min-width: 64em) {
  h1, .alpha {
    margin-bottom: 2.0213135294rem;
    padding-top: -1.0213135294rem;
  }
}
@media screen and (min-width: 100em) {
  h1, .alpha {
    margin-bottom: 3.1730163158rem;
    padding-top: -2.1730163158rem;
  }
}

h2, .eta {
  font-size: 0.9895833333vw;
  margin-bottom: 1.77vw;
}

h3, .beta {
  font-size: 3.6458333333vw;
  line-height: 0.875;
  margin-bottom: 1.2083233333rem;
  padding-top: -0.2083233333rem;
}
@media screen and (min-width: 40em) {
  h3, .beta {
    margin-bottom: 1.15149rem;
    padding-top: -0.15149rem;
  }
}
@media screen and (min-width: 50em) {
  h3, .beta {
    margin-bottom: 1.1432233333rem;
    padding-top: -0.1432233333rem;
  }
}
@media screen and (min-width: 64em) {
  h3, .beta {
    margin-bottom: 1.3830782353rem;
    padding-top: -0.3830782353rem;
  }
}
@media screen and (min-width: 100em) {
  h3, .beta {
    margin-bottom: 1.7045952632rem;
    padding-top: -0.7045952632rem;
  }
}

h4, .delta {
  font-size: 1.25vw;
  margin-bottom: 0.4624066667rem;
  padding-top: -0.4624066667rem;
}
@media screen and (min-width: 40em) {
  h4, .delta {
    margin-bottom: 0.4251328571rem;
    padding-top: -0.4251328571rem;
  }
}
@media screen and (min-width: 50em) {
  h4, .delta {
    margin-bottom: 0.4236566667rem;
    padding-top: -0.4236566667rem;
  }
}
@media screen and (min-width: 64em) {
  h4, .delta {
    margin-bottom: 0.4102841176rem;
    padding-top: -0.4102841176rem;
  }
}
@media screen and (min-width: 100em) {
  h4, .delta {
    margin-bottom: 0.3915689474rem;
    padding-top: -0.3915689474rem;
  }
}

h5, .epsilon {
  line-height: 0rem;
  font-size: 1.4916666667rem;
  margin-bottom: 0.4624066667rem;
  padding-top: -0.4624066667rem;
}
@media screen and (min-width: 40em) {
  h5, .epsilon {
    font-size: 1.3714285714rem;
    margin-bottom: 0.4251328571rem;
    padding-top: -0.4251328571rem;
  }
}
@media screen and (min-width: 50em) {
  h5, .epsilon {
    font-size: 1.3666666667rem;
    margin-bottom: 0.4236566667rem;
    padding-top: -0.4236566667rem;
  }
}
@media screen and (min-width: 64em) {
  h5, .epsilon {
    font-size: 1.3235294118rem;
    margin-bottom: 0.4102841176rem;
    padding-top: -0.4102841176rem;
  }
}
@media screen and (min-width: 100em) {
  h5, .epsilon {
    font-size: 1.2631578947rem;
    margin-bottom: 0.3915689474rem;
    padding-top: -0.3915689474rem;
  }
}

h6, .zeta {
  line-height: 0rem;
  font-size: 1.3333333333rem;
  margin-bottom: 0.4133233333rem;
  padding-top: -0.4133233333rem;
}
@media screen and (min-width: 40em) {
  h6, .zeta {
    font-size: 1.2142857143rem;
    margin-bottom: 0.3764185714rem;
    padding-top: -0.3764185714rem;
  }
}
@media screen and (min-width: 50em) {
  h6, .zeta {
    font-size: 1.2rem;
    margin-bottom: 0.37199rem;
    padding-top: -0.37199rem;
  }
}
@media screen and (min-width: 64em) {
  h6, .zeta {
    font-size: 1.1764705882rem;
    margin-bottom: 0.3646958824rem;
    padding-top: -0.3646958824rem;
  }
}
@media screen and (min-width: 100em) {
  h6, .zeta {
    font-size: 1.0526315789rem;
    margin-bottom: 0.3263057895rem;
    padding-top: -0.3263057895rem;
  }
}

ol {
  list-style-type: none;
}
ol li {
  counter-increment: top-level;
}
ol li:before {
  content: counter(top-level) ".";
  font-feature-settings: "lnum", "tnum";
  margin-left: -3rem;
  position: absolute;
  text-align: right;
  width: 2em;
}
ol li ul li:before {
  content: "";
}
ol li ul li ol li {
  counter-increment: alt-level;
}
ol li ul li ol li:before {
  content: counter(alt-level) ".";
}
ol li ol li {
  counter-increment: sub-level;
}
ol li ol li:before {
  content: counter(top-level) "." counter(sub-level);
}
ol li ol li ul li:before {
  content: "";
}
ol li ol li ol li {
  counter-increment: sub-sub-level;
}
ol li ol li ol li:before {
  content: counter(top-level) "." counter(sub-level) "." counter(sub-sub-level);
}

table {
  font-family: Calibre, Tajawal, 'Noto Sans SC', Helvetica, Arial, sans-serif;
  font-feature-settings: "liga", "lnum", "tnum", "kern";
  font-style: normal;
  font-weight: 400;
  width: 100%;
  line-height: 2rem;
  font-size: 1.1916666667rem;
  margin-bottom: -0.6305933333rem;
  padding-top: 0.6305933333rem;
}
@media screen and (min-width: 40em) {
  table {
    font-size: 1.0928571429rem;
    margin-bottom: -0.6612242857rem;
    padding-top: 0.6612242857rem;
  }
}
@media screen and (min-width: 50em) {
  table {
    font-size: 1.0866666667rem;
    margin-bottom: -0.6631433333rem;
    padding-top: 0.6631433333rem;
  }
}
@media screen and (min-width: 64em) {
  table {
    font-size: 0.7058823529rem;
    margin-bottom: -0.7811864706rem;
    padding-top: 0.7811864706rem;
  }
}
@media screen and (min-width: 100em) {
  table {
    font-size: 1rem;
    margin-bottom: -0.69001rem;
    padding-top: 0.69001rem;
  }
}
table thead th {
  padding-bottom: 1px;
  line-height: 2rem;
  font-size: 1.3333333333rem;
  margin-bottom: -0.5866766667rem;
  padding-top: 0.5866766667rem;
}
@media screen and (min-width: 40em) {
  table thead th {
    font-size: 1.2142857143rem;
    margin-bottom: -0.6235814286rem;
    padding-top: 0.6235814286rem;
  }
}
@media screen and (min-width: 50em) {
  table thead th {
    font-size: 1.2rem;
    margin-bottom: -0.62801rem;
    padding-top: 0.62801rem;
  }
}
@media screen and (min-width: 64em) {
  table thead th {
    font-size: 1.1764705882rem;
    margin-bottom: -0.6353041176rem;
    padding-top: 0.6353041176rem;
  }
}
@media screen and (min-width: 100em) {
  table thead th {
    font-size: 1.0526315789rem;
    margin-bottom: -0.6736942105rem;
    padding-top: 0.6736942105rem;
  }
}

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

small, .caption {
  font-family: Calibre, Tajawal, 'Noto Sans SC', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.0666666667rem;
}
@media screen and (min-width: 40em) {
  small, .caption {
    font-size: 0.9714285714rem;
  }
}
@media screen and (min-width: 50em) {
  small, .caption {
    font-size: 0.96rem;
  }
}
@media screen and (min-width: 64em) {
  small, .caption {
    font-size: 0.6470588235rem;
  }
}
@media screen and (min-width: 100em) {
  small, .caption {
    font-size: 0.9473684211rem;
  }
}

small {
  line-height: 1rem;
}

.caption {
  color: #0a2240;
  font-size: 0.94vw;
  line-height: 1.15;
  margin-bottom: 1.0708233333rem;
  padding-top: -0.0708233333rem;
}
@media screen and (min-width: 40em) {
  .caption {
    margin-bottom: 1.01399rem;
    padding-top: -0.01399rem;
  }
}
@media screen and (min-width: 50em) {
  .caption {
    margin-bottom: 1.0057233333rem;
    padding-top: -0.0057233333rem;
  }
}
@media screen and (min-width: 64em) {
  .caption {
    margin-bottom: 1.2455782353rem;
    padding-top: -0.2455782353rem;
  }
}
@media screen and (min-width: 100em) {
  .caption {
    margin-bottom: 1.5670952632rem;
    padding-top: -0.5670952632rem;
  }
}

h1 + .caption, .alpha + .caption, h2 + .caption, .beta + .caption, h3 + .caption, .gamma + .caption {
  margin-top: -1rem;
}

.delta + .caption, .epsilon + .caption, .zeta + .caption {
  margin-top: 0rem;
}

.upper {
  font-kerning: normal;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.small-caps {
  font-feature-settings: "smcp", "kern";
  font-kerning: normal;
  letter-spacing: 0.1rem;
}

.lowercase {
  text-transform: none;
}

.lining-numerals {
  font-feature-settings: "lnum", "kern";
}

.oldstyle-numerals {
  font-feature-settings: "onum", "kern";
}

@font-face {
  font-family: "Calibre";
  font-weight: normal;
  font-style: normal;
  src: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Regular.eot);
  src: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Regular.eot#1772140658) format("embedded-opentype"), url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Regular.woff) format("woff"), url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Calibre";
  font-weight: bold;
  font-style: normal;
  src: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Bold.eot);
  src: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Bold.eot#1772140658) format("embedded-opentype"), url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Bold.woff) format("woff"), url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Calibre";
  font-weight: 500;
  font-style: normal;
  src: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Medium.eot);
  src: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Medium.eot#1772140658) format("embedded-opentype"), url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Medium.woff) format("woff"), url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../fonts/CalibreWeb-Medium.woff2) format("woff2");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
}

.home h1 {
  color: white;
  font-size: 7vw;
  margin-bottom: 1.7233233333rem;
  padding-top: -0.7233233333rem;
}
@media screen and (min-width: 40em) {
  .home h1 {
    margin-bottom: 1.6642757143rem;
    padding-top: -0.6642757143rem;
  }
}
@media screen and (min-width: 50em) {
  .home h1 {
    margin-bottom: 1.6613233333rem;
    padding-top: -0.6613233333rem;
  }
}
@media screen and (min-width: 64em) {
  .home h1 {
    margin-bottom: 2.4588135294rem;
    padding-top: -1.4588135294rem;
  }
}
@media screen and (min-width: 100em) {
  .home h1 {
    margin-bottom: 3.6105163158rem;
    padding-top: -2.6105163158rem;
  }
}

h2 {
  color: #d50037;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.3vw;
  margin-left: calc(84.9vw * 0.02086);
  line-height: 1;
}
[class*=" col-"] h2 {
  margin-left: 0;
}

h3 {
  color: #d50037;
}

h4 {
  text-transform: uppercase;
}

.color-red {
  color: #d50037;
}

.color-blue {
  color: #0a2240;
}

h1.blog-header {
  border-bottom: 0.208vw solid #7cdfdf;
  border-right: 0.208vw solid #7cdfdf;
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
}

h1.blog-header a {
  font-size: 3.125vw;
  color: #283D4B;
}

.entry-meta h2 {
  margin-bottom: 0;
}

.studio h1 {
  font-size: 3.646vw;
  color: rgb(208, 0, 22);
  margin-left: 0;
  margin-bottom: 12.5vw;
}

p {
  margin-bottom: 1em;
}

p:empty {
  display: none;
}

dfn,
em,
i {
  font-style: italic;
}

cite {
  font-style: normal;
  font-size: 0.94vw;
  line-height: 1.2222222222;
}

q,
cite {
  display: block;
}

q,
blockquote,
cite {
  color: #0a2240;
}

q {
  quotes: "“" "”" "‘" "’";
  font-weight: bold;
  line-height: 1.0666666667;
  font-size: 1.5625vw;
  margin: 0 2vw;
}
q:before {
  margin-left: -0.4em;
}

cite {
  margin: 2vw 2vw 0;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.emphasis {
  font-size: 2.0833333333vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .emphasis {
    font-size: 1.9999999vw;
  }
}
a.post-thumbnail {
  margin: auto;
}

span.posted-on {
  font-family: "Calibre";
  font-size: 0.938vw;
  margin-left: 1.8vw;
}

p.quote {
  border: 4px solid #A1D2D2;
  font-size: 1.25vw;
  margin: auto;
  width: 27.24vw;
  height: 29.063vw;
  padding: 7.5vw;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0a2240;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #ffffff; /* Fallback for when there is no custom background color defined. */
  min-height: 100vh;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
  margin-top: 1.1vw;
  color: #0a2240;
}

dd {
  margin: 0;
  color: #0a2240;
}

ul {
  line-height: 1.5;
  margin-left: 1.5vw;
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
ul li {
  font-size: 0.94vw;
}
ul li.filter a.active, ul li.filter-group a.active {
  cursor: default;
}
ul li a {
  color: #0a2240;
}
ul li a:active, ul li a.active, ul li a:hover {
  color: #d50037;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  width: 100%;
  display: block;
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

blockquote {
  position: absolute;
  z-index: 2;
  height: auto;
  right: 0;
  bottom: 0;
  margin: 0 1.771014vw 1.771014vw 0;
}
blockquote, blockquote ul {
  width: 25.938648vw;
  height: 25.938648vw;
  padding: 0;
}
blockquote ul {
  position: absolute;
  bottom: 0;
  list-style-type: none;
  border: 0.33vw solid #93dacf;
  height: 25.938648vw;
  font-weight: normal !important;
  text-transform: none !important;
  margin: 0;
  display: table;
}
blockquote ul li {
  display: table-cell;
  vertical-align: middle;
  cursor: default;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.sticky {
  display: block;
  position: fixed;
}

.no-scroll {
  overflow: hidden;
}

.shader, #barba-container:not(.home) .interactive-image:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 34, 64, 0.3);
}

.redline {
  width: 0.2vw;
  height: 30vw;
  top: 0vw;
  left: 0vw;
  z-index: 10;
  position: absolute;
  opacity: 0;
  transform: translateY(-3vw);
  background-color: #d50037;
}

.hidden {
  display: none !important;
}

.fade {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

.fade.active {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.flex {
  display: flex;
}

.show {
  display: block !important;
}

.no-mg-left {
  margin-left: 0 !important;
}

.lead {
  padding: 0;
  margin: 0;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

.anchor-top-right, .team_browser .contact-info, .team_browser .close, button.close {
  position: absolute;
  top: 1vw;
  right: 0.95vw;
  z-index: 2;
}

.noflex {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 4vw 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

#page {
  border-top: 1px solid transparent;
  margin-top: -1px;
}

#redbar {
  position: fixed;
  bottom: 0;
  height: 3.75vw;
  max-height: 50px;
  width: 100%;
  background-color: #d50037;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 1;
}
#redbar.show {
  transform: translateX(0);
}

.projects #redbar.show {
  transform: translateX(100%);
}

#masthead {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000;
  width: 50px;
  height: 100vh;
  background-color: #d50037;
  transition: all 0.5s ease;
}
#masthead .site-branding {
  position: fixed;
  left: 1.823vw;
  top: 1.823vw;
  overflow: hidden;
  width: 13vw;
  height: 3.90625vw;
}

.custom-logo-link img {
  position: absolute;
}

.custom-logo-link img.custom-logo {
  width: 3.90625vw;
  height: auto;
  display: inline-block;
}

.custom-logo-wordmark {
  width: 8.125vw;
  bottom: 0;
  left: calc(3.90625vw + 0.9375vw);
  display: none;
}

.white.custom-logo-link img.custom-logo {
  transform: translateY(-50%);
}
.white .custom-logo-wordmark {
  display: inline-block;
  opacity: 1;
}

.toggled .custom-logo-wordmark {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.barba-container {
  -webkit-transform: translateZ(1);
  -ms-transform: translateZ(1);
  transform: translateZ(1);
  overflow: hidden;
}

#breadcrumbs {
  position: fixed;
  bottom: calc(100vh - 50px);
  right: 0vw;
  height: 50px;
  width: calc(100vh - 50px);
  z-index: 1000002;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  transition: all 0.5s ease;
}
#breadcrumbs a {
  color: #ffffff;
  position: relative;
}
#breadcrumbs .page-title a:after {
  position: absolute;
  content: "";
  bottom: -0.25vw;
  right: -1.5vw;
  background-image: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 0.6vw;
  height: 1.2vw;
  transform: rotate(90deg);
  background-position: center;
}
#breadcrumbs .page-title,
#breadcrumbs .post-title {
  position: absolute;
  font-size: 0.885vw;
  line-height: 0;
  text-align: center;
  color: white;
}
#breadcrumbs .page-title {
  right: 1vw;
  top: 50%;
  font-weight: bold;
  transform: translateY(-60%) rotate(180deg);
}
#breadcrumbs .post-title {
  left: 2vw;
  top: 50%;
  transform: rotate(180deg);
}
#breadcrumbs .scrollbar {
  width: 8.75vw;
  background-color: rgba(255, 255, 255, 0.5);
  height: 4px;
  left: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#breadcrumbs .scrollbar .bar {
  height: 4px;
  width: 0%;
  background-color: #ffffff;
  position: absolute;
  right: 0;
}
#breadcrumbs .social-icons {
  margin-left: 1vw;
  width: 10vw;
  height: 100%;
  line-height: 1;
}
#breadcrumbs .social-icons a {
  display: inline-block;
  transform: rotate(90deg) translateX(-50%);
  margin-right: 0.5vw;
  font-size: 1.5rem;
  line-height: 1;
  top: 46%;
}

@supports (-ms-ime-align: auto) {
  html[lang=ar] #breadcrumbs {
    bottom: 0;
    right: auto;
    left: calc(-16px + 100vw);
    transform: rotate(90deg);
    transform-origin: bottom right;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html[lang=ar] #breadcrumbs {
    bottom: 0;
    right: auto;
    left: calc(-16px + 100vw);
    transform: rotate(90deg);
    transform-origin: bottom right;
  }
}
.toggled #breadcrumbs {
  z-index: 0;
}

.toggled .post-title,
.toggled .page-title {
  display: none;
}

#content {
  position: relative;
}

#hero {
  height: calc(90vh - 4rem - auto);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.entry-header {
  padding-top: 1px;
}

section {
  position: relative;
  padding: 0 7.63vw 0 7.47vw;
  margin: 8.85vw 0;
  width: 100vw;
}
section.bg-white {
  background-color: #ffffff;
}
section.bg-blue {
  background-color: #0a2240;
}
section.bg-grey {
  padding: 8.85vw 7.63vw 8.85vw 7.47vw;
  background-color: #eaebee;
}
section.bg-white + section.bg-white, section.bg-grey + section.bg-grey {
  padding-top: 0;
}
section:last-child {
  padding-bottom: 8.85vw;
  margin-bottom: 0;
}

.row {
  display: flex;
  position: relative;
}

.block {
  margin-left: calc(84.9vw * 0.02086);
}
.home-page-arabic .block {
  margin-left: auto;
  margin-right: calc(84.9vw * 0.02086);
}
.block:last-child {
  margin-right: calc(2.086 * 1%);
}
.block:nth-of-type(1):nth-last-of-type(1) {
  width: calc(84.9vw * 0.46871);
}
.block:nth-of-type(1):nth-last-of-type(1) .col-1:nth-of-type(1) {
  margin-right: 6.82%;
}
.block:nth-of-type(1):nth-last-of-type(2), .block:nth-of-type(1):nth-last-of-type(2) ~ .block {
  width: calc(84.9vw * 0.30552);
}

.main-navigation .newsletter-block, .main-navigation .contact-info-block {
  position: absolute;
  top: 50%;
  transform: translate(105%, -50%);
  transition: transform 0.3s ease-in-out;
  background-color: #d3f0ec;
  padding: 5vw 7.55vw 4vw 0;
  z-index: 1;
}
.main-navigation .newsletter-block a, .main-navigation .contact-info-block a {
  color: #d50037;
}
.main-navigation .newsletter-block button, .main-navigation .contact-info-block button {
  color: #0a2240;
}
.main-navigation .newsletter-block form, .main-navigation .contact-info-block form {
  min-height: 4.5vw;
}
.main-navigation .newsletter-block.active, .main-navigation .contact-info-block.active {
  transform: translate(0, -50%);
}

/**
  * PRE-FOOTER 
  */
#pre-footer {
  background-color: #d3f0ec;
  overflow-y: visible;
}
#pre-footer .inner {
  width: 200%;
  display: flex;
  transition: transform 0.4s ease-in-out;
}
#pre-footer section {
  background-color: transparent;
  width: 50%;
}
#pre-footer .signup-back {
  position: absolute;
  top: 50%;
}
#pre-footer #chevron-left {
  fill: #d50037;
}
#pre-footer .fab {
  font-size: 2vw;
  margin-right: 0.5vw;
  color: #0a2240;
  transition: color 0.1s ease-in-out;
}
#pre-footer .fab:hover {
  color: #d50037;
}
#pre-footer .office-address {
  display: block;
}

#pre-footer .contact-emails {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#pre-footer .contact-emails > div {
  padding-left: 2vw;
  border-left: 0.2vw solid #d50037;
}

.home-page-arabic #pre-footer .contact-emails > div {
  padding-right: 2vw;
  border-right: 0.2vw solid #d50037;
  padding-left: 0;
  border-left: none;
}

.main-navigation .contact-emails > div {
  padding-left: 2vw;
  border-left: 0.2vw solid #ffffff;
}

#pre-footer .contact-emails h4, .main-navigation .contact-emails h4 {
  line-height: 1.3333333333;
  margin-bottom: 0;
}
#pre-footer .contact-emails p, .main-navigation .contact-emails p {
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0;
  line-height: 1.3333333333;
}
#pre-footer .contact-emails p:last-child, .main-navigation .contact-emails p:last-child {
  margin-bottom: 0;
}
#pre-footer .contact-emails b, .main-navigation .contact-emails b {
  font-weight: 500;
}
#pre-footer .contact-emails a, .main-navigation .contact-emails a {
  color: #0a2240;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 1vw;
}
#pre-footer .contact-emails a:hover, .main-navigation .contact-emails a:hover {
  color: #d50037;
}
#pre-footer .contact-emails .icon, .main-navigation .contact-emails .icon {
  display: inline;
  width: 1.25vw;
  height: 1.25vw;
  margin-top: 0.2vw;
}

.show-newsletter-signup {
  transform: translateX(-50%);
}

.office-address h4 {
  line-height: 1.333333;
  margin-bottom: 0;
}
.office-address h4 + p {
  margin-top: 0;
}

.newsletter-block .privacy-statement {
  width: 75%;
  font-size: 1vw;
}

/**
  * THE GRID
  */
[class*=col-] {
  margin-left: calc(84.9vw * 0.02086);
}
[class*=col-] [class*=col-]:nth-of-type(1) {
  margin-left: 0;
}
.home-page-arabic [class*=col-] {
  margin-left: auto;
  margin-right: calc(84.9vw * 0.02086);
}
.home-page-arabic [class*=col-] [class*=col-]:nth-of-type(1) {
  margin-left: auto;
  margin-right: 0;
}
[class*=col-] .block {
  margin-left: 0;
}

.col-1 {
  width: calc(84.9vw * 0.14233);
}

.col-1-and-half {
  width: calc(84.9vw * 0.223925);
}

.col-2, .studio .section-2 .block:nth-of-type(n):nth-last-of-type(n), .home .section-1 .row:nth-of-type(2) .block:nth-child(2) {
  width: calc(84.9vw * 0.30552);
}

.col-2-and-half {
  width: calc(84.9vw * 0.387115);
}

.col-3 {
  width: calc(84.9vw * 0.46871);
}

.col-3-and-half, .covid-19-update .section-1 .row:nth-of-type(2) .block,
.whit-petch .section-1 .row:nth-of-type(2) .block, .studio .section-1 .row:nth-of-type(2) .block, .home .section-1 .row:nth-of-type(2) .block:nth-child(1) {
  width: calc(84.9vw * 0.550305);
}

.col-4 {
  width: calc(84.9vw * 0.6319);
}

.col-4-and-half {
  width: calc(84.9vw * 0.713495);
}

.col-5 {
  width: calc(84.9vw * 0.79509);
}

.col-5-and-half {
  width: calc(84.9vw * 0.876685);
}

.col-6 {
  width: calc(84.9vw * 0.95828);
}

.offset-quarter {
  margin-left: calc(84.9vw * 0.0616575);
}

.offset-half, .home .section-1 .row:nth-of-type(2) .block:nth-child(2) {
  margin-left: calc(84.9vw * 0.102455);
}

.offset-1 {
  margin-left: calc(84.9vw * 0.18405);
}

.offset-1-and-half {
  margin-left: calc(84.9vw * 0.265645);
}

.offset-2 {
  margin-left: calc(84.9vw * 0.34724);
}

.offset-2-and-half {
  margin-left: calc(84.9vw * 0.428835);
}

.offset-3 {
  margin-left: calc(84.9vw * 0.51043);
}

.offset-3-and-half {
  margin-left: calc(84.9vw * 0.592025);
}

.offset-4 {
  margin-left: calc(84.9vw * 0.67362);
}

.offset-4-and-half {
  margin-left: calc(84.9vw * 0.755215);
}

.offset-5 {
  margin-left: calc(84.9vw * 0.83681);
}

.offset-5-and-half {
  margin-left: calc(84.9vw * 0.918405);
}

.row-2 {
  height: calc(84.9vw * 0.30552);
}

.copy.width-narrow {
  width: 75%;
}
.copy.width-bold {
  font-size: 2.083vw;
  font-weight: bold;
  line-height: 1;
}

.hide-on-desktop,
.show-on-mobile {
  display: none;
}

button,
.btn,
input[type=button],
input[type=reset],
input[type=submit],
.ctct-form-field-submit {
  position: relative;
  border: none;
  color: #0a2240;
  font-size: 1.75vw;
  padding: 0.8vw 0 0.8vw 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5166566667rem;
  padding-top: -0.5166566667rem;
}
@media screen and (min-width: 40em) {
  button,
  .btn,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .ctct-form-field-submit {
    margin-bottom: 0.4716328571rem;
    padding-top: -0.4716328571rem;
  }
}
@media screen and (min-width: 50em) {
  button,
  .btn,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .ctct-form-field-submit {
    margin-bottom: 0.46499rem;
    padding-top: -0.46499rem;
  }
}
@media screen and (min-width: 64em) {
  button,
  .btn,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .ctct-form-field-submit {
    margin-bottom: 0.3646958824rem;
    padding-top: -0.3646958824rem;
  }
}
@media screen and (min-width: 100em) {
  button,
  .btn,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .ctct-form-field-submit {
    margin-bottom: 0.6526215789rem;
    padding-top: -0.6526215789rem;
  }
}
button:not(input):after,
.btn:not(input):after,
input[type=button]:not(input):after,
input[type=reset]:not(input):after,
input[type=submit]:not(input):after,
.ctct-form-field-submit:not(input):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 0.2vw;
  background-color: #93dacf;
  transition: all 0.2s ease-in-out;
}
button:hover,
.btn:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.ctct-form-field-submit:hover {
  color: #93dacf !important;
}
button:hover a,
.btn:hover a,
input[type=button]:hover a,
input[type=reset]:hover a,
input[type=submit]:hover a,
.ctct-form-field-submit:hover a {
  color: #93dacf !important;
}
button:hover:after,
.btn:hover:after,
input[type=button]:hover:after,
input[type=reset]:hover:after,
input[type=submit]:hover:after,
.ctct-form-field-submit:hover:after {
  width: 3vw;
  background-color: #0a2240;
}
button.small,
.btn.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.ctct-form-field-submit.small {
  font-size: 1.25vw;
  padding: 0.4vw 0;
}
button.small:after,
.btn.small:after,
input[type=button].small:after,
input[type=reset].small:after,
input[type=submit].small:after,
.ctct-form-field-submit.small:after {
  bottom: 0;
  height: 3px;
  width: 100%;
}
button.small:hover,
.btn.small:hover,
input[type=button].small:hover,
input[type=reset].small:hover,
input[type=submit].small:hover,
.ctct-form-field-submit.small:hover {
  color: #0a2240 !important;
}
button.small:hover:after,
.btn.small:hover:after,
input[type=button].small:hover:after,
input[type=reset].small:hover:after,
input[type=submit].small:hover:after,
.ctct-form-field-submit.small:hover:after {
  background-color: #93dacf;
  width: 1.5vw;
}
button:active, button:focus,
.btn:active,
.btn:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.ctct-form-field-submit:active,
.ctct-form-field-submit:focus {
  outline: none;
}
@media (max-width: 1024px) {
  button,
  .btn,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .ctct-form-field-submit {
    font-size: 1.7rem;
    border-bottom: 3px solid #93dacf;
    display: inline;
  }
  button:after,
  .btn:after,
  input[type=button]:after,
  input[type=reset]:after,
  input[type=submit]:after,
  .ctct-form-field-submit:after {
    width: 3px;
  }
  button:hover,
  .btn:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover,
  .ctct-form-field-submit:hover {
    padding: 0.8vw 0;
  }
  button.small:hover,
  .btn.small:hover,
  input[type=button].small:hover,
  input[type=reset].small:hover,
  input[type=submit].small:hover,
  .ctct-form-field-submit.small:hover {
    padding: 0.4rem 0;
  }
}

.bg-blue button {
  color: #ffffff;
}

@media (max-width: 1024px) {
  input[type=button], input[type=reset], input[type=submit] {
    border: none !important;
  }
  .ctct-form-field-submit:not(input):after {
    display: none;
  }
}
.block.btn {
  display: flex;
  align-items: flex-end;
  padding: 0.8vw 0.8vw 0.8vw 0;
}
.block.btn:hover {
  padding: 0.8vw 0 0.8vw 0.8vw;
}

.chevron-left {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  position: relative;
}
.chevron-left:after {
  position: absolute;
  content: "";
  font-weight: bold;
  top: 22%;
  color: #0a2240;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  line-height: 1;
}
.chevron-left:hover {
  transform: translateX(-6px);
  transition: all 0.2s ease-in-out;
}
.chevron-left:hover:after {
  opacity: 1;
}

button.close {
  border-bottom: none;
  width: 1.5625vw;
  height: 1.3020833333vw;
  background: transparent url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/close_button_white.svg) 0 0 no-repeat;
  background-size: 100%;
  font-size: 0;
  padding: 0;
  margin: 0;
}
button.close.red-x {
  background: transparent url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/close_button_red.svg) 0 0 no-repeat;
  background-size: 100%;
}
button.close.red-arrow {
  background: transparent url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-right-red.svg) 0 0 no-repeat;
  background-size: contain;
  width: 1.0625vw;
}
button.close:hover {
  padding: 0;
}
button.close:after {
  display: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  border-radius: 0;
  padding: 3px 1vw;
  height: 3.5vw;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.ctct-form-field-email input {
  border-radius: 6px;
}

.newsletter-block .mc4wp-form-fields label {
  display: none;
}
.newsletter-block .mc4wp-form-fields input[type=email] {
  width: 50%;
  min-width: 150px;
  margin-right: 1vw;
}
.newsletter-block .mc4wp-response .mc4wp-alert {
  width: 75%;
}
.newsletter-block .ctct-form-wrapper {
  width: 80%;
}
.newsletter-block .ctct-form-wrapper .ctct-form {
  display: flex;
}
.newsletter-block .ctct-form-wrapper .ctct-form label {
  display: none;
}
.newsletter-block .ctct-form-wrapper .ctct-form .ctct-form-field-email {
  width: 75%;
  margin-right: 1vw;
}
.newsletter-block .ctct-form-wrapper .ctct-form .ctct-form-field-email input {
  width: 100%;
}
.newsletter-block .ctct-form-wrapper .ctct-form .ctct-form-field-submit input {
  margin: 0;
  padding: 0;
}
.newsletter-block .ctct-form-wrapper .ctct-form .ctct-form-field-submit::after {
  bottom: 8px;
}
.newsletter-block .ctct-disclosure {
  line-height: 1;
}
.newsletter-block .ctct-disclosure hr {
  display: none;
}
.newsletter-block .ctct-disclosure small {
  font-size: 0.83333vw;
  line-height: 1.2;
  color: #0a2240;
}
.newsletter-block .ctct-dismiss {
  display: none;
}
.newsletter-block .ctct-message {
  background-color: transparent;
  border: none;
  font-weight: bold;
}
.newsletter-block .ctct-message.ctct-success {
  padding-left: 0;
  padding-right: 0;
  color: #0a2240;
}
.newsletter-block .ctct-message.ctct-error {
  padding-top: 0;
  padding-bottom: 0;
  border-left: 2px solid #d50037;
  color: #d50037;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a {
  position: relative;
  text-decoration: none;
  color: #d50037;
  transition: color 0.2s, background-color 0.2s;
}
a:hover, a:focus, a:active {
  color: #d50037;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

.btn a {
  color: #0a2240;
}
.btn a:visited {
  color: #0a2240;
}
.btn a:hover, .btn a:focus, .btn a:active {
  color: #0a2240;
}
.btn a:focus {
  outline: 0;
}
.btn a:hover, .btn a:active {
  outline: 0;
}

.hamburger {
  cursor: pointer;
  position: relative;
  right: 0;
  top: 0;
  z-index: 101;
  padding: 24px 0;
  margin: 0 auto;
}
.hamburger .patty, .hamburger:after, .hamburger:before {
  width: 48%;
  max-width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
  margin: 0 auto;
  opacity: 1;
}
.hamburger:after, .hamburger:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hamburger:after {
  transform: translate(-50%, -10px);
}
.hamburger:before {
  transform: translate(-50%, 8px);
}
.hamburger:hover:after {
  transform: translate(-50%, 4px);
}
.hamburger:hover:before {
  transform: translate(-50%, -6px);
}

.toggled .hamburger {
  background: transparent url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/close_button_white.svg) center center no-repeat;
  background-size: 62%;
}
.toggled .hamburger .patty, .toggled .hamburger:before, .toggled .hamburger:after {
  transition: all 0.1s ease;
  opacity: 0;
}
.toggled .hamburger:before, .toggled .hamburger:after {
  transform: translate(-50%, -2px);
}
.toggled .hamburger:before {
  transform: translate(-50%, 0);
}

.main-navigation {
  position: fixed !important;
  transform: translateX(120vw);
  transition: transform 0.5s ease;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background-color: #d50037;
}
.main-navigation .main-navigation__wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-navigation .tagline {
  display: inline-block;
  line-height: 1;
  color: #FFFFFF;
  font-size: 1.25vw;
  font-weight: bold;
  position: absolute;
  left: 1.821875vw;
  top: 2.821875vw;
}
.main-navigation ul {
  text-transform: none;
  margin: -0.4vw 0 0 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1;
  position: relative;
}
.main-navigation ul a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 0.33vw;
  background-color: #93dacf;
  transition: all 0.2s ease-in-out;
}
.main-navigation ul a:hover {
  color: #0a2240;
}
.main-navigation ul a:hover:after {
  width: 3vw;
}
.main-navigation ul#menu-translations {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
  line-height: 1;
}
.main-navigation ul#menu-translations li {
  flex-basis: 50%;
  margin-bottom: 0;
}
.main-navigation ul#menu-translations a {
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.5vw;
}
.main-navigation ul#menu-translations a:hover:after {
  display: none;
}
.main-navigation ul#menu-translations-mobile {
  display: none;
  margin-bottom: 6rem;
  justify-content: space-between;
  line-height: 1;
}
.main-navigation ul#menu-translations-mobile li {
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1;
}
.main-navigation ul#menu-translations-mobile a {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
}
.main-navigation ul#menu-translations-mobile a:hover:after {
  display: none;
}
.main-navigation li {
  position: relative;
  margin-bottom: 1.3vw;
}
.main-navigation a, .main-navigation button {
  color: #FFFFFF;
}
.main-navigation .social-icons a {
  margin-right: 1.1vw;
  font-size: 3vw;
}
.main-navigation, .main-navigation h4, .main-navigation .contact-emails a {
  color: #FFFFFF;
}
.main-navigation .contact-emails a:hover {
  color: #0a2240;
}
.main-navigation .social-icons {
  font-size: 1.5em;
  margin-top: 1vw;
}
.main-navigation .social-icons a:hover {
  color: #0a2240;
}
.main-navigation p {
  margin-top: 0;
  margin-bottom: 1vw;
}

/* Small menu. */
.toggled .main-navigation {
  transform: translateX(7.55vw);
  opacity: 1;
}

@supports (-ms-ime-align: auto) {
  html[lang=ar] .main-navigation {
    transform: none;
    right: auto;
    left: 120vw;
    transition: left 0.5s ease;
  }
  html[lang=ar].toggled .main-navigation {
    transform: none;
    left: 7.55vw;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html[lang=ar] .main-navigation {
    transform: none;
    right: auto;
    left: 120vw;
    transition: left 0.5s ease;
  }
  html[lang=ar].toggled .main-navigation {
    transform: none;
    left: 7.55vw;
  }
}
.sidebar-menu h2 {
  margin-left: 0;
}
.sidebar-menu h3 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.3;
  color: #d50037;
  letter-spacing: 0.15vw;
}
.sidebar-menu li {
  line-height: 1;
  margin-bottom: 0.5em;
}
.sidebar-menu ul {
  margin: 0 !important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#home-navigation {
  position: fixed;
  right: 1.823vw;
  top: 1.823vw;
  height: 3.90625vw;
  opacity: 1;
  transition: all 0.5s ease;
}
#home-navigation ul {
  display: flex;
  gap: 0.5rem;
  align-items: end;
  height: 100%;
  margin: 0;
  padding: 0;
  text-transform: none;
}
#home-navigation ul li {
  padding: 0.5rem 0.5rem 0 0.5rem;
  line-height: 1;
}
#home-navigation ul li.show-on-mobile {
  display: block;
}
#home-navigation ul a {
  font-size: 1.5vw;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
#home-navigation ul a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 0.25vw;
  background-color: #93dacf;
  transition: all 0.2s ease-in-out;
}
#home-navigation ul a:hover {
  color: #ffffff;
}
#home-navigation ul a:hover:after {
  width: 100%;
}
#home-navigation.hidden {
  display: block !important;
  transform: translateX(-2%);
  opacity: 0;
  pointer-events: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eaebee;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #0a2240;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

@media screen and (min-width: 641px) {
  .mobile-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  display: table;
  content: "";
}
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

@keyframes redline-fadein {
  0% {
    opacity: 0;
    transform: translateY(-3vw);
  }
  20% {
    opacity: 0;
    transform: translateY(-3vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0vw);
  }
}
@-webkit-keyframes redline-fadein {
  0% {
    opacity: 0;
    transform: translateY(-3vw);
  }
  20% {
    opacity: 0;
    transform: translateY(-3vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0vw);
  }
}
@keyframes fadein-1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein-1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-2 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein-2 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.block:nth-child(2) .heading h3 {
  transform: translateX(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.block:nth-child(3) .heading h3 {
  transform: translateX(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}

.job-listings .location {
  transform: translateX(-1vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.featured-project h2 {
  transform: translateX(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}

.featured-project .project-data dl {
  transform: translateX(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
}

.team_browser {
  transform: translateX(2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.page:not(.projects) .site-content h2,
.featured-project h3 {
  transform: translateY(0.5vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.team_browser .team-members,
.image img,
.single-project [class*=section-] .interactive-image,
.featured-project .interactive-image,
.studio .gallery-item {
  transform: translateY(0.5vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.featured-project .project-hero {
  transform: translateY(0.5vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.service-groups__group:nth-child(1) {
  transform: translateY(0.5vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.6s;
  opacity: 0;
}

.service-groups__group:nth-child(2) {
  transform: translateY(0.5vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.8s;
  opacity: 0;
}

.service-groups__group:nth-child(3) {
  transform: translateY(0.5vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 1s;
  opacity: 0;
}

.heading h3,
.blog-highlights h3,
.single-project [class*=section-] h2 {
  transform: translateY(0.5vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.button button,
.btn,
.copy p,
p.copy,
p.lead,
.single-project [class*=section-] p {
  transform: translateY(1vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.blog-post-preview:nth-of-type(1) {
  transform: translateY(1vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.6s;
  opacity: 0;
}

.blog-post-preview:nth-of-type(2) {
  transform: translateY(1vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.8s;
  opacity: 0;
}

blockquote {
  transform: translateY(2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.block:nth-child(2) .copy p {
  transform: translateY(1vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.block:nth-child(3) .copy p {
  transform: translateY(1vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}

.service-groups li,
.sidebar-menu li {
  transform: translateY(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}

.sidebar-menu li:nth-child(2) {
  transform: translateY(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.45s;
  opacity: 0;
}

.sidebar-menu li:nth-child(3) {
  transform: translateY(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}

.sidebar-menu li:nth-child(4) {
  transform: translateY(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.55s;
  opacity: 0;
}

.sidebar-menu li:nth-child(5) {
  transform: translateY(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.6s;
  opacity: 0;
}

.sidebar-menu li:nth-child(6) {
  transform: translateY(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.65s;
  opacity: 0;
}

.sidebar-menu li:nth-child(7) {
  transform: translateY(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
}

.sidebar-menu li:nth-child(8) {
  transform: translateY(-2vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.75s;
  opacity: 0;
}

.sidebar-menu h2 {
  transform: translateY(-0.5vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.35s;
  opacity: 0;
}

.cta-container button {
  transform: translateY(-0.5vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.8s;
  opacity: 0;
}

.cta-container h2 {
  transform: translateY(-0.5vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.85s;
  opacity: 0;
}

.cta-container .social-share {
  transform: translateY(-0.5vw);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.9s;
  opacity: 0;
}

#contact-block .office-address,
#contact-block .heading h3,
#contact-block .heading + p,
#contact-block .social-icons,
#contact-block button {
  transform: translate(0, 0);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}
#contact-block .contact-emails {
  transform: translate(0, 0);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
}

.single-post article, .single-career article {
  -webkit-animation: 0.4s ease-in-out 0s normal forwards 1 fadein-1;
  animation: 0.4s ease-in-out 0s normal forwards 1 fadein-1;
}

.home #hero {
  animation: 1s ease-in-out 0s normal forwards 1 fadein-1;
}
.home #hero .enter {
  animation: 2s ease-in-out 0s normal forwards 1 fadein-2;
}

.redline-fadein {
  animation: 1.2s ease-out 0.2s 1 forwards normal redline-fadein;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  overflow: hidden;
  width: 3.90625vw;
  height: 3.90625vw;
}
.custom-logo-link.white {
  width: 13.2vw;
}

.toggled .custom-logo-link {
  width: 3.90625vw;
}

.interactive-image,
.fullscreen-image {
  position: relative;
  overflow: hidden;
}
.interactive-image .caption,
.fullscreen-image .caption {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
.interactive-image .credit,
.fullscreen-image .credit {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.interactive-image:hover .caption,
.fullscreen-image:hover .caption {
  opacity: 1;
  transform: translateY(0);
}
.interactive-image:hover .credit,
.fullscreen-image:hover .credit {
  opacity: 0;
}

#barba-container:not(.home) .interactive-image {
  cursor: pointer;
}
#barba-container:not(.home) .interactive-image:before {
  content: "+";
  color: #FFFFFF;
  font-size: 3em;
  line-height: 0.45;
  padding: 1vw;
  z-index: 1;
  text-align: right;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  background-color: rgba(10, 34, 64, 0.2);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
#barba-container:not(.home) .interactive-image:hover:before {
  opacity: 1;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* For screen readers */
/* don't know about these yet */
.caption {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 1.2vw;
  max-width: 37.5vw;
  width: calc(100% - 2.4vw);
  margin-bottom: 0;
  padding: 1vw;
  background: #93dacf;
}

.credit {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  padding: 1vw 1.25vw;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 #0a2240;
  font-size: 0.7em;
  line-height: 1em;
}

.full-width-image .credit {
  right: auto;
  left: 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/**
  * CAROUSELS
  */
.gallery {
  width: 90.75vw;
}

.slick-prev,
.slick-next {
  z-index: 2;
}

.slick-prev:after,
.slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  width: 3.75vw;
  height: 100%;
  opacity: 0;
  background: transparent;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

.slick-prev:after {
  background: linear-gradient(90deg, rgba(10, 34, 64, 0.8), rgba(10, 34, 64, 0));
  background-color: transparent !important;
  width: 3.75vw !important;
}

.slick-next:after {
  background: linear-gradient(270deg, rgba(10, 34, 64, 0.8), rgba(10, 34, 64, 0));
  background-color: transparent !important;
  width: 3.75vw !important;
  left: auto;
  right: 0;
}

.gallery .slick-prev:before,
.gallery .slick-next:before,
.fullscreen-gallery .slick-prev:before,
.fullscreen-gallery .slick-next:before,
blockquote ul .slick-prev:before,
blockquote ul .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: 98%;
  width: 2.5vw;
  height: 3.3333333333vw;
  opacity: 1;
  z-index: 2;
}

.gallery .slick-prev:hover,
.gallery .slick-next:hover,
.fullscreen-gallery .slick-prev:hover,
.fullscreen-gallery .slick-next:hover,
blockquote ul .slick-prev:hover,
blockquote ul .slick-next:hover {
  padding: 0;
  transition: all 0.2s ease-in-out;
}

.gallery .slick-prev:hover:before,
.gallery .slick-next:hover:before,
.fullscreen-gallery .slick-prev:hover:before,
.fullscreen-gallery .slick-next:hover:before,
blockquote ul .slick-prev:hover:before,
blockquote ul .slick-next:hover:before {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.slick-prev, [dir=rtl] .slick-next {
  left: 0;
}

.slick-next, [dir=rtl] .slick-prev {
  right: 0;
}

.gallery {
  position: relative;
  margin-left: calc(84.9vw * 0.02086);
}

.home-page-arabic .gallery {
  margin-left: auto;
  margin-right: calc(84.9vw * 0.02086);
}

.gallery .slick-prev,
.gallery .slick-next {
  width: 13.75vw;
  height: 100%;
}

.gallery .slick-prev:before {
  background-image: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-left-white.svg);
  left: 4vw;
}

.gallery .slick-next:before, .gallery [dir=rtl] .slick-prev:before {
  background-image: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-right-white.svg);
  right: 4vw;
}

.gallery:hover .slick-prev:after {
  opacity: 1;
  background: linear-gradient(90deg, rgba(10, 34, 64, 0.8), rgba(10, 34, 64, 0));
}

.gallery:hover .slick-next:after {
  opacity: 1;
  background: linear-gradient(270deg, rgba(10, 34, 64, 0.8), rgba(10, 34, 64, 0));
}

.gallery-item {
  margin-top: 0;
  margin-left: calc(84.9vw * 0.02086);
  position: relative;
}

.gallery-item img {
  width: auto;
  max-width: none;
  height: 39.793479vw;
}

.fullscreen-gallery {
  position: fixed;
  width: calc(100% - 50px);
  top: 0;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: -2000;
}

.fullscreen-gallery.show {
  opacity: 1;
  z-index: 2000;
}

.fullscreen-gallery .close {
  background: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/close_button_red.svg) 0 0 no-repeat;
  background-size: 100%;
  z-index: 100;
}

.fullscreen-gallery .wrapper {
  position: relative;
  height: 100vh;
}

.fullscreen-gallery .slick-prev,
.fullscreen-gallery .slick-next {
  height: 20%;
  width: 6.75vw;
}

.fullscreen-gallery .slick-prev:before {
  background-image: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-left-red.svg);
  left: 2vw;
}

.fullscreen-gallery .slick-next:before {
  background-image: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-right-red.svg);
  right: 2vw;
}

.fullscreen-gallery .caption {
  left: 50%;
  transform: translate(-50%, 100%);
}

.fullscreen-gallery .fullscreen-image {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
}

.fullscreen-gallery .fullscreen-image img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
}

.fullscreen-gallery .fullscreen-image:hover .caption {
  transform: translate(-50%, 0);
}

.fullscreen-gallery .image-container {
  position: relative;
  width: auto;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  overflow: hidden;
}

[dir=rtl] .gallery .slick-prev:before {
  background-image: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-right-white.svg);
  left: auto;
  right: 4vw;
}

[dir=rtl] .gallery .slick-next:before {
  background-image: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-left-white.svg);
  left: 4vw;
  right: auto;
}

[dir=rtl] .gallery:hover .slick-prev {
  background: linear-gradient(270deg, rgba(10, 34, 64, 0.8), rgba(10, 34, 64, 0));
}

[dir=rtl] .gallery:hover .slick-next {
  background: linear-gradient(90deg, rgba(10, 34, 64, 0.8), rgba(10, 34, 64, 0));
}

[dir=rtl] .fullscreen-gallery .slick-prev:before {
  background-image: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-right-red.svg);
  right: 2vw;
  left: auto;
}

[dir=rtl] .fullscreen-gallery .slick-next:before {
  background-image: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-left-red.svg);
  left: 2vw;
  right: auto;
}

[dir=rtl] .fullscreen-gallery .fullscreen-image {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}

[dir=rtl] .fullscreen-gallery .image-container {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

blockquote .slick-list,
blockquote .slick-track {
  height: 100%;
}

blockquote .slick-track {
  display: table;
}

blockquote .slick-initialized .slick-slide,
blockquote .slick-slide {
  display: table-cell;
  float: none;
}

blockquote ul .slick-prev,
blockquote ul .slick-next {
  width: 1.5625vw;
  height: 1.9792vw;
  bottom: -1.771014vw;
  top: auto;
}

blockquote ul .slick-prev:before,
blockquote ul .slick-next:before {
  width: 1.5625vw;
  height: 1.9792vw;
}

blockquote .slick-prev {
  left: -2.5vw;
}

blockquote .slick-prev:before {
  left: 0;
  background-image: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-left-teal.svg);
}

blockquote .slick-next {
  right: -2.5vw;
}

blockquote .slick-next:before {
  right: 0;
  background-image: url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-right-teal.svg);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/****************************************************
  * PAGES
  ***************************************************/
.home .block:nth-of-type(n):nth-last-of-type(n) {
  width: auto;
}
.home #content {
  background-color: #0A2240;
}
.home section {
  padding: 8.85vw 7.63vw 8.85vw 7.47vw;
  margin: 0;
}
.home #hero {
  height: 100vh;
  background-attachment: fixed;
  z-index: 0;
}
.home #hero .inner {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 3;
  text-align: center;
  will-change: transform;
}
.home #hero h1 {
  width: 90%;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 3;
  text-align: center;
  will-change: transform;
  opacity: 0;
}
.home #hero .enter {
  position: fixed;
  left: 50%;
  top: 80%;
  transform: translate3d(-50%, -50%, 0);
  transition: none;
  background: transparent url(https://www.designrp.com/wp-content/themes/ndrscrs/assets/css/../images/chevron-down-white.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 3.75vw;
  height: 3.125vw;
  z-index: 3;
  will-change: transform;
}
.home #hero .enter:after {
  display: none;
}
.home #hero .enter span {
  display: none;
}
.home #hero .video-container {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: 100vh;
  min-width: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: transparent;
}
.home #hero .video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.home #project-hero {
  margin-bottom: 2rem;
}
.home .section-1 .interactive-image {
  cursor: default;
}
.home .section-1 .interactive-image:before {
  content: "";
}
.home .section-1 a .interactive-image {
  cursor: pointer;
}
.home .section-2 p {
  margin-top: 0;
}
.home .section-3 .block,
.home .section-4 .row:nth-of-type(1) .block {
  width: 46.7208945vw !important;
}
.home .section-4 .fade {
  z-index: 1;
  margin-bottom: 4.425vw;
}
.home .section-5 {
  margin-top: 0;
}
.home .bg-grey .services .description {
  background: #eaebee;
}
.home .blog-post-preview {
  margin-bottom: 0;
}
.home #pre-footer section {
  margin: 0;
}

.home-page-arabic h1, .home-page-arabic h2, .home-page-arabic h3 {
  line-height: 1;
}
.home-page-arabic .section-3:before {
  background-position: 10% 50%;
}
.home-page-arabic .services .description {
  right: auto;
  left: calc(84.9vw * 14.233 / 2 / 100);
}

.home-page-chinese h1, .home-page-chinese h3 {
  line-height: 1.2;
}
.home-page-chinese .heading h3 {
  line-height: 1;
}

.services {
  margin-bottom: 3vw;
}
.services ul {
  margin: 0 !important;
}
.services li a:hover {
  color: #d50037;
}
.services p {
  margin-top: 0;
  padding-top: 0;
}
.services h2 {
  margin-left: 0;
}
.services h4 {
  color: #ffffff;
  text-transform: none;
  font-size: 2.0833333333vw;
}
.services ul {
  display: inline-block;
}
.services .filter.active {
  color: #d50037;
}
.home-page-arabic .services .service-groups,
.home-page-arabic .services .service-groups [class*=col-] {
  margin-left: auto;
  margin-right: 0;
}
.services .service-groups {
  display: flex;
  margin-top: 3.8vw;
}
.services .service-groups__group {
  color: #ffffff;
}
.services .service-groups__group p {
  white-space: pre-line;
  line-height: 1.5;
  color: #d3f0ec;
}
.services p {
  margin: 0;
  padding: 0;
}

html[lang=en-CA] .team_browser .team-member {
  cursor: pointer;
}
@media screen and (hover: hover) {
  html[lang=en-CA] .team_browser .team-member:hover .team-member_image, html[lang=en-CA] .team_browser .team-member.active .team-member_image {
    background-color: transparent;
  }
}

.team_browser {
  margin-left: 0;
  margin-top: 1rem;
  width: calc(90.75vw - 50px);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.team_browser [class*=col-] {
  position: relative;
}
.team_browser .slick-prev,
.team_browser .slick-next {
  width: 3.75vw;
  height: 100%;
}
.team_browser .slick-prev:before {
  left: 0.5vw;
}
.team_browser .slick-next:before {
  right: 0.5vw;
}
.team_browser .team-member, .team_browser .team-member_image {
  width: 26.319vw;
  height: 26.319vw;
}
.team_browser .team-member {
  transition: all 0.3s ease-in-out;
}
.team_browser .team-member.active {
  width: 82.5228vw;
  cursor: default;
}
.team_browser .team-member.active .card {
  width: 57vw;
  opacity: 1;
}
.team_browser .team-member.active .team-member_image img {
  opacity: 1;
}
.team_browser .team-member.active .team-member_caption {
  opacity: 0;
}
.team_browser .team-member figure {
  margin: 0;
}
.team_browser .team-member_image {
  background-color: #0a2240;
  background-size: cover;
  background-blend-mode: luminosity;
  transition: background-color 0.3s ease-in-out;
}
.team_browser .team-member_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.team_browser .team-member_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 26.319vw;
  background: linear-gradient(0deg, rgba(10, 34, 64, 0.8), rgba(10, 34, 64, 0));
  background-color: transparent !important;
  padding: 1.2vw;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.team_browser .team-member_caption p {
  color: #ffffff;
  margin: 0;
  line-height: 1;
}
.team_browser .team-member_caption p.name {
  font-size: 2.03125vw;
  font-weight: bold;
}
.team_browser .team-member_caption p.title {
  font-size: 0.9375vw;
  text-transform: uppercase;
}
.team_browser .card,
.team_browser .card-container {
  height: 26.319vw;
}
.team_browser .card-container {
  transition: transform 0.3s ease-in-out;
  background-color: #ffffff;
}
.team_browser .card-container > .col-2, .team_browser .home .section-1 .row:nth-of-type(2) .card-container > .block:nth-child(2), .home .section-1 .row:nth-of-type(2) .team_browser .card-container > .block:nth-child(2) {
  margin: 0;
}
.team_browser .card-container > .col-4 {
  margin-top: -0.4vw;
}
.team_browser .card {
  position: absolute;
  top: 0;
  left: 26.75vw;
  overflow: hidden;
  cursor: default;
  width: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.3s;
}
.team_browser .card.active {
  z-index: 2;
}
.team_browser .card.active .card-container {
  transform: translateY(0);
}
.team_browser .card h4 {
  font-size: 0.94vw;
  line-height: 1.5;
}
.team_browser .card h4 .lowercase {
  font-weight: normal;
}
.team_browser .card p {
  padding: 0;
  margin: 0;
}
.team_browser .contact-info a {
  font-size: 1.5em;
  margin-left: 0.5vw;
  color: #0a2240;
}

.projects .entry-content {
  margin-top: 0;
}
.projects #content section {
  margin-top: 0;
  padding: 0;
}
.projects #project-filters {
  margin-top: 8.85vw;
}
.projects #project-filters {
  margin-left: 4.427vw;
  width: 17.448vw;
}
.projects #project-filters h2 {
  margin-left: 0;
  margin-bottom: 0.5vw;
  font-weight: bold;
  color: #0a2240;
  letter-spacing: 0;
  text-transform: uppercase;
}
.projects #project-filters ul {
  text-transform: none;
  font-weight: normal;
  margin-left: 0;
}
.projects #project-filters li {
  opacity: 0;
}
.projects #project-filters li.label {
  font-weight: bold;
  color: #0a2240;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0.5vw;
}
.projects #project-filters #search-area {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
}
.projects #project-filters #search-area label {
  display: none;
}
.projects #project-filters #search-form {
  position: relative;
  width: 90%;
}
.projects #project-filters #search-field {
  background-color: #ffffff;
  width: 100%;
  height: 2vw;
  padding: 0 2.5vw 0.1vw 0.8vw;
  display: block;
  border: 1px solid #0a2240;
  border-radius: 5vw;
  font-size: 0.94vw;
  color: #0a2240;
}
.projects #project-filters #search-field:focus, .projects #project-filters #search-field:not(:placeholder-shown) {
  outline: none;
  border-color: #d50037;
}
.projects #project-filters .fa-search, .projects #project-filters .fa-times {
  color: #0a2240;
  position: absolute;
  top: 0.5vw;
  right: 0.6vw;
  font-size: 1.1vw;
}
.projects #project-filters .close {
  z-index: 100;
  right: 0.2vw;
  top: 0;
  position: absolute;
  display: none;
}
.projects #projects-list {
  margin-top: 3.75vw;
  margin-bottom: 3.75vw;
  margin-left: 21.875vw;
  width: 70.5729166667vw;
  position: relative;
  left: 0;
}
.projects #projects-list a {
  display: block;
  height: 100%;
}
.projects #projects-list a:hover .project-image:before {
  background-color: rgba(10, 34, 64, 0);
}
.projects #projects-list .no-results {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3.5vw;
  text-transform: none;
}
.projects #projects-list ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.projects #projects-list li {
  line-height: 0.8571428571;
  text-transform: none;
  width: 49.0625%;
  margin-bottom: 1.875%;
  position: relative;
  opacity: 0;
  transform: translateX(1rem);
}
.projects #projects-list h3, .projects #projects-list p {
  color: #ffffff;
  margin: 0;
  transition: text-shadow 0.3s;
}
.projects #projects-list h3 {
  font-size: 1.6666667vw;
}
.projects #projects-list p {
  font-weight: normal;
}
.projects #projects-list .project-title {
  position: absolute;
  bottom: 1.04vw;
  left: 1.5625vw;
  z-index: 2;
  width: 90%;
}
.projects #projects-list .project-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 34, 64, 0.3);
  z-index: 1;
  transition: background-color 0.3s;
}
.projects .project-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.projects .project-image img {
  height: 100%;
  object-fit: cover;
}
.projects .project-image iframe {
  width: 200%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.single-project h1, .single-project [class*=section-] h2 {
  color: #d50037;
  margin: 1.4vw 0vw;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 0.8571428571;
  text-transform: none;
  letter-spacing: 0;
}
.single-project h1 {
  padding-left: 1.77vw;
}
.single-project h2 {
  margin-left: 0;
}
.single-project [class*=section-] h2 {
  margin-top: 0;
}
.single-project .block p:last-child {
  margin-bottom: 3em;
}
.single-project .cluster-image {
  margin-bottom: 1.771014vw;
  z-index: 1;
}
.single-project .project-intro-bottom {
  transform: translateY(3vw);
  opacity: 0;
}
.single-project .project-intro-bottom:has(.row:empty) {
  padding: 0;
  height: 1px;
}
.single-project .project-intro-top {
  height: 36.15vw;
  margin-bottom: 0;
}
.single-project .project-intro-top + section {
  margin-top: 0;
  padding-top: 14vw;
}
.single-project .project-hero,
.single-project .project-impact {
  position: relative;
}
.single-project .project-hero,
.single-project .project-impact,
.single-project .project-awards {
  z-index: 2;
}
.single-project .project-title {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 10.725vw;
  background-color: #ffffff;
  width: 29.480676vw;
  opacity: 0;
  transform: translateX(13.95vw);
}
.single-project .project-hero {
  position: relative;
  height: 46.8766vw;
}
.single-project .project-hero img {
  width: 67.5031vw;
  opacity: 0;
}
.single-project .project-hero .hero-image {
  height: 0;
  width: 67.5031vw;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}
.single-project .project-hero iframe {
  width: 100vw;
  height: 46.8766vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  z-index: 1;
}
.single-project .project-overview .redline {
  display: none;
}
.single-project .project-data dd, .single-project .project-data dt {
  transform: translatey(0.5rem);
  opacity: 0;
}
.single-project .project-data dt:first-of-type {
  margin-top: 0;
}
.single-project .project-awards {
  transform: translateY(-12.25vw);
}
.single-project .project-awards h2 {
  margin-bottom: 1.4vw;
}
.single-project .project-awards dt {
  margin-top: 1.4vw;
}
.single-project .project-impact dd {
  font-size: 2.0833333333vw;
  font-weight: bold;
  line-height: 1;
}
.single-project .project-impact dt {
  margin-top: 1.77vw;
}
.single-project .project-intro-bottom + .bg-white {
  padding-top: 0;
}
.single-project .project-intro-bottom + .layout-cluster-around {
  margin-top: -17.8vw;
}
.single-project .project-intro-bottom.next-cluster-around .project-impact {
  min-height: 38.5vw;
}
.single-project .bg-white:not(:first-child) {
  z-index: 1;
}
.single-project .bg-grey:not(:nth-of-type(2)), .single-project .project-intro-bottom:not(:nth-of-type(2)) {
  padding-top: 19.45vw;
}
.single-project .bg-grey:not(:nth-of-type(2)).layout-carousel .carousel, .single-project .project-intro-bottom:not(:nth-of-type(2)).layout-carousel .carousel {
  display: block;
  position: absolute;
  width: calc(100% - 9.2vw);
}
.single-project .bg-grey:not(:nth-of-type(2)).layout-full-width, .single-project .project-intro-bottom:not(:nth-of-type(2)).layout-full-width {
  padding-bottom: 37vw;
}
.single-project .bg-grey:not(:nth-of-type(2)).layout-full-width .full-width-image, .single-project .project-intro-bottom:not(:nth-of-type(2)).layout-full-width .full-width-image {
  position: absolute;
}
.single-project .bg-grey:not(:nth-of-type(2)).layout-full-width + .bg-white, .single-project .project-intro-bottom:not(:nth-of-type(2)).layout-full-width + .bg-white {
  padding-top: 8.85vw;
}
.single-project .bg-grey:last-child, .single-project .project-intro-bottom:last-child {
  margin-bottom: 16.85vw;
}
.single-project .bg-grey.layout-full-width:last-child, .single-project .layout-full-width.project-intro-bottom:last-child, .single-project .bg-grey.layout-carousel:last-child, .single-project .layout-carousel.project-intro-bottom:last-child {
  margin-bottom: 17.75vw;
}
.single-project .bg-grey.layout-last.layout-carousel, .single-project .layout-last.layout-carousel.project-intro-bottom {
  padding-bottom: 30vw;
}
.single-project .bg-grey.layout-last.layout-carousel .gallery, .single-project .layout-last.layout-carousel.project-intro-bottom .gallery {
  position: absolute;
  width: calc(90.75vw - 50px);
}
.single-project .bg-grey.layout-last.layout-cluster-beside, .single-project .layout-last.layout-cluster-beside.project-intro-bottom {
  padding-bottom: 28.45vw;
}
.single-project .bg-grey.layout-last.layout-cluster-beside .row:last-child, .single-project .layout-last.layout-cluster-beside.project-intro-bottom .row:last-child, .single-project .bg-grey.layout-last.layout-cluster-around .row:last-child, .single-project .layout-last.layout-cluster-around.project-intro-bottom .row:last-child {
  position: absolute;
}
.single-project .layout-next-colour-grey {
  margin-bottom: -19.45vw;
}
.single-project .layout-last.bg-grey + .blog-highlights, .single-project .layout-last.project-intro-bottom + .blog-highlights {
  padding-top: 10vw;
}
.single-project .layout-prev-cluster-beside.layout-prev-colour-grey {
  margin-top: 18.85vw;
}
.single-project .layout-cluster-around .block,
.single-project .layout-cluster-beside .block {
  width: calc(84.9vw * 0.387115);
}
.single-project .layout-cluster-around .row:first-child,
.single-project .layout-cluster-beside .row:first-child {
  z-index: 2;
}
.single-project .layout-cluster-around blockquote,
.single-project .layout-cluster-beside blockquote {
  right: 6.95vw;
}
.single-project .layout-cluster-around .row {
  min-height: 41.6vw;
}
.single-project .layout-cluster-around .row:first-of-type .cluster-image:nth-of-type(1) {
  margin-top: -19.6vw;
  height: 39.793479vw;
}
.single-project .layout-cluster-around .row:nth-of-type(2) .cluster-content {
  margin-top: -16.6vw;
}
.single-project .layout-cluster-around .row:nth-of-type(3) {
  margin-top: -19.6vw;
}
.single-project .layout-cluster-beside {
  min-height: 83.5vw;
}
.single-project .layout-cluster-beside.layout-next-colour-grey {
  margin-bottom: -19.6vw;
}
.single-project .layout-cluster-beside.bg-grey, .single-project .layout-cluster-beside.project-intro-bottom {
  padding-bottom: 31vw;
}
.single-project .layout-cluster-beside.bg-grey .cluster-image, .single-project .layout-cluster-beside.project-intro-bottom .cluster-image {
  position: absolute;
}
.single-project .layout-cluster-beside.bg-white:last-child {
  min-height: 91.5vw;
}
.single-project .layout-cluster-beside .cluster-image:nth-of-type(2) {
  position: absolute;
  right: 1.77vw;
}
.single-project .layout-cluster-beside .cluster-image:nth-of-type(3) {
  position: absolute;
  right: 1.77vw;
  top: 41.77vw;
}
.single-project .layout-cluster-beside blockquote {
  top: 77.5vw;
}
.single-project .layout-full-width .full-width-image {
  margin-left: calc(84.9vw * 0.02086);
}
.single-project .layout-full-width .full-width-image img {
  max-width: none;
  width: 100%;
}
.single-project .layout-full-width .caption {
  left: 1.3vw;
  transform: translate(0, 100%);
}
.single-project .layout-full-width .interactive-image:hover .caption {
  transform: translate(0, 0);
}
.single-project .layout-full-width,
.single-project .layout-full-width-video,
.single-project .layout-carousel {
  padding-right: 0;
}
.single-project .layout-full-width .full-width-video,
.single-project .layout-full-width .full-width-image,
.single-project .layout-full-width .gallery,
.single-project .layout-full-width-video .full-width-video,
.single-project .layout-full-width-video .full-width-image,
.single-project .layout-full-width-video .gallery,
.single-project .layout-carousel .full-width-video,
.single-project .layout-carousel .full-width-image,
.single-project .layout-carousel .gallery {
  width: calc(100% - 1.771014vw - 3.75vw);
}
@media (min-width: 1321px) {
  .single-project .layout-full-width .full-width-video,
  .single-project .layout-full-width .full-width-image,
  .single-project .layout-full-width .gallery,
  .single-project .layout-full-width-video .full-width-video,
  .single-project .layout-full-width-video .full-width-image,
  .single-project .layout-full-width-video .gallery,
  .single-project .layout-carousel .full-width-video,
  .single-project .layout-carousel .full-width-image,
  .single-project .layout-carousel .gallery {
    width: calc(100% - 1.771014vw - 50px);
  }
}
.single-project .layout-full-width blockquote,
.single-project .layout-full-width-video blockquote,
.single-project .layout-carousel blockquote {
  bottom: 2.85vw;
}
.single-project .layout-full-width blockquote ul,
.single-project .layout-full-width-video blockquote ul,
.single-project .layout-carousel blockquote ul {
  position: relative;
}
.single-project .layout-full-width blockquote:nth-child(2),
.single-project .layout-full-width-video blockquote:nth-child(2),
.single-project .layout-carousel blockquote:nth-child(2) {
  right: 14.6vw;
}
.single-project .layout-full-width blockquote:nth-child(3),
.single-project .layout-full-width-video blockquote:nth-child(3),
.single-project .layout-carousel blockquote:nth-child(3) {
  right: 7.6vw;
}
.single-project .layout-full-width-video .full-width-video {
  margin-left: calc(84.9vw * 0.02086);
  position: relative;
  padding-top: calc(56.25% - 50px);
  overflow: hidden;
}
.single-project .layout-full-width-video .full-width-video iframe {
  max-width: none;
  width: 100%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-project article + section:last-child {
  margin-top: 0;
}

.project-data,
.project-awards {
  position: absolute;
  right: -1.77vw;
  width: 15.625845vw;
}
.project-data dl,
.project-awards dl {
  margin: 0;
}
.project-data dt, .project-data dd,
.project-awards dt,
.project-awards dd {
  font-size: 0.94vw;
}
.project-data dt,
.project-awards dt {
  text-transform: uppercase;
  line-height: 1;
}
.project-data dd,
.project-awards dd {
  line-height: 1;
}

.featured-project {
  margin: 8.85vw 0 0;
}
.featured-project h2 {
  font-size: 3vw;
  line-height: 0.8571428571;
  margin-left: 0;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0;
}
.home-page-chinese .featured-project h2 {
  line-height: 1.2;
}
.featured-project h3 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.3vw;
}
.featured-project .project-data h3 {
  margin-top: 3.25vw;
}
.featured-project .project-overview {
  margin-top: 3.25vw;
}
.featured-project .gallery {
  width: 90.75vw;
  height: 22vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
}
.featured-project .gallery-item img {
  height: 22vw;
}

.home-page-arabic .project-data,
.home-page-arabic .project-awards {
  left: -1.77vw;
  right: auto;
}
.home-page-arabic .featured-project h3 {
  letter-spacing: 0;
}

.home-page-chinese .project-data dt,
.home-page-chinese .project-awards dt {
  line-height: 1.5;
}
.home-page-chinese .emphasis {
  line-height: 1.2;
}

.blog .post-thumbnail {
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  padding-top: 0.6vw;
}
.blog article {
  margin-bottom: 4vw;
}

.blog-highlights .col-2:nth-child(2),
.blog-highlights .col-2:nth-child(3) {
  align-self: flex-end;
}
.blog-highlights .blog-post-preview {
  flex-direction: column;
}

.blog-post-preview {
  display: flex;
}
.blog-post-preview:hover .post-thumbnail {
  opacity: 1;
}
.blog-post-preview h2 {
  color: #d50037;
  font-size: 3.6458333333vw;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  margin-bottom: 0.38308rem;
  line-height: 0.875;
  margin-bottom: 1.2083233333rem;
  padding-top: -0.2083233333rem;
}
@media screen and (min-width: 40em) {
  .blog-post-preview h2 {
    margin-bottom: 1.15149rem;
    padding-top: -0.15149rem;
  }
}
@media screen and (min-width: 50em) {
  .blog-post-preview h2 {
    margin-bottom: 1.1432233333rem;
    padding-top: -0.1432233333rem;
  }
}
@media screen and (min-width: 64em) {
  .blog-post-preview h2 {
    margin-bottom: 1.3830782353rem;
    padding-top: -0.3830782353rem;
  }
}
@media screen and (min-width: 100em) {
  .blog-post-preview h2 {
    margin-bottom: 1.7045952632rem;
    padding-top: -0.7045952632rem;
  }
}
.blog-post-preview .btn {
  padding: 0 0 1.5vw;
}

.byline {
  margin-top: 1.5vw;
}
.byline .avatar {
  height: auto;
  margin-right: 1.25vw;
}
.byline .avatar img {
  width: 3.125vw;
}
.byline .entry-meta {
  height: 3.125vw;
}
.byline .entry-meta .author {
  letter-spacing: 0.3vw;
  text-transform: uppercase;
  color: #d50037;
}
.byline .entry-meta .posted-on {
  font-weight: bold;
}
.byline .entry-meta .author,
.byline .entry-meta .posted-on {
  font-size: 0.9895833333vw;
  line-height: 1.65;
}

.single-post .content-area .avatar img {
  width: 5.5vw;
}

.single-post h1 {
  margin-bottom: 0;
  font-size: 3.646vw;
}
.single-post p > img {
  width: 104%;
  margin-left: -2%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.single-post .gallery {
  width: 90.75vw;
  height: 22vw;
  transform: translateX(-29.45vw);
  margin-top: 4vw;
  margin-bottom: 4vw;
}
.single-post .gallery-item img {
  height: 22vw;
}
.single-post blockquote {
  left: 0;
  right: auto;
  bottom: auto;
  margin-top: 0.885507vw;
  margin-left: 0.885507vw;
}
.single-post h1 + .byline {
  margin: 3vw 0 4.5vw;
}

.studio .block:nth-of-type(n):nth-last-of-type(n) {
  width: auto;
}
.studio .job-listings a {
  font-size: 3.6vw;
}
.studio .carousel {
  width: 92.5vw;
  margin-left: calc(84.9vw * -0.02086);
  margin-top: 4vw;
}
.studio .location {
  text-align: right;
}
.studio .location span {
  display: block;
}
.studio .location p {
  margin-top: 10%;
}
.studio .section-1 {
  z-index: 1;
  margin-bottom: -17.67vw;
}
.studio .section-2 {
  padding-top: 17.67vw;
  margin-bottom: 0;
}
.studio .location,
.single-career .location {
  text-transform: uppercase;
}
.studio p.location,
.single-career p.location {
  font-weight: bold;
}

.single-career h1 {
  font-size: 3.646vw;
}
.single-career .location span:not(:first-child):before {
  content: " / ";
}
.single-career main h3 {
  color: #0a2240;
}
.single-career main a {
  color: #0a2240;
}
.single-career main a:hover {
  color: #d50037;
}
.single-career main a p {
  font-weight: bold;
  margin: 0;
}
.single-career main ul {
  font-weight: normal;
  text-transform: none;
  list-style-type: square;
}
.single-career main ul li {
  font-size: 1.25vw;
}
.single-career .cta-container a {
  display: block;
}
.single-career .cta-container button {
  margin-bottom: 2vw;
}
.single-career .sticky {
  top: 0;
}

.single-post .cta-container, .single-career .cta-container {
  margin-top: 5vw;
}
.single-post .cta-container h2, .single-career .cta-container h2 {
  font-size: 0.94vw;
  font-weight: bold;
  color: #0a2240;
  margin-left: 0;
  margin-bottom: 0.5vw;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}
.single-post .cta-container a.social-share, .single-career .cta-container a.social-share {
  font-size: 1.5em;
  margin-right: 0.5vw;
  display: inline-block;
  color: #0a2240;
}
.single-post .cta-container a.social-share:hover, .single-career .cta-container a.social-share:hover {
  color: #d50037;
}
.single-post .cta-container a.social-share:hover:after, .single-career .cta-container a.social-share:hover:after {
  display: none;
}
.single-post .cta-container button, .single-career .cta-container button {
  margin-bottom: 2vw;
}
.single-post .content-area .row, .single-career .content-area .row {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.single-post .content-area article h2, .single-career .content-area article h2 {
  font-size: 2.25vw;
  text-transform: none;
  margin-left: 0;
  margin-top: 1em;
  color: #0a2240;
  letter-spacing: 0;
  margin-bottom: 1.4624066667rem;
  padding-top: -0.4624066667rem;
}
@media screen and (min-width: 40em) {
  .single-post .content-area article h2, .single-career .content-area article h2 {
    margin-bottom: 1.4251328571rem;
    padding-top: -0.4251328571rem;
  }
}
@media screen and (min-width: 50em) {
  .single-post .content-area article h2, .single-career .content-area article h2 {
    margin-bottom: 1.4236566667rem;
    padding-top: -0.4236566667rem;
  }
}
@media screen and (min-width: 64em) {
  .single-post .content-area article h2, .single-career .content-area article h2 {
    margin-bottom: 1.4102841176rem;
    padding-top: -0.4102841176rem;
  }
}
@media screen and (min-width: 100em) {
  .single-post .content-area article h2, .single-career .content-area article h2 {
    margin-bottom: 1.3915689474rem;
    padding-top: -0.3915689474rem;
  }
}
.single-post .content-area article p:last-of-type, .single-career .content-area article p:last-of-type {
  margin-bottom: 0;
}
.single-post .content-area article a, .single-career .content-area article a {
  text-decoration: none;
  background-image: linear-gradient(#93dacf, #93dacf);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 0.15vw;
  transition: background-size 0.2s ease-in-out;
}
.single-post .content-area article a:hover, .single-post .content-area article a:focus, .single-post .content-area article a:active, .single-career .content-area article a:hover, .single-career .content-area article a:focus, .single-career .content-area article a:active {
  background-size: 100% 0.15vw;
}

.filter {
  cursor: pointer;
}

.filter.active {
  color: #d50037;
}

.whit-petch img {
  width: auto;
}

@media screen and (min-width: 1025px) {
  #barba-wrapper:has(.home) #masthead,
  #barba-wrapper:has(.home) #breadcrumbs {
    right: -50px;
  }
  #barba-wrapper:has(.home) #masthead.show,
  #barba-wrapper:has(.home) #breadcrumbs.show {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #barba-container {
    padding-bottom: 50px;
  }
  .anchor-top-right {
    top: 1.5rem;
    right: 1.5rem;
  }
  button.close {
    width: 2rem;
    height: 1.5rem;
  }
  button:after,
  .btn:after,
  input[type=button]:after,
  input[type=reset]:after,
  input[type=submit]:after {
    display: none;
  }
  h2 {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: 3.9px;
  }
  h3 {
    font-size: 3.33333333rem;
    line-height: 0.875;
  }
  h4 {
    font-size: 1.33333333rem;
  }
  p, input {
    font-size: 1.33333333rem;
  }
  q {
    font-size: 1.5625rem;
    margin: 0 2rem;
  }
  cite {
    font-size: 1rem;
    margin: 2rem 2rem 0;
  }
  blockquote {
    position: static;
  }
  blockquote, blockquote ul {
    width: 82vw;
    height: 82vw;
    max-width: 350px;
    max-height: 350px;
    margin: 0 auto;
  }
  blockquote ul {
    border-width: 4px;
  }
  #hero {
    height: 100vh;
  }
  #masthead {
    top: auto;
    bottom: calc(-100vh + 50px);
    transition: transform 0.5s ease;
    height: 100vh;
    width: 100%;
    max-width: none;
  }
  #masthead .site-branding {
    position: absolute;
    z-index: 101;
    left: 13px;
    top: 6px;
    width: 36px;
    height: 36px;
  }
  #home-navigation {
    display: none;
  }
  .toggled #masthead {
    transform: translateY(calc(var(--vh, 1vh) * -100 + 50px));
  }
  .white.custom-logo-link img.custom-logo,
  .custom-logo-link img.custom-logo {
    transform: translateY(-50%);
  }
  .custom-logo-link, .custom-logo-link.white, .toggled .custom-logo-link {
    height: 36px;
    width: 36px;
  }
  .custom-logo-link img.custom-logo, .custom-logo-link.white img.custom-logo, .toggled .custom-logo-link img.custom-logo {
    width: 36px;
  }
  .hamburger {
    width: 45px;
    position: absolute;
    margin: 0 5px 0 0;
  }
  #redbar {
    display: none;
  }
  .redline {
    width: 3px;
  }
  #breadcrumbs {
    width: calc(100vw - 126px);
    transform: none;
    height: 50px;
    bottom: 0;
    max-height: none;
    right: 54px;
  }
  #breadcrumbs .page-title {
    transform: translateY(-60%) rotate(0);
    font-size: 1.25rem;
  }
  #breadcrumbs .social-icons {
    display: none;
  }
  #breadcrumbs .scrollbar,
  #breadcrumbs .post-title {
    display: none;
  }
  #breadcrumbs .page-title a:after {
    bottom: 0.1rem;
    left: -1.5rem;
    width: 0.6rem;
    height: 1.2rem;
    transform: rotate(180deg);
  }
  .main-navigation {
    transform: none;
    z-index: 100;
    position: static !important;
  }
  .main-navigation .col-1 {
    position: relative;
  }
  .main-navigation ul a {
    font-size: 2.4rem;
  }
  .main-navigation ul a:hover:after {
    height: 0.33rem;
  }
  /****************************************************
  * PAGES
  ***************************************************/
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .main-navigation ul a {
    font-size: 2.33333333rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-navigation ul#menu-translations {
    margin-top: 3rem;
    margin-bottom: 0.25rem;
  }
  .main-navigation ul#menu-translations a {
    font-size: 1.25rem;
  }
  .main-navigation .tagline {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 1rem;
    left: 5.5rem;
    top: 1.25rem;
  }
  .main-navigation .contact {
    padding-right: 8.6984295vw;
  }
  .main-navigation .newsletter-signup-cta {
    margin-left: 0;
  }
  .main-navigation button.signup {
    font-size: 1.2rem;
  }
  .main-navigation .newsletter-block, .main-navigation .contact-info-block {
    margin: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    top: auto;
    transform: translate(0, 100%);
    padding: 15% 7.55vw 10% 0;
  }
  .main-navigation .newsletter-block.active, .main-navigation .contact-info-block.active {
    transform: translate(0, 0%);
  }
  .main-navigation .newsletter-block .close, .main-navigation .contact-info-block .close {
    background: #d50037;
    width: 24px;
    height: 0.33rem;
    top: 2rem;
    right: 1.2rem;
  }
  .main-navigation .newsletter-block .ctct-form-wrapper {
    width: 100%;
  }
  .main-navigation .newsletter-block .ctct-form-wrapper .ctct-form {
    margin-bottom: 1rem;
    display: block;
  }
  .main-navigation .newsletter-block .ctct-form-wrapper .ctct-form .ctct-form-field-email {
    width: 100%;
  }
  .main-navigation .newsletter-block .ctct-form-wrapper .ctct-form input[type=email] {
    width: 100%;
    height: 3rem;
    margin: 1rem 0;
  }
  .main-navigation .newsletter-block .ctct-disclosure small {
    font-size: 11px;
  }
  .main-navigation .newsletter-block > .show-on-mobile {
    margin-top: 1rem;
  }
  .main-navigation .newsletter-block > .show-on-mobile .office-address {
    margin-bottom: 2rem;
  }
  .main-navigation .newsletter-block > .show-on-mobile .office-address, .main-navigation .newsletter-block > .show-on-mobile .office-address h4 {
    color: #0a2240;
  }
  .main-navigation .newsletter-block > .show-on-mobile button {
    font-size: 1.4rem;
  }
  .main-navigation .social-icons a {
    font-size: 2.25rem;
    margin-right: 1rem;
  }
  .main-navigation > .row {
    width: 100%;
  }
  .main-navigation .contact {
    align-self: flex-end;
    margin-bottom: 1rem;
  }
  .main-navigation .social-icons {
    margin-top: 1.25rem;
  }
  .sidebar h2 {
    margin-bottom: 2rem;
  }
  .toggled .main-navigation {
    transform: translateX(0vw);
    opacity: 1;
  }
  .toggled .main-navigation .tagline {
    opacity: 1;
  }
  .container {
    cursor: pointer;
  }
  .gallery {
    width: 90.75vw !important;
  }
  .fullscreen-gallery {
    width: 100%;
  }
  .fullscreen-gallery .slick-prev {
    display: none !important;
  }
  .fullscreen-gallery .slick-next {
    display: none !important;
  }
  ul li,
  .single-career main ul li {
    font-size: 1.333333rem;
    margin-left: 0;
  }
  ul {
    margin-left: 1.5rem;
  }
  .interactive-image:before {
    opacity: 1;
    font-size: 3rem;
    background-color: transparent;
  }
  .gallery .slick-prev, .gallery:hover .slick-prev {
    background: linear-gradient(90deg, rgba(10, 34, 64, 0.3), rgba(10, 34, 64, 0));
  }
  .gallery .slick-next, .gallery:hover .slick-next {
    background: linear-gradient(270deg, rgba(10, 34, 64, 0.3), rgba(10, 34, 64, 0));
  }
  .block,
  .block:first-child:nth-last-child(n+1),
  .block:first-child:nth-last-child(n+1) ~ .block,
  .block:first-child:nth-last-child(n+2),
  .block:first-child:nth-last-child(n+2) ~ .block {
    width: 100%;
  }
  .flex-col {
    display: flex;
  }
  .just-cont-between {
    justify-content: space-between;
  }
  .mobile-row {
    width: 100% !important;
    flex-direction: column;
  }
  .mobile-row-col > * {
    flex-direction: column;
  }
  .col-1-sm {
    width: calc(84.9vw * 0.14233);
  }
  .col-2-sm {
    width: calc(84.9vw * 0.30552);
  }
  .col-2-and-half-sm {
    width: calc(84.9vw * 0.387115);
  }
  .col-3-sm {
    width: calc(84.9vw * 0.46871);
  }
  .col-3-and-half-sm {
    width: calc(84.9vw * 0.550305);
  }
  .col-4-sm {
    width: calc(84.9vw * 0.6319);
  }
  .col-5-sm {
    width: calc(84.9vw * 0.79509);
  }
  .col-6-sm, .single-project .project-title {
    width: calc(84.9vw * 0.95828);
  }
  .col-full {
    width: 100%;
    margin-left: 1.771014vw;
    padding-right: 1.771014vw;
  }
  .offset-half-sm {
    margin-left: calc(84.9vw * 0.102455);
  }
  .offset-0-sm {
    margin-left: calc(84.9vw * 0.02086);
  }
  .offset-1-sm {
    margin-left: calc(84.9vw * 0.18405);
  }
  .offset-2-sm {
    margin-left: calc(84.9vw * 0.34724);
  }
  .offset-3-sm {
    margin-left: calc(84.9vw * 0.51043);
  }
  .offset-4-sm {
    margin-left: calc(84.9vw * 0.67362);
  }
  .offset-5-sm {
    margin-left: calc(84.9vw * 0.83681);
  }
  .margin35 {
    margin-top: 35vw;
  }
  .hide-on-mobile,
  .show-on-desktop {
    display: none !important;
  }
  .show-on-mobile,
  .hide-on-desktop {
    display: block !important;
  }
  #pre-footer .fab {
    font-size: 3rem;
    margin-right: 0;
  }
  #pre-footer .fab.fa-instagram {
    margin-right: 0.5rem;
  }
  .home-page-arabic #pre-footer .fab.fa-instagram {
    margin-left: 0.5rem;
    margin-right: auto;
  }
  #pre-footer button.small {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  .office-address h4 + p {
    font-size: 1.3rem;
  }
  .contact-social {
    margin-top: 2rem;
  }
  button.small {
    font-size: 1.1rem;
    padding: 0.4rem 0;
  }
  .copy.width-narrow {
    width: 90%;
  }
  .copy.width-bold {
    font-size: 2rem;
  }
  .mobile-drop-down ul li {
    font-family: Calibre, Helvetica, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 2.5vw !important;
    text-transform: uppercase;
  }
  .redline {
    left: calc(20px + 0.8vw) !important;
    height: 200px !important;
    top: -100px !important;
  }
  .home section {
    padding: 2.8333333333rem;
  }
  .home .section-3 .redline {
    height: 230px !important;
    top: -60px !important;
  }
  .home-page-arabic .redline {
    left: auto !important;
    right: 5vw !important;
  }
  .services > .row {
    flex-direction: column;
  }
  .services > [class*=col-] {
    height: auto;
    width: 100%;
  }
  .gallery-item img {
    height: 55.185vw;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 4.5vw !important;
    height: 6.333333vw !important;
  }
  .service-groups {
    position: relative;
    margin-left: 0;
  }
  .home-page-arabic .service-groups {
    margin-left: auto;
    margin-right: 0;
  }
  .service-groups .slick-prev:before,
  .service-groups .slick-next:before {
    top: 42vw;
  }
  [class*=section-] .block {
    width: auto !important;
    margin-left: 1.771014vw;
  }
  .home #hero {
    background-attachment: initial;
    height: 100vw;
  }
  .home #hero .inner {
    height: 100vw;
    top: 0;
  }
  .home #hero .video-container {
    height: 100vw;
  }
  .home #hero .video-container video {
    height: 100%;
  }
  .home #hero h1 {
    font-size: 9.5vw;
    line-height: 1;
    width: 100%;
    top: 50%;
    position: absolute;
  }
  .home #hero .redline {
    top: auto !important;
    bottom: -17.5%;
  }
  .home #hero .enter {
    display: none;
  }
  .home [class*=section-] .block,
  .home .section-4 .row:nth-of-type(1) .block {
    width: auto !important;
    margin-left: 1.771014vw;
  }
  .home .section-1 .row:nth-of-type(2) .block:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    margin-left: 1.771014vw;
    margin-top: 1rem;
  }
  .home .section-1 .image {
    max-width: 400px;
  }
  .home .section-3:before {
    display: none;
  }
  .team_browser .slick-prev, .team_browser .slick-next {
    width: 3.75rem;
  }
  .team_browser .slick-prev:before {
    left: 1rem;
  }
  .team_browser .slick-next:before {
    right: 1rem;
  }
  .team_browser .team-member, .team_browser .team-member_image {
    width: 80.655vw;
    height: 80.655vw;
  }
  .team_browser .team-member_caption {
    width: 80.655vw;
    padding: 1rem;
  }
  .team_browser .team-member_caption p.name {
    font-size: 2rem;
  }
  .team_browser .team-member_caption p.title {
    font-size: 1rem;
  }
  .team_browser .card {
    display: none;
  }
  .team_browser .team-member.active {
    width: 80.655vw;
    transition: none;
  }
  .team_browser button.close {
    top: 1rem;
    right: 1rem;
  }
  .team_browser .contact-info {
    right: 0;
    top: 0;
  }
  .team_browser .contact-info a {
    font-size: 2.5rem !important;
    margin-left: 0.5rem;
    color: #0a2240 !important;
  }
  .home .card-modal {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    transform: translateX(100vw);
    transition: transform 0.3s ease-in-out;
    background: #ffffff;
    overflow: hidden;
    z-index: 100;
  }
  .home .card-modal .card {
    transform: none;
    transition: none;
    overflow: visible;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(var(--vh, 1vh) * 100);
  }
  .home .card-modal .card h4 {
    font-size: 1.33333333rem;
    margin-bottom: 1rem;
  }
  .home .card-modal .card .card-container {
    transform: none;
    background: #ffffff;
    height: auto;
    min-height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    display: block;
    padding: 13.5vw 7.47vw;
    width: 100%;
  }
  .home .card-modal .card .card-container .row {
    flex-direction: column;
  }
  .home .card-modal .card .card-container .post-thumbnail {
    margin-bottom: 2rem;
  }
  .home .card-modal .card .card-container [class*=col-] {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .home .card-modal .contact-info {
    position: absolute;
    right: 0;
    top: 0;
  }
  .home .card-modal .contact-info a {
    font-size: 2.5rem !important;
    margin-left: 0.5rem;
    color: #0a2240 !important;
  }
  .home .card-modal.visible {
    transform: translateX(0);
  }
  .featured-project {
    margin-top: -8.85vw;
    padding-bottom: 16vw;
  }
  .featured-project.bg-grey {
    padding-top: 0;
    padding-bottom: 16vw;
  }
  .featured-project .project-data {
    width: calc(84.9vw * 0.95828);
    position: static;
  }
  .featured-project h2 {
    font-size: 3.3333333rem;
  }
  .featured-project h3 {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: 3.9px;
  }
  .featured-project .project-hero {
    width: calc(100% + 7.63vw + 7.47vw);
    margin: 0 0 8.85vw -7.47vw;
  }
  .featured-project .project-data dl {
    margin-top: 8.85vw;
  }
  .featured-project .project-overview {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .featured-project .gallery {
    height: auto;
  }
  .featured-project .gallery-item img {
    height: 55.185vw;
  }
  .home-page-arabic .featured-project .project-hero {
    margin: 0 -7.47vw 8.85vw 0;
  }
  .projects {
    height: auto;
  }
  .projects section {
    margin: 0;
    padding: 0;
  }
  .projects .row {
    display: inline-block;
    width: 100%;
  }
  .projects #project-filters {
    margin-left: 3.427vw;
    width: 26.448vw;
  }
  .projects #project-filters #search-area {
    margin-top: 2rem;
  }
  .projects #project-filters h2, .projects #project-filters li, .projects #project-filters #search-field {
    font-size: 1rem;
  }
  .projects #project-filters li.label {
    margin-top: 0.75rem;
  }
  .projects #project-filters #search-field {
    height: 3vw;
  }
  .projects #project-filters .fa-search, .projects #project-filters .fa-times {
    top: 0.7vw;
    right: 1vw;
    font-size: 1.6vw;
  }
  .projects #projects-list {
    margin-left: 29.875vw;
    width: 67.572917vw;
  }
  .projects #projects-list h3 {
    font-size: 1.5rem;
  }
  .projects #projects-list p {
    font-size: 1rem;
  }
  .projects #projects-list li a:hover {
    color: #0a2240;
  }
  .projects #projects-list li a.active:hover {
    color: #d50037;
  }
  .projects #projects-list .index {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .projects #projects-list .no-results {
    font-size: 2.5rem;
  }
  .projects .project-images {
    display: none;
    position: fixed;
    bottom: 55%;
    height: 45%;
    margin-left: 0;
    width: 100%;
  }
  .projects .project-images img {
    width: 100vw;
    height: auto;
    transform: none;
  }
  .single-project [class*=section-] {
    margin-top: 10vw !important;
    padding-right: 7.63vw;
  }
  .single-project [class*=section-] .row {
    min-height: auto;
    margin-top: 0 !important;
  }
  .single-project h1, .single-project [class*=section-] h2 {
    font-size: 3.3333333rem;
  }
  .single-project .redline {
    left: -2% !important;
    top: -200px !important;
  }
  .single-project [class*=section-] h2 {
    margin-bottom: 1rem;
  }
  .single-project .project-hero {
    width: 100%;
    height: 100vw;
    margin: 0;
  }
  .single-project .project-hero img {
    width: 100vw;
    height: 100vw;
    max-width: none;
    opacity: 1;
    object-fit: cover;
  }
  .single-project .project-hero .redline {
    display: none;
    height: 220px !important;
    top: 110% !important;
    left: 16% !important;
  }
  .single-project .project-hero .hero-image {
    width: 100vw;
  }
  .single-project .project-hero iframe {
    width: 178vw;
    height: 100vw;
  }
  .single-project .project-title {
    position: absolute;
    z-index: 3;
    background: white;
    padding: 1rem;
    float: right;
    transform: translate(100%, -50%);
    margin: 0;
    bottom: inherit;
  }
  .single-project .project-title h1 {
    opacity: 1;
    transform: none !important;
  }
  .single-project .project-overview {
    background-color: #eaebee;
    width: 100%;
    margin: 0;
    padding: 8.75rem 7.63vw 5rem 3.47vw;
    position: relative;
    transform: translateY(5.7rem);
    opacity: 0;
  }
  .single-project .project-overview .offset-1 {
    margin-left: 20vw;
  }
  .single-project .project-overview .redline {
    display: block;
    height: calc(90% - 5rem) !important;
    top: 10% !important;
    left: 14% !important;
  }
  .single-project .project-data {
    position: relative;
    width: 100%;
    right: 0;
  }
  .single-project .project-intro-bottom h2 {
    margin-bottom: 1rem;
  }
  .single-project .project-intro-bottom .row {
    display: block;
  }
  .single-project .project-intro-bottom.next-cluster-around .project-impact {
    min-height: auto;
  }
  .single-project .project-awards {
    transform: none;
    position: static;
    width: auto;
    margin-top: 2rem;
  }
  .single-project .project-awards dl dt,
  .single-project .project-awards dl dd {
    font-size: 1rem;
    line-height: 1.3333;
  }
  .single-project .project-awards dt {
    margin-top: 1.5rem;
  }
  .single-project .project-impact dt {
    font-size: 1rem;
    line-height: 1;
    margin-top: 1.5rem;
  }
  .single-project .project-impact dd {
    font-size: 2rem;
  }
  .single-project [class*=section-] .row {
    flex-direction: column;
  }
  .single-project .bg-grey:not(:nth-of-type(2)).layout-prev-cluster-beside {
    padding: 8.85vw 0 8.85vw 7.47vw;
  }
  .single-project .bg-grey:not(:nth-of-type(2)).layout-carousel .carousel {
    position: inherit;
    width: 100%;
  }
  .single-project .bg-grey.layout-last.layout-carousel {
    padding-bottom: 20vw;
  }
  .single-project .layout-last.bg-grey + .blog-highlights {
    padding-top: 0;
  }
  .single-project .block p:first-child {
    margin-top: 0;
  }
  .single-project .block p:last-child {
    margin-bottom: 1em;
  }
  .single-project blockquote {
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
  .single-project .bottom-cta {
    text-align: center;
  }
  .single-project .gallery {
    width: 100vw !important;
    margin-left: 0;
    left: -7.47vw;
    position: relative !important;
  }
  .single-project .layout-cluster-beside.layout-next-colour-grey {
    margin-bottom: inherit;
  }
  .single-project .layout-full-width-video .full-width-video {
    margin-left: 0;
    padding-top: 56.25vw;
    width: 100vw;
    left: -7.47vw;
  }
  .project-awards dt, .project-awards dd,
  .project-data dt,
  .project-data dd {
    font-size: 1.25rem;
  }
  .project-awards dt,
  .project-data dt {
    margin-top: 1rem;
  }
  .project-overview .emphasis {
    font-size: 1.9166666667rem;
  }
  .blog-highlights {
    margin-top: 5rem;
  }
  .blog-highlights .row {
    flex-wrap: wrap;
  }
  .blog-highlights .btn h2 {
    font-size: 1.666rem;
    line-height: 1.1666;
  }
  .blog-highlights .byline .entry-meta {
    margin-left: 0;
  }
  .blog-highlights .byline .avatar {
    display: none;
  }
  .blog-post-preview {
    margin-top: 1rem;
    flex-direction: column;
  }
  .blog-post-preview .post-thumbnail {
    opacity: 1;
    margin-bottom: 1rem;
  }
  .byline {
    min-height: 3rem;
    margin-top: 1rem;
  }
  .byline .entry-meta {
    margin-left: 1rem;
    height: auto;
  }
  .byline .entry-meta .author,
  .byline .entry-meta .posted-on {
    font-size: 13px;
    line-height: 1.2;
  }
  .byline .avatar {
    height: auto;
    width: auto;
    margin-right: 0;
  }
  .byline .avatar img {
    width: 2.5rem !important;
  }
  .blog h2 {
    font-size: 2.333333rem;
  }
  .single-post h1 {
    font-size: 3.33333333rem;
  }
  .single-post .recent-posts {
    display: none;
  }
  .single-post .blog-content {
    width: 100%;
    margin-left: 0;
  }
  .studio h1 {
    font-size: 40px;
    margin-bottom: 1.5vw;
  }
  .studio .job-listings .btn {
    display: inline;
  }
  .studio .job-listings .row {
    flex-direction: row;
    margin-bottom: 1rem;
  }
  .studio .location {
    order: 1;
    flex-basis: 45%;
  }
  .studio .location p {
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  .location {
    text-align: left;
  }
  .single-career h1 {
    font-size: 3.33333333rem;
  }
  .single-career .sticky {
    position: static;
  }
  .single-career .content-area .row, .single-post .content-area .row {
    flex-direction: column;
  }
  .single-career aside, .single-post aside {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
  }
  .single-career .cta-container, .single-post .cta-container {
    order: -1;
    margin-top: 0;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
  }
  .single-career .cta-container h2, .single-post .cta-container h2 {
    display: none;
  }
  .single-career .cta-container > a, .single-post .cta-container > a {
    order: 1;
    margin-top: 2rem;
    width: 130px;
  }
  .single-career .cta-container a.social-share, .single-post .cta-container a.social-share {
    font-size: 2.5rem;
    margin-right: 0.5rem;
  }
  #pre-footer {
    padding-bottom: 3vw;
  }
  #pre-footer p.social-icons {
    margin-top: 2rem;
  }
  #pre-footer .ctct-form-wrapper .ctct-form-field {
    display: inline;
  }
  #pre-footer .ctct-form label,
  #pre-footer form[id*=mc4wp-form] label {
    display: none;
  }
  #pre-footer .ctct-form input[type=email],
  #pre-footer form[id*=mc4wp-form] input[type=email] {
    width: 100%;
    height: 3rem;
    margin: 0.5rem 0;
  }
  #pre-footer .ctct-form input[type=submit],
  #pre-footer form[id*=mc4wp-form] input[type=submit] {
    width: auto;
  }
  #pre-footer .ctct-disclosure {
    line-height: 1.18;
    margin: 1rem 0;
  }
  #pre-footer .ctct-disclosure hr {
    display: none;
  }
  #pre-footer .ctct-disclosure small {
    line-height: 1.18;
  }
  #pre-footer .ctct-form-wrapper .ctct-message.ctct-success {
    border: none;
    padding: 0;
    color: #0a2240;
    font-weight: 500;
  }
  #pre-footer .ctct-form-wrapper .ctct-message.ctct-success .ctct-dismiss {
    display: none;
  }
  #pre-footer .office-address p {
    margin-bottom: 0;
  }
  #pre-footer h4, #pre-footer p, #pre-footer a, .main-navigation .contact-info-block h4, .main-navigation .contact-info-block p, .main-navigation .contact-info-block a {
    color: #0a2240;
  }
  #pre-footer .contact-emails, .main-navigation .contact-info-block .contact-emails {
    margin-top: 2rem;
  }
  #pre-footer .contact-emails div, .main-navigation .contact-info-block .contact-emails div {
    border-left: none;
    padding-left: 0;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 3px solid #d50037;
  }
  #pre-footer .contact-emails p:last-child, .main-navigation .contact-info-block .contact-emails p:last-child {
    margin-bottom: 1em;
  }
  #pre-footer .contact-emails .icon, .main-navigation .contact-info-block .contact-emails .icon {
    display: inline;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .services .service-group__description p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .projects #projects-list ul {
    justify-content: flex-start;
  }
  .projects #projects-list li {
    width: 100%;
    margin-bottom: 3.75%;
  }
  .services .service-groups {
    flex-direction: column;
  }
  .services .service-groups__group {
    margin-bottom: 1.5rem;
    margin-left: 0;
    width: 100%;
  }
  .services .service-groups__group h4 {
    display: block;
    font-size: 24px;
    position: relative;
  }
  .services .service-groups__group h4:after {
    content: "+";
    position: absolute;
    right: 0;
  }
  .services .service-groups__group.open h4:after {
    content: "–";
  }
}
@media screen and (max-width: 640px) {
  .main-navigation ul#menu-translations-mobile {
    display: flex;
  }
  .main-navigation ul#menu-translations {
    display: none;
  }
  .main-navigation .main-navigation__wrapper > .row {
    flex-wrap: wrap;
  }
  .main-navigation .main-navigation__wrapper > .row > [class*=col-] {
    margin-left: 8.6984295vw;
  }
  .main-navigation .main-navigation__wrapper > .row .contact {
    margin-top: 5rem;
    width: 100%;
  }
  .main-navigation .main-navigation__wrapper > .row .contact .social-icons,
  .main-navigation .main-navigation__wrapper > .row .contact .newsletter-signup-cta {
    width: 100%;
  }
  .projects #project-filters {
    z-index: 2;
    width: 100%;
    margin: 0;
    transform: translatey(-3px);
  }
  .projects #project-filters .drawer {
    transition: transform 0.2s ease-in-out;
    transform: translatey(-125%);
    padding: 0 20px 20px;
    background-color: #ffffff;
    width: 100%;
    position: absolute;
  }
  .projects #project-filters li, .projects #project-filters h2, .projects #project-filters #search-field {
    font-size: 1.4rem;
    padding: 0.2rem 0;
  }
  .projects #project-filters h2 {
    margin-bottom: 0;
    padding: 20px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    opacity: 1;
  }
  .projects #project-filters h2:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    color: #0a2240;
    z-index: 1;
    font-size: 18px;
    padding: 0;
    margin: 0;
    top: 20px;
  }
  .projects #project-filters.open .drawer {
    transform: translatey(0);
  }
  .projects #project-filters.open h2:before {
    content: "\f068";
  }
  .projects #project-filters #search-field {
    height: 3rem;
    padding: 0 2.5rem 0.1rem 0.8rem;
  }
  .projects #project-filters #search-form {
    width: 100%;
  }
  .projects #project-filters .fa-search, .projects #project-filters .fa-times {
    top: 0.7rem;
    right: 0.8rem;
    font-size: 1.6rem;
  }
  .projects #projects-list {
    margin-left: 0;
    width: 100vw;
    padding: 40px 20px 0;
  }
  .projects #projects-list li {
    transform: translateX(0);
  }
}