@charset "UTF-8";
/* CSS Document */
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, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: 100;
  font-family: "ff-enzo-web"; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.gform_wrapper {
  margin: 0 !important; }
  .gform_wrapper .gfield_label {
    display: none !important; }
  .gform_wrapper .ginput_container {
    margin: 0 !important; }
  .gform_wrapper .gform_footer {
    display: none !important; }
  .gform_wrapper ul {
    padding: 0 !important;
    margin: 0 !important; }
  .gform_wrapper .validation_error {
    font-size: 0.875rem !important; }
  .gform_wrapper .ginput_container {
    width: 100% !important;
    margin-right: 0 !important;
    max-width: 100% !important; }
  .gform_wrapper .gfield_error {
    background: transparent !important;
    border: none !important;
    width: 100% !important; }
    .gform_wrapper .gfield_error .validation_message {
      position: relative;
      top: -0.3125rem; }
  .gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper textarea {
    padding: 1.125rem !important;
    font-family: "ff-enzo-web";
    width: 100%;
    font-size: 1rem;
    border-radius: 0.3125rem;
    border: solid 0.0625rem #dcdcdc;
    outline: 0;
    color: #4d4d4d;
    margin-bottom: 0.75rem;
    max-width: 100%;
    min-width: 100%;
    box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 0.1875rem rgba(0, 0, 0, 0.2); }
    .gform_wrapper input[type="text"]::-webkit-input-placeholder, .gform_wrapper input[type="email"]::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
      color: #4d4d4d; }
    .gform_wrapper input[type="text"]::-moz-placeholder, .gform_wrapper input[type="email"]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
      color: #4d4d4d; }
    .gform_wrapper input[type="text"]:-moz-placeholder, .gform_wrapper input[type="email"]:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder {
      color: #4d4d4d; }
    .gform_wrapper input[type="text"]:-ms-input-placeholder, .gform_wrapper input[type="email"]:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
      color: #4d4d4d; }
  .gform_wrapper textarea {
    min-height: 12.5rem; }

.avatar {
  width: 10rem;
  height: 10rem;
  position: relative; }
  .avatar:after {
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.56);
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.56);
    border: 0px solid #000000;
    background: transparent; }

button.submit-form {
  padding: 1rem 0.625rem;
  border-radius: 1.875rem;
  width: 12.5rem;
  height: 3.125rem;
  display: block;
  float: none;
  margin: 0 auto;
  cursor: pointer;
  outline: 0;
  text-align: center;
  border: solid 0.0625rem #c2c2c2;
  text-align: center;
  background: #fff; }
  button.submit-form:hover {
    border-color: #fff;
    background: #0f7049; }
    button.submit-form:hover span {
      color: #fff; }
  button.submit-form span {
    font-size: 1rem;
    font-weight: 600;
    color: #0f7049; }
    button.submit-form span:after {
      font-family: "FontAwesome";
      padding-left: 0.625rem;
      color: #89c750;
      content: "\0f105"; }

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  nav ul li {
    display: inline; }

.testimonial-content, body section#testimonials div.slick div article blockquote, body article#page-content .testimonial blockquote {
  padding-left: 1.875rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.375rem;
  color: #666; }
  .testimonial-content:before, body section#testimonials div.slick div article blockquote:before, body article#page-content .testimonial blockquote:before, .testimonial-content:after, body section#testimonials div.slick div article blockquote:after, body article#page-content .testimonial blockquote:after {
    font-family: "Georgia";
    font-size: 1.75rem;
    content: "“";
    position: relative;
    top: 0.625rem; }
  .testimonial-content:before, body section#testimonials div.slick div article blockquote:before, body article#page-content .testimonial blockquote:before {
    padding-right: 0.3125rem; }
  .testimonial-content:after, body section#testimonials div.slick div article blockquote:after, body article#page-content .testimonial blockquote:after {
    display: none; }

.btn, body > header#main nav > ul > li:last-child a, body section#testimonials div.slick .slick-prev, body section#testimonials div.slick .slick-next {
  padding: 0.4375rem 1.4375rem;
  border-radius: 1.25rem;
  border: solid 0.0625rem #fff;
  color: inherit;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  cursor: pointer; }
  .btn.large, body > header#main nav > ul > li:last-child a.large, body section#testimonials div.slick .large.slick-prev, body section#testimonials div.slick .large.slick-next {
    padding: 0.625rem 1.4375rem;
    font-size: 1.0625rem; }
    .btn.large .fa, body > header#main nav > ul > li:last-child a.large .fa, body section#testimonials div.slick .large.slick-prev .fa, body section#testimonials div.slick .large.slick-next .fa {
      position: relative;
      top: 0.0625rem; }
  .btn.extra-large, body > header#main nav > ul > li:last-child a.extra-large, body section#testimonials div.slick .extra-large.slick-prev, body section#testimonials div.slick .extra-large.slick-next {
    padding: 0.8125rem 1.625rem;
    border-radius: 1.625rem;
    font-size: 1.1875rem; }
  .btn .fa, body > header#main nav > ul > li:last-child a .fa, body section#testimonials div.slick .slick-prev .fa, body section#testimonials div.slick .slick-next .fa {
    color: #89c750;
    margin-left: 0.3125rem; }
  .btn.green, body > header#main nav > ul > li:last-child a.green, body section#testimonials div.slick .green.slick-prev, body section#testimonials div.slick .green.slick-next {
    color: #0f7049;
    border-color: #89c750; }
    .btn.green .fa, body > header#main nav > ul > li:last-child a.green .fa, body section#testimonials div.slick .green.slick-prev .fa, body section#testimonials div.slick .green.slick-next .fa {
      color: #89c750; }
    .btn.green.solid, .btn.green:hover, body > header#main nav > ul > li:last-child a.green:hover, body section#testimonials div.slick .green.slick-prev:hover, body section#testimonials div.slick .green.slick-next:hover, body > header#main nav > ul > li:last-child a.green.solid, body section#testimonials div.slick .green.solid.slick-prev, body section#testimonials div.slick .green.solid.slick-next {
      background: #89c750; }
      .btn.green.solid .fa, .btn.green:hover .fa, body > header#main nav > ul > li:last-child a.green:hover .fa, body section#testimonials div.slick .green.slick-prev:hover .fa, body section#testimonials div.slick .green.slick-next:hover .fa, body > header#main nav > ul > li:last-child a.green.solid .fa, body section#testimonials div.slick .green.solid.slick-prev .fa, body section#testimonials div.slick .green.solid.slick-next .fa {
        color: #fff; }
  .btn.rounded, body > header#main nav > ul > li:last-child a.rounded, body section#testimonials div.slick .rounded.slick-prev, body section#testimonials div.slick .rounded.slick-next {
    padding: 0.25rem 0 0 0.125rem;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%; }
    .btn.rounded .fa, body > header#main nav > ul > li:last-child a.rounded .fa, body section#testimonials div.slick .rounded.slick-prev .fa, body section#testimonials div.slick .rounded.slick-next .fa {
      font-size: 1rem;
      margin: 0; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

ol.flex-control-nav {
  padding: 0;
  margin: 0;
  list-style: none; }

ol.flex-control-nav li {
  display: inline; }

ol.flex-control-nav li a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #3498db;
  text-indent: -9999999px;
  margin: 3px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

ol.flex-control-nav li a.flex-active {
  background: #083665; }

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

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

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

body.sticky-header {
  padding-top: 5.9375rem; }
  body.sticky-header > header#main {
    -webkit-transition: top 0.2s ease-out 0s;
    -moz-transition: top 0.2s ease-out 0s;
    transition: top 0.2s ease-out 0s;
    position: fixed;
    z-index: 999;
    top: -5.9375rem; }

body.sticky-header-show > header#main {
  -webkit-transition: top 0.2s ease-out 0s;
  -moz-transition: top 0.2s ease-out 0s;
  transition: top 0.2s ease-out 0s;
  top: 0 !important; }

body > header#main {
  padding: 0 2.5rem;
  height: 5.9375rem;
  width: 100%;
  z-index: 999999;
  background: #2F292B; }
  @media screen and (max-width: 1024px) {
    body > header#main {
      padding: 0 1.25rem; } }
  body > header#main .logo {
    float: left;
    position: relative;
    z-index: 1001;
    padding-top: 0.9375rem; }
    @media screen and (max-width: 800px) {
      body > header#main .logo {
        max-width: 200px;
        padding-top: 1.25rem; } }
  body > header#main nav {
    text-align: right; }
    @media screen and (max-width: 1024px) {
      body > header#main nav > ul {
        display: none; }
      body > header#main nav .toggle-mobile {
        position: relative;
        z-index: 1001;
        display: block !important; } }
    body > header#main nav > ul > li {
      position: relative; }
      body > header#main nav > ul > li.active a:before {
        top: 0 !important; }
      body > header#main nav > ul > li.dropdown {
        padding-bottom: 3.125rem !important;
        cursor: pointer; }
        body > header#main nav > ul > li.dropdown:hover > a:before {
          top: 0; }
        body > header#main nav > ul > li.dropdown:hover ul {
          opacity: 1;
          visibility: visible;
          top: 3.3125rem; }
          @media screen and (max-width: 1024px) {
            body > header#main nav > ul > li.dropdown:hover ul {
              top: 0px; } }
        body > header#main nav > ul > li.dropdown .showmenu {
          opacity: 1;
          visibility: visible;
          top: 3.3125rem; }
          body > header#main nav > ul > li.dropdown .showmenu > a:before {
            top: 0; }
          @media screen and (max-width: 1024px) {
            body > header#main nav > ul > li.dropdown .showmenu {
              top: 0px; } }
      body > header#main nav > ul > li:last-child a {
        color: #fff;
        padding-top: 0.3125rem;
        margin: 0 0 0 1.875rem;
        box-shadow: 0.0625rem 0.0625rem 0 #000;
        text-shadow: 0.0625rem 0.0625rem 0 #000; }
        body > header#main nav > ul > li:last-child a:hover {
          background: #fff;
          text-shadow: none;
          color: #000; }
        body > header#main nav > ul > li:last-child a:before {
          display: none; }
        body > header#main nav > ul > li:last-child a:after {
          font-family: "FontAwesome";
          font-size: 1rem;
          color: #89c750;
          padding-left: 0.625rem;
          content: "\0f105"; }
      body > header#main nav > ul > li:hover ul li {
        display: block; }
    body > header#main nav ul.dropdown-menu {
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      position: absolute;
      left: 0;
      top: 3.125rem;
      height: auto;
      overflow: visible;
      opacity: 0;
      display: block;
      visibility: hidden;
      z-index: 99999;
      background: #2F292B; }
      @media screen and (max-width: 1024px) {
        body > header#main nav ul.dropdown-menu {
          padding-top: 12px !important;
          position: relative;
          left: auto;
          top: auto; } }
      body > header#main nav ul.dropdown-menu li {
        display: block;
        clear: both; }
        body > header#main nav ul.dropdown-menu li a {
          margin: 0;
          padding: 0.5rem 1.25rem 0.5rem 0.75rem;
          border: none;
          border-left: solid 0.4375rem transparent;
          font-size: 1.0625rem;
          font-weight: 500;
          color: #fff;
          text-transform: uppercase;
          text-decoration: none;
          text-align: left;
          display: block; }
          body > header#main nav ul.dropdown-menu li a:before {
            display: none; }
        body > header#main nav ul.dropdown-menu li.active a {
          border-left: solid 0.4375rem #89c750;
          background: #313131; }
    body > header#main nav a {
      margin: 0 0.5rem;
      font-size: 1.0625rem;
      font-weight: 500;
      padding-top: 2.5rem;
      display: inline-block;
      color: #fff;
      position: relative;
      text-transform: uppercase;
      text-decoration: none; }
      body > header#main nav a:before {
        -webkit-transition: all 0.05s ease-out 0s;
        -moz-transition: all 0.05s ease-out 0s;
        transition: all 0.05s ease-out 0s;
        position: absolute;
        top: -0.5rem;
        left: 0;
        height: 0.5rem;
        width: 100%;
        content: "";
        background: #89c750; }
      body > header#main nav a:hover:before {
        top: 0; }
      body > header#main nav a.dropdown-toggle:after {
        font-family: "FontAwesome";
        font-size: 0.5rem;
        content: "\0f0d7";
        position: relative;
        top: -0.125rem;
        padding-left: 0.125rem;
        color: #89c750; }
      body > header#main nav a.toggle-mobile {
        font-size: 1.5rem;
        position: relative;
        display: none;
        top: -0.3125rem;
        cursor: pointer; }
        body > header#main nav a.toggle-mobile:hover {
          border-color: transparent; }
      @media (max-width: 1080px) {
        body > header#main nav a {
          font-size: 0.9375rem; } }
  body > header#main nav#mobile {
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: none;
    position: relative;
    position: fixed;
    overflow: auto;
    z-index: 1000;
    text-align: left;
    background: #231f20; }
    body > header#main nav#mobile.active {
      display: block; }
    body > header#main nav#mobile ul {
      padding: 0 1.25rem;
      display: block;
      opacity: 1;
      visibility: visible;
      padding-top: 7.5rem; }
      body > header#main nav#mobile ul.dropdown-menu {
        padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
        margin-top: 0.625rem; }
        body > header#main nav#mobile ul.dropdown-menu li {
          margin: 0 !important; }
          body > header#main nav#mobile ul.dropdown-menu li a {
            font-size: 0.875rem;
            text-transform: none;
            background: none; }
      body > header#main nav#mobile ul li {
        margin: 0.625rem 0;
        float: none;
        display: block; }
        body > header#main nav#mobile ul li.dropdown {
          padding-bottom: 0.9375rem !important; }
        body > header#main nav#mobile ul li.current_page_item a {
          border-left: solid 0.1875rem #89c750; }
        body > header#main nav#mobile ul li.menu-free-trial a {
          margin: 0;
          padding: 0rem 0rem 0rem 0.75rem;
          border: none;
          border-left: solid 0.4375rem transparent;
          font-size: 0.9375rem;
          font-weight: 500;
          color: #fff;
          text-transform: uppercase;
          text-decoration: none;
          text-align: left;
          box-shadow: none;
          text-shadow: none;
          display: block; }
          body > header#main nav#mobile ul li.menu-free-trial a:hover {
            background: transparent;
            color: #FFF; }
          body > header#main nav#mobile ul li.menu-free-trial a:before, body > header#main nav#mobile ul li.menu-free-trial a:after {
            display: none; }
        body > header#main nav#mobile ul li a {
          padding-top: 0;
          padding-left: 0.625rem;
          border: none; }
          body > header#main nav#mobile ul li a:before {
            display: none; }
          body > header#main nav#mobile ul li a.dropdown-toggle {
            padding-bottom: 0 !important; }

body section#testimonials {
  display: block;
  padding: 3.75rem 2.5rem 0.625rem;
  clear: both;
  border-top: solid 0.0625rem #c2c2c2;
  background: #fff; }
  body section#testimonials:after {
    content: "";
    display: table;
    clear: both; }
  body section#testimonials h5 {
    font-size: 0.6875rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #a9a9a9;
    letter-spacing: 0.75px; }
  body section#testimonials div.slick {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%;
    padding: 2.5rem 0;
    position: relative;
    list-style: none; }
    body section#testimonials div.slick:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      body section#testimonials div.slick {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%; }
        body section#testimonials div.slick:last-child {
          margin-right: 0; } }
    body section#testimonials div.slick .slick-prev, body section#testimonials div.slick .slick-next {
      padding: 0;
      font-size: 0;
      border: 0;
      background: none;
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 50%;
      outline: 0;
      position: absolute;
      cursor: pointer;
      top: calc(50% - 30px);
      right: -15%;
      border: solid 0.0625rem #c2c2c2; }
      @media screen and (max-width: 800px) {
        body section#testimonials div.slick .slick-prev, body section#testimonials div.slick .slick-next {
          display: none !important; } }
      body section#testimonials div.slick .slick-prev:before, body section#testimonials div.slick .slick-next:before {
        font-family: "FontAwesome";
        font-size: 0.875rem;
        color: #c2c2c2;
        content: "\0f105"; }
    body section#testimonials div.slick .slick-prev {
      right: auto;
      left: -15%; }
      body section#testimonials div.slick .slick-prev:before {
        content: "\0f104"; }
    body section#testimonials div.slick .slick-dots {
      list-style: none;
      position: relative;
      margin-top: 3.125rem;
      margin-bottom: 0.9375rem;
      float: right;
      left: -50%; }
      @media screen and (max-width: 800px) {
        body section#testimonials div.slick .slick-dots {
          display: none !important; } }
      body section#testimonials div.slick .slick-dots li {
        float: left;
        left: 50%; }
        body section#testimonials div.slick .slick-dots li button {
          padding: 0 0.25rem;
          border: none;
          background: none;
          outline: 0;
          cursor: pointer;
          font-size: 0;
          position: relative; }
          body section#testimonials div.slick .slick-dots li button:before {
            font-family: "FontAwesome";
            font-size: 0.625rem;
            content: "\0f111";
            color: #c2c2c2; }
        body section#testimonials div.slick .slick-dots li.slick-active button:before {
          color: #89c750; }
    body section#testimonials div.slick div article {
      display: block; }
      body section#testimonials div.slick div article:after {
        content: "";
        display: table;
        clear: both; }
      body section#testimonials div.slick div article aside {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        border-right: solid 0.0625rem #dcdcdc;
        min-height: 11.875rem;
        display: block;
        text-align: center; }
        body section#testimonials div.slick div article aside:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1024px) {
          body section#testimonials div.slick div article aside {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 31.7615656014%;
            border: none; }
            body section#testimonials div.slick div article aside:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 800px) {
          body section#testimonials div.slick div article aside {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%;
            margin-bottom: 1.875rem; }
            body section#testimonials div.slick div article aside:last-child {
              margin-right: 0; } }
        body section#testimonials div.slick div article aside img {
          max-width: 8.4375rem;
          min-height: 8.4375rem;
          max-height: 8.4375rem;
          height: auto;
          margin: 0 auto 1.25rem;
          border-radius: 50%; }
        body section#testimonials div.slick div article aside span {
          display: block; }
          body section#testimonials div.slick div article aside span.name {
            color: #89c750;
            font-size: 1.25rem;
            font-weight: 600; }
          body section#testimonials div.slick div article aside span.location {
            font-size: 0.8125rem;
            font-weight: 600;
            margin-top: 0.1875rem; }
      body section#testimonials div.slick div article blockquote {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 74.4105871005%;
        font-weight: 600; }
        body section#testimonials div.slick div article blockquote:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1024px) {
          body section#testimonials div.slick div article blockquote {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 65.8807828007%; }
            body section#testimonials div.slick div article blockquote:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 800px) {
          body section#testimonials div.slick div article blockquote {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%;
            padding: 0; }
            body section#testimonials div.slick div article blockquote:last-child {
              margin-right: 0; } }

body > footer .accolades {
  padding: 2.5rem 1.875rem 1.25rem;
  display: block;
  text-align: center;
  background: #e8e8e8;
  clear: both; }
  body > footer .accolades:after {
    content: "";
    display: table;
    clear: both; }
  body > footer .accolades img {
    max-width: 100%; }
  body > footer .accolades h5 {
    font-size: 0.6875rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
    text-transform: uppercase;
    color: #a9a9a9;
    letter-spacing: 0.75px; }

body > footer .legal {
  padding: 1.875rem;
  display: block;
  color: #808080;
  background: #dcdcdc; }
  body > footer .legal:after {
    content: "";
    display: table;
    clear: both; }
  body > footer .legal nav {
    float: left; }
    @media screen and (max-width: 800px) {
      body > footer .legal nav {
        float: none;
        text-align: center;
        margin-bottom: 0.9375rem; } }
    body > footer .legal nav a {
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      color: inherit; }
      @media screen and (max-width: 800px) {
        body > footer .legal nav a {
          display: block;
          margin-bottom: 0.4375rem; } }
      body > footer .legal nav a:after {
        font-weight: 500;
        content: "|";
        padding-left: 0.3125rem;
        padding-right: 0.1875rem;
        color: #808080; }
      body > footer .legal nav a:last-child:after {
        display: none; }
  body > footer .legal p {
    font-size: 0.75rem;
    text-align: right;
    font-weight: 700; }
    body > footer .legal p a {
      color: #808080;
      font-size: 0.75rem;
      font-weight: 700;
      text-decoration: none; }
      body > footer .legal p a:hover {
        color: #606060; }
    @media screen and (max-width: 800px) {
      body > footer .legal p {
        text-align: center;
        line-height: 1.125rem; } }

body article#page-content {
  display: block;
  padding: 4.375rem 1.25rem 6.875rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%;
  float: none; }
  body article#page-content:after {
    content: "";
    display: table;
    clear: both; }
  body article#page-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    body article#page-content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%;
      margin-left: 8.5298042998%;
      float: none !important; }
      body article#page-content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    body article#page-content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 91.4701957002%;
      margin-left: 2.132451075%; }
      body article#page-content:last-child {
        margin-right: 0; } }
  body article#page-content.full-width {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    body article#page-content.full-width:after {
      content: "";
      display: table;
      clear: both; }
    body article#page-content.full-width header {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%;
      margin-left: 17.0596085997%; }
      body article#page-content.full-width header:last-child {
        margin-right: 0; }
      @media screen and (max-width: 800px) {
        body article#page-content.full-width header {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-left: 0%; }
          body article#page-content.full-width header:last-child {
            margin-right: 0; } }
  body article#page-content img {
    max-width: 100%;
    height: auto; }
  body article#page-content header h1 {
    font-size: 3.75rem;
    font-weight: 700;
    margin-bottom: 1.8125rem;
    text-align: center;
    color: #0f7049; }
    @media screen and (max-width: 800px) {
      body article#page-content header h1 {
        font-size: 2.5rem; } }
  body article#page-content header h2 {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 2.125rem;
    text-align: center;
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 800px) {
      body article#page-content header h2 {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
    body article#page-content header h2 strong {
      font-weight: 700; }
  body article#page-content h3, body article#page-content h4, body article#page-content h5 {
    margin-top: 1.25rem;
    font-weight: 700;
    color: #0f7049; }
  body article#page-content p, body article#page-content ul, body article#page-content ol {
    padding: 0.5625rem 0;
    color: #4d4d4d;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem; }
    body article#page-content p a, body article#page-content ul a, body article#page-content ol a {
      color: #89c750;
      font-weight: 600; }
  body article#page-content ol, body article#page-content ul {
    margin: 1.25rem 2.8125rem; }
    body article#page-content ol li, body article#page-content ul li {
      font-weight: 600; }

body section#video {
  display: block;
  padding: 15rem 6.25rem 0 6.25rem;
  height: 40.3125rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 15rem; }
  body section#video:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1024px) {
    body section#video {
      padding: 8.75rem 6.25rem 0 6.25rem; } }
  @media screen and (max-width: 800px) {
    body section#video {
      padding: 3.125rem 1.25rem 1.25rem; } }
  body section#video h1, body section#video h1 span {
    font-size: 3.75rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 99; }
  @media screen and (max-width: 800px) {
    body section#video h1 {
      min-height: 11.25rem; } }
  body section#video h2 {
    padding: 1.5625rem 1.5625rem 2.1875rem;
    font-size: 1.625rem;
    line-height: 1.625rem;
    font-weight: 600;
    color: #231f20;
    position: relative;
    z-index: 99; }
    @media screen and (max-width: 1024px) {
      body section#video h2 {
        font-size: 1.125rem; } }
    body section#video h2 strong {
      font-weight: 700; }
  body section#video .btn, body > header#main section#video nav > ul > li:last-child a, body > header#main nav > ul > li:last-child section#video a, body section#video section#testimonials div.slick .slick-prev, body section#testimonials div.slick section#video .slick-prev, body section#video section#testimonials div.slick .slick-next, body section#testimonials div.slick section#video .slick-next {
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #0f7049;
    box-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
    display: inline-block;
    background: #fff; }
    body section#video .btn:hover, body > header#main section#video nav > ul > li:last-child a:hover, body > header#main nav > ul > li:last-child section#video a:hover, body section#video section#testimonials div.slick .slick-prev:hover, body section#testimonials div.slick section#video .slick-prev:hover, body section#video section#testimonials div.slick .slick-next:hover, body section#testimonials div.slick section#video .slick-next:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
      box-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.3); }
  body section#video #leaf {
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
    z-index: 99; }
  body section#video #gradient {
    position: absolute;
    height: 31.875rem;
    width: 100%;
    max-width: 100%;
    bottom: -0.0625rem;
    left: 0;
    z-index: 98;
    background: transparent url("../../assets/img/video-gradient.png") bottom center no-repeat; }

body section#callouts {
  display: block; }
  body section#callouts:after {
    content: "";
    display: table;
    clear: both; }
  body section#callouts article {
    padding: 2.5rem 7.5rem;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #fff;
    width: 50%;
    float: left;
    cursor: pointer;
    max-height: 15.625rem;
    min-height: 15.625rem;
    text-align: center; }
    @media screen and (min-width: 1500px) {
      body section#callouts article {
        padding: 2.5rem 12.5rem; } }
    @media screen and (max-width: 1024px) {
      body section#callouts article {
        padding: 2.5rem 3.125rem; } }
    @media screen and (max-width: 800px) {
      body section#callouts article {
        width: 100%;
        height: auto;
        max-height: none; } }
    body section#callouts article:hover h2 {
      position: relative;
      top: -0.1875rem; }
    body section#callouts article:hover p {
      position: relative;
      top: 0.1875rem; }
    body section#callouts article:first-child {
      background: #00a959; }
      body section#callouts article:first-child:hover {
        background: #00a059; }
    body section#callouts article:last-child {
      background: #00b86b; }
      body section#callouts article:last-child:hover {
        background: #00c86b; }
    body section#callouts article h2 {
      -webkit-transition: all 0.1s ease-out 0s;
      -moz-transition: all 0.1s ease-out 0s;
      transition: all 0.1s ease-out 0s;
      font-size: 2.375rem;
      font-weight: 700;
      position: relative;
      top: 0;
      text-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.19); }
    body section#callouts article p {
      -webkit-transition: all 0.1s ease-out 0s;
      -moz-transition: all 0.1s ease-out 0s;
      transition: all 0.1s ease-out 0s;
      padding: 0.75rem 0;
      font-size: 1rem;
      font-weight: 500;
      position: relative;
      top: 0;
      line-height: 1.25rem; }
    body section#callouts article .fa {
      color: #fff; }

body section#panels {
  display: block; }
  body section#panels:after {
    content: "";
    display: table;
    clear: both; }
  body section#panels article {
    float: left;
    display: block;
    width: 34.1192171993%;
    padding: 3.75rem 1.875rem;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    background-color: #454142;
    background-image: -webkit-linear-gradient(-285deg, #454142 0%, #393536 100%);
    background-image: linear-gradient(15deg,#454142 0%, #393536 100%);
    height: 19.375rem;
    max-height: 19.375rem;
    text-align: center;
    cursor: pointer; }
    body section#panels article:last-child {
      width: 31.7615656014%; }
    @media screen and (min-width: 1500px) {
      body section#panels article {
        padding: 2.5rem 6.25rem; } }
    @media screen and (max-width: 1024px) {
      body section#panels article {
        height: 21.25rem;
        max-height: 21.25rem; } }
    @media screen and (max-width: 800px) {
      body section#panels article {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        body section#panels article:last-child {
          margin-right: 0; }
        body section#panels article:last-child {
          width: 100% !important; } }
    body section#panels article:hover {
      background-color: #454142;
      background-image: -webkit-linear-gradient(-360deg, #454142 0%, #393536 100%);
      background-image: linear-gradient(90deg,#454142 0%, #393536 100%); }
      body section#panels article:hover h3 {
        position: relative;
        top: -0.1875rem; }
      body section#panels article:hover p {
        position: relative;
        top: 0.1875rem; }
    body section#panels article h3 {
      -webkit-transition: all 0.1s ease-out 0s;
      -moz-transition: all 0.1s ease-out 0s;
      transition: all 0.1s ease-out 0s;
      color: #89c750;
      font-weight: 700;
      font-size: 1.5rem;
      position: relative;
      top: 0;
      text-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.19); }
    body section#panels article p {
      -webkit-transition: all 0.1s ease-out 0s;
      -moz-transition: all 0.1s ease-out 0s;
      transition: all 0.1s ease-out 0s;
      padding: 1.875rem;
      font-size: 1rem;
      font-weight: 500;
      min-height: 150px;
      position: relative;
      top: 0;
      line-height: 1.375rem;
      color: #fff; }
      body section#panels article p:last-child {
        padding-top: 0; }
      @media screen and (max-width: 1024px) {
        body section#panels article p {
          padding-left: 0;
          padding-right: 0;
          min-height: 6.875rem; } }
      @media screen and (max-width: 800px) {
        body section#panels article p {
          min-height: 0; } }

body article#page-content header {
  margin-bottom: 2.5rem; }

body article#page-content #team-members {
  display: block; }
  body article#page-content #team-members:after {
    content: "";
    display: table;
    clear: both; }
  body article#page-content #team-members .team-member {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-bottom: 5rem;
    padding-right: 1.25rem; }
    body article#page-content #team-members .team-member:last-child {
      margin-right: 0; }
    body article#page-content #team-members .team-member:nth-child(2n) {
      margin-right: 0; }
    body article#page-content #team-members .team-member:nth-child(2n+1) {
      clear: left; }
    @media screen and (max-width: 1024px) {
      body article#page-content #team-members .team-member {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%;
        margin-left: 8.5298042998%;
        margin-bottom: 2.5rem; }
        body article#page-content #team-members .team-member:last-child {
          margin-right: 0; }
        body article#page-content #team-members .team-member:nth-child(0n) {
          margin-right: 2.3576515979%; }
        body article#page-content #team-members .team-member:nth-child(0n+1) {
          clear: none; } }
    body article#page-content #team-members .team-member .avatar {
      float: left;
      width: 10rem;
      height: 10rem;
      margin-right: 2.1875rem; }
      body article#page-content #team-members .team-member .avatar img {
        width: 10rem;
        height: 10rem;
        border-radius: 50%; }
      @media screen and (max-width: 800px) {
        body article#page-content #team-members .team-member .avatar {
          display: block;
          margin: 0 auto 1.25rem !important; }
          body article#page-content #team-members .team-member .avatar img {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%; }
            body article#page-content #team-members .team-member .avatar img:last-child {
              margin-right: 0; } }
    body article#page-content #team-members .team-member .content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%; }
      body article#page-content #team-members .team-member .content:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        body article#page-content #team-members .team-member .content {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 65.8807828007%; }
          body article#page-content #team-members .team-member .content:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 800px) {
        body article#page-content #team-members .team-member .content {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          body article#page-content #team-members .team-member .content:last-child {
            margin-right: 0; } }
      body article#page-content #team-members .team-member .content h2 {
        font-weight: 700;
        color: #89c750;
        margin-bottom: 0; }
      body article#page-content #team-members .team-member .content h5 {
        font-weight: 500;
        margin-top: 0.3125rem;
        margin-bottom: 1.25rem;
        color: #0f7049; }

body article#page-content .mobile {
  display: none;
  clear: both; }
  @media screen and (max-width: 1024px) {
    body article#page-content .mobile {
      display: block; } }
  body article#page-content .mobile ul {
    margin: 0.625rem;
    list-style: none; }
    body article#page-content .mobile ul li {
      margin-bottom: 0.1875rem; }
      body article#page-content .mobile ul li:before {
        font-family: "FontAwesome";
        font-size: 0.75rem;
        content: "\0f05d";
        margin-right: 0.3125rem; }

@media screen and (max-width: 1024px) {
  body article#page-content .packages {
    display: none; } }

body article#page-content .packages .btn, body > header#main article#page-content .packages nav > ul > li:last-child a, body > header#main nav > ul > li:last-child article#page-content .packages a, body article#page-content .packages section#testimonials div.slick .slick-prev, body section#testimonials div.slick article#page-content .packages .slick-prev, body article#page-content .packages section#testimonials div.slick .slick-next, body section#testimonials div.slick article#page-content .packages .slick-next {
  display: inline-block;
  margin-top: 3.125rem; }

body article#page-content .packages thead h3 {
  font-size: 2.125rem; }
  @media screen and (max-width: 1024px) {
    body article#page-content .packages thead h3 {
      font-size: 1rem; } }

body article#page-content .packages thead td.bronze h3 {
  color: #89c750; }

body article#page-content .packages thead td.silver h3 {
  color: #0f7049; }

body article#page-content .packages thead td.gold h3, body article#page-content .packages thead td.platinum h3 {
  color: #00351b; }

body article#page-content .packages thead p {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: #4d4d4d; }

body article#page-content .packages .label {
  font-weight: 600;
  color: #4d4d4d; }

body article#page-content .packages td.bronze .label {
  color: #a9a9a9; }

body article#page-content .packages td.bronze .fa-check-circle-o {
  color: #89c750; }

body article#page-content .packages td.silver .label {
  color: #808080; }

body article#page-content .packages td.silver .fa-check-circle-o {
  color: #0f7049; }

body article#page-content .packages td.gold .label, body article#page-content .packages td.platinum .label {
  color: #4d4d4d; }

body article#page-content .packages td.gold .fa-check-circle-o, body article#page-content .packages td.platinum .fa-check-circle-o {
  color: #00351b; }

body article#page-content .packages tr.spec:nth-child(even) td {
  background: #f4f4f4; }
  body article#page-content .packages tr.spec:nth-child(even) td.label {
    background: #fff; }

@media screen and (max-width: 1024px) {
  body article#page-content .packages tr.buttons .btn, body > header#main article#page-content .packages tr.buttons nav > ul > li:last-child a, body > header#main nav > ul > li:last-child article#page-content .packages tr.buttons a, body article#page-content .packages tr.buttons section#testimonials div.slick .slick-prev, body section#testimonials div.slick article#page-content .packages tr.buttons .slick-prev, body article#page-content .packages tr.buttons section#testimonials div.slick .slick-next, body section#testimonials div.slick article#page-content .packages tr.buttons .slick-next {
    font-size: 0.875rem !important;
    padding-top: 0.3125rem; } }

body article#page-content .packages td {
  height: 2.1875rem;
  font-weight: 500; }
  body article#page-content .packages td.label {
    font-size: 1.1875rem;
    padding-left: 0.625rem; }
  body article#page-content .packages td .fa {
    font-size: 1.25rem; }
  body article#page-content .packages td .fa-times-circle-o {
    color: #dcdcdc; }
  body article#page-content .packages td span {
    padding: 10px;
    line-height: 24px;
    font-weight: 600;
    display: block; }

body article#page-content .get-trial {
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  margin-top: 6.25rem; }
  body article#page-content .get-trial strong {
    font-weight: 700; }
  body article#page-content .get-trial .btn, body > header#main article#page-content .get-trial nav > ul > li:last-child a, body > header#main nav > ul > li:last-child article#page-content .get-trial a, body article#page-content .get-trial section#testimonials div.slick .slick-prev, body section#testimonials div.slick article#page-content .get-trial .slick-prev, body article#page-content .get-trial section#testimonials div.slick .slick-next, body section#testimonials div.slick article#page-content .get-trial .slick-next {
    margin-left: 2.5rem; }
    @media screen and (max-width: 800px) {
      body article#page-content .get-trial .btn, body > header#main article#page-content .get-trial nav > ul > li:last-child a, body > header#main nav > ul > li:last-child article#page-content .get-trial a, body article#page-content .get-trial section#testimonials div.slick .slick-prev, body section#testimonials div.slick article#page-content .get-trial .slick-prev, body article#page-content .get-trial section#testimonials div.slick .slick-next, body section#testimonials div.slick article#page-content .get-trial .slick-next {
        display: block;
        margin: 2.1875rem auto 0; } }

body article#page-content .testimonial {
  display: block;
  margin-bottom: 5rem; }
  body article#page-content .testimonial:after {
    content: "";
    display: table;
    clear: both; }
  body article#page-content .testimonial aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 27.4966634515%;
    margin-left: 4.2649021499%;
    border-right: solid 0.0625rem #dcdcdc;
    text-align: center; }
    body article#page-content .testimonial aside:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      body article#page-content .testimonial aside {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%;
        border: none; }
        body article#page-content .testimonial aside:last-child {
          margin-right: 0; } }
    body article#page-content .testimonial aside .avatar {
      width: 7.8125rem;
      height: 7.8125rem;
      margin: 0 auto 1.875rem; }
      body article#page-content .testimonial aside .avatar img {
        width: 7.8125rem;
        height: 7.8125rem;
        display: block;
        border-radius: 50%; }
      body article#page-content .testimonial aside .avatar:after {
        width: 7.8125rem;
        height: 7.8125rem; }
    body article#page-content .testimonial aside .author {
      font-weight: 700;
      font-size: 1.25rem;
      line-height: 1.375rem;
      color: #89c750; }
      body article#page-content .testimonial aside .author em {
        font-style: normal;
        font-size: 0.75rem;
        font-weight: 400;
        color: #0f7049;
        display: block; }
  body article#page-content .testimonial blockquote {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    font-weight: 500; }
    body article#page-content .testimonial blockquote:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      body article#page-content .testimonial blockquote {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        body article#page-content .testimonial blockquote:last-child {
          margin-right: 0; } }

body article#page-content {
  padding-bottom: 5.625rem; }
  body article#page-content #contact-form {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 17.0596085997%; }
    body article#page-content #contact-form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      body article#page-content #contact-form {
        margin-left: 8.5298042998%; } }
    @media screen and (max-width: 800px) {
      body article#page-content #contact-form {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%; }
        body article#page-content #contact-form:last-child {
          margin-right: 0; }
        body article#page-content #contact-form .secondary-button {
          display: block !important; } }
    body article#page-content #contact-form .secondary-button {
      margin-bottom: 2.1875rem;
      display: none; }
  body article#page-content .contact-details {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    padding-top: 3.75rem;
    border-radius: 0.3125rem;
    background: #89c750;
    text-align: center;
    min-height: 24.375rem;
    color: #fff; }
    body article#page-content .contact-details:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      body article#page-content .contact-details {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        body article#page-content .contact-details:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 800px) {
      body article#page-content .contact-details {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        body article#page-content .contact-details:last-child {
          margin-right: 0; } }
    body article#page-content .contact-details .fa {
      font-size: 2.625rem;
      margin-bottom: 0.9375rem;
      text-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.19);
      color: #ffff00; }
      body article#page-content .contact-details .fa.fa-phone {
        margin-top: 3.125rem; }
      body article#page-content .contact-details .fa.fa-fax {
        color: #fff;
        font-size: 1.0625rem;
        margin-bottom: 0; }
    body article#page-content .contact-details p {
      padding: 0.1875rem 0;
      font-weight: 100;
      font-size: 1rem;
      line-height: 1rem;
      color: #fff;
      text-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.19); }
      body article#page-content .contact-details p.large {
        font-size: 1.6875rem !important; }
      body article#page-content .contact-details p strong, body article#page-content .contact-details p a {
        color: #fff;
        text-decoration: none;
        font-weight: 700; }
  body article#page-content .submit {
    clear: both;
    padding-top: 0.625rem; }
    @media screen and (max-width: 800px) {
      body article#page-content .submit {
        display: none; } }

body section#map {
  width: 100%; }
  body section#map header {
    padding: 1.25rem;
    text-align: center;
    background: #0f7049; }
    body section#map header h3 {
      padding: 0.625rem 1.875rem;
      border-radius: 1.875rem;
      font-size: 1.625rem;
      color: #89c750;
      display: inline-block;
      margin: 0 auto;
      border: solid 0.0625rem #89c750; }
      body section#map header h3:before {
        font-family: "FontAwesome";
        font-size: 1.625rem;
        padding-right: 0.75rem;
        color: #89c750;
        content: "\0f041"; }
  body section#map #gmap {
    height: 31.25rem; }

body.single section#hero {
  height: 45.625rem;
  padding-top: 18.75rem;
  background: #231f20; }
  body.single section#hero.no-bg {
    height: 12.5rem;
    padding-top: 3.125rem; }
  @media screen and (max-width: 1024px) {
    body.single section#hero {
      padding: 2.5rem;
      height: auto; } }
  body.single section#hero header {
    width: 50%;
    margin: 0 auto;
    float: none;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      body.single section#hero header {
        width: 100%; } }
    body.single section#hero header h1 {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 2.625rem;
      color: #fff;
      margin-bottom: 1.25rem;
      text-align: center;
      text-shadow: 0.0625rem 0.0625rem 0.0625rem #000; }
      @media screen and (max-width: 800px) {
        body.single section#hero header h1 {
          font-size: 1.875rem;
          line-height: 2.125rem; } }
    body.single section#hero header span {
      text-align: center;
      color: #fff;
      line-height: 1.375rem;
      text-shadow: 0.0625rem 0.0625rem 0.0625rem #000; }
      body.single section#hero header span a {
        color: inherit;
        text-decoration: none; }

@media screen and (max-width: 1024px) {
  body.single article#page-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%; }
    body.single article#page-content:last-child {
      margin-right: 0; } }

body.single article#page-content p, body.single article#page-content ul, body.single article#page-content ol {
  font-weight: 500; }
  body.single article#page-content p li, body.single article#page-content ul li, body.single article#page-content ol li {
    font-weight: inherit; }

body.single article#page-content h1, body.single article#page-content h2, body.single article#page-content h3, body.single article#page-content h4, body.single article#page-content h5 {
  font-weight: 600;
  color: #0f7049;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem; }
  body.single article#page-content h1:first-child, body.single article#page-content h2:first-child, body.single article#page-content h3:first-child, body.single article#page-content h4:first-child, body.single article#page-content h5:first-child {
    margin-top: 0; }

body.single article#page-content .download {
  padding-top: 1.875rem !important;
  color: #666666;
  font-size: 1.125rem;
  width: auto;
  text-align: center;
  margin: 0 auto; }
  body.single article#page-content .download a {
    color: #666666;
    text-decoration: none;
    font-weight: 600; }
    body.single article#page-content .download a:before {
      margin-right: 0.9375rem;
      position: relative;
      top: 0.375rem;
      color: #0f7049; }
  body.single article#page-content .download .pdf:before {
    font-family: "FontAwesome";
    font-size: 2.5rem;
    font-weight: 100;
    content: "\0f1c1"; }

body.single article#page-content .author {
  padding: 5rem 1.25rem;
  position: relative;
  margin-top: 3.125rem;
  border-top: solid 0.0625rem #e8e8e8;
  border-bottom: solid 0.0625rem #e8e8e8; }
  body.single article#page-content .author img {
    margin: 0 1.5625rem 1.5625rem;
    width: 6.375rem;
    height: 6.375rem;
    border-radius: 50%;
    float: left; }
  body.single article#page-content .author h5 {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.625rem;
    color: #666666; }
  body.single article#page-content .author:before {
    position: absolute;
    font-size: 0.8125rem;
    font-weight: 500;
    top: 0.9375rem;
    left: 0;
    content: "About the author";
    text-transform: uppercase; }

body.single article#page-content .next {
  margin-top: 1.875rem; }
  body.single article#page-content .next .btn, body.single article#page-content .next body > header#main nav > ul > li:last-child a, body > header#main nav > ul > li:last-child body.single article#page-content .next a, body.single article#page-content .next section#testimonials div.slick .slick-prev, body.single section#testimonials div.slick article#page-content .next .slick-prev, body.single article#page-content .next section#testimonials div.slick .slick-next, body.single section#testimonials div.slick article#page-content .next .slick-next {
    float: left;
    color: #0f7049;
    margin-right: 1.25rem;
    background: #89c750; }
    @media screen and (max-width: 800px) {
      body.single article#page-content .next .btn, body.single article#page-content .next body > header#main nav > ul > li:last-child a, body > header#main nav > ul > li:last-child body.single article#page-content .next a, body.single article#page-content .next section#testimonials div.slick .slick-prev, body.single section#testimonials div.slick article#page-content .next .slick-prev, body.single article#page-content .next section#testimonials div.slick .slick-next, body.single section#testimonials div.slick article#page-content .next .slick-next {
        display: inline-block;
        margin-bottom: 0.625rem;
        float: none; } }
    body.single article#page-content .next .btn span, body.single article#page-content .next body > header#main nav > ul > li:last-child a span, body > header#main nav > ul > li:last-child body.single article#page-content .next a span, body.single article#page-content .next section#testimonials div.slick .slick-prev span, body.single section#testimonials div.slick article#page-content .next .slick-prev span, body.single article#page-content .next section#testimonials div.slick .slick-next span, body.single section#testimonials div.slick article#page-content .next .slick-next span {
      font-weight: 600;
      padding-top: 0.25rem;
      display: inline-block; }
      body.single article#page-content .next .btn span:after, body.single article#page-content .next body > header#main nav > ul > li:last-child a span:after, body > header#main nav > ul > li:last-child body.single article#page-content .next a span:after, body.single article#page-content .next section#testimonials div.slick .slick-prev span:after, body.single section#testimonials div.slick article#page-content .next .slick-prev span:after, body.single article#page-content .next section#testimonials div.slick .slick-next span:after, body.single section#testimonials div.slick article#page-content .next .slick-next span:after {
        font-family: "FontAwesome";
        font-size: 1rem;
        content: "\0f105";
        float: right;
        color: #fff;
        position: relative;
        top: -0.09375rem;
        display: inline-block;
        padding-left: 0.625rem; }
  body.single article#page-content .next h6 {
    font-size: 1.625rem;
    font-weight: 600;
    padding-top: 0.4375rem;
    color: #231f20; }

body.blog article#page-content article.post, body.archive article#page-content article.post {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  cursor: pointer;
  margin-bottom: 1.875rem;
  background: #efefef; }
  body.blog article#page-content article.post:last-child, body.archive article#page-content article.post:last-child {
    margin-right: 0; }
  body.blog article#page-content article.post:nth-child(3n), body.archive article#page-content article.post:nth-child(3n) {
    margin-right: 0; }
  body.blog article#page-content article.post:nth-child(3n+1), body.archive article#page-content article.post:nth-child(3n+1) {
    clear: left; }
  body.blog article#page-content article.post:hover .img img, body.archive article#page-content article.post:hover .img img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  @media screen and (max-width: 1024px) {
    body.blog article#page-content article.post, body.archive article#page-content article.post {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      body.blog article#page-content article.post:last-child, body.archive article#page-content article.post:last-child {
        margin-right: 0; }
      body.blog article#page-content article.post:nth-child(2n), body.archive article#page-content article.post:nth-child(2n) {
        margin-right: 2.3576515979%; }
      body.blog article#page-content article.post:nth-child(2n+1), body.archive article#page-content article.post:nth-child(2n+1) {
        clear: none; } }
  @media screen and (max-width: 800px) {
    body.blog article#page-content article.post, body.archive article#page-content article.post {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      body.blog article#page-content article.post:last-child, body.archive article#page-content article.post:last-child {
        margin-right: 0; } }
  body.blog article#page-content article.post .content, body.archive article#page-content article.post .content {
    padding: 2.5rem; }
  body.blog article#page-content article.post .img, body.archive article#page-content article.post .img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden; }
    body.blog article#page-content article.post .img img, body.archive article#page-content article.post .img img {
      -webkit-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
      min-width: inherit;
      max-width: inherit;
      height: inherit; }
  body.blog article#page-content article.post h2, body.archive article#page-content article.post h2 {
    font-weight: 700 !important;
    line-height: 1.3125rem;
    color: #00351b;
    margin-bottom: 0.625rem; }
  body.blog article#page-content article.post p, body.archive article#page-content article.post p {
    font-weight: 400 !important; }
    body.blog article#page-content article.post p.posted, body.archive article#page-content article.post p.posted {
      font-size: 0.875rem;
      color: #a9a9a9; }
      body.blog article#page-content article.post p.posted a, body.archive article#page-content article.post p.posted a {
        color: inherit;
        text-decoration: none; }

body.trial article#page-content #gform_2 {
  max-width: 80%;
  margin: 3.125rem auto 0; }

#outdated {
  display: none; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.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; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* = Browser Update Styles
-------------------------------------------------------------- */
#outdated {
  display: none; }

.ie8down #outdated {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  z-index: 1500;
  background-color: #21b8ce;
  color: #fff; }
  .ie8down #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 20px; }
  .ie8down #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  .ie8down #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 20px auto 0;
    width: 230px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    cursor: pointer; }
    .ie8down #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #fff; }
  .ie8down #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
  .ie8down #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    line-height: 36px; }
