@import url(https://use.typekit.net/jof8mpa.css);@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Site Loader
********************************************/
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999999999999999;
  background-color: white;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#site-loader:before {
  content: '';
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  bottom: 0;
  width: 200px;
  height: 200px;
  background-image: url("/images/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: loader-fade infinite 1s;
          animation: loader-fade infinite 1s;
}

#site-loader.hide {
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}

#site-loader.no-loader {
  display: none;
}

/*********************************************
:: Variables                      
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*********************************************
:: Normalize                        
********************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
  border: none;
  background: transparent;
}

progress, sub, sup {
  vertical-align: baseline;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

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

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #00a651;
  color: white;
}
::-moz-selection, ::selection {
  background: #00a651;
  color: white;
}

::-moz-selection {
  background: #00a651;
  color: white;
}

::selection {
  background: #00a651;
  color: white;
}

img {
  display: block;
  max-width: 100%;
  width: auto\9;
  height: auto;
}

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-double-down:before {
  content: "\E922";
}

.icon-angle-double-left:before {
  content: "\E923";
}

.icon-angle-double-right:before {
  content: "\E924";
}

.icon-angle-double-up:before {
  content: "\E925";
}

.icon-angle-down:before {
  content: "\E926";
}

.icon-angle-left:before {
  content: "\E927";
}

.icon-angle-right:before {
  content: "\E928";
}

.icon-angle-up:before {
  content: "\E929";
}

.icon-arrow-circle-down:before {
  content: "\E92A";
}

.icon-arrow-circle-left:before {
  content: "\E92B";
}

.icon-arrow-circle-o-down:before {
  content: "\E92C";
}

.icon-arrow-circle-o-left:before {
  content: "\E92D";
}

.icon-arrow-circle-o-right:before {
  content: "\E92E";
}

.icon-arrow-circle-o-up:before {
  content: "\E92F";
}

.icon-arrow-circle-right:before {
  content: "\E930";
}

.icon-arrow-circle-up:before {
  content: "\E931";
}

.icon-bars:before {
  content: "\E932";
}

.icon-behance:before {
  content: "\F1B4";
}

.icon-behance-square:before {
  content: "\F1B5";
}

.icon-calendar2:before {
  content: "\E933";
}

.icon-check2:before {
  content: "\E934";
}

.icon-chevron-circle-down:before {
  content: "\E935";
}

.icon-chevron-circle-left:before {
  content: "\E936";
}

.icon-chevron-circle-right:before {
  content: "\E937";
}

.icon-chevron-circle-up:before {
  content: "\E938";
}

.icon-chevron-down:before {
  content: "\E939";
}

.icon-chevron-left:before {
  content: "\E93A";
}

.icon-chevron-right:before {
  content: "\E93B";
}

.icon-chevron-up:before {
  content: "\E93C";
}

.icon-commenting:before {
  content: "\F27A";
}

.icon-commenting-o:before {
  content: "\F27B";
}

.icon-envelope-o:before {
  content: "\E93D";
}

.icon-facebook:before {
  content: "\E93F";
}

.icon-facebook-square:before {
  content: "\E93E";
}

.icon-file:before {
  content: "\E940";
}

.icon-file-excel-o:before {
  content: "\F1C3";
}

.icon-file-image-o:before {
  content: "\F1C5";
}

.icon-file-photo-o:before {
  content: "\F1C5";
}

.icon-file-picture-o:before {
  content: "\F1C5";
}

.icon-file-pdf-o:before {
  content: "\F1C1";
}

.icon-file-powerpoint-o:before {
  content: "\F1C4";
}

.icon-file-word-o:before {
  content: "\F1C2";
}

.icon-google:before {
  content: "\F1A0";
}

.icon-google-plus:before {
  content: "\E942";
}

.icon-google-plus2:before {
  content: "\F0D5";
}

.icon-google-plus-square:before {
  content: "\E941";
}

.icon-google-plus-square2:before {
  content: "\F0D4";
}

.icon-info-circle:before {
  content: "\E943";
}

.icon-instagram:before {
  content: "\E944";
}

.icon-instagram2:before {
  content: "\F16D";
}

.icon-linkedin:before {
  content: "\E946";
}

.icon-linkedin-square:before {
  content: "\E945";
}

.icon-map3:before {
  content: "\F279";
}

.icon-map-marker:before {
  content: "\E947";
}

.icon-map-o:before {
  content: "\F278";
}

.icon-minus-circle:before {
  content: "\E948";
}

.icon-phone-diagonal:before {
  content: "\E949";
}

.icon-pinterest:before {
  content: "\F0D2";
}

.icon-pinterest2:before {
  content: "\E94B";
}

.icon-pinterest-square:before {
  content: "\E94A";
}

.icon-pinterest-square2:before {
  content: "\F0D3";
}

.icon-play:before {
  content: "\E94C";
}

.icon-plus-circle:before {
  content: "\E94D";
}

.icon-question-circle:before {
  content: "\E94E";
}

.icon-safari:before {
  content: "\F267";
}

.icon-search:before {
  content: "\E950";
}

.icon-search-plus:before {
  content: "\E94F";
}

.icon-shopping-cart:before {
  content: "\E951";
}

.icon-sort:before {
  content: "\E952";
}

.icon-tags:before {
  content: "\E953";
}

.icon-times2:before {
  content: "\E954";
}

.icon-toggle-off:before {
  content: "\F204";
}

.icon-toggle-on:before {
  content: "\F205";
}

.icon-tripadvisor:before {
  content: "\F262";
}

.icon-tumblr:before {
  content: "\F173";
}

.icon-tumblr2:before {
  content: "\E957";
}

.icon-tumblr-square:before {
  content: "\F174";
}

.icon-tumblr-square2:before {
  content: "\E956";
}

.icon-twitter:before {
  content: "\F099";
}

.icon-twitter2:before {
  content: "\E959";
}

.icon-twitter-square:before {
  content: "\E958";
}

.icon-twitter-square2:before {
  content: "\F081";
}

.icon-user:before {
  content: "\E95A";
}

.icon-vimeo-square:before {
  content: "\E95B";
}

.icon-vine:before {
  content: "\F1CA";
}

.icon-youtube:before {
  content: "\E95E";
}

.icon-youtube-play:before {
  content: "\F16A";
}

.icon-youtube-play2:before {
  content: "\E95C";
}

.icon-youtube-square:before {
  content: "\E95D";
}

.icon-home:before {
  content: "\E900";
}

.icon-newspaper:before {
  content: "\E901";
}

.icon-image:before {
  content: "\E902";
}

.icon-file-empty:before {
  content: "\E903";
}

.icon-file-text2:before {
  content: "\E904";
}

.icon-phone:before {
  content: "\E905";
}

.icon-phone-hang-up:before {
  content: "\E906";
}

.icon-pin:before {
  content: "\E955";
}

.icon-location:before {
  content: "\E907";
}

.icon-location2:before {
  content: "\E908";
}

.icon-compass:before {
  content: "\E909";
}

.icon-map:before {
  content: "\E90A";
}

.icon-map2:before {
  content: "\E90B";
}

.icon-alarm:before {
  content: "\E90F";
}

.icon-bell:before {
  content: "\E910";
}

.icon-stopwatch:before {
  content: "\E911";
}

.icon-calendar:before {
  content: "\E91E";
}

.icon-display:before {
  content: "\E91F";
}

.icon-laptop:before {
  content: "\E920";
}

.icon-mobile:before {
  content: "\E912";
}

.icon-mobile2:before {
  content: "\E913";
}

.icon-tablet:before {
  content: "\E914";
}

.icon-tv:before {
  content: "\E915";
}

.icon-plus2:before {
  content: "\E91A";
}

.icon-minus2:before {
  content: "\E91B";
}

.icon-checkmark:before {
  content: "\E91C";
}

.icon-checkmark2:before {
  content: "\E91D";
}

.icon-thin-search:before {
  content: "\E921";
}

.icon-substract:before {
  content: "\E90C";
}

.icon-add:before {
  content: "\E90D";
}

.icon-cross:before {
  content: "\E90E";
}

.icon-left-arrow:before {
  content: "\E916";
}

.icon-right-arrow:before {
  content: "\E917";
}

.icon-left-arrow2:before {
  content: "\E918";
}

.icon-arrow-pointing-to-right:before {
  content: "\E919";
}

.icon-ico-cart-secure:before {
  content: "\E96F";
}

.icon-ico-cart-edit:before {
  content: "\E970";
}

.icon-ico-nav:before {
  content: "\E98A";
}

.icon-ico-search:before {
  content: "\E98D";
}

.icon-ico-download:before {
  content: "\E96E";
}

.icon-ico-heart:before {
  content: "\E963";
}

.icon-ico-edit:before {
  content: "\E964";
}

.icon-ico-secure:before {
  content: "\E965";
}

.icon-ico-user:before {
  content: "\E966";
}

.icon-ico-question:before {
  content: "\E967";
}

.icon-ico-map:before {
  content: "\E968";
}

.icon-ico-mail:before {
  content: "\E969";
}

.icon-ico-phone:before {
  content: "\E96A";
}

.icon-ico-zoom:before {
  content: "\E96B";
}

.icon-ico-cart:before {
  content: "\E96C";
}

.icon-ico-menu:before {
  content: "\E96D";
}

.icon-search2:before {
  content: "\E971";
}

.icon-menu:before {
  content: "\E972";
}

/*********************************************
:: Typography
********************************************/
html, body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, legend, h3, h4, h5, h6 {
  font-family: "acumin-pro", sans-serif;
  margin: 0 0 20px;
}

h1 {
  font-size: 28px;
  line-height: 32px;
  color: #00a651;
}

@media (min-width: 1025px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }
}

h2, legend {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 1025px) {
  h2, legend {
    font-size: 26px;
  }
}

h3 {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1025px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  h6 {
    font-size: 16px;
  }
}

/*******************************************/
p, li, td, th, a, mark, time, dl, label, address {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.23px;
  line-height: 28px;
}

p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
  font-size: 1em;
}

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #00a651;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #006933;
  outline: none;
}

small {
  font-size: 70%;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #434343;
  border: none;
  outline: none;
}

/*******************************************/
dt {
  font-weight: 700;
}

dt:after {
  content: ':';
}

dt:after {
  content: ": ";
}

ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0px;
}

ol li {
  list-style-type: decimal;
}

/*******************************************/
code, pre, samp, kbd, var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2D747E;
  white-space: pre-wrap;
}

pre {
  padding: 10px;
}

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #5ea5bb;
}

@media (min-width: 1025px) {
  blockquote {
    padding: 40px 10% 40px 10%;
    font-size: 25px;
    line-height: 35px;
  }
}

/*******************************************/
.wysiwyg {
  text-align: left;
}

.wysiwyg p {
  color: #434343;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 24px;
}

.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto;
}

.wysiwyg ul li {
  list-style-type: disc;
}

.wysiwyg .text-center {
  text-align: center;
}

.wysiwyg .text-right {
  text-align: right;
}

.wysiwyg .text-justify {
  text-align: justify;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.lead-copy * {
  color: #00a651;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 34px;
}

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}

/*********************************************
:: Buttons                             
********************************************/
button {
  outline: none;
}

/*******************************************/
.button,
a.button,
button.button {
  position: relative;
  display: inline-block;
  padding: 0px 12px;
  background: transparent;
  border: 2px solid #80cda3;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  min-width: 166px;
  height: 44px;
  color: #434343;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}

.button:hover, .button:focus, .button:active,
a.button:hover,
a.button:focus,
a.button:active,
button.button:hover,
button.button:focus,
button.button:active {
  color: #80cda3;
}

/*******************************************/
.button-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #303030;
}

.button-underline:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0.7;
  width: 138px;
  height: 5px;
  margin: auto;
  background: #303030;
}

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default;
}

button,
a.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
}

button:before,
a.button:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  height: 5px;
  background-color: #fff;
}

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px;
}

table td, table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #959595;
  text-align: left;
}

table th {
  font-weight: 700;
  background: #2f2f2f;
}

table thead {
  width: 100%;
  background: #2f2f2f;
}

table thead td, table thead th {
  padding: 5px 10px 5px 10px;
}

table tfoot {
  border-bottom: 1px solid #959595;
  border-top: 1px solid #959595;
}

table tfoot td {
  padding: 15px 10px 15px 10px;
}

/*******************************************/
.compact-table {
  width: auto;
}

.compact-table td, .compact-table th {
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #959595;
  text-align: left;
  line-height: 1.2;
  background: none;
  border: 1px solid #434343;
}

.compact-table thead {
  width: auto;
  background: none;
}

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

/*********************************************
:: Layout
********************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*******************************************/
.main {
  min-height: calc(100vh - 150px);
}

@media (min-width: 1025px) {
  .main {
    min-height: calc(100vh - 564px);
  }
}

/*******************************************/
.clear-after:after {
  content: '';
  display: block;
  clear: both;
}

/*******************************************/
.content-max-width {
  position: relative;
  width: 100%;
  max-width: 1205px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .content-max-width {
    padding: 0;
  }
}

/*******************************************/
.content-full-width {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

/*******************************************/
.content-narrow-width {
  position: relative;
  width: 100%;
  max-width: 790px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .content-narrow-width {
    padding: 0;
  }
}

/*******************************************/
@media (min-width: 1025px) {
  .mob, .mobile {
    display: none !important;
  }
}

@media (max-width: 1025px) {
  .desk, .desktop {
    display: none !important;
  }
}

/*******************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

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

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

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

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

/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white;
}

legend {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: black;
}

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
input, textarea, select {
  display: inline-block;
  width: 100%;
  height: 65px;
  padding: 0px 23px;
  font-size: 14px;
  line-height: 36px;
  background: white;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 2px solid #D8D8D8;
  border-radius: 4px;
  font-family: "rubik", sans-serif;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  border-color: #000;
  color: #434343;
  font-size: 15px;
  font-weight: 700 !important;
  font-family: "rubik", sans-serif;
}

/*******************************************/
*::-webkit-input-placeholder {
  font-family: "rubik", sans-serif;
  color: #00a651;
  opacity: 0.5;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}
*::-moz-placeholder {
  font-family: "rubik", sans-serif;
  color: #00a651;
  opacity: 0.5;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}
*::-ms-input-placeholder {
  font-family: "rubik", sans-serif;
  color: #00a651;
  opacity: 0.5;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}
*::placeholder {
  font-family: "rubik", sans-serif;
  color: #00a651;
  opacity: 0.5;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}

textarea, select[multiple] {
  height: 157px;
}

input[type=checkbox], input[type=radio] {
  height: auto;
}

/*******************************************/
.form-field {
  width: 100%;
  padding: 0 0 15px;
}

/*******************************************/
.form-fields-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 16px);
  margin: 0 -8px;
}

@media (min-width: 768px) {
  .form-fields-stack {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.form-fields-stack .form-field {
  margin-left: 8px;
  margin-right: 8px;
}

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.form-field .custom-checkbox-radio input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #00a651;
}

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #CCCCCC;
}

label.error, label.error-SumoSelect-label, .php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #00a651 !important;
}

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

textarea {
  height: 259px;
  padding: 20px 23px;
  border: 2px solid #D8D8D8;
}

/*********************************************
:: Animations
********************************************/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/*********************************************
:: Print                        
********************************************/
@media print {
  header, footer {
    display: none !important;
  }
}

/*********************************************
:: Modules
********************************************/
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  background: whitesmoke;
  /********************************************/
}

@media (min-width: 1025px) {
  .pagination-module {
    background: white;
  }
}

.pagination-module ul {
  width: auto;
  display: inline-block;
  height: 34px;
  padding: 0;
  margin: 6px;
  text-align: center;
  background: #303030;
  border-radius: 17px;
}

@media (min-width: 1025px) {
  .pagination-module ul {
    margin: 0px;
  }
}

.pagination-module ul li {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 3px;
}

.pagination-module ul li a {
  line-height: 28px;
  text-align: center;
  color: #00a651;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.25em;
}

.pagination-module ul li span {
  color: #00a651;
  vertical-align: sub;
  font-size: 26px;
}

.pagination-module ul li.active {
  background: #00a651;
  border-radius: 50%;
}

.pagination-module ul li.active a {
  color: white;
}

/********************************************/
.site-header {
  position: relative;
  width: 100%;
  height: 80px;
  z-index: 99;
  border-bottom: 1px solid #000;
  padding: 0;
}

@media (min-width: 1025px) {
  .site-header {
    height: 163px;
    padding: 0 20px;
  }
}

.site-header .logo {
  position: absolute;
  top: 5px;
  left: 3%;
  bottom: 5px;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1025px) {
  .site-header .logo {
    top: 24px;
    left: 11px;
    width: 215px;
    height: 117px;
  }
}

.site-header .logo img {
  height: 70px;
}

@media (min-width: 1025px) {
  .site-header .logo img {
    height: 117px;
  }
}

.site-header nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: calc(100% - 80px);
  height: 100vh;
  text-align: left;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}

@media (min-width: 1025px) {
  .site-header nav {
    position: absolute;
    top: 25px;
    right: 0;
    display: block !important;
    width: auto;
    height: auto;
    text-align: right;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.site-header nav ul {
  position: relative;
  top: 20px;
  right: -2px;
  padding: 30px 15px 0 20px;
}

@media (min-width: 1025px) {
  .site-header nav ul {
    padding: 0;
  }
}

.site-header nav li {
  display: inline-block;
  position: relative;
  margin-left: 43px;
  margin-bottom: 0;
}

@media (max-width: 1025px) {
  .site-header nav li {
    width: 100%;
    margin: 0;
    padding: 13px 0;
  }
}

.site-header nav li.active a {
  border-bottom: 3px #00a651 solid;
}

.site-header nav li.mobile a {
  color: #00a651;
}

.site-header nav a {
  color: #000000;
  font-family: "acumin-pro", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.24px;
  padding-bottom: 2px;
}

.site-header nav a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.site-header nav a.selected {
  color: #303030;
}

.site-header nav a.selected:hover {
  opacity: 1;
}

.site-header nav a.selected:active {
  opacity: 1;
}

.site-header .tel-mob {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 3%;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  color: #00a651;
}

@media (min-width: 1025px) {
  .site-header .tel-mob {
    display: none;
  }
}

.site-header .hamburger {
  position: absolute !important;
  top: 35px;
  right: 5% !important;
  width: 25px;
  height: 15px;
  font-size: 0;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
  z-index: 999;
}

.site-header .hamburger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background: black;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-header .hamburger span:nth-of-type(2) {
  top: 50%;
}

.site-header .hamburger span:nth-of-type(3) {
  top: 100%;
}

.site-header .hamburger:focus {
  outline: none;
}

@media (max-width: 1025px) {
  .site-header.open nav {
    position: fixed;
    right: 0;
  }
}

.site-header.open .hamburger {
  position: fixed;
  right: 300px;
}

.site-header.open .hamburger span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header.open .hamburger span:nth-of-type(2) {
  opacity: 0;
}

.site-header.open .hamburger span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-footer {
  background-color: #f5f5f5;
  position: relative;
  width: 100%;
  min-height: 70px !important;
  margin-top: 80px;
}

@media (min-width: 1025px) {
  .site-footer {
    min-height: 401px;
  }
}

.site-footer .footer-content {
  padding: 0 20px;
}

@media (min-width: 600px) {
  .site-footer .footer-content {
    padding: 0;
  }
}

.site-footer .footer-content * {
  text-align: center;
}

@media (min-width: 1025px) {
  .site-footer .footer-content * {
    text-align: left;
  }
}

.site-footer .footer-content .footer-container {
  margin-bottom: 0;
  border-bottom: 1px solid #cdcccc;
  padding: 50px 20px 30px;
}

@media (min-width: 1160px) {
  .site-footer .footer-content .footer-container {
    margin-bottom: 85px;
    padding: 50px 0 30px;
  }
}

.site-footer .footer-content a {
  display: inline-block;
}

.site-footer .footer-content a img {
  width: 151px;
}

.site-footer .footer-content .col {
  min-width: 100%;
}

@media (min-width: 1025px) {
  .site-footer .footer-content .col {
    min-width: 205px;
  }
}

.site-footer .footer-content .col.with-contact {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .site-footer .footer-content .col.with-contact {
    width: 51.5%;
    margin-bottom: 0;
  }
}

.site-footer .footer-content .col .contact {
  margin-top: 30px;
}

.site-footer .footer-content .col .contact .phone {
  color: #434343;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18px;
  line-height: 26px;
  font-family: "roboto", sans-serif;
  font-weight: 900;
  display: block;
}

.site-footer .footer-content .col .contact .email {
  color: #434343;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18px;
  line-height: 26px;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  display: block;
}

.site-footer .footer-content .col ul.links {
  margin: 30px 0 0;
  padding: 0;
}

.site-footer .footer-content .col ul.links:last-child {
  margin: 0;
}

@media (min-width: 1025px) {
  .site-footer .footer-content .col ul.links:last-child {
    margin: 30px 0 0;
  }
}

.site-footer .footer-content .col ul.links li {
  margin-bottom: -2px;
}

.site-footer .footer-content .col ul.links li a {
  color: #434343;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 0;
}

.site-footer .footer-legal {
  padding: 20px;
}

@media (min-width: 1160px) {
  .site-footer .footer-legal {
    padding: 0 0 31px;
  }
}

.site-footer .footer-legal p, .site-footer .footer-legal a {
  width: 100%;
  font-family: "roboto", sans-serif;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  color: #9b9b9b;
}

@media (min-width: 1025px) {
  .site-footer .footer-legal p, .site-footer .footer-legal a {
    width: auto;
  }
}

.site-footer .footer-legal p.copyright {
  margin-bottom: 5px;
  opacity: 0.5;
  color: #434343;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: "roboto", sans-serif;
}

@media (min-width: 1025px) {
  .site-footer .footer-legal p.copyright {
    margin-bottom: 0px;
    margin-right: auto;
  }
}

.site-footer .footer-legal a.attribution {
  opacity: 0.5;
  color: #434343;
  font-size: 12px;
  font-weight: 300;
}

@media (min-width: 1025px) {
  .site-footer .footer-legal a.attribution {
    margin-left: auto;
  }
}

h1.title-heading {
  color: #303030;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  h1.title-heading {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 50px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page                   
********************************************/
.page-home {
  /********************************************/
  /********************************************/
}

.page-home .content-max-width {
  padding: 0;
}

@media (min-width: 1025px) {
  .page-home .content-max-width {
    padding: 0;
  }
}

.page-home .hero-container .hero-slideshow {
  padding: 0;
}

@media (min-width: 1025px) {
  .page-home .hero-container .hero-slideshow {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .page-home .hero-container .hero-slideshow article .flex {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
}

.page-home .hero-container .hero-slideshow article .col {
  width: 100%;
  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;
}

@media (min-width: 768px) {
  .page-home .hero-container .hero-slideshow article .col {
    width: 50%;
    height: 436px;
  }
}

.page-home .hero-container .hero-slideshow article .content h2, .page-home .hero-container .hero-slideshow article .content legend {
  position: relative;
  z-index: 3;
  max-width: 464px;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0.63px;
  color: #434343;
}

@media (min-width: 768px) {
  .page-home .hero-container .hero-slideshow article .content h2, .page-home .hero-container .hero-slideshow article .content legend {
    padding: 0 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .page-home .hero-container .hero-slideshow article .content h2, .page-home .hero-container .hero-slideshow article .content legend {
    max-width: none;
    padding: 32px 0 0 20px;
    font-size: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1160px) {
  .page-home .hero-container .hero-slideshow article .content h2, .page-home .hero-container .hero-slideshow article .content legend {
    padding: 32px 0 0;
  }
}

@media (min-width: 768px) {
  .page-home .hero-container .hero-slideshow article .images {
    position: relative;
  }
}

.page-home .hero-container .hero-slideshow article .images:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/home/chevron-grey.png);
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

@media (min-width: 1025px) {
  .page-home .hero-container .hero-slideshow article .images:before {
    top: -73px;
    left: -104px;
    z-index: 1;
    height: 661px;
    background-size: contain !important;
    -webkit-transform: scale(1.17);
            transform: scale(1.17);
  }
}

.page-home .hero-container .hero-slideshow article .images .image {
  position: relative;
  width: 100%;
  max-width: 464px;
  height: auto;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

@media (min-width: 1025px) {
  .page-home .hero-container .hero-slideshow article .images .image {
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 2;
    width: 464px;
    height: 360px;
  }
}

@media (min-width: 1160px) {
  .page-home .hero-container .hero-slideshow article .images .image {
    left: 16px;
  }
}

@media (max-width: 1024px) {
  .page-home .hero-container .hero-slideshow article .images .image:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 77.58620689655172%;
  }
}

.page-home .body-container .highlight-box {
  width: 100%;
  margin: 0 auto 60px;
  background-color: #00a651;
}

@media (min-width: 1025px) {
  .page-home .body-container .highlight-box {
    max-width: 1200px;
    height: 388px;
    margin: 0 auto 80px;
  }
}

.page-home .body-container .highlight-box * {
  text-align: center;
}

@media (min-width: 600px) {
  .page-home .body-container .highlight-box * {
    text-align: left;
  }
}

@media (min-width: 600px) {
  .page-home .body-container .highlight-box .flex {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}

@media (min-width: 1025px) {
  .page-home .body-container .highlight-box .flex {
    height: 388px;
    min-height: 388px;
  }
}

.page-home .body-container .highlight-box .flex .col {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  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;
}

@media (min-width: 600px) {
  .page-home .body-container .highlight-box .flex .col {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .page-home .body-container .highlight-box .flex .col {
    padding: 0;
  }
}

.page-home .body-container .highlight-box .flex .col.heading {
  background: url("/images/home/chevron-green.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 600px) {
  .page-home .body-container .highlight-box .flex .col.heading {
    background-position: right center;
  }
}

@media (min-width: 1025px) {
  .page-home .body-container .highlight-box .flex .col.heading {
    width: 45%;
  }
}

@media (min-width: 1160px) {
  .page-home .body-container .highlight-box .flex .col.heading {
    background-size: 97%;
    background-position: left top;
  }
}

.page-home .body-container .highlight-box .flex .col.heading .container {
  margin-left: 0;
}

@media (min-width: 1025px) {
  .page-home .body-container .highlight-box .flex .col.heading .container {
    margin-left: 44px;
  }
}

.page-home .body-container .highlight-box .flex .col.heading h2, .page-home .body-container .highlight-box .flex .col.heading legend {
  max-width: 320px;
  margin-bottom: 14px;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.38px;
  color: #ffffff;
}

@media (min-width: 1025px) {
  .page-home .body-container .highlight-box .flex .col.heading h2, .page-home .body-container .highlight-box .flex .col.heading legend {
    max-width: 376px;
  }
}

.page-home .body-container .highlight-box .flex .col.heading .description {
  max-width: 320px;
  color: #434343;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.23px;
}

@media (min-width: 1025px) {
  .page-home .body-container .highlight-box .flex .col.heading .description {
    max-width: 310px;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .page-home .body-container .highlight-box .flex .col.content {
    width: 55%;
  }
}

@media (min-width: 1160px) {
  .page-home .body-container .highlight-box .flex .col.content .container {
    margin: 0 24px 0 0;
  }
}

.page-home .body-container .highlight-box .flex .col.content p {
  max-width: 320px;
  color: #ffffff;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.23px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  .page-home .body-container .highlight-box .flex .col.content p {
    max-width: 481px;
  }
}

.page-home .body-container .products {
  width: 100%;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  position: relative;
}

.page-home .body-container .products .heading {
  margin: auto;
  width: 100%;
}

.page-home .body-container .products .heading h2, .page-home .body-container .products .heading legend {
  color: #303030;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: center;
}

.page-home .body-container .products .heading .divider {
  width: 90px;
  height: 4px;
  background-color: #00a651;
  margin: 15px auto;
}

.page-home .body-container .products .heading .description {
  padding: 0 20px;
}

@media (min-width: 1025px) {
  .page-home .body-container .products .heading .description {
    padding: 0;
  }
}

.page-home .body-container .products .heading .description p {
  max-width: 100%;
  color: #959595;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.23px;
  text-align: center;
  margin: auto;
}

@media (min-width: 1025px) {
  .page-home .body-container .products .heading .description p {
    max-width: 416px;
  }
}

.page-home .body-container a.button {
  display: inline-block;
  margin: auto;
}

.page-home .body-container .products-slider {
  width: calc(100% - 20px);
  margin: 20px 0 20px;
}

@media (min-width: 1025px) {
  .page-home .body-container .products-slider {
    margin: 30px 0 30px;
  }
}

.page-home .body-container .products-slider .slick-slide {
  margin-left: 15px;
}

.page-home .body-container .products-slider .slick-slide:first-child {
  margin-left: 0;
}

@media (min-width: 450px) {
  .page-home .body-container .products-slider .slick-slide {
    margin-left: 25px;
  }
}

@media (min-width: 600px) {
  .page-home .body-container .products-slider .slick-slide {
    margin-left: 33px;
  }
}

.page-home .body-container .products-slider article .image {
  width: 275px;
  height: 373px;
  border-radius: 2px;
  background-color: #f3f3f3 !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-bottom: 27px;
}

.page-home .body-container .products-slider article .content h2, .page-home .body-container .products-slider article .content legend {
  color: #434343;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 17px;
  margin-bottom: 0;
  text-align: left;
}

.page-home .body-container .products-slider article .content .sku {
  color: #434343;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 17px;
  opacity: 0.8;
  text-align: left;
}

/*********************************************
:: About Page                   
********************************************/
.page-about {
  /********************************************/
}

.page-about .body-container .hero-image {
  width: 100%;
  margin-bottom: 40px;
}

.page-about .body-container .summary {
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .page-about .body-container .summary {
    margin-bottom: 80px;
  }
}

.page-about .body-container p {
  line-height: 28px;
}

.page-about .body-container .content {
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  .page-about .body-container .content {
    margin-bottom: 100px;
  }
}

.page-about .body-container .content p {
  margin-bottom: 10px;
}

.page-about .body-container .image-section {
  position: relative;
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

@media (min-width: 1025px) {
  .page-about .body-container .image-section {
    margin-bottom: 80px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 3px;
  }
}

.page-about .body-container .image-section .col {
  width: 100%;
  min-height: 400px;
  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;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (min-width: 1025px) {
  .page-about .body-container .image-section .col {
    width: 48.5%;
  }
}

.page-about .body-container .image-section .col .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: repeat;
  background-blend-mode: multiply;
  background-color: #04ba5d;
  opacity: 0.7;
}

.page-about .body-container .image-section .col .text {
  padding: 0 20px;
}

.page-about .body-container .image-section .col .text * {
  text-align: center;
  max-width: 383px;
  min-height: 131px;
  color: #ffffff;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 34px;
  position: relative;
  z-index: 999;
}

@media (min-width: 1025px) {
  .page-about .body-container .image-section .col .text {
    padding: 0;
  }
}

.page-about .body-container .contact-section .contact-with-logo {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.page-about .body-container .contact-section .contact-with-logo img {
  width: 124px;
  margin-bottom: 20px;
  text-align: center;
  margin: auto auto 30px;
}

@media (min-width: 1025px) {
  .page-about .body-container .contact-section .contact-with-logo img {
    margin: auto auto 20px 0;
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .page-about .body-container .contact-section .contact-with-logo {
    width: 52.5%;
    margin-bottom: 10px;
    text-align: left;
  }
}

.page-about .body-container .contact-section .contact-details {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .page-about .body-container .contact-section .contact-details {
    width: 47.5%;
    margin-bottom: 10px;
    text-align: left;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
}

.page-about .body-container .contact-section .contact-details .contact {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .page-about .body-container .contact-section .contact-details .contact {
    width: 50%;
  }
}

.page-about .body-container .contact-section h2, .page-about .body-container .contact-section legend {
  font-family: "acumin-pro", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 32px;
  margin-bottom: 10px;
}

.page-about .body-container .contact-section .email a {
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.44px;
  line-height: 24px;
  text-decoration: underline;
}

.page-about .body-container .contact-section .phone a {
  color: #00a651;
  font-family: "acumin-pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 28px;
}

/*********************************************
:: Services Page                   
********************************************/
.page-services {
  /********************************************/
}

.page-services .body-container .hero-image {
  width: 100%;
  margin-bottom: 40px;
}

.page-services .body-container .text {
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .page-services .body-container .text {
    margin-bottom: 80px;
  }
}

.page-services .body-container .content {
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  .page-services .body-container .content {
    margin-bottom: 100px;
  }
}

.page-services .body-container .content p {
  margin-bottom: 10px;
  color: #303030;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.23px;
  line-height: 28px;
}

.page-services .body-container .services-section {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin-bottom: 40px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .page-services .body-container .services-section {
    margin-top: 80px;
    margin-bottom: -80px;
  }
}

.page-services .body-container .services-section article {
  position: relative;
  width: 100%;
  min-height: 480px;
  width: 320px;
  margin: auto;
}

@media (min-width: 600px) {
  .page-services .body-container .services-section article {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

@media (min-width: 1160px) {
  .page-services .body-container .services-section article {
    width: calc(33.3332% - 30px);
  }
}

.page-services .body-container .services-section article .image {
  width: 100%;
  height: 230px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: 21px;
}

.page-services .body-container .services-section article h2, .page-services .body-container .services-section article legend {
  color: #434343;
  font-family: "acumin-pro", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin-bottom: 10px;
}

.page-services .body-container .services-section article .divider {
  width: 90px;
  height: 3px;
  margin-bottom: 12px;
  background-color: #00a651;
}

.page-services .body-container .services-section article .wysiwyg p {
  font-family: "acumin-pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 24px;
  color: #434343;
}

/*********************************************
:: Products Page                   
********************************************/
.page-products {
  position: relative;
  min-height: calc(100vh - 80px);
}

@media (min-width: 1025px) {
  .page-products {
    min-height: calc(100vh - 163px);
  }
}

.page-products:before {
  content: '';
  display: block;
  width: 100%;
  height: 600px;
}

.page-products + .site-footer {
  margin-top: 0;
}

.page-products iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/*******************************************/
/*********************************************
:: Contact Page                   
********************************************/
.page-contact {
  /********************************************/
  /********************************************/
  /********************************************/
}

.page-contact .title-heading {
  margin-top: 59px;
}

.page-contact .contact-container a {
  display: block;
}

.page-contact .contact-container .contact {
  margin-bottom: 32px;
}

.page-contact .contact-container .address p {
  color: #1c1c1c;
  font-family: "rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.23px;
  line-height: 28px;
}

.page-contact .contact-container .col1 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .page-contact .contact-container .col1 {
    width: 26%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.page-contact .contact-container .col1 * {
  text-align: center;
}

@media (min-width: 1025px) {
  .page-contact .contact-container .col1 * {
    text-align: left;
  }
}

.page-contact .contact-container .col1 .phone {
  margin-bottom: 2px;
  margin-top: 2px;
}

.page-contact .contact-container .col1 .phone a {
  color: #00a651;
  font-family: "rubik", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.23px;
  line-height: 28px;
}

.page-contact .contact-container .col1 .email a {
  color: #00a651;
  font-family: "rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.23px;
  line-height: 28px;
  text-decoration: underline;
}

.page-contact .contact-container .col2 {
  width: 768px;
  margin: auto;
}

@media (min-width: 1025px) {
  .page-contact .contact-container .col2 {
    margin: 0;
  }
}

.page-contact .contact-container textarea {
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 15px 23px;
}

.page-contact .form-fields-stack .form-field:first-child input {
  width: 98% !important;
}

.page-contact form {
  margin-bottom: 45px;
}

.page-contact .map-container {
  padding: 30px 0 0;
}

@media (min-width: 1025px) {
  .page-contact .map-container {
    padding: 0;
  }
}

.page-contact .map-container .map {
  display: block;
  margin: 20px auto 0;
  width: 100%;
  height: 401px;
}

@media (min-width: 1280px) {
  .page-contact .map-container .map {
    width: 1200px;
  }
}

/*********************************************
:: JS Plugins
********************************************/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  float: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  min-width: 170px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 36px 0 10px;
  font-size: 14px;
  line-height: 36px;
  color: #444;
  height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: white;
  color: black;
  text-align: center;
  *font: 20px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 1px solid #CCCCCC;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: white;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #999999;
}

.selectric-hover .selectric {
  border-color: #b3b2b2;
}

.selectric-hover .selectric .button {
  color: black;
}

.selectric-hover .selectric .button:after {
  border-top-color: white;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #b3b2b2;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #b3b2b2;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  top: 170px;
  left: -10px !important;
}

@media (min-width: 1440px) {
  .slick-prev {
    left: -120px !important;
  }
}

.slick-prev:before {
  content: '';
  background: url(/images/arrow-left.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 38px;
  height: 53px;
  background-color: #00a651;
}

.slick-next {
  top: 170px;
  right: 8px !important;
}

@media (min-width: 1440px) {
  .slick-next {
    right: -82px !important;
  }
}

.slick-next:before {
  content: '';
  background: url(/images/arrow-right.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 38px;
  height: 53px;
  background-color: #00a651;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #D8D8D8;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #D8D8D8;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
