/*
Theme Name: Boiler Theme
Theme URI: http://
Author: what2design
Author URI: http://what2design.com
Description: Boiler Theme
Version: 2.0
License: NA
License URI: NA
*/
/*
**********************************************************************************************
* Variables
**********************************************************************************************
 */
/*
**********************************************************************************************
* Mixins
**********************************************************************************************
 */
/* 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;
  -webkit-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
  border: none;
  outline: none;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  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;
}
body {
  font-family: "museo-sans", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 1.2em;
}
#wrapper {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1em;
}
p {
  color: #333333;
  font-size: 14px;
  line-height: 1.6em;
}
p strong,
p b {
  font-weight: bold;
}
a.bold-link {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #09743b;
}
/*/////////////////////////////////////////////////////////////
COMMON
*/
body.freeze {
  overflow: hidden;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto !important;
}
form.aligncenter table {
  display: inline-block;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.flex-no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap,
div.flex-wrap > .flex-container {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align-bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.show-mobile {
  display: none;
}
.fade-point {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.fade-point.fade-in {
  opacity: 1;
}
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.circle {
  border-radius: 50%;
}
/*/////////////////////////////////////////////////////////////
HEADER
*/
#logo {
  max-width: 200px;
}
#logo img {
  width: 100%;
  height: auto;
  display: block;
}
#header-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #ffffff;
}
#header-wrap span.socicon {
  background-color: #ffffff;
  border: 3px solid #09743b;
  margin-left: 15px;
  margin-right: 0;
}
#header-wrap span.socicon:before {
  color: #09743b;
}
#header-wrap #header-inner {
  position: relative;
  z-index: 10;
}
#header-wrap #header-inner #nav {
  flex: 1;
  text-align: right;
  justify-content: flex-end;
}
#header-wrap header {
  padding: 10px 20px;
}
#header-wrap header li {
  list-style: none;
}
#header-wrap header #nav nav#primary > ul > li {
  display: inline-block;
  margin-left: 20px;
}
nav ul {
  position: relative;
  display: inline-table;
}
nav ul:after {
  content: "";
  clear: both;
  display: block;
}
nav ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
nav ul li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
nav ul li.menu-item-has-children.show > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
nav ul li.menu-item-has-children.show > ul {
  display: block;
}
nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  background-color: #fff;
  text-align: left;
}
nav ul ul li {
  position: relative;
  display: block;
  margin-left: 0px;
}
nav ul ul li a {
  display: block;
}
nav ul ul li.menu-item-has-children {
  padding-right: 0;
}
nav ul ul ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
nav#mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
nav#mobile.is-open {
  display: block;
}
nav#mobile #mobile-wrapper {
  padding: 120px 30px 30px 30px;
}
nav#mobile #mobile-wrapper ul {
  width: 100%;
  text-align: left;
}
nav#mobile #mobile-wrapper ul li {
  display: block;
  margin-bottom: 30px;
}
nav#mobile #mobile-wrapper ul li ul {
  position: static;
  margin-left: 20px;
}
/*/////////////////////////////////////////////////////////////
MOBILE ICON
*/
#mobile-icon {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  border: 3px solid #09743b;
}
#mobile-icon div.burger-stack {
  height: 3px;
  width: 19px;
  background-color: #09743b;
  position: absolute;
  top: 18px;
  left: 9px;
  border-radius: 5px;
}
#mobile-icon div.burger-stack:before {
  transform: translateY(-6px);
}
#mobile-icon div.burger-stack:after {
  transform: translateY(6px);
}
#mobile-icon div.burger-stack:before,
#mobile-icon div.burger-stack:after {
  border-radius: 5px;
  height: 3px;
  width: 100%;
  background-color: #09743b;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#mobile-icon.is-open div.burger-stack {
  background: none;
}
#mobile-icon.is-open div.burger-stack:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-icon.is-open div.burger-stack:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*/////////////////////////////////////////////////////////////
CONTENT
*/
.grecaptcha-badge {
  visibility: collapse !important;
}
article.post {
  margin-top: 40px;
}
#wrapper {
  padding-bottom: 120px;
}
#wrapper input[type="text"],
#wrapper input[type="email"] {
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
}
#wrapper h2 {
  font-size: 28px;
  font-weight: bold;
}
#wrapper h1 {
  font-size: 36px;
  font-weight: bold;
  color: #09743b;
  line-height: 1.3em;
}
#wrapper .bg-img-block .bg-overlay {
  margin-bottom: 0;
  padding-bottom: 0;
}
#wrapper .green-row h1,
#wrapper .green-row h2,
#wrapper .green-row h3,
#wrapper .green-row h4,
#wrapper .green-row h5,
#wrapper .green-row h6,
#wrapper .green-row p,
#wrapper .green-row li,
#wrapper .green-row a {
  color: #ffffff;
}
#wrapper .green-row a:not(.button) {
  border-bottom: 2px solid #ffffff !important;
}
#wrapper .wpb_text_column li {
  color: #333333;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
#wrapper .wpb_text_column ul,
#wrapper .wpb_text_column ol {
  margin-left: 20px;
}
#wrapper .wpb_text_column ul {
  list-style: disc;
}
#wrapper .wpb_text_column ol {
  list-style: decimal;
}
#wrapper .wpb_text_column ol.large li {
  font-size: 18px;
  font-weight: bold;
}
#wrapper .wpb_text_column a:not(.button) {
  color: inherit;
  border-bottom: 2px solid #09743b;
}
#wrapper #hero h1 {
  font-size: 80px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
}
#wrapper #hero h1 em {
  font-style: italic;
  font-weight: normal;
}
#wrapper #hero .button {
  font-size: 16px;
}
#wrapper .content-max {
  max-width: 1200px;
}
#wrapper .content-center {
  margin: 0 auto;
}
#wrapper .text-max {
  max-width: 800px;
}
#wrapper .bg-overlay {
  position: relative;
}
#wrapper .bg-overlay:before {
  content: '';
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #09743b;
  opacity: 0.5;
  position: absolute;
  display: block;
}
#wrapper .bg-overlay.more:before {
  opacity: 0.95;
}
#wrapper .bg-overlay > .wpb_column {
  position: relative;
  z-index: 1;
}
#wrapper .bg-overlay h1,
#wrapper .bg-overlay h2,
#wrapper .bg-overlay h3,
#wrapper .bg-overlay h4,
#wrapper .bg-overlay h5,
#wrapper .bg-overlay h6,
#wrapper .bg-overlay p,
#wrapper .bg-overlay li {
  color: #ffffff;
}
#wrapper .mission {
  padding-top: 60px;
  padding-bottom: 60px;
}
#wrapper .mission h2 {
  font-size: 32px;
  color: #09743b;
  line-height: 1.5em;
  font-weight: bold;
}
#wrapper h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4em;
}
#wrapper h6 {
  font-weight: bold;
  font-size: 25px;
  color: #333333;
  line-height: 1.4em;
}
#wrapper .testimonials .slick-dots {
  text-align: center;
  margin-top: 30px;
}
#wrapper .testimonials .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
#wrapper .testimonials .slick-dots li button {
  transition-duration: 1s;
  border: 2px solid transparent;
  cursor: pointer;
  outline: 0;
  width: 30px;
  height: 30px;
  background-color: #09743b;
  border-radius: 30px;
}
#wrapper .page-hero {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#wrapper .page-hero > .wpb_column > .vc_column-inner {
  padding-top: 110px;
}
#wrapper .page-hero h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2em;
}
/*/////////////////////////////////////////////////////////////
FOOTER
*/
#footer-fixed-wrapper {
  bottom: 0;
  left: 0;
  background-color: #e4de0f;
  z-index: 10;
}
#footer-fixed-wrapper i.fas {
  color: #09743b;
  margin-right: 10px;
  vertical-align: middle;
}
#footer-fixed-wrapper i.fas:before {
  font-size: 30px !important;
}
#footer-fixed-wrapper .wpb_content_element {
  margin-bottom: 0;
}
#footer-fixed-wrapper > div {
  padding: 30px 20px;
}
#footer-fixed-wrapper a {
  color: #09743b !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
  border-bottom: none !important;
}
#footer-fixed-wrapper p {
  line-height: 13px;
}
#footer-fixed-wrapper h2 {
  font-size: 16px;
  color: #09743b;
  font-weight: bold;
  padding-top: 7px;
}
/*/////////////////////////////////////////////////////////////
BUTTONS
*/
a.button,
input[type="submit"],
li.button a {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.button {
  background-color: #e4de0f;
  padding: 15px 25px;
  display: inline-block;
  color: #09743b;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50px;
  border: none;
  outline: none;
}
.button:hover {
  background-color: #09743b;
  color: #ffffff;
}
.button.green {
  background-color: #09743b;
}
.button.green:hover {
  background-color: #e4de0f;
}
li.button {
  padding: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
li.button a {
  padding: 15px 25px;
  color: #ffffff;
  border-radius: 50px;
}
li.button a:hover {
  background-color: #e4de0f;
}
/*/////////////////////////////////////////////////////////////
SOCIAL ICONS
*/
span.socicon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #09743b;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px;
}
/*/////////////////////////////////////////////////////////////
MEDIA QUERIES
*/
@media screen and (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 849px) {
  /* Visual Composer Breakpoint Media Query */
}
@media screen and (min-width: 769px) {
  /* Mobile Menu Fix */
  nav#mobile.is-open {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  nav#mobile .menu-primary-menu-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
}
@media screen and (max-width: 520px) {
  #header-wrap header {
    padding: 10px;
  }
  #logo {
    max-width: 140px;
  }
  #wrapper #hero h1 {
    font-size: 14vw;
  }
  #footer-fixed-wrapper > div {
    padding: 10px;
  }
  #footer-fixed-wrapper a {
    font-size: 12px;
  }
  #footer-fixed-wrapper i {
    display: block;
    width: 100%;
  }
  #footer-fixed-wrapper i.fas:before {
    font-size: 23px !important;
  }
}
