@charset "UTF-8";
/* !
Theme Name: MDS
Theme URI: 
Author: Marrion Luaka
Author URI: https://marrionluaka.com
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail.
Version: 1.0
License: GNU General Public License v2 or later
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: MDS
*/
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
@-webkit-keyframes thb-scrollanimation {
  0% {
    height: 5px; }
  50% {
    height: 24px; }
  100% {
    height: 5px; } }
@keyframes thb-scrollanimation {
  0% {
    height: 5px; }
  50% {
    height: 24px; }
  100% {
    height: 5px; } }

html {
  background: #1a1a1a; }

img {
  max-width: 100%;
  height: auto; }

html body {
  position: relative;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px;
  overflow-x: hidden;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.layout {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

ul {
  list-style: none; }

.row {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.col-lg-8, .col-lg-4, .col-md-6, .col-md-4, .col-md-3 {
  padding: 0 !important; }
  @media only screen and (min-width: 37.5em) {
    .col-lg-8, .col-lg-4, .col-md-6, .col-md-4, .col-md-3 {
      padding-left: 8px !important;
      padding-right: 8px !important; } }

#front-page section {
  padding: 60px 0 80px; }

#front-page #contact-us, #front-page #about {
  padding-bottom: 60px; }

#testimonials {
  height: auto !important;
  padding: 60px 0 80px !important;
  background-image: url(../mds/img/build/testimonials.jpg); }
  #testimonials .swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #testimonials .swiper-wrapper {
    padding-bottom: 20px; }
  #testimonials .swiper-pagination-bullets {
    position: relative; }
  #testimonials .swiper-pagination-bullet {
    width: 10px;
    height: 10px; }
    #testimonials .swiper-pagination-bullet-active {
      background-color: #D21E1F; }
  #testimonials .testimonials__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #testimonials .testimonials__content img {
      width: 136px;
      height: 136px;
      border-radius: 999px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      -o-object-fit: cover;
      object-fit: cover; }
  #testimonials .testimonials__quote {
    margin-bottom: 0; }
  #testimonials header {
    padding-bottom: 10px !important; }
    #testimonials header .title {
      margin-bottom: 10px !important; }
  #testimonials h3, #testimonials p {
    color: #fff !important; }

#contact-us .contact-map {
  height: 100%;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eaeaea;
  border-radius: 4px; }
  @media only screen and (min-width: 48em) {
    #contact-us .contact-map iframe {
      height: 100%; } }

#contact-us .contact-info-container {
  margin-top: 20px; }
  @media only screen and (min-width: 48em) {
    #contact-us .contact-info-container {
      margin-top: 0; } }

#contact-us .contact-info {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding-bottom: 18px; }
  #contact-us .contact-info__title {
    margin-bottom: 10px;
    font-size: 1rem; }
    #contact-us .contact-info__title::before {
      font-family: "FontAwesome";
      margin-right: 8px;
      color: #D21E1F; }
    #contact-us .contact-info__title + p {
      padding-left: 25px !important;
      text-align: left !important;
      margin-bottom: 0 !important; }
  #contact-us .contact-info--location .contact-info__title::before {
    content: "\f041"; }
  #contact-us .contact-info--email .contact-info__title::before {
    content: "\f0e0"; }
  #contact-us .contact-info--contact .contact-info__title::before {
    content: "\f095"; }
  #contact-us .contact-info--social {
    margin-bottom: 0; }
    #contact-us .contact-info--social .contact-info__title::before {
      content: "\f086"; }
    #contact-us .contact-info--social ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-left: 25px;
      margin-top: 1em; }
      #contact-us .contact-info--social ul li {
        margin-right: 3em; }
        #contact-us .contact-info--social ul li:last-child {
          margin-right: 0; }
        #contact-us .contact-info--social ul li a {
          color: #D21E1F; }
          #contact-us .contact-info--social ul li a:hover {
            color: #f38a66; }
          #contact-us .contact-info--social ul li a i {
            font-size: 1.7em; }

#credentials h3 {
  font-size: 2rem;
  font-weight: 300;
  color: #333; }
  @media only screen and (min-width: 48em) {
    #credentials h3 {
      font-size: 2.3125rem; } }

#credentials p {
  font-weight: 300;
  color: #5b5b5b;
  line-height: 1.7;
  max-width: 750px;
  font-size: .875rem;
  letter-spacing: 1px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

#front-page section header .title, .about__segment .title, .post-title h2, .post-title__meta, #page h3, #about .about-reasons h4, #about .about-summary__accordion h2, .single-content__meta, #services figure figcaption .title {
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
  color: #333;
  margin-bottom: 22px; }

#front-page section header, .about__segment, .about-team__content .about__segment {
  padding: 20px 15px; }
  @media only screen and (min-width: 56.25em) {
    #front-page section header .title, .about__segment .title {
      font-size: 2.3125rem; } }
  #front-page section header p, .about__segment p, .about-team__content .about__segment p {
    margin: 0 auto;
    margin-bottom: 2rem !important; }

#testimonials blockquote, #contact-us .contact-info__title + p, #front-page section header p, .about__segment p, .about-team__content .about__segment p, .post-content p, #page li, #page p, #about p, .about__segment .about__subtitle, .about-team__content p, .single-content p, #faq p, #services figure figcaption .body {
  font-weight: 300;
  color: #5b5b5b;
  line-height: 1.7;
  margin-top: 1em;
  margin-bottom: 30px;
  max-width: 750px;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 1px; }
  @media only screen and (min-width: 56.25em) {
    #testimonials blockquote, #contact-us .contact-info__title + p, #front-page section header p, .about__segment p, .about-team__content .about__segment p, .post-content p, #page li, #page p, #about p, .about__segment .about__subtitle, .about-team__content p, .single-content p, #faq p, #services figure figcaption .body {
      font-size: 1rem; } }

#about .about-summary__accordion .accordion, #faq .accordion {
  border-top: 1px solid #eaeaea; }
  #about .about-summary__accordion .accordion-container__title, #faq .accordion-container__title {
    text-align: left;
    border-bottom: 1px solid #eaeaea; }
    #about .about-summary__accordion .accordion-container__title button, #faq .accordion-container__title button {
      text-align: left;
      color: #333;
      font-size: 18px;
      font-weight: 300;
      text-decoration: none;
      padding: 15px 30px 15px 0;
      border: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  #about .about-summary__accordion .accordion-container__panel p, #faq .accordion-container__panel p {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0; }

#site-nav .container nav .nav-cta .mds-btn::after, .header-hero__cta .mds-btn::after {
  background-color: #fff; }

#site-nav .container nav .nav-cta .mds-btn::before, .header-hero__cta .mds-btn::before {
  background-color: #00000096; }

#site-nav .container nav .nav-cta .mds-btn:hover, .header-hero__cta .mds-btn:hover {
  color: #fff;
  background: transparent; }
  #site-nav .container nav .nav-cta .mds-btn:hover::before, .header-hero__cta .mds-btn:hover::before {
    background-color: #00000096; }
  #site-nav .container nav .nav-cta .mds-btn:hover::after, .header-hero__cta .mds-btn:hover::after {
    background-color: #fff; }

#testimonials, .header-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  padding: 30px 0;
  color: #fff;
  position: relative;
  z-index: 1;
  background-position: 50% 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #testimonials:after, .header-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    background-color: rgba(0, 0, 0, 0.5); }
  #testimonials .container, .header-hero .container {
    position: relative;
    z-index: 3; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

#comments .comments-header {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 4px; }

#comments .comment {
  list-style: none; }

#comments .byuser .post-comment__avatar img {
  border: 3px solid #D21E1F; }

#comments .post-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #comments .post-comment__avatar {
    padding-right: 1.5rem; }
    #comments .post-comment__avatar img {
      max-width: 100%;
      height: auto;
      border-radius: .3rem; }
  #comments .post-comment__wrapper {
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    padding-bottom: 30px; }
  #comments .post-comment__author {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: capitalize; }
  #comments .post-comment__date {
    margin-top: 0;
    margin-bottom: 0;
    color: #808080;
    font-size: .85rem; }
  #comments .post-comment__content {
    margin-top: 1.3rem; }
    #comments .post-comment__content p {
      color: #808080;
      margin-bottom: 20px; }

.comments-form .col-md-10, .comments-form .col-12, .comments-form h4 {
  padding: 0 !important; }
  @media only screen and (min-width: 37.5em) {
    .comments-form .col-md-10, .comments-form .col-12, .comments-form h4 {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.comments-form .form-group {
  margin-bottom: 0; }

.comments-form input[type=text] {
  color: #000000;
  opacity: .8;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px; }

.comments-form textarea {
  color: #000000;
  opacity: .8;
  font-size: 14px;
  border-radius: 10px;
  padding: 20px;
  height: auto; }

.comments-form__heading {
  position: relative;
  text-align: center; }
  .comments-form__heading span {
    font-size: 20px;
    font-weight: 400; }
    .comments-form__heading span::after {
      content: "";
      position: absolute;
      top: 53%;
      height: 1px;
      width: 50px;
      display: block;
      border-bottom: 1px solid #dedede;
      right: 69%;
      margin-right: 25px; }
    .comments-form__heading span::before {
      content: "";
      position: absolute;
      top: 53%;
      height: 1px;
      width: 50px;
      display: block;
      border-bottom: 1px solid #dedede;
      left: 75%;
      margin-right: 25px; }

.comments-form__btn {
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px; }

form .search-bar__input {
  color: grey;
  font-size: 13px;
  border-radius: 10px;
  position: relative;
  border: solid 0.5px #D21E1F;
  padding: 20px; }

form .search-bar__btn {
  right: 0px;
  top: 0px;
  bottom: 0px; }
  form .search-bar__btn button {
    border-radius: 10px;
    border: none;
    background-color: #D21E1F;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 11;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-transition: .8s ease;
    transition: .8s ease;
    border: solid 1px #D21E1F; }

.widget {
  font-weight: 300;
  background-color: rgba(225, 225, 225, 0.24);
  margin-bottom: 50px;
  padding: 40px; }
  .widget h4 {
    font-weight: 300;
    text-align: center; }
  .widget a {
    color: #737373;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .8s ease;
    transition: .8s ease;
    text-transform: uppercase; }
    .widget a:hover {
      color: #D21E1F;
      text-decoration: none; }
  .widget--categories li {
    list-style: none;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis; }
    .widget--categories li .w-category-number {
      float: right;
      background-color: #F8F8F8;
      position: relative;
      z-index: inherit; }
  .widget--tags li a {
    font-size: 10px;
    display: inline-block;
    padding: 10px 14px 9px 14px;
    border: solid 1px #000000;
    color: #000000;
    margin-right: 0px;
    margin-top: 5px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
    border-radius: 50rem;
    text-transform: uppercase; }
    .widget--tags li a:hover, .widget--tags li a:active, .widget--tags li a:focus {
      text-decoration: none;
      background-color: #D21E1F;
      color: white;
      -webkit-box-shadow: 1px 1px 15px #e1e1e1;
      box-shadow: 1px 1px 15px #e1e1e1;
      border: solid 1px #D21E1F; }

.dots {
  overflow-wrap: break-word;
  white-space: nowrap; }
  .dots:before {
    content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
    white-space: nowrap;
    height: 2px;
    opacity: 1;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 8px; }

.underline {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #D21E1F;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 37.5em) {
    .underline {
      display: inline-block;
      margin-right: 8px; } }

#blog_posts .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .nav-links .page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6; }
    .nav-links .page-numbers:first-child {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem; }
    .nav-links .page-numbers:last-child {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem; }
    .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
      text-decoration: none;
      color: white;
      background-color: #D21E1F; }

.page-banner {
  background-color: #000;
  padding: 250px 0 40px 0;
  position: relative; }
  .page-banner__content {
    position: relative;
    z-index: 2; }
  .page-banner__title {
    font-weight: 300;
    font-size: 2.6rem;
    margin: 0 0 1rem 0;
    color: #FFF; }
    @media only screen and (min-width: 56.25em) {
      .page-banner__title {
        font-size: 3.6rem; } }
  .page-banner__bg-image {
    opacity: .33;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .page-banner__intro {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #EDEDED; }
    @media only screen and (min-width: 56.25em) {
      .page-banner__intro {
        font-size: 1.65rem; } }
  .page-banner__intro p {
    margin: 0; }

#site-nav .container nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0; }
  @media only screen and (min-width: 56.25em) {
    #site-nav .container nav {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  #site-nav .container nav .nav-logo {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    #site-nav .container nav .nav-logo img {
      width: 150px; }
  #site-nav .container nav #mobile-overlay {
    cursor: pointer;
    position: fixed;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  #site-nav .container nav #mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2rem;
    height: 100%;
    position: fixed;
    top: 0;
    right: -225px;
    background-color: #111;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 900; }
    #site-nav .container nav #mobile-menu .navbar {
      display: block !important; }
    #site-nav .container nav #mobile-menu a {
      color: #818181;
      padding: 8px 8px 8px 32px; }
      #site-nav .container nav #mobile-menu a.active {
        color: #fff; }
    #site-nav .container nav #mobile-menu .mds-btn {
      margin-top: 15px;
      color: #fff;
      letter-spacing: 2px;
      padding: 10px 15px; }
    #site-nav .container nav #mobile-menu .mobile-copyright {
      text-align: center;
      margin-bottom: 7%;
      color: #fff;
      font-size: .75rem;
      padding: 5px; }
  #site-nav .container nav #main-menu {
    display: none; }
    @media (min-width: 992px) {
      #site-nav .container nav #main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: .5rem 0;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    #site-nav .container nav #main-menu .navbar {
      margin: 0; }
    #site-nav .container nav #main-menu a {
      padding: 0;
      margin-left: 1rem;
      color: #fff;
      display: inline-block; }
      #site-nav .container nav #main-menu a.active, #site-nav .container nav #main-menu a:hover {
        color: #D21E1F; }
      @media only screen and (min-width: 75em) {
        #site-nav .container nav #main-menu a {
          margin-left: 30px; } }
  #site-nav .container nav .nav-links a {
    text-decoration: none;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #site-nav .container nav .nav-cta {
    display: none;
    font-size: 12px;
    color: #fff; }
    #site-nav .container nav .nav-cta .mds-btn {
      padding: 10px;
      letter-spacing: 3px;
      font-size: 10px; }
    @media (min-width: 992px) {
      #site-nav .container nav .nav-cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    #site-nav .container nav .nav-cta__lang {
      margin-right: 7%; }

#site-nav {
  position: fixed;
  background: transparent;
  padding: .5rem 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  #site-nav.with-shadow {
    background: #ffffffa1;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
    #site-nav.with-shadow #main-menu .nav-link, #site-nav.with-shadow .nav-cta {
      color: #333; }
    #site-nav.with-shadow .hamburger-menu__bar {
      background-color: #333; }
  #site-nav.move-up {
    top: -118px; }
  #site-nav.move-down {
    top: 0; }

.error404 #site-nav {
  background: #000000a1; }

.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .hamburger-menu__bars {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 12px;
    padding: 0;
    width: 20px; }
  .hamburger-menu__bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    display: block; }
  @media (min-width: 992px) {
    .hamburger-menu {
      display: none; } }

.header-hero {
  background-image: url(../mds/img/build/vancouver.jpg);
  position: relative; }
  .header-hero__video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; }
  .header-hero__content {
    text-align: center;
    padding: 10rem 0 0;
    max-width: 500px;
    margin: 0; }
    @media only screen and (min-width: 37.5em) {
      .header-hero__content {
        padding: 13rem 0rem 0;
        max-width: none; } }
    .header-hero__content h1 {
      font-size: 2.6rem;
      font-weight: 300;
      text-transform: uppercase; }
      @media only screen and (min-width: 56.25em) {
        .header-hero__content h1 {
          font-size: 3.6rem;
          max-width: 750px;
          margin: 0 auto 1rem; } }
    .header-hero__content p {
      font-weight: 300;
      font-size: 1.2rem;
      line-height: 1.3;
      color: #EDEDED; }
      @media only screen and (min-width: 56.25em) {
        .header-hero__content p {
          font-size: 1.65rem; } }
  .header-hero__cta {
    display: inline-block; }
    .header-hero__cta .mds-btn {
      padding: 10px 15px;
      letter-spacing: 3px;
      margin-top: 15px;
      font-size: 11px; }
      @media only screen and (min-width: 37.5em) {
        .header-hero__cta .mds-btn {
          margin-top: 20px; } }

.scroll-bottom {
  display: block;
  margin: 4em auto 0;
  width: 30px;
  height: 50px;
  text-align: center;
  z-index: 30;
  cursor: pointer; }
  .scroll-bottom.style2 {
    bottom: 30px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 14px;
    border: 2px solid rgba(31, 31, 31, 0.4);
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85); }
    .scroll-bottom.style2.light {
      border-color: rgba(255, 255, 255, 0.4); }
      .scroll-bottom.style2.light div {
        background: #fff; }
    .scroll-bottom.style2 div {
      position: absolute;
      top: 8px;
      left: 12px;
      width: 2px;
      height: 4px;
      background: #1f1f1f;
      border-radius: 4px;
      -webkit-animation: thb-scrollanimation 2s infinite;
      animation: thb-scrollanimation 2s infinite; }

.mds-btn {
  color: #fff;
  display: inline-block;
  padding: 15px 15px 15px 18px;
  text-align: center;
  letter-spacing: 5px;
  background-color: #D21E1F;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-weight: 300;
  border: 0;
  margin: 0 auto;
  margin-top: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 4px; }
  .mds-btn:hover {
    color: #333;
    text-decoration: none; }
    @media (max-width: 799px) {
      .mds-btn:hover {
        color: #848484; } }
    .mds-btn:hover::before {
      width: 102%; }
      @media (max-width: 799px) {
        .mds-btn:hover::before {
          display: none; } }
    .mds-btn:hover::after {
      width: 30%; }
      @media (max-width: 799px) {
        .mds-btn:hover::after {
          display: none; } }
  .mds-btn::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 0%;
    height: 100%;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .mds-btn::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #333;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease; }

.free-assessment {
  overflow: hidden; }
  .free-assessment__form {
    max-width: 700px;
    margin: 0 auto; }
    .free-assessment__form__tabs {
      overflow: hidden; }
      .free-assessment__form__tabs .tabs-container {
        -webkit-transition-duration: 0ms;
        transition-duration: 0ms;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        position: relative;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
        .free-assessment__form__tabs .tabs-container .tab {
          height: 100%;
          position: relative;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          padding: 10px; }
          @media only screen and (min-width: 37.5em) {
            .free-assessment__form__tabs .tabs-container .tab {
              padding: 15px; } }
          .free-assessment__form__tabs .tabs-container .tab legend {
            padding-bottom: 20px;
            text-align: center;
            font-weight: 300; }
          .free-assessment__form__tabs .tabs-container .tab ::-webkit-input-placeholder {
            /* Edge */
            text-transform: capitalize;
            font-size: .75rem;
            letter-spacing: 1px; }
          .free-assessment__form__tabs .tabs-container .tab :-ms-input-placeholder {
            /* Internet Explorer */
            text-transform: capitalize;
            font-size: .75rem;
            letter-spacing: 1px; }
          .free-assessment__form__tabs .tabs-container .tab ::-moz-placeholder {
            text-transform: capitalize;
            font-size: .75rem;
            letter-spacing: 1px; }
          .free-assessment__form__tabs .tabs-container .tab ::-ms-input-placeholder {
            text-transform: capitalize;
            font-size: .75rem;
            letter-spacing: 1px; }
          .free-assessment__form__tabs .tabs-container .tab ::placeholder {
            text-transform: capitalize;
            font-size: .75rem;
            letter-spacing: 1px; }
          .free-assessment__form__tabs .tabs-container .tab input[type="text"] {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-bottom: 1px solid #ced4da;
            border-radius: 0; }
            .free-assessment__form__tabs .tabs-container .tab input[type="text"].is-invalid {
              border-bottom-color: #dc3545; }
          .free-assessment__form__tabs .tabs-container .tab__container__content {
            margin: 20px 0;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
          .free-assessment__form__tabs .tabs-container .tab__container .form-group {
            margin-bottom: 2rem; }
          .free-assessment__form__tabs .tabs-container .tab .slideable {
            overflow-y: hidden;
            max-height: 0;
            -webkit-transition: max-height 300ms ease;
            transition: max-height 300ms ease; }
            .free-assessment__form__tabs .tabs-container .tab .slideable.open {
              max-height: 10000px; }
            .free-assessment__form__tabs .tabs-container .tab .slideable .mds-btn {
              padding: 10px;
              letter-spacing: 3px;
              font-size: 10px;
              text-transform: uppercase;
              margin: 0; }
              .free-assessment__form__tabs .tabs-container .tab .slideable .mds-btn--remove {
                background: #dc3545; }
              .free-assessment__form__tabs .tabs-container .tab .slideable .mds-btn:focus {
                outline: none; }
          .free-assessment__form__tabs .tabs-container .tab .dynamic {
            margin-bottom: 30px;
            background: #fafafa;
            padding: 10px; }
  .free-assessment__buttons {
    text-align: center;
    padding: 20px 0 0; }
    .free-assessment__buttons button {
      border: 1px solid #cccccc;
      background: transparent;
      padding: 10px 40px;
      font-size: .75rem;
      font-weight: 300;
      letter-spacing: 3px;
      display: inline-block; }
      .free-assessment__buttons button:focus {
        outline: none; }
    .free-assessment__buttons #prevBtn {
      display: none; }
  .free-assessment__progress {
    text-align: center;
    margin-top: 15px; }
    .free-assessment__progress .step {
      height: 10px;
      width: 10px;
      margin: 0 2px;
      background-color: #bbbbbb;
      border: none;
      border-radius: 50%;
      display: inline-block;
      opacity: 0.5; }
      .free-assessment__progress .step.active {
        opacity: 1; }
      .free-assessment__progress .step.finish {
        background-color: #4CAF50; }

section#numbers {
  padding: 0;
  background: url(./img/build/street.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 50%;
  background-attachment: fixed;
  color: #fff; }
  section#numbers .swiper-container {
    width: 100%;
    height: 100%; }
  section#numbers ul.swiper-wrapper {
    padding-left: initial;
    margin: 0;
    height: 470px;
    cursor: url(./img/drag.png) 16 9, ew-resize !important; }
    @media only screen and (min-width: 37.5em) {
      section#numbers ul.swiper-wrapper {
        height: 580px; } }
  section#numbers .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    width: 80%;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media only screen and (min-width: 56.25em) {
      section#numbers .swiper-slide:hover p {
        padding-bottom: 52px; } }
  section#numbers .swiper-content {
    width: 100%;
    padding: 60px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: linear-gradient(transparent, black);
    padding-top: 30px; }
    section#numbers .swiper-content h2, section#numbers .swiper-content h3, section#numbers .swiper-content p {
      text-align: left;
      font-weight: bold; }
    section#numbers .swiper-content h2 {
      font-size: 2rem; }
      @media only screen and (min-width: 56.25em) {
        section#numbers .swiper-content h2 {
          font-size: 3rem; } }
    section#numbers .swiper-content h3 {
      font-size: 1rem; }
      @media only screen and (min-width: 56.25em) {
        section#numbers .swiper-content h3 {
          font-size: 1.125rem; } }
    section#numbers .swiper-content p {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.7);
      -webkit-transition: padding-bottom 0.4s ease-out;
      transition: padding-bottom 0.4s ease-out; }
      @media only screen and (min-width: 56.25em) {
        section#numbers .swiper-content p {
          font-size: 0.875rem; } }

.post {
  border-bottom: solid 1px #e1e1e1; }
  .post:last-of-type {
    border-bottom: none; }
  .post-banner__img {
    width: 100%; }
  .post-title h2 {
    font-size: 22px; }
    @media only screen and (min-width: 37.5em) {
      .post-title h2 {
        font-size: 28px; } }
  .post-title__meta {
    font-size: .85rem; }
    .post-title__meta .fa {
      color: #C2C1C1; }
    @media only screen and (min-width: 37.5em) {
      .post-title__meta {
        font-size: 1rem; } }
  .post-footer .mds-btn {
    padding: 10px 15px;
    letter-spacing: 3px;
    margin-top: 15px;
    font-size: 11px; }
    @media only screen and (min-width: 37.5em) {
      .post-footer .mds-btn {
        margin-top: 20px; } }

#page li {
  list-style: disc;
  padding: .5rem 0;
  margin: 0;
  text-align: left;
  max-width: 100%; }

#page h3 {
  text-align: left;
  font-size: 1.6rem;
  padding-top: 22px; }
  @media only screen and (min-width: 56.25em) {
    #page h3 {
      font-size: 2.3125rem; } }

#page p {
  text-align: left;
  max-width: 100%; }

#page #cmplz-document {
  max-width: 100%; }

.footer {
  background-color: #111; }
  .footer__container__cta {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .footer__container__cta p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 18px;
      margin-bottom: 0; }
    .footer__container__cta .mds-btn {
      margin: 0;
      margin-top: 20px; }
      @media only screen and (min-width: 75em) {
        .footer__container__cta .mds-btn {
          margin-top: 0; } }
  .footer__container__content {
    padding: 60px 15px; }
    .footer__container__content__img {
      padding-bottom: 15px; }
    .footer__container__content .col-md-6 p {
      color: #666666; }
    .footer__container__content__links {
      margin-top: 20px; }
      @media only screen and (min-width: 75em) {
        .footer__container__content__links {
          margin-top: 0;
          padding-right: 0 !important;
          padding-left: 60px !important; } }
      .footer__container__content__links span {
        font-size: 16px;
        color: #666666; }
    .footer__container__content ul {
      padding: 0; }
      .footer__container__content ul li {
        margin-bottom: 14px; }
        .footer__container__content ul li a {
          color: rgba(255, 255, 255, 0.5);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .footer__container__content ul li a:hover {
            color: white;
            text-decoration: none; }
  .footer .subfooter {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px; }
    .footer .subfooter p {
      margin: 0;
      font-size: 13px;
      color: #666666; }

#about .about-reasons {
  margin-bottom: 1rem; }
  #about .about-reasons h4 {
    padding-top: 1em;
    font-size: 1.2rem; }
    @media only screen and (min-width: 75em) {
      #about .about-reasons h4 {
        font-size: 1.4rem; } }
  #about .about-reasons .icons {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    width: 137px;
    height: 137px;
    border-radius: 50%;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center; }
    #about .about-reasons .icons .fa {
      font-size: 3rem; }

#about .about-summary {
  margin-top: 6rem; }
  #about .about-summary__accordion h2 {
    font-size: 1.7rem;
    text-align: left; }
    @media only screen and (min-width: 56.25em) {
      #about .about-summary__accordion h2 {
        font-size: 2.3125rem; } }
  #about .about-summary__hook {
    margin-top: 1rem; }
    @media only screen and (min-width: 56.25em) {
      #about .about-summary__hook {
        margin-top: 0; } }

.about__segment .about__subtitle {
  max-width: 600px;
  line-height: 2; }

.about-intro .about__subtitle {
  font-size: 1.1rem; }

.about-intro__carousel img {
  width: 100%; }

.about-intro__carousel .swiper-pagination-bullets {
  position: relative;
  padding-top: 30px; }

.about-intro__carousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important; }
  .about-intro__carousel .swiper-pagination-bullet-active {
    background-color: #D21E1F; }

.about-intro__value {
  font-size: 1.27rem;
  font-weight: 300; }

.about-intro__icon {
  padding: 10px 14px; }
  .about-intro__icon--heart {
    background: #fef0f4; }
    .about-intro__icon--heart i {
      color: #ff719b; }
  .about-intro__icon--comment {
    background: #f0fffc; }
    .about-intro__icon--comment i {
      color: #23ebc5; }
  .about-intro__icon--users {
    background: #eeecfe; }
    .about-intro__icon--users i {
      color: #6c16f9; }
  .about-intro__icon--eye {
    background: #fff9f0; }
    .about-intro__icon--eye i {
      color: #ffb443; }

.about-team__content p {
  text-align: left;
  font-size: 1rem; }

.about-team__content blockquote {
  margin-bottom: .5rem; }
  .about-team__content blockquote p {
    margin-bottom: 0;
    font-style: italic;
    font-weight: normal; }
    @media only screen and (min-width: 56.25em) {
      .about-team__content blockquote p {
        font-size: 18px; } }
    .about-team__content blockquote p::after {
      content: '\201D'; }
    .about-team__content blockquote p::before {
      content: '\201C'; }

.about-team__content figcaption {
  color: #5b5b5b; }

.about-team__content .about__segment {
  padding: 0; }
  .about-team__content .about__segment .title {
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.8rem; }

.about-team__form {
  max-width: 700px;
  margin: 2rem auto; }
  .about-team__form h3 {
    text-align: center;
    font-weight: 300;
    color: #333;
    margin-bottom: 2.75rem;
    font-size: 2rem; }
  .about-team__form button, .about-team__form input, .about-team__form optgroup, .about-team__form select, .about-team__form textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .about-team__form input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0; }
  .about-team__form input[type=submit] {
    border: none;
    background: #D21E1F !important;
    padding: 10px 40px;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: 3px;
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto; }
  .about-team__form textarea {
    display: block;
    width: 100%;
    height: 150px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    overflow: auto;
    resize: vertical;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.single-content h2 {
  font-weight: 400;
  text-align: left;
  font-size: 1.8rem; }

.single-content ul, .single-content ol {
  color: #6d6d6d;
  margin-bottom: 1.875rem; }

.single-content ul {
  list-style: disc; }

.single-content ol {
  list-style: decimal; }

.single-content__meta {
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: .75rem;
  text-align: left; }

.single-content p {
  text-align: left;
  font-size: 1rem;
  color: #000000; }

.single-content blockquote {
  margin-bottom: 1.875rem; }
  .single-content blockquote p {
    margin-bottom: 0;
    font-style: italic;
    font-weight: normal; }
    @media only screen and (min-width: 56.25em) {
      .single-content blockquote p {
        font-size: 18px; } }
    .single-content blockquote p::after {
      content: '\201D'; }
    .single-content blockquote p::before {
      content: '\201C'; }

.single-content figcaption {
  color: #5b5b5b; }

.single-content .aligncenter,
.single-content .alignright {
  display: block; }

.single-content .aligncenter {
  margin: 0 auto; }

.single-content .alignright {
  margin-left: auto; }

.single-content .wp-block-gallery {
  margin-bottom: 1.875rem; }

.single-content .content-socials {
  border-bottom: 1px solid #e2e2e2; }
  .single-content .content-socials i {
    font-size: 1.25rem; }
  .single-content .content-socials a {
    height: 35px;
    width: 35px;
    display: inline-block; }
  .single-content .content-socials span {
    display: inline-block;
    height: 35px;
    width: 35px;
    color: white;
    position: relative;
    -webkit-transition: .9s ease;
    transition: .9s ease;
    cursor: pointer; }
    .single-content .content-socials span a {
      font-weight: normal;
      font-size: 12px;
      color: #000000;
      -webkit-transition: .8s ease;
      transition: .8s ease;
      text-decoration: none; }
    .single-content .content-socials span i {
      color: #FFFFFF;
      text-align: center;
      position: absolute;
      left: -4px;
      top: 6%;
      font-size: 16px; }
  .single-content .content-socials .fb {
    color: white;
    background: #3b5998; }
  .single-content .content-socials .tw {
    color: white;
    background: #55acee; }
  .single-content .content-socials .in {
    color: white;
    background: #0077b5; }

.single-content .post_navigation a {
  -webkit-transition: .8s ease;
  transition: .8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: solid 1px #000000;
  text-align: center;
  margin-top: 5px; }
  .single-content .post_navigation a:hover {
    text-decoration: none; }
  .single-content .post_navigation a i {
    color: #000000;
    font-size: 20px;
    -webkit-transition: ease;
    transition: ease; }

#faq {
  background: #f8f8f8; }
  #faq header h2.title {
    text-align: left; }
  #faq p {
    max-width: none;
    text-align: left; }
  #faq button {
    padding: 25px 30px 25px 0 !important;
    font-size: initial !important; }

#services figure {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px; }
  #services figure:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.1); }
    #services figure:hover .services-img {
      -webkit-transform: scale(1.06);
      transform: scale(1.06); }
  #services figure .services-img-container {
    height: 245px;
    overflow: hidden; }
  #services figure .services-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #services figure figcaption {
    padding: 30px; }
    #services figure figcaption .title {
      font-weight: 400;
      text-align: left;
      margin-bottom: 0;
      font-size: 1.125rem; }
    #services figure figcaption .body {
      text-align: left;
      margin-bottom: 0; }
      #services figure figcaption .body .more-content {
        -webkit-transition: all .5s ease-in;
        transition: all .5s ease-in;
        max-height: 0;
        opacity: 0;
        overflow: hidden; }
        #services figure figcaption .body .more-content.open {
          max-height: 1000px;
          opacity: 1; }
      #services figure figcaption .body .show-more {
        padding: 6px 0;
        font-size: 12px; }

.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh; }
  .error-page__title {
    font-size: 3rem;
    font-weight: 300;
    margin: .67em 0;
    line-height: 1;
    letter-spacing: .1rem; }
    @media only screen and (min-width: 56.25em) {
      .error-page__title {
        font-size: 6rem;
        margin-bottom: 40px; } }
  .error-page__sub {
    font-size: 1rem; }
  .error-page .mds-btn {
    margin-top: 30px; }
