/*
 * Theme Name: Vallant Hooker & Partners
 * Description: Brochure Site for VHP
 * Author: Beans & Rice
 * Version: 1.0
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

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

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.grid > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-grow: 4;
  -moz-flex-grow: 4;
  flex-grow: 4;
  -ms-flex-positive: 4;
  padding-left: 1rem;
  padding-right: 1rem; }
  .grid > *.column--light {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    flex-grow: 2;
    -ms-flex-positive: 2; }
  .grid > *.column--heavy {
    -webkit-flex-grow: 8;
    -moz-flex-grow: 8;
    flex-grow: 8;
    -ms-flex-positive: 8; }

@media screen and (max-width: 800px) {
  .grid {
    display: block; }

  .grid > * {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 1024px) {
  .grid__large {
    display: block; }

  .grid__large > * {
    padding-left: 0;
    padding-right: 0; } }
footer {
  background-color: #252528;
  padding: 4rem 0 !important;
  text-align: center; }
  footer .copyright {
    color: rgba(255, 255, 255, 0.4);
    display: block;
    margin: 2rem 0 0; }
    footer .copyright a {
      color: #fff; }
  footer .logo {
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    float: none; }
    footer .logo svg .logo-inner {
      fill: #fff; }
    footer .logo:hover {
      background-color: #252528;
      border: solid 2px #fff; }
      footer .logo:hover svg .logo-inner {
        fill: #fff; }
      footer .logo:hover:after {
        color: #fff;
        -webkit-transform: translateY(-50%) translateX(-2rem);
        -moz-transform: translateY(-50%) translateX(-2rem);
        -ms-transform: translateY(-50%) translateX(-2rem);
        -o-transform: translateY(-50%) translateX(-2rem);
        transform: translateY(-50%) translateX(-2rem); }
    @media screen and (max-width: 800px) {
      footer .logo {
        display: none; } }
  footer .nav-main {
    float: none;
    text-align: center;
    width: 100%; }
    footer .nav-main li a {
      color: #fff;
      padding: 2.5rem 2rem 0; }
      footer .nav-main li a:hover {
        color: #007aff; }
    footer .nav-main li:first-child a {
      padding-left: 0; }
    @media screen and (max-width: 800px) {
      footer .nav-main li {
        text-align: center; }
        footer .nav-main li a {
          padding: 1rem 0; } }
    footer .nav-main .dropdown-menu {
      display: none !important; }
  footer .terms-of-engagement {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 2rem auto;
    max-width: 350px;
    overflow: hidden;
    padding: 1.5rem 2rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    footer .terms-of-engagement:hover {
      background-color: #fff;
      color: #007aff; }

#hamburger {
  cursor: pointer;
  display: none;
  height: 30px;
  margin: 0;
  padding: 20px 10px;
  position: absolute;
  margin: 0;
  right: 2rem;
  top: 0.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 30px; }
  #hamburger span,
  #hamburger span:after,
  #hamburger span:before {
    background: #000;
    border-radius: 1px;
    content: '';
    cursor: pointer;
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 30px; }
  #hamburger span:after {
    bottom: -8px; }
  #hamburger span:before {
    top: -8px; }
  #hamburger.close-nav span {
    background-color: transparent !important; }
  #hamburger.close-nav span:after,
  #hamburger.close-nav span:before {
    top: 0; }
  #hamburger.close-nav span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #hamburger.close-nav span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media screen and (max-width: 800px) {
    #hamburger {
      display: block; } }

header {
  background-color: rgba(255, 255, 255, 0.97);
  left: 0;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  width: 100%;
  z-index: 10; }
  header.add-shadow {
    box-shadow: 0 30px 120px -20px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 800px) {
    header {
      padding: 2rem 0;
      position: static; }
      header .nav-main {
        display: none; } }

.home header {
  box-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }
  .home header.push {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  @media screen and (max-width: 1024px) {
    .home header {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); } }
.home main {
  margin-top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  .home main.push {
    margin-top: 99px; }

.logo {
  background-color: #252528;
  border-radius: 50%;
  display: block;
  float: left;
  height: 65px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 65px; }
  .logo svg {
    height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%; }
    .logo svg .logo-inner {
      fill: #fff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
  .logo:hover {
    background-color: transparent;
    border: solid 2px #252528; }
    .logo:hover svg .logo-inner {
      fill: #252528; }
  .logo:after {
    color: #000;
    content: 'Vallant Hooker & Partners';
    left: calc(100% + 1rem);
    opacity: 0;
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%) translateX(-80px);
    -moz-transform: translateY(-50%) translateX(-80px);
    -ms-transform: translateY(-50%) translateX(-80px);
    -o-transform: translateY(-50%) translateX(-80px);
    transform: translateY(-50%) translateX(-80px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    width: 300px;
    z-index: -1; }
  .logo:hover:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0); }
  @media screen and (max-width: 800px) {
    .logo {
      float: none;
      height: 60px;
      width: 60px; } }

.nav-main {
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  width: calc(100% - 75px); }
  .nav-main li {
    display: inline-block;
    position: relative; }
    .nav-main li a {
      color: #000;
      display: block;
      letter-spacing: 0.5px;
      padding: 1.75rem;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .nav-main li a.btn {
        box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.25);
        padding: 0.75rem 2rem; }
    .nav-main li .dropdown-menu li a {
      font-weight: 400; }
    .nav-main li:hover .dropdown-menu {
      display: block; }
    .nav-main li.current_page_item > a {
      color: #007aff; }
  .nav-main .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200px; }
    .nav-main .dropdown-menu li {
      display: block; }
      .nav-main .dropdown-menu li a {
        display: block;
        overflow: hidden;
        padding: 0.5rem 1.5rem;
        position: relative; }
        .nav-main .dropdown-menu li a:hover {
          background-color: #f8f8f8;
 }
  @media screen and (max-width: 800px) {
    .nav-main {
      float: none;
      text-align: center;
      width: 100%; }
      .nav-main li {
        display: block; } }

.nav-mobile {
  display: none;
  margin: 2rem 0 -2rem -2rem;
  width: calc(100% + 4rem); }
  .nav-mobile li {
    display: block;
    line-height: 2; }
    .nav-mobile li a {
      border-bottom: solid 1px #eee;
      color: #000;
      display: block;
      letter-spacing: 2px;
      overflow: hidden;
      padding: 0.75rem 2rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase; }
      .nav-mobile li a:focus {
        background-color: #f8f8f8; }
    .nav-mobile li:last-child a {
      border: none; }
  .nav-mobile ul {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    display: none !important;
    margin: 0;
    padding: 0; }
    .nav-mobile ul li {
      display: block; }
      .nav-mobile ul li a {
        padding: 0.75rem 4rem; }

.nav-mobile ul.dropdown-menu {
  display: block!important;
}

@font-face {
  font-family: "Circular";
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/circular/circular-book.woff") format("woff"), url("assets/fonts/circular/circular-book.ttf") format("truetype"); }
@font-face {
  font-family: "Circular";
  font-weight: normal;
  font-style: italic;
  src: url("assets/fonts/circular/circular-bookitalic.woff") format("woff"), url("assets/fonts/circular/circular-bookitalic.ttf") format("truetype"); }
@font-face {
  font-family: "Circular";
  font-weight: 500;
  font-style: normal;
  src: url("assets/fonts/circular/circular-medium.woff") format("woff"), url("assets/fonts/circular/circular-medium.ttf") format("truetype"); }
@font-face {
  font-family: "Circular";
  font-weight: 500;
  font-style: italic;
  src: url("assets/fonts/circular/circular-mediumitalic.woff") format("woff"), url("assets/fonts/circular/circular-mediumitalic.ttf") format("truetype"); }
@font-face {
  font-family: "Circular";
  font-weight: bold;
  font-style: normal;
  src: url("assets/fonts/circular/circular-bold.woff") format("woff"), url("assets/fonts/circular/circular-bold.ttf") format("truetype"); }
@font-face {
  font-family: "Circular";
  font-weight: bold;
  font-style: italic;
  src: url("assets/fonts/circular/circular-bolditalic.woff") format("woff"), url("assets/fonts/circular/circular-bolditalic.ttf") format("truetype"); }
@font-face {
  font-family: "Circular";
  font-weight: 800;
  font-style: normal;
  src: url("assets/fonts/circular/circular-black.woff") format("woff"), url("assets/fonts/circular/circular-black.ttf") format("truetype"); }
@font-face {
  font-family: "Circular";
  font-weight: 800;
  font-style: italic;
  src: url("assets/fonts/circular/circular-blackitalic.woff") format("woff"), url("assets/fonts/circular/circular-blackitalic.ttf") format("truetype"); }
html,
body {
  color: #252528;
  font-family: "Circular", "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.6; }

h1 {
  font-size: 2.75rem;
  font-weight: 300;
  margin: 0 0 4rem; }
  @media screen and (max-width: 800px) {
    h1 {
      font-size: 2.5rem; } }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 2.25rem; } }

h2 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 2rem; }

h3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 2rem; }
  @media screen and (max-width: 480px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.75;
  margin: 0 0 2rem; }

h5 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 0 2rem; }

h6 {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 2;
  margin: 0 0 2rem; }

p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  margin: 0 0 2rem; }
  p b,
  p strong {
    font-weight: bold; }

ul,
ol {
  margin: 0 0 2rem; }
  ul li,
  ol li {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 2; }

::-moz-selection {
  background-color: #252528;
  color: #fff; }

::selection {
  background-color: #252528;
  color: #fff; }

a {
  color: #007aff; }

.appear,
.footer,
main {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(4rem);
  -moz-transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  -o-transform: translateY(4rem);
  transform: translateY(4rem); }
  .appear.ready,
  .footer.ready,
  main.ready {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.animate {
  -webkit-animation: ripple 0.3s linear;
  -moz-animation: ripple 0.3s linear;
  animation: ripple 0.3s linear; }

.article-header {
  padding: 8rem 0 4rem; }
  .article-header h5 span {
    margin-right: 0.5rem; }
  @media screen and (max-width: 800px) {
    .article-header {
      padding: 4rem 0; } }

.box {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 0 4rem;
  padding: 4rem;
  text-decoration: none; }
  .box h4,
  .box h5 {
    display: inline-block; }
  .box h5 {
    color: #000;
    float: right; }
  .box p {
    color: #000;
    margin: 0; }
  .box:first-of-type {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  @media screen and (max-width: 1200px) {
    .box {
      margin: 0 0 2rem;
      padding: 2rem; }
      .box h5 {
        margin: 0 0 2rem; }
      .box:first-of-type {
        margin: 4rem 0 2rem; } }
  @media screen and (max-width: 800px) {
    .box {
      margin: 0 0 2rem -2rem !important;
      width: calc(100% + 4rem); } }

.btn {
  border-radius: 5px;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 1.25rem 2.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .btn.primary-btn {
    background-color: #007aff;
    border: solid 2px #007aff;
    color: #fff; }
    .btn.primary-btn:hover {
      background-color: #fff;
      box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.1);
      border: solid 2px #fff;
      color: #007aff; }
  .btn.secondary-btn {
    border: 2px solid #007aff;
    color: #007aff; }
    .btn.secondary-btn:hover {
      background-color: #007aff;
      border: 2px solid #007aff;
      color: #fff; }
  .btn:nth-of-type(2) {
    margin-left: 1rem; }
  @media screen and (max-width: 800px) {
    .btn {
      display: block;
      margin: 0 0 1rem !important; } }

.categories {
  background-color: #252528;
  text-align: center; }
  .categories ul {
    margin: 0;
    padding: 0; }
    .categories ul li {
      display: inline-block; }
      .categories ul li a {
        color: #fff;
        display: block;
        margin-bottom: -6px;
        overflow: hidden;
        padding: 2rem 1rem;
        position: relative;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        .categories ul li a:hover {
          background-color: rgba(255, 255, 255, 0.1); }
  @media screen and (max-width: 800px) {
    .categories {
      -webkit-overflow-scrolling: touch;
      overflow: scroll;
      white-space: nowrap; }
      .categories ul li a {
        overflow: none; } }

.close {
  color: #000;
  font-size: 2rem;
  position: absolute;
  right: 3rem;
  text-decoration: none;
  top: 2rem;
  z-index: 20; }

.contact-featured-image {
  background-color: red;
  display: block;
  height: 400px;
  margin: 0 0 -4rem;
  width: 100%; }

.cta {
  background-color: #f8f8f9;
  margin-top: 4rem;
  overflow: hidden;
  padding: 8rem 0; }
  .cta .btn.primary-btn {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-color: #fff;
    color: #007aff; }
    .cta .btn.primary-btn:hover {
      background-color: #007aff;
      border-color: #007aff;
      color: #fff; }
  @media screen and (max-width: 800px) {
    .cta {
      margin: 0;
      padding: 6rem 0; } }

.error {
  padding: 12rem 0; }

.hero {
  overflow: hidden;
  position: relative; }
  .hero .hero-pagination {
    background-color: rgba(255, 255, 255, 0.2);
    bottom: 2rem;
    border-radius: 25px;
    padding: 0.25rem 0;
    position: absolute;
    right: 2rem;
    z-index: 50; }
    .hero .hero-pagination .swiper-pagination-bullet {
      margin: 0 10px; }
      .hero .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #007aff; }
    @media screen and (max-width: 1024px) {
      .hero .hero-pagination {
        bottom: calc(100% - 4rem);
        left: 0;
        right: 0; } }
  .hero .swiper-slide {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    max-height: calc(100vh - 100px); }
    .hero .swiper-slide h1 {
      margin: 2rem 0 4rem; }
    .hero .swiper-slide .slide-image {
      display: block;
      height: 600px;
      width: 100%; }
    .hero .swiper-slide.main {
      height: 100vh;
      max-height: none;
      position: relative;
      padding: 0; }
      .hero .swiper-slide.main .overlay {
        -webkit-animation: fadeout 3s linear forwards;
        -moz-animation: fadeout 3s linear forwards;
        animation: fadeout 3s linear forwards;
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        animation-delay: 3s;
        background-color: #252528;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
@-webkit-keyframes fadeout {
  to {
    opacity: 0; } }
@-moz-keyframes fadeout {
  to {
    opacity: 0; } }
@keyframes fadeout {
  to {
    opacity: 0; } }
      .hero .swiper-slide.main svg {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
        .hero .swiper-slide.main svg #lamp-logo-inner {
          -webkit-animation: inner 3s linear forwards;
          -moz-animation: inner 3s linear forwards;
          animation: inner 3s linear forwards;
          -webkit-animation-delay: 5s;
          -moz-animation-delay: 5s;
          animation-delay: 5s;
          stroke-dasharray: 5000;
          stroke-dashoffset: 5000; }
@-webkit-keyframes inner {
  to {
    stroke-dashoffset: 0; } }
@-moz-keyframes inner {
  to {
    stroke-dashoffset: 0; } }
@keyframes inner {
  to {
    stroke-dashoffset: 0; } }
        .hero .swiper-slide.main svg #lamp-logo-outer {
          -webkit-animation: outer 1.8s linear forwards;
          -moz-animation: outer 1.8s linear forwards;
          animation: outer 1.8s linear forwards;
          -webkit-animation-delay: 5s;
          -moz-animation-delay: 5s;
          animation-delay: 5s;
          stroke-dasharray: 2000;
          stroke-dashoffset: 2000; }
@-webkit-keyframes outer {
  to {
    stroke-dashoffset: 0; } }
@-moz-keyframes outer {
  to {
    stroke-dashoffset: 0; } }
@keyframes outer {
  to {
    stroke-dashoffset: 0; } }
        .hero .swiper-slide.main svg #lamp-landscape {
          -webkit-animation: landscape 10s linear forwards;
          -moz-animation: landscape 10s linear forwards;
          animation: landscape 10s linear forwards;
          stroke-dasharray: 7500;
          stroke-dashoffset: 9250; }
@-webkit-keyframes landscape {
  50% {
    opacity: 1;
    stroke-dashoffset: 0; }
  100% {
    opacity: 0;
    stroke-dashoffset: 0; } }
@-moz-keyframes landscape {
  50% {
    opacity: 1;
    stroke-dashoffset: 0; }
  100% {
    opacity: 0;
    stroke-dashoffset: 0; } }
@keyframes landscape {
  50% {
    opacity: 1;
    stroke-dashoffset: 0; }
  100% {
    opacity: 0;
    stroke-dashoffset: 0; } }
  @media screen and (max-width: 1024px) {
    .hero {
      max-height: none; }
      .hero .swiper-slide {
        background: #f8f8f8 !important;
        background-size: cover;
        padding: 8rem 0; }
        .hero .swiper-slide .slide-image {
          display: none; }
        .hero .swiper-slide.main {
          display: none; }
        .hero .swiper-slide .wrapper {
          text-align: left !important; } }

main {
  margin-top: 99px; }
  @media screen and (max-width: 800px) {
    main {
      margin: 0; } }

.services .service-child {
  padding: 2rem 0; }
  .services .service-child .preview {
    padding: 4rem; }
    .services .service-child .preview .icon {
      height: 30px;
      margin: 0 0 0.75rem;
      width: 30px; }
    .services .service-child .preview p {
      margin: 0 0 4rem; }
  .services .service-child:nth-child(odd) .preview {
    order: 2; }
  .services .service-child:nth-child(odd) .thumnail {
    order: 1; }
  .services .service-child:first-child {
    padding-top: 0; }
@media screen and (max-width: 800px) {
  .services .service-child .preview {
    padding: 1rem 0; } }

.services-list,
.services-list__home {
  position: relative;
  z-index: 6; }
  .services-list .inner-container h6,
  .services-list__home .inner-container h6 {
    color: #000;
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .services-list .inner-container .icon,
  .services-list__home .inner-container .icon {
    height: 30px;
    margin: 0 auto 0.75rem;
    width: 30px; }
  .services-list .service,
  .services-list__home .service {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .services-list .service:hover,
    .services-list__home .service:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  @media screen and (max-width: 800px) {
    .services-list .grid,
    .services-list__home .grid {
      -webkit-overflow-scrolling: touch;
      overflow: scroll;
      white-space: nowrap; }
    .services-list .inner-container,
    .services-list__home .inner-container {
      padding: 0; }
    .services-list .service,
    .services-list__home .service {
      display: inline-block;
      padding: 2rem 1rem; } }

.services-list {
  background-color: #252528; }
  .services-list .inner-container h6 {
    color: #fff;
    font-weight: 400; }

.services-list__home {
  margin: -5rem auto 4rem;
  z-index: 10; }
  .services-list__home .inner-container {
    background-color: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1); }
    .services-list__home .inner-container .service:hover {
      background-color: #f8f8f8; }
      .services-list__home .inner-container .service:hover h6 {
        color: #007aff; }
  @media screen and (max-width: 800px) {
    .services-list__home {
      border-bottom: solid 1px #eee;
      margin: 0; }
      .services-list__home .inner-container {
        box-shadow: none; } }

.share {
  margin: 4rem auto !important; }

.ripple {
  background: rgba(0, 122, 255, 0.5);
  border-radius: 100%;
  display: block;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.intro {
  padding: 8rem 0; }
  .intro h2 {
    margin: 0; }
  @media screen and (max-width: 800px) {
    .intro {
      padding: 4rem 0; }
      .intro h2 {
        font-size: 1.75rem; } }

.map {
  height: 400px;
  margin: 0 0 -6rem;
  width: 100%; }

.pagination {
  margin: 0 0 8rem;
  text-align: center; }
  .pagination .pages {
    margin: 0;
    padding: 0; }
    .pagination .pages li {
      display: inline-block; }
      .pagination .pages li span,
      .pagination .pages li a {
        background-color: #fff;
        border-radius: 5px;
        display: inline-block;
        font-weight: bold;
        padding: 0.35rem 1rem;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        .pagination .pages li span:hover,
        .pagination .pages li a:hover {
          background-color: #f8f8f8; }

.search-modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 15; }
  .search-modal form {
    margin: 0;
    padding: 0; }
    .search-modal form input {
      background: none;
      border: none;
      display: block;
      font-size: 3rem;
      font-weight: 300;
      left: 50%;
      max-width: 800px;
      padding: 2rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      .search-modal form input::-webkit-input-placeholder {
        color: #ddd; }
      .search-modal form input::-moz-placeholder {
        color: #ddd; }
      .search-modal form input:-moz-placeholder {
        color: #ddd; }
      .search-modal form input:-ms-input-placeholder {
        color: #ddd; }
      .search-modal form input:focus {
        outline: 0; }
  @media screen and (max-width: 800px) {
    .search-modal form input {
      font-size: 1.2rem; } }

/**
* Non alphabetical to coincide with the Search Modal animation
*
*/
.circle-bg {
  position: fixed;
  right: -100px;
  top: -100px;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  transition: 1.2s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100px;
  z-index: 14; }
  .circle-bg.active {
    transform: scale(75); }

.single-article,
.single-page,
.single-service {
  padding: 19rem 0 0;
  position: relative;
  z-index: 5; }
  .article-body h1{
    line-height: 1;
  }
  .single-article .article-body .article-categories,
  .single-page .article-body .article-categories,
  .single-service .article-body .article-categories {
    background-color: #fff;
    border-bottom: solid 1px #eee;
    box-shadow: none;
    margin: 0 auto;
    padding: 2rem 4rem; }
    .single-article .article-body .article-categories p,
    .single-page .article-body .article-categories p,
    .single-service .article-body .article-categories p {
      margin: 0; }
    @media screen and (max-width: 800px) {
      .single-article .article-body .article-categories,
      .single-page .article-body .article-categories,
      .single-service .article-body .article-categories {
        padding: 2rem; } }
  .single-article .article-body .inner-container,
  .single-page .article-body .inner-container,
  .single-service .article-body .inner-container {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 4rem; }
    .single-article .article-body .inner-container h4:first-of-type,
    .single-page .article-body .inner-container h4:first-of-type,
    .single-service .article-body .inner-container h4:first-of-type {
      color: #007aff; }
    .single-article .article-body .inner-container img:first-of-type,
    .single-page .article-body .inner-container img:first-of-type,
    .single-service .article-body .inner-container img:first-of-type {
      float: right;
      margin-right: 1rem;
      opacity: 0.25;
      width: 40px; }
  .single-article .article-body .relevant-case-studies,
  .single-page .article-body .relevant-case-studies,
  .single-service .article-body .relevant-case-studies {
    border-top: solid 1px #eee;
    margin: 4rem 0 -4rem -4rem;
    padding: 8rem 4rem;
    width: calc(100% + 8rem); }
    .single-article .article-body .relevant-case-studies h4,
    .single-page .article-body .relevant-case-studies h4,
    .single-service .article-body .relevant-case-studies h4 {
      margin: 0 0 3rem; }
    @media screen and (max-width: 800px) {
      .single-article .article-body .relevant-case-studies,
      .single-page .article-body .relevant-case-studies,
      .single-service .article-body .relevant-case-studies {
        margin-left: -2rem;
        padding: 4rem 0;
        width: calc(100% + 4rem); } }
  .single-article .article-body .relevant-team,
  .single-page .article-body .relevant-team,
  .single-service .article-body .relevant-team {
    background-color: #fff;
    margin: 6rem auto 0;
    padding: 2rem; }
    .single-article .article-body .relevant-team .team-member,
    .single-page .article-body .relevant-team .team-member,
    .single-service .article-body .relevant-team .team-member {
      color: #252528;
      max-width: 250px;
      text-decoration: none; }
      .single-article .article-body .relevant-team .team-member h5,
      .single-page .article-body .relevant-team .team-member h5,
      .single-service .article-body .relevant-team .team-member h5 {
        margin: 0; }
      .single-article .article-body .relevant-team .team-member .thumbnail,
      .single-page .article-body .relevant-team .team-member .thumbnail,
      .single-service .article-body .relevant-team .team-member .thumbnail {
        display: block;
        height: 200px;
        width: 100%; }
    @media screen and (max-width: 800px) {
      .single-article .article-body .relevant-team,
      .single-page .article-body .relevant-team,
      .single-service .article-body .relevant-team {
        margin: 4rem auto 0; } }
  .single-article .article-image,
  .single-page .article-image,
  .single-service .article-image {
    height: 75vh;
    left: 0;
    max-height: 650px;
    position: absolute;
    top: 0;
    width: 100%; }
  .single-article#post-7,
  .single-page#post-7,
  .single-service#post-7 {
    padding-top: 0; }
    .single-article#post-7 .inner-container,
    .single-page#post-7 .inner-container,
    .single-service#post-7 .inner-container {
      box-shadow: none;
      border: none; }
  .single-article#post-17,
  .single-page#post-17,
  .single-service#post-17 {
    padding-top: 4rem; }
    .single-article#post-17 .article-image,
    .single-page#post-17 .article-image,
    .single-service#post-17 .article-image {
      background: #f8f8f8 !important;
      max-height: 450px; }
    .single-article#post-17 .inner-container,
    .single-page#post-17 .inner-container,
    .single-service#post-17 .inner-container {
      margin: -12rem auto 0; }
    @media screen and (max-width: 1200px) {
      .single-article#post-17 .article-image,
      .single-page#post-17 .article-image,
      .single-service#post-17 .article-image {
        display: none; } }
  .single-article.no-pad,
  .single-page.no-pad,
  .single-service.no-pad {
    padding: 8rem 0 0; }
  @media screen and (max-width: 1200px) {
    .single-article,
    .single-page,
    .single-service {
      padding: 0; }
      .single-article .article-image,
      .single-page .article-image,
      .single-service .article-image {
        height: 300px;
        position: static; } }
  @media screen and (max-width: 800px) {
    .single-article .article-body .inner-container,
    .single-page .article-body .inner-container,
    .single-service .article-body .inner-container {
      padding: 4rem 2rem; } }

.single-team-member {
  padding: 8rem 0; }
  .single-team-member .bio {
    padding: 0 4rem; }

.team {
  margin: 0 0 4rem; 
padding:20px 20px 20px 7px;
}
  .team .inner-container {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important; }
    .team .inner-container h3 {
      display: block; }
    .team .inner-container .member {
      cursor: pointer;
      float: left;
      margin: 0 0.5rem;
      width: calc(25% - 1rem); 
      min-height: 380px;
    }
      .team .inner-container .member:hover h5{
        color: #007aff;
      }
      .team .inner-container .member h5 {
        margin: 0.5rem 0 0; }
      .team .inner-container .member p {
            line-height: 1.4;
        color: #a3a3a9; 
        margin-bottom: 20px;
      }
      .team .inner-container .member .thumbnail {
        display: block;
        height: 280px;
        width: 100%; }
      @media screen and (max-width: 800px) {
        .team .inner-container .member {
          width: 50%; } }
      @media screen and (max-width: 480px) {
        .team .inner-container .member {
          width: 100%; } }
  @media screen and (max-width: 800px) {
    .team {
      margin-top: 0; } }

.team-modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 16; }
  .team-modal .thumbnail{
    height: 500px;
  }
  .team-modal .wrapper {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
    .team-modal .wrapper .bio {
      padding: 0 4rem; }
      .team-modal .wrapper .bio .email {
        color: #000;
        display: inline-block;
        font-size: 1.5rem;
        margin: 0 0 2rem 2rem;
        text-decoration: none; }
      .team-modal .wrapper .bio h3 {
        display: inline-block; }
  @media screen and (max-width: 800px) {
    .team-modal .wrapper {
      height: 100%;
      -webkit-overflow-scrolling: touch;
      overflow: scroll; }
      .team-modal .wrapper .bio {
        padding: 0; }
      .team-modal .wrapper .thumbnail {
        height: 280px;
        margin: 2rem 0; } }

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

.to-top {
  border: solid 1px #eee;
  color: #000;
  display: inline-block;
  margin-left: auto;
  margin-top: 4rem;
  padding: 1rem 2rem;
  text-decoration: none;
  text-transform: uppercase; }
  @media screen and (max-width: 480px) {
    .to-top {
      display: block;
      text-align: center; } }
  .to-top:hover {
    background-color: #f8f8f8; }

.vertical {
  color: #a3a3a9;
  left: -8rem;
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg); }

.wpcf7-form {
  padding: 0 0 4rem;
  width: 100%; }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: solid 1px #ddd;
    display: block;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 1rem;
    width: 100%; }
    .wpcf7-form input[type="text"]:focus,
    .wpcf7-form input[type="email"]:focus,
    .wpcf7-form textarea:focus {
      outline: 0; }
  .wpcf7-form input[type="submit"] {
    cursor: pointer;
    border: none;
    margin: 2rem 0 0; }
    .wpcf7-form select{
      color: #252528;
      width: 100%;
      background-color: #fff;
      border-radius: 0;
      display: block;
      border: solid 1px #ddd;
          letter-spacing: 1px;
    padding: 1rem;
    height: 47px;
    }
  .wpcf7-form .wpcf7-response-output {
    border: none !important;
    font-weight: 300;
    text-align: center; }
  .wpcf7-form .wpcf7-not-valid-tip {
    color: #007aff;
    font-weight: 300; }
  @media screen and (max-width: 800px) {
    .wpcf7-form {
      margin: 0;
      padding: 0; } }

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  text-align: inherit; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .wrapper.wrapper__large {
    max-width: 1240px; }
  .wrapper.wrapper__small {
    max-width: 800px; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
    .scroll-downs {
    position: absolute;
    top: 140px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

    width :34px;
    height: 55px;
}
.mousey {
    width: 3px;
    padding: 10px 12px;
    height: 25px;
    border: 2px solid #262b30;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #262b30;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/*# sourceMappingURL=style.css.map */
