/*! 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,f
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*FONTS*/

/*LAYOUT*/

/*COLOURS*/

/*BOX SIZING*/

html {
    box-sizing: border-box;
}

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

/*TEXT*/

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
}

strong {
    font-weight: bold;
    font-family: "Lato script=all rev=2";
    font-style: normal;
}

/*IMAGES*/

img {
    vertical-align: middle;
    max-width: 100%;
}

/*LINKS*/

a {
    text-decoration: none;
}

/*LAYOUT*/

.container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media(min-width: 1250px) {

  .container {
    width: 1250px;
    margin: 0 auto;
  }
}

@font-face {
    font-family:'Gotham-Black';
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Black_gdi.eot');
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Black_gdi.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Black_gdi.woff') format('woff'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Black_gdi.ttf') format('truetype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Black_gdi.svg#Gotham-Black') format('svg');
    font-weight: 425;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Gotham-Bold';
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Bold_gdi.eot');
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Bold_gdi.woff') format('woff'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Bold_gdi.ttf') format('truetype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Bold_gdi.svg#Gotham-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Gotham-Book';
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Book_gdi.eot');
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Book_gdi.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Book_gdi.woff') format('woff'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Book_gdi.ttf') format('truetype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Book_gdi.svg#Gotham-Book') format('svg');
    font-weight: 325;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Gotham-Medium';
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Medium_gdi.eot');
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Medium_gdi.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Medium_gdi.woff') format('woff'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Medium_gdi.ttf') format('truetype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Medium_gdi.svg#Gotham-Medium') format('svg');
    font-weight: 350;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Gotham-Light';
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Light_gdi.eot');
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Light_gdi.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Light_gdi.woff') format('woff'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Light_gdi.ttf') format('truetype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Light_gdi.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Gotham-Thin';
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Thin_gdi.eot');
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-Thin_gdi.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Thin_gdi.woff') format('woff'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Thin_gdi.ttf') format('truetype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-Thin_gdi.svg#Gotham-Thin') format('svg');
    font-weight: 250;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Gotham-ExtraLight';
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-ExtraLight_gdi.eot');
    src: url('/wp-content/themes/Hyper/assets/fonts/Gotham-ExtraLight_gdi.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-ExtraLight_gdi.woff') format('woff'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-ExtraLight_gdi.ttf') format('truetype'),
        url('/wp-content/themes/Hyper/assets/fonts/Gotham-ExtraLight_gdi.svg#Gotham-ExtraLight') format('svg');
    font-weight: 275;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Lato-Regular';
    src: url('/wp-content/themes/Hyper/assets/fonts/Lato-Regular_gdi.eot');
    src: url('/wp-content/themes/Hyper/assets/fonts/Lato-Regular_gdi.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Hyper/assets/fonts/Lato-Regular_gdi.woff') format('woff'),
        url('/wp-content/themes/Hyper/assets/fonts/Lato-Regular_gdi.ttf') format('truetype'),
        url('/wp-content/themes/Hyper/assets/fonts/Lato-Regular_gdi.svg#Lato-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

@font-face {
    font-family:'CeraPro-Regular';
    src: url('/wp-content/themes/Hyper/assets/fonts/CeraPro-Regular_gdi.eot');
    src: url('/wp-content/themes/Hyper/assets/fonts/CeraPro-Regular_gdi.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Hyper/assets/fonts/CeraPro-Regular_gdi.woff') format('woff'),
        url('/wp-content/themes/Hyper/assets/fonts/CeraPro-Regular_gdi.ttf') format('truetype'),
        url('/wp-content/themes/Hyper/assets/fonts/CeraPro-Regular_gdi.svg#CeraPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'CeraPro-Bold';
    src: url('/wp-content/themes/Hyper/assets/fonts/CeraPro-Bold_gdi.eot');
    src: url('/wp-content/themes/Hyper/assets/fonts/CeraPro-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Hyper/assets/fonts/CeraPro-Bold_gdi.woff') format('woff'),
        url('/wp-content/themes/Hyper/assets/fonts/CeraPro-Bold_gdi.ttf') format('truetype'),
        url('/wp-content/themes/Hyper/assets/fonts/CeraPro-Bold_gdi.svg#CeraPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #666;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

@media (min-width: 1250px) {
    body {
        line-height: 1.7;
    }
}

#banner {
    background-size: cover;
    background-position: center;
    height: 550px;
    position: relative;
}

#banner .navbar {
  position: relative;
}

#banner .navbar .nav li.chat {
  padding-left: 30px;
  background: url('/wp-content/themes/Hyper/assets/img/chat-icon.png') no-repeat left center;
  background-size: 22px;
}

#banner .navbar.open {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100vw;
  height: 421px;
  top: 0;
  left: 0;
  z-index: 1;
}

#banner .navbar.open .logo {
  background: url('/wp-content/themes/Hyper/assets/img/hyper-logo-black.png') no-repeat center;
  background-size: contain;
}

#banner .navbar.open .nav {
  display: block;
  position: absolute;
  top: 130px;
  padding: 0;
  margin: 0;
  width: calc(100vw - 70px);
  left: 35px;
  list-style: none;
}

#banner .navbar.open .nav > li {
  margin-bottom: 25px;
}

#banner .navbar.open .nav > li > a {
  font-family: Gotham-Bold;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #1d1f21;
  text-transform: uppercase;
  position: relative;
  display: block;
}

#banner .navbar.open .nav > li.hasdropdown > a:after {
  content: ' ';
  position: absolute;
  right: 0;
  background-image: url('/wp-content/themes/Hyper/assets/img/plus.png');
  display: block;
  height: 11px;
  width: 11px;
  background-size: contain;
  top: 6px;
}

#banner .navbar.open .nav > li.hasdropdown ul {
  display: none;
}

#banner .navbar.open .nav > li.hasdropdown.open > a:after {
  height: 2px;
  width: 12px;
  top: 11px;
  background-image: url('/wp-content/themes/Hyper/assets/img/minus.png');
}

#banner .navbar.open .nav > li.hasdropdown.open ul {
  display: block;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}

#banner .navbar.open .nav > li.hasdropdown.open ul li a {
  font-family: Gotham-Book;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #1d1f21;
}

#banner .navbar.open .mobilenavtoggle a span {
  background-color: #1d1f21;
}

#banner .navbar.open .appideanav {
  display: block;
  position: absolute;
  top: 72px;
  background-color: #1d1f21;
  font-family: Gotham-Black;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #ffffff;
  line-height: 33px;
  width: 100vw;
  text-align: center;
  text-transform: uppercase;
  left: 50%;
  width: 250px;
  transform: translateX(-50%);
  border-radius: 100px;
}

#banner .navbar .logo {
  position: absolute;
  top: 20px;
  left: 25px;
  height: 32px;
  background: url('/wp-content/themes/Hyper/assets/img/hyper-logo.png') no-repeat center;
  background-size: contain;
  display: block;
  width: 88px;
}

#banner .navbar .logo img{
  height: 32px;
}

#banner .navbar .nav {
  display: none;
}

#banner .navbar .desktopphone {
  display: none;
}

#banner .navbar .mobilenavtoggle {
  position: absolute;
  top: 20px;
  right: 25px;
  height: 32px;
}

#banner .navbar .mobilenavtoggle a {
  display: block;
  width: 25px;
  height: 18px;
  margin-top: 7px;
}

#banner .navbar .mobilenavtoggle a span {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 3px;
  background-color: #fff;
  border-radius: 2px;
}

#banner .navbar .mobilenavtoggle a span:last-child {
  margin-bottom: 0;
}

#banner .navbar .appideanav {
  display: none;
}

#banner .contents {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 25px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  line-height: 1;
}

#banner .contents h1 {
  font-family: Gotham-Bold;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 25px 0;
}

#banner .contents p {
  font-family: Gotham-Book;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.3px;
}

.home #banner .contents p {
  margin-bottom: 33px;
}

#banner .contents a {
  display: none;
}

.home #banner .contents a {
  display: block;
  width: 174px;
  line-height: 33px;
  border-radius: 100px;
  background-color: #f9f9f9;
  font-family: CeraPro-Bold;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #000;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}

@media (min-width: 1250px) {
    #banner {
        height: 535px;
    }
    #banner .navbar {
    position: relative;
  }
    #banner .navbar .logo {
    top: 25px;
    left: 45px;
  }
    #banner .navbar .nav {
    display: block;
    position: absolute;
    top: 29px;
    left: 13%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
    #banner .navbar .nav > li {
    display: block;
    float: left;
    position: relative;
  }
    #banner .navbar .nav > li > a {
    font-family: Gotham-Bold;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #ffffff;
    padding: 0 15px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
  }
    #banner .navbar .nav > li.chat {
    display: none;
  }
    #banner .navbar .nav > li:hover span {
    display: block;
    width: calc(100% - 50px);
    border-bottom: solid 1px #f9f9f9;
    margin-left: 25px;
    vertical-align: bottom;
    margin-top: 3px;
  }
    #banner .navbar .nav > li.hasdropdown ul {
    display: none;
  }
    #banner .navbar .nav > li.hasdropdown span {
    display: block;
    width: 60%;
    border-bottom: solid 1px #f9f9f9;
    margin-left: 20%;
    vertical-align: bottom;
    margin-top: 3px;
  }
    #banner .navbar .nav > li.hasdropdown:hover ul {
    display: block;
    position: relative;
    top: 10px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
    #banner .navbar .nav > li.hasdropdown:hover ul li {
    display: block;
  }
    #banner .navbar .nav > li.hasdropdown:hover ul li a {
    font-family: Gotham-Book;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #1d1f21;
    display: block;
    padding: 10px;
  }
    #banner .navbar .nav > li.hasdropdown:hover ul li a:hover {
    font-family: Gotham-Bold;
  }
    #banner .navbar .desktopphone {
    display: block;
    position: absolute;
    top: 36px;
    right: 275px;
    font-family: Gotham-Bold;
    font-size: 12px;
    letter-spacing: 0.8px;
    color: #ffffff;
  }
    #banner .navbar .mobilenavtoggle {
    display: none;
  }
    #banner .navbar .appideanav {
    display: block;
    position: absolute;
    top: 25px;
    right: 45px;
    width: 198px;
    line-height: 40px;
    border-radius: 100px;
    background-color: #f9f9f9;
    font-family: CeraPro-Bold;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
  }
    #banner .contents {
    width: 100%;
    left: 0;
  }
    #banner .contents h1 {
    font-size: 60px;
    letter-spacing: 6px;
    margin: 0 auto;
    width: 1235px;
  }
    #banner .contents p {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.3px;
    margin: 0 auto;
    width: 735px;
    margin-top: 30px;
  }
    .home #banner .contents p {
    margin-bottom: 0;
  }
    #banner .contents a {
    display: none;
  }
    .home #banner .contents a {
    display: none;
  }
}

#partnerships {
    text-align: center;
    background-color: #f9f9f9;
    padding-bottom: 35px;
}

#partnerships .heading {
  background-color: #fff;
}

#partnerships .heading h2 {
  line-height: 80px;
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #1d1f21;
  text-align: center;
}

#partnerships .partners .partner {
  padding: 35px 25px 0 25px;
}

#partnerships .partners .partner img {
  display: block;
  margin: 0 auto;
}

#partnerships .partners .partner p {
  margin-top: 20px;
}

@media (min-width: 1250px) {

    #partnerships {
        padding-bottom: 0;
    }

    #partnerships .heading h2 {
    line-height: 180px;
    font-size: 24px;
    letter-spacing: 0.9px;
  }

    #partnerships .partners {
    padding: 60px 0 80px 0;
    overflow: hidden;
  }

    #partnerships .partners .partner {
    padding: 0 40px;
    width: calc(100% / 3);
    float: left;
  }

    #partnerships .partners .partner p {
    margin-top: 50px;
  }
}

#featuredProject {
    padding: 40px 25px 35px 25px;
    text-align: center;
}

#featuredProject .imageDesktop {
  display: none;
}

#featuredProject .content h3 {
  font-family: Gotham-Medium;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.7px;
  color: #1d1f21;
  margin-bottom: 20px;
}

#featuredProject .content p {
  margin-bottom: 20px;
}

#featuredProject .content .imageMobile {
  overflow: hidden;
  max-width: 290px;
  margin: 0 auto;
}

#featuredProject .content .imageMobile img {
  margin: 0 auto 30px auto;
  float: left;
  width: 50%;
}

#featuredProject .content .button a {
  width: 174px;
  line-height: 33px;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-family: CeraPro-Bold;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #fff;
  border-radius: 100px;
  background-color: #050505;
  text-transform: uppercase;
}

@media (min-width: 1250px) {

    #featuredProject {
        padding: 30px 0;
    }

    #featuredProject .container {
    height: 550px;
  }

    #featuredProject .imageDesktop {
    display: block;
    width: calc((100% / 3) * 2);
    padding-right: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
  }

    #featuredProject .imageDesktop img {
    width: calc(100% / 3);
    float: left;
  }

    #featuredProject .content {
    width: calc(100% / 3);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
  }

    #featuredProject .content h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.9px;
  }

    #featuredProject .content p {
    margin-bottom: 35px;
  }

    #featuredProject .content .imageMobile {
    display: none;
  }

    #featuredProject .content .button a {
    width: 226px;
    line-height: 55px;
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}

#usps {
    background-color: #f9f9f9;
    padding: 35px 25px;
    text-align: center;
}

#usps .heading h2 {
  font-family: Gotham-Medium;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.7px;
  color: #1d1f21;
  margin-bottom: 32px;
}

#usps .usps .usp img {
  margin: 0 auto;
  width: 55px;
}

#usps .usps .usp h3 {
  margin: 20px 0;
  font-family: Gotham-Book;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #131313;
}

#usps .usps .usp p {
  margin-bottom: 30px;
}

#usps .usps .usp:last-child p {
  margin-bottom: 0;
}

@media (min-width: 1250px) {

    #usps {
        padding: 80px 0;
    }

    #usps .heading h2 {
    font-size: 24px;
    letter-spacing: 0.9px;
    margin-bottom: 60px;
  }

    #usps .usps {
    overflow: hidden;
  }

    #usps .usps .usp {
    width: calc(100% / 3);
    float: left;
    padding: 0 30px;
  }

    #usps .usps .usp img {
    width: 67px;
  }

    #usps .usps .usp h3 {
    margin: 40px 0 15px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }

    #usps .usps .usp p {
    margin-bottom: 0;
  }
}

#portfolio .heading h2 {
  line-height: 80px;
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #1d1f21;
  text-align: center;
}

#portfolio .projects {
  overflow: hidden;
  padding: 0 15px 25px 15px;
}

#portfolio .projects .project {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  float: left;
}

#portfolio .projects .project:nth-child(2n+1) {
  margin-right: 10px;
}

#portfolio .projects .project img {
  width: 100%;
}

@media (min-width: 1250px) {

    #portfolio .heading h2 {
    line-height: 180px;
    font-size: 24px;
    letter-spacing: 0.9px;
  }

    #portfolio .projects {
    overflow: hidden;
    padding: 0 20px 80px 20px;
  }

    #portfolio .projects .project {
    width: calc((100% / 4) - (90px / 4));
    margin-bottom: 0;
    float: left;
    margin-right: 30px;
  }

    #portfolio .projects .project:nth-child(2n+1) {
    margin-right: 30px;
  }

    #portfolio .projects .project:last-child {
    margin-right: 0;
  }
}

#process {
    text-align: center;
    padding-top: 35px;
    background-color: #f9f9f9;
}

#process .heading {
  padding: 0 25px;
}

#process .heading h2 {
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #1d1f21;
  text-align: center;
  margin-bottom: 20px;
}

#process .heading p {
  font-family: Gotham-Light;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #535353;
}

#process .steps {
  background-color: #1d1f21;
  color: #fff;
  position: relative;
  margin-top: 95px;
  padding: 10px 25px 35px 25px;
}

#process .steps:before {
  content: '';
  width: 100%;
  height: 55px;
  border-style: solid;
  border-color: transparent;
  border-width: 55px 100vw 0 0;
  border-right-color: #1d1f21;
  position: absolute;
  left: 0;
  top: -54px;
}

#process .steps .step {
  padding-bottom: 25px;
}

#process .steps .step .icon {
  height: 100px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#process .steps .step .icon .number {
  font-family: Gotham-Thin;
  font-size: 100px;
  line-height: 100px;
  color: #d9d9d9;
}

#process .steps .step h3 {
  font-family: Gotham-Medium;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.7px;
  margin: 15px 0;
}

#process .button {
  background-color: #1d1f21;
  padding-bottom: 40px;
}

#process .button a {
  width: 243.9px;
  line-height: 33px;
  border-radius: 100px;
  background-color: #f9f9f9;
  font-family: CeraPro-Bold;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #1d1f21;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}

@media (min-width: 1250px) {

    #process {
        padding-top: 80px;
    }

    #process .heading {
    padding: 0;
  }

    #process .heading h2 {
    font-size: 24px;
    letter-spacing: 0.9px;
    margin-bottom: 45px;
  }

    #process .heading p {
    font-size: 15px;
    line-height: 1.8;
    width: 525px;
    margin: 0 auto;
  }

    #process .steps {
    margin-top: 230px;
    padding: 0;
    background-image: url('/wp-content/themes/Hyper/assets/img/dotted.png');
    background-position: center;
    background-repeat: repeat-y;
  }

    #process .steps:before {
    height: 230px;
    border-width: 230px calc(100vw - 20px) 0 0;
    top: -230px;
  }

    #process .steps:after {
    content: '';
    height: 115px;
    width: 100%;
    position: absolute;
    top: -115px;
    background-image: url('/wp-content/themes/Hyper/assets/img/dotted.png');
    background-position: center;
    background-repeat: repeat-y;
    left: 0;
  }

    #process .steps .step {
    padding-bottom: 75px;
    overflow: hidden;
    position: relative;
  }

    #process .steps .step .icon {
    margin-top: 50px;
    height: 283px;
    width: 450px;
  }

    #process .steps .step .icon .number {
    font-size: 180px;
    line-height: 1;
    position: absolute;
    top: -20px;
  }

    #process .steps .step .text {
    width: 385px;
    text-align: left;
    padding: 0 30px;
  }

    #process .steps .step .text h3 {
    font-size: 22px;
    letter-spacing: 0.9px;
    margin: 0 0 22px 0;
  }

    #process .steps .step.odd .icon {
    float: left;
  }

    #process .steps .step.odd .icon .number {
    left: 700px;
  }

    #process .steps .step.odd .text {
    float: right;
  }

    #process .steps .step.even .icon {
    float: right;
  }

    #process .steps .step.even .icon .number {
    left: 20px;
  }

    #process .steps .step.even .text {
    float: left;
    margin-left: 200px;
  }

    #process .button {
    padding-bottom: 80px;
  }

    #process .button a {
    width: 338px;
    line-height: 55px;
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}

#testimonialShort {
    padding: 35px 15%;
    overflow: hidden;
}

#testimonialShort .image {
  display: none;
  width: 95px;
  float: left;
  margin-right: 15px;
}

#testimonialShort .image img {
  width: 100%;
  border-radius: 50%;
}

#testimonialShort .text {
  float: left;
}

#testimonialShort .text p:first-child {
  font-family: Gotham-Medium;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.6px;
  color: #1d1f21;
  margin: 10px 0;
}

#testimonialShort .text p:last-child {
  font-family: Gotham-Medium;
  font-size: 12px;
  text-align: right;
}

@media (min-width: 1250px) {

    #testimonialShort {
        padding: 80px 0px;
    }

    #testimonialShort .container {
    width: 915px;
  }

    #testimonialShort .image {
    width: 160px;
    margin-right: 0;
  }

    #testimonialShort .image img {
    width: 100%;
  }

    #testimonialShort .text p:first-child {
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 0.8px;
    margin: 20px 0;
    text-align: center;
  }

    #testimonialShort .text p:last-child {
    font-size: 15px;
  }
}

#stats {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

#stats .container {
  max-width: 290px;
  margin: 0 auto;
}

#stats.why {
  background-color: #f9f9f9;
  padding: 0 20px;
}

#stats.why .stat {
  color: #666666;
}

#stats .stat {
  width: 50%;
  float: left;
  height: 90px;
  text-align: left;
  color: #fff;
  padding-left: 20px;
  padding-top: 20px;
}

#stats .stat h3 {
  font-family: Gotham-ExtraLight;
  font-size: 38px;
  letter-spacing: 1.7px;
  line-height: 1;
}

#stats .stat p {
  font-family: Gotham-Book;
  font-size: 11px;
  letter-spacing: 0.7px;
}

@media (min-width: 1250px) {
    #stats {
        height: 430px;
    }
    #stats .container {
    max-width: initial;
  }
    #stats.why {
    height: 210px;
  }
    #stats.why .stat {
    height: 210px;
  }
    #stats .stat {
    width: 25%;
    float: left;
    height: auto;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
    height: 430px;
    position: relative;
  }
    #stats .stat .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
    #stats .stat:last-child {
    display: block;
  }
    #stats .stat h3 {
    font-size: 65px;
    letter-spacing: 2.7px;
  }
    #stats .stat p {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

#markets {
    padding: 30px 25px 50px 25px;
    text-align: center;
}

#markets .heading h2 {
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #292929;
  text-align: center;
}

#markets .market {
  padding-top: 30px;
}

#markets .market img {
  height: 45px;
  margin: 0 auto;
}

#markets .market h3 {
  font-family: Gotham-Book;
  font-size: 17px;
  letter-spacing: 0.8px;
  color: #1d1f21;
  margin: 15px 0;
}

#markets .market p {
  color: #929292;
}

@media (min-width: 1250px) {
    #markets {
        padding: 0 0 30px 0;
        text-align: center;
        overflow: hidden;
    }
    #markets .heading h2 {
    line-height: 180px;
    font-size: 24px;
    letter-spacing: 0.9px;
  }
    #markets .market {
    padding: 0 30px 50px 30px;
    float: left;
    width: calc(100% / 3);
    background-color: #fff;
  }
    #markets .market h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

#quickContact {
    background-color: #f9f9f9;
}

#quickContact .heading {
  text-align: center;
  padding: 20px 30px 30px 30px;
}

#quickContact .heading h2 {
  font-family: Gotham-Medium;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.7px;
  color: #1d1f21;
  margin-bottom: 8px;
  padding: 0 45px;
}

#quickContact .heading p {
  font-family: Gotham-Book;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.2px;
}

#quickContact form {
  padding: 0 25px 35px 35px;
  overflow: hidden;
  max-width: 705px;
  margin: 0 auto;
}

#quickContact form label {
  font-family: Gotham-Medium;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

#quickContact form input[type=email] {
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #979797;
  width: 100%;
  line-height: 41px;
  padding: 0 18px;
  margin-bottom: 30px;
}

#quickContact form input[type=submit] {
  float: right;
  width: 116px;
  line-height: 33px;
  border-radius: 100px;
  background-color: #050505;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #ffffff;
  font-family: CeraPro-Bold;
}

@media (min-width: 1250px) {
    #quickContact {
        padding-bottom: 80px;
    }
    #quickContact .heading {
    padding: 80px 0 60px 0;
  }
    #quickContact .heading h2 {
    font-size: 24px;
    letter-spacing: 0.9px;
    margin-bottom: 12px;
  }
    #quickContact .heading p {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
    #quickContact form {
    padding: 0;
    width: 705px;
    margin: 0 auto;
  }
    #quickContact form label {
    font-size: 12px;
  }
    #quickContact form input[type=email] {
    line-height: 54px;
    padding: 0 22px;
    margin-bottom: 25px;
    outline: none;
  }
    #quickContact form input[type=submit] {
    width: 145px;
    line-height: 45px;
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}

#testimonialLong .quote {
  padding: 20px 25px;
}

#testimonialLong .quote img {
  width: 25px;
}

#testimonialLong .text {
  padding: 0 25px;
}

#testimonialLong .text p:first-child {
  line-height: 1.4;
  margin-bottom: 20px;
}

#testimonialLong .text p:last-child {
  font-size: 11px;
  line-height: 1.3;
}

#testimonialLong .image {
  text-align: right;
  padding: 0 40px;
  margin-top: -50px;
}

#testimonialLong .image img {
  height: 250px;
}

#testimonialLong .button {
  background-color: #f9f9f9;
  padding: 25px 20px;
}

#testimonialLong .button a {
  width: 280px;
  line-height: 33px;
  border-radius: 100px;
  background-color: #050505;
  font-family: CeraPro-Bold;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 0 auto;
}

@media (min-width: 1250px) {

    #testimonialLong .contents {
    overflow: hidden;
    padding-top: 120px;
  }

    #testimonialLong .contents .testimonial {
    width: 60%;
    float: left;
    padding: 0 20px;
  }

    #testimonialLong .contents .testimonial .quote {
    margin: 0 0 45px 0;
    padding: 0;
  }

    #testimonialLong .contents .testimonial .quote img {
    width: 45px;
  }

    #testimonialLong .contents .testimonial .text {
    padding: 0;
  }

    #testimonialLong .contents .testimonial .text p:first-child {
    line-height: 23px;
    margin-bottom: 40px;
  }

    #testimonialLong .contents .testimonial .text p:last-child {
    font-size: 12px;
    line-height: 16px;
  }

    #testimonialLong .contents .image {
    float: right;
    width: 40%;
    padding: 0 20px 0 0;
    margin-top: 0;
  }

    #testimonialLong .contents .image img {
    height: 500px;
  }

    #testimonialLong .button {
    padding: 55px 0;
  }

    #testimonialLong .button a {
    width: 450px;
    line-height: 55px;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 1.8px;
    font-family: CeraPro-Bold;
  }
}

#locations .heading h2 {
  line-height: 80px;
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #1d1f21;
  text-align: center;
}

#locations #map {
  height: 190px;
}

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

#locations .locations .location {
  background-color: #fff;
  padding: 18px 0;
  border-bottom: 1px solid #f9f9f9;
}

#locations .locations .location h3 {
  font-family: Gotham-Medium;
  font-size: 15px;
  letter-spacing: 0.7px;
  color: #1d1f21;
  margin-bottom: 8px;
}

#locations .locations .location h4 {
  font-family: Gotham-Book;
  font-size: 13px;
  letter-spacing: 1.3px;
  margin-bottom: 5px;
}

#locations .locations .location p {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 1.2px;
}

#locations .locations .location.active, #locations .locations .location:hover {
  background-color: #1d1f21;
}

#locations .locations .location.active h3, #locations .locations .location.active h4, #locations .locations .location.active p, #locations .locations .location:hover h3, #locations .locations .location:hover h4, #locations .locations .location:hover p {
  color: #fff;
}

#locations .general {
  text-align: center;
  padding: 25px 0 15px 0;
}

#locations .general h3 {
  font-family: Gotham-Medium;
  font-size: 15px;
  letter-spacing: 0.6px;
  color: #1d1f21;
  margin-bottom: 7px;
}

#locations .general p {
  font-family: Gotham-Book;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.8px;
}

#locations .general p.desktop {
  display: none;
}

@media (min-width: 1250px) {

    #locations .heading h2 {
    line-height: 1;
    margin: 80px 0;
    font-size: 24px;
    letter-spacing: 0.9px;
  }

    #locations #map {
    height: 535px;
  }

    #locations .locations {
    text-align: center;
    overflow: hidden;
    border-bottom: solid 5px #f9f9f9;
  }

    #locations .locations .location {
    padding: 18px 0;
    border-bottom: none;
    float: left;
    width: calc(100% / 3);
    cursor: pointer;
  }

    #locations .locations .location h3 {
    font-size: 20px;
    letter-spacing: 0.9px;
    margin-bottom: 10px;
  }

    #locations .locations .location h4 {
    font-size: 17px;
    letter-spacing: 0.9px;
    margin-bottom: 9px;
  }

    #locations .locations .location p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.3px;
  }

    #locations .general {
    padding: 45px 0 40px 0;
  }

    #locations .general h3 {
    font-size: 20px;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
  }

    #locations .general p {
    font-size: 16px;
    letter-spacing: 1.1px;
  }

    #locations .general p.mobile {
    display: none;
  }

    #locations .general p.desktop {
    display: block;
  }
}

#contactForm {
    background-color: #f9f9f9;
    padding-top: 35px;
    position: relative;
    margin-bottom: 55px;
}

#contactForm:after {
  content: '';
  width: 100%;
  height: 55px;
  border-style: solid;
  border-color: transparent;
  border-width: 0 100vw 55px 0;
  border-right-color: #f9f9f9;
  position: absolute;
  left: 0;
  bottom: -55px;
}

#contactForm .heading {
  text-align: center;
}

#contactForm .heading h2 {
  font-family: Gotham-Medium;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.7px;
  color: #1d1f21;
  margin-bottom: 10px;
  padding: 0 80px;
}

#contactForm .heading p {
  font-family: Gotham-Book;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.2px;
  padding: 0 35px;
}

#contactForm form {
  padding: 30px 20px 35px 20px;
  width: 705px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
}

#contactForm form label {
  font-family: Gotham-Medium;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

#contactForm form label span {
  text-transform: none;
}

#contactForm form input[type=email],#contactForm form input[type=text] {
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #979797;
  width: 100%;
  line-height: 41px;
  padding: 0 18px;
  margin-bottom: 30px;
}

#contactForm form textarea {
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #979797;
  width: 100%;
  padding: 18px;
  margin-bottom: 30px;
  height: 215px;
}

#contactForm form .nda {
  font-family: Gotham-Medium;
  font-size: 11px;
  color: #979797;
  float: right;
  line-height: 40px;
  margin-right: 15px;
}

#contactForm form .nda:hover {
  text-decoration: underline;
}

#contactForm form input[type=submit] {
  float: right;
  width: 116px;
  line-height: 33px;
  border-radius: 100px;
  background-color: #050505;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #ffffff;
  font-family: CeraPro-Bold;
  border: none;
}

@media (min-width: 1250px) {

    #contactForm {
        padding-top: 80px;
        margin-bottom: 110px;
    }

    #contactForm:after {
    height: 110px;
    border-width: 0 100vw 110px 0;
    bottom: -110px;
  }

    #contactForm .heading h2 {
    font-size: 24px;
    letter-spacing: 0.9px;
    margin-bottom: 12px;
    padding: 0;
  }

    #contactForm .heading p {
    font-size: 16px;
    letter-spacing: 0.3px;
  }

    #contactForm form {
    padding: 60px 0 0 0;
    width: 705px;
    margin: 0 auto;
  }

    #contactForm form label {
    font-size: 12px;
  }

    #contactForm form input[type=email],#contactForm form input[type=text] {
    line-height: 55px;
    padding: 0 23px;
    margin-bottom: 30px;
  }

    #contactForm form textarea {
    padding: 23px;
    margin-bottom: 30px;
    height: 215px;
  }

    #contactForm form .nda {
    font-size: 12px;
    line-height: 52px;
    margin-right: 30px;
  }

    #contactForm form input[type=submit] {
    width: 137px;
    line-height: 44px;
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}

#contactFormFooter .testimonial {
  max-width: 510px;
  margin: 0 auto;
}

#contactFormFooter .testimonial p {
  padding: 10px 40px;
}

#contactFormFooter .testimonial p:first-child {
  text-align: right;
  font-family: Gotham-Medium;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #1d1f21;
}

#contactFormFooter .testimonial p:last-child {
  font-family: Gotham-Book;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-align: right;
}

#contactFormFooter .image {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 140px;
}

#contactFormFooter .image:before {
  content: '';
  width: 100%;
  height: 55px;
  border-style: solid;
  border-color: transparent;
  border-width: 0 100vw 55px 0;
  border-right-color: #fff;
  position: absolute;
  left: 1px;
  top: -1px;
}

@media (min-width: 1250px) {

    #contactFormFooter .testimonial {
    padding: 50px 0;
  }

    #contactFormFooter .testimonial p {
    width: 750px;
    margin: 0 auto;
    padding: 0;
  }

    #contactFormFooter .testimonial p:first-child {
    font-size: 20px;
    letter-spacing: 0.9px;
    line-height: 18px;
    margin-bottom: 40px;
  }

    #contactFormFooter .testimonial p:last-child {
    font-size: 16px;
    letter-spacing: 0.3px;
  }

    #contactFormFooter .image {
    height: 500px;
  }

    #contactFormFooter .image:before {
    height: 110px;
    border-width: 0 100vw 110px 0;
  }
}

#faqs .heading {
  padding: 35px 0 30px;
}

#faqs .heading h2 {
  line-height: 80px;
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  line-height: 1.1;
  color: #1d1f21;
  text-align: center;
  margin: 0 30px;
}

#faqs .faqs .faq {
  margin-bottom: 3px;
}

#faqs .faqs .faq .question {
  background-color: #1d1f21;
  padding: 10px 30px 10px 30px;
  position: relative;
}

#faqs .faqs .faq .question p {
  font-family: Gotham-Book;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  width: calc(100% - 75px);
}

#faqs .faqs .faq .question span {
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#faqs .faqs .faq .question span img {
  width: 12px;
}

#faqs .faqs .faq .question.active span {
  transform: rotate(90deg);
}

#faqs .faqs .faq .answer {
  padding: 25px;
  display: none;
}

#faqs .faqs .faq .answer.active {
  display: block;
}

@media (min-width: 1250px) {

    #faqs .heading {
    padding: 80px 0;
  }

    #faqs .heading h2 {
    line-height: 1;
    font-size: 24px;
    letter-spacing: 0.9px;
    margin: 0;
  }

    #faqs .faqs .faq .question {
    padding: 30px 0;
  }

    #faqs .faqs .faq .question a {
    display: block;
    width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

    #faqs .faqs .faq .question p {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    position: static;
    transform: translateY(0);
  }

    #faqs .faqs .faq .question span {
    right: 0;
  }

    #faqs .faqs .faq .question span img {
    width: 15px;
  }

    #faqs .faqs .faq .question.active span {
    transform: rotate(90deg);
  }

    #faqs .faqs .faq .answer {
    padding: 60px 0;
  }

    #faqs .faqs .faq .answer p {
    width: 790px;
    margin: 0 auto;
  }
}

#latestPosts.grey {
  background-color: #f9f9f9;
}

#latestPosts .heading {
  padding: 35px 0 30px;
  background-color: #fff;
}

#latestPosts .heading h2 {
  line-height: 80px;
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  line-height: 1.1;
  color: #1d1f21;
  text-align: center;
  margin: 0 30px;
  text-transform: uppercase;
}

#latestPosts .posts {
  padding: 0 15px 35px 15px;
}

#latestPosts .posts .post {
  margin: 30px auto 0 auto;
  background-color: #1d1f21;
  color: #fff;
  padding: 18px;
  border-radius: 5px;
  width: 290px;
}

#latestPosts .posts .post .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  height: 175px;
}

#latestPosts .posts .post h3 {
  font-family: Gotham-Medium;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 35px 0;
  height: 65px;
}

#latestPosts .posts .post p.author {
  font-family: Gotham-Book;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #a1a1a1;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 3px solid #a1a1a1;
}

#latestPosts .posts .post p.summary {
  padding-bottom: 35px;
  line-height: 1.4;
  color: #fff;
  height: 80px;
}

#latestPosts .posts .post .links {
  overflow: hidden;
}

#latestPosts .posts .post .links .readMore {
  float: left;
  width: 50%;
}

#latestPosts .posts .post .links .readMore a {
  width: 122px;
  line-height: 32px;
  border-radius: 100px;
  background-color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: CeraPro-Bold;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #000;
}

#latestPosts .posts .post .links .social {
  float: right;
  width: 50%;
  text-align: right;
}

#latestPosts .posts .post .links .social a {
  width: 28px;
  margin-left: 10px;
}

#latestPosts .posts .post .links .social a img {
  width: 28px;
}

#latestPosts .posts .loadMore {
  margin-top: 32px;
}

#latestPosts .posts .loadMore a {
  width: 145px;
  line-height: 33px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  border-radius: 100px;
  background-color: #050505;
  font-family: CeraPro-Bold;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #fff;
}

@media (min-width: 1250px) {

    #latestPosts .heading {
    padding: 80px 0;
  }

    #latestPosts .heading h2 {
    line-height: 1;
    font-size: 24px;
    letter-spacing: 0.9px;
    margin: 0;
  }

    #latestPosts .container {
    padding: 0 20px;
  }

    #latestPosts .posts {
    padding: 80px 0;
    overflow: hidden;
  }

    #latestPosts .posts .post {
    margin-top: 0;
    margin-bottom: 80px;
    margin-right: 80px;
    float: left;
    width: calc((100% - 160px) / 3);
  }

    #latestPosts .posts .post:nth-child(3n) {
    margin-right: 0;
  }

    #latestPosts .posts .post .image {
    height: 230px;
  }

    #latestPosts .posts .post h3 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.9px;
    height: 70px;
  }

    #latestPosts .posts .post p.author {
    font-size: 16px;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid #a1a1a1;
  }

    #latestPosts .posts .post p.summary {
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: 0.3px;
    height: 85px;
  }

    #latestPosts .posts .loadMore {
    margin-top: 0;
  }

    #latestPosts .posts .loadMore a {
    width: 157px;
    line-height: 55px;
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}

#author {
    position: relative;
    top: -75px;
    margin-bottom: -30px; 
    text-align: center;
}

#author img {
  border-radius: 50%;
  border: 5px solid #fff;
  display: block;
  margin: 0 auto 20px auto;
  width: 130px;
}

#author p {
  font-family: Gotham-Medium;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #1d1f21;
}

@media (min-width: 1250px) {

    #author {
        top: -95px;
        margin-bottom: -20px;
    }

    #author img {
    width: 150px;
    margin: 0 auto 20px auto;
  }

    #author p {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
}

#shareTop {
    text-align: center;
    margin: 30px 0 38px 0;
    overflow: hidden;
}

#shareTop a {
  margin-left: 35px;
}

#shareTop a:first-child {
  margin-left: 0;
}

#shareTop a img {
  width: 28px;
}

@media (min-width: 1250px) {

    #shareTop {
        margin: 22px 0 50px 0;
    }

    #shareTop a {
    margin-left: 9px;
  }
}

#shareBottom {
    text-align: center;
    margin: 30px 0 38px 0;
    overflow: hidden;
}

#shareBottom a {
  margin-left: 35px;
}

#shareBottom a:first-child {
  margin-left: 0;
}

#shareBottom a img {
  width: 28px;
}

@media (min-width: 1250px) {

    #shareBottom {
        margin: 55px 0 70px 0;
    }

    #shareBottom a {
    margin-left: 9px;
  }
}

#content {
    padding: 0 25px;
}

#content iframe:not(.twitter-share-button) {
  width: 100% !important;
}

#content img {
  max-width: 100%;
  display: inline;
  height: auto;
}

#content img.triple {
  width: 120px;
  display: inline;
}

#content img.desktop {
  display: none;
}

#content p {
  margin-bottom: 25px;
}

#content h2 {
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #1d1f21;
  margin: 30px 0;
}

#content h3 {
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #1d1f21;
}

#content h4 {
  font-family: Gotham-Light;
  font-size: 18px;
  letter-spacing: 0.3px;
}

#content h4 strong {
  font-family: Gotham-Medium;
  font-size: 20px;
}

@media (min-width: 1250px) {

    #content {
        padding: 0;
    }

    #content img.triple {
    width: calc(100% / 3);
  }

    #content img.mobile {
    display: none;
  }

    #content img.desktop {
    display: block;
  }

    #content p {
    width: 805px;
    margin: 0 auto 40px auto;
  }

    #content h2 {
    font-size: 24px;
    letter-spacing: 0.9px;
    margin: 0 auto 40px auto;
  }

    #content h3 {
    font-size: 20px;
    letter-spacing: 0.9px;
    width: 805px;
    margin: 0 auto 40px auto;
  }
}

#projects .project {
  padding: 35px 25px;
  text-align: center;
}

#projects .project.grey {
  background-color: #f9f9f9;
}

#projects .project .text .logo {
  height: 60px;
  margin: 0 auto;
}

#projects .project .text h3 {
  margin: 15px 0;
  font-family: Gotham-Medium;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.7px;
  color: #1d1f21;
}

#projects .project .image .images {
  overflow: hidden;
  max-width: 290px;
  margin: 0 auto;
}

#projects .project .image .images img {
  float: left;
  width: calc((100% - 20px) / 3);
  margin: 15px 10px 30px 0;
  display: block;
}

#projects .project .image .images img:last-child {
  margin-right: 0;
}

#projects .project .links {
  overflow: hidden;
}

#projects .project .links.desktop {
  display: none;
}

#projects .project .links a:first-child {
  width: 225px;
  line-height: 33px;
  border-radius: 100px;
  background-color: #050505;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #fff;
  font-family: CeraPro-Bold;
  float: left;
}

#projects .project .links a:last-child {
  display: block;
  float: left;
  margin-left: 10px;
}

#projects .project .links a:last-child img {
  width: 33px;
}

@media (min-width: 1250px) {

    #projects .project {
    padding: 80px 0;
    overflow: hidden;
  }

    #projects .project .text {
    float: right;
    width: 530px;
    padding: 0 20px;
  }

    #projects .project .text .logo {
    height: 100px;
  }

    #projects .project .text h3 {
    margin: 55px 0 30px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.9px;
  }

    #projects .project .image {
    float: left;
    width: 720px;
  }

    #projects .project .image .images {
    max-width: 100%;
  }

    #projects .project .image .images img {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 0 0;
  }

    #projects .project.grey .text {
    float: left;
  }

    #projects .project .links {
    overflow: hidden;
    margin: 55px auto 0 auto;
    width: 400px;
  }

    #projects .project .links.desktop {
    display: block;
  }

    #projects .project .links.mobile {
    display: none;
  }

    #projects .project .links a:first-child {
    width: 318px;
    line-height: 55px;
    font-size: 14px;
    letter-spacing: 1.8px;
  }

    #projects .project .links a:last-child img {
    width: 55px;
  }
}

#footer {
    background-color: #1d1f21;
    padding: 0 10px;
}

#footer .footerLogo {
  height: 85px;
  position: relative;
  border-bottom: solid 1px #666;
}

#footer .footerLogo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  height: 22px;
}

#footer .linksDesktop {
  display: none;
}

#footer .linksMobile ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .linksMobile ul li {
  line-height: 35px;
  border-bottom: solid 1px #666;
}

#footer .linksMobile ul li a {
  display: block;
  text-align: center;
  font-family: Gotham-Medium;
  font-size: 12px;
  color: #999a9b;
}

#footer .socialMobile {
  padding: 25px 0;
  text-align: center;
}

#footer .socialMobile a {
  margin-right: 25px;
}

#footer .socialMobile a:last-child {
  margin-right: 0;
}

#footer .socialMobile a img {
  width: 26px;
}

#footer .policies {
  padding-bottom: 15px;
  text-align: center;
}

#footer .policies .socialDesktop {
  display: none;
}

#footer .policies a {
  font-size: 9px;
  color: #a1a1a1;
  margin-left: 20px;
}

#footer .policies a:first-child {
  margin-left: 0;
}

@media (min-width: 1250px) {

    #footer {
        padding: 0;
    }

    #footer .footerLogo {
    height: 135px;
    border-bottom: none;
  }

    #footer .footerLogo img {
    height: 32px;
  }

    #footer .linksDesktop {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
  }

    #footer .linksDesktop a {
    color: #fff;
    margin-right: 20px;
  }

    #footer .linksDesktop a:last-child {
    margin-right: 0;
  }

    #footer .linksDesktop .col {
    float: left;
    width: calc(100% / 5);
    margin-bottom: 36px;
  }

    #footer .linksDesktop .col ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

    #footer .linksDesktop .col ul li.heading {
    font-family: Gotham-Medium;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
  }

    #footer .linksDesktop .col ul li a {
    font-family: Gotham-Medium;
    font-size: 13px;
    line-height: 1.4;
    color: #999a9b;
  }

    #footer .linksMobile {
    display: none;
  }

    #footer .socialMobile {
    display: none;
  }

    #footer .policies {
    padding-bottom: 20px;
  }

    #footer .policies .socialDesktop {
    display: inline;
    margin-left: 20px;
  }

    #footer .policies a {
    font-size: 12px;
    margin-left: 20px;
  }

    #footer .policies a:first-child {
    margin-left: 0;
  }
}

.appideaform {
    background-color: #f9f9f9;
    padding-top: 35px;
}

.appideaform .logo {
  background: url('/wp-content/themes/Hyper/assets/img/hyper-logo-black.png') no-repeat center;
  width: 57px;
  height: 20px;
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 25px;
  display: block;
  z-index: 1;
}

.appideaform h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: Gotham-Medium;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.7px;
  color: #1d1f21;
}

.appideaform p {
  font-family: Gotham-Book;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.2px;
  color: #666;
}

@media (min-width: 1250px) {
    .appideaform {
        padding-top: 70px;
    }
    .appideaform .logo {
    width: 90px;
    height: 32px;
    top: 24px;
    left: 42px;
  }
    .appideaform h2 {
    font-size: 24px;
    letter-spacing: 0.9px;
  }
    .appideaform p {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
}

#whyintro {
    text-align: center;
    padding: 0 20px;
}

#whyintro h2 {
  margin: 30px 0;
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #1d1f21;
}

#whyintro .images {
  overflow: hidden;
  margin: 35px 0;
}

#whyintro .images .image {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  float: left;
}

#whyintro .images .image:last-child {
  margin-right: 0;
}

#whyintro .images .image img {
  display: block;
  width: 100%;
}

@media (min-width: 1250px) {

    #whyintro {
        padding: 0;
    }

    #whyintro h2 {
    margin: 80px 0 60px;
    font-size: 24px;
    letter-spacing: 0.9px;
  }

    #whyintro .text {
    width: 800px;
    margin: 0 auto;
  }

    #whyintro .images {
    margin: 80px 0;
    padding: 0 20px;
  }

    #whyintro .images .image {
    width: calc((100% - 90px) / 3);
    margin-right: 45px;
  }

    #whyintro .images .image:last-child {
    margin-right: 0;
  }
}

#whyprocess {
    text-align: center;
    padding: 0 20px;
}

#whyprocess h2 {
  margin: 35px 0 25px 0;
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #1d1f21;
}

#whyprocess .items {
  overflow: hidden;
  margin: 35px auto 25px auto;
  max-width: 290px;
}

#whyprocess .items .item {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  float: left;
  height: 120px;
}

#whyprocess .items .item:nth-child(2n) {
  margin-right: 0;
}

#whyprocess .items .item img {
  display: block;
  width: 50px;
  margin: 0 auto;
}

#whyprocess .items .item div {
  font-family: Gotham-Book;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.3px;
  color: #131313;
  margin-top: 15px;
}

@media (min-width: 1250px) {

    #whyprocess {
        padding: 0;
    }

    #whyprocess h2 {
    margin: 80px 0 60px 0;
    font-size: 24px;
    letter-spacing: 0.9px;
  }

    #whyprocess .container {
    width: 800px;
  }

    #whyprocess .items {
    margin: 80px 0 0 0;
    max-width: 100%;
  }

    #whyprocess .items .item {
    width: calc((100% - 200px) / 3);
    margin-right: 100px;
    height: 200px;
  }

    #whyprocess .items .item:nth-child(2n) {
    margin-right: 100px;
  }

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

    #whyprocess .items .item img {
    width: 67px;
  }

    #whyprocess .items .item div {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.3px;
  }
}

#whypartnerships {
    text-align: center;
    padding: 35px 20px;
    background-color: #f9f9f9;
    margin-top: 35px;
}

#whypartnerships h2 {
  margin-bottom: 25px;
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #1d1f21;
}

#whypartnerships .images {
  overflow: hidden;
  margin-top: 25px;
}

#whypartnerships .images .image {
  margin-bottom: 25px;
}

#whypartnerships .images .image:last-child {
  margin-bottom: 0;
}

#whypartnerships .images .image img {
  display: block;
  width: 555px;
  margin: 0 auto;
}

@media (min-width: 1250px) {

    #whypartnerships {
        padding: 80px 0px;
        margin-top: 80px;
    }

    #whypartnerships h2 {
    margin-bottom: 60px;
    font-size: 24px;
    letter-spacing: 0.9px;
  }

    #whypartnerships .text {
    width: 800px;
    margin: 0 auto;
  }

    #whypartnerships .images {
    margin-top: 60px;
    padding: 0 20px;
    overflow: hidden;
  }

    #whypartnerships .images .image {
    margin-bottom: 0;
    margin-right: 100px;
    float: left;
    width: calc((100% - 100px) / 2);
  }

    #whypartnerships .images .image:last-child {
    margin-right: 0;
  }
}

#instagram {
    padding: 0 15px;
}

#instagram .heading h2 {
  line-height: 80px;
  font-family: Gotham-Medium;
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #1d1f21;
  text-align: center;
  text-transform: uppercase;
}

#instagram #sb_instagram {
  width: 100%;
  max-width: 290px !important;
  margin: 0 auto;
}

#instagram #sb_instagram #sbi_images {
  padding: 0 !important;
  overflow: hidden;
}

#instagram #sb_instagram #sbi_images .sbi_item {
  float: left;
  margin-bottom: 10px !important;
}

#instagram #sb_instagram #sbi_images .sbi_item:nth-child(1), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(4), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(6) {
  width: calc((290px - 10px) / 2);
  height: calc((290px - 10px) / 2);
  margin-right: 10px !important;
}

#instagram #sb_instagram #sbi_images .sbi_item:nth-child(1) .sbi_photo, #instagram #sb_instagram #sbi_images .sbi_item:nth-child(4) .sbi_photo, #instagram #sb_instagram #sbi_images .sbi_item:nth-child(6) .sbi_photo {
  height: calc((290px - 10px) / 2) !important;
}

#instagram #sb_instagram #sbi_images .sbi_item:nth-child(2), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(5), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(7) {
  width: calc((290px - 10px) / 2);
  height: calc((290px - 10px) / 2);
}

#instagram #sb_instagram #sbi_images .sbi_item:nth-child(2) .sbi_photo, #instagram #sb_instagram #sbi_images .sbi_item:nth-child(5) .sbi_photo, #instagram #sb_instagram #sbi_images .sbi_item:nth-child(7) .sbi_photo {
  height: calc((290px - 10px) / 2) !important;
}

#instagram #sb_instagram #sbi_images .sbi_item:nth-child(3), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(8) {
  width: 290px;
  height: 290px;
}

#instagram #sb_instagram #sbi_images .sbi_item:nth-child(3) .sbi_photo, #instagram #sb_instagram #sbi_images .sbi_item:nth-child(8) .sbi_photo {
  height: 290px !important;
}

@media (min-width: 1250px) {

    #instagram {
        padding: 0;
    }

    #instagram .heading h2 {
    font-size: 24px;
    letter-spacing: 0.9px;
    line-height: 180px;
  }

    #instagram #sb_instagram {
    max-width: 100% !important;
  }

    #instagram #sb_instagram #sbi_images {
    position: relative;
  }

    #instagram #sb_instagram #sbi_images .sbi_item {
    margin-bottom: 15px !important;
  }

    #instagram #sb_instagram #sbi_images .sbi_item:nth-child(1), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(3), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(4), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(6), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(7), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(8) {
    width: 165px;
    height: 165px;
    margin-right: 15px !important;
  }

    #instagram #sb_instagram #sbi_images .sbi_item:nth-child(1) .sbi_photo, #instagram #sb_instagram #sbi_images .sbi_item:nth-child(3) .sbi_photo, #instagram #sb_instagram #sbi_images .sbi_item:nth-child(4) .sbi_photo, #instagram #sb_instagram #sbi_images .sbi_item:nth-child(6) .sbi_photo, #instagram #sb_instagram #sbi_images .sbi_item:nth-child(7) .sbi_photo, #instagram #sb_instagram #sbi_images .sbi_item:nth-child(8) .sbi_photo {
    height: 165px !important;
  }

    #instagram #sb_instagram #sbi_images .sbi_item:nth-child(6), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(7), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(8) {
    position: absolute;
    top: 180px;
  }

    #instagram #sb_instagram #sbi_images .sbi_item:nth-child(6) {
    left: 0;
  }

    #instagram #sb_instagram #sbi_images .sbi_item:nth-child(7) {
    left: 540px;
  }

    #instagram #sb_instagram #sbi_images .sbi_item:nth-child(8) {
    left: 720px;
  }

    #instagram #sb_instagram #sbi_images .sbi_item:nth-child(2), #instagram #sb_instagram #sbi_images .sbi_item:nth-child(5) {
    width: 345px;
    height: 345px;
  }

    #instagram #sb_instagram #sbi_images .sbi_item:nth-child(2) .sbi_photo, #instagram #sb_instagram #sbi_images .sbi_item:nth-child(5) .sbi_photo {
    height: 345px !important;
  }

    #instagram #sb_instagram #sbi_images .sbi_item:nth-child(2) {
    margin-right: 15px !important;
  }

    #instagram #sb_instagram #sbi_images .sbi_item:nth-child(5) {
    margin-right: 0 !important;
  }
}

.prototypeGraphs {
    margin-top: 40px;
    margin-bottom: 30px;
}

.prototypeGraphs .mobile {
  margin: 0 auto;
}

.prototypeGraphs .desktop {
  display: none;
}

@media (min-width: 1250px) {

    .prototypeGraphs {
        padding: 0 20px;
    }

    .prototypeGraphs .desktop {
    display: block;
  }

    .prototypeGraphs .mobile {
    display: none;
  }
}

#portfolio .row {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  overflow: hidden;
}

#portfolio .col {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
}

#portfolio .col.col-3 {
  width: 25%;
}

#portfolio .col.col-6 {
  width: 50%;
}

#portfolio video {
  float: left;
}

#portfolio .blog-post {
  position: relative;
  height: 50%;
}

#portfolio .work-image {
  display: block;
  width: 100%;
  transition: all 317ms ease;
}

#portfolio .work-image:hover {
  transform: scale(1.09);
}

#portfolio .button {
  padding: 55px 0;
}

#portfolio .button a {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  background-color: #050505;
  font-family: CeraPro-Bold;
  color: #fff;
  width: 190px;
  line-height: 33px;
  font-size: 12px;
  letter-spacing: 1.5px;
  border-radius: 100px;
}

@media (max-width: 1500px) {
    #banner .navbar .desktopphone {
        display: none;
    }
}

@media (min-width: 1250px) {
    #portfolio .button {
    padding: 55px 0;
  }
    #portfolio .button a {
    width: 280px;
    line-height: 55px;
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}

@media (max-width: 767px) {
    #portfolio .col.col-3 {
    width: 50%;
  }
    #portfolio .col.col-6 {
    width: 100%;
  }
}

@media (max-width: 400px) {
    #portfolio .col.col-3 {
    width: 100%;
  }
}