:root {
  --color-warning: #fc0000;
  --color-warning-light: #ffeded;
  --color-success: #3fb760;
  --color-disabled: #ccc;
  --color-white: #fff;

  --color-neutrals-900: #212121;
  --color-neutrals-800: #424242;
  --color-neutrals-700: #616161;
  --color-neutrals-600: #757575;
  --color-neutrals-500: #9e9e9e;
  --color-neutrals-400: #bdbdbd;
  --color-neutrals-300: #e0e0e0;
  --color-neutrals-200: #eeeeee;
  --color-neutrals-100: #f5f5f5;
  --color-neutrals-50: #fafafa;

  --color-accent-900: #0a179e;
  --color-accent-800: #1e2eb6;
  --color-accent-700: #2939c2;
  --color-accent-600: #3143d0;
  --color-accent-500: #364bda;
  --color-accent-400: #5365e4;
  --color-accent-300: #7182f1;
  --color-accent-200: #96a4ff;
  --color-accent-100: #c3c9ff;
  --color-accent-50: #e8eaff;
  --color-accent-12: #f7f7ff;

  --color-inline-map-pin-letter: #238440;

  --color-primary-900: #11642d;
  --color-primary-800: #238440;
  --color-primary-700: #2c954b;
  --color-primary-600: #37a857;
  --color-primary-500: #3fb760;
  --color-primary-400: #5ec279;
  --color-primary-300: #7ccd90;
  --color-primary-200: #a2dbb0;
  --color-primary-100: #c6e9ce;
  --color-primary-50: #e7f6eb;
  --color-primary-25: #f1f9f3;
  --color-primary-12: #f7f7ff;
}
/* HTML reset */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

/* Breakpoints */
/* colors */
/* widths */
/* easin' */
.icon-eye:before {
  content: '\e604';
  color: #ffffff;
  font-size: 12px;
}

.clear {
  position: relative;
  clear: both;
}

/* Speeds */
/* Easing */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/assets/icomoon.eot?bgapwd');
  src: url('../fonts/icomoon.eot?bgapwd#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff2?bgapwd') format('woff2'),
    url('fonts/icomoon.ttf?bgapwd') format('truetype'),
    url('fonts/icomoon.woff?bgapwd') format('woff'),
    url('fonts/icomoon.svg?bgapwd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: '\e60c';
}

.icon-arrow-left:before {
  content: '\e60e';
}

.icon-arrow-up:before {
  content: '\e60d';
}

.icon-arrow-down:before {
  content: '\e608';
}

.icon-twitter:before {
  content: '\e607';
}

.icon-arrow-right:before {
  content: '\e603';
}

.icon-menu:before {
  content: '\e60b';
}

.icon-filter:before {
  content: '\e60a';
}

.icon-close2:before {
  content: '\e609';
}

.icon-controller-play:before {
  content: '\e600';
}

.icon-phone:before {
  content: '\e605';
}

.icon-ticket:before {
  content: '\e606';
}

.icon-eye:before {
  content: '\e604';
}

.icon-edit:before {
  content: '\e601';
}

.icon-search:before {
  content: '\e602';
}

/* Custom styles */
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #ffffff;
}

section {
  position: relative;
  padding: 5% 5%;
}

.sec-inner {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  width: 100%;
}
@media all and (min-width: 760px) {
  .sec-inner {
    width: 60%;
  }
}
.sec-inner h2,
.sec-inner h3,
.sec-inner p {
  margin-bottom: 20px;
}

#back {
  margin-bottom: 25px;
}
#back a {
  color: #222222;
}

.page-top {
  width: 90%;
  height: 62vh;
  background-color: #000000;
  min-height: 300px;
}
@media all and (min-width: 760px) {
  .page-top {
    height: 42vh;
    min-height: 400px;
  }
}
.page-top #scroll-arrow {
  display: none;
  position: absolute;
  z-index: 4;
  bottom: -20px;
}
@media all and (min-width: 760px) {
  .page-top #scroll-arrow {
    display: block;
  }
}
.page-top #up-scroll-arrow {
  display: block;
  position: fixed;
  bottom: 100px;
  z-index: 100;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 222ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: all 222ms cubic-bezier(0.666, 0, 0.333, 1);
}
.page-top #up-scroll-arrow.show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-top .sec-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-top .title-area {
  position: relative;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
.page-top .title-area .title-inner .title-copy {
  margin-bottom: 0px;
}
.page-top .title-area .title-inner .cta {
  margin-top: 40px;
}
@media all and (min-width: 760px) {
  .page-top .title-area {
    width: 60%;
  }
}
.page-top .bgImg {
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-top.white h1,
.page-top.white h2,
.page-top.white p {
  color: #ffffff;
}

#app-background,
#product-footer,
#contact {
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Raleway', sans-serif;
  color: #222222;
}

h1 {
  font-weight: 100;
  font-size: 35px;
}
@media all and (min-width: 760px) {
  h1 {
    font-size: 65px;
  }
}

h2 {
  font-weight: 100;
  font-size: 22px;
}
@media all and (min-width: 760px) {
  h2 {
    font-size: 32px;
  }
}

p {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #222222;
}
@media all and (min-width: 760px) {
  p {
    font-size: 14px;
  }
}

.float-box {
  float: left;
  width: 100%;
  margin-bottom: 5%;
  color: #222222;
}
.float-box h3 {
  font-weight: 100;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media all and (min-width: 760px) {
  .float-box {
    width: 47.5%;
  }
  .float-box:nth-child(odd) {
    margin-right: 5%;
  }
}

.cat-title {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 10px;
}
.section-title a {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  color: #a9a9a9;
}
.section-title a:hover {
  color: #000000;
}
.section-title a.active {
  color: #000000;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #ffffff;
}

.title-area {
  margin: 40px 0;
  color: #222222;
}
.title-area .sub-title {
  float: left;
}
.title-area .sub-title a {
  color: #888;
  -webkit-transition: all 222ms;
  transition: all 222ms;
}
.title-area .sub-title a:hover {
  color: #000000;
}
.title-area .title-copy {
  margin: 20px 0;
  width: 100%;
}
@media all and (min-width: 760px) {
  .title-area .title-copy {
    margin: 40px 0;
    width: 45%;
  }
}
.title-area .close {
  float: right;
}

/* Colors */
.wh {
  color: #ffffff;
}

.bk {
  color: #222222;
}

/* CTA Buttons */
.cta {
  position: relative;
  float: left;
  clear: left;
  width: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  outline: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 50px;
  border-width: 1px;
  border-color: #222222;
  border-style: solid;
  background: none;
  -webkit-transition: all 333ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: all 333ms cubic-bezier(0.666, 0, 0.333, 1);
}
@media all and (min-width: 1024px) {
  .cta {
    clear: none;
  }
}
.cta.lime {
  border-color: #a5cc00;
  background: #a5cc00;
  color: #ffffff;
}
.cta.hollow-wh {
  border-color: #ffffff;
  background: none;
  color: #ffffff;
}
.cta.hollow-bk {
  border-color: #222222;
  background: none;
  color: #222222;
}
.cta.white {
  border: none;
  background: #ffffff;
  color: #222222;
}
.cta.white:hover {
  background: #f7f8f1;
}
.cta.white-outline {
  border-color: #ffffff;
}
.cta span {
  margin-right: 10px;
  cursor: pointer;
}
.cta label {
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  text-transform: capitalize;
}

.icon-btn {
  background: var(--color-primary-500);
  padding-left: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.icon-btn.cta.primary {
  background: var(--color-primary-500);
}
.icon-btn.cta {
  background: transparent;
  margin-right: 0;
}

.circle-btn {
  background: var(--color-primary-500);
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  padding: 20px;
  border-radius: 50%;
}
.circle-btn:hover {
  cursor: pointer;
}
.circle-btn.black {
  background-color: #222222;
}
.circle-btn.black span {
  color: #ffffff;
}
.circle-btn.white {
  background-color: #ffffff;
}
.circle-btn.white span {
  color: #222222;
}
.circle-btn.lime {
  float: right;
  margin-bottom: 20px;
  margin-right: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.circle-btn.lime span {
  color: #ffffff;
}
.circle-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 111ms;
  transition: all 111ms;
}
.circle-btn .text-rotate {
  position: absolute;
  top: -70px;
  left: 0px;
  width: 100%;
  font-size: 11px;
  font-weight: 300;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
}

/* Category Groups */
.cat-container {
  margin: 0 auto;
  width: 100%;
}
.cat-container .cat-group {
  width: 100%;
  margin: 40px 0;
  color: #222222;
}
@media all and (min-width: 1024px) {
  .cat-container .cat-group {
    float: left;
    width: 40%;
  }
  .cat-container .cat-group:nth-child(odd) {
    margin-right: 20%;
  }
}
.cat-container .cat-group ul {
  margin-bottom: 40px;
}
@media all and (min-width: 1024px) {
  .cat-container .cat-group ul {
    margin-bottom: 0px;
  }
}
.cat-container .cat-group ul li {
  float: left;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 2px solid #e5e5e5;
  clear: left;
}
.cat-container .cat-group ul li a {
  color: #222222;
}
.cat-container .cat-group ul li:last-of-type {
  margin-bottom: 15px;
}
.cat-container .cat-group a {
  color: #222222;
}

.faq-list {
  width: 100%;
  color: #222222;
  border-top: 2px solid #e5e5e5;
}
.faq-list .faq-item {
  position: relative;
  display: block;
  height: auto;
  border-bottom: 2px solid #e5e5e5;
  overflow: hidden;
}
.faq-list .faq-item .faq-title {
  display: block;
  padding-top: 24px;
  padding-bottom: 20px;
  width: 100%;
  font-weight: 300;
  color: #222222;
  cursor: pointer;
  text-align: left;
}
.faq-list .faq-item .faq-title:hover {
  cursor: pointer;
}
.faq-list .faq-item .faq-title .title-text {
  position: relative;
  display: block;
  height: auto;
  width: 75%;
  line-height: 26px;
}
@media all and (min-width: 760px) {
  .faq-list .faq-item .faq-title .title-text {
    width: 90%;
  }
}
.faq-list .faq-item .article-body .circle-btn {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 333ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: all 333ms cubic-bezier(0.666, 0, 0.333, 1);
}
.faq-list .faq-item .icon {
  position: absolute;
  top: 35px;
  right: 20px;
  color: #a9a9a9;
  -webkit-transform: translate(0, -50%) scale(1, 1);
  -ms-transform: translate(0, -50%) scale(1, 1);
  transform: translate(0, -50%) scale(1, 1);
  -webkit-transition: all 333ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: all 333ms cubic-bezier(0.666, 0, 0.333, 1);
}
.faq-list .faq-item:hover .icon {
  color: #222222;
}
.faq-list .faq-item .faq-content {
  margin: 50px 0;
}
.faq-list .faq-item .faq-content .title-area {
  width: 100%;
}
.faq-list .faq-item .faq-content #top {
  display: none;
}
.faq-list .faq-item .faq-content .noteBox {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.faq-list .faq-item.open .icon {
  opacity: 0;
  -webkit-transform: translate(0, -50%) scale(0, 0);
  -ms-transform: translate(0, -50%) scale(0, 0);
  transform: translate(0, -50%) scale(0, 0);
}
.faq-list .faq-item.open .article-body .circle-btn {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.article-body {
  margin: 40px 0;
}
.article-body h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
}
.article-body h3.heading-small {
  margin-block: 20px;
  font-size: 14px;
  font-weight: 900;
}
.article-body p {
  margin: 20px 0;
}
.article-body p a {
  font-weight: 500;
  color: #222222;
}
.article-body hr {
  margin-top: 30px;
}
.article-body strong {
  font-weight: 900;
}
.article-body em {
  font-style: italic;
}
.article-body ul li,
.article-body ol li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
}
.article-body ul li a,
.article-body ol li a {
  font-weight: 500;
  color: #222222;
}
.article-body ol li {
  list-style-type: decimal;
}
.article-body img {
  width: auto;
  max-width: 100%;
}
.article-body .tipsTricks,
.article-body .noteBox {
  margin: 20px 0;
  padding: 20px;
  border-radius: 5px;
  background: #e5e5e5;
}
.article-body .tipsTricks a,
.article-body .noteBox a {
  color: var(--color-primary-500);
}
.article-body a:not(a#lets-go):not(.legal_index .article-body a),
#lets-go:focus label,
#lets-go:hover label,
.legal_index .article-body a:focus,
.legal_index .article-body a:hover,
#link-report-problem:focus label,
#link-report-problem:hover label {
  text-decoration: underline;
}
#top-section {
  position: absolute;
  z-index: 4;
  top: 40px;
  left: 5%;
  width: 90%;
}
@media all and (min-width: 1024px) {
  #top-section {
    top: 10%;
  }
}
#top-section #logo-area {
  float: left;
  width: 20%;
}
#top-section #logo-area #mq-logo {
  display: block;
  width: 140px;
  height: 24px;
}
#top-section #logo-area #mq-logo img {
  width: 100%;
}
#top-section nav {
  display: none;
  float: right;
}
@media all and (min-width: 1024px) {
  #top-section nav {
    display: block;
  }
}
#top-section nav.black a {
  color: #000000;
}
#top-section nav a {
  float: left;
  margin-right: 20px;
  font-weight: 300;
}

.sec-inner .title-area .title-inner form {
  position: relative;
  margin: 30px 0;
}
.sec-inner .title-area .title-inner form span {
  position: absolute;
  z-index: 1;
  top: 19px;
  left: 21px;
}
.sec-inner .title-area .title-inner form input {
  -webkit-appearance: none;
  outline: none;
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  padding: 20px;
  text-indent: 30px;
  border: 0;
  border-radius: 50px;
  -webkit-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}

.sec-inner .title-area .title-inner a {
  display: none;
}
@media all and (min-width: 760px) {
  .sec-inner .title-area .title-inner a {
    display: block;
  }
}

.sec-inner .title-area .cta {
  border: none;
}

#mobile-nav {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  width: 100%;
}
@media all and (min-width: 1024px) {
  #mobile-nav {
    display: none;
  }
}
#mobile-nav #mobile-btn {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 5%;
}
#mobile-nav #mobile-btn .close {
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(0);
  -ms-transform: translate(-50%, -50%) scale(1) rotate(0);
  transform: translate(-50%, -50%) scale(1) rotate(0);
}
#mobile-nav #mobile-btn .open {
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(0);
  -ms-transform: translate(-50%, -50%) scale(0) rotate(0);
  transform: translate(-50%, -50%) scale(0) rotate(0);
}
#mobile-nav #mobile-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transition: all 0.1s cubic-bezier(0.666, 0, 0.333, 1);
  transition: all 0.1s cubic-bezier(0.666, 0, 0.333, 1);
  pointer-events: none;
}
#mobile-nav #mobile-menu #menu-inner {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
#mobile-nav #mobile-menu #menu-inner #btn-con {
  display: table-cell;
  vertical-align: middle;
}
#mobile-nav #mobile-menu #menu-inner #btn-con a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 300;
  line-height: 30px;
}
#mobile-nav.navtoggle {
  z-index: 999;
  height: 100%;
}
#mobile-nav.navtoggle #mobile-btn .close {
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
#mobile-nav.navtoggle #mobile-btn .open {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#mobile-nav.navtoggle #mobile-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

#contact {
  padding: 5% 5%;
  background: #f2f2f2;
}
#contact #footer-links {
  color: #000;
  font-weight: 300;
  text-align: center;
}
#contact #footer-links .copy {
  margin-bottom: 6px;
}
#contact #footer-links a {
  margin: 0 10px 0 0;
  color: inherit;
}
#contact #footer-links a:hover span,
#contact #footer-links a:focus span {
  text-decoration: underline;
}
#contact #footer-links a + a::before {
  content: '\2022';
  margin-right: 11px;
  font-size: 8px;
  vertical-align: middle;
}
#contact form {
  position: relative;
  margin: 30px 0;
}
#contact form span {
  position: absolute;
  z-index: 1;
  top: 19px;
  left: 21px;
}
#contact form input {
  -webkit-appearance: none;
  outline: none;
  display: block;
  position: relative;
  width: 50%;
  height: 14px;
  padding: 20px;
  text-indent: 30px;
  border: 0;
  border-radius: 50px;
  -webkit-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
#contact .cta {
  color: #000000;
  border: none;
}

#product-footer {
  background: #000000;
  text-align: center;
}
#product-footer h2 {
  color: #ffffff;
}
#product-footer .app-btn {
  float: left;
  width: 20%;
  height: 0px;
  margin: 50px 2% 0;
  padding-top: 5.8%;
  text-indent: -9999px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#product-footer #google-play {
  background-image: url('../hello/images/products/google-play.png');
}
#product-footer #app-store {
  background-image: url('../hello/images/products/app-store.png');
}
#product-footer #windows {
  background-image: url('../hello/images/products/windows.png');
}
#product-footer #amazon {
  background-image: url('../hello/images/products/amazon.png');
}

#landing-page #hero-landing .bgImg {
  background-image: url('../hello/images/landing/header.jpg');
  background-position: center center;
  background-size: cover;
}

#our-team {
  background: #000000;
}
#our-team .sec-inner {
  padding-bottom: 70px;
}
@media all and (min-width: 1024px) {
  #our-team .sec-inner {
    width: 70%;
    padding-bottom: auto;
  }
}
@media all and (min-width: 1280px) {
  #our-team .sec-inner {
    width: 60%;
  }
}
#our-team .sec-inner .title-area {
  width: 100%;
  color: #ffffff;
}
#our-team .sec-inner .title-area br {
  display: block;
}
@media all and (min-width: 1024px) {
  #our-team .sec-inner .title-area {
    float: left;
    width: 45%;
    margin-right: 8%;
  }
  #our-team .sec-inner .title-area br {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  #our-team .sec-inner .title-area {
    width: 49%;
    margin-right: 7%;
  }
  #our-team .sec-inner .title-area br {
    display: block;
  }
}
#our-team .sec-inner .title-area .title-copy {
  width: 100%;
}
#our-team .sec-inner .title-area h2,
#our-team .sec-inner .title-area p {
  color: #ffffff;
}
#our-team .sec-inner .title-area a {
  display: inline-block;
  float: none;
  clear: none;
}
#our-team .sec-inner #team-slider {
  display: block;
  position: relative;
  width: 100%;
  color: #ffffff;
}
@media all and (min-width: 1024px) {
  #our-team .sec-inner #team-slider {
    display: block;
    float: left;
    width: 40%;
    min-width: 300px;
  }
}
@media all and (min-width: 1280px) {
  #our-team .sec-inner #team-slider {
    min-width: 300px;
  }
}
#our-team .sec-inner #team-slider #mask {
  position: absolute;
  width: 302px;
  height: 302px;
  z-index: 1;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url('../hello/images/landing/mask.png');
  background-position: center center;
  background-size: 100% 100%;
}
@media all and (min-width: 1024px) {
  #our-team .sec-inner #team-slider #mask {
    top: 40px;
  }
}
#our-team .sec-inner #team-slider #slide-view {
  display: block;
  position: relative;
  margin: 40px auto;
  width: 300px;
  height: 300px;
}
#our-team .sec-inner #team-slider #slide-view .slick-prev,
#our-team .sec-inner #team-slider #slide-view .slick-next {
  position: absolute;
  top: 110%;
}
#our-team .sec-inner #team-slider #slide-view .slick-slide img {
  width: 100%;
}
#our-team .sec-inner #team-slider #slide-view .slick-arrow {
  position: absolute;
  z-index: 100;
}
#our-team .sec-inner #team-slider #name-arrows {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 100;
}
#our-team .sec-inner #team-slider #name-arrows .team-name {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 22px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#our-team .sec-inner #team-slider #name-arrows .team-name .team-title {
  text-transform: uppercase;
  font-size: 11px;
}
#our-team .sec-inner #team-slider #name-arrows #prev-arrow,
#our-team .sec-inner #team-slider #name-arrows #next-arrow {
  position: absolute;
}
#our-team .sec-inner #team-slider #name-arrows .slick-prev {
  left: 0;
}
#our-team .sec-inner #team-slider #name-arrows .slick-next {
  right: 0;
}

#categories-page #hero-categories {
  height: 34vh;
  background-image: url('../hello/images/landing/header.jpg');
  background-position: center center;
  background-size: cover;
}
#categories-page #hero-categories .page-title {
  color: #ffffff;
}

@media all and (min-width: 760px) {
  #categories-page {
    height: 14vh;
  }
}

#category-page #hero-category,
#section-page #hero-category {
  height: 52vh;
  background-image: url('../hello/images/landing/header.jpg');
  background-position: center center;
  background-size: cover;
}
#category-page #hero-category .page-title,
#section-page #hero-category .page-title {
  color: #ffffff;
}
@media all and (min-width: 760px) {
  #category-page #hero-category,
  #section-page #hero-category {
    height: 40vh;
  }
}

#category-page #topics-side-bar,
#section-page #topics-side-bar {
  display: none;
  position: absolute;
  padding-top: 24px;
  left: 5%;
  width: 15%;
  height: 100px;
  text-align: left;
  border-top: 2px solid #e5e5e5;
}
@media all and (min-width: 1024px) {
  #category-page #topics-side-bar,
  #section-page #topics-side-bar {
    display: block;
  }
}
#category-page #topics-side-bar .cat-title,
#section-page #topics-side-bar .cat-title {
  color: #000000;
}

#category-page #category-list,
#section-page #category-list {
  padding-top: 0px;
  min-height: 410px;
}

#category-page #filter-area,
#section-page #filter-area {
  color: #000000;
  padding-top: 12%;
  padding-bottom: 20px;
}
#category-page #filter-area #filter .cta,
#section-page #filter-area #filter .cta {
  display: inline-block;
  float: none;
  clear: both;
  width: auto;
  min-width: 35%;
  margin: 0px;
  cursor: pointer;
}
#category-page #filter-area #filter .cta .icon,
#section-page #filter-area #filter .cta .icon {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 20px;
}
#category-page #filter-area #filter .cta .icon.icon-filter,
#section-page #filter-area #filter .cta .icon.icon-filter {
  font-size: 16px;
  top: 20px;
  right: 20px;
}
#category-page #filter-area #filter .cta .icon.icon-close2,
#section-page #filter-area #filter .cta .icon.icon-close2 {
  display: none;
}
#category-page #filter-area #filter .cta.filtered,
#section-page #filter-area #filter .cta.filtered {
  background-color: #a5cc00;
  color: #ffffff;
  border: 1px solid #a5cc00;
}
#category-page #filter-area #filter .cta.filtered .icon.icon-close2,
#section-page #filter-area #filter .cta.filtered .icon.icon-close2 {
  display: block;
}
#category-page #filter-area #filter .cta.filtered .icon.icon-filter,
#section-page #filter-area #filter .cta.filtered .icon.icon-filter {
  display: none;
}

#hello-page #hero-hello {
  position: relative;
  height: 0;
  padding: 0 5% 56.25%;
  min-height: 0;
}

#hello-page #hero-hello #play-btn {
  display: none;
  width: 50px;
  height: 50px;
  background: var(--color-primary-500);
  border-radius: 50%;
  z-index: 10;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) scale(1, 1);
  -ms-transform: translate(-50%, 0%) scale(1, 1);
  transform: translate(-50%, 0%) scale(1, 1);
  -webkit-transition: all 222ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: all 222ms cubic-bezier(0.666, 0, 0.333, 1);
}
@media all and (min-width: 1024px) {
  #hello-page #hero-hello #play-btn {
    display: block;
  }
}
#hello-page #hero-hello #play-btn:hover {
  cursor: pointer;
  -webkit-transform: translate(-50%, 0%) scale(1.1, 1.1);
  -ms-transform: translate(-50%, 0%) scale(1.1, 1.1);
  transform: translate(-50%, 0%) scale(1.1, 1.1);
}
#hello-page #hero-hello #play-btn::before {
  display: block;
  content: '';
  height: 0;
  width: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid var(--color-white);
  position: absolute;
  left: 17px;
  top: 12px;
}

#hello-page #hero-hello #video-con {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#hello-page #hero-hello #video-con #video-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#hello-page #hero-hello #video-con #video-wrap #video-poster {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/video-poster.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (min-width: 1024px) {
  #hello-page #hero-hello #video-con #video-wrap #video-poster {
    display: block;
  }
}
#hello-page #hero-hello #video-con #video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hello-page .hello-sec .title-area {
  margin: 0px 0px 40px;
}

#hello-page .hello-sec .article-body .huge-text {
  margin-bottom: 60px;
  font-size: 35px;
}
@media all and (min-width: 760px) {
  #hello-page .hello-sec .article-body .huge-text {
    font-size: 65px;
  }
}
@media all and (min-width: 1024px) {
  #hello-page .hello-sec .article-body .huge-text {
    font-size: 96px;
  }
}

#hello-page .hello-sec .article-body .copy {
  max-width: 1024px;
  margin-bottom: 160px;
}
@media all and (min-width: 1024px) {
  #hello-page .hello-sec .article-body .copy .column {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
}
#hello-page .hello-sec .article-body .copy p {
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 760px) {
  #hello-page .hello-sec .article-body .copy p {
    font-size: 18px;
    line-height: 26px;
  }
}
#hello-page .hello-sec .article-body .copy p:first-child {
  margin-top: 0px;
}

#hello-page .hello-sec .article-body .cta {
  float: none;
}

#hello-page #top-cta {
  padding: 2%;
  text-align: center;
}
#hello-page #top-cta .sec-inner {
  width: 90%;
}
#hello-page #top-cta .sec-inner .article-body .cta {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}
#hello-page #top-cta .sec-inner .article-body .huge-text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
}
@media all and (min-width: 760px) {
  #hello-page #top-cta .sec-inner .article-body .huge-text {
    font-size: 25px;
  }
}
@media all and (min-width: 1024px) {
  #hello-page #top-cta .sec-inner .article-body .huge-text {
    font-size: 35px;
  }
}
@media all and (min-width: 1280px) {
  #hello-page #top-cta .sec-inner .article-body .huge-text {
    font-size: 45px;
  }
}

#hello-page #hello-sec-1 {
  background-image: url('../images/surfer.jpg');
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

#hello-page .photo-grid {
  background: #222222;
}
#hello-page .photo-grid .photo-grid-con {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec {
  position: relative;
  display: block;
  height: 1200px;
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 1024px) {
  #hello-page .photo-grid .photo-grid-con .top-photo-sec,
  #hello-page .photo-grid .photo-grid-con .mid-photo-sec,
  #hello-page .photo-grid .photo-grid-con .bot-photo-sec {
    height: 100vh;
  }
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media all and (min-width: 1024px) {
  #hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con,
  #hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con,
  #hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con {
    position: absolute;
    width: 50%;
    height: 100%;
  }
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con .blurb,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con .blurb,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con .blurb {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10%;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con .blurb h2,
#hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con .blurb h4,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con .blurb h2,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con .blurb h4,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con .blurb h2,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con .blurb h4 {
  color: #ffffff;
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con .blurb h2,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con .blurb h2,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con .blurb h2 {
  font-size: 16px;
}
@media all and (min-width: 760px) {
  #hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con .blurb h2,
  #hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con .blurb h2,
  #hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con .blurb h2 {
    font-size: 22px;
  }
}
@media all and (min-width: 1280px) {
  #hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con .blurb h2,
  #hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con .blurb h2,
  #hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con .blurb h2 {
    font-size: 32px;
  }
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con .blurb h4,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con .blurb h4,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con .blurb h4 {
  display: block;
  margin-top: 20px;
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con .half-half,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con .half-half,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con .half-half {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media all and (min-width: 1024px) {
  #hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con .half-half,
  #hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con .half-half,
  #hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con .half-half {
    position: absolute;
    height: 50%;
  }
}
#hello-page
  .photo-grid
  .photo-grid-con
  .top-photo-sec
  .image-con
  .half-half
  img,
#hello-page
  .photo-grid
  .photo-grid-con
  .mid-photo-sec
  .image-con
  .half-half
  img,
#hello-page
  .photo-grid
  .photo-grid-con
  .bot-photo-sec
  .image-con
  .half-half
  img {
  width: 100%;
  height: auto;
}
#hello-page
  .photo-grid
  .photo-grid-con
  .top-photo-sec
  .image-con
  .half-half.top,
#hello-page
  .photo-grid
  .photo-grid-con
  .mid-photo-sec
  .image-con
  .half-half.top,
#hello-page
  .photo-grid
  .photo-grid-con
  .bot-photo-sec
  .image-con
  .half-half.top {
  top: 0;
}
#hello-page
  .photo-grid
  .photo-grid-con
  .top-photo-sec
  .image-con
  .half-half.bot,
#hello-page
  .photo-grid
  .photo-grid-con
  .mid-photo-sec
  .image-con
  .half-half.bot,
#hello-page
  .photo-grid
  .photo-grid-con
  .bot-photo-sec
  .image-con
  .half-half.bot {
  bottom: 0;
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con.right,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con.right,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con.right {
  left: 0%;
}
@media all and (min-width: 1024px) {
  #hello-page .photo-grid .photo-grid-con .top-photo-sec .image-con.right,
  #hello-page .photo-grid .photo-grid-con .mid-photo-sec .image-con.right,
  #hello-page .photo-grid .photo-grid-con .bot-photo-sec .image-con.right {
    left: 50%;
  }
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec .dbl-img,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec .dbl-img,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec .dbl-img {
  height: 800px;
}
@media all and (min-width: 1024px) {
  #hello-page .photo-grid .photo-grid-con .top-photo-sec .dbl-img,
  #hello-page .photo-grid .photo-grid-con .mid-photo-sec .dbl-img,
  #hello-page .photo-grid .photo-grid-con .bot-photo-sec .dbl-img {
    height: 100%;
  }
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec #box-1,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec #box-1,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec #box-1 {
  background-image: url('../images/mousetrap.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec #box-3,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec #box-3,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec #box-3 {
  background-image: url('../images/girl.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec #box-4,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec #box-4,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec #box-4 {
  background-image: url('../images/hand.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec #box-6,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec #box-6,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec #box-6 {
  background-image: url('../images/road.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec #box-7,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec #box-7,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec #box-7 {
  background-image: url('../images/camera.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec #box-9,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec #box-9,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec #box-9 {
  background-image: url('../images/night.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#hello-page .photo-grid .photo-grid-con .top-photo-sec .tall img,
#hello-page .photo-grid .photo-grid-con .mid-photo-sec .tall img,
#hello-page .photo-grid .photo-grid-con .bot-photo-sec .tall img {
  left: -50%;
}

#hello-page #hello-sec-2 {
  background-image: url('../images/beach.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#hello-page #hello-sec-2 .cat-title,
#hello-page #hello-sec-2 .article-body {
  color: #ffffff;
}
#hello-page #hello-sec-2 .cat-title .copy,
#hello-page #hello-sec-2 .article-body .copy {
  margin-bottom: 0px;
}
#hello-page #hello-sec-2 .cat-title .copy p,
#hello-page #hello-sec-2 .article-body .copy p {
  color: #ffffff;
}

#hello-page #hello-sec-3,
#hello-page #top-cta {
  background: #222222;
}
#hello-page #hello-sec-3 .cat-title,
#hello-page #hello-sec-3 .article-body,
#hello-page #hello-sec-3 p,
#hello-page #top-cta .cat-title,
#hello-page #top-cta .article-body,
#hello-page #top-cta p {
  color: #ffffff;
}

#hello-page #hello-sec-3 {
  padding: 5% 5%;
}
#hello-page #hello-sec-3 .huge-text {
  margin-bottom: 20px;
}
#hello-page #hello-sec-3 .copy {
  margin-bottom: 100px;
}
#hello-page #hello-sec-3 .cta {
  font-weight: bold;
}

#about-page #hero-about .bgImg {
  background-image: url('../images/about-header.jpg');
  background-position: center center;
  background-size: cover;
}

#mapbox-page #hero-mapbox img {
  width: 100%;
  max-width: 680px;
}

#mapbox-page #hero-mapbox .bgImg {
  background-image: url('../images/about-header.jpg');
  background-position: center center;
  background-size: cover;
}

#careers-page #hero-careers .bgImg {
  background-image: url('../images/careers-header.jpg');
  background-position: center center;
  background-size: cover;
}

#careers-page #careers-content p {
  font-size: 22px;
  line-height: 35px;
}

#careers-page #culture-header {
  padding-bottom: 46%;
  background-image: url('../images/culture-header.jpg');
  background-position: center center;
  background-size: cover;
}

#press-page #hero-press {
  height: 70vh;
}
#press-page #hero-press .bgImg {
  background-image: url('../images/press-header.jpg');
  background-position: center center;
  background-size: cover;
}

#press-page #brand-guidelines {
  padding-top: 0;
}

#press-page #our-story-content p {
  font-size: 22px;
  line-height: 35px;
}

#press-page #our-story-content .feature-list {
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  #press-page #our-story-content .feature-list {
    margin: 50px 0;
  }
}

#press-page #our-story-content ul.two-column {
  width: 100%;
}
@media all and (min-width: 1280px) {
  #press-page #our-story-content ul.two-column {
    float: left;
    width: 50%;
  }
}

#press-page #our-story-content ul li {
  margin-bottom: 30px;
  height: 45px;
  list-style-type: none;
  min-width: 320px;
}
#press-page #our-story-content ul li:first-child {
  margin-top: 10px;
}
@media all and (min-width: 1280px) {
  #press-page #our-story-content ul li:first-child {
    margin-top: 30px;
  }
}
#press-page #our-story-content ul li .number,
#press-page #our-story-content ul li .icon,
#press-page #our-story-content ul li .text {
  float: left;
}
#press-page #our-story-content ul li .number {
  height: 100%;
  margin: 0 10px 0 4px;
  width: 30px;
  line-height: 40px;
  font-size: 30px;
  border-right: 2px solid #222222;
}
@media all and (min-width: 1280px) {
  #press-page #our-story-content ul li .number {
    margin: 0 20px 0 0;
    width: 35px;
  }
}
#press-page #our-story-content ul li .icon {
  width: auto;
  height: 100%;
}
#press-page #our-story-content ul li .icon img {
  margin: 7px 0;
  height: 70%;
}
#press-page #our-story-content ul li .text {
  margin: 0 10px;
}
@media all and (min-width: 1280px) {
  #press-page #our-story-content ul li .text {
    margin: 0 0 0 20px;
  }
}
#press-page #our-story-content ul li .text .cat-title,
#press-page #our-story-content ul li .text h3 {
  margin: 0;
}
#press-page #our-story-content ul li .text .cat-title {
  font-size: 12px;
}
#press-page #our-story-content ul li .text h3 {
  font-size: 18px;
  font-weight: bolder;
}

#press-page #our-team {
  background-image: url('../images/boots.jpg');
  background-position: center center;
  background-size: cover;
}
#press-page #our-team .sec-inner #download-kit {
  text-transform: none;
}

#press-page #press-content .article-thumb-con {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  background-color: #222222;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
#press-page #press-content .article-thumb-con .article-thumb,
#press-page #press-content .article-thumb-con .article-thumb-color {
  position: absolute;
  width: 100%;
  padding-bottom: 60%;
  background-color: #222222;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
#press-page #press-content .article-thumb-con .article-thumb-color {
  opacity: 0;
  -webkit-transition: all 222ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: all 222ms cubic-bezier(0.666, 0, 0.333, 1);
}
#press-page #press-content .article-thumb-con:hover .article-thumb-color {
  opacity: 1;
}

#press-page #press-content h2 {
  font-size: 20px;
  font-weight: 700;
}

#contact-page #hero-contact {
  height: 44vh;
}
#contact-page #hero-contact .bgImg {
  background-image: url('../hello/images/cx/contact-header.jpg');
  background-position: center center;
  background-size: cover;
}
@media all and (min-width: 760px) {
  #contact-page #hero-contact {
    height: 34vh;
  }
}

#contact-page #contact-content form {
  position: relative;
  margin: 30px auto;
}
#contact-page #contact-content form #submit {
  display: none;
}
#contact-page #contact-content form p {
  margin-bottom: 8px;
}
#contact-page #contact-content form span {
  position: absolute;
  z-index: 1;
  top: 19px;
  left: 21px;
}
#contact-page #contact-content form input {
  display: block;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 5px;
  background: none;
  color: #222222;
  -webkit-appearance: none;
  -webkit-transition: all 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#contact-page #contact-content form input:focus {
  border: 1px solid #222222;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#contact-page #contact-content form select {
  display: block;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 5px;
  background: none;
  color: #222222;
  -webkit-appearance: none;
  -webkit-transition: all 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#contact-page #contact-content form select:focus {
  border: 1px solid #222222;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#contact-page #contact-content form input.form-btn {
  float: left;
  margin: 0 10px;
  padding: 20px 24px;
  width: 130px;
  height: 60px;
  outline: 0;
  border-radius: 50px;
  border-width: 1px;
  border-color: #222222;
  border-style: solid;
  background: none;
}
#contact-page #contact-content form input.form-btn.highlight {
  border-color: #a5cc00;
  background: #a5cc00;
  color: #ffffff;
}
#contact-page #contact-content form input.error {
  border-color: #ff5722;
}
#contact-page #contact-content form input.error::-webkit-input-placeholder {
  color: #ff5722;
}
#contact-page #contact-content form textarea {
  position: relative;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: all 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#contact-page #contact-content form textarea:focus {
  border: 1px solid #222222;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#contact-page #contact-content form input[type='file'] {
  height: auto;
  padding-bottom: 22px;
  padding-top: 22px;
}
#contact-page #contact-content form #button-pair-con {
  margin-top: 20px;
  padding-top: 40px;
}
#contact-page #contact-content form #button-pair-con #button-pair {
  margin: 0 auto;
  width: 149px;
}
#contact-page #contact-content form #fields {
  position: relative;
  height: 0px;
  background-image: url('../hello/images/cx/loader.gif');
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: height 333ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: height 333ms cubic-bezier(0.666, 0, 0.333, 1);
}
#contact-page #contact-content form #fields.loading {
  height: 150px;
  background-image: url('../hello/images/cx/loader.gif');
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
#contact-page #contact-content form #fields.loaded {
  background: none;
  height: auto;
}

#filter-overlay {
  position: absolute;
  top: 0px;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 999;
}
#filter-overlay #filter-overlay-background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: all 666ms cubic-bezier(0.666, 0, 0.333, 1);
}
#filter-overlay #filter-content {
  position: fixed;
  top: 20%;
  left: -9999px;
  opacity: 0;
  height: 50%;
  overflow: scroll;
  -webkit-transition: top 666ms cubic-bezier(0.666, 0, 0.333, 1), opacity 666ms;
  transition: top 666ms cubic-bezier(0.666, 0, 0.333, 1), opacity 666ms;
  -webkit-transition-delay: 150ms, 300ms;
  transition-delay: 150ms, 300ms;
}
#filter-overlay #filter-content h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
#filter-overlay #filter-content .filter {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 65px;
  font-weight: 100;
  cursor: pointer;
}
#filter-overlay #filter-content .filter:hover {
  color: #a9a9a9;
}
#filter-overlay #filter-content .filter:first-child {
  padding-top: 8%;
}

#filter-overlay.open {
  left: 0px;
}
#filter-overlay.open #filter-overlay-background {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
}
#filter-overlay.open #filter-content {
  top: 0%;
  left: 53%;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#filter-overlay.close {
  left: 0px;
}
#filter-overlay.close #filter-overlay-background {
  position: fixed;
  background-color: transparent;
}
#filter-overlay.close #filter-content {
  top: 20%;
  opacity: 0;
}

#modal {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
}
#modal #modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: transparent;
  -webkit-transition: all 333ms;
  transition: all 333ms;
  cursor: pointer;
}
#modal #modal-content {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  max-width: 350px;
  height: 0%;
  max-height: 550px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: all 666ms cubic-bezier(0.666, 0, 0.333, 1);
  -webkit-transition-delay: 333ms;
  transition-delay: 333ms;
}
@media all and (min-width: 1024px) {
  #modal #modal-content {
    overflow: hidden;
  }
}
#modal #modal-content #modal-window {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}

#modal.show #modal-bg {
  background: rgba(0, 0, 0, 0.8);
}

#modal.show #modal-content {
  height: 10%;
}

#modal.ready #modal-bg {
  background: rgba(0, 0, 0, 0.8);
}

#modal.ready #modal-content {
  height: 80%;
  opacity: 1;
}

#modal.close #modal-bg {
  background: transparent;
  -webkit-transition-delay: 666ms;
  transition-delay: 666ms;
}

#modal.close #modal-content {
  height: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
