/*!
    Theme Name: Elva Theme
    Theme URI: http://elva.org
    Author: Lasha Tavartkiladze
    Version: 2.0
*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'GothamOTF';
  font-style: normal;
  font-weight: 700;
  src: url('ui/fonts/gotham/Gotham-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'GothamOTF';
  font-style: normal;
  font-weight: 400;
  src: url('ui/fonts/gotham/Gotham-Book.otf') format('opentype');
}
@font-face {
  font-family: 'GothamOTF';
  font-style: normal;
  font-weight: 200;
  src: url('ui/fonts/gotham/Gotham-Light.otf') format('opentype');
}
@font-face {
  font-family: 'HelveticaNeueLTS';
  font-style: normal;
  font-weight: 100;
  src: url('ui/fonts/helvetica/HelveticaNeueLTStd-UltLt.otf') format('opentype');
}
@font-face {
  font-family: 'HelveticaNeueLTS';
  font-style: normal;
  font-weight: 200;
  src: url('ui/fonts/helvetica/HelveticaNeueLTStd-Lt.otf') format('opentype');
}
@font-face {
  font-family: 'HelveticaNeueLTS';
  font-style: normal;
  font-weight: 400;
  src: url('ui/fonts/helvetica/HelveticaNeueLTStd-Roman.otf') format('opentype');
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  /* 10px */
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  height: inherit;
  font-family: 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #282828;
}
body,
ul,
ol,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
  padding: 0;
}
li {
  display: block;
  list-style-type: none;
}
iframe {
  width: 100%;
  height: 100%;
}
a {
  border-bottom: 1px solid transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.15s;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
#w-header {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  height: 60px;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
}
#w-header #elva-logo {
  position: absolute;
  left: 0;
  top: 0;
}
#w-header #w-nav {
  position: relative;
  top: 2.5rem;
  display: inline-block;
}
#w-header #w-nav li {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem;
}
#w-header #w-nav li:last-child {
  margin-right: 0;
}
#w-header #w-nav li span {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-left: 2px;
  padding: 2px 0 0 1px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fc610f;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
#w-header #w-nav a {
  font-weight: 200;
  color: #212a3e;
}
#w-header #w-nav a:hover {
  color: #000;
  border-color: #555;
}
#w-header #w-nav .active-nav-item a,
#w-header #w-nav .current-menu-item a,
#w-header #w-nav .active-nav-item a:hover,
#w-header #w-nav .current-menu-item a:hover {
  font-weight: 400;
  border-color: #000;
  color: #000;
}
#w-header .w-platform-user-actions {
  position: absolute;
  top: 1rem;
  right: 0;
}
#w-header .w-pu-login {
  font-weight: 200;
  color: #00aad3;
}
#w-header .w-pu-login:hover {
  border-color: #00aad3;
}
#w-header .w-pu-signup {
  display: inline-block;
  margin-left: 1.3rem;
  padding: 1.5rem;
  border: 0;
  font-weight: bold;
  background-color: #00c18b;
  color: #fff;
  border-radius: 3px;
  transition: all 0.22s;
}
#w-header .w-pu-signup:hover {
  background-color: #01d499;
}
@media (max-width: 800px) {
  #w-header {
    height: auto;
    margin-bottom: 8.6rem;
    font-size: 2rem;
    text-align: center;
  }
  #w-header #elva-logo {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
  }
  #w-header #w-nav {
    width: 100%;
    padding: 3rem 0 1.8rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #w-header #w-nav li {
    display: block;
    width: 100%;
    margin: 0 0 1.2rem;
  }
  #w-header #w-nav .active-nav-item a,
  #w-header #w-nav .current-menu-item a,
  #w-header #w-nav .active-nav-item a:hover,
  #w-header #w-nav .current-menu-item a:hover {
    font-weight: 500;
  }
  #w-header .w-platform-user-actions {
    position: relative;
    float: right;
    display: none;
  }
}
@media (max-width: 600px) {
  #w-header {
    font-size: 1.6rem;
  }
}
#w-footer {
  height: 74px;
  padding-top: 3rem;
  font-size: 1.4rem;
  font-weight: 200;
}
#w-footer section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#w-footer a {
  margin-left: 1.5rem;
  color: #00aad3;
}
#w-footer a:hover {
  border-color: #00aad3;
}
#w-footer img {
  float: right;
  height: 30px;
  margin-top: -0.8rem;
}
@media (max-width: 400px) {
  #w-footer a {
    display: none;
  }
}
.w-page-heading {
  position: relative;
  max-width: 1200px;
  margin: 12rem auto 16.2rem;
  color: #212a3e;
  text-align: center;
}
.w-page-heading hgroup {
  display: inline-block;
  max-width: 70%;
}
.w-page-heading h1 {
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  font-size: 6rem;
  letter-spacing: -0.3rem;
  line-height: 1.2;
  font-weight: 200;
}
.w-page-heading h2,
.w-page-heading h3,
.w-page-heading p {
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 100;
}
@media (max-width: 900px) {
  .w-page-heading {
    margin-top: 6rem;
    margin-bottom: 8.1rem;
  }
}
@media (max-width: 600px) {
  .w-page-heading hgroup {
    max-width: 100%;
  }
  .w-page-heading h1 {
    font-size: 4rem;
    letter-spacing: -0.2rem;
  }
  .w-page-heading h2,
  .w-page-heading h3,
  .w-page-heading p {
    font-size: 2rem;
  }
}
.w-sub-heading {
  position: relative;
  max-width: 50%;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 100;
  color: #212a3e;
  text-align: left;
}
.w-sub-heading hgroup {
  display: inline-block;
  max-width: 55%;
}
.w-sub-heading h3 {
  margin-bottom: 2.5rem;
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  font-size: 6rem;
  letter-spacing: -0.3rem;
  line-height: 1.1;
  font-weight: 200;
}
.w-sub-heading strong {
  display: block;
  margin-top: 2.9rem;
  font-weight: normal;
}
.w-sub-heading a {
  color: #00aad3;
}
.w-sub-heading a:hover {
  border-color: #00aad3;
}
@media (max-width: 1300px) {
  .w-sub-heading {
    font-size: 2.2rem;
  }
  .w-sub-heading h3 {
    font-size: 4.4rem;
  }
}
@media (max-width: 1050px) {
  .w-sub-heading {
    font-size: 2rem;
  }
  .w-sub-heading h3 {
    font-size: 4rem;
    letter-spacing: -0.2rem;
  }
}
.page-coming-soon {
  min-height: 100%;
  min-height: calc(100% - 74px);
  padding-top: 3rem;
  background-color: #effffa;
}
.page-coming-soon .w-page-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 100%;
  margin: 0;
}
@media (max-width: 1300px) {
  .page-coming-soon,
  .page-template-template-coming-soon #w-footer {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (max-width: 800px) {
  .page-coming-soon #w-header {
    margin: 0;
  }
  .page-coming-soon #w-header #w-nav {
    display: none;
  }
  .page-coming-soon .w-page-heading {
    width: 80%;
  }
}
#w-landing-page {
  position: relative;
}
@media (max-width: 1300px) {
  #w-landing-page > section,
  #w-landing-page #w-footer {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
#w-lp-promo {
  padding-top: 3rem;
  background-color: #e8ecf3;
}
#w-lp-promo > figure {
  max-width: 1200px;
  height: 625px;
  margin: 0 auto;
  border: 10px solid #000;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-position: center center;
  background-size: cover;
  height: 1px;
  border: 0;
}
@media (max-width: 1000px) {
  #w-lp-promo figure {
    /*height: 350px;*/
  }
}
@media (max-width: 600px) {
  #w-lp-promo figure {
    /*height: 200px;*/
  }
}
#w-lp-platform {
  position: relative;
  padding: 10rem 0 0;
  background-size: cover;
  text-align: right;
  overflow: hidden;
}
#w-lp-platform:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(32, 42, 60, 0.7) 100%);
  content: '';
}
#w-lp-platform article {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
#w-lp-platform .w-sub-heading {
  float: left;
  max-width: 30%;
  margin-top: 4rem;
  color: rgba(255, 255, 255, 0.9);
}
#w-lp-platform .w-sub-heading h3 {
  max-width: 90%;
}
#w-lp-platform img {
  display: inline-block;
  max-width: 62%;
  margin-bottom: -6rem;
}
@media (max-width: 1000px) {
  #w-lp-platform {
    text-align: center;
  }
  #w-lp-platform .w-sub-heading {
    display: inline-block;
    float: none;
    max-width: 100%;
    margin: 0 0 6rem;
    text-align: center;
  }
  #w-lp-platform .w-sub-heading h3 {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  #w-lp-platform .w-sub-heading strong {
    margin-top: 2rem;
  }
  #w-lp-platform img {
    max-width: 100%;
  }
}
#w-lp-case-studies {
  position: relative;
  padding: 8rem 0;
  background-color: #202a3c;
  color: #6e7c96;
}
#w-lp-case-studies article {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
#w-lp-case-studies article:after {
  display: block;
  clear: both;
  content: '';
}
#w-lp-case-studies article > figure {
  position: relative;
  float: left;
  display: none;
  width: 50%;
  height: 550px;
  margin-right: 7%;
  background-size: cover;
}
#w-lp-case-studies article > figure:before {
  position: absolute;
  z-index: -1;
  right: 1rem;
  left: 1rem;
  height: 100%;
  margin: -1.1rem 0 0 0;
  background-color: #2c3a53;
  content: '';
}
#w-lp-case-studies article > figure:after {
  position: absolute;
  z-index: -2;
  right: 2rem;
  left: 2rem;
  height: 100%;
  margin: -1.8rem 0 0 0;
  background-color: #394b6b;
  content: '';
}
#w-lp-case-studies .w-sub-heading {
  max-width: 55%;
  margin: 0 auto 10rem;
  font-size: 2rem;
  text-align: center;
  color: inherit;
}
#w-lp-case-studies .w-sub-heading h3 {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  font-weight: 400;
  color: #fff;
}
#w-lp-case-studies a {
  position: relative;
  display: inline-block;
  width: 43%;
  margin: 0.8rem 0 3.2rem;
  opacity: 0.6;
  transition: opacity 0.1s;
}
#w-lp-case-studies a figure {
  float: left;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 2.5rem;
  border: 8px solid #32415d;
  background-size: cover;
  border-radius: 100%;
}
#w-lp-case-studies a:hover {
  opacity: 1;
}
#w-lp-case-studies hgroup {
  position: absolute;
  top: 50%;
  left: 170px;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
#w-lp-case-studies h4 {
  position: relative;
  left: -0.2rem;
  margin: 0 0 0.1rem;
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  font-size: 2.1rem;
  letter-spacing: -0.2rem;
  font-weight: 500;
  color: #fff;
}
#w-lp-case-studies h5 {
  font-weight: normal;
  font-size: 1.4rem;
  color: #00c18b;
}
@media (max-width: 1000px) {
  #w-lp-case-studies .w-sub-heading {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  #w-lp-case-studies article > figure {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
  }
  #w-lp-case-studies .w-sub-heading {
    margin-bottom: 8.5rem;
  }
  #w-lp-case-studies a {
    width: 100%;
  }
  #w-lp-case-studies h4 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (max-width: 400px) {
  #w-lp-case-studies a figure {
    width: 110px;
    height: 110px;
    margin-top: -1rem;
    border-width: 5px;
  }
  #w-lp-case-studies hgroup {
    left: 130px;
  }
}
#w-lp-partners {
  max-width: 1200px;
  padding: 9rem 0 7rem;
  margin: 0 auto;
  overflow: visible;
}
#w-lp-partners:after {
  display: block;
  clear: both;
  content: '';
}
#w-lp-partners .w-sub-heading {
  max-width: 100%;
  text-align: center;
}
#w-lp-partners .w-sub-heading h3 {
  line-height: 1;
  color: #00b3dc;
}
#w-lp-partners article > div {
  padding: 4em 0 3.5em;
  font-size: 1rem;
}
#w-lp-partners article > div:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#w-lp-partners a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  max-height: 200px;
}
#w-lp-partners a > img {
  max-width: 100%;
  max-height: 100%;
}
#w-lp-partners ul {
  padding: 4em 0 3.5em;
  font-size: 1rem;
}
#w-lp-partners ul:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 1px;
}
#w-lp-partners li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /*float: left;*/
  text-align: center;
  width: 19.8%;
  width: calc(20% - 1px);
}
#w-lp-partners ul.pl-four > li {
  width: 24.8%;
  width: calc(25% - 1px);
}
#w-lp-partners article > div:nth-child(2) {
  padding-bottom: 5.5em;
}
#w-lp-partners .logo-undp {
  max-height: 190px;
  /*margin-right: 6.5em;*/
}
#w-lp-partners .logo-universiteitleiden {
  max-width: 210px;
  /*margin-right: 4.8em;*/
}
#w-lp-partners .logo-usaid {
  max-width: 125px;
}
#w-lp-partners .logo-peacefulchange {
  /*margin-right: 5em;*/
}
#w-lp-partners .logo-nlmfa {
  max-width: 280px;
  /*margin-right: 4em;*/
}
#w-lp-partners .logo-mercycorps {
  max-width: 210px;
}
#w-lp-partners .logo-magti {
  /*margin-right: 7em;*/
}
#w-lp-partners .logo-saferworld {
  max-width: 160px;
}
#w-lp-partners .logo-ukaid {
  max-width: 90px;
}
#w-lp-partners .logo-canada {
  max-width: 170px;
}
#w-lp-partners .logo-denhaag {
  max-width: 167px;
}
#w-lp-partners .logo-eu {
  max-width: 125px;
}
#w-lp-partners .logo-gcc {
  max-width: 200px;
}
#w-lp-partners .logo-humanitariangrandchallenge {
  max-width: 110px;
}
#w-lp-partners .logo-icrc {
  width: calc(16% - 1px);
}
#w-lp-partners .logo-icrc > a {
  max-width: 85px;
}
#w-lp-partners .logo-interpeace {
  width: calc(16% - 1px);
}
#w-lp-partners .logo-interpeace > a {
  max-width: 155px;
}
#w-lp-partners .logo-iom {
  width: calc(28% - 1px);
}
#w-lp-partners .logo-iom > a {
  max-width: 180px;
}
#w-lp-partners .logo-lse {
  margin-right: 6em;
}
@media (max-width: 1300px) {
  #w-lp-partners article {
    zoom: 0.86;
  }
  #w-lp-partners article > div {
    text-align: center;
    font-size: 10px;
  }
}
@media (max-width: 800px) {
  #w-lp-partners {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 1200px) {
  #w-lp-partners article > div {
    font-size: 7px;
  }
}
@media (max-width: 1080px) {
  #w-lp-partners article {
    zoom: 0.75;
  }
}
@media (max-width: 960px) {
  #w-lp-partners article {
    zoom: 0.6;
  }
   > div {
    font-size: 5px;
  }
}
@media (max-width: 800px) {
  #w-lp-partners article {
    zoom: 0.5;
  }
   > div {
    font-size: 3px;
  }
}
@media (max-width: 700px) {
  #w-lp-partners article {
    zoom: 0.4;
    margin: 0 -4rem;
  }
}
@media (max-width: 500px) {
  #w-lp-partners article {
    zoom: 0.3;
  }
}
@media (max-width: 400px) {
  #w-lp-partners article {
    zoom: 0.28;
  }
}
#w-lp-github {
  padding: 9rem 0 8.5rem;
  background-color: #f2f0f1;
  text-align: center;
}
#w-lp-github article {
  max-width: 1200px;
  margin: 0 auto;
}
#w-lp-github .w-sub-heading {
  max-width: 45%;
  margin: 0 auto 2.5rem;
  font-size: 2rem;
  font-weight: 200;
  text-align: center;
}
#w-lp-github .w-sub-heading h3 {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  font-weight: 500;
}
#w-lp-github a {
  margin-left: -1rem;
  font-size: 4rem;
  font-weight: 100;
  color: #00aad3;
}
#w-lp-github a:hover {
  border-color: #00aad3;
}
@media (max-width: 1000px) {
  #w-lp-github .w-sub-heading {
    max-width: 100%;
  }
  #w-lp-github a {
    zoom: 0.8;
  }
}
#w-products-page {
  position: relative;
}
#w-products-page #w-footer {
  background-color: #f8fafc;
}
@media (max-width: 1300px) {
  #w-products-page > section,
  #w-products-page #w-footer {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
#w-product-platform {
  position: relative;
  min-height: 100%;
  min-height: calc(100% - 74px);
  background-size: cover;
}
#w-product-platform:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
#w-product-platform .w-product-header-wrapper {
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 3rem 0 4rem;
  z-index: 2;
}
#w-product-platform .w-product-header-wrapper #w-header .w-pu-login {
  color: rgba(255, 255, 255, 0.7);
}
#w-product-platform .w-product-header-wrapper #w-header .w-pu-login:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
#w-product-platform .w-product-header-wrapper #w-header #w-nav a {
  color: rgba(255, 255, 255, 0.7);
}
#w-product-platform .w-product-header-wrapper #w-header #w-nav a:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
#w-product-platform .w-product-header-wrapper #w-header #w-nav .current-menu-item a {
  color: #fff;
  border-color: #fff;
}
#w-product-platform .w-page-heading {
  margin-top: 8rem;
  margin-bottom: 13.8rem;
  color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
#w-product-platform .w-page-heading hgroup {
  max-width: 68%;
}
#w-product-platform .w-page-heading nav {
  margin-top: 2rem;
}
#w-product-platform .w-page-heading a {
  margin: 0 1rem;
  color: #00c8f6;
}
#w-product-platform .w-page-heading a:hover {
  border-color: #00c8f6;
}
#w-product-platform article {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow-y: hidden;
  color: rgba(255, 255, 255, 0.9);
}
#w-product-platform article img {
  position: relative;
  max-width: 700px;
  left: -5rem;
  margin-bottom: -6rem;
}
#w-product-platform article .side-primary,
#w-product-platform article .side-secondary {
  position: absolute;
  text-align: left;
}
#w-product-platform article .side-primary {
  top: 3.6rem;
  right: 0;
  width: 260px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
}
#w-product-platform article .side-primary > h3 {
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  letter-spacing: -3px;
  font-size: 6rem;
  font-weight: 200;
  margin-bottom: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
}
#w-product-platform article .side-primary > em {
  position: relative;
  display: inline-block;
  top: 12rem;
  left: 0.6rem;
  padding-top: 0.5rem;
  border-top: 1px solid #00c8f6;
  font-weight: 200;
  font-style: italic;
  color: #00c8f6;
}
#w-product-platform article .side-secondary {
  top: 7.4rem;
  left: 0.2rem;
  width: 150px;
  font-weight: 200;
}
#w-product-platform article .side-secondary > h3 {
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  letter-spacing: -3px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: -2px;
  font-weight: 400;
  color: #00eaa8;
}
#w-product-platform article .side-secondary a {
  color: #00c8f6;
}
#w-product-platform article .side-secondary a:hover {
  border-color: #00c8f6;
}
.w-products-bg-5 > #w-product-platform:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 70%, rgba(32, 42, 60, 0.7) 100%);
}
.w-products-bg-5 > #w-product-platform .w-product-header-wrapper {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}
.w-products-bg-4 > #w-product-platform:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(32, 42, 60, 0.65) 100%);
}
.w-products-bg-4 > #w-product-platform .w-product-header-wrapper {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.w-products-bg-3 > #w-product-platform:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.45) 70%, rgba(32, 42, 60, 0.6) 100%);
}
.w-products-bg-3 > #w-product-platform .w-product-header-wrapper {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.w-products-bg-2 > #w-product-platform:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 70%, rgba(32, 42, 60, 0.7) 100%);
}
.w-products-bg-2 > #w-product-platform .w-product-header-wrapper {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.w-products-bg-1 > #w-product-platform:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.55) 70%, rgba(32, 42, 60, 0.8) 100%);
}
.w-products-bg-1 > #w-product-platform .w-product-header-wrapper {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1200px) {
  #w-product-platform {
    padding-bottom: 10rem;
  }
  #w-product-platform article {
    overflow-y: visible;
  }
  #w-product-platform article img {
    left: auto;
    max-width: 80%;
    margin: 0;
  }
  #w-product-platform article .side-primary,
  #w-product-platform article .side-secondary {
    position: relative;
    float: none;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  #w-product-platform article .side-primary {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 3rem 0;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1.1;
  }
  #w-product-platform article .side-primary h3 {
    margin-bottom: 0.8rem;
    font-size: 4rem;
    letter-spacing: -0.2rem;
  }
  #w-product-platform article .side-primary em {
    top: auto;
    left: auto;
    display: block;
    margin: 3rem 0 5rem;
    font-size: 1.8rem;
  }
  #w-product-platform article .side-secondary {
    top: auto;
    left: auto;
    padding-top: 3.4rem;
  }
}
@media (max-width: 800px) {
  #w-product-platform {
    padding-bottom: 9rem;
  }
  #w-product-platform .w-product-header-wrapper {
    margin-right: -6rem;
    margin-left: -6rem;
    padding-bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%) !important;
  }
  #w-product-platform #w-header #w-nav {
    border: 0;
  }
  #w-product-platform .w-page-heading {
    margin-top: 11rem;
    margin-bottom: 10.5rem;
  }
}
@media (max-width: 600px) {
  #w-product-platform .w-page-heading hgroup {
    max-width: 100%;
  }
  #w-product-platform .w-page-heading nav {
    display: inline-block;
  }
  #w-product-platform .w-page-heading a {
    display: block;
    margin: 0 0 0.2rem;
  }
}
#w-product-platform-features {
  padding: 9rem 0 8.5rem;
  background-color: #202a3c;
  color: #6e7c96;
}
#w-product-platform-features article {
  max-width: 1200px;
  margin: 0 auto;
}
#w-product-platform-features article:after {
  display: block;
  clear: both;
  content: '';
}
#w-product-platform-features li {
  position: relative;
  display: inline-block;
  width: 33.3%;
  width: calc(100% / 3);
  float: left;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
#w-product-platform-features li:first-child {
  padding-left: 0.5rem;
  padding-right: 3.5rem;
}
#w-product-platform-features li:first-child svg {
  left: -3.1rem;
  width: 95px;
}
#w-product-platform-features li:first-child h3 {
  padding-left: 3.8rem;
}
#w-product-platform-features li:last-child {
  padding-right: 0.5rem;
  padding-left: 3.5rem;
}
#w-product-platform-features li:last-child svg {
  left: 0.7rem;
  width: 90px;
  stroke-width: 0;
  fill: #00c18b;
}
#w-product-platform-features li:last-child h3 {
  padding-left: 4.4rem;
}
#w-product-platform-features span {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 0 0 45% 0;
  border: 2px solid #01bb68;
  border-radius: 100px;
  vertical-align: middle;
}
#w-product-platform-features svg {
  position: absolute;
  top: -6.1rem;
  left: -0.7rem;
  display: inline-block;
  stroke: #00c18b;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  fill: none;
  width: 100px;
}
#w-product-platform-features h3 {
  padding-left: 6.4rem;
  margin-bottom: 0.8rem;
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  letter-spacing: -0.2rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
@media (max-width: 800px) {
  #w-product-platform-features {
    font-size: 1.4rem;
  }
  #w-product-platform-features li,
  #w-product-platform-features li:first-child,
  #w-product-platform-features li:last-child {
    width: 100%;
    margin: 0 0 7rem;
    padding: 0;
  }
  #w-product-platform-features li:first-child h3 {
    padding-left: 4.4rem;
  }
  #w-product-platform-features li:nth-child(2) svg {
    left: -2.1rem;
  }
  #w-product-platform-features li:nth-child(2) h3 {
    padding-left: 5.2rem;
  }
  #w-product-platform-features li:last-child {
    margin: 0;
  }
  #w-product-platform-features li:last-child svg {
    left: -3rem;
  }
  #w-product-platform-features svg {
    top: -6.4rem;
    width: 80px;
  }
  #w-product-platform-features h3 {
    font-size: 2.2rem;
  }
}
#w-product-c-to-action {
  padding: 8rem 0 8.5rem;
  background-color: #fff;
  color: #202a3c;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1;
  text-align: center;
}
#w-product-c-to-action > h3 {
  max-width: 50%;
  margin: 0 auto 2rem;
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  letter-spacing: -0.3rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 0.8;
  color: #00b3dc;
}
#w-product-c-to-action > h4 {
  display: block;
  margin-top: 2.6rem;
}
#w-product-c-to-action > h4 a {
  display: inline-block;
  padding: 1.1rem 2rem 1.3rem;
  background-color: #00c18b;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  transition: all 0.22s;
}
#w-product-c-to-action > h4 a:hover {
  background-color: #01d499;
}
@media (max-width: 1000px) {
  #w-product-c-to-actio > h3 {
    max-width: 100%;
  }
}
#w-product-pdi {
  padding: 9rem 0;
  background-color: #e8ecf3;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  color: #212a3e;
}
#w-product-pdi article {
  max-width: 1200px;
  margin: 0 auto;
}
#w-product-pdi article:after {
  display: block;
  clear: both;
  content: '';
}
#w-product-pdi img {
  float: right;
}
#w-product-pdi .w-sub-heading {
  float: left;
  max-width: 28%;
  text-align: left;
  font-size: 3rem;
  font-weight: 100;
}
@media (max-width: 1100px) {
  #w-product-pdi {
    text-align: center;
  }
  #w-product-pdi img {
    float: none;
  }
  #w-product-pdi .w-sub-heading {
    float: none;
    max-width: 100%;
    margin-bottom: 3.5rem;
    font-size: 2rem;
    text-align: center;
  }
  #w-product-pdi .w-sub-heading h3 {
    font-size: 4rem;
    line-height: 1;
  }
}
#w-product-refugee {
  padding: 9rem 0 8rem;
  background-color: #fff;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  color: #212a3e;
}
#w-product-refugee article {
  max-width: 1200px;
  margin: 0 auto;
}
#w-product-refugee article:after {
  display: block;
  clear: both;
  content: '';
}
#w-product-refugee img {
  float: left;
  max-width: 42%;
}
#w-product-refugee .w-sub-heading {
  float: right;
  max-width: 48%;
  text-align: left;
  font-size: 3rem;
  font-weight: 100;
}
#w-product-refugee .w-sub-heading strong {
  margin-top: 3.4rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 1000px) {
  #w-product-refugee {
    text-align: center;
  }
  #w-product-refugee img {
    float: none;
    max-width: 100%;
  }
  #w-product-refugee .w-sub-heading {
    float: none;
    max-width: 100%;
    margin-bottom: 3.5rem;
    font-size: 2rem;
    text-align: center;
  }
  #w-product-refugee .w-sub-heading h3 {
    font-size: 4rem;
    line-height: 1;
  }
  #w-product-refugee .w-sub-heading strong {
    font-size: 1.9rem;
    margin: 2.5rem 0;
  }
}
#w-services {
  position: relative;
  padding-top: 3rem;
  background-color: #f0fcff;
}
#w-services #w-header #w-nav {
  border-color: #00b3dc;
}
#w-services .w-page-heading {
  margin-bottom: 17rem;
}
#w-services .w-page-heading hgroup {
  max-width: 79%;
}
@media (max-width: 1300px) {
  #w-services #w-services-header,
  #w-services #w-services-description,
  .page-template-template-services #w-footer {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
#w-services-list ul {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
#w-services-list ul:after {
  display: block;
  clear: both;
  content: '';
}
#w-services-list li {
  position: relative;
  width: 50%;
  height: 400px;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  float: left;
}
#w-services-list ul > li > div {
  position: absolute;
  display: block;
  width: 100%;
  height: 100.2%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
#w-services-list figure,
#w-services-list article {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}
#w-services-list figure {
  z-index: 1;
  background-size: cover;
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  font-size: 2rem;
  color: #fff;
}
#w-services-list figure:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.15s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: '';
}
#w-services-list figure:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
#w-services-list figure > h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  font-weight: 400;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
}
#w-services-list article {
  padding: 2.5rem 3.5rem 0;
  background-color: #222;
  color: #6e7c96;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.35;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 2;
}
#w-services-list article h3 {
  margin-bottom: 1.5rem;
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
}
#w-services-list article a {
  color: rgba(255, 255, 255, 0.85);
}
#w-services-list article a:hover {
  border-color: rgba(255, 255, 255, 0.85);
}
#w-services-list .w-flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 1000px) {
  #w-services .w-page-heading {
    margin-top: 10rem;
    margin-bottom: 10.2rem;
  }
  #w-services .w-page-heading hgroup {
    max-width: 100%;
  }
  #w-services-list article {
    padding: 1.8rem 2rem 2rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
@media (max-width: 800px) {
  #w-services-list li {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (max-width: 500px) {
  #w-services-list li {
    height: 470px;
  }
}
#w-services-description article {
  max-width: 1200px;
  max-width: 50%;
  margin: 0 auto;
  padding: 10rem 0 12rem 0;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.2;
  color: #67748e;
}
#w-services-description article a {
  color: #00b3dc;
}
#w-services-description article a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  #w-services-description article {
    max-width: 100%;
    padding: 9rem 0 10rem;
    font-size: 2rem;
  }
}
#w-contacts {
  position: relative;
  min-height: 100%;
  min-height: calc(100% - 74px);
  padding-top: 3rem;
  background-color: #f8f5f3;
}
#w-contacts #w-header #w-nav {
  border-color: #e0d3c9;
}
@media (max-width: 1300px) {
  #w-contacts > section,
  .page-template-template-contact #w-footer {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  #w-contacts > #w-contact-map {
    padding: 0;
  }
}
#w-contact-map {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#w-contact-map iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 770px;
  background-color: #e9e0d9;
}
#w-contact-form {
  position: absolute;
  z-index: 2;
  top: 1.2rem;
  right: 1.2rem;
  width: 400px;
}
#w-contact-form input[type='text'],
#w-contact-form input[type='email'],
#w-contact-form textarea {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 10px 8px;
  border: none;
  font-size: 1.4rem;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
#w-contact-form input[type='text']:focus,
#w-contact-form input[type='email']:focus,
#w-contact-form textarea:focus {
  outline: 0;
  background-color: #fffae7;
  border-color: #999;
}
#w-contact-form .button {
  display: inline-block;
  padding: 9px 12px;
  background-color: #00b3dc;
  color: #fff;
  border: 0;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.4rem;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.2s;
}
#w-contact-form .button:hover,
#w-contact-form .button:focus {
  background-color: #00c8f6;
  color: #fff;
}
#w-contact-form .button + svg {
  display: none;
  position: relative;
  top: 0.5rem;
  left: 0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-animation: spin 1.3s infinite linear;
          animation: spin 1.3s infinite linear;
  fill: #999;
}
#w-contact-form .button-pending + svg {
  display: inline-block;
}
#w-contact-form .form-message {
  position: relative;
  top: -0.2rem;
  display: none;
  margin: 0 0 0 1rem;
  font-size: 1.2rem;
  width: 70%;
}
#w-contact-form .error-message {
  color: #f00;
}
#w-contact-form .success-message {
  vertical-align: middle;
  color: green;
}
@media (max-width: 800px) {
  #w-contact-map {
    text-align: center;
  }
  #w-contact-form {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    width: 100%;
    padding: 6rem;
    text-align: left;
  }
}
#w-case-studies {
  position: relative;
  min-height: 100%;
  min-height: calc(100% - 74px);
  padding-top: 3rem;
  background-color: #e8ecf3;
}
#w-case-studies .w-page-heading {
  margin-bottom: 16.5rem;
}
@media (max-width: 1300px) {
  #w-case-studies > section,
  .post-type-archive-casestudies #w-footer {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.w-case-studie {
  position: relative;
  padding: 9rem 0 8rem;
  background-size: cover;
}
.w-case-studie:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.7) 100%);
  content: '';
}
.w-case-studie .w-case-studie-bg-tint {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(32, 42, 60, 0.3);
  content: '';
}
.w-case-studie article {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.w-case-studie article:after {
  display: block;
  clear: both;
  content: '';
}
.w-case-studie article figure {
  position: relative;
  float: left;
  width: 50%;
  height: 500px;
  background-size: cover;
}
.w-case-studie article figure:before {
  position: absolute;
  z-index: -1;
  right: 1rem;
  left: 1rem;
  height: 100%;
  margin: -1.1rem 0 0 0;
  background-color: rgba(44, 58, 83, 0.9);
  content: '';
}
.w-case-studie article figure:after {
  position: absolute;
  z-index: -2;
  right: 2rem;
  left: 2rem;
  height: 100%;
  margin: -1.8rem 0 0 0;
  background-color: rgba(57, 75, 107, 0.8);
  content: '';
}
.w-case-studie .w-sub-heading {
  position: relative;
  float: right;
  max-width: 45%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 200;
  color: #00c18b;
}
.w-case-studie .w-sub-heading h3 {
  margin-bottom: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
}
.w-case-studie .w-sub-heading span {
  display: block;
  margin: 0.8rem 0 1.5rem;
  font-size: 3rem;
  font-weight: 100;
  color: #00b3dc;
}
.w-case-studie .w-sub-heading em {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #00b3dc;
}
.w-case-studie .w-sub-heading div {
  color: rgba(255, 255, 255, 0.7);
  margin: 2rem 0;
}
.w-case-studie.w-cs-even article figure {
  float: right;
}
.w-case-studie.w-cs-even .w-sub-heading {
  float: left;
}
@media (max-width: 800px) {
  #w-case-studies .w-page-heading {
    margin-bottom: 8rem;
  }
  .w-case-studie article figure {
    float: none;
    width: 100%;
    height: 350px;
    margin-bottom: 5rem;
  }
  .w-case-studie .w-sub-heading {
    float: none;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .w-case-studie article figure {
    height: 250px;
  }
}
.single-casestudies .footer {
  border-top: 1px solid #dcdcdc;
}
.single-casestudies .cs-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  height: 800px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-casestudies .cs-bg:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 500%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  content: '';
  z-index: 0;
}
.single-casestudies .wrapper {
  border-top: 10px solid;
  padding: 6px 0 0;
}
.single-casestudies .cs-details {
  text-align: center;
  margin-bottom: 40px;
}
.single-casestudies .cs-details > h1 {
  font-size: 5rem;
  line-height: 1.1;
}
.single-casestudies .cs-details > span {
  display: block;
  margin: 40px 0 10px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 100;
}
.single-casestudies .cs-details > p {
  font-weight: 200;
  margin-bottom: 10px;
}
.single-casestudies .cs-details > a {
  font-weight: bold;
  color: #00b3dc;
}
.single-casestudies .cs-details > a:hover {
  text-decoration: underline;
}
.single-casestudies .cs-image {
  position: relative;
  border-radius: 5px;
  border: 10px solid #f0f0f0;
  border-top: 35px solid #f0f0f0;
  *zoom: 1;
}
.single-casestudies .cs-image:before,
.single-casestudies .cs-image:after {
  display: table;
  content: '';
}
.single-casestudies .cs-image:after {
  clear: both;
}
.single-casestudies .cs-image > span {
  position: absolute;
  left: 0;
  top: -24px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
}
.single-casestudies .cs-image .bw-c {
  background-color: #f00;
}
.single-casestudies .cs-image .bw-m {
  left: 22px;
  background-color: orange;
}
.single-casestudies .cs-image .bw-p {
  left: 44px;
  background-color: green;
}
.single-casestudies .cs-image a,
.single-casestudies .cs-image img {
  display: inline-block;
  float: left;
}
.single-casestudies .cs-text {
  padding: 46px 10px 35px;
  line-height: 1.4;
}
.single-casestudies .cs-text h2,
.single-casestudies .cs-text h3,
.single-casestudies .cs-text h4 {
  margin-bottom: 8px;
}
.single-casestudies .cs-text p {
  margin-bottom: 20px;
  font-weight: 300;
}
#w-about {
  position: relative;
}
#w-about #w-header #w-nav {
  border-color: #354664;
}
#w-about .w-page-heading hgroup {
  max-width: 75%;
}
.page-template-template-about #w-footer {
  background-color: #f8fafc;
}
@media (max-width: 1300px) {
  #w-about > section,
  .page-template-template-about #w-footer {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
#w-about-header {
  position: relative;
  padding: 3rem 0 14rem;
  background-color: #202a3c;
}
#w-about-header #w-header .w-pu-login {
  color: rgba(255, 255, 255, 0.7);
}
#w-about-header #w-header .w-pu-login:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
#w-about-header #w-header #w-nav a {
  color: rgba(255, 255, 255, 0.7);
}
#w-about-header #w-header #w-nav a:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
#w-about-header #w-header #w-nav .current-menu-item a {
  color: #fff;
  border-color: #fff;
}
#w-about-header .w-page-heading {
  color: rgba(255, 255, 255, 0.9);
  padding-bottom: 0.1rem;
}
#w-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 300px;
}
#w-timeline > figure {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #535f73;
  background-color: #4d5b74;
}
#w-timeline ul {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#w-timeline ul li {
  position: relative;
  float: left;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin-top: -0.4rem;
  padding: 0 3.5%;
  color: #18bcd0;
  text-align: center;
}
#w-timeline ul li.w-even {
  margin-top: 5.5%;
}
#w-timeline ul li.w-even em {
  margin: 1.5rem 0 0;
}
#w-timeline ul li.w-even p {
  margin: 0 0 1.5rem;
}
#w-timeline ul li:nth-child(1) {
  padding-left: 3%;
}
#w-timeline ul li:nth-child(1) span {
  background-color: #00b3dc;
}
#w-timeline ul li:nth-child(2) {
  color: rgba(255, 255, 255, 0.8);
}
#w-timeline ul li:nth-child(2) span {
  margin-left: -12px;
  background-color: rgba(255, 255, 255, 0.8);
}
#w-timeline ul li:nth-child(3) {
  margin-top: -3.7%;
  color: #356abc;
}
#w-timeline ul li:nth-child(3) span {
  margin-right: -0.2rem;
  background-color: #2f5fa8;
}
#w-timeline ul li:nth-child(4) {
  color: #00d4fb;
}
#w-timeline ul li:nth-child(4) span {
  background-color: #00d4fb;
}
#w-timeline ul li:last-child {
  width: 18%;
  margin-top: -1.5%;
  padding-right: 3%;
  color: #00c18b;
}
#w-timeline ul li:last-child span {
  background-color: #00c18b;
}
#w-timeline ul figure {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
}
#w-timeline ul em {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 100;
  font-style: normal;
  line-height: 1;
}
#w-timeline ul img {
  display: block;
}
#w-timeline ul span {
  display: inline-block;
  width: 5px;
  height: 50px;
  margin-bottom: -0.5rem;
}
#w-timeline ul p {
  margin-top: 1.5rem;
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
#w-timeline > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  max-width: 16rem;
  margin-bottom: 1.3rem;
  color: #fff;
  display: none;
}
#w-timeline > div:after {
  position: absolute;
  left: 50%;
  display: block;
  width: 5px;
  height: 50px;
  background-color: #535f73;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
}
#w-timeline > div h4 {
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
#w-timeline > div span {
  font-size: 3rem;
  font-weight: 100;
}
#w-timeline #milestone-2012 {
  color: #18bcd0;
}
@media (max-width: 800px) {
  #w-timeline {
    height: 900px;
    padding-top: 2rem;
  }
  #w-timeline > figure {
    top: auto;
    left: 50%;
    width: 8px;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #w-timeline ul li {
    width: 49% !important;
    height: 20%;
    padding: 0 !important;
    margin-bottom: 25%;
  }
  #w-timeline ul li figure {
    width: 100%;
    text-align: center;
  }
  #w-timeline ul li figure img {
    display: inline-block;
  }
  #w-timeline ul li p {
    padding: 0 10%;
  }
  #w-timeline ul li.w-even {
    float: right;
    margin-top: 25%;
    margin-bottom: 0;
  }
  #w-timeline ul li.w-even span {
    top: 31%;
    right: auto;
    left: 1px;
  }
  #w-timeline ul li span {
    position: absolute;
    z-index: 0;
    top: 62%;
    right: -11px;
    width: 30px;
    height: 5px;
    margin: 0;
  }
  #w-timeline ul li:nth-child(3) span {
    right: -9px;
  }
  #w-timeline ul li:nth-child(4) span {
    left: -11px;
  }
}
@media (max-width: 600px) {
  #w-timeline {
    margin: 0 -6rem;
    height: 1000px;
  }
  #w-timeline ul li {
    margin-bottom: 35%;
  }
  #w-timeline ul li.w-even {
    margin-top: 35%;
  }
}
@media (max-width: 400px) {
  #w-timeline {
    height: 800px;
  }
}
#w-team {
  padding: 9.5rem 0 12rem;
}
#w-team article {
  max-width: 1200px;
  margin: 0 auto;
}
#w-team .w-sub-heading {
  max-width: 100%;
  padding-bottom: 6.2rem;
  text-align: center;
}
#w-team .w-sub-heading hgroup {
  max-width: 75%;
}
#w-team ul {
  display: block;
  max-width: 73%;
  margin: 0 auto;
}
#w-team h4 {
  margin-left: -0.2rem;
  font-family: 'Gotham', 'GothamOTF', 'Helvetica Neue', 'HelveticaNeueLTS', Helvetica, sans-serif;
  font-size: 3rem;
  letter-spacing: -0.2rem;
  font-weight: 100;
  line-height: 1;
}
#w-team span {
  display: block;
  margin: 0.2rem 0 1.5rem;
  color: #00c18b;
}
#w-team p {
  max-width: 90%;
  font-size: 1.6rem;
  line-height: 1.4;
}
#w-team section {
  position: absolute;
  top: 50%;
  left: 190px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
#w-team a {
  color: #00b3dc;
}
#w-team a:hover {
  border-color: #00b3dc;
}
#w-team nav a {
  display: inline-block;
  font-size: 1.3rem;
  margin: 1.7rem 1rem 0 0;
}
#w-team li {
  position: relative;
  display: block;
  padding: 7.2rem 0;
}
#w-team li:after {
  display: block;
  clear: both;
  content: '';
}
#w-team li img {
  display: inline-block;
  float: left;
}
#w-team li.w-even section {
  left: auto;
  right: 190px;
}
#w-team li.w-even img {
  float: right;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 1100px) {
  #w-team {
    padding: 8rem 0 10rem;
  }
  #w-team .w-sub-heading {
    padding-bottom: 5.4rem;
  }
}
@media (max-width: 1100px) {
  #w-team .w-sub-heading {
    padding-bottom: 4.3rem;
  }
  #w-team .w-sub-heading hgroup {
    max-width: 100%;
  }
  #w-team ul {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  #w-team li {
    padding: 9rem 0;
  }
}
@media (max-width: 650px) {
  #w-team p {
    max-width: 100%;
  }
  #w-team li,
  #w-team li.w-even {
    text-align: center;
    padding: 5rem 0;
  }
  #w-team li img,
  #w-team li.w-even img {
    float: none;
    margin-bottom: 1.5rem;
  }
  #w-team li section,
  #w-team li.w-even section {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.about-page .wrapper {
  padding: 25px 0 0;
  border-top: 1px solid #00b3dc;
  color: #00b3dc;
}
.about-page h1 {
  font-size: 36px;
}
.team {
  padding: 70px 0 0 0;
}
.team .wrapper {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.team h2 {
  font-size: 36px;
  margin-left: 1px;
}
.team p {
  width: 50%;
  margin-left: 1px;
}
.team ul {
  display: inline-block;
  margin: 30px -3% 0 0;
}
.team ul li {
  display: inline-block;
  float: left;
  width: 30%;
  height: 420px;
  margin-right: 3%;
  text-align: center;
  padding: 20px;
  border: 1px solid #00b3dc;
  margin-bottom: 30px;
}
.team ul img {
  margin-bottom: 12px;
}
.team ul h3 {
  line-height: 1;
  margin-bottom: -10px;
}
.team ul p {
  width: 100%;
  margin-top: 12px;
  font-size: 1.4rem;
  color: #282828;
}
.team ul .tm-position > p {
  color: #00b3dc;
}
#w-posts,
#w-post {
  position: relative;
  min-height: 100%;
  min-height: calc(100% - 74px);
  padding-top: 3rem;
  background-color: #fff;
}
#w-posts .w-page-heading,
#w-post .w-page-heading {
  margin-bottom: 16.5rem;
  max-width: 50%;
}
#w-post .w-page-heading {
  max-width: 80%;
  margin-bottom: 15.8rem;
}
#w-post .w-page-heading h1 {
  line-height: 1;
  margin-bottom: 3rem;
}
#w-post .w-page-heading h2 {
  margin-bottom: 0.6rem;
  color: #00b3dc;
}
#w-post .w-page-heading span {
  font-weight: 200;
}
@media (max-width: 1300px) {
  #w-posts .w-page-heading {
    max-width: 70%;
  }
  #w-post .w-page-heading {
    max-width: 90%;
  }
  #w-posts > section,
  #w-post #w-posts-header,
  .blog #w-footer,
  .single #w-footer {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (max-width: 1100px) {
  #w-post .w-page-heading {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  #w-posts .w-page-heading {
    max-width: 90%;
    margin-bottom: 10rem;
  }
  #w-post .w-page-heading {
    max-width: 100%;
    margin-bottom: 10rem;
  }
}
@media (max-width: 800px) {
  #w-header #w-nav {
    border-color: #e6e6f0;
  }
  .w-page-heading h1 {
    font-size: 4.4rem;
  }
  .w-page-heading h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 700px) {
  #w-posts .w-page-heading,
  #w-post .w-page-heading {
    margin-bottom: 8rem;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .w-page-heading h1 {
    font-size: 3.8rem;
  }
  .w-page-heading h2 {
    font-size: 2rem;
  }
}
.w-post {
  position: relative;
  padding: 11.2rem 0 10rem;
  background-size: cover;
  max-width: 1200px;
  margin: 0 auto 1px;
}
.w-post:last-child {
  margin-bottom: 8rem;
}
.w-post .w-post-bg-tint {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 10, 0.7);
  transition-duration: 0.4s;
  content: '';
}
.w-post:hover .w-post-bg-tint {
  background-color: rgba(0, 0, 10, 0.6);
}
.w-post:hover .w-sub-heading {
  color: #fff;
}
.w-post article {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.w-post article:after {
  display: block;
  clear: both;
  content: '';
}
.w-post .w-sub-heading {
  position: relative;
  display: block;
  max-width: 80%;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 200;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.w-post .w-sub-heading h3 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 4.8rem;
  text-transform: uppercase;
}
.w-post .w-sub-heading span {
  display: block;
  margin: 2rem 0 0.2rem;
  font-size: 2rem;
  font-weight: 100;
  color: #00b3dc;
}
.w-post .w-sub-heading em {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: capitalize;
}
#w-post-view {
  width: 1200px;
  margin: 0 auto;
}
#w-post-view > img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1200px) {
  #w-post-view {
    width: 100%;
  }
}
.w-post-content {
  padding: 9rem 0 7rem;
  width: 70%;
  margin: 0 auto;
}
.w-post-content p {
  margin: 2rem 0;
  font-size: 1.8rem;
  font-weight: 300;
}
.w-post-content a {
  color: #00b3dc;
  text-decoration: underline;
  transition-duration: 0.15s;
}
.w-post-content a:hover {
  color: #10d2ff;
}
.w-post-content img {
  margin: 10px 0;
}
.w-post-content img[align="left"] {
  margin-left: 0;
  margin-right: 15px;
}
.w-post-content img[align="right"] {
  margin-left: 15px;
  margin-right: 0;
}
.w-post-share {
  padding-bottom: 8rem;
  text-align: center;
}
.w-post-share > a {
  display: inline-block;
  color: #00b3dc;
}
.w-post-share > a:hover {
  text-decoration: underline;
}
.w-post-share > span {
  color: #dcdcdc;
  padding: 0 10px;
}
@media (max-width: 800px) {
  .w-post article figure {
    float: none;
    width: 100%;
    height: 350px;
    margin-bottom: 5rem;
  }
  .w-post .w-sub-heading {
    float: none;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .w-post .w-sub-heading h3 {
    font-size: 3rem;
  }
  #w-post-view {
    width: 100%;
  }
  .w-post-content {
    padding: 5rem 0 4rem;
  }
  .w-post-content p {
    font-size: 1.6rem;
  }
}
.blog-page {
  position: relative;
  z-index: 2;
}
.single-post .footer,
.blog .footer {
  border-top: 1px solid #dcdcdc;
}
.post {
  *zoom: 1;
  position: relative;
  overflow: hidden;
  padding: 14px 0 50px;
  border-top: 5px solid #00b3dc;
}
.post:before,
.post:after {
  display: table;
  content: '';
}
.post:after {
  clear: both;
}
.post .entry-thumbnail {
  width: 50%;
  margin-right: 3%;
  float: left;
}
.post h1 {
  width: 47%;
  float: right;
  margin: -5px 0 5px;
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 600;
  color: #282828;
}
.post span {
  display: block;
  margin-bottom: 30px;
  color: #00b3dc;
}
.post-view {
  *zoom: 1;
  position: relative;
  overflow: hidden;
  padding: 30px 0 25px;
  border-top: 5px solid #00b3dc;
  padding-top: 20px;
}
.post-view:before,
.post-view:after {
  display: table;
  content: '';
}
.post-view:after {
  clear: both;
}
.post-view a {
  color: #00b3dc;
}
.post-view a:hover {
  text-decoration: underline;
}
.post-view .entry-title {
  margin: -5px 0 5px;
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 600;
  color: #282828;
}
.post-view .entry-date {
  display: block;
  margin-bottom: 30px;
  color: #00b3dc;
}
.post-view .entry-thumbnail {
  margin-bottom: 20px;
}
.post-view .entry-content {
  padding-bottom: 10px;
  line-height: 1.3;
}
.post-view .entry-content p {
  margin-bottom: 1.5rem;
}
.post-view .post-share > a {
  display: inline-block;
}
.post-view .post-share > span {
  color: #dcdcdc;
  padding: 0 10px;
}
#w-jobs,
#w-job {
  position: relative;
  min-height: 100%;
  min-height: calc(100% - 74px);
  padding-top: 3rem;
  background-color: #fbfeff;
}
#w-jobs .w-page-heading,
#w-job .w-page-heading {
  margin-bottom: 16rem;
}
@media (max-width: 1300px) {
  #w-jobs > section,
  #w-job > section,
  .post-type-archive-jobs #w-footer {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.w-job-item {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #c3f4ff;
  transition-duration: 0.15s;
}
.w-job-item:hover {
  background-color: #fff;
}
.w-job-item article {
  position: relative;
  z-index: 2;
  width: 50%;
  margin: 0 auto;
  padding: 5rem 0;
  text-align: center;
}
.w-job-item article h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
}
.w-job-item article h2 {
  font-size: 1.6rem;
  line-height: 1.08;
  font-weight: 200;
  color: #999;
}
.w-job-item:last-child {
  border-bottom: 1px solid #c3f4ff;
}
.w-job-view {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.w-job-view article {
  position: relative;
  z-index: 2;
  width: 70%;
  margin: 0 auto;
  padding: 1rem 0;
  border-top: 1px solid #c3f4ff;
}
.w-job-view article h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: normal;
}
.w-job-view article h2 {
  width: 62%;
  font-size: 1.6rem;
  line-height: 1.08;
  font-weight: normal;
  color: #999;
}
.w-job-view article h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 4rem 0 0;
}
.w-job-view article ul > li {
  display: list-item;
  list-style: circle;
  font-size: 1.8rem;
  font-weight: 300;
  margin-left: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.w-job-view article a {
  color: #00b3dc;
  text-decoration: underline;
  transition-duration: 0.15s;
}
.w-job-view article a:hover {
  color: #10d2ff;
}
.w-job-view article img {
  margin: 10px 0;
}
.w-job-view article img.alignnone {
  margin-right: 10px;
}
.w-job-view article img[align="left"] {
  margin-left: 0;
  margin-right: 15px;
}
.w-job-view article img[align="right"] {
  margin-left: 15px;
  margin-right: 0;
}
.w-job-view article p {
  margin: 2rem 0;
  font-size: 1.8rem;
  font-weight: 300;
}
@media (max-width: 800px) {
  #w-jobs .w-page-heading,
  #w-job .w-page-heading {
    margin-bottom: 8rem;
  }
  .w-job-item article,
  .w-job-view article {
    width: 100%;
  }
}
