/*
Theme Name: Averra Developments
Theme URI: http://www.averra.ca
Author: Parker McLean
Author URI: http://www.intheryecreative.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: Parker McLean
Domain Path: /languages/
Tags:

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

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent; }

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

b,
strong {
  font-weight: bold; }

img {
  border: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 600px) {
  .container {
    width: 570px; } }

@media (min-width: 800px) {
  .container {
    width: 770px; } }

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

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .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-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-0 {
  left: 0%; }

.col-xs-offset-12 {
  margin-left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 800px) {
  .col-md-1, .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-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1000px) {
  .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-pull-11 {
    right: 91.66666667%; }
  .col-xl-pull-10 {
    right: 83.33333333%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-8 {
    right: 66.66666667%; }
  .col-xl-pull-7 {
    right: 58.33333333%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-5 {
    right: 41.66666667%; }
  .col-xl-pull-4 {
    right: 33.33333333%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-2 {
    right: 16.66666667%; }
  .col-xl-pull-1 {
    right: 8.33333333%; }
  .col-xl-pull-0 {
    right: 0%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-push-11 {
    left: 91.66666667%; }
  .col-xl-push-10 {
    left: 83.33333333%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-8 {
    left: 66.66666667%; }
  .col-xl-push-7 {
    left: 58.33333333%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-5 {
    left: 41.66666667%; }
  .col-xl-push-4 {
    left: 33.33333333%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-2 {
    left: 16.66666667%; }
  .col-xl-push-1 {
    left: 8.33333333%; }
  .col-xl-push-0 {
    left: 0%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-0 {
    margin-left: 0%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

@media (max-width: 599px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 600px) and (max-width: 799px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 800px) and (max-width: 999px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1000px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 599px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 799px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 800px) and (max-width: 999px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1000px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both; }

/*       CSS Reset:
============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block;
  margin-bottom: -2px; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

a {
  outline: 0 !important; }

html, body {
  height: 100%;
  min-height: 100%; }

.row {
  margin-left: -7px;
  margin-right: -7px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px; }

.overbar:before {
  content: ' ';
  display: block;
  background-color: #aa1325;
  width: 50px;
  height: 5px;
  margin-bottom: 20px; }

.underbar:after {
  content: ' ';
  display: block;
  width: 76px;
  height: 1px;
  background-color: #313036;
  opacity: 0.3;
  margin: 14px 0 16px; }

html, body {
  font-size: 16px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

::selection {
  background-color: #5cad4e;
  color: #fff; }

body {
  font-family: "raleway",sans-serif;
  line-height: 1.37em; }

hr {
  opacity: 0.5;
  margin: 4rem 0; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

.text p {
  margin-bottom: 1em; }

.standard-text {
  /* Text meant only for screen readers. */ }
  .standard-text h1, .standard-text h2, .standard-text h3, .standard-text h4 {
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 0.2em; }
  .standard-text h1 {
    color: #5cad4e;
    font-size: 3em; }
  .standard-text h2 {
    font-size: 2.5em;
    margin-top: 1.5em;
    color: #5cad4e; }
  .standard-text h3 {
    font-size: 1.3em; }
  .standard-text p {
    margin-bottom: 1.4em; }
    .standard-text p strong {
      font-weight: 600; }
    .standard-text p em {
      font-style: italic; }
  .standard-text p a, .standard-text li a, .standard-text h1 a, .standard-text h2 a, .standard-text h3 a, .standard-text h4 a {
    color: #5cad4e;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    text-decoration: underline; }
    .standard-text p a:hover, .standard-text li a:hover, .standard-text h1 a:hover, .standard-text h2 a:hover, .standard-text h3 a:hover, .standard-text h4 a:hover {
      color: #313036; }
  .standard-text ul, .standard-text ol {
    padding-left: 1px;
    margin-bottom: 1em;
    margin-top: 1em; }
  .standard-text ul {
    list-style: circle;
    list-style-position: inside; }
  .standard-text li {
    margin-bottom: 1em; }
  .standard-text ol {
    list-style: decimal;
    list-style-position: inside; }
  .standard-text .alignnone {
    margin: 5px 20px 20px 0; }
  .standard-text .aligncenter,
  .standard-text div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .standard-text .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .standard-text .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .standard-text a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .standard-text a img.alignnone {
    margin: 5px 20px 20px 0; }
  .standard-text a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .standard-text a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .standard-text .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  .standard-text .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .standard-text .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .standard-text .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .standard-text .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .standard-text .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .standard-text .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .standard-text .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.button p {
  display: inline; }

.button a {
  display: inline-block;
  font-family: "canada-type-gibson", sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 14px;
  color: #5cad4e;
  border: 2px solid #5cad4e;
  padding: 23px 50px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden; }
  .button a:hover {
    background-color: #5cad4e;
    color: #fff; }

.button.white a {
  color: #fff;
  border-color: #fff; }
  .button.white a:hover {
    background-color: #fff;
    color: #313036; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.hero {
  background-color: #313036;
  color: #fff;
  position: relative;
  padding: 120px 0 90px;
  margin-bottom: 57px; }
  @media screen and (min-width: 800px) {
    .hero {
      padding-top: 180px; } }
  @media screen and (min-width: 1000px) {
    .hero {
      padding-top: 250px; } }
  @media screen and (min-width: 1200px) {
    .hero {
      padding-top: 250px; } }
  .hero .container {
    position: relative; }
  .hero .bg-image {
    background-size: 100% auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .hero .bg-image:after {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: black;
      opacity: 0.4; }
  .hero h3 {
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 16px;
    font-size: 14px; }
  .hero h1 {
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1em;
    margin-bottom: 16px; }
    @media screen and (min-width: 800px) {
      .hero h1 {
        font-size: 26px; } }
    @media screen and (min-width: 1000px) {
      .hero h1 {
        font-size: 36px; } }
  .hero p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4em; }
  .hero .learn-more a {
    position: absolute;
    top: 100%;
    top: 100%;
    margin-top: 30px;
    background-color: #5cad4e;
    font-weight: 600;
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 50px 100px 50px 44px;
    transition-property: all;
    transition-duration: 0.15s;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
    -webkit-backface-visibility: hidden; }
    .hero .learn-more a:hover {
      padding-top: 54px;
      padding-bottom: 54px;
      background-color: #61af51; }
    @media screen and (min-width: 800px) {
      .hero .learn-more a {
        margin-left: 8.3333333%;
        width: 41.666666666667%;
        z-index: 200; } }
.sub-hero {
  background-color: #5cad4e;
  background-image: url("images/svg/angle-back.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-family: "canada-type-gibson", sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  padding-bottom: 30px; }
  @media screen and (min-width: 1000px) {
    .sub-hero {
      padding-top: 210px; } }
  .sub-hero h1 {
    font-weight: 600;
    font-size: 24px; }
    @media screen and (min-width: 600px) {
      .sub-hero h1 {
        font-size: 36px; } }
    @media screen and (min-width: 800px) {
      .sub-hero h1 {
        font-size: 60px; } }
    @media screen and (min-width: 1000px) {
      .sub-hero h1 {
        font-size: 70px; } }
.sub-highlight {
  padding: 60px 0; }
  @media screen and (min-width: 800px) {
    .sub-highlight {
      padding: 90px 0 120px; } }
  .sub-highlight h1 {
    font-weight: 600;
    font-size: 24px;
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: 600;
    color: #5cad4e;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .sub-highlight h1 {
        font-size: 36px; } }
    @media screen and (min-width: 800px) {
      .sub-highlight h1 {
        font-size: 60px; } }
    @media screen and (min-width: 1000px) {
      .sub-highlight h1 {
        font-size: 70px; } }
  .sub-highlight h2 {
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1em;
    margin-bottom: 30px;
    color: #5cad4e;
    text-align: center; }
    @media screen and (min-width: 800px) {
      .sub-highlight h2 {
        font-size: 26px; } }
    @media screen and (min-width: 1000px) {
      .sub-highlight h2 {
        font-size: 36px; } }
  .sub-highlight h3 {
    font-size: 18px;
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (min-width: 1000px) {
      .sub-highlight h3 {
        font-size: 22px; } }
  .sub-highlight p {
    text-align: center;
    max-width: 280px;
    position: relative;
    margin: 0 auto; }
  .sub-highlight .step-1:after, .sub-highlight .step-2:after {
    content: ' ';
    display: block;
    position: relative;
    width: 66px;
    height: 28px;
    background-image: url("images/svg/arrow-down.svg");
    background-repeat: no-repeat;
    margin: 30px auto; }
    @media screen and (min-width: 800px) {
      .sub-highlight .step-1:after, .sub-highlight .step-2:after {
        display: none; } }
    @media screen and (min-width: 1000px) {
      .sub-highlight .step-1:after, .sub-highlight .step-2:after {
        display: block;
        position: absolute;
        height: 66px;
        width: 28px;
        background-image: url("images/svg/arrow.svg");
        right: -16px;
        top: 50%;
        margin-top: -33px; } }
.blog-flow {
  padding: 60px 0; }
  @media screen and (min-width: 800px) {
    .blog-flow {
      padding: 90px 0; } }
  .blog-flow .blog-img {
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
    max-width: 355px; }
    .blog-flow .blog-img .img-link {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0.03;
      font-size: 0;
      background-color: black; }
    .blog-flow .blog-img .img-button {
      position: absolute;
      bottom: 0;
      right: -30px;
      bottom: -30px;
      width: 60px;
      height: 60px;
      background-color: #5cad4e; }
      .blog-flow .blog-img .img-button:after {
        content: ' ';
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -12px;
        z-index: 99;
        background-image: url("images/svg/plus.svg");
        background-repeat: no-repeat; }
    @media screen and (min-width: 800px) {
      .blog-flow .blog-img {
        margin-bottom: 41px;
        margin-right: 29px; }
        .blog-flow .blog-img .img-button {
          width: 82px;
          height: 82px;
          right: -41px;
          bottom: -41px;
          transition-property: all;
          transition-duration: 0.2s;
          transition-delay: 0;
          transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
          -webkit-backface-visibility: hidden; }
        .blog-flow .blog-img .img-link {
          transition-property: all;
          transition-duration: 0.2s;
          transition-delay: 0;
          transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
          -webkit-backface-visibility: hidden; }
        .blog-flow .blog-img.left-button {
          margin-right: 0;
          margin-left: 47px; }
          .blog-flow .blog-img.left-button .img-button {
            right: auto;
            left: -47px; }
        .blog-flow .blog-img:hover .img-button {
          background-color: #313036;
          width: 90px;
          height: 90px; }
        .blog-flow .blog-img:hover .img-link {
          opacity: 0; } }
    @media screen and (min-width: 1000px) {
      .blog-flow .blog-img {
        margin-right: 31px;
        margin-bottom: 58px; }
        .blog-flow .blog-img.left-button {
          margin-right: 0;
          margin-left: 42px; }
          .blog-flow .blog-img.left-button .img-button {
            right: auto;
            left: -43px; } }
    @media screen and (min-width: 1200px) {
      .blog-flow .blog-img {
        margin-right: 74px; } }
  .blog-flow h3 {
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-size: 24px;
    padding-right: 40px; }
    .blog-flow h3 a {
      color: #4f4e51; }
      .blog-flow h3 a:hover {
        color: #5cad4e; }
  .blog-flow li {
    margin-bottom: 30px; }
    .blog-flow li .text {
      max-width: 355px; }
      @media screen and (min-width: 800px) {
        .blog-flow li .text {
          padding-top: 110px; } }
.blog-content {
  padding-bottom: 60px; }

.feature-img {
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px; }
  .feature-img .img-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.03;
    font-size: 0;
    background-color: black; }
  .feature-img .img-button {
    position: absolute;
    bottom: 0;
    right: -30px;
    bottom: -30px;
    width: 60px;
    height: 60px;
    background-color: #5cad4e; }
    .feature-img .img-button:after {
      content: ' ';
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      top: 50%;
      left: 50%;
      margin-top: -12px;
      margin-left: -12px;
      z-index: 99;
      background-image: url("images/svg/plus.svg");
      background-repeat: no-repeat; }
  @media screen and (min-width: 800px) {
    .feature-img {
      margin-bottom: 41px;
      margin-right: 41px; }
      .feature-img .img-button {
        width: 82px;
        height: 82px;
        right: -41px;
        bottom: -41px;
        transition-property: all;
        transition-duration: 0.2s;
        transition-delay: 0;
        transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
        -webkit-backface-visibility: hidden; }
      .feature-img .img-link {
        transition-property: all;
        transition-duration: 0.2s;
        transition-delay: 0;
        transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
        -webkit-backface-visibility: hidden; }
      .feature-img.left-button {
        margin-right: 0;
        margin-left: 47px; }
        .feature-img.left-button .img-button {
          right: auto;
          left: -47px; }
      .feature-img:hover .img-button {
        background-color: #313036;
        width: 90px;
        height: 90px; }
      .feature-img:hover .img-link {
        opacity: 0; } }
  @media screen and (min-width: 1000px) {
    .feature-img {
      margin-right: 58px;
      margin-bottom: 58px; }
      .feature-img.left-button {
        margin-right: 0;
        margin-left: 42px; }
        .feature-img.left-button .img-button {
          right: auto;
          left: -43px; } }
  @media screen and (min-width: 1200px) {
    .feature-img {
      margin-right: 74px; } }
.feature-flow {
  padding: 30px 0; }
  @media screen and (min-width: 800px) {
    .feature-flow {
      padding-top: 90px; } }
  @media screen and (min-width: 1200px) {
    .feature-flow {
      padding-bottom: 6em; } }
  .feature-flow .feature-text {
    padding-bottom: 3em; }
    .feature-flow .feature-text h4 {
      font-family: "canada-type-gibson", sans-serif;
      line-height: 1.2em;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-size: 12px;
      color: #5cad4e;
      font-weight: 600;
      margin-bottom: 1.5em;
      margin-top: 1em; }
    .feature-flow .feature-text h2 {
      font-family: "canada-type-gibson", sans-serif;
      line-height: 1.2em;
      letter-spacing: 0.01em;
      font-weight: 600;
      font-size: 24px;
      padding-right: 40px;
      margin-bottom: 0.7em; }
      .feature-flow .feature-text h2 a {
        color: #4f4e51; }
        .feature-flow .feature-text h2 a:hover {
          color: #5cad4e; }
    @media screen and (min-width: 800px) {
      .feature-flow .feature-text {
        padding-top: 4em;
        padding-bottom: 4em; }
        .feature-flow .feature-text h2 {
          padding-right: 0; } }
    @media screen and (min-width: 1000px) {
      .feature-flow .feature-text {
        padding-top: 6em;
        padding-bottom: 8em; } }
    @media screen and (min-width: 1200px) {
      .feature-flow .feature-text {
        padding-top: 200px; } }
.interrupter {
  background-color: #313036;
  color: #fff;
  padding: 60px 0;
  background-size: 100% auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center; }
  @media screen and (min-width: 600px) {
    .interrupter {
      padding: 90px 0; } }
  @media screen and (min-width: 800px) {
    .interrupter {
      padding: 120px 0;
      background-size: auto 80%; } }
  @media screen and (min-width: 1200px) {
    .interrupter {
      padding: 150px 0;
      background-position: 80% 50%; } }
  .interrupter .text h2 {
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0.7em; }
    .interrupter .text h2:before {
      content: ' ';
      display: block;
      width: 40px;
      height: 22px;
      position: relative;
      background-image: url("images/svg/slab.svg");
      background-repeat: no-repeat;
      margin-bottom: 0.5em; }
    @media screen and (min-width: 600px) {
      .interrupter .text h2 {
        font-size: 36px; }
        .interrupter .text h2:before {
          width: 62px;
          height: 36px; } }
    @media screen and (min-width: 800px) {
      .interrupter .text h2 {
        font-size: 60px;
        margin-bottom: 0.5em; }
        .interrupter .text h2:before {
          width: 100px;
          height: 56px;
          margin-bottom: 0.3em; } }
    @media screen and (min-width: 1000px) {
      .interrupter .text h2 {
        font-size: 70px;
        margin-bottom: 0.3em; } }
  .interrupter .text p {
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    max-width: 240px;
    line-height: 1.4em; }
    @media screen and (min-width: 800px) {
      .interrupter .text p {
        font-size: 20px;
        max-width: 300px; } }
  .interrupter .text .button a {
    margin-top: 2em; }
    @media screen and (min-width: 800px) {
      .interrupter .text .button a {
        margin-top: 3em; } }
.get-started {
  background-color: #313036;
  color: #fff;
  padding: 60px 0; }
  @media screen and (min-width: 600px) {
    .get-started {
      padding: 90px 0; } }
  @media screen and (min-width: 800px) {
    .get-started {
      padding: 90px 0; } }
  @media screen and (min-width: 1200px) {
    .get-started {
      padding: 90px 0; } }
  .get-started .getstarted-form-container {
    margin: 0 auto;
    position: relative; }
    .get-started .getstarted-form-container .gform_wrapper .gfield_required {
      color: #5cad4e; }
    .get-started .getstarted-form-container input[type=text] {
      padding: 5px;
      font-size: 16px;
      margin-bottom: 5px;
      border-style: solid;
      border: 1px solid #313036;
      background-color: white;
      color: black;
      border-radius: 0px;
      box-shadow: none;
      text-shadow: none; }
      .get-started .getstarted-form-container input[type=text]:focus {
        outline: none; }
    .get-started .getstarted-form-container .gform_wrapper .gform_page_footer .button.gform_next_button, .get-started .getstarted-form-container .gform_wrapper .gform_page_footer .button.gform_previous_button {
      -webkit-appearance: none;
      box-shadow: none !important;
      border: 0;
      background-color: #5cad4e;
      color: #fff;
      font-family: "canada-type-gibson", sans-serif;
      line-height: 1.2em;
      letter-spacing: 0.01em;
      -webkit-font-smoothing: subpixel-antialiased;
      font-smoothing: subpixel-antialiased;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-size: 12px;
      padding: 17px 25px; }
      .get-started .getstarted-form-container .gform_wrapper .gform_page_footer .button.gform_next_button:hover, .get-started .getstarted-form-container .gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
        background-color: black; }
    .get-started .getstarted-form-container .gform_confirmation_wrapper {
      text-align: center;
      font-size: 20px;
      margin-top: 30px;
      font-weight: 700; }
      .get-started .getstarted-form-container .gform_confirmation_wrapper div {
        padding: 30px;
        background-color: #5cad4e; }
    .get-started .getstarted-form-container input[type="submit"] {
      -webkit-appearance: none;
      box-shadow: none !important;
      border: 0;
      background-color: #5cad4e;
      color: #fff;
      font-family: "canada-type-gibson", sans-serif;
      line-height: 1.2em;
      letter-spacing: 0.01em;
      -webkit-font-smoothing: subpixel-antialiased;
      font-smoothing: subpixel-antialiased;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-size: 12px;
      padding: 17px 25px; }
      .get-started .getstarted-form-container input[type="submit"]:hover {
        background-color: black; }
  .get-started .text {
    position: relative; }
    .get-started .text h2 {
      font-family: "canada-type-gibson", sans-serif;
      line-height: 1.2em;
      letter-spacing: 0.01em;
      font-weight: 600;
      font-size: 24px;
      margin-bottom: 0.7em; }
      @media screen and (min-width: 600px) {
        .get-started .text h2 {
          font-size: 36px; } }
      @media screen and (min-width: 800px) {
        .get-started .text h2 {
          font-size: 60px;
          margin-bottom: 0.5em; } }
      @media screen and (min-width: 1000px) {
        .get-started .text h2 {
          font-size: 70px;
          margin-bottom: 0.3em; } }
    .get-started .text p {
      -webkit-font-smoothing: subpixel-antialiased;
      font-smoothing: subpixel-antialiased;
      line-height: 1.4em;
      max-width: 500px;
      position: relative; }
      @media screen and (min-width: 800px) {
        .get-started .text p {
          font-size: 20px; } }
    .get-started .text .button a {
      margin-top: 2em; }
      @media screen and (min-width: 800px) {
        .get-started .text .button a {
          margin-top: 3em; } }
.project-flow {
  background-color: #e6e6e6;
  margin-top: 100px; }
  .project-flow .container {
    top: -100px;
    position: relative; }
  .project-flow h1 {
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1em;
    margin-bottom: 30px;
    color: #5cad4e;
    text-align: center; }
    @media screen and (min-width: 800px) {
      .project-flow h1 {
        font-size: 26px; } }
    @media screen and (min-width: 1000px) {
      .project-flow h1 {
        font-size: 36px; } }
  .project-flow .project-tile {
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 39px -13px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 6px 39px -13px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 6px 39px -13px rgba(0, 0, 0, 0.37);
    margin-bottom: 25px; }
    .project-flow .project-tile .project-img {
      padding-top: 50%;
      background-size: 100% auto;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      background-position: center center; }
      .project-flow .project-tile .project-img a {
        display: block;
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .project-flow .project-tile .project-title {
      min-height: 230px;
      position: relative;
      padding-right: 90px;
      padding-left: 35px;
      padding-bottom: 68px; }
      .project-flow .project-tile .project-title h5 {
        font-size: 12px;
        font-family: "canada-type-gibson", sans-serif;
        line-height: 1.2em;
        letter-spacing: 0.01em;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        color: #5cad4e;
        margin-bottom: 0.5em;
        padding-top: 50px; }
      .project-flow .project-tile .project-title h3 {
        font-size: 25px;
        font-family: "canada-type-gibson", sans-serif;
        line-height: 1.2em;
        letter-spacing: 0.01em;
        font-weight: 600;
        letter-spacing: 0.01em; }
        .project-flow .project-tile .project-title h3 a {
          color: #4f4e51;
          transition-property: all;
          transition-duration: 0.15s;
          transition-delay: 0;
          transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
          -webkit-backface-visibility: hidden; }
          .project-flow .project-tile .project-title h3 a:hover {
            color: #5cad4e; }
      .project-flow .project-tile .project-title .more-button a {
        display: block;
        position: absolute;
        width: 83px;
        height: 83px;
        background-color: #5cad4e;
        right: 0;
        bottom: 0;
        font-size: 0;
        transition-property: all;
        transition-duration: 0.15s;
        transition-delay: 0;
        transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
        -webkit-backface-visibility: hidden; }
        .project-flow .project-tile .project-title .more-button a:hover {
          background-color: #4f4e51; }
        .project-flow .project-tile .project-title .more-button a:after {
          content: ' ';
          display: block;
          position: absolute;
          width: 24px;
          height: 24px;
          top: 50%;
          left: 50%;
          margin-top: -12px;
          margin-left: -12px;
          z-index: 99;
          background-image: url("images/svg/plus.svg");
          background-repeat: no-repeat; }

.map-image img {
  max-width: 100%;
  width: 100%; }

.subscribe {
  background-color: #5cad4e;
  color: #fff;
  padding: 60px 0;
  background-image: url("images/svg/angle-back.svg");
  background-size: auto 100%;
  background-repeat: no-repeat; }
  .subscribe h5 {
    font-size: 24px;
    font-weight: 600;
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    margin-bottom: 0.7em; }
  .subscribe p {
    max-width: 400px;
    position: relative;
    margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .subscribe {
      text-align: center; } }
  @media screen and (min-width: 800px) {
    .subscribe h5 {
      font-size: 28px;
      margin-bottom: 0.3em; } }
  .subscribe form {
    margin-top: 20px; }
    .subscribe form .mc_var_label {
      display: none; }
    .subscribe form .mc_merge_var, .subscribe form .mc_signup_submit {
      display: inline-block; }
    .subscribe form #mc_message {
      margin-bottom: 1.5em; }
    .subscribe form input {
      font-family: "canada-type-gibson", sans-serif;
      line-height: 1.2em;
      letter-spacing: 0.01em;
      -webkit-font-smoothing: subpixel-antialiased;
      font-smoothing: subpixel-antialiased;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-size: 12px;
      padding: 17px 25px; }
    .subscribe form input[type="text"] {
      -webkit-appearance: none;
      box-shadow: none !important;
      outline: none;
      border: 0;
      min-width: 320px; }
    .subscribe form input[type="submit"] {
      -webkit-appearance: none;
      box-shadow: none !important;
      border: 0;
      background-color: #313036;
      margin-left: 10px;
      color: #fff; }
      .subscribe form input[type="submit"]:hover {
        background-color: #4f4e51; }

#gform_submit_button_1 {
  font-family: "canada-type-gibson", sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  padding: 17px 25px;
  -webkit-appearance: none;
  box-shadow: none !important;
  border: 0;
  background-color: #5cad4e;
  margin-left: 10px;
  color: #fff; }
  #gform_submit_button_1:hover {
    background-color: #4f4e51; }

footer {
  background-color: #fff;
  padding: 60px 0;
  color: #5cad4e; }
  @media screen and (min-width: 1000px) {
    footer {
      padding: 90px 0 60px; } }
  footer h3 {
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1.8em; }
    footer h3:before {
      content: ' ';
      display: block;
      width: 81px;
      height: 78px;
      margin-left: -6px;
      background-image: url("images/svg/icon-green.svg");
      position: relative;
      margin-bottom: 20px; }
  footer .certifications {
    padding-bottom: 30px; }
    footer .certifications a {
      display: inline-block; }
      footer .certifications a img {
        max-height: 30px;
        margin-right: 35px; }
  footer .mousetype {
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-size: 14px;
    line-height: 21px; }
    footer .mousetype a {
      color: #5cad4e; }
    footer .mousetype:after {
      content: ' ';
      display: block;
      position: relative;
      width: 100%;
      height: 1px;
      background-color: #5cad4e;
      margin: 3em 0; }
      @media screen and (min-width: 800px) {
        footer .mousetype:after {
          display: none; } }
  @media screen and (min-width: 800px) {
    footer .footer-nav {
      padding-top: 112px; } }
  footer .footer-nav li {
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0.8em; }
    footer .footer-nav li a {
      color: #5cad4e; }
      footer .footer-nav li a:hover {
        color: #313036; }
  footer .footer-contact {
    margin-top: 2em; }
    @media screen and (min-width: 600px) {
      footer .footer-contact {
        margin-top: 0; } }
    @media screen and (min-width: 800px) {
      footer .footer-contact {
        padding-top: 112px; } }
    footer .footer-contact li {
      font-family: "canada-type-gibson", sans-serif;
      line-height: 1.2em;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-size: 14px;
      margin-bottom: 0.8em; }
      footer .footer-contact li a {
        color: #5cad4e;
        -webkit-font-smoothing: subpixel-antialiased;
        font-smoothing: subpixel-antialiased; }
  footer .soc-med {
    font-size: 0;
    margin-top: 30px; }
    @media screen and (min-width: 600px) {
      footer .soc-med {
        margin-top: 34px; } }
    footer .soc-med a {
      margin: 0 12px 15px 0; }
    footer .soc-med svg {
      width: 48px;
      height: 48px;
      fill: #5cad4e;
      transition-property: all;
      transition-duration: 0.15s;
      transition-delay: 0;
      transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
      -webkit-backface-visibility: hidden; }
    footer .soc-med a:hover svg {
      fill: #313036; }

.sub-intro {
  padding: 60px 0; }
  @media screen and (min-width: 1000px) {
    .sub-intro {
      padding: 45px 0; } }
  @media screen and (min-width: 1000px) {
    .sub-intro .img-container:after {
      content: ' ';
      display: block;
      width: 9999px;
      bottom: 0;
      background-color: #e6e6e6;
      opacity: 0.5;
      position: absolute;
      top: 50px;
      right: 200px;
      z-index: -1; } }
  .sub-intro img {
    margin-bottom: 3em;
    position: relative;
    display: block; }
    @media screen and (min-width: 1000px) {
      .sub-intro img {
        padding-right: 57px; } }
  @media screen and (min-width: 1000px) {
    .sub-intro .text {
      padding-top: 90px; } }
  @media screen and (min-width: 1200px) {
    .sub-intro .text {
      padding-top: 90px;
      padding-right: 60px; } }
  .sub-intro h2 {
    font-family: "canada-type-gibson", sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0.7em;
    color: #5cad4e; }
    .sub-intro h2:before {
      content: ' ';
      display: block;
      width: 40px;
      height: 22px;
      position: relative;
      background-image: url("images/svg/slab-green.svg");
      background-repeat: no-repeat;
      margin-bottom: 0.5em; }
    @media screen and (min-width: 600px) {
      .sub-intro h2 {
        font-size: 36px; }
        .sub-intro h2:before {
          width: 62px;
          height: 36px; } }
    @media screen and (min-width: 800px) {
      .sub-intro h2 {
        font-size: 60px;
        margin-bottom: 0.5em; }
        .sub-intro h2:before {
          width: 100px;
          height: 56px;
          margin-bottom: 0.3em; } }
    @media screen and (min-width: 1000px) {
      .sub-intro h2 {
        font-size: 70px;
        margin-bottom: 0.3em; } }
  .sub-intro p {
    margin-bottom: 1em; }

.single-intro {
  padding: 60px 0; }
  @media screen and (min-width: 1000px) {
    .single-intro {
      padding: 45px 0; } }
  @media screen and (min-width: 1000px) {
    .single-intro .text {
      padding-top: 90px; } }
  @media screen and (min-width: 1200px) {
    .single-intro .text {
      padding-top: 90px;
      padding-right: 60px; } }
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  header h1 a {
    position: absolute;
    display: block;
    left: 15px;
    top: 15px;
    width: 150px;
    height: 45px;
    background-image: url("images/svg/logo.svg");
    background-repeat: no-repeat;
    font-size: 0; }
    @media screen and (min-width: 800px) {
      header h1 a {
        width: 80px;
        height: 80px;
        left: 30px;
        top: 30px;
        background-image: url("images/svg/icon-white.svg"); } }
    @media screen and (min-width: 1000px) {
      header h1 a {
        top: 60px;
        background-image: url("images/svg/logo.svg");
        width: 200px; } }
    @media screen and (min-width: 1200px) {
      header h1 a {
        width: 240px; } }
  header .menu-trigger a {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-size: 0;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 15px 30px; }
    @media screen and (min-width: 800px) {
      header .menu-trigger a {
        display: none; } }
  header .menu-open a {
    background-image: url("images/svg/menu-open.svg"); }
  @media screen and (max-width: 799px) {
    header .main-nav {
      background-color: #5cad4e;
      position: fixed;
      left: 100%;
      transition-property: all;
      transition-duration: 0.3s;
      transition-delay: 0;
      transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
      -webkit-backface-visibility: hidden;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 101; }
      header .main-nav.active {
        transform: translate3d(-100%, 0, 0); }
      header .main-nav:after {
        content: ' ';
        display: block;
        width: 70px;
        height: 70px;
        position: absolute;
        bottom: 45px;
        left: 30px;
        background-image: url("images/svg/icon-white.svg");
        background-repeat: no-repeat; }
      header .main-nav .nav-container {
        padding: 45px 30px; }
        header .main-nav .nav-container .menu-close a {
          opacity: 0.6;
          background-image: url("images/svg/menu-close.svg"); }
        header .main-nav .nav-container ul li {
          font-family: "canada-type-gibson", sans-serif;
          line-height: 1.2em;
          letter-spacing: 0.01em;
          text-transform: uppercase;
          letter-spacing: 0.14em;
          font-weight: 600;
          margin-bottom: 0.8em; }
          header .main-nav .nav-container ul li a {
            color: #fff; } }
  @media screen and (min-width: 800px) {
    header .main-nav {
      position: absolute;
      right: 30px;
      top: 60px; } }
  @media screen and (min-width: 800px) and (min-width: 1000px) {
    header .main-nav {
      top: 88px; } }
  @media screen and (min-width: 800px) and (min-width: 1200px) {
    header .main-nav {
      top: 100px; } }
  @media screen and (min-width: 800px) {
      header .main-nav ul {
        width: 650px; } }
    @media screen and (min-width: 800px) and (min-width: 1000px) {
      header .main-nav ul {
        width: 720px; } }
    @media screen and (min-width: 800px) and (min-width: 1200px) {
      header .main-nav ul {
        width: 800px; } }
  @media screen and (min-width: 800px) {
        header .main-nav ul li {
          display: inline-block;
          width: 19%;
          padding-right: 5px; }
          header .main-nav ul li a {
            display: block;
            color: #fff;
            text-transform: uppercase;
            font-family: "canada-type-gibson", sans-serif;
            line-height: 1.2em;
            letter-spacing: 0.01em;
            font-weight: 600;
            font-size: 12px;
            letter-spacing: 0.14em;
            border-bottom: 1px solid #fff;
            padding-bottom: 10px;
            transition-property: all;
            transition-duration: 0.1s;
            transition-delay: 0;
            transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
            -webkit-backface-visibility: hidden;
            opacity: 0.7; }
            header .main-nav ul li a:after {
              content: ' ';
              display: block;
              background-color: #fff;
              opacity: 0.2;
              position: absolute;
              height: 400px;
              width: 1px;
              top: -60px; } }
          @media screen and (min-width: 800px) and (min-width: 1000px) {
            header .main-nav ul li a:after {
              height: 500px;
              top: -88px; } }
          @media screen and (min-width: 800px) and (min-width: 1200px) {
            header .main-nav ul li a:after {
              top: -100px;
              height: 520px; } }
  @media screen and (min-width: 800px) {
            header .main-nav ul li a:hover {
              opacity: 1; }
          header .main-nav ul li.current-menu-item a {
            border-width: 3px;
            padding-bottom: 8px;
            opacity: 1; }
          header .main-nav ul li.cta {
            width: auto;
            padding: 0; }
            header .main-nav ul li.cta a {
              background-color: #5cad4e;
              opacity: 1;
              padding: 0;
              border: 0;
              padding: 11px 15px; }
              header .main-nav ul li.cta a:hover {
                background-color: #313036; }
              header .main-nav ul li.cta a:after {
                display: none; } }
