/*
Theme Name: Eagar & Associates
Author: Thrive Digital
Author URI: http://thriveweb.com.au/
*/
/*! 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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}

.light {
  background: #e4e4e4;
}

.dark {
  background: #141414;
}

.start #emergency .first {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: icon 2s linear forwards;
}

.start #emergency .second {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: icon 1.5s linear forwards;
  animation-delay: 1.75s;
}

.start #emergency .third {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: icon 2s linear forwards;
  animation-delay: 1.5s;
}

.start #emergency .forth {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: icon 2s linear forwards;
  animation-delay: 1.5s;
}

.start #glazing .first {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: icon 2s linear forwards;
}

.start #glazing .second {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: icon 1.5s linear forwards;
  animation-delay: 1.25s;
}

.start #maintenance .first {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: icon 1.75s linear forwards;
}

.start #maintenance .second {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: icon 1.5s linear forwards;
  animation-delay: 1s;
}

.start #weatherproofing .first {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: icon 2s linear forwards;
}

.start #weatherproofing .second {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: icon 1s linear forwards;
  animation-delay: 1s;
}

.start #weatherproofing .third {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: icon 1.5s linear forwards;
  animation-delay: 1.5s;
}

.start #removal .first {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: icon 2s linear forwards;
}

.start #removal .second {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: icon 2s linear forwards;
  animation-delay: 0.5s;
}

.start #removal .third {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: icon 1s linear forwards;
  animation-delay: 1.5s;
}

.start #removal .forth {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: icon 1s linear forwards;
  animation-delay: 1.5s;
}

.start #rigging .first {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: icon 2s linear forwards;
}

.start #rigging .second {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: icon 1s linear forwards;
  animation-delay: 0.5s;
}

.start #rigging .third {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: icon 1.75s linear forwards;
  animation-delay: 1.25s;
}

@keyframes icon {
  to {
    stroke-dashoffset: 0;
  }
}

body,
html {
  margin: 0 !important;
  padding: 0 !important;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  color: white;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.7rem;
  background: #141414;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

blockquote {
  border-left: 0.3rem solid #e4e4e4;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin: 0;
}

.button,
button,
.gform_footer {
  padding: 1rem 6rem 1rem 0;
  margin: 1rem 0 !important;
  font-size: 1.6rem;
  line-height: auto;
  font-weight: 500;
  color: white !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s ease all;
  position: relative;
  cursor: pointer;
}

.button:before,
button:before,
.gform_footer:before {
  content: '';
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: #141414;
  top: 0.4rem;
  right: 0;
  border-radius: 3rem;
  border: 1px solid #6c4d3e;
  transition: 0.5s ease all;
}

.button:after,
button:after,
.gform_footer:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(-45deg);
  right: 1.8rem;
  top: 2rem;
}

.button:hover, .button:focus,
button:hover,
button:focus,
.gform_footer:hover,
.gform_footer:focus {
  outline: 0;
}

.button:hover:before, .button:focus:before,
button:hover:before,
button:focus:before,
.gform_footer:hover:before,
.gform_footer:focus:before {
  border: 1px solid #00543d;
  transition: 0.5s ease all;
}

code {
  background: #e4e4e4;
  border-radius: .4rem;
  font-size: 86%;
  padding: .2rem .5rem;
  margin: 0 .2rem;
  white-space: nowrap;
}

pre {
  background: #e4e4e4;
  border-left: 0.3rem solid #e4e4e4;
  font-family: Menlo, Consolas, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, monospace;
}

pre > code {
  background: transparent;
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

.form .gform_wrapper {
  overflow: visible !important;
}

.form .gform_confirmation_message,
.form .validation_error {
  font-family: "europa", sans-serif;
  letter-spacing: 0.5px;
  font-size: 1.7rem !important;
  font-weight: 100 !important;
  color: #e4e4e4 !important;
}

.form .validation_error {
  margin-bottom: 3rem;
  border: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.form img.gform_ajax_spinner {
  display: none !important;
}

.form form,
.form form ul,
.form form .gform_footer,
.form form .ginput_container {
  margin: 0 !important;
  padding: 0;
}

.form form label,
.form form ul label,
.form form .gform_footer label,
.form form .ginput_container label {
  display: none !important;
}

.form form ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.form form ul li.gfield, .form form ul li.gfield_error {
  margin: 0 0 2rem 0 !important;
  padding: 0 !important;
}

.form form ul li.half {
  width: calc(50% - 1rem) !important;
}

.form form ul li.full {
  width: 100% !important;
}

.form form ul li.gfield_error {
  background: transparent !important;
  border: 0 !important;
}

.form form ul li.gfield_error input,
.form form ul li.gfield_error select,
.form form ul li.gfield_error textarea {
  border: 1px solid red;
}

.form form ul li.gfield_error .validation_message {
  display: none;
}

.form form ul li input,
.form form ul li select,
.form form ul li textarea {
  -webkit-appearance: none;
  margin: 0;
  padding: 1.5rem 2rem !important;
  width: 100% !important;
  font-size: 1.6rem;
  font-weight: 500;
  color: white;
  text-align: left;
  line-height: 1 !important;
  text-decoration: none;
  background: none;
  resize: none;
  border: 1px solid rgba(228, 228, 228, 0.2);
  transition: 0.5s ease all;
}

.form form ul li input:-webkit-autofill, .form form ul li input:-webkit-autofill:hover, .form form ul li input:-webkit-autofill:focus,
.form form ul li select:-webkit-autofill,
.form form ul li select:-webkit-autofill:hover,
.form form ul li select:-webkit-autofill:focus,
.form form ul li textarea:-webkit-autofill,
.form form ul li textarea:-webkit-autofill:hover,
.form form ul li textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #141414 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form form ul li input::placeholder,
.form form ul li select::placeholder,
.form form ul li textarea::placeholder {
  color: white;
}

.form form ul li input:hover, .form form ul li input:focus,
.form form ul li select:hover,
.form form ul li select:focus,
.form form ul li textarea:hover,
.form form ul li textarea:focus {
  outline: 0;
}

.form form ul li textarea {
  height: 20rem !important;
}

.form form .gform_footer {
  width: 100%;
  position: relative;
  text-align: right;
}

.form form .gform_footer input[type="submit"] {
  margin: 0;
  padding: 0 6rem 0;
  background: none;
  width: auto;
  border: 0;
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "europa", sans-serif;
}

.form form .gform_footer input[type="submit"]:before, .form form .gform_footer input[type="submit"]:after {
  display: none;
}

@media screen and (max-width: 650px) {
  .form form ul {
    display: block;
  }
  .form form ul li.half, .form form ul li.full {
    width: 100% !important;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #141414;
  z-index: -9;
  background-size: cover;
  background-repeat: no-repeat !important;
  opacity: 0.2;
}

.background.gradient:before {
  background: linear-gradient(to top, #141414, transparent 60%);
}

.bkg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -9;
  background: #141414;
  pointer-events: none;
}

.accent-image {
  width: 100%;
  height: 80rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20rem;
  position: relative;
}

.accent-image.right, .accent-image.left, .accent-image.center {
  mix-blend-mode: lighten;
  opacity: 0.3;
}

.accent-image.right {
  background-position: right;
}

.accent-image.left {
  background-position: left;
}

.accent-image.center {
  background-position: center;
  background-size: cover;
}

.accent-image.center.gradient:before {
  background: linear-gradient(to top, #141414, transparent 70%);
}

.gradient:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #141414, transparent 70%);
  position: absolute;
  z-index: 9;
}

@media screen and (max-width: 1600px) {
  .accent-image {
    height: 60rem;
    background-size: 20%;
    margin-bottom: 35rem;
  }
  .accent-image.right {
    background-position: top right;
  }
  .accent-image.left {
    background-position: top left;
  }
}

@media screen and (max-width: 750px) {
  .bkg-wrap .accent-image.left, .bkg-wrap .accent-image.right {
    display: none;
  }
}

a {
  color: white;
  transition: 0.5s ease all;
  text-decoration: none;
}

a:hover {
  color: #e4e4e4;
  transition: 0.5s ease all;
}

.download {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
  display: block;
}

.download:before {
  content: '';
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  position: absolute;
  background: url("images/download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0.4rem;
}

.link {
  padding: 1rem 6rem 1rem 0;
  display: inline-block;
  position: relative;
  opacity: 1;
}

.link svg {
  position: absolute;
  right: 0;
  top: 2rem;
}

.link:before {
  content: '';
  width: 100%;
  position: absolute;
  display: block;
  height: 2px;
  bottom: 0;
  z-index: 99;
  background: linear-gradient(to right, #141414, #6c4d3e);
  transition: 0.5s ease all;
}

.link:after {
  content: '';
  width: 100%;
  position: absolute;
  display: block;
  height: 2px;
  bottom: 0;
  background: #00543d;
}

.link:hover:before {
  opacity: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

dl {
  list-style: none;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

dt,
dd,
li {
  margin-bottom: 1rem;
}

hr {
  border-top: 0.1rem solid #e4e4e4;
  border-width: 0;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}

.button,
button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

table {
  width: 100%;
}

th,
td {
  border-bottom: .1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.taright {
  text-align: right;
}

.taleft {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #e4e4e4;
  line-height: 1.5;
}

h1.alt,
h2.alt,
h3.alt,
h5.alt,
h6.alt {
  position: relative;
  margin-bottom: 4rem;
}

h1.alt:before,
h2.alt:before,
h3.alt:before,
h5.alt:before,
h6.alt:before {
  content: '';
  display: block;
  position: absolute;
  left: -20rem;
  width: 3px;
  height: 100%;
  background: #6c4d3e;
}

h1,
h2,
h3 {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 200;
  margin: 0 0 2rem;
}

h1 span,
h2 span,
h3 span {
  color: #9b9b9b;
}

h4,
h5,
h6 {
  font-family: "europa", sans-serif;
  margin: 1rem 0;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 8rem;
  line-height: 1.25;
}

h2 {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.2;
}

h4 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

h4 span {
  opacity: 0.5;
}

h4.alt {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(228, 228, 228, 0.2);
}

h5 {
  font-size: 2rem;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  border: 0;
  margin: 0;
}

h6 {
  font-size: 1.3rem;
  letter-spacing: 2px;
  line-height: 2;
  text-transform: uppercase;
  position: relative;
}

h6 span {
  font-weight: 200;
}

p,
a,
p a,
ul,
ol,
blockquote {
  font-family: "europa", sans-serif;
  letter-spacing: 0.5px;
  font-size: 1.7rem;
  font-weight: 100;
  color: #e4e4e4;
}

p,
ul,
ol {
  opacity: 0.7;
}

p {
  margin-top: 0;
}

p.columns {
  column-count: 2;
  column-gap: 5rem;
}

blockquote {
  font-style: italic;
  padding-left: 5rem;
  width: calc(100% - 3rem);
  margin-left: 3rem;
  border-left: 1px solid rgba(20, 20, 20, 0.2);
}

.content p,
.content p a,
.content ul {
  font-size: 1.6rem;
  font-weight: 200;
}

.content a {
  text-decoration: underline;
}

.content ol {
  margin: 0 auto 2rem 2rem;
  list-style-position: outside;
}

.content ol li {
  padding-left: 0.5rem;
}

.content ul {
  list-style: none;
}

.content ul ul {
  margin: 1rem auto;
}

.content ul ul li:before {
  opacity: 0.5;
}

.content ul li {
  position: relative;
  padding-left: 2.5rem;
}

.content ul li:before {
  content: '';
  left: 1rem;
  display: block;
  position: absolute;
  height: 0.4rem;
  width: 0.4rem;
  border-radius: 0.3rem;
  top: 11px;
  background: #00543d;
}

@media screen and (max-width: 1300px) {
  h1.alt:before,
  h2.alt:before,
  h3.alt:before,
  h5.alt:before,
  h6.alt:before {
    left: calc(-50vw + 41rem);
  }
}

@media screen and (max-width: 950px) {
  h1.alt:before,
  h2.alt:before,
  h3.alt:before,
  h5.alt:before,
  h6.alt:before {
    left: -5rem;
  }
  h1 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 750px) {
  h1 {
    font-size: 4rem !important;
  }
  blockquote {
    font-style: italic;
    padding-left: 3rem;
    width: calc(100% - 2rem);
    margin-left: 2rem;
    border-left: 1px solid rgba(20, 20, 20, 0.2);
  }
}

@media screen and (max-width: 550px) {
  h1.alt:before,
  h2.alt:before,
  h3.alt:before,
  h5.alt:before,
  h6.alt:before {
    left: -5rem;
  }
}

section {
  position: relative;
  width: 100%;
  padding-bottom: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.center {
  text-align: center;
  margin: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.wide {
  margin: auto;
  width: 150rem;
}

.small {
  margin: 0 0 0 10rem;
  width: 80rem;
}

.thick {
  padding: 10rem 0;
}

.thin {
  padding: 5rem 0;
}

.no-top {
  padding-top: 0 !important;
}

.no-bottom {
  padding-bottom: 0 !important;
}

.page-wrap {
  height: 100%;
  position: relative;
  padding-top: 15rem;
}

.border {
  width: 110rem;
  height: 100%;
  position: absolute;
  overflow: visible;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  border-left: 1px solid rgba(155, 155, 155, 0.2);
  pointer-events: none;
}

.half {
  justify-content: space-between;
}

.half .item {
  width: 45%;
}

.half .item-sm {
  width: 35%;
}

.half .item-lg {
  width: 60%;
}

.third {
  justify-content: flex-start;
}

.third .item {
  width: 31%;
  margin: 0 3% 0 0;
}

.third .item:nth-child(3n) {
  margin-right: 0;
}

.third .item:nth-child(n + 4) {
  margin-top: 5%;
}

.quarter {
  justify-content: flex-start;
}

.quarter .item {
  width: 18%;
  margin: 0 2% 0 0;
}

.quarter .item:nth-child(4n) {
  margin-right: 0;
}

.quarter .item:nth-child(n + 5) {
  margin-top: 5%;
}

@media screen and (max-width: 1600px) {
  .wide {
    width: calc(100% - 10rem);
  }
}

@media screen and (max-width: 1300px) {
  .border {
    width: calc(100% - 12rem);
  }
}

@media screen and (max-width: 950px) {
  .border {
    width: calc(100% - 6rem);
  }
  section {
    padding-bottom: 20rem;
  }
  .page-wrap {
    padding-top: 20rem;
  }
  .wide {
    width: calc(100% - 6rem);
  }
  .small {
    width: calc(100% - 12rem);
    margin-left: 4rem;
  }
  .thick {
    padding: 5rem 0;
  }
  .quarter .item {
    width: 45%;
    margin: 0 2%;
  }
  .quarter .item:nth-child(n + 3) {
    margin: 5% 2% 0;
  }
  .half .item,
  .half .item-sm,
  .half .item-lg {
    margin: 0 0 2.5%;
    width: 100%;
  }
  .half .item:last-child,
  .half .item-sm:last-child,
  .half .item-lg:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  section {
    padding: 10rem 0;
    border-bottom: 1px solid rgba(228, 228, 228, 0.2);
  }
  .page-wrap {
    padding-top: 0;
  }
  .third .item {
    width: 100%;
  }
  .third .item:nth-child(n + 2) {
    margin-top: 10%;
  }
  .third .item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 550px) {
  .small {
    width: calc(100% - 10rem);
    margin: 0 auto;
  }
  .border {
    display: none;
  }
  .quarter .item {
    width: 100%;
    margin: 0 auto 2rem;
  }
}

.accordion .item {
  border-top: 1px solid rgba(228, 228, 228, 0.2);
}

.accordion .item:last-child {
  border-bottom: 1px solid rgba(228, 228, 228, 0.2);
}

.accordion .item .title {
  height: auto;
  padding: 2rem 6rem 2rem 2rem;
  max-width: 100%;
  position: relative;
}

.accordion .item .title:hover {
  cursor: pointer;
}

.accordion .item .title h4 {
  margin: 0;
}

.accordion .item .title:after, .accordion .item .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1px;
  background: #e4e4e4;
  right: 2rem;
  top: 3.2rem;
}

.accordion .item .title:after {
  transform: rotate(-90deg);
  transition: 0.3s ease all;
}

.accordion .item .title.open:after {
  transform: rotate(0deg);
  transition: 0.3s ease all;
}

.accordion .item .content {
  padding: 2rem;
  display: none;
}

.accordion .item .button {
  margin-top: 2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .accordion .item .title {
    padding: 2rem 6rem 2rem 2rem;
  }
}

.awards {
  margin-top: 5rem;
}

.awards .item {
  width: 30%;
  height: 5rem;
}

.awards .item img {
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5;
}

@media screen and (max-width: 550px) {
  .awards .item {
    width: 35%;
    height: 6rem;
    margin: 0 auto 3rem !important;
  }
}

.opener {
  padding: 30rem 0;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}

.opener .wide .feature,
.opener .small .feature {
  margin-top: 15rem;
}

.opener .small {
  z-index: 999;
}

.opener .small .feature {
  margin-top: 20rem;
}

.opener .wide {
  bottom: 10rem;
}

.opener .scroll {
  text-align: center;
  width: 8rem;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

.opener .scroll svg path {
  animation: scroll 1s ease infinite;
}

@media screen and (max-width: 1500px) {
  .opener {
    padding: 20rem 0 15rem;
  }
  .opener .wide .feature,
  .opener .small .feature {
    margin-top: 15rem;
  }
  .opener .wide {
    bottom: 5rem;
  }
}

@media screen and (max-width: 1600px) {
  .opener .wide {
    width: 100%;
  }
  .opener .wide .scroll {
    width: calc(50% - 55rem);
  }
}

@media screen and (max-width: 1300px) {
  .opener .wide .scroll {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .opener {
    padding: 15rem 0 10rem;
  }
  .opener .wide .feature,
  .opener .small .feature {
    margin-top: 5rem;
  }
}

.category-nav {
  width: 100%;
}

.category-nav ul {
  list-style: none;
  opacity: 1;
  margin: 5rem auto 6rem !important;
}

.category-nav ul li {
  margin: 0 3rem 2rem 0;
  padding: 0;
}

.category-nav ul li.current-cat a {
  position: relative;
}

.category-nav ul li.current-cat a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #00543d;
  bottom: -1rem;
}

.category-nav ul li a {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-weight: 500;
}

.all .category-nav ul li.cat-item-all a {
  position: relative;
}

.all .category-nav ul li.cat-item-all a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #00543d;
  bottom: -1rem;
}

@media screen and (max-width: 650px) {
  .category-nav ul {
    display: block;
  }
  .category-nav ul li {
    display: block;
    margin: 1rem 2rem 1rem 0;
  }
}

.case-studies .flickity-viewport {
  min-height: auto;
}

.case-studies .flickity-button.next, .case-studies .flickity-button.previous {
  background: none;
  border-radius: 0;
  height: 1.3rem;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  top: auto;
  bottom: -3rem !important;
}

.case-studies .flickity-button.next:before, .case-studies .flickity-button.next:after, .case-studies .flickity-button.previous:before, .case-studies .flickity-button.previous:after {
  background: transparent;
  border-radius: 0;
  border: 0;
  top: 0;
}

.case-studies .flickity-button.next:before, .case-studies .flickity-button.previous:before {
  height: 100%;
  background-image: url("images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.case-studies .flickity-button.next svg, .case-studies .flickity-button.previous svg {
  display: none;
}

.case-studies .flickity-button.next {
  right: 0;
  transform: translateY(0) !important;
}

.case-studies .flickity-button.previous {
  right: 6rem;
  left: auto;
  transform: rotate(180deg);
}

.case-studies .carousel-cell {
  width: 100% !important;
}

.case-studies .carousel-cell .image {
  background: black;
  width: 100%;
  height: 20rem;
  margin: 0;
  display: block;
}

.case-studies .carousel-cell .image img {
  object-fit: contain;
  padding: 2rem;
}

.case-studies .carousel-cell .info {
  padding: 2rem;
  background: #1b1b1b;
}

.cta h2,
.cta p {
  color: white;
}

.cta .small {
  padding-right: 40rem;
}

.cta .background img {
  opacity: 0.1;
}

.cta .button {
  background: white;
  color: #141414;
}

@media screen and (max-width: 1000px) {
  .cta .small {
    padding-right: 0;
  }
}

@media screen and (max-width: 800px) {
  .cta {
    text-align: center;
  }
}

.edit_link {
  position: fixed;
  top: 14rem;
  right: 0;
  z-index: 200000000;
}

.edit_link a {
  display: block;
  background: #141414;
  padding: 1rem 3rem;
  text-transform: uppercase;
  z-index: 2000;
  color: white;
  border: 1px solid #e4e4e4;
  font-size: 1.4rem;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (max-width: 750px) {
  .edit_link {
    top: 10rem;
  }
  .edit_link a {
    padding: 0.8rem 1.5rem;
  }
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

footer {
  position: relative;
  padding: 5rem 0;
  border-top: 1px solid rgba(228, 228, 228, 0.2);
}

footer p,
footer p a {
  font-size: 1.4rem;
  opacity: 1;
}

footer span {
  max-width: 75rem;
  display: block;
  opacity: 0.7;
}

footer span a {
  text-decoration: underline;
}

footer span p,
footer span p a {
  font-size: 1.2rem;
}

footer h4 {
  font-size: 1.6rem;
  font-weight: 400;
  border: 0;
  padding: 0;
  margin-bottom: 1rem;
  text-transform: none;
  letter-spacing: 0;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 1;
}

footer ul li {
  font-size: 1.4rem;
  color: #e4e4e4;
  font-weight: 200;
  opacity: 0.7;
  transition: 0.5s ease all;
}

footer ul li:hover {
  opacity: 1;
}

footer ul li .fab {
  margin-right: 1rem;
  color: white;
}

footer .quarter {
  margin-bottom: 3rem;
}

footer .wide {
  padding: 5rem 0;
}

footer .wide .item-20 {
  width: 22rem;
}

footer .wide .item-80 {
  width: calc(100% - 22rem);
}

footer .wide .item-80 .small {
  width: 90%;
  margin-left: 10%;
}

footer .logo svg {
  height: auto;
  width: 22rem;
}

footer .background {
  background-position: bottom;
  opacity: 0.8;
}

footer .background.gradient:before {
  background: linear-gradient(to bottom, #141414, transparent 60%);
}

@media screen and (max-width: 950px) {
  footer .wide .item-20,
  footer .wide .item-80 {
    width: 100%;
  }
  footer .wide .item-20 .logo,
  footer .wide .item-80 .logo {
    margin-bottom: 2rem;
    display: block;
  }
  footer .wide .item-20 .small,
  footer .wide .item-80 .small {
    width: 100%;
    margin: 0;
  }
  footer .wide .item-20 .small .item,
  footer .wide .item-80 .small .item {
    margin: 0 0 2rem;
  }
}

.foreign a.item {
  padding: 1rem;
}

.foreign a.item h4 {
  position: relative;
  width: 100%;
}

.foreign a.item h4:after {
  content: '';
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  right: 0;
  top: 1rem;
}

.foreign a.item:before, .foreign a.item:after {
  height: 4px;
}

.foreign a.item:first-child:before {
  background: linear-gradient(to right, #141414, #6c4d3e);
}

.foreign a.item:first-child:after {
  background: #6c4d3e;
}

.foreign a.item:last-child:before {
  background: linear-gradient(to right, #141414, #00543d);
}

.foreign a.item:last-child:after {
  background: #00543d;
}

.single-gallery .carousel-cell {
  width: 50%;
  height: 55rem;
  background: linear-gradient(to top right, #e4e4e4, #141414);
}

.single-gallery .carousel-cell img {
  height: 100%;
  width: 100%;
  opacity: 0.3;
  object-fit: cover;
}

.single-gallery .carousel-cell.is-selected img {
  opacity: 1;
}

.single-gallery .flickity-prev-next-button {
  margin: 0;
  padding: 0;
  min-width: 5rem !important;
  background: transparent !important;
  transition: 0.5s ease all;
}

.single-gallery .flickity-prev-next-button:before, .single-gallery .flickity-prev-next-button:after {
  display: none;
}

.single-gallery .flickity-prev-next-button:hover, .single-gallery .flickity-prev-next-button:focus {
  transition: 0.5s ease all;
  background-size: 500% !important;
  outline: none;
  box-shadow: none;
}

.single-gallery .flickity-prev-next-button.next {
  right: 20%;
}

.single-gallery .flickity-prev-next-button.previous {
  left: 20%;
}

.single-gallery .flickity-prev-next-button svg {
  left: 1.5rem;
  width: 2rem;
  color: white;
}

@media screen and (max-width: 1000px) {
  .single-gallery .carousel-cell {
    width: 60%;
    height: 33vw;
  }
  .single-gallery .flickity-prev-next-button.next {
    right: 10%;
  }
  .single-gallery .flickity-prev-next-button.previous {
    left: 10%;
  }
}

@media screen and (max-width: 550px) {
  .single-gallery .carousel-cell {
    width: 100%;
    height: 60vw;
  }
  .single-gallery .flickity-prev-next-button.next {
    right: 5%;
  }
  .single-gallery .flickity-prev-next-button.previous {
    left: 5%;
  }
}

header {
  top: 0;
  padding: 5rem 0;
  width: 100%;
  background: linear-gradient(to bottom, #141414, transparent);
  position: fixed;
  z-index: 2000;
}

header .flex {
  justify-content: space-between;
  align-items: center;
}

header .logo .other,
header .logo .amp {
  transition: 0.5s ease all;
}

header .logo.emb .amp {
  fill: #a1a1a1;
}

header .logo.emb .other {
  opacity: 0;
  transition: 0.5s ease all;
}

header .logo svg {
  height: auto;
  width: 22rem;
}

header .wide {
  z-index: 200;
}

header .nav {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  max-height: 100vh;
  display: flex;
  background: #141414;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out all;
}

header .nav .item {
  align-self: flex-start;
}

header .nav .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .nav .item ul li {
  font-size: 1.6rem;
  color: #e4e4e4;
  font-weight: 200;
}

header .hamburger {
  width: 3.5rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}

header .hamburger .bar {
  position: absolute;
  width: 3.5rem;
  height: 1px;
  display: block;
  background: #e4e4e4;
  transition: 0.25s ease all;
}

header .hamburger .bar:nth-child(1) {
  top: 0;
}

header .hamburger .bar:nth-child(2) {
  bottom: 0;
}

header.active .nav {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s ease-in-out all;
}

header.active .hamburger .bar:nth-child(1) {
  transform: rotate(45deg);
  top: 0.95rem;
}

header.active .hamburger .bar:nth-child(2) {
  transform: rotate(-45deg);
  bottom: 0.95rem;
}

@media screen and (max-width: 750px) {
  header .nav {
    overflow-y: scroll;
    padding: 14rem 0 8rem;
    align-items: flex-start;
  }
  header ::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  header .flex {
    justify-content: space-between;
  }
}

@media screen and (max-width: 750px) {
  header .wide {
    width: calc(100% - 5rem);
  }
  header .logo svg {
    height: 5rem;
    width: auto;
  }
}

.instagram-feed .instagram-feed--row {
  width: 100%;
  height: calc(100vw / 6);
}

.instagram-feed .instagram-feed--row a {
  width: calc(100% / 6);
  height: calc(100vw / 6);
  float: left;
}

.instagram-feed .instagram-feed--row a:after {
  font-family: "Font Awesome 5 Brands";
  font-size: 3.5rem;
  text-align: center;
  position: absolute;
  display: inline-block;
  left: calc(50% - 1.75rem);
  top: calc(50% - 2rem);
}

.instagram-feed .instagram-feed--row a:last-child {
  position: relative;
}

.instagram-feed .instagram-feed--row a:last-child:after {
  content: "\f16d";
}

.instagram-feed .instagram-feed--row a:last-child img {
  filter: grayscale(100%);
  opacity: 0.3;
}

.instagram-feed .instagram-feed--row a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 950px) {
  .instagram-feed .instagram-feed--row {
    height: calc(100vw / 4);
  }
  .instagram-feed .instagram-feed--row a {
    width: calc(100% / 4);
    height: calc(100vw / 4);
    float: left;
  }
  .instagram-feed .instagram-feed--row a:nth-child(n + 5) {
    display: none;
  }
  .instagram-feed .instagram-feed--row a:nth-child(4n) {
    position: relative;
  }
  .instagram-feed .instagram-feed--row a:nth-child(4n):after {
    content: "\f16d";
    font-size: 2.5rem;
    left: calc(50% - 1.25rem);
    top: calc(50% - 1.75rem);
  }
  .instagram-feed .instagram-feed--row a:nth-child(4n) img {
    filter: grayscale(100%);
    opacity: 0.3;
  }
}

@media screen and (max-width: 500px) {
  .instagram-feed .instagram-feed--row {
    height: auto;
  }
  .instagram-feed .instagram-feed--row a {
    width: calc(100% / 2);
    height: calc(100vw / 2);
  }
}

.pagination {
  width: auto;
  align-items: center;
  float: right;
}

.pagination .prev,
.pagination .next,
.pagination .num {
  position: relative;
}

.pagination .prev,
.pagination .next {
  width: 4rem;
  height: 1rem;
}

.pagination .prev.off,
.pagination .next.off {
  opacity: 0.4;
}

.pagination .prev:before,
.pagination .next:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-mask-image: url("images/arrow.svg");
  mask-image: url("images/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.pagination .prev a,
.pagination .next a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
}

.pagination .prev {
  transform: rotate(180deg);
}

.pagination .num {
  padding: 0 1.5rem;
}

.pagination p {
  font-size: 1.1rem;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  opacity: 1;
  vertical-align: middle;
  letter-spacing: 1px;
}

.pagination p span {
  font-weight: 800;
}

.posts-page .pagination {
  margin-top: 4rem;
}

.posts-page .pagination .prev:before,
.posts-page .pagination .next:before {
  background-color: white;
}

.single-knowledge .pagination .prev:before,
.single-knowledge .pagination .next:before {
  background-color: #141414;
}

ul.share {
  list-style: none;
  margin: 0;
}

ul.share h4 {
  margin: 0;
}

ul.share li {
  margin-bottom: 0 !important;
  display: inline-block;
  border: 1px solid #141414;
  border-radius: 3rem;
  text-align: center;
  margin-right: 1rem;
  transition: 0.5s ease all;
}

ul.share li a {
  font-size: 1.4rem;
  width: 3rem;
  height: 3rem;
  display: block;
}

ul.share li a .fab {
  color: #141414;
  line-height: 2 !important;
}

ul.share li:hover {
  border: 1px solid rgba(20, 20, 20, 0.2);
  transition: 0.5s ease all;
}

ul.share li:first-child {
  height: 3rem;
  vertical-align: middle;
  border: 0;
}

.subscribe h2 {
  margin: 0;
}

.subscribe .flex {
  justify-content: space-between;
}

.subscribe form {
  margin: 0;
  display: flex;
}

.subscribe form .mc-field-group {
  width: calc(100% - 15rem) !important;
}

.subscribe form input[type="submit"] {
  width: 20rem !important;
  margin-left: -5rem !important;
}

@media screen and (max-width: 900px) {
  .subscribe {
    display: block;
    text-align: center;
  }
}

.team {
  align-items: flex-start;
}

.team .item h5 {
  font-weight: 300;
  margin-bottom: 2rem;
}

.team .item .image {
  width: 14rem;
  height: 14rem;
  margin: 0 0 3rem;
  border: 1px solid #4b4b4b;
  border-radius: 100%;
  overflow: hidden;
  background: #4b4b4b;
}

.team .item .image img {
  object-fit: contain;
}

.about-page .team .item {
  text-align: center;
}

.about-page .team .item h5 {
  font-size: 1.7rem;
}

.about-page .team .item .image {
  width: 12rem;
  height: 12rem;
  margin: 0 auto 2rem;
}

@media screen and (max-width: 950px) {
  .team {
    margin-top: 3rem;
    justify-content: space-between;
  }
  .team .item {
    width: 33%;
    margin: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .team {
    display: none;
  }
}

.testimonials .flickity-viewport {
  min-height: 30rem !important;
}

.testimonials .flickity-button.next, .testimonials .flickity-button.previous {
  background: none;
  border-radius: 0;
  height: 1.3rem;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  top: auto;
  bottom: -2rem !important;
}

.testimonials .flickity-button.next:before, .testimonials .flickity-button.next:after, .testimonials .flickity-button.previous:before, .testimonials .flickity-button.previous:after {
  background: transparent;
  border-radius: 0;
  border: 0;
  top: 0;
}

.testimonials .flickity-button.next:before, .testimonials .flickity-button.previous:before {
  height: 100%;
  background-image: url("images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonials .flickity-button.next svg, .testimonials .flickity-button.previous svg {
  display: none;
}

.testimonials .flickity-button.next {
  right: 0;
  transform: translateY(0) !important;
}

.testimonials .flickity-button.previous {
  right: 6rem;
  left: auto;
  transform: rotate(180deg);
}

.testimonials .carousel-cell {
  width: 100%;
}

.testimonials .carousel-cell .image {
  margin-top: 3rem;
  width: 8rem;
  height: 8rem;
  border-radius: 5rem;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .testimonials .carousel-cell .image {
    margin: 3rem 0;
  }
}

.about-page .values h4 {
  position: relative;
  padding-left: 3rem;
}

.about-page .values h4 svg {
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.contact-page .half {
  align-items: center;
  margin-bottom: 10rem;
}

.contact-page .half:last-child {
  margin-bottom: 0;
}

.contact-page .half .item a {
  text-decoration: underline;
}

.contact-page .half .item.map {
  position: relative;
  height: 26rem;
}

.contact-page .half .item.map .marker {
  position: absolute;
  width: 2.5rem;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .contact-page .page-wrap {
    margin-top: 4rem;
  }
  .contact-page .bkg-wrap .accent-image {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .default-page .page-wrap {
    margin-top: 4rem;
  }
}

.home-page .opener .small h1.alt:before {
  display: none;
}

.home-page .opener .small p {
  max-width: 50rem;
  margin: 2rem 0;
}

.posts {
  margin-bottom: 3rem;
  align-items: stretch;
}

.posts .item {
  background: linear-gradient(135deg, #141414, #1b1b1b);
  padding: 2rem 2rem 4rem;
  transition: 0.5s ease all;
  position: relative;
}

.posts .item:hover {
  transition: 0.5s ease all;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.8);
}

.posts .item:hover:hover .link:before {
  opacity: 0;
}

.posts .item .meta {
  opacity: 0.5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(228, 228, 228, 0.2);
}

.posts .item .meta h6 {
  margin: 0;
}

.posts .item .meta .auth {
  text-transform: none;
}

.posts .item h5 {
  margin: 2rem 0 3rem;
  font-weight: 500;
}

.posts .item .link {
  position: absolute;
  display: inline-block;
  bottom: 2rem;
}

@media screen and (max-width: 650px) {
  .posts .item .image {
    height: 50vw;
  }
}

.service-page .intro .icon {
  float: left;
}

.service-page .intro .content {
  width: calc(100% - 10rem);
  float: right;
}

.service-page .tiles .half {
  width: 100%;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 0 2rem rgba(20, 20, 20, 0.1);
  margin-top: 5%;
}

.service-page .tiles .half .info {
  width: 50%;
  padding: 5rem 5rem 5rem 6rem;
}

.service-page .tiles .half .image {
  width: 50%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  border-radius: 0 1rem 1rem 0;
}

.service-page .tiles .half:nth-child(2n) {
  flex-direction: column-reverse;
}

.service-page .tiles .half:nth-child(2n) .info {
  margin-left: 50%;
}

.service-page .tiles .half:nth-child(2n) .image {
  left: 0;
  border-radius: 1rem 0 0 1rem;
}

.service-single .accordion:nth-child(1n) {
  margin-bottom: 8rem;
}

@media screen and (max-width: 1000px) {
  .service-page .tiles .half .item {
    width: 100%;
    position: relative;
    margin: 0 auto !important;
  }
  .service-page .tiles .half .item.image {
    height: 50vw;
    border-radius: 0 0 1rem 1rem !important;
  }
  .service-page .tiles .half .item.info {
    padding: 4rem;
  }
  .service-page .tiles .half .item.info h3 {
    text-align: left;
  }
  .service-page .tiles .half:nth-child(2n) {
    flex-direction: row;
  }
}

@media screen and (max-width: 550px) {
  .service-page .intro .icon {
    float: none;
    display: block;
  }
  .service-page .intro .content {
    width: 100%;
    float: none;
  }
}

.single-knowledge .light {
  padding: 3rem;
}

.single-knowledge .light h1,
.single-knowledge .light h2,
.single-knowledge .light h3,
.single-knowledge .light h4,
.single-knowledge .light h5,
.single-knowledge .light h6,
.single-knowledge .light p,
.single-knowledge .light a,
.single-knowledge .light ul,
.single-knowledge .light ol,
.single-knowledge .light blockquote {
  color: #141414;
  opacity: 1;
}

.single-knowledge .light h2 {
  font-family: "europa", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.single-knowledge .light h2.alt:before {
  left: -23rem;
}

.single-knowledge .light .auth {
  opacity: 0.5;
  text-transform: none !important;
}

.single-knowledge .light .auth span {
  opacity: 1;
  font-weight: 400;
}

.single-knowledge .light.content ul li:before {
  background: #141414;
}

.single-knowledge .light img {
  display: inline-block;
  width: auto;
}

.single-knowledge .light .half {
  padding: 3rem 0 0;
  align-items: center;
}

.single-knowledge .light .half .item {
  width: 50% !important;
}

@media screen and (max-width: 1300px) {
  .single-knowledge .light h2.alt:before {
    left: -7rem;
  }
}

@media screen and (max-width: 750px) {
  .single-knowledge {
    margin-top: 3rem;
  }
  .single-knowledge .light h2 {
    font-size: 3rem;
  }
  .single-knowledge .light h2.alt:before {
    left: -8rem;
  }
  .single-knowledge .light .half .item {
    width: 100% !important;
  }
  .single-knowledge .light .half .item .pagination {
    float: none;
    margin-top: 2rem;
  }
}

.team-single .opener h1 {
  font-size: 6rem;
  margin-bottom: 1rem;
}

.team-single .opener h4 {
  text-transform: none;
  font-weight: 500;
  margin-bottom: 3rem;
  opacity: 0.6;
}

.team-single .opener .small {
  padding-right: 10%;
}

.team-single .opener .background {
  background-position: right center;
  background-size: 50%;
  opacity: 0.8 !important;
}

.team-single .opener .background.gradient:before {
  background: linear-gradient(to top, #141414 10%, transparent 60%);
}

.team-single .opener .quote {
  margin-top: 6rem;
  max-width: 45rem;
  position: relative;
}

.team-single .opener .quote:before, .team-single .opener .quote:after {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
  background: url("images/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}

.team-single .opener .quote:before {
  top: -2rem;
  left: -2rem;
}

.team-single .opener .quote:after {
  bottom: 0;
  right: 0;
  transform: rotate(-180deg);
}

.team-single .opener .signature {
  margin-top: 2rem;
  align-items: center;
}

.team-single .opener .signature img {
  height: 6rem;
  width: auto;
}

.team-single .icons {
  margin: 3rem 0;
}

.team-single .icons a {
  display: block;
  margin-right: 2rem;
}

.team-single .icons a .fas {
  color: #e4e4e4;
  font-size: 2rem;
  opacity: 0.4;
  transition: 0.5s ease all;
}

.team-single .icons a:hover .fas {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .team-single .opener {
    overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  .team-single .opener .background {
    display: none;
  }
  .team-single .opener .small {
    padding-right: 0;
  }
}
