/*!

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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
     ========================================================================== */
/**
 * 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 */ }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* 

300, 
400/normal
500
*/
/* 0 -------- 767 |--------------- 1680 | ------------ */
.block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .block .row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1880px;
    padding: 120px 15px;
    margin: 0 auto; }
    .block .row:before, .block .row:after {
      content: ' ';
      display: block;
      clear: both; }
    .block .row .col {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 15px;
      float: left; }
      .block .row .col.no-padding {
        padding: 0; }
    .block .row.rtl .col {
      float: right; }

.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

.push-1 {
  margin-left: 8.3333333333%; }

.push-2 {
  margin-left: 16.6666666667%; }

.push-3 {
  margin-left: 25%; }

.push-4 {
  margin-left: 33.3333333333%; }

.push-5 {
  margin-left: 41.6666666667%; }

.push-6 {
  margin-left: 50%; }

.pull-1 {
  margin-right: 8.3333333333%; }

@media (max-width: 780px) {
  .block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .block .row {
      padding: 60px 15px; } }
[data-aos="header-animation"] {
  background: transparent;
  transition-property: background; }
  [data-aos="header-animation"].aos-animate {
    background: #989492; }

@keyframes mymove {
  0% {
    height: 45px; }
  50% {
    opacity: 1;
    height: 45px; }
  55% {
    opacity: 0; }
  70% {
    opacity: 0; }
  75% {
    opacity: 0;
    height: 0px; }
  85% {
    opacity: 1;
    height: 45px; }
  100% {
    opacity: 1;
    height: 45px; } }
html {
  font-size: 62.5%; }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 300;
  color: #000; }

h1,
h2,
h3 {
  font-family: 'ogg regular';
  font-weight: normal;
  letter-spacing: 0.03em;
  margin: 0; }

h1 {
  font-size: 5.6rem;
  line-height: 7.2rem;
  padding-top: 1px;
  padding-bottom: 22px; }

h2 {
  font-size: 4.8rem;
  line-height: 6.4rem;
  margin-bottom: 3.2rem; }

h3 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 2rem; }

h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 600;
  padding-top: 4px;
  margin: 0; }

p {
  padding-top: 2px;
  padding-bottom: 6px;
  margin-bottom: 2.4rem; }
  p.two-columns {
    column-count: 2; }

.text-col-2 {
  column-count: 2;
  grid-column-gap: 30px; }

.meta {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-top: 56px; }
  .meta p {
    padding-top: 4px; }
  .meta:before {
    content: ' ';
    width: 12rem;
    height: 4px;
    background-color: #000;
    display: block;
    margin-bottom: 28px; }

.frame {
  padding: 2rem;
  line-height: 0;
  position: relative; }
  .frame img {
    width: 100%;
    height: auto; }
  .frame span {
    position: absolute;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("img/cut-mark.svg"); }
    .frame span.cut-top-left {
      top: 0;
      left: 0; }
    .frame span.cut-top-right {
      top: 0;
      right: 0;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .frame span.cut-bottom-right {
      bottom: 0;
      right: 0;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .frame span.cut-bottom-left {
      bottom: 0;
      left: 0;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }

@media (max-width: 780px) {
  body {
    font-size: 1.4rem;
    line-height: 2.4rem; }

  h1 {
    font-size: 4rem;
    line-height: 4.8rem;
    padding-top: 1px;
    padding-bottom: 22px; }

  h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 3.2rem; }

  h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 1.2rem; }

  .text-col-2 {
    column-count: 1; }

  .meta {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 16px; }
    .meta p {
      padding-top: 0px; }
    .meta:before {
      content: ' ';
      width: 8rem;
      height: 2px;
      background-color: #000;
      display: block;
      margin-bottom: 24px; } }
.block--black {
  background-color: #000000;
  color: #FFFFFF; }

.site-main {
  padding-top: 120px; }
  .site-main p a:link, .site-main p a:active, .site-main p a:visited {
    color: #000000;
    text-decoration: none; }
  .site-main p a:hover {
    color: #02b2e4;
    border-bottom: 1px solid #02b2e4; }

.button-group {
  float: right;
  padding: 0 15px; }

.grid-two-col .text-block {
  width: 66.6666666667%;
  position: relative;
  margin-bottom: 24rem; }
  .grid-two-col .text-block:before {
    content: ' 1';
    font-size: 5.6rem;
    font-family: 'ogg regular';
    position: absolute;
    left: -80px;
    top: 0px;
    letter-spacing: 0.05em;
    text-align: right;
    width: 60px;
    line-height: 1em; }
  .grid-two-col .text-block#commit-1:before {
    content: '1.'; }
  .grid-two-col .text-block#commit-2 {
    margin-top: 32rem; }
    .grid-two-col .text-block#commit-2:before {
      content: '2.'; }
  .grid-two-col .text-block#commit-3:before {
    content: '3.'; }
  .grid-two-col .text-block#commit-4:before {
    content: '4.'; }
  .grid-two-col .text-block#commit-5 {
    margin-left: 33.3333333333%;
    margin-bottom: 12rem; }
    .grid-two-col .text-block#commit-5:before {
      content: '5.'; }

@media (max-width: 780px) {
  .site-main {
    padding-top: 50px; } }
.block__landing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .block__landing h2 {
    padding-right: 8rem;
    margin-top: 4rem; }

.service-list .item {
  width: 33.3333333333%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  min-height: 320px; }
  .service-list .item h3 {
    width: 70%; }
  .service-list .item img {
    position: absolute;
    top: 0;
    let: 0; }
  .service-list .item#item-28 {
    min-height: 320px; }
    .service-list .item#item-28 h3 {
      width: 100%; }
  .service-list .item#item-29 h3 {
    width: 100%; }
  .service-list .item:link, .service-list .item:visited, .service-list .item:active {
    text-decoration: none;
    color: #000000; }
  .service-list .item:hover {
    color: #02b2e4; }
    .service-list .item:hover h3 {
      text-decoration: underline;
      color: #02b2e4; }

.service-image-holder {
  position: relative; }
  .service-image-holder div {
    display: none;
    line-height: 0; }
    .service-image-holder div.show {
      display: block; }
    .service-image-holder div.default {
      display: block; }
      .service-image-holder div.default.hide {
        display: none; }
    .service-image-holder div img {
      width: 100%;
      height: auto; }

.block__cta {
  text-align: center;
  border-top: 1px dashed #ACACAC; }

.upload-frame {
  overflow-y: hidden; }

iframe {
  position: relative;
  top: -160px; }

.block__quote {
  display: block;
  height: 100vh;
  position: fixed;
  width: 800px;
  top: 0;
  right: 0;
  background-color: #F5F5F5;
  z-index: 100;
  border-left: 1px dashed #ACACAC;
  padding: 4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -webkit-transform: translate(100%, 0%);
  -moz-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  overflow-y: scroll; }
  .block__quote.is-open {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%); }
  .block__quote #button-close {
    float: right;
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    z-index: 3;
    top: 30px;
    right: 30px;
    background: red; }
    .block__quote #button-close:before, .block__quote #button-close:after {
      content: ' ';
      display: block;
      width: 24px;
      height: 2px;
      background-color: #000000;
      position: relative; }
    .block__quote #button-close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 20px;
      left: 10px; }
    .block__quote #button-close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: -14px;
      left: 10px; }
    .block__quote #button-close:link, .block__quote #button-close:active, .block__quote #button-close:visited {
      text-decoration: none;
      color: #000000;
      font-size: 0rem;
      background-color: transparent; }
    .block__quote #button-close:hover:before, .block__quote #button-close:hover:after {
      background-color: #02b2e4; }
  .block__quote form.invalid .wpcf7-response-output, .block__quote form.unaccepted .wpcf7-response-output {
    padding: 0;
    margin: 0 0 30px 0 !important;
    text-align: center;
    border: 0 !important;
    font-size: 1.2rem;
    background: pink; }
  .block__quote form.sent .wpcf7-response-output {
    position: absolute;
    top: 0;
    padding: 45% 25% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    height: 100vh;
    background: red;
    margin: 0;
    border: 0;
    background: #f5f5f5;
    z-index: 2;
    text-align: center; }
    .block__quote form.sent .wpcf7-response-output:before {
      content: 'Thank You.';
      font-size: 4.8rem;
      font-family: 'ogg regular';
      display: block;
      line-height: 6.4rem; }
    .block__quote form.sent .wpcf7-response-output:after {
      content: ' ';
      display: inline-block;
      width: 62px;
      height: 47px;
      background-image: url("img/plane.svg");
      display: block;
      margin: 0 auto;
      position: relative;
      top: -220px; }
  .block__quote form label {
    font-size: 1.2rem; }
  .block__quote form button {
    float: right;
    display: inline-block; }
  .block__quote form .row {
    padding: 8px 15px; }
    .block__quote form .row .col {
      padding: 0 15px; }
    .block__quote form .row .col-1 {
      width: 16.6666666667%; }
    .block__quote form .row .col-2 {
      width: 33.3333333333%; }
    .block__quote form .row .col-3 {
      width: 50%; }
    .block__quote form .row .col-4 {
      width: 66.6666666667%; }
    .block__quote form .row .col-5 {
      width: 83.3333333333%; }
    .block__quote form .row .col-6 {
      width: 100%; }
  .block__quote form textarea {
    height: 160px;
    padding-top: 15px; }
  .block__quote input[type="text"],
  .block__quote input[type="number"],
  .block__quote input[type="email"],
  .block__quote input[type="tel"] {
    width: 100%;
    background-color: #FFFFFF;
    height: 50px;
    border-radius: 0; }
  .block__quote input[type="text"],
  .block__quote input[type="number"],
  .block__quote input[type="email"],
  .block__quote input[type="tel"],
  .block__quote select,
  .block__quote textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
    border: 0;
    font-size: 1.4rem;
    padding: 0 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .block__quote input[type="text"]:focus,
    .block__quote input[type="number"]:focus,
    .block__quote input[type="email"]:focus,
    .block__quote input[type="tel"]:focus,
    .block__quote select:focus,
    .block__quote textarea:focus {
      outline: none; }
  .block__quote .wpcf7-not-valid-tip {
    font-size: 1.2rem;
    line-height: 2.4rem; }
  .block__quote #button-submit {
    font-size: 1.8rem;
    width: 180px;
    float: right;
    font-family: 'Poppins', sans-serif; }
  .block__quote .wpcf7-form-control-wrap.industry {
    position: relative; }
    .block__quote .wpcf7-form-control-wrap.industry:after {
      content: '';
      display: block;
      position: absolute;
      top: 8px;
      right: 15px;
      width: 8px;
      height: 8px;
      border-right: 1px solid #ACACAC;
      border-bottom: 1px solid #ACACAC;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.block__featured {
  position: relative;
  background-color: #000000;
  color: #FFFFFF; }
  .block__featured .row {
    padding-top: 0;
    padding-bottom: 0; }
    .block__featured .row.title {
      padding-top: 30px;
      padding-bottom: 30px;
      letter-spacing: 0.1em;
      font-size: 1.4rem; }

#services h2 {
  font-size: 5.6rem; }

.block__services {
  border-top: 1px dashed #ACACAC; }
  .block__services .title {
    padding: 10px 15px;
    max-width: 1880px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .block__services img {
    width: 100%; }

.service-info {
  padding-bottom: 80px !important; }
  .service-info h1 {
    width: 80%; }

.service-meta .meta {
  max-width: 270px; }
  .service-meta .meta span:after {
    content: ','; }
  .service-meta .meta span:last-child:after {
    display: none; }

.page-id-2 .block__services {
  border-top: 0; }
  .page-id-2 .block__services > .row {
    padding-top: 60px; }
  .page-id-2 .block__services .title {
    display: none; }

#map {
  width: 100%;
  height: 400px;
  background-color: grey; }

.mobile-map {
  display: none;
  padding: 0 !important; }

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

.get-started {
  background-color: #000000;
  position: fixed;
  top: -1px;
  width: 100%;
  border-top: 1px dashed #ACACAC;
  border-bottom: 0px dashed #ACACAC;
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s; }
  .get-started ul:before, .get-started ul:after {
    content: ' ';
    display: block;
    clear: both; }
  .get-started ul li {
    display: inline-block;
    width: 33.3333333333%;
    float: left; }
    .get-started ul li a {
      display: block;
      text-align: center;
      height: 50px;
      font-size: 1.2rem;
      padding-top: 13px; }
      .get-started ul li a:link, .get-started ul li a:active, .get-started ul li a:visited {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
  .get-started.is-open {
    top: 50px; }

@media (max-width: 1440px) {
  .service-list {
    width: 58.3333333333%; }
    .service-list .item {
      height: 300px; } }
@media (max-width: 1024px) {
  .service-list .item {
    min-height: auto; }
    .service-list .item#item-28 {
      min-height: auto; } }
@media (max-width: 780px) {
  .block__landing .row .col {
    width: 100%;
    margin: 0; }

  .block__cta h2 {
    width: 80%;
    margin: 0 auto 2.4rem; }

  /* featured */
  .item-project {
    padding-top: 0px !important;
    padding-bottom: 20px !important; }
    .item-project .img,
    .item-project .copy {
      width: 100% !important;
      margin: 0 !important; }
      .item-project .img h2,
      .item-project .copy h2 {
        margin-top: 3.2rem; }

  #services h2 {
    font-size: 4rem; }
  #services .row {
    padding-bottom: 30px;
    padding-top: 90px; }
    #services .row .col {
      width: 100%; }

  .block__services .row .col {
    width: 100%;
    margin: 0; }
    .block__services .row .col.service-image {
      display: none; }
  .block__services .row.title {
    padding-top: 20px; }
    .block__services .row.title span {
      font-size: 1.2rem; }
  .block__services .row:last-child {
    padding-top: 30px; }
  .block__services .divider-cut-mark img {
    width: 20px;
    height: 20px;
    top: 0;
    right: -10px; }

  .service-list .item {
    height: auto !important;
    width: 100%; }
    .service-list .item p {
      display: none; }

  /* single service page */
  .service-info .col {
    width: 100%; }

  .mobile-map {
    display: block; }

  .block__contact .col,
  .block__file-upload .col {
    width: 100%;
    margin: 0; }

  iframe {
    height: 520px;
    top: -140px; }

  .block__quote {
    width: 100%;
    padding: 6rem 0 3rem; }
    .block__quote #button-close {
      width: 30px;
      height: 30px;
      right: 30px; }
      .block__quote #button-close:before {
        top: 12px; }
    .block__quote form .row {
      padding: 0 15px; }
      .block__quote form .row .col {
        width: 100%; }
      .block__quote form .row label {
        height: 24px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 2px;
        font-size: 1.1rem; }
      .block__quote form .row:nth-child(4) div:nth-child(2) {
        width: 60%; }
      .block__quote form .row:nth-child(4) div:nth-child(3) {
        width: 40%; }
    .block__quote form textarea {
      height: 100px;
      margin-bottom: 15px; }
    .block__quote #button-submit {
      font-size: 1.2rem;
      width: auto;
      padding-right: 40px;
      padding-left: 40px;
      margin-bottom: 6rem;
      -webkit-appearance: none;
      -moz-appearance: none; }
    .block__quote .first-name input {
      margin-bottom: 2.4rem; }
    .block__quote .phone input,
    .block__quote .budget input {
      margin-bottom: 14px; }

  .row.block__about {
    padding: 0; }
    .row.block__about .img {
      text-align: right;
      padding: 0;
      line-height: 0; }
    .row.block__about .copy {
      padding: 3rem 3rem; }
    .row.block__about > .col {
      width: 100%; }
      .row.block__about > .col img {
        width: 100%;
        height: auto; }

  .about-more h2 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 0.8rem;
    margin-top: 3.2rem; }
  .about-more .row .col {
    width: 100%;
    margin: 0; }
  .about-more .text-block {
    margin-left: 20% !important;
    width: 80%;
    margin-bottom: 6rem; }
    .about-more .text-block#commit-2 {
      margin-top: 0; }
    .about-more .text-block#commit-5 {
      margin-bottom: 6rem; }

  .service-info {
    padding-bottom: 30px !important; }

  .row.service-meta {
    padding-bottom: 30px; }
    .row.service-meta .col {
      width: 75%; } }
.g-recaptcha iframe {
  top: 0; }

.bx-wrapper {
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -ms-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
  background-color: transparent;
  box-shadow: 0 0 0px #ccc;
  margin: 0;
  color: #FFFFFF;
  z-index: 0; }
  .bx-wrapper .bx-loading {
    display: none; }
  .bx-wrapper img {
    height: auto; }
  .bx-wrapper.showcase-slider .bx-controls .bx-controls-direction a {
    height: 100%;
    top: 0;
    margin: 0;
    background: none;
    width: 50%; }
  .bx-wrapper.gallery-slider .bx-controls .bx-controls-direction a {
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.2); }
    @media (max-width: 780px) {
      .bx-wrapper.gallery-slider .bx-controls .bx-controls-direction a {
        padding: 0.4rem; } }
    .bx-wrapper.gallery-slider .bx-controls .bx-controls-direction a.bx-prev {
      left: 0px; }
    .bx-wrapper.gallery-slider .bx-controls .bx-controls-direction a.bx-next {
      right: 0px; }
  .bx-wrapper.featured-slider:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 370px;
    background-color: yellow;
    opacity: 0;
    position: absolute;
    z-index: 5;
    display: none; }

.row-featured-slider {
  position: relative; }
  .row-featured-slider .slider-cover {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 10;
    display: none; }
    @media (max-width: 780px) {
      .row-featured-slider .slider-cover {
        height: 560px;
        display: block; } }
    @media (max-width: 414px) {
      .row-featured-slider .slider-cover {
        height: 510px;
        display: block; } }

.bx-controls .bx-controls-direction a {
  display: block;
  width: 30px;
  height: 30px;
  background-size: 11.45px; }
.bx-controls .bx-controls-direction .bx-prev {
  background: url("img/arrow-left.svg") no-repeat 0 0;
  background-size: 11.45px;
  background-position: center;
  left: 0px; }
.bx-controls .bx-controls-direction .bx-next {
  background: url("img/arrow-right.svg") no-repeat 0 0;
  background-size: 11.45px;
  background-position: center;
  right: 0px; }

.item-project {
  padding-top: 120px;
  padding-bottom: 120px; }
  .item-project div {
    float: left; }
  .item-project .img {
    width: 41.6666666667%;
    margin-left: 8.3333333333%;
    position: relative; }
    .item-project .img img {
      width: 100%;
      height: auto; }
  .item-project .copy {
    width: 25%;
    margin-left: 8.3333333333%; }
  .item-project .meta {
    width: 270px; }
    .item-project .meta:before {
      background-color: #FFFFFF; }
    .item-project .meta a:link, .item-project .meta a:active, .item-project .meta a:visited {
      text-decoration: none;
      color: #FFFFFF; }
      .item-project .meta a:link:after, .item-project .meta a:active:after, .item-project .meta a:visited:after {
        content: ', '; }
    .item-project .meta a:last-child:after {
      content: ''; }
    .item-project .meta a:hover {
      border-bottom: 0 !important; }
      .item-project .meta a:hover span {
        border-bottom: 1px solid #02b2e4;
        color: #02b2e4; }
  .item-project .color-bar {
    margin: 30px 15px 0;
    position: absolute;
    bottom: -45px; }

.gallery .wp-caption-text {
  font-size: 1.2rem;
  color: #ACACAC;
  padding: 10px 15px;
  letter-spacing: 0.05em; }

.row.services-slides {
  max-width: 100%;
  padding: 0; }
  .row.services-slides .bx-controls .bx-controls-direction a {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  .row.services-slides .col {
    padding: 0; }

#showcase img {
  width: 100%;
  height: auto; }

@media (max-width: 780px) {
  .block__featured .row-featured-slider {
    padding-right: 0;
    padding-left: 0; }
    .block__featured .row-featured-slider .col-12 {
      padding: 0; }
      .block__featured .row-featured-slider .col-12 .item-project {
        padding: 30px 30px 0; }
  .block__featured .bx-viewport {
    padding-top: 15px; }
  .block__featured .bx-controls {
    right: 30px !important; }

  .bx-wrapper.featured-slider .bx-controls {
    width: 60px;
    height: 30px;
    position: absolute;
    top: -60px;
    right: 0; }
    .bx-wrapper.featured-slider .bx-controls .bx-controls-direction .bx-prev,
    .bx-wrapper.featured-slider .bx-controls .bx-controls-direction .bx-next {
      position: relative;
      float: left;
      top: 0;
      margin-top: 0;
      background-size: 7px; }
    .bx-wrapper.featured-slider .bx-controls .bx-controls-direction .bx-next {
      background-position: right center; }
  .bx-wrapper.gallery-slider .bx-controls .bx-controls-direction a {
    background-size: 7px; }
    .bx-wrapper.gallery-slider .bx-controls .bx-controls-direction a.bx-prev {
      left: 0; }
    .bx-wrapper.gallery-slider .bx-controls .bx-controls-direction a.bx-next {
      right: 0; }

  .gallery .wp-caption-text {
    font-size: 1.1rem; } }
.site-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  padding: 28px 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #F5F5F5; }
  .site-header .site-branding {
    margin-top: 10px; }
  .site-header .row {
    padding: 0 15px;
    z-index: 1;
    position: relative; }
  .site-header.scrolled-up {
    top: 0px; }
  .site-header #get-started {
    display: none; }
  .site-header .button-group .button {
    float: left; }

@media (max-width: 780px) {
  .site-header {
    height: 50px;
    padding-top: 0 !important;
    border-bottom: 0px dashed #ACACAC; }
    .site-header .site-branding {
      margin-top: 12px; }
    .site-header.scrolled-up {
      position: fixed;
      top: 0; }
    .site-header #get-started {
      display: block; }
    .site-header #button-quote {
      display: none; }
    .site-header .button {
      padding-top: 14px; } }
.site-footer {
  font-size: 1.6rem;
  line-height: 2.8rem; }
  .site-footer a:link, .site-footer a:active, .site-footer a:visited {
    color: #FFFFFF;
    text-decoration: none; }
  .site-footer a:hover {
    color: #02b2e4;
    border-bottom: 1px solid #02b2e4; }
  .site-footer .footer-logo {
    width: 33.3333333333%;
    float: left; }
    .site-footer .footer-logo img {
      width: 24px;
      margin-top: 10px; }
  .site-footer .footer-links {
    width: 66.6666666667%;
    float: left; }
    .site-footer .footer-links > div {
      width: 25%;
      float: left; }
      .site-footer .footer-links > div:last-child {
        width: 50%; }

@media (max-width: 1440px) {
  .site-footer {
    font-size: 1.4rem;
    line-height: 2.4rem; } }
@media (max-width: 780px) {
  .site-footer .row {
    padding-bottom: 0; }
    .site-footer .row .col {
      width: 100%;
      margin: 0; }
      .site-footer .row .col.glenmore-info {
        margin-top: 6rem;
        font-size: 1.2rem;
        line-height: 2rem; }
  .site-footer .footer-logo {
    width: 33.3333333333%; }
  .site-footer .footer-links {
    width: 50%; }
  .site-footer .footer-links > div {
    width: 100%;
    margin-bottom: 3rem; }
    .site-footer .footer-links > div:last-child {
      width: 100%; }
  .site-footer .glenmore-info .hide-xs {
    display: none; } }
/* form */
form h2 {
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    form h2 {
      font-size: 4.8rem;
      line-height: 6.4rem; } }
  @media (max-width: 780px) {
    form h2 {
      font-size: 3.8rem;
      line-height: 4.2rem;
      width: 75%;
      margin-bottom: 0.5rem; } }
form h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 4rem; }
  @media (max-width: 1024px) {
    form h3 {
      width: 75%; } }
  @media (max-width: 780px) {
    form h3 {
      font-size: 1.6rem;
      line-height: 2.4rem;
      width: 100%; } }

.site-branding {
  display: inline-block;
  padding: 0 15px; }

.site-title {
  display: inline-block; }
  .site-title a {
    display: block;
    width: 290px;
    height: 30px;
    background-image: url("img/glenmore-logo.svg");
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0; }
    .site-title a:hover {
      background-image: url("img/glenmore-logo-blue.svg"); }

.menu-logo {
  display: block;
  position: absolute;
  background-image: url("img/glenmore-logo-white.svg");
  width: 290px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 44px; }
  .menu-logo:hover {
    border-bottom: 0 !important;
    background-image: url("img/glenmore-logo-blue.svg"); }
  .menu-logo img {
    display: none; }

.text--two-col {
  column-count: 2;
  column-gap: 30px; }

.button {
  display: inline-block;
  width: auto;
  height: 60px;
  font-weight: 600;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  padding: 15px 25px;
  padding-top: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 0; }
  .button:hover {
    background-color: #02b2e4; }
  .button#button-menu {
    background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em; }
    .button#button-menu:hover {
      background-color: #02b2e4;
      color: #FFFFFF; }
  .button-cut {
    border: 1px dashed #ACACAC;
    background-color: #FFFFFF;
    color: #000000;
    padding-top: 14px;
    font-weight: 400; }
    .button-cut:hover {
      background-color: #FFFFFF;
      border: 1px dashed #02b2e4;
      color: #02b2e4; }
  .button.upload {
    background-color: rgba(0, 0, 0, 0.05) !important; }
    .button.upload:hover {
      background-color: #02b2e4 !important; }
    @media (max-width: 780px) {
      .button.upload {
        display: none; } }

.main-navigation {
  background-color: #000000;
  display: block;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none; }
  .main-navigation .row {
    padding-top: 3rem; }
  .main-navigation .menu-toggle {
    display: none; }
  .main-navigation img {
    margin-top: 1.1rem; }
  .main-navigation .close-menu {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("img/close-menu.svg");
    background-size: cover;
    float: right; }
    .main-navigation .close-menu:link, .main-navigation .close-menu:active, .main-navigation .close-menu:visited {
      font-size: 0; }
    .main-navigation .close-menu:hover {
      border: 0; }
  .main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 3.2rem; }
  .main-navigation a:hover {
    color: #02b2e4;
    border-bottom: 1px solid #02b2e4; }
  .main-navigation #primary-menu a:link, .main-navigation #primary-menu a:visited, .main-navigation #primary-menu a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 7.2rem;
    font-family: 'ogg regular';
    line-height: 9.6rem;
    letter-spacing: 0.04em; }
  .main-navigation #primary-menu a:hover {
    color: #02b2e4;
    text-decoration: underline;
    border-bottom: 0; }

.divider-cut-mark {
  float: right; }
  .divider-cut-mark img {
    width: 30.2px;
    position: relative;
    top: 10px; }

.cut-frame,
.service-image-holder,
.cut-it {
  position: relative; }
  .cut-frame .cut-top-left,
  .cut-frame .cut-top-right,
  .cut-frame .cut-bottom-left,
  .cut-frame .cut-bottom-right,
  .service-image-holder .cut-top-left,
  .service-image-holder .cut-top-right,
  .service-image-holder .cut-bottom-left,
  .service-image-holder .cut-bottom-right,
  .cut-it .cut-top-left,
  .cut-it .cut-top-right,
  .cut-it .cut-bottom-left,
  .cut-it .cut-bottom-right {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    border-top: 1px solid #ACACAC;
    border-left: 1px solid #ACACAC; }
    .cut-frame .cut-top-left:after,
    .cut-frame .cut-top-right:after,
    .cut-frame .cut-bottom-left:after,
    .cut-frame .cut-bottom-right:after,
    .service-image-holder .cut-top-left:after,
    .service-image-holder .cut-top-right:after,
    .service-image-holder .cut-bottom-left:after,
    .service-image-holder .cut-bottom-right:after,
    .cut-it .cut-top-left:after,
    .cut-it .cut-top-right:after,
    .cut-it .cut-bottom-left:after,
    .cut-it .cut-bottom-right:after {
      content: ' ';
      display: block;
      width: 5px;
      height: 5px;
      background-color: #F5F5F5;
      position: absolute;
      top: -1px;
      left: -1px; }
  .cut-frame .cut-top-left,
  .service-image-holder .cut-top-left,
  .cut-it .cut-top-left {
    top: -16px;
    left: -16px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .cut-frame .cut-top-right,
  .service-image-holder .cut-top-right,
  .cut-it .cut-top-right {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    top: -16px;
    right: -16px; }
  .cut-frame .cut-bottom-right,
  .service-image-holder .cut-bottom-right,
  .cut-it .cut-bottom-right {
    bottom: -16px;
    right: -16px; }
  .cut-frame .cut-bottom-left,
  .service-image-holder .cut-bottom-left,
  .cut-it .cut-bottom-left {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -16px;
    left: -16px; }
  .cut-frame.in-black .cut-top-left,
  .cut-frame.in-black .cut-top-right,
  .cut-frame.in-black .cut-bottom-left,
  .cut-frame.in-black .cut-bottom-right,
  .service-image-holder.in-black .cut-top-left,
  .service-image-holder.in-black .cut-top-right,
  .service-image-holder.in-black .cut-bottom-left,
  .service-image-holder.in-black .cut-bottom-right,
  .cut-it.in-black .cut-top-left,
  .cut-it.in-black .cut-top-right,
  .cut-it.in-black .cut-bottom-left,
  .cut-it.in-black .cut-bottom-right {
    border-top: 1px solid #444444;
    border-left: 1px solid #444444; }
    .cut-frame.in-black .cut-top-left:after,
    .cut-frame.in-black .cut-top-right:after,
    .cut-frame.in-black .cut-bottom-left:after,
    .cut-frame.in-black .cut-bottom-right:after,
    .service-image-holder.in-black .cut-top-left:after,
    .service-image-holder.in-black .cut-top-right:after,
    .service-image-holder.in-black .cut-bottom-left:after,
    .service-image-holder.in-black .cut-bottom-right:after,
    .cut-it.in-black .cut-top-left:after,
    .cut-it.in-black .cut-top-right:after,
    .cut-it.in-black .cut-bottom-left:after,
    .cut-it.in-black .cut-bottom-right:after {
      background-color: #000000; }

@media (max-width: 780px) {
  .site-header .site-branding {
    padding-right: 0;
    margin-top: 10px; }

  .site-title a {
    width: 156.6px;
    height: 16.2px; }

  .menu-logo {
    width: 156.6px;
    height: 16.2px;
    top: 30px; }

  .button {
    font-size: 1.2rem;
    padding: 12px 20px;
    height: 5rem; }
    .button#button-menu {
      padding-left: 10px;
      padding-right: 10px; }

  .button-group {
    padding: 0;
    position: relative;
    right: -15px; }

  .cut-frame .cut-top-left,
  .cut-frame .cut-top-right,
  .cut-frame .cut-bottom-left,
  .cut-frame .cut-bottom-right,
  .service-image-holder .cut-top-left,
  .service-image-holder .cut-top-right,
  .service-image-holder .cut-bottom-left,
  .service-image-holder .cut-bottom-right,
  .cut-it .cut-top-left,
  .cut-it .cut-top-right,
  .cut-it .cut-bottom-left,
  .cut-it .cut-bottom-right {
    display: block;
    width: 12px;
    height: 12px; }
    .cut-frame .cut-top-left:after,
    .cut-frame .cut-top-right:after,
    .cut-frame .cut-bottom-left:after,
    .cut-frame .cut-bottom-right:after,
    .service-image-holder .cut-top-left:after,
    .service-image-holder .cut-top-right:after,
    .service-image-holder .cut-bottom-left:after,
    .service-image-holder .cut-bottom-right:after,
    .cut-it .cut-top-left:after,
    .cut-it .cut-top-right:after,
    .cut-it .cut-bottom-left:after,
    .cut-it .cut-bottom-right:after {
      content: ' ';
      display: block;
      width: 5px;
      height: 5px;
      background-color: #F5F5F5;
      position: absolute;
      top: -1px;
      left: -1px; }
  .cut-frame .cut-top-left,
  .service-image-holder .cut-top-left,
  .cut-it .cut-top-left {
    top: -12px;
    left: -12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .cut-frame .cut-top-right,
  .service-image-holder .cut-top-right,
  .cut-it .cut-top-right {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    top: -12px;
    right: -12px; }
  .cut-frame .cut-bottom-right,
  .service-image-holder .cut-bottom-right,
  .cut-it .cut-bottom-right {
    bottom: -12px;
    right: -12px; }
  .cut-frame .cut-bottom-left,
  .service-image-holder .cut-bottom-left,
  .cut-it .cut-bottom-left {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -12px;
    left: -12px; }

  /* menu */
  .main-navigation img {
    width: 154.6px;
    margin-top: 0px; }
  .main-navigation .push-6 {
    margin: 0;
    width: 100%; }
  .main-navigation .close-menu {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("img/close-menu.svg");
    background-size: cover;
    float: right; }
    .main-navigation .close-menu:link, .main-navigation .close-menu:active, .main-navigation .close-menu:visited {
      font-size: 0; }
    .main-navigation .close-menu:hover {
      border: 0; }
  .main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 3.2rem; }
  .main-navigation a:hover {
    color: #02b2e4;
    border-bottom: 1px solid #02b2e4; }
  .main-navigation #primary-menu a:link, .main-navigation #primary-menu a:visited, .main-navigation #primary-menu a:active {
    font-size: 4.8rem;
    line-height: 5.6rem; }
  .main-navigation .secondary-nav {
    position: fixed;
    bottom: 0;
    padding-bottom: 60px; }
    .main-navigation .secondary-nav > div {
      width: 50%; }
    .main-navigation .secondary-nav a:link, .main-navigation .secondary-nav a:active, .main-navigation .secondary-nav a:visited {
      font-size: 1.4rem;
      line-height: 2.4rem; }
  .main-navigation .close-menu {
    width: 30px;
    height: 30px; } }
@media (max-width: 360px) {
  .site-header .site-branding {
    margin-top: 13px; }

  .site-title a {
    display: block;
    width: 100px;
    height: 15px;
    background-image: url("img/glenmore-logo-sm.svg"); } }
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  /* Code for Firefox */
  color: #989492;
  background: #E5E4E3; }

::selection {
  color: #989492;
  background: #E5E4E3; }

body {
  background-color: #000000;
  -webkit-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  -moz-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  -ms-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  -o-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0; }
  body.is-loaded {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 100;
    -khtml-opacity: 100;
    filter: alpha(opacity=100);
    opacity: 1; }
  body.baseline-on {
    background-image: url("img/baseline-8.png");
    background-position: 0 0; }

#page {
  background-color: #F5F5F5;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s; }
  #page.disabled {
    opacity: 0.4; }

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

.smalltext {
  font-size: 1.2rem;
  line-height: 2.4rem; }
  @media (max-width: 1440px) {
    .smalltext {
      font-size: 1rem;
      color: #ACACAC; } }

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