/* Base */

html {
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

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

body {
  background: #fff;
  color: #777;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
  min-width: 320px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #fa5c5d;
  color: #fff;
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #545454;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  line-height: 58px;
}

h2 {
  font-size: 40px;
  line-height: 52px;
}

h3 {
  font-size: 22px;
  line-height: 28px;
}

h1,
h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

h4,
h5,
h6 {
  letter-spacing: 1px;
  line-height: 1.5;
}

p {
  margin-bottom: 25px;
}

p:empty {
  display: none;
}

p:last-child {
  margin-bottom: 0;
}

a,
a:hover,
a:active,
a:focus {
  color: #21242a;
  text-decoration: none;
}

a {
  color: #fa5c5d;
  transition: color ease-in-out 0.15s;
}

img {
  border: none;
  height: auto;
  line-height: 0;
  max-width: 100%;
}

ol,
ul,
li {
  list-style: none;
}

dl,
ul,
ol {
  margin-bottom: 30px;
  margin-left: 30px;
}

ul > li {
  list-style: none;
  list-style-position: outside;
  padding-left: 25px;
}

.page-detail-inner > ul > li,
.info-box ul > li,
.text-block ul > li,
.info-box ol > li,
.text-block ol > li {
  margin-bottom: 10px;
}

.page-detail-inner > ul > li::before,
.info-box ul > li::before,
.text-block ul > li::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  font-weight: 900;
  margin-left: -25px;
  margin-right: 10px;
  padding: 0 2px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}

ol > li {
  list-style: decimal;
  list-style-position: outside;
}

ul > li > ul {
  margin: 5px 0;
}

ol > li > ol {
  margin: 5px 0 5px 25px;
}

.content-wrapper,
.title-wrapper,
[id^="gdpr-"] {
  scroll-margin-top: 92px;
}

/* Layout */

#container {
  box-sizing: initial;
  margin: 0 auto;
}

.site-wide #container {
  padding: 0;
  width: 100%;
}

#page {
  opacity: 1 !important;
}

.page-inner {
  margin: auto;
  overflow: hidden;
  position: relative;
}

.site-page-shell {
  background-color: #fff;
}

/* Header and navigation */

#header {
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  width: 100%;
  z-index: 498;
}

.no-title #header,
#header.transparent.dark {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header.transparent {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  z-index: 110;
}

#header.transparent.full {
  border-bottom: none;
}

#header .container {
  position: relative;
}

#header.sticky {
  transition: transform 0.5s ease;
  z-index: 498;
}

#header.fixed {
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.11);
  opacity: 1;
  position: fixed;
  top: 0;
}

#header .header-wrapper,
#header .container {
  backface-visibility: hidden;
  transform: translateZ(0);
}

#header .header {
  backface-visibility: hidden;
  line-height: 85px;
  min-height: 85px;
  transform: translateZ(0);
  transition: line-height 0.3s;
}

#header.fixed .header {
  line-height: 50px;
  min-height: 50px;
}

body.site-wide #header.full .header-wrapper .container {
  padding: 0 50px;
  width: 100%;
}

#header .mobile-nav-icon {
  cursor: pointer;
  display: none;
  float: left;
  font-size: 30px;
  padding: 0 15px;
  position: absolute;
  z-index: 1;
}

#header #logo {
  display: block;
  float: left;
  height: 100%;
  max-width: 200px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 1;
}

#header #logo a {
  height: 100%;
  left: 0;
  position: absolute;
  transform: none;
  width: 100%;
}

#header #logo img {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto 0;
  max-height: 50%;
  max-width: 100%;
  min-height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s;
  width: auto;
}

#logo .light-logo,
#logo .dark-sticky,
#header.fixed #logo .dark-logo,
#header.light #logo .dark-logo {
  opacity: 0;
}

#header:not(.fixed).dark #logo .dark-logo,
#header:not(.fixed).light #logo .light-logo,
#header.fixed #logo .dark-sticky {
  display: inline-block;
  opacity: 1;
  position: relative;
  vertical-align: middle;
}

#header.light #logo .light-logo {
  opacity: 0 !important;
}

#header.light #logo .dark-logo {
  display: inline-block !important;
  opacity: 1 !important;
  position: relative !important;
  vertical-align: middle;
}

.nav-wrapper {
  display: block;
  min-height: 50px;
  position: relative;
  text-align: right;
  white-space: nowrap;
}

#nav {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.dropdown-nav,
.dropdown-nav ul,
.dropdown-nav ul li,
.dropdown-nav ul li a {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.dropdown-nav::after,
.dropdown-nav > ul::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.dropdown-nav > ul > li {
  display: block;
  float: left;
}

.dropdown-nav > ul > li > a {
  font-family: Oswald, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav > ul > li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}

.nav > ul > li > a {
  transition:
    color 0.15s ease-in,
    background-color 0.15s ease-in,
    border-color 0.15s ease-in;
}

#header.light .nav > ul > li > a,
#header.transparent.light .mobile-nav-icon {
  color: #fbfbfb;
}

#header.light .nav > ul > li:hover > a,
#header.transparent.light:not(.fixed) .mobile-nav-icon:hover {
  color: #fff;
}

.nav > ul > li > a,
#header.fixed #nav > ul > li > a {
  color: #777;
}

.nav > ul > li:hover > a,
#nav > ul > li:hover > a {
  background: rgba(0, 0, 0, 0.02);
  border-color: #fa5c5d;
}

#header #nav > ul > li:hover > a,
#header #nav ul > li.is-current > a,
#header.fixed #nav > ul > li:hover > a,
#header.fixed #nav ul > li.is-current > a {
  color: #fa5c5d;
}

.dropdown-nav > ul > li > a::before {
  animation-delay: 0.2s;
  bottom: -20px;
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  height: 10px;
  left: 0;
  line-height: 15px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.35s;
  width: 100%;
}

.dropdown-nav > ul > li:hover > a::before {
  bottom: 0;
  opacity: 1;
}

/* Page title */

.title-wrapper {
  background: #21242a;
  min-height: 320px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 6;
}

.title-wrapper .section-overlay {
  opacity: 0.6;
}

.title-wrapper .container {
  padding: 100px 0;
}

.title-wrapper.full .container {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

.title {
  position: relative;
  z-index: 99;
}

.title h1 {
  color: #fff;
  display: inline-block;
  margin: 20px 0;
  padding: 20px 0;
  text-transform: uppercase;
}

/* Grid */

.container {
  clear: both;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* Sections */

#content {
  position: relative;
  z-index: 1;
}

.main-content {
  margin-top: 40px;
  min-height: 300px;
  padding-bottom: 40px;
  position: relative;
  z-index: 5;
}

.main-content.full-width {
  margin-top: 0;
  padding: 0;
}

.full,
.full-width {
  width: 100% !important;
}

.site-wide .full-width {
  overflow: hidden;
}

.content-wrapper,
.section {
  position: relative;
}

.full-width .section {
  padding: 95px 0;
}

.home-intro-panel {
  background-color: #e8e8e8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.brand-heading {
  font-family: Montserrat, Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 80px;
  text-align: center;
}

.home-intro-copy {
  text-align: center;
}

.section-lead {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
}

.contact-lead {
  color: #999;
}

.spacer {
  display: block;
}

.spacer-lg {
  height: 50px;
}

.spacer-md {
  height: 30px;
}

.row {
  clear: both;
  float: none;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 1;
}

.row::before {
  display: none;
}

.row::after {
  clear: both;
  content: " ";
  display: table;
}

.page-detail-inner {
  margin-bottom: 30px;
}

.bg-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.skills-bg {
  background-image: url("/assets/images/picture-0112.jpg");
}

.contact-bg {
  background-image: url("/assets/images/picture-0441.jpg");
}

.privacy-hero-bg {
  background-image: url("/assets/images/picture-0741.jpg");
}

.parallax .bg-image {
  height: 200%;
  transform: translate3d(0, -50%, 0);
}

.section-overlay {
  bottom: 0;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
}

.overlay-dark {
  background-color: #21242a;
}

/* Footer */

#footer {
  position: relative;
  z-index: 1;
}

#footer a:hover {
  color: #fff;
}

#footer-bottom {
  background-color: #222;
  line-height: 25px;
  min-height: 100px;
  padding: 50px 0 20px;
  position: relative;
}

#footer-bottom.footer-large {
  padding: 40px 0;
}

#footer-text {
  color: #777;
}

#footer-text a {
  color: #999;
}

#footer-nav {
  float: right;
  text-align: right;
}

#footer-nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#footer-nav > ul > li {
  float: left;
  padding: 0 10px;
}

.footer-menu > li a {
  color: #999;
  font-size: 13px;
  font-weight: 600;
}

/* Utilities */

.clear {
  clear: both;
  float: none;
}

.clear::before,
.clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.content p {
  margin: 0 0 20px;
}

#toTop {
  bottom: 60px;
  display: block;
  opacity: 0;
  position: fixed;
  right: 25px;
  transition: all 0.35s;
  visibility: hidden;
  z-index: 9999;
}

#toTop.active {
  opacity: 0.6;
  visibility: visible;
}

#toTop.active:hover {
  opacity: 1;
}

#toTop .border {
  border: 2px solid transparent;
  border-radius: 50%;
  color: #fa5c5d;
  cursor: pointer;
  display: inline-block;
  font-size: 40px;
  height: 60px;
  line-height: 50px;
  position: relative;
  text-align: center;
  transition: all 0.35s;
  vertical-align: middle;
  width: 60px;
  z-index: 1;
}

#toTop .border::before {
  background: #21242a;
  border: 2px solid transparent;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -2px;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  top: -2px;
  transition:
    transform 0.2s,
    opacity 0.2s;
  width: 100%;
  z-index: -1;
}

#toTop:hover .border {
  border-color: #fa5c5d;
  color: #fa5c5d;
}

#toTop:hover .border::before {
  opacity: 0;
  transform: scale(0);
  transition:
    transform 0.4s,
    opacity 0.2s;
}

.heading {
  text-align: center;
}

.heading h2 {
  display: inline-block;
  margin-bottom: 30px;
}

.heading.title-4 h2 {
  font-weight: 300;
}

.heading.title-4 h2::after {
  border-top: 1px solid #cdcdcd;
  color: #fa5c5d;
  content: "\f068";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  line-height: 2px;
  margin: 30px auto 0;
  opacity: 0.8;
  text-align: center;
  width: 100px;
}

.alt-color .heading.title-4 h2::after {
  border-top-color: #fff;
}

.info-box {
  padding: 40px 0;
}

.info-box h3 {
  display: block;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 0;
  text-transform: uppercase;
}

.info-box.border-none h3 {
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.info-box p {
  margin: 0 0 10px;
}

.alt-color .info-box p {
  color: #999 !important;
}

.box-icon {
  border-color: #21242a;
  display: block;
  text-align: center;
}

.service-icon {
  border-color: #e56338;
  color: #e56338;
}

.contact-icon {
  border-color: #fa5c5d;
  color: #fa5c5d;
}

.icon-wrapper {
  border: 1px solid transparent;
  border-color: inherit;
  color: inherit;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 120px;
  position: relative;
  text-align: center;
  transition: background 0.4s;
  vertical-align: top;
  width: 140px;
  z-index: 0;
}

.icon-top.icon-large.border-none .icon-wrapper {
  height: auto;
  line-height: 100px;
  width: auto;
}

.info-box.border-circle .icon-wrapper,
.info-box.border-circle .icon-wrapper::before,
.info-box.border-circle .icon-wrapper::after {
  border-radius: 50%;
  border-width: 2px;
}

.info-box.border-none .icon-wrapper {
  border: none;
}

.icon-wrapper i {
  color: inherit;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}

.info-box.border-none .icon-wrapper i {
  transform: none;
}

.info-box:hover .icon-wrapper {
  background-color: #21242a;
  border-color: #21242a;
  color: #fff;
}

.info-box.border-none:hover .icon-wrapper {
  background: none !important;
  color: #21242a;
}

.info-box.icon-top {
  text-align: center;
}

.info-box.icon-top h3::after {
  border-top: 1px solid #999;
  content: "";
  display: block;
  height: 1px;
  margin: 20px auto;
  opacity: 0.3;
  width: 100px;
}

.alt-color .info-box.icon-top h3::after {
  border-top-color: rgba(255, 255, 255, 0.8);
}

.icon-top.border-none h3::after {
  display: none;
}

.icon-top.icon-large.border-circle .box-content {
  margin-top: 30px;
}

.donut-chart {
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.donut-chart span {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.donut-chart span {
  font-size: 45px;
  line-height: 45px;
  top: 38%;
}

.half-donut-chart {
  margin-bottom: 30px;
  text-align: center;
}

.half-donut-chart span {
  bottom: 0;
  top: auto;
}

.half-donut-chart .chart-content {
  margin-top: 20px;
}

.alt-color .half-donut-chart h3 {
  color: #fff;
}

.alt-color .donut-chart span {
  color: #999;
}

#nav a:focus {
  box-shadow: none !important;
  outline: 0 !important;
  text-decoration: none;
}

.content-element {
  margin-bottom: 35px;
}

.text-block :last-child,
.text-block p:last-child {
  margin-bottom: 0;
}

.grid-col-xs-12,
.grid-col-md-4,
.grid-col-md-6,
.grid-col-md-12,
.grid-col-lg-3,
.grid-col-sm-6,
.grid-col-sm-12 {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.grid-col-xs-12 {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .grid-col-sm-6,
  .grid-col-sm-12 {
    float: left;
  }

  .grid-col-sm-6 {
    width: 50%;
  }

  .grid-col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .grid-col-md-4,
  .grid-col-md-6,
  .grid-col-md-12 {
    float: left;
  }

  .grid-col-md-4 {
    width: 33.33333333%;
  }

  .grid-col-md-6 {
    width: 50%;
  }

  .grid-col-md-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .grid-col-lg-3 {
    float: left;
    width: 25%;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 32px !important;
    line-height: 1.5 !important;
  }

  h2 {
    font-size: 26px !important;
    line-height: 1.5 !important;
  }

  h3 {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }

  h4 {
    font-size: 22px !important;
    line-height: 1.5 !important;
  }

  h5,
  h6 {
    font-size: 20px !important;
    line-height: 1.5 !important;
  }

  .title h1 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper,
  .title-wrapper,
  [id^="gdpr-"] {
    scroll-margin-top: 58px;
  }

  .container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .column.grid-column {
    padding-bottom: 4%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 4%;
  }

  #header .header {
    line-height: 50px;
    min-height: 50px;
  }

  body.site-wide #header.full .header-wrapper .container {
    padding: 0 15px;
  }

  #header .mobile-nav-icon {
    display: block;
    z-index: 2;
  }

  #header #logo {
    display: block;
    height: 50px;
    left: 0;
    margin: 0 30%;
    max-width: none;
    padding: 0;
    position: absolute;
    width: 40%;
    z-index: 1;
  }

  #header #logo a {
    display: inline-block;
    height: 50px;
    line-height: 40px;
    position: relative;
    width: 100%;
  }

  #header #logo a img {
    margin: auto;
    position: absolute !important;
  }

  .nav-wrapper {
    display: none;
    padding-top: 50px;
    text-align: right;
  }

  .mobile-menu-open .nav-wrapper {
    display: block !important;
  }

  #nav {
    clear: both;
    display: block;
    float: none;
  }

  #nav .menu {
    background: #fff;
    border-top: 2px solid #fa5c5d;
    display: block;
  }

  .nav > ul > li {
    float: none;
    padding: 0;
  }

  .nav > ul > li > a {
    border-top: 1px solid #ececec;
    color: #777 !important;
    display: block;
    line-height: 50px;
    padding: 0 15px;
  }

  .nav > ul > li:hover > a,
  #header #nav ul > li.is-current > a {
    background: #fff;
    color: #fa5c5d !important;
  }

  .dropdown-nav > ul > li > a::before {
    display: none;
  }

  .title h1 {
    margin: 0 20px;
  }

  .info-box {
    margin-top: 30px;
  }

  .info-box .box-content {
    text-align: center !important;
  }

  .info-box .box-icon {
    float: none;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 799px) {
  .title-wrapper,
  .no-title .main-content {
    padding-top: 50px;
  }
}

@media screen and (max-width: 992px) {
  .title-wrapper {
    min-height: 80px;
  }

  #footer-text,
  #footer-nav {
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
  }

  #footer-nav ul {
    clear: both;
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media screen and (min-width: 1080px) {
  .site-wide .title-wrapper,
  .site-wide.no-title .main-content {
    padding-top: 85px;
  }

  .title-wrapper .container {
    padding: 100px 0;
  }
}
