/*!
Theme Name: Xtensive
Theme URI: https://xtensive.co.uk
Author: Xtensive
Author URI: https://xtensive.co.uk
Description: Xtensive LTD Framework for WP.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xt

This theme code is copyrighted to Xtensive LTD.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.container {
  max-width: 1500px !important;
  width: 100%;
  padding: 0 8rem;
}

.container-fluid {
  padding: 0 8rem;
}

@media (max-width: 801px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container.col-lg-pad {
  padding: 0 8rem;
}

@media (max-width: 64em) {
  .container.col-lg-pad {
    padding: 0 2rem;
  }
}

.container.col-lg-pad .row {
  margin: 0 -2rem;
}

@media (max-width: 64em) {
  .container.col-lg-pad .row {
    margin: 0 -1rem;
  }
}

.container.col-lg-pad .row--top {
  margin-top: 4rem;
}

@media (max-width: 64em) {
  .container.col-lg-pad .row--top {
    margin-top: 0rem;
  }
}

.container.col-lg-pad [class*=' col-'] {
  padding: 0 2rem;
}

@media (max-width: 64em) {
  .container.col-lg-pad [class*=' col-'] {
    padding: 0 1rem;
  }
}

.sm-block {
  padding: 2rem 0;
}

.md-block {
  padding: 4rem 0;
}

.lg-block {
  padding: 8rem 0;
}

@media (max-width: 64em) {
  .sm-block, .md-block, .lg-block {
    padding: 2rem 0;
  }
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "aktiv-grotesk";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

body {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin-bottom: 0;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #333;
  border: 0.1rem solid #333;
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: .1rem;
  line-height: 3.8rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:focus, .button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  outline: 0;
}

.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
  cursor: default;
  opacity: .5;
}

.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
  background-color: #333;
  border-color: #333;
}

.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  background-color: transparent;
  color: #333;
}

.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
  background-color: transparent;
  border-color: #606c76;
  color: #606c76;
}

.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
  border-color: inherit;
  color: #333;
}

.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #333;
}

.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #606c76;
}

.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
  color: #333;
}

code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #333;
  overflow-y: hidden;
}

pre>code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3.0rem 0;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: .6rem 1.0rem;
  width: 100%;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border-color: #333;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3.0rem;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="$color__buttons" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}

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

a:focus, a:hover {
  color: #606c76;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3.0rem;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1.0rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

table {
  border-spacing: 0;
  width: 100%;
}

td,
th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -.1rem;
  margin-bottom: 2.0rem;
  margin-top: 0;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

@media (max-width: 801px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

@media (max-width: 801px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

@media (max-width: 801px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 2.2rem;
  letter-spacing: -.08rem;
  line-height: 1.35;
}

@media (max-width: 801px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -.05rem;
  line-height: 1.5;
}

@media (max-width: 801px) {
  h5 {
    font-size: 1.2rem;
  }
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

@media (max-width: 801px) {
  h6 {
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

blockquote, q {
  quotes: """";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.custom-logo {
  max-width: 250px;
  position: absolute;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.57);
}

@media (max-width: 801px) {
  .custom-logo {
    width: 100%;
    max-width: 180px !important;
    top: 3px;
    position: relative;
  }
}

.site-header {
  background: #feed03;
}

.site-header .custom-logo {
  max-width: 250px;
  position: absolute;
  top: 15px;
  z-index: 2;
}

@media (max-width: 1340px) {
  .site-header {
    padding: 8px 0;
  }
}

.home .custom-logo {
  top: -30px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.content-first {
  opacity: 0;
  -webkit-animation: slideup 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards !important;
  animation: slideup 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards !important;
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important;
}

.content-second {
  opacity: 0;
  -webkit-animation: slideup 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  animation: slideup 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  -webkit-animation-delay: .75s;
  animation-delay: 1s;
}

.slide-me {
  counter-increment: slideup;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease !important;
  position: relative !important;
  min-height: 1px;
}

.slide-me--norev {
  position: relative;
  width: 100%;
  min-height: 1px;
  counter-increment: slideup;
  opacity: 1;
  visibility: visible;
  transition: 0;
}

.slide-me--insight {
  opacity: 1;
  visibility: visible;
}

.text-up {
  opacity: 0;
  -webkit-animation: slideup 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  animation: slideup 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #a40021;
}

a:visited {
  color: #333;
}

a:hover, a:focus, a:active {
  color: #a40021;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-primary-container ul, .menu-primary-container li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
}

a {
  text-decoration: none;
}

.menu-primary-container ul {
  width: 100%;
  text-align: right;
}

.menu-primary-container ul li {
  display: inline-block;
  line-height: 40px;
}

.menu-primary-container ul li {
  line-height: 50px;
}

.menu-primary-container ul>li:hover {
  background: #222;
}

.desktop-menu .menu-primary-container ul>li:hover {
  background: rgba(17, 17, 17, 0.37);
}

.menu-primary-container li a {
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 600;
}

.menu-primary-container ul li>ul {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 96px;
  width: auto;
  min-width: 340px;
}

.menu-primary-container ul li:hover>ul {
  display: block;
}

.menu-primary-container ul li>ul>li {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  text-align: left;
  float: none;
  font-size: 16px;
}

.overlay.open .menu-primary-container ul li>ul>li {
  background: #000 !important;
  text-align: center;
}

.overlay.open .menu-primary-container ul li>ul>li:hover {
  background: #111 !important;
}

.menu-primary-container ul li>ul>li>ul {
  background: none repeat scroll 0 0 pink;
  display: none;
  left: 150px;
  position: absolute;
  text-align: center;
  top: 0;
}

.menu-primary-container ul li>ul>li:hover ul {
  display: block;
}

.menu-primary-container ul li>ul>li>ul>li {
  background: none repeat scroll 0 0 pink;
  color: #000;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.button_container {
  position: relative;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  display: inline-block;
  top: 6px;
}

.button_container strong {
  width: 100%;
  position: absolute;
  left: -75px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333;
  top: -2px;
}

@media (max-width: 801px) {
  .button_container strong {
    left: -60px;
  }
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  -webkit-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
  background: #fff;
}

.button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
  background: #fff;
}

.button_container.active strong {
  color: #fff;
}

.button_container span {
  background: #333;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay-container {
  z-index: 2;
}

.overlay {
  background: #000;
  visibility: hidden;
  bottom: 0;
  color: #333;
  display: block;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  width: 50%;
  z-index: 9;
  transform: translate(100vw);
  box-shadow: 0px 0 30px 0px rgba(0, 0, 0, 0.17);
  transition: 0.3s;
  opacity: 1;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transform: translate(0);
}

.overlay.open li {
  opacity: 1;
  padding-top: 0;
}

.overlay.open li a {
  padding: 0px 2rem;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 auto;
  max-width: 100%;
  text-decoration: none;
  transition: 0.2s ease all;
}

.overlay.open li a:hover {
  color: #fff;
}

.overlay.open li:last-child a {
  border-bottom: 0;
}

.overlay.open li:nth-of-type(2) {
  opacity: 1;
}

.overlay.open li:nth-of-type(3) {
  opacity: 1;
}

.overlay.open li:nth-of-type(4) {
  opacity: 1;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

.secondary-fullscreen {
  padding: 4rem 0;
  padding-bottom: 8rem;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}

.overlay ul li {
  display: block;
  height: 25%;
  min-height: 10px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.overlay ul li.current-menu-item a {
  color: #fff;
}

@media (min-width: 1341px) {
  .button-menu {
    display: none;
  }
}

@media (max-width: 1340px) {
  .site-header-menu {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .overlay {
    width: 100%;
  }

  .desktop-menu {
    display: none;
  }

  .menu-primary-container ul li>ul {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    background: #dfdfdf;
  }

  .menu-primary-container ul li>ul>li {
    border: 0;
  }

  .overlay.open li a {
    border: 0;
  }
}

/*--------------------------------------------------------------
5.3 - Primary Nav Menu
--------------------------------------------------------------*/
.primary li {
  display: inline-block;
}

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

.primary a {
  text-decoration: none;
  color: #000;
  display: block;
  font-weight: 400;
  font-size: 18px;
  padding: 0 20px;
  text-transform: none;
}

.primary a.active {
  color: #444;
  cursor: default;
}

.primary a:hover {
  color: #000;
  text-decoration: none;
}

/* Sub Menus */
.primary li li {
  font-size: .8em;
}

@media screen and (min-width: 650px) {
  .primary li {
    border-bottom: 1px solid transparent;
    line-height: 30px;
    font-size: 15px;
    float: left;
    transition: all .2s ease;
  }

  .primary a {
    border-bottom: 1px solid transparent;
    text-align: left;
  }

  .primary>ul>li {
    text-align: center;
  }

  .primary>ul>li>a {
    padding-left: 0;
  }

  /* Sub Menus */
  .primary-fullscreen {
    display: none;
  }

  .primary li ul {
    position: absolute;
    display: none;
    width: inherit;
    background: #222;
    padding: 5px;
  }

  .primary li:hover ul {
    display: block;
  }

  .primary li ul li {
    display: block;
    transition: all .2s ease;
    float: none;
  }

  .primary li:hover {
    border-bottom: 1px solid #fff;
  }

  .primary li ul li:hover {
    border-bottom: 1px solid transparent;
  }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*------------------------------------*\
    #PRIMARY-MENU
\*------------------------------------*/
.primary-menu>.nav>ul {
  margin: 0;
  list-style: none;
}

.primary-menu>.nav>ul>li {
  display: inline-block;
  margin: 0;
  transition: 0.4s ease all;
}

.primary-menu>.nav>ul>li:hover {
  background: white;
  /* show mega menu on rollover */
}

.primary-menu>.nav>ul>li:hover a {
  color: #feed03;
}

.primary-menu>.nav>ul>li:hover .mega-menu__wrapper {
  display: block;
}

.primary-menu>.nav>ul>li>a {
  box-sizing: border-box;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.8px;
  font-size: 14px;
}

.primary-menu .sub-menu {
  display: none;
}

/*------------------------------------*\
    #MEGA-MENU
\*------------------------------------*/
@keyframes reveal-mega-menu {
  0% {
    max-height: 0;
  }

  100% {
    max-height: 400px;
  }
}

@keyframes fadein-mega-menu {
  0% {
    opacity: 0;
    top: -5px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.mega-menu {
  animation: fadein-mega-menu .5s ease-in-out;
  position: relative;
  /* content within the mega menu */
  /* subnavigation within the mega menu */
}

.mega-menu__wrapper {
  animation: reveal-mega-menu .25s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mega-menu__content {
  box-sizing: border-box;
  border-right: 1px solid rgba(8, 8, 8, 0.2);
  text-align: left;
  /* description */
  /* learn more button */
}

.mega-menu__content p {
  font-size: em(18px);
  font-weight: normal;
  line-height: em(28px, 18px);
  margin-bottom: 30px;
}

.mega-menu__content .learn-more {
  margin-bottom: 25px;
}

.mega-menu__subnav .subnav {
  padding: 0;
  list-style: none !important;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
}

.mega-menu__subnav .subnav li {
  font-size: em(16px);
  line-height: em(20px, 16px);
  margin-bottom: 20px;
}

.mega-menu__subnav .subnav li a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

.mega-menu__subnav .subnav li a:hover {
  color: #333;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #a40021;
  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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.tns-outer {
  padding: 0 !important;
}

.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel .tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
}

.tns-gallery .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-nav button {
  vertical-align: middle;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

[hidden] {
  display: none !important;
}

[data-action],
[data-controls],
[data-nav] {
  cursor: pointer;
  border-width: 0;
  padding: 0;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-fadeOut,
.tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

@media all and (min-width: 1px) {
  .tns-mq-test {
    position: absolute;
  }
}

.xt-slider-slide {
  position: relative;
  background-size: cover;
  height: 100%;
  background-position: center;
}

.xt-slider-slide img {
  width: 100%;
  display: none;
}

.xt-slider, .tns-ah {
  height: 90vh !important;
}

.xt-slider-inner-content {
  position: absolute;
  bottom: 80px;
  text-align: center;
  background: rgba(0, 0, 0, 0.49);
  width: 100%;
  padding: 15px 2rem;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.xt-slider-inner-content h2 {
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  letter-spacing: 0;
}

.xt-slider-inner-content p {
  margin: 0;
  opacity: 0.6;
  font-size: 22px;
}

.xt-slider-inner-content button {
  background: #333;
  border-color: #333;
  color: #fff;
  height: auto;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 0;
}

@media (max-width: 64em) {
  .xt-slider-inner-content button {
    display: none;
  }
}

.tns-controls {
  display: none;
}

.slider-bg:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.57);
}

.tns-horizontal.tns-subpixel .tns-item {
  position: relative !important;
}

.xt-logo-slider .xt-slider-slide img {
  display: block;
}

.linkedin-update-image-bg {
  position: relative;
  height: 175px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.15);
  background-blend-mode: overlay;
}

#linkedin-item a, #linkedin-item i {
  color: #feed03 !important;
}

#linkedin-item span {
  padding: 0;
}

#linkedin-item p {
  padding: 2rem;
  margin: 0;
}

.date-linked {
  padding: 2rem;
  padding-bottom: 0;
}

.logo-linked svg {
  margin-bottom: 2rem;
}

/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/
.home .header {
  position: absolute;
  top: 0;
  width: 100%;
}

.home .site-header {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #feed03;
}

.primary-menu>.nav>ul>li>a {
  color: #333;
}

.tns-nav {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 1;
  max-width: 400px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.tns-nav button {
  background: white;
  height: 5px;
  border-radius: 0;
  padding: 0 20px;
  margin: 0 10px;
}

.tns-nav-active {
  background: #feed03 !important;
  height: 5px;
  border-radius: 0;
  padding: 0 40px;
}

.header-info {
  background: #171717;
  z-index: 1;
  color: #fff;
  width: 100%;
  position: relative;
  padding: 10px 2rem;
}

.header-info .header-email,
.header-info .header-phone {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
}

.header-info .header-email i,
.header-info .header-phone i {
  padding-right: 10px;
}

@media (max-width: 48em) {

  .header-info .header-email,
  .header-info .header-phone {
    visibility: hidden;
  }
}

.header-info .header-email {
  margin-left: 30px;
}

.about-home p {
  font-size: 20px;
}

.btn-solid,
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  margin: 0;
  background: #feed03;
  border-color: #feed03;
  padding: 5px 50px;
  height: auto;
  border-radius: 50px;
  letter-spacing: 0;
  font-size: 15px;
}

.service-block {
  padding-top: 0;
}

.service-block .col-lg-3 {
  padding: 0;
}

.service-block .container {
  padding: 0;
  overflow: hidden;
  max-width: 100% !important;
}

.service-block figcaption {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

.service-block h3 {
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 0;
  transition: 0.3s ease all;
}

.service-block .sub-service {
  font-weight: 400;
}

.service-block hr {
  background: #fff;
  height: 2px;
  max-width: 100px;
  margin: 0 auto;
}

.image-wrap {
  position: relative;
  transition: 0.3s ease all;
}

.image-wrap a {
  z-index: 2;
}

.image-wrap:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  transition: 0.3s ease all;
}

.image-wrap:hover:before {
  background-color: rgba(0, 0, 0, 0.05);
}

.image-wrap:hover h3 {
  opacity: 0;
  transform: translateY(100%);
}

@media (max-width: 64em) {
  .posts-block .service-block--item {
    margin-bottom: 2rem;
  }
}

.service-bg {
  height: 280px;
  background-size: cover;
  background-position: center;
}

.linkedin-block {
  background: #feed03;
  padding: 6rem !important !important;
  display: flex;
}

#linkedin-con {
  margin: 0;
  list-style: none !important;
}

#linkedin-con h2 {
  display: none;
}

.post-bg {
  background-size: cover;
  height: 130px;
  /* height: 100%; */
  width: 100%;
}

.si-item {
  display: inline-block;
  font-size: 35px;
  padding-right: 20px;
}

a,
a:visited {
  color: #fff;
}

.connect-block {
  background: #2C2C2C;
  padding: 6rem !important !important;
}

.connect-block h3 {
  color: #fff;
}

.linkedin {
  background: #f6f6f6;
}

.linkedin h3 {
  color: #333;
}

.linkedin a {
  color: #feed03;
}

.footer-info {
  background: #393939;
}

.footer-info a {
  color: #feed03;
  padding-left: 5px;
}

.footer-info h3 {
  margin: 0;
  color: #fff;
}

.linkedin-update-logo {
  display: none;
}

#linkedin-item span a {
  display: none;
}

#linkedin-item i,
#linkedin-item p {
  color: #333;
}

.posts-block {
  background: #f6f6f6;
}

.posts-block h1 {
  font-weight: 300;
  font-size: 38px;
}

.posts-block .card {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  color: #363636;
  text-decoration: none;
  display: block;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.posts-block .card h3 {
  font-size: 2.2rem;
  margin-bottom: 0;
}

.posts-block .card span {
  display: block;
  padding: 2rem;
}

.posts-block .card .btn-solid {
  font-size: 13px;
}

.posts-block .card .post-date {
  margin: 0 0 15px;
  font-weight: 400;
}

.posts-block .card .card-summary {
  padding: 5% 5% 3%;
}

.posts-block .card .card-header {
  position: relative;
  height: 175px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.15);
  background-blend-mode: overlay;
}

.posts-block .card .card-title {
  background: rgba(157, 187, 63, 0.85);
  padding: 3.5% 0 2.5%;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.posts-block .card .card-title h3 {
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0 3.5%;
  margin: 0;
}

.posts-block .card .post-info {
  padding-bottom: 0;
}

.posts-block .card .card-meta {
  margin-top: auto;
  padding-top: 0;
}

.posts-block img {
  max-width: 100%;
}

.xt-footer {
  background: #171717;
  color: #fff;
}

.xt-footer ul {
  margin: 0;
  list-style: none;
}

.xt-footer i {
  padding-right: 10px;
}

.xt-footer h3 {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.xt-footer a,
.xt-footer li {
  color: #feed03;
  margin: 0;
  font-weight: 400;
}

.xt-footer .col-footer {
  margin-bottom: 4rem;
}

.xt-footer .menu-first-footer a,
.xt-footer .menu-first-footer li {
  color: #fff;
  font-weight: 600;
}

.xt-footer .menu-first-footer ul {
  margin-bottom: 2rem;
}

.social-icon-footer {
  margin-top: 2rem;
}

.social-icon-contact a {
  color: #333;
  font-size: 40px;
  padding-right: 20px;
}

.contact-office {
  margin-bottom: 3rem;
  font-weight: 400;
}

.contact-office b {
  margin-right: 5px;
}

.copyright-footer {
  font-weight: 400;
  font-size: 13px;
  color: #b3b3b3;
}

.logo-footer {
  max-width: 150px;
  margin-bottom: 6rem;
}

.footer-contact {
  margin-bottom: 10rem;
}

@media (max-width: 64em) {
  .footer-contact {
    text-align: center;
  }

  .footer-contact a {
    text-align: center;
  }
}

.testimonial-carousel {
  background-image: url("https://topscaffolding.co.uk/wp-content/uploads/2018/05/31769539_778650505592143_485799331329212416_n.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 20rem 0;
  position: relative;
}

@media (max-width: 64em) {
  .testimonial-carousel {
    background-attachment: scroll;
  }
}

.testimonial-carousel:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(179, 158, 69, 0.77);
}

.testimonial-carousel p {
  font-size: 38px;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  line-height: 53px;
  font-weight: 400;
}

.page-hero-block {
  background-size: cover;
  background-position: center;
  height: 55vh;
}

.contact-head a {
  color: #333;
}

.contact-head h1 {
  font-size: 40px;
  font-weight: 300;
}

.contact-head h3 {
  font-weight: 700;
  opacity: 0.7;
  font-size: 26px;
  color: #333;
}

.contact-head p {
  font-size: 15px;
  font-weight: 400;
}

.contact-form {
  background: #fff;
  padding: 4rem;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  border-radius: 0;
}

.gform_description,
.gform_title {
  display: none !important;
}

.about-top-content h1 {
  font-weight: 300;
}

.page-template-page-news a {
  color: #feed03;
}

.page-template-page-news .site-header a {
  color: #fff;
}

.page-pad {
  background-color: #f6f6f6;
}

.post-block-inner {
  background: #fff;
  height: 100%;
}

.post-block-inner .row {
  height: 100%;
}

.post-block-inner .row .col-md-12 {
  position: relative;
  top: 0;
  margin-bottom: auto;
}

.post-news.col-lg-12 .card {
  display: flex;
  flex-direction: row;
}

.post-info {
  padding: 2rem;
}

.col-xs-12.col-md-8 .post-bg.card-header {
  padding: 20rem;
}

.large-post .card-header {
  flex-basis: 70%;
  display: flex;
  height: 100% !important;
  padding: 18rem;
}

@media (max-width: 64em) {
  .large-post .card-header {
    flex-basis: 100%;
    height: 175px !important;
    padding: 0;
  }
}

.large-post {
  margin-bottom: 4rem;
}

@media (max-width: 64em) {
  .large-post {
    margin-bottom: 2rem;
  }
}

.large-post .card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 64em) {
  .large-post .card {
    display: block !important;
  }
}

.large-post .post-block-info {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 64em) {
  .large-post .post-block-info {
    flex-basis: 100%;
  }
}

.large-post .card-meta {
  margin-top: 2rem !important;
}

.post-news {
  margin-bottom: 4rem;
}

@media (max-width: 64em) {
  .post-news {
    margin-bottom: 2rem;
  }
}

.highlight-block {
  background: #f6f6f6;
}

.service-blocks h1 {
  font-size: 40px;
  font-weight: 300;
}

.service-blocks--services .service-bg {
  height: 400px;
}

.service-blocks--services .image-wrap {
  margin-bottom: 4rem;
}

@media (max-width: 64em) {
  .service-blocks--services .image-wrap {
    margin-bottom: 2rem;
  }
}

.image-wrap:hover {
  cursor: pointer;
}

.service-sidebar .image-wrap {
  margin-bottom: 2rem;
}

@media (max-width: 64em) {
  .service-sidebar .image-wrap {
    margin-bottom: 2rem;
  }
}

.about-pic-block {
  padding: 12rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  text-align: center;
  background-attachment: fixed;
  color: #fff;
}

@media (max-width: 64em) {
  .about-pic-block {
    background-attachment: scroll;
  }
}

.about-pic-block h3 {
  font-size: 38px;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  line-height: 53px;
  font-weight: 400;
  position: relative;
}

.about-pic-block button {
  position: relative;
  margin-top: 2rem;
}

.about-pic-block:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.about-pic-block--1 {
  background-image: url("https://topscaffolding.co.uk/wp-content/uploads/2018/05/slide-top-3.jpg");
}

.about-pic-block--2 {
  background-image: url("https://topscaffolding.co.uk/wp-content/uploads/2018/05/slide-top-3.jpg");
}

.about-second h3 {
  font-weight: 300;
}

.about-second img {
  margin-bottom: 2rem;
  width: 100%;
}

.intro-career a {
  color: #feed03;
}

.btn-solid i {
  padding-right: 10px;
}

.service-blocks--projects h3 {
  font-weight: 300;
}

.mobile-contact-info {
  text-align: center;
  color: #fff;
  margin: 4rem auto 0;
}

.mobile-contact-info .header-phone {
  margin-bottom: 2rem;
}

#masthead.open {
  z-index: 999;
  width: 100%;
}

body.opened {
  overflow: hidden;
  position: fixed;
}

.service-more {
  transition: 0.3s ease all;
  opacity: 0;
}

.service-more button {
  transform: translateY(-100%);
}

.image-wrap:hover .service-more {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
  opacity: 1;
}

.image-wrap:hover .service-more button {
  transform: translateY(0%);
}

.service-blocks ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
}

.service-blocks ul li {
  flex: 1 0 200px;
  margin-left: 10px;
  margin-top: 10px;
}

@media (min-width: 420px) {
  .service-blocks ul li {
    max-width: calc(50% - 10px);
  }
}

@media (min-width: 630px) {
  .service-blocks ul li {
    max-width: calc(33.3333333333% - 10px);
  }
}

@media (min-width: 600px) {
  .service-blocks ul li {
    min-width: calc(33.3333333333% - 10px);
  }
}

.service-blocks ul li {
  background: #ececec;
  list-style: none;
  color: #171e42;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 0;
}

#gform_2 input {
  width: 100%;
}

.page-template-page-news .page-hero-block {
  background-position: bottom;
}

.full-background {
  background-size: cover;
  background-position: center;
  height: 650px;
  position: relative;
  background-attachment: fixed;
}

@media (max-width: 64em) {
  .full-background {
    background-attachment: scroll;
  }
}

.full-background:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.service-block--item {
  padding: 0;
}

.full-bg-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 800px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.full-bg-inner h5 {
  font-size: 38px;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  line-height: 53px;
  font-weight: 400;
  position: relative;
}

.service-title {
  padding-bottom: 0;
  margin-bottom: -4rem;
}

.service-title h1 {
  font-weight: 300;
}

.btn-solid, .button, button, input[type='button'], input[type='reset'], input[type='submit'] {
  color: #333;
}

.primary-menu>.nav>ul>li:hover a {
  color: #333;
}

.about-content-middle p {
  color: #fff;
  margin: 0;
  position: relative;
}

.about-content-middle h3 {
  margin-bottom: 2rem;
}

#instafeedgal, #page.site {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.service-block figure {
  margin: 0;
}

.hero-small {
  background-position: center;
  background-size: cover;
}

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