/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    IMPORT
\*------------------------------------*/

@font-face {
  font-family: 'apercu';
  src: url('../fonts/apercu-regular.eot');
  src: url('../fonts/apercu-regulard41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/apercu-regular.html') format('woff2'),
    url('../fonts/apercu-regular.woff') format('woff'),
    url('../fonts/apercu-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'luxia';
  src: local('Luxia Regular'), url('LuxiaRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'luxia-display';
  src: url('../fonts/LUXIA-DISPLAY.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Luxia Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Luxia Regular'), url('LuxiaRegular.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Luxia Display';
  font-style: normal;
  font-weight: normal;
  src: local('Luxia Display'), url('LuxiaDisplay.woff') format('woff');
  }

@font-face {
  font-family: 'apercu-bold';
  src: url('../fonts/apercu-bold.eot');
  src: url('../fonts/apercu-boldd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/apercu-bold.html') format('woff2'),
    url('../fonts/apercu-bold.woff') format('woff'),
    url('../fonts/apercu-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "luxia";
  src: url('../fonts/Rza-Light.eot');
  src: url('../fonts/Rza-Lightd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rza-Light.html') format('woff2'),
    url('../fonts/Rza-Light.woff') format('woff'),
    url('../fonts/Rza-Light.ttf') format('truetype'),
    url('../fonts/Rza-Light.svg#Rza-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rza ';
  src: url('../fonts/Rza-Semibold.eot');
  src: url('../fonts/Rza-Semiboldd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rza-Semibold.html') format('woff2'),
    url('../fonts/Rza-Semibold.woff') format('woff'),
    url('../fonts/Rza-Semibold.ttf') format('truetype'),
    url('../fonts/Rza-Semibold.svg#Rza-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/**
 * Remove default margin.
 */
body {
  margin: 0;
  overflow-x: hidden;
  
}

/* 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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: #1c1c1c;
}

/**
 * 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: not-allowed;
}

/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* 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./
 */

 #img-center{
    display: block;
    margin: 0px auto;
}
#connect-page{
  background: rgb(247,102,49);
background: linear-gradient(151deg, rgba(247,102,49,1) 0%, rgba(209,38,153,1) 100%);
color:white;
}
#connect-page .section-title {
  color:#ffffff;
  font-size: 40px;
}

#connect-page.body-bg{
  background-color: transparent;
}
#connect-page .header.transparent{
  background-color: transparent;
}

#connect-page .heading-container .heading h1{
  font-size: 40px;
  text-align: center;
  border: 4px solid white;
  border-radius: 40px;
  font-weight: 500;
  width:450px;
}

#connect-page .contact-label {
  font-size: 30px;
}
.about-us .header .main-nav ul .current-menu-item a {
  color: #000;
}

 #about-us{
  background: rgb(43,197,199);
background: linear-gradient(90deg, rgba(43,197,199,1) 0%, rgba(122,196,83,1) 80%, rgba(174,218,107,1) 100%);
 }
 #about-us.page-template-page-about .footer{
  background-color: transparent;
 }
 #about-us .dark-bg {
  background-color: transparent;

 }
 #about-us .header.transparent{
  background-color: transparent;
 }


 #about-us .pov-container .pov .pov-header .heading h1 {
  font-size: 40px;
  text-align: center;
  border: 4px solid white;
  border-radius: 40px;
  font-weight: 500;
 }
 #about-us .pov-container .pov .desc>*{
  font-size: 25px;
 }
 

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=62em&xlarge=90em&xxlarge=120em";
}

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

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

body {
  background: url(../img/Background.jpg);
  padding: 0;
  margin: 0;
  font-family: "luxia", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.45;
  color: #1c1c1c;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: 52%;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.rel {
  position: relative;
}

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

.row {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before,
.row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 48em) {
  .row .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 62em) {
  .row .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 90em) {
  .row .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 48em) {

  .column,
  .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 62em) {

  .column,
  .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 90em) {

  .column,
  .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.column.row.row,
.row.row.columns {
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 4.1666666667%;
}

.small-push-1 {
  position: relative;
  left: 4.1666666667%;
}

.small-pull-1 {
  position: relative;
  left: -4.1666666667%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 8.3333333333%;
}

.small-push-2 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-2 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-1 {
  margin-left: 4.1666666667%;
}

.small-3 {
  width: 12.5%;
}

.small-push-3 {
  position: relative;
  left: 12.5%;
}

.small-pull-3 {
  position: relative;
  left: -12.5%;
}

.small-offset-2 {
  margin-left: 8.3333333333%;
}

.small-4 {
  width: 16.6666666667%;
}

.small-push-4 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-4 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-3 {
  margin-left: 12.5%;
}

.small-5 {
  width: 20.8333333333%;
}

.small-push-5 {
  position: relative;
  left: 20.8333333333%;
}

.small-pull-5 {
  position: relative;
  left: -20.8333333333%;
}

.small-offset-4 {
  margin-left: 16.6666666667%;
}

.small-6 {
  width: 25%;
}

.small-push-6 {
  position: relative;
  left: 25%;
}

.small-pull-6 {
  position: relative;
  left: -25%;
}

.small-offset-5 {
  margin-left: 20.8333333333%;
}

.small-7 {
  width: 29.1666666667%;
}

.small-push-7 {
  position: relative;
  left: 29.1666666667%;
}

.small-pull-7 {
  position: relative;
  left: -29.1666666667%;
}

.small-offset-6 {
  margin-left: 25%;
}

.small-8 {
  width: 33.3333333333%;
}

.small-push-8 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-8 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-7 {
  margin-left: 29.1666666667%;
}

.small-9 {
  width: 37.5%;
}

.small-push-9 {
  position: relative;
  left: 37.5%;
}

.small-pull-9 {
  position: relative;
  left: -37.5%;
}

.small-offset-8 {
  margin-left: 33.3333333333%;
}

.small-10 {
  width: 41.6666666667%;
}

.small-push-10 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-10 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-9 {
  margin-left: 37.5%;
}

.small-11 {
  width: 45.8333333333%;
}

.small-push-11 {
  position: relative;
  left: 45.8333333333%;
}

.small-pull-11 {
  position: relative;
  left: -45.8333333333%;
}

.small-offset-10 {
  margin-left: 41.6666666667%;
}

.small-12 {
  width: 50%;
}

.small-push-12 {
  position: relative;
  left: 50%;
}

.small-pull-12 {
  position: relative;
  left: -50%;
}

.small-offset-11 {
  margin-left: 45.8333333333%;
}

.small-13 {
  width: 54.1666666667%;
}

.small-push-13 {
  position: relative;
  left: 54.1666666667%;
}

.small-pull-13 {
  position: relative;
  left: -54.1666666667%;
}

.small-offset-12 {
  margin-left: 50%;
}

.small-14 {
  width: 58.3333333333%;
}

.small-push-14 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-14 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-13 {
  margin-left: 54.1666666667%;
}

.small-15 {
  width: 62.5%;
}

.small-push-15 {
  position: relative;
  left: 62.5%;
}

.small-pull-15 {
  position: relative;
  left: -62.5%;
}

.small-offset-14 {
  margin-left: 58.3333333333%;
}

.small-16 {
  width: 66.6666666667%;
}

.small-push-16 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-16 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-15 {
  margin-left: 62.5%;
}

.small-17 {
  width: 70.8333333333%;
}

.small-push-17 {
  position: relative;
  left: 70.8333333333%;
}

.small-pull-17 {
  position: relative;
  left: -70.8333333333%;
}

.small-offset-16 {
  margin-left: 66.6666666667%;
}

.small-18 {
  width: 75%;
}

.small-push-18 {
  position: relative;
  left: 75%;
}

.small-pull-18 {
  position: relative;
  left: -75%;
}

.small-offset-17 {
  margin-left: 70.8333333333%;
}

.small-19 {
  width: 79.1666666667%;
}

.small-push-19 {
  position: relative;
  left: 79.1666666667%;
}

.small-pull-19 {
  position: relative;
  left: -79.1666666667%;
}

.small-offset-18 {
  margin-left: 75%;
}

.small-20 {
  width: 83.3333333333%;
}

.small-push-20 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-20 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-19 {
  margin-left: 79.1666666667%;
}

.small-21 {
  width: 87.5%;
}

.small-push-21 {
  position: relative;
  left: 87.5%;
}

.small-pull-21 {
  position: relative;
  left: -87.5%;
}

.small-offset-20 {
  margin-left: 83.3333333333%;
}

.small-22 {
  width: 91.6666666667%;
}

.small-push-22 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-22 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-21 {
  margin-left: 87.5%;
}

.small-23 {
  width: 95.8333333333%;
}

.small-push-23 {
  position: relative;
  left: 95.8333333333%;
}

.small-pull-23 {
  position: relative;
  left: -95.8333333333%;
}

.small-offset-22 {
  margin-left: 91.6666666667%;
}

.small-24 {
  width: 100%;
}

.small-offset-23 {
  margin-left: 95.8333333333%;
}

.small-up-1>.column,
.small-up-1>.columns {
  width: 100%;
  float: left;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
  float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
  width: 50%;
  float: left;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
  float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
  width: 33.3333333333%;
  float: left;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
  float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
  width: 25%;
  float: left;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
  float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
  width: 20%;
  float: left;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
  float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
  width: 16.6666666667%;
  float: left;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
  float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
  width: 14.2857142857%;
  float: left;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
  float: left;
}

.small-up-8>.column,
.small-up-8>.columns {
  width: 12.5%;
  float: left;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
  float: left;
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 4.1666666667%;
  }

  .medium-push-1 {
    position: relative;
    left: 4.1666666667%;
  }

  .medium-pull-1 {
    position: relative;
    left: -4.1666666667%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 8.3333333333%;
  }

  .medium-push-2 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-2 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }

  .medium-3 {
    width: 12.5%;
  }

  .medium-push-3 {
    position: relative;
    left: 12.5%;
  }

  .medium-pull-3 {
    position: relative;
    left: -12.5%;
  }

  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }

  .medium-4 {
    width: 16.6666666667%;
  }

  .medium-push-4 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-4 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-3 {
    margin-left: 12.5%;
  }

  .medium-5 {
    width: 20.8333333333%;
  }

  .medium-push-5 {
    position: relative;
    left: 20.8333333333%;
  }

  .medium-pull-5 {
    position: relative;
    left: -20.8333333333%;
  }

  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }

  .medium-6 {
    width: 25%;
  }

  .medium-push-6 {
    position: relative;
    left: 25%;
  }

  .medium-pull-6 {
    position: relative;
    left: -25%;
  }

  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }

  .medium-7 {
    width: 29.1666666667%;
  }

  .medium-push-7 {
    position: relative;
    left: 29.1666666667%;
  }

  .medium-pull-7 {
    position: relative;
    left: -29.1666666667%;
  }

  .medium-offset-6 {
    margin-left: 25%;
  }

  .medium-8 {
    width: 33.3333333333%;
  }

  .medium-push-8 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-8 {
    position: relative;
    left: -33.3333333333%;
  }

  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }

  .medium-9 {
    width: 37.5%;
  }

  .medium-push-9 {
    position: relative;
    left: 37.5%;
  }

  .medium-pull-9 {
    position: relative;
    left: -37.5%;
  }

  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }

  .medium-10 {
    width: 41.6666666667%;
  }

  .medium-push-10 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-10 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-9 {
    margin-left: 37.5%;
  }

  .medium-11 {
    width: 45.8333333333%;
  }

  .medium-push-11 {
    position: relative;
    left: 45.8333333333%;
  }

  .medium-pull-11 {
    position: relative;
    left: -45.8333333333%;
  }

  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }

  .medium-12 {
    width: 50%;
  }

  .medium-push-12 {
    position: relative;
    left: 50%;
  }

  .medium-pull-12 {
    position: relative;
    left: -50%;
  }

  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }

  .medium-13 {
    width: 54.1666666667%;
  }

  .medium-push-13 {
    position: relative;
    left: 54.1666666667%;
  }

  .medium-pull-13 {
    position: relative;
    left: -54.1666666667%;
  }

  .medium-offset-12 {
    margin-left: 50%;
  }

  .medium-14 {
    width: 58.3333333333%;
  }

  .medium-push-14 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-14 {
    position: relative;
    left: -58.3333333333%;
  }

  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }

  .medium-15 {
    width: 62.5%;
  }

  .medium-push-15 {
    position: relative;
    left: 62.5%;
  }

  .medium-pull-15 {
    position: relative;
    left: -62.5%;
  }

  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }

  .medium-16 {
    width: 66.6666666667%;
  }

  .medium-push-16 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-16 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-15 {
    margin-left: 62.5%;
  }

  .medium-17 {
    width: 70.8333333333%;
  }

  .medium-push-17 {
    position: relative;
    left: 70.8333333333%;
  }

  .medium-pull-17 {
    position: relative;
    left: -70.8333333333%;
  }

  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }

  .medium-18 {
    width: 75%;
  }

  .medium-push-18 {
    position: relative;
    left: 75%;
  }

  .medium-pull-18 {
    position: relative;
    left: -75%;
  }

  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }

  .medium-19 {
    width: 79.1666666667%;
  }

  .medium-push-19 {
    position: relative;
    left: 79.1666666667%;
  }

  .medium-pull-19 {
    position: relative;
    left: -79.1666666667%;
  }

  .medium-offset-18 {
    margin-left: 75%;
  }

  .medium-20 {
    width: 83.3333333333%;
  }

  .medium-push-20 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-20 {
    position: relative;
    left: -83.3333333333%;
  }

  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }

  .medium-21 {
    width: 87.5%;
  }

  .medium-push-21 {
    position: relative;
    left: 87.5%;
  }

  .medium-pull-21 {
    position: relative;
    left: -87.5%;
  }

  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }

  .medium-22 {
    width: 91.6666666667%;
  }

  .medium-push-22 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-22 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-21 {
    margin-left: 87.5%;
  }

  .medium-23 {
    width: 95.8333333333%;
  }

  .medium-push-23 {
    position: relative;
    left: 95.8333333333%;
  }

  .medium-pull-23 {
    position: relative;
    left: -95.8333333333%;
  }

  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }

  .medium-24 {
    width: 100%;
  }

  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }

  .medium-up-1>.column,
  .medium-up-1>.columns {
    width: 100%;
    float: left;
  }

  .medium-up-1>.column:nth-of-type(1n),
  .medium-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1>.column:nth-of-type(1n+1),
  .medium-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1>.column:last-child,
  .medium-up-1>.columns:last-child {
    float: left;
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    width: 50%;
    float: left;
  }

  .medium-up-2>.column:nth-of-type(1n),
  .medium-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2>.column:nth-of-type(2n+1),
  .medium-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2>.column:last-child,
  .medium-up-2>.columns:last-child {
    float: left;
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    width: 33.3333333333%;
    float: left;
  }

  .medium-up-3>.column:nth-of-type(1n),
  .medium-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3>.column:nth-of-type(3n+1),
  .medium-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3>.column:last-child,
  .medium-up-3>.columns:last-child {
    float: left;
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    width: 25%;
    float: left;
  }

  .medium-up-4>.column:nth-of-type(1n),
  .medium-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4>.column:nth-of-type(4n+1),
  .medium-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4>.column:last-child,
  .medium-up-4>.columns:last-child {
    float: left;
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    width: 20%;
    float: left;
  }

  .medium-up-5>.column:nth-of-type(1n),
  .medium-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5>.column:nth-of-type(5n+1),
  .medium-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5>.column:last-child,
  .medium-up-5>.columns:last-child {
    float: left;
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    width: 16.6666666667%;
    float: left;
  }

  .medium-up-6>.column:nth-of-type(1n),
  .medium-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6>.column:nth-of-type(6n+1),
  .medium-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6>.column:last-child,
  .medium-up-6>.columns:last-child {
    float: left;
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    width: 14.2857142857%;
    float: left;
  }

  .medium-up-7>.column:nth-of-type(1n),
  .medium-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7>.column:nth-of-type(7n+1),
  .medium-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7>.column:last-child,
  .medium-up-7>.columns:last-child {
    float: left;
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8>.column:nth-of-type(1n),
  .medium-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8>.column:nth-of-type(8n+1),
  .medium-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8>.column:last-child,
  .medium-up-8>.columns:last-child {
    float: left;
  }

  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 62em) {
  .large-1 {
    width: 4.1666666667%;
  }

  .large-push-1 {
    position: relative;
    left: 4.1666666667%;
  }

  .large-pull-1 {
    position: relative;
    left: -4.1666666667%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 8.3333333333%;
  }

  .large-push-2 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-2 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-1 {
    margin-left: 4.1666666667%;
  }

  .large-3 {
    width: 12.5%;
  }

  .large-push-3 {
    position: relative;
    left: 12.5%;
  }

  .large-pull-3 {
    position: relative;
    left: -12.5%;
  }

  .large-offset-2 {
    margin-left: 8.3333333333%;
  }

  .large-4 {
    width: 16.6666666667%;
  }

  .large-push-4 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-4 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-3 {
    margin-left: 12.5%;
  }

  .large-5 {
    width: 20.8333333333%;
  }

  .large-push-5 {
    position: relative;
    left: 20.8333333333%;
  }

  .large-pull-5 {
    position: relative;
    left: -20.8333333333%;
  }

  .large-offset-4 {
    margin-left: 16.6666666667%;
  }

  .large-6 {
    width: 25%;
  }

  .large-push-6 {
    position: relative;
    left: 25%;
  }

  .large-pull-6 {
    position: relative;
    left: -25%;
  }

  .large-offset-5 {
    margin-left: 20.8333333333%;
  }

  .large-7 {
    width: 29.1666666667%;
  }

  .large-push-7 {
    position: relative;
    left: 29.1666666667%;
  }

  .large-pull-7 {
    position: relative;
    left: -29.1666666667%;
  }

  .large-offset-6 {
    margin-left: 25%;
  }

  .large-8 {
    width: 33.3333333333%;
  }

  .large-push-8 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-8 {
    position: relative;
    left: -33.3333333333%;
  }

  .large-offset-7 {
    margin-left: 29.1666666667%;
  }

  .large-9 {
    width: 37.5%;
  }

  .large-push-9 {
    position: relative;
    left: 37.5%;
  }

  .large-pull-9 {
    position: relative;
    left: -37.5%;
  }

  .large-offset-8 {
    margin-left: 33.3333333333%;
  }

  .large-10 {
    width: 41.6666666667%;
  }

  .large-push-10 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-10 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-9 {
    margin-left: 37.5%;
  }

  .large-11 {
    width: 45.8333333333%;
  }

  .large-push-11 {
    position: relative;
    left: 45.8333333333%;
  }

  .large-pull-11 {
    position: relative;
    left: -45.8333333333%;
  }

  .large-offset-10 {
    margin-left: 41.6666666667%;
  }

  .large-12 {
    width: 50%;
  }

  .large-push-12 {
    position: relative;
    left: 50%;
  }

  .large-pull-12 {
    position: relative;
    left: -50%;
  }

  .large-offset-11 {
    margin-left: 45.8333333333%;
  }

  .large-13 {
    width: 54.1666666667%;
  }

  .large-push-13 {
    position: relative;
    left: 54.1666666667%;
  }

  .large-pull-13 {
    position: relative;
    left: -54.1666666667%;
  }

  .large-offset-12 {
    margin-left: 50%;
  }

  .large-14 {
    width: 58.3333333333%;
  }

  .large-push-14 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-14 {
    position: relative;
    left: -58.3333333333%;
  }

  .large-offset-13 {
    margin-left: 54.1666666667%;
  }

  .large-15 {
    width: 62.5%;
  }

  .large-push-15 {
    position: relative;
    left: 62.5%;
  }

  .large-pull-15 {
    position: relative;
    left: -62.5%;
  }

  .large-offset-14 {
    margin-left: 58.3333333333%;
  }

  .large-16 {
    width: 66.6666666667%;
  }

  .large-push-16 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-16 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-15 {
    margin-left: 62.5%;
  }

  .large-17 {
    width: 70.8333333333%;
  }

  .large-push-17 {
    position: relative;
    left: 70.8333333333%;
  }

  .large-pull-17 {
    position: relative;
    left: -70.8333333333%;
  }

  .large-offset-16 {
    margin-left: 66.6666666667%;
  }

  .large-18 {
    width: 75%;
  }

  .large-push-18 {
    position: relative;
    left: 75%;
  }

  .large-pull-18 {
    position: relative;
    left: -75%;
  }

  .large-offset-17 {
    margin-left: 70.8333333333%;
  }

  .large-19 {
    width: 79.1666666667%;
  }

  .large-push-19 {
    position: relative;
    left: 79.1666666667%;
  }

  .large-pull-19 {
    position: relative;
    left: -79.1666666667%;
  }

  .large-offset-18 {
    margin-left: 75%;
  }

  .large-20 {
    width: 83.3333333333%;
  }

  .large-push-20 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-20 {
    position: relative;
    left: -83.3333333333%;
  }

  .large-offset-19 {
    margin-left: 79.1666666667%;
  }

  .large-21 {
    width: 87.5%;
  }

  .large-push-21 {
    position: relative;
    left: 87.5%;
  }

  .large-pull-21 {
    position: relative;
    left: -87.5%;
  }

  .large-offset-20 {
    margin-left: 83.3333333333%;
  }

  .large-22 {
    width: 91.6666666667%;
  }

  .large-push-22 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-22 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-21 {
    margin-left: 87.5%;
  }

  .large-23 {
    width: 95.8333333333%;
  }

  .large-push-23 {
    position: relative;
    left: 95.8333333333%;
  }

  .large-pull-23 {
    position: relative;
    left: -95.8333333333%;
  }

  .large-offset-22 {
    margin-left: 91.6666666667%;
  }

  .large-24 {
    width: 100%;
  }

  .large-offset-23 {
    margin-left: 95.8333333333%;
  }

  .large-up-1>.column,
  .large-up-1>.columns {
    width: 100%;
    float: left;
  }

  .large-up-1>.column:nth-of-type(1n),
  .large-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1>.column:nth-of-type(1n+1),
  .large-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1>.column:last-child,
  .large-up-1>.columns:last-child {
    float: left;
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    width: 50%;
    float: left;
  }

  .large-up-2>.column:nth-of-type(1n),
  .large-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2>.column:nth-of-type(2n+1),
  .large-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2>.column:last-child,
  .large-up-2>.columns:last-child {
    float: left;
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    width: 33.3333333333%;
    float: left;
  }

  .large-up-3>.column:nth-of-type(1n),
  .large-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3>.column:nth-of-type(3n+1),
  .large-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3>.column:last-child,
  .large-up-3>.columns:last-child {
    float: left;
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    width: 25%;
    float: left;
  }

  .large-up-4>.column:nth-of-type(1n),
  .large-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4>.column:nth-of-type(4n+1),
  .large-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4>.column:last-child,
  .large-up-4>.columns:last-child {
    float: left;
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    width: 20%;
    float: left;
  }

  .large-up-5>.column:nth-of-type(1n),
  .large-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5>.column:nth-of-type(5n+1),
  .large-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5>.column:last-child,
  .large-up-5>.columns:last-child {
    float: left;
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    width: 16.6666666667%;
    float: left;
  }

  .large-up-6>.column:nth-of-type(1n),
  .large-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6>.column:nth-of-type(6n+1),
  .large-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6>.column:last-child,
  .large-up-6>.columns:last-child {
    float: left;
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    width: 14.2857142857%;
    float: left;
  }

  .large-up-7>.column:nth-of-type(1n),
  .large-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7>.column:nth-of-type(7n+1),
  .large-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7>.column:last-child,
  .large-up-7>.columns:last-child {
    float: left;
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8>.column:nth-of-type(1n),
  .large-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8>.column:nth-of-type(8n+1),
  .large-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8>.column:last-child,
  .large-up-8>.columns:last-child {
    float: left;
  }

  .large-collapse>.column,
  .large-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-1 {
    width: 4.1666666667%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 4.1666666667%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -4.1666666667%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    width: 8.3333333333%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 8.3333333333%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -8.3333333333%;
  }

  .xlarge-offset-1 {
    margin-left: 4.1666666667%;
  }

  .xlarge-3 {
    width: 12.5%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 12.5%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -12.5%;
  }

  .xlarge-offset-2 {
    margin-left: 8.3333333333%;
  }

  .xlarge-4 {
    width: 16.6666666667%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 16.6666666667%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -16.6666666667%;
  }

  .xlarge-offset-3 {
    margin-left: 12.5%;
  }

  .xlarge-5 {
    width: 20.8333333333%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 20.8333333333%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -20.8333333333%;
  }

  .xlarge-offset-4 {
    margin-left: 16.6666666667%;
  }

  .xlarge-6 {
    width: 25%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -25%;
  }

  .xlarge-offset-5 {
    margin-left: 20.8333333333%;
  }

  .xlarge-7 {
    width: 29.1666666667%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 29.1666666667%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -29.1666666667%;
  }

  .xlarge-offset-6 {
    margin-left: 25%;
  }

  .xlarge-8 {
    width: 33.3333333333%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 33.3333333333%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -33.3333333333%;
  }

  .xlarge-offset-7 {
    margin-left: 29.1666666667%;
  }

  .xlarge-9 {
    width: 37.5%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 37.5%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -37.5%;
  }

  .xlarge-offset-8 {
    margin-left: 33.3333333333%;
  }

  .xlarge-10 {
    width: 41.6666666667%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 41.6666666667%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -41.6666666667%;
  }

  .xlarge-offset-9 {
    margin-left: 37.5%;
  }

  .xlarge-11 {
    width: 45.8333333333%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 45.8333333333%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -45.8333333333%;
  }

  .xlarge-offset-10 {
    margin-left: 41.6666666667%;
  }

  .xlarge-12 {
    width: 50%;
  }

  .xlarge-push-12 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-12 {
    position: relative;
    left: -50%;
  }

  .xlarge-offset-11 {
    margin-left: 45.8333333333%;
  }

  .xlarge-13 {
    width: 54.1666666667%;
  }

  .xlarge-push-13 {
    position: relative;
    left: 54.1666666667%;
  }

  .xlarge-pull-13 {
    position: relative;
    left: -54.1666666667%;
  }

  .xlarge-offset-12 {
    margin-left: 50%;
  }

  .xlarge-14 {
    width: 58.3333333333%;
  }

  .xlarge-push-14 {
    position: relative;
    left: 58.3333333333%;
  }

  .xlarge-pull-14 {
    position: relative;
    left: -58.3333333333%;
  }

  .xlarge-offset-13 {
    margin-left: 54.1666666667%;
  }

  .xlarge-15 {
    width: 62.5%;
  }

  .xlarge-push-15 {
    position: relative;
    left: 62.5%;
  }

  .xlarge-pull-15 {
    position: relative;
    left: -62.5%;
  }

  .xlarge-offset-14 {
    margin-left: 58.3333333333%;
  }

  .xlarge-16 {
    width: 66.6666666667%;
  }

  .xlarge-push-16 {
    position: relative;
    left: 66.6666666667%;
  }

  .xlarge-pull-16 {
    position: relative;
    left: -66.6666666667%;
  }

  .xlarge-offset-15 {
    margin-left: 62.5%;
  }

  .xlarge-17 {
    width: 70.8333333333%;
  }

  .xlarge-push-17 {
    position: relative;
    left: 70.8333333333%;
  }

  .xlarge-pull-17 {
    position: relative;
    left: -70.8333333333%;
  }

  .xlarge-offset-16 {
    margin-left: 66.6666666667%;
  }

  .xlarge-18 {
    width: 75%;
  }

  .xlarge-push-18 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-18 {
    position: relative;
    left: -75%;
  }

  .xlarge-offset-17 {
    margin-left: 70.8333333333%;
  }

  .xlarge-19 {
    width: 79.1666666667%;
  }

  .xlarge-push-19 {
    position: relative;
    left: 79.1666666667%;
  }

  .xlarge-pull-19 {
    position: relative;
    left: -79.1666666667%;
  }

  .xlarge-offset-18 {
    margin-left: 75%;
  }

  .xlarge-20 {
    width: 83.3333333333%;
  }

  .xlarge-push-20 {
    position: relative;
    left: 83.3333333333%;
  }

  .xlarge-pull-20 {
    position: relative;
    left: -83.3333333333%;
  }

  .xlarge-offset-19 {
    margin-left: 79.1666666667%;
  }

  .xlarge-21 {
    width: 87.5%;
  }

  .xlarge-push-21 {
    position: relative;
    left: 87.5%;
  }

  .xlarge-pull-21 {
    position: relative;
    left: -87.5%;
  }

  .xlarge-offset-20 {
    margin-left: 83.3333333333%;
  }

  .xlarge-22 {
    width: 91.6666666667%;
  }

  .xlarge-push-22 {
    position: relative;
    left: 91.6666666667%;
  }

  .xlarge-pull-22 {
    position: relative;
    left: -91.6666666667%;
  }

  .xlarge-offset-21 {
    margin-left: 87.5%;
  }

  .xlarge-23 {
    width: 95.8333333333%;
  }

  .xlarge-push-23 {
    position: relative;
    left: 95.8333333333%;
  }

  .xlarge-pull-23 {
    position: relative;
    left: -95.8333333333%;
  }

  .xlarge-offset-22 {
    margin-left: 91.6666666667%;
  }

  .xlarge-24 {
    width: 100%;
  }

  .xlarge-offset-23 {
    margin-left: 95.8333333333%;
  }

  .xlarge-up-1>.column,
  .xlarge-up-1>.columns {
    width: 100%;
    float: left;
  }

  .xlarge-up-1>.column:nth-of-type(1n),
  .xlarge-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-1>.column:nth-of-type(1n+1),
  .xlarge-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  .xlarge-up-1>.column:last-child,
  .xlarge-up-1>.columns:last-child {
    float: left;
  }

  .xlarge-up-2>.column,
  .xlarge-up-2>.columns {
    width: 50%;
    float: left;
  }

  .xlarge-up-2>.column:nth-of-type(1n),
  .xlarge-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-2>.column:nth-of-type(2n+1),
  .xlarge-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }

  .xlarge-up-2>.column:last-child,
  .xlarge-up-2>.columns:last-child {
    float: left;
  }

  .xlarge-up-3>.column,
  .xlarge-up-3>.columns {
    width: 33.3333333333%;
    float: left;
  }

  .xlarge-up-3>.column:nth-of-type(1n),
  .xlarge-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-3>.column:nth-of-type(3n+1),
  .xlarge-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  .xlarge-up-3>.column:last-child,
  .xlarge-up-3>.columns:last-child {
    float: left;
  }

  .xlarge-up-4>.column,
  .xlarge-up-4>.columns {
    width: 25%;
    float: left;
  }

  .xlarge-up-4>.column:nth-of-type(1n),
  .xlarge-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-4>.column:nth-of-type(4n+1),
  .xlarge-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  .xlarge-up-4>.column:last-child,
  .xlarge-up-4>.columns:last-child {
    float: left;
  }

  .xlarge-up-5>.column,
  .xlarge-up-5>.columns {
    width: 20%;
    float: left;
  }

  .xlarge-up-5>.column:nth-of-type(1n),
  .xlarge-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-5>.column:nth-of-type(5n+1),
  .xlarge-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  .xlarge-up-5>.column:last-child,
  .xlarge-up-5>.columns:last-child {
    float: left;
  }

  .xlarge-up-6>.column,
  .xlarge-up-6>.columns {
    width: 16.6666666667%;
    float: left;
  }

  .xlarge-up-6>.column:nth-of-type(1n),
  .xlarge-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-6>.column:nth-of-type(6n+1),
  .xlarge-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  .xlarge-up-6>.column:last-child,
  .xlarge-up-6>.columns:last-child {
    float: left;
  }

  .xlarge-up-7>.column,
  .xlarge-up-7>.columns {
    width: 14.2857142857%;
    float: left;
  }

  .xlarge-up-7>.column:nth-of-type(1n),
  .xlarge-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-7>.column:nth-of-type(7n+1),
  .xlarge-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  .xlarge-up-7>.column:last-child,
  .xlarge-up-7>.columns:last-child {
    float: left;
  }

  .xlarge-up-8>.column,
  .xlarge-up-8>.columns {
    width: 12.5%;
    float: left;
  }

  .xlarge-up-8>.column:nth-of-type(1n),
  .xlarge-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-8>.column:nth-of-type(8n+1),
  .xlarge-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  .xlarge-up-8>.column:last-child,
  .xlarge-up-8>.columns:last-child {
    float: left;
  }

  .xlarge-collapse>.column,
  .xlarge-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xlarge-collapse .row,
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-uncollapse>.column,
  .xlarge-uncollapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: 22px;
  line-height: inherit;
  margin-bottom: 1.6rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "luxia", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 2.625rem;
}

h2 {
  font-size: 2.375rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  h1 {
    font-size: 2.625rem;
  }

  h2 {
    font-size: 3.625rem;
  }

  h3 {
    font-size: 2.0625rem;
  }

  h4 {
    font-size: 2.0625rem;
  }

  h5 {
    font-size: 1.4375rem;
  }

  h6 {
    font-size: 1.3rem;
  }
}

@media (min-width: 62em) {
  h1 {
    font-size: 4.0625rem;
  }

  h2 {
    font-size: 3.75rem;
  }

  h3 {
    font-size: 3.4375rem;
  }

  h4 {
    font-size: 2.5rem;
  }

  h5 {
    font-size: 2.0625rem;
  }

  h6 {
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 90em) {
  h1 {
    font-size: 4.0625rem;
  }

  h2 {
    font-size: 3.575rem;
  }

  h3 {
    font-size: 3.34375rem;
  }

  h4 {
    font-size: 2.5rem;
  }

  h5 {
    font-size: 2.0625rem;
  }

  h6 {
    font-size: 1.36rem;
  }
}

a {
  color: #1c1c1c;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #c31d49;
}

a img {
  border: 0;
}

hr {
  max-width: 90rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: inherit;
  margin-bottom: 1.6rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1.6rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: none;
}

blockquote,
blockquote p {
  line-height: inherit;
  color: #1c1c1c;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #1c1c1c;
}

cite:before {
  content: '\2014 \0020';
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p+.stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.margin-bottom-130 {
  margin-bottom: 130px;
}

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

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

  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 62em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

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

  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

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

  .xlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}



[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 12px 2px;
  border: none;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 0.875rem;
  color: #1c1c1c;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  border-bottom: 2px solid #a7a7a7;
}

[type='text']:focus {
  border: none;
  border-bottom: 2px solid #a7a7a7
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

/* placeholder font color */

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #828282;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #828282;
}

input::placeholder,
textarea::placeholder {
  color: #828282;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'] {
  margin: 0 0 1rem;
}

[type='checkbox']+label,
[type='radio']+label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
  cursor: pointer;
}

label>[type='checkbox'],
label>[type='radio'] {
  margin-right: 1.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  border: none;
  background: transparent;
  font-family: "luxia";
  font-size: 29px;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 300;
  position: relative;
  line-height: 34px;
  cursor: pointer;
  transition: all 500ms ease-in-out;
}

label:hover {
  color: #c31d49;
  transition: all 500ms ease-in-out;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #1c1c1c;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group> :first-child {
  border-radius: 0 0 0 0;
}

.input-group> :last-child>* {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #1c1c1c;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.375rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #f5f4f2;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 3.8125rem;
  padding: 0.5rem;
  border: none;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: normal;
  color: #1c1c1c;
  background-color: #f5f4f2;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  border: 1px solid #7d7d7d;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.778rem;
  background-color: tranparent;
  color: #1c1c1c;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: tranparent;
  color: #1c1c1c;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #c31d49;
  color: #1c1c1c;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #c1125e;
  color: #1c1c1c;
}

.button.secondary {
  background-color: #AEAEAE;
  color: #1c1c1c;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #8b8b8b;
  color: #1c1c1c;
}

.button.success {
  background-color: #3adb76;
  color: #1c1c1c;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #1c1c1c;
}

.button.warning {
  background-color: #ffae00;
  color: #1c1c1c;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #1c1c1c;
}

.button.alert {
  background-color: #ec5840;
  color: #1c1c1c;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #da3116;
  color: #1c1c1c;
}

.button.hollow {
  border: 1px solid #c31d49;
  color: #c31d49;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #780b3b;
  color: #780b3b;
}

.button.hollow.primary {
  border: 1px solid #c31d49;
  color: #c31d49;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #780b3b;
  color: #780b3b;
}

.button.hollow.secondary {
  border: 1px solid #AEAEAE;
  color: #AEAEAE;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #575757;
  color: #575757;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: tranparent;
  color: #1c1c1c;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #f5f4f2 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #f5f4f2;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead,
tfoot {
  background: #f9f9f9;
  color: #1c1c1c;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 61.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #fafafa;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em),
screen and (min-width: 62em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 62em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 61.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 62em) and (max-width: 89.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 61.9375em),
screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em),
screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {

  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {

  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

.page-block-visible,
.page-block.block-visible {
  opacity: 1;
}

.page-block-visible.small-shift,
.small-shift.page-block.block-visible,
.page-block-visible.big-shift,
.big-shift.page-block.block-visible,
.page-block-visible.huge-shift,
.huge-shift.page-block.block-visible,
.page-block-visible.medium-shift,
.medium-shift.page-block.block-visible {
  transform: translate3d(0, 0, 0);
}

.page-block-visible.page-block-0,
.page-block-0.page-block.block-visible {
  transition-delay: 0s;
}

.page-block-visible.page-block-1,
.page-block-1.page-block.block-visible {
  transition-delay: 0.12s;
}

.page-block-visible.page-block-2,
.page-block-2.page-block.block-visible {
  transition-delay: 0.24s;
}

.page-block-visible.page-block-3,
.page-block-3.page-block.block-visible {
  transition-delay: 0.36s;
}

.page-block-visible.page-block-4,
.page-block-4.page-block.block-visible {
  transition-delay: 0.48s;
}

.page-block-visible.page-block-5,
.page-block-5.page-block.block-visible {
  transition-delay: 0.6s;
}

.page-block-visible.page-block-6,
.page-block-6.page-block.block-visible {
  transition-delay: 0.72s;
}

.page-block-visible.page-block-7,
.page-block-7.page-block.block-visible {
  transition-delay: 0.84s;
}

.page-block-visible.page-block-8,
.page-block-8.page-block.block-visible {
  transition-delay: 0.96s;
}

.page-block-visible.page-block-9,
.page-block-9.page-block.block-visible {
  transition-delay: 1.08s;
}

.page-block-visible.page-block-10,
.page-block-10.page-block.block-visible {
  transition-delay: 1.2s;
}

.page-block-visible.page-block-11,
.page-block-11.page-block.block-visible {
  transition-delay: 1.32s;
}

.page-block-visible.page-block-12,
.page-block-12.page-block.block-visible {
  transition-delay: 1.44s;
}

.page-block-visible.page-block-13,
.page-block-13.page-block.block-visible {
  transition-delay: 1.56s;
}

.page-block-visible.page-block-14,
.page-block-14.page-block.block-visible {
  transition-delay: 1.68s;
}

.page-block-visible.page-block-15,
.page-block-15.page-block.block-visible {
  transition-delay: 1.8s;
}

.page-block-visible.page-block-16,
.page-block-16.page-block.block-visible {
  transition-delay: 1.92s;
}

.page-block-visible.page-block-17,
.page-block-17.page-block.block-visible {
  transition-delay: 2.04s;
}

.page-block-visible.page-block-18,
.page-block-18.page-block.block-visible {
  transition-delay: 2.16s;
}

.page-block-visible.page-block-19,
.page-block-19.page-block.block-visible {
  transition-delay: 2.28s;
}

.page-block-visible.page-block-20,
.page-block-20.page-block.block-visible {
  transition-delay: 2.4s;
}

.page-block-visible.page-block-21,
.page-block-21.page-block.block-visible {
  transition-delay: 2.52s;
}

.page-block-visible.page-block-22,
.page-block-22.page-block.block-visible {
  transition-delay: 2.64s;
}

.page-block-visible.page-block-23,
.page-block-23.page-block.block-visible {
  transition-delay: 2.76s;
}

.page-block-visible.page-block-24,
.page-block-24.page-block.block-visible {
  transition-delay: 2.88s;
}

.page-block-visible.page-block-25,
.page-block-25.page-block.block-visible {
  transition-delay: 3s;
}

.page-block-visible.page-block-26,
.page-block-26.page-block.block-visible {
  transition-delay: 3.12s;
}

.page-block-visible.page-block-27,
.page-block-27.page-block.block-visible {
  transition-delay: 3.24s;
}

.page-block-visible.page-block-28,
.page-block-28.page-block.block-visible {
  transition-delay: 3.36s;
}

.page-block-visible.page-block-29,
.page-block-29.page-block.block-visible {
  transition-delay: 3.48s;
}

.page-block-visible.page-block-30,
.page-block-30.page-block.block-visible {
  transition-delay: 3.6s;
}

.page-block-visible.page-block-31,
.page-block-31.page-block.block-visible {
  transition-delay: 3.72s;
}

.page-block-visible.page-block-32,
.page-block-32.page-block.block-visible {
  transition-delay: 3.84s;
}

.page-block-visible.page-block-33,
.page-block-33.page-block.block-visible {
  transition-delay: 3.96s;
}

.page-block-visible.page-block-34,
.page-block-34.page-block.block-visible {
  transition-delay: 4.08s;
}

.page-block-visible.page-block-35,
.page-block-35.page-block.block-visible {
  transition-delay: 4.2s;
}

.page-block-visible.page-block-36,
.page-block-36.page-block.block-visible {
  transition-delay: 4.32s;
}

.page-block-visible.page-block-37,
.page-block-37.page-block.block-visible {
  transition-delay: 4.44s;
}

.page-block-visible.page-block-38,
.page-block-38.page-block.block-visible {
  transition-delay: 4.56s;
}

.page-block-visible.page-block-39,
.page-block-39.page-block.block-visible {
  transition-delay: 4.68s;
}

.page-block-visible.page-block-40,
.page-block-40.page-block.block-visible {
  transition-delay: 4.8s;
}

.page-block-visible.page-block-41,
.page-block-41.page-block.block-visible {
  transition-delay: 4.92s;
}

.page-block-visible.page-block-42,
.page-block-42.page-block.block-visible {
  transition-delay: 5.04s;
}

.page-block-visible.page-block-43,
.page-block-43.page-block.block-visible {
  transition-delay: 5.16s;
}

.page-block-visible.page-block-44,
.page-block-44.page-block.block-visible {
  transition-delay: 5.28s;
}

.page-block-visible.page-block-45,
.page-block-45.page-block.block-visible {
  transition-delay: 5.4s;
}

.page-block-visible.page-block-46,
.page-block-46.page-block.block-visible {
  transition-delay: 5.52s;
}

.page-block-visible.page-block-47,
.page-block-47.page-block.block-visible {
  transition-delay: 5.64s;
}

.page-block-visible.page-block-48,
.page-block-48.page-block.block-visible {
  transition-delay: 5.76s;
}

.page-block-visible.page-block-49,
.page-block-49.page-block.block-visible {
  transition-delay: 5.88s;
}

.page-block-visible.page-block-50,
.page-block-50.page-block.block-visible {
  transition-delay: 6s;
}

.page-block {
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  backface-visibility: hidden;
  transition-delay: 0.12s;
}

.page-block .page-block {
  transition-delay: 0.24s;
}

.page-block.just-fade {
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-block.small-shift {
  transform: translate3d(0, 12px, 0);
}

.page-block.medium-shift {
  transform: translate3d(0, 25px, 0);
}

.page-block.big-shift {
  transform: translate3d(0, 50px, 0);
}

.page-block.huge-shift {
  transform: translate3d(0, 100px, 0);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont5b62.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont5b62.html?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont5b62.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont5b62.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-search:before {
  content: "\f002";
}


.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  outline: none;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-dots {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  bottom: -61px;
}

@media (max-width: 1024px) {
  .slick-dots {
    bottom: -42px;
  }
}

@media (max-width: 640px) {
  .slick-dots {
    bottom: -21px;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots button {
  transition: background-color 0.3s ease-out;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1c1c1c;
  display: block;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #f5f4f2;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    ANIMATION
\*------------------------------------*/
@keyframes color-change {
  0% {
    fill: #c31d49;
  }

  7.692% {
    fill: #fabcaa;
  }

  15.384% {
    fill: #fabcaa;
  }

  23.076% {
    fill: #b7d8d7;
  }

  30.768% {
    fill: #b7d8d7;
  }

  38.460% {
    fill: #9dd4b7;
  }

  46.152% {
    fill: #9dd4b7;
  }

  53.844% {
    fill: #efe699;
  }

  61.536% {
    fill: #efe699;
  }

  69.228% {
    fill: #faaa6f;
  }

  76.920% {
    fill: #faaa6f;
  }

  84.612% {
    fill: #f7acb6;
  }

  92.304% {
    fill: #f7acb6;
  }

  100% {
    fill: #c31d49;
  }
}

@keyframes color-change-white {
  0% {
    fill: #f5f4f2;
  }

  7.692% {
    fill: #fabcaa;
  }

  15.384% {
    fill: #fabcaa;
  }

  23.076% {
    fill: #b7d8d7;
  }

  30.768% {
    fill: #b7d8d7;
  }

  38.460% {
    fill: #9dd4b7;
  }

  46.152% {
    fill: #9dd4b7;
  }

  53.844% {
    fill: #efe699;
  }

  61.536% {
    fill: #efe699;
  }

  69.228% {
    fill: #faaa6f;
  }

  76.920% {
    fill: #faaa6f;
  }

  84.612% {
    fill: #f7acb6;
  }

  92.304% {
    fill: #f7acb6;
  }

  100% {
    fill: #f5f4f2;
  }
}

@keyframes color-change-black {
  0% {
    fill: #1c1c1c;
  }

  7.692% {
    fill: #fabcaa;
  }

  15.384% {
    fill: #fabcaa;
  }

  23.076% {
    fill: #b7d8d7;
  }

  30.768% {
    fill: #b7d8d7;
  }

  38.460% {
    fill: #9dd4b7;
  }

  46.152% {
    fill: #9dd4b7;
  }

  53.844% {
    fill: #efe699;
  }

  61.536% {
    fill: #efe699;
  }

  69.228% {
    fill: #faaa6f;
  }

  76.920% {
    fill: #faaa6f;
  }

  84.612% {
    fill: #f7acb6;
  }

  92.304% {
    fill: #f7acb6;
  }

  100% {
    fill: #1c1c1c;
  }
}

@keyframes rotate_cw {
  0% {
    transform: rotate(0);
  }

  75% {
    transform: rotate(165deg);
  }

  100% {
    transform: rotate(135deg);
  }
}

@keyframes rev_rotate_cw {
  0% {
    transform: rotate(135deg);
  }

  25% {
    transform: rotate(165deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes rotate_ccw {
  0% {
    transform: rotate(0);
  }

  75% {
    transform: rotate(-165deg);
  }

  100% {
    transform: rotate(-135deg);
  }
}

@keyframes rev_rotate_ccw {
  0% {
    transform: rotate(-135deg);
  }

  25% {
    transform: rotate(-165deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes bounce4 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-20%);
  }

  50% {
    transform: translateY(20%);
  }

  75% {
    transform: translateY(-7.5%);
  }

  85% {
    transform: translateY(5%);
  }

  95% {
    transform: translateY(-2.5%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes bounce3 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-25%);
  }

  50% {
    transform: translateY(25%);
  }

  75% {
    transform: translateY(-7.5%);
  }

  85% {
    transform: translateY(5%);
  }

  95% {
    transform: translateY(-2.5%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes bounce2 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-30%);
  }

  50% {
    transform: translateY(30%);
  }

  75% {
    transform: translateY(-12%);
  }

  85% {
    transform: translateY(8%);
  }

  95% {
    transform: translateY(-4%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes bounce1 {
  0% {
    transform: translateY(-15%);
  }

  25% {
    transform: translateY(10%);
  }

  50% {
    transform: translateY(-10%);
  }

  65% {
    transform: translateY(7%);
  }

  80% {
    transform: translateY(-3%);
  }

  95% {
    transform: translateY(1%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(-25%) rotate(7deg);
  }

  25% {
    transform: translateY(20%) rotate(-6deg);
  }

  50% {
    transform: translateY(-17%) rotate(5deg);
  }

  65% {
    transform: translateY(12%) rotate(-4deg);
  }

  80% {
    transform: translateY(-6%) rotate(3deg);
  }

  95% {
    transform: translateY(3%) rotate(2deg);
  }

  100% {
    transform: translateY(0%) rotate(0deg);
  }
}

@keyframes bounceInUp {
  0% {
    transform: translateY(50%);
  }

  50% {
    transform: translateY(-25%);
  }

  65% {
    transform: translateY(12%);
  }

  80% {
    transform: translateY(-6%);
  }

  95% {
    transform: translateY(3%);
  }

  100% {
    transform: translateY(0%);
  }
}

/*------------------------------------*\
    GENERAL
\*------------------------------------*/
a {
  transition: color .3s ease-out;
}

a:focus {
  color: inherit;
}

.bg-image {
  transition: opacity .3s ease-out;
  opacity: 0;
}

.bg-image.loaded {
  opacity: 1;
}

.bg-image .content-image {
  opacity: 1;
}

.content-image {
  transition: opacity .3s ease-out;
  opacity: 0;
}

.content-image.img-complete {
  opacity: 1;
}

.page-width {
  max-width: 92%;
  margin: 0 auto;
}

.dark-bg {
  background-color: #151515;
}

@media (min-width: 967px) {
  .page-width {
    max-width: 90%;
  }
}

@media (min-width: 1300px) {
  .page-width {
    max-width: 85%;
  }
}

.header-fixed .page-wrapper {
  padding-top: 58px;
}

@media (max-width: 640px) {
  .header-fixed .page-wrapper {
    padding-top: 74px;
  }
}

.home .page-wrapper,
.careers .page-wrapper,
.job-listing .page-wrapper {
  padding-top: 0;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.page-container {
  opacity: 0;
  transition: opacity .5s;
}

.page-loaded .page-container {
  opacity: 1;
  margin-top: 174px;
}

body .popup-open {
  overflow: hidden;
}

body.connect-popup-visible {
  overflow: hidden;
}

@media (max-width: 640px) {
  body.connect-popup-visible {
    /*overflow: auto;*/
  }
}

@media (max-width: 640px) {
  body.connect-popup-visible .page-wrapper {
    max-height: 100vh;
    overflow: hidden;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.no-touchevents .white-nav .header.transparent .logo:hover svg path {
  animation-name: color-change-white;
}

.white-nav .header.transparent .logo svg path {
  fill: #f5f4f2 !important;
}

.white-nav .header.transparent .main-nav ul a {
  color:black;
}
.white-nav .header.transparent .main-nav ul li.current-menu-item a {
  color: #FFF;
}
.white-nav .header.transparent .menu-toggle:before,
.white-nav .header.transparent .menu-toggle:after,
.white-nav .header.transparent .menu-toggle span {
  border-color: #000;
}

.no-touchevents .black-nav .header.transparent .logo:hover svg path {
  animation-name: color-change-black;
}

.black-nav .header.transparent .logo svg path {
  fill: #1c1c1c !important;
}

.black-nav .header.transparent .main-nav ul a {
  color: #1c1c1c;
}

.black-nav .header.transparent .menu-toggle:before,
.black-nav .header.transparent .menu-toggle:after,
.black-nav .header.transparent .menu-toggle span {
  border-color: #1c1c1c;
}

.header {
  transition: background .3s ease-out, opacity .3s ease-out .3s, top .2s ease-out;
  opacity: 0;
  z-index: 1;
}

.job-listing .header,
.careers .header {
  background-color: transparent;
}

.header-fixed.job-listing .header,
.header-fixed.careers .header {
  background-color: #f5f4f2;
}

.header.transparent {
  background-color: rgba(255,255,255,0.8);
  position: fixed;
  width: 100%;
}

.home .header, .project-template-default .header,
.careers .header,
.job-listing .header {
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8)
}

/* .page-loaded .page-container {
  padding-top: 109px;
} */

.page-loaded .header {
  opacity: 1;
  position: fixed !important;
  background: rgba(255, 255, 255, 0.4) ;
  top: 0;
}
.home.page-loaded .page-container {
  opacity: 1;
  margin-top: 0;

}
li.current-menu-item:before {
  content: "";
  height: 81px;
  width: 90px;
  display: inline-block;
  background-color: #af2042;
  position: absolute;
  top: -48px;
  left: -16px;
}

.header>div {
  padding: 5px 0 5px;
  overflow: hidden;
  max-width: 92.5%;
  margin: 0 auto;
}

@media (min-width: 967px) {
  .header>div {
    max-width: 85%;
  }
}

@media (min-width: 1300px) {
  .header>div {
    max-width: 85%;
  }
}

.header-fixed .header {
  position:static;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}

/*.header-fixed.scroll-down .header {
  top: -58px; }*/
@media (max-width: 640px) {
  .header-fixed.scroll-down .header {
    top: -74px;
  }
}

.header-fixed.scroll-up .header {
  top: 0;
}

.header .logo {
  float: left;
}

.header .logo svg {
  float: left;
}

.header .logo svg:first-child {
  margin: 3px 0 0 0;
  animation-delay: .0s;
}

.header .logo svg:nth-child(2) {
  animation-delay: .3s;
  margin: 0 0 0 1px;
}

.header .logo svg:last-child {
  margin: 0 0 0 -5px;
  animation-delay: .6s;
}

.header .logo svg path {
  transition: fill .3s ease-out;
  animation-duration: 4.5s;
  animation-timing-function: ease;
}

.no-touchevents .header .logo:hover svg path {
  animation-name: color-change;
}

.header .main-nav {
  float: right;
}

@media (max-width: 768px) {
  .header .main-nav {
    display: none;
  }
  .project-navigation {
    padding: 0;
    position: absolute;
    top: 116px;
  }
}



.header .main-nav ul {
  list-style: none;
  padding: 43px 0 3px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

li.current-menu-item {
  position: relative;
}


.header .main-nav ul::before,
.header .main-nav ul::after {
  content: ' ';
  display: table;
}

.header .main-nav ul::after {
  clear: both;
}

.header .main-nav ul li {
  float: left;
  font-family: "luxia";
  margin-left: 54px;
  font-size: 17px;
}

.header .main-nav ul li:first-child {
  margin-left: 0;
}

.header .main-nav ul .current-menu-item a {
  color: #ffffff;
}

.header .main-nav ul a {
  position: relative;
  display: block;
}

.header .main-nav ul a:hover {
  color: #080808;
}

.header .main-nav ul a:before {
  content: '';
  position: absolute;
  bottom: -16px;
  height: 20px;
  left: -5%;
  width: 110%;
}

.header .main-nav ul a:after {
  transition: border-color .3s ease-out;
  content: '';
  position: absolute;
  bottom: -16px;
  left: -5%;
  width: 110%;
  border-bottom: 5px solid transparent;
}

/*.header .main-nav ul a:hover {
  color: #1c1c1c; }
.header .main-nav ul a:hover:after {
  border-color: #c31d49; }*/

.menu-toggle {
  display: none;
  width: 35px;
  height: 26px;
  position: relative;
  float: right;
  top: 30px;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}

.menu-toggle:after,
.menu-toggle:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-radius: 2px;
}

.menu-toggle:before {
  top: 0;
}

.menu-toggle:after {
  bottom: 0;
}

.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-radius: 2px;
  transform: translateY(-50%);
}



/* SCROLL MAGIC COLOR CHANGE */

.pink path {
  fill: #c31d49;
}

.pink .menu-item a {
  color: #1c1c1c;
}

.white path {
  fill: #f5f4f2;
}

.white .menu-item a {
  color: #f5f4f2;
}

/* for mobile menu */

.white .menu-toggle {
  color: #f5f4f2;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
.video-container {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 100vh;
}

/*.no-touchevents .white-nav .video-container {
  cursor: url(../img/slide-down-white.svg), auto; }
.no-touchevents .black-nav .video-container {
  cursor: url(../img/slide-down-black.svg), auto; }*/
@media (max-width: 1024px) {
  .video-container {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .video-container {
    display: none;
  }
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container .play-button {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.touchevents .video-container .play-button {
  display: block;
}

@media (max-width: 640px) {
  .video-container .play-button {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
  }
}

.video-container .paused+.play-button {
  opacity: 1;
  visibility: visible;
}

/*
.hero-present.hero-in-focus.white-nav .header {
  cursor: url(../img/slide-down-white.svg), auto; }
.hero-present.hero-in-focus.black-nav .header {
  cursor: url(../img/slide-down-black.svg), auto; }
*/
.home-hero {
  transition: opacity .3s ease-out .2s;
  background-size: cover;
  background-position: center;
  opacity: 0;
  position: relative;
  height: 100vh;
}

.home-hero.home-hero-video {
  display: none;
}

.home-hero.home-hero-video .loader {
  display: none;
}

.fancybox-loading .home-hero.home-hero-video .loader {
  display: block;
}

.video-loaded .home-hero.home-hero-video .loader {
  display: none;
}

@media (max-width: 640px) {
  .home-hero.home-hero-video {
    display: block;
  }
}

/*.no-touchevents .white-nav .home-hero {
  cursor: url(../img/slide-down-white.svg), auto; }
.no-touchevents .black-nav .home-hero {
  cursor: url(../img/slide-down-black.svg), auto; }
.page-loaded .home-hero.loaded {
  opacity: 1; }*/
@media (max-width: 1024px) {
  .home-hero {
    margin-bottom: 5px;
  }
}

.home-hero .slide-down {
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  bottom: 20px;
  left: 50%;
  width: 31px;
  height: 18px;
  display: none;
}

/*
.white-nav .home-hero .slide-down {
  background: url("../img/slide-down-white.svg") no-repeat center transparent; }
.black-nav .home-hero .slide-down {
  background: url("../img/slide-down-black.svg") no-repeat center transparent; }
.touchevents .home-hero .slide-down {
  display: block; }
*/

.anchor {
  background: 0;
  color: #f5f4f2;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}

.anchor img {
  max-width: 40px;
}

.home-contaner-i {
  margin: 0 auto;
  max-width: 90%;
  padding-top: 6.5em;
  padding-bottom: 0;
  position: relative;
  text-align: center;
}

.home-absolute-x {
  max-width: 55px;
  position: absolute;
  top: -75px;
  left: 2px;
}

.home-contaner-i h3 {
  font-size: 1.3rem;
  letter-spacing: -2px;
  line-height: 33px;
}

@media (min-width: 425px) {
  .home-contaner-i h3 {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }
}

@media (min-width: 550px) {
  .home-absolute-x {
    left: -32px;
    top: -60px;
  }
}

@media (min-width: 600px) {
  .home-contaner-i h3 {
    font-size: 1.9em;
    letter-spacing: -1px;
    line-height: 36px;
  }
}

@media (min-width: 700px) {
  .home-contaner-i {
    padding-top: 6em;
    padding-bottom: 0em;
  }
}

@media (min-width: 745px) {
  .home-contaner-i h3 {
    font-size: 2.3rem;
    line-height: 1.2em;
  }
}

@media (min-width: 900px) {
  .home-contaner-i h3 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .home-contaner-i h3 {
    font-size: 2.6rem;
  }

  .home-absolute-x {
    left: -88px;
  }
}

@media (min-width: 1324px) {
  .home-absolute-x {
    left: -125px;
  }

  .home-contaner-i h3 {
    font-size: 2.6em;
  }
}

.h-line {
  position: relative;
}

.h-line::before {
  content: url(../img/home-underline.svg);
  position: absolute;
  width: 100%;
  top: 36%;
  transform: rotate(1deg);
}

.h-line::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 8px;
  background: #f5f4f2;
}


h3.aos-animate .h-line::after {
  animation: drawLine .9s ease-in-out forwards;
}

@keyframes drawLine {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

.logo-hero {
  position: absolute;
  /* max-width: 250px; */
  margin: 0;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.logo-hero img {
  max-width: 150px;
}

.callout-award {
  width: 100%;
  margin: 30px auto;
  padding-right: 30px;
  padding-left: 30px;
  color: #000;
}

.callout-award h3 {
  width: 320px;
  margin: 30px;
  font-size: 27px;
}

@media (max-width: 767px) {
  .callout-award h3 {
    width: 100%;
    margin: 0px;
    font-size: 27px;
    font-weight: 500;
  }
  .callout-award {
    padding-right: 0;
    padding-left: 0;
  }
  .logo-hero {
    position: absolute;
    margin: 0;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -28%);
    text-align: center;
}
li.current-menu-item:before {
  background-color: transparent;
}
.about-us li.current-menu-item:before {
  background-color: transparent !important;
}
}

@media (min-width: 767px) {
  .callout-award h3 {
    width: 410px;
    font-size: 27px;
  }
}


@media (min-width: 1024px) {
  .callout-award h3 {
    width: 700px;
    font-size: 36px;
    font-weight: 500;
  }
}


.home-hero.bg-image {
  background-image: url(../../../uploads/2023/04/home-1-1.jpg) !important;
  height: 756px !important;
  font-family: "luxia";
}

.home-blocks {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  max-width: 85%;
  padding-top: 50px;
}

@media (max-width: 1200px) {
  .home-blocks {
    margin: 0 auto 10px;
  }
}

@media (max-width: 1024px) {
  .home-blocks {
    margin: 0 auto;
    max-width: 95%;
    padding: 5em 6px 6px;
  }
}

.home-blocks .block {
  float: left;
  position: relative;
}


.gallery-block .block {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}


.gallery-block .block.image-block-parent>* {
  height: 100%;
}

/*  home project block 1/3 or 33.33% */

.gallery-block .block.block-size-4 {
  width: 100%;
  height: auto !important
}


@media (min-width: 767px) {
  .gallery-block .block.block-size-4 {
    width: 33.33%
  }

  .gallery-block .block.block-size-4:nth-child(even) {
    margin-left: 50px;
  }

  .gallery-block .block.block-size-4 img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 34vw;
  }
}



/* home project block 2/3rd or 66.66% */

.gallery-block .block.block-size-6 {
  width: 100%;
  height: auto !important
}

@media (min-width: 767px) {
  .gallery-block .block.block-size-6 {
    width: calc(66.667% - 50px);
  }

  .gallery-block .block.block-size-6:nth-child(even) {
    margin-left: 50px;
  }

  .gallery-block .block.block-size-6 img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 34vw;
  }
}


/* home project block 1/2 or 50% */

.gallery-block .block.block-size-8 {
  width: 100%;
  height: auto !important;
}

@media (min-width: 767px) {
  .gallery-block .block.block-size-8 {
    width: calc(50% - 25px);
  }

  .gallery-block .block.block-size-8:nth-child(even) {
    margin-left: 50px;
  }

  .gallery-block .block.block-size-8 img {
    object-fit: cover;
    object-position: 50% 90%;
    width: 100%;
    height: 36vh;
  }
}

@media (min-width: 1124px) {
  .gallery-block .block.block-size-8 img {
    object-fit: cover;
    width: 100%;
    height: 36vw;
  }
}

/* home project block 100% */

.gallery-block .block.block-size-10 {
  width: 100%;
}

.gallery-block .block.block-size-10 img {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 1124px) {
  .gallery-block .block.block-size-10 img {
    object-fit: cover;
    width: 100%;
    height: 46vw;
  }
}

.home-blocks .block.block-i,
.home-blocks .block.block-s,
.home-blocks .block.block-z {
  float: right;
}

.home-blocks .block.block-h,
.home-blocks .block.block-u,
.home-blocks .block.block-w,
.home-blocks .block.block-aa {
  clear: left;
}

.home-blocks .block .inner-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 12px;
}

@media (max-width: 1024px) {
  .home-blocks .block .inner-block {
    padding: 6px;
  }
}

.home-blocks .block .inner-block>a,
.home-blocks .block .inner-block>span {
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.home-blocks .block .inner-block>a.gif-block:hover .gif-image,
.home-blocks .block .inner-block>span.gif-block:hover .gif-image {
  opacity: 1;
}

.home-blocks .block .inner-block .gif-image {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-blocks .block.block-wrap {
  width: 33.334%;
  float: left;
  padding: 0;
  /* width: 400px; */
}

@media (max-width: 640px) {
  .home-blocks .block.block-wrap {
    width: 100%;
  }
}

.home-blocks .block.block-wrap .size-s2 {
  width: 100%;
}

@media (max-width: 640px) {
  .home-blocks .block.block-wrap .size-s2 {
    width: 50%;
  }
}

.home-blocks .block.block-wrap .size-s1 {
  width: 50%;
}

.home-blocks .block.size-r1 {
  width: 50%;
}

@media (max-width: 640px) {
  .home-blocks .block.size-r1 {
    width: 100%;
  }
}

.home-blocks .block.size-r1:before {
  content: '';
  display: block;
  padding-bottom: 66.6666666667%;
}

.home-blocks .block.size-r1a {
  width: 33.334%;
}

@media (max-width: 640px) {
  .home-blocks .block.size-r1a {
    width: 100%;
  }
}

.home-blocks .block.size-r1a:before {
  content: '';
  display: block;
  padding-bottom: 150%;
}

.home-blocks .block.size-r2 {
  width: 66.666%;
}

@media (max-width: 640px) {
  .home-blocks .block.size-r2 {
    width: 100%;
  }
}

.home-blocks .block.size-r2:before {
  content: '';
  padding-bottom: 50%;
  display: block;
}

.home-blocks .block.size-r2a {
  width: 33.334%;
}

@media (max-width: 640px) {
  .home-blocks .block.size-r2a {
    width: 100%;
  }
}

.home-blocks .block.size-r2a:before {
  content: '';
  padding-bottom: 200%;
  display: block;
}

.home-blocks .block.size-s1 {
  width: 16.6666666667%;
}

@media (max-width: 640px) {
  .home-blocks .block.size-s1 {
    width: 50%;
  }
}

.home-blocks .block.size-s1:before {
  content: '';
  padding-bottom: 100%;
  display: block;
}

.home-blocks .block.size-s2 {
  width: 33.333333333%;
}

@media (max-width: 640px) {
  .home-blocks .block.size-s2 {
    width: 50%;
  }
}

.home-blocks .block.size-s2:before {
  content: '';
  padding-bottom: 100%;
  display: block;
}

.home-blocks .block.size-s3 {
  width: 50%;
}

@media (max-width: 640px) {
  .home-blocks .block.size-s3 {
    width: 100%;
  }
}

.home-blocks .block.size-s3:before {
  content: '';
  padding-bottom: 100%;
  display: block;
}

.home-blocks .block.block-p,
.home-blocks .block.block-s {
  width: 33.33%;
}

@media (max-width: 640px) {

  .home-blocks .block.block-p,
  .home-blocks .block.block-s {
    width: 100%;
  }
}

.project-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px;
  background: rgba(0, 0, 0, .5);
  opacity: 1;
  transition: all 500ms ease-in-out;
}

@media (min-width: 967px) {
  .project-block {
    padding: 50px;
  }
}

@media (min-width: 767px) {
  .project-block {
    opacity: 0;
  }

  .project-block-details:hover .project-block {
    opacity: 1;
  }
}

.project-block h2 {
  color: #f5f4f2;
  font-size: 30px;
  position: relative;
  margin-bottom: 20px;
}

.project-block h2:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  top: 127%;
  left: 0;
}

.project-block h3 {
  color: #f5f4f2;
  font-size: 30px;
}


.project-block h5 {
  color: #f5f4f2;
  font-family: 'apercu-bold';
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 30px;
}

/*------------------------------------*\
    PROJECTS LIST
\*------------------------------------*/
@media (max-width: 1024px) {
  .page-template-page-work main {
    position: relative;
    padding-top: 46px;
  }
}

.projects-filter {
  background-color: rgba(242, 242, 242, 0.98);
  border-top: 2px solid #e1e1e1;
  padding: 10px 240px;
}

@media (max-width: 1440px) {
  .projects-filter {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (max-width: 1024px) {
  .projects-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 750px) {
  .projects-filter {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.projects-filter.expanded .filter-container .projects-filter-close,
.projects-filter.expanded .filter-container .all-projects {
  opacity: 1;
}

.projects-filter.expanded .label {
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0s;
}

.projects-filter:not(.expanded) .filter-container .projects-filter-close:before {
  animation-name: rev_rotate_cw;
}

.projects-filter:not(.expanded) .filter-container .projects-filter-close:after {
  animation-name: rev_rotate_ccw;
}

.projects-filter .filter-container {
  display: none;
  position: relative;
}

.projects-filter .filter-container .cols-container::before,
.projects-filter .filter-container .cols-container::after {
  content: ' ';
  display: table;
}

.projects-filter .filter-container .cols-container::after {
  clear: both;
}

@media (max-width: 1024px) {
  .projects-filter .filter-container .cols-container {
    padding-top: 83px;
  }
}

.projects-filter .filter-container .col {
  float: left;
  padding-top: 15px;
}

.projects-filter .filter-container .col.cat-col {
  width: 420px;
  padding-right: 50px;
}

@media (max-width: 1024px) {
  .projects-filter .filter-container .col.cat-col {
    padding-right: 30px;
  }

  .projects-filter .filter-container .col.cat-col.two-col {
    width: 66.66%;
  }

  .projects-filter .filter-container .col.cat-col.one-col {
    width: 40%;
  }
}

@media (max-width: 750px) {
  .projects-filter .filter-container .col.cat-col {
    width: 100%;
    padding-right: 0;
  }
}

.projects-filter .filter-container .col.cat-col ul {
  width: 50%;
  float: left;
}

@media (max-width: 750px) {
  .projects-filter .filter-container .col.cat-col ul {
    width: 100%;
    float: none;
  }
}

.projects-filter .filter-container .col.type-col {
  width: 240px;
}

@media (max-width: 1024px) {
  .projects-filter .filter-container .col.type-col {
    width: 33.33%;
  }
}

@media (max-width: 750px) {
  .projects-filter .filter-container .col.type-col {
    width: 100%;
  }
}

.projects-filter .filter-container h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.07em;
  margin-bottom: 15px;
  color: #aeaeae;
}

.projects-filter .filter-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
}

.projects-filter .filter-container ul li {
  margin-bottom: 9px;
}

.projects-filter .filter-container ul a.active,
.projects-filter .filter-container ul a:hover {
  color: #c31d49;
}

.projects-filter .filter-container .projects-filter-close {
  transition: opacity .15s ease-out .2s;
  position: absolute;
  top: 23px;
  right: -2px;
  opacity: 0;
  width: 32px;
  height: 32px;
}

.projects-filter .filter-container .projects-filter-close:before,
.projects-filter .filter-container .projects-filter-close:after {
  content: '';
  position: absolute;
  width: 100%;
  border-radius: 3px;
  top: 0;
  left: 0;
  border-top: 3px solid #c31d49;
  border-bottom: 3px solid #c31d49;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}

.projects-filter .filter-container .projects-filter-close:before {
  transform: rotate(135deg);
}

.projects-filter .filter-container .projects-filter-close:after {
  transform: rotate(-135deg);
}

@media (max-width: 1024px) {
  .projects-filter .filter-container .projects-filter-close {
    top: 38px;
    right: 2px;
  }
}

.projects-filter .filter-container .all-projects {
  transition: opacity .15s ease-out 0s, color .3s ease-out;
  position: absolute;
  opacity: 0;
  bottom: 18px;
  right: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 2px solid;
  line-height: 1.1;
}

.projects-filter .filter-container .all-projects:hover {
  color: #c31d49;
}

@media (max-width: 1024px) {
  .projects-filter .filter-container .all-projects {
    left: 0;
    right: auto;
    top: 33px;
    bottom: auto;
    font-size: 17px;
  }
}

.projects-filter .label {
  transition: all .1s ease-out 0.15s;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.08em;
  clear: both;
  opacity: 1;
  transform: translateY(0);
}

.projects-filter .label span {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  cursor: pointer;
}

.projects-filter .label span:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 18px;
  right: 0;
  top: -1px;
  background: url("../img/filter-arrow.svg") no-repeat right center transparent;
}

.projects-list {
  padding: 0 60px 0;
  min-height: 100vh;
}

@media (max-width: 1024px) {
  .projects-list {
    padding: 65px 40px 0;
  }
}

@media (max-width: 750px) {
  .projects-list {
    padding: 65px 20px 0;
  }
}

.projects-list .project-item {
  position: relative;
  padding: 97px 0;
  clear: both;
}

.projects-list .project-item::before,
.projects-list .project-item::after {
  content: ' ';
  display: table;
}

.projects-list .project-item::after {
  clear: both;
}

@media (max-width: 1024px) {
  .projects-list .project-item {
    padding: 0;
  }
}

.projects-list .project-item .mobile-image {
  display: none;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1024px) {
  .projects-list .project-item .mobile-image {
    display: block;
  }
}

.projects-list .project-item .image-col {
  width: 50%;
  padding: 0 60px;
  float: left;
}

@media (max-width: 1440px) {
  .projects-list .project-item .image-col {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .projects-list .project-item .image-col {
    display: none;
  }
}

.projects-list .project-item .image-col .image-wrapper {
  padding-bottom: 100%;
  position: relative;
}

.projects-list .project-item .image-col .image-wrapper .image.vertical-layout {
  height: 100%;
  width: 100%;
}

.projects-list .project-item .image-col .image-wrapper .image.vertical-layout.left-image {
  padding: 0 11.1111111111% 0 22.2222222222%;
}

@media (max-width: 750px) {
  .projects-list .project-item .image-col .image-wrapper .image.vertical-layout.left-image {
    padding: 0;
  }
}

.projects-list .project-item .image-col .image-wrapper .image.vertical-layout.right-image {
  padding: 0 22.2222222222% 0 11.1111111111%;
}

@media (max-width: 750px) {
  .projects-list .project-item .image-col .image-wrapper .image.vertical-layout.right-image {
    padding: 0;
  }
}

.projects-list .project-item .image-col .image-wrapper .image.vertical-layout>div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.projects-list .project-item .image-col .image-wrapper .image.horizontal-layout {
  height: 100%;
  width: 100%;
}

.projects-list .project-item .image-col .image-wrapper .image.horizontal-layout.top-align {
  padding-bottom: 33.3333333333%;
}

@media (max-width: 750px) {
  .projects-list .project-item .image-col .image-wrapper .image.horizontal-layout.top-align {
    padding: 0;
  }
}

.projects-list .project-item .image-col .image-wrapper .image.horizontal-layout.bottom-align {
  padding-top: 33.3333333333%;
}

@media (max-width: 750px) {
  .projects-list .project-item .image-col .image-wrapper .image.horizontal-layout.bottom-align {
    padding: 0;
  }
}

.projects-list .project-item .image-col .image-wrapper .image.horizontal-layout>div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.projects-list .project-item .image-col .image {
  position: absolute;
  top: 0;
  left: 0;
}

.projects-list .project-item:nth-child(2n) .desc-col .description {
  text-align: right;
}

.projects-list .project-item:nth-child(2n) .desc-col .description .headline {
  text-align: left;
}

.projects-list .project-item.animation-added .desc-col {
  transition: none;
}

.projects-list .project-item .desc-col {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  margin-left: -180px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .projects-list .project-item .desc-col {
    position: static;
    transform: translate3d(0, -100px, 0);
    margin-left: 0px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .projects-list .project-item .desc-col {
    padding: 0;
    max-width: none;
    margin: 20px 20px 40px;
  }
}

.projects-list .project-item .desc-col:hover .description-container {
  border-color: transparent;
  color: #1c1c1c;
}

.projects-list .project-item .desc-col .description-container {
  transition: border-color .3s ease-out;
  border: 8px solid black;
  display: block;
}

@media (max-width: 500px) {
  .projects-list .project-item .desc-col .description-container {
    border-width: 6px;
  }
}

.projects-list .project-item .desc-col .description {
  background: #f7f6f6;
  padding: 35px;
}

@media (max-width: 480px) {
  .projects-list .project-item .desc-col .description {
    padding: 28px;
  }
}

@media (max-width: 380px) {
  .projects-list .project-item .desc-col .description {
    padding: 20px;
  }
}

.projects-list .project-item .desc-col .description h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 0 0 6px 0.1em;
  line-height: 1;
}

.projects-list .project-item .desc-col .description h2 {
  font-size: 46px;
  line-height: 1.05;
  margin-bottom: 40px;
  min-height: 96px;
}

@media (max-width: 420px) {
  .projects-list .project-item .desc-col .description h2 {
    font-size: 35px;
    line-height: 1.12;
    margin-bottom: 30px;
  }
}

@media (max-width: 380px) {
  .projects-list .project-item .desc-col .description h2 {
    margin-bottom: 15px;
  }
}

.projects-list .project-item .desc-col .description h2 span {
  display: block;
}

.projects-list .project-item .desc-col .description .headline {
  min-height: 70px;
  font-size: 29.5px;
  font-weight: 700;
  text-align: right;
  display: block;
  line-height: 1.2;
  left: 0;
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 420px) {
  .projects-list .project-item .desc-col .description .headline {
    font-size: 24px;
  }
}

.projects-list .project-item .desc-col .description .link {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.projects-list .project-item .desc-col .description .link span {
  transition: color .3s ease-out;
  border-bottom: 3px solid #1c1c1c;
}

/*------------------------------------*\
    SINGLE PROJECT
\*------------------------------------*/
.page-template-page-about .anchor-nav-container {
  display: none;
}

@media (max-width: 750px) {
  .anchor-nav-container {
    text-align: center;
    padding: 20px 0;
    transition: top .2s ease-out;
    margin-top: -1px;
  }

  .header-fixed .anchor-nav-container {
    position: fixed;
    width: 100%;
    left: 0;
    top: 55px;
    z-index: 10;
  }

  .header-fixed.scroll-down .anchor-nav-container {
    top: 0;
  }
}

@media (max-width: 640px) {
  .header-fixed .anchor-nav-container {
    top: 74px;
  }
}

.anchor-nav-container .anchor-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateX(-100%) rotate(-90deg);
  position: fixed;
  z-index: 1000;
  top: 56px;
  transform-origin: top right;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 700;
  line-height: 1;
  margin-left: 48px;
}

.anchor-nav-container .anchor-nav.mobile {
  display: none;
}

@media (max-width: 750px) {
  .anchor-nav-container .anchor-nav.mobile {
    display: table;
  }
}

@media (max-width: 750px) {
  .anchor-nav-container .anchor-nav.desktop {
    display: none;
  }
}

@media (max-width: 1024px) {
  .anchor-nav-container .anchor-nav {
    margin-left: 32px;
  }
}

@media (max-width: 750px) {
  .anchor-nav-container .anchor-nav {
    position: static;
    transform: none;
    margin: 0 auto;
    display: table;
  }
}

@media (max-width: 420px) {
  .anchor-nav-container .anchor-nav {
    font-size: 10px;
  }
}

.anchor-nav-container .anchor-nav li {
  float: left;
  margin: 0;
  padding: 0 18px;
}

@media (max-width: 420px) {
  .anchor-nav-container .anchor-nav li {
    padding: 0 10px;
  }
}

.anchor-nav-container .anchor-nav li+li {
  border-left: 1px solid #1c1c1c;
}

.anchor-nav-container .anchor-nav li:first-child {
  padding-left: 0;
}

.anchor-nav-container .anchor-nav li:last-child {
  padding-right: 0;
}

.anchor-nav-container .anchor-nav a:focus {
  color: #1c1c1c;
}

.anchor-nav-container .anchor-nav a.active {
  color: #c31d49;
}

.single-project-loader {
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: 9999;
}

.fancybox-loading-gallery .single-project-loader {
  opacity: .5;
  display: block;
  visibility: visible;
}

.play-button {
  transition: opacity .2s ease-out;
  opacity: 1;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: url("../img/play-button.svg") no-repeat 0 0 transparent;
  z-index: 2;
}

.play-button.block-visible {
  transition-delay: .6s;
}

.project-headline {
  margin: 0 15px 2.5em;
  text-align: center;
}

.project-headline h1 {
  font-family: "luxia";
  letter-spacing: -2px;
  font-size: 2.8em;
  line-height: 1.04em;
  margin: 0 0 17px 0;
}

@media (min-width: 767px) {
  .project-headline h1 {
    font-size: 3em;
  }
}

@media (min-width: 1024px) {
  .project-headline h1 {
    font-size: 3.4em;
  }
}

.project-headline h6 {
  font-family: 'apercu-bold';
  font-weight: 600;
  color: #c31d49;
  text-transform: uppercase;
  letter-spacing: .6px;
}

@media (min-width: 1024px) {
  .project-headline h6 {
    letter-spacing: .3px;
  }
}

@media (max-width: 750px) {
  .single-project .anchor-wrapper {
    position: relative;
  }

  .single-project #summary {
    top: -100px;
  }

  .single-project #summary,
  .single-project #gallery,
  .single-project #results {
    top: -50px;
    position: absolute;
  }
}

.single-project .single-project-container {
  padding: 0;
  position: relative;
}

.single-project .project-hero {
  background-size: cover;
  position: relative;
  background-position: center;
  transition-delay: .6s;
}



.single-project .project-hero img {
  display: none;
}

@media (max-width: 750px) {
  .single-project .project-hero {
    margin-left: 0;
  }

  .single-project .project-hero img {
    display: block;
  }
}

.single-project .project-hero:before {
  content: '';
  padding-bottom: 56.61%;
  display: block;
}

@media (max-width: 750px) {
  .single-project .project-hero:before {
    padding-bottom: 0;
  }
}

.single-project .project-hero .loader {
  opacity: 0;
}

.fancybox-loading .single-project .project-hero .loader {
  opacity: 1;
}

.video-loaded .single-project .project-hero .loader {
  opacity: 0;
  transition-delay: 0.2s;
}

.single-project .project-headline-container {
  width: 50%;
  padding-left: 60px;
  margin-top: -255px;
  min-width: 255px;
}

@media (max-width: 1440px) {
  .single-project .project-headline-container {
    width: 70%;
    margin-top: -150px;
  }
}

@media (max-width: 1024px) {
  .single-project .project-headline-container {
    width: 80%;
    padding-left: 40px;
    margin-top: -100px;
  }
}

@media (max-width: 860px) {
  .single-project .project-headline-container {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 750px) {
  .single-project .project-headline-container {
    padding: 0 20px 20px;
    margin-top: -65px;
  }
}

.single-project .project-headline-container .project-headline {
  background: #f5f4f2;
  border-left: 12px solid;
  border-top: 11px solid;
  padding: 35px 35px 35px 43px;
  letter-spacing: -0.06em;
}

@media (max-width: 1440px) {
  .single-project .project-headline-container .project-headline {
    padding: 25px;
  }
}

@media (max-width: 750px) {
  .single-project .project-headline-container .project-headline {
    border-width: 6px;
    padding-top: 19px;
    padding-bottom: 6px;
    max-width: 420px;
    margin: 0 auto;
  }
}

.single-project .project-headline-container h3 {
  font-size: 46px;
  line-height: 1.15;
  min-height: 189px;
}

@media (max-width: 1440px) {
  .single-project .project-headline-container h3 {
    min-height: 0;
  }
}

@media (max-width: 750px) {
  .single-project .project-headline-container h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.single-project .icon-container {
  height: 50px;
  position: relative;
  background-color: #f5f4f2;
  border-left: 12px solid;
}

@media (max-width: 750px) {
  .single-project .icon-container {
    max-width: 420px;
    margin: 0 auto;
    border: none;
  }
}

.single-project .icon-container img {
  position: absolute;
  bottom: 0;
  right: 120px;
  max-width: 120px;
  max-height: 75px;
}

@media (max-width: 750px) {
  .single-project .icon-container img {
    max-width: 55px;
    right: 70px;
    bottom: 22px;
  }
}

.single-project .summary-container::before,
.single-project .summary-container::after {
  content: ' ';
  display: table;
}

.single-project .summary-container::after {
  clear: both;
}

.single-project .summary-container .summary-image {
  float: left;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  .single-project .summary-container .summary-image {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 750px) {
  .single-project .summary-container .summary-image {
    padding: 20px;
  }
}

.single-project .summary-container .summary-image+.summary-info {
  float: right;
  width: 50%;
  padding-top: 57px;
}

@media (max-width: 1024px) {
  .single-project .summary-container .summary-image+.summary-info {
    width: 100%;
    float: none;
  }
}

.single-project .summary-container .summary-info,
.single-project .gallery-blocks .block .text-block {
  margin: 5em 2em;
}

@media (min-width: 1024px) {
  .single-project .summary-container .summary-info {
    margin: 7em auto;
    max-width: 80%;
  }

  .single-project .gallery-blocks .block .text-block {
    margin: 7em auto;
    max-width: 80%;
  }
}

@media (min-width: 1324px) {
  .single-project .summary-container .summary-info {
    margin: 7em auto;
    max-width: 60%;
  }

  .single-project .gallery-blocks .block .text-block {
    margin: 7em auto;
    max-width: 60%;
  }
}


/*@media (max-width: 1200px) {
  .single-project .summary-container .summary-info {
    padding-left: 60px; } }
@media (max-width: 1024px) {
  .single-project .summary-container .summary-info {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%; } }
@media (max-width: 750px) {
  .single-project .summary-container .summary-info {
    padding-left: 20px;
    padding-right: 20px; } }*/
.single-project .summary-container .summary-info .client-name {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 22px 0.1em;
}

@media (max-width: 750px) {
  .single-project .summary-container .summary-info .client-name {
    margin-left: 0;
    margin-bottom: 7px;
  }
}

.single-project .summary-container .summary-info h1 {
  font-size: 60px;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

@media (max-width: 750px) {
  .single-project .summary-container .summary-info h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.single-project .summary-container .summary-info .description {
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.02em;
}


@media (max-width: 750px) {
  .single-project .summary-container .summary-info .description {
    line-height: 1.45;
    padding-right: 0;
  }
}

.single-project .gallery-blocks {
  position: relative;
}

/*  
.gallery-project-image {
	  background-size: cover;
	  background-position: center;
	  transition-delay: .6s;
	  height: 100%;
	  position: relative;
  }
  */

.gallery-project-image {
  transition-delay: .6s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% top;
}

/*.gallery-project-image:before {
    content: '';
    padding-bottom: 80.61%;
    display: block;
}

@media (min-width: 767px) {
	.gallery-project-image:before {
	    padding-bottom: 60.61%;
	}
}  */


.single-project .gallery-blocks::before,
.single-project .gallery-blocks::after {
  content: ' ';
  display: table;
}

.single-project .gallery-blocks::after {
  clear: both;
}

.single-project .gallery-blocks .block {
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
}

.single-project .gallery-blocks .block .anchor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}

@media (max-width: 750px) {
  .single-project .gallery-blocks .block.first-block .text-block {
    padding-top: 35px;
  }
}

.single-project .gallery-blocks .block.image-block-parent>* {
  height: 100%;
}

.single-project .gallery-blocks .block.image-block-parent .image-block {
  vertical-align: middle;
}

@media (max-width: 750px) {
  .single-project .gallery-blocks .block {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.single-project .gallery-blocks .block a {
  color: #1c1c1c;
}



/* block 1/3 or 33.33% */

.single-project .gallery-blocks .block.block-size-4 {
  width: 100%;
  height: auto !important
}


@media (min-width: 767px) {
  .single-project .gallery-blocks .block.block-size-4 {
    width: 33.33%
  }

  .single-project .gallery-blocks .block.block-size-4.last-in-row {
    margin-left: 25px;
  }

  .single-project .gallery-blocks .block.block-size-4 img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 41vw;
  }
}



/* block 2/3rd or 66.66% */

.single-project .gallery-blocks .block.block-size-6 {
  width: 100%;
  height: auto !important
}

@media (min-width: 767px) {
  .single-project .gallery-blocks .block.block-size-6 {
    width: calc(66.667% - 29px);
  }

  .single-project .gallery-blocks .block.block-size-6.last-in-row {
    margin-left: 25px;
  }

  .single-project .gallery-blocks .block.block-size-6 img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 41vw;
  }
}


/* block 1/2 or 50% */

.single-project .gallery-blocks .block.block-size-8 {
  width: 100%;
  height: auto !important;
}

@media (min-width: 767px) {
  .single-project .gallery-blocks .block.block-size-8 {
    width: calc(50% - 18px);
  }

  .single-project .gallery-blocks .block.block-size-8.last-in-row {
    margin-left: 30px;
  }

  .single-project .gallery-blocks .block.block-size-8 img {
    object-fit: cover;
    object-position: 50% 90%;
    width: 100%;
    height: 55vh;
  }
}

@media (min-width: 1124px) {
  .single-project .gallery-blocks .block.block-size-8 img {
    object-fit: cover;
    width: 100%;
    height: 55vw;
  }
}


/* block 100% */

.single-project .gallery-blocks .block.block-size-10 {
  width: 100%;
}

.single-project .gallery-blocks .block.block-size-10 img {
  width: 100%;
}

.single-project .gallery-blocks .block .caption {
  font-size: 16px;
  margin: 23px 0 0 0;
  padding: 0 0 0 15px;
  position: relative;
}

.single-project .gallery-blocks .block .text-block {
  line-height: 1.55;
}

@media (max-width: 750px) {
  .single-project .gallery-blocks .block .text-block {
    line-height: 1.4;
  }
}

.single-project .gallery-blocks .block .text-block p {
  margin-bottom: 1.55em;
}

.single-project .gallery-blocks .block .text-block h1 {
  font-size: 27px;
  font-family: "apercu-bold";
  color: #c31d49;
  margin-bottom: 25px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.single-project .gallery-blocks .block .text-block h2,
.single-project .gallery-blocks .block .text-block h3,
.single-project .gallery-blocks .block .text-block h4,
.single-project .gallery-blocks .block .text-block h5,
.single-project .gallery-blocks .block .text-block h6 {
  font-size: 23px;
  font-family: "apercu-bold";
  color: #c31d49;
  margin-bottom: 25px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

@media (max-width: 750px) {
  .single-project .gallery-blocks .block .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*.single-project .gallery-blocks .block.last-in-row .image-block {
  text-align: right; }*/
.single-project .gallery-blocks .block.last-in-row+.block {
  clear: left;
}

/*.single-project .gallery-blocks .block.block-size-4.last-in-row .image-block {
  padding-left: 60px; }*/
.single-project .gallery-blocks .block.block-size-4.last-in-row .text-block {
  padding-left: 60px;
}

@media (max-width: 1024px) {
  .single-project .gallery-blocks .block.block-size-4.last-in-row .text-block {
    padding-left: 40px;
  }
}

@media (max-width: 750px) {
  .single-project .gallery-blocks .block.block-size-4.last-in-row .text-block {
    padding-left: 0;
  }
}

/*.single-project .gallery-blocks .block.block-size-4.first-in-row .text-block,
.single-project .gallery-blocks .block.block-size-4.first-in-row .image-block {
  padding-right: 60px; }*/
@media (max-width: 1024px) {

  .single-project .gallery-blocks .block.block-size-4.first-in-row .text-block,
  .single-project .gallery-blocks .block.block-size-4.first-in-row .image-block {
    padding-right: 40px;
  }
}

@media (max-width: 750px) {

  .single-project .gallery-blocks .block.block-size-4.first-in-row .text-block,
  .single-project .gallery-blocks .block.block-size-4.first-in-row .image-block {
    padding-right: 0;
  }
}

@media (max-width: 750px) {
  .single-project .gallery-blocks .block.block-size-4.first-in-row .image-block {
    text-align: center;
  }
}

@media (max-width: 750px) {
  .single-project .results-list-container .results-list .value {
    font-size: 35px;
  }
}

.single-project .results-list-container .results-list .desc {
  font-size: 15px;
  display: block;
  line-height: 1.15;
  font-weight: normal;
}

.single-project .press-logos {
  text-align: center;
  padding: 55px 0 77px;
}

.single-project .press-logos::before,
.single-project .press-logos::after {
  content: ' ';
  display: table;
}

.single-project .press-logos::after {
  clear: both;
}

.single-project .press-logos .logos-list {
  display: table;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .single-project .press-logos .logos-list {
    display: block;
  }
}

.single-project .press-logos .logos-list .logo {
  display: table-cell;
  width: 230px;
  padding: 0 15px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .single-project .press-logos .logos-list .logo {
    width: 220px;
    padding: 0 10px;
  }
}

@media (max-width: 750px) {
  .single-project .press-logos .logos-list .logo {
    width: 100%;
    display: block;
    padding: 20px;
  }
}

.single-project .press-logos .logos-list .logo img {
  opacity: 0.3;
}

.project-navigation {
  padding: 0;
  /* position: absolute; */
  z-index: 10000;
}
.prev-link {
  float: right;
  

}




.project-navigation>div {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.project-navigation a {
  color: #111111;
  font-size: 25px;
  font-family: "luxia";
  font-weight: 300;
  letter-spacing: -2px;
  text-transform: capitalize;
}

@media (min-width: 767px) {
  .project-navigation a {
    font-size: 25px;
  }
}

.project-navigation .prev-link,
.project-navigation .next-link {
  transition: all .3s ease-out;
  padding: 6px;
  position: relative;
}

.project-navigation .prev-link:hover,
.project-navigation .next-link:hover {
  transition: all .3s ease-out;
  color: #c31d49;
}

/*
.project-navigation .prev-link:before {
    content: '';
    background-image: url(../img/arrow_left.svg);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 10px;
}

 */


.svg-arrow-r {
  width: 12px;
  margin-left: 10px;
}

.svg-arrow-l {
  width: 12px;
  margin-right: 10px;
}

.svg-arrow-r:hover,
.svg-arrow-l:hover {
  fill: #c31d49;
}

.project-navigation .back-link {
  clear: both;
  display: inline-block;
  margin-top: 40px;
  border-bottom: 3px solid #1c1c1c;
  line-height: 1.2;
}

.project-navigation .prev-link {
  float: left;
}


.project-navigation .pos-link {
  float: right;
}



@media (max-width: 480px) {
  .project-navigation .prev-link {
    float: left;
    display: block;
    margin: 0 auto 40px;
    font-size: 22px;
  }
}

.project-navigation .next-link {
  float: right;
}

@media (max-width: 480px) {
  .project-navigation .next-link {
    float: right;
    display: block;
    margin: 0 auto;
    font-size: 22px;
  }
}

#project-icon {
  position: fixed;
  right: 40px;
  z-index: 2;
  max-width: 130px;
  bottom: 65px;
  display: block;
}

.carousel {
  margin-top: 3em;
  margin-bottom: 0em;
}

@media (min-width: 767px) {
  .carousel {
    margin-bottom: 2em;
  }
}

.carousel img {
  height: 400px;
  width: auto !important;
  margin: 15px;
  margin-bottom: 3em;
  object-fit: cover;
}

@media (min-width: 967px) {
  .carousel img {
    height: 40vw;
  }
}

/*------------------------------------*\
    About
\*------------------------------------*/

.page-template-page-about {
  /* background: #151515; */
}

.page-template-page-about .footer {
  background: #f5f4f2;
}

.page-template-page-about .full-width {
  width: 100%;
  background: #f5f4f2;
}

.section-title {
  font-size: 33px;
  font-family: 'luxia', arial, sans-serif;
  color: #c31d49;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
}
.section-title span {
  font-size: 25px;
}

@media (min-width: 750px) {
  .section-title {
    margin-bottom: 31px;
  }
}

.about-container {
  margin-bottom: 14em;
}

.what-we-do {
  margin-top: -12em;
  padding-bottom: 2em;
}

/*  What We Do Rollover Image SVG  */
.figure {
  position: relative;
  width: auto;
  max-height: 165px;
  margin: 0 auto;
}

.figure img.wwd-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  /* transition: opacity .75s; ADD BACK IN FOR TRANSITION ON HOVER */
  width: auto;
  margin: 0 auto;
}

.figure img.wwd-main {
  /*transition: opacity .75s; ADD BACK IN FOR TRANSITION ON HOVER */
  width: auto;
}

@media (max-width: 767px) {

  .figure img.wwd-main,
  .figure img.wwd-hover {
    max-height: 165px;
  }
}


@media (min-width: 1150px) and (max-width: 1630px) {

  .figure img.wwd-main,
  .figure img.wwd-hover {
    max-height: 195px;
  }
}


.figure:hover img.wwd-hover {
  opacity: 1;
}

.figure:hover img.wwd-main {
  opacity: 0;
}

@media (min-width: 767px) {
  .about-container {
    margin-bottom: 16em;
  }

  .what-we-do {
    margin-top: -14em;
  }
}

@media (min-width: 1024px) {
  .about-container {
    margin-bottom: 25em;
  }

  .what-we-do {
    margin-top: -16em;
    padding-bottom: 1em;
  }
}


/*------------------------------------*\
    Culture 
\*------------------------------------*/

.culture-container {
  text-align: center;
  padding: 100px 0 10px;
}

@media (max-width: 1024px) {
  .culture-container {
    padding: 50px 0 10px;
  }
}

.culture-container .desc {
  padding: 0 20px;
  margin: 2em auto 5em;
}

@media (min-width: 767px) {
  .culture-container .desc {
    width: 78%;
    margin: 3em auto 7em;
  }

  .culture-container {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .culture-container .desc {
    width: 65%;
  }
}

@media (min-width: 750px) {
  .pov-container {
    margin: 0 auto;
    width: 80%;
  }
}

.pov-container .pov {
  padding: 2em 0 0 80px;
  font-size: 38px;
  line-height: 1.48;
  margin-bottom: 35px;
}

@media (max-width: 1200px) {
  .pov-container .pov {
    padding-left: 0;
  }
}

@media (max-width: 1440px) {
  .pov-container .pov {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .pov-container .pov {
    padding: 40px;
    font-size: 27px;
    line-height: 1.5;
  }
}

@media (max-width: 750px) {
  .pov-container .pov {
    padding: 50px 20px;
    font-size: 24px;
  }
}

.pov-container .pov .pov-header {
  padding-bottom: 50px;
  margin-bottom: 20px;
  position: relative;
  max-width: 900px;
}

.pov-container .pov .pov-header::before,
.pov-container .pov .pov-header::after {
  content: ' ';
  display: table;
}

.pov-container .pov .pov-header::after {
  clear: both;
}

@media (max-width: 750px) {
  .pov-container .pov .pov-header {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.pov-container .pov .pov-header img {
  float: right;
  max-width: 460px;
}

@media (max-width: 1024px) {
  .pov-container .pov .pov-header img {
    max-width: 100%;
  }
}

@media (max-width: 750px) {
  .pov-container .pov .pov-header img {
    float: none;
    width: 100%;
  }
}

.pov-container .pov .pov-header img+.heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 750px) {
  .pov-container .pov .pov-header img+.heading {
    padding: 0 40px;
  }
}

.pov-container .pov .pov-header .heading {
  position: relative;
  padding-bottom: 10px;
}

.pov-container .pov .pov-header .heading h1 {
  font-size: 55px;
  margin-bottom: 0;
  color: #f5f4f2;
}

@media (max-width: 1024px) {
  .pov-container .pov .pov-header .heading h1 {
    font-size: 50px;
    margin-left: 0;
  }
}

@media (max-width: 750px) {
  .pov-container .pov .pov-header .heading h1 {
    font-size: 48px;
    line-height: 1em;
    margin: 0 auto;
    padding: 20px 40px;
  }
}

.pov-container .pov .desc {
  max-width: 90%;
}

@media (max-width: 1440px) {
  .pov-container .pov .desc {
    max-width: 800px;
  }
}

.pov-container .pov .desc>* {
  margin-bottom: 3rem;
  font-size: 26px;
  color: #f5f4f2;
}

@media (max-width: 1024px) {
  .pov-container .pov .desc>* {
    margin-bottom: 2.7rem;
  }
}

@media (max-width: 750px) {
  .pov-container .pov .desc>* {
    margin-bottom: 2.2rem;
    font-size: 23px;
  }
}

.pov-container .pov .desc a span {
  color: #50c0af;
  cursor: pointer;
}

.pov-container .pov .desc a span.idx-1 {
  color: #faaa6f;
}

/*(.pov-container .pov .desc span {
  color: #faaa6f;
  cursor: default; }*/
.pov-container .pov .desc a[href="/about"],
.pov-container .pov .desc span {
  position: relative;
}

.pov-container .pov .desc a[href="/about"]:after,
.pov-container .pov .desc span:after {
  transition: width .25s ease-out;
  content: '';
  border-bottom: 4px solid #1c1c1c;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pov-container .pov .desc a[href="/about"]:hover:after,
.pov-container .pov .desc span:hover:after {
  width: 100%;
}

.pov-container .pov .desc a[href="/work"] {
  position: relative;
  color: #f5f4f2;
  padding: 0px 9px 0 9px;
  display: inline-block;
}

.pov-container .pov .desc a[href="/work"]:hover {
  color: #1c1c1c;
}

.pov-container .pov .desc a[href="/work"]:hover:before {
  background-color: transparent;
}

.pov-container .pov .desc a[href="/work"]:before {
  transition: background .3s ease-out;
  content: '';
  position: absolute;
  top: 9%;
  left: 0;
  width: 100%;
  height: 84%;
  background-color: #c31d49;
  z-index: -1;
}

@media (max-width: 750px) {
  .pov-container .pov .desc a[href="/work"]:before {
    top: 13%;
  }
}

.pov-container .pov .desc p.desc-cta {
  color: #c31d49;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.what-we-do-container {
  text-align: center;
  padding: 100px 0 10px;
}

@media (max-width: 1024px) {
  .what-we-do-container {
    padding: 50px 0 10px;
  }
}

.what-we-do-container .desc {
  padding: 0 20px;
}

@media (min-width: 767px) {
  .what-we-do-container .desc {
    width: 78%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .what-we-do-container .desc {
    width: 65%;
  }
}

.line-divider:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 5px;
  background-color: #c31d49;
  top: 110%;
  left: 45px;
}

@media (min-width: 750px) {
  .line-divider:after {
    content: '';
    position: absolute;
    top: 140%;
    left: 0;
  }
}


/* what we do blocks */

.what-we-do-blocks {
  padding-bottom: 2em;
}

.block-container {
  max-width: 100%;
  margin: 2em auto 5em;
  text-align: center;
}

@media (min-width: 767px) {
  .block-container {
    max-width: 85%;
    display: flex;
    align-items: center;
  }

  .col-right,
  col-left {
    text-align: left;
  }

  .block-container .col-left {
    width: 100%;
    padding-right: 20px;
    order: 2;
  }

  .block-container:nth-child(odd) .col-right {
    order: 2;
  }

  .col-right {
    padding: 0 20px;
  }

  .col-right h2 {
    font-size: 3.1em;
    letter-spacing: -1px;
  }
}

@media (min-width: 1000px) {
  .block-container {
    max-width: 70%;
  }
}

@media (min-width: 867px) {
  .block-container .col-left {
    padding-right: 30px;
  }
}

@media (min-width: 1324px) {
  .block-container {
    max-width: 65%;
  }

  .block-container .col-left {
    width: 50%;
    padding-right: 50px;
    order: 2;
  }
}

.col-right {
  padding: 20px;
}

.block-container img {
  margin-bottom: 1em;
  width: auto;
}

@media (min-width: 1400px) {
  .block-container img {
    max-height: 195px;
  }
}


/* values */

.v-container {
  margin: 0 auto;
  max-width: 80%;
  padding: 12em 0;
  position: relative;
  text-align: center;
}

@media (min-width: 660px) {
  .v-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 767px) {
  .v-container {
    max-width: 70%;
    padding: 0;
    padding: 6em 0;
  }
}

@media (min-width: 1024px) {
  .v-container {
    max-width: 65%;
  }
}

@media (min-width: 1650px) {
  .v-container {
    max-width: 55%;
  }
}

.v-container h3 {
  color: #f5f4f2;
  font-size: 2.4em;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .v-container h3 {
    font-size: 3.2em;
  }
}

.v-container h3:first-of-type {
  margin-top: 2em;
}

.value-left {
  position: absolute;
  left: -37px;
  bottom: 75%;
  max-width: 110px;
}

@media (min-width: 560px) {
  .value-left {
    left: -41px;
    bottom: 72%;
    max-width: 90px;
  }
}

@media (min-width: 767px) {
  .value-left {
    left: -90px;
    bottom: 60%;
    max-width: 90px;
  }
}

@media (min-width: 900px) {
  .value-left {
    max-width: 105px;
  }
}

@media (min-width: 1200px) {
  .value-left {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .value-left {
    left: -65px;
    bottom: 57%;
  }
}

.value-right {
  position: absolute;
  right: -32px;
  bottom: 18%;
  max-width: 81px;
  transform: rotate(14deg);
}

@media (min-width: 560px) {
  .value-right {
    right: -65px;
    bottom: 19%;
    max-width: 88px;
  }
}

@media (min-width: 767px) {
  .value-right {
    right: -115px;
    bottom: 26%;
    max-width: 90px;
  }
}

@media (min-width: 1200px) {
  .value-right {
    right: -125px;
  }
}

@media (min-width: 1750px) {
  .value-right {
    right: -65px;
    bottom: 27%;
  }
}

@media (min-width: 2000px) {
  .value-right {
    right: -110px;
  }
}


.offices-wrapper {
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 1px;
}

.our-offices-container {
  padding: 0em 0;
}

@media (min-width: 767px) {
  .our-offices-container {
    padding: 8em 0;
  }
}

@media (min-width: 1024px) {
  .our-offices-container {
    padding: 1em 0;
  }
}

.our-offices-container .offices {
  max-width: 53%;
  margin: 4em auto 0;
  display: block;
  justify-content: space-evenly;
}

@media (min-width: 767px) {
  .our-offices-container .offices {
    max-width: 76%;
    margin: 5em auto 0;
    display: flex;
    justify-content: space-between;
    justify-content: space-evenly;
  }
}

@media (min-width: 1050px) {
  .our-offices-container .offices {
    max-width: 67%;
  }
}


@media (min-width: 1550px) {
  .our-offices-container .offices {
    max-width: 45%;
  }
}

@media (min-width: 1750px) {
  .our-offices-container .offices {
    max-width: 40%;
  }
}

.our-offices-container .offices::after {
  clear: both;
}

@media (max-width: 750px) {
  .our-offices-container .offices {
    max-width: 320px;
  }
}

.our-offices-container .offices .office {
  position: relative;
  clear: both;
}

@media (max-width: 480px) {
  .our-offices-container .offices .office {
    padding-bottom: 24px;
    text-align: center !important;
  }
}

.our-offices-container .offices .office img {
  position: absolute;
}

.our-offices-container .offices .office a {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 4px solid #1c1c1c;
}

@media (max-width: 750px) {
  .our-offices-container .offices .office a {
    font-size: 17px;
    border-width: 3px;
  }
}


.our-offices-container .offices .office.la {
  margin-top: 0;
  margin-right: 0;
}

.our-offices-container .offices .office.la img {
  right: -55px;
  bottom: -21%;
  max-width: 81px;
  transform: rotate(14deg);
}

@media (min-width: 560px) {
  .our-offices-container .offices .office.la img {
    right: -100px;
    bottom: -17%;
    max-width: 105px;
  }
}

@media (min-width: 767px) {
  .our-offices-container .offices .office.la img {
    right: -116px;
    max-width: 100px;
  }
}

@media (max-width: 480px) {
  .our-offices-container .offices .office.la img {
    margin-left: 140px;
  }
}

.our-offices-container .offices .office.la a:hover {
  color: #efe699;
}

.our-offices-container .offices .office.ny img {
  left: -60px;
  bottom: 46%;
  max-width: 115px;
}

@media (min-width: 560px) {
  .our-offices-container .offices .office.ny img {
    left: -95px;
  }
}

@media (min-width: 660px) {
  .our-offices-container .offices .office.ny img {
    left: -80px;
    bottom: 53%;
    max-width: 129px;
  }
}

@media (min-width: 767px) {
  .our-offices-container .offices .office.ny img {
    left: -120px;
  }
}

@media (min-width: 1024px) {
  .our-offices-container .offices .office.ny img {
    left: -167px;
    max-width: 140px;
    bottom: 50%;
  }
}

@media (max-width: 480px) {
  .our-offices-container .offices .office.ny img {
    margin-right: 120px;
  }
}

.our-offices-container .offices .office.ny a:hover {
  color: #50c0af;
}

.our-offices-container .offices .office h3 {
  font-size: 36px;
  text-align: center;
  line-height: 1;
  margin-bottom: 18px;
}

@media (min-width: 767px) {
  .our-offices-container .offices .office h3 {
    font-size: 45px;
  }
}

.our-offices-container .offices .office .address {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 25px;
  display: block;
  text-align: center;
  font-family: "luxia";
}

@media (max-width: 750px) {
  .our-offices-container .offices .office .address {
    margin-bottom: 15px;
  }
}

.our-team-container {
  padding: 0;
}

.our-team-container .section-title {
  margin-bottom: 55px;
}

.our-team-container .team-filter-mobile {
  display: block;
  text-align: center;
}

.our-team-container .team-filter-mobile .name {
  font-weight: bold;
  font-size: 32px;
}

@media (max-width: 1024px) {
  .our-team-container .team-filter-mobile .name {
    font-size: 30px;
  }
}

@media (max-width: 750px) {
  .our-team-container .team-filter-mobile .name {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  .our-team-container .team-filter-mobile {
    margin: 0 -20px;
  }
}

.our-team-container .team-filter-mobile .slide {
  padding: 29px 10px 29px;
}

.our-team-container .team-filter-mobile .slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  text-indent: -9999px;
  z-index: 10;
  outline: none;
}

.our-team-container .team-filter-mobile .slick-prev {
  left: 22.5%;
}

@media (max-width: 1024px) {
  .our-team-container .team-filter-mobile .slick-prev {
    left: 20px;
  }
}

@media (max-width: 750px) {
  .our-team-container .team-filter-mobile .slick-prev {
    left: 0;
  }
}

.our-team-container .team-filter-mobile .slick-prev:before {
  content: '';
  height: 24px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  background: url("../img/arrow-left.svg") no-repeat 0 0 transparent;
  background-size: cover;
}

.our-team-container .team-filter-mobile .slick-next {
  right: 22.5%;
}

@media (max-width: 1024px) {
  .our-team-container .team-filter-mobile .slick-next {
    right: 20px;
  }
}

@media (max-width: 750px) {
  .our-team-container .team-filter-mobile .slick-next {
    right: 0;
  }
}

.our-team-container .team-filter-mobile .slick-next:before {
  content: '';
  height: 24px;
  width: 15px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -12px;
  background: url("../img/arrow-right.svg") no-repeat 0 0 transparent;
  background-size: cover;
}

.our-team-container .team-navigation-number {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  color: #e31c79;
  text-align: center;
  display: block;
  font-size: 18px;
  letter-spacing: 0.12em;
}

our-team-container .team-list-container {
  padding: 40px 0 0;
}

.our-team-container .team-list {
  opacity: 0;
}

/*.our-team-container .team-list::before, .our-team-container .team-list::after {
  content: ' ';
  display: table; }
*/
.our-team-container .team-list::after {
  clear: both;
}

.our-team-container .team-list.activated {
  opacity: 1;
}

/*.our-team-container .team-list .team-member {
  float: left;
  width: 25%;
  padding: 0 22.5px;
  margin-bottom: 60px; }
  
  
@media (max-width: 1024px) {
  .our-team-container .team-list .team-member {
    width: 33.33%; } }
@media (max-width: 750px) {
  .our-team-container .team-list .team-member {
    width: 50%;
    padding-right: 0;
    padding-left: 30px; } }
    
 */

.team-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 30px;
}

@media (min-width: 967px) {
  .team-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .team-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.our-team-container .team-list .team-member {
  margin-bottom: 60px;
}

.our-team-container .team-list .team-member:hover .gif {
  opacity: 1;
}

.our-team-container .team-list .team-member.shifted {
  margin-left: 10%;
}

@media (max-width: 1200px) {
  .our-team-container .team-list .team-member.shifted {
    margin-left: 0;
  }
}

.our-team-container .team-list .team-member .gif {
  transition: opacity .15s ease-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}

.our-team-container .team-list .team-member h4 {
  font-size: 25px;
  margin: 20px 7px 0 0;
  font-family: "luxia";
  font-weight: 500;
}
.our-team-container .team-list .team-member p {
font-size: 20px;
}

@media (min-width: 800px) {
  .our-team-container .team-list .team-member h4 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .our-team-container .team-list .team-member h4 {
    font-size: 25px;
  }
}

.our-team-container .team-list .team-member h5 {
  font-size: 15px;
  color: #c31d49;
  font-family: 'apercu-bold', arial, sans-serif;
  letter-spacing: .5px;
  font-weight: 600;
  margin-top: 10px;
  right: 100%;
}

@media (min-width: 800px) {
  .our-team-container .team-list .team-member h5 {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .our-team-container .team-list .team-member h5 {
    font-size: 19px;
  }
}

.our-team-container .team-list .team-member>div {
  position: relative;
  background-color: #b7b7b7;
  background-size: cover;
}

.our-team-container .team-list .team-member>div:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.team-navigation-container {
  display: none;
  /* remove this class to show categories */
}

/*------------------------------------*\
    Careers
\*------------------------------------*/

.single-career-description {
  text-align: left;
  margin: 4.5em auto 6em;
  max-width: 100%;
}

@media (min-width: 1124px) {
  .single-career-description {
    max-width: 80%;
  }
}

.single-career-description p {
  margin-bottom: 2em;
}

.single-career-description ul li {
  font-size: 22px;
  margin-left: 20px;
}

.single-career-description h1,
.single-career-description h2,
.single-career-description h3,
.single-career-description h4,
.single-career-description h5,
.single-career-description h6 {
  font-family: "apercu-bold";
  text-transform: uppercase;



  ter-spacing: .3px;
  color: #c31d49;
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}

@media (min-width: 767px) {

  .single-career-description h1,
  .single-career-description h2,
  .single-career-description h3,
  .single-career-description h4,
  .single-career-description h5,
  .single-career-description h6 {
    font-size: 1.35rem;
  }
}

.career-description p {
  text-align: center;
  font-family: 'Rza', times, serif;
  color: #f5f4f2;
  letter-spacing: -1px;
  font-size: 2em;
  line-height: 1.06em;
  padding: 20px;

}

@media (min-width: 767px) {
  .career-description p {
    font-size: 2.5em;
    margin-bottom: 2em;
  }
}

.career-description-small p {
  text-align: center;
  font-family: 'apercu', arial, sans-serif;
  color: #f5f4f2;
  letter-spacing: .3px;
  font-size: 1.4em;
  line-height: 1.06em;
  padding: 20px;
}


@media (min-width: 767px) {
  .career-description-small p {
    font-size: 1.7em;
    margin-bottom: 2em;
  }
}

.listings {
  font-family: "Rza", times, serif;
  letter-spacing: -1px;
  font-size: 30px;
  color: #f5f4f2;
  text-align: center;
  display: block;
}

.js-careers-listing {
  position: relative;
}

.js-careers-listing.open:before {
  content: '';
  background-image: url(../img/chevron-up.svg);
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -76%;
}

.js-careers-listing:before {
  content: '';
  position: absolute;
  top: 102%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/chevron-down.svg);
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.listing-arrow {
  fill: #f5f4f2;
}

.c-job-listings {
  display: none;
  padding-bottom: 3em;
}

.c-job-listing {
  margin-bottom: 2em;
}

.c-job-listing h2 {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

@media (min-width: 767px) {
  .c-job-listing h2 {
    width: 50%;
    margin: 0;
    text-align: left;
  }
}

.c-job-listing h2 a {
  color: #f5f4f2;
  font-size: 35px;
  margin: 0;
  display: block;
}

.c-job-listing h2 a:hover {
  color: #c31d49;
  transition: all 500ms ease-in-out;
}

.c-job-listing h3 {
  font-family: "apercu-bold", arial, sans-serif;
  color: #c31d49;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  width: 100%;
  text-align: center;
}

.c-job-listing {
  text-align: center;
}

@media (min-width: 767px) {
  .c-job-listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: none;
  }

  .c-job-listing h3 {
    width: 20%;
    text-align: right;
  }
}

/*------------------------------------*\
    default page
\*------------------------------------*/
div.default-page {
  padding: 120px;
}


/*------------------------------------*\
    careers
\*------------------------------------*/

.careers-container {
  max-width: 90%;
  margin: 16vw auto;
}

@media (min-width: 767px) {
  .careers-container {
    max-width: 70%;
    margin: 24vh auto;
  }
}

.connect-form {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media (min-width: 767px) {
  .connect-form {
    max-width: 80%;
  }
}

.heading-container {
  margin: 0 auto;
  margin: 3.5em auto 2.5em;
  text-align: center;
}

@media (min-width: 1024px) {
  .heading-container {
    max-width: 90%;
  }
}

.heading-container .heading h1 {
  font-family: "luxia";
  font-size: 2.8em;
  line-height: 1.04em;
  margin: 0 0 17px 0;
}

@media (min-width: 767px) {
  .heading-container .heading h1 {
    font-size: 3em;
  }
}

@media (min-width: 1024px) {
  .heading-container .heading h1 {
    font-size: 3.4em;
  }
}

.heading-container .heading h6 {
  font-family: 'apercu-bold';
  font-weight: 600;
  color: #c31d49;
  text-transform: uppercase;
  letter-spacing: .6px;
}

@media (min-width: 1024px) {
  .heading-container .heading h6 {
    letter-spacing: .3px;
  }
}

.headline h2 {
  font-family: "luxia";
  letter-spacing: -2px;
  font-size: 2.6em;
  line-height: 1.04em;
  margin: 0 0 1em 0;
}

.headline h2.apply-link {
  text-transform: lowercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #c31d49;
  display: inherit;
  color: #c31d49;
}


/*------------------------------------*\
    MOBILE MENU
\*------------------------------------*/
.mobile-menu-visible {
  overflow: hidden;
}

@media (max-width: 640px) {
  .mobile-menu-visible .page-wrapper {
    max-height: 100vh;
    overflow: hidden;
  }
}

.main-menu-overlay {
  transition: all .3s ease-out .15s;
  padding: 80px 40px 40px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 9000;
  background: rgba(21, 21, 21, 1);
  color: #f5f4f2;
  overflow: auto;
}

@media (max-width: 380px) {
  .main-menu-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mobile-menu-visible .main-menu-overlay {
  opacity: 1;
  transition-delay: 0s;
  visibility: visible;
}

.mobile-menu-visible .main-menu-overlay .close-menu:before {
  animation-name: none;
}

.mobile-menu-visible .main-menu-overlay .close-menu:after {
  animation-name: none;
}

.main-menu-overlay>div {
  display: table;
  width: 100%;
  height: 100%;
}

.main-menu-overlay>div>div {
  padding: 40px 0;
  display: table-cell;
  vertical-align: middle;
}

.main-menu-overlay .close-menu {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40px;
  right: 30px;
  color: #f5f4f2;
}

@media (max-width: 640px) {
  .main-menu-overlay .close-menu {
    top: 27px;
  }
}

.main-menu-overlay .close-menu:after,
.main-menu-overlay .close-menu:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-radius: 2px;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}

.main-menu-overlay .close-menu:before {
  top: 12px;
  transform: rotate(135deg);
  animation-name: rev_rotate_cw;
}

.main-menu-overlay .close-menu:after {
  top: 12px;
  transform: rotate(-135deg);
  animation-name: rev_rotate_ccw;
}

.main-menu-overlay .mobile-logo svg {
  display: block;
  width: 71px;
  height: 34px;
  position: absolute;
  top: 23px;
  left: 21px;
}

.main-menu-overlay nav {
  display: block;
}

.main-menu-overlay nav ul {
  display: block;
  font-family: "apercu-bold";
  font-size: 40px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 auto 32px auto;
  list-style: none;
  max-width: 270px;
}

.main-menu-overlay nav ul li {
  display: block;
}

.main-menu-overlay nav ul li+li {
  margin-top: 10px;
}

.main-menu-overlay nav ul a {
  color: #f5f4f2;
  display: block;
  padding: 0 0 8px;
  transition: all 500ms ease-in-out;
}

.main-menu-overlay nav ul a:hover {
  color: #c31d49;
  transition: all 500ms ease-in-out;
}

.main-menu-overlay .company-description {
  font-size: 19px;
  font-weight: bold;
  color: #f5f4f2;
  text-transform: uppercase;
  font-family: 'apercu';
  letter-spacing: 1px;
  margin: 0 auto;
}

.main-menu-overlay .company-description:first-of-type {
  margin-bottom: 30px;
}

.main-menu-overlay .company-description:nth-child(3):hover {
  color: #c31d49;
}

.main-menu-overlay .social-container {
  margin-top: 42px;
}

.main-menu-overlay .social-container .social-list li {
  padding: 0 15px;
}

.main-menu-overlay .social-container .social-list li:first-child {
  padding-left: 0;
}

.main-menu-overlay .social-container .social-list li:last-child {
  padding-right: 0;
}

.main-menu-overlay .social-container ul {
  font-size: 31px;
}

.main-menu-overlay .social-container ul.social-list li a {
  color: #f5f4f2;
  transition: all 600ms ease-in-out;
}

.main-menu-overlay .social-container ul.social-list li a:hover {
  color: #c31d49;
  transition: all 600ms ease-in-out;
}

/*------------------------------------*\
    footer
\*------------------------------------*/
.social-container {
  text-align: center;
  padding: 0 0 9px 0;
}

@media (min-width: 800px) {
  .social-container {
    text-align: right;
    padding: 20px 0 9px 0;
  }
}

.social-container .social-list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: inline-block;
  font-size: 24px;
}

.social-container .social-list::before,
.social-container .social-list::after {
  content: ' ';
  display: table;
}

.social-container .social-list::after {
  clear: both;
}

.social-container .social-list li {
  float: left;
  padding: 0 12px;
}

.social-container .social-list a {
  color: #1c1c1c;
}

.social-container .social-list a:hover {
  color: #c31d49;
}

.btn-black,
.btn-white {
  background-color: #1c1c1c;
  border: 2px solid #1c1c1c;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  outline: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  height: 50px;
  letter-spacing: 3px;
}

.btn-black span,
.btn-white span {
  padding: 14px 20px;
  height: 46px;
  display: block;
  position: relative;
  transition: all 420ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-black span:first-child,
.btn-white span:first-child {
  color: #f5f4f2;
}

.btn-black span:last-child,
.btn-white span:last-child {
  color: #1c1c1c;
}

.btn-black:hover,
.btn-white:hover {
  background: #f5f4f2;
}

.btn-black:hover span:first-child,
.btn-white:hover span:first-child {
  margin-top: -46px;
}

.footer {
  padding-top: 65px;
  position: relative;
}

.home .footer {
  padding-top: 20px;
}

.about .footer {
  padding-top: 10px;
}

@media (max-width: 640px) {
  .footer .social-container .social-list {
    font-size: 30px;
  }

  .footer .social-container .social-list li {
    padding: 0 15px;
  }
}

.footer .footer-container {
  border-top: 3px solid #1c1c1c;
  padding: 20px 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 92%;
}

@media (min-width: 1027px) {
  .footer .footer-container {
    max-width: 85%;
  }
}

.footer .footer-container .contacts {
  float: left;
}

@media (max-width: 860px) {
  .footer .footer-container .contacts {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.footer .footer-container .contacts .contact {
  float: left;
  width: 210px;
}

@media (max-width: 860px) {
  .footer .footer-container .contacts .contact {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .footer .footer-container .contacts .contact {
    width: 100%;
    float: none;
    padding: 23px 0 13px;
  }
}

.footer .footer-container .contacts .contact h5 {
  font-size: 19px;
  margin-bottom: 2px;
}

@media (max-width: 480px) {
  .footer .footer-container .contacts .contact h5 {
    font-size: 22px;
    margin-bottom: 3px;
    text-decoration: underline;
  }
}

.footer .footer-container .contacts .contact .text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 480px) {
  .footer .footer-container .contacts .contact .text {
    font-size: 17px;
  }
}

.footer .footer-container .footer-left {
  float: none;
  text-align: center;
  width: 100%;
}

.footer .footer-container .footer-left>div {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 20px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}

.footer .footer-container .footer-left>div a:hover {
  color: #c31d49;
}

@media (min-width: 800px) {
  .footer .footer-container .footer-left {
    display: flex;
    float: left;
    width: 75%;
    padding: 18px 0;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: left;
  }

  .footer .footer-container .footer-left>div {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 20px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    flex: 1;
    text-align: left;
  }

  .footer .footer-container .footer-left>div:nth-child(1) {
    margin-right: 25px;
  }

  .footer .footer-container .footer-left>div:nth-child(2) {
    max-width: 200px;
  }
}


@media (min-width: 1040px) {
  .footer .footer-container .footer-left>div {
    font-size: 16px;
  }
}

@media (max-width: 860px) {
  .footer .footer-container .footer-left span {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.footer .footer-container .footer-left img {
  max-width: 160px;
  height: auto;
  width: 100%;
}

.footer .footer-container .logos {
  float: right;
  display: table;
  padding: 9px 0;
  margin-right: -13px;
}

@media (max-width: 860px) {
  .footer .footer-container .logos {
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer .footer-container .logos {
    display: block;
  }
}

.footer .footer-container .logos .logo {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .footer .footer-container .logos .logo {
    display: block;
  }
}

.footer .footer-container .logos .logo img {
  width: 165px;
  max-height: 75px;
}

.footer .footer-container .logos .logo+.logo {
  padding-left: 82px;
}

@media (max-width: 1024px) {
  .footer .footer-container .logos .logo+.logo {
    padding-left: 40px;
  }
}

@media (max-width: 860px) {
  .footer .footer-container .logos .logo+.logo {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .footer .footer-container .logos .logo+.logo {
    margin-top: 35px;
  }
}

.footer .footer-text {
  color: #f5f4f2;
  background-color: #1c1c1c;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 15px 17px;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.footer-logo {
  max-width: 160px;
}


@media (max-width: 800px) {
  .footer-logo {
    margin: 0 auto 1em;
    max-width: 80px;
  }
}

/* General */
.full-width-img {
  width: 100%;
}

.title-border-bottom {
  border-bottom: 7px solid #ed1c77;
  margin-top: 10px;
  margin: 0 auto;
  max-width: 30%;
}

@media (min-width: 767px) {
  .title-border-bottom {
    max-width: 13%;
  }
}

.pad-t-80 {
  padding-top: 80px;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

/*------------------------------------*\
    contact form
\*------------------------------------*/

input[type="submit"] {
  border: none;
  background: transparent;
  text-transform: capitalize;
  font-family: "luxia";
  font-size: 30px;
  letter-spacing: -1px;
  text-align: left;
  transition: all 400ms ease-in-out;
  position: relative;
  padding-top: 0;
}

.apply-upload-submit input[type="submit"] {
  margin-top: -20px;
  font-size: 21px;
}

input[type="submit"]:hover {
  color: #EB1D76;
  transition: all 400ms ease-in-out;
}

.notes {
  /*background-image: -webkit-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-image: -moz-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-image: -ms-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-image: -o-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-image: linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);*/
  background-size: 100% 31px;
  border: none;
  border-radius: 0;
  line-height: 26px;
  font-family: Arial, Helvetica, Sans-serif;
  padding: 8px;
}

@media (max-width: 992px) {
  .contact-mobile-hide {
    display: none;
  }

  .contact-br {
    display: block;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .contact-desktop-hide {
    display: none;
  }
}

.contact-label {
  font-family: "luxia";
  font-size: 35px;
  letter-spacing: -1px;
  padding: 30px 0 20px 0;
  line-height: 32px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

@media (min-width: 967px) {
  .contact-label {
    font-size: 40px;
  }
}

.contact-border-bottom {
  border-bottom: 1px solid #969696;
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.contact-padding-top {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .contact-grid-1 {
    display: grid;
    grid-template-columns: 234px 1fr 65px;
    align-items: center;
    grid-gap: 10px;
  }

  .contact-grid-2 {
    display: grid;
    grid-template-columns: 82px 1fr 2px;
    grid-gap: 10px;
    align-items: center;
  }

  .contact-grid-3 {
    display: grid;
    grid-template-columns: 266px 1fr 2px;
    grid-gap: 10px;
    align-items: center;
  }

  .contact-grid-4 {
    display: grid;
    grid-template-columns: 511px 1fr;
    grid-gap: 10px;
    align-items: center;
  }

  .wpcf7-list-item-label {
    font-size: 19px;
  }
}

/*------------------------------------*\
    job application form
\*------------------------------------*/
.application-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  font-weight: 100;
  font-family: 'apercu';
  text-transform: uppercase;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1124px) {
  .application-container {
    max-width: 80%;
  }
}

.application-container>label {
  width: 100%;
  color: #EB1D76;
  font-family: 'apercu-bold';
  font-size: 20px;
  letter-spacing: 0px;
  margin-top: 1.2em;
  text-align: left;
}

.application-container>label:last-of-type {
  margin: auto;
  margin-top: 1.2em;
}

@media (min-width: 767px) {
  .application-container>label {
    width: 48%;
  }
}

.application-container [type='text'],
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  border: none;
  border-bottom: 1px solid white;
  font-family: "apercu", arial, sans-serif;
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 30px;
  color: #FFF;
}

.apply-upload-submit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  max-width: 80%;
}

@media (min-width: 767px) {
  .apply-upload-submit {
    justify-content: space-between;
    margin: 1.5em auto 0;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .apply-upload-submit {
    justify-content: start;
    max-width: 80%;
  }

  .app-submit-btn {
    margin-left: auto;
  }
}


.apply-upload-submit>label {
  text-align: left;
  background: transparent;
  text-transform: capitalize;
  font-family: "luxia";
  font-size: 21px;
  letter-spacing: -1px;
  text-align: left;
  transition: all 400ms ease-in-out;
  position: relative;
  font-weight: 100;
  width: 220px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}

@media (min-width: 1400px) {
  .apply-upload-submit>label {
    font-size: 23px;
    width: 240px;
  }

  .apply-upload-submit input[type="submit"] {
    margin-top: -23px;
    font-size: 23px;
  }
}

.apply-upload-submit>label:hover {
  color: #EB1D76;
}

.cd-upload-btn {
  display: none;
}

textarea[rows] {
  border: 1px solid #ddd;
}

.codedropz-upload-inner h6,
.dnd-upload-counter,
.codedropz-upload-inner>span {
  display: none !important;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  border: none !important;
  color: #1c1c1c;
  text-transform: capitalize;
  font-family: "luxia";
  font-size: 27px;
  letter-spacing: -1px;
  text-align: left;
  transition: all 400ms ease-in-out;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
  color: #EB1D76;
  transition: all 400ms ease-in-out;
}

.codedropz-upload-handler {
  border: none;
}

.codedropz-upload-container {
  padding: 15px 0;
}

.codedropz-btn-wrap {
  text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #EB1D76;
}

div.wpcf7 .ajax-loader {
  display: none !important;
  background-image: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted {
  border-color: transparent;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #e1f10d;
}

.wpcf7-not-valid-tip {
  font-size: 13px !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  color: #e1f10d;
  font-family: "apercu"
}

/* CONTACT FORM 7 SUBMISSION STYLES */

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #cacaca !important;
  padding-top: 20px;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  margin: none !important;
  padding: none !important;
  border-top: #cacaca !important;
  margin-top: 20px;
}

/* connect form */

.contact-form {
  margin-top: 3em;
}

@media (min-width: 992px) {
  .arrow-right {
    margin-left: auto;
  }
}

@media (max-width: 992px) {
  .apply-upload-submit input[type="submit"] {
    margin-top: 11px;
    font-size: 30px;
    padding: 0;
  }
}

.contact-form [type='text'],
.contact-form [type='email'],
.contact-form [type='number'],
.contact-form [type='tel'] {
  border-bottom: 1px solid white;
  text-align: center;
  font-family: 'apercu', sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: white;
  margin-top: 25px;
}

.contact-form>p,
.contact-form>label,
.contact-form>span {
  padding: 0;
  border: none;
  background: transparent;
  font-family: "luxia";
  font-size: 30px;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 300;
  position: relative;
}

.contact-font-label {
  font-family: 'apercu';
  font-weight: 100;
  font-size: 15px;
  letter-spacing: .5px;
}

.contact-form textarea[rows] {
  border: transparent;
  box-shadow: none;
  font-family: 'apercu', sans-serif;
  font-weight: 100;
  font-size: 18px;
  padding: 15px;
  border-bottom: 1px solid white;
  text-align: center;
  height: 100px !important;
  color: #fff;
}

textarea {
  resize: none;
}

@media (min-width: 767px) {
  .contact-form textarea[rows] {
    height: 350px;
  }
}

.contact-form::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fdf6f6 !important;
  font-family: "apercu", arial, sans-serif;
  font-weight: 100;
  letter-spacing: 0;
}

.contact-form:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f6f6f6 !important;
  font-family: "apercu", arial, sans-serif;
  font-weight: 100;
  letter-spacing: 0;
}

.contact-form::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f6f6f6 !important;
  font-family: "apercu", arial, sans-serif;
  font-weight: 100;
  letter-spacing: 0;
}

.contact-form:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #f6f6f6 !important;
  font-family: "apercu", arial, sans-serif;
  font-weight: 100;
  letter-spacing: 0;
}

.application-container.wpcf7-form-control-wrap {
  border-bottom: 1px solid #a5a5a5;
  padding-bottom: 10px;
}

.wpcf7-list-item-label {
  text-align: center;
  font-family: 'apercu', sans-serif;
  font-weight: 100;
  letter-spacing: .5px;
  font-size: 18px;
  text-transform: capitalize;
}

/* PLACEHOLDER TEXT COLOR FOR CONTACT PAGE */

textarea::-webkit-input-placeholder {
  color:white;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #6f6f6f;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #6f6f6f;
}

textarea:-ms-input-placeholder {
  color: #6f6f6f;
}

textarea::placeholder {
  color: white;
}




/* RADIO BUTTONS */

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 6px;
  border: 2px solid #c31d49;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 11px;
  left: 5px;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:before {
  background: transparent;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:after {
  background: #c31d49;
  visibility: visible;
}


/* PLACEHOLDER TEXT DISAPPEAR ON CLICK */
::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

/* FF 4-18 */
::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

/* FF 19-51 */
:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

/* IE 10+ */
::placeholder {
  opacity: 1;
  transition: opacity .5s;
}

/* Modern Browsers */

*:focus::-webkit-input-placeholder {
  opacity: 0;
}

/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19-50 */
*:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */
*:focus::placeholder {
  opacity: 0;
}

/* Modern Browsers */



/* uploaded files */

.codedropz-upload-handler {
  display: block;
  margin: 5px 0;
}

.codedropz-upload-container {
  display: none;
}

.dnd-upload-status {
  font-size: 12px;
}

.dnd-upload-status .dnd-upload-details {
  width: 68% !important;
}

.dnd-upload-status .dnd-upload-details .remove-file {
  right: 42px !important;
  top: 7px !important;
}


.contact-grid-upload-submit {
  display: flex;
  justify-content: space-between;
}

.contact-submit {
  padding: 0;
}

/* icons */

.gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  padding-left: 20px;
}

.gg-chevron-right::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 11px;
}

@media (min-width: 767px) {
  .gg-chevron-right:after {
    top: 15px
  }
}

.gg-chevron-left {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  padding-right: 20px;
}

.gg-chevron-left::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 11px
}

@media (min-width: 767px) {
  .gg-chevron-left::after {
    top: 9px
  }
}

.home-chevron-right {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  padding-left: 20px;
}

.home-chevron-right::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px;
}

.chevron-submit {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  padding-left: 20px;
}

.chevron-submit::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 7px;
}

.chevron-contact-submit {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  padding-left: 20px;
}

.chevron-contact-submit::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 0px;
  top: 21px;
}

.chevron-submit-btn {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  padding-left: 5px;
  top: 7px;
}

.chevron-submit-btn::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 0px;
  top: 13px;
}

.submit-btn {
  border: 2px solid white;
  color:#c31d49;
  border-radius: 40px;
  background-color: white;
  text-transform: capitalize;
  font-family: "luxia";
  font-size: 40px;
  letter-spacing: -1px;
  text-align: left;
  transition: all 400ms ease-in-out;
  position: relative;
  padding: 9px 37px;
  display: block;
  margin: 0px auto;
}
.placeholder{
  color:white;

}
.submit-btn:hover {
  color: #c31d49
}

.app-submit-btn {
  border: none;
  background: transparent;
  text-transform: capitalize;
  font-family: "luxia";
  font-size: 23px;
  letter-spacing: -1px;
  text-align: left;
  transition: all 400ms ease-in-out;
  position: relative;
  padding-top: 0;
  margin-top: -11px;
}

.app-submit-btn:hover {
  color: #c31d49
}

.chevron-appsubmit-btn {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  padding-left: 14px;
}

.chevron-appsubmit-btn::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 0px;
  top: 10px;
}

.plus {
  font-size: 32px;
  font-weight: 600;
}

.header .logo span {
  background-image: url(../img/logo2.png);
  background-size: 100%;
  width: 250px;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  background-position: left center;
}
.about-us .header .logo span {
  background-image: url(../img/logo-white.png);
  background-size: 100%;
  width: 250px;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  background-position: left center;
}
.about-us li.current-menu-item:before {
  background-color: #fff;
  width: 108px;
}
.about-us.white-nav .header.transparent .main-nav ul li.current-menu-item a {
   color: #000;
}

.event-block h1 {
  position: absolute;
  font-size: 40px;
  margin: 20px;
  padding: 10px 20px;
  color: #fff;
  background: rgb(233, 63, 251);
  background: linear-gradient(90deg, rgba(233, 63, 251, 1) 0%, rgba(246, 4, 4, 1) 100%);
}

.event-block h2, .activation-block h2, .exe-block h2, .virtual-block h2, .retail-block h2, .travel-block h2  {
  position: absolute;
  font-size: 40px;
  right: 26px;
  margin-top: 53px;
  color: #fff;
font-family: "luxia";
font-weight: 500;
}

.event-block h2 span, .activation-block h2 span,  .exe-block h2 span, .virtual-block h2 span, .retail-block h2 span, .travel-block h2 span{
  font-size: 13px;
  display: block;
  margin-top: 20px;
  font-weight: 500;
  text-align: right;
}




.mobile-logo  {
  display: block;
  width: 200px;
  height: 300px;
  position: absolute;
  top: 19px;
}

.films .our-team-container .team-list .team-member>div:after {
  padding-bottom: 0;
}

#connect-page .heading-container .heading h1 {
  margin: 0 auto;
}

@media (max-width: 750px) {
  #connect-page .heading-container .heading h1 {
    margin: 0 auto;
    width: 100%;
    font-size: 35px;
    width: max-content;
    padding: 4px 18px;
  }
  #about-us .pov-container .pov .pov-header .heading h1 {
    margin: 0 auto;
    font-size: 35px;
    width: max-content;
    width: 100%;
    padding: 4px 18px;
  }
}

@media (min-width: 1024px) {
  .films .team-list {
    grid-template-columns: repeat(2, 1fr);
}

#connect-page .heading-container .heading h1 {
  width: 450px;
}

#about-us .pov-container .pov .pov-header .heading h1 {
  width:460px;
  margin: 0 auto;
}
}
@media (max-width: 750px) {
  .films .team-list {
    grid-template-columns: auto;
}
}

@media (min-width: 967px) {

  .films .team-list {
    grid-template-columns: repeat(2, 1fr);
}
}
